*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
    --mon: font-family: 'Calibri',sans-serif;
    --primaryColor: #0f0692;
    --SecondColor: #0f0692;
    --ThirdColor: #0f0692;
}
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: 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: black;
}

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;
}
.btn:before,
.toogle-devis:before {
    position: absolute;
    content: '';
    background: #a9a9a9;
    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;
    cursor: pointer;
}

.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  {
    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%;
}
.Desktop .services-list .col-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.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 {
    padding-top: 10px;
  -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: 5000;
}
.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 {
    margin-right: 10px;
    margin-left: 10px;
}
@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: #fff;
}
.Mobile .tel-top a {
    font-size: 18px;
}
.tel-top a {
    background: var(--primaryColor);
    padding: 5px;
    border-radius: 5px; 
}
.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: #dddddd;
    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;
    background: #ddd;
    display: flex;
    align-items: center;
}
.Tablet .logo {
  padding: 0;
  width: 250px;
}

.Mobile .logo{
  padding: 0;
  width: 175px;
}
.logo img {
    max-width: 100%;
    width: 270px;
    height: 150px;
    object-fit: contain;
}
.Mobile .logo img { 
    width: 250px;
    height: 75px;
    object-fit: contain;
}

.Tablet .logo img {
    height: 100px;
}
.top-nav > 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 > 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,
.Tablet .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 {
    border-bottom: 4px dashed var(--SecondColor);
}
.nav-submenu-item > a:before {
    content: "✔";
    font-family: 'Calibri',sans-serif;
    position: absolute;
    left: 0; 
    color: var(--SecondColor);
}

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: 210px;
    flex: 0 0 250px;
    border: none;
    font-size: 16px;
    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;
  display: none;
}
@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: white;
}

.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: white;
    padding: 30px;
    border-radius: 15px;
}
#FormDevis label {
    display: block;
    line-height: 130%;
    font-style: italic;
}
#FormDevis strong {
  display: block;
  font-size: 32px;
  border-bottom: 1px solid #adadad;
  color: #333;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.Mobile #FormDevis strong {
    font-size: 25px;
}
.form-input {
    margin: 5px 0;
    display: block;
    width: 100%!important;
    line-height: 1.25;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #cdcdcd;
    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:placeholder {
    color: #000000;
}
.form-input:focus,
.rappelBlock .form-rappel:focus {
    outline: none;
    border-color: var(--SecondColor);
    box-shadow: none;
}
textarea.form-input {
    height: 100px;
}
.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 {
    margin-top: 15px;
    background: var(--primaryColor);
    padding: 7px 15px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
}
.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: white;
    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: white;
    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: -webkit-linear-gradient(0deg,#ff631b,#fb824b 50%);
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
}

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

.Tablet .homeslider {
  margin-top: 156px;
}
.slider__ {
    min-height: 700px;
    height: 700px;
    overflow: hidden;
}
.Tablet .slider__ {
    min-height: 500px;
    height: 100%;
}
.temoignages .homeslider,
.temoignages .slider__,
.realisations .homeslider,
.realisations .slider__,
.mentions .homeslider,
.mentions .slider__ {
    height: 450px;
}
.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 bottom;
    min-height: 700px;
    height: 700px;
}
.Tablet .slider-img {
    min-height: 500px;
    height: 100%;
}
.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(19 18 18 / 93%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.captionSlider {
    top: 45%;
    transform: translateY(-50%);
    position: relative;
    color: white;
    z-index: 7;
}
@media (max-width: 1199px) {
    .captionSlider {
        max-width: 70%;
    }
}
.Mobile .captionSlider {
    max-width: 100%;
    top: 40%;
}
.titleSlider {
    max-width: 767px;
}
.Tablet .titleSlider {
    margin-top: 220px;
}
.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 {
    margin-top: 40px;
}
.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: #fff;
}
.Mobile .titleSlider > span:before {
    width: 30px;
}
.titleSlider > div {
    font-size: 70px;
    line-height: 82px;
    font-weight: 900;
    margin-bottom: 8px;
}

