*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
    --primaryColor: #2d2d2d;
    --SecondColor: #dc0000;
    --ThirdColor: #dc00002e;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 28px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #353535;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
    font-size: 20px;
    color: var(--primaryColor);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: 600;
}
button,
input {
  border-radius: 0;
  transition: all 0.3s ease 0s;
}

button:focus:not(:focus-visible) {
  outline: 0;
  
}
[role="button"] {
  cursor: pointer;
}
a {
    color: inherit;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
input:focus,
button:focus,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  z-index: 1;
    transition: all 500ms ease;
    cursor: pointer;
}
.btn:before,
.toogle-devis:before {
    position: absolute;
    content: '';
    background: #2d2d2d;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 500ms ease;
}
.btn:hover:before,
.toogle-devis:hover:before {
    width: 100%;
    left: 0;
}
.btn-custom {
    background: var(--primaryColor);
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    color: #fff;
}
.avis-block .btn-custom {
    color: #fff;
}

.container,
.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: 1200px;
  }
}

.m-0 {
    margin: 0 !important;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mr-15 {
    margin-right: -15px;
}
.ml-15 {
    margin-left: -15px;
}

.pl-2 {
    padding-left: 2rem;
}
.pl-3 {
    padding-left: 3rem;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Mobile .row-flex,
.Tablet .header-block .row-flex {
    display: block;
}
.flex-end {
    align-items: flex-end;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

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

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

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

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

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

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

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

.Mobile .col-2,
.Mobile .col-3,
.Mobile .col-4,
.Mobile .col-5,
.Mobile .col-6,
.Mobile .col-7,
.Mobile .col-8,
.Mobile .col-9,
.Mobile .col-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/*
Style header
*/
.header {
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.Mobile .header,
.Tablet .header {
    position:fixed;
    background:white;
    left:0;
    top:0;
    width:100%;
    z-index: 1111;
}
.header-block {
    position: relative;
}
.bot-nav {
    border-top: 1px solid #ddd;
}
.top-nav > div {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #707173;
    font-weight: 600;
}
.Mobile .top-nav > div,
.Tablet .top-nav > div {
        display: flex;
    justify-content: center;
}
@media(min-width: 1200px) {
    .top-nav > div:before {
        content: "";
        height: 107%;
        width: 2px;
        background-color: #ddd;
        position: absolute;
        top: -2px;
        right: -30px;
        transform: rotate(20deg);
    }
    .top-nav > div:last-child:before { display: none; }
}

.top-nav > div i {
    margin-right: 10px;
    color: var(--SecondColor);
}
.tel-top a {
    font-weight: 900;
    color: #000;
}
.Mobile .tel-top a {
    font-size: 18px;
}
.tel-top em {
    margin: 0 5px;
}
.mail-top:hover a {
    color: var(--SecondColor);
    text-decoration: underline;
}
.Mobile .mail-top { display: none; }
.logo-header {
    position: relative;
    z-index: 9;
    -webkit-clip-path: polygon(0 0,100% 0%,88% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0%,88% 100%,0% 100%);
    background-color: #dc00002e;
    background-repeat: no-repeat;
    background-position: left center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.Mobile .logo-header,
.Tablet .logo-header {
    -webkit-clip-path: none;
    clip-path: none;
    justify-content: space-between;
}
.logo {
    padding: .5rem 1rem;
}
.Mobile .logo {
    padding: .5rem 0;
    width: 175px;
}
.logo img {
    max-width: 100%;
    width: 200px;
    height: 120px;
    object-fit: contain;
}

.Mobile .top-nav > div.adr-top,
.Tablet .top-nav > div.adr-top {
    display: none !important;
}
.bot-nav {
    justify-content: space-between;
}
.nav-list {
    display: none;
    list-style: none;
    margin: 0;
    position: relative;
    padding-left: 0;
}
@media(min-width: 1200px) {
    .top-nav > div.adr-top,
    .nav-list {
        display: block;
    }
}
@media(max-width: 1199px) {
    .top-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .top-nav > div {
        padding: 0;
    }
    .header-block > nav {
        justify-content: space-between !important;
    }
    .top-nav {
        display: initial;
    }
}
.Mobile .top-nav,
.Tablet .top-nav {
    padding: 0;
    text-align: center;
}
.nav-item {
    display: table-cell;
    padding: 10px;
}
.nav-item > a {
    display: block;
    line-height: 130%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}
@media(min-width: 1800px) {
    .nav-item > a {
        font-size: 14px;
    }
}
.nav-click {
    position: absolute;
    left: 10px;
    font-size: 30px;
}
.megaMenu {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 9999!important;
    width: 100%;
    left: 0;
}
.Mobile .megaMenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
}
.nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.megaMenu > ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    text-align: left;
    border-top: 4px solid var(--SecondColor);
    background-color: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
@media(min-width: 1200px) {
    .megaMenu > ul {
        column-count: 4;
        -webkit-column-count: 4;
    }
}

.nav-submenu-item > a {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 15px;
}
.nav-item > a:hover,
.nav-item.active > a,
.nav-submenu-item > a:hover,
.nav-submenu-item.active > a {
    color: #dc0000;
}
.nav-submenu-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/check.webp);
    background-size: cover;
}

button.navMobile {
    display: none;
    border: none;
    background: none;
    padding: 0;
    margin-right: 2rem;
    cursor: pointer;
}
@media(max-width: 1199px) {
    button.navMobile { display: block; }
}
button.navMobile:hover {
    opacity: .5;
}
button.navMobile > span {
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: middle;
}

.devis-block {
    position: relative;
}
.Mobile .devis-block { display: none; }
.toogle-devis {
    -webkit-clip-path: polygon(8% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(8% 0,100% 0%,100% 100%,0% 100%);
    background-color: var(--SecondColor);
    color: #fff;
    padding: 13px 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    max-width: 250px;
    flex: 0 0 250px;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Tablet .toogle-devis {
    max-width: 150px;
    flex: 0 0 150px;
}
@media (min-width: 1200px) and (max-width: 1313px) {
    .toogle-devis {
        max-width: 135px;
        flex: 0 0 135px;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}
.toogle-devis:focus {
    color: #fff;
}

.devis-block > div {
    position: absolute;
    min-width: 300px;
    width: 100%;
    top: 100%;
    right: 1rem;
    transition: all 0.3s ease 0s;
    z-index: 100;
}
.devis-block .Devisgratuit {
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    padding-top: 17px;
    margin-top: 1rem;
    height: 0;
}
.devis-block .Devisgratuit.open-devis {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    height: auto;
}
#mail, #mail2 { display: none; }
#FormDevis {
    box-shadow: 0 0 57px 20px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
#FormDevis label {
    display: block;
    line-height: 130%;
    font-style: italic;
}
#FormDevis strong {
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid #adadad;
    color: var(--primaryColor);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.form-input {
    margin: 5px 0;
    display: block;
    width: 100%;
    line-height: 1.25;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid transparent;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #707173;
    padding: 10px 15px;
    border-radius: 6px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #000000;
}
.form-input:focus,
.rappelBlock .form-rappel:focus {
    outline: none;
    border-color: var(--SecondColor);
    box-shadow: none;
}
textarea.form-input {
    height: 100px;
    max-width: 100%;
}
.form-input::-webkit-input-placeholder {
  color: #cccccc;
}

.form-input::-moz-placeholder {
  color: #cccccc;
}

.form-input:-ms-input-placeholder {
  color: #cccccc;
}

.form-input::-ms-input-placeholder {
  color: #cccccc;
}

.form-input::placeholder {
  color: #cccccc;
}
#FormDevis .btn-custom {
    background: #dc0000;
    padding: 7px 15px;
    display: block;
    width: 100%;
    cursor: pointer;
}
.rappelBlock {
    background-color: #000000;
    border-radius: 15px;
    margin-top: 1rem;
    transition: all 0.3s ease 0s;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.rappelBlock:before {
    content: "";
    position: absolute;
    background-image: url(../images/img/img-rappel.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .5;
    filter: brightness(0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rappelBlock > div {
    position: relative;
    color: #fff;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.rappelBlock > div > div {
    padding-left: 1.5rem;
}
.rappelBlock span {
    max-width: 70px;
    flex: 0 0 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--primaryColor);
}
.rappelBlock .form-rappel {
    border: 1px solid transparent;
    padding: 7px 15px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: rgb(255 255 255 / 65%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #000000;
}
.rappelBlock .btn-custom {
    background: #dc0000;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
}

/*
Homeslider
*/
.homeslider {
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    height: 50vh;
}

.slider__ {
    min-height: 688px;
    height: 100vh;
}

.full-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.slider-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 688px;
    height: 100vh;
}
.Mobile .homeslider,
.Mobile .slider__,
.Mobile .slider-img {
    height: 550px;
    min-height: 550px;
}
.Mobile .homeslider {
    padding-top: 140px;
}

@media (min-width: 1643px) {
    .homeslider {
        height: 60vh;
    }
    .slider__,
    .slider-img {
        height: 90vh;
    }
    .temoignages .homeslider,
    .temoignages .slider__,
    .realisations .homeslider,
    .realisations .slider__,
    .mentions .homeslider,
    .mentions .slider__ {
        height: 35vh;
    }
}
.slider-img:before {
    content: "";
    background-color: var(--primaryColor);
    background: -webkit-linear-gradient( 142deg,rgba(53,6,3,0),rgb(68 41 31 / 93%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.captionSlider {
    top: 45%;
    transform: translateY(-50%);
    position: relative;
    color: #fff;
    z-index: 7;
}
@media (max-width: 1199px) {
    .captionSlider {
        max-width: 70%;
    }
}
.Mobile .captionSlider {
    max-width: 100%;
    transform: translateY(-32%);
}
.titleSlider {
    max-width: 767px;
}
.titleSlider > span {
    display: block;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 90px;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    letter-spacing: 2px;
}
.Mobile .titleSlider > span {
    padding-left: 40px;
    font-size: 18px;
    letter-spacing: 1px;
}
.titleSlider > span:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 3px;
    left: 0;
    top: 13px;
    background-color: var(--SecondColor);
}
.Mobile .titleSlider > span:before {
    width: 30px;
}
.titleSlider > div {
    font-size: 70px;
    line-height: 82px;
    font-weight: 900;
    margin-bottom: 8px;
}
.Mobile .titleSlider > div {
    font-size: 40px;
    line-height: 45px;
}
.titleSlider > div.littleTitle {
    font-size: 50px;
    line-height: 62px;
}
.titleSlider > p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 43px;
    margin-left: 10px;
    letter-spacing: .5px;
}
.btn-realisation {
    background: #dc0000;
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/*
Content
*/
.wrap section {
    position: relative;
    padding: 100px 0 100px 0;
}
.Mobile .wrap section {
    padding: 50px 0 !important;
}
.contenent_block2,
.contenent_block1 {
    background-size: contain;
    background-position: center 0;
    background-repeat: no-repeat;
}
.contenent_block1 {
    padding-top: 5rem !important;
    background-position: right bottom;
    z-index: 5;
}
.pattern-bottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -95px;
}
.pattern-bottom svg {
    display: block;
    width: calc(200% + 1.3px);
    height: 100px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pattern-bottom .shape-fill {
    fill: var(--ThirdColor);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.text1 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
}
.text1 > h1,
.text1 > p {
    -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  
}
.text1 h1 {
    color: var(--primaryColor);
    font-size: 1.9rem;
    line-height: 130%;
    text-align: right;

    -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
}
.Mobile .text1 h1 {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: left;
}
.text1 p {
    padding-left: 2rem;
    text-align: justify;
}
.Mobile .text1 p {
    padding-left: 0;
}
.title_ {
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 2rem;

}
.title_ strong {
    color: #dc0000;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 2px;
    position: relative;
    padding-left: 60px;
    margin-bottom: .5rem;
    display: inline-block;
}
.title_ strong:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: var(--SecondColor);
    top: 50%;
}
.text-item {
    padding: 0 15px;
    margin: 15px 0;
}
.text-item > div {
    /*background-color: var(--primaryColor);*/
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 24%);
    height: 100%;
    padding: 20px;
}
.text-item > div figure {
    background-color: #ddd;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem;
}

.wrap section.categories {
    background-color: var(--ThirdColor);
    border-radius: 18rem 0 0 0;
    padding-top: 13rem;
    margin-top: -15rem;
}
.Mobile .wrap section.categories {
    margin-top: 0;
}
.categories .title_ {
    color: var(--primaryColor);
    text-align: center;
}
.services-list {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
}
.services-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 7px;
    height: 250px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid var(--primaryColor);
    border-radius: 17px;
    position: relative;
    overflow: hidden;
}
.services-list a:hover {
    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 22%);
}
.services-list span {
    padding: 12px;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    height: 90px;
    overflow: hidden;
    text-align: center;
    line-height: 130%;
    background: #fff;
    font-weight: 600;
    border-radius: 0 0 7px 7px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.services-list a.active span,
.services-list a:hover span {
    background: #ffffff;
}
.villes_intervention {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.villes_intervention .container {
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .villes_intervention {
        background-size: cover;   
    }
}
.Mobile .villes_intervention {
    background-image: none !important;
    background-color: var(--primaryColor);
}
.villes_intervention:before {
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .2;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}
.villes_intervention:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 58%;
    z-index: 0;
    background-color: var(--primaryColor);
    /* -webkit-clip-path: polygon(0 0,90% 0%,80% 100%,0 100%); */
    /* clip-path: polygon(0 0,90% 0%,80% 100%,0 100%); */
    border-radius: 0 0 27rem 0;
}
.Mobile .villes_intervention:after { display: none; }
.Desktop .item-box {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    z-index: 4;
}

.villes-list {
    padding-right: 3rem;
    font-size: 14px;
}
.Mobile .villes-list {
    padding-left: 0;
    padding-right: 0;
}
.villes-list a {
    display: block;
    color: #fff;
    line-height: 130%;
    margin: 10px 0px;
}
.Mobile .villes-list a {
    display: block;
    padding: 7px 0;
}
.villes-list a:first-child {
    margin-left: 0;
}
.villes-list a.active,
.villes-list a:hover {
    opacity: .4;
}
.transition_ {
           transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}
.Mobile .imgContent .col-5,
.Mobile .imgContent .col:last-child img:last-child {
    display: none;
}

.imgContent img {
    border-radius: 15px;
}
@media(min-width: 1024px) and (max-width: 1199px) {
    .imgContent {
        padding-right: 4rem;
    }
    .imgContent .col-5 {
        padding-right: 1rem;
    }
    .imgContent img {
        max-width: 100%;
    }
}
.Mobile .imgContent img {
    margin: auto;
    display: block;
}
.accordion > div h2 {
    position: relative;
    line-height: 130%;
    cursor: pointer;
    transition: background 0.3s ease;
}
.accordion > div h2:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 2px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: var(--ThirdColor) url(../images/img/left.webp);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion p {
    display: none;
}
.accordion > div:first-child p {
  display: block;
}
.contact-tel {
    align-items: center;
}
.Mobile .contact-tel {
    text-align: center;
}
.contact-tel span {
    margin-right: 1rem;
    margin-top: 5px;
    font-size: 2rem;
}
.Mobile .contact-tel span {
    margin: 0.5rem auto;
    border: 1px solid #000;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    border-radius: 50%;
}
.contact-tel strong {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
    font-weight: 700;
}
.contact-tel a {
    font-size: 1.7rem;
    font-weight: 900;
    color: var(--SecondColor);
    margin-bottom: 1rem;
    display: block;
}

.contact-tel em {
    display: none;
    margin: 0 10px;
    font-size: 1.5rem;
    font-style: normal;
}
@media(min-width: 1200px) {
    .contact-tel em { display: inline-block; }
    .contact-tel a {
        display: inline-block;
        margin: 0;
    }
}

.avis-block {
    background-color: var(--ThirdColor);
    border-radius: 0 18rem 0 0;
}
.Mobile .avis-block {
    border-radius: 0;
}
.avis-block .title_ {
    text-align: center;
    color: var(--primaryColor);
}
.text-center {
    text-align: center;
}
.item-tem {
    max-width: 760px;
    margin: 2rem auto 1rem;
}
.single-testimonial {
    border: 7px solid #fff;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
}
.single-test_ {
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.single-testimonial::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    background: url(../images/img/left-quote.svg) no-repeat #f9d1d1;
    background-size: 60px;
    width: 126px;
    height: 100px;
    background-position: center center;
}
.single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
    background: url(../images/img/right-quote.svg) no-repeat #f9d1d1;
    background-size: 60px;
    width: 126px;
    height: 100px;
    background-position: center center;
}
.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
}
.round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
}
.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}
.round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}

