/***
* ANIMOPATHE - INDEX CSS STYLE
*
* 
***/


@font-face {
    font-family:'PTS-bold';
    src: url('../fonts/PTSerif-Bold.ttf');
}
@font-face {
    font-family:'PTS-bold-italic';
    src: url('../fonts/PTSerif-BoldItalic.ttf');
}
@font-face {
    font-family:'PTS-italic';
    src: url('../fonts/PTSerif-Italic.ttf');
}
@font-face {
    font-family:'PTS-regular';
    src: url('../fonts/PTSerif-Regular.ttf');
}


#menu-elem-2 p { border-bottom: 1px solid #f68b23; }
#burger_elem_2 a { border-bottom: 1px solid #f68b23; }

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

.reveal-elem {
    opacity: 1;
    transform: translateX(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);
}

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


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

.unselectable-text {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-green {
    color: #a2cc2a !important;
}

.f-orange {
    color: #f68b23 !important;
}

.inline-elem-left {
    width: 48%;
    margin-right: 2%;
}
.inline-elem-right {
    width: 48%;
    margin-left: 2%;
}

h4 {
    /*color: #00475d;*/
    font-weight: bold;
    font-size: 1.7em;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h5 {
    /*color: #00475d;*/
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h6 {
    /*color: #00475d;*/
    font-weight: normal;
    font-size: 1.3em;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}



/* - Fleche de bas de page - */
#arrow-bottom {
    position: absolute;
    z-index: 115;
    width: 2%;
    height: 18px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(0%);
    cursor: pointer;

    background-image: url('../images/icons/arrow_bot_blanc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
#arrow-bottom:hover { opacity: 1; }
/*#arrow-bottom p {
    font-size: 1.8em;
    color:#ffffff;
    
    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;

    transition: color, font-size 0.3s ease-in-out;
}
#arrow-bottom p:hover { color:#a2cc2a; font-size:2em; }*/


.sections-separator {
    width:100%;
    margin-bottom: 0px;
}
.separator-img {
    width:6%;
    margin-left:1%;
    margin-right:1%;
    height: 50px;
    background-image: url('../images/icons/Paw_prints_bottom.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(40%);

    opacity: 0.35;
}
.separator-left {
    width:45%;
    margin-right: 1%;
    border-bottom: 1px solid #dedede;
}
.separator-right {
    width:45%;
    margin-left: 1%;
    border-bottom: 1px solid #dedede;
}


/* --- PAGE CSS --- */
html {
    scroll-behavior: smooth;
}

body {
    width:100%;
    margin:0;
    background: linear-gradient(135deg, rgba(255,255,250,1) 40%, rgba(255,255,255,1) 100%);
}



/* - SECTION 0 : FIXED - */
#section-0 {
    width:100%;
    height:100vh;
}
#section-0 h4, #section-0 h5, #section-0 h6 { color:#ffffff !important; }

#s0-illu-image {
    position: fixed;
    z-index:90;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
#s0-opac-effect {
    position: fixed;
    z-index:100;
    width:100%;
    height:100vh;
    background-color: rgba(0,0,0,0.5);

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#s0-elems-cont {
    position: absolute;
    z-index:110;
    width: 100%;
    height: 100%;

    opacity: 0;
    transform: translateY(30%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s0-titre{
    width: 80%;
    margin-left: 10%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 5em;
    letter-spacing: 1px;
    color: white;
    text-shadow: 2px 2px #252525;

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

    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.titres-anim{
    position: absolute;
    transform: translateY(-100%);
    width: 80%;
    margin-left: 10%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 5em;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 2px 2px #252525;

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

    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#s0-texte {
    width: 70%;
    margin-left: 15%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 1.4em;
    color: white;
    text-shadow: 1px 1px #252525;

    margin-top: 30px;
    margin-bottom: 0px;
}
#s0-texte p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 1em;
    color: white;
    text-shadow: 1px 1px #252525;

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




/* - PAGE SECTIONS : ABSOLUTE - */
#page-cont {
    position: absolute;
    z-index:120;
    width: 100%;
    background: linear-gradient(135deg, rgba(255,255,250,1) 40%, rgba(255,255,255,1) 100%);
}


/* - SECTION 1 - */
#section-1 {
    width:90%;
    margin-left:5%;
    padding-top: 50px;
    margin-bottom:20px;
}
#section-1 h4, #section-1 h5, #section-1 h6 { color:#00475d !important; }

#section-1 h2 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2.4em;
    letter-spacing: 1px;
    /*color: #025974;*/
    color: #f68b23;

    margin-top: 20px;
    margin-bottom: 50px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#s1-texte-1 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1.25em;
    color: #00475d;

    margin-top: 20px;
    margin-bottom: 40px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s1-texte-1 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1em;
    color: #00475d;

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

#s1-image-1 {
    height: 150px;
    border-radius: 5px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}







/* - SECTION 2 - */
#section-2 {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding-top: 0px;
    margin-bottom: 0px;

    height: auto;
}
#section-2 h4, #section-2 h5, #section-2 h6 { color:#ffffff !important; }
#s2-back-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section-2 > .inline-cont { 
    width: 90%;
    padding-left:5%;
    padding-right:5%;
    background-color: rgba(0,0,0,0.6) !important; 
    padding-top: 20px !important; 
}
#s2-last-part {
    width: 90%;
    padding-left:5%;
    padding-right:5%;
    padding-bottom: 20px;
}


