/*--------------------------------------------------------------
    FONT
--------------------------------------------------------------*/

@import url("https://use.typekit.net/xjd8ojd.css");

:root{
    --yellow: #CBA840;
    --orange-yellow: #E49F15;
    --orange: #DC661E;
    --green: #516C4D;
    --blue: #123F6D;
    --nav_height: 140px;
}
/*--------------------------------------------------------------
    HEADER - FOOTER
--------------------------------------------------------------*/
h1 {
    font-family: utile-display, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    color: #123F6D;
}

h2, 
.h2 {
    font-family: utile-display, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #123F6D;
}

h3,
.h3 {
    font-family: utile-display, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #123F6D;
}

html {
    margin: 0;
}

h4, body.front {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #0F0D1C;
}

body.front {
    /*
    font-family: utile-display, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: -0.015em;*/
    color: #17273D;  
    margin: 0;
    padding: 0;
}

.bigF {
    font-size: 20px;
} 

a {
    word-wrap: break-word;
}

img {
    max-width: 100%;
}

section {
    position: relative;
}

#page {
    position: relative;
}
/*
.container {
    position: relative;
    max-width: 1500px;
    width: 90%;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
*/
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
.single-page{
	padding-bottom: 300px;
}

/*--------------------------------------------------------------
    HEADER
--------------------------------------------------------------*/

.header_top_principal {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
}

a.call_us {
    color: white;
    background-color: #1D3B65;
    border-radius: 45px;
    padding: 3px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
}

.logo-div img {
    width: 100px;
}

.logo-div {
    position: relative;
}

.header_principal .custom-logo-link{
    display: flex;
}
.header_principal {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.header_principal aside{
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
}
.header_principal ul {
    margin:0;
    padding: 0;
    display: flex;
    gap: 30px;
}
.header_principal .contact{
    text-align:center;
    margin-left: 50px;
    font-weight: bold;
    color: #123F6D;
}

.header_principal li {
    list-style: none;
    margin: 0 15px;
    display: flex;
    align-items: center;
}

.header_principal li a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0F0D1C;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 300ms ease-in-out;
}

.header_principal li a:hover,
.header_principal li a:focus {
    text-decoration-color: #0F0D1C;
}

.header_principal li.logo-home a {
    content: url(/wp-content/themes/Hamak-starter-theme/img/logo.png);
    width: 100px;
}

.header_principal .button-itineraire a {
    font-family: utile-narrow, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    /* display: flex;
    align-items: center; */
    width: fit-content;
    color: white;
    border-radius: 45px;
    text-decoration: none;
    border: 2px solid var(--orange-yellow);
    transition: .3s;
    background-color: var(--orange-yellow);
}

.header_principal .button-itineraire a:hover {
    color: var(--orange-yellow);
    background-color: white;
}
#page{
    overflow: hidden;
}

.desktop-menu {
    display: none;
}


/*
.header_principal .menu-principal.end ul > li:nth-child(-n+3),
.header_principal .menu-principal.begin ul > li:nth-last-child(-n+4) {
    display: none;
}

.menu-principal {
    min-width: 575px;
}

.begin ul {
    justify-content: flex-end;
}

.end ul {
    justify-content: flex-start;
}
*/

/*--------------------------------------------------------------
    FOOTER
--------------------------------------------------------------*/

.site__footer {
    position: relative;
    /* margin-top: 200px; */
    /* padding: 25px 0 50px; */
    background-color: var(--orange-yellow);
    z-index: 3;
}

.site__footer:before {
    content: "";
    position: absolute;
    top: -13vw;
    height: 261px;
    width: 100%;
    background-image: url(/wp-content/themes/Hamak-starter-theme/img/shape-orange.png);
    background-size: 110%;
    background-position: 94% top;
}

.site__footer h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
    color: white;
}
.footer_principal h2{
    color: white;
}
.footer_principal {
    display: flex;
    justify-content: center;
    color: white;
}

.footer_principal  .columnBrand{
    margin-top:-100px;
}

.columnBrandContent h2 {
    font-weight: bold;
    font-family: 'utile';
}

