* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}

ul { 
	padding-left: 0; 
	margin: 0;
}
ul, li { list-style: none; }
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
p{
    color: #73726f;
}
h1, h2, .h2 {
    color: #2e2a20; 
}
h1 {
    color: #2e2a20;
    font-size: 80px;
}
h2, .h2 {
    font-size: 25px;
}
input,
button{
    outline: none;
} 
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
} 
.top-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-head {
    padding: 0 6vw;
    position: relative;
}
.top-head:before{
    position: absolute;
    content: '';
    background: #dbf7ff;
    width: 20vw;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}
.top-head:after {
    position: absolute;
    content: '';
    background-color: #006887;
    width: 15vw;
    clip-path: polygon(0 0, 100% 0, 84.5% 100%, 0% 100%);
    height: 100%;
    top: 0;
    z-index: -1; 
}
.box-tel-top {
    display: flex;
    align-items: center;
    gap: 33px;
}
.tel-top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-tel img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.top-logo .icon-tel img {
    filter: invert(1);
}
.icon-tel {
    background: #0a8b61;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-logo .icon-tel {
    background: #006887;
}
.num-top span {
    color: #7e7c76;
}
.num-top a,
.adresse_ {
    color: #2e2a20;
    font-size: 16px;
    font-weight: 600;
}
a.logo img {
    width: 140px;
    height: 100px;
    object-fit: contain;
    position: relative; 
}
.menu-top {
    background: #ffffff;
    border-top: 1px solid #006887;
}
nav.nav li a {
    color: #000000;
    font-weight: 600;
}
.Mobile nav.nav li a,
.Tablet nav.nav li a {
    color: #ffffff;
}
nav.nav ul {
    display: flex;
    justify-content: center;
}
.nav-menu {
    padding: 1vw;
    text-align: center;
}
.logo-fixed {
    display: none;
}
.menu-top.fixed-header .logo-fixed {
    display: block;
}
.menu-top.fixed-header .menu_ {
    display: flex; 
    align-items: center;
    justify-content: center;
}
.homeSlider {
    position: relative;
}
.bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.bg.fond-slide {
    height: 800px;
    position: relative;
}
.slider_bg img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.slider_bg{ 
    position: relative;
    z-index: -1;
}
.bg.fond-slide:before{
    position: absolute;
    content: '';
    background: linear-gradient(99.87deg, #0a8b61 0%, rgba(244, 237, 228, 0.9) 28.96%, rgba(244, 237, 228, 0) 100.49%);
    width: 100%;
    height: 100%;
}
.bg.bg-slide{
    width: 745px !important;
    height: 485px;
}
.caption {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 30%;
    z-index: 1;
}
.titre_ {
    width: 500px;
}
.slider.slick-initialized.slick-slider {
    width: 600px;
    position: relative;
    z-index: 1;
} 
.img-head {
    position: absolute;
    top: 14%;
    right: 6vw;
}
.societe-nom {
    color: #006887;
    text-transform: uppercase;
    background: #fff;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    width: 45%;
    margin-bottom: 40px;
}
.Mobile .societe-nom {
    width: 100%;
} 
.bg.bg-slide { 
    background-size: contain;
    background-position: 83% center;
    object-fit: cover; 
    position: relative;
    z-index: 9;
}
.head-h1 h1 {
    line-height: 65px;
    font-size: 55px;
}
.head-h1 {
    padding: 40px 0 0;
    text-align: center;
}
.btn-real {
    background: #006887;
    color: #fff;
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: .4s;
    cursor: pointer;
    border: none;
}
.btn-real:before{
    position: absolute;
    content: '';
    background: #2e2a20;
    width: 0px;
    height: 0px;
    border-radius: 50px;
    left: -15px;
    bottom: 0;
    transition: .4s;
}
.btn-real:hover:before{
    width: 190px;
    height: 100%;
    transition: .4s;
}
.btn_ span {
    position: relative;
}
.btn-real.btn-cont{
    color: #006887;
    border: 2px solid #006887;
    background: transparent;
    position: relative;
}
.btn-real.btn-cont:before{
    background: #006887;
}
.btn-real.btn-cont:hover{
    color: #fff;
}
.btn_ {
    display: flex;
    gap: 20px;
}
.hover-slid{ 
    height: 500px;
    width: 500px;
    border-radius: 50%;
    background-color: #006887;
    position: absolute;
    bottom: 40%;
    transform: translateY(50%);
    right: 15px;
    z-index: -1;
    transition: transform 1000ms ease, opacity 1000ms ease;
}
.hover-slid:before {
    content: "";
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: multiply;
    background-image: url(../images/img/hero.webp)
}
.hover-slid:after{
    position: absolute;
    content: '';
     height: 520px;
    width: 520px;
    border-radius: 50%; 
    border: 2px solid #006887;
    right: -15px;
    bottom: -15px;
}
.categorie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 0 60px;
    border-bottom: 1px solid #E4DACC;
}
a.services-item {
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    left: 15px;
}
.Desktop .text-cat,
.Tablet .text-cat {
    padding-right: 2rem;
}
.bg.box-cat {
    height: 100px;
    padding: 15px;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    z-index: 1;
}
.bg.box-cat:before {
    position: absolute;
    content: '';
    background: #0a8b61;
    width: 100%;
    height: 100%;
    opacity: .8;
    top: 0;
    left: 0;
    border-radius: 50px;
    z-index: -1;
    transition: .5s;
}
.icon-cat {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.icon-cat:before {
    position: absolute;
    content: '';
    background: #dddddd;
    width: 0%;
    height: 0%;
    top: 0;
    border-radius: 50px;
    z-index: 0;
    transition: .5s;
}
.bg.box-cat:hover .icon-cat:before{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.bg.box-cat:hover:before{
    background: #006887;
    opacity: .8;
}
.icon-cat img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: relative;
}
.text-cat span {
    color: #fff;
    font-size: 19px;
}
.bg.box-cat:hover .text-cat span{
    color: #fff;
}
.box-sect1 {
    display: flex;
    align-items: center;
    gap: 60px;
}
.text-sect1,
.img1 {
    width: 50%;
}
.img1 img {
    width: 100%;
    height: 100%;
    border-radius: 100px 20px;
    object-position: left bottom;
    object-fit: cover;
}
.section-1 {
    padding: 120px 0;
    position: relative;
}
.section-1:before, .section-1:after {
    position: absolute;
    content: '';
    background-size: cover;
}
.section-1:before {
    background-image: url(../images/img/about-1.png);
    width: 200px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.section-1:after {
    background-image: url(../images/img/about.png);
    width: 150px;
    height: 150px;
    right: 45px;
    bottom: 85px;
    transform: rotate(360deg);
    animation: rotation 5s infinite;
}
@keyframes rotation{
   0%{ 
    transform: rotate(360deg);
    } 
   100%{
    transform: rotate(0);
   }
} 
span.span {
    color: #006887;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    left: 30px;
}
span.span:before{
    position: absolute;
    content: '';
    background: url(../images/img/icon.webp);
    width: 20px;
    height: 20px;
    background-size: cover;
    left: -30px;
}
.text-sect1 h2,
.text-sect3 h2,
.text-sect4 h2,
.text-sect-6 h2 {
    padding: 20px 0;
    font-size: 30px;
    line-height: 1.3;
}
.check div {
    color: #2e2a20;
    font-size: 16px;
    position: relative;
    left: 30px;
    font-weight: 600;
    margin: 7px 0;
}
.check div:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/check.png);
    width: 14px;
    height: 10px;
    background-size: cover;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.box-check {
    display: flex;
    gap: 20px;
    padding: 40px 0 0;
    align-items: center;
}
.bg.img-check {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
    height: 130px;
}
.bg.img-check:before{
    position: absolute;
    content: '';
    background: #2e2a20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    border-radius: 30px;
}
.bg.img-check span {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 600;
}
.bg.section-2{
    position: relative;
}
.bg.section-2:before{
    position: absolute;
    content: '';
    background: #2e2a20;
    width: 100%;
    height: 100%;
    opacity: .8;
    top: 0;
    left: 0;
}
.text1,
.text2 {
    position: relative;
}
.menu-top.fixed-header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    /*background: #2e2a20;*/
    z-index: 99;
}
.text-sect2 h2{
    padding: 20px 0;
    color: #fff;
}
.text-sect2 p{
    color: #fff;
    padding: 0 0 20px;
}
.text-1-2 { 
    position: relative;
}
.bg.section-2 {
    position: relative;
    padding: 120px 0;
}
.box-sect3 {
    display: flex;
    gap: 60px;
}
.img-sect3 {
    display: flex;
}
.img-3-1.img3-3 {
    position: absolute;
    margin-top: 228px;
    margin-left: 260px;
    display: none;
} 
.img-3-1 img {
    width: 420px;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
    object-position: left bottom;
    display: block;
}
.img-3-1.img3-3 img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    border: 10px solid #cacaca;
    object-position: left bottom;
}
.text-sect3,
.img-sect3 {
    width: 50%;
}
.section-3 {
    padding: 120px 0;
}
.img-sect3{
    position: relative;
}
.img-sect3:before,
.img-sect3:after{
    position: absolute;
    content: '';
}
.img-sect3:before{  
    width: 88px;
    height: 163px;
    background: #006887;
    border-radius: 15px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1; 
    margin-left: 385px;
    animation: before infinite 5s;
    margin-top: 35px;
}
@keyframes before {
    0% { top: -10px; }
    25% { top: 0; }
    50% { top: 5px; }
    75% { top: 0px; }
    100% { top: -5px; }
}
.img-sect3:after{  
    width: 200px;
    height: 200px;
    background: #006887;
    border-radius: 50%; 
    z-index: -1; 
    margin-left: 115px;
    animation: after infinite 5s;
    margin-bottom: -55px;
}
@keyframes after {
    0% { bottom: -10px; }
    25% { bottom: 0; }
    50% { bottom: 5px; }
    75% { bottom: 0px; }
    100% { bottom: -5px; }
} 
 
