body{
    font-family: 'Jost';
}


nav a:hover {
    color: red;
    text-decoration: none;
}

p.ongDef{
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
}

.contentHeader2{
    /*background-image: url("../images/plane2.jpg");
    background-size: cover;*/
    background-color: #002b80;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
}

.btnSubb{
    background-color: white;
    border: 1px solid rgba(1, 1, 122, 1);;
    color: rgba(1, 1, 122, 1);
}

.btnSubb:hover{
    background-color: rgba(1, 1, 122, 1);
    color: white;
}


.contentHeader2 h1 {
    color: white;
}

.filAriane{
    padding-left: 50px;
    padding-top: 50px;
    background-color: rgba(184, 184, 184, 0.1);
}

p.filAriane a {
    text-decoration: none;
    color: gray;
}

span.fontBlue{
    color: navy;
}

span.ongBrand{
    color: navy;
}

span.ongBrand2{
    color: red;
}

span.greenHighlight{
    font-weight: bold;
    background-color: rgba(63, 150, 60, 0.7);
    color: white;
    padding: 2px 2px;
}

.submitButt{
    color: white;
    text-decoration: none;
    background-color: #002b80;
    border-radius: 5px;
    padding: 5px 5px;
}

.submitButt:hover{
    background-color: #000080;
}

.indexContainer{
    /*padding: 0px 300px;*/
}

nav{
    color: #666666;
    position: fixed;
    background-color: white;
}

.t{
    top: 0px;
    left: 0;
}

.secondBar{
    display: flex;
    flex-flow: row;
    height: 700px;
    /*background-image: url("../images/notrequipe.jpeg");
    background-size: cover;*/
    background-size: cover;
}

.imgCouverture{
    width: 100%;
    height: auto;
}

.imgCouvertureDiv{
    display: flex;
    flex-flow: row;
    width: 100%;
}

.overlay{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 650px;
    color: navy;
    background-color: white;
    border-bottom: 1px solid lightgray;
}

.projLink{
    font-size: 1.5rem;
    font-weight: bold;
    /*color: #585b9f;*/
    margin-left: 50px;
    text-decoration-line: underline;
}

.slogan{
    font-size: 3rem;
    font-weight: bold;
    /*color: #ffffff;*/
    margin-left: 50px;
}

/*NOS PROJETS*/

.projLinkArticle{
   width: 130px;
}

.imgProjet{
    border-radius: 5px;
}

.cardBody{
    display: flex;
    flex-flow: row;
}

.cardText{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 30px;
    font-size: 1rem;
}

.cardExp {
    color: #5b5b5b;
}

.cardDiv{
    margin-bottom: 100px;
}

div.imgAcualite img{
    border-radius: 50%;
}

.prev, .next{
    background-color: navy;
    height: 30%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
}

.titleActualite{
    font-size: 2.5rem;
    font-weight: bold;
    margin: 50px 0px 70px 0px;
    padding-bottom: 10px;
}

.subTitle{
    font-size: 2rem;
    font-weight: bold;
    margin: 50px 0px 70px 0px;
    padding-bottom: 10px;
    color: #5b5b5b;
}

.actualite{
    display: flex;
    flex-flow: column nowrap;
    padding: 50px 300px;
    /*border-top: 1px solid #9d9898;*/
}

.contentActualite{
    display: flex;
    flex-flow: row nowrap;
    padding-top: 80px;
    padding-bottom: 100px;
}

.dateActualite{
    font-size: 2rem;
    font-weight: bold;
}