.columnMenu { 
    display:flex;
}

.columnMenuList ul {
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
}

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

.columnNewsletter {
    width: 30%;
}

.footer_secondary {
    margin-top: 50px;
}


.columnNetwork ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.columnNetwork ul li {
    margin: 0 7px;
    background-color: #123F6D;
    display: flex;
    align-items: center;
    border-radius: 100%;
}

.columnNetwork ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.columnNetwork ul li a img {
    width: auto;
    max-height: 20px;
    filter: invert(1);
}

.columnCopyright {
    margin-top:80px;
    text-align: center;
    color: white;
}
.columnCopyright a{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

/*--------------------------------------------------------------
    FORMULAIRE LABEL MOVE
--------------------------------------------------------------*/

.formulaireLabelMove .groupe-form {
    position: relative;
    margin-bottom: 20px;
}

.formulaireLabelMove .groupe-form .champ span {
    margin: 0 0 25px;
}

.formulaireLabelMove .groupe-form .champ span input, .formulaireLabelMove .groupe-form .champ span textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
    background-color: transparent;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.015em;
}

.formulaireLabelMove .groupe-form .champ span input:focus, .formulaireLabelMove .groupe-form .champ span textarea:focus {
    border-bottom: 1px solid #000000;
    outline: none;
}

.formulaireLabelMove .groupe-form .champ span input::placeholder, .formulaireLabelMove .groupe-form .champ span textarea::placeholder {
    color: #000000;
}

.formulaireLabelMove .groupe-form .label label {
    position: absolute;
    color: #000000;
    bottom: 10px;
    transition: .3s;
}

.formulaireLabelMove .groupe-form .label.invisible label {
    background-color: white;
    z-index: 1;
}

.formulaireLabelMove .groupe-form .label.msg label {
    bottom: initial;
    top: 30px;
}

.formulaireLabelMove .groupe-form .champ {
    padding-top: 22px;
}

/*--------------------------------------------------------------
    TRANSITION
--------------------------------------------------------------*/

.site-content {
    -webkit-transition: -webkit-transform .28s, opacity .28s;
    -ms-transition: -o-transform .28s, opacity .28s;
    -o-transition: -o-transform .28s, opacity .28s;
    transition: transform .28s, opacity .28s;
}

.slide-out .site-content {
    -webkit-transform: translate3d( 0, 100px, 0 );
    -ms-transform: translate3d( 0, 100px, 0 );
    -o-transform: translate3d( 0, 100px, 0 );
    transform: translate3d( 0, 100px, 0 );
    opacity: 0;
}

/*--------------------------------------------------------------
    OTHERS
--------------------------------------------------------------*/
/*
h2.hasBar {
    position: relative;
    padding-top: 75px;
    margin-top:0;
    text-align: center;
}
*/
span.bar {
    display:none;
}

.btn_base {
    font-family: utile-narrow, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    width: fit-content;
    color: white;
    border-radius: 45px;
    min-width:180px;
    padding: 16px 23px;
    margin: 25px 0 0;
    text-decoration: none;
    border: 2px solid;
    transition: .3s;
}

.btn_base.arrow{
    position:relative;
    padding: 19px 35px;
    font-size:18px;
}

.btn_base.arrow:after{
    content:"";
    position:absolute;
    right:21px;
    height: 19px;
    width: 38px;
    background-image: url(/wp-content/themes/Hamak-starter-theme/img/cta_arrow.png);
    background-size: contain;
    background-repeat:no-repeat; 
}

.btn_base.yellow {
    background-color: #E49F15;
    border-color: #E49F15;
}

.btn_base.yellow:hover {
    background-color: white;
    color: #E49F15;
}

.btn_base.orange {
    background-color: #DC661E;
    border-color: #DC661E;
}

.btn_base.orange:hover {
    background-color: white;
    color: #DC661E;
}

.btn_base.blue {
    background-color: #123F6D;
    border-color: #123F6D;
}

.btn_base.blue:hover {
    background-color: white;
    color: #123F6D;
}

.btn_base.light-blue {
    color: #123F6D;
    background-color: #C9D5E3;
    border-color: #C9D5E3;
}