.emblem { 
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-weight: 600;
    color: #fff;
    animation: spinZ 20s linear infinite;
    text-align: center;
    margin-top: 153px;
    margin-left: -232px;
}
.emblem span {
        position: absolute;
        display: inline-block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-transform: uppercase;
        font-size: 16px;
        transition: all .5s cubic-bezier(0,0,0,1);
    }

    @keyframes spinZ {
        0% {
            transform: rotateZ(360deg);
        }
        100% {
            transform: rotateZ(0deg);
        }
    }

.experience {
    border-radius: 100px;
    background-color: #006887;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 270px; 
    margin-left: 40px;
    transform: rotate(-180deg);
    position: absolute;
    writing-mode: vertical-rl;
    top: 380px;
}
.chiffre span {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color:  #2E2A20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 113px;
    background: #FFFFFF;
    border-radius: 100px;
    margin: 0;
    text-shadow: 0 0 0.1px currentColor;
}
.exp span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}
.logo-decennenal img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}
.logo-decennenal {
    position: absolute;
    left: 210px;
    top: 177px;
}
span.span.span-clair:before{
    background-image: url(../images/img/icon.webp);
    width: 20px;
    height: 20px;
}
span.span.span-clair {
    color: #0a8b61;
}
.Contact_rappel {
    max-width: 720px;
    width: 100%;
    border: 1px solid rgba(var(--wallox-white-rgb, 255, 255, 255), 0.1);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 30px;
    gap: 60px;
}
input.btn-devis-gratuit{
    cursor: pointer;
}
.Contact_rappel input.input-form {
    padding: 20px;
    border-radius: 100px;
    width: 330px;
    border: none;
}
.btn-real.btn-rappel { 
    position: absolute; 
    margin-top: 3px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    text-transform: uppercase;
}
.Contact_rappel strong {
    font-size: 16px;
    color: #fff;
}
.rappel {
    padding: 40px 0 0;
}
.Contact_rappel strong span {
    color: #0a8b61;
}
form#rappel_immediat {
    position: relative;
    left: 17px;
    display: flex;
}
.bg.section-4{
    position: relative;
    padding: 120px 0 208px
}
.bg.section-7{
    position: relative;
    padding: 120px 0;
}
.bg.section-4:before,
.bg.section-7:before,
.box-cage-contact:before{
    position: absolute;
    content: '';
    background: #dbf7ff;
    width: 100%;
    height: 100%;
    opacity: .9;
    top: 0;
    left: 0;
} 
.bg.section-7:before,
.box-cage-contact:before{
    opacity: .8;
}
.box4-img {
    display: flex;
    gap: 30px;
    padding: 60px;
    background: var(--wallox-white, #fff);
    border-radius: 0px 1000px 1000px 0px;
    position: absolute;
    width: 50%;
    left: 0;
    z-index: 9;
}
.box-vide-sect4 {
    display: flex;
    gap: 50px;
    position: relative;
    top: 0;
}
.box-vide-sect4 > div, .text-sect4 {
    width: 50%;
}
.img4 img {
    width: 20vw;
    height: 20vw; 
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.tel_ em {
    font-weight: 600;
    padding: 0 10px;
}
.bg.section-5{
    position: relative;
    padding: 120px 0 200px;
}
.bg.section-5:before{
    position: absolute;
    content: '';
    background: #2e2a20;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
}
.box-sect-5 {
    position: relative;
    display: flex;
    gap: 60px;
    align-items: center;
}
.text-blox-5 h2 { 
    line-height: 30px;
    padding: 0 0 20px;
}
.cage-devis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.cage-devis input.input-form,
.bg.Devigratuit textarea.input-form {
    padding: 20px;
    border-radius: 10px;
    border: none;
    font-family: inherit;
}
.text-sect-5.slick-initialized.slick-slider,
.Devigratuit {
    width: 50%; 
}
.text-sect-5.slick-initialized.slick-slider{ 
    position: relative;
    top: 150px;
}
.bg.Devigratuit {
    border-radius: 20px;
    padding: 60px;
    position: relative; 
}
.bg.Devigratuit:before{
    position: absolute;
    content: '';
    background: #006887;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 0;
    opacity: .9;
}
form#Devis_form {
    position: relative;
}
.bg.Devigratuit textarea.input-form {
    height: 110px;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
}
.devis-titre.text-center span.span {
    color: #fff;
}
span.span.span-devis:before{
    background-image: url(../images/img/span-devis.png);
    width: 20px;
    height: 20px;
}
.devis-titre.text-center p {
    color: #fff;
    font-size: 27px;
    padding: 30px 0;
}
input.btn-real.btn-devis {
    background: #2e2a20;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background: #006887;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}
button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 15px;
    background-size: cover;
}
button.slick-prev.slick-arrow:before{
    background-image: url(../images/img/prev.png);
}
button.slick-next.slick-arrow:before{
    background-image: url(../images/img/next.png);
}
.text-blox-5 {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-right: 20px;
    overflow: hidden;
    height: 100%; 
}
button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 40%;
}
button.slick-next.slick-arrow {
    position: relative;
    left: 53%;
}
button.slick-prev.slick-arrow:after,
button.slick-next.slick-arrow:after{
    position: absolute;
    content: '';
    width: 180px;
    height: 1px;
    background-color: rgba(var(--wallox-border-color-rgb, 228, 218, 204), 0.3);
}
button.slick-prev.slick-arrow:after{
    left: -196px;
}
button.slick-next.slick-arrow:after{
    right: -196px;
}
.titre-text-5 {
    position: absolute;
    left: 618px;
    top: 0;
}
.titre-text-5 p {
    font-size: 37px;
    color: #fff;
    line-height: 45px;
    font-weight: 800;
    padding: 20px 0 0;
}
.botsy {
    width: 100%;
}
.img-sect-6 img {
    width: 470px;
    height: 500px;
    border-radius: 20px;
    position: relative;
    object-fit: cover;
    object-position: left bottom;
}
.box-sect6 {
    display: flex;
    gap: 60px;
    align-items: center;
}
.text-sect-6,
.img-sect-6 {
    width: 50%;
}
.section-6 {
    padding: 120px 0;
    position: relative;
}
.section-6:before{
    position: absolute;
    content: '';
    background-image: url(../images/img/asterisk.png);
    width: 150px;
    height: 150px;
    background-size: cover;
    right: 0;
}
.section-6:after{
    position: absolute;
    content: '';
    background-image: url(../images/img/arrow.png);
    width: 90px;
    height: 80px;
    background-size: cover;
    left: 0;
    bottom: 75px;
}
.img-sect-6{
    position: relative;
}
.img-sect-6:before {
    position: absolute;
    content: '';
    background: #006887;
    width: 470px;
    height: 500px;
    border-radius: 20px;
    left: -20px;
    top: -20px;
}
.box-sect-7 {
    position: relative;
}
.box-sect-7 {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 60px;
}
.box-text-8 h2 {
    padding: 20px 0;
}
.box-text-8 {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 50%;
}
.box-text-8 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    object-position: left bottom;
    display: block;
}
.devis-last-block{
    padding: 120px 0;
}
b.Titre.h2 {
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 0 0 30px;
    font-weight: 900;
    color: #2e2a20;
}
ul.Liens { 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
ul.Liens li a {
    color: #000000;
    font-size: 16px;
    position: relative;
    left: 30px;
}
ul.Liens li a:hover{
    color: #2e2a20;
}
ul.Liens li a:before{
    position: absolute;
    content: '';
    background-image: url(../images/img/icon.webp);
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}
ul.Liens li {
    margin: 10px;
}
footer#footer{
    position: relative;
    padding: 120px 0 0;
}
footer#footer:before{
    position: absolute;
    content: '';
    background: #2e2a20;
    width: 100%;
    height: 100%;
    opacity: .9;
    top: 0;
    left: 0;
}
.box-footer{
    position: relative;
}
.contact-footer .box-tel-top {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}
.footer-logo p,
.lien-footer li a,
.contact-footer .num-top a, 
.contact-footer .adresse_,
.contact-footer .tel_ em,
.copyright span,
.copyright a {
    color: #bbb6b6;
    font-size: 16px;
}
.box-footer .h2,
.contact-footer .num-top span {
    color: #fff; 
} 
.box-footer .h2 { 
    font-size: 18px;
    position: relative;
    padding: 0 0 15px;
} 
.box-footer .h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, rgb(228, 218, 204) 0%, rgba(228, 218, 204, 0) 100%);
}
.box-footer {
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 60px;
    border-bottom: 1px dashed #7e7c76;
    padding: 0 0 40px;
}
.footer-logo .logo {
    display: block;
    background: #fff;
    text-align: center;
}
.lien-footer ul li {
    margin: 15px 0;
}
.footer-logo p {
    padding: 20px 0 0;
    line-height: 30px;
}
.lien-footer ul li a{
    position: relative;
    left: 20px;
}
.lien-footer ul li a,
.tel_ a,
.mail_ a,
.adresse_{
    position: relative;
}
.lien-footer ul li a:before,
.tel_ a:before,
.mail_ a:before {
    position: absolute;
    content: '';
    background: #006887;
    width: 0;
    height: 1px;
    bottom: -7px;
    transition: .5s;
}
.fond-box-tel .tel_ a:before{
    bottom: 0;
}
.lien-footer ul li a:hover:before,
.tel_ a:hover:before,
.mail_ a:hover:before {
    width: 100%;
    transition: .5s;
}
.lien-footer ul li a:hover,
.tel_ a:hover,
.mail_ a:hover {
    color: #006887;
}
.lien-footer ul li{
    position: relative;
}
.lien-footer ul li:before{
    position: absolute;
    content: '';
    background-image: url(../images/img/rond.png);
    width: 6px;
    height: 6px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: .5s;
}
.lien-footer ul li:hover:before{
    width: 0;
    height: 0;
    transition: .5s;
}
.copyright {
    position: relative;
    text-align: center;
    padding: 40px 0;
    color: #bbb6b6;
}
.copyright a {
    text-decoration: underline;
} 
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album,
.page-mention h2 {
    width: 100%;
    font-size: 35px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
}
.container-box .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.box-contact .num-top span {
    color: #2e2a20;
    font-weight: 600;
}
.box-contact .num-top a, 
.box-contact .adresse_,
.box-contact .tel_ em {
    color: #000;
}
.fond-box-tel .icon-tel {
    background: #fff;
}
.fond-box-tel {
    background: #0a8b61;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
}
.box-contact .box-tel-top {
    flex-direction: column;
    align-items: flex-start; 
    gap: 20px;
} 
.cage-contact h1 {
    font-size: 35px;
    padding: 0 0 15px;
}
.cage-contact form#FormDevis {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.box-contact,
.block-contact {
    display: flex;
    gap: 40px;
    position: relative;
    align-items: center;
}
.cage-contact input.form-input,
.cage-contact textarea.form-input {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: none;
    font-family: inherit;
}
.cage-contact textarea.form-input{
    height: 120px;
}
.fond-box-tel .tel_ {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fond-box-tel .tel_ em{
    display: none;
}
.box-cage-contact{
    position: relative;
    padding: 40px;
    width: 70%;
    border-radius: 20px;
}
.box-cage-contact:before{
    border-radius: 20px;
}
.cage-contact {
    width: 100%;
}
.img-contact img {
    width: 100%;
    height: 525px;
    object-fit: cover;
    border-radius: 10px;
}
.cage-contact,
.img-contact {
    width: 50%;
}
.tel-contact {
    width: 30%;
}
.tel-contact b,
.cage-contact b {
    color: #2e2a20;
    font-size: 20px;
    padding: 15px 0;
    display: block;
} 
.ContactezNous,
.adr-map {
    padding: 120px 0 0;
}
div#Map {
    background: #ddd;
    width: 100%;
    height: 400px;
}
.page-mention h3 {
    font-size: 20px;
    padding: 20px 0 10px;
}

