/***
* COSMOS WEB - SOLUTIONS CSS STYLE
*
* 
***/



#nav_elem_5 a {
    color:#099af4 !important;
}




/* ----- GENERALS CLASS ----- */
.hidden-elem {
    opacity: 0;
    transform: translateY(50px);
}

.reveal-elem {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: 1s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

.hidden-elem-x {
    opacity: 0;
    transform: translateX(-50%);
}

.reveal-elem-x {
    opacity: 1;
    transform: translateX(0);
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}

.inline-cont {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}
/* ----- */





/* ----- THREE CONTAINERS ----- */
html { 
    /*overflow: hidden;*/
    overflow-x: hidden;
}
html, body {
    margin: 0;
    /*overflow-x: hidden;*/
}
body { 
    position: absolute;
    left: 0;
    top: 0;
    /*right: -35px;*/
    right: 0;
    bottom: 0;	
    padding-right: 15px;
    /*overflow-y: hidden;*/
    /*overflow-y: scroll;*/
    background: black;
}

#scene-container {
    position: fixed;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgb(0, 2, 12),rgb(0, 22, 36) );
}
/* ----- */





/* --- NOTIF COOKIE --- */
.notif_cookie {
    position: fixed;
    z-index: 2000;
    top: 0;
    margin-top: -50px;
    right: 7%;
    /*height: 25px;*/
    border-radius: 5px;
    padding-left: 1%;
    padding-right: 1%;
    background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(235, 235, 235) 100%);

    transition: margin-top 1.5s ease-in-out;
    -webkit-transition: margin-top 1.5s ease-in-out;
    -moz-transition: margin-top 1.5s ease-in-out;
}

.notif_cookie p {
    font-family: 'PJS-light', Arial, Helvetica, sans-serif;
    /*letter-spacing: 1px;*/
    word-spacing: 2px;
    color: rgb(0, 2, 12);
    font-size: 1.1em;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}





/* ----- PAGE CONTAINER ----- */
#page-container {
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
}
#page-container:-moz-full-screen  {
  width: 100%;
  height: 100%;
}
#page-container:-webkit-full-screen  {
  width: 100%;
  height: 100%;
}
#page-container:fullscreen  {
  width: 100%;
  height: 100%;
}
/* ----- */






/* --- SECTION GENERAL STYLE --- */
.index-sections {
    width: 95%;
    margin-left: 2.5%;
    padding-bottom: 150px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.08);  
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0px, 0px, 5px, 5px, #242424;
}

.index-sections h2{
    position: relative;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 2.2em;
    font-weight: 600;
    text-shadow: 1px 1px 2px #101010;
    color: #ffffff;
    text-align: center;
    
    /*text-shadow: 0px 1px 1px #a5a5a5,
        0px 2px 1px #919191,
    1px 4px 2px rgba(16,16,16,0.4),
    1px 5px 3px rgba(16,16,16,0.2),
    1px 5px 6px rgba(16,16,16,0.2),
    1px 5px 10px rgba(16,16,16,0.4);*/

    /* font-size:2.5em: 
    1px 9px 3px rgba(16,16,16,0.4),
    1px 11px 5px rgba(16,16,16,0.2),
    1px 13px 18px rgba(16,16,16,0.2),
    1px 15px 30px rgba(16,16,16,0.4);*/

    /* font-size:3em: 
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);*/

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}







/* --- SECTION 0 --- */
#section-0 {
    width: 100%;
    height: 100vh;
    margin-bottom: 200px;
}


#s0-bloc-1 {
    position: absolute;
    z-index: 100;
    width: 50%;
    padding-left: 5%;
    height: 100vh;
    
    background: linear-gradient(90deg, rgb(0, 22, 36) 0%, rgb(0, 2, 12) 100%);
    box-shadow: 4px 4px 8px #141414;
    transform: skewX(-15deg);
    margin-left: -6%;
}
#s0-ajust-skew-x {
    transform: skewX(15deg);
}
#s0-bloc-1 h1{
    position: relative;
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-size: 2.8em;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    
    /* font-size:2.1em: 
    text-shadow: 0px 1px 1px #a5a5a5,
        0px 2px 1px #919191,
    1px 4px 2px rgba(16,16,16,0.4),
    1px 5px 3px rgba(16,16,16,0.2),
    1px 5px 6px rgba(16,16,16,0.2),
    1px 5px 10px rgba(16,16,16,0.4);
    */

    /* font-size:2.5em: 
    1px 9px 3px rgba(16,16,16,0.4),
    1px 11px 5px rgba(16,16,16,0.2),
    1px 13px 18px rgba(16,16,16,0.2),
    1px 15px 30px rgba(16,16,16,0.4);*/

    /* font-size:3em: */
    text-shadow: 0px 1px 1px #a5a5a5,
        0px 2px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

