<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
    --mon: font-family: 'Calibri',sans-serif;
    --primaryColor: #95898b;
    --SecondColor: #e9002a;
    --ThirdColor: #d7d0d1;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-size: 1rem;
    font-family: 'Calibri',sans-serif;
    font-weight: 400;
    line-height: normal;
    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: #000;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: 600;
  color: #fff;
}
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: #000;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
img {
  vertical-align: middle;
  border-style: none 
}

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;
}
.btn:before,
.toogle-devis:before {
    position: absolute;
    content: '';
    background: #111;
    color: #fff;
    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:hover,
.toogle-devis:hover {
    color: #fff;
}
.btn-custom {
    background: #d14104;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
}

.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 .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,
.Tablet .col-2,
.Tablet .col-3,
.Tablet .col-4,
.Tablet .col-5,
.Tablet .col-6,
.Tablet .col-7,
.Tablet .col-8,
.Tablet .col-9,
.Tablet .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: 50;
}
.header-block {
    position: relative;
}
.bot-nav {
    border-top: 1px solid #ddd;
}
.top-nav &gt; div {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
}
.Mobile .top-nav &gt; div {
    margin-right: 10px;
    margin-left: 10px;
}
@media(min-width: 1200px) {
    .top-nav &gt; div:before {
        content: "";
        height: 107%;
        width: 2px;
        background-color: #ddd;
        position: absolute;
        top: -2px;
        right: -30px;
        transform: rotate(20deg);
    }
    .top-nav &gt; div:last-child:before { display: none; }
}

.top-nav &gt; div i {
    margin-right: 10px;
    color: #d14104;
}
.tel-top a {
    font-weight: 900;
    color: #fff;
}
.Mobile .tel-top a {
    font-size: 20px;
}
.tel-top em {
    margin: 0 5px;
}
.mail-top:hover a {
    color: #d14104;
    text-decoration: underline;
}
.Mobile .mail-top,
.Tablet .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-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,
.Tablet .logo {
    padding: .5rem 0;
}

.top-nav &gt; div.adr-top {
    display: none;
}
.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 &gt; div.adr-top,
    .nav-list {
        display: block;
    }
}
@media(max-width: 1199px) {
    .top-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .top-nav &gt; div {
        padding: 0;
    }
    .header-block &gt; 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 &gt; a {
    display: block;
    line-height: 130%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}
@media(min-width: 1800px) {
    .nav-item &gt; a {
        font-size: 14px;
    }
}
.nav-click {
    position: relative;
    right: 0;
    font-size: 22px;
    height: 35px;
    width: 35px;
    background-color: #000;
}
span.nav-click::after {
    content: "";
    color: #fff;
    background-image: url(../images/drop.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 14px;
    width: 21px;
    position: absolute;
    filter: invert(1);
    left: -26px;
}
.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,
.Tablet .megaMenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin-top: 10px;
}
.nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.megaMenu &gt; ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    text-align: left;
    border-top: 4px solid #d14104;
    background-color: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #000;
}
@media(min-width: 1200px) {
    .megaMenu &gt; ul {
        column-count: 3;
        -webkit-column-count: 3;
    }
}

.nav-submenu-item &gt; a {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 15px;
}
/*.nav-item &gt; a:hover,
.nav-item.active &gt; a,
.nav-submenu-item &gt; a:hover,
.nav-submenu-item.active &gt; a {
    color: #d14104;
}*/
.nav-submenu-item &gt; a:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/img/ic.webp);
    background-size: cover;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);

}

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 &gt; 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,.Tablet .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: #d14104;
    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;
}
.toogle-devis:hover {
    color: #fff !important;
}
.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,
.toogle-devis:hover {
    color: #000;
}

.devis-block &gt; div {
    position: absolute;
    min-width: 450px;
    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: #111;
    padding: 30px;
    border-radius: 15px;
}
#FormDevis label {
    display: block;
    line-height: 130%;
    font-style: italic;
    color: #fff;
}
#FormDevis strong {
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid #adadad;
    color: #fff;
    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;
    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: #d14104;
    box-shadow: none;
}
textarea.form-input {
    height: 100px;
}
.form-input::-webkit-input-placeholder {
  color: #aaaaaa;
}

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

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

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

