/* CONTENT */
.content{
    background: url(../img/background-footer-lyceepro.png) bottom center no-repeat;
}

/* NAVIGATION */
.navigation{
    background-color: #fff;
    position: fixed;
    z-index: 20;
    top: 30px;
    left: 0px;
    right: 0px;
    transition: 0.3s all ease-in-out;
}

.navigationRightMobileMenu{
    float: right;
    padding: 18px 0px;
    display: none;
}

.menu-btn {
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
}

.menu-btn__line {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #059480;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.menu-btn.active .menu-btn__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-btn.active .menu-btn__line:nth-child(2) {
    opacity: 0;
}

.menu-btn.active .menu-btn__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.navigationMenuRightMobile{
    padding: 15px;
    text-align: center;
    display: none;
}

/* NAVIGATION FIXED */
.navigation.fixed{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));   
    top: 0px;
}

.navigation.fixed .navigationMenuLogo{
    top: 10px;
    left: 30px;
    padding: 0px;
    border-radius: 20%;
}

.navigation.fixed .navigationMenuLogo img{
    height: 50px;
    width: 50px;
}

/* NAVIGATION FIXED */
.navigation .inner{
    max-width: 1800px;
}

.navigationMenuLogo{
    position: absolute;
    left: 0px;
    top: -45px;
    background-color: #fff;
    padding: 25px;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}

.navigationMenuLogo img{
    height: 100px;
    width: 100px;
    transition: 0.3s all ease-in-out;
}

.navigationMenuLeft{
    float: left;
    padding-left: 160px;
}

.navigationMenuRight{
    float: right;
    padding: 10px 0px;
}

.navigationMenuRight a:first-child{
    margin-right: 15px;
}

.navigationMenuLeft ul li{
    list-style: none;
    float: left;
}

.navigationMenuLeft ul li a{
    padding: 26px;
    display: block;
    font-size: 14px;
}

.navigationMenuLeft a{
    text-decoration: none;
    font-weight: 700;
    color: #059480;
}

/* HEADER */
.section1{
    position: relative;
    border-bottom: 10px solid #059480;
}

.section1 .inner{
    max-width: 1920px;
}

.headerEtablissement{
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 980px;
}

.headerSlide{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 3;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
}

.headerSlide h1{
    font-size: 100px;
    color: #059480;
}

.headerContent p{
    font-size: 30px;
    padding: 0px 20%;
    font-weight: 600;
    color: #1C2D04;
    line-height: 35px;
}

.headerContent a:not(.btn){
    font-size: 30px;
}

.headerLien{
    padding-top: 15px;
}

/* ETABLISSEMENT HEADER */
.etablissementInfos{
    background-color: #fff;
    padding: 20px 70px;
    position: absolute;
    bottom: -90px;
    left: calc(50% - 317px);
    z-index: 3;
    border-radius: 15px;
    border: 2px solid #059480;
    border-bottom: 10px solid #059480;
    width: 490px;
    text-align: center;
}

.etablissementInfos p{
    margin-bottom: 5px;
}

.etablissementInfos p a{
    text-decoration: none;
}

.etablissementInfos p i{
    color: #059480;
}

/* PRESENTATION */
.section2{
    background: #d1ece8 url(../img/bottom-presentation-vert.png) bottom center no-repeat;
}

.section2 .inner{
    padding: 160px 0px 320px 0px;
    max-width: 1170px;
}

.presentationViewBtn{
    padding-top: 30px;
}

.presentationLeft{
    float: left;
    width: calc(50% - 40px);
    margin-right: 40px;
}

.presentationLeft ul, .presentationLeft ol{
    margin-left: 20px;
    color: #450546;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
    opacity: 1;
}

.presentationLeft a{
    opacity: 1;
    text-decoration: underline;
    font-weight: bold; 
}

.presentationRight{
    float: left;
    width: calc(50% - 40px);
    margin-left: 40px;
    position: relative;
}

