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,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;font-size:100%;font:inherit;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;}
/* -----------------        Desktop        ----------------- */
/* ANCRE HEADER ------- */
#services {
    position: relative;
    top: -180px;
}
#nous {
    position: relative;
    top: -200px;
}
#applications {
    position: relative;
    top: -180px;
}
#contact {
    position: relative;
    top: -140px;
}
/* Exposant "®" de Eladis */
.section2 .exposantR {
    font-size: 18px;
    position: relative;
    top: 0px;
}
.section4 .exposantR {
    font-size: 20px;
    position: relative;
    top: 0px;
}
.section6 .exposantR {
    font-size: 44px;
    position: relative;
    top: -4px;
}
.section1 {
    width: 100%;
    height: auto;
    margin-bottom: 72px;
    font-family: "Poppins", Helvetica;
    margin-top: 122px;
}
.section1 .timerImg {

}
.section1 .timerImg img {
    width: 100%;
    max-height: 1000px;
    object-fit: cover;
    object-position: 22% 12%;
    display: none;
}
.section1 .timerImg img:first-child {
    display: block;
}
.section1 .imageFond {
    width: 100%;
    height: 1000px;
    object-fit: cover;
    object-position: 22% 12%;
}
.section1 .block {
    width: 1190px;
    margin: auto;
    display: block;
    height: 2px;
    position: relative;
    top: -1166px;
    padding-left: 16px;
}
.section1 .content {
    width: 414px;
    height: 465px;
    position: absolute;
    top: 200px;
}
.section1 .content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section1 .content .titre {
    width: 74%;
    position: absolute;
    top: 68px;
    left: 41px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
.section1 .content .text {
    width: 84%;
    position: absolute;
    top: 238px;
    left: 41px;
    line-height: 20px;
}
.section1 .content .button {
    width: 190px;
    height: 44px;
    position: absolute;
    top: 312px;
    left: 41px;
    background: #111111;
    border-radius: 8px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}
.section1 .content2 {
    display: none;
}
.section2 {
    font-family: "Poppins", Helvetica;
    max-width: 1190px;
    min-width: 978px;
    padding: 0 16px;
    height: auto;
    margin: auto;
    margin-bottom: 126px;
}
.section2 .titre {
    font-size: 60px;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
    font-weight: bold;
}
.section2 .blockDesktop {
    width: 100%;
    margin: auto;
}
.section2 .blockDesktop .menu {
    width: 100%;
    height: 188px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.section2 .blockDesktop .menu .titre1 {
    background: #FBC300;
}
.section2 .blockDesktop .menu .titre1 img:first-child {
    display: none;  
}
.section2 .blockDesktop .menu .titre1 img:nth-child(2) {
    display: block;  
    
}
.section2 .blockDesktop .menu div {
    width: 121px;
    height: 188px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
} 
.section2 .blockDesktop .menu div img:first-child {
    display: block;  
    width: 104px;
    height: 104px;
    object-fit: cover;
    margin: auto;
}
.section2 .blockDesktop .menu div img:nth-child(2) {
    display: none;     
    object-fit: cover;
    margin: auto;
}
.section2 .blockDesktop .menu .slide1 {
    background: rgb(251, 195, 0);
}
.section2 .blockDesktop .menu .slide1 .img1 {
    display: none;
}
.section2 .blockDesktop .menu .slide1 .img2 {
    display: block;
}
.section2 .menu p {
    text-align: center;
    margin-top: 21px;
    line-height: 14px;
}
.section2 .content {
    width: 100%;
    height: 324px;
    margin: auto;
    background: #FBC300;
}
/* ANIMATION BACKGROUND COLOR */
/* .section2 .content {
    z-index: 1;
    position: relative;
    padding: 0.5em 1em;
    outline: none;
    border: none;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
  }
  
.section2 .content::before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 100%;
    right: 100%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #FBC300;
    transform-origin: center;
    transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
    transition: transform 2s ease-in-out;
  } */
  
.section2 .content:hover {
    cursor: pointer;
    color: #161616;
}
.section2 .content:hover::before {
    transform: translate3d(100%, 100%, 0) scale3d(600, 600, 15);
}
.section2 .content div {
    display: none;
    width: 74%;
    text-align: left;
    margin-left: 28px;
    padding-top: 46px;
    position: relative;
}
.section2 .content div .titre {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
}
.section2 .content div .text {
    font-size: 16px;
    margin-top: 6px;
    line-height: 30px;
    margin-bottom: 50px;
}
.section2 .content div .button {
    width: 190px;
    height: 44px;
    background: #111111;
    border-radius: 8px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 238px;
}
.section2 .blockDesktop .content .block1 {
    display: block;
}
.section2 .blockMobile {
    display: none;
}
/* ---- Section 3 ---- */
.section3 {
    max-width: 1190px;
    min-width: 978px;
    height: auto;
    margin: auto;
    font-family: "Poppins", Helvetica;
    margin-bottom: 120px;
}
.section3 .block1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
}
.section3 .block1 .titre {
    width: 100%;
    text-align: center;
    font-size: 60px;
    margin-bottom: 86px;
    font-weight: bold;
}
.section3 .block1 .img3_01 {
    width: 100%;
    height: 360px;
    margin-bottom: 32px;
    object-fit: cover;
}
.section3 .block1 .text {
    width: 403px;
    margin-left: 136px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding-top: 22px;
}
.section3 .block1 p span {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 60px;
    font-weight: bold;
}
.section3 .block1 .img3_02 {
    width: 350px;
    height: 450px;
    object-fit: cover;
    display: inline-block;
    position: absolute;
    right: 0px;
}
.section3 .block1 .blockDesktop {
    display: block;
}
.section3 .block1 .blockMobileTablette {
    display: none;
}
.section4 {
    max-width: 1190px;
    min-width: 978px;
    margin: auto;
    font-family: "Poppins", Helvetica;
    margin-bottom: 64px;
    padding: 0 16px;
}
.section4 .titre {
    font-size: 60px;
    line-height: 78px;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
    font-weight: bold
}
.section4 .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section4 .content .text {
    width: 44%;
    font-size: 16px;
    line-height: 30px;
    padding-top: 48px;
}
.section4 .content .text span {
    font-weight: bold;
}
.section4 .content .text .sousTitre {
    font-size: 20px;
    line-height: 24px;
}
.section4 .content img {
    width: 587px;
    height: 564px;
    object-fit: contain;
    margin-left: 32px;
}
.section4 .content .mapSection4 {
    display: block;
}
.section4 .content .mapSection4Mobile {
    display: none;
}
.section5 {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    font-family: "Poppins", Helvetica;
    margin-bottom: 140px;
}
.section5 .titre {
    font-size: 60px;
    text-align: center;
    margin-bottom: 86px;
    font-weight: bold;
}
.section5 .content1 {
    min-height: 400px;
    height: auto;
    display: flex;
    justify-content: flex-end;
}
.section5 .content1 .img1 {
    width: 218px;
    height: 224px;
    object-fit: cover;
}
.section5 .content1 .text {
    width: 546px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-right: 84px;
    margin-left: 64px;
}
.section5 .content1 .text span {
    font-weight: bold;
}
.section5 .content1 .img2 {
    width: 28%;
    height: auto;
    position: relative;
    right: 0;
    object-fit: cover;
}
.section5 .content2 {
    display: flex;
}
.section5 .content2 .blockA {
    position: relative;
    width: 72%;
}
.section5 .content2 .blockA img:first-child {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.section5 .content2 .blockA img:nth-child(2) {
    position: absolute;
    top: 76px;
    right: 10%;
}
.section5 .content2 .blockB {
    margin: auto;
}
.section5 .content2 .blockB .text {
    width: 252px;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 32px;
    font-weight: bold;
}
.section5 .content2 .blockB .button {
    width: 188px;
    height: 44px;
    color: #FFFFFF;
    background: #111111;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    border-radius: 8px;
}
.section5 .titre {
    font-size: 40px;
    margin-bottom: 70px;
}
.section5 .content1 {
    min-height: 400px;
    height: auto;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}
.section5 .content1 .img1 {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 72px;
}
.section5 .content1 .text .brDesktop {
    display: block;
}
.section5 .content1 .text {
    width: 50%;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-right: 72px;
    margin-left: unset;
    padding-top: 4px;
    padding-bottom: 44px;
}
.section5 .content1 .img2 {
    width: 38%;
    height: auto;
    position: relative;
    right: 0;
    object-fit: cover;
}
.section5 .content2 .blockA {
    position: relative;
    width: 62%;
}
.section5 .content2 .blockA img:nth-child(2) {
    right: unset;
    left: 32px;
}
.section56 {
    max-width: 1024px;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 140px;
    font-family: "Poppins", Helvetica;
}
.section56 .block {
    position: relative;
    margin: auto;
    max-width: 1024px;
    width: 100%;
}
.section56 .picto {
    position: relative;
    top: 45px;
    z-index: 10;
}
.section56 .block .swiper-containerd {
    width: calc(100% - 150px);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.section56 .block .flechedroite {
    position: relative;
    z-index: 2;
    right: 35px;
    transform: rotate(180deg);
    cursor: pointer;
}
.section56 .block .flechegauche {
    position: relative;
    z-index: 2;
    left: 35px;
    cursor: pointer;
}
.section56 .block .swiper-containerd .content {
    background: #F9F7F6;
    width: 100%;
    min-height: 277px;
    margin: auto;
    padding-left: 0;
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 32px;
    border-radius: 24px;
}
.section56 .block .swiper-containerd .swiper-slide {
    display: none;
}
.section56 .block .swiper-containerd .swiper-slide-active {
    display: block!important;
}
.section56 .block .swiper-containerd .content .titre {
    font-size: 60px;
    line-height: 78px;
    margin-bottom: 50px;
}
.section56 .block .swiper-containerd .content .text {
    font-size: 24px;
    line-height: 33px;
    width: 94%;
    padding: 0 16px;
    margin: auto;
    margin-bottom: 32px;
}
.section56 .mob {display: none;}
.section56 .desk {display: block;}
.section56 .bflex {
    display: flex;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .section5, .section56 {
        margin-bottom: 120px;
    }
    .section56 .bflex {
        align-items: start;
    }
    .section56 .mob {display: block;}
    .section56 .desk {display: none;}
    .section56 .block .flechedroite {
        right: 20px;
        top: -5px;
    }
    .section56 .block .flechegauche {
        left: 20px;
        top: -5px;
    }
    .section56 .block .swiper-containerd .content {
        border-radius: 0;
    }
    .section56 .block .swiper-containerd .content .titre {
        font-size: 32px;
        line-height: 38px;
    }
    .section56 .block .swiper-containerd .content .text {
        font-size: 16px;
        line-height: 24px;
    }
    .section56 .block .swiper-containerd {
        width: 100%;
    }
}

.section6 {
    max-width: 1190px;
    min-width: 978px;
    max-width: 1190px;
    height: auto;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    font-family: "Poppins", Helvetica;
}
.section6 .titre {
    width: 100%;
    font-size: 60px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 102px;
    font-weight: bold;
}
.section6 .blockGauche {
    width: 50%;
    height: 546px;
    display: inline-block;
    background: #FBC300;
}
.section6 .blockGauche .sousTitre {
    width: 330px;
    font-size: 40px;
    line-height: 50px;
    margin: auto;
    margin-bottom: 120px;
    margin-top: 106px;
    font-weight: bold;
}
.section6 .blockGauche .content1 {
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 26px;
}
.section6 .blockGauche .content2 {
    line-height: 34px;
    font-size: 26px;
}
.section6 .blockGauche .content2 a {
    text-decoration: none;
    color: #111111;
}
.section6 .blockGauche .content2 span {
    font-weight: bold;
    font-size: 26px;
}

.section6 .blockDroit {
    width: 50%;
    height: 546px;
    display: inline-block;
    background: #F9F7F6;
}
.section6 .blockDroit .sousTitre {
    width: 246px;
    font-size: 40px;
    line-height: 50px;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 106px;
    font-weight: bold;
}
.section6 .blockDroit .content1 {
    margin-bottom: 40px;
    line-height: 36px;
    font-size: 26px;
}
.section6 .blockDroit .button {
    width: 188px;
    height: 44px;
    border-radius: 8px;
    color: #FFFFFF;
    background: #111111;
    line-height: 44px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
}
.section6 .blockMobile {
    display: none;
}
.section7 {
    max-width: 1190px;
    min-width: 978px;
    height: 890px;
    max-width: 1190px;
    height: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 120px;
    border: 1px solid #111111;
    font-family: "Poppins", Helvetica;
}
.section7 .titre {
    width: 100%;
    font-size: 40px;
    margin-top: 84px;
    margin-bottom: 62px;
    font-weight: bold;
}
.section7 form {
    width: 88%;
    margin: auto;
}
.section7 form .blockInput {
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}
.section7 form div .left {
    margin-right: 0;
}
.section7 form div input, .section7 form div select {
    width: 48%;
    height: 62px;
    border: 1px solid #111111;
    border-radius: 8px;
    padding-left: 12px;
    font-family: "Poppins", Helvetica;
}
.section7 form div input::placeholder, .section7 form div select {
    color: #9ea1ab;
    font-family: "Poppins", Helvetica;
    font-size: 13px;
}
.section7 form textarea::placeholder {
    color: #9ea1ab;
    font-family: "Poppins", Helvetica;
    font-size: 13px;
}
.section7 form textarea {
    font-family: "Poppins", Helvetica;
    width: 100%;
    height: 182px;
    padding-left: 12px;
    padding-top: 24px;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 48px;
    border: 1px solid #111111;
    border-radius: 8px;
}
.section7 .rgpd {
    height: 80px;
    overflow-y: auto;
    border-width: 1px;
    border: 1px solid #111111;
}
.section7 .rgpdtxt {
    font-family: "Poppins", Helvetica;
    line-height: 16px;
    font-size: 13px;
    padding: 10px;
}
.section7 form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.25em;	
    background-image: url(../img/icon_select.svg);
    background-repeat: no-repeat;
    background-position: 94% 26px;
}
.section7 form .erreur {
    color: red;
    margin-bottom: 12px;
}
.section7 form button {
    width: 188px;
    height: 44px;
    text-align: center;
    color: #FFFFFF;
    background: #111111;
    line-height: 44px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.text a, .titre a {
    color: inherit;
    text-decoration: underline!important;
}

/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:640px) and (max-width:1024px) {
    /* ANCRE HEADER ------- */
#services {
    position: relative;
    top: -120px;
}
#nous {
    position: relative;
    top: -120px;
}
#applications {
    position: relative;
    top: -120px;
}
#contact {
    position: relative;
    top: -60px;
}
/* Exposant "®" de Eladis */
.section2 .exposantR {
    font-size: 18px;
    position: relative;
    top: 0px;
}
.section4 .exposantR {
    font-size: 20px;
    position: relative;
    top: 0px;
}
.section6 .exposantR {
    font-size: 28px;
    position: relative;
    top: 0px;
}
    .section1 {
        margin-bottom: 68px;
        margin-top: 80px;
    }
    .section1 .imageFond {
        width: 100%;
        height: 648px;
        min-height: 644px;
        object-fit: cover;
    }
    .section1 .block {
        top: -647px;
    }
    .section1 .content {    
        top: 66px;
    }
    .section1 .content .titre {
        width: 74%;
        top: 68px;
        left: 41px;
    }
    .section1 .content .text {
        width: 64%;
        top: 230px;
        left: 41px;
        line-height: 20px;
    }
    .section1 .content .button {
        width: 190px;
        height: 44px;
        top: 310px;
        left: 41px;
        line-height: 42px;
    }
    
     /* ------    Swipper Section 2      ------- */
    .section2 {
        max-width: 640px;
        margin: auto;
        margin-bottom: 48px;
        min-width: unset;
        padding: 0;
     }
    .section2 .titre {
        font-size: 40px;
        margin-bottom: 44px;
    }
    .section2 .content {
        height: 360px;
    }
    .section2 .content div {
        margin-left: 20px;
        position: relative;
    }
    .section2 .content div .button {
        position: absolute;
        top: 276px;
    }
    .section2 .blockDesktop .menu div {
        position: relative;
    }
    .section2 .menu p {
        text-align: center;
        width: 100%;
        margin-top: unset;
        line-height: 14px;
        position: absolute;
        bottom: 26px;
    }
    .section2 .blockDesktop .menu div img:first-child {
        display: none;
    }
    .section2 .blockDesktop .menu div img:nth-child(2) {
        display: block;
    }
    .section3 {
        width: 100%;
        max-width: 640px;
        margin: auto;
        min-width: unset;
        margin-bottom: 72px;
    }
    .section3 .block1 .titre {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .section3 .block1 .blockDesktop {
        display: none;
    }
    .section3 .block1 .blockMobileTablette {
        display: block;
        width: 100%;
        margin: auto;
    }
    .section3 .block1 .blockMobileTablette div img {
        width: 100%;
        height: 286px;
        position: relative;
        right: unset;
    }
    .section3 .block1 {
        width: 100%;
    }
    .section3 .block1 .titre {
        font-size: 28px;
    }
    .section3 .block1 .blockMobileTablette .blockSwiper {
        width: 100%;
        height: 286px;
        overflow: hidden;
    }
    .section3 .block1 .blockMobileTablette .blockSwiper .swiper-containerb {
        width: 100% !important;
        position: relative;
        right: 38px;
    }
    .section3 .block1 .blockMobileTablette .blockSwiper .swiper-slide {
        margin-right: 10px;
        width: 100% !important;
    }
    .section3 .block1 .blockMobileTablette .blockSwiper .swiper-slideSmall {
        
    }
    .section3 .block1 .text {
        margin: auto;
        padding: 0 16px;
        width: 100%;
        margin-left: auto;
        font-size: 16px;
        line-height: 30px;
        padding-top: 18px;
        display: block;
    }
    .section3 .block1 .img3_01 {
        margin-bottom: 0px;
    }
    .section4 {
        width: 95%;
        max-width: 640px;
        margin: auto;
        min-width: unset;
        margin-bottom: 88px;
    }
    .section4 .content {
        width: 100%;
        display: flex;
        justify-content: unset;
        flex-direction: column-reverse;
    }
    .section4 .content img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-left: unset;
        margin-bottom: 66px;
    }
    .section4 .content .mapSection4 {
        display: none;
    }
    .section4 .content .mapSection4Mobile {
        display: block;
    }
    .section4 .titre {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 61px;
    }
    .section4 .content .text {
        width: 100%;
        padding-top: 0px;
    }
    
    .section5 {
        max-width: 640px;
        margin: auto;
    }
    .section5 .titre {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 38px;
    }
    .section5 .content1 {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .section5 .content1 .img1 {
        width: 140px;
        height: 144px;
        margin: auto;
    }
    .section5 .content1 .text .brDesktop {
        display: none;
    }
    .section5 .content1 .text {
        width: 92%;
        height: auto;
        margin: auto;
        font-size: 16px;
        line-height: 30px;
        margin-right: unset;
        margin-left: unset;
        margin-bottom: 32px;
        padding-bottom: 0px;
        padding-top: 32px;
    }    
    .section5 .content1 .img2 {
        width: 100%;
        height: 295px;
        right: unset;
        object-fit: cover;
    }
    .section5 .content2 {
        flex-direction: column;
    }
    .section5 .content2 .blockA {
        width: 100%;
    }
    .content2 .blockA img:first-child {
        width: 100%;
        height: 261px !important;
    }
    .section5 .content2 .blockA img:nth-child(2) {
        top: 26px;
        right: unset;
        left: 34%;
        width: 190px;
        height: 214px;
    }
    .section5 .content2 .blockB {
        margin-left: auto;
        text-align: center;
        margin-top: 38px;
    }
    .section5 .content2 .blockB .text {
        width: 252px;
        margin: auto;
        margin-bottom: 32Px;
    }
    .section5 .content2 .blockB .button {
        margin: auto;
    }
    .section6 {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
    .section6 .titre {
        width: 68%;
        margin: auto;
        height: auto;
        font-size: 28px;
        margin-bottom: 56px;
        line-height: 39px;
    }
    .section7 {
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        border: none;
        margin-bottom: 88px;
    }
    .section7 .titre {
        width: 48%;
        margin: auto;
        font-size: 28px;
        line-height: 34px;
        margin-top: 72px;
        margin-bottom: 32px;
        font-weight: bold;
    }
    .section7 form .blockInput {
        flex-direction: column;
        margin-bottom: unset;
    }
    .section7 form div input, .section7 form div select {
        width: 100%;
        margin-bottom: 8px;
    }
    .section7 form .blockInput #usrPrenom {
        margin-bottom: 24px;
    }
    .section7 form textarea {
        margin-bottom: 32px;
    }
}


