#logoEFAM{
    border-radius: 50%;
}

.navbar-brand img{
    margin-top :5px !important;
    border-radius: 50%;
    border: solid   1px;
}

.TitreHeader {
    color: #ffffff;

}

.imgArticle{
    width: 500px;
    height: 100%;

}

.contentArticle{
    display: flex;
}

.contentArticle>*{
    position: relative;
}

.articleNews{
    width: 100%;
    height: 100%;
}

.contentArticle p{
    padding: 10px;
    width: 40%;
}

.contentArticle img{
    width: 50%;
}
.articleNewsletter{
    width: 100%;
    height: 100%;
}

.articleWidth{
    max-width: 65% !important;
}


.imgPlanVol{
    width: 60%;
}
.sectionPlanVol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sectionImageDiapo img {
    max-height: 600px;
}


@media (max-width: 1400px) {
    .TitreHeader {
        font-size: 4em;
    }

    .imgPlanVol{
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .TitreHeader {
        font-size: 3.2em;

    }
    .imgPlanVol{
        width: 80%;
    }
}

@media (max-width: 960px) {
    .TitreHeader {
        font-size: 2.5em;
    }
    .imgPlanVol{
        width: 90%;
    }
}

@media (max-width: 768px) {
    .TitreHeader {
        font-size: 3em;
    }
    .imgPlanVol{
        width: 100%;
    }
    #content{
        margin-top: 33% !important;
    }

    .meteo>div{
        display: flex;
        flex-direction: row;
    }


}


.dropdown-item:active{
    color:#ffffff;
    background-color: #59b6cb;
}

.left{
    float: left;
    width: 100%;
    position: fixed;
    bottom: 5px;
}



#imageMeteo{
    width: 5%;
    height: 5%;
}

.text-primary{
    color: #59b6cb !important;
}

a{
    color: #59b6cb !important;
}

.btn-primary{
    background-color: #59b6cb !important;
    border-color: #59b6cb !important;
}


.image_diapo{
    width: 80% !important;
    max-width: 80% !important;
    min-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}


.titrePhoto{
    width: 50%;
    margin-left: auto !important;
    margin-right:auto !important;
}

.invisible{
    display: none;
}

#auroraPoint::after{
    border: 10px solid var(--primary) !important;
}

.logoClubAccueil{
    width: 65% !important;
}



.adresseSection{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}


.adresseSection>p{
    width: 50%;
}