#s0-bloc-1 h2{
    width: 70%;
    margin-left: 15%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 60px;

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

#s0-bloc-1 h3{
    width: 70%;
    margin-left: 15%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 1.4em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 30px;

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}




#s0-bloc-2 {
    width:50%;
    margin-left: 50%;
    height: 95vh;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /*gap: 40px;*/
}
.s0-b2-cnt-cont {
    width:100%;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#s0-bloc-2 p, #s0-bloc-2 a {
    text-decoration: none;

    width: 88%;
    margin-left:6%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: rgba(255, 255, 255, 1);
    font-size: 2em;
    line-height: 1.7em;
    text-shadow: 2px 2px 2px #101010;
    text-align: left;
    padding-top: 0px;
    margin-top:0px;
    margin-bottom:0px;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#s0-bloc-2 p {
    margin-top:0px;
    margin-bottom:20px;
    margin-left:15%;
}
#s0-bloc-2 a {
    margin-top:0px;
    margin-bottom:30px;
    margin-left:30%;
}



/* --- SECTION 1 --- */
#section-1 {
    width: 100%;
    margin-bottom: 200px;
}

#section-1 h1 {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 2em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    
    text-shadow: 0px 1px 1px #a5a5a5,
        0px 2px 1px #919191,
    1px 4px 2px rgba(16,16,16,0.4),
    1px 5px 3px rgba(16,16,16,0.2),
    1px 5px 6px rgba(16,16,16,0.2),
    1px 5px 10px rgba(16,16,16,0.4);

    /* font-size:2.5em: 
    1px 9px 3px rgba(16,16,16,0.4),
    1px 11px 5px rgba(16,16,16,0.2),
    1px 13px 18px rgba(16,16,16,0.2),
    1px 15px 30px rgba(16,16,16,0.4);*/

    /* font-size:3em: 
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);*/

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

#s1-h2-cont {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /*background: radial-gradient(circle, rgba(2,0,103,1) 0%, rgba(1,0,47,1) 100%);*/
    box-shadow: 2px 2px 4px 0px #0e0e0e;
    transform: skewY(-3deg);

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}
#section-1 h2{
    transform: skewY(0deg);

    width: 30%;
    margin-left: 1.5%;
    margin-left: 1.5%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    font-weight: 700;
    word-spacing: 2px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 2px #0f0f0f;
    margin-top: 0px;
    margin-bottom: 0px;

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

#s1-txt-cont {
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 80px;
    padding-bottom: 50px;
    background: radial-gradient(circle, rgba(2,0,103,1) 0%, rgba(1,0,47,1) 100%);
    /*background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);*/
    box-shadow: 2px 2px 4px 0px #242424;
    transform: skewY(-3deg);

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}

#s1-txt-cont h3{
    transform: skewY(3deg);

    width: 100%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    word-spacing: 2px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    font-size: 1.4em;
    text-align: justify;
    text-shadow: 1px 1px #1d1d1d;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 20px;

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}


.photo-cont {
    transform: skewY(3deg);
    width:30%;
}
.photo-cc {
    width: 100%;
}

.text-cont {
    transform: skewY(3deg);
    width: 90%;
    margin-left: 5%;
    margin-right: 0%;
}
.text-cont p{

    width: 100%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 1.4em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 100px;

    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}


/* --- SECTION 7 --- */
#section-7 {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;

}


.cnt-div-cont {
    width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}

.cnt-div-cont {
    width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}

.cnt-infos-cont {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
}

#logo-cnt {
    width: 100%;
    height: 100px;

    background-image: url("../images/index/section0/cw-background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.logo-cnt {
    width: 100%;
}
.line-cnt {
    width: 84%;
    margin-left: 14%;
    
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}
.line-cnt p {
    width: 100%;

    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-shadow: 1px 1px #222;

    text-decoration: none;
    text-decoration-line: none;
}
#mail-cnt a {
    color: white;
    text-decoration: none;
    text-decoration-line: none;
}
#adrs-cnt {
    margin-left: 14.8%;
}
.left-space {
    margin-left: 8px;
}
.emoji_drapeau {
    width: 25px;
    height: 20px;
    margin-right: 5px;
}

.cnt-form-cont {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 5px;
    background: radial-gradient(circle, rgb(2, 0, 103) 0%, rgb(1, 0, 47) 100%);
    box-shadow: 2px 2px 3px #0f0f0f;
}

