*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} 
:root{
    --base : #06840c
}
/* 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: 'Calibri', sans-serif;
	font-size: 16px; 
    color: #0e0e0e;
}
p {
    color: #5C5C5C;
    line-height: 27px;
    text-align: justify;
}
a{
	text-decoration: none;  
}
ul li{
	list-style: none;
}
input, textarea.form-input{
    outline: none;
    color: #707173;
}
h1 {
    font-size: 40px; 
}
h2 {
    font-size: 30px;
}
h1, h2 {
    padding: 25px 0;
    color: #0B3D2C;
}
h3 {
    padding: 15px 0;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
} 
.homeslider {
    width: 100%;
    object-fit: cover;
    height: 800px;
    background: #ddd;
    background-repeat: no-repeat;
    position: relative;
}
.homeslider:before{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 30%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.homeslider:after{
    position: absolute;
    content: '';
    background-image: url(../images/img/bg-grass.webp);
    width: 100%;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 1;
}
.bg{  
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.slider.bg {
    height: 800px;
}
.reseux {
    background: var(--base);
    padding: 7px 0;
    border-radius: 0 0 25px 0;
    max-width: 400px; 
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.reseux:before { 
    transform: skew(-35deg);
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background-color: var(--base);
    left: -25px;
    top: 0;
    position: absolute;
}
.reseux img {
    width: 15px;
    height: 13px; 
    object-fit: contain;
}
.reseux a {
    padding: 0 20px;
    position: relative;
}
.reseux a:before {
    width: 1px;
    height: 38px;
    background-color: rgba(255, 255, 255, .35);
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
}
.reseux a:nth-child(1):before{
    display: none;
}
.text-perso {
    background: var(--base);
    padding: 7px 40px;
    transform: skew(-35deg);
} 
.text-perso div {
    transform: skew(35deg);
    color: #fff;
    text-align: center;
}
.box-tete {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
} 
a.logo img {
    width: 200px;
    height: 90px;
    background: #fff;
    border-radius: 20px 20px 0px 20px;
    padding: 10px;
}
.menu-top {
    background: #fff;
    border-radius: 0px 20px 20px 20px;
    padding: 29px 50px;
}
ul.col.nav-list {
    display: flex;
    text-align: center;
}
li.nav-item {
    padding: 0 9px;
}
.megaMenu {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
    background: #ffff;
    padding: 20px;
}
.Desktop .nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
ul.nav-submenu {
    background: #fff;
    text-align: left;
}
.logo-menu {
    display: flex;
    gap: 50px;
    margin-top: 20px;
} 
li.nav-item a {
    color: #1B1B1B;
}
li.nav-item a:hover,
li.nav-item.active a{
    color: var(--base);
}
ul.nav-submenu li {
    padding: 10px 0;
}
.caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 150px 0;
}
span.nom {
    background: linear-gradient(90deg, rgb(40, 164, 46) 0%, rgb(0, 60, 3) 100%);
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
}
.titre-head {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding: 40px 0;
}
.Desktop .titre-head:first-line{
    font-size: 70px;
}
.prt-tete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0 80px;
}
a.btn {
    background: #fff;
    color: #0e0e0e;
    padding: 20px 50px;
    font-size: 20px; 
    transition: .3s;
    border-radius: 5px;
} 
a.btn:hover{
    background: linear-gradient(90deg, rgb(40, 164, 46) 0%, rgb(0, 60, 3) 100%);
    transition: .3s;
    color: #fff;
}
a.btn:hover img{
    filter: brightness(0) invert(1);
}
a.btn img {
    width: 22px;
    height: 20px;
    object-fit: contain;
    margin-left: 15px;
} 
.tel-c a,
.tel-c {
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 600;
}
.cage-tel {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
    border-radius: 15px;
    padding: 30px 50px;
    position: relative;
    z-index: 1;
    top: -73px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.tel-c.c-phone {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cage_ {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 25%;
}
.fond-icon,
i.fond-tel {
    background: #e5f4e5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fond-icon img {
    width: 37px;
    height: 32px;
    object-fit: contain;
    margin-left: 26px;
}
a.btn-site {
    background: linear-gradient(90deg, rgb(40, 164, 46) 0%, rgb(0, 60, 3) 100%);
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px; 
}
a.btn-site:hover{
    background: linear-gradient(90deg, rgb(0, 60, 3)  0%, rgb(40, 164, 46) 100%); 
}
a.btn-site img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-left: 15px;
}
.cage_ a.btn-site {
    margin-left: 51px;
}
.sect1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.p-sect1 {
    padding: 80px 0 0;
}
.sect-img1 > img {
    background: #ddd;
    display: block;
    width: 425px;
    height: 100%;
    border-radius: 0px 100px 0px 100px;
    border: 9px solid #FFFFFF;
    box-shadow: 0px 4px 100px 0px rgba(178, 178, 178, 0.45);
    object-fit: cover;
}
.img2 img {
    width: 278px;
    height: 305px;
    display: block;
    background: #ddd;
    border-radius: 0px 100px 0px 100px;
    object-fit: cover;
}
.sect-img1 {
    position: relative;
}
.img2 {
    position: absolute;
    top: 36%;
    left: 45%;
}
.text1 {
    margin-left: 60px;
    position: relative;
}
.check {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
    margin-top: 30px;
}
.check span {
    position: relative;
    left: 30px;
    color: #0b3d2c;
}
.check span:before {
    position: absolute;
    content: '';
    background: url(../images/img/check.png);
    width: 15px;
    height: 10px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}
span.societe {
    background: var(--base);
    padding: 6px 20px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
span.societe:before {
    position: absolute;
    content: '';
    background: #ffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -4px;
    top: -7px;
}
.svg {
    position: absolute;
    left: 28%;
    top: -18px;
}
.check {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
    padding: 25px 15px 25px 30px;
    border-radius: 20px;
    border-width: 0px 0px 0px 6px;
    border-color: #2A7D2E;
    border-style: solid;
}
.experience {
    background: #94d96b;
    border-radius: 40px 0;
    width: 155px;
    height: 155px;
    padding: 20px;
    text-align: center;
    color: #0b3d2c;
    font-size: 21px;
    position: absolute;
    right: 41px;
    bottom: -23px;
}
.experience:before {
    position: absolute;
    content: '';
    width: 49px;
    height: 23px;
    background: #51952a;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
}
.experience span {
    font-size: 50px;
}
a.contenu-btn {
    background: #003c03;
    color: #fff;
    font-weight: 600;
    padding: 15px 45px;
    border-radius: 100px;
    transition: .3s;
} 
a.contenu-btn:hover{
    transition: .3s;
    background: var(--base);
}
.box-cont {
    margin-top: 55px;
    display: flex;
    align-items: center;
}
.blok-tel {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
} 
.tel-blok {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
i.fond-tel.fond-check img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.blok-tel {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-left: 40px;
}
.tel-blok strong {
    color: #0b3d2c;
    font-size: 18px;
}
.tel-blok a {
    color: #5C5C5C;
    font-size: 20px;
    font-weight: 600;
}
section.sect-p {
    padding: 120px 0;
    position: relative;
}
.bg-cat.bg{
    position: relative;
}
.bg-cat.bg:before{
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prt-cat{
    position: relative;
}
.bg-cat.bg {
    position: relative;
    padding: 120px 0;
    height: 500px;
}
.cat-titre {
    text-align: center;
} 
span.st-cat {
    color: #94d96b;
    text-transform: uppercase;
}
.titre-cat {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    width: 60%;
    margin: auto;
    line-height: 60px;
}
.categorie {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-top: 90px;
    text-align: center;
}
.cat-item {
    background: #f4f9f5;
    padding: 60px 15px 50px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 290px;
}
.cat-item:hover .img-fond{
    background: linear-gradient(90deg, rgb(40, 164, 46) 0%, rgb(0, 60, 3) 100%); 
    transition: 3s all;
    position: relative;
    top: -10px;
}
.img-fond {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 25px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: 3s all;
    position: relative;
}
.img-fond:before{
    position: absolute;
    content: ''; 
    width: 100px;
    height: 100px;
    border: 1px dashed var(--base);
    border-radius: 50%;
    display: none;
}
.cat-item:hover .img-fond:before{
    display: block;
}
.icon-cat a {
    color: #0e0e0e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
.img-fond img{
    width: 43px;
    height: 43px;
    object-fit: contain;
} 
.cat-item:hover .img-fond img{
    filter: invert(1);
}
.fond-iconC {
    background: var(--base);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.fond-iconC img{
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.text-sous {
    text-align: center;
    position: absolute;
    bottom: -156px;
    padding: 0 16px 0 8px;
    transition: .3s;
}
.cat-item:hover .text-sous{
    bottom: 0;
    transition: .3s;
}
.cat-item:hover .icon-cat > a{
    display: none;
}
section.sect-text2 {
    margin-top: 530px;
    position: relative;
    padding: 0 0 170px;
}
section.sect-text2:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #ECFBE6 0%, #FFFFFF 50%);
    width: 100%;
    height: 60%;
    top: -78px;
}
.prt-text2 {
    position: relative; 
}
.prt-text2 span.societe {
    width: fit-content;
    display: flex;
    margin: auto;
}
.prt-text2 .svg {
    left: 55.6%;
    top: -12px;
}
.ancre {
    font-size: 40px;
    text-align: center;
    padding: 15px 0;
}
.box-flex {
    padding: 63px 88px 63px 110px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(175, 189, 226, .25);
    background: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
}
.block-t2{
    position: relative;
    margin-top: 40px;
}
.block-t2:before,
.block-t2:after {
    position: absolute;
    content: '';
    width: calc(100% - 64px);
    height: 100%;
    top: 53%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(175, 189, 226, .25); 
    left: 50%;
    transform: translate(-50%, -50%);
}
.block-t2:before { 
    width: calc(100% - 64px); 
    top: 53%; 
    z-index: 1;
}
.block-t2:after { 
    width: calc(100% - 100px); 
    top: 56%; 
}
.img-t2 img {
    width: 330px;
    height: 330px;
    background: #ddd;
    display: block;
    border-radius: 50%;
    border: 5px solid var(--base);
    object-fit: cover;
} 
.btn-contenu.btn-t {
    margin-top: 45px;
}
.text2 .btn-contenu.btn-t a.contenu-btn {
    border-radius: 100px 0 0 100px;
    padding: 15px 70px;
    float: right;
    margin-right: -88px;
}
section.sect-p.sectT .svg {
    top: 9.5%;
    left: 27.3%;
}
section.sect-p.sectT {
    background: #EDFBE6;
    position: relative;
}
section.sect-p.sectT:before{
    position: absolute;
    content: '';
    background: url(../images/img/f-3.webp);
    width: 440px;
    height: 430px;
    background-size: cover;
    top: 0;
    left: 0;
}
.block-t3-4 {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
}
.text_ img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    background: #ddd;
    display: block;
    border-radius: 12px;
}
.fond-T {
    background: #fff;
    padding: 40px;
    border-radius: 0 50px 0 0;
    width: 85%;
    margin-top: -177px;
    position: relative;
}
.btn-contenu.b-T a.contenu-btn {
    padding: 5px 25px;
    text-transform: uppercase;
}
.fond-righ.bg {
    width: 540px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.fond-righ.bg:before{
    position: absolute;
    content: '';
    background: #0B3D2C;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 96%;
}
.block-sect3 {
    display: grid;
    align-items: center;
    position: relative;
    grid-template-columns: 70% 30%;
}
.block-sect3:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/img_4.png);
    width: 600px;
    height: 600px;
    background-size: cover;
    left: 60%;
    transform: translateX(-50%);
    z-index: -1;
    transform: rotate(360deg);
       animation: rotation 10s infinite;
    opacity: 30%;
}
@keyframes rotation{
   0%{ 
    transform: rotate(360deg);
    } 
   100%{
    transform: rotate(0);
   }
} 
.box3-1 { 
    display: flex;
    align-items: center;
}
.boxText-left {
    background: linear-gradient(90deg, rgb(40, 164, 46) 0%, rgb(0, 60, 3) 100%);
    padding: 20px;
    height: 100%;
    position: relative;
}
.h2-sect3 h2,
.h2-sect3 p {
    color: #fff;
}
.img3 img {
    background: #ddd;
    display: block;
    width: 410px;
    height: 550px;
}
.box3-2 {
    margin-left: 40px;
    position: relative;
}
.box3-2 .svg {
    left: 48%;
}
.icon3 > div img {
    width: 50px;
    height: 65px;
    object-fit: contain;
}
.h2-sect3 h2 {
    position: absolute;
    padding: 0 20px 0 0;
    top: 14px;
    left: 98px;
}
.h2-sect3 > p {
    padding-top: 40px;
}
.prt-devis {
    display: grid;
    grid-template-columns: 40% 60%;
}
.box-text7 {
    background: rgba(255, 255, 255, 90%);
    padding: 40px;
    border-radius: 12px;
}
.block-devis.bg {
    padding: 80px;
}
input.form-input,
textarea.form-input {
    border-radius: 100px;
    border: none;
    padding: 20px 25px;
    width: 100%;
}
textarea.form-input {
    border-radius: 20px;
    margin-top: 25px;
    width: 100% !important;
    height: 150px !important;
    min-width: 100%;
    font-family: inherit;
}
input.contenu-btn {
    background: var(--base);
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 100px;
    transition: .3s;
    cursor: pointer;
    margin-top: 25px;
}
input.contenu-btn:hover{
    background: #003c03;
    transition: .3s;
}
.inp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.titre-formulaire {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}
.devis-box.bg {
    padding: 0 0 0 80px;
    display: flex;
    align-items: center;
    position: relative;
}
.devis-box.bg:before{
    position: absolute;
    content: '';
    background: #255E28;
    width: 100%;
    height: 100%;
    opacity: 40%;
    top: 0;
    left: 0;
}
.devis_formulaire{
    position: relative;
    width: 60%;
    padding: 40px 0 40px 0;
}
.text_prest {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.blogPrest2 {
    background: #f3f1f2;
    padding: 40px;
    width: 100%;
}
.icon_blog {
    position: relative;
}
.icon_blog img {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    object-fit: contain;
    left: -12px;
    transition: 1s;
}
.blogPrest2:hover .icon_blog img{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: 1s;
}
.icon_blog:after {
    content: '';
    position: absolute;
    left: -40px;
    top: -14px;
    background: var(--base);
    height: 70px;
    width: 86px;
    z-index: 0;
    border-radius: 0 50px 50px 0;
    border-left: 5px solid #000;
}
section.rappel {
    padding: 120px 0 0;
}
.block_rappel {
    background: #003c03;
    padding: 50px 150px;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    border-bottom: 5px solid #fff;
    border-radius: 12px;
}
.block_rappel:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/sv-svg12.svg);
    width: 184px;
    height: 189px;
    background-size: cover;
    left: 0;
    opacity: 20%;
    top: 0;
}
.titre-R {
    color: #fff;
    font-size: 40px;
    position: relative;
}
.box-rappel input.contenu-btn:hover{ 
    background: #014d07;
}
.box-rappel input.contenu-btn {
    margin-top: 15px;
    width: 100%;
}
.footer {
    background: #003c03;
}
.block-foot {
    padding: 80px 0 40px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    border-bottom: 1px solid #fff;
}
.t-foot {
    color: #fff;
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}
.t-foot:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    height: 4px;
    width: 50px;
    background-color: #fff;
}
ul.services-footer a,
.num-top a,
.num-top {
    color: #fff;
    margin: 15px 0;
}
.icon-tel {
    background: #181818;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
}
.tel-top img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.tel-top {
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.services-footer li {
    margin: 15px 0;
}
.num-top.num-col {
    display: flex;
    flex-direction: column;
}
.copyring {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bloc-copyright,
.box-mention a,
.box-mention {
    color: #fff;
}
.box-mention {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prt-s2 {
    display: grid; 
    grid-template-columns: 1fr 1fr;
}
.imgP-s2 img {
    width: 100%;
    height: 100%;
    background: #ddd;
    display: block;
}
.text-s2 {
    padding: 40px 80px 80px;
} 
.imgP-s2:nth-child(1) {
    margin-right: 80px;
}
.imgP-s2:nth-child(2){
    margin-left: 80px;
}
.titre-p h1 {
    font-size: 35px;
}
.block-fig2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
}
section.bg.figure-2.bg {
    padding: 120px 0;
}
.fig2-right img {
    width: 550px;
    height: 550px;
    object-fit: cover;
    border-radius: 100px 0 100px 100px;
    display: block;
    background: #ddd;
}
.fig2-left .svg {
    left: 12.5%;
    top: 68px;
}
section.sect-p2 {
    margin-top: 150px;
}
section.sect-p3 {
    padding: 120px 0 0;
}
section.sect-p3 .text_prest {
    display: flex;
}
.boxDevis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
}
.boxDevis.box-contact .titre-formulaire {
    color: #0B3D2C;
    font-size: 38px;
}
.checkBox {
    display: flex;
    gap: 25px;
    position: relative;
}
.boxDevis.box-contact .fond-check {
    background: var(--base);
    width: 70px;
    height: 70px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
i.fond-check.icon-foot img {
    filter: brightness(0) invert(1);
}
.boxCheck.cont-box {
    display: flex;
    background-image: none;
    flex-direction: column;
    gap: 40px;
    padding: 0;
}
.p-cont {
    padding: 0 0 40px;
}
div#Map {
    width: 100%;
    height: 350px; 
    z-index: 0;
    background: #F8F7FA;
    margin-top: 60px;
}
.boxDevis.box-contact .cont-foot .textCheck span {
    color: #000;
}
.boxDevis.box-contact .classe, .boxDevis.box-contact .cont-foot .textCheck a {
    color: #707173;
    font-size: 16px;
}
.textCheck.tel-foot p {
    display: flex;
    gap: 10px;
}
.textCheck.tel-foot a {
    background: #1f2025;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff!important;
}
.textCheck span {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 10px;
    display: block;
}
.boxDevis.box-contact .devis_formulaire,
.devis-gratuit .devis_formulaire {
    background: #ddd;
    padding: 40px;
    width: 100%;
}
.devis-gratuit .titre-formulaire {
    color: #003c03;
    font-size: 35px;
    font-weight: 600;
}
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}
div#realisations .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.Mobile div#realisations .row { 
    grid-template-columns: repeat(1, 1fr); 
}
.Tablet div#realisations .row { 
    grid-template-columns: repeat(3, 1fr); 
}
div#realisations {
    padding: 40px 0 80px;
}
.mentions h2 {
    padding: 40px 0 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 1200px;
    width: 80%;
    margin: auto;
    padding: 0 0 80px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 30px 20px;
}
body:not(.Desktop) .menu-top {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    top: 114px;
    left: 0;
    padding: 25px;
    display: none;
}
body:not(.Desktop) .menu-top.show{
    display: block;
}
body:not(.Desktop) ul.col.nav-list{
    flex-direction: column;
    gap: 15px;
} 
body:not(.Desktop) .megaMenu{
    visibility: visible;
    opacity: 1;
    display: none;
    position: static;
    width: 100%;
    transform: none;
    border-radius: 0px;
        padding: 15px 0 0;
}
button.navMobile {
    background: transparent;
    border: none;
    position: absolute; 
    right: 20px;
    top: 50px;
}
button.navMobile img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(1);
} 
body:not(.Desktop) span.nav-click i::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/drop.png);
    background-size: cover;
    right: 10px;
}
body:not(.Desktop) .boxLogo-menu {
        padding: 0 15px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999!important;
    left: 0;
    background: #06840c;
}
body:not(.Desktop) ul.nav-submenu {
    background: #ebe8e8; 
    padding: 15px;
}
.tel-mob {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
    background: #fff;
    padding: 10px 0;
    top: 114px;
    left: 0;
}
.tel-mob a {
    background: #06840c;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
body:not(.Desktop) a.logo img { 
    position: relative;
    bottom: 7px;
}
body:not(.Desktop) .homeslider,
body:not(.Desktop) .slider.bg {
    height: 600px; 
}
body:not(.Desktop) .homeslider { 
    margin-top: 173px;
}
.Mobile .titre-head {
    font-size: 36px; 
}
.btn-mob {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.Mobile .caption { 
    padding: 106px 20px;
    width: 100%;
}
.Tablet .btn-mob { 
  flex-direction: revert; 
}
.Mobile .cage-tel {
    flex-direction: column;
    padding: 30px 20px;
}
body:not(.Desktop) .cage_ {
    width: 100%;
}
.Tablet .cage-tel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Mobile section.p-sect1 {
    padding: 0;
}
.Mobile .sect1 { 
    grid-template-columns: 100%;
}
.Mobile .sect-img1 img {
    width: 100%;
    height: 300px;
}
.Mobile .text1 {
    margin-left: 0;
    position: relative;
    top: 82px;
}
body:not(.Desktop) .svg{
    left: 46%;
}
.Mobile h1 {
    font-size: 30px;
}
body:not(.Desktop) .check{
    grid-template-columns: repeat(1, 1fr);
}
body:not(.Desktop) .img2 {
  display: none;
}
.Tablet h1 {
  font-size: 35px;
}
.Tablet .sect-img1 > img{
    width: 408px;
}
body:not(.Desktop) .box-cont {
    flex-direction: column;
    margin-bottom: 90px;
    gap: 45px;
    align-items: normal;
}
.Tablet .box-cont{
    margin-bottom: 0!important;
}
.Mobile section.sect-p,
.Mobile .bg-cat.bg {
    padding: 80px 0; 
}
body:not(.Desktop) .blok-tel{
    margin-left: 0;
}
.Mobile .titre-cat { 
    font-size: 40px; 
    width: 100%; 
    line-height: 41px;
}
.Tablet .titre-cat{
    font-size: 46px;
    line-height: 50px;
    width: 100%;
}
.Mobile .categorie { 
    grid-template-columns: repeat(2, 1fr); 
}
body:not(.Desktop) .text-sous{
    display: none;
}
body:not(.Desktop) .cat-item { 
    padding: 20px 15px; 
    height: 240px;
}
body:not(.Desktop) .icon-cat a{
    font-size: 16px;
}
.Tablet .categorie { 
  grid-template-columns: repeat(3, 1fr); 
  margin-top: 72px; 
}
.Mobile section.sect-text2 {
    margin-top: 1200px; 
}
.Tablet section.sect-text2{
    margin-top: 650px;
}
body:not(.Desktop) .prt-text2 .svg {
    left: 70.6% !important; 
}
.Mobile .box-flex{
    padding: 40px 20px;
}
.Tablet .box-flex{
    padding: 40px;
}
.Mobile .img-t2 img {
    width: 100%;
    height: 280px;
}
body:not(.Desktop) .box-flex {
    flex-direction: column;
}
.Mobile .text2 .btn-contenu.btn-t a.contenu-btn { 
    margin-right: -20px;
}
.Tablet .text2 .btn-contenu.btn-t a.contenu-btn { 
    margin-right: -40px;
}
body:not(.Desktop) .block-t2:before{
    top: 52%;
}
body:not(.Desktop) .block-t2:after {
    top: 54%;
}
.Mobile .block-t3-4 { 
    grid-template-columns: 100%; 
}
.Mobile .fond-T{
    width: 100%;
    padding: 40px 20px;
}
.Mobile section.sect-p.sectT:before{
    display: none;
}
.Tablet .fond-T{
    width: 90%;
}
.Tablet section.sect-p.sectT .svg {
  top: 7.5%;
  left: 20.3%;
}
body:not(.Desktop) .block-sect3 { 
    grid-template-columns: 100%;
    gap: 60px;
}
body:not(.Desktop) .box3-1 { 
    flex-direction: column;
    gap: 60px;
}
body:not(.Desktop) .img3 img { 
    width: 100%;
    height: 300px;
    padding: 0 20px;
}
.Mobile .h2-sect3 > p {
    padding-top: 100px;
}
body:not(.Desktop) .block-sect3:before{
    display: none;
}
body:not(.Desktop) .img3,
body:not(.Desktop) .devis_formulaire {
    width: 100%;
}
body:not(.Desktop) .box3-2 {
    margin-left: 0; 
}
.Tablet .box3-2 .svg {
  left: 19% !important;
}
body:not(.Desktop) .prt-devis { 
    grid-template-columns: 100%;
}
.Mobile .block-devis.bg {
    padding: 20px;
}
.Tablet .block-devis.bg {
    padding: 40px;
}
body:not(.Desktop) .devis-box.bg {
    padding: 0; 
}
.Mobile .titre-formulaire { 
    font-size: 33px; 
}
.Mobile .inp-grid { 
    gap: 15px;
}
.Mobile .devis_formulaire { 
    padding: 40px 20px;
}
.Tablet .devis_formulaire {
  padding: 40px;
}
.Mobile .text_prest { 
    grid-template-columns: repeat(1, 1fr); 
}
.Tablet .nav-submenu {
  text-align: center !important;
}
.Mobile .block_rappel { 
    padding: 40px 20px; 
    flex-direction: column;
    gap: 40px;
}
.Tablet .block_rappel{
    padding: 40px;
}
.Mobile .titre-R { 
    font-size: 35px; 
}
.Tablet .titre-R{
    font-size: 39px;
}
.Mobile .block-foot { 
    grid-template-columns: repeat(1, 1fr); 
}
.Mobile .copyring {
    flex-direction: column;
    gap: 20px;
}
.Mobile .prt-s2 { 
    grid-template-columns: 100%;
}
.Mobile .imgP-s2 img{
    height: 300px;
}
body:not(.Desktop) .imgP-s2:nth-child(1) {
    margin-right: 0;
}
.Mobile .text-s2 {
    padding: 40px 20px;
}
.Mobile .prt-s2:nth-child(2) {
    flex-direction: column-reverse;
    display: flex;
}
body:not(.Desktop) .imgP-s2:nth-child(2) {
    margin-left: 0; 
}
.Mobile .imgP-s2:nth-child(2) { 
    margin-top: 30px;
} 
.Tablet .text-s2 {
  padding: 40px;
}
.Mobile .block-fig2 { 
    grid-template-columns: 100%; 
}
.Mobile section.sect-p2 { 
    margin-bottom: 50px;
}
.Mobile section.bg.figure-2.bg {
    padding: 80px 0;
}
.Mobile .fig2-left .svg {
    left: 45.5% !important;
    top: -18px;
}
.Mobile .fig2-right img {
    width: 100%;
    height: 300px; 
}
.Mobile section.sect-p3 .text_prest { 
    flex-direction: column;
}
.Tablet .fig2-left .svg {
  left: 19.2% !important;
  top: 37px;
}
.Tablet .fig2-right img,
.Tablet .fig2-right{
    width: 333px;
}
.Mobile .boxDevis { 
    grid-template-columns: 100%; 
}
.Mobile .boxDevis.box-contact .devis_formulaire {
    padding: 20px;
}
body:not(.Desktop) .boxDevis.box-contact .devis_formulaire .inp-grid{
    grid-template-columns: repeat(1, 1fr);
}
body:not(.Desktop) .textCheck.tel-foot p { 
    flex-direction: column;
}
.Mobile div#Map{
    height: 250px;
}
.Tablet .boxDevis.box-contact{
    gap: 30px;
}
div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
    text-align: center
}
.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: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.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;
  }
}
section.sect-p.sect-t6 {
    overflow: hidden;
}
.titre-prest {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding: 40px 0 50px;
}
body:not(.Desktop) .titre-prest{
    font-size: 40px;
}