    
/* ========== Slick arrow ========== */ 
.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.draggable {
    cursor: pointer;
    cursor: grab;
}
.slick-list.dragging {
    cursor: grabbing;
}

.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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%), scale(1.0);
    border: 0;
    overflow: hidden;
    background-color: #fff;
    width: 55px;
    height: 55px;

    border-radius: 100%;
    z-index: 10;
}
.slick-arrow:hover,
.slick-arrow:focus { 
    transform: scale(1.25);
    outline: none;
}
.slick-arrow::before {
  font-family: 'icomoon';
  display: block;
  font-size: 24px;
  line-height: 57px;
  text-align: center;
  color: #000;
}
.slick-prev {
  left: 5%;
}
.slick-next {
  right: 5%;
}
.slick-prev::before {
  content: "\e904";
}
.slick-next::before {
  content: "\e905";
}

/*------------------------------------- 
ICONE 
-------------------------------------*/


.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-phone:before {
    background: url(../images/img/icon-fixe.png);
}
.icon-mobile:before {
    background: url(../images/img/icon-portable.png);
}
.icon-envelope:before,
.icon-mail:before {
  background: url(../images/img/icon-mail.png);
}
.icon-location:before {
  background: url(../images/img/icon-localisation.png);
}
.icon-map:before,
.icon-map-marker:before, .adr:before {
  background: url(../images/img/icon-adresse.png);
}
.icon-clock-o:before, .hor:before {
  background: url(../images/img/icon-hor.png);
}

/* ========== RESET & BASE MOBILE FIRST ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
    font-family: "Arial", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    padding: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 600;
  line-height: normal;
  font-family: "Arial", sans-serif;
  color: #212121;
  margin: 0 0 20px;
  display: block;
}
h1, .h1 { font-size: 2.5rem}   /* 40px */
h2, .h2 { font-size: 2rem}     /* 32px */
h3, .h3 { font-size: 1.75rem}  /* 28px */
h4, .h4 { font-size: 1.5rem}   /* 24px */
h5, .h5 { font-size: 1.25rem}  /* 20px */
h6, .h6 { font-size: 1rem}     /* 16px */

/* Version mobile (écrans < 768px) */
.Mobile h1, .Mobile .h1 { font-size: 1.8rem; }   /* 28.8px */
.Mobile h2, .Mobile .h2 { font-size: 1.6rem; }   /* 25.6px */
.Mobile h3, .Mobile .h3 { font-size: 1.4rem; }   /* 22.4px */
.Mobile h4, .Mobile .h4 { font-size: 1.2rem; }   /* 19.2px */
.Mobile h5, .Mobile .h5 { font-size: 1rem; }     /* 16px */
.Mobile h6, .Mobile .h6 { font-size: 0.9rem; }   /* 14.4px */

p {
  margin-bottom: 1rem;
}

a {
  color: #464338;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* ========== BOUTONS ========== */
.btn {
    display: inline-block;
    padding: 15px 35px;
    color: #121212;
    font-size: 1.2rem;
    border: none; 
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
}

.btn:hover {
  background-color:#121212;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.btn-outline {
    background-color: #963d3d;
    padding: 22px 35px;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #fff;
}

.btn-outline:hover {
    color: #121212;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #08B71E;
}
.btn-nav .btn-outline {
  margin-left: 1rem;
}


/* ========== LAYOUT ========== */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1120px;
}  
.container_fluid{
    max-width: 1500px; 
    margin: 0 auto;
    padding: 0 15px;

}

/* ========== HEADER & MENU BURGER ========== */
.header {
  background-color:#fff;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .025), 0 1px 1px 0 rgba(0, 0, 0, .01), 0 0 50px 0 rgba(0, 0, 0, .07);
}
body:not(.Desktop) .header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.headerNav {
    background-color: #111111;
    padding: 15px 0;
}
body:not(.Desktop) .headerNav { 
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    background: transparent;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  position: relative;
}
body:not(.Desktop) .nav {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: end;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
}
.logo img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}
.burger {
  width: 35px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}
.burger span {
    height: 4px;
    width: 100%;
    border-radius: 3px;
    background: #111;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}
.burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.nav-list {
    display: flex;
    align-items: center;
    gap: 20px;
}
body:not(.Desktop) .nav-list {
    position: fixed;
    left: 0;
    top: 0;
    background: #111;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    display: none; 
}
/* ========== CLOSE BUTTON ========== */
.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1002;
    color: #fff;
}

