@import url('https://fonts.googleapis.com/css2?family=Goldman&family=Maven+Pro:wght@400;500;600;700&display=swap');

body{
    margin:0;
    display: flex;
    flex-direction: column; 
    min-height: 100vh;
} 
main{
    flex: 1;
}

/*lien-button*/
a svg:hover path{
    fill: var(--color-action);
}
a:hover{
    color: var(--color-action);
}
.footer__el a:hover{
    color: white;
    text-decoration: underline;
}
small a:hover{
    color: white;
    text-decoration: underline;
}
.buttonSvg:hover{
    color: var(--color-action); 
}
.buttonSvg:hover path{
    fill: var(--color-action);
}
.svg__point:hover path{
    cursor: pointer;
    fill: var(--color-action);
}
.svg__pointmobile:hover path{
    cursor: pointer;
    fill: var(--color-action);
}
.buttonpaiement{
    color: black;
}
button a {
    margin: 0;
    padding: 0;
    color: black;
}
button a:hover{
    color: black;
    text-decoration: none;
}
button a:active{
    color: black;
    text-decoration: none;
}


a svg:active path{
    fill: var(--color-active);
}
a:active{
    color: var(--color-active);
}
.footer__el a:active{
    color: rgb(189, 189, 189);
    text-decoration: underline;
}
small a:active{
    color: rgb(189, 189, 189);
    text-decoration: underline;
}
.buttonSvg:active{
    color: var(--color-active); 
}
.buttonSvg:active path{
    fill: var(--color-active);
}
.button:active{
    transform: scale(0.95);
}
.buttonAvis:active{
    transform: scale(0.98);
}
.buttonAchat2:active{
    transform: scale(0.99);
}
.buttonAjout:active{
    transform: scale(1);
}
.buttonA:active{
    transform: scale(1);
    color: var(--color-active);
}
.svg__ptpath--actif{
    fill: var(--color-yang);
}