.Tablet .menu-top.fixed-header,
.Mobile .menu-top.fixed-header{
    display: none;
}
.Mobile nav.nav ul,
.Tablet nav.nav ul { 
  flex-direction: column;
  max-height: 450px;
  overflow-y: scroll;
}
.Mobile .box-tel-top,
.Tablet .box-tel-top{
    display: none;
}
.Mobile .box-logo, 
.Tablet .box-logo {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    gap: 50px;
    height: 100px;
}
.nav-mobile { 
  cursor: pointer;
  background: #2e2a20 url(../images/nav.svg) no-repeat 85% center;
 background-size: auto;
  background-size: 18px;
  height: 50px;
  width: 95px;
  padding-left: 9px;
  line-height: 50px;
  margin-right: 15px;
  color: #fff;
  float: right;
  position: relative;
  z-index: 999;
  text-align: left;
} 
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    display: none;
}
.Mobile ul.nav-list li,
.Tablet ul.nav-list li {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #ffffff4a;
}
.Mobile .top-head:before,
.Tablet .top-head:before,
.Mobile .top-head:after,
.Tablet .top-head:after{
    display: none;
}
.Mobile .top-head,
.Tablet .top-head {
    padding: 0 5vw; 
}
.tel-mob {
    background: #2e2a20;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 100px;
    padding: 10px 0;
}
.tel-mob .tel_ a,
.tel-mob .tel_ em {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
} 
.Mobile .top-fixe-mob,
.Tablet .top-fixe-mob {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
}
.Tablet .img-head,
.Mobile .img-head {
    display: none;
}
.Mobile h1{
    font-size: 35px;
}
.Mobile .head-h1 h1 {
    line-height: 30px;
    font-size: 25px;
    padding: 40px 0 0;
}
.Mobile .titre_ ,
.Tablet .titre_{
    width: 100%;
}
.Mobile .bg.fond-slide,
.Tablet .bg.fond-slide {
    height: 550px; 
}
.Mobile .caption,
.Tablet .caption { 
    top: 60%;
    left: 50%;
    width: 100%;  
    padding: 0 20px;
}
.Tablet .caption{
    padding: 0 40px;
}
.Mobile .btn_ { 
    flex-direction: column;
}
.Mobile .btn-real,
.Tablet .btn-real{
    text-align: center;
}
.Mobile .homeSlider,
.Tablet .homeSlider { 
    top: 40px;
}
.Mobile .menu-top,
.Tablet .menu-top { 
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 143px;
}
.Mobile .logo-head,
.Tablet .logo-head {
    margin-left: 20px;
}
.Mobile .categorie { 
    grid-template-columns: repeat(2, 1fr); 
    padding: 40px 20px 50px;
}
.Mobile a.services-item {
    flex-direction: column;
    text-align: center;
    left: 0;
    position: relative;
}
.Mobile .bg.box-cat {
    height: 188px; 
}
.Mobile .text-cat span { 
    font-size: 14px;
    font-weight: 600;
}
.Mobile .section-1 {
    padding: 50px 20px; 
}
.Mobile .box-sect1,
.Tablet .box-sect1 { 
    gap: 40px;
    flex-direction: column;
}
.Mobile .text-sect1, 
.Mobile .img1 {
    width: 100%;
}
.Mobile .text-sect1 h2, 
.Mobile .text-sect3 h2, 
.Mobile .text-sect4 h2, 
.Mobile .text-sect-6 h2 { 
    font-size: 25px;
    line-height: 30px;
    padding: 15px 0;
}
.Mobile .experience,
.Tablet .experience { 
    top: 96px; 
    min-height: 230px;
    margin-left: 24px;
}
.Tablet .experience{
    top: 115px;
}
.Mobile .exp span,
.Tablet .exp span{
    font-size: 17px;
}
.Mobile .chiffre span,
.Tablet .chiffre span{
    font-size: 23px;
    width: 79px;
    height: 80px;
}
.Mobile .box-check {
    flex-direction: column;
    align-items: flex-start;
}
.Mobile .bg.img-check {
    width: 100%; 
    height: 65px;
}
.Mobile .bg.section-2 { 
    padding: 70px 20px;
}
.Mobile span.span { 
    font-size: 12px; 
    left: 0;
}
.Mobile .Contact_rappel{ 
    display: block;
}
.Mobile .Contact_rappel strong{
    font-size: 20px;
}
.Mobile .Contact_rappel input.input-form{
    width: 100%;
}
.Mobile form#rappel_immediat { 
    left: 0; 
    margin-top: 15px;
}
.Mobile .rappel {
    padding: 20px 0 0;
}
.Mobile .section-3 {
    padding: 70px 20px 90px;
}
.Mobile .text-sect2 p,
.Mobile .text-sect2 h2{
    text-align: left;
}
.Mobile .box-sect3,
.Tablet .box-sect3 { 
    flex-direction: column;
}
.Mobile .text-sect3,
.Tablet .text-sect3, 
.Mobile .img-sect3,
.Tablet .img-sect3 {
    width: 100%;
}
.Mobile .text-sect1 span.span,
.Mobile .text-sect3 span.span,
.Mobile .text-sect4 span.span,
.Mobile .text-sect-6 span.span {
    left: 30px;
}
.Mobile .img-3-1 img {
    width: 100%;
    height: 250px; 
}
.Mobile .img-sect3 { 
    flex-direction: column;
}
.Mobile .emblem {
    margin-top: -217px;
    margin-left: -75px;
    width: 100%;
    height: 166px;
}
.Mobile .logo-decennenal {
    left: 21px;
    top: 61px;
}
.Mobile .img-3-1.img3-3{
    display: none;
}
.Mobile .img-sect3:before,
.Mobile .img-sect3:after{
    display: none;
}
.Mobile .logo-decennenal img {
    width: 130px;
    height: 130px;
}
.Mobile .box-vide-sect4,
.Tablet .box-vide-sect4 { 
    flex-direction: column;
}
.Mobile .box-vide-sect4 > div,
.Tablet .box-vide-sect4 > div, 
.Mobile .text-sect4,
.Tablet .text-sect4 {
    width: 100%;
    margin-top: 230px;
}
.Mobile .bg.section-4 { 
    padding: 60px 20px;
} 
.Mobile .none-mob,
.Tablet .none-mob {
    display: none;
}
.Mobile .box4-img {
    width: 87%;
    padding: 20px;
    gap: 20px;
}
.Mobile .img4 img,
.Tablet .img4 img {
    width: 35vw;
    height: 35vw; 
}
.Mobile .bg.section-5 { 
    padding: 60px 20px 200px;
}
.Mobile .box-sect-5,
.Tablet .box-sect-5{
    flex-direction: column; 
}
.Mobile .text-sect-5.slick-initialized.slick-slider,
.Tablet .text-sect-5.slick-initialized.slick-slider 
.Mobile .Devigratuit,
.Tablet .Devigratuit {
    width: 100%;
}
.Mobile .cage-devis { 
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.Mobile .bg.Devigratuit { 
    padding: 20px; 
}
.Mobile .bg.Devigratuit textarea.input-form{
    margin-top: 10px;
}
.Mobile input.btn-real.btn-devis{
    margin-top: 5px;
}
.Mobile span.span.span-devis,
.Mobile .titre-text-5 span.span.span-clair {
    left: 30px;
}
.Mobile .devis-titre.text-center p { 
    font-size: 22px;
    padding: 18px 0;
}
.Mobile .titre-text-5,
.Tablet .titre-text-5 { 
    left: 0;
    top: 635px;
}
.Mobile .titre-text-5 p {
    font-size: 25px; 
    line-height: 35px; 
}
.Mobile .text-blox-5{
    padding: 20px;
    margin: 2px;
}
.Mobile h2,
.Mobile .h2 {
    font-size: 20px;
}
.Mobile button.slick-prev.slick-arrow { 
    left: 33%;
}
.Mobile .box-sect6 { 
    flex-direction: column-reverse;
    gap: 30px;
}
.Mobile .section-6,
.Mobile .bg.section-7 {
    padding: 60px 20px; 
}
.Mobile .text-sect-6, 
.Mobile .img-sect-6,
.Mobile .img-sect-6 {
    width: 100%;
    position: relative;
    z-index: 9;
}
.Mobile .img-sect-6 img,
.Mobile .img-sect-6:before {
    width: 100%;
    height: 250px; 
}
.Mobile .img-sect-6:before { 
    left: -12px;
    top: -12px;
}
.Mobile .section-6:before{
    display: none;
} 
.Mobile .box-sect-7{
    flex-direction: column;
    gap: 30px;
}
.Mobile .box-text-8 img { 
    height: 150px; 
}
.Mobile .box-text-8 { 
    padding: 20px; 
}
.Mobile ul.Liens { 
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}
.Mobile .devis-last-block{
    padding: 60px 20px;
}
.Mobile footer#footer { 
    padding: 60px 20px 0;
}
.Mobile .box-footer,
.Tablet .box-footer {
    flex-direction: column;
    gap: 30px;
}
.Mobile .footer-logo,
.Tablet .footer-logo ,
.Mobile .lien-footer, 
.Tablet .lien-footer,
.Mobile .contact-footer,
.Tablet .contact-footer {
    width: 100%;
}
.Mobile .footer-logo p,
.Tablet .footer-logo p {
    padding: 0;
    line-height: 25px;
}
.Mobile .contact-footer .box-tel-top,
.Tablet .contact-footer .box-tel-top {
    display: block;
}
.Mobile .contact-footer .box-tel-top .tel-top,
.Tablet .contact-footer .box-tel-top .tel-top {
    margin: 20px 0;
}
.Mobile .copyright a { 
    display: block;
    margin: 15px;
}
.Mobile .nav-menu,
.Tablet .nav-menu { 
    background: #2e2a20;
    position: fixed;
    width: 100%;
}
.Mobile button.slick-next.slick-arrow:after {
    right: -100px;
    width: 90px;
}
button.slick-prev.slick-arrow:after {
    left: -100px;
    width: 90px;
}
.Tablet .head-h1 h1 {
  line-height: 47px;
  font-size: 40px;
  padding: 40px 0 0;
}
.Tablet .bg.fond-slide {
  height: 600px; 
}
.Tablet .categorie { 
  padding: 40px 30px 80px; 
}
.Tablet .text-cat span { 
  font-size: 12px;
  font-weight: 600;
}
.Tablet .section-1 {
  padding: 80px 30px; 
}
.Tablet .text-sect1, 
.Tablet .img1 {
  width: 100%;
}
.Tablet .img1 img{
    height: 350px;
}
.Tablet .text-sect1 h2, 
.Tablet .text-sect3 h2, 
.Tablet .text-sect4 h2, 
.Tablet .text-sect-6 h2 { 
  font-size: 40px; 
}
.Tablet .bg.section-2 { 
  padding: 80px 30px;
} 
.Tablet .section-3{
    padding: 80px 30px 200px;
}
.Tablet .box4-img { 
  padding: 20px; 
  width: 80%; 
}
.Tablet .text-sect4,
.Tablet .box-vide-sect4 > div{
    margin-top: 380px;
}
.Tablet .bg.section-4 { 
  padding: 60px 30px;
}
.Tablet .bg.section-5 {
  padding: 60px 30px 220px;
}
.Tablet .cage-devis { 
  gap: 20px;
}
.Tablet .bg.Devigratuit textarea.input-form { 
  margin-top: 20px; 
}
.Mobile .text-sect-5.slick-initialized.slick-slider,
.Tablet .text-sect-5.slick-initialized.slick-slider,
.Mobile .Devigratuit{
  width: 100%;
}
.Tablet .titre-text-5 { 
  top: 606px;
} 
.Mobile .page-mention h2,
.Tablet .page-mention h2,
.Mobile.realisations b.titre-album,
.Tablet.realisations b.titre-album{
    margin-top: 130px;
    padding: 40px 0 0;
    font-size: 30px;
}
.Mobile ol {
    padding: 0 20px;
}
.Mobile .container-box .row { 
    grid-template-columns: repeat(1, 1fr); 
    padding: 0 20px;
}
.Mobile .box-contact, 
.Mobile .block-contact { 
    flex-direction: column-reverse;
}
.Mobile .tel-contact,
.Tablet .tel-contact {
    width: 100%;
}
.Mobile .box-contact {
    margin-top: 50px;
}
.Tablet .box-contact{
    margin-top: 60px;
}
.Mobile .box-contact .box-tel-top,
.Tablet .box-contact .box-tel-top {
    display: block;
} 
.Tablet .box-cage-contact {
  margin-top: 72px;
}
.Mobile .ContactezNous,
.Tablet .ContactezNous{
    padding: 120px 20px 20px;
}
.Mobile .adr-map,
.Tablet .adr-map {
    padding: 40px 0 0;
}
.Mobile .fond-box-tel,
.Tablet .fond-box-tel { 
    padding: 20px; 
    margin: 15px 0;
}
.Mobile .box-cage-contact,
.Tablet .box-cage-contact { 
    padding: 20px;
    width: 100%; 
}
.Mobile .cage-contact,
.Tablet .cage-contact {
    width: 100%;
}
.Mobile .img-contact,
.Tablet .img-contact{
    display: none;
}
.Mobile .cage-contact h1 {
    font-size: 30px;
}
.Mobile div#Map { 
    height: 250px;
}
.Tablet .section-6 {
  padding: 80px 40px; 
}
.Tablet .box-sect6 { 
  flex-direction: column-reverse;
}
.Tablet .img-sect-6 img {
  width: 100%;
  height: 350px; 
}
.Tablet .img-sect-6::before {
  position: absolute; 
  width: 100%;
  height: 350px; 
  left: -10px;
  top: -10px;
}
.Tablet .text-sect-6{
  width: 100%;
}
.Tablet .bg.section-7 { 
  padding: 80px 20px;
}
.Tablet .box-sect-7 { 
  gap: 20px;
}
.Tablet .devis-last-block,
.Tablet footer#footer {
  padding: 60px 40px;
}
.Tablet ul.Liens { 
  grid-template-columns: repeat(2, 1fr);
}
.Tablet footer#footer { 
  padding: 60px 40px 0;
}
.Tablet .container-box .row { 
  grid-template-columns: repeat(3, 1fr); 
  padding: 40px;
}
.Tablet ol{
    padding: 0 40px;
}
div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}