.infoActualite{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

/*QUI SOMMES-NOUS?*/

.definitionQsn{
    font-size: 1.2rem;
    font-weight: bold;
}

.contentQsn p{
    font-size: 1.3rem;
}

/*SUIVEZ-NOUS*/

.suivezNous{
    padding: 50px 300px;
    background-color: rgb(25, 32, 119);
}

.contentSocialMedia{
    font-size: 2rem;
    font-weight: bold;
}

.contentSocialMedia a {
    text-decoration: none;
    color: white;
}

/*FAIRE UN DON*/

.donText {
    font-size: 1.3rem;
}

.iban{
    font-size: 1.5rem;
}

.faireUnDon{
    padding: 70px 300px 30px 300px;
    font-size: 1.1rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
}

.faireUnDon2{
    padding: 70px 300px 30px 300px;
    font-size: 1.1rem;

}

.contentFaireUnDon{
    padding-top: 30px;
}

.qsn{
    padding: 40px 300px;
    color: white;
    background-color: rgb(25, 32, 119);
}

/*CONTACT*/

.contactOverAll{
    background-color: rgba(128, 128, 128, 0.1);
}
.contactTitle{
    padding: 0 300px;
    padding-top: 80px;
}

.contactCoordonnees{
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.3rem;
}

.contactCoordonnees i {
    color: rgb(25, 32, 119);
}

.contact{
    padding: 0px 300px;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.contentContact{
    margin-bottom: 40px;
}

.contentSocialMedia {
    margin-top: 40px;
}

.footer{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #303030;
    margin: 0px;
    padding: 15px 0;
}

.footer p {
    margin: 0;
    font-size: 0.8rem;
}

/*********************/

/**ACTUALITE**/

.actualiteMain{
    background-color: #F0F2F5;
}

.actualiteFeed{
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 70px 300px 30px 300px;
}

.actualitePost {
    background-color: white;
    padding: 10px 0;
    margin: 50px 0;
    width: 70%;
    align-self: center;
    border-radius: 2%;
}

.actualiteHeader, .postFooter{
    padding-left: 10px;
}

.postDate, .postFooter{
    color: #5b5b5b;
    font-size: 0.8rem;
}

.postFooter{
    margin-top: 8px;
}

.image1 {
    width: 100%;
}

.actualiteTitleBody{
    display: flex;
    flex-flow: row;
    align-items: center;
    align-self: center;
    margin-top: 50px;
}

.actualiteTitle {
    margin-right: 10px;
}

.actuIcon{
    color: navy;
}

.caroussel-img{
    max-height: 65%;
}

.actuLink{
    font-size: 1.2rem;
    /*color: #ffffff;*/
    padding: 10px 50px;
}

.actuBtn{
    display: flex;
    width: 100%;
    height: 50px;
    padding: 40px 20px;
    margin-top: 150px;
    border-radius: 2px;
    color: #000000;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid #000000;
}

.actuBtn:hover {
    background-color: #240a96;
    color: #ffffff;
    transition: 0.5s;
    border: 1px solid #240a96;
}

.postImgText{
    color: #5b5b5b;
    font-size: 0.8rem;
}
/*VOYAGES*/

.mainVoyage{
    background-color: rgba(184, 184, 184, 0.1);
}

.voyagesListElement{
    display: flex;
    flex-flow: row nowrap;
    background-color: white;
}

.voyagesListElementText{
    display: flex;
    flex-flow: column nowrap;
    margin-left: 20px;
    justify-content: end;
    justify-content: end;
    padding: 10px 10px;

}

.voyagesList{
    padding: 20px 300px;
}

.voyageSearch{
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: end;
}

.voyageSearch div {
    margin-right: 10px;
}

/*BUREAU*/

img.mamasPhoto{
    width:100%;
    height: auto;
}

.burConstructPhoto{
    width: 100%;
    height: auto;
}

.bureauBody{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.titleOrph{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 90px;
}

.orphVideo{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 30px;
    margin-top: 50px;
}

.orphVidText{
    display: flex;
    flex-flow: column;
    align-items: center;
    align-content: center;
    margin-left: 30px;
}

.burVideo{
    height: auto;
}

.video{
    max-width: 100%;
    height: auto;
}

/**ECOLE EN ANGOLA**/
.ff{
    display: flex;
    flex-flow: column;
}

/***MEDIA***/

@media all and (max-width: 700px), all and (max-width: 1300px){

    .qsn, .faireUnDon, .faireUnDon2, .contact, .actualite, .suivezNous, .contactTitle{
        padding: 20px 50px;
    }

    .overlay{
        display: none;
    }

    .secondBar{
        height: 500px;
    }

    .imgCouvertureDiv{
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .contactTitle{
        padding-top: 50px;
    }

    .labelOng {
        font-size: 3rem;
    }

    .slogan{
        font-size: 1.5rem;
        padding: 10px 20px;
    }

    .ongDefinition{
        font-size: 1.2rem;
        visibility: hidden;
    }

    .faireUnDon, .faireUnDon2{
        font-size: 1.1rem;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
    }

    .faireUnDonPhoto{
        width: 100%;
        height: auto;
    }

    .contentQsn p{
        font-size: 1rem;
    }

    .donText {
        font-size: 1rem;
    }

    .contact{
        margin: 0;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }

    .titleActualite{
        font-size: 2rem;
        font-weight: bold;
        margin: 50px 0px 70px 0px;
        padding-bottom: 10px;
    }

    .cardBody{
        display: flex;
        flex-flow: column;
        width: 300px;
    }

    .cardText{
        margin: 20px 0;
    }

    .burConstructPhoto, .photo-text, img.mamasPhoto, .burActivText, .burTitle{
        width: 95%;
    }

    .burActivText{
        font-size: 1rem;
    }

    .orphVideo{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-right: 0;
    }

    .orphVidText{
        margin-left: 0;
    }

    .ff{
        display: flex;
        flex-flow: column;
    }

    .slogan{
        font-size: 3rem;
        margin-left: 0px;
    }

    .actualiteFeed{
        padding: 10px 0;
    }

    .actualitePost {
        background-color: white;
        padding: 10px 0;
        margin: 20px 0;
        width: 70%;
        align-self: center;
        border-radius: 2%;
    }

    .actuLink{
        padding: 10px 20px;
    }

}

@media only screen and (max-width: 600px) {
    .actualiteFeed{
        padding: 10px 0;
    }

    .actualitePost {
        background-color: white;
        padding: 10px 0;
        margin: 50px 0;
        width: 100%;
        align-self: center;
        border-radius: 0%;
    }

    .actuBtn{
        margin-top: 50px;
        height: 70px;
        background-color: #240a96;
        color: #ffffff;
        border: 1px solid #240a96;
    }
}

/***TEXT-COLOR***/

.text-gray{
    color: #5b5b5b;
}

/**TEXT-SIZE**/

.photo-text {
    font-size: 0.8rem;
}