<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all .3s ease;
} 

body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Calibri", sans-serif;
    line-height: normal;
    color: #333; 
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}
section{
    padding: 100px 0;
}
.Mobile section {
    padding: 40px 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5 {
    font-weight: bold;
    color: #212121;
    display: block;
    margin: 0 0 30px;
    text-transform: uppercase;
}
h1,.h1 { font-size: 2.5rem; }
h2,.h2 { font-size: 2rem; }
h3,.h3 { font-size: 1.75rem; }
h4,.h4 { font-size: 1.5rem; }
h5,.h5 { font-size: 1.25rem; }
h6,.h6 { font-size: 1rem; }
.Mobile h1,
.Mobile .h1 {
    font-size: 24px;
}
.Mobile h2,
.Mobile .h2 {
    font-size: 22px;
}
.Mobile h3,
.Mobile .h3 {
    font-size: 20px;
}



/* 
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;
}



/*
Header
*/
#sticky-wrapper,
.header {
    position: relative;
    z-index: 1000 !important;
}
.header-top {
    background-color: #fff;
    color: #212121;
    padding: 10px 0;
}
 
a.logo img {
    width: 180px;
    height: 80px;
    object-fit: contain;
}
 
.right-block {
    padding-left: 40px;
}
.tel_top {
    display: flex;
    align-items: center;
    width: 21%;
    min-width: 175px; 
} 
.Mobile .tel_top, .Tablet .tel_top {
    justify-content: space-around; 
    display: flex;
    gap: 0;
    width: 100%;
    background: #24631e;
    padding: 5px 0;
}
.Mobile .tel_top a, .Tablet .tel_top a {
    color: #000;
    margin: 0 5px;
    font-size: 17px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    font-weight: 600;
    background: #fff;
    border-radius: 20px;
}
.Mobile .tel_top a img ,
.Tablet .tel_top a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0);
}
.tel_top &gt; .icon {
    margin-right: 15px;
    font-size: 0;
    color: #fff;
    background: #f5f5f5;
    width: 50px !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 12px;
}
.tel_top &gt; .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.tel_top &gt; div a {
    display: block;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
}
.tel_top span {
    display: flex
;
    flex-wrap: wrap;
    /* gap: 10px; */
}
.tel_top span a { 
    font-size: 18px;
    color: #24631e;
    text-decoration: none;
    font-weight: 600; 
    display: flex; 
}
#mail2, #mail { display: none; }
.rappel_top {
    border-left: 1px solid #20202029;
    margin-left: 25px;
    padding-left: 25px;
}
.rappel_top strong {
    color: #212121;
    text-transform: uppercase;
    font-size: 13px;
}
form#rappel_immediat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 420px;
    margin: auto;
}
#rappel_immediat .form-input {
    display: inline-block; 
    font-size: 14px; 
    color: #000;
    display: block;
    background: #fff;
    border: 1px solid #333;
    margin: 20px 0;
    padding: 15px 10px;
    border-radius: 0;
    width: 70%;
    /* transition: .5S; */
} 

#rappel_immediat .btn-submit {
    border-radius: 0;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    width: 30%;
    padding: 13px 12px;
    border: solid 2px #24631e;
    font-size: 15px;
    font-weight: 600;
    font-family: "Calibri", sans-serif;
    margin: 0;
    cursor: pointer;
    background: #24631e;
}

#rappel_immediat .btn-submit:hover{
    background: #000;
}
.Devisgratuit .form-input{
    display: block;
    background: #fff;
    border: 1px solid #333;
    margin: 20px 0;
    padding: 12px 10px;
    border-radius: 0;
    width: 100%;
    transition: .5S;
}
.Devisgratuit .form-input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #222;
}
.form-input::placeholder,
textarea.form-input::placeholder  { 
    font-family: "Calibri", sans-serif!important;
    font-size: 14px;
    color: #333;
}

.Mobile .Devisgratuit p.txt-rght {
    text-align: center;
}

