/***
* MEDIC EXPAT - SITE - MAINTENANCE PAGE CSS
* 
* 
***/


/* ----- BO NAV LATERAL - CONFIG AUTO DISPLAY SELECTED ELEM ----- */
#nav-site-hp-accueil { transform: scale(1.05); background-color: rgb(65, 170, 239); }

/* ----- SITE NAV - CONFIG AUTO DISPLAY ----- */
#site-header-2 { display: block; }



/* ----- PAGE CONTAINER CSS ----- */
#page-cont {
    width: 100%;
    overflow: hidden;
}



/* ----- SECTIONS PAGE GENERALS CSS ----- 
.sections-page {
    
    
}*/



/* ----- SECTION 1 CSS ----- */
#s1-background-img {
    width: 100%;
    height: calc(80vh * var(--lateral-preview-reduc-ratio, 1));
    
    /*background-image: url('../../../../images/site/index/s1_background.png');*/
    background-repeat: no-repeat;
    background-position: top;
    /*background-position-y: calc(-100px * var(--lateral-preview-reduc-ratio, 1));*/
    background-size: cover;

}
.background-opacity-dark{
    position: absolute;
    width: 100%;
    height: calc(80vh * var(--lateral-preview-reduc-ratio, 1));
    background-color: rgba(0,0,0,0.3);
    z-index:301;
}
.s1-cnt-cont {
    position: relative;
    z-index:302;
    width: 100%;
}

#s1-main-title {
    position: relative;
    z-index: 305;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    top: calc(30vh * var(--lateral-preview-reduc-ratio, 1));

    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    letter-spacing: 1px;
    line-height: calc(1.5em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-shadow: #101010 1px 0 3px;

    margin-top: 0px;
    margin-bottom: 0px;
}





/* ----- SECTION 2 CSS ----- */
#section-2 {
    position: relative;
    width: 100%;
    padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));
    padding-bottom: calc(200px * var(--lateral-preview-reduc-ratio, 1));
    
    /*background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);*/
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(250, 250, 250) 100%);
    
    
}

.s2-blocs {
    display:block;
}

/*#s2-bloc-1 { 
    position: absolute;
    width: 25%;
    margin-left: 65%;
    margin-right: 10%;
}

.s2-blocs-img {
    position: absolute;
    width: calc(350px * var(--lateral-preview-reduc-ratio, 1));
    height: calc(350px * var(--lateral-preview-reduc-ratio, 1));
    opacity: 0.6;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/

#s2-bloc-2 { 
    position: relative;
    width: 90%;
    margin-left: 5%;
}

#s2-b2-title { margin-bottom: 100px; }
.s2-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(2.8em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 0px;

    transition: transform 300ms ease-in-out;
}

.s2-bloc-txt {
    text-decoration: none;

    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.1em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: lighter;
    color: #101010;
    text-align: left;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(50px * var(--lateral-preview-reduc-ratio, 1));
    /*margin-bottom: calc(30px * var(--lateral-preview-reduc-ratio, 1));*/
}
.s2-bloc-txt p { margin-top:0px; margin-bottom:0px; }

/*.s2-bloc-inputs {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 40%;
    margin-left: 10%;
    margin-top: calc(50px * var(--lateral-preview-reduc-ratio, 1));
    background: var(--me-color-1);
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);

    border:none;

    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 300ms ease-in-out;
}

.s2-bloc-inputs:hover { transform: scale(1.03); }

.s2-bloc-inputs p, .s2-bloc-inputs a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.3em * var(--lateral-preview-reduc-ratio, 1));
    letter-spacing: 1px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;

    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: calc(10px * var(--lateral-preview-reduc-ratio, 1));
    padding-bottom: calc(10px * var(--lateral-preview-reduc-ratio, 1));
}*/



#s2-bloc-3 { 
    position: relative;
    width: 94%;
    margin-left: 3%;
    padding-bottom: 0px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    /*gap: 150px;*/
}

#vertical-dotted-line {
    position: absolute;
    width: 5px;
    height: 100%;
    margin-left: 50%;
    transform: translate(-100%);
    border-left: 5px dotted var(--me-color-1);

}