.btn_base.light-blue:hover,
.btn_base.light-blue:focus {
    border-color: #123F6D;
}

.btn_base.beige {
    background-color: #F6F5EF;
    color: #123F6D;
    border-color: transparent;
}

.btn_base.beige:hover {
    color: white;
}


/*--------------------------------------------------------------
    CUSTOM TP
--------------------------------------------------------------*/

a{
    color:#0F0D1C;
    text-decoration:none;
}
/* layout */
.flex{
    display:flex;
}

.flex-direction-c{
    flex-direction:column;
}
.align-center{
    text-align:center;
}
.align-items-c{
    align-items:center;
}
.justify-content-fe{
    justify-content:flex-end;
}
.justify-content-c{
    justify-content:center;
}
.justify-content-sb{
    justify-content:space-between;
}
.flex-wrap-w{
    flex-wrap:wrap;
}
.flex1{
    flex:1;
}
.flex2{
    flex:2;
}
.flex3{
    flex:3;
}
/* margin */
.m0{
    margin:0;
}
.mt0{
    margin-top:0;
}
.mb0{
    margin-bottom:0;
}
.mt90{
    margin-top:90px;
}
.mt50{
    margin-top:50px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mb30{
    margin-bottom:30px;
}
.mb50{
    margin-bottom:50px;
}
.mb500{
    margin-bottom:500px;
}
.mt100{
    margin-top:100px
}
.mb100{
    margin-bottom:100px
}
.ml100{
    margin-left:100px;
}
.ml110{
    margin-left:110px;
}
.mr110{
    margin-right:110px;
}
.ml10{
    margin-left:10px;
}
.mr10{
    margin-right:10px;
}
.p90{
    padding:90px;
}
.pb245{
    padding-bottom:245px;
}
.pb100{
    padding-bottom:100px;
}
.pb200{
    padding-bottom:200px;
}
.pb20{
    padding-bottom:20px;
}
.pt100{
    padding-top:100px;
}
.pb67{
    padding-bottom:67px;
}
.pt90{
    padding-top:90px;
}
.pt85{
    padding-top:85px;
}
.p75{
    padding: 75px;
}
.pl75{
    padding-left:75px;
}
.pl0{
    padding-left:0;
}
.pr0{
    padding-right:0;
}
.py88{
    padding-top:88px;
    padding-bottom:88px;
}
.px77{
    padding-left:77px;
    padding-right:77px;
}

.m-auto{
    margin-left:auto;
    margin-right:auto;
}
/* helpers */
.ttu{
    text-transform: uppercase;
}
.color-beige{
    color:#F6F5EF;
}
.bckgcolor-sand{
    background-color:#F5F1E9;
}
.bckgcolor-green{
    background-color: var(--green);
    color: white;
}
.bckgcolor-beige{
    background-color:#F6F5EF;
}
.bckgcolor-bluelight{
    /* #d0dbe8 */
    background-color:#C9D5E3;
}
.bckgcolor-bluelight,
.bckgcolor-bluelight h2{
    color:#123F6D;
}
.bckgcolor-blue{
    background-color:#123F6D;
}
.bckgcolor-orange{
    color:#ffffff;
    background-color:#E49F15;
}
.bckgcolor-orange .btn_base.beige:hover{
    background-color:#123F6D;
}
.bckgcolor-blue .btn_base.beige:hover{
    background-color:#E49F15;
}
.bckgcolor-orange h2.hasBar{
    color:#ffffff;
}
.bckgcolor-orange h2.hasBar .bar{
    background-color:#ffffff;
}
.bckgcolor-blue,
.bckgcolor-blue h2{
    color:#F6F5EF;
}
.color-main{
    color:#123F6D;
}
.p-rel{
    position:relative;
}
.p-abs{
    position:absolute;
}
.is-small{
    font-size:20px;
}
.is-bold{
    font-weight:bold;
}

/* h1 */
.page:not(.home) h1{
    position:relative;
    text-align:center;
}
/*
.page:not(.home) h1:before{ 
    content:"";
    width: 1px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color:#123F6D;
}
*/
/* .page:not(.home) .sectionPresentation {
    padding-top: 50px;
} */
/* END h1 */

/* .home .header_principal */

.header_principal button{
    background-color:transparent;
}
.header_principal li{
    margin:0;
}
.header_principal button{
    margin-left:43px;
    font-weight:700;
    color:#0F0D1C;
    border:0;
}
.header_principal aside{
    display:flex;
}

.header_top_principal a {
    margin-left:44px;
    font-family: utile-narrow, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    color:#123F6D;
    text-decoration:none;
}

.site__header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0,0);
    z-index:10;
    transition: 0.3s ease;
}
/*.site__header::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    transition: 0.3s ease;*/
/*    top: 0;*/
/*    left: 0;*/
/*    object-fit: cover;*/
/*    height: 30px;*/
/*    background-color: #C9D5E3;*/
/*}*/