.Devisgratuit textarea.form-input {
    min-height: 75px;
    width: 100%;
    max-width: 340px;
}
.Devisgratuit .btn-submit {
    background: #fff;
    color: #24631e;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 15px 32px;
    border: solid 2px #24631e;
    font-size: 18px;
    font-weight: 600;
    font-family: "Calibri", sans-serif;
    cursor: pointer;
}
.Devisgratuit .btn-submit:hover {
    background: #24631e;
    color: #fff; 
}
.logo-divres { 
    margin-top: 40px;
    display: flex;
    gap: 10px;
}
.Mobile .logo-divres {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    text-align: center;
}
.logo-divres img {
    margin: 0 5px; 
    width: 85px;
    height: 55px;
    object-fit: contain;
}
.titreD {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}
.titreD img {
    width: 126px;
    height: 126px;
}
.titreD &gt; div {
    margin-left: 12px;
    line-height: 120%;
    color: #212121;
    font-size: 19px;
}
.titreD &gt; div p.txt-rght {
    text-align: left;
    color: #24631e;
    font-size: 18px;
}


/*
Nav
*/
.nav { 
    justify-content: center;
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}
.nav-item {
    display: table-cell;
    /*vertical-align: middle;*/
}
.nav-item a {
    color: #212121;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 10px 0;
    margin: 0 12px;
    position: relative;
    height: 50px;
    display: flex;
    text-transform: uppercase;
    align-items: center; 
    text-decoration: none;
}
/*.nav-item a:after {
    transform: translateX(-50%);
    content: "";
    position: absolute; 
    border-bottom: 3px solid #24631e; 
    width: 0; 
    transition: .5s;
    top: -9px; 
    left: 50%;
}
.Mobile .nav-item a:after {
    display: none;
}
.nav-item:hover a:after,
.nav-item.active a:after {
    width: 45px;
}*/
.Desktop .nav-item:hover a, .nav-item.active a {
    color: #24631e;
}
.Mobile .nav-item.active a,
.Tablet .nav-item.active a {
    color: #000;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    background: #24631e url(../images/nav.svg) no-repeat 63px center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    line-height: 50px;
    padding-left: 12px;
    text-transform: uppercase;
    color: #ffffff;
}
 
  .Mobile .nav-mobile,
  .Tablet .nav-mobile {
    display: block;
  } 
  .Mobile .nav,
  .Tablet .nav {
    background: #24631e;
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-top: none;
  }

  .Mobile .nav-list,
  .Tablet .nav-list {
    display: none;
  }

  .Mobile .nav-item,
  .Tablet .nav-item {
    display: block;
    border-bottom: 1px solid #ffffff6b
  }

  .Mobile .nav-item &gt; a,
  .Tablet .nav-item &gt; a {
    padding: 15px;
    text-align: center;
    display: block;
    color: #fff;
  }

  .Mobile .nav-click,
  .Tablet .nav-click {
    display: block;
  }

  .Mobile .nav-mobile-open,
  .Tablet .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }

  .Mobile .nav-item:hover .nav-submenu,
  .Tablet .nav-item:hover .nav-submenu {
    display: none;
  }

  .Mobile .nav-submenu,
  .Tablet .nav-submenu {
    position: static;
    width: 100%;
  } 


.logomenu {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.Mobile .logomenu,
.Tablet .logomenu { 
    justify-content: space-between;
}
.containerslider {
    width: 100%;
    height: auto;
    position: relative;
}
.homeslider {
    width: 100%;
    height: 700px;
    display: block;
}
.Mobile .homeslider { 
    height: 600px; 
}
.fullImg {
    width: 100%;
    height: 700px;
    display: block;
    background-size: cover;
    background-color: #d4d4d4;
    background-blend-mode: multiply;
}
.Mobile .fullImg{
    height: 600px;
}
.caption {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
}
.text-caption {    
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.text-caption .h1 {
    font-size: 54px;
    color: #fff;
    margin: 0;
}
.Mobile .text-caption .h1,
.Mobile .text-urgence{
    font-size: 28px;
}
.text-urgence {
    color: #24631e;
    font-size: 42px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #fff;
    margin: 20px 0 0;
    display: block;
}

.etiquette {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    display: block;
}
.Mobile .etiquette {
    font-size: 16px; 
}
.statistics {
    position: relative;
    margin-top: -91px;
    z-index: 888;
}
.Mobile .statistics { 
    margin-top: 0; 
    padding: 20px 0;
}

.statistics-content {
    background: #24631e;
    color: #fff;
    display: flex;
    padding: 20px 20px 40px;
    justify-content: center;
    line-height: normal;
    height: 140px;
}
.Mobile .statistics-content { 
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
}
.statistics-item {
    width: 25%;
    text-align: center;
}
.Mobile .statistics-item {
    width: 100%; 
}
.statistics-number {
    font-size: 44px;
    font-weight: 600;
}
.statistics-text {
    font-size: 20px;
    text-transform: uppercase; 
    font-weight: 600;
}
#footer {
    padding: 100px 0 0;
    background-size: cover;
    background-color: #333;
    background-blend-mode: multiply;
}
.Mobile #footer {
    padding: 40px 0 0; 
}
.footer-contact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: self-start;
    column-gap: 20px;
    margin: 0 0 50px;
}
.Tablet .footer-contact{
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .footer-contact { 
    grid-template-columns: 100%; 
    margin: 0 0 30px;
    gap: 40px;
}
#footer a {
    text-decoration: none;
    color: #fff; 
    padding: 10px 0;
    display: block;
}
.footer-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #fff;
    margin: 0 0 20px;
    display: block;
}
.footer-col ul {
    padding: 0;
}
#footer li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
#footer li:before {
    content: "";
    background-image: url(../images/img/chevron-right.webp);
    background-size: contain;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}