.s2-b3-ss-blocs {
    position: relative;
    width: 26%;
    padding-left: 2%;
    padding-right: 2%;
    /*margin-bottom: 60px;*/

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
/*#s2-b3-ssb2, #s2-b3-ssb4 { margin-left:50%; }*/

.s2-b3-ss-blocs-images {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-right: 50%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#s2-b3-ssb1-img { background-image: url('../../../../images/site/hp/efficiency_slowed.gif'); }
#s2-b3-ssb2-img { background-image: url('../../../../images/site/hp/recruitment_slowed.gif'); }
#s2-b3-ssb3-img { background-image: url('../../../../images/site/hp/growth.gif'); }

.s2-b3-ss-blocs h3 {
    text-decoration: none;
    width:100%;
    min-height: 110px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #101010;
    text-align: ecenter;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 0px;

    transition: transform 300ms ease-in-out;
}

.s2-b3-ss-blocs p {
    text-decoration: none;

    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.1em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: lighter;
    color: #101010;
    text-align: left;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}


.s2-b3-plus {
    position: absolute;
    left: 15%;
    top: -100px;
    opacity: 0.25;
}
.s2-b3-plus p {
    text-decoration: none;
    width:100%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(10em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: var(--me-color-3);
    text-align: center;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 0px;

    transition: transform 300ms ease-in-out;
}


.user-profil-cta-inputs-cont {
    width: 100%;
    /*margin-top: 150px;*/

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /*gap: 0px;*/
}
.user-profil-cta-inputs-cont p {
    text-decoration: none;

    width: 60%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.25em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: lighter;
    color: #101010;
    text-align: center;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}
.user-profil-cta-inputs {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3%;
    padding-right: 3%;
    background: linear-gradient(135deg, rgba(62, 198, 162, 1) 20%, rgba(62, 144, 198, 1) 80%);
    border: none;
    border-radius: 3px;
    margin-top: 40px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.25em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: center;

    box-shadow: 2px 2px 3px #303030;

    cursor: pointer;
    transform: scale(1.1);
    transition: transform 300ms ease-in-out;
}
.user-profil-cta-inputs:hover{ transform: scale(1.15); }






/* ----- SECTION 3 CSS ----- */
#section-3 {
    position: relative;
    width: 100%;
    /*height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));*/
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(150px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s3-blocs {
    display:block;
}

.s3-images {
    position: absolute;

    width: 100%;
    height: calc(60vh * var(--lateral-preview-reduc-ratio, 1));
    opacity: 0.6;
    background-image: url('../../../../images/site/hp/hp-accueil-s3-img.png');
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: -70px;
    background-size: cover;
}

#s3-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
    padding-top: calc(30vh * var(--lateral-preview-reduc-ratio, 1));
}

.s3-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 80px;

    transition: transform 300ms ease-in-out;
}

.s3-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;
    margin-left: 20%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: left;

    background: rgba(45,61,119, 1);

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}






/* ----- SECTION 4 CSS ----- */
#section-4 {
    position: relative;
    width: 100%;
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(150px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s4-images {
    position: absolute;

    width: 100%;
    height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    margin-left: 50%;
    opacity: 0.6;

    background-image: url('../../../../images/site/hp/hp-accueil-s4-img.png');
    background-repeat: no-repeat;
    background-position: center;
    /*background-position-x: calc(-250px * var(--lateral-preview-reduc-ratio, 1));*/
    background-size: cover;
}

.s4-blocs {
    display:block;
}

#s4-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
    padding-top: calc(20vh * var(--lateral-preview-reduc-ratio, 1));
}

.s4-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: calc(80px * var(--lateral-preview-reduc-ratio, 1));

    transition: transform 300ms ease-in-out;
}

.s4-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: left;

    background: rgba(45,61,119, 1);

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}