.custom-logo-link img{
    transition: 0.3s ease;
}

.scrolled .custom-logo-link img{
    width: 90px;
    height: 90px;
    min-width: unset;
    transition: 0.3s ease;
}
.scrolled .site__header{
    background-color: white;
    transition: 0.3s ease;
}
/*.scrolled .site__header::before{*/
/*    height: 20px;*/
/*    transition: 0.3s ease;*/
/*}*/
.menu_opened.scrolled .site__header{
    background-color: rgba(0,0,0,0);
    transition: 0.3s ease;
}

/* .custom-logo-link{
    position:absolute;
    left:0;
    right:0;
    z-index:1;
} */

.contributionItemContent .h2{
    font-size: 30px;
}

/* Fullscreen menu */
#fullscreenMenuBtn{
    display:flex;
    align-items:center;
    font-size: 17px;;
    cursor: pointer;
}
.fullscreenMenu{
    position:fixed;
    display:none;
    width:100%;
    height: calc(100% - var(--nav_height));
    top: 0;
    z-index:9;
    gap: 55px;
    flex-direction: column;
    padding-top: var(--nav_height);
    font-family: utile-display, sans-serif;
}
.fullscreenMenu span{
    margin-left: 90px;
}
.fullscreenMenu:after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:675px;
    height:736px;
    background-image:url("/wp-content/themes/Hamak-starter-theme/img/fondation_petites_mains-wing.png");
    background-size:contain;
    z-index:-1;
}
.fullscreenMenu .contact{
    display:none;
}
.fullscreenMenu ul{
    padding:0;
    list-style-type: none;
    margin-bottom: 0;
}
.fullscreenMenu ul li{
    margin-bottom:60px;
    line-height: 1.2;
    margin-bottom: 0px;
}
.fullscreenMenu ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fullscreenMenu ul li:last-of-type{
    margin-bottom:0;
}
.fullscreenMenu ul li a, .fullscreenMenu a{
    color:#123F6D;
    text-decoration: none;
}
.fullscreenMenu ul li a:hover{
    font-weight:bold;
}
.fullscreenMenu.show{
    display:flex;
}
/* END Fullscreen menu */