#s2-texte-1, #s2-texte-2, #s2-texte-3 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.25em;
    color: #ffffff;
    text-shadow: 1px 1px #202020;

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

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s2-texte-1 p, #s2-texte-2 p, #s2-texte-3 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1em;
    color: #ffffff;
    text-shadow: 1px 1px #202020;

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

#s2-texte-2 { 
    width: 90% !important;
    padding-left:5% !important;
    padding-right:5% !important;
    background-color: rgba(0,0,0,0.6);
}
#s2-titre { text-align: center !important; }

#s2-image-1 {
    /*height: 130px;*/
    height: 230px;
    border-radius: 5px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#s2-image-2 {
    /*height: 230px;*/
    height: 330px;
    border-radius: 5px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}






/* - SECTION 3 - */
#section-3 {
    width:90%;
    margin-left:5%;
    padding-top: 30px;
    margin-bottom: 50px;
}
#section-3 h4, #section-3 h5, #section-3 h6 { color:#00475d !important; }
#section-3 > .inline-cont { 
    padding-top: 20px !important; 
}

#section-3 h2 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 2.5em;
    letter-spacing: 1px;
    /*color: #025974;*/
    color: #f68b23;

    margin-top: 20px;
    margin-bottom: 50px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#s3-texte-1 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1.25em;
    color: #00475d;

    margin-top: 20px;
    margin-bottom: 40px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s3-texte-1 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1em;
    color: #00475d;

    margin-top: 0px;
    margin-bottom: 0px;
}
#s3-titre { text-align: center !important; }

#s3-image-1 {
    height: 280px;
    border-radius: 5px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}






/* - SECTION 4 - */
#section-4 {
    width:90%;
    margin-left:5%;
    padding-top: 0px;
    margin-bottom: 60px;
}
#section-4 h4, #section-4 h5, #section-4 h6 { color:#00475d !important; }
#section-4 h2 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #00475d;

    margin-top: 30px;
    margin-bottom: 20px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#s4-texte-1 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1.25em;
    color: #00475d;

    margin-top: 40px;
    margin-bottom: 40px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s4-texte-1 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1em;
    color: #00475d;

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

#s4-image-1 {
    height: 400px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.s4-inputs {
    width: 40%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 28%;
    margin-right: 28%;

    border-radius: 3px;
    background-color: #86ad1b;
    box-shadow: 3px 3px 5px #383838;

    cursor: pointer;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, 
    transform 0.3s ease-in-out, 
    background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}
.s4-inputs:hover {
    transform: scale(1.05);
    background-color: #a2cc2a;
    box-shadow: 6px 6px 5px #505050;
}