.Tablet .titleSlider > div {
    font-size: 39px;
    margin-bottom: -13px;
}
.Mobile .titleSlider > div {
    font-size: 30px;
    line-height: 35px;
}
.titleSlider > div.littleTitle {
    font-size: 50px;
    line-height: 62px;
}
.Mobile .titleSlider > div.littleTitle {
    font-size: 32px;
    line-height: normal;
}
.titleSlider > p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-left: 10px;
    letter-spacing: .5px;
}

.Mobile .titleSlider > p {
    font-size: 15px;
    font-weight: normal;
    margin-left: 0;
    letter-spacing: 0;
}

.Tablet .titleSlider > p {
    margin-left: 0;
}
.btn-realisation {
    background: var(--SecondColor);
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    color: #fff;
}

.Mobile .btn-realisation { 
    margin-bottom: 20px;
    padding: 10px 25px;
}

/*
Content
*/
.wrap section {
    position: relative;
    padding: 100px 0 100px 0;
    background-size: cover;
}
.Mobile .wrap section {
    padding: 50px 0 !important; 
} 
.Mobile section.temoin{
    margin-top: 110px;
}
.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(--primaryColor);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.text1 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    display: block;
}
.Desktop .text1.row-flex h2,
.Desktop .text1.row-flex h3 {
    text-align: center;
}
.Desktop .text1.row-flex h1 {
    max-width: 100%;
    text-align: center;
}
.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: black;
    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: #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%;
}
.col.item-box .title_ strong {
    color: #fff;
}
.col.item-box .title_ strong:before{
    background: #fff;
}
.text-item {
    padding: 0 15px;
    margin: 15px 0;
}
.Tablet .contenent_block1 .text-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.text-item > div {
    /*background-color: var(--primaryColor);*/
    background-color: white;
    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;
    border-radius: 5rem 0 0 0;
}
section.categories img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories .title_ {
    color: #fff;
    text-align: center;
}
.services-list {
    padding-top: 2rem;
}
.Mobile .row-flex.services-list,
.Tablet .row-flex.services-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}
.Tablet .services-list .col-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.Mobile .services-list .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.services-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 7px;
    height: 250px;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid white;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
}
.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 {
    background-color: white;
    padding: 15px;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center; 
    overflow: hidden;
    text-align: center;
    line-height: 130%;
    font-weight: 900;
    border-radius: 0 0 7px 7px;
    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: 75%;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.villes_intervention .container {
    position: relative;
    z-index: 2;
}

.Tablet .villes_intervention .container {
    left: -27px;
    top: -22px;
}
@media (max-width: 1199px) {
    .villes_intervention {
        background-size: cover;   
    }
}
.Mobile .villes_intervention {
    background-image: none !important;
    background-color: var(--primaryColor);
    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: rgba(51, 51, 51, 0.87);
    /* -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;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}
.Mobile .villes-list {
    padding-left: 0;
    padding-right: 0;
}
.villes-list a {
    display: inline;
    color: #fff;
    line-height: 130%;
    margin: 0;
}
.Mobile .villes-list a {
    display: block;
    padding: 5px 0;
}
.villes-list a:first-child {
    margin-left: 0;
}
.villes-list a.active,
.villes-list a:hover {
    text-decoration: underline;
}
.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;
    display: block;
    background: #ddd;
}
@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: none;
}
.accordeon-inner > div h2 {
    position: relative;
    line-height: 130%;
    cursor: pointer;
    transition: background 0.3s ease;
}
.accordeon-inner > .Block h2:before {
    content: "";
    background-image: url(../images/img/arrow_forward.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -40px;
    background-color: #949494;
    color: white;
    top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.Mobile .accordeon-inner > div h2 { 
    padding-left: 50px;
}
.Mobile  .accordeon-inner > div h2:before {
    left: 0;
}
/*.accordion p,
.accordion h3 {
    display: none;
}
.accordion p.show {
  display: block;
}
*/
.accordion > div:first-child p,
.accordion > div:first-child h3 {
  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%;
    display: none;
}
.contact-tel strong {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
}
.contact-tel a {
    font-size: 1.7rem;
    font-weight: 900;
    color: #3c3c3c;
    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: #fff;
}
.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;
    color: #fff;
}
.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: #fff;
    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;
    height: 10px;
}
#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: 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%;
    display: block;
    background: #ddd;
    object-fit: cover;
}
.devisLeft {
    margin-bottom: 1.5rem;
}
.Mobile .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: white;
    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%;   
}
.textAgence > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: unset;
}
.textAgence > div > span img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.leftBlock .textAgence > div {
    padding: 2rem;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    background-color: var(--primaryColor);
    color: #fff;
}
.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: #757575;
    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 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