#footer li:hover::before { 
     filter: brightness(0) invert(1);
}
#footer li {
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.footer-col p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
}
.footer-col p img {
    width: 20px;
    height: 20px;
    object-fit: contain;    
}
.footer-col p:hover img{
    filter: brightness(0) invert(1);
}
.adresse {
    color: #fff;
}
.copyright {
    border-block-start: 1px solid #a0aaba2b;
    padding: 40px 0;
    text-align: end;
    color: #fff;
}
.Mobile .copyright { 
    padding: 20px 0;
    text-align: center; 
}
.footer-col.col-logo img {
    background: #fff;
    width: 170px;
    height: 100px;
    object-fit: contain;
    padding: 5px;
}
.on-the-title {
    color: #24631e;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    display: block;
    text-transform: uppercase;
}


.Block-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.Mobile .Block-col-2 { 
    grid-template-columns: 100%;  
    gap: 40px;
}
.Block.Block0 .Block-img,
section.Block.Block8 .Block-img {
    justify-content: flex-end;
    display: flex;
}
.Block.Block0 .Block-img img {
    max-width: 450px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, .1);
} 
.Mobile .Block.Block0 .Block-img img {
    width: 100%;
    height: 250px; 
}
.Block-services,
.Block.Block7 {
    background-size: cover;
    background-color: #333;
    background-blend-mode: multiply;
    background-attachment: fixed;
    color: #fff;
}

.Block-services span.on-the-title {
    text-align: center;
    color: #fff;
}

.Block-services span.h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 70px;
}

.Block-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 35px;
    margin: 0 0 70px;
}
.Tablet .Block-services-grid { 
  grid-template-columns: repeat(2, 1fr); 
}
.Mobile .Block-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.Block-services-flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}
.Mobile .Block-services-flex {  
    flex-direction: column;
}
.cat-img {
    padding: 20px;
    display: block;
    font-size: 0;
    width: fit-content;
    background: #24631e;
    border-radius: 50%;
    min-width: 80px;
    transform: rotate(0);
}
.Block-services-item:hover .cat-img { 
    transform: rotate(20deg);
}