/* Cacher le burger quand le menu est actif */
.nav-list.active ~ .burger {
  display: none;
}
body:not(.Desktop) .nav-list.active {
    display: flex !important;
    padding: 100px 0 0;
}
.sub-nav {
    display: none;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff; 
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1500px;
    margin: auto;
}
body:not(.Desktop) .headerTop {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
.header_contact {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    color: #111111;
}
.header_contact > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.icon-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: solid 1px #08B71E;
    border-radius: 50%;
}
span.icon-top img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

/* ========== ETRE RAPPELE & TEL TOP========== */
#mail,
#mail2 {
  display: none;
} 


.Desktop #closeMobile {
    display: none;
}
#closeMobile {
    list-style: none;
}
.Desktop  .burger {
    display: none;
} 
/*
Avis
*/
#temoignages {
    padding: 60px 0; 
}
#temoignages .section-title {
  text-align: center;
}
#temoignages .section-title .h2 { 
    margin-bottom: 0rem;
    font-size: 40px;
}
#temoignages .section-title p  {
    display: block;
    font-size: 20px;
    font-weight: 600; 
    margin-bottom: 1rem;
}
.Mobile #temoignages .section-title .h2 {
    font-size: 1.2rem;
}
.Mobile #temoignages .section-title span {
    font-size: 17px;
}
.rev_tel {
    justify-content: center;
    color: black;
}
.rev_tel .btn {
    display: inline-block;
    padding: 15px 35px; 
    margin-left: 2rem;
}
.Mobile .slider_block_ {
    margin: 0 30px;
}
.avis-slider {
   background-color: #fff; 
   border-radius: 3px;
   padding: 20px;
   margin: 15px;
   font-size: 12px;
   line-height: 150%;
   height: 300px; 
}
.avis-slider p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}
.googleAvis_ {
    text-align: center;
}
.noteAvis_ {
    margin-bottom: 1rem;
}
.noteAvis_ span {
    margin-right: 5px;
    font-weight: bold;
    color: black;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.infos_client {
    margin-bottom: 1rem;
    position: relative;
} 
.infos_client .google {
  right: 0;
  top: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
.infos_client img {
    margin-right: 10px;

}
.PhotoUserAvis {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 100%;
}
.infos_client {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.infos_client span {
    font-weight: bold;
    color: black;
}
.infos_client span em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #54595f;
}
.btn_avis {
    text-align: center;
}
.btn_avis .btn-avis {
    background-color: #fff; 
}
.avis > i {
  background: url('../images/rating-sprit.webp') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}

#MonAvis a {
   width: 12px; height: 24px;
   display: inline-block;
}

li.nav-item {
    list-style: none;
}
li.nav-item a {
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
}
.tel_top a {
    display: block;
    font-size: 18px; 
}
.homeslider {
    position: relative;
    height: 900px;
    overflow: hidden; 
}

.caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
    transform: translateY(-50%);
}
body:not(.Desktop) .caption { 
    top: 64%; 
}
.caption_title {
    font-size: 58px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 5px #333;
}
body:not(.Desktop) .caption_title {
    line-height: normal;
    font-size: 40px;
}
.fullImg {
    width: 100%;
    height: 900px;
    background-size: cover;
    background-color: #eee;
}

body:not(.Desktop) .homeslider, 
body:not(.Desktop) .fullImg{
    height: 500px;
}
.Block_devis {
    margin-top: -300px;
    background: linear-gradient(to right, #111 50%, transparent 50%);
    position: relative;
}
body:not(.Desktop) .Block_devis {
    margin: 0; 
    background: #111;
}
#devisgratuit {
    background: #111;
    width: 70%;
    padding: 40px;
    position: relative; 
}
body:not(.Desktop)  #devisgratuit { 
    width: 100%;
    padding: 20px 0; 
}
.grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.grid-col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}
.grid-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}
.Mobile .grid-col-2,
.Mobile .grid-col-3,
.Mobile .grid-col-4{
    grid-template-columns: 100%; 
}
.gap-20{
    gap: 20px;
}
.gap-50{
    gap: 50px;
}
.gap-100{
    gap: 100px;
}
.align_center{
    align-items: center;
}
.input-form {
    width: 100%;
    height: 50px;
    padding: 20px;
    font-family: inherit;
    outline: none;
    border: none;
    max-width: 100%;
    min-width: 100%;
}
.Mobile .input-form{
    height: inherit;
}
textarea.input-form {
    height: 150px;
    max-width: 100%;
    min-width: 100%;
}
form#Devis_form > div {
    margin: 0 0 20px;
}
.Mobile form#Devis_form > div {
    margin: 0 0 20px;
    grid-template-columns: 100%;
}
form#Devis_form > div::last-child {
    margin: 0 0 0;
}
input.btn.btn-devis {
    border-radius: 0;
    color: #000000;
    background: #08B71E;
}
.like-h3 {
    font-size: 32px;
    color: #fff; 
    font-weight: 600;
    display: block;
    position: relative;
    margin: 0 0 15px;
}
.like-h3:before{
    content: "";

}

