/* ALL */
* {
    margin: 0; 
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-image: url("../img/background/rond-fond.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top 10vh left 85vh;
    background-attachment: fixed;
    overflow-x: hidden;
   }

button:focus {
    outline: none;
}

.cta {
    border-radius: 25px;
    background: #C72956;
    color: #FFFFFF;
    border: 2px solid #C72956;
    padding: 8px;
    transition: ease 0.3s;
}

.cta:hover {
    background: transparent;
    color: #C72956;
    border: 2px solid #C72956;
}

.degrad-red {
    border-bottom: 2px solid #C72956;
    width: 8%;
}

h1, h2 {
    font-weight: 700;
}

.semi-bold {
    font-weight: 700;
} 

/* SCROLL HORIZONTAL */
.wrapper {
    display: flex;
    flex-direction: row;
    width: 800vw;
    /* transform: rotate(90deg) translateY(-100vh); */
    transform-origin: top left;
}

/* .one {
    background: #acfabd;
}

.two {
    background: #ffd597;
}

.three {
    background: #a48aff;
}

.four {
    background: #ff9fb7;
}

.five {
    background: #a8edf7;
}

.six {
    background: #d39cd8;
}

.seven {
    background: #ece7b3;
}

.eight {
    background: #f7a8a8;
} */

.slides {
    background: #ffffff;
    border: 0.7px solid #D8D8D8;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.outer-wrapper {
    width: 100vw;
    height: 100vh;
    /* transform: rotate(-90deg) translateX(-100vh); */
    transform-origin: top left;
    overflow-y: hidden;
    overflow-x: scroll;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

/* ::-webkit-scrollbar {
    display: none;
} */

/* width */
::-webkit-scrollbar {
    width: 2px!important;
  }

/* Track */
::-webkit-scrollbar-track {
    background: #ff9700;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C72956;
    border-radius: 10px;
}

.test {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
/* END CROLL HORIZONTAL */

/** 3D **/
.button-3D{
    text-align: center;
}
.vecta{
    width: 100%;
    height: auto;
}
.choix-couleur-list{
    list-style: none;
    display: inline;
    text-align: center;
}

.choix-couleur-list li{
    
    display: inline-block;
    margin-top: 10px;
}

.choix-couleur-list li img{
    
    width: 40px;
    display: inline-block;
}

.choix-couleur-list li button{
    border: none;
    background: none;
}
/** END 3D **/

.active-vctr {
    border: 2px solid #C72956!important;
    border-radius: 28px!important;
}

#gdpr_30529 {
    margin-right: 1%;
}

/* SCREEN PC LARGE */
@media screen and (min-width: 1200px) {
    /** ALL **/
    .RS li img{
        width: 40px;
        height: auto;
        margin-bottom: 0;
        padding-bottom:5px ;
        list-style: none;
    }

    .RS-footer{
        padding-left: 55px;
    }

    .RS{
        list-style: none;
        padding-bottom: 30%;
    }

    .none {
        display: none;
    }

    .test {
        width: 0.15%; 
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 20px;
    }

    .degrad-red {
        width: 8%;
    }

    /** NAVBAR **/
    #logo-poly {
        width: 70px;
        height: 30px;
    }

    .accueil {
        display: none;
    }

    .rs {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 100px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .menu_degrad {
        color: #ff9700;
    }

    .cta {
        padding: 8px 30px;
        width: 45%;
    }

    .nav-link:hover {
        color: #C72956;
        border-bottom: 2px solid #C72956;
    }

    .active {
        color: #C72956;
        border-bottom: 2px solid #C72956;
    }


    /** SLIDE **/
    .slides {
        width: 100vw;
        height: 85vh;
        margin-top: 0.6%;
        border-radius: 20px;
        /* box-shadow: 0px 1px 2px grey; */
    }

    .slide-solo{
        margin-top: 5.6%;
    }

    /** ONE **/
    .one {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .one .content {
        width: 45%;
    }

    .one .cgu {
        width: 100%;
    }

    .one .cgu p {
        font-size: 15px;
    }
    
    .text-cta {
        margin-right: 5%;
    }

    .one .content img {
        width: 100%;
    }

    .one h1 {
        font-size: 40px;
    }

    .one h1 .title-red {
        color : #C72956 !important;
        font-size: 20px;
    }

    .one .text-cta p {
        margin-top: 30px;
    }

    /** TWO **/

    .two {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .two .choix-cartes {
        display: flex;
        justify-content: center;
    }

    .two .choix-cartes .degrad-red {
        display: block;
    }

    .two .choix-cartes .cartes, 
    .two .choix-cartes .text {
        width: 45%;
    }

    .two .choix-cartes .cartes {
        margin-right: 5%;
    }

    .two .degrad-red {
        margin-bottom: 20px;
    }

    .two .cartes .title {
        display: block;
    }
    /** THREE **/

    .three {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .three > .content {
        display: flex;
        justify-content: center;
    }

    .three .none {
        display: block;
    }

    .three .content.none {
        order : 1;
    }

    .three .avis {
        order: 3;
    }

    .three .descriptionU {
        order: 2;
    } 

    .three .note .title,
    .three .note .degrad-red {
        display: none;
    }

    .three .content + .content + .content {
        display: none;
    }

    .three .content.none,
    .three .avis {
        width: 45%;
    }

    .three .none {
        margin-right: 5%;
    }

    .three .title h2 {
        font-weight: 500;
        font-size: 25px;
    }

    .three .none h2 {
        font-size: 25px;
    }

    .three .none div p {
        margin-top: 20px;
    }

    .three .avis .infos #note {
        font-size: 25px;
        font-weight: 700;
    }

    .three .infos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 30px;
    }

    .three .infos p {
        margin: 0px 15px 0px 0px;
    }

    .three .infos p a {
        color : rgb(45,156,219);
        font-weight: 600;
    }

    .three .infos p:not(#note) {
        order : 3;
    }

    .three .infos img {
        order : 2;
        margin-right: 30px;
    }
    
    .three .un-avis {
        display: flex;
        margin-bottom: 20px;
    }

    .three .un-avis h3,
    .three .un-avis p {
        font-size: 18px;
    }

    .three .un-avis h3 {
        font-weight: 700;
        margin-bottom: 0;
    }

    .three .un-avis .img-user {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .three .un-avis img {
        width: 80px;
        height: 80px;
    }

    /** FOUR **/
    .four {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .four .content {
        margin: auto 0;
    }

    .four .nav-content .none {
        display: none;
    }

    .four .content-slide .title, 
    .four .content-slide .degrad-red {
        display: none;
    }

    .four .content-slide img {
        display: none;
    }

    .four .content-slide .none,
    .four .content-slide .none img {
        display: block;
    }

    .four .content-slide .none {
        display: flex;
        justify-content: center;
    }

    .content-slide .none img{
        width: 100px;
    }

    .four .content-slide .none img:not(:last-child) {
        margin-right: 10px;
    }

    .four .photos .photos-container:nth-child(odd){
        margin-top: 150px;
    }

    .four .photos .photos-container:nth-child(even){
        margin-bottom: 150px;
    }

    .photos-container {
        position: relative;
        /* width: 50%; */
    }
    
    .photos-container img {
        display: block;
        width: 100%;
        height: auto;
    }

    .photos-container:hover .overlay {
        opacity: 0.8;
    }
    .photos-container p:hover .overlay {
        opacity: 1;
    }
    
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 92%;
        opacity: 0;
        transition: .5s ease;
        background-color: #ff9700;
    }

    .photos p{
        transform: rotate(-90deg);
        color: white;
        font-size: 20px;
        position: absolute;
        top: 40%;
        right: -45%;
        text-align: center;
        width: 200px;
    }

    .photos{
        /* margin-top: 5% */
    }

    .four .member .member-presentation {
        display: none;
    }

    /** FIVE **/
    .five .nav-content {
        display: flex;
        width: 90%;
        align-items: center;
        margin: 0 auto;
        margin-top: 10%!important;
    }

    .five .none {
        display: none;
    }

    .five .degrad-red {
        margin-bottom: 4%;
    }

    .five .content-slide {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .five .mockup, 
    .five .txt-infos {
        width: 45%;
    }

    .txt-infos .none {
        display: block;
    }

    .five .content-slide img {
        width: 75% !important;
    }

    /** SIX **/
    .six .nav-content {
        display: flex;
        width: 90%;
        align-items: center;
        margin: 0 auto;
        margin-top: 10%!important;
    }

    .six .degrad-red {
        margin-bottom: 4%;
    }

    .six .nav-content .none {
        display: none;
    }

    .six .content-slide .none {
        display: block;
    }

    .six .content-slide {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    .six .illustration, 
    .six .txt-infos {
        width: 45%;
    }

    .six .illustration img {
        width: 85%;
    }

    /** SEVEN **/
    .seven .nav-content {
        display: flex;
        width: 90%;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 2%;
        margin-top: 10%!important;
    }

    .seven .degrad-red {
        margin-bottom: 4%;
    }

    .seven .nav-content .none {
        display: none;
    }

    .seven .content-slide .none {
        display: block;
    }

    .seven .content-slide {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .seven .social-media {
        display: none;
    }

    .seven .video, 
    .seven .txt-infos {
        width: 45%;
    }

    .seven .txt-infos {
        padding-left: 5%;
    }

    .seven .motion {
        width: 80%;
    }

    /** EIGHT **/

    .eight {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 

    .eight .nl {
        width: 60%;
    }

    .eight .degrad-red {
        width: 3%;
        margin-bottom: 2%;
    }

    .social-media li {
        list-style: none;
        display: inline-block;
        width: 20px;
        padding: 0px 20px;
    }

    #mc_embed_signup {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .eight .email {
        border-radius: 17px;
        border: 1.5px solid #C72956;
        margin-bottom: 3%;
        width: 80%;
        margin: 0 auto;
    }

    .eight .email::placeholder {
        color: #C72956;
    }

    .eight #mc-embedded-subscribe{
        width: 25%;
        margin-top: 3%;
    }

    .none-pc {
        display: none!important;
    }

    .mentions-legales {
        width: 100%;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0;
        margin-bottom: 8%;
    }

    .mentions-legales a {
        color: #FF9700;
        padding: 0 10px;
    }

    /** FOOTER **/
    footer {
        width: 200px;
    }

}
/* END SCREEN PC LARGE */

/* SCREEN PC */
@media screen and (min-width: 992px) {
    /** ALL **/
    .RS li img{
        width: 40px;
        height: auto;
        margin-bottom: 0;
        padding-bottom:5px ;
        list-style: none;
    }

    .RS-footer{
        padding-left: 55px;
    }

    .RS{
        list-style: none;
        padding-bottom: 30%;
    }

    .none {
        display: none;
    }

    .test {
        width: 0.15%; 
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 20px;
    }

    .degrad-red {
        width: 8%;
    }

    /** NAVBAR **/
    #logo-poly {
        width: 70px;
        height: 30px;
    }

    .accueil {
        display: none;
    }

    .rs {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 100px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .menu_degrad {
        color: #ff9700;
    }

    .cta {
        padding: 8px 30px;
        width: 45%;
    }

    .nav-link:hover {
        color: #C72956;
        border-bottom: 2px solid #C72956;
    }

    .active {
        color: #C72956;
        border-bottom: 2px solid #C72956;
    }

    /** SLIDE **/
    .slides {
        width: 100vw;
        height: 85vh;
        margin-top: 0.6%;
        border-radius: 20px;
        /* box-shadow: 0px 1px 2px grey; */
    }

    .slide-solo{
        margin-top: 5.6%;
    }

    /** ONE **/
    .one {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .one .content {
        width: 45%;
    }

    .one .cgu {
        width: 100%;
    }

    .one .cgu p {
        font-size: 15px;
    }
    
    .text-cta {
        margin-right: 5%;
    }

    .one .content img {
        width: 100%;
    }

    .one h1 {
        font-size: 40px;
    }

    .one h1 .title-red {
        color : #C72956 !important;
        font-size: 20px;
    }

    .one .text-cta p {
        margin-top: 30px;
    }

    /** TWO **/

    .two {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .two .choix-cartes {
        display: flex;
        justify-content: center;
    }

    .two .choix-cartes .degrad-red {
        display: block;
    }

    .two .choix-cartes .cartes, 
    .two .choix-cartes .text {
        width: 45%;
    }

    .two .choix-cartes .cartes {
        margin-right: 5%;
    }

    .two .degrad-red {
        margin-bottom: 20px;
    }

    .two .cartes .title {
        display: block;
    }
    /** THREE **/

    .three {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .three > .content {
        display: flex;
        justify-content: center;
    }

    .three .none {
        display: block;
    }

    .three .content.none {
        order : 1;
    }

    .three .avis {
        order: 3;
    }

    .three .descriptionU {
        order: 2;
    } 

    .three .note .title,
    .three .note .degrad-red {
        display: none;
    }

    .three .content + .content + .content {
        display: none;
    }

    .three .content.none,
    .three .avis {
        width: 45%;
    }

    .three .none {
        margin-right: 5%;
    }

    .three .title h2 {
        font-weight: 500;
        font-size: 25px;
    }

    .three .none h2 {
        font-size: 25px;
    }

    .three .none div p {
        margin-top: 20px;
    }

    .three .avis .infos #note {
        font-size: 25px;
        font-weight: 700;
    }

    .three .infos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 30px;
    }

    .three .infos p {
        margin: 0px 15px 0px 0px;
    }

    .three .infos p a {
        color : rgb(45,156,219);
        font-weight: 600;
    }

    .three .infos p:not(#note) {
        order : 3;
    }

    .three .infos img {
        order : 2;
        margin-right: 30px;
    }
    
    .three .un-avis {
        display: flex;
        margin-bottom: 20px;
    }

    .three .un-avis h3,
    .three .un-avis p {
        font-size: 18px;
    }

    .three .un-avis h3 {
        font-weight: 700;
        margin-bottom: 0;
    }

    .three .un-avis .img-user {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .three .un-avis img {
        width: 80px;
        height: 80px;
    }

    /** FOUR **/
    .four {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .four .nav-content .none {
        display: none;
    }

    .four .content-slide .title, 
    .four .content-slide .degrad-red {
        display: none;
    }

    .four .content-slide img {
        display: none;
    }

    .four .content-slide .none,
    .four .content-slide .none img {
        display: block;
    }

    .four .content-slide .none {
        display: flex;
        justify-content: center;
    }

    .content-slide .none img{
        width: 100px;
    }

    .four .content-slide .none img:not(:last-child) {
        margin-right: 10px;
    }

    .four .photos .photos-container:nth-child(odd){
        margin-top: 150px;
    }

    .four .photos .photos-container:nth-child(even){
        margin-bottom: 150px;
    }

    .photos-container {
        position: relative;
        /* width: 50%; */
    }
    
    .photos-container img {
        display: block;
        width: 100%;
        height: auto;
    }

    .photos-container:hover .overlay {
        opacity: 0.8;
    }
    .photos-container p:hover .overlay {
        opacity: 1;
    }
    
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 92%;
        opacity: 0;
        transition: .5s ease;
        background-color: #ff9700;
    }

    .photos p{
        transform: rotate(-90deg);
        color: white;
        font-size: 20px;
        position: absolute;
        top: 40%;
        right: -45%;
        text-align: center;
        width: 200px;
    }

    .photos{
        /* margin-top: 5% */
    }

    .four .member .member-presentation {
        display: none;
    }

    /** FIVE **/
    .five .nav-content {
        display: flex;
        width: 90%;
        align-items: center;
        margin: 0 auto;
    }

    .five .none {
        display: none;
    }

    .five .degrad-red {
        margin-bottom: 4%;
    }

    .five .content-slide {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .five .mockup, 
    .five .txt-infos {
        width: 45%;
    }

    .txt-infos .none {
        display: block;
    }

    .five .content-slide img {
        width: 75% !important;
    }

    /** SIX **/
    .six .nav-content {
        display: flex;
        width: 90%;
        align-items: center;
        margin: 0 auto;
    }

    .six .degrad-red {
        margin-bottom: 4%;
    }

    .six .nav-content .none {
        display: none;
    }

    .six .content-slide .none {
        display: block;
    }

    .six .content-slide {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    .six .illustration, 
    .six .txt-infos {
        width: 45%;
    }

    .six .illustration img {
        width: 85%;
    }

    /** SEVEN **/
    .seven .nav-content {
        display: flex;
        width: 90%;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .seven .degrad-red {
        margin-bottom: 4%;
    }

    .seven .nav-content .none {
        display: none;
    }

    .seven .content-slide .none {
        display: block;
    }

    .seven .content-slide {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .seven .social-media {
        display: none;
    }

    .seven .video, 
    .seven .txt-infos {
        width: 45%;
    }

    .seven .txt-infos {
        padding-left: 5%;
    }

    .seven .motion {
        width: 80%;
    }

    /** EIGHT **/

    .eight {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 

    .eight .nl {
        width: 60%;
    }

    .eight .degrad-red {
        width: 3%;
        margin-bottom: 2%;
    }

    .social-media li {
        list-style: none;
        display: inline-block;
        width: 20px;
        padding: 0px 20px;
    }

    #mc_embed_signup {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .eight .email {
        border-radius: 17px;
        border: 1.5px solid #C72956;
        margin-bottom: 3%;
        width: 80%;
        margin: 0 auto;
    }

    .eight .email::placeholder {
        color: #C72956;
    }

    .eight #mc-embedded-subscribe{
        width: 25%;
        margin-top: 3%;
    }

    .none-pc {
        display: none!important;
    }

    .mentions-legales {
        width: 100%;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0;
        margin-bottom: 8%;
    }

    .mentions-legales a {
        color: #FF9700;
        padding: 0 10px;
    }

    /** FOOTER **/
    footer {
        width: 200px;
    }

}
/* END SCREEN PC */

/* SCREEN PAD */
@media screen and (min-width: 601px) and (max-width: 991px) {
    /** ALL **/

    body {
        background-position: top 10vh left 30vh;
       }

    .RS{
        display: none;
    }
    .none {
        display: none;
    }

    .test {
        width: 0.15%; 
    }

    h1, h2 {
        font-size: 26px;
    }

    .degrad-red {
        margin: 0 auto;
        margin-bottom: 3%;
    }

    p {
        font-size: 20px;
    }

    .cta {
        width: 45%;
        margin: 0 auto;
    }

    /** NAVBAR **/
    #logo-poly {
        width: 50px;
    }

    .navbar-nav a {
        font-size: 26px;
    }

    .navbar-toggler {
        z-index: 2;
    }

    .nav-link {
        color: #ffffff;
    }

    .degrad {
        border-bottom: 2px solid #ffffff;
        width: 10%;
    }

    .rouge {
        color: #C72956!important;
    }

    .red {
        border-bottom: 2px solid #C72956;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        margin-right: -5.5%;
        width: 80%;
        background-color:#FF9700 !important;
        height: 95vh;
        margin-top: 7%;
    }

    .navbar-collapse.collapsing {
        height: 100vh;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }
    .navbar-collapse.show {
        right: 0;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }
    
    .navbar-nav .nav-item{
        margin-top: 35px;
    }

    .rs li{
        width: 20px;
        height: auto;
        display: inline-block;;
        padding: 0px 40px;
        padding-top: 20px;
    }
    
    .rs > li:first-child{
      padding-left: 0px;
    }

    .rs .nav-item {
        margin-top: 50px!important;
    }

    .rs{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .rs img {
        width: 50px;
    }

    /** SLIDE **/
    .slides {
        width: 90vw;
        height: 85vh;
        margin-top: 1.5%;
        border-radius: 5px;
        box-shadow: 4.17435px 4.17435px 4.17435px rgba(0, 0, 0, 0.1);
    }

    /** ONE **/
    .one {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .img-home {
        width: 100%;
        height: auto;
    }

    .text-cta {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .one h1 {
        margin-top: 4%;
    }

    .one h1 .title-red {
        color : #C72956 !important;
        font-size: 20px;
    }

    /** TWO **/
    .two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .two .content {
        width: 100%;
    }

    .two .title {
        margin-top: 8%;
    }

    .two p {
        margin-bottom: 12%;
    }

    /** THREE **/
    .three {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .three .user {
        width: 100%;
        text-align: center;
        margin-top: 6%;
    }

    .avis p {
        margin-bottom: 0!important;
    }

    .note .title {
        text-align: center;
    }

    #note {
        font-size: 26px;
        font-weight: 700;
    }

    .infos img {
        width: 170px;
        margin-bottom: 8%;
    }

    .un-avis {
        display: flex;
        margin-bottom: 5%;
    }

    .img-user img {
        width: 100px;
    }

    .nom-txt {
        padding-left: 5%;
    }

    .nom-user{
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 0;
    }

    .three .infos p a {
        color : rgb(45,156,219);
        font-weight: 600;
    }

    /** FOUR **/
    .four {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .four .content {
        width: 100%;
    }

    .nav-content {
        text-align: center;
    }

    .four .nav-content img {
        width: 35%;
        margin-top: 5%;
    }

    .content-slide {
        text-align: center;
    }

    .four .content-slide img {
        width: 50%;
    }

    /** FIVE **/
    .five {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .five .content {
        width: 100%;
    }

    .five .nav-content img {
        width: 45%;
    }

    .five .content-slide img {
        width: 58%;
        margin-bottom: 5%;
    }

    /** SIX **/
    .six {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .six .nav-content img {
        width: 38%;
    }

    .six .content-slide img {
        width: 80%;
    }

    .six .illustration img {
        width: 65%;
    }

    /** SEVEN **/
    .seven {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .seven .nav-content img {
        width: 45%;
    }

    .seven .embed-responsive {
        margin-bottom: 8%;
    }

    .seven .social-media li {
        padding: 0px 40px;
    }

    .first {
        padding-left: 0px!important;
    }

    .seven .social-media img {
        width: 50px;
    }

    .seven .motion {
        width: 50%;
    }

    /** EIGHT **/
    .eight {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .social-media li {
        list-style: none;
        display: inline-block;
        width: 20px;
        padding: 0 20px;
    }

    #mc_embed_signup .cta {
        margin-top: 10%;
        margin-bottom: 20%;
    }

    .eight .email {
        border-radius: 17px;
        border: 1.5px solid #C72956;
        width: 70%;
        margin: 0 auto;
    }

    .eight .email::placeholder {
        color: #C72956;
    }

    .eight .social-media li {
        padding: 0px 40px;
    }

    .eight .social-media img {
        width: 50px;
    }
}
/* END SCREEN PAD */

/* SCREEN PHONE */
@media screen and (max-width: 600px) {
    /** ALL **/

    body {
        background-position: top 10vh left 0vh;
       }
    .RS{
        display: none;
    }
    .none {
        display: none;
    }

    .test {
        width: 0.15%; 
    }

    h1, h2 {
        font-size: 15px;
    }

    .degrad-red {
        margin: 0 auto;
        margin-bottom: 5%;
    }

    p {
        font-size: 11px;
    }

    .cta {
        width: 70%;
        margin: 0 auto;
    }

    /** NAVBAR **/
    #logo-poly {
        width: 50px;
    }

    .navbar-toggler {
        z-index: 2;
    }

    .nav-link {
        color: #ffffff;
    }

    .degrad {
        border-bottom: 2px solid #ffffff;
        width: 10%;
    }

    .rouge {
        color: #C72956!important;
    }

    .red {
        border-bottom: 2px solid #C72956;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        margin-right: -5.5%;
        width: 80%;
        background-color:#FF9700 !important;
        height: 90vh;
        margin-top: 20%;
    }

    .navbar-collapse.collapsing {
        height: 100vh;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }
    .navbar-collapse.show {
        right: 0;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }
    
    .navbar-nav .nav-item{
        margin-top: 35px;
    }

    .rs li{
        width: 20px;
        height: auto;
        display: inline-block;;
        padding: 0px 20px;
        padding-top: 20px;
    }
    
    .rs > li:first-child{
      padding-left: 0px;
    }

    .rs .nav-item {
        margin-top: 50px!important;
    }

    .rs{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    /** SLIDE **/
    .slides {
        width: 90vw;
        height: 85vh;
        margin-top: 2.5%;
        border-radius: 5px;
        box-shadow: 4.17435px 4.17435px 4.17435px rgba(0, 0, 0, 0.1);
    }

    /** ONE **/
    .one {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .img-home {
        width: 100%;
        height: auto;
    }

    .text-cta {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .one h1 {
        margin-top: 8%;
    }

    .one h1 .title-red {
        color : #C72956 !important;
        font-size: 15px;
    }

    /** TWO **/
    .two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .two .content {
        width: 100%;
    }

    .two .title {
        margin-top: 8%;
    }

    .two p {
        margin-bottom: 12%;
    }

    /** THREE **/
    .three {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .three .user {
        width: 100%;
        text-align: center;
        margin-top: 6%;
    }

    .avis p {
        margin-bottom: 0!important;
    }

    .note .title {
        text-align: center;
    }

    #note {
        font-size: 15px;
        font-weight: 700;
    }

    .infos img {
        margin-bottom: 10%;
    }

    .un-avis {
        display: flex;
        margin-bottom: 5%;
    }

    .img-user img {
        width: 60px;
    }

    .nom-txt {
        padding-left: 5%;
    }

    .nom-user{
        font-weight: 700;
        font-size: 11px;
        margin-bottom: 0;
    }

    .three .infos p a {
        color : rgb(45,156,219);
        font-weight: 600;
    }

    /** FOUR **/
    .four {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .four .content {
        width: 100%;
    }

    .nav-content {
        text-align: center;
    }

    .four .nav-content img {
        width: 45%;
    }

    .content-slide {
        text-align: center;
    }

    .four .content-slide img {
        width: 75%;
    }

    /** FIVE **/
    .five {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .five .content {
        width: 100%;
    }

    .five .nav-content img {
        width: 55%;
    }

    .five .content-slide img {
        width: 70%;
        margin-bottom: 5%;
    }

    /** SIX **/
    .six {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .six .nav-content img {
        width: 45%;
    }

    .six .illustration img {
        width: 75%;
    }


    /** SEVEN **/
    .seven {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .seven .nav-content img {
        width: 55%;
    }

    .seven .embed-responsive {
        margin-bottom: 8%;
    }

    .seven .motion {
        width: 85%;
    }

    /** EIGHT **/
    .eight {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .social-media li {
        list-style: none;
        display: inline-block;
        width: 20px;
        padding: 0 20px;
    }

    .social-media ul li:first-child {
        padding: 0;
    }

    #mc_embed_signup .cta {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .eight .email {
        border-radius: 17px;
        border: 1.5px solid #C72956;
    }

    .eight .email::placeholder {
        color: #C72956;
    }

    .eight .p {
        font-size: 11px;
    }
}
/* END SCREEN PHONE */