.form-input::placeholder {
  color: #aaaaaa;
}
#FormDevis .btn-custom {
    background: #d14104;
    padding: 7px 15px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
}
.rappelBlock {
    background-color: #111;
    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 &gt; div {
    position: relative;
    color: #000;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.rappelBlock &gt; div &gt; div {
    padding-left: 1.5rem;
    width: 100%;
}
.rappelBlock span {
    max-width: 70px;
    flex: 0 0 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #000;
}
.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: #d14104;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
}

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

.slider__ {
    min-height: 688px;
    height: 100vh;
}
.Tablet .slider__ {
    min-height: 700px;
    height: 700px;
}
.temoignages .homeslider,
.temoignages .slider__,
.realisations .homeslider,
.realisations .slider__,
.mentions .homeslider,
.mentions .slider__ {
    height: 40vh;
}
.full-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.homeslider .slider-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 500px;
    height: 500px;
}
.slider__ .slider-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 688px;
    height: 800px;
}
li.nav-item.active {
    color: #d14104;
}
.Mobile .homeslider, 
.Mobile .slider__, 
.Mobile .slider-img {
    height: 600px;
    min-height: 450px;
}
body.Mobile.prestations .homeslider {
    height: 450px!important;
}
.Mobile .homeslider {
    padding-top: 140px;
}
/*.Mobile .slider-img.imgSliderM1 {
    background-image: url(../images/img/bg-home-1-mobile.webp) !important;
}
.Mobile .slider-img.imgSliderM2 {
    background-image: url(../images/img/bg-home-2-mobile.webp) !important;
}
.Mobile .slider-img.imgSliderM3 {
    background-image: url(../images/img/bg-renovation-toiture-mobile.webp) !important;
}
.Mobile .slider-img.imgSliderM4 {
    background-image: url(../images/img/bg-etancheite-mobile.webp) !important;
}*/