section {
    padding: 100px 0;
}
.Mobile section  {
    padding: 50px 0;
}
.stats{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:80px;
    flex-wrap:wrap;
}
.Mobile .stats { 
    justify-content: start; 
    gap: 20px; 
}

.stat_item{
    display:flex;
    align-items:center;
    gap:20px;
}

.stat_icon {
    width: 55px;
    height: 55px;
    background: #963d3d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat_icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: invert(1);
}
.stat_content .h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #963d3d;
    line-height: 1;
}
.stat_content p{
    margin:8px 0 0;
    font-size:18px;
    font-weight:700;
    color:#111;
    line-height:1.3;
}
.block1_img img {
    width: 100%;
    height: 500px;
    display: block;
    background: #eee;
    object-fit: cover;
    object-position: bottom left;
}
.Mobile .block1_img img{
    height: 300px;
}
.headerNav .container {
    max-width: 1500px;
}
.btn-content {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}
.block1_img {
    position: relative;
}
.block1_img::before {
    content: "";
    width: 218px;
    height: 256px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: -40px;
    background: rgb(8 183 30 / 10%);
    z-index: 1;
}
body:not(.Desktop) .btn-slider {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.btn-slider a.btn {
    background: #08b71e;
    color: #000;
}
.block2_2 {
    margin: 100px 0 0;
}
.Mobile .block2_2 {
    margin: 50px 0 0;
}
.block2_icon img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
}
.block4_img img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    object-position: left bottom;
    background: #eee;
}
.Mobile .block4_img img,
.Tablet .block4_img img { 
    height: 300px; 
    object-position: left bottom;
}
.block4_icon img {
    width: 100px;
    height: 100px;
    display: block;
    object-fit: contain; 
} 
.bg_black { 
    background: #111;
}
.bg_black,
.bg_black h2,
.bg_black h3, 
.bg_black p{
    color: #fff;
}
.bg_black .btn-outline {
    background: #08B71E;
    color: #000;
}
.bg_black .btn-outline:hover {
    background: #963d3d;
    color: #fff;
}
.block3_2 {
    margin: 100px 0 0;
}

.Mobile .block3_2{
    margin: 50px 0 0;
}
.block3_2 img {
    width: 100%;
    height: 300px;
    background: #eee;
    display: block;
    margin: 0 0 20px;
    object-fit: cover;
    object-position: left bottom;
}