.client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px;
    z-index: 3;
}

.client-info {
    color: #000;
    font-weight: 900;
    font-size: 18px;
}

.testimonial-content .owl-dots button {
    background: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}
.Mobile .testimonial-content .owl-dots { display: none !important; }
.testimonial-content .owl-dots {
    text-align: center;
    margin-bottom: 25px;
}
.testimonial-content .owl-dots button.active {
    width: 30px;
}
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

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

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

.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;
}

.contenuRight {
    padding-left: 3rem;
}
.Mobile .contenuRight {
    padding-left: 0;
}
.contenuRight figure {
    margin-right: 0;
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.Mobile .contenuRight figure {
    padding-left: 0;
    margin-bottom: 2rem !important;
}
.Mobile .contenuRight figure img {
    width: 100%;
}
.Mobile .contenuRight .bigImg figure {
    margin-bottom: 0 !important;
}
.contenuRight img {
    max-width: 100%;
}
.devisLeft {
    margin-bottom: 1.5rem;
}
.Mobile .devisLeft,
.Tablet .devisLeft,
.DevisGratuitMobile {
    display: none;
}
.Mobile .DevisGratuitMobile,
.Tablet .DevisGratuitMobile {
    display: block;
    margin-bottom: 2rem;
}
.leftBlock .textAgence {
    color: #000;
    background: var(--ThirdColor);
    font-weight: 400;
    padding: 0;
    position: relative;
}
.leftBlock .textAgence > div span {
    width: 120px;
    height: 120px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -7rem;
    margin-left: 4rem;
    position: relative;
    z-index: 6;
    top: -.5rem;
    border: 7px solid var(--ThirdColor);
}
.leftBlock img {
 max-width: 100%;   
}
.leftBlock .textAgence > div {
    padding: 2rem;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    background-color: var(--ThirdColor);
}
.bigImg {
    position: relative;
}
.carousel-text {
    position: absolute;
    width: 450px;
    background: var(--SecondColor);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 20px;
    color: #fff;
}
.Mobile .carousel-text {
    position: static;
    width: 100%;
    transform: none;
    margin-bottom: 2rem;
}
.carousel-text h2 {
    color: #fff;
}
.carousel-text .owl-carousel .owl-nav button.owl-next span, 
.carousel-text .owl-carousel .owl-nav button.owl-prev span {
    font-size: 3rem;
    margin: 0 15px;
}
.carousel-text .owl-carousel .owl-nav button.owl-next:focus span, 
.carousel-text .owl-carousel .owl-nav button.owl-prev:focus span {
    opacity: .3;
}

.location {
    margin-bottom: 2rem;
}
.location strong {
    display: block;
    font-size: 1.4rem;
    color: var(--primaryColor);
    margin-bottom: .5rem;
    border-left: 4px solid var(--SecondColor);
    padding-left: 1rem;
}
.location p {
    border-bottom: 1px solid #adadad;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
#Map {
    height: 400px;
}

.mentions .wrap {
    padding: 5rem 0;
}
.mentions h2 {
    font-size: 2rem;
}
.mentions ol > li::marker {
    color: var(--SecondColor);
    font-size: 19px;
    font-weight: 600;
}
.mentions h3 {
    color: var(--SecondColor);
    margin-top: 1rem;
}
.mentions p {
    margin-bottom: 0;
    text-align: justify;
}

/*
Realisations
*/
.titre-album {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--primaryColor);
}
.swipebox {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px;
}
.swipebox img {
        max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Mobile .swipebox {
    display: block;
    height: inherit;
}
/*
Footer
*/
#footer {
    background-color: #2d2d2d;
}
.bg-ImgFooter {
    padding: 7rem 0;
    position: relative;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover;
}
.overlay_ {
    background-color: var(--primaryColor);
    position: absolute;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    opacity: .65;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.textAgence {
    text-align: center;
    max-width: 660px;
    margin: auto;
    padding: 2rem;
    color: #fff;
    position: relative;
    font-weight: 900;
    letter-spacing: 1px;
}

.footer-infos {
    padding: 50px 0;
    color: #fff;
}
.item-footer > strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
}
.item-footer > strong:after {
    content: "";
    display: block;
    margin: 1rem 0;
    border-bottom: 2px solid #fff;
    width: 30px;
}
.item-footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    column-count: 2;
}
.Mobile .item-footer ul {
    column-count: 1;
}
.item-footer ul li {
    margin-bottom: .5rem;
    transition: all 0.3s ease 0s;
}
.item-footer ul li:hover {
    padding-left: 5px;
}
.item-footer ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
    opacity: .7;
}
.Mobile .item-footer ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.item-footer ul li:hover a {
    opacity: 1;
}
.item-footer ul li a:before {
    content: "";
    background-image: url(../images/img/arrow_forward_ios.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 9px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.coordonnes > div {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    gap: 7px;
}
.coordonnes > div i {
    margin-right: .5rem;
}
.mail_ a:hover {
    text-decoration: underline;
}
.copyright {
    padding: 40px 0 35px;
    border-top: 1px solid #42342c;
    text-align: center;
    background: transparent;
    color: #fff;
}
.copyright > span {
    margin-right: 15px;
}
.Mobile .copyright > span {
    margin-right: 0;
    display: block;
}
/*
Sidebar
*/
.overly-sidebar {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    width: 0;
    background-color: rgba(0,0,0,.75);
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/img/cancel.webp),auto;
    transition: all ease 0.8s;
}
.overly-sidebar.showMenu {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.overly-sidebar .overly-sidebar-content {
    background-color: #fff;
    width: 400px;
    margin-left: auto;
    padding: 40px 10px 0 60px;
    position: relative;
    right: -600px;
    cursor: auto;
    transition: all ease 1s;
}
.Mobile .overly-sidebar .overly-sidebar-content {
    padding-left: 10px;
}

.overly-sidebar.showMenu .overly-sidebar-content {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: all ease 1s;
}
.overly-sidebar .overly-sidebar-content .circle-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    margin: 0 5px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 47px;
    height: 47px!important;
    line-height: 34px;
    border-radius: 50%;
    transition: all ease 0.3s;
    right: 45px;
    color: #393738!important;
    background: #eee;
    top: 16px;
}
.overly-sidebar.showMenu .overly-sidebar-content>button {
    line-height: 1.2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.6s;
    display: none;
}
.Tablet .overly-sidebar.showMenu .overly-sidebar-content>button,
.Mobile .overly-sidebar.showMenu .overly-sidebar-content>button {
    display: block;
}
.offcanvas-content {
    height: 100vh;
    transition: all 0.3s ease-out;
    overflow: auto;
    padding-right: 40px;
    padding-top: 20px;
}
.offcanvas-content .nav-list,
.offcanvas-content .nav-list .nav-item {
    display: block;
}
.offcanvas-content .nav-list .nav-item:first-child {
    position: relative;
    padding-left: 3rem;
}
.offcanvas-content .nav-list .nav-item > a {
    font-size: 16px;
    text-align: left;
}
.Mobile .col-reverseM {
    display: flex;
    flex-direction: column-reverse;
}

/**
404
*/
.blog_pageIntrouvable {
    background-color: var(--primaryColor);
    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: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: var(--SecondColor);
    line-height: 100%;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.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;
  }

}
#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}