/* -----------------        Mobile        ----------------- */
@media screen and (max-width:640px) {
    
/* ANCRE HEADER ------- */
#services {
    position: relative;
    top: -80px;
}
#nous {
    position: relative;
    top: -80px;
}
#applications {
    position: relative;
    top: -80px;
}
#contact {
    position: relative;
    top: -80px;
}
/* Exposant "®" de Eladis */
.section2 .exposantR {
    font-size: 18px;
    position: relative;
    top: 0px;
}
.section4 .exposantR {
    font-size: 20px;
    position: relative;
    top: 0px;
}
.section6 .exposantR {
    font-size: 28px;
    position: relative;
    top: 0px;
}
    .section1 {
        margin-bottom: 48px;
        margin-top: 60px;
    }
    .section1 .block {
        width: 1190px;
        margin: auto;
        display: block;
        height: 2px;
        position: relative;
        top: -665px;
    }
    .section1 .imageFond {
        height: 566px;
        min-height: 380px;
    }
    .section1 .content {    
        width: 198px;
        height: 223px;
        top: 140px;
    }
    .section1 .content .titre {
        font-size: 24px;
        line-height: 32px;
        top: 56px;
        left: 16px;
        width: 89%;
        font-weight: 600;
    }
    .section1 .content .text {
        display: none;
    }
    .section1 .content .button {
        display: none;
    }
    .section1 .content2 {
        display: block;
        width: 300px;
        margin: auto;
        text-align: center;
        margin-top: 18px;
        line-height: 24px;
    }
    .section1 .content2 .button {
        margin: auto;
        margin-top: 14px;
        width: 190px;
        height: 44px;
        background: #111111;
        border-radius: 8px;
        color: #FFFFFF;
        text-align: center;
        line-height: 42px;
    }
    /* ------    Swipper Section 2      ------- */
    .section2 {
       margin-bottom: 48px;
       min-width: unset;
       padding: 0;
    }
    .section2 .titre {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .section2 .blockDesktop {
       display: none;
    }
    .section2 .blockMobile {
        width: 100%;
        height: auto;
        display: block;
    }
    .section2 .block {
        width: 93.5%;
        height: 384px;
        text-align: left;
        padding: 32px 16px;
        background: #FBC300;
    }
    .section2 .block1 {
        display: block;
    }
    .section2 .blockMobile .swiper-containera {
        width: 100%;
        height: auto;
    }
    .section2 .blockMobile .swiper-containera .flechegauche {
        width: 20px;
        height: 30px;
        object-fit: none;
        position: relative;
        top: 86px;
        left: 16px;
        z-index: 80;
    }
    .section2 .blockMobile .swiper-containera .flechedroite {
        width: 20px;
        height: 30px;
        object-fit: none;
        position: relative;
        top: 86px;
        left: calc(92% - 16px);
        transform: rotate(180deg);
        z-index: 80;
    }
    .section2 .blockMobile .swiper-containera .slide3 {
        margin-bottom: 27px !important;
    }
    .section2 .blockMobile .swiper-containera .slide4 {
        margin-bottom: 24px !important;
    }
    .section2 .blockMobile .swiper-containera .slide5 {
        margin-bottom: 23px !important;
    }
    .section2 .blockMobile .swiper-containera .slide6 {
        margin-bottom: 29px !important;
    }
    .section2 .blockMobile .swiper-containera .slide1 .img2 {
        display: block;
        width: 118px;
        height: 100px;
        padding-top: 12px;
        margin-bottom: 44px;
    }
    .section2 .blockMobile .swiper-containera .slide2 .img2 {
        width: 110px;
        height: 108px;
        padding-top: 12px;
    }
    .section2 .blockMobile .swiper-containera .slide3 .img2 {
        width: 110px;
        height: 113px;
        padding-top: 12px;
    }
    .section2 .blockMobile .swiper-containera .slide4 .img2 {
        width: 67px;
        height: 116px;
        padding-top: 12px;
    }
    .section2 .blockMobile .swiper-containera .slide5 .img2 {
        width: 110px;
        height: 117px;
        padding-top: 12px;
    }
    .section2 .blockMobile .swiper-containera .slide6 .img2 {
        width: 110px;
        height: 111px;
        padding-top: 12px;
    }
    .section2 .blockMobile .swiper-containera .slide {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 32px;
    }
    .section2 .blockMobile .swiper-containera .slide p {
        text-align: center;
        margin-top: 36px;
        font-weight: bold;
        font-size: 24px;
    }
    .section2 .blockMobile .wrapperIcon .swiper-slide img {
        width: 164px;
        height: 164px;
        margin: auto;
        object-fit: cover;
    }
    .section2 .blockMobile .wrapperText {
        width: 100%;
        height: 440px;
        background: #FBC300;
    }
    .section2 .blockMobile .swiper-containera .swiper-slide .slide1 img:nth-child(2) {
        padding-top: 41px;
        width: 110px;
        height: 92px;
        object-fit: contain;
    }
    .section2 .blockMobile .swiper-containera .swiper-slide div img:first-child {
        display: block;
    }
    .section2 .blockMobile .swiper-containera .swiper-slide div img:nth-child(2) {
        display: none;
    }
    .section2 .blockMobile .swiper-containera .titre {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }
    .section2 .blockMobile .swiper-containera .text {
        width: 88%;
        margin-bottom: 60px;
        line-height: 25px;
        font-size: 16px;
    }
    .section2 .blockMobile .swiper-containera .swiper-wrapper {  
        height: auto;
    }
    .section2 .blockMobile .swiper-containera .button {
        margin: auto;
        width: 190px;
        height: 44px;
        background: #111111;
        border-radius: 8px;
        color: #FFFFFF;
        text-align: center;
        line-height: 42px;

    }
    /* ------    Swipper Section 3     ------- */
    .section3 {
        margin-bottom: 74px;
        min-width: unset;
    }
    .section3 .block1 .titre {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .section3 .block1 p span {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 32px;
        display: block;
    }
    .section3 .block1 .blockDesktop {
        display: none;
    }
    .section3 .block1 .blockMobileTablette {
        display: block;
        padding: 0;
    }
    .section3 .block1 .blockMobileTablette div img {
        height: 286px;
        position: relative;
        right: unset;
    }
    .section3 .block1 .img3_02 {
        width: 485px;
    }
    .section3 .block1 {
        width: 100%;
    }
    .section3 .block1 .titre {
        font-size: 28px;
    }
    .section3 .block1 .blockMobileTablette .blockSwiper {
        width: 100%;
        height: 286px;
    }
    .section3 .block1 .blockMobileTablette .blockSwiper .swiper-containerb{
        position: relative;
        right: 30px;
    }
    .section3 .block1 .blockMobileTablette .blockSwiper .swiper-slide {
        margin-right: 10px;
    }
    .section3 .block1 .text {
        width: 86%;
        margin-left: unset;
        margin-right: auto;
        font-size: 16px;
        padding-left: 16px;
        line-height: 30px;
        padding-top: 18px;
        display: block;
    }
    .section3 .block1 .img3_01 {
        margin-bottom: 0px;
    }
    .section4 {
        min-width: unset;    
        margin-bottom: 56px;
    }
    
    .section4 .content {
        width: 100%;
        display: flex;
        justify-content: unset;
        flex-direction: column-reverse;
    }
    .section4 .content img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-left: unset;
        margin-bottom: 66px;
    }
    .section4 .content .mapSection4 {
        display: none;
    }
    .section4 .content .mapSection4Mobile {
        display: block;
    }
    .section4 .titre {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 61px;
    }
    .section4 .content .text {
        width: 100%;
        padding-top: 0px;
    }
    .section4 .content .text .sousTitre {
        font-size: 20px;
        line-height: 30px;
    }
    .section5 .titre {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 38px;
    }
    .section5 .content1 {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .section5 .content1 .img1 {
        width: 140px;
        height: 144px;
        margin: auto;
    }
    .section5 .content1 .text .brDesktop {
        display: none;
    }
    .section5 .content1 .text {
        width: 92%;
        height: auto;
        margin: auto;
        font-size: 16px;
        line-height: 30px;
        margin-right: unset;
        margin-left: unset;
        margin-bottom: 32px;
        padding-bottom: 0px;
        padding-top: 32px;
    }    
    .section5 .content1 .img2 {
        width: 100%;
        height: 295px;
        right: unset;
        object-fit: cover;
    }
    .section5 .content2 {
        flex-direction: column;
    }
    .section5 .content2 .blockA {
        width: 100%;
    }
    .content2 .blockA img:first-child {
        width: 100%;
        height: 261px !important;
    }
    .section5 .content2 .blockA img:nth-child(2) {
        top: 26px;
        right: unset;
        left: 34%;
        width: 190px;
        height: 214px;
    }
    .section5 .content2 .blockB {
        margin-left: auto;
        text-align: center;
        margin-top: 38px;
    }
    .section5 .content2 .blockB .text {
        width: 252px;
        margin: auto;
        margin-bottom: 32Px;
    }
    .section5 .content2 .blockB .button {
        margin: auto;
    }
    .section6 {
        width: 100%;
        height: 700px;
        display: block;
        min-width: unset;
        margin-bottom: 0;
    }
    .section6 .titre {
        width: 68%;
        margin: auto;
        height: auto;
        font-size: 28px;
        margin-bottom: 32px;
        line-height: 34px;
    }
    .section6 .blockGauche {
        display: none;
    }
    .section6 .blockDroit {
        display: none;
    }
    .section6 .blockMobile {
        width: 100%;
        height: 456px;
        display: block;
    }
    .section6 .blockMobile .swiper-containerc {
        width: 100%;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide {
        width: 98.5% !important;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slide {
        width: 100%;
        height: 456px;
        text-align: center;
        background: #FBC300;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slideb { 
        background: #e2e2e2;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slide .sousTitre {
        width: 220px;
        margin: auto;
        padding-top: 76px;
        margin-bottom: 120px;
        font-size: 28px;
        line-height: 34px;
        font-weight: bold;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slide .content1 {
        width: 100%;
        text-align: center;
        font-size: 26px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slide .content2 {
        width: 100%;
        text-align: center;
        font-size: 26px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slide .content2 a {
        text-decoration: none;
        color: #111111;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slide .content2 span {
        font-weight: bold;
    }
    .section6 .blockMobile .swiper-containerc .swiper-slide .slide .button {
        width: 188px;
        height: 44px;
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
        background: #111111;
        border-radius: 8px;
        margin: auto;
        line-height: 44px;
    }
    .section6 .blockMobile .swiper-containerc .swiper-pagination-c {
        position: relative;
        top: 0px;
    }
    .section6 .blockMobile .swiper-containerc .swiper-pagination-bullet {
        position: relative;
        top: 16px;
        background: #737373;
    }
    .section6 .blockMobile .swiper-containerc .swiper-pagination-bullet-active {
        background: #FBC300;
    }

    .section7 {
        width: 100%;
        height: auto;
        border: none;
        margin-bottom: 88px;
        min-width: unset;
    }
    .section7 .titre {
        width: 88%;
        margin: auto;
        font-size: 28px;
        line-height: 34px;
        margin-top: 54px;
        margin-bottom: 32px;
        font-weight: bold;
    }
    .section7 form .blockInput {
        flex-direction: column;
        margin-bottom: unset;
    }
    .section7 form div input, .section7 form div select {
        width: 100%;
        margin-bottom: 8px;
    }
    .section7 form .blockInput #usrPrenom {
        margin-bottom: 24px;
    }
    .section7 form textarea {
        margin-bottom: 32px;
    }
}


/* -----------------        EXTRA Desktop         ----------------- */
@media screen and (min-width:1400px) {
    .section1 .content {
        top: 302px;
    }
    .section1 .block {
        padding-left: 0;
    }
    .section2 {
        max-width: 1190px;
    }
    .section2 .blockDesktop {
        width: 100%;
        margin: auto;
    }
    .section3 {
        max-width: 1920px;
    }
    .section3 .block1 {
        width: 100%;
    }
    .section3 .block1 .blockDesktop {
        display: flex;
        height: 450px;
        justify-content: space-between;
    }
    .section3 .block1 .img3_01 {
        width: 44%;
        height: 450px;
        margin-bottom: 0px;
    }
    .section3 .block1 .img3_02 {
        width: 22%;
        height: 450px;
        object-fit: cover;
        position: relative;
    }
    .section3 .block1 .text {
        width: 400px;
        font-size: 16px;
        line-height: 30px;
        padding-top: 0px;
        margin-left: 0;
        display: block;
    }
    .section4 {
        max-width: 1190px;
        margin-bottom: 164px;
    }
    .section4 .content img {
        width: 587px;
        height: 564px;
        object-fit: contain;
        margin-left: 72px;
    }
    .section5 .content1 .text {
        width: 36%;
    }
    .section5 .content1 .img1 {
        width: 14%;
        margin-right: 60px;
    }
    .section6 {
        margin-bottom: 32px;
    }
}