@media (min-width: 1643px) {
    .homeslider {
        height: 60vh;
    }
    .slider__,
    .slider-img {
        height: 800px;
    }
    .temoignages .homeslider,
    .temoignages .slider__,
    .realisations .homeslider,
    .realisations .slider__,
    .mentions .homeslider,
    .mentions .slider__ {
        height: 80vh;
    }
}
.slider-img:before {
    content: "";
    background-color: #000;
    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;
}
.Tablet .captionSlider {
  top: 60%;
  padding-left: 40px;
  width: 69%;
}
@media (max-width: 1199px) {
    .captionSlider {
        max-width: 70%;
    }
}
.Mobile .captionSlider {
    max-width: 100%; 
}
.titleSlider {
    max-width: 767px;
    margin-bottom: 20px;
}
.titleSlider &gt; span {
    display: block;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 90px;
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 800;
}
.Mobile .titleSlider &gt; span {
    padding-left: 40px;
    font-size: 23px;
    letter-spacing: 1px;
}
.titleSlider &gt; span:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 3px;
    left: 0;
    top: 13px;
    background-color: #d14104;
}
.Mobile .titleSlider &gt; span:before {
    width: 30px;
}
.titleSlider &gt; div {
    font-size: 70px;
    line-height: 82px;
    font-weight: 900;
    margin-bottom: 8px;
}
.Mobile .titleSlider &gt; div {
    font-size: 40px;
    line-height: 45px;
}
.titleSlider &gt; div.littleTitle {
    font-size: 50px;
    line-height: 62px;
}
.Mobile .titleSlider &gt; div.littleTitle {
    font-size: 34px;
    line-height: 62px;
}
.titleSlider &gt; p {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-left: 10px;
    letter-spacing: .5px;
    position: relative;
}
.titleSlider &gt; p::before {
    content: "";
    position: absolute;
    left: -20px;
    background-image: url(../images/img/down.webp);
    background-size: cover;
    width: 17px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-realisation {
    background: #d14104;
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/*
Content
*/
.wrap section {
    position: relative;
    padding: 50px 0;
}
.Mobile .wrap section,
.Tablet .wrap section {
    padding: 20px 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;
}
.Mobile .text1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.text1 &gt; h1,
.text1 &gt; p {
    -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  
}
.text1 h1 {
    color: #fff;
    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,
.Tablet .text1 h1 {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: left;
      font-size: 22px;
}
.text1 p {
    padding-left: 2rem;
    text-align: justify;
    color: #fff;
}
.Mobile .text1 p {
    padding-left: 0;
}
.title_ {
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 2rem;

}
.title_ strong {
    color: #fff;
    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: #fff;
    top: 50%;
}
.text-item {
    padding: 0 15px;
    margin: 15px auto 0;
}
.text-item &gt; div { 
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 24%);
    height: 100%;
    padding: 20px;
    margin: auto;
}
.Tablet .text-item &gt; div,
.Mobile .text-item &gt; div {
  width: inherit!important;
}
.text-item &gt; 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: #d14104;
    border-radius: 18rem 0 0 0;
    padding-top: 13rem;
    margin-top: -15rem;
}
.Mobile .wrap section.categories {
    margin-top: 0;
    border-radius: 60px 0 0 0;
}
.categories .title_ {
    color: #fff;
    text-align: center;
}
.services-list {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.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 #95898b;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
}
.Tablet .services-list a { 
  height: 170px; 
}
.Mobile .services-list a {
    height: 190px;
}
.services-list a:hover {
    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 22%);
}
.Mobile .services-list a img {
    width: 367px;
}
.services-list span {
    padding: 7px;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    height: 75px;
    overflow: hidden;
    text-align: center;
    line-height: 130%;
    background: #fff;
    font-weight: 900;
    border-radius: 0 0 7px 7px;
    transition: all 0.3s ease 0s;
    color: #d14104;
}
.Tablet .services-list span {
  font-size: 14px;
}
.services-list a.active span,
.services-list a:hover span {
    background: #ffffff;
    color: #d14104;
}
.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: #000;
}
.villes_intervention:before {
    content: "";
    background-color: #111;
    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: #000;
    /* -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;
}
.Tablet .villes_intervention:after {
  border-radius: 0 0 15rem 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; 
}
.Desktop .villes-list{
    column-count: 2;
}
.Mobile .villes-list {
    padding-left: 0;
}
.villes-list a {
    display: block;
    color: #fff;
    line-height: 32px;
    margin: 0 5px;
}
.Tablet .villes-list a {
  display: block;
  line-height: 35px;
  margin: 0;
}
.villes-list a:first-child {
    margin-left: 0;
}
.villes-list a.active, .villes-list a:hover {
    color: #d14104;
}
.transition_ {
           transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}
.Mobile .imgContent .col-5,
.Mobile .imgContent .col:last-child img:last-child,
.Tablet .imgContent .col-5,
.Tablet .imgContent .col:last-child img:last-child {
    display: none;
}

.imgContent img {
    border-radius: 15px;
    background: #ddd;
    display: block;
}
.Tablet .imgContent img { 
  margin: auto;
}
@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;
    max-width: 100%;
}
.accordion &gt; div h2 {
    position: relative;
    line-height: 130%;
    cursor: pointer;
    transition: background 0.3s ease;
    color: #fff;
}
.accordion &gt; div h2:before {
    content: "+";
    position: absolute;
    left: -40px;
    background-color: #d14104;
    color: #fff;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.accordion p {
    display: none;
    color: #fff;
}
.accordion p.show {
  /*display: block;*/
}
.accordion &gt; 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: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    display: block;
    /* padding: 0 0 20px; */
    /* border: solid 2px; */
}
.contact-tel a {
    font-size: 1.25rem;
    padding-left: 10px;
    font-weight: 900;
    color: #fff;
    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: #000;
}
.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 var(--ThirdColor);
    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 var(--ThirdColor);
    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;
}
.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: #d14104;
  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%
}