*/ 
.swipebox { 
    /* padding: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 250px; */
    overflow: hidden;
    margin: 15px;
}
.Mobile .swipebox {
    display: block;
    height: inherit;
}
/*
Footer
*/
#footer {
    background-color: #555454;
}
.bg-ImgFooter {
    padding: 1rem 0;
    position: relative; 
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover;
}
.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 {
    font-size: 14px; 
    max-width: 660px; 
    padding: 0;
    color: white;
    position: relative;
    font-weight: 900;
    letter-spacing: 1px;
}

.footer-infos {
    padding: 50px 0;
    color: white;
}
.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;
    color: white;
}
.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;
}
.coordonnes > div i {
    margin-right: .5rem;
}
.mail_ a:hover {
    text-decoration: underline;
}
.copyright {
    padding: 40px 0 35px;
    border-top: 1px solid #ffffff;
    text-align: center;
    background: transparent;
    color: white;
}
.copyright > span {
    margin-right: 15px;
}
.copyright img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.Mobile .copyright > span {
    margin-right: 0;
    display: block;
}
.copyright a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}  
.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;
}
.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;
}
.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: #000000;
}
.blog_pageIntrouvable a {
    color: white;
}
.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 
-----------------------------------------------------------------------------------*/

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

.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;
    text-align: center;
}
.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 {
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
}
 
.log_ {
    margin-top: 1rem;
    text-align: center;
}

.Tablet .footer-infos > .container > .row-flex > .col {
  width: 50%;
  flex: 0 0 50%;
}
.Tablet .item-footer ul{
    column-count: 1;
}
figure.pl-3.m-0 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.Mobile figure.pl-3.m-0 img { 
    height: 250px; 
}
.contenent_block1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Mobile .contenent_block1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.log_ img {
    height: 80px;
    width: 100px;
    object-fit: contain;
}
.top-nav.row-flex img {
    filter: brightness(0);
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}
.coordonnes img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}
.Tablet .logo-header.col-3, 
.Tablet .row-flex.col-9 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px; 
}
.Tablet .row-flex.col-9 { 
  display: block;
}
.Tablet .bot-nav.row-flex > .devis-block {
  display: none;
}
.Tablet .captionSlider {
  max-width: 100%;
}