.coordonnes .tel_ a {
    font-weight: 900;
    font-size: 18px;
}


.Top_rappel {
    display: inline-block;
    width: 260px;
    margin-top: -5px;
}
.Top_rappel strong {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
    margin-bottom: 2px;
    display: block;
}
.input-form {
    display: block;
    margin: 5px 0;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    font-weight: 300;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#rappel_immediat .input-form {
    background-color: #efefef;
    display: inline-block;
    width: 70%;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
}
#rappel_immediat .btn-devis-gratuit {
    display: inline-block;
    width: 30%;
    font-size: 8px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -10px;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: var(--SecondColor);
    color: #fff;
    border: none;
    cursor: pointer;
}
.Mobile .Top_rappel,
.Tablet .Top_rappel {
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
}
.top-nav img {
    filter: invert(1);
}
.btn_ {
    display: flex;
    gap: 15px;
}
.services-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adr-top {
    display: flex !important;
}
.Desktop .slider-img.presta {
    height: 450px;
    min-height: 450px;
}
body.Desktop.debarras-des-objets-encombrants .bigImg {
    margin-top: 8rem;
}
i.icon.icon-arrow_drop_down {
    position: relative;
    width: 20px;
    height: 20px;
}
i.icon.icon-arrow_drop_down::before {
        content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/drop.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}