/**/
:root{
    --color-bg: #171B20;
    --color-text: white;
    --color-footer: #26292C;
    --color-action: #CBC3FF;
    --color-button:#9c95d0;
    --color-active:#8882b0;
    --color-yang: #718DB6;
    --color-bg2: #1C232D;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: var(--color-bg);
    color: var(--color-text);
}
.hide{
    display: none;
}
a{
    text-decoration:none;
    color: white;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
}
.marginimage{
    padding-left: 22px;
    padding-right: 22px;
}
.button{
    background-color: var(--color-action);
    border-radius: 42px;
    border-style: none;
    padding: 10px 18px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: 22px;
    margin-right: 22px;
    cursor: pointer;
}
.buttonLight{
    color: var(--color-action);
    border-color: var(--color-action);
    border-style: solid;
    background-color: transparent;
    font-size: 18px;
    padding: 4px 18px;
    margin: 0;

}
.buttonSvg{
    padding: 0;
    background-color: transparent;
    color: white;
    border-style: none;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.buttonA{
    background-color: transparent;
    text-decoration: underline;
    color: var(--color-action);
    padding-left:0;
    padding-top: 0;
    padding-bottom:0;
    padding-right: 18px;
    font-size: 18px;
}
.input{
    display: block;
}
iframe{
    width: 100%;
    height: 260px;
    border-style: none;
}
.image{
    width: 100%;
}



/*header*/
.headerLanding{
    background-image: url(../assets/images/arbreMatrice.png);
    background-size: 200%;
    background-repeat: no-repeat;
    background-position-x:-150px;
}
.headerLanding__nav{
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__el{
    display: inline;
    list-style: none;
    padding: 0;
    margin:0;
    font-family: 'Maven Pro', sans-serif;
    padding-left: 22px;
    font-size: 18px;
    font-weight: 500;
}
.nav__el a{
    font-size: 18px;
}
.headerLanding__title{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 168px;
    padding-bottom: 126px;
    font-family: 'Goldman', sans-serif;
    font-size: 42px;
    margin-left: 22px;
    margin-right: 22px;
}
.headerLanding__paragraphe{
    margin-right: 22px;
    margin-left: 22px;
    font-size: 18px;
    font-family: 'Maven Pro', sans-serif;
}

/*footer*/
.footer{
    background-color: var(--color-footer);
    padding: 22px;
}
.footer__title{
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}
.footer__el{
    font-size: 12px;
    line-height: 220%;
    display: block;
    padding-left: 0;
}
.footer__el a{
    font-size: 12px;
}
small a{
    font-size: 10px;
}
.footer__flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
small{
    font-size: 10px;
    font-family: 'Maven Pro', sans-serif;
}
.footer__list{
    list-style: none;
    padding: 0;
    margin:0;
    font-family: 'Maven Pro', sans-serif;
}


/*landing*/
.sl3{
    position: relative;
}
.svg{
    width: 330px;
    text-align: center;
    margin-right: 22px;
    margin-left: 22px;
}
.svg svg{
    width: 335px;
}
.hide{
    display: none;
}
.sl3__content{
        display: flex;
        justify-content: center;
        margin:0;
        position: relative;
}
.images__el{
    position: relative;
    list-style: none;
    padding: none;
}
.images__el img{
    width: 300px;
    border-radius: 90px;
    position: absolute;
}
.images__img1{
    top: -380px;
    left: -200px;
}
.images__img2{
    bottom: 300px;
    left: -150px;
}
.images__img3{
    left: -150px;
    bottom: 240px;
}
.images__img4{
    bottom: 320px;
    left: -200px;
}
.images__img5{
    bottom: 270px;
    left: -150px;
}
.images__img6{
    bottom: 170px;
    left: -200px;
}
.images__img7{
    bottom:200px;
    left: -200px;
}
.images__img8{
    bottom: 320px;
    left: -180px;
}
.images__img9{
    bottom: 380px;
    left:-200px;
}
.images__img10{
    left:-140px;
    bottom: 390px;
}
.images__img11{
    bottom: 360px;
    left: -140px;
}
.images__img12{
    bottom: 90px;
    left: -200px;
}
.images__img13{
    bottom:130px;
    left: -150px;
}
.images__img14{
    bottom: 140px;
    left: -200px;
}
.images__img15{
    bottom: 40px;
    left: -150px;
}
.images__img16{
    bottom: 90px;
    left: -150px;
}
.images__img17{
    bottom: 90px;
    left: -180px;
}
.images__img18{
    bottom: 70px;
    left: -200px;
}
.images__img19{
    bottom: 200px;
    left: -160px;
}
.images__img20{
    left: -190px;
    bottom: 100px;
}
.images__img21{
    bottom: 200px;
    left: -150px;
}
.images__img22{
    bottom: 140px;
    left: -150px;
}
.images__img23{
    bottom: 350px;
    left: -200px;
}
.images__img24{
    bottom: 260px;
    left: -150px;
}
.images__img25{
    bottom: 280px;
    left: -150px;
}
.images__img26{
    bottom: 230px;
    left: -160px;
}
.images__img27{
    bottom: 270px;
    left: -150px;
}
.images__img28{
    bottom: -20px;
    left: -170px;
}
.images__img29{
    bottom: 50px;
    left: -180px;
}
.images__img30{
    bottom: 100px;
    left: -140px;
}
.images__img31{
    bottom: 170px;
    left:-150px;
}
.images__img32{
    bottom: 150px;
    left: -140px;
}




.sectionLanding{
    padding-top: 168px;
}
.sl1{
    background-image: url("../assets/SVG/ligne.svg");
    background-size: 110%;
    background-position-y:-100px;
}
.sl2{
    background-image: url("../assets/SVG/reseau.svg");
    background-size: 710px;
    background-position-x: -360px;
    background-position-y: -285px;
    background-repeat: no-repeat;
}
.sl3{
    background-image: url(../assets/SVG/lignesVague.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position-x:-150px;
    background-position-y:40px;
}
.sl4{
    background-image: url('../assets/images/backgroundMind_mobile.png');
    background-size: 1880px;
    background-repeat: repeat-x;
    background-position-y:450px;
    background-position-x:45%;
    padding-bottom: 81px;
}
.sl5{
    position: relative;
    margin-bottom: 81px;
}
.sl5__slide{
    list-style: none;
    padding: 0;
}
.sl5:after{
    background-image: url("../assets/SVG/mainHaut.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    width: 230px;
    height: 140px;
    top: 113px;
    left: 130px;

}
.sl6{
    position: relative;
}
.sl6:after{
    background-image: url('../assets/SVG/mainBas:droite.svg');
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    display: block;
    background-size: 100%;
    z-index: 10;
    width: 230px;
    height: 140px;
    top: -163px;
    left: 30px;

}
.sl7{
    background-image: url("../assets/SVG/reseau2.svg");
    background-repeat: no-repeat;
    background-size: 305%;
}
.sl8{
    margin-left: 22px;
    margin-right: 22px;
    text-align: center;
    margin-top: 22px;
}
.titleLanding{
    padding-bottom: 66px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    line-height: 140%;
    padding-left: 22px;
    padding-right: 22Px;
    margin-top: 0;
    margin-bottom:0;
}
.titleCenter{
    text-align: center;
}
.titleBig{
    font-size: 27px;
}
.sl1__title{
    background-image: url("../assets/images/hommeTombant.png");
    background-repeat: no-repeat;
    background-size: 500px;
    padding-bottom: 520px;
    background-position-x: 0px;
    background-position-y: 70px;
    line-height: 140%;
}
.sl3__title{
    padding-bottom: 242px;
    background-image: url('../assets/SVG/hommeDebout.svg');
    background-size: 350px;
    background-repeat: no-repeat;
    background-position-x: 130px;
    background-position-y: 30px;
    line-height: 140%;
}
.sl4__title{
    font-size: 27px;
    padding-bottom: 27px;
    padding-top: 81px;
    font-family: 'Goldman', sans-serif;
    line-height: 140%;
}
.container__title{
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 22px;
    padding: 0;
    font-family: 'Maven-Pro', sans-serif;
    display: block;
    width: 80%;
    font-weight: 500;
}
.sl5__title{
    margin-bottom: 22px;
    padding-left: 22px;
    line-height: 140%;
}
.sl5__avisNom{
    font-size: 18px;
    font-family: 'Maven Pro', sans-serif;
    padding-top: 36px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    margin:0;
}
.titleInfoplus{
    font-size: 27px;
    margin-bottom: 27px;
    line-height: 120%;
}
.afterYang{
    font-size: 52px;
    color: var(--color-yang);
    line-height: 130%;
    font-weight: 400;
}
.sl1__image{
    width: 100%;
}
.sl6__paragraphe{
    padding-left: 22px;
    padding-right: 22px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    font-weight: 400px;
    line-height: 160%;
    margin: 0;
}
.container__paragraphe{
    padding-bottom: 44px;
    padding-left: 0;
    padding-right: 0;
    line-height: 130%;
    background-image: url(../assets/SVG/etapePoint.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 40px;
    width: 80%;
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}
.container__paragraphe--2{
    background-position-y: 97px;
}
.container__paragraphe--3{
    background-position-y: 125px;
}
.container__paragraphe--8{
    background-position-y: 212px;
}
.sl4__grille{
    display: flex;
    justify-content: center;
    margin:0;
}
.container{
    display: grid;
    grid-template-columns: repeat(2, 156px);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 22px; 
    grid-row-gap: 22px; 
    padding: 0; 
    padding: 0px 18px;
    background-image: url('../assets/SVG/traceMobile.svg');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 186px;
    background-size: 368px;
}
.container__content{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.container__content--1{
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}
.container__content--2{
    grid-column: 2;
    grid-row: 2; 
    justify-content: flex-start;
}
.container__content--3{
    grid-column: 2;
    grid-row: 3;  
    align-items: end;
}
.container__content--4{
    grid-column: 1;
    grid-row: 4;
    align-self: center;
}
.container__content--5{
    grid-column: 1;
    grid-row: 5;
    align-self: end; 
    align-items: end;
}
.container__content--6{
    grid-column: 2;
    grid-row: 6;
    align-items: end;
}
.container__content--7{
    grid-column: 1;
    grid-row: 7;
    align-self: end;
    align-items: end;
}
.container__content--8{
    grid-column: 2;
    grid-row: 8;
    align-self: center;
    align-items: end;
}
.container__content--9{
    grid-column: 1;
    grid-row: 9;
}
.sl5__titleNav{
    padding: 0;
    list-style: none;
}
.sl5__nav{
    padding: 0;
    list-style: none;
}
.sl5__navel{
    display: inline;
    padding-left: 22px;
}
.sl5__paragraphe{
    padding-right: 22px;
    padding-left:22px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    line-height: 160%;
    margin:0;
}
.sl5__avis{
    list-style:none;
    padding:0;
}
.sl5__presse{
    list-style: none;
    padding: 0;
    margin:0;
}
.sl5__slide--hidden{
    display: none;
}
.buttonAvis{
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: var(--color-action);
    border-radius: 0;
    padding-bottom: 10px;
}
.buttonAvisActif{
    color: white;
    background-image:url(../assets/SVG/ligneClasseActive.svg);
    background-repeat: no-repeat;
    background-position-y: 24px;
    background-size: 40px;
}
.buttonVoirPlus{
    background-image: url('../assets/SVG/arrowDownPurple.svg');
    background-size: 17%;
    background-repeat: no-repeat;
    background-position-x: 77px;
    background-position-y: 7px;
    padding-right: 36px;
}
.buttonVoirPlus--moins{
    background-image: url('../assets/SVG/arrowUpPurple.svg');
    padding-right: 56px;
    background-size: 14%;
    background-position-x: 94px;
}
.buttonAchat{
    text-align: center;
    margin-top: 84px;
}
.sl5__image{
    padding-top: 22px;
    padding-bottom: 84px;
    width: 25%;
    margin-left: 22px;
}
.sl6__image{
    width: 100%;
    margin-top: 36px;
    margin-bottom: 81px;
    padding: 0;
}
.kogonadaPortrait{
    margin-left: 22px;
}
.tabletDesktop{
    display: none;
}
.bold{
    font-weight: 600;
}
.slider__list{
    margin-right:22px;
    margin-left: 22px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    list-style: none;
    padding-left:0;
}
.slider__list--button{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 84px;
    padding-bottom: 18px;
}
.slider__img{
    border-top-right-radius: 126px;
    border-bottom-left-radius: 126px;
    width: 100%;
}
.slider__paragraphe{
    padding: 0;
    margin-top: 54px;
    margin-bottom: 54px;
    line-height: 160%;
}
.slider__title{
    padding: 0;
    margin-top: 88px;
    margin-bottom: 44px;
    font-size: 22px;
}
.slider__quote{
    font-size: 22px;
    font-family: 'Maven Pro', sans-serif;
    line-height: 160%;
    text-align: center;
}
.slider__button{
    font-size: 0;
    background-color: transparent;
    border-style: none;
    width: 54px;
    height: 36px;
    background-image: url('../assets/SVG/arrowLeft.svg');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 0;
}
.slider__button--right{
    background-image: url('../assets/SVG/arrowRight.svg');  
    background-position-x: 39px;
}
.slider__el--indic{
    font-size: 18px;
}
.sl5__backgroundBleu{
    margin-left: 22px;
    margin-right: 22px;
    background-color: var(--color-bg2);
    border-radius: 10px;
    padding-top: 22px;
    padding-bottom: 126px;
}
.tabletDesktop{
    display: none;
}
.mobile{
    display: block;
}
.sl9__image{
    width: 100%;
}
.sl9__title{
    text-align: center;
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 54px;
    font-size:27px;
    line-height: 140%;
}
.sl9__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 22px;
    padding-left: 22px;
}
.sl9{
    padding-bottom: 168px;
    background-image: url('../assets/images/matriceDown.png');
    background-repeat: no-repeat;
    background-size: 150%;
    background-position-y: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobilehalftablet{
    display: block
}
.desktophalftablet{
    display: none;
}
.halfdesktop{
    display: none;
}
.desktop{
    display: none;
}
.title__infoPlus{
    font-family: 'Goldman', sans-serif;
    font-size: 27px;
    margin-top:0;
    margin-bottom:0;
    padding-right: 22px;
    padding-left: 22px;
}
.sl5__slide--hidden2{
    display: none;
}
.slider__el--hidden{
    display: none;
}

/*produit*/
.paragraphe{
    font-size: 18px;
    line-height: 160%;
    margin-right: 22px;
    margin-left: 22px;
    font-family: 'Maven Pro', sans-serif;
}
.afterYang{
    line-height: 120%;
}
.titleProduit{
    font-family: 'Goldman', sans-serif;
    font-size: 42px;
    margin-right: 22px;
    margin-left: 22px;
    margin-top: 84px;
    margin-bottom: 126px;
    line-height: 140%;
}
.produit__img{
    width: 100%;
}
.title--principal{
    font-size: 27px;
    margin-bottom: 27px;
    padding-left: 22px;
}
.afficheInfos{
    display: flex;
    flex-wrap: wrap;
    margin-left: 22px;
    margin-right: 22px;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}
.afficheInfos__el{
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    padding-bottom: 15px;
    padding-left:22px;
}
.afficheInfos__el--ad{
    padding-left:0;
}
.langue__el{
    margin-bottom: 18px;
}
.langue{
    background-color: var(--color-bg2);
    padding-top: 18px;
    padding-bottom: 18px;
    margin-right: 18px;
    margin-left: 18px;
    border-radius: 12px;
    margin-bottom: 36px;
}
.choixVersion{
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: 22px;
    margin-right: 22px;
    padding-top: 90px;
}
.buttonAchat2{
    margin: 0;
    border-radius: 0;
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.buttonright{
    margin-left: 22px;
}
.buttonAchatActif{
    color: white;
    border-color: white;
}
.achatlist{
    list-style: none;
    padding:0;
    margin-right: 22px;
    margin-left: 22px;
}
.ajoutPanier{
    list-style: none;
    display: flex;
    justify-content: center;
    padding:0;
}
.ajoutPanier__el{
    padding-top: 18px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-right: 18px;
    margin-left: 18px;
}
.ajoutPanier__titlem{
    display: flex;
}
.ajoutPanier__title{
    font-weight: 400;
    font-size: 22px;
}
.ajoutPanier__img{
    padding-left: 10px; 
}
.ajoutPanier__list{
    list-style: none;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
}
.ajoutPanier__list{
    padding: 0;
}
.quantite{
    list-style: none;
    display: flex; 
    justify-content: space-between;
    padding: 0; 
    width: 120px;
    align-items: center;
}
.sectionProduit{
    padding-top: 90px;
}
.sectionProduit__title{
    font-size: 27px;
    font-family: 'Goldman', sans-serif;
    margin-right: 22px;
    margin-left: 22px;
}
.buttonAa{
    padding-right:0;
    margin: 0;
    font-size: 15px;
}
.buttonAjouterpanier{
    margin-top: 90px;
    margin-bottom: 154px;
}
.achatlist__el--button{
    text-align: center;
    margin: 0;
}
.prix{
    font-weight: 600;
}
.backgroundProduit{
    background-image: url(../assets/SVG/backgroundProduit.svg);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: 100%;
}
.produit1__image{
    margin-left: 22px;
    margin-right: 22px;
}
.versionp1400{
    display: block;
}
.versions1400{
    display: none;
}
.afficheInfos .afficheInfos__el--l{
    padding-left: 0px;
    justify-content: center;
}
.afficheInfos .afficheInfos__el--s{
    padding-right: 15px;
}
.ajoutPanier__para{
    margin-bottom:0;
}
.ajoutPanier__listEl{
    font-size: 22px;
}
.listprice{
    list-style: none;
    padding:0;
    margin-right: 22px;
    margin-left: 22px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 22px;
}
.listprice__el{
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25%;
    height: 60px;
    font-size: 0;
    display: flex;
}
.listprice__el--cannes{
    background-image: url('../assets/SVG/festivalCannes.svg');
    margin-right: 18px;
}
.listprice__el--sundance{
    background-image: url('../assets/SVG/sundanceFestival.svg');
}


/*panier*/
.paragraphe--aucunarticle{
    font-size: 18px;
    margin-top: 90px;
    margin-bottom:90px;
}
.titleMainform{
    font-family: 'Goldman', sans-serif;
    font-size: 42px;
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 42px;
    margin-bottom: 42px;
}
.produitPanier__image{
    margin-right: 22px;
    margin-left: 22px;
    margin-top: 44px;
    margin-bottom: 44px;
}
.panierAjout__paragraphe{
    margin-top: 0;
    margin-bottom: 0;
    font-family:'Maven Pro', sans-serif;
    font-size: 18px;
    margin-left: 18px;
    margin-right: 18px;
}
.panierAjout{
    display: flex;
    justify-content: space-between;
    margin-right: 22px;
    margin-left: 22px;
    margin-top: 44px;
}
.panierAjout__el{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buttonAjout{
    background-color: transparent;
    border-radius: 0px;
    border-style: solid;
    border-color: var(--color-action);
    width: 36px;
    height: 36px;
    color: var(--color-action);
    margin: 0;
    font-size: 22px;
    line-height: 0;
    padding:8px;
}
.buttonLien{
    padding: 0px;
    margin: 0px;
}
.paragraphe--inline{
    display: inline;
    padding: 0;
}
.paragraphe--little{
    font-size: 15px;
    line-height: 110%;
    margin-top: 15px;
    padding-left: 30px;
    margin-left: 0;
    margin-right:0;
    padding-bottom: 15px;
    background-image: url('../assets/SVG/i.svg');
    background-repeat: no-repeat;

}
.produitpanier__title{
    font-size: 22px;
    padding-left: 22px;
    padding-right: 22px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
}
.form__group{
    margin-right: 22px;
    margin-left: 22px;
    margin-top: 36px;
}
.form__label{
    font-size: 18px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
}
.form__input{
    margin-top: 18px;
    width: 95%;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    display: block;
}
.form__input--large{
    height: 154px;
    padding: 10px;
}
.form__button{
    margin-top: 36px;
}
.checkbox input{
    display: none;
}
.checkbox input + label{
    display: inline-block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 0px;
    margin-right: 10px;
}
.checkbox input:checked + label{
    background-image: url('../assets/SVG/checked.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
}
.center{
    text-align:center;
}
.form__input--promo{
    width: 60%;
    margin: 0;
}
.form__btn{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.produit{
    padding-top: 90px;
}
.produit--cadeau{
    padding-top:0;
}
.produitpanier{
    padding-top: 0;
    padding-bottom: 90px;
}

.recap{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.recap__list{
    list-style: none;
    padding: 0;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    line-height: 190%;
    margin-right: 22px;
    margin-left: 22px;
}
.recap__list--right{
    text-align: right;
}
.paragraphe--littleliv{
    margin-right: 22px;
    margin-left: 22px;
    margin-bottom: 36px;
}
.recap__list--total{
    padding-top: 18px;
    background-image:url('../assets/SVG/linestraight.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: -26px;
    display: flex;
    justify-content: space-between;
}
.produit__paragraphe{
    font-size: 18px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    margin-left: 22px;
    margin-right: 22px;
}
.express__list{
    display: flex;
    justify-content: space-between;
    margin-right: 22px;
    margin-left: 22px;
    list-style: none;
    padding:0;
}
.traditionnel__el{
    width: 14%;
    height: 50px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.traditionnel__el--bancontact{
    background-image: url('../assets/SVG/bancontact.svg');
}
.traditionnel__el--maestro{
    background-image: url('../assets/SVG/maestro.svg');
}
.traditionnel__el--mastercard{
    background-image: url('../assets/SVG/mastercard.svg');
}
.traditionnel__el--visa{
    background-image: url('../assets/SVG/visa.svg');
}
.traditionnel__el--paypal{
    background-image: url('../assets/SVG/paypal.svg');
}
.traditionnel__el--americanExpress{
    background-image: url('../assets/SVG/americanExpress.svg');
}
.buttonPaymentExpress{
    margin: 0;
    width: 105px;
    height: 30px;
    font-size: 0;
}
.paragraphe--ou{
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: center;
    background-image:url('../assets/SVG/linestraightDouble.svg');
    background-repeat: no-repeat;
    background-position-y: 50%;
    padding: 0;
    margin-right: 22px;
    margin-left: 22px;
    background-size: 100% 100%;
}
.buttonApple{
    background-image:url('../assets/SVG/apple.svg');
    background-repeat: no-repeat;
    background-position: 50%;
}
.buttonGoogle{
    background-image:url('../assets/SVG/google.svg');
    background-repeat: no-repeat;
    background-position: 50%;    
}
.buttonPaypal{
    background-image:url('../assets/SVG/paypalpaiement.svg');
    background-repeat: no-repeat;
    background-position: 50%;
}
.buttonCenterForm{
    margin-top: 36px;
    margin-bottom: 156px;
}
.backgroundPanier{
    background-image: url('../assets/SVG/ligne.svg');
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0;
}
.produit__title{
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom:0px;
    margin-left: 22px;
    margin-right: 22px;

}
.produit__title--h3{
    font-weight: 400;
    margin-top: 36px;
    font-size: 18px;
    padding-left:0;
    padding-right:0;
}
.infosPanier{
    margin: 0;
    padding: 0;
}

/*livraison*/
.header--liv{
    background-image: url('../assets/images/hommeTombantFlip.png');
    background-size: 450px;
    background-repeat: no-repeat;
    background-position-x: -180px;
    background-position-y:-40px;
    padding-bottom: 0px;
}
.livraison__title{
    margin-top: 0px;
    margin-bottom: 54px;
    font-size: 27px;
    font-family: 'Goldman', sans-serif;
    margin-right: 22px;
    margin-left: 22px;
}
.center--livraison{
    padding-top: 90px;
    background-image: url('../assets/images/hommeTombant.png');
    background-size: 450px;
    background-repeat: no-repeat;
    background-position-x: 120px;
    background-position-y:-120px;
    padding-bottom: 72px;
}
.step{
    display:flex;
    justify-content: space-between;
    font-family: 'Maven Pro', sans-serif;
    color: var(--color-yang);
    font-size: 22px;
    list-style: none;
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 88px;
    padding:0;
    background-image: url('../assets/SVG/lineStraightBlue.svg');
    background-size: 100%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-position-y: 50%;
}
.step__el{
    background-image: url('../assets/SVG/cerclevide.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 18px;
    background-position: 50%;
}
.step__el--done{
    background-image: url('../assets/SVG/cercleplein.svg');
    color: var(--color-bg);
}
.livraison__title--fac{
    margin-top: 90px;
}
.form__group--size30{
    width: 30%;
}
.form__group--size50{
    width: 50%;
    margin-right: 36px;
}
.form__group--cvv{
    margin-left: 22px;
    width: 25%;
}
.adresseligne2{
    display: flex;
    justify-content: space-between;
}
.form__label--case{
    margin-left: 18px;
    width: 280px;
}
.checkboxadresse{
    display: flex;
    justify-content: left;
    margin-bottom: 36px;
}
.checkboxadresse input{
    display: none;
}
.checkboxadresse input + label{
    display: inline-block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 0px;
}
.checkboxadresse input:checked + label{
    background-image: url('../assets/SVG/checked.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
}
.livraison{
    border-style: none;
    padding: 0;
}
.stepmobile{
    display: flex;
}
.steptabletDesktop{
    display: none;
}

/*Paiement*/
.paiement{
    background-image:url('../assets/images/matrice.png');
    background-size: 300%;
    background-position-y: 0;
    background-repeat: no-repeat;
}
.header--paiement{
    padding-bottom: 84px;
}
.titlePaiement{
    padding-top: 42px;
    padding-bottom: 0px;
    font-family: 'Goldman', sans-serif;
    font-size: 42px;
    margin: 0px 22px;
}
.buttonPaiement{
    margin-top: 90px;
    margin-bottom: 144px;
}
.formradio__group{
    margin-top: 84px;
    margin-right: 22px;
    margin-left: 22px;
    font-family: 'Maven Pro', sans-serif;

}
.formradio__label{
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
}
.form__contenuRadio{
    margin-left: 42px;
}
.form__contenuGroup{
    margin-top: 36px;
}
.center--paiement{
    background-image: url('../assets/images/matriceDown.png');
    background-size: 200%;
    background-position-y: 0;
    background-repeat: no-repeat;
}
.formradio__groupAlign{
    display: flex;
    justify-content:space-between;
}
.form__group--size70{
    width: 70%;
    margin-right: 22px;
}
.paragraphe--paypal{
    padding: 0;
    margin: 0; 
    margin-top: 18px;
}
.formradio__labelgroup{
    display: flex;
    align-items: center;
}
.formradio__img{
    width: 30px;
}
.formradio__list{
    list-style: none;
    padding: 0;
    margin-left: 15px;
    display: flex;
}
.formradio__listel{
    display: inline;
    margin-left: 0px;
}
.radio input{
    display: none;
}
.radio input + label{
    display: inline-block;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    width: 15px;
    height: 15px;
    background-image:url('../assets/SVG/radioButton.svg');
    background-repeat: no-repeat;
    background-size:100%;
    margin-left:0;
    padding: 10px;
}
.radio input:checked + label{
    background-image: url('../assets/SVG/radioButtonChecked.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.formradio__el{
    font-size: 0;
    height: 25px;
    width: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 6px;
}
.formradio__el--bancontact{
    background-image: url('../assets/SVG/bancontact.svg');
}
.formradio__el--maestro{
    background-image: url('../assets/SVG/maestro.svg');
}
.formradio__el--mastercard{
    background-image: url('../assets/SVG/mastercard.svg');
}
.formradio__el--americanExpress{
    background-image: url('../assets/SVG/americanExpress.svg');
}
.formradio__el--visa{
    background-image: url('../assets/SVG/visa.svg');
}

/*Recap*/
.backgroundrecap{
    background-image:url('../assets/SVG/reseau2.svg');
}
.paragraphe--colis{
    margin-top: 10px;
    margin-bottom: 10px;
}
.recapitulatif{
    margin-top: 88px;
}
.modif{
    display: flex;
    justify-content: space-between;
    margin-right: 22px;
}
.modif__button{
    font-size: 0;
    width: 22px;
    height: 22px;
    background-image: url('../assets/SVG/modif.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    border-style: none;
}
.adresse{
    list-style: none;
    padding: 0;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    line-height: 140%;
    margin-left: 22px;
    margin-right: 22px;
    margin-top:0;
}
.recap__title{
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 22px;
}
.recap__list{
    margin-top:0;
}
.form__labelmodif{
    display: flex;
    justify-content: space-between;
}
.titleRecap{
    padding-top: 84px;
    padding-bottom: 42px;
    font-size: 42px;
    margin: 0 22px;
    font-family: 'Goldman', sans-serif;
}
.produit__image{
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 0px;
}
.recap__title{
    margin:0 22px 22px;
}
.recapitulatif__para{
    margin-top: 0;
}
.recap__title--form{
    margin-left: 0;
}
.produit__paragraphe{
    margin-bottom: 0;
}
.produitpanierP{
    margin-top: 72px;
}

/*Confirmation*/
.paragraphe__conf{ 
    margin-top: 36px;
    font-weight: 500;
}
.titleConf{
    padding-bottom: 42px;
    padding-top: 0;
    font-size: 42px;
    font-family: 'Goldman', sans-serif;
    margin-right: 22px;
    margin-left: 22px;
}
.conf{
    padding-top: 72px;
    padding-bottom: 126px;
    background-image: url('../assets/images/hommeTombantLight.png');
    background-size: 650px;
    background-position-y: -80px;
    background-position-x: 40%;
    background-repeat: no-repeat;
}
.backgroundConfirmation{
    background-image:url('../assets/SVG/backgroundConf.svg');
    background-size: 330%;
    background-position-x:-580px;
    background-position-y:0;
    background-repeat: no-repeat;
}
.buttonConf{
    margin-top: 144px;
    margin-bottom: 36px;
}

/*crédits*/
.credit{
    margin-left: 22px;
    margin-right: 22px;
}
.credit__list{
    padding-left: 0;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
}
.credit__title{
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 0px;
}
.credit__el{
    line-height: 180%;
}
.credit__el a{
    font-size: 18px;
}
.credit__el a:hover{
    text-decoration: underline;
    color: white;
}
.credit__el a:active{
    color: rgb(189, 189, 189);
}
.credit__el a:visited{
    color: var(--color-yang);
}
.credit{
    margin-bottom: 66px;
}
.credit--section{
    margin-bottom: 110px;
}
.headerCredit__title{
    padding-bottom: 66px;
    padding-top: 88px;
}










/*Mobile S (18px) >> cahnger paiement date expiration*/ 
@media (max-width: 277px){
    .afficheInfos .afficheInfos__el--s{
       padding-left: 0px;
    }
}
@media (max-width: 370px){
    .buttonLight{
        padding: 3px 12px;
    }
    .buttonSvg{
        font-size: 15px;
    }
    iframe{
        height: 156px;
        margin-top: 0;
    }
    small{
        font-size: 8px;
    }
    small a {
        font-size: 8px;
    }
    
    /*header*/
    .headerLanding{
        background-image: url("../assets/images/arbreMatrice.png");
        background-size: 300%;
    }
    .nav__el{
        padding-left: 15px;
        font-size: 18px;
    }
    .nav__el a{
        font-size: 18px;
    }
    .headerLanding__nav{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 36px;
    }
    .nav__list{
        padding-left: 15px;
    }
      
    /*footer*/
    .footer__title{
        font-size: 12px;
    }
    .footer__el{
        font-size: 8px;
    }
    .footer__el a{
        font-size: 10px;
    }
    .footer__flex{
        margin-bottom: 8px;
    }
    small{
        font-size: 8px;
    }
      
    /*landing*/
    .container__title{
        margin-bottom: 18px;
    }
    .svg{
        width: 270px;
        text-align: center;
        margin-right: 22px;
        margin-left: 22px;
    }
    .svg svg{
        width: 270px;
    }
    .hide{
        display: none;
    }
    .images__el img{
        width: 230px;
        border-radius: 90px;
        position: absolute;
    }
    .images__img1{
        top: -300px;
        left: -150px;
    }
    .images__img2{
        bottom: 240px;
        left: -150px;
    }
    .images__img3{
        left: -153px;
        bottom: 360px;
    }
    .images__img4{
        bottom: 260px;
        left: -140px;
    }
    .images__img5{
        bottom: 230px;
        left: -120px;
    }
    .images__img6{
        bottom: 310px;
        left: -150px;
    }
    .images__img7{
        bottom:200px;
        left: -130px;
    }
    .images__img8{
        bottom: 280px;
        left: -120px;
    }
    .images__img9{
        bottom: 310px;
        left:-150px;
    }
    .images__img10{
        left:-120px;
        bottom: 310px;
    }
    .images__img11{
        bottom: 290px;
        left: -140px;
    }
    .images__img12{
        bottom: 250px;
        left: -140px;
    }
    .images__img13{
        bottom:80px;
        left: -120px;
    }
    .images__img14{
        bottom: 110px;
        left: -140px;
    }
    .images__img15{
        bottom: 190px;
        left: -150px;
    }
    .images__img16{
        bottom: 90px;
        left: -150px;
    }
    .images__img17{
        bottom: 70px;
        left: -140px;
    }
    .images__img18{
        bottom: 70px;
        left: -120px;
    }
    .images__img19{
        bottom: 200px;
        left: -140px;
    }
    .images__img20{
        left: -150px;
        bottom: 90px;
    }
    .images__img21{
        bottom: 320px;
        left: -150px;
    }
    .images__img22{
        bottom: 270px;
        left: -150px;
    }
    .images__img23{
        bottom: 280px;
        left: -140px;
    }
    .images__img24{
        bottom: 220px;
        left: -150px;
    }
    .images__img25{
        bottom: 230px;
        left: -150px;
    }
    .images__img26{
        bottom: 190px;
        left: -140px;
    }
    .images__img27{
        bottom: 250px;
        left: -150px;
    }
    .images__img28{
        bottom: 140px;
        left: -140px;
    }
    .images__img29{
        bottom: 50px;
        left: -150px;
    }
    .images__img30{
        bottom: 90px;
        left: -140px;
    }
    .images__img31{
        bottom: 140px;
        left:-150px;
    }
    .images__img32{
        bottom: 120px;
        left: -130px;
    }

    .sl1{
        background-size: 140%;
    }
    .sl3{
        padding-top: 168px;
    }
    .sl4{
        background-image: url('../assets/images/backgroundMind_mobileS.png');
        background-size: 1750px;
        background-repeat: repeat-x;
        background-position-y:440px;
        background-position-x:45%;
        padding-bottom: 84px;
    }
    .sl5:after{
        background-size: 100%;
        width: 156px;
        height: 104px;
        top: 132px;
        left:110px;
    }
    .sl6:after{
        background-size: 100%;
        width: 156px;
        height: 104px;
        top: -137px;
    }
    .sl7{
        background-size: 430%;
    }
    .sl8{
        margin-top: 0;
    }
    .headerLanding__title{
        padding-top: 108px;
    }
    .titleCenter{
        text-align: left;
    }
    .sl1__title{
        padding-bottom: 504px;
        background-position-y: 120px;
        background-position-x: -50px;
    }
    .sl3__title{
        padding-bottom: 198px;
        background-size: 250px;
        background-position-y: 100px;
        background-position-x:135px;
    }
    .sl9__title{
        font-size:22px;
    }
    .container__paragraphe{
        background-position-y: 35px;
        font-size: 18px;
    }
    .container__title{
        font-size: 18px;
    }
    .container__paragraphe--2{
        background-position-y: 103px;
    }
    .container__paragraphe--3{
        background-position-y: 103px;
    }
    .container__paragraphe--8{
        background-position-y: 196px;
    }
    .container{
        display: grid;
        grid-template-columns: repeat(2, 108px);
        grid-template-rows: repeat(9, 1fr);
        grid-column-gap: 18px; 
        grid-row-gap: 18px; 
        padding: 0; 
        padding: 0px 18px;
        background-image: url('../assets/SVG/traceMobileS.svg');
        background-position-x: 0px;
        background-position-y: 172px;
        background-size: 270px;
        margin-top: -52px;
    }
    .slider__img{
        border-top-right-radius: 90px;
        border-bottom-left-radius: 90px;
    }
    .slider__list--button{
        padding-bottom: 0px;
    }
    .sl6__image{
        width: 100%;
    }

    /*produit*/
    .afficheInfos{
        display: flex;
        flex-wrap: wrap;
        margin-left: 22px;
        margin-right: 22px;
        list-style: none;
        padding: 0;
        justify-content: center;
    }
    .afficheInfos__el{
        font-family: 'Maven Pro', sans-serif;
        font-size: 15px;
        padding-bottom: 15px;
        padding-left:22px;
    }
    .afficheInfos__el--ad{
        padding-left:0;
    }
    .afficheInfos__el--s{
        padding-left: 22px;
    }
    .choixVersion{
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }
    .buttonAchat2{
        margin: 0;
        border-radius: 0;
        width: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .buttonright{
        margin-left: 22px;
    }
    .ajoutPanier{
        list-style: none;
        display: block;
        padding:0;
    }
    .ajoutPanier__el{
        padding-top: 22px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .ajoutPanier__title{
        margin-bottom: 15px;
    }
    .quantite{
        list-style: none;
        display: flex; 
        justify-content: space-between;
        padding: 0; 
        width: 120px;
        align-items: center;

    }
    .backgroundProduit{
        background-image: url(../assets/SVG/backgroundProduit.svg);
        background-repeat: space;
        background-position-y: 0;
        background-size: 100%;

    }
    .versionp1400{
        display: block;
    }
    .versions1400{
        display: none;
    }

    /*panier*/
    .form__input--promo{
        width: 50%;
        margin: 0;
    }
    .buttonPaymentExpress{
        margin: 0;
        width: 72px;
        height: 30px;
        font-size: 0;
    }
    .buttonApple{
        background-image:url('../assets/SVG/apple.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%;
    }
    .buttonGoogle{
        background-image:url('../assets/SVG/google.svg');
        background-repeat: no-repeat;
        background-position: 50%; 
        background-size: 60%;   
    }
    .buttonPaypal{
        background-image:url('../assets/SVG/paypalpaiement.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 80%;
    }
    .express__img{
        width: 85%;
    }

    /*livraison*/
    .header--liv{
        background-image: url('../assets/images/hommeTombantFlip.png');
        background-size: 450px;
        background-repeat: no-repeat;
        background-position-x: -180px;
        background-position-y:-40px;
        padding-bottom: 0px;
    }
    .center--livraison{
        padding-top: 90px;
        background-image: url('../assets/images/hommeTombant.png');
        background-size: 450px;
        background-repeat: no-repeat;
        background-position-x: 20px;
        background-position-y:-120px;
        padding-bottom: 72px;
    }
    .step{
        display:flex;
        justify-content: space-between;
        font-family: 'Maven Pro', sans-serif;
        color: var(--color-yang);
        font-size: 18px;
        list-style: none;
        margin-left: 22px;
        margin-right: 22px;
        margin-top: 72px;
        padding:0;
        background-image: url('../assets/SVG/lineStraightBlue.svg');
        background-size: 100%;
        background-position-x: 50%;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }
    .step__el{
        background-image: url('../assets/SVG/cerclevide.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 12px;
        background-position: 50%;
    }
    .step__el--done{
        background-image: url('../assets/SVG/cercleplein.svg');
        color: var(--color-bg);
    }
    .checkboxadresse input{
        display: none;
    }
    .checkboxadresse input + label{
        display: inline-block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        border-radius: 0px;
    }
    .checkboxadresse input:checked + label{
        background-image: url('../assets/SVG/checked.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%;
    }
    .livraison{
        border-style: none;
        padding: 0;
    }
    .checkboxadresse{
        display: flex;
        justify-content: left;
        flex-shrink: 0;
        margin-bottom: 36px;
    }
    .stepmobile{
        display: flex;
    }
    .steptabletDesktop{
        display: none;
    }
    .form__group--size50{
        width: 35%;
    }
    .form__group--size30{
        width: 45%;
    }
    .form__label--case{
        width: 180px;
    }    



    /*paiement*/
    .formradio__list{
        margin-left: 44px;
    }
    .formradio__labelgroup{
        flex-wrap: wrap;
    }
    .form__label--paiement{
        font-size: 12px;
    }
    .form__group--size70{
        margin-right: 15px;
        width: 100%;
    }

    /*recap*/
    .titleRecap--long{
        font-size: 34px;
    }

    /*conf*/
    .titleConf{
        font-size: 34px;
    }
    .conf{
        padding-top: 72px;
        padding-bottom: 126px;
        background-image: url('../assets/images/hommeTombantLight.png');
        background-size: 550px;
        background-position-y: -80px;
        background-position-x: 40%;
        background-repeat: no-repeat;
    }
    .backgroundConfirmation{
        background-image:url('../assets/SVG/backgroundConf.svg');
        background-size: 1300px;
        background-position-x:-580px;
        background-position-y:0;
        background-repeat: no-repeat;
    }
}
@media(max-width: 290px){
    .sl9__title{
        text-align: left;
    }
}

/*Mobile < ... < Tablet - 1 (18px)*/
@media (min-width: 450px){
    /*Landing*/
    .svg svg{
        width: 380px;
    }
    .hide{
        display: none;
    }
    .images__el img{
        width: 380px;
        border-radius: 90px;
        position: absolute;
    }
    .images__img1{
        top: -450px;
        left: -200px;
    }
    .images__img2{
        bottom: 300px;
        left: -180px;
    }
    .images__img3{
        left: -190px;
        bottom: 240px;
    }
    .images__img4{
        bottom: 320px;
        left: -200px;
    }
    .images__img5{
        bottom: 250px;
        left: -190px;
    }
    .images__img6{
        bottom: 170px;
        left: -200px;
    }
    .images__img7{
        bottom:200px;
        left: -200px;
    }
    .images__img8{
        bottom: 340px;
        left: -180px;
    }
    .images__img9{
        bottom: 400px;
        left:-200px;
    }
    .images__img10{
        left:-180px;
        bottom: 400px;
    }
    .images__img11{
        bottom: 360px;
        left: -180px;
    }
    .images__img12{
        bottom: 90px;
        left: -200px;
    }
    .images__img13{
        bottom:190px;
        left: -190px;
    }
    .images__img14{
        bottom: 150px;
        left: -200px;
    }
    .images__img15{
        bottom: 260px;
        left: -180px;
    }
    .images__img16{
        bottom: 110px;
        left: -190px;
    }
    .images__img17{
        bottom: 90px;
        left: -190px;
    }
    .images__img18{
        bottom: 80px;
        left: -200px;
    }
    .images__img19{
        bottom: 200px;
        left: -200px;
    }
    .images__img20{
        left: -230px;
        bottom: 90px;
    }
    .images__img21{
        bottom: 200px;
        left: -190px;
    }
    .images__img22{
        bottom: 120px;
        left: -200px;
    }
    .images__img23{
        bottom: 390px;
        left: -200px;
    }
    .images__img24{
        bottom: 290px;
        left: -190px;
    }
    .images__img25{
        bottom: 310px;
        left: -190px;
    }
    .images__img26{
        bottom: 230px;
        left: -190px;
    }
    .images__img27{
        bottom: 270px;
        left: -190px;
    }
    .images__img28{
        bottom: 200px;
        left: -190px;
    }
    .images__img29{
        bottom: 50px;
        left: -180px;
    }
    .images__img30{
        bottom: 110px;
        left: -200px;
    }
    .images__img31{
        bottom: 190px;
        left:-200px;
    }
    .images__img32{
        bottom: 150px;
        left: -200px;
    }



    .sl1__title{
        background-image: url("../assets/images/hommeTombant.png");
        background-repeat: no-repeat;
        background-size: 550px;
        padding-bottom: 572px;
        background-position-x: 40px;
        background-position-y: 0px;
    }
    .sl3__title{
        padding-bottom: 260px;
        background-image: url('../assets/SVG/hommeDebout.svg');
        background-size: 350px;
        background-repeat: no-repeat;
        background-position-x: 220px;
        background-position-y: 30px;
    }
    .sl1{
        background-image: url("../assets/SVG/ligne.svg");
        background-size: 100%;
        background-position-y:-250px;
    }
    .sl4{
        background-position-y:400px;
    }
    .sl5:after{
        left: 180px;
    }
    .desktop{
        display: none;
    }
    .sl9{
        background-position-y: 700px;
    }

    /*Produit*/
    .buttonAchat2{
        margin: 0;
        border-radius: 0;
        width: 168px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .buttonright{
        margin-left: 44px;
    }
    .ajoutPanier__el{
        margin-left: 22px;
        margin-right: 22px;
    }  
    .versionp1400{
        display: block;
    }
    .versions1400{
        display: none;
    }
    .listprice{
        margin-top: 44px;
    }
    .listprice__el--cannes{
        margin-right: 36px;
    }
    .listprice__el{
        height: 80px;
    }


    /*Panier*/
    .produitpanier{
        display :flex;
        justify-content: space-between;
        margin-right: 22px;
        margin-left: 22px;
    }
    .produitPanier__image{
        margin:0;
    
        width: 35%;
    }
    .produitpanier__title{
        margin-top: 0;
    }
    .buttonLien{
        font-size: 15px;
    }
    .panierAjout{
        display: flex;
        justify-content: space-between;
    }
    .panierAjout__el{
        display: flex;
        justify-content: left;
    }
    .produit__image{
        margin-right: 0;
        margin-left: 0;
        width: 30%;
        text-align : left;
    }
    .produit__content{
        width: 64%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .traditionnel__el{
        height: 60px;
    }
    .form__input--promo{
        width: 65%;
        margin: 0;
    }
    .buttonPaymentExpress{
        margin: 0;
        width: 126px;
        height: 30px;
        font-size: 0;
    }
    .buttonApple{
        background-image:url('../assets/SVG/apple.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 40%;
    }
    .buttonGoogle{
        background-image:url('../assets/SVG/google.svg');
        background-repeat: no-repeat;
        background-position: 50%; 
        background-size: 40%;   
    }
    .buttonPaypal{
        background-image:url('../assets/SVG/paypalpaiement.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%;
    }
    .express__img{
        width: 115%;
    }

    .backgroundPanier{
        background-image: url('../assets/SVG/ligne.svg');
        background-size: 100%;
        background-repeat: repeat-y;
        background-position-x: 0;
        background-position-y: -200px;
    }

    /*Paiement*/
    .formradio__el{
        height: 30px;
        width: 40px;
        margin-right: 10px;
    }

    /*Conf*/
    .conf{
        padding-top: 72px;
        padding-bottom: 126px;
        background-image: url('../assets/images/hommeTombantLight.png');
        background-size: 750px;
        background-position-y: -160px;
        background-position-x: 40%;
        background-repeat: no-repeat;
    }
    .backgroundConfirmation{
        background-image:url('../assets/SVG/backgroundConf.svg');
        background-size: 250%;
        background-position-x:-480px;
        background-position-y:0;
        background-repeat: no-repeat;
    }
}

/*Mobile < ... < Tablet - 2 (18px)*/
@media (min-width: 600px){
    .marginimage{
        padding-left: 44px;
        padding-right: 44px;
    }
    .sl6__paragraphe{
        padding-left: 44px;
        padding-right: 44px;
    }
    iframe{
        height: 364px;
    }
    .desktop{
        display: none;
    }
    
    /*header*/
    .headerLanding{
        background-size: 170%;
    }
    .headerLanding__nav{
        padding-left: 44px;
        padding-right: 44px;
    }
    
    /*footer*/
    .footer{
        padding: 22px 44px;
    }
      
    /*landing*/
    .sl3{
        position: relative;
    }
    .svg{
        width: 515px;
        text-align: center;
        margin-right: 22px;
        margin-left: 22px;
    }
    .svg svg{
        width: 500px;
    }
    .hide{
        display: none;
    }
    .sl3__content{
            display: flex;
            justify-content: center;
            margin:0;
            position: relative;
    }
    .images__el{
        position: relative;
        list-style: none;
        padding: none;
    }
    .images__el img{
        width: 350px;
        border-radius: 90px;
        position: absolute;
    }
    .images__img1{
        top: -290px;
        left: -200px;
    }
    .images__img2{
        bottom: 170px;
        left: -150px;
    }
    .images__img3{
        left: -180px;
        bottom: 140px;
    }
    .images__img4{
        bottom: 180px;
        left: -200px;
    }
    .images__img5{
        bottom: 100px;
        left: -190px;
    }
    .images__img6{
        bottom: 90px;
        left: -200px;
    }
    .images__img7{
        bottom:130px;
        left: -200px;
    }
    .images__img8{
        bottom: 70px;
        left: -180px;
    }
    .images__img9{
        bottom: 90px;
        left:-290px;
    }
    .images__img10{
        left:-270px;
        bottom: 90px;
    }
    .images__img11{
        bottom: 80px;
        left: -240px;
    }
    .images__img12{
        bottom: 90px;
        left: -200px;
    }
    .images__img13{
        bottom:90px;
        left: -150px;
    }
    .images__img14{
        bottom: 60px;
        left: -200px;
    }
    .images__img15{
        bottom: 90px;
        left: -150px;
    }
    .images__img16{
        bottom: 120px;
        left: -150px;
    }
    .images__img17{
        bottom: 90px;
        left: -190px;
    }
    .images__img18{
        bottom: 40px;
        left: -150px;
    }
    .images__img19{
        bottom: 200px;
        left: -160px;
    }
    .images__img20{
        left: -190px;
        bottom: 100px;
    }
    .images__img21{
        bottom: 80px;
        left: -150px;
    }
    .images__img22{
        bottom: 140px;
        left: -80px;
    }
    .images__img23{
        bottom: 40px;
        left: -100px;
    }
    .images__img24{
        bottom: 160px;
        left: -150px;
    }
    .images__img25{
        bottom: 210px;
        left: -150px;
    }
    .images__img26{
        bottom: 120px;
        left: -160px;
    }
    .images__img27{
        bottom: 130px;
        left: -150px;
    }
    .images__img28{
        bottom: 100px;
        left: -170px;
    }
    .images__img29{
        bottom: 110px;
        left: -240px;
    }
    .images__img30{
        bottom: 100px;
        left: -120px;
    }
    .images__img31{
        bottom: 170px;
        left:-150px;
    }
    .images__img32{
        bottom: 90px;
        left: -240px;
    }


    .sectionLanding{
        padding-top: 260px;
    }
    .sl1{
        background-size: 100%;
        background-position-y:-400px;
    }
    .sl2{
        background-image: url("../assets/SVG/reseau.svg");
        background-size: 800px;
        background-position-x: -360px;
        background-position-y: -285px;
        background-repeat: no-repeat;
    }
    .sl3{
        background-size: 125%;
    }
    .sl4{
        background-position-y:470px;
    }
    .sl5:after{
        top: 205px;
        left: 340px;
    }
    .sl7{
        background-size: 195%;
    }
    .sl8{
        margin-left: 44px;
        margin-right: 44px;
        margin-top: 0px;
    }
    .sl9{
        background-position-y: 700px;
    }
    .sl1__title{
        background-size: 600px;
        background-position-x: 100px;
        background-position-y: -30px;
    }
    .sl3__title{
        padding-bottom: 416px;
        background-size: 450px;
        background-position-x: 300px;
        background-position-y: 30px;
    }
    .title__infoPlus{
        padding-left: 44px;
        padding-right: 44px;
    }
    .titleLanding{
        padding-right: 44px;
        padding-left: 44px;
    }
    .headerLanding__title{
        margin-left: 44px;
        margin-right: 44px
    }
    .headerLanding__paragraphe{
        margin-right: 44px;
        margin-left: 44px;
    }
    .sl5__title{
        padding-left: 22px;
    }
    .sl5__avisNom{
        padding: 22px;
    }
    .sl5__paragraphe{
        padding-right: 22px;
        padding-left:22px;
    }
    .sl5__image{
        width: 20%;
    }
    .kogonadaPortrait{
        margin-left: 44px;
    }
    .svg{
        margin-left: 44px;
        margin-right: 44px;
        text-align: center;
        margin-top: 44px;
    }
    .mobile{
        display: none;
    }
    .tabletDesktop{
        display: block;
    }
    .slider__list{
        margin-right:44px;
        margin-left: 44px;
        padding-bottom: 0;
    }
    .slider__paragraphe{
        margin-bottom: 88px;
        padding: 0;
    }
    .slider__title{
        padding: 0;
        margin-top: 72px;
        margin-bottom: 44px;
    }
    .sl5__backgroundBleu{
        margin-left: 44px;
        margin-right: 44px;
    }
    .mobilehalftablet{
        display: block;
    }
    .desktophalftablet{
        display: none;
    }

    /*Produit*/
    .afficheInfos{
        display: flex;
        flex-wrap: wrap;
        margin-left: 44px;
        margin-right: 44px;
        list-style: none;
        padding: 0;
        justify-content: space-between;
    } 
    .choixVersion{
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-left: 22px;
        margin-right: 22px;
        padding-top: 90px;
    }
    .titleProduit{
        margin-left: 44px;
        margin-right: 44px;
        margin-top: 88px;
        margin-bottom: 132px;
    }
    .sectionProduit__title{
        margin-left: 44px;
        margin-right: 44px;
    }
    .sectionProduit__paragraphe{
        margin-left: 44px;
        margin-right: 44px;
    }
    .buttonAchat2{
        margin: 0;
        border-radius: 0;
        width: 220px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .buttonright{
        margin-left: 66px;
    }
    .ajoutPanier__el{
        margin-left: 44px;
        margin-right: 44px;
    }  
    .sectionProduit{
        padding-top: 90px;
    }
    .produit1__image{
        margin-left: 44px;
        margin-right: 44px;
    }
    .langue{
        margin-right: 44px;
        margin-left: 44px;
    }
    .langue__el{
        padding-right: 22px;
        padding-left: 22px;
    }
    .versionp1400{
        display: block;
    }
    .versions1400{
        display: none;
    }


    .listprice__el{
        background-size: 100%;
        background-repeat: no-repeat;
        width: 17%;
        height: 70px;
        font-size: 0;
        display: flex;
    }
    .listprice__el--cannes{
        margin-right: 44px;
    }

    /*Panier*/
    .produitpanier{
        display :flex;
        justify-content: space-between;
        margin-right: 44px;
        margin-left: 44px;
    }
    .buttonLien{
        font-size: 18px;
    }
    .produit__image{
        margin-right: 0;
        margin-left: 0;
        width: 30%;
        margin: 0;
        
    }
    .traditionnel__el{
        height: 70px;
    }
    .titleMainform{
        margin-right: 44px;
        margin-left: 44px;
    }

    .panierAjout{
        margin-right: 44px;
        margin-left: 44px;
    }
    .paragraphe--little{
        font-size: 15px;
        line-height: 120%;
        margin-top: 15px;
        padding-left: 30px;
        padding-right:0;
        padding-bottom: 15px;
        background-image: url('../assets/SVG/i.svg');
        background-repeat: no-repeat;
    
    }  
    .form__group{
        margin-right: 44px;
        margin-left: 44px;
    }
    .recap__list{
        margin-right: 44px;
        margin-left: 44px;
    }
    .paragraphe--littleliv{
        margin-right: 44px;
        margin-left: 44px;
    }
    .express__list{
        margin-right: 44px;
        margin-left: 44px;
        padding:0;
    }
    .buttonPaymentExpress{
        margin: 0;
        width: 160px;
        height: 36px;
        font-size: 0;
    }
    .paragraphe--ou{
        margin-right: 44px;
        margin-left: 44px;
        background-size: 100% 100%;
    }
    .buttonApple{
        background-image:url('../assets/SVG/apple.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 40%;
    }
    .buttonGoogle{
        background-image:url('../assets/SVG/google.svg');
        background-repeat: no-repeat;
        background-position: 50%; 
        background-size: 40%;   
    }
    .buttonPaypal{
        background-image:url('../assets/SVG/paypalpaiement.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50%;
    }
    .express__img{
        width: 150%;
    }
    .produit__title{
        margin-left: 44px;
        margin-right: 44px;
        font-weight: 500;
        font-size: 22px;
    }
    .produit__paragraphe{
        margin-left: 44px;
        margin-right: 44px;
    }
    .produit__title--h3{
        font-weight: 400;
        margin-top: 22px;
        font-size: 18px;
        padding: 0;
    }
    .backgroundPanier{
        background-image: url('../assets/SVG/ligne.svg');
        background-size: 100%;
        background-repeat: repeat-y;
        background-position-x: 0;
        background-position-y: -300px;
    }
    .produitpanier__title{
        padding-left: 44px;
        padding-right: 44px;
    }

    /*Livraison*/
    .header--liv{
        background-image: url('../assets/images/hommeTombantFlip.png');
        background-size: 560px;
        background-repeat: no-repeat;
        background-position-x: -180px;
        background-position-y:-100px;
        padding-bottom: 0px;
    }
    .center--livraison{
        padding-top: 90px;
        background-image: url('../assets/images/hommeTombant.png');
        background-size: 600px;
        background-repeat: no-repeat;
        background-position-x: 220px;
        background-position-y:-160px;
        padding-bottom: 72px;
    }
    .step{
        display:flex;
        justify-content: space-between;
        font-family: 'Maven Pro', sans-serif;
        color: var(--color-yang);
        font-size: 22px;
        list-style: none;
        margin-left: 44px;
        margin-right: 44px;
        margin-top: 88px;
        padding:0;
        background-image: url('../assets/SVG/lineStraightBlue.svg');
        background-size: 100%;
        background-position-x: 50%;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }
    .stepmobile{
        display: flex;
    }
    .steptabletDesktop{
        display: none;
    }
    .livraison__title{
        margin-right: 44px;
        margin-left: 44px;
    }
    .form__group--size50{
        width: 40%;
        margin-left: 0;
        margin-right: 66px;
    }
    .form__group--cvv{
        margin-left: 18px;
    }

    /*paiement*/
    .titlePaiement{
        margin-left: 44px;
        margin-right: 44px;
    }
    .formradio__group{
        margin-right: 44px;
        margin-left: 44px;
    }
    .formradio__label{
        font-size: 22px;
        font-weight: 600;
        margin-left: 15px;
    }
    .formradio__img{
        width: 54px;
        margin-right: 10px;
    }
    .paragraphe--paypal{
        padding: 0;
        margin-top: 18px;
    }

    /*recap*/
    .modif{
        display: flex;
        justify-content: space-between;
        margin-right: 44px;
    }
    .adresse{
        margin-left: 44px;
        margin-right: 44px;
    }
    .recap__title{
        margin-left: 44px;
        margin-right: 44px;
    }
    .recap__title--form{
        margin: 0;
    }
    .recapitulatif__para{
        margin-left: 44px;
        margin-right: 44px;
    }
    .titleRecap{
        margin-left: 44px;
        margin-right: 44px;
    }
    .produit__image{
        margin-right: 0;
        margin-left: 0;
        width: 30%;
        margin: 0;
        
    }

    /*conf*/
    .conf{
        padding-top: 72px;
        padding-bottom: 126px;
        background-image: url('../assets/images/hommeTombantLight.png');
        background-size: 850px;
        background-position-y: -160px;
        background-position-x: 40%;
        background-repeat: no-repeat;
    }
    .backgroundConfirmation{
        background-image:url('../assets/SVG/backgroundConf.svg');
        background-size: 200%;
        background-position-x:-480px;
        background-position-y:0;
        background-repeat: no-repeat;
    }
    .titleConf{
        margin-right: 44px;
        margin-left: 44px;
    }
    .paragraphe__conf{
        margin-right: 44px;
        margin-left: 44px;
    }

    /*crédits*/
.credit{
    margin-left: 44px;
    margin-right: 44px;
}

.credit--section{
    margin-bottom: 154px;
}
}

/*Tablet (18px)*/
@media (min-width: 760px){
    .headerLanding__title{
       font-size: 51px; 
    }
    .afterYang{
        font-size: 79px;
    }
    .titleLanding{
        font-size:27px;
    }
    .titleBig{
        font-size:34px; 
    }
    .sl1{
        background-position-y:-500px;
    }
    .sl1__title{
        background-position-x:100px;
        background-position-y:-30px;
        background-size: 800px;
        padding-bottom:780px;
    }
    .sl3__title{
        background-position-x: 130%;
    }
    .title__infoPlus{
        font-size:34px;;
    }

    .sl3{
        position: relative;
    }
    .svg{
        width: 660px;
        text-align: center;
        margin-right: 22px;
        margin-left: 22px;
    }
    .svg svg{
        width: 670px;
    }
    .hide{
        display: none;
    }
    .sl3__content{
            display: flex;
            justify-content: center;
            margin:0;
            position: relative;
    }
    .images__el{
        position: relative;
        list-style: none;
        padding: none;
    }
    .images__el img{
        width: 350px;
        border-radius: 90px;
        position: absolute;
    }
    .images__img1{
        top: -410px;
        left: -200px;
    }
    .images__img2{
        bottom: 210px;
        left: -150px;
    }
    .images__img3{
        left: -200px;
        bottom: 140px;
    }
    .images__img4{
        bottom: 220px;
        left: -190px;
    }
    .images__img5{
        bottom: 190px;
        left: -290px;
    }
    .images__img6{
        bottom: 90px;
        left: -200px;
    }
    .images__img7{
        bottom:170px;
        left: -200px;
    }
    .images__img8{
        bottom: 70px;
        left: -180px;
    }
    .images__img9{
        bottom: 90px;
        left:-290px;
    }
    .images__img10{
        left:-340px;
        bottom: 130px;
    }
    .images__img11{
        bottom: 280px;
        left: -350px;
    }
    .images__img12{
        bottom: 260px;
        left: -290px;
    }
    .images__img13{
        bottom:110px;
        left: -150px;
    }
    .images__img14{
        bottom: 60px;
        left: -200px;
    }
    .images__img15{
        bottom: 90px;
        left: -150px;
    }
    .images__img16{
        bottom: 150px;
        left: -150px;
    }
    .images__img17{
        bottom: 240px;
        left: -100px;
    }
    .images__img18{
        bottom: 40px;
        left: -110px;
    }
    .images__img19{
        bottom: 280px;
        left: -80px;
    }
    .images__img20{
        left: -190px;
        bottom: 190px;
    }
    .images__img21{
        bottom: 160px;
        left: -150px;
    }
    .images__img22{
        bottom: 300px;
        left: -100px;
    }
    .images__img23{
        bottom: 110px;
        left: -100px;
    }
    .images__img24{
        bottom: 210px;
        left: -150px;
    }
    .images__img25{
        bottom: 280px;
        left: -150px;
    }
    .images__img26{
        bottom: 160px;
        left: -160px;
    }
    .images__img27{
        bottom: 130px;
        left: -150px;
    }
    .images__img28{
        bottom: 200px;
        left: -170px;
    }
    .images__img29{
        bottom: 170px;
        left: -180px;
    }
    .images__img30{
        bottom: 100px;
        left: -60px;
    }
    .images__img31{
        bottom: 170px;
        left:-130px;
    }
    .images__img32{
        bottom: 150px;
        left: -180px;
    } 

    .traditionnel__el{
        height: 75px;
    }

    .listprice__el{
        background-size: 100%;
        background-repeat: no-repeat;
        width: 15%;
        height: 70px;
        font-size: 0;
        display: flex;
    }
    .listprice__el--cannes{
        margin-right: 44px;
    }
    
}

/*Tablet (22px)*/
@media (min-width: 840px){
    /*header*/
    .nav__el a {
        font-size: 22px;
    }
    .buttonlight{
        font-size: 22px;
    }
    .nav__el{
        padding-left: 36px;
    }

    /*footer*/
    .footer__el a{
        font-size: 14px;
    }
    .footer__title{
        font-size:18px;
        margin-bottom: 14px;
    }
    .footer{
        padding: 44px 88px
    }
    small{
        font-size: 12px;
    }
    small a{
        font-size: 12px;
    }
    .footer__flex{
        margin-bottom: 18px;
    }

    /*landing*/
    .sl3{
        position: relative;
    }
    .svg{
        width: 790px;
        text-align: center;
        margin-right: 22px;
        margin-left: 22px;
    }
    .svg svg{
        width: 790px;
    }
    .hide{
        display: none;
    }
    .sl3__content{
            display: flex;
            justify-content: center;
            margin:0;
            position: relative;
    }
    .sl6__paragraphe{
        font-size: 22px;
        margin-left: 44px;
        margin-right: 44px;
    }
    .images__el{
        position: relative;
        list-style: none;
        padding: none;
    }
    .images__el img{
        width: 400px;
        border-radius: 120px;
        position: absolute;
    }
    .images__img1{
        top: -470px;
        left: -200px;
    }
    .images__img2{
        bottom: 250px;
        left: -150px;
    }
    .images__img3{
        left: -310px;
        bottom: 270px;
    }
    .images__img4{
        bottom: 220px;
        left: -190px;
    }
    .images__img5{
        bottom: 190px;
        left: -320px;
    }
    .images__img6{
        bottom: 90px;
        left: -200px;
    }
    .images__img7{
        bottom:200px;
        left: -200px;
    }
    .images__img8{
        bottom: 70px;
        left: -180px;
    }
    .images__img9{
        bottom: 120px;
        left:-370px;
    }
    .images__img10{
        left:-400px;
        bottom: 130px;
    }
    .images__img11{
        bottom: 300px;
        left: -430px;
    }
    .images__img12{
        bottom: 260px;
        left: -340px;
    }
    .images__img13{
        bottom:110px;
        left: -150px;
    }
    .images__img14{
        bottom: 60px;
        left: -200px;
    }
    .images__img15{
        bottom: 90px;
        left: -150px;
    }
    .images__img16{
        bottom: 180px;
        left: -150px;
    }
    .images__img17{
        bottom: 290px;
        left: -120px;
    }
    .images__img18{
        bottom: 40px;
        left: -110px;
    }
    .images__img19{
        bottom: 280px;
        left: -90px;
    }
    .images__img20{
        left: -190px;
        bottom: 250px;
    }
    .images__img21{
        bottom: 190px;
        left: -150px;
    }
    .images__img22{
        bottom: 300px;
        left: -100px;
    }
    .images__img23{
        bottom: 130px;
        left: -100px;
    }
    .images__img24{
        bottom: 240px;
        left: -150px;
    }
    .images__img25{
        bottom: 310px;
        left: -150px;
    }
    .images__img26{
        bottom: 190px;
        left: -160px;
    }
    .images__img27{
        bottom: 130px;
        left: -150px;
    }
    .images__img28{
        bottom: 200px;
        left: -250px;
    }
    .images__img29{
        bottom: 200px;
        left: -180px;
    }
    .images__img30{
        bottom: 100px;
        left: -60px;
    }
    .images__img31{
        bottom: 170px;
        left:-130px;
    }
    .images__img32{
        bottom: 150px;
        left: -180px;
    } 

    .sectionLanding{
        padding-top: 255px;
    }
    .sl1{
        background-image: url("../assets/SVG/ligne.svg");
        background-size: 115%;
        background-position-y:-600px;
    }
    .sl2{
        background-image: url("../assets/SVG/reseau.svg");
        background-size: 950px;
        background-position-x: -360px;
        background-position-y: -365px;
    }
    .sl3{
        background-image: url('../assets/SVG/lignesVague.svg');
        background-size: 130%;
        background-position-y:20px;
        background-position-x: -220px;
    }
    .sl4{
        background-image: url('../assets/images/backgroundMind_tablet.png');
        background-size: 2750px;
        background-repeat: repeat-x;
        background-position-y:400px;
        background-position-x:55%;
        padding-bottom: 81px;
    }
    .sl5{
        position: relative;
        margin-bottom: 81px;
    }
    .sl5:after{
        background-image: url("../assets/SVG/mainHaut.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        display: block;
        z-index: 10;
        position: absolute;
        width: 400px;
        height: 250px;
        top: 159px;
        left: 280px;
    
    }
    .sl6{
        position: relative;
    }
    .sl6:after{
        background-image: url('../assets/SVG/mainBas:droite.svg');
        background-size: 100%;
        position: absolute;
        content: "";
        display: block;
        z-index: 10;
        width: 400px;
        height: 250px;
        top: -225px;
        left: 120px;
    
    }
    .sl7{
        background-image: url("../assets/SVG/reseau2.svg");
        background-size: 170%;
    }
    .sl8{
        margin-left: 88px;
        margin-right: 88px;
        text-align: center;
        margin-top: 0px;
    }  
    .headerLanding__title{
        padding-top: 153px;
        font-size: 51px;
        margin-right: 88px;
        margin-left: 88px;
    }
    .titleLanding{
        padding-bottom: 68px;
        font-size: 34px;
        padding-left: 88px;
        padding-right: 88px;
    }
    .titleBig{
        font-size: 42px;
    }
    .sl1__title{
        background-size: 1100px;
        padding-bottom: 1122px;
        background-position-y: 0px;
        background-position-x: -50px;
    }
    .sl3__title{
        padding-bottom: 420px;
        background-size: 500px;
        background-position-x: 460px;
        background-position-y: 50px;
    }
    .sl4__title{
        padding-bottom: 0;
        margin-bottom: 44px;
        padding-top: 81px;
    }
    .container__title{
        margin-bottom: 12px;
        font-size: 27px;
        padding: 0;
        width: 80%;
    }
    .title__infoPlus{
        font-size: 42px;
        margin-bottom: 44px;
        padding-left: 88px;
        padding-right: 88px; 
    }
    .sl5__title{
        font-size: 42px;
        margin-bottom: 44px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .sl5__avisNom{
        font-size: 22px;
        padding-top: 135px;
        padding-bottom: 22px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .sl5__avisNomPrems{
        padding-top: 44px;
    }    
    .container__paragraphe{
        padding-bottom: 54px;
        padding-left: 0;
        padding-right: 0;
        line-height: 130%;
        background-position-x: 50%;
        background-position-y: 48px;
        width: 80%;
        font-size: 27px;
    }
    .container__paragraphe--3{
        background-position-y: 153px;
    }
    .container__paragraphe--8{
        background-position-y: 223px;
    }   
    .sl4__grille{
        display: flex;
        justify-content: center;
        margin:0;
    }
    .container{
        display: grid;
        grid-template-columns: repeat(3, 216px);
        grid-template-rows: repeat(8, 1fr);
        grid-column-gap: 27px; 
        grid-row-gap: 27px; 
        background-image: url('../assets/SVG/traceTablet.svg');
        background-position-x: 31px;
        background-position-y: 274px;
        background-size: 694px;
        margin-top: -126px;
    }
    .container__content{
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .container__content--1{
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        align-items: end;
    }
    .container__content--2{
        grid-column: 2;
        grid-row: 2; 
        justify-content: flex-start;
    }
    .container__content--3{
        grid-column: 3;
        grid-row: 3; 
        justify-content: flex-start; 
        align-items: start; 
    }
    .container__content--4{
        grid-column: 1;
        grid-row: 3;
        align-self: end;
    }
    .container__content--5{
        grid-column: 2;
        grid-row: 4;
        align-self: end; 
        align-items: start;
    }
    .container__content--6{
        grid-column: 3;
        grid-row: 5;
        align-items: end;
        justify-content: center;
    }
    .container__content--7{
        grid-column: 2;
        grid-row: 6;
        align-self: end;
        align-items: end;
    }
    .container__content--8{
        grid-column: 1;
        grid-row: 7;
        align-self: top;
        align-items: end;
    }
    .container__content--9{
        grid-column: 3;
        grid-row: 8;
        align-self: end;
        align-items: end;
    }
    .sl5__titleNav{
        padding: 0;
        list-style: none;
    }
    .sl5__nav{
        padding: 0;
        list-style: none;
    }
    .sl5__navel{
        display: inline;
        padding-left: 22px;
    }
    .sl5__paragraphe{
        padding-right: 22px;
        padding-left:22px;
        font-size: 22px;
    }
    .buttonAvis{
        font-size: 22px;
        padding: 0;
        margin: 0;
        border-radius: 0;
        padding-bottom: 12px;
    }
    .buttonAvisActif{
        color: white;
        background-image:url('../assets/SVG/ligneClasseActive.svg');
        background-position-y: 30px;
        background-size: 60px;
    }
    .buttonVoirPlus{
        background-image: url('../assets/SVG/arrowDownPurple.svg');
        background-size: 17%;
        background-position-x: 77px;
        background-position-y: 55%; 
        display: block;
        margin-top: 44px;
    }
    .buttonVoirPlus--moins{
        background-image: url('../assets/SVG/arrowUpPurple.svg');
        background-size: 11%;
        background-position-x: 93px;
        background-position-y: 55%; 
        display: block;
        margin-top: 44px;
        padding-right: 96px;
    }
    .sl5__image{
        width: 10%;
        margin-left: 22px;
        padding-bottom: 0px;
    }
    .sl6__image{
        width: 100%;
        margin-top: 44px;
        margin-bottom: 81px;
        padding: 0;
    }
    .kogonadaPortrait{
        margin-left: 88px;
    }
    .svg{
        margin-left: 88px;
        margin-right: 88px;
        text-align: center;
        margin-top: 22px;
    }
    .mobile{
        display: none;
    }
    .tabletDesktop{
        display: block;
    } 
    .slider__list{
        margin-right:88px;
        margin-left: 88px;
    }
    .slider__list--button{
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 88px;
        padding-bottom: 0px;
    }
    .slider__img{
        border-top-right-radius: 126px;
        border-bottom-left-radius: 126px;
        width: 100%;
    }
    .slider__paragraphe{
        padding: 0;
        margin-top: 44px;
        margin-bottom: 88px;
        font-size: 22px;
    }
    .slider__title{
        padding: 0;
        margin-top: 81px;
        margin-bottom: 44px;
    }
    .slider__quote{
        font-size: 34px;
        line-height: 160%;
    }
    .slider__button{
        width: 68px;
        height: 34px;
        background-size: 30%;
    }
    .slider__el--indic{
        font-size: 22px;
    }
    .sl5__backgroundBleu{
        border-radius: 12px;
        padding-top: 22px;
        padding-bottom: 168px;
        margin-right: 66px;
        margin-left: 66px;
    }
    .desktop{
        display: none;
    }
    .mobiletablet{
        display: block;
    }
    .buttonAchat{
        text-align: left;
        margin: 0px;
        font-size: 18px;
    }
    .headerLanding__paragraphe{
        margin-left: 88px;
        font-size: 22px;
    }
    .sl9__img{
        width: 30%;
    }
    .sl9__title{
        text-align: left;
        padding-left: 0;
        padding-bottom: 54px;
        font-size:27px;
    }
    .sl9__content{
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        padding-right: 88px;
        padding-left: 88px;

    }
    .sl9{
        padding-bottom: 204px;
        background-image: url('../assets/images/matriceDown.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: 150px;
        text-align: left;
    }
    .mobilehalftablet{
        display: none;
    }
    .desktophalftablet{
        display: block;
    }
    .halfdesktop{
        display: none;
    }
    .headerLanding{
        background-position-y:-0px;
        background-size: 100%;
        background-position-x: 0;
    }
    
    /*produit*/
    .titleProduit{
        font-size: 63px;
        margin-left: 88px;
        margin-right: 88px;
        margin-top: 126px;
        margin-bottom: 126px;
    }
    .sectionProduit__title{
        font-size: 34px;
        margin-left: 88px;
        margin-right: 88px;
    }
    .sectionProduit__paragraphe{
        font-size: 22px;
        margin-left: 88px;
        margin-right: 88px;
    }
    .afficheInfos{
        display: flex;
        flex-wrap: wrap;
        margin-left: 88px;
        margin-right: 88px;
        list-style: none;
        padding: 0;
        justify-content: space-between;
    }
    .afficheInfos .button{
        font-size: 22px;
    }
    .afficheInfos img{
        width: 130%;
    }
    .afficheInfos__el{
        font-family: 'Maven Pro', sans-serif;
        font-size: 22px;
        padding-bottom: 22px;
        padding-left:22px;
    }
    .afficheInfos .afficheInfos__el--l{
        padding-left: 0px;
        justify-content: center;
    }
    .afficheInfos .afficheInfos__el--s{
        padding-right: 22px;
    }
    .afficheInfos__el--ad{
        padding-left:0;
    }
    .langue__el{
        margin-bottom: 18px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .langue{
        background-color: var(--color-bg2);
        padding-top: 18px;
        padding-bottom: 18px;
        margin-right: 88px;
        margin-left: 88px;
        border-radius: 12px;
        margin-bottom: 44px;
    }
    .choixVersion{
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-left: 22px;
        margin-right: 22px;
        padding-top: 88px;
    }
    .buttonAchat2{
        font-size: 22px;
        margin: 0;
        border-radius: 0;
        width: 242px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .buttonright{
        margin-left:66px;
    }  
    .achatlist{
        list-style: none;
        padding:0;
        margin-right: 22px;
        margin-left: 22px;
    }
    .ajoutPanier{
        list-style: none;
        display: flex;
        justify-content: center;
        padding:0;
    }
    .ajoutPanier__el{
        padding-top: 18px;
        font-family: 'Maven Pro', sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin-right: 66px;
        margin-left: 66px;
    }
    .ajoutPanier__img{
        padding-left: 6px; 
        width: 18px;
    }
    .ajoutPanier__list{
        list-style: none;
        font-family: 'Maven Pro', sans-serif;
        font-size: 22px;
    }
    .ajoutPanier__list{
        padding: 0;
    }
    .quantite{
        list-style: none;
        display: flex; 
        justify-content: space-between;
        padding: 0; 
        width: 132px;
        align-items: center;
    
    }
    .quantite__el{
        font-size: 22px;
    }
    .sectionProduit{
        padding-top: 88px;
    }
    .buttonAa{
        padding-right:0;
        padding-top: 0;
        margin: 0;
        font-size: 18px;
    }
    .buttonAjouterpanier{
        margin-top: 88px;
        margin-bottom: 154px;
    }
    .achatlist__el--button{
        text-align: center;
        margin: 0;
    }
    .produit1__image{
        margin-left: 88px;
        margin-right: 88px;
    }
    .sectionProduit__title{
        margin-bottom: 22px;
    }
    .versionp1400{
        display: block;
    }
    .versions1400{
        display: none;
    }
    .langue__el{
        font-size: 22px;
    }
    .ajoutPanier__para--phys{
        font-size: 22px;
    }

    .listprice__el{
        height: 80px;
    }


    /*panier*/

    .paragraphe--aucunarticle{
        font-size: 22px;
        margin-top: 154px;
    }
    .titleMainform{
        font-size:51px;
        margin-left: 88px;
        margin-right: 88px;
        margin-top: 102px;
        margin-bottom: 51px;
    }
    .produitPanier__image{
        margin-left:0;
        margin-top:0;
        margin-bottom:0;
        width: 30%;
    }
    .produitpanier{
        display: flex;
        justify-content: space-between;
        margin-left: 88px;
        margin-right:88px;

    }
    .panierAjout{
        display: flex;
        justify-content: space-between;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 36px;
    }
    .panierAjout__el{
        display: flex;
        justify-content: left;
    }
    .panierAjout__paragraphe{
        margin-right: 22px;
        margin-left: 22px;
        font-size: 22px;
    }
    .produit__image{
        margin-right: 0;
        margin-left: 0;
        width: 30%;
    }
    .produit__content{
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .produit__paragraphe{
        font-size: 22px;
        font-family: 'Maven Pro', sans-serif;
        font-weight: 400;
        margin-left: 0;
    }
    .buttonAjout{
        background-color: transparent;
        border-radius: 0px;
        border-style: solid;
        border-color: var(--color-action);
        width: 36px;
        height: 36px;
        color: var(--color-action);
        margin: 0;
        font-size: 22px;
        line-height: 0;
        padding:9px;
    }
    .buttonLien{
        padding: 0px;
        margin: 0px;
    }
    .paragraphe--inline{
        display: inline;
        padding: 0;
    }
    .paragraphe--little{
        font-size: 18px;
        line-height: 120%;
        margin-top: 18px;
        padding-left: 27px;
        padding-right:0;
        padding-bottom: 18px;
        background-image: url('../assets/SVG/i.svg');
        background-repeat: no-repeat;
    
    }  
    .form__group{
        margin-right: 88px;
        margin-left: 88px;
        margin-top: 44px;
    }
    .form__label{
        font-size: 22px;
        font-family: 'Maven Pro', sans-serif;
        font-weight: 500;
    }
    .form__input{
        margin-top: 22px;
        width: 99%;
        font-family: 'Maven Pro', sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 130%;
    }
    .form__input--large{
        height: 242px;
        padding: 12px;
    }
    .form__button{
        margin-top: 44px;
    }
    .checkbox input{
        display: none;
    }
    .checkbox input + label{
        display: inline-block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        border-radius: 0px;
        margin-right: 12px;
    }
    .checkbox input:checked + label{
        background-image: url('../assets/SVG/checked.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%;
    }  
    .form__input--promo{
        width: 60%;
        margin: 0;
    }
    .form__btn{
        display: flex;
        justify-content: space-between;
        margin-top: 22px;
    }
    .produit{
        padding-top: 154px;
    }
    .produit--cadeau{
        padding-top:0;
    }
    .produitpanier{
        padding-top: 0;
        padding-bottom: 154px;
    }
    .recap__list{
        padding: 0;
        font-size: 22px;
        line-height: 190%;
        margin-right: 88px;
        margin-left: 88px;
    }
    .paragraphe--littleliv{
        margin-right: 88px;
        margin-left: 88px;
        margin-bottom: 44px;
    }
    .recap__list--total{
        padding-top: 22px;
        background-image:url('../assets/SVG/linestraight.svg');
        background-repeat: no-repeat;
        display: flex;
        justify-content: space-between;
        background-size: 100% 100%;
        background-position-y:-32px;
    }
    .express__list{
        display: flex;
        justify-content: space-between;
        margin-right: 88px;
        margin-left: 88px;
        list-style: none;
        padding:0;
    }
    .buttonPaymentExpress{
        margin: 0;
        width: 180px;
        height: 44px;
        font-size: 0;
    }
    .paragraphe--ou{
        margin-top: 88px;
        margin-bottom: 88px;
        text-align: center;
        background-image:url('../assets/SVG/linestraightDouble.svg');
        background-repeat: no-repeat;
        background-position-y: 50%;
        padding: 0;
        margin-right: 88px;
        margin-left: 88px;
        background-size: 100% 100%;
        font-size: 22px;
    }
    .buttonApple{
        background-image:url('../assets/SVG/apple.svg');
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .buttonGoogle{
        background-image:url('../assets/SVG/google.svg');
        background-repeat: no-repeat;
        background-position: 50%;    
    }
    .buttonPaypal{
        background-image:url('../assets/SVG/paypalpaiement.svg');
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .buttonCenterForm{
        margin-top: 88px;
        margin-bottom: 144px;
    }
    .express__img{
        width: 200%;
    }
    .produit__title{
        font-size: 27px;
        font-family: 'Maven Pro', sans-serif;
        font-weight: 500;
        margin-bottom:0px;
        margin-left: 88px;
        margin-right: 88px;
    }
    .produit__title--h3{
        font-weight: 400;
        margin-top: 22px;
        font-size: 22px;
        padding-left:0;
        padding-right: 0;
    }
    .backgroundPanier{
        background-image: url('../assets/SVG/ligne.svg');
        background-size: 100%;
        background-repeat: repeat-y;
        background-position-x: 0;
        background-position-y: -500px;
    }
    .produitpanier__title{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 27px;
        margin: 0;
    }
    .traditionnel__el{
        height: 85px;
    }
  
    /*livraison*/
    .header--liv{
        background-image: url('../assets/images/hommeTombantFlip.png');
        background-size: 620px;
        background-repeat: no-repeat;
        background-position-x: -200px;
        background-position-y:-120px;
        padding-bottom: 0px;
    }
    .livraison__title{
        margin-top: 0px;
        margin-bottom: 68px;
        margin-left: 88px;
        margin-right: 88px;
        font-size: 34px;
    }
    .livraison__title--fac{
        margin-top: 132px;
    }
    .center--livraison{
        padding-top: 90px;
        background-image: url('../assets/images/hommeTombant.png');
        background-size: 620px;
        background-repeat: no-repeat;
        background-position-x: 280px;
        background-position-y:-160px;
        padding-bottom: 72px;
    }
    .step{
        display:flex;
        justify-content: space-between;
        font-family: 'Maven Pro', sans-serif;
        color: var(--color-yang);
        font-size: 14px;
        list-style: none;
        margin-left: 88px;
        margin-right: 88px;
        margin-top: 70px;
        padding:0;
        background-image: url('../assets/SVG/lineStraightBlue.svg');
        background-size: 100%;
        background-position-x: 50%;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }
    .stepmobile{
        display: none;
    }
    .steptabletDesktop{
        display: flex;
    }    
    .step__el{
        background-image: none;
        background-color: var(--color-bg);
        border-style: solid;
        border-color: var(--color-yang);
        border-radius: 22px;
        padding: 9px 18px;
    }
    .step__el--done{
        background-image: none;
        color: var(--color-bg);
        background-color: var(--color-yang);
    }
    .form__group--size30{
        width: 30%;
        margin-right: 44px;
    }
    .form__group--size50{
        width: 40%;
        margin-left: 0px;
        margin-right: 90px;
    }
    .adresseligne2{
        display: flex;
        justify-content: space-between;
    }
    .form__label--case{
        margin-left: 22px;
        width: 400px;
    }
    .checkboxadresse{
        display: flex;
        justify-content: left;
        margin-bottom: 36px;
    }
    .checkboxadresse input{
        display: none;
    }
    .checkboxadresse input + label{
        display: inline-block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: 22px;
        height: 22px;
        background-color: transparent;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        border-radius: 0px;
    }
    .checkboxadresse input:checked + label{
        background-image: url('../assets/SVG/checked.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%;
    }
    .livraison{
        border-style: none;
        padding: 0;
    }
    .mobile{
        display: none;
    }
    .tabletDesktop{
        display: block;
    }

    /*paiement*/
    .paiement{
        background-image:url('../assets/images/matrice.png');
        background-size: 200%;
        background-position-y: 0;
        background-repeat: no-repeat;
    }
    .header--paiement{
        padding-bottom: 88px;
    }
    .titlePaiement{
        padding-top: 51px;
        padding-bottom: 0px;
        font-size: 51px;
        margin: 0px 88px;
    }
    .buttonPaiement{
        margin-top: 90px;
        margin-bottom: 144px;
    }
    .formradio__group{
        margin-top: 88px;
        margin-right: 88px;
        margin-left: 88px;
    }
    .formradio__label{
        font-size: 27px;
        font-weight: 600;
        margin-left: 18px;
    }
    .form__contenuRadio{
        margin-left: 54px;
    }
    .form__contenuGroup{
        margin-top: 22px;
    }
    .center--paiement{
        background-image: url('../assets/images/matriceDown.png');
        background-size: 200%;
        background-position-y: 0;
        background-repeat: no-repeat;
    }
    .formradio__groupAlign{
        display: flex;
        justify-content:space-between;
    }
    .form__group--size70{
        width: 70%;
        margin-right: 24px;
    }
    .paragraphe--paypal{
        padding: 0;
        margin-top: 22px;
        font-size: 22px;
    }
    .formradio__labelgroup{
        display: flex;
        align-items: center;
    }
    .formradio__el{
        height: 40px;
        width: 50px;
        margin-right: 10px;
    }
    .formradio__list{
        margin-left: 14px;
    }
    .formradio__listel{
        margin-right: 14px;
    }
    .radio input + label{
        display: inline-block;
        text-indent: 200%;
        overflow: hidden;
        white-space: nowrap;
        width: 18px;
        height: 18px;
        background-image:url('../assets/SVG/radioButton.svg');
        background-repeat: no-repeat;
        background-size:100%;
        margin-left:0;
        padding: 12px;
    }

    /*recap*/
    .titleRecap{
        margin-left: 88px;
        margin-right: 88px;
        font-size: 51px;
        padding-top: 144px;
        padding-bottom: 90px;
    }
    .backgroundrecap{
        background-image:url('../assets/SVG/reseau2.svg');
        background-size: 150%;
    }
    .paragraphe--colis{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .recapitulatif{
        margin-top: 110px;
    }
    .modif{
        display: flex;
        justify-content: space-between;
        margin-right: 88px;
    }
    .modif__button{
        font-size: 0;
        width: 22px;
        height: 22px;
        background-image: url('../assets/SVG/modif.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: transparent;
        border-style: none;
    }
    .adresse{
        list-style: none;
        padding: 0;
        font-size: 22px;
        line-height: 140%;
        margin-left: 88px;
        margin-right: 88px;
        margin-top:0;
    }
    .recap__list{
        margin-top:0;
    }
    .form__labelmodif{
        display: flex;
        justify-content: space-between;
    }    
    .recap__title{
        font-family: 'Maven Pro', sans-serif;
        font-size: 27px;
        font-weight: 500;
        margin-bottom: 27px;
        padding: 0;
        padding-left: 0px;
        margin-right: 88px;
        margin-left: 88px;
    }
    .recap__title--form{
        margin-left: 0;
    }
    .produit__image{
        margin: 0;
    }
    .recapitulatif__para{
        margin-right: 88px;
        margin-left: 88px;
        font-size: 22px;
    }
    .produitpanierP{
        margin-top: 66px;
    }

    /*conf*/
    .conf{
        padding-top: 88px;
        padding-bottom: 132px;
        background-image: url('../assets/images/hommeTombantLight.png');
        background-size: 950px;
        background-position-y: -160px;
        background-position-x: 40%;
        background-repeat: no-repeat;
    }
    .backgroundConfirmation{
        background-image:url('../assets/SVG/backgroundConf.svg');
        background-size: 200%;
        background-position-x:-480px;
        background-position-y:0;
        background-repeat: no-repeat;
    }
    .titleConf{
        margin-right: 88px;
        margin-left: 88px;
        font-size: 51px;
    }
    .paragraphe__conf{
        margin-right: 88px;
        margin-left: 88px;
        font-size: 22px;
        margin-top:22px;
        margin-bottom:0;
    }
    .buttonConf{
        margin-top: 88px;
        margin-bottom: 22px;
    }

    /*crédits*/
    .credit{
        margin-left: 88px;
        margin-right: 88px;
    }
    .credit__list{
        font-size: 22px;
    }
    .credit__title{
        font-size: 27px;
        margin-bottom: 22px;
        margin-top: 0px;
    }
    .credit__el a{
        font-size: 22px;
    }
    .credit{
        margin-bottom: 88px;
    }
    .credit--section{
        margin-bottom: 176px;
    }
    .headerCredit__title{
        padding-bottom: 88px;
        padding-top: 154px;
    }
}

/*Desktop (24px)*/
@media (min-width: 1024px){
    .afterYang{
        font-size: 131px;
    }
    .marginimage{
        padding-left: 96px;
        padding-right: 96px;
    }
    .sl6__paragraphe{
        padding-left: 96px;
        padding-right: 96px;
        font-size: 24px;
    }
    .button{
        border-radius: 27px;
        padding: 13px 19px;
        margin-left: 24px;
        margin-right: 24px;
        font-size: 19px;
    }
    .buttonLight{
        font-size: 24px;
        padding: 6px 24px;
        margin: 0;
        border-width: 3px;
    
    }
    .buttonSvg{
        font-size: 24px;
    }
    .buttonA{
        padding-left:0;
        padding-top: 0;
        padding-bottom:0;
        padding-right: 24px;
        font-size: 18px;
    }
    iframe{
        height: 500px;
    }
    .titleMainform{
        margin-left: 192px;
        margin-right: 192px;
        font-size: 56px;
        margin-top:168px;
        margin-bottom:56px;
    }
    a{
        font-size: 24px;
    }
 
    /*header*/
    .headerLanding{
        background-position-x:0px;
        background-position-y: 0px;
        background-size: 100%;
    }
    .nav__el{
        padding-left: 37px;
        font-size:24px;
    }
    .nav__el a{
        font-size:24px;
    }
    .headerLanding__nav{
        padding-left: 96px;
        padding-right: 96px;
        padding-top: 48px;
    }
    .headerLanding__paragraphe{
        margin-right: 96px;
        margin-left: 96px;
    }
    .nav__list{
        margin-top:0;
        margin-bottom:0;
    }
  
    /*footer*/
    .footer{
        padding: 48px 96px;
    }
    .footer__title{
        font-size: 19px;
        margin-bottom: 19px;
    }
    .footer__el{
        font-size: 16px;
    }
    .footer__el a{
        font-size:16px;
    }
    .footer__flex{
        margin-bottom: 24px;
    }
    small{
        font-size: 13px;
    }
    small a{
        font-size:13px;
    }
     
    /*landing*/
    .sl3{
        position: relative;
    }
    .svg {
        width: 950px;
    }
    .svg svg{
        width:950px;
    }
    .hide{
        display: none;
    }
    .sl3__content{
            display: flex;
            justify-content: center;
            margin:0;
            position: relative;
    }
    .images__el{
        position: relative;
        list-style: none;
        padding: none;
    }
    .images__el img{
        width: 500px;
        border-radius: 120px;
        position: absolute;
    }
    .images__img1{
        top: -530px;
        left: -130px;
    }
    .images__img2{
        bottom: 290px;
    }
    .images__img3{
        left: -400px;
        bottom: 320px;
    }
    .images__img4{
        bottom: 330px;
        left: -350px;
    }
    .images__img5{
        bottom: 260px;
        left: -450px;
    }
    .images__img6{
        bottom: 160px;
        left: -400px;
    }
    .images__img7{
        bottom:230px;
        left: -250px;
    }
    .images__img8{
        bottom: 100px;
        left: -250px;
    }
    .images__img9{
        bottom: 130px;
        left:-500px;
    }
    .images__img10{
        left:-500px;
        bottom: 180px;
    }
    .images__img11{
        bottom: 350px;
        left: -490px;
    }
    .images__img12{
        bottom: 350px;
        left: -440px;
    }
    .images__img13{
        bottom:130px;
        left: -100px;
    }
    .images__img14{
        bottom: 90px;
    }
    .images__img15{
        bottom: 150px;
        left: -50px;
    }
    .images__img16{
        bottom: 200px;
        left: -50px;
    }
    .images__img17{
        bottom: 340px;
        left: -130px;
    }
    .images__img18{
        bottom: 70px;
        left: -110px;
    }
    .images__img19{
        bottom: 370px;
        left: -100px;
    }
    .images__img20{
        left: -400px;
        bottom: 270px;
    }
    .images__img21{
        bottom: 210px;
        left: -150px;
    }
    .images__img22{
        bottom: 230px;
        left: -150px;
    }
    .images__img23{
        bottom: 140px;
        left: -200px;
    }
    .images__img24{
        bottom: 280px;
        left: -200px;
    }
    .images__img25{
        bottom: 370px;
        left: -100px;
    }
    .images__img26{
        bottom: 210px;
        left: -100px;
    }
    .images__img27{
        bottom: 260px;
        left: -400px;
    }
    .images__img28{
        bottom: 400px;
        left: -240px;
    }
    .images__img29{
        bottom: 250px;
    }
    .images__img30{
        bottom: 190px;
        left: -40px;
    }
    .images__img31{
        bottom: 330px;
        left:-50px;
    }
    .images__img32{
        bottom: 430px;
        left: -270px;
    }

    .sectionLanding{
        padding-top: 414px;
    }
    .sl1{
        background-position-y:-550px;
        padding-top: 300px;
        background-size: 100%;
    }
    .sl2{
        background-size: 1060px;
        background-position-x: -360px;
        background-position-y: -285px;
    }
    .sl3{
        background-size: 120%;
        background-position-x:-207px;
        background-position-y:140px;
    }
    .sl4{
        background-image: url('../assets/images/backgroundMind_desktop.png');
        background-size: 2450px;
        background-repeat: repeat-x;
        background-position-y:828px;
        background-position-x:50%;
        padding-bottom: 72px;
    }
    .sl5{
        position: relative;
        margin-bottom: 90px;
    }
    .sl5:after{
        background-image: url("../assets/SVG/mainHaut.svg");
        background-repeat: no-repeat;
        content: "";
        display: block;
        z-index: 10;
        position: absolute;
        width: 405px;
        height: 270px;
        top: 317px;
        left: 560px;
    
    }
    .sl6{
        position: relative;
    }
    .sl6:after{
        background-image: url('../assets/SVG/mainBas:droite.svg');
        background-repeat: no-repeat;
        position: absolute;
        content: "";
        display: block;
        z-index: 10;
        width: 405px;
        height: 270px;
        top: -236px;
        left: 70px;
    
    }
    .sl7{
        background-image: url("../assets/SVG/reseau2.svg");
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .sl8{
        margin-left: 96px;
        margin-right: 96px;
        text-align: center;
        margin-top: 0px;
    }
    .sl9{
        padding-bottom: 340px;
        background-image: url('../assets/images/matriceDown.png');
        background-repeat: no-repeat;
        background-size: 130%;
        background-position-y: 150px;
        text-align: left;
    }
    .headerLanding__title{
        padding-top: 138px;
        padding-bottom: 138px;
        margin-right: 96px;
        margin-left: 96px;
        font-size: 69px;
    }
    .titleLanding{
        padding-bottom: 90px;
        font-size: 45px;
        padding-right: 96px;
        padding-left: 96px;
    }
    .titleBig{
        font-size: 56px;
    }
    .sl1__title{
        background-image: url("../assets/images/hommeTombant.png");
        background-size: 1000px;
        padding-bottom: 1120px;
        background-position-x: 170px;
        background-position-y: 80px;
    }
    .sl3__title{
        padding-bottom: 315px;
        background-image: url('../assets/SVG/hommeDebout.svg');
        background-size: 450px;
        background-repeat: no-repeat;
        background-position-x: 730px;
        background-position-y: 30px;
    }
    .sl4__title{
        font-size: 45px;
        padding-bottom: 90px;
        padding-top: 135px;
    }
    .container__title{
        margin-bottom: 24px;
        font-size: 24px;
        padding: 0;
        display: block;
        width: 80%;
    }
    .sl5__title{
        font-size: 45px;
        margin-bottom: 45px;
        padding-left: 48px;
    }
    .sl5__paragraphe{
        font-size: 24px;
    }
    .sl5__avisNom{
        font-size: 24px;
        font-family: 'Maven Pro', sans-serif;
        padding-top: 48px;
        padding-bottom: 24px;
        font-weight: 600;
        padding-left: 48px;
        padding-right: 48px;
    }
    .sl5__avisNomPremsPresse{
        margin-top: 16px;
    }
    .sl6__title{
        padding-left: 96px;
        padding-right: 96px;
    }
    .title__infoPlus{
        font-size: 45px;
        margin-bottom: 45px;
    }  
    .container__paragraphe{
        padding-bottom: 45px;
        padding-left: 0;
        padding-right: 0;
        line-height: 130%;
        background-image: url("../assets/SVG/etapePoint.svg");
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 45px;
        width: 80%;
        font-size: 24px;
    }
    .container__paragraphe--3{
        background-position-y: 137px;
    }
    .container__paragraphe--8{
        background-position-y: 262px;
    }   
    .sl4__grille{
        display: flex;
        justify-content: center;
        margin:0;
    }
    .container{
        display: grid;
        grid-template-columns: repeat(5, 144px);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 24px; 
        grid-row-gap: 24px; 
        padding: 0; 
        padding: 0px 96px;
        background-image: url('../assets/SVG/traceDesktop.svg');
        background-repeat: no-repeat;
        background-position-x: 26px;
        background-position-y: 114px;
        background-size: 980px;
        margin-top: 0;
    }
    .container__content{
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .container__content--1{
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        align-items: start;
    }
    .container__content--2{
        grid-column: 2;
        grid-row: 1; 
        justify-content: flex-end;
    }
    .container__content--3{
        grid-column: 4;
        grid-row: 1;  
        align-items: start;
    
    }
    .container__content--4{
        grid-column: 5;
        grid-row: 1;
        align-self: center;
        align-items: end;
    }
    .container__content--5{
        grid-column: 4;
        grid-row: 2;
        align-self: center; 
        align-items: start;
    }
    .container__content--6{
        grid-column: 1;
        grid-row: 2;
        align-items: start;
        align-self: end;
    }
    .container__content--7{
        grid-column: 2;
        grid-row: 3;
        align-self: end;
        align-items: end;
    }
    .container__content--8{
        grid-column: 5;
        grid-row: 4;
        align-self: start;
        align-items: end;
    }
    .container__content--9{
        grid-column: 2;
        grid-row: 5;
    }    
    .sl5__titleNav{
        padding: 0;
        list-style: none;
    }
    .sl5__nav{
        padding: 0;
        list-style: none;
    }
    .sl5__navel{
        display: inline;
        padding-left: 48px;
    }
    .sl5__paragraphe{
        padding-right: 48px;
        padding-left:48px;
    }
    .sl9__img{
        width: 35%;
    }
    .sl9__title{
        text-align: left;
        padding-left: 0;
        padding-right: 48px;
        padding-bottom: 48px;
    }
    .sl9__content{
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        padding-right: 96px;
        padding-left: 96px;
    }   
    .buttonAvis{
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        margin: 0;
        border-radius: 0;
        padding-bottom: 19px;
    }
    .buttonAvisActif{
        color: white;
        background-image:url("../assets/SVG/ligneClasseActive.svg");
        background-repeat: no-repeat;
        background-position-y: 31px;
        background-size: 70px;
    }
    .buttonVoirPlus{
        background-image: url('../assets/SVG/arrowDownPurple.svg');
        background-size: 17%;
        background-repeat: no-repeat;
        background-position-x: 100px;
        background-position-y: 7px;
        margin-left: 48px;
        font-size: 24px;
        padding-right: 72px;
    }
    .buttonVoirPlus--moins{
        background-image: url('../assets/SVG/arrowUpPurple.svg');
        background-size: 15%;
        background-repeat: no-repeat;
        background-position-x: 125px;
        background-position-y: 7px;
        margin-left: 48px;
        font-size: 24px;
        padding-right: 72px;
    }
    .buttonAchat{
        margin:0;
    }
    .sl5__image{
        padding-top: 48px;
        padding-bottom: 96px;
        width: 15%;
        margin-left: 48px;
    }
    .sl5__nav{
        margin:0;
    }
    .kogonadaPortrait{
        margin-left: 96px;
    }
    .sl6__image{
        margin-left: 0;
        width: 100%;
        margin-top: 48px;
        margin-bottom: 90px;
        padding: 0;
    }
    .svg{
        margin-left: 96px;
        margin-right: 96px;
        text-align: center;
        margin-top: 48px;
    }
    .mobile{
        display: none;
    }
    .tabletDesktop{
        display: block;
    }
    .desktop{
        display: block;
    }
    .mobiletablet{
        display: none;
    }
    .slider__content{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .slider__image{
        width: 150%;
    }
    .slider__list{
        margin-right:96px;
        margin-left: 96px;
    }
    .slider__list--button{
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 90px;
        padding-bottom: 69px;
    }
    .slider__img{
        border-top-right-radius: 112px;
        border-bottom-left-radius: 112px;
        width: 100%;
    }
    .slider__paragraphe{
        padding: 0;
        margin-top: 0px;
        margin-bottom: 45px;
        font-size: 19px;
        margin-right: 48px;
    }
    .slider__title{
        padding: 0;
        margin-top: 69px;
        margin-bottom: 38px;
    }
    .slider__quote{
        font-size: 24px;
        font-family: 'Maven Pro', sans-serif;
        line-height: 160%;
        text-align: center;
        margin-right: 48px;
        margin-left: 0;
    }
    .slider__button{
        font-size: 0;
        background-color: transparent;
        border-style: none;
        width: 56px;
        height: 45px;
        background-image: url('../assets/SVG/arrowLeft.svg');
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 0;
    }
    .slider__button--right{
        background-image: url('../assets/SVG/arrowRight.svg');  
        background-position-x: 39px;
    }
    .slider__el--indic{
        font-size: 19px;
    }
    .sl5__backgroundBleu{
        margin-left: 96px;
        margin-right: 96px;
        background-color: var(--color-bg2);
        border-radius: 13px;
        padding-top: 48px;
        padding-bottom: 240px;
    }
    .halfdesktop{
        display: none;
    }
    .sl6__paragraphe{
        margin:0;
    }

    /*Produit*/
    .versionp1400{
        display: none;
    }
    .versions1400{
        display: block;
    }
    .titleProduit{
        font-size: 56px;
        margin-top: 168px;
        margin-bottom: 224px;
        margin-left: 96px;
        margin-right: 96px;
    }
    .sectionProduit__title{
        font-size: 24px;
        margin-top: 0px;
        margin-bottom:0;
        margin-left: 96px;
        margin-right: 96px;
    }
    .sectionProduit__paragraphe{
        margin-left: 96px;
        margin-right: 0px;
    }
    .sectionAffiche{
        width: 445px;
    }
    .afficheInfos{
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 96px;
        list-style: none;
        padding: 0;
        justify-content: space-between;
    }
    .afficheInfos__el{
        font-family: 'Maven Pro', sans-serif;
        font-size: 13px;
        padding-bottom: 19px;
        padding-left:13px;
    }
    .afficheInfos__el .buttonAa{
        font-size: 13px;
    }
    .afficheInfos__el--ad{
        padding-left:0;
    }
    .langue__el{
        margin-bottom: 19px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 19px;
    }
    .langue{
        background-color: var(--color-bg2);
        padding-top: 19px;
        padding-bottom: 19px;
        margin-right: 96px;
        margin-left: 0px;
        border-radius: 13px;
        margin-bottom: 38px;
    }  
    .listprice{
        list-style: none;
        padding:0;
        margin-right: 96px;
        margin-bottom: 96px;
        margin-left: 0px;
        text-align:center;
    }
    .listprice{
        margin-top: 24px;
    }
    .listprice__el{
        background-size: 100%;
        background-repeat: no-repeat;
        width: 30%;
        height: 70px;
        font-size: 0;
        display: flex;
    }
    .listprice__el--cannes{
        margin-right: 24px;
    }
    .choixVersion{
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 96px;
    }
    .buttonAchat2{
        font-size: 19px;
        margin: 0;
        border-radius: 0;
        width: 216px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 19px;
        margin-left: 96px;
    }
    .buttonright{
        margin-left:48px;
        margin-right: 48px;
    }
    .achatlist{
        list-style: none;
        padding:0;
        margin-right: 24px;
        margin-left: 24px;
    }
    .ajoutPanier{
        list-style: none;
        display: flex;
        justify-content: center;
        padding:0;
    }
    .ajoutPanier__el{
        padding-top: 24px;
        font-size: 19px;
        font-weight: 400;
        margin-right: 48px;
        margin-left: 48px;
    }
    .ajoutPanier__img{
        padding-left: 6px; 
    }
    .ajoutPanier__list{
        list-style: none;
        font-family: 'Maven Pro', sans-serif;
        font-size: 24px;
    }
    .ajoutPanier__list{
        padding: 0;
    }
    .ajoutPanier__title{
        font-size: 24px;
    }
    .quantite{
        list-style: none;
        display: flex; 
        justify-content: space-between;
        padding: 0; 
        width: 132px;
        align-items: center;
    
    }
    .quantite__el{
        font-size: 24px;
    }  
    .sectionProduit{
        padding-top: 0px;
        width: 917px;

    }
    .buttonAa{
        padding-right:0;
        padding-left: 0;
        padding-top: 0;
        margin: 0;
        font-size: 19px;
    }
    .afficheInfos__el button{
        padding-left: 0;
    }
    .buttonAjout{
        border-radius: 0px;
        margin: 0;
        padding: 10px;
    }
    .buttonAjouterpanier{
        margin-top: 96px;
        margin-bottom: 144px;
        font-size: 19px;
    }
    .achatlist__el--button{
        text-align: center;
        margin: 0;
    }
    .produit1__image{
        margin-left: 0px;
        margin-right: 96px;
    }
    .mainProduit{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 96px;
    }
    .sectionProduit__paragraphe{
        font-size: 19px;
        padding-right: 48px;

    }
    .sectionProduit__title{
        font-size: 37px;
        padding-bottom: 24px;
    }
    .afficheInfos__el button{
        padding-left: 0;
    }
    .ajoutPanier__para--phys{
        font-size: 24px;
    }


    /*Panier*/  
    .paragraphe--aucunarticle{
        font-size: 24px;
        margin-top: 168px;
        margin-bottom: 336px;
    } 
    .produitpanier{
        display: flex;
        justify-content: space-between;
        margin-left: 192px;
        margin-right:192px;

    }
    .panierAjout{
        display: flex;
        justify-content: space-between;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 32px;
    }
    .panierAjout__el{
        display: flex;
        justify-content: left;
    }
    .panierAjout__paragraphe{
        margin-right: 24px;
        margin-left: 24px;
        font-size: 22px;
    }
    .produitPanier__image{
        margin: 0;
        padding:0;
        width: 35%;
    }
    .produit__content{
        width: 50%;
    }
    .produitpanier__title{
        font-family: 'Maven Pro', sans-serif;
        font-weight: 400;
        padding-left: 0px;
        margin: 0;
        font-size: 30px;
    }
    .produit__title{
        font-family: 'Maven Pro', sans-serif;
        font-weight: 500;
        padding-left: 192px;
        margin: 0;
        font-size: 30px;
        margin-top: 48px;
    }
    .produit__paragraphe{
        font-size: 24px;
        font-family: 'Maven Pro', sans-serif;
        font-weight: 400;
        margin-left: 0;
    }
    .buttonAjout{
        background-color: transparent;
        border-radius: 0px;
        border-style: solid;
        border-color: var(--color-action);
        width: 32px;
        height: 32px;
        color: var(--color-action);
        margin: 0;
        font-size: 24px;
        line-height: 0;
        padding:8px;
    }
    .buttonLien{
        margin:0;
        padding: 0;
        font-size: 22px;
    }
    .paragraphe--little{
        font-size: 19px;
        line-height: 120%;
        margin-top: 13px;
        padding-left: 30px;
        padding-right:0;
        padding-bottom: 10px;
        background-image: url('../assets/SVG/i.svg');
        background-repeat: no-repeat;
    }  
    .form__group{
        margin-right: 192px;
        margin-left: 192px;
        margin-top: 48px;
    }
    .form__label{
        font-size: 24px;
        font-family: 'Maven Pro', sans-serif;
        font-weight: 500;
    }
    .form__input{
        margin-top: 24px;
        width: 100%;
        font-family: 'Maven Pro', sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 130%;
    }
    .form__input--large{
        height: 240px;
        padding: 13px;
    }
    .form__button{
        margin-top: 48px;
    }
    .checkbox input{
        display: none;
    }
    .checkbox input + label{
        display: inline-block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        border-radius: 0px;
        margin-right: 13px;
    }
    .checkbox input:checked + label{
        background-image: url('../assets/SVG/checked.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%;
    }  
    .form__input--promo{
        width: 60%;
        margin: 0;
    }
    .form__btn{
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
    }
    .produit{
        padding-top: 168px;
    }
    .produitpanier{
        padding-top: 0;
        padding-bottom: 168px;
    }
    .produit--cadeau{
        padding-top:0;
    }
    .recap__list{
        padding: 0;
        font-size: 24px;
        line-height: 190%;
        margin-right: 192px;
        margin-left: 192px;
    }
    .paragraphe--littleliv{
        margin-right: 192px;
        margin-left: 192px;
        margin-bottom: 48px;
    }
    .recap__list--total{
        padding-top: 24px;
        background-image:url('../assets/SVG/linestraight.svg');
        background-repeat: no-repeat;
        display: flex;
        justify-content: space-between;
        background-size: 100% 100%;
        background-position-y:-35px;
    }
    .produit__title--h3{
        font-size: 24px;
    }
    .express__list{
        display: flex;
        justify-content: space-between;
        margin-right: 192px;
        margin-left: 192px;
        list-style: none;
        padding:0;
    }
    .buttonPaymentExpress{
        margin: 0;
        width: 190px;
        height: 44px;
        font-size: 0;
    }
    .paragraphe--ou{
        margin-top: 96px;
        margin-bottom: 96px;
        text-align: center;
        background-image:url('../assets/SVG/linestraightDouble.svg');
        background-repeat: no-repeat;
        background-position-y: 50%;
        padding: 0;
        margin-right: 192px;
        margin-left: 192px;
        background-size: 100% 100%;
        font-size: 24px;
    }
    .buttonApple{
        background-image:url('../assets/SVG/apple.svg');
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .buttonGoogle{
        background-image:url('../assets/SVG/google.svg');
        background-repeat: no-repeat;
        background-position: 50%;    
    }
    .buttonPaypal{
        background-image:url('../assets/SVG/paypalpaiement.svg');
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .buttonCenterForm{
        margin-top: 96px;
        margin-bottom: 192px;
        font-size: 19px;
        padding: 13px 24px;
        border-radius: 130px;
    }
    .express__img{
        width: 180%;
    }
    .produit__title--h3{
        font-weight: 400;
        margin-top: 48px;
        font-size: 24px;
        margin-bottom: 32px;
    }
    .backgroundPanier{
        background-image: url('../assets/SVG/ligne.svg');
        background-size: 100%;
        background-repeat: repeat-y;
        background-position-x: 0;
        background-position-y: -500px;
    }

    /*Livraison*/
    .header--liv{
        background-image: url('../assets/images/hommeTombantFlip.png');
        background-size: 720px;
        background-repeat: no-repeat;
        background-position-x: -250px;
        background-position-y:-120px;
        padding-bottom: 0px;
    }
    .livraison__title{
        margin-top: 0px;
        margin-bottom: 24px;
        margin-right: 192px;
        margin-left:192px;
        font-size: 37px;
    }
    .livraison__title--fac{
        margin-top: 192px;
    }
    .center--livraison{
        padding-top: 96px;
        background-image: url('../assets/images/hommeTombant.png');
        background-size: 820px;
        background-repeat: no-repeat;
        background-position-x: 380px;
        background-position-y:-200px;
        padding-bottom: 192px;
    }
    .step{
        display:flex;
        justify-content: space-between;
        font-family: 'Maven Pro', sans-serif;
        color: var(--color-yang);
        font-size: 13px;
        list-style: none;
        margin-left: 192px;
        margin-right: 192px;
        margin-top: 72px;
        padding:0;
        background-image: url('../assets/SVG/lineStraightBlue.svg');
        background-size: 100%;
        background-position-x: 50%;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }
    .stepmobile{
        display: none;
    }
    .steptabletDesktop{
        display: flex;
    }  
    .form__group{
        margin-right: 192px;
        margin-left: 192px;
    }  
    .step__el{
        background-image: none;
        background-color: var(--color-bg);
        border-style: solid;
        border-radius: 24px;
        padding: 8px 19px;
        font-size: 16px;
    }
    .step__el--done{
        background-image: none;
        color: var(--color-bg);
        background-color: var(--color-yang);
    }
    .form__group--size30{
        width: 30%;
        margin-right: 48px;
    }
    .form__group--size50{
        width: 40%;
        margin-left: 0;
    }
    .form__group--cvv{
        margin-left: 24px;
    }
    .adresseligne2{
        display: flex;
        justify-content: space-between;
    }
    .form__label--case{
        margin-left: 24px;
        width: 600px;
    }
    .checkboxadresse{
        display: flex;
        justify-content: left;
        margin-bottom: 38px;
    }
    .checkboxadresse input{
        display: none;
    }
    .checkboxadresse input + label{
        display: inline-block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: 24px;
        height: 24px;
        background-color: transparent;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        border-radius: 0px;
    }
    .checkboxadresse input:checked + label{
        background-image: url('../assets/SVG/checked.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%;
    }
    .livraison{
        border-style: none;
        padding: 0;
    }
    .mobile{
        display: none;
    }
    .tabletDesktop{
        display: block;
    }

    /*paiement*/
    .paiement{
        background-image:url('../assets/images/matrice.png');
        background-size: 150%;
        background-position-y: 0;
        background-repeat: no-repeat;
    }
    .header--paiement{
        padding-bottom: 120px;
    }
    .formradio__group{
        margin-top: 144px;
        margin-right: 192px;
        margin-left: 192px;
    }
    .titlePaiement{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left:192px;
        margin-right:192px;
        font-size: 56px;
    }
    .buttonPaiement{
        margin-top: 96px;
        margin-bottom: 192px;
    }
    .formradio__label{
        font-size: 30px;
        margin-left: 16px;
    }
    .form__contenuRadio{
        margin-left: 57px;
    }
    .form__contenuGroup{
        margin-top: 38px;
    }
    .center--paiement{
        background-image: url('../assets/images/matriceDown.png');
        background-size: 100%;
        background-position-y: 0;
        background-repeat: no-repeat;
    }
    .form__group--size70{
        width: 70%;
        margin-right: 24px;
    }
    .paragraphe--paypal{
        padding: 0;
        margin-top: 24px;
        font-size: 24px;
    }
    .formradio__el{
        height: 45px;
        width: 60px;
        margin-right: 10px;
    }
    .formradio__list{
        margin-left: 16px;
    }
    .formradio__listel{
        margin-right: 13px;
    }
    .radio input + label{
        display: inline-block;
        text-indent: 200%;
        overflow: hidden;
        white-space: nowrap;
        width: 16px;
        height: 16px;
        background-image:url('../assets/SVG/radioButton.svg');
        background-repeat: no-repeat;
        background-size:100%;
        margin-left:0;
        padding: 13px;
    }
    .formradio__group--1{
        margin-top: 96px;
    }

    /*recap*/
    .backgroundrecap{
        background-image:url('../assets/SVG/reseau2.svg');
        background-size: 150%;
    }
    .paragraphe--colis{
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .recapitulatif{
        margin-top: 144px;
    }
    .modif{
        display: flex;
        justify-content: space-between;
        margin-right: 192px;
    }
    .modif__button{
        font-size: 0;
        width: 24px;
        height: 24px;
        background-image: url('../assets/SVG/modif.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: transparent;
        border-style: none;
    }
    .adresse{
        list-style: none;
        padding: 0;
        font-size: 24px;
        line-height: 140%;
        margin-left: 192px;
        margin-right: 192px;
        margin-top:0;
    }
    .recap__title{
        font-family: 'Maven Pro', sans-serif;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 16px;
        margin-left:192px;;
        margin-right:192px;
    }
    .recap__list{
        margin-top:0;
    }
    .form__labelmodif{
        display: flex;
        justify-content: space-between;
    }
    .recap__title--form{
        margin: 0;
    }
    .titleRecap{
        padding-top: 144px;
        padding-bottom: 96px;
        margin-left:192px;
        margin-right:192px;
        font-size: 56px;
    }
    .recapitulatif__para{
        margin-left: 192px;
        margin-right: 192px;
        font-size: 24px;
    }
    .produitpanierP{
        margin-top: 72px;
    }

    /*conf*/
    .conf{
        padding-top: 96px;
        padding-bottom: 120px;
        background-image: url('../assets/images/hommeTombantLight.png');
        background-size: 1200px;
        background-position-y: -260px;
        background-position-x: 40%;
        background-repeat: no-repeat;
    }
    .backgroundConfirmation{
        background-image:url('../assets/SVG/backgroundConf.svg');
        background-size: 200%;
        background-position-x:-480px;
        background-position-y:0;
        background-repeat: no-repeat;
    }
    .step--conf{
        margin-left: 96px;
        margin-right: 96px;
    }
    .titleConf{
        margin-right: 96px;
        margin-left: 96px;
        font-size: 56px;
    }
    .paragraphe__conf{
        margin-right: 96px;
        margin-left: 96px;
        font-size: 24px;
        margin-top:24px;
        margin-bottom:0;
    }
    .buttonConf{
        margin-bottom: 96px;
        margin-top: 120px;
    }


}

/**/
@media (min-width: 1210px){ 
    iframe{
        height: 600px;
    }
    .halfdesktop{
        display: flex;
    }
    .titleMain{
        padding-top: 192px;
        padding-bottom: 144px;
    }
  
    /*header*/
    .headerLanding{
        background-position-y: -60px;
    }
     
    /*landing*/
    .sl1{
        background-position-y:-900px;
        padding-top: 315px;
        margin-top: 48px;
    }
    .sl3{
        background-image: url("../assets/SVG/lignesVague.svg");
        background-repeat: no-repeat;
        background-size: 120%;
        background-position-x:-207px;
        background-position-y:90px;
    }
    .sl4{
        background-image: url('../assets/images/backgroundMind_desktop.png');
        background-size: 2450px;
        background-repeat: repeat-x;
        background-position-y:778px;
        background-position-x:50%;
        padding-bottom: 72px;
    }
    .sl5{
        background-image: url('../assets/SVG/ligneSolo.svg');
        background-size: 115%;
        background-position-x: -70px;
        background-position-y: 20px;
    }
    .sl5:after{
        background-image: none;
    
    }
    .sl6:after{
        background-image: none;
    }
    .sl6__background{
        background-image: url('../assets/SVG/hommeDeboutFlip.svg');
        background-size: 700px;
        background-repeat: no-repeat;
        background-position-x: -300px;
        padding-bottom: 72px;
    }
    .sl9{
        background-position-y: 200px ;
    }
    .sl1__title{
        background-image: url("../assets/images/hommeTombant.png");
        background-size: 1100px;
        padding-bottom: 1120px;
        background-position-x: 250px;
        background-position-y: -20px;
        padding-right: 192px;
    }
    .sl3__title{
        padding-bottom: 456px;
        background-image: url('../assets/SVG/hommeDebout.svg');
        background-size: 650px;
        background-repeat: no-repeat;
        background-position-x: 120%;
        background-position-y: -20px;
    }
    .sl5__title{
        margin-bottom: 24px;
        padding-left: 96px;
    }
    .sl9__img{
        width: 40%;
    }
    .buttonVoirPlus{
        display: none;
    }
    .kogonadaPortrait{
        margin-left: 384px;
    }
    .sl6__image{
        margin-left: 0;
        width: 100%;
        margin-top: 96px;
        margin-bottom: 96px;
        padding: 0;
    }
    .sl6__title{
        padding-left: 72px;
        margin-bottom:0;
    }
    .sl6__paragraphe{
        margin-left: 384px;
        padding-left: 0;
    }
    .sl6__title{
        padding-left: 384px;
    }
    .slider__image{
        width: 140%;
    }
    .slider__paragraphe{
        padding: 0;
        margin-top: 0px;
        margin-bottom: 45px;
        font-size: 24px;
        margin-right: 48px;
    }
    .slider__title{
        padding: 0;
        margin-top: 72px;
        margin-bottom: 45px;
    }
    .sl5__backgroundTete{
        background-image: url('../assets/SVG/tete.svg');
        background-size:330px;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 350px;
    }
    .sl5__slide{
        margin-top: 24px;
        list-style: none;
        padding:0;
        display: flex;
        margin-right: 96px;
        margin-left: 96px;
        height: 513px;
        justify-content: center;
    }
    .sl5__slide--hidden{
        display: none;
    }
    .sl5__presse{
        margin-top: 16px;
        list-style: none;
        padding:0;
        display: flex;
        margin-right: 96px;
        margin-left: 96px;
        justify-content: center;
        height: 540px;
    }
    .sl5__slide--presse{
        height: 497px;
    }
    .sl5__avisel{
        width: 256px;
        padding-left: 32px;
        padding-right: 32px;
        text-align: center;
        padding-top: 16px;
    }
    .sl5__avisel--middle{
        align-self: end;
    }
    li .sl5__paragraphe{
        font-size: 16px;
        text-align: left;
    }
    .sl5__avisel--presse{
        padding-top:0;
    }
    .sl5__avisNom{
        font-size: 16px;
        font-family: 'Maven Pro', sans-serif;
        padding-top: 0px;
        padding-bottom: 24px;
        font-weight: 600;
        padding-left: 0px;
        padding-right:0px;
    }
    .sl5__nav{
        padding: 0;
        list-style: none;
        margin-right: 96px;
    }
    .sl5__navel{
        display: inline;
        padding-left: 48px;
    }
    .sl5__paragraphe{
        padding-right: 48px;
        padding-left:48px;
    }
    .sl5__backgroundBleu{
        margin:0;
        background-color: transparent;
        border-radius: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url('../assets/SVG/polygons.svg');
        background-repeat: no-repeat;
        background-size: 1200px;
        background-position-x: 50%;
        background-position-y: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sl5__avisNomPremsPresse{
        margin-top: 0px;
    }
    .sl5__titleNav{
        padding: 0;
        padding-top:600px;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    .sl5__paragraphe{
        padding: 0;
    }    
    .sl5__image{
        padding-top: 24px;
        padding-bottom: 0px;
        width: 28%;
        margin-left: 0px;
    }
    .slider__list{
        padding: 0;
        margin-bottom:0;
    }
    .sl5__slider{
        margin-top: 48px;
    }
    .hide{
        display: none;
    }

    /*Produit*/
    .afficheInfos__el{
        font-size: 19px;
        padding-bottom: 19px;
        padding-left:19px;
    }
    .afficheInfos__el button{
        font-size: 19px;
    }
    .afficheInfos__el--ad{
        padding-left:0;
    }
    .langue__el{
        margin-bottom: 19px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 24px;
    }
    .buttonAchat2{
        font-size: 24px;
        margin: 0;
        border-radius: 0;
        width: 393px;
        padding-top: 13px;
        padding-bottom: 13px;
        margin-left: 96px;
    }
    .buttonright{
        margin-left:48px;
        margin-right: 48px;
    }
    .ajoutPanier__el{
        padding-top: 24px;
        font-family: 'Maven Pro', sans-serif;
        font-size: 24px;
        font-weight: 400;
        margin-right: 96px;
        margin-left: 96px;
    }
    .ajoutPanier__title{
        font-size: 24px;
    }
    .quantite{
        list-style: none;
        display: flex; 
        justify-content: space-between;
        padding: 0; 
        width: 160px;
        align-items: center;
    
    }
    .mainProduit{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 96px;

    }
    .sectionProduit__paragraphe{
        font-size: 24px;
        padding-right: 48px;

    }
    .sectionProduit__title{
        font-size: 34px;
        padding-bottom: 24px;
    }
    .versionp1400{
        display: none;
    }
    .versions1400{
        display: block;
    }
    .afficheInfos__el .buttonAa{ 
        font-size: 19px;
    }

    /*Panier*/
    .titleMainform{
        margin-right: 240px;
        margin-left: 240px;
    }
    .produitpanier{
        margin-left: 240px;
        margin-right:240px;

    }
    .produit__title{
        padding-left: 240px;
    }
    .form__group{
        margin-right: 240px;
        margin-left: 240px;
    }
    .recap__list{
        margin-right: 240px;
        margin-left: 240px;
    }
    .paragraphe--littleliv{
        margin-right: 240px;
        margin-left: 240px;
    }
    .express__list{
        margin-right: 240px;
        margin-left: 240px;
    }
    .paragraphe--ou{
        margin-right: 240px;
        margin-left: 240px;
        background-size: 100% 100%;
    }
    .buttonCenterForm{
        margin-bottom: 240px;
    }
    .express__img{
        width: 130%;
        margin-right: 19px;
    }
    .buttonPaymentExpress{
        width: 220px;
        height: 50px;
    }
    .traditionnel__el{
        height: 95px;
    }

    /*Livraison*/
    .header--liv{
            background-image: url('../assets/images/hommeTombantFlip.png');
            background-size: 800px;
            background-repeat: no-repeat;
            background-position-x: -250px;
            background-position-y:-180px;
            padding-bottom: 0px;
    }
    .livraison__title{
        margin-left: 240px;
        margin-right: 240px;
    }
    .center--livraison{
            padding-top: 90px;
            background-image: url('../assets/images/hommeTombant.png');
            background-size: 1000px;
            background-repeat: no-repeat;
            background-position-x: 480px;
            background-position-y:-260px;
    }
    .step{
            margin-left: 240px;
            margin-right: 240px;
    }     
    .form__group--size30{
            width: 30%;
            margin-right: 48px;
     }
    .form__group--size50{
            width: 40%;
            margin-left: 0;
    }
    .form__group--cvv{
        margin-left: 24px;
    }
    .form__label--case{
            margin-left: 24px;
            width: 600px;
    }  
    
    /*Paiement*/
    .formradio__group{
        margin-right: 240px;
        margin-left: 240px;
    }
    .titlePaiement{
        margin-left:240px;
        margin-right:240px;
    }

    /*Recap*/
    .titleRecap{
        margin-left: 240px;
        margin-right: 240px;
    }
    .recapitulatif__para{
        margin-right: 240px;
        margin-left: 240px;
    }
    .adresse{
        margin-left: 240px;
        margin-right: 240px;
    }
    .recap__list{
        margin-top:0;
    } 
    .recap__title{
        margin-left: 240px;
        padding:0;
    }
    .recap__title--form{
        margin-left: 0;
    } 
    .modif{
        margin-right: 240px;
    } 

    /*Conf*/
    .conf{
        background-image: url('../assets/images/hommeTombantLight.png');
        background-size: 1000px;
        background-position-y: -160px;
        background-position-x: 120%;
        background-repeat: no-repeat;
    }
    .buttonConf{
        margin-bottom: 24px;
    }
    .backgroundConfirmation{
        background-image:url('../assets/SVG/backgroundConf.svg');
        background-size: 150%;
        background-position-x:-230px;
        background-position-y:0;
        background-repeat: no-repeat;
    }
    .step--conf{
        margin-left: 96px;
        margin-right: 96px;
    }
}

/**/
@media(min-width: 1400px){
    /*footer*/
    .footer__el a{
        font-size: 19px;
        line-height: 190%;
    }
    .footer__title{
        font-size: 24px;
    }
    small{
        font-size: 16px;
    }
    small a{
        font-size: 16px;
    }

    /*Landing*/
    .sl3{
        position: relative;
    }
    .svg {
        width: 1250px;
    }
    .svg svg{
        width:1250px;
    }
    .hide{
        display: none;
    }
    .sl3__content{
            display: flex;
            justify-content: center;
            margin:0;
            position: relative;
    }
    .images__el{
        position: relative;
        list-style: none;
        padding: none;
    }
    .images__el img{
        width: 600px;
        border-radius: 180px;
        position: absolute;
    }
    .images__img1{
        top: -680px;
        left: -130px;
    }
    .images__img2{
        bottom: 370px;
    }
    .images__img3{
        left: -440px;
        bottom: 390px;
    }
    .images__img4{
        bottom: 390px;
        left: -350px;
    }
    .images__img5{
        bottom: 300px;
        left: -500px;
    }
    .images__img6{
        bottom: 180px;
        left: -400px;
    }
    .images__img7{
        bottom:280px;
        left: -250px;
    }
    .images__img8{
        bottom: 100px;
        left: -250px;
    }
    .images__img9{
        bottom: 130px;
        left:-500px;
    }
    .images__img10{
        left:-600px;
        bottom: 180px;
    }
    .images__img11{
        bottom: 450px;
        left: -610px;
    }
    .images__img12{
        bottom: 350px;
        left: -490px;
    }
    .images__img13{
        bottom:170px;
        left: -100px;
    }
    .images__img14{
        bottom: 120px;
    }
    .images__img15{
        bottom: 220px;
        left: -50px;
    }
    .images__img16{
        bottom: 280px;
        left: -150px;
    }
    .images__img17{
        bottom: 390px;
        left: -150px;
    }
    .images__img18{
        bottom: 70px;
        left: -110px;
    }
    .images__img19{
        bottom: 370px;
        left: -140px;
    }
    .images__img20{
        left: -400px;
        bottom: 370px;
    }
    .images__img21{
        bottom: 290px;
        left: -150px;
    }
    .images__img22{
        bottom: 230px;
        left: -270px;
    }
    .images__img23{
        bottom: 210px;
        left: -200px;
    }
    .images__img24{
        bottom: 360px;
        left: -200px;
    }
    .images__img25{
        bottom: 450px;
        left: -450px;
    }
    .images__img26{
        bottom: 290px;
        left: -300px;
    }
    .images__img27{
        bottom: 330px;
        left: -400px;
    }
    .images__img28{
        bottom: 400px;
        left: -310px;
    }
    .images__img29{
        bottom: 330px;
    }
    .images__img30{
        bottom: 190px;
        left: -40px;
    }
    .images__img31{
        bottom: 390px;
        left:-90px;
    }
    .images__img32{
        bottom: 430px;
        left: -340px;
    }


    .headerLanding{
        background-position-y:-200px;
    }
    iframe{
        height: 650px;
    }
    .sl1{
        background-position-y:-1000px;
    }
    .sl2{
        background-size: 100%;
        background-position-y: -500px;
    }
    .sl3{
        background-position-y:50px;
    }
    .sl5{
        background-image: url('../assets/SVG/ligneSolo.svg');
        background-size: 115%;
        background-position-x: -90px;
        background-position-y: -340px;
        padding-top: 192px;
    }
    .sl5:after{
        background-image: none; 
    }
    .sl6:after{
        background-image: none;
        width: 0px;
        height: 0px;
    }
    .sl9{
        background-position-y: 250px ;
        background-size: 100%;
    }
    .sl1__title{
        background-image: url("../assets/images/hommeTombant.png");
        background-size: 1300px;
        padding-bottom: 1232px;
        background-position-x: 300px;
        background-position-y: -30px;
        padding-right: 192px;
    }
    .sl3__title{
        padding-bottom: 600px;
        background-image: url('../assets/SVG/hommeDebout.svg');
        background-size: 600px;
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: -20px;
    }
    .sl5__title{
        margin-bottom: 24px;
        padding-left: 96px;
    }
    .sl9__img{
        width: 40%;
    }
    .kogonadaPortrait{
        margin-left: 450px;
    }
    .sl6__image{
        margin-left: 0;
        width: 100%;
        margin-top: 96px;
        margin-bottom: 96px;
        padding: 0;
    }
    .sl6__title{
        padding-right: 96px;
        margin-bottom:0;
    }
    .sl6__paragraphe{
        margin-left: 450px;
        padding-left: 0;
    }
    .sl6__title{
        padding-left: 450px;
    }
    .slider__image{
        width: 150%;
    }
    .slider__paragraphe{
        padding: 0;
        margin-top: 0px;
        margin-bottom: 45px;
        font-size: 24px;
        margin-right: 48px;
    }
    .slider__title{
        padding: 0;
        margin-top: 72px;
        margin-bottom: 45px;
    }
    .sl5__avisNom{
        font-size: 19px;
        padding-top: 0px;
        padding-bottom: 24px;
        font-weight: 600;
        padding-left: 0px;
        padding-right:0px;
    }
    .sl5__nav{
        padding: 0;
        list-style: none;
        margin-right: 96px;
    }
    .sl5__backgroundBleu{
        margin:0;
        background-color: transparent;
        border-radius: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url('../assets/SVG/polygons.svg');
        background-repeat: no-repeat;
        background-size: 1410px;
        background-position-x: 50%;
        background-position-y: 580px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sl5__titleNav{
        padding: 0;
        padding-top:600px;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    .slider__quote{
        font-size: 30px;
        margin-top:96px;
    }
    .sl5__backgroundTete{
        background-image: url('../assets/SVG/tete.svg');
        background-size:360px;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 320px;
    }
    .sl5__slide{
        margin-top: 38px;
        list-style: none;
        padding:0;
        display: flex;
        margin-right: 96px;
        margin-left: 96px;
        height: 640px;
        justify-content: center;
    }
    .sl5__slide--presse{
        height: 625px;
    }
    .sl5__slide--hidden{
        display: none;
    }
    .sl5__avisel{
        width: 336px;
        padding-left: 19px;
        padding-right: 19px;
        text-align: center;
    }
    .sl5__avisel--middle{
        align-self: end;
    }
    li .sl5__paragraphe{
        font-size: 19px;
        text-align: left;
    }
    .sl5__avisNom{
        font-size: 19px;
        padding-top: 0px;
        padding-bottom: 24px;
        font-weight: 600;
        padding-left: 0px;
        padding-right:0px;
    }
    .sl5__nav{
        padding: 0;
        list-style: none;
        margin-right: 96px;
    }
    .sl5__navel{
        display: inline;
        padding-left: 48px;
    }
    .sl5__paragraphe{
        padding-right: 48px;
        padding-left:48px;
    }
    .sl5__backgroundBleu{
        margin:0;
        background-color: transparent;
        border-radius: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url('../assets/SVG/polygons.svg');
        background-repeat: no-repeat;
        background-size: 1410px;
        background-position-x: 50%;
        background-position-y: 580px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sl5__titleNav{
        padding: 0;
        padding-top:600px;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    .sl5__paragraphe{
        padding: 0;
    }    
    .sl5__image{
        padding-top: 24px;
        padding-bottom: 72px;
        width: 28%;
        margin-left: 0px;
    }
    .slider__list{
        padding: 0;
        margin-bottom:0;
    }
    .sl5__slider{
        margin-top: 0px;
    }
    .sl5__presse{
        list-style: none;
        padding: 0;
        margin-left:0;
        margin-right:0;
        margin-top: 16px;
        height: 669px;
    }

    /*Produit*/
    .mainProduit{
        height: 1330px;
    }
    .mainProduit--sanslangue{
        height:1796.5px;
    }
    .sectionAffiche{
        align-self:end;
        width: 48%;
    }
    .versionp1400{
        display: block;
    }
    .versions1400{
        display: none;
    }
    .buttonAchat2{
        width: 296px;
    }
    .ajoutPanier__el{
        margin-left: 48px;
        margin-right: 48px;
    }
    .afficheInfos__el .buttonAa{ 
        font-size: 19px;
    }
    .listprice{
        margin-top: 48px;
    }
    .listprice__el{
        background-size: 100%;
        background-repeat: no-repeat;
        width: 20%;
        height: 80px;
        font-size: 0;
        display: flex;
    }
    .listprice__el--cannes{
        margin-right: 48px;
    }
    .ajoutPanier__listEl{
        font-size: 24px;
    }

    /*Panier*/
    .titleMainform{
        margin-right:336px;
        margin-left:336px;
    }
    .produitpanier{
        margin-left: 336px;
        margin-right:336px;
    }
    .produit__title{
        padding-left: 336px;
    }
    .form__group{
        margin-right: 336px;
        margin-left: 336px;
    }
    .recap__list{
        margin-right: 336px;
        margin-left: 336px;
    }
    .paragraphe--littleliv{
        margin-right: 336px;
        margin-left: 336px;
    }
    .express__list{
        margin-right: 336px;
        margin-left: 336px;
    }   
    .paragraphe--ou{
        margin-right: 336px;
        margin-left: 336px;
        background-size: 100% 100%;
    }
    .buttonCenterForm{
        margin-bottom: 336px;
    }
    .title--mainform{
        padding-left: 336px;
        padding-right: 336px;
    }
    .express__img{
        width: 150%;
    }
    .buttonPaymentExpress{
        width: 220px;
        height: 50px;
    } 
    .recap__list--right{
        margin-right: 336px;
        margin-left: 0;
    }
    
    /*Livraison*/
    .livraison__title{
        margin-left: 336px;
        margin-right: 336px;
    }
    .center--livraison{
            padding-top: 120px;
            background-image: url('../assets/images/hommeTombant.png');
            background-size: 1000px;
            background-repeat: no-repeat;
            background-position-x: 680px;
            background-position-y:-160px;
    }
    .step{
            margin-left: 336px;
            margin-right: 336px;
    } 
    .step__el{
        font-size: 19px;
    }    
    .form__group--size30{
            width: 30%;
            margin-right: 48px;
    }
    .form__group--size50{
            width: 40%;
            margin-left: 0;
    }

    /*paiement*/
    .formradio__group{
        margin-right: 336px;
        margin-left: 336px;
    }
    .titlePaiement{
        margin-left:336px;
        margin-right:336px;
    }  
    .paiement{
        background-size: 100%;
    }
    .form__group--cvv{
        margin-left: 24px;
    }
    
    /*recap*/
    .titleRecap{
        margin-left: 336px;
        margin-right: 336px;
    }
    .recapitulatif__para{
        margin-right: 336px;
        margin-left: 336px;
        padding:0;
    }
    .adresse{
        margin-left: 336px;
        margin-right: 336px;
    }
    .recap__list{
        margin-top:0;
    } 
    .recap__title{
        margin-left: 336px;
        padding:0;
    }
    .recap__title--form{
        margin: 0;
    }  
    .modif{
        margin-right: 336px;
    } 

    /*conf*/
    .conf{
        background-image: url('../assets/images/hommeTombantLight.png');
        background-size: 1300px;
        background-position-y: -260px;
        background-position-x: 30%;
        background-repeat: no-repeat;
    }
    .buttonConf{
        margin-bottom: 96px;
    }
    .backgroundConfirmation{
        background-image:url('../assets/SVG/backgroundConf.svg');
        background-size: 150%;
        background-position-x:-530px;
        background-position-y:0;
        background-repeat: no-repeat;
    }
    .step--conf{
        margin-left: 96px;
        margin-right: 96px;
    }
}








/*Image Retina*/
@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .headerLanding{
        background-image: url("../assets/images/arbreMatrice@2x.png") 2x;
    }
    .sl1__title{
        background-image: url("../assets/images/hommeTombant@2x.png") 2x;
    }
    .sl4{
        background-image: url('../assets/images/backgroundMind_mobile@2x.png') 2x;
    }	
    .conf{
        background-image: url('../assets/images/hommeTombantLight@2x.png') 2x;
    }
    .center--paiement{
        background-image: url('../assets/images/matriceDown@2x.png') 2x;
    }
    .paiement{
        background-image:url('../assets/images/matrice@2x.png') 2x;
    }
    .center--livraison{
        background-image: url('../assets/images/hommeTombant@2x.png') 2x;
    }
    .header--liv{
        background-image: url('../assets/images/hommeTombantFlip@2x.png') 2x;
    }

    /*crédits*/
    .credit{
        margin-left: 96px;
        margin-right: 96px;
    }
    .credit__list{
        font-size: 24px;
    }
    .credit__title{
        font-size: 37px;
        margin-bottom: 24px;
        margin-top: 0px;
    }
    .credit__el a{
        font-size: 24px;
    }
    .credit{
        margin-bottom: 96px;
    }
    .credit--section{
        margin-bottom: 216px;
    }
    .headerCredit__title{
        padding-bottom: 96px;
        padding-top: 192px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi), (min-width:810px){
    .sl4{
        background-image: url('../assets/images/backgroundMind_tablet@2x.png') 2x;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi), (max-width:370px){
    .sl4{
        background-image: url('../assets/images/backgroundMind_mobileS@2x.png') 2x;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi), (min-width:1024px){
    .sl4{
        background-image: url('../assets/images/backgroundMind_desktop@2x.png') 2x;

    }
}



.hide {
    display : none;
}