.contenuRight {
    padding-left: 3rem;
    color: #fff;
}
.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%;
    height: 250px;
    object-fit: cover;
}
.Mobile .contenuRight .bigImg figure {
    margin-bottom: 0 !important;
}
.contenuRight img {
    max-width: 100%;
    display: block;
    background: #ddd;
    object-fit: cover;
    height: 400px;
    margin-bottom: 25px;
}
.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 &gt; 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 &gt; div {
    padding: 2rem;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    background-color: var(--ThirdColor);
}
.bigImg {
    position: relative;
}
.carousel-text {
    position: absolute;
    width: 450px;
    background: #d14104;
    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;
}
.Mobile .location div#Map{
    width: 100%;
    height: 250px;
}
.location strong {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: .5rem;
    border-left: 4px solid #d14104;
    padding-left: 1rem;
}
.location p {
    border-bottom: 1px solid #adadad;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
#Map {
    height: 400px;
    z-index: 0;
}
.Tablet #Map,
.Mobile #Map {
  height: 250px; 
}

.mentions .wrap {
    padding: 2rem 0;
}
.mentions h2 {
    font-size: 24px;
}
.mentions ol &gt; li::marker {
    color: #d14104;
    font-size: 19px;
    font-weight: 600;
}
.mentions h3 {
    color: #d14104;
    margin-top: 1rem;
}
.mentions p {
    margin-bottom: 0;
    text-align: justify;
    color: #fff;
}