.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
    left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #006887;
    margin-bottom: 110px;
}
.Mobile .blog_pageIntrouvable h1{
    margin-bottom: 53px;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #2e2a20;
}
.blog_pageIntrouvable a {
    color: #333
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

li.nav-item.active a {
    color: #006887 !important;
}
ul.nav-list li {
    position: relative;
    line-height: 1.3;
    padding: 0 4px;
}
ul.nav-list li:after{
    position: absolute;
    content: '';
    left: 0;
    background: #006887;
    width: 100%;
    height: 0px;
    top: 0;
    transition: .5s;
}

ul.nav-list li:hover:after {
    top: 100%;
    width: 100%;
    height: 2px;
    transition: .5s;
}
ul.nav-list li a:hover{
    color: #006887;
} 
.Desktop .bounce-text {
    font-size: 36px;
    color: #333;
    animation: bounce 2s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-50px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.Tablet ul.Liens li {
  margin: 0;
}
.Tablet .btn-real.btn-rappel{
    width: 20%;
}
.Tablet .img-sect-6{
    width: 100%;
}
.Mobile .tel_ a,
.Tablet .tel_ a {
    background: #006887;
    padding: 10px;
    border-radius: 15px;
}
.pastille {
    text-align: right;
}
.meteaux {
    background: #006887;
    text-align: center;
    padding: 20px 0;
}
.meteaux p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.meteaux span {
    display: block;
    margin-top: 10px;
}
.lien-footer ul {
    column-count: 2;
    gap: 40px;
}
.img-head .Devigratuit {
    width: 100%;
}
.img-head .bg.Devigratuit textarea.input-form {
    margin-top: 15px;
}
.img-head .cage-devis {
    gap: 15px;
}
.img-head .devis-titre {
    margin-bottom: 20px;
}
.text-s {
    margin-bottom: 25px;
}
body:not(.Desktop) .text-s span,
.t-perso {
    background: #0a8b6182;
    display: block;
    color: #000000;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    border-radius: 10px;
} 
.contact-footer {
    margin-top: 40px;
    display: block;
}
a.logo {
    display: block;
}
.Mobile .ContactezNous .tel_ a,
.Tablet .ContactezNous .tel_ a {
    background: #ffffff;
}
.t-perso {
    display: flex;
    align-items: center;
    gap: 20px;
}
.t-perso img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 10px;
}
.logo-perso img {
    width: 200px;
    height: 115px;
    object-fit: contain;
}
.logo-perso {
    text-align: center;
    margin-top: 40px;
}
body:not(.Desktop) .logo-perso { 
    margin-top: 70px;
}