.cat-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.cat-titre {
    text-decoration: none;
    color: #fff;
}
.cat-titre .h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px;
}
.Mobile .cat-titre .h3 { 
    font-size: 16px; 
    margin: 0;
}
.Block-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 35px; 
}
a.btn-rea {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.3px; 
    color: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    background: #24631e;
    position: relative;
    transition: all .3s ease;
    top: 0;
}
a.btn-rea:hover {
    top: -10px;    
}
.btn-header {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.btn-content {
    display: flex;
    justify-content: left;
}
.btn-content-center {
    display: flex;
    justify-content: center;
}
.btn-content-center .btn-rea,
.btn-content .btn-rea {
    border-radius: 0;
}
.Block1 .Block-img {
    background-color: transparent;
    background-image: linear-gradient(290deg, #24631e 45%, #FFFFFF00 45%);
    padding: 30px 30px 70px 0;
    height: 100%;
}
.Block1 .Block-img img {
    max-width: 520px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: bottom left;
}
.Mobile .Block1 .Block-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Block1 .Block-txt {
    padding-right: 50px;
}
.Mobile .Block1 .Block-txt {
    padding: 0px;
}
.list-engagement {
    margin: 40px 0;
}
.list-engagement ul {
    column-count: 2;
}
.Mobile .list-engagement ul {
    column-count: 1;
}
.list-engagement li {
    list-style: none;
    padding-left: 20px;
    line-height: 32px;
    position: relative;
    font-weight: 600;
}

.list-engagement li:before {
    content: "";
    background-image: url(../images/img/check-circle.webp);
    background-size: contain;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.Block-img.img-center {
    display: flex;
    justify-content: center;
}
.Block-img.img-center img {
  max-width: 330px;
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.Mobile .Block-img.img-center img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.marge-top {
    margin-top: 50px;
}
.bg-color {
    background: #f5f5f5;
}
.Block.Block5 .Block-col-2 {
    align-items: self-start;
}
section.Block.Block5 .icon {
    margin: 0 0 20px;
}
.Devisgratuit {
    width: 100%;
    max-width: 420px;
    background: #f5f5f5;
    padding: 40px;
    position: relative;
    box-shadow: 0px 16px 0px -8px #24631e; 
    z-index: 2;
}
.Mobile .Devisgratuit { 
    padding: 20px; 
}
section.Block.Block7 h2 {
    color: #fff;
}
.Block-devis {
    display: flex;
    justify-content: center;
}
section.Block.Block9 .Block-img {
    justify-content: flex-start;
    display: flex;
}

section.Block-rappel-immediat {
    background-color: transparent;
    background-image: linear-gradient(110deg, #f4f6f4 32%, #25399314 32%);
    opacity: 1; 
    position: relative; 
}
section.Block-rappel-immediat::before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 64%, #25399314 64%);
    opacity: 1;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}
section.Block-rappel-immediat strong.h3 {
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 30px;
}
section.Block-rappel-immediat strong.h3:before {
    content: "";
    width: 64px;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



/*-------- TEMOINAGE ------*/ 

#temoignages {
    padding: 4em 0;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    background-size: cover; 
}
section#temoignages:before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(300deg, #ffffff00 83%, #24631e 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
 
#temoignages &gt; div {
    position: relative;
    z-index: 1;
}

#temoignages b {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    line-height: 130%;
    color: var(--black);
    font-weight: normal;
}

.Mobile #temoignages b {
  font-size: 28px
}
#temoignages b::after {
  content: "";
  display: block;
  margin: 2rem auto;
  border-bottom: 3px solid var(--colorP);
  width: 70px;
}

#temoignages span {
    color: #fff;
}
.temoin span {
  color: #24631e;
}

#temoignages p {
    font-size: 18px;
    text-align: left;
    font-style: italic;
}

.temoin {
    background: #fff;
    color: #333;
    padding: 80px 0;
}
.Mobile .temoin, .Tablet .temoin {
    padding: 20px 0;
}
.temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.Mobile .grid-row {
    gap: 20px;
    display: grid;
    grid-template-columns: 100%;
}
.col-right {
    border: 3px solid #24631e;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
    height: auto;
    min-height: initial;
    background: none;
    padding: 0;
    margin: 0;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
#avis_form {
    margin-top: 15px;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}
#avis_form .input-form {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 12px;
    border: solid 2px #ddd;
    border-radius: 5px;
    font-size: 12px;
}
#MonAvis span {
  font-size: 18px;
  color: #24631e;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}
.btn-temoin {
    border: none;
    background: #24631e; 
    cursor: pointer;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 6px auto 5px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 600;
}
.btn-temoin:hover{
    background: #333;
    color: #fff;
}
 
.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis &gt; i {
    background: url(../images/rating-sprit.webp) no-repeat;
    display: block;
    height: 23px;
    width: 120px;
    margin: 0 0 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;
}
.temoignages-grid {
    display: grid;
    grid-template-columns: 25% 75%;
    justify-content: center; 
}
.Mobile .temoignages-grid {
    grid-template-columns: 100%;
    gap: 20px;
}
.temoignages-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.excelent img {
    width: 110px;
    height: 35px;
    object-fit: contain;
}
strong.ti-rating {
    margin: 0 0 15px;
    display: block;
    font-size: 24px;
}
.excelent i.avis-10 {
    margin: 0 auto 15px;
}
.excelent p {
    margin: 0 0 15px;
    font-style: normal;
    text-align: center !important;
}
.item-tem {
    margin: 0 10px;
    background: #f4f4f4;
    padding: 20px;
    height: 100%;
    width: 100%;
    min-height: 200px;
    position: relative;  
    border-radius: 10px;
}
.user {
    display: flex;
    gap: 20px;
    margin: 0 0 15px;
}
img.user-photo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 2px #333;
}
.temoignages-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
span.user-name {
    color: #333 !important;
    font-size: 18px;
    font-weight: 600;
}
img.icon-google {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px; 
}
.btn-temoignages {
    display: flex;
    justify-content: right;
    margin: 20px 0 0;
}
.Mobile .btn-temoignages{
    justify-content: center;
}
.btn-temoignages a {
    padding: 12px 20px;
    display: block;
    background: #24631e;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.btn-temoignages a:hover{
    background: black;
}
/*.slide-temoignage {
  display: flex;
  position: relative; 
}*/