/* ----- SECTION 5 CSS ----- */
#section-5 {
    position: relative;
    width: 100%;
    /*height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));*/
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(200px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s5-images {
    position: absolute;

    width: 100%;
    height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    margin-left: -55%;
    opacity: 0.4;

    background-image: url('../../../../images/site/hp/hp-accueil-s5-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(50px * var(--lateral-preview-reduc-ratio, 1));
    background-size: cover;
}

.s5-blocs {
    display:block;
}

#s5-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
    padding-top: calc(20vh * var(--lateral-preview-reduc-ratio, 1));
}

.s5-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: calc(80px * var(--lateral-preview-reduc-ratio, 1));

    transition: transform 300ms ease-in-out;
}

.s5-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;
    margin-left: 20%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: left;

    background: rgba(45,61,119, 1);

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}






/* ----- SECTION 6 CSS ----- */
#section-6 {
    position: relative;
    width: 100%;
    /*height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));*/
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(150px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s6-blocs {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#s6-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
}

.s6-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    /*color: var(--me-color-3);*/
    text-align: left;

    background: -webkit-linear-gradient(var(--me-color-3), var(--me-color-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));

    transition: transform 300ms ease-in-out;
}

.s6-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;
    margin-left: 20%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: var(--me-color-2);
    text-align: left;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}

.hp-form-cta-inputs {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3%;
    padding-right: 3%;
    background: linear-gradient(135deg, rgba(62, 198, 162, 1) 20%, rgba(62, 144, 198, 1) 80%);
    border: none;
    border-radius: 3px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.2em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: center;

    box-shadow: 2px 2px 3px #303030;

    cursor: pointer;
    transform: scale(1.1);
    transition: transform 300ms ease-in-out;
}
.hp-form-cta-inputs:hover{ transform: scale(1.15); }






/* ----- SECTION 7 CSS ----- */
#section-7 {
    position: relative;
    width: 100%;
    /*height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));*/
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(150px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s7-blocs {
    display:block;
}

.s7-images {
    position: absolute;

    width: 100%;
    height: calc(60vh * var(--lateral-preview-reduc-ratio, 1));
    opacity: 0.6;
    background-image: url('../../../../images/site/hp/hp-accueil-s7-img.png');
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: -70px;
    background-size: cover;
}

#s7-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
    padding-top: calc(20vh * var(--lateral-preview-reduc-ratio, 1));
}

.s7-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 80px;

    transition: transform 300ms ease-in-out;
}

.s7-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;
    margin-left: 20%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: left;

    background: rgba(45,61,119, 1);

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}






/* ----- SECTION 8 CSS ----- */
#section-8 {
    position: relative;
    width: 100%;
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(150px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s8-images {
    position: absolute;

    width: 100%;
    height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    margin-left: 50%;
    opacity: 0.6;

    background-image: url('../../../../images/site/hp/hp-accueil-s8-img.png');
    background-repeat: no-repeat;
    background-position: center;
    /*background-position-x: calc(-250px * var(--lateral-preview-reduc-ratio, 1));*/
    background-size: cover;
}

.s8-blocs {
    display:block;
}

#s8-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
    padding-top: calc(20vh * var(--lateral-preview-reduc-ratio, 1));
}

.s8-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: calc(80px * var(--lateral-preview-reduc-ratio, 1));

    transition: transform 300ms ease-in-out;
}

.s8-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: left;

    background: rgba(45,61,119, 1);

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}






/* ----- SECTION 9 CSS ----- */
#section-9 {
    position: relative;
    width: 100%;
    /*height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));*/
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(150px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s9-images {
    position: absolute;

    width: 100%;
    height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    margin-left: -55%;
    opacity: 0.4;

    background-image: url('../../../../images/site/hp/hp-accueil-s9-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(50px * var(--lateral-preview-reduc-ratio, 1));
    background-size: cover;
}

.s9-blocs {
    display:block;
}

#s9-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
    padding-top: 20vh;
}

.s9-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: calc(80px * var(--lateral-preview-reduc-ratio, 1));

    transition: transform 300ms ease-in-out;
}

.s9-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;
    margin-left: 20%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: left;

    background: rgba(45,61,119, 1);

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}