.s4-inputs a {
    text-decoration: none;
}
.s4-inputs p {
    width: 100%;

    /*font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center !important;
    font-size: 1.3em !important;
    color: #ffffff !important;

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





/* - SECTION 5 - */
#section-5 {
    width:90%;
    margin-left:5%;
    padding-top: 0px;
    margin-bottom: 70px;
}
#section-5 h4, #section-5 h5, #section-5 h6 { color:#00475d !important; }
#section-5 h2 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #00475d;

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

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#s5-texte-1 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1.25em;
    color: #00475d;

    margin-top: 40px;
    margin-bottom: 40px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s5-texte-1 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1em;
    color: #00475d;

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

#s5-image-1 {
    height: 350px;
    border-radius: 5px;
    margin-top: 40px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}






/* - SECTION 6 - */
#section-6 {
    position: relative;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;

}
#section-6 h4, #section-6 h5, #section-6 h6 { color:#ffffff !important; }
#s6-back-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section-6 > .inline-cont { 
    width: 90%;
    padding-left:5%;
    padding-right:5%;
    background-color: rgba(0,0,0,0.6) !important; 
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#section-6 h2 {
    width: 90%;
    padding-left:5%;
    padding-right:5%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 2px 2px #202020;

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

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#s6-texte-1 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1.25em;
    color: #ffffff;
    text-shadow: 1px 1px #202020;

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

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s6-texte-1 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 1em;
    color: #ffffff;
    text-shadow: 1px 1px #202020;

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

#s6-image-1 {
    height: 400px;
    border-radius: 5px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}






/* - SECTION 7 - */
#section-7 {
    width:90%;
    margin-left:5%;
    padding-top: 60px;
    padding-bottom: 60px;
}
#section-7 h2 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #00475d;

    margin-top: 50px;
    margin-bottom: 50px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.s7-inputs {
    width: 16%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 15%;
    margin-right: 15%;

    border-radius: 3px;
    background-color: #86ad1b;
    /*box-shadow: 12px 12px 2px 1px #f68b23;*/
    box-shadow: 3px 3px 5px #383838;

    cursor: pointer;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, 
    transform 0.3s ease-in-out, 
    background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}
.s7-inputs:hover {
    transform: scale(1.05);
    background-color: #a2cc2a;
    box-shadow: 6px 6px 5px #505050;
}