/*
Realisations
*/
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}
.swipebox {
    background-color: #f9f9f9 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px; 
}
.Desktop .swipebox{
    display: block;
}
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.Mobile .swipebox {
    display: block;
    height: inherit;
}
/*
Footer
*/
#footer {
    background-color: #d14104;
}
.bg-ImgFooter { 
    position: relative; 
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover;
}
.Mobile .bg-ImgFooter {
    padding: 20px 0;
}
.overlay_ { 
    position: absolute;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    opacity: .65;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.textAgence { 
    max-width: 960px;
    margin: auto;
    padding: 10px 0;
    color: #fff;
    position: relative; 
    letter-spacing: 1px;
}
.text_ {
    background: #d14104;
    color: black;
    padding: 0 20px 20px;
    letter-spacing: 0;
}
.Mobile .text_ {
    text-align: left;
    font-weight: normal;
}

.footer-infos {
    padding: 50px 0;
    color: #fff;
    background: #111;
}
.Mobile .footer-infos {
    padding: 30px 0;
}
.item-footer &gt; strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
}
.item-footer &gt; 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: 1rem;
    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: 20px;
    opacity: 1;
    color: #fff;
}
.item-footer ul li:hover a {
    opacity: 1;
}
.item-footer ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/img/down.webp);
    background-size: contain;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.coordonnes &gt; div {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.coordonnes img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.coordonnes &gt; div i {
    margin-right: .5rem;
}
.mail_ a:hover {
    text-decoration: underline;
}
.copyright {
    padding: 40px 0 35px;
    border-top: 1px solid #fff;
    text-align: center;
    background: transparent;
    color: #fff;
}
.copyright img{
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.copyright &gt; span {
    margin-right: 15px;
}
.Mobile .copyright &gt; span {
    margin-right: 0;
    display: block;
}  
.Mobile .copyright a {
    display: block;
    margin: 15px 0;
}


/*
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;
}
.Tablet .overly-sidebar .overly-sidebar-content {
    width: 60%;
}
.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&gt;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&gt;button,
.Mobile .overly-sidebar.showMenu .overly-sidebar-content&gt;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 &gt; a {
    font-size: 16px;
    text-align: left;
}
.Mobile .col-reverseM {
    display: flex;
    flex-direction: column-reverse;
}
/*.text1.row-flex p:last-child {
    display: none;
}*/
#gestion_sinistres {
    background-color: #ffe0d3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-weight: bold;
    font-style: italic;
}
.block_sinistres {
    background: rgb(255 255 255 / 89%);
    padding: 2rem 2rem 1rem 2rem;
    border: 1px solid #d14104;
    border-radius: 25px;
}
/**
404
*/
.blog_pageIntrouvable {
    background-color: #d14104;
    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 &gt; div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
    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;
  }

}
.services-list img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Mobile .services-list .col.col-3 {
    width: 100%;
    display: inline-block;
}
.Mobile .services-list span {
  font-size: 14px;
  height: auto;
}
/*----------------------------------------------------------------------------------- 
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;
}


.carousel-text p {
    color: #fff;
}
.content_logo_header img {
    width: 130px;
    height: 109px;
    object-fit: contain;
    margin: 0 15px;
}
.content_logo_header {
    background-color: #fff;
    margin-top: 50px;
    padding: 10px;
    display: table;
}
.Mobile .content_logo_header {
    display: flex;
}
.Mobile .title_ strong {
    color: #fff;
}
.Mobile .title_ strong:before {
    background-color: #fff;
}
 
.Mobile .villes-list a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 35px;
}
.Desktop div#image_c img {
    width: 260px;
    height: 280px;
    object-fit: cover;
}
body.Mobile.mentions ol, body.Mobile.mentions ul {
    padding: 0 15px;
}
body.Mobile.mentions h3 {
    font-size: 17px;
    font-weight: 800;
}
.Mobile .offcanvas-content .nav-list .nav-item:first-child,
.Tablet .offcanvas-content .nav-list .nav-item:first-child {
    position: relative;
    padding-left: 36px;
}
.Desktop .partenaire,
.Tablet .partenaire {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Desktop .partenaire img,
.Tablet .partenaire img {
    max-width: 100%;
    object-fit: contain;
    width: 21%;
    height: 150px;
    padding: 30px;
}
.Mobile .partenaire img {
    max-width: 100%;
    object-fit: contain;
    width: 50%;
    height: max-content;
    display: inline-block;
    padding: 15px;
}

.Mobile .tel-top img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.top-nav.row-flex {
    display: grid;
    grid-template-columns: auto auto auto;
}
.contact-ville {
    display: flex;
}
.Mobile .contact-ville {
    display: block;
}
.contact-ville svg {
    width: 18px;
    margin-right: 5px;
    fill: #d14104;
}
.Mobile .contact-ville svg {
    display: block;
    margin: auto;
}
.coordonnes a {
    padding-left: 10px;
}
.telMobile {
    display: flex;
    justify-content: center;
}
.Mobile .telMobile,
.Tablet .telMobile {
    display: flex;
    justify-content: center;
    padding: 12px;
    background: #d14104;
}


.telMobile a {
    font-weight: bold;
    margin: 0 7px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
}
.telMobile svg {
    width: 20px !important;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
    fill: #d14104;
}
strong.titreGS {
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #d14104;
    font-style: normal;
}
.Mobile strong.titreGS {
    font-size: 22px;
}

.top-nav img, .telMobile img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.mail-top,
.tel-top span {
    display: flex;
    align-items: center;
    gap: 5px;
}
li.nav-item.active &gt; a,
li.nav-item:hover &gt; a,
li.nav-submenu-item.active &gt; a,
li.nav-submenu-item:hover &gt;a {
    color: #d14104;
}
.Mobile .services-list {
    display: grid;
    grid-template-columns: 50% 50%;
    place-content: center;
}
.Tablet .services-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-content: center;
}
.contact-ville img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.contact-ville a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.Tablet #realisations .col.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 10px;
}
.Tablet #realisations .row-flex {
  display: flex;
}

.Desktop section.contenent_block1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Mobile section.contenent_block1 img {
  width: 330px;
  height: 250px;
  object-fit: cover;
}
/* 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;
}

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

#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 &gt; 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;
}
section#temoignages {
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
}
section#temoignages &gt; div &gt; b {
  position: relative;
    font-size: 40px;
    color: #fff;
}
section#temoignages a {
    background: #d14104;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 19px;
    margin: 25px 0;
    display: inline-block;
    position: relative;
}
section#temoignages p {
    color: #fff;
    font-size: 17px;
}
section#temoignages span {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}
section#temoignages::before {
    content: "";
    background: #000000ad;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.logo-partenaire {
    padding: 50px 0;
}

/*******/
.col-tem input {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 2px;
}
.col-tem input:last-child {
    background: #d14104;
    color: black;
    width: auto;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.col-tem textarea {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 100px;
    font-size: 14px;
    letter-spacing: 2px;
}
div#MonAvis span {
    color: #000;
    margin: 10px auto;
    text-transform: uppercase;
}
section.temoin {
    padding: 50px 0;
}
section.temoin h1, h2 {
    font-weight: bold;
    font-size: 25px;
}
.intro-layer.ribbon-1 span {
    display: block;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 3px #666666;
}
.titre-span &gt; span {
    display: block;
}
.titre-span span:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.\34 04 .sect4 {
    display: none;
}
 .Desktop .temoignages .contenu .container &gt; .row &gt; div {
    padding: 30px 0;
}
.Mobile .contenu .container &gt; .row &gt; div {
    padding: 30px!important;
}
.Tablet .contenu .container &gt; .row &gt; div {
    padding: 30px!important;
}
.temoignages  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 20px;
    background: #d14104;
    color: #fff;
    padding: 5px 40px;
    font-weight: 600;
}
.temoignages .Titrecontenu{
    color: #d14104;
}
.temoignages .contenu {
    margin: 50px 0;
}
.slide-temoignage .item-tem{
    max-width: 100%!important;
}
.temoignage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}
.Mobile .temoignage-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

} 
.logo img {
    width: 300px;
    height: 105px;
    object-fit: contain;
}
.Mobile #realisations,
.Tablet #realisations {
  padding: 150px 0 0 !important;
}
.Mobile .logo img,
.Tablet .logo img {
  width: 158px;
  height: 75px;
  object-fit: contain;
}
.logo-divers {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}
.bg-w {
    background: #fff;
    padding: 2px;
}
.pointp {
    background: #ec732c;
}
.logo-divers img {
    display: block; 
    width: 150px;
    height: 60px;
    object-fit: contain;
}
img.gdec {
    width: 100px;
}
.Mobile .logo-divers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
}
.Desktop .row-flex.services-list &gt; .col.col-4 {
    max-width: 100%;
    flex: 0 0 100%;
}