h2.Titre {
    text-align: center;
}
.Liens {
    column-count: 4;
}
.Tablet .Liens {
  column-count: 3;
}
.Mobile .Liens {
  column-count: 1;
}
.Liens a {
    display: block;
    line-height: 32px;
    text-decoration: none;
    color: #333;
}
.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.titre-album {
  clear: both;
  display: block;
  font-size: 32px;  
  margin: 20px 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
div#realisations .container-box &gt; .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}
div#realisations .container-box &gt; .row &gt; div {
    display: block;
    width: 25%;
    padding: 0 10px;
}
.Tablet div#realisations .container-box &gt; .row &gt; div { 
    width: 50%; 
}
.Mobile div#realisations .container-box &gt; .row &gt; div { 
    width: 100%; 
    padding: 0;
}
.Mobile .Block8 img,
.Mobile .Block9 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.slick-arrow {
  position: absolute;
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow::before {
  content: "";
  background-image: url(../images/img/chevron-right.webp);
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.slick-next.slick-arrow {
  right: 0px;
}
.slick-prev.slick-arrow {
  left: 15px;
  transform: rotate(180deg) translateY(-50%);
}
.Mobile .slick-prev.slick-arrow{
    left: 0;
}



.block_rs .h5 {
    color: #fff;
    font-size: 16px;
    margin: 30px 0;
}
.block_rs_content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.block_rs_content a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.block_rs_content a:hover img {
    filter: drop-shadow(1px 1px 2px black);
}
.Tablet .footer-col.col-logo {
  display: none;
}

.grid-col-devis_gratuit {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.Tablet .grid-col-devis_gratuit {
  grid-template-columns: 50% 50%;
}

.devis_contact,
.devis_horaires {
    padding-left: 50px;
    position: relative;
}
section.devis_gratuit .h4::before{
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 0;
}
.h4.CoordonnÃ©es::before{
    background-image: url(../images/img/adresse.webp);
}
.h4.horaires::before{
    background-image: url(../images/img/icon-horloge.webp);
}
.devis_contact a {
    color: #24631e;
    text-decoration: none;
}
.devis_gratuit p {
    line-height: 32px;
    font-size: 18px;
}
#Map {
    width: 100%;
    height: 550px;
    z-index: 0;
}
.Tablet #Map {
    width: 100%;
    height: 350px;
    z-index: 0;
}
.Mobile #Map {
    width: 100%;
    height: 250px;
    z-index: 0;
}
section.devis_gratuit {
    padding-bottom: 0;
    position: relative;
}
section.devis_gratuit:before {
    content: "";
    background-image: url(../images/img/black-bmw-m3-coupe-car.webp);
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 744px;
    height: 350px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.Tablet section.devis_gratuit::before,
.Mobile section.devis_gratuit::before{
    display: none;
}
.contenu-devis div#Map {
    margin-top: -70px;
}
.Mobile .contenu-devis div#Map{
    margin: 0;
}
/*----------------------------------------------------------
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;
}
.page-mention ol &gt; li {
    margin: 0 0 50px;
}
.page-mention ol &gt; li:last-child {
    margin: 0;
}


.Block-devis-flex {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
}
.Tablet .Block-devis-flex,
.Mobile .Block-devis-flex {
  flex-direction: column;
}

.Mobile .grid-col-devis_gratuit {
    grid-template-columns: 100%;
    gap: 50px;
}

.Mobile section.devis_gratuit {
    margin: 0 0 20px;
}

/*------------------------------------------------------------------------- 
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 &gt; div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable .h1 {
    font-size: 200px;
    color: #24631e;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #24631e;
}
.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;
  }
  .Mobile li.nav-item.active,
  .Tablet li.nav-item.active {
    background: #fff;
}
section.Block.Block5 img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

/*----------------------------------------------------------------------------------- 
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;
}</pre></body></html>