/* - Contact Form - */
#form_contact {
    display: block;
    width: 90%;
    margin-left: 5%;
    padding-top: 0px;
    padding-bottom: 30px;
}
#form_contact h3 {
    width: 100%;
    font-family: 'PJS-light', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    font-size: 1.6em;
    letter-spacing: 2px;
    color: white;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cnt-form-inp {
    width: 100%;
    height: 30px;
    font-family: 'PJS-light', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    font-size: 1.1em;
    margin-bottom: 25px;
    border: none;
    border-radius: 5px;
}
#form_msg {
    width: 100%;
    font-family: 'PJS-light', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    font-size: 1.1em;
    resize: vertical;

    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    border-radius: 5px;
}


#submit_form {
    text-decoration: none;
    width: 34%;
    margin-left: 33%;
    height: 30px;
    margin-top: 30px;

    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    color: white;
    font-size: 1.2em;
    letter-spacing: 1px;
    background-color: #002b6d;
    border: none;
    border-radius: 5px;
    margin-bottom: 0px;
    cursor: pointer;

    transition: font-size 0.3s ease-out;
    -webkit-transition: font-size 0.3s ease-out;
    -moz-transition: font-size 0.3s ease-out;
}
#submit_form:hover {
    font-size: 1.3em;
}

#form_errors_results p {
    font-family: Calibri;
    font-size: 1em;
    color: #f5f5f5;
    background-color: #a30000;
    border-radius: 3px;
    padding: 3px;
}







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