/*============================
CONTACT &amp; DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.Mobile .contact-content {
    display: block;
    margin-top: 0;
    padding: 20px 0;
    padding-top: 180px;
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px 0;
  margin-top: 156px;
}
.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;
    margin-bottom: 30px;
    display: block;
}
.ContactezNous-h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 0 0 40px;
    color: #fff;
}
.coordonne_cont a {
    color: #fff;
    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%;
    z-index: 0;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg, .ContactezNous img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
    filter: invert(1);
}


 
.Tablet .corps &gt; .row &gt; div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences &gt; .row &gt; 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;
}
.Tablet.contact .adr-map {
  padding: 0 0 0 20px;
}

 
/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.Mobile.mentions h2,
 .Tablet.mentions h2{ 
  margin-top: 110px;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.mentions b, strong {
    color: #fff;
}
.Tablet.temoignages .contenu,
.Mobile.temoignages .contenu {
  margin: 150px auto 20px;
}

.Mobile .coordonnes a {
  padding-left: 10px;
  margin: 15px 0;
}
.btn_real {
    display: flex;
    gap: 15px;
}
.Mobile #FormDevis strong,
.Tablet #FormDevis strong { 
    text-transform: uppercase;
    text-align: center;
}
.Mobile .mt-3 { 
    padding: 0 30px;
}
.Mobile .btn_real { 
    flex-direction: column;
}
.Mobile .btn-realisation { 
    padding: 8px 25px; 
}
.telMobile img { 
    filter: invert(1);
}
.Tablet .pl-3 {
  padding-left: 0;
}
.Tablet .contenuRight img {
  width: 100%;
  height: 250px;
}
.Tablet .contenuRight,
.Tablet .text1 p {
  padding-left: 0;
}
.Tablet .categories .title_ { 
  margin-top: 206px;
} 
.ContactezNous b, strong {
    color: #fff;
}
strong.rappel-titre {
    color: #fff;
}
.titleSlider a {
    padding-left: 10px;
    text-decoration: underline;
}
.Mobile .titleSlider &gt; p{
    font-size: 15px;
}
.Tablet .titleSlider &gt; p{
    font-size: 17px;
}

p.Subtitle:before {
    display: none;
}
p.Subtitle {
    color: #000;
    background: #FFF;
    width: fit-content;
    padding: 15px;
    margin: 20px 0 0;
    border-left: solid 10px #d14104;
}

.header-block {
    position: relative;
    background: #111;
    color: #fff;
}

.wrap {
    background: #111;
}

.contenuRight h2 {
    color: #fff;
}

body.contact {
    background: #111;
}

address div {
    color: #fff;
}</pre></body></html>