/* Partners slider */
.sectionPartners .sectionSliderPartners{
    margin-top:50px;
}
.sectionPartners .contentPartners p{
    font-size:20px;
}
.sectionPartners .sectionSliderPartners .groupPartnerList .slick-arrow {
    display: none !important;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .slick-dots li {
    margin: 0 2.5px;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .slick-dots li button {
    position: relative;
    color: transparent;
    background: none;
    border: none;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .slick-dots li button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #C1CBC5;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition: .3s;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .slick-dots li.slick-active button:after {
    background-color: transparent;
    border: 2px solid #1D3B65;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .itemSliderPartners.slick-slide{
    display:flex;
    align-items:center;
    justify-content: center;
    width:100%;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .itemSliderPartners.slick-slide img{
    margin-left:auto;
    margin-right:auto;
    object-fit:contain;
}

.sectionPartners .sectionSliderPartners .groupPartnerList{
    /*display: flex;*/
    flex-wrap: wrap;
    margin: 25px -5px;
    overflow:hidden;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .groupPartnerListContentImage {
    width: calc(20% - 20px);
    margin: 10px 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionPartners .sectionSliderPartners .groupPartnerList .groupPartnerListContentImage img {
    max-height: 100%;
	border-radius: 0;
}

.sectionPartners .sectionSliderPartners .slick-list{
    overflow:inherit;
}
/* END Partners slider */


.columnCopyright{
    padding-bottom:100px;
}
.columnCopyright p{
    margin:0;
}

.site__footer h2{
    font-size:23px;
}

/* burgermenu */
.button{
    width: 40px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}
.button:before,
.button:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #303661;
    transition: all ease 0.3s;
    border-radius: 8px;
}
.button:before{
    top: 0;
}
.button:after{
    bottom: 0;
}
.button span{
    width: 100%;
    height: 5px;
    background-color: #303661;
    transition: opacity ease 0.3s;
    border-radius: 8px;
}

.button.active span{
    opacity: 0;
}
.button.active:before{
    transform:  rotate(-45deg) translate3d(0, -50%, 0);
    top: 45%;
}
.button.active:after{
    transform: rotate(45deg) translate3d(0, 50%, 0);
    bottom: 50%;
}

/* contact form 7 */
.wpcf7-form{
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
    margin-bottom:200px;
    background-color:#ffffff;
    box-shadow:0 2px 12px rgba(0,0,0, .2);
    border-radius:8px;
    box-sizing:border-box;
}
.wpcf7-form input,
.wpcf7-form textarea{
    width:100%;
    min-width:100%;
    padding:1em;
    border:0 none;
    border-bottom:1px solid black;
    box-sizing: border-box;
}
.wpcf7-form input[type=submit]{
    font-family: utile-narrow, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align:center;
    letter-spacing: 1px;
    display: block;
    color: white;
    border-radius: 45px;
    padding: 11px 35px 14px;
    border: 2px solid #E49F15;
    transition: .3s;
    background-color: #E49F15;
    cursor:pointer;
}
.wpcf7-form input[type=submit]:hover{
    color:#E49F15;
    background-color:#ffffff;
}
.flex.alCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sectionPartners h2{
    text-align:center;
}
/*--------------------------------------------------------------
    MEDIA QUERIES
--------------------------------------------------------------*/

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
    .fullscreenMenu {
        gap: 20px;
        line-height: 1.2;
    }
    
    .sectionPartners .sectionSliderPartners .groupPartnerList{
        flex-direction: row;
    }
    .header_principal aside .contact{
        display: none;
    }
    .fullscreenMenu .contact{
        display: block;
        margin-left: 20px;
    }
    .fullscreenMenu span{
        margin-left: 20px!important;
    }
    h1 {
        font-size: 32px;
    }
    .page:not(.home) h1{
        padding-top:80px;
    }
    h2, 
    .h2 {
        font-size: 28px;
    }
    .page{
        padding-top:115px;
    }
    /*
    .header_principal .flex1:first-child{
        display:none;
    }
    */
    .columnBrandLogo {
        max-width: 100px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fullscreenMenu{
        font-size:32px;
    }
    /* layout */
    .flex{ 
        flex-direction:column;
    }
    .w50,
    .columnMenu{
        width: 90%;
    }
    .custom-logo-link{
        display:flex;
        top:-50px;
    }
    .custom-logo-link img{
        width:100px;
        min-width:100px;
        height:100px;
        margin-left:15px;
    }
    #fullscreenMenuBtn{
        margin-left:20px;
    }
    #fullscreenMenuBtn .burgerMenuText{
        display:none;
    }
    .header_principal .button-itineraire a {
        font-size: 14px;
        padding: 8px 15px;
        text-align:center;
        min-width:84px;
    }
    .wpcf7-form{
        width:100%;
        padding:20px;
    }
    .page:not(.home) .site-content{
        margin-top:180px;
    }
    body.home .site-content{
        margin-top:115px;
    }
    .fullscreenMenu ul{
        margin-left:20px;
    }
    .fullscreenMenu .menu-main-menu-container{
        margin-top:0;
    }
}

@media screen and (min-width: 1025px) {
    h1 {
        font-size: 50px;
    }
    .home h1{
        text-align:left;
    }
    .page:not(.home) h1{
        padding-top:80px;
    }
    h2, 
    .h2 {
        font-size: 40px;
    }
    .container {
        padding-left: 75px;
        padding-right: 75px;
    }
    .header_principal aside{
        display:flex;
    }
    .columnBrandLogo {
        max-width: 150px;
    }
    .fullscreenMenu{
        font-size:70px;
    }
    /* layout */
    .blockReverse{
        flex-direction: row-reverse;
    }
    .w50{
        width: 50%;
    }
    .columnMenu { 
        justify-content:center;
        width: 45%;
    }
    .custom-logo-link{
        top:-60px;
    }
    .custom-logo-link img{
        width:120px;
        height:120px;
    }
    #fullscreenMenuBtn{
        margin-left:50px;
    }
    .header_principal .button-itineraire a {
        font-size: 17px;
        padding: 11px 35px 14px;
    }
    .wpcf7-form{
        width:600px;
        padding:50px;
    }
    .site-content{
        margin-top:140px;
    }
    .fullscreenMenu ul{
        margin-left:90px;
    }
}

@media screen and (max-width: 900px) {
    
}
@media screen and (max-width: 1024px) {
    .page:not(.home) h1{
        padding-top: 20px;
    }
    .fundation_intro .hands{
        width: 500px;
    }
}
@media screen and (max-width: 768px) {
    .wpcf7-form{
        box-shadow: none;
        margin-top: 50px;
        margin-bottom: 120px;
    }
    .mt100{
        margin-top: 50px;
    }
    .pt100{
        padding-top: 50px;
    }
    .pb100{
        padding-bottom: 50px;
    }
    .pb200{
        padding-bottom: 100px;
    }
    .mb100{
        margin-bottom: 50px;
    }
    body.front{
        font-size: 18px;
    }
    .fullscreenMenu ul li{
        margin-bottom: 0;
    }
    .fullscreenMenu.show, .fullscreenMenu ul{
        gap: 30px;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
    }
    .fullscreenMenu:after {
        top: unset;
        right: 0;
        bottom: 0;
        width: 248px;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}

@media screen and (max-width: 550px) {
}


/*----- ANIMATIONS------*/
.animated{
    transition-timing-function: ease;
    transition-duration: 0.5s;
}
.animated.fade{
    position: relative;
    opacity: 0;     
}
.animated.fade-down{
    position: relative;
    opacity: 0;            
    top: -50px;
}
.animated.fade-up{
    position: relative;
    opacity: 0;            
    bottom: -50px;
}
.animated.fade-left{
    position: relative;
    opacity: 0;            
    left: -50px;
}
.animated.fade-right{
    position: relative;
    opacity: 0;            
    right: -50px;
}
/* IS VISIBLE */
.animated.visible.fade{
    position: relative;
    opacity: 1;     
}
.animated.visible.fade-down{
    opacity: 1;
    top: 0px;
}
.animated.visible.fade-up{
    opacity:1;            
    bottom: 0px;
}
.animated.visible.fade-left{
    opacity:1;            
    left: 0px;
}
.animated.visible.fade-right{
    opacity:1;            
    right: 0px;
}

h2.yellow{
    color: var(--orange-yellow);
}
.sectionFormation img, .container img{
    border-radius: 15px;
}
.sectionNumbersImpact:after, .communitySection:after{
    content: "";
    position: absolute;
    top:-630px;
    right:0;
    height: 1088px;
    width: 1002px;
    background-image: url(/wp-content/themes/Hamak-starter-theme/img/bighand_blue.svg);
    background-size: contain;
    background-repeat:no-repeat; 
    z-index:-2;
}
@media screen and (max-width:768px){
    .sectionNumbersImpact:after, .communitySection:after{    
        width: 120%;
    }
}

@media screen and (width >= 1280px) {
    .desktop-menu {
        display: block;
    }

    #fullscreenMenuBtn {
        display: none;
    }
}


/* AJUSTEMENTS DIVERS */
.single-page .sectionContent{
	/* padding-bottom: 50px; */
}