/* #landing-page .border-wrapper:nth-child(odd) {
    border-left: 15px solid #93C47D; 
    border-right: 15px solid #38761D; 
}

#landing-page .border-wrapper:nth-child(even) {
    border-left: 15px solid #1C3B0F;
    border-right: 15px solid #1C3B0F;
} */

#landing-page .container {
    max-width: 1200px !important;
}

#landing-page p {
    color: #333333!important;
}

#landing-page .container.hdp-landing-page {
    max-width: 960px !important;
}

.hdp-landing-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px!important;
    padding-bottom: 70px!important;
    text-align: center;
}

.hdp-landing-page h1 {
    font-size: 36px;
    font-weight: 700!important; 
    padding-top: 70px;
    line-height: 52px;
    font-variation-settings: "wdth" 87.5;
    color: #333333!important;
}

#landing-page h2 {
    line-height: 45px!important;
    font-variation-settings: "wdth" 87.5!important;
    font-weight: 700!important;
    color: #333333!important;
}

#landing-page > *:nth-child(odd) {
    border-left: 15px solid #93C47D!important; 
    border-right: 15px solid #38761D!important; 
}

#landing-page > *:nth-child(even) {
    border-left: 15px solid #1C3B0F!important;
    border-right: 15px solid #1C3B0F!important;
}

#landing-page .icon_boxes .section__title::before{
    display: none;
}

#landing-page .boutons-hdp-landing {
    display:flex; 
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:40px;
    margin-top: 14px;
}

#landing-page .bouton {
    font-weight: 700!important; 
    font-variation-settings: "wdth" 87.5;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    text-align: center;
}

@media (max-width:1224px) {

}

@media (max-width:992px) {
    .hdp-landing-page h1 { font-size: 36px }
    #landing-page .section__title h2, #texte-image-cta h2, .h2-tem { font-size: 28px!important }
}

@media (max-width:768px) {
    .hdp-landing-page h1 { font-size: 28px }
    #landing-page .section__title h2, #texte-image-cta h2, .h2-tem { font-size: 24px!important; text-align: center; }
    .h2-tem { padding: 0 15px; }
}

@media (max-width:680px) {
    #landing-page .boutons-hdp-landing {
        flex-direction: column;
        gap:20px;
        width: 100%;
    }

    #landing-page p {
        width: 100%;
        text-align: center;
    } 

    #landing-page .bouton {
        width: 100%;
    }
}

/* SPLASH SCREEN */

#landing-page #splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    min-width: calc(100vw - 17px);
    width: calc(100vw - 17px);
    max-width: calc(100vw - 17px);
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    background-color: #FFFFFF;
    z-index: 99998;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#landing-page #splash-screen .bouton {
    background-color: #38761D;
    font-weight: 800;
    font-size: 18px;
}

#landing-page #splash-screen .bouton:hover {
    background-color: #265013;
}

#landing-page #splash-screen .ss-box {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* gap: 0px; */
    /* border: 4px solid #F0F4F8; */
    /* padding: 40px; */
    /* border-radius: 4px; */
    width: 360px;
}

#landing-page #splash-screen .ss-box-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
}

#landing-page #splash-screen .ss-box-left {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0px;
}


#landing-page #splash-screen .ss-box .ss-category-title {
    color: #38761D;
    font-size: 18px;
    /* text-transform: uppercase; */
    margin: 0!important;
    /* font-variation-settings: "wdth" 87.5 !important; */
    font-weight: 800 !important;
}

#landing-page #splash-screen .ss-box .ss-category-content {
    color: #282828;
    /* text-align: center; */
    font-size: 36px;
    margin: 0;
    line-height: 45px;
    /* font-variation-settings: "wdth" 87.5 !important; */
    font-weight: 800 !important;
    text-shadow: 
    -1px -1px 0 #FFFFFF,  
     1px -1px 0 #FFFFFF,
    -1px  1px 0 #FFFFFF,
     1px  1px 0 #FFFFFF;
}

#landing-page #splash-screen .ss-box-right .ss-category-content {
    text-align: left;
}

#landing-page #splash-screen .ss-box-left .ss-category-content {
    text-align: right;
}


#landing-page #splash-screen .ss-box .bouton {
    max-width: max-content;
    width: max-content;
    min-width: max-content;
}

#landing-page #splash-screen .ss-top {
    position: fixed;
    top: 50px;
}

#landing-page #splash-screen .ss-middle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 104px;
    margin: auto;
    position: relative;
    z-index: 2;
}

#landing-page #splash-screen .ss-imgs {
    position: absolute;
    bottom: 0;
    width: 100vw;
    max-width: 1600px;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 640px;
    z-index: 1;
}

@media (max-width:1224px) {

}

@media (max-width:992px) {
    #landing-page #splash-screen .ss-box {
        width: 320px;
        padding: 20px;
    }
    
    #landing-page #splash-screen .ss-box .ss-category-content {
        font-size: 36px;
        line-height: 43px;
    }

    #landing-page #splash-screen .ss-imgs {
        height: 400px;
    }
}

@media (max-width:768px) {
    #landing-page #splash-screen .ss-middle {
        flex-direction: column;
        gap: 20px;
    }
    
    #landing-page #splash-screen {
        min-width: calc(100vw);
        width: calc(100vw);
        max-width: calc(100vw);
        min-height: 110vh;
        height: 110vh;
        max-height: 110vh;
    }
        
    #landing-page #splash-screen .ss-box-right .ss-category-content {
        text-align: center;
    }

    #landing-page #splash-screen .ss-box-left .ss-category-content {
        text-align: center;
    }

    #landing-page #splash-screen .ss-box-right {
        align-items: center;
    }
    
    #landing-page #splash-screen .ss-box-left {
        align-items: center;
    }
}

@media (max-width:680px) {
    #landing-page #splash-screen .ss-imgs {
        height: 0px;
    }
}

/* Hover splash screen */

.left-ss-hover {
    position: fixed;
    display: block;
    top: 120px;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 5;
}
            
.right-ss-hover {
    position: fixed;
    display: block;
    top: 120px;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 5;
}

@media (max-width:680px) {
    #landing-page #splash-screen .ss-imgs {
        height: 0px;
    }
}


@media (max-width:768px) {
    .left-ss-hover {
        left: 0;
        right: 0;
        height: 40%;
        width: 100%;
    }
    
    .right-ss-hover {
        left: 0;
        right: 0;
        top: 55%;
        height: 50%;
        width: 100%;
    }
}

