i.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat;
    background-size: contain!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-phone:before {
    background: url(../images/img/fixe.png);
}
.icon-mobile:before {
    background: url(../images/img/portable.png);
}
.icon-mail:before {
  background: url(../images/img/mail.png);
}
.icon-location:before {
  background: url(../images/img/locali.png);
}
.icon-map:before {
  background: url(../images/img/adresse.png);
}
.icon-clock:before {
  background: url(../images/img/clock.png);
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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

html { 
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

:root {
  --white : white;
  --black : #1a1a1a;
  --light : #caac99;
  --colorP : #dd0404;
  --colorS  : #fff;
}
body {
    margin: 0;
    font-family: "calibri", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    background-color: #fcfcfc;
    color: #0B111E;
    -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mail,
#mail2 {
    display: none;
}
.btn {
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1.3px;
    color: var(--white);
    background-color: var(--colorP);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 35px 15px 35px;
}
.nav .btn {
  min-width: 200px;
    padding: 15px;
    text-align: center;
}
.btn:hover {
    color: var(--black);
    background-color: var(--white);
}
.btn-realisations {
    background-color: var(--black);
}
.bgBody {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/*
Header
*/
#sticky-wrapper {
    z-index: 9999;
    position: relative;
}
.Tablet #header,
.Mobile #header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}
.topNavigation {
    background-color: var(--colorS);
    color: #000;
    padding-top: 10px;
}
.telcontact a, .horaire, .adresse {
    margin-right: 2rem;
    position: relative;
}
.telcontact a:after, 
.horaire:after {
    content: "";
    position: absolute;
    border-left: 1px solid #000;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
}
.Tablet .telcontact a:after,
.Mobile .telcontact a:after { display: none; }
.Tablet .telcontact a {
    margin: 0 7px;
    background-color: var(--colorP);
    color: #fff;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
}

.Mobile .telcontact a {
    margin: 0 2px;
    background-color: var(--colorP);
    color: #fff;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
}

.nav {
    background-color: var(--colorS);
}
.nav-list {
    display: table;
}
.nav-item {
  display: table-cell;
  padding: 0 7px;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.nav-item a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
    color: #000;
}
.nav-item > a:hover,
.nav-item.active > a {
    color: #1c1b1b;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu {
  display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #4a4848;
    padding: 10px;
    z-index: 90;
}
.nav-submenu-item a {
  color: var(--colorS);
    display: block;
    padding: 5px 0;
    font-size: 16px;
}
.nav-mobile {
  display: none;
  cursor: pointer;
  background: var(--colorP) url(../images/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.Tablet .nav-mobile {
  margin-left: 5rem;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #ffffff;
  height: 56px;
  width: 50px;
  cursor: pointer;
  z-index: 100;
}

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

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

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

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

  .nav-item > a {
    padding: 15px;
    text-align: left;
    padding-right: 3rem;
    display: block;
        color: var(--black);
  }

  .nav-click {
    display: block;
  }

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

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

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

/*
Homeslider
*/
.section-background {
  position: relative;
}

.Mobile .section-background {
  padding-top: 9rem;
}
.imgSlider {
    background-color: var(--light);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 850px;
}
body:not(.Desktop) .imgSlider {
    height: 600px;
}
.imgSlider::before {
    background-color: var(--black);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}
.captionSlder {
    position: absolute;
    width: 100%;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
}
.Mobile .captionSlder {
    top: 59%;
}
.textSlide .h1 {
  color: var(--white);
  font-size: 52px;
  font-weight: 800;
  line-height: 62.4px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.Mobile .textSlide .h1 {
    font-size: 30px;
    line-height: 130%;
}
.subtittle,
.nb {
  color: var(--white);
  letter-spacing: 1.3px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.logoD {
    margin: 1rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
}
.logoD img {
    margin-right: 15px;
}
.btn_ a {
    margin-right: 2rem;
}
.Mobile .btn_ a {
    display: block;
    margin: 15px 0;
    text-align: center;
}
.btn-mobile {
    background-color: var(--black);
}
.btn-mobile:hover {
    background-color: var(--white);
}
.Desktop .rightSlide {
    margin-left: 5rem;
}
.item-devis {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #B0B0B0;
    padding: 20px;
    border-radius: 6px;
}
.Tablet .inline-b,
.Desktop .inline-b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin: 25px 0;
}
#FormDevis .inline-b {

}
#FormDevis .form-control {
  padding: 11px 15px;
  height: inherit;
  font-family: inherit;
}
.Mobile #FormDevis .form-control {
  margin: 10px 0;
}
textarea.form-control {
    resize: horizontal;
    min-height: 125px;
    max-height: 135px;
}
.item-devis .h3 {
    text-align: left; 
    font-size: 40px;
    color: #000;
    margin-bottom: 3rem;
}
.txtActive {
    position: relative;
    color: #000;
    display: inline-block;
}
.txtActive svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}
.txtActive svg path {
    stroke: var(--white);
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;

    animation: headline-dash forwards;
    animation-duration: 1200ms, 1.2s;
    animation-iteration-count: 1;
}
@keyframes headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}
.btn-devis_ {
    text-align: center;
    margin-top: 1.5rem;
}
.btn-devis {
  cursor: pointer;
    width: 100%;
    border: 0;
    background-color: var(--white);
    color: var(--black);
    font-size: 16px;
}
.btn-devis:hover {
    background-color: var(--colorP);
    color: var(--black);
}