/* ----- SECTION 10 CSS ----- */
#section-10 {
    position: relative;
    width: 100%;
    /*height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));*/
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(200px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s10-blocs {
    display:block;
}

.s10-images {
    position: absolute;

    width: 100%;
    height: calc(60vh * var(--lateral-preview-reduc-ratio, 1));
    opacity: 0.6;
    background-image: url('../../../../images/site/hp/hp-accueil-s10-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -150px;
    background-size: cover;
}


#s10-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
    padding-top: calc(20vh * var(--lateral-preview-reduc-ratio, 1));
}

.s10-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: var(--me-color-3);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 100px;

    transition: transform 300ms ease-in-out;
}

.s10-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;
    margin-left: 20%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: left;

    background: rgba(45,61,119, 1);

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}





/* ----- SECTION 11 CSS ----- */
#section-11 {
    position: relative;
    width: 100%;
    /*height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));
    min-height: calc(100vh * var(--lateral-preview-reduc-ratio, 1));*/
    /*padding-top: calc(100px * var(--lateral-preview-reduc-ratio, 1));*/
    padding-bottom: calc(150px * var(--lateral-preview-reduc-ratio, 1));
    
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    
}

.s11-blocs {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#s11-bloc-1 {
    position: relative;
    width: 90%;
    margin-left: 5%;
}

.s11-bloc-titles h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    /*color: var(--me-color-3);*/
    text-align: left;

    background: -webkit-linear-gradient(var(--me-color-3), var(--me-color-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));

    transition: transform 300ms ease-in-out;
}

.s11-bloc-txt {
    text-decoration: none;

    width: 70%;
    padding: 5%;
    margin-left: 20%;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.4em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: var(--me-color-2);
    text-align: left;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(0px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(0px * var(--lateral-preview-reduc-ratio, 1));
}








/* ----- GENERALS CTA STYLES ----- */
.page-cta-cont {
    width: 80% !important;
    margin-left:5%;
    padding: 5%;

    border-radius: 10px;

    background-size: 300% 300%;
    background-image: linear-gradient(135deg, var(--me-color-1) 10%, var(--me-color-2) 90%);
    background-position: 50% 50%;
    -webkit-animation: anim_background_transla 20s ease-in-out infinite;
    animation: anim_background_transla 20s ease infinite;

    /*box-shadow: 3px 3px 5px #808080;*/
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    gap: 0px;*/
}
.page-cta-cont h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(2em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;

    /*transition: transform 300ms ease-in-out;*/
}
.page-cta-cont p, .page-cta-cont a {
    text-decoration: none;

    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.1em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #050505;
    text-align: left;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(10px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(10px * var(--lateral-preview-reduc-ratio, 1));

    transition: transform 300ms ease-in-out;
}
.user-profil-cta-inputs-cont {
    width: 100%;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /*gap: 0px;*/
}
.user-profil-cta-inputs {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3%;
    padding-right: 3%;
    background: linear-gradient(135deg, rgba(62, 198, 162, 1) 20%, rgba(62, 144, 198, 1) 80%);
    border: none;
    border-radius: 3px;
    margin-top: 30px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.1em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #ffffff;
    text-align: center;

    box-shadow: 2px 2px 3px #303030;

    cursor: pointer;
    transform: scale(1.1);
    transition: transform 300ms ease-in-out;
}
.user-profil-cta-inputs:hover{ transform: scale(1.15); }
#user-profil-cta-1 { background: linear-gradient(135deg, var(--me-color-2) 20%, rgb(52, 126, 176) 80%); }




/* ---------- MEDIA QUERIES SYSTEM ------------------------------------------------------------*/

/* ---------- SCREEN > 1200 ------------------------------ 
@media screen and (width > 1440px) {

}*/
/* --- 1200 - 1025 ----------------------------------------- */
@media screen and (width <= 1200px) and (width > 1024px) {
    
    

}

/* --- 1024 - 769 ------------------------------------------ */
@media screen and (width <= 1024px) and (width > 768px) {
    
    

}

/* --- 768 - 481 ------------------------------------------- */
@media screen and (width <= 768px) and (width > 480px) {
    


}

/* --- 480 - 321 ------------------------------------------- */
@media screen and (width <= 480px) and (width > 320px) {
    
    

}

/* --- 320  ------------------------------------------------ */
@media screen and (width <= 320px) {
    
    

}