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

/*style*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Calibri',sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

:root {
  --body : #5f5f5f;
  --white : white;
  --black : black;
  --light : #ebebeb;
  --colorP : #20522f;
  --colorS  : #f38f20;
}
body {
    margin: 0;
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: var(--body);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
    color: inherit;
  background-color: transparent;
  text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}
h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 22px;
    font-weight: bold;
    color: #14471e;
}
h3, .h3 {
    font-size: 18px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea.form-control {
  height: 75px;
  resize:vertical;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#mail,
#mail2 {
    display: none;
}
/*
Header
*/
@media (min-width: 1200px) {
  .nav > .container {
      max-width: 1400px;
  }
}
.header .flex-block {
  justify-content: space-between;
  align-items: center;
}
.Mobile .logo img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.telTop {
    display: flex;
}
.telTop > div {
    margin-left: 15px;
    font-size: 26px;
}
.telTop span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding: 7px 0;
    color: var(--black);
}
.telTop em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.rappel-top {
    position: relative;
    padding-left: 80px;
}
.Mobile .rappel-top {
    padding: 20px;
    text-align: center;
}
.rappel-top::before {
  background-image: url(../images/img/call.webp);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 1px solid #14471e;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.Mobile .rappel-top::before {
    position: static;
    display: block;
    transform: none;
    margin: auto;
}
.rappel-top strong {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--black);
    display: block;
}
#rappel_immediat .form-group {
    display: flex;
}
.Mobile #rappel_immediat .form-group {
    justify-content: center;
}
#rappel_immediat .form-control {
    font-size: 12px;
    font-weight: bold;
    min-width: 200px;
    flex: 0 0 200px;
}
.btn.btn-submit {
    background: #14471e;
    border: 1px solid transparent;
    color: var(--white);
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 2px;
    cursor: pointer;
}

/*
Nav
*/
.header {
    background: var(--white);
    position: relative;
    z-index: 100;
}
.Tablet .header,
.Mobile .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#sticky-wrapper {
    z-index: 999 !important;
    position: relative;
}
.nav {
    background: var(--white);
}
.Tablet .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.Mobile .nav {
    padding: 15px 0;
}
nav.nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Tablet nav.nav .container,
.Mobile nav.nav .container {
    justify-content: space-between;
}
.is-sticky .nav .container { 
  justify-content: space-between;
  transition: all .3s ease;
  align-items: center;
}
.Desktop .right-Block {
    max-width: 85%;
    flex: 0 0 85%;
    padding-top: .5rem;
}
.infos-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav .telTop { 
  transition: all .3s ease;
  margin-right: 3rem;
}

.nav-list {
    border-top: 1px solid #d7d7d7;
    padding-left: 0;
    list-style: none;
    margin: 1rem auto 0;
    display: table;
    text-align: center;
}
.nav-item {
    display: table-cell;
    padding: 0 7px;
    position: relative;
}
.nav-item > a {
    font-weight: 600;
    color: var(--black);
    display: block;
    padding: 20px 0;
    line-height: 130%;
    text-transform: uppercase;
    font-size: 14px;
}
.nav-item:hover > a,
.nav-item.active > a {
    color: #14471e;
}
.nav-submenu {
    width: 250px;
  display: none;
  position: absolute;
  list-style: none;
  padding-left: 0;
  background: white;
  z-index: 2;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu-item {
    text-align: left;
    padding: 0 10px;
}
.nav-submenu-item > a {
    display: block;
    padding: 9px 0;
    font-size: 14px;
    line-height: 130%;
    border-bottom: 1px dashed #c0c0c0;
    color: black;
}
.nav-submenu-item:last-child > a {
    border-bottom: none;
}
.nav-submenu-item:hover > a,
.nav-submenu-item.active > a {
    color: #DA6A00;
}
.nav-mobile {
  display: none;
  cursor: pointer;
  background: #14471e url(../images/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px;
}
.Tablet .nav-mobile {
  margin-left: 5rem;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #ffffff;
  height: 56px;
  width: 50px;
  cursor: pointer;
  z-index: 100;
}

.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(../images/drop.svg) no-repeat center center;
  background-size: 20px;
}

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }
  .nav-list {
    margin: 0;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 500px;
    overflow: scroll;
  }

  .nav-item {
    padding: 0;
    display: block;
    background: var(--white);
  }

  .nav-item > a {
    padding: 15px;
    text-align: left;
    padding-right: 3rem;
  }

  .nav-click {
    display: block;
  }

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

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

  .nav-submenu {
    position: static;
    width: 100%;
  }
}
.Mobile-tel {
    background: #14471e;
    text-align: center;
    padding: 5px 0;
}
.Tablet .Mobile-tel {
  display: flex;
  justify-content: center;
}
.Mobile-tel a {
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 15px;
    background: #DA6A00; 
}
.Mobile-tel img { 
    position: relative;
    left: -7px;
}