/*
Contenu
*/
.BlockPopulated {
    background-color: var(--black);
    padding: 60px 0;
}
.itemPopulated {
    background-color: var(--white);
    text-align: center;
    padding: 20px;
    border-radius: 35px;
}
.Mobile .itemPopulated {
    margin: 10px 0;
}
.contentP > div {

    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    margin: .5rem 0 0;
}
.Desktop .BlockPopulated .row {
    margin-top: -8rem;
}

.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.primaryBlock {
    padding: 60px 0;
}
.title_presentation .h2 {
    text-transform: none;
    font-size: 43px;
    text-shadow: none;
}
.figure,
.figure .slick-list,
.figure .slick-track,
.BGImg_ {
    height: 100%;
}
.accroche {
  background-color: var(--white);
    border: 3px solid #ddd;
    padding: 20px;
}
.accroche > ul {
    list-style: none;
    padding-left: 0;
}
.accroche > ul li strong {
    list-style: none;
    background-color: var(--colorP);
    display: inline-block;
    padding: 5px 15px;
}
.accroche > ul li ul {
    list-style: none;
    padding-left: 13px;
}
.thirdBlock .btn_,
.primaryText .btn_ {
  margin-top: 2rem;
}
.BGImg_ {
    border-radius: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blockContact_ {
    padding: 60px 0;
    background-color: var(--light);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-coordonnees .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.titleContact {
    margin-bottom: 2.5rem;
}
.title_presentation,
.title_cat span,
.temoignages .h3 span,
.titleContact span {
  text-transform: uppercase;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.title_presentation span {
  display: inline-block;
  color: var(--black);
  text-shadow: none;
  margin-bottom: 1.5rem;
}
.text4_ h2,
.title_cat .h2,
.temoignages .h3,
.titleContact .h2 {
    font-size: 36px;
    display: block;
    color: #000;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.categorieBlock .title_cat span,
.categorieBlock .title_cat .h2,
.thirdBlock .title_cat span,
.thirdBlock .title_cat .h2{
  color: #fff;
}
.box-coordonnees {
    background-color: var(--white);
    height: 100%;
    border-radius: 25px;
    padding: 25px 15px;
    text-align: center;
}
.box-coordonnees .icon {
    display: block;
    font-size: 36px;
    color: var(--colorP);
}
.box-coordonnees a, 
.box-coordonnees b {
  font-weight: 600;
    display: block;
    font-size: 18px;
    letter-spacing: 1.3px;
   line-height: 19.2px;
   margin-bottom: .5rem;
   margin-top: 1.5rem;
}
.box-coordonnees span {
  font-weight: 300;
}
.logo-part {
    padding: 60px 0;
}
.partenaires {
  text-align: center;
    margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 600;
}
.img-logo {
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.img-logo span {
  background-color: var(--white);
    width: 200px;
    flex: 0 0 200px;
    border: 1px solid #ddd;
    height: 120px;
    margin: 15px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.videosTemoignages {
    padding: 60px 0 80px;
}
.first-temoignages {
    margin-bottom: 60px;
}
.first-temoignages video {
    max-width: 100%;
}
.videoBlock {
    text-align: right;
}
.textBlock h2::after {
    content: "";
    display: block;
    border-bottom: 2px solid var(--colorP);
    width: 50px;
    margin: 1rem 0;
}
#YTThumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
}
.secondBlock {
    padding: 60px 0;
}
.secondBlock .col-lg-6 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.block2_ {
    height: 100%;
    padding: 20px;
    border-radius: 25px;
}
.videosTemoignages img {
  border-radius: 25px;
}
.block2_ h2 {
    color: var(--white);
}
.text2_ {
    background-color: var(--colorP);
    color: var(--white);
}
.text3_ {
    background-color: var(--black);
    color: var(--white);
}
.thirdBlock {
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.inspection-par-drone .thirdBlock {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text4_ p {
    color: var(--white);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.Mobile .text4_ p {
    text-align: justify;
}
/*
Categorie Block
*/
.categorieBlock {
  padding: 60px 0;
  background-attachment: fixed;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  position: relative;
}
.thirdBlock .background-overlay,
.categorieBlock .background-overlay {
    background-color: var(--black);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.thirdBlock .container,
.categorieBlock .container {
  position: relative;
}
.title_cat {
  text-align: center;
  margin-bottom: 20px;
}
.item-cat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 4rem auto;
}
.Mobile .item-cat {
  grid-template-columns: repeat(2, 1fr);
}
.serv-link_ {
    min-height: 250px;
    background-color: #000;
    border-radius: 25px;
    position: relative;
    padding: 15px 15px 15px 15px;
    transition: .5s;
    overflow: hidden;
}
.serv-link_ > div {
  will-change: transform;
    /*transform: scale(1.5);*/
    transition: all .4s;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .8;
    width: 100%;
    left: 0;
    top: 0;
}
.serv-link_:hover > div {
    transform: scale(1.1);
    opacity: 0.09;
}
.serv-link_ a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    line-height: 130%;
    font-size: 20px;
    text-align: center;
    width: 70%;
    color: var(--white);
    text-shadow: 0 0 black;

}
#Colr-couvreur .serv-link_,
#Colr-travaux-de-charpente .serv-link_,
#Colr-travaux-de-zinguerie .serv-link_ {
    background-color: var(--colorP);
}
#Colr-travaux-de-toiture .serv-link_,
#Colr-pose-de-velux .serv-link_,
#Colr-urgence-fuite-de-toiture .serv-link_ {
    background-color: var(--black);
}

/*
Footer
*/
.footer {
  background-color: #d2d2d2;
  position: relative;
  padding: 60px 0;
  text-align: center;
}
.footer .background-overlay {
    background-image: url(../images/img/BG_content.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer .container {
  position: relative;
}
.container-footer {
    padding-bottom: 45px;
    margin-top: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ddd;
}
.link-footer {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.item-footer .h3 {
  font-size: 20px;
  font-weight: 600;
}
.item-footer .h3::after {
    content: "";
    display: block;
    border-bottom: 2px solid var(--colorS);
    width: 40%;
    margin: 1rem auto;
}
.bloc-contact span,
.link-footer li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
}

.reseau span {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.reseau > div img {
    margin: 0 7px;
}
.bloc-contact span {
    display: block;
}
.encart-carte {
    position: relative;
}
.agenceB {
    margin: auto;
    width: 250px;
    background-color: #ddd;
    line-height: 130%;
    padding: 7px;
    font-size: 14px;
}
.agenceB b {
    display: block;
}
#A77 {
    right: 1rem;
    top: 3rem;
}
.copyright {
    margin-top: 2rem;
}
.copyright a {
    font-weight: bold;
}
/**
404
*/
.blog_pageIntrouvable {
    background: var(--light);
    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: var(--colorS);
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: var(--black);
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--black);
}
.blog_pageIntrouvable a {
    color: var(--colorS);
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

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

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
}
#Messages {
    background: var(--colorS);
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: var(--white);
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
/*
Avis
*/
.temoignages {
    padding: 60px 0;
    background-attachment: fixed;
    background-color: #b0b0b0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.temoignages .h3  {
    text-align: center;
    margin-bottom: 2.5rem;
}
.temoignages .h3 span  {
    display: block;
}
.Mobile .temoignages .h3 {
    font-size: 1.2rem;
}
.Mobile .temoignages .h3 span {
    font-size: 17px;
}
.Mobile .slider_block_ {
    margin: 0 30px;
}
.avis-slider {
     background-color: var(--white); 
    border-radius: 5px;
    padding: 20px;
     margin: 15px; 
    font-size: 12px;
    line-height: 150%;
    height: 200px;
}
.avis-slider p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}
.googleAvis_ {
    text-align: center;
}
.noteAvis_ {
    margin-bottom: 1rem;
}
.noteAvis_ span {
    margin-right: 5px;
    font-weight: bold;
    color: black;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.infos_client {
    margin-bottom: 1rem;
    position: relative;
}
.infos_client::after {
    content: "";
    background-image: url(../images/img/icon_google.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
}
.infos_client img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.infos_client {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.infos_client span {
    font-weight: bold;
    color: black;
}
.infos_client span em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #54595f;
}
.btn_avis {
    text-align: center;
    margin-top: 2rem;
}
.btn_avis a.btn-custom.btn-reserver {
    display: inline-block;
    position: static;
    padding: 10px 35px;
    background-color: var(--colorP);
    color: var(--white);
}
.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;
}
.temoignages .slick-arrow {
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    border: 0;
    width: 60px;
    height: 60px;
    top: 50%;
    position: absolute;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    filter: invert(1);
    z-index: 90;
}
.temoignages .slick-arrow:hover,
.temoignages .slick-arrow:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    opacity: .5;
}


.temoignages .slick-prev {
    background-image: url(../images/img/arrow_left_.webp);
    left: -3rem;
}
.temoignages .slick-next {
    background-image: url(../images/img/arrow_right_.webp);
    right: -3rem;
}

.corps .temoin {
    background-color: var(--white);
    padding: 60px 0;
}
#avis_form label {
    font-size: 14px;
    margin-bottom: .2rem;
    display: inline-block;
    margin-top: .5rem;
    font-weight: bold;
}
.corps .temoin .item-tem {
    border-bottom: 1px dashed #999999;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.corps .temoin .btn-custom {
    display: inline-block;
    position: static;
    padding: 10px 35px;
    background-color: var(--colorP);
    color: var(--white);
    margin-top: 1rem;
}
/*
Contact
*/
.Devisgratuit_page,
#realisations,
.temoin,
#mentionsl,
.ContactezNous {
  background-color: #efefef;
    padding: 60px 0;
}
.Mobile .Devisgratuit_page,
.Mobile #realisations,
.Mobile .temoin,
.Mobile #mentionsl,
.Mobile .ContactezNous {
    padding-top: 9rem;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: var(--colorP);
    font-size: 18px;
}
.ContactezNous .Devisgratuit {
    margin-top: 1rem;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    height: 100%;
}
.devis-item .form-control,
.ContactezNous select.form-control {
    margin: 9px 0 !important;
}
.coordonne_cont a {
  display: block;
  margin: 15px 0;
    font-size: 18px;
}    

 #scrollTopBtn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: none;
            background-color: #dd0404;
            color: white;
            border: none;
            padding: 10px 15px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
            transition: opacity 0.3s;
        }

#scrollTopBtn:hover {
    background-color: #333;
}
p.text-preso {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

.Mobile .telcontact,
.Tablet .telcontact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.Desktop .logoD div img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

._txt {
    background-color: var(--colorP);
    color: var(--white);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
}
._txt h2,
._txt span,
._txt .h2 {
  color: var(--white);
}

.section {
    text-align: center;
}

.fade-up, .fade-left {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up {
    transform: translateY(40px);
    transition: all 2s;
}

.fade-left {
    transform: translateX(40px);
    transition: all 2s;
}

.fade-up.visible, .fade-left.visible {
    opacity: 1;
    transform: translateY(0) translateX(0);
}
li.nav-item.active {
    border: 1px dashed #fff;
}
.Mobile .img-logo span{
  height: 70px;
}
footer.footer .btn_ {
    position: fixed;
    z-index: 11;
    left: 50px;
    bottom: 50px;
    display: flex;
    gap: 20px;
}
footer.footer .btn_ a {
    margin-right: 0; 
    color: #fff;
    font-size: 18px;
    color: #fff;
}
.Mobile footer.footer .btn_ {
    left: auto;
    bottom: 0;
}
.Mobile footer.footer .btn_ a {
    margin: 5px 0;
}
.Desktop a.logo img {
    width: 300px;
    min-width: 300px;
    height: 117px;
    object-fit: contain; 
} 
.fond-tel {
    background: #dd0404;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Mobile .fond-tel{
  width: 80px;
  height: 80px;
}
.Mobile footer.footer .btn_ a{
  font-size: 15px;
}
.fond-tel img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.Tablet .textSlide {
  margin-top: 200px;
}

.Tablet .videosTemoignages .row.justify-content-between.align-items-center {
  flex-direction: column;
  width: 100%;
}

.Tablet .videosTemoignages .row.justify-content-between.align-items-center .col-md-7,
.Tablet .videosTemoignages .row.justify-content-between.align-items-center .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.Tablet .videoBlock {
  text-align: center;
}

.Desktop nav.nav > .container {
    max-width: 100%;
}

.col-md-5.BGImg_ {
    width: 100%;
    height: 700px;
    display: block;
    border-radius: 30px;
}

.Mobile .col-md-5.BGImg_,
.Tablet .col-md-5.BGImg_ {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 30px;
}
span.adr {
    display: block;
}
.Desktop ul.nav-submenu {
    width: max-content;
    text-align: left;
}
li.nav-item.active a {
    color: #dd0404;
}
li.nav-submenu-item a {
    color: #fff !important;
}
a.logo-footer img {
    width: 250px;
    height: 116px;
    object-fit: contain;
}
.contact .adr-map,
.contact .blockContact_ {
    display: none;
}
.page-mention h2 {
    text-transform: uppercase;
    font-size: 35px;
    padding: 40px 0 10px;
}
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}
body:not(.Desktop) .topNavigation .icon-mobile:before,
body:not(.Desktop) .topNavigation .icon-phone:before { 
    filter: invert(1)!important;
}
body:not(.Desktop) a.logo img {
    width: 129px;
    height: 90px;
    object-fit: contain;
}
.Mobile .title_presentation .h2,
.Mobile .text4_ h2 { 
    font-size: 25px; 
}
.Mobile h1 {
    font-size: 30px;
}
body:not(.Desktop) .page-mention,
.Tablet .titre-album,
.Tablet .ContactezNous {
    margin-top: 122px;
}
body:not(.Desktop).contact .icon-mobile:before,
body:not(.Desktop).contact .icon-phone:before { 
    filter: invert(0);
}
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;
    text-align: center
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
.Tablet .BGImg_ {
  width: 100%;
  height: 300px;
  background-size: cover;
  margin-top: 40px;
}
.Mobile .BGImg_ {
    width: 100%;
    height: 300px;
}
.Mobile .text2_.block2_ ._txt {
    padding: 0;
}
.img_ img {
    border-radius: 30px;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.img_ {
    padding: 10px;
}