.presentationImg1{
    position: absolute;
    left: 0px;
    top: 200px;
    border-radius: 15px;
    border: 15px solid #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.20);
    z-index: 2;
    max-width: 100%;
}

.presentationImg2{
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 15px;
    z-index: 1;
    max-width: 100%;
}

.logoParallax1{
    position: absolute;
    right: -90px;
    bottom: 140px;
}

/* ACTIVITES */
.activites{
    width: 100%;
    padding-bottom: 80px;
}

.activite{
    margin: 0px 25px;
    width: calc((100% / 3) - 54px);
    border-radius: 15px;
    border: 2px solid #059480;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.20);
    position: relative;
    float: left;
}

.activite:nth-child(odd){
    margin-top: 70px;
}

.pageListe .activite:nth-child(odd){
    margin-top: 0px;
}

.pageListe .activite{
    margin: 0px 15px 30px 15px;
}

.pageListe .activites{
    padding-bottom: 0px;
    margin-bottom: -10px;
}

.activite::after{
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(0,0,0,0.2);
    border-radius: 13px;
    z-index: 2;
}

.activiteImg{
    position: relative;
}

.activiteImg img{
    width: 100%;
    border-radius: 13px;
    display: block;
}

.activiteLogo{
    position: absolute;
    top: -58px;
    left: calc(50% - 50px);
    background-color:#fff;
    border:8px solid #059480;
    border-radius:50%;
    z-index: 3;
    padding: 15px;
}

.activiteLien{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    background-color: #059480;
    border-bottom-left-radius:13px;
    border-bottom-right-radius:13px;
    text-align: center;
}