.ContactezNous #FormDevis .form-control {
    margin: 5px 0;
}
.Mobile .col-rev {
  flex-direction: column-reverse;
}

.Mobile .Devisgratuit,
.Tablet .Devisgratuit {
    padding: 20px;
    background: #ebebeb; 
}
.Mobile .Devisgratuit .form-control,
.Tablet .Devisgratuit .form-control {
    margin: 5px 0;
}
.Mobile input.btn.btn-submit,
.Tablet input.btn.btn-submit {
    border: 0;
    background: #14471e;
    display: block;
    width: 100%;
    padding: 17px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.Mobile .rappel-gratuit strong,
.Tablet .rappel-gratuit strong {
    display: block;
    text-align: center;
    margin-top: 2rem;
    color: var(--black);
}
.Devisgratuit-h3 {
    font-weight: bold;
    color: var(--black);
    font-size: 20px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.Devisgratuit-h3 span {
    display: flex;
    margin: 0 auto 1rem;
    width: 90px;
    height: 90px;
    background-color: #14471e;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.Devis_gratuitBlock {
    background-color: var(--white);
    padding: 40px;
    box-shadow: 0 0 16px 0px rgb(0 0 0 / 20%);
    margin-left: 5rem;
}
.Tablet.prestations .Devis_gratuitBlock,
.Desktop.prestations .Devis_gratuitBlock {
    position: relative;
    top: 25rem;
}
.Tablet .Devis_gratuitBlock {
    padding: 20px;
    margin-left: 0;
}
.Tablet.ville .Devis_gratuitBlock {
    margin-top: 7rem;
    display: none;
}
.Devis_gratuitBlock .form-control {
    padding: 10px 15px;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
}
.Devis_gratuitBlock textarea.form-control {
    height: 100px;
    max-height: 125px;
}
.Devis_gratuitBlock .form-control:focus {
    border-color: #DA6A00;
    outline: none;
    box-shadow: none;
}
.logoDivers {
    text-align: center;
    margin-top: 20px;
}
.Tablet.prestations .logoDivers,
.Desktop.prestations .logoDivers {
  text-align: center;
  margin-top: 2rem;
}
.Mobile .logoDivers,
.Tablet .logoDivers {
  text-align: center;
    margin-bottom: 2rem;
}

.box_btn a.btn,
.btn-form-devis {
    margin-right: 20px;
    border: 1px solid transparent;
    padding: 20px 35px 20px 35px;
    font-weight: bold;
    transition: all .3s ease;
    background-color: #14471e;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: scale(1.0);
    display: inline-block;
}
.btn-form-devis {
    width: 100%;
    cursor: pointer;
}
.box_btn a.btn:hover,
.btn-form-devis:hover {
    background: none;
    transform: scale(0.9);
    color: var(--white);
}
.btn-form-devis:hover {
    border-color: #14471e;
    color: var(--black);
}
.box_btn a.btn img {
    margin-top: -3px;
    margin-left: 1rem;
}
.box_btn a.btn:hover img {
    filter: invert(1);
}

.box_btn a.btn-contact {
    background: #DA6A00;
    color: var(--black);
}
.box_btn a.btn-contact:hover {
    border-color: #DA6A00;
}


.Mobile .box_btn a.btn {
    display: block;
    text-align: center;
    margin: 15px 0;
}
.Desktop .pastilles {
    display: table;
    margin-top: -20rem;
}
.Tablet .pastilles,
.Mobile .pastilles {
    text-align: center;
}
.pastilles img {
    margin-right: 15px;
    width: 100px;
    height: 75px;
    object-fit: contain;
}
.Tablet .pastilles img {
    margin: 15px;
}
.Mobile .pastilles img {
    margin: 15px 5px;
}

/*
Content
*/
.full_slider {
    position: relative;
}
.Mobile .full_slider {
    padding-top: 10rem;
}
.captionSlider {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.Mobile .captionSlider {
  top: 60%;
}
.Tablet .text_slider {
  padding-top: 7rem;
}
.titre_ {
    line-height: 130%;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
    margin-top: 0;
    color: #14471e; 
}
.Tablet .titre_ {
    font-size: 2rem;
}
.Mobile .titre_ {
    font-size: 2rem;
    line-height: 130%;
    margin-top: 30px;
}
.wrapper h1 {
  color: #14471e;
}
.wrapper h2:after {
    content: "";
    display: block;
    margin: 1rem 0;
    border-bottom: 2px solid;
    width: 35px;
}
.wrapper p {
  text-align: justify;
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imgBG {
  background-color: #14471e;
  height: 700px;
}
.Mobile .imgBG {
  background-color: #14471e;
  height: 450px;
}
@media(min-width: 1800px) {
  .imgBG {
    height: 900px;
  }
}
figure {
  margin: 0;
}
.Mobile figure {
  margin-bottom: 1rem;
}
.Block {
    padding: 60px 0;
    position: relative;

}
.Desktop .Block0 {
  background: rgb(255,255,255);
  background: linear-gradient(115deg, rgba(255,255,255,1) 61%, rgba(238,238,238,1) 61%);
}
.Block1,
.Block5,
.Block7 {
    background-color: #f7f7f7;
}
.Block2,
.Block4,
.Block5,
.Block6,
.Block8,
.Block9,
.Block10 {
    padding: 0;
}
.Block3 .row {
    flex-direction: row-reverse;
}
.Block.Block5::before {
    content: "";
    background-color: #DA6A00;
    background-image: url(../images/img/content-vert-nature.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 350px;
}
.texte5 {
    margin-top: -8rem;
    background-color: var(--white);
    padding: 40px 100px; 
}
.Mobile .texte5 {
    padding-left: 20px;
    padding-right: 20px;
}
.Mobile .texte5 p {
    text-align: justify;
}

.slick-dots {
    padding-left: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    border: 0;
    text-indent: -9999px;
    width: 50px;
    height: 4px;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s ease;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
    outline: 0;
    box-shadow: 0;
    background-color: #DA6A00;
}

.primary {
    border-left: 20px solid #DA6A00;
    padding-left: 2rem;
}
.services-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.services-item::after {
    content: "";
    position: absolute;
    background: rgb(25,126,0);
    background: linear-gradient(352deg, rgba(20,71,30,1) 30%, rgba(20,71,30,0) 30%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.services-item img {
    display: block;
    transition: all .3s ease;
    transform: scale(1.0);
}
.services-item:hover img {
    transform: scale(1.1);
}
.services-item span {
    position: absolute;
    bottom: 20px;
    color: var(--white);
    padding: 0 15px;
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    line-height: 130%;
}

/*
Categories villes
*/
.categoriesList {
    background-color: #DA6A00;
    padding: 60px 0;
}
.categoriesList  b.Titre {
    display: block;
    color: var(--black);
    font-size: 1.5rem;
    text-align: center;
}
.texte5 h2::after,
.categoriesList  b.Titre::after {
    content: "";
    display: block;
    margin: 2rem 0;
    border-bottom: 2px solid;
    width: 35px;
}
.Liens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.Tablet .Liens {
    grid-template-columns: repeat(2, 1fr);
}
.Mobile .Liens {
    display: block;
}
.Liens a {
    display: block;
    line-height: 130%;
    color: var(--black);
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}
.Mobile .Liens a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.Liens a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background-image: url(../images/img/map.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.Mobile .Liens a::before {
    top: 15px;
}
.Liens a:hover {
    text-decoration: underline;
}
/*
Avis
*/
#temoignages {
    padding: 100px 0;
}
b.titreAvis {
    display: block;
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #DA6A00;
}
b.titreAvis::after {
    content: "";
    display: block;
    margin: 1.2rem auto; 2rem;
    width: 40px;
    border-bottom: 3px solid;
}
.block-avis { 
    margin: 0 0 0 auto;
    background: var(--white);
    padding: 40px;
    border-radius: 7px;
    text-align: center;
    color: var(--black);
}
.btn.btn-temoin {
    border: 1px solid transparent;
    background: #DA6A00;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 5px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 7px;
    font-weight: bold;
    transition: all .3s ease;
}
.btn.btn-temoin:hover {
    background: #14471e;
}

.temoin {
    background: #e7e7e7;
    color: var(--black);
    padding: 80px 0;
}
.Mobile .temoin {
    padding-top: 8rem;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.col-right {
    border: 3px solid #0f4f62;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgb(98 98 98 / 20%);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
.Mobile h1.Titrecontenu {
    font-size: 22px;
}
h2.Titrecontenu {
    color: #DA6A00;
}
#avis_form {
    margin-top: 15px;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .form-control {
  margin: 0 0 15px 0;
  width: 100%
}
#MonAvis span {
  font-size: 18px;
  color: v#1faed8;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/img/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;
}

/*
Footer
*/
.footer {
    padding: 90px 0 60px;
    color: var(--white);
    position: relative;
}
.footer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  letter-spacing: 0;
  opacity: 40%;
  z-index: 0;
}
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.flex-info span:first-child {
    max-width: 35px;
    flex: 0 0 35px;
    margin-right: 7px;
    text-align: center;
}
.link_footer .logo img {
    display: inline-block;
    background-color: var(--white); 
    padding: 15px;
    width: 250px;
    height: 100%;
    object-fit: contain
}
.link_footer .h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
}
ul.nav-link_footer {
    list-style: none;
    padding-left: 0;
}
ul.nav-link_footer li {
    margin-bottom: .5rem;
}
ul.nav-link_footer li > a {
    display: block;
    transition: all .3s ease;
}
ul.nav-link_footer li:hover > a {
    padding-left: 7px;
}
.coordonnees .flex-info {
    margin: 1.5rem 0;
}
.coordonnees span,
.coordonnees  a {
    color: var(--white);
}
.coordonnees span img {
    filter: invert(1);
}
.link_footer #Map {
    height: 250px;
    z-index: 0;
}
.copyright {
    padding-top: 2rem;
    border-top: 1px solid #0e752c;
    margin-top: 3rem;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
.copyright a {
    font-weight: bold;
    text-decoration: underline;
}
.refSEO {
    font-size: 12px;
    color: #d1dded;
}
.refSEO p {
    line-height: 130%;
}
/*
Page 404
*/
/**
404
*/
.blog_pageIntrouvable {
    background: var(--white);
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 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: #DA6A00;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    margin-bottom: 0;
    line-height: 130%;
    color: #14471e;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--black);
}
.blog_pageIntrouvable a {
    color: #14471e;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@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;
  }
}
.swipebox {
  background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close { 
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}

b.titre-album {
    display: block;
    color: #000;
    font-size: 35px;
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
#Messages {
    background: #DA6A00;
    text-align: center;
    position: relative;
    z-index: 9999;
}
#Messages p {
    color: var(--white);
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
/*
Contact
*/
.Devisgratuit_page,
#realisations,
.temoin,
#mentionsL,
.ContactezNous {
    padding: 60px 0; 
}
.Mobile .Devisgratuit_page,
.Mobile #realisations,
.Mobile .temoin,
.Mobile #mentionsL,
.Mobile .ContactezNous {
    padding-top: 0;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: #14471e;
    font-size: 18px;
}
.ContactezNous .Devisgratuit {
    margin-top: 1rem;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    height: 100%;
}
.devis-item .form-control {
    margin: 9px 0 !important;
}
.Tablet .inline-b,
.Desktop .inline-b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px;
}

.telTop a {
    font-size: 18px;
}
a.logo img {
    width: 250px;
    height: 100px;
    object-fit: contain;
}
.Mobile .copyright { 
    line-height: 50px;
}
.Tablet .Block.Block1 img,
.Tablet .Block.Block3 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
a.swipebox.thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.logoDivers img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.mentions h2 {
    font-size: 35px;
    text-transform: uppercase;
    padding: 20px 0;
}
.Mobile ol {
    padding: 0 20px;
}
.Mobile.mentions h2{
  font-size: 30px;
}


/*============================
CONTACT & DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between; 
}
.Mobile .contact-content {
    display: block;
    margin-top: 0;
    padding: 20px 0; 
}
.Mobile .adr-map {
    padding: 20px 0;
    margin: auto;
}
.Tablet .contact-content {
  padding: 20px 0; 
  margin-top: 85px;
}
.coordonne_cont img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.coordonne_cont {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ContactezNous b {
    font-size: 20px;
}
.ContactezNous-h1 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
  padding: 0 0 40px;
  margin-left: 20px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ContactezNous {
    text-align: center;
}
.devis .Devisgratuit-h3 {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.Mobile.devis .Devisgratuit-h3 {
    font-size: 24px;
}
.devis .Devisgratuit {
    width: 80%; 
    margin: 50px auto 30px;
    text-align: center;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block; 
    width: 100%;
    padding: 175px 0 0;
    margin-top: 0;
}
.Tablet.devis .Devisgratuit {
  margin-top: 225px;
}


body.Mobile.devis div#devisGratuit {
    display: none;
}

a.btn.btn-cont {
    background: rgba(255, 255, 255, .3);
    color: #000;
    border-radius: 0; 
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px#fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
}
.boutton-slider {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}
.Mobile .boutton-slider { 
    justify-content: center; 
}
.contact .ContactezNous #FormDevis {
    display: block!important;
}
.contact-content div#Map {
    height: 450px;
    width: 100%;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg, .ContactezNous img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}


 
.Tablet .corps > .row > div {
  max-width: 33%;
  flex: 0 0 33%;
}
.Tablet .competences > .row > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.ContactezNous .btn {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 17px;
}
.ContactezNous h1 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
.Mobile .ContactezNous h1 {
  font-size: 30px;
  margin-top: 180px;
}
body.Mobile.contact .Devisgratuit,
body.Tablet.contact .Devisgratuit {
    display: none;
}
.contact-content .adr-map {
    position: relative;
    z-index: 0;
}
.Mobile.realisations .Devisgratuit,
.Tablet.realisations .Devisgratuit,
.Mobile.mentions .Devisgratuit,
.Tablet.mentions .Devisgratuit{
    margin-top: 178px;
}
.Mobile b.titre-album { 
    margin-top: 30px;
}
.Mobile ul.nav-link_footer { 
    padding-bottom: 30px;
}
.Mobile .services-item::after { 
    background: #333; 
    opacity: .6;
}
.Mobile .services-item span { 
    bottom: 25px; 
    font-weight: 600;
}

#temoignages {
    padding-bottom: 100px; 
}
.imgAvis.bg { 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
.Mobile .imgAvis.bg {
    padding: 10px;
}
b.titreAvis {
    display: block;
    font-size: 26px;
    color: #376371;
    text-transform: uppercase;
}
b.titreAvis::after {
    content: "";
    display: block;
    margin: 2rem auto ;
    width: 35px;
    border-bottom: 3px solid #376371;
}
.block-avis {
    margin: 0 auto;
    padding: 40px;
    border-radius: 7px;
    text-align: center;
}
#temoignages .item-tem p {
    margin-bottom: 0;
}

.temoin {
    background: #e7e7e7;
    color: black;
    padding: 80px 0;
}
.Mobile .temoin {
    padding-top: 12rem;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.Tablet .temoin .grid-row,
.Mobile .temoin .grid-row {
    display: block;
}
.col-right {
    border: 3px solid #0f4f62;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgb(98 98 98 / 20%);
    padding-bottom: 15px;
    margin-bottom: 1rem;
        background: #f1f1f1;
    padding: 20px;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
.Mobile h1.Titrecontenu {
    font-size: 22px;
}
h2.Titrecontenu {
    color: #376371;
}
#avis_form {
    margin-top: 15px;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .form-control {
  margin: 0 0 15px 0;
  width: 100%
}
.Mobile .block-avis { 
    padding: 40px 0; 
}
#MonAvis span {
  font-size: 18px;
  color: v#1faed8;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.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;
}
#temoignages a.btn-rea {
    background: #DA6A00;
    padding: 7px 35px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: 30px;
}
.item-tem img {
    margin: 0;
    width: 50px;
    height: 50px;
}
img.google {
    width: 60px;
    height: 25px;
    object-fit: contain;
}
.avis-nom {
    display: flex;
    align-items: center;
    gap: 10px;
}
.slide-temoignage .avis-nom {
    justify-content: center;
}
.temoignages .col-left .avis > i {
    background: url(../images/rating-sprit.png) no-repeat;
    height: 9px;
    width: 50px;
    margin: 0;
}
.temoignages .col-left .avis-0 {
  background-position: 0 0 !important;
}
.temoignages .col-left .avis-1 {
  background-position: 0 -11px !important;
}
.temoignages .col-left .avis-2 {
  background-position: 0 -22px !important;
}
.temoignages .col-left .avis-3 {
  background-position: 0 -32px !important;
}
.temoignages .col-left .avis-4 {
  background-position: 0 -43px !important;
}
.temoignages .col-left .avis-5 {
  background-position: 0 -53px !important;
}
.temoignages .col-left .avis-6 {
  background-position: 0 -65px !important;
}
.temoignages .col-left .avis-7 {
  background-position: 0 -75px !important;
}
.temoignages .col-left .avis-8 {
  background-position: 0 -85px !important;
}
.temoignages .col-left .avis-9 {
  background-position: 0 -95px !important;
}
.temoignages .col-left .avis-10 {
  background-position: 0 -105px !important;
}
.avis-t {
    display: flex;
    align-items: center;
    gap: 10px;
}
.slide-temoignage .avis-t {
    justify-content: center;
    margin: 10px 0 5px;
}
.Mobile .slide-temoignage .avis-t {
    flex-wrap: wrap;
    gap: 0;
}
.temoignages .col-left img.google {
    width: 36px;
    height: 15px;
    object-fit: contain;
}
.blockFormulaire input.form-input,
.blockFormulaire textarea.form-input {
    padding: 10px 0 10px 10px;
    width: 100%;
}
input.btn.btn-submit {
    background: #2e2d2d;
    color: #fff;
    width: 100%;
}
.item-tem.slick-slide {
    background: #f1f1f1;
    padding: 20px;
    margin: 0 15px;
    border-radius: 20px;
} 

body:not(.Desktop).temoignages .Devisgratuit {
    display: none;
}
.Tablet .temoin {
  margin-top: 70px;
}