/* ---------- SCREEN >= 1920 ------------------------------ */
@media screen and (min-width: 1920px) {
    /*body{ background-color: orange }*/

}
/* ---------- SCREEN < 1920 | SCREEN >= 1680 -------------- */
@media screen and (max-width: 1919px) and (min-width: 1680px) {
    /*body{ background-color: cyan }*/

}
/* ---------- SCREEN < 1680 | SCREEN >= 1440 -------------- */
@media screen and (max-width: 1679px) and (min-width: 1440px) {
    /*body{ background-color: purple; }*/

}
/* ---------- SCREEN < 1440 | SCREEN >= 1280 -------------- */
@media screen and (max-width: 1439px) and (min-width: 1280px) {
    /* DEFAULT STYLE : NOT NEED MEDIA QUERIES */
}
/* ---------- SCREEN < 1280 | SCREEN >= 1024 -------------- */
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    /*body{ background-color: yellow; }*/

    #s0-bloc-1 h1{ width: 80%; margin-top: 90px; margin-bottom: 50px; margin-left: 13%; }
    #s0-bloc-1 h2 { margin-bottom: 50px; font-size: 1.4em; margin-left: 13%; }
    #s0-bloc-1 h3 { width: 77%; margin-bottom: 25px; font-size: 1.25em; margin-left: 13%;}

    #section-1 { opacity: 1 !important; }
    #s1-txt-cont { width: 94%; padding-left: 3%; padding-right: 3%; }
    .text-cont { width: 67%; margin-left: 3%; margin-right: 0%; }
    .text-cont p { font-size: 1.3em; margin-bottom: 0px;}

    #section-7 { width: 95%; margin-left: 2.5%; }
    .line-cnt { width: 90%; margin-left: 10%; }
    .cnt-infos-cont { width: 44%; margin-left: 2%; margin-right: 4%; }
    #adrs-cnt { margin-left: 10.8%; }
    #form_contact { width: 85%; margin-left: 7.5%; }
    #form_contact h3 { font-size: 1.5em; }
    .cnt-form-inp, #form_msg { word-spacing: 1px; font-size: 0.95em; }
    #submit_form { word-spacing: 1px; font-size: 1.1em; }
    #submit_form:hover { font-size: 1.2em; }


}
/* ---------- SCREEN < 1024 | SCREEN >=  768 -------------- */
@media screen and (max-width: 1023px) and (min-width: 768px) {
    /*body{ background-color: green; }*/

    #s0-bloc-1 { width: 60%; margin-left: -8%; }
    #s0-bloc-1 h1{ width: 80%; margin-top: 60px; margin-bottom: 35px; margin-left: 15%; font-size: 2.2em; }
    #s0-bloc-1 h2 { width: 80%; margin-left: 15%; font-size: 1.3em; margin-bottom: 40px; }
    #s0-bloc-1 h3 { margin-bottom: 20px; font-size: 1.1em; margin-left: 15%; letter-spacing: 0px;}

    #section-1 { opacity: 1 !important; }
    #s1-txt-cont { width: 96%; padding-left: 2%; padding-right: 2%; padding-top: 60px; padding-bottom: 0px; }
    .text-cont { width: 68%; margin-left: 2%; margin-right: 0%; }

    .cnt-infos-cont { width: 50%; margin-left: 0%; margin-right: 0%; }
    .logo-cnt { width: 90%; }
    .line-cnt { width: 100%; margin-left: 0%; }
    #adrs-cnt { margin-left: 0%; }
    .line-cnt p { font-size: 1.2em; }
    .cnt-form-cont { width: 50%; margin-left: 0%; margin-right: 0%; }
    #form_contact { width: 90%; margin-left: 5%; padding-bottom: 25px; }
    #form_contact h3 { font-size: 1.4em; margin-top: 25px; margin-bottom: 25px; }
    .cnt-form-inp { font-size: 1em; }
    #submit_form { width: 40%; margin-left: 30%; height: 35px; margin-top: 20px; }

}
/* ---------- SCREEN <  768 | SCREEN >=  480 -------------- */
@media screen and (max-width: 767px) and (min-width: 480px) {
    /*body{ background-color: blue; }*/

    .notif_cookie { width:95%; left:2%; right: 0%; padding-left: 0%; padding-right: 0%; }

    #s0-bloc-1 { width: 75%; margin-left: -8%; }
    #s0-bloc-1 h1{ width: 95%; margin-top: 60px; margin-bottom: 20px; margin-left: 12%; font-size: 1.7em; }
    #s0-bloc-1 h2 { width: 80%; margin-left: 12%; font-size: 1em; margin-bottom: 20px; letter-spacing: 0px; word-spacing: 1px; }
    #s0-bloc-1 h3 { width: 80%; margin-bottom: 15px; font-size: 1em; margin-left: 12%; letter-spacing: 0px; }

    #section-1 { opacity: 1 !important; }
    #s1-txt-cont { width: 96%; padding-left: 2%; padding-right: 2%; padding-top: 50px; padding-bottom: 50px; display: block; }
    .photo-cont { width: 60%; margin-left:20%; margin-bottom: 40px;}
    .text-cont { width: 98%; margin-left: 2%; margin-right: 2%; }
    .text-cont p { font-size: 1.15em; margin-bottom: 0px; }

    #section-7 { opacity: 1 !important; }
    .cnt-div-cont { display: block; }
    .cnt-infos-cont { width: 100%; margin-left: 0%; margin-right: 0%; }
    .line-cnt { width: 86%; margin-left: 7%; }
    #adrs-cnt { margin-left: 7%; }
    .line-cnt p { font-size: 1.4em; }
    .cnt-form-cont { width: 100%; margin-left: 0%; margin-right: 0%; margin-top: 80px; }
    #form_contact { padding-top: 5px; }
    #form_contact h3 { font-size: 1.4em; }
    
}
/* ---------- SCREEN <  480  ------------------------------ */
@media screen and (max-width: 479px) {
    /*body{ background-color: red; }*/

    .notif_cookie { width:95%; left:1%; right: 0%; padding-left: 0%; padding-right: 0%; }

    #s0-bloc-1 { width: 90%; margin-left: -15%; padding-left:3%; transform: skewX(-10deg); }
    #s0-ajust-skew-x { transform: skewX(10deg); }
    #s0-bloc-1 h1{ width: 80%; margin-top: 25%; margin-bottom: 15%; margin-left: 17%; font-size: 1.7em; }
    #s0-bloc-1 h2 { width: 80%; margin-left: 15%; font-size: 1.1em; margin-bottom: 17%; letter-spacing: 0px; }
    #s0-bloc-1 h3 { width: 80%; margin-bottom: 8%; font-size: 0.9em; word-spacing:0px; margin-left: 15%; letter-spacing: 0px; }

    #section-1 { opacity: 1 !important; }
    #s1-txt-cont { width: 96%; padding-left: 2%; padding-right: 2%; padding-top: 50px; padding-bottom: 50px; display: block; }
    .photo-cont { width: 60%; margin-left:20%; margin-bottom: 40px;}
    .text-cont { width: 98%; margin-left: 2%; margin-right: 2%; }
    .text-cont p { font-size: 1.15em; margin-bottom: 0px; }

    #section-7 { opacity: 1 !important; width: 94%; margin-left: 3%; margin-right: 3%; }
    .cnt-div-cont { display: block; }
    .cnt-infos-cont { width: 100%; margin-left: 0%; margin-right: 0%; }
    .line-cnt { width: 96%; margin-left: 2%; }
    #adrs-cnt { margin-left: 3%; }
    .line-cnt p { font-size: 1.3em; letter-spacing: 0px;}
    .cnt-form-cont { width: 100%; margin-left: 0%; margin-right: 0%; margin-top: 80px; }
    #form_contact { width: 90%; margin-left: 5%; padding-top: 5px; }
    #form_contact h3 { font-size: 1.4em; }

}