.activiteLien a{
    display: block;
    padding: 30px 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

.activiteTitre{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 4;
    text-align: center;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activiteTitre h3{
    color: #fff;
}

/* FORMATIONS */
.section3{
    background: url(../img/bottom-formation-vert.png) bottom center no-repeat;;
}

.section3 .inner{
    max-width: 1720px;
    padding: 80px 0px;
}

.formations{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.formations .formation{
    width: calc((100% / 3) - 54px);
    margin: 0px 25px 100px 25px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.20);
    border: 2px solid #059480;
    border-bottom: 10px solid #059480;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
}

.formations .formationNew{
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: #059480;
    z-index: 3;
    padding: 7px 30px 7px 15px;
}

.formations .formationNew p{
    margin-bottom: 0px;
    letter-spacing: 4.8px;
    font-weight: 700;
    color: #fff;

}

.formations .formationImg{
    width: 100%;
}

.formations .formationImg img{
    width: 100%;
    display: block;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.formations .formationContent a{
    display: block;
    padding: 30px 30px 70px 30px;
    color: #1C2D04;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
}

.formations .formationContentLink{
    height: 40px;
    width: 60px;
    position: absolute;
    left: calc(50% - 35px);
    bottom: -40px;
    background-color: #fff;
    border-radius: 50%;
    border: 10px solid #059480;
    text-align: center;
    padding-top: 20px;
}

.formations .formationContentLink svg {
    fill: #059480;
}

.logoParallax2{
    position: absolute;
    left: calc(50% - 450px);
    bottom: 130px;
    z-index: 1;
}

/* BASELAINE PORTAIL */
.section4{
    background-color: #059480;
    padding: 25px 0px;
}

.section4 .inner{
    max-width: 1920px;
}

/* STATISTIQUES */
.section5{
    background-color: #d1ece8;
    overflow: hidden;
    position: relative;
}

.section5 .inner{
    padding: 80px 0px;
    max-width: 1150px;
}

.statistiques{
    display: flex;
    position: relative;
    z-index: 2;
    background-color: #d1ece8;
}

.statistique{
    width: calc((100% / 4) - 40px);
    text-align: center;
    padding: 0px 20px;
}

.statistiqueChiffre p{
    color: #059480;
    opacity: 1;
    font-size: 110px;
    font-weight: 700;
    line-height: 110px;
}

.statistiqueContenu p{
    line-height: 18px;
    font-size: 15px;
}

.statistiqueCategorie{
    height: 30px;
    width: 30px;
    padding: 18px;
    background-color: #1C2D04;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 13px;
}

.logoParallax3{
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: 0;
}

/* ACTUALITES (LEFT & GLOBAL) */
.section6 .inner{
    padding: 120px 0px 140px 0px;
    max-width: 1150px;
}

.actualiteLeft{
    float: left;
    width: calc(50% - 33px);
    margin-right: 33px;
}

.actualiteRight{
    float: left;
    width: 50%;
}

.actualite{
    border-radius: 15px;
    border: 2px solid #059480;
    border-bottom: 10px solid #059480;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.20);
    position: relative;
}

.actualiteImg img{
    width: 100%;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    display: block;
}

.actualiteContent .actualiteTopContent{
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom: 5px;
    width: 100%;
}

.actualiteContent .actualiteTopContent p{
    font-size: 14px;
    color: #059480;
    margin: 0px;
}

.actualiteContent .actualiteTopContent span{
    font-weight: 400;
    font-size: 12px;
    color:#059480;
}

.actualiteContent{
    padding: 15px 15px 50px 15px;
}

.actualiteContent p{
    opacity: 1;
    font-size: 15px;
}

.actualiteContentLink{
    height: 40px;
    width: 60px;
    position: absolute;
    left: calc(50% - 35px);
    bottom: -40px;
    background-color: #fff;
    border-radius: 50%;
    border: 10px solid #059480;
    text-align: center;
    padding-top: 20px;
}

.actualiteContentLink svg{
    fill: #059480;
}

/* ACTUALITE RIGHT */
.actualiteRight .actualiteImg{
    float: left;
}

.actualiteRight .actualiteImg img{
    width: 197px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
}

.actualiteRight .actualite{
    margin-bottom: 32px;
}

.actualiteRight .actualiteContent{
    float: left;
    width: calc(100% - 242px);
    padding: 20px 20px 0px 25px; 
}

.actualiteRight .actualiteContentLink{
    left: auto;
    bottom: auto;
    top: calc(50% - 35px);
    right: -35px;
}

.actualiteRight .actualiteContent h3{
    padding-right: 50px;
}

/* Visite virtuelle */
.section7{
    background-image: url(../img/background-visite-virtuelle.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.section7 .inner{
    padding: 180px 0px;
    max-width: 1920px;
}

.section7 .inner h2{
    color: #1C2D04;
}

.section7 .btnSite{
    margin: 0px 10px;
}

.logo360{
    position: absolute;
    height: 75px;
    width: 80px;
    left: calc(50% - 65px);
    bottom: -65px;
    background-color: #016c5d;
    padding: 20px 15px 15px 15px;
    border: 10px solid #fff;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.20);
}

/* CONTACT EN TETE */
.section8 .inner{
    max-width: 1920px;
    padding-bottom: 160px;
}

.contactTop{
    display: flex;
    align-items: center;
    height: 449px;
    background-image: url(../img/background-contact-en-tete-vert.png);
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 3;
}

.contactTop .titre p{
    margin-bottom: 15px;
}

.contactTopTel a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.contactTopTel i{
    font-size: 20px;
    opacity: 0.6;
    margin-right: 4px;
}

.contactForm{
    position: relative;
    z-index: 2;
    max-width: 1715px;
    margin: -180px auto 0px auto;
    padding: 190px 0px 50px 0px;
    border-radius: 0px 0px 100px 100px;
    border: 2px solid #059480;
    border-bottom: 10px solid #059480;
    background-color: #d1ece8;
    text-align: center;
}

.contactFormInclude{
    max-width: 750px;
    margin: 0px auto;
}

.contactFormInclude{
    background-color: #d1ece8;
    position: relative;
    z-index: 2;
}

.contactFormIncludeLeft{
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px;
}

.contactFormIncludeRight{
    float: left;
    width: calc(50% - 15px);
    margin-left: 15px;
}

.logoParallax4{
    position: absolute;
    right:30px;
    bottom:30px;
    z-index: 1;
}

/* PIED DE PAGE */
.footer{
    padding-bottom: 110px;
}

.footer .inner{
    max-width: 1615px;
    padding: 120px 50px 50px 50px;
    border-radius: 100px;
    border: 2px solid #059480;
    border-bottom: 10px solid #059480;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.20);
}

.footerLogoPortail{
    position: absolute;
    left:calc(50% - 80px);
    top: -80px;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    border: 10px solid #059480;
    border-radius: 50%;
}

.footerLogoPortail img{
    width: 100px;
    height: 100px;
}

.footerLinks{
    display: flex;
    padding: 25px 90px;
}

.footerLinks h3{
    margin-bottom: 15px;
}

.footerLink.col1{
    width: 23%;
}

.footerLink.col2{
    width: 23%;
}

.footerLink.col3{
    width: 54%;
}

.footerLink:last-child{
    margin-right: 0px;
}

.footerLink ul li {
    list-style: none;
    padding-bottom: 9px;
}

.footerLink ul li a{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.footerReseau a{
    font-size: 20px;
    display: inline-block;
    padding: 4px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #1C2D04;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 20px;
}

.footerReseau a:last-child{
    margin-right: 0px;
}

.footerReseau a i{color:#fff;}

.partenaires{
    display: flex;
}

.partenaire{
    width: calc((100% / 4) - 20px);
    padding: 0px 10px;
}

.partenaire:first-child{
    padding-left: 0px;
}

.partenaire img{
    width: 75%;
    margin-bottom: 15px;
    border: 1px solid #059480;
    border-bottom: 5px solid #059480;
    border-radius: 15px;
    padding: 10px;
}

.partenaire p{
    font-size: 13px;
    line-height: 14px;
    margin: 0px;
    opacity: 1;
}

.footerEtablissementsTitre{
    padding: 0px 90px;
    margin-bottom: 35px;
}

.footerEtablissements{
    display: flex;
    justify-content:space-around;
    padding: 0px 90px;
}

.footerEtablissement{
    width: calc(100% / 4);
    padding: 0px 10px;
    text-align: center;
}

.footerEtablissement:first-child{
    padding-left: 0px;
}

.footerEtablissement img{
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

/* Page Liste */
.pageListe .actualites{
    display: flex;
    flex-wrap: wrap;
}

.pageListe .actualite{
    width: calc((100% / 3) - 34px);
    margin: 0px 15px 60px 15px;
}

.pageListe .inner {
    max-width: 1400px;
    padding: 180px 0px 80px 0px;
}

/* Page content */
.headerPage {
    position: relative;
}

.headerPageContent {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 700px;
}
.pageContent p{
    opacity: 1 !important;
}

.headerPageTitle {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
}

.headerPageTitle h1 {
    padding: 0px 60px;
}

.pageContent {
    margin: 0px auto;
    max-width: 1200px;
    padding: 90px 0px;
}

.pageContent img{
    max-width: 100%;
    height: auto !important;
}

.pageContent h2{
    font-size: 32px;
}

.pageContent ul, .pageContent ol{
    margin-left: 20px;
    color: #1C2D04;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
    opacity: 1;
}

.pageContent a{
    opacity: 1;
    text-decoration: underline;
    font-weight: bold; 
}

@media (max-width: 1820px) {
    .navigation .inner {
        padding: 0px 15px 0px 0px;
    }

    .contactForm{
        margin: -180px 15px 0px 15px;
    }

    .footer .inner{
        margin: 0px 15px;
    }

    .headerEtablissement{
        height: 900px;
    }
}

@media (max-width: 1520px) {
    .navigationMenuLeft ul li a {
        padding: 26px 15px;
    }
    
    .titre{
        max-width: 80%;
    }
    
    .headerEtablissement h1{
        font-size: 80px;
    }
    
    .headerEtablissement{
        height: 700px;
    }
}

@media (max-width: 1370px) {

    .navigationRightMobileMenu{
        display: block;
    }

    .navigationMenuLeft{
        display: none;
    }

    .navigationMenuRight{
        display: none;
    }

    .navigation{
        top: 0px;
    }
    
    .navigation .navigationMenuLogo{
        top: 10px;
        left: 15px;
        padding: 0px;
        border-radius: 20%;
    }

    .navigation.fixed .navigationMenuLogo{
        left: 15px;
    }
    
    .navigation .navigationMenuLogo img{
        height: 50px;
        width: 50px;
    }

    h1{
        font-size: 50px;
        line-height: 50px;
    }
    
    h2{
        font-size: 40px;
    }

    .headerEtablissement h1{
        font-size: 65px;
        line-height: 65px;
    }

    .navigationMenuRightMobile{
        display: block;
    }

    .navigationMenuLeft{
        padding: 0px;
        position: absolute;
        right: 0px;
        left: 0px;
        top: -500%;
        background-color: #fff;
    }

    .navigationMenuLeft.active{
        top: 100%;
        display: block;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
        padding: 10px 0px;
    }

    .navigationMenuLeft ul li {
        float: none;
    }

    .navigationMenuLeft ul li a {
        padding: 15px;
    }

    .navigationMenuLeft .accordion{
        display: block;
    }

    .accordion-content {
        position: relative;
        width: calc(100% - 30px);
        margin: 5px 15px;
        border-radius: 10px;
        padding-bottom: 0px;
        background-color: #F3F0F4;
    }
    
    .footer {
        padding-bottom: 40px;
    }

    .presentationImg1{
        display: none;
    }

    .logoParallax1 {
        right: 0px;
        bottom: 30px;
        z-index: 0;
    }
}

@media (max-width: 1250px) {

    .formations .formation {
        width: calc((100% / 2) - 54px);
    }

    .titre, .titre.center.blanc{
        max-width: 100%;
    }

    .footerLinks {
        padding: 25px;
    }

    .footerEtablissementsTitre {
        padding: 0px 25px;
    }
    
    .footerEtablissements {
        padding: 0px 25px;
    }

    .actualiteRight .actualiteContentLink{
        display: none;
    }

    .pageContent .inner {
        margin: 0px 15px;
    }

    .section2 .inner {
        margin: 0px 15px;
    }

    .section6 .inner {
        margin: 0px 15px;
    }

}

@media (max-width: 1050px) {
    
    .classe{
        width: calc((100% / 2) - 34px);
    }
    
    .footerLinks{
        display: flex;
        flex-wrap: wrap;
    }

    .footer .inner {
        padding: 120px 25px 50px 25px;
    }

    .footerLink{
        margin-bottom: 35px;
    }

    .footerLink.col1 {
        display: none;
    }

    .footerLink.col2 {
        width: 100%;
        order: 2;
    }

    .footerLink.col3 {
        width: 100%;
        order: 1;
    }

    .footerEtablissement img {
        width: 70px;
        height: 70px;
    }

    .pageListe .actualite {
        width: calc((100% / 2) - 34px);
    }

    .section2 .inner {
        padding: 160px 0px 140px 0px;
        min-height: auto;
    }

    .presentationImg2 {
        position: relative;
        right: auto;
        top: auto;
    }

    .section3 .inner .titre{
        margin: 0px 15px 50px 15px;
    }

}

@media (max-width: 960px) {

    .headerEtablissement p {
        font-size: 20px;
        padding: 0px 15px;
        line-height: 25px;
    }

    .actualiteLeft {
        float: none;
        width: 100%;
        margin: 0px 0px 80px 0px;
    }

    .actualiteRight {
        float: none;
        width: 100%;
    }

    .statistiqueChiffre p {
        font-size: 80px;
        line-height: 80px;
    }

    .section5 .inner {
        padding: 60px 0px;
        margin: 0px 15px;
    }

    .pageListe .actualite {
        width: calc(100% - 34px);
    }

    .activite {
        margin: 0px 25px 75px 25px;
        width: calc((100% / 2) - 54px);
    }

    .activite:nth-child(odd) {
        margin-top: 0px;
    }

    .section3 .inner {
        padding: 70px 0px;
        max-width: 1170px;
    }

    .activites {
        padding-bottom: 0px;
    }

    .logoParallax1 {
        bottom: 80px;
    }
}

@media (max-width: 900px) {

    .headerEtablissement h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .logoParallax1 {
        bottom: 110px;
    }

    .presentationLeft {
        float: none;
        width: 100%;
        margin: 0px 0px 50px 0px;
    }

    .presentationRight {
        float: none;
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .categories ul li {
        list-style: none;
        display: block;
        padding: 4px 0px;
    }

}

@media (max-width: 750px) {

    .formations .formation {
        width: calc(100% - 54px);
    }

    .classe{
        width: calc(100% - 34px);
    }

    .logoParallax1 {
        bottom: 40px;
    }

    .activite {
        margin: 0px 25px 75px 25px;
        width: calc(100% - 54px);
    }

    .section2 .inner {
        padding: 190px 0px 140px 0px;
        min-height: auto;
    }

    .etablissementInfos {
        padding: 20px 40px;
        left: 15px;
        right: 15px;
        bottom: -130px;
        width: calc(100% - 114px);
    }

    .headerPageContent{
        height: 550px;
    }

    .headerEtablissement{
        height: 550px;
    }

    h1{
        font-size: 40px;
        line-height: 40px;
    }
    
    h2{
        font-size: 30px;
    }
    
    h3{
        font-size: 20px;
    }

    .statistiques {
        flex-wrap: wrap;
        background:none;
    }

    .statistique {
        width: calc((100% / 2) - 20px);
        text-align: center;
        padding: 0px 10px 20px 10px;
    }

    .statistiqueChiffre p {
        font-size: 60px;
        line-height: 60px;
    }

    .section5 .inner {
        padding: 60px 0px 40px 0px;
    }

    .section7Btn .btn{
        display: block;
        margin-bottom: 20px;
    }

    .section7 .inner {
        padding: 180px 0px 160px 0px;
    }
    
    .contactFormInclude{
        padding: 0px 15px;
    }

    .contactForm .contactFormInclude {
        background: none;
    }

    .contactFormIncludeLeft {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .contactFormIncludeRight {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    .partenaires {
        flex-wrap: wrap;
    }

    .partenaire:first-child{
        padding-left: 10px;
    }

    .partenaire {
        width: calc(calc(100% / 2) - 20px);
        padding: 0px 10px 20px 10px;
    }

    .footerEtablissements{
        display: none;
    }

    .footerEtablissementsTitre{
        display: none;
    }

    .footer .inner {
        padding: 120px 25px 0px 25px;
        text-align: center;
    }

    .titreLeft {
        width: 100%;
    }

    .titre.link {
        flex-wrap: wrap;
    }

    .titreRight {
        width: 100%;
        padding-top: 25px;
    }

    .titreRight a {
        position: relative;
    }

    .contactForm {
        border-radius: 0px 0px 50px 50px;
    }

    .footer .inner {
        border-radius: 50px;
    }

    .actualiteRight .actualiteContent {
        float: left;
        width: calc(100% - 242px);
        padding: 15px 15px 0px 15px;
    }

    .actualiteTopContent{
        flex-wrap: wrap;
    }

    .actualite .actualiteContent .actualiteTopContent p {
        width: 100%;
        padding-bottom: 5px;
    }

    .actualite .actualiteContent .actualiteTopContent span {
        width: 100%;
        padding-bottom: 5px;
    }

    .actualiteRight .actualiteContent h3 {
        padding-right: 0px;
    }

}