.Tablet .text1 h1 {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.Tablet .text1 p {
  padding-left: 0;
  text-align: justify;
}
.Tablet .text1.row-flex {
  display: block;
}
.Tablet .imgContent img {
  border-radius: 15px;
  display: block;
  background: #ddd;
  width: 260px;
  height: 100%;
  object-fit: cover;
}
.Tablet .page > .row-flex.col-reverseM > div {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.Tablet .Top_rappel {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.Mobile .Top_rappel strong,
.Tablet .Top_rappel strong { 
    font-weight: 600; 
    font-size: 14px; 
    text-align: center;
}
.Tablet .devisLeft #FormDevis {
  display: none;
}

.Mobile form#rappel_immediat,
.Tablet form#rappel_immediat {
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: center;

}
.Mobile #rappel_immediat .input-form,
.Tablet #rappel_immediat .input-form {
    padding: 12px;
    border-radius: 5px 0 0 5px;
    width: 70%;
    margin: 0;
    height: auto;
    font-size: 11px;
}
.Mobile #rappel_immediat .btn-devis-gratuit,
.Tablet #rappel_immediat .btn-devis-gratuit {
    padding: 14px;
    margin: 0!important;
    width: 30%!important;
    border-radius: 0 5px 5px 0;
    height: auto;
    font-size: 9px;
}
.Tablet .leftBlock .textAgence { 
  width: 100%;
  margin: 30px auto;
}
.Tablet .textAgence > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  filter: unset;
}
.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.titre-album {
  clear: both;
  display: block;
  font-size: 35px;  
  margin: 20px 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.Mobile section#realisations,
.Tablet section#realisations {
    margin-top: 100px;
}

 
.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
} 
.Tablet.mentions h2 {
  margin-top: 86px;
}
.Mobile.mentions h2 {
    margin-top: 75px;
} 
i.icon.icon-arrow_drop_down {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.icon-arrow_drop_down:before {
    content: "";
    background: url(../images/drop.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 20px;
    margin-top: 25px;
    filter: invert(1);
}
.prestations .homeslider .slider-img {
    height: 571px!important;
    min-height: 450px;
    background-size: cover;
}

/*============================
CONTACT & 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: 170px;
}
.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: #333333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 0 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ContactezNous {
    text-align: center;
}
.devis .Devisgratuit-h3 {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.Mobile.devis .Devisgratuit-h3 {
    font-size: 24px;
}
.devis .Devisgratuit {
    width: 80%; 
    margin: 50px auto 30px;
    text-align: center;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block; 
    width: 100%;
    padding: 175px 0 0;
    margin-top: 0;
}
.Tablet.devis .Devisgratuit {
  margin-top: 225px;
}


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

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


 
.Tablet .corps > .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences > .row > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.Tablet.contact .adr-map {
  padding: 0 0 0 20px;
}
.Tablet .text1,
.Mobile .text1 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 0;
}
.Mobile.prestations .homeslider .slider-img {
    height: 550px!important; 
}
.Tablet.prestations .captionSlider {
  top: 0;
}
.Tablet .contenent_block2 .row-flex.flex-end.transition_ .col-7 {
  flex: 0 0 100%;
  max-width: 100%;
}
.ContactezNous .btn {
    background: var(--SecondColor);
    width: 100%;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
    cursor: pointer;
}
.Tablet.prestations .wrap section {
  padding: 40px 0;
}

.Tablet #Map,
.Mobile #Map {
  height: 300px;
}
.Tablet section#realisations {
  margin-top: 57px;
} 
.Tablet.temoignages .titleSlider {
  margin-top: 15px;
}
.client-details {
    color: #fff;
}

button.owl-prev,
button.owl-next {
    color: #fff !important;
}

.accordeon-inner > div {
    margin-bottom: 10px;
}
.accordion {
    color: #000;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px !important;
    transition: 0.4s;
    padding: 18px 35px 18px 18px;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
}

.accordion.active, 
.accordion:hover {
    background-color: #5a5a5a;
    color: #fff;
}

.accordion.active:after {
  content: '';
  transform: translateY(-50%) rotateZ(180deg);
  filter: invert(0);
}
.panelV {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  color: #333;
    margin: auto;
}

.panelV.show {
  opacity: 1;
  max-height: 550px;
}

.part_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.img_part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.img_part img {
    width: 150px;
    height: 150px;
}

.Tablet .img_part img {
    width: 100px;
    height: 100px;
}

.Mobile .img_part img {
    width: 90px;
    height: 90px;
}
body.Desktop.nettoyage-et-pose-de-gouttiere.prestations .bigImg,
.Tablet.nettoyage-et-pose-de-gouttiere.prestations .bigImg {
    top: 50px;
    margin-bottom: 123px;
}
.text-center a.btn.btn-custom {
    background: #fff;
    color: #000;
}
.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
    left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #333
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@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;
  }
}
span.text-perso {
    text-transform: none;
    letter-spacing: 0 !important;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.2;
}

.Desktop .top-nav > div.adr-top {
    display: flex;
    align-items: center;
}

textarea {
    font-family: inherit;
}