.Mobile .btn_ {
    flex-direction: column;
    gap: 7px;
}
.Mobile .services-list {
    grid-template-columns: repeat(2, 1fr);
}
.Mobile .services-list span {
    padding: 5px;
    text-transform: none;
    font-size: 13px;
}
.Mobile .accordion > div h2:before {
    left: 0;
}
.Mobile .accordion > div h2 {
    padding-left: 45px;
}
.Tablet .header-block {
  position: relative;
  flex-direction: column;
}
.Tablet .slider__ {
  min-height: 250px;
  height: 500px;
}
.Tablet .captionSlider {
  transform: translateY(18%);
}
.Tablet .col.col-4.text-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.Tablet .services-list {
  grid-template-columns: repeat(3, 1fr);
}
.Tablet .row-flex.col-reverseM {
  flex-direction: column-reverse;
  padding: 60px 0;
}
.Tablet .contenuRight {
  padding-left: 0;
}
.Mobile .titleSlider > div.littleTitle {
    font-size: 26px;
    line-height: 1.3;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    z-index: 11111;
    width: 100%;
}

.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
}
.ContactezNous .h1 {
  font-size: 32px;
}
.Mobile .ContactezNous .h1 {
  font-size: 24px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
    padding: 20px 0 0;
        background: none;
    box-shadow: none;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 40px 0;
    color: #333;
}
.Desktop .ContactezNous {
    text-align: center;
}
.horaire img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}