.Mobile .block3 .grid-col-2 {
    gap:0;
}
.Mobile .block3_2 .grid-col-2 {
    gap: 20px;
}
.block4_img{
    position: relative;
}
.block4_img::before {
    content: "";
    width: 218px;
    height: 256px;
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
    background: rgb(8 183 30 / 10%);
    z-index: 1;
}
.block4_img::after {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 40px;
    background: rgb(8 183 30 / 10%);
    z-index: 1;
}
section.block5 {
    background-color: #333;
    color: #fff;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
section.block5 h2{ 
    color: #fff;
}
.block6_img img {
    width: 100%;
    height: 520px;
    display: block;
    background: #eee;
    object-fit: cover;
    object-position: left bottom;
}
.Mobile .block6_img img{
    height: 300px;
}
.Desktop .block5_txt {
    max-width: 50%;
}
footer#footer {
    color: #fff;
    background: #111;
    padding: 100px 0 0;
}
.Mobile footer#footer{
    padding: 50px 0 0;
}
footer#footer a, footer#footer li {
    color: #fff;
}
.footer_title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
}
footer#footer li {
    list-style: none;
    display: block;
    line-height: 2.5;
}
.footer_contact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 30px;
}
.footer_contact span {
    width: 50px;
    height: 50px;
    background: #FFFFFF20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_contact a {
    display: block;
    line-height: 2;
}
.footer_logo img {
    width: 250px;
    height: 167px;
    object-fit: contain;
    background: #fff;
    margin: 0 0 30px;
}
.footer_rs_rappel {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
    border-bottom: solid 1px #333;
}
._rappel_form {
    display: flex;
    align-items: center;
    gap: 50px;
}
.Mobile ._rappel_form{
    display: block;
}
.rForm_h1 {
    font-size: 20px; 
}
.Mobile .rForm_h1 {
    margin: 0 0 20px;
    text-align: center;
}
form#rappel_immediat {
    display: flex;
    gap: 20px;
    align-items: center;
}
.Mobile form#rappel_immediat { 
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#rappel_immediat .form-input {
    width: 100%;
    max-width: 300px;
    display: block;
    height: 52px;
    outline: none;
    padding: 12px;
    background: #FFFFFF21;
    border: solid 1px #fff;
    color: #fff;
}
#rappel_immediat .btn{
    background: #08B71E;
    color: #000;
    height: 52px;
    width: fit-content;
} 
.copyright {
    padding: 40px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.copyright span ,
.copyright a {
    display: flex;
}
.copyright a img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.subtitle {
    position: relative;
    padding-right: 60px;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    color: #963d3d;
    margin: 0 0 20px;
}
.subtitle:before {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    right: 0;
    transform: translateY(-50%);
    background: #963d3d;
    top: 50%;
    position: absolute;
}
.subtitle.center {
    margin: 0 auto 20px;
}
.bg_black .subtitle {
    color: #fff;
}
.bg_black .subtitle:before {
    background: #08b71e;
}
.categorie_list {
    display: flex; 
    gap: 20px;
    justify-content: center;
}
.categorie_image img {
    width: 100%;
    height: 250px;
    display: block;
    background: #eee;
    object-fit: cover;
}
.categorie_content a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
} 
.section_cat_title {
    font-size: 32px;
    text-align: center;
    margin: 0 0 50px;
}
.Mobile .section_cat_title {
    font-size: 27px; 
    margin: 0 0 20px;
}
.categorie_item{
    padding: 0 10px;
}
h2.Titre {
    text-align: center;
}
.Mobile h2.Titre { 
    font-size: 22px;
}
.categoriesList {
    background: #eee;
}
.Liens {
    column-count: 2;
}
.Mobile .Liens {
    column-count: 1;
}
.Liens a{
    display: block;
    margin: 0 0 15px;
}
div#Map {
    z-index: 0;
    display: block;
    width: 100%;
    height: 450px;
    position: relative;
}
body:not(.Desktop) div#Map { 
    height: 250px;
}
section.block1 h1 {
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 50px;
    position: relative;
}
section.block1 h1:before {
    content: "";
    width: 150px;
    height: 2px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background: #963d3d;
    bottom: 0;
    position: absolute;
}
li.nav-item.active a ,
.categorie_item.active .categorie_content a{
    color: #08b71e;
}
.tel-top_ {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 5px 20px;
    background: #08B71E;
}
.tel-top_ a {
    background: #963d3d;
    padding: 10px 20px;
    border-radius: 900px;
    color: #fff;
    font-weight: 600;
}
.Tablet .block3_2 .grid-col-2 ,
.Tablet .block4 .grid-col-3{
  grid-template-columns: 100%;
}
.Tablet .footer_top .grid-col-4 {
  grid-template-columns: repeat(2,1fr);
}
.block_contact{
    padding:100px 0;
}

/*-------------------
TOP
--------------------*/

.block_contact .contact_content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;
}

.block_contact .contact_image{
    width:48%;
    position:relative;
}

.block_contact .contact_image::before {
    content: "";
    width: 100px;
    height: 100px;
    background: rgb(8 183 30 / 10%); 
    position: absolute;
    top: -12px;
    right: -12px;
}
.block_contact .contact_image::after{
    content:"";
    width:100px;
    height:100px; 
    background: rgb(8 183 30 / 10%); 
    position:absolute;
    left:-12px;
    bottom:-12px;
}
.block_contact .contact_image img {
    width: 100%;
    display: block;
    height: 600px;
    object-fit: cover;
    background: #eee;
}
.Mobile .block_contact .contact_image img{
    height: 300px;
}
.block_contact .contact_form{
    width:48%;
}

