html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html{overflow-x:hidden;font-family: "Montserrat";}
/* -----------------        Desktop        ----------------- */

/* ANCRE "Contact" */
#contact {
    position: relative;
    top: -200px;
}
.Hauto {
    height: auto;
}
/* ------------- SECTION 1 ------------- */
.section1 {
    width: 100%;
    height: 515px;
    background: #E3F0E9;
    margin-top: 198px;
    margin-bottom: 72px;
    text-align: center;
}
.section1 .block {
    position: relative;
    margin: auto;
    max-width: 1024px;
}
.section1 .block .swiper-containera {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section1 .block .flechegauche {
    position: absolute;
    z-index: 2;
    left: 8px;
    top: 233px;
    transform: rotate(180deg);
    cursor: pointer;
}
.section1 .block .flechedroite {
    position: absolute;
    z-index: 2;
    right: 4px;
    top: 233px;
    cursor: pointer;
}
.section1 .block .swiper-containera .swiper-slide {
    display: flex;
}
.section1 .block .swiper-containera .imgSwipper {
    object-fit: cover;
    width: 100%;
    max-width: 522px;
}
.section1 .block .swiper-containera .content {
    width: 46%;
    padding-left: 16px;
    margin-top: 88px;
}
.section1 .block .swiper-containera .content .titre {
    font-size: 32px;
    line-height: 40px;
    font-family: "Montserrat"; font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.section1 .block .swiper-containera .content .text {
    font-size: 16px;
    line-height: 25px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 68px;
}
.section1 .block .swiper-containera .content .boutton {
    width: 280px;
    height: 54px;
    margin: auto;
    border: 1px solid #000000;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}
.section1 .block .swiper-containera .content a {
    text-decoration: none;
    color: #000000;
}
/* ------------- SECTION 2 ------------- */
.section2 {
    margin: auto;
    max-width: 1024px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 120px;
}
.section2 a {
    text-decoration: none;
    color: #000000;
}
.section2 .titre {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 48px;
    text-transform: uppercase;
}
.section2 .block {
    display: flex;
}
.section2 .block .content {
    width: 50%;
    text-align: left;
    padding-right: 18px;
    padding-left: 2px;
}
.section2 .block .content .titre {
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat"; font-weight: 700;
    margin-bottom: 32px;
    text-align: left;
}
.section2 .block .content .text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 53px;
    font-family: "Montserrat"; font-weight: 300;
    padding-right: 16px;
}
.section2 .block .content .text span {
    display: none;
}
.section2 .block .content .boutton {
    width: 165px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: "Montserrat"; font-weight: 400;
    border: 1px solid #000000;
    cursor: pointer;
}
.section2 .block .swipperB {
    width: 50%;
    position: relative;
}
.section2 .block .swipperB .pagination {
    position: absolute;
    width: 476px;
    height: 490px;
    bottom: 12px;
    z-index: 2;
}
.section2 .block .swipperB .pagination .flechedroite {
    position: absolute;
    right: 17px;
    bottom: 19px;
}
.section2 .block .swipperB .swiper-containerb {
    width: 485px;
    height: 490px;
    overflow: hidden;
}
.section2 .block .swipperB  .swiper-containerb .swiper-wrapper {
    position: relative;
    left: -26px;
}
.section2 .block .swipperB .swiper-containerb .imgSwipper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.section2 .block .swipperB .swiper-containerb .swiper-slide {
    margin-right: 8px;
}
.section2 .block .swipperB  .swiper-pagination-b {
    width: 470px;
    text-align: right;
    position: relative;
    bottom: -14px;
}
.section2 .block .swipperB .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000000;
    opacity: 0.15;
    margin-right: 6px;
}
.section2 .block .swipperB .swiper-pagination-bullet-active {
    opacity: 1;
}
/* ------------- SECTION 3 ------------- */
.section3 {
    margin: auto;
    max-width: 1024px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 114px;
}
.section3 .desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.section3 .block {
    position: relative;
}
.section3 .block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section3 .block:first-child {
    width: 366px;
    height: 515px;
    object-fit: cover;
    margin-right: 8px;
    grid-area: 1 / 1 / 3 / 2;
}
.section3 .block:nth-child(2) {
    width: 321px;
    height: 286px;
    object-fit: cover;
    margin-right: 8px;
    grid-area: 1 / 2 / 2 / 3;
}
.section3 .block:nth-child(3) {
    width: 321px;
    height: 286px;
    object-fit: cover;
    grid-area: 1 / 3 / 2 / 4;
}
.section3 .block:nth-child(4) {
    width: 650px;
    height: 221px;
    object-fit: cover;
    margin-top: 8px;
    grid-area: 2 / 2 / 3 / 4;
}
.section3 .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.section3 .hover a {
    color: #000000;
    text-decoration: none;
}
.section3 .hover .titre {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 8px;
    margin-top: 56px;
    margin-left: 16px;
}
.section3 .hover .text {
    font-size: 16px;
    line-height: 21px;
    font-family: "Montserrat"; font-weight: 400;
    margin-left: 16px;
    padding-right: 8px;
}
.section3 .hover .boutton {
    width: 150px;
    height: 54px;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    border: 1px solid #000000;
    position: absolute;
    bottom: 28px;
    margin-left: 16px;
    cursor: pointer;
}
.section3 .hover01 {
    width: 309px;
    height: 275px;
    background: #F4E9E0;
}
.section3 .hover02 {
    width: 309px;
    height: 275px;
    background: #FFD8DB;
}
.section3 .hover03 {
    width: 309px;
    height: 275px;
    background: #E3F0E9;
}
.section3 .hover04 {
    width: 650px;
    height: 206px;
    background: #F4E8FD;
}
.section3 .hover04 .titre {
    margin-top: 16px;
}
.section3 .hover04 ul {
    margin-top: 20px;
    margin-left: 16px;
}
.section3 .hover04 ul li {
    margin-bottom: 16px;
    font-family: "Montserrat"; font-weight: 500;
    cursor: pointer;
}
.section3 .mobile {
    display: none;
}
/* ------------- SECTION 4 ------------- */
.section4 a {
    text-decoration: none;
    color: #000000;
}
.section4 {
    margin: auto;
    max-width: 1024px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 104px;
}
.section4 .titre {
    font-family: "Montserrat"; font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.section4 .sousTitre {
    font-family: "Montserrat"; font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 76px;
}
.section4 .blockSwipper {
    display: none;
}
.section4 .blockImg {
    width: 88%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 128px;
}
.section4 .blockImg { 
    object-fit: cover;
}
.section4 .blockMarques {
    width: 100%;
    height: 364px;
    display: flex;
}
.section4 .blockMarques .block01 {
    background: #E3F0E9;
}
.section4 .blockMarques .block02 {
    object-fit: cover;
}
.section4 .blockMarques .block03 {
    background: #F4E9E0;
}
.section4 .blockMarques .block {
    text-align: center;
}
.section4 .blockMarques .block img {
    display: block;
    margin: auto;
    object-fit: cover;
    margin-top: 24px;
    margin-bottom: 16px;
}
.section4 .blockMarques .block .titre {
    font-family: "Montserrat"; font-weight: 300;
    font-size: 32px;
    margin-bottom: 8px;
}
.section4 .blockMarques .block .sousTitre {
    font-family: "Montserrat"; font-weight: 700;
    font-size: 16px;
    margin-bottom: 24px;
}
.section4 .blockMarques .block .text {
    width: 94%;
    margin: auto;
    font-family: "Montserrat"; font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 32px;
}
.section4 .blockImg img:nth-child(4) {
    display: none;
    margin: auto;
}
.section4 .blockMarques .block .boutton {
    width: 250px;
    height: 54px;
    margin: auto;
    line-height: 54px;
    font-family: "Montserrat"; font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #000000;
}
/* ------------- SECTION 5 ------------- */
.section5 {
    margin: auto;
    max-width: 1024px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 96px;
}
.section5 .titre {
    font-family: "Montserrat"; font-weight: 300;
    font-size: 40px;
    margin-bottom: 66px;
    text-align: center;
    text-transform: uppercase;
}
.section5 .blockValeurs {
    display: flex;
    justify-content: space-between;
}
.section5 .block {
    width: 284px;
    height: 255px;
    text-align: center;
}
.section5 .block .blockImg {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 16px;
}
.section5 .block img {
    width: 96px;
    height: 96px;
    display: block;
    object-fit: cover;
    margin: auto;
}
.section5 .block .titre {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: unset;
}
.section5 .block .text {
    font-size: 16px;
    width: 94%;
    margin: auto;
    line-height: 23px;
}
/* ------------- SECTION 6 ------------- */
.section6 {
    margin: auto;
    width: 100%;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 96px;
}
.section6 .icon {
    display: block;
    object-fit: cover;
    margin: auto;
    margin-bottom: 24px;
}
.section6 .titre {
    font-family: "Montserrat"; font-weight: 300;
    font-size: 40px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #7D1973;
}
.section6 .sousTitre {
    width: 703px;
    margin: auto;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 48px;
    color: #7D1973;
}
.section6 .blockBackground {
    width: 100%;
    height: 418px;
    background: #ffd8db66;
}
.section6 .blockBackground .block {
    max-width: 820px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.section6 .blockBackground .block img {
    width: 376px;
    height: 418px;
    object-fit: cover;
    position: relative;
    top: 24px;
}
.section6 .blockBackground .block .text {
    text-align: left;
}
.section6 .blockBackground .block .text p:first-child {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 62px;
}
.section6 .blockBackground .block .text p:nth-child(2) {
    font-size: 40px;
    font-family: "Montserrat"; font-weight: 700;
    margin-bottom: 32px;
    color: #7D1973;
}
.section6 .blockBackground .block .text p:nth-child(3) {
    font-size: 24px;
    margin-bottom: 14px;
}
.section6 .blockBackground .block .text p:nth-child(4) {
    font-size: 16px;
    font-family: "Montserrat"; font-weight: 400;
    line-height: 28px;
}
.section6 .blockBackground .lienBoutton {
    text-decoration: none;
    color: #000000;
}
.section6 .blockBackground .boutton {
    top: 38px;
    width: 165px;
    height: 40px;
    border: 1px solid #000000;
    line-height: 40px;
    text-align: center;
    margin-top: 26px !important;
    font-size: 16px !important;
    font-weight: 500;
}
/* ------------- SECTION 7 ------------- */
.section7 {
    margin: auto;
    width: 820px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 96px;
    text-align: center;
}
.section7 .titre {
    font-size: 40px;
    color: #7D1973;
    text-align: center;
    margin-bottom: 34px;
}
.section7 .sousTitre {
    font-size: 24px;
    margin-bottom: 18px;
    font-family: "Montserrat"; font-weight: 600;
}
.section7 .text {
    font-size: 24px;
    font-family: "Montserrat"; font-weight: 400;
    line-height: 33px;
}
/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:640px) and (max-width:1024px) {
    /* ANCRE "Contact" */
    #contact {
        position: relative;
        top: -80px;
    }
    .section1 {
        height: 939px;
        margin-top: 80px;
        margin-bottom: 40px;
        background: unset;
    }
    .section1 .block .pagination {
        width: 640px;
        height: 4px;
        margin: auto;
        position: relative;
        top: 315px;
    }
    .section1 .block .flechedroite {
        right: 15px;
        top: 0;
    }
    .section1 .block .flechegauche {
        left: 15px;
        top: 0;
    }
    .section1 .block .swiper-containera .content {
        background: #E3F0E9;
        width: 100%;
        margin: auto;
        padding-left: 16px;
        margin-top: 0;
        padding-top: 22px;
        padding-bottom: 32px;
    }
    .section1 .block .swiper-containera .swiper-slide {
        display: block;
    }
    .section1 .block .swiper-containera .imgSwipper {
        object-fit: contain;
        max-width: 640px;
        margin: 0 auto;
    }
    .section1 .block .swiper-containera .content .titre {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .section1 .block .swiper-containera .content .text {
        font-size: 13px;
        line-height: 25px;
        width: 608px;
        margin: auto;
        margin-bottom: 32px;
    }
    .section1 .block .swiper-containera .content .boutton {
        width: 224px;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
    }
    /* ------------- SECTION 2 ------------- */
    .section2 {
        margin: auto;
        max-width: 640px;
        margin-bottom: 56px;
    }
    .section2 .titre {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 32px;
    }
    .section2 .block {
        flex-direction: column-reverse;
    }
    .section2 .block .content {
        width: 100%;
        margin-top: 32px;
    }
    .section2 .block .content .titre {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        text-align: left;
    }
    .section2 .block .content .text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 32px;
        padding-right: 0;
    }
    .section2 .block .content .text span {
        display: block;
    }
    .section2 .block .content .boutton {
        margin: auto;
    }
    .section2 .block .swipperB {
        width: 100%;
        height: 628px;
    }
    .section2 .block .swipperB .swiper-containerb {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .section2 .block .swipperB .swiper-containerb .swiper-slide {
        margin-right: 8px;
    }
    .section2 .block .swipperB .swiper-containerb .imgSwipper {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section2 .block .swipperB .pagination {
        width: 97%;
        height: 602px;
        bottom: unset;
        top: 0;
        display: none;
    }
    .section2 .block .swipperB .pagination .flechedroite {
        right: 12px;
        bottom: -12px;
    }
    .section2 .block .swipperB .swiper-pagination-b {
        width: 98%;
    }
    /* ------------- SECTION 3 ------------- */
    .section3 {
        max-width: 640px;
        height: 628px;
        margin-bottom: 56px;
    }
    .section3 .desktop {
        display: none;
    }
    .section3 .mobile {
        display: block;
        width: 100%;
    }
    .section3 .mobile .swiper-containerc {
        width: 100%;
        overflow: hidden;
    }
    .section3 .mobile .swiper-containerc .swiper-wrapper {
        position: relative;
        left: -34px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide {
        margin-right: 11px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide img {
        width: 100% ;
        height: 100% ;
        object-fit: cover;
    }
    .section3 .mobile .swiper-pagination-c {
        width: 97%;
        height: 16px;
        text-align: right;
        position: relative;
        bottom: -8px;
    }
    .section3 .mobile .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #000000;
        opacity: 0.15;
        margin-right: 1px;
    }
    .section3 .mobile .swiper-pagination-bullet-active {
        opacity: 1;
    }
     /* ------------- SECTION 4 ------------- */
     .section4 {
        max-width: 640px;
        margin-bottom: 72px;
    }
    .section4 .titre {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .section4 .sousTitre {
        font-size: 16px;
        text-align: center;
        margin-bottom: 46px;
    }
    .section4 .blockMarques {
        display: none;
    }
    .section4 .blockImg {
        width: 456px;
        margin: auto;
        margin-bottom: 72px;
    }
    .section4 .blockImg img:first-child {
        width: 118px;
        height: 87px;
        display: none;
    }
    .section4 .blockImg img:nth-child(2) {
        width: 187px;
        height: 69px;
        display: none;
    }
    .section4 .blockImg img:nth-child(3) {
        width: 87px;
        height: 87px;
        display: none;
    }
    .section4 .blockImg img:nth-child(4) {
        display: block;
    }
    .section4 .blockSwipper {
        display: block;
        width: 100%;
        height: 381px;
    }
    .section4 .blockSwipper .swiper-containerd {
        width: 100%;
        overflow: hidden;
    }
    .section4 .blockSwipper .swiper-containerd .block01 {
        background: #E3F0E9;
    }
    .section4 .blockSwipper .swiper-containerd .block02 {
        background: #F4E9E0;
    }
    .section4 .blockSwipper .swiper-containerd .block {
        width: 100%;
        height: auto;
        text-align: center;
        padding-bottom: 16px;
    }
    .section4 .blockSwipper .swiper-containerd .block img {
        display: block;
        margin: auto;
        object-fit: cover;
        padding-top: 32px;
        margin-bottom: 16px;
    }
    .section4 .blockSwipper .swiper-containerd .block .titre {
        font-family: "Montserrat"; font-weight: 300;
        font-size: 32px;
        margin-bottom: 8px;
    }
    .section4 .blockSwipper .swiper-containerd .block .sousTitre {
        font-family: "Montserrat"; font-weight: 700;
        font-size: 16px;
        margin-bottom: 32px;
    }
    .section4 .blockSwipper .swiper-containerd .block .text {
        width: 54%;
        margin: auto;
        font-family: "Montserrat"; font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 32px;
    }
    .section4 .blockSwipper .swiper-containerd .block .boutton {
        width: 250px;
        height: 54px;
        margin: auto;
        line-height: 54px;
        font-family: "Montserrat"; font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        border: 1px solid #000000;
        cursor: pointer;
    }
    .section4 .blockSwipper .swiper-containerd  .swiper-pagination-d {
        width: 640px;
        margin-top: 16px;
        text-align: center;
        position: unset;
    }
    .section4 .blockSwipper .swiper-containerd .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: #E3F0E9;
        opacity: 0.35;
    }
    .section4 .blockSwipper .swiper-containerd .swiper-pagination-bullet-active {
        opacity: 1;
    }
    /* ------------- SECTION 5 ------------- */
    .section5 {
        max-width: 640px;
        margin-bottom: 72px;
    }
    .section5 .titre {
        font-size: 28px;
        margin-bottom: 48px;
    }
    .section5 .block {
        width: 608px;
        height: 205px;
        margin-bottom: 48px;
    }
    .section5 .blockValeurs {
        flex-direction: column;
        align-items: center;
    }
    /* ------------- SECTION 6 ------------- */
    .section6 {
        margin: auto;
        width: 100%;
        margin-bottom: 32px;
    }
    .section6 .icon {
        margin-bottom: 36px;
    }
    .section6 .titre {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .section6 .sousTitre {
        width: 608px;
        margin-bottom: 62px;
    }
    .section6 .blockBackground {
        height: 550px;
    }
    .section6 .blockBackground .block {
        width: 100%;
        max-width: unset;
        flex-direction: column;
        align-items: center;
    }
    .section6 .blockBackground .block img {
        width: 376px;
        height: 159px;
        position: unset;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .section6 .blockBackground .block .text {
        text-align: center;
    }
    .section6 .blockBackground .block .text p:first-child {
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 0;
    }
    .section6 .blockBackground .block .text p:nth-child(2) {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .section6 .blockBackground .block .text p:nth-child(3) {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .section6 .blockBackground .block .text p:nth-child(4) {
        font-size: 16px;
        line-height: 28px;
    }
    .section6 .blockBackground .boutton {
        margin: auto;
    }
    /* ------------- SECTION 7 ------------- */
    .section7 {
        width: 100%;
        margin-bottom: 56px;
    }
    .section7 .titre {
        font-size: 28px;
        color: #7D1973;
        text-align: center;
        margin-bottom: 16px;
    }
    .section7 .sousTitre {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .section7 .text {
        font-size: 16px;
        font-family: "Montserrat"; font-weight: 400;
        line-height: 23px;
    }
}
/* -----------------        Mobile        ----------------- */
@media screen and (max-width:640px) {
    /* ANCRE "Contact" */
    #contact {
        position: relative;
        top: -80px;
    }
    .section1 {
        height: auto;
        margin-top: 80px;
        margin-bottom: 40px;
        background: unset;
    }
    .section1 .block {
        height: fit-content;
    }
    .section1 .block .pagination {
        width: 100%;
        height: 4px;
        margin: auto;
        position: relative;
        top: 25%;
    }
    .section1 .block .flechedroite {
        right: 15px;
        top: 0;
    }
    .section1 .block .flechegauche {
        left: 15px;
        top: 0;
    }
    .section1 .block .swiper-containera .content {
        background: #E3F0E9;
        width: 100%;
        height: 277px;
        min-height: 277px;
        margin: auto;
        padding-left: 0;
        margin-top: 0;
        padding-top: 22px;
        padding-bottom: 32px;
    }
    .section1 .block .swiper-containera .swiper-slide {
        display: block;
    }
    .section1 .block .swiper-containera .imgSwipper {
        object-fit: contain;
        width: 100%;
        margin: 0 auto;
    }
    .section1 .block .swiper-containera .content .titre {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .section1 .block .swiper-containera .content .text {
        font-size: 13px;
        line-height: 25px;
        width: 94%;
        padding: 0 16px;
        margin: auto;
        margin-bottom: 32px;
    }
    .section1 .block .swiper-containera .content .boutton {
        width: 224px;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
    }
    /* ------------- SECTION 2 ------------- */
    .section2 {
        width: 100%;
        margin: auto;
        margin-bottom: 56px;
    }
    .section2 .titre {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 32px;
    }
    .section2 .block {
        flex-direction: column-reverse;
    }
    .section2 .block .content {
        width: 94%;
        margin-top: 22px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .section2 .block .content .titre {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 24px;
        text-align: left;
    }
    .section2 .block .content .text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 32px;
        padding-right: 0;
    }
    .section2 .block .content .text span {
        display: block;
    }
    .section2 .block .content .boutton {
        margin: auto;
    }
    .section2 .block .swipperB {
        width: 100%;
        height: 308px;
    }
    .section2 .block .swipperB .swiper-containerb {
        width: 100%;
        height: 100%;
    }
    .section2 .block .swipperB .swiper-containerb .swiper-slide {
        margin-right: 8px;
    }
    .section2 .block .swipperB .swiper-containerb .imgSwipper {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .section2 .block .swipperB .pagination {
        width: 97%;
        height: 308px;
        bottom: unset;
        top: 0;
        display: none;
    }
    .section2 .block .swipperB .pagination .flechedroite {
        right: 16px;
        bottom: 18px;
    }
    .section2 .block .swipperB .swiper-pagination-b {
        width: 97%;
        bottom: -4px;
    }
    /* ------------- SECTION 3 ------------- */
    .section3 {
        width: 100%;
        max-width: unset;
        height: 320px;
        margin-bottom: 56px;
    }
    .section3 .desktop {
        display: none;
    }
    .section3 .mobile {
        display: block;
        width: 100%;
    }
    .section3 .mobile .swiper-containerc {
        width: 100%;
        overflow: hidden;
    }
    .section3 .mobile .swiper-containerc .swiper-wrapper {
        position: relative;
        left: -34px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide {
        margin-right: 11px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide img {
        width: 100% ;
        height: 100% ;
        object-fit: cover;
    }
    .section3 .mobile .swiper-pagination-c {
        width: 97%;
        height: 16px;
        text-align: right;
        position: relative;
        bottom: -8px;
    }
    .section3 .mobile .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #000000;
        opacity: 0.15;
        margin-right: 1px;
    }
    .section3 .mobile .swiper-pagination-bullet-active {
        opacity: 1;
    }
     /* ------------- SECTION 4 ------------- */
     .section4 {
        width: 100%;
        margin-bottom: 40px;
    }
    .section4 .titre {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .section4 .sousTitre {
        font-size: 16px;
        text-align: center;
        margin-bottom: 32px;
        line-height: 19px;
        padding: 0 16px;
    }
    .section4 .blockMarques {
        display: none;
    }
    .section4 .blockImg {
        width: 100%;
        margin: auto;
        margin-bottom: 72px;
    }
    .section4 .blockImg img:first-child {
        width: 118px;
        height: 87px;
        display: none;
    }
    .section4 .blockImg img:nth-child(2) {
        width: 187px;
        height: 69px;
        display: none;
    }
    .section4 .blockImg img:nth-child(3) {
        width: 87px;
        height: 87px;
        display: none;
    }
    .section4 .blockImg img:nth-child(4) {
        display: block;
    }
    .section4 .blockSwipper {
        display: block;
        width: 100%;
        height: 381px;
    }
    .section4 .blockSwipper .swiper-containerd {
        width: 100%;
        overflow: hidden;
    }
    .section4 .blockSwipper .swiper-containerd .block01 {
        background: #E3F0E9;
    }
    .section4 .blockSwipper .swiper-containerd .block02 {
        background: #F4E9E0;
    }
    .section4 .blockSwipper .swiper-containerd .block {
        width: 100%;
        height: auto;
        text-align: center;
        padding-bottom: 16px;
    }
    .section4 .blockSwipper .swiper-containerd .block img {
        display: block;
        margin: auto;
        object-fit: cover;
        padding-top: 32px;
        margin-bottom: 16px;
    }
    .section4 .blockSwipper .swiper-containerd .block .titre {
        font-family: "Montserrat"; font-weight: 300;
        font-size: 32px;
        margin-bottom: 8px;
    }
    .section4 .blockSwipper .swiper-containerd .block .sousTitre {
        font-family: "Montserrat"; font-weight: 700;
        font-size: 16px;
        margin-bottom: 32px;
    }
    .section4 .blockSwipper .swiper-containerd .block .text {
        width: 65%;
        margin: auto;
        font-family: "Montserrat"; font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 32px;
    }
    .section4 .blockSwipper .swiper-containerd .block .boutton {
        width: 250px;
        height: 54px;
        margin: auto;
        line-height: 54px;
        font-family: "Montserrat"; font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        border: 1px solid #000000;
        cursor: pointer;
    }
    .section4 .blockSwipper .swiper-containerd  .swiper-pagination-d {
        width: 100%;
        margin-top: 16px;
        text-align: center;
        position: unset;
    }
    .section4 .blockSwipper .swiper-containerd .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: #E3F0E9;
        opacity: 0.35;
    }
    .section4 .blockSwipper .swiper-containerd .swiper-pagination-bullet-active {
        opacity: 1;
    }
    /* ------------- SECTION 5 ------------- */
    .section5 {
        width: 96%;
        max-width: unset;
        margin-bottom: 24px;
        margin-top: 70px;
    }
    .section5 .titre {
        font-size: 28px;
        margin-bottom: 48px;
    }
    .section5 .block {
        width: 100%;
        height: 228px;
        margin-bottom: 48px;
    }
    .section5 .block .text {
        width: 98%;
    }
    .section5 .blockValeurs {
        flex-direction: column;
        align-items: center;
    }
    /* ------------- SECTION 6 ------------- */
    .section6 {
        margin: auto;
        width: 100%;
        margin-bottom: 32px;
    }
    .section6 .icon {
        margin-bottom: 36px;
    }
    .section6 .titre {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .section6 .sousTitre {
        width: 88%;
        margin-bottom: 62px;
    }
    .section6 .blockBackground {
        height: 550px;
    }
    .section6 .blockBackground .block {
        width: 100%;
        max-width: unset;
        flex-direction: column;
        align-items: center;
    }
    .section6 .blockBackground .block img {
        max-width: 376px;
        width: 100%;
        height: 159px;
        position: unset;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .section6 .blockBackground .block .text {
        text-align: center;
    }
    .section6 .blockBackground .block .text p:first-child {
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 0;
    }
    .section6 .blockBackground .block .text p:nth-child(2) {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .section6 .blockBackground .block .text p:nth-child(3) {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .section6 .blockBackground .block .text p:nth-child(4) {
        font-size: 16px;
        line-height: 28px;
    }
    .section6 .blockBackground .boutton {
        margin: auto;
    }
    /* ------------- SECTION 7 ------------- */
    .section7 {
        width: 100%;
        margin-bottom: 56px;
    }
    .section7 .titre {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .section7 .sousTitre {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .section7 .text {
        font-size: 16px;
        line-height: 23px;
    }

}