.s7-inputs a {
    text-decoration: none;
}
.s7-inputs p {
    width: 100%;

    /*font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 1.3em;
    color: #ffffff;

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






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

/* ---------- SCREEN > 1920 ------------------------------ */
@media all and (min-width: 1921px) {
    

}
/* ---------- SCREEN <= 1920 | SCREEN > 1680 -------------- */
@media all and (max-width: 1920px) and (min-width: 1681px) {
    

}
/* ---------- SCREEN <= 1680 | SCREEN > 1440 -------------- */
@media all and (max-width: 1680px) and (min-width: 1441px) {


}
/* ---------- SCREEN <= 1440 | SCREEN > 1280 -------------- */
@media all and (max-width: 1440px) and (min-width: 1281px) {
    /* DEFAULT STYLE : NOT NEED MEDIA QUERIES */
}
/* ---------- SCREEN <= 1280 | SCREEN > 1024 -------------- */
@media all and (max-width: 1280px) and (min-width: 1025px) {  
    #s0-titre, .titres-anim { font-size:4.5em; }
    #s0-texte { font-size:1.3em; }
    #arrow-bottom { width:4%; left:48%; }

    #section-1 h2 { font-size: 2.1em; }
    #s1-texte-1 { font-size:1.15em; }
    #s1-texte-2 { font-size:1.15em; }

    #s2-image-1 { margin-top:10px; }
    #s2-image-2 { margin-top:20px; }

    #s3-image-1 { margin-top:10px; }

    #s4-image-1 { margin-top: 50px; }
    .s4-inputs { width: 50%; margin-left: 24%; margin-right: 24%; }

    #s6-texte-1 { margin-top: 15px; }

}
/* ---------- SCREEN <= 1024 | SCREEN >  768 -------------- */
@media all and (max-width: 1024px) and (min-width: 769px) {
    #s0-titre, .titres-anim { font-size:3.25em; }
    #s0-texte { font-size:1.2em; }
    #arrow-bottom { width:4%; left:48%; }

    #section-1 h2 { font-size: 1.8em; }
    #s1-texte-1 { font-size:1.05em; }
    #s1-texte-2 { font-size:1.05em; }

    #s2-image-1 { margin-top:15px; height:110px; }
    #s2-image-2 { margin-top:20px; height:200px; }
    #section-2 > .inline-cont { padding-top: 0px !important; }
    #s2-texte-1 { font-size:1.05em; }
    #s2-texte-2 { font-size:1.05em; }
    #s2-texte-3 { font-size:1.05em; }

    #section-3 { margin-bottom: 0px; }
    #s3-image-1 { margin-top:10px; height:160px; }
    #s3-texte-1 { font-size:1.05em; }

    #section-4 { margin-bottom: 30px; }
    #s4-image-1 { margin-top: 40px; }
    .s4-inputs { width: 64%; margin-left: 17%; margin-right: 17%; }
    .s4-inputs p { font-size: 1.1em !important; }
    #s4-texte-1 { font-size:1.05em; }
    
    #s5-image-1 { height:180px; }
    #s5-texte-1 { font-size:1.05em; }

    #section-6 > .inline-cont { padding-top: 0px !important; padding-bottom: 20px !important; }
    #s6-image-1 { height: 200px; margin-top: 10px; }
    #s6-texte-1 { margin-top: 0px; }
    #s6-texte-1 { font-size:1.05em; }

    .s7-inputs { width:26%; margin-left:10%; margin-right:10%; }
    .s7-inputs p { font-size: 1.1em; }

}
/* ---------- SCREEN <=  768 | SCREEN >  480 -------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
    #s0-titre, .titres-anim { font-size:2.5em; }
    #s0-texte { font-size:1.1em; margin-top:50px; }
    #arrow-bottom { width:6%; left:46%; }

    #section-1 { margin-bottom:50px; }
    #section-1 h2 { font-size: 1.6em; margin-top:0px; margin-bottom:40px;}
    #s1-texte-1 { font-size:1em; margin-top:0px; margin-bottom:40px; }
    #s1-texte-2 { font-size:1em; margin-bottom:30px; }

    #s2-image-1 { margin-top:0px; height:110px; }
    #s2-image-2 { margin-top:20px; height:200px; }
    #section-2 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-2 .inline-elem-left { width: 96%; margin-left:2%; margin-right:2%; }
    #section-2 .inline-elem-right { width: 68%; margin-left: 16%; }
    #s2-texte-1 { font-size:1.05em; }
    #s2-texte-2 { font-size:1.05em; padding-top:40px; }
    #s2-texte-3 { font-size:1.05em; }

    #section-3 { margin-bottom: 0px; }
    #section-3 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-3 .inline-elem-left { width: 68%; margin-left: 16%; }
    #section-3 .inline-elem-right { width: 96%; margin-left:2%; margin-right:2%; }
    #s3-image-1 { margin-top:10px; height:160px; }
    #s3-texte-1 { font-size:1.05em; }

    #section-4 { margin-bottom: 30px; }
    #section-4 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-4 .inline-elem-left { width: 68%; margin-left: 16%; }
    #section-4 .inline-elem-right { width: 96%; margin-left:2%; margin-right:2%; }
    #section-4 .sections-separator { display:inline-flex !important; }
    #s4-image-1 { height: 200px; margin-top: 20px; }
    .s4-inputs { width: 90%; margin-left: 4%; margin-right: 5%; }
    .s4-inputs p { font-size: 1.05em !important; }
    #s4-texte-1 { font-size:1.05em; }
    
    #section-5 { margin-bottom: 50px; }
    #section-5 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-5 .inline-elem-left { width: 68%; margin-left: 16%; }
    #section-5 .inline-elem-right { width: 96%; margin-left:2%; margin-right:2%; margin-top:-30px;}
    #section-5 .sections-separator { display:inline-flex !important; }
    #s5-image-1 { height:180px; }
    #s5-texte-1 { font-size:1.05em; }

    #section-6 { margin-bottom: 30px; }
    #section-6 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-6 .inline-elem-left { width: 96%; margin-left:2%; margin-right:2%; }
    #section-6 .inline-elem-right { width: 68%; margin-left: 16%; }
    #section-6 .sections-separator { display:inline-flex !important; }
    #s6-image-1 { height: 200px; margin-top: 10px; }
    #s6-texte-1 { margin-top: 0px; }
    #s6-texte-1 { font-size:1.05em; }

    #section-7 { width: 96%; margin-left: 2%; padding-top: 10px; padding-bottom: 50px; }
    .s7-inputs { width:40%; margin-left:5%; margin-right:5%; }
    .s7-inputs p { font-size: 1.05em; }
}
/* ---------- SCREEN <=  480  ------------------------------ */
@media all and (max-width: 480px) {
    #s0-titre, .titres-anim { font-size:2.2em; }
    #s0-texte { font-size:1em; margin-top:50px; }
    #arrow-bottom { width:6%; left:46%; }

    #section-1 { margin-bottom:50px; }
    #section-1 h2 { font-size: 1.5em; margin-top:0px; margin-bottom:40px;}
    #s1-texte-1 { font-size:1em; margin-top:0px; margin-bottom:40px; }
    #s1-texte-2 { font-size:1em; margin-bottom:30px; }

    #s2-image-1 { margin-top:0px; height:110px; }
    #s2-image-2 { margin-top:20px; height:200px; }
    #section-2 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-2 .inline-elem-left { width: 96%; margin-left:2%; margin-right:2%; }
    #section-2 .inline-elem-right { width: 68%; margin-left: 16%; }
    #s2-texte-1 { font-size:1.05em; }
    #s2-texte-2 { font-size:1.05em; padding-top:40px; }
    #s2-texte-3 { font-size:1.05em; }

    #section-3 { margin-bottom: 0px; }
    #section-3 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-3 .inline-elem-left { width: 68%; margin-left: 16%; }
    #section-3 .inline-elem-right { width: 96%; margin-left:2%; margin-right:2%; }
    #s3-image-1 { margin-top:10px; height:160px; }
    #s3-texte-1 { font-size:1.05em; }

    #section-4 { margin-bottom: 30px; }
    #section-4 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-4 .inline-elem-left { width: 68%; margin-left: 16%; }
    #section-4 .inline-elem-right { width: 96%; margin-left:2%; margin-right:2%; }
    #section-4 .sections-separator { display:inline-flex !important; }
    #s4-image-1 { height: 200px; margin-top: 20px; }
    .s4-inputs { width: 90%; margin-left: 4%; margin-right: 5%; }
    .s4-inputs p { font-size: 1.05em !important; }
    #s4-texte-1 { font-size:1.05em; }
    
    #section-5 { margin-bottom: 50px; }
    #section-5 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-5 .inline-elem-left { width: 68%; margin-left: 16%; }
    #section-5 .inline-elem-right { width: 96%; margin-left:2%; margin-right:2%; margin-top:-30px;}
    #section-5 .sections-separator { display:inline-flex !important; }
    #s5-image-1 { height:180px; }
    #s5-texte-1 { font-size:1.05em; margin-top:0px; margin-bottom:0px; }

    #section-6 { margin-bottom: 30px; }
    #section-6 > .inline-cont { display:block; padding-top: 0px !important; }
    #section-6 .inline-elem-left { width: 96%; margin-left:2%; margin-right:2%; }
    #section-6 .inline-elem-right { width: 96%; margin-left: 2%; }
    #section-6 .sections-separator { display:inline-flex !important; }
    #s6-image-1 { height: 200px; margin-top: 10px; }
    #s6-texte-1 { margin-top: 0px; }
    #s6-texte-1 { font-size:1.05em; }

    #section-7 { width: 96%; margin-left: 2%; padding-top: 10px; padding-bottom: 50px; }
    .s7-inputs { width:40%; margin-left:5%; margin-right:5%; }
    .s7-inputs p { font-size: 1.05em; }

}




/* --- DEBUG DEV STYLE --- 
body::after {
    content:'';
    height: 2px;
    position: fixed;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    background-color: red;
    z-index: 50000;
}
*/