.block_contact .sub_title{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    color:#963d3d;
    margin-bottom:18px;
}

.block_contact .sub_title::after{
    content:"";
    width:55px;
    height:2px;
    background:#963d3d;
}

.block_contact .contact_form .h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 35px;
}
.block_contact form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.block_contact input, .block_contact textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 18px;
    outline: none;
    font-size: 15px;
    font-family: inherit;
    height: inherit;
}
.block_contact textarea{
    height:150px;
    resize:none;
}

.block_contact input.btn{
    border:none;  
    height:55px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.block_contact input.btn:hover{
    background:#111;
}

/*-------------------
BOTTOM
--------------------*/

.block_contact .contact_infos{
    margin-top:120px;
    text-align:center;
}

.block_contact .contact_infos h2 {
    font-size: 32px;
    margin-top: 18px;
    margin-bottom: 60px;
}
.block_contact .contact_infos .sub_title{
    justify-content:center;
}

.block_contact .contact_infos .sub_title::before{
    display:none;
}

.block_contact .infos_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.block_contact .info_box{
    background:#f8f8f8;
    padding:50px 30px;
}

.block_contact .icon{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}

.block_contact .icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}
.info_box > div {
    font-size: 16px; 
} 
.block_contact .info_box p { 
    line-height: 1.8;
    font-size: 13px;
}

.Mobile .block_contact .contact_content{
    flex-direction:column;
}

body:not(.Desktop)  .block_contact .contact_image,
body:not(.Desktop) .block_contact .contact_form{
    width:100%;
}

.Mobile .block_contact .infos_grid{
    grid-template-columns:1fr;
} 
.block_contact .info_box a {
    display: block;
    line-height: 2;
}
.infos_grid .icon:before {
    width: 40px;
    height: 40px;
}
/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.mentions h3 {
    font-size: 20px; 
    font-weight: 600;
    margin: 30px 0 15px;
}
.footer_contact .icon:before {
    filter: invert(1);
}
/*----------------------------------------------------------------------------------- 
MESSAGES 
-----------------------------------------------------------------------------------*/

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;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
/*------------------------------------------------------------------------- 
404 style 
-------------------------------------------------------------------------*/

.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: #068816;
    font-weight: 600;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #068816;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
.Mobile .blog_pageIntrouvable {
    font-size: 14px;
}
.Mobile .blog_pageIntrouvable a {
  display: block;
}
.Mobile .blog_pageIntrouvable p {
  font-size: 17px;
  letter-spacing: 5px;
  margin-top: -10px;
}
.Mobile .blog_pageIntrouvable h1 {
    font-size: 100px;
}



.box-features{
    padding:90px 0;
    background:#f8f8f8;
}
.box-features .container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}
.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title .h2{
    font-size:40px;
    margin-bottom:15px;
    color:#111;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.box-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-bottom:60px;
}
.feature-card{
    background:#fff;
    padding:35px;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:5px solid  #08b71e;
    transition:.3s;
}
.feature-card:hover{
    transform:translateY(-8px);
}
.feature-card .h3{
    font-size:22px;
    margin-bottom:20px;
    color:#111;
}
.feature-card p{
    margin:8px 0;
    color:#555;
}
.feature-card span {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 20px;
    background: #963d3d;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
}
.info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-bottom:60px;
}
.info-item{
    background:#111;
    color:#fff;
    padding:30px;
    border-radius:8px;
}
.info-item .h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #08b71e;
}
.info-item p{
    line-height:1.7;
    color:#ddd;
}
.location-box{
    background:#fff;
    padding:45px;
    border-left:6px solid  #08b71e;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.location-box .h3{
    margin-bottom:20px;
    font-size:28px;
    color:#111;
}
.location-box p{
    line-height:1.9;
    color:#555;
}
.contract {
    margin-top: 30px;
    display: inline-block;
    background: #963d3d;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: bold;
}
 .Mobile .section-title .h2{
    font-size:30px;
}
.Mobile .location-box{
    padding:30px;
} 