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

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

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

body {
  margin: 0;
  font-family: "Calibri", sans-serif;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}

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

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Calibri", sans-serif;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: "Calibri", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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: var(--SecondColor);
    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(--SecondColor);
    color: white;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
}
.captionSlider .btn:hover {
    color: black;
}

.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;
}
.Mobile .mt-3 {
    margin-top: 20px;
}
.mr-15 {
    margin-right: -15px;
}
.ml-15 {
    margin-left: -15px;
}

.pl-2 {
    padding-left: 2rem;
}
.pl-3 {
    padding-left: 3rem;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Mobile .row-flex,
.Tablet .row-flex {
    display: block;
}
.Tablet .row-flex.services-list {
    display: flex;
}
.Tablet .services-list .col.col-3 {
    max-width: 50%;
}
.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%;
}
.services-list .col-3 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

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

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

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

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

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

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

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

.Mobile .col-2,
.Mobile .col-3,
.Mobile .col-4,
.Mobile .col-5,
.Mobile .col-6,
.Mobile .col-7,
.Mobile .col-8,
.Mobile .col-9,
.Mobile .col-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.Tablet .col-2,
.Tablet .col-3,
.Tablet .col-4,
.Tablet .col-5,
.Tablet .col-6,
.Tablet .col-7,
.Tablet .col-8,
.Tablet .col-9,
.Tablet .col-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !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-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;
}

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

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

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

    border: 1px solid transparent;
}

:root {
    --primaryColor: #404040;
    --SecondColor: #876e2e;
    --ThirdColor: #03a9f4;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Mobile .row-flex,
.Tablet .row-flex {
    display: block;
}
.Tablet .row-flex.services-list {
    display: flex;
}
.Tablet .services-list .col.col-3 {
    max-width: 50%;
}
.flex-end {
    align-items: flex-end;
}

/*
Style header
*/
.header {
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.Mobile .header,
.Tablet .header {
    position:fixed;
    background:white;
    left:0;
    top:0;
    width:100%;
    z-index: 1111;
}
.header-block {
    position: relative;
}
.bot-nav {
    border-top: 1px solid #ddd;
    flex-wrap: nowrap;
}
.top-nav > div {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #57585a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
}
.Mobile .top-nav > div,
.Tablet .top-nav > div {
    margin-right: 10px;
    margin-left: 10px;
}
.top-nav > div.tel-mail {
    display: block;
    margin-left: 3rem;
}
.top-nav > div.gener {
    color: var(--primaryColor);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}
.Mobile .gener ,
.Tablet .gener{
  text-align: center;
  width: 100%;
  display: block !important;
}
.Mobile .tel-top,
.Tablet .tel-top {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 148px;
}
.Mobile .tel-top span,
.Tablet .tel-top span {
    display: flex;
    align-items: center;
}
@media(min-width: 1200px) {
    .top-nav > div:before {
        content: "";
        height: 107%;
        width: 2px;
        background-color: #ddd;
        position: absolute;
        top: -2px;
        right: -30px;
        transform: rotate(20deg);
    }
    .top-nav > div:last-child:before { display: none; }
}
.tel-top a {
    font-weight: 900;
    color: #57585a;
}
.Mobile .tel-top a,
.Tablet .tel-top a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.tel-top em {
    margin: 0 5px;
}
.mail-top:hover a {
    color: var(--SecondColor);
    text-decoration: underline;
}
.Mobile .mail-top, .Tablet .mail-top { display: none; }
.logo-header {
    position: relative;
    z-index: 9;
    -webkit-clip-path: polygon(0 0,100% 0%,88% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0%,88% 100%,0% 100%);
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: left center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.logo img { 
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.Mobile .logo-header,
.Tablet .logo-header {
    -webkit-clip-path: none;
    clip-path: none;
    justify-content: space-between;
}
.logo {
    padding: .5rem 1rem;
}
.Mobile .logo-header > a img {
    width: 200px;
    height: 90px;
    padding: 5px;
}
.Mobile .logo,
.Tablet .logo {
    padding: 0;
    width: 175px;
}
.logo img {
    max-width: 100%;
}
.Desktop .logo img {
    max-width: 90%;
}
.top-nav.row-flex img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}
.Mobile .top-nav.row-flex img,
.Tablet .top-nav.row-flex img {
    filter: invert(1);
}
.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) {
    .nav-list {
        display: block;
    }
    .top-nav > div.adr-top {
        display: flex;
        align-items: center;
    }
}
@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;
    color: black;
}
@media(min-width: 1800px) {
    .nav-item > a {
        font-size: 14px;
    }
}
.nav-click {
    position: absolute;
    left: 10px;
}
.nav-click i {
      display: block;
    height: 18px;
    width: 18px;
    background-image: url(/skins/default/images/img/down.webp);
    background-size: cover;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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;
}
.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
}
.megaMenu > ul {
    padding: 20px;
    width: max-content;
}


.nav-submenu-item > a {
    display: block;
    position: relative;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 15px;
}
.nav-item > a:hover,
.nav-item.active > a,
.nav-submenu-item > a:hover,
.nav-submenu-item.active > a {
    color: var(--SecondColor);
}


button.navMobile {
    display: none;
    border: none;
    background: none;
    padding: 0;
    margin-right: 2rem;
    cursor: pointer;
}
@media(max-width: 1199px) {
    button.navMobile { 
        display: flex; 
        align-items: center;
    }
}
button.navMobile:hover {
    opacity: .5;
}
button.navMobile > span {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
button.navMobile img {
    filter: invert(0);
}

.devis-block {
    position: relative;
}
.Mobile .devis-block, .Tablet .devis-block { display: block; }
.Mobile button.toogle-devis,
.Tablet button.toogle-devis {
    display: none;
}
.Mobile .devis-block > div,
.Tablet .devis-block > div {
    position: static;
}
.toogle-devis {
    -webkit-clip-path: polygon(8% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(8% 0,100% 0%,100% 100%,0% 100%);
    background-color: var(--SecondColor);
    color: #fff;
    padding: 13px 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    max-width: 250px;
    flex: 0 0 250px;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Tablet .toogle-devis {
    max-width: 150px;
    flex: 0 0 150px;
}
@media (min-width: 1200px) and (max-width: 1313px) {
    .toogle-devis {
        max-width: 135px;
        flex: 0 0 135px;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}
.toogle-devis:focus {
    color: 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: 1.4rem;
    border-bottom: 1px solid #adadad;
    color: #757575;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.form-input {
    margin: 5px 0;
    display: block;
    width: 100%;
    line-height: 1.25;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid transparent;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #57585a;
    padding: 10px 15px;
    border-radius: 6px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #000000;
}
.form-input:focus,
.rappelBlock .form-rappel:focus {
    outline: none;
    border-color: var(--SecondColor);
    box-shadow: none;
}
textarea.form-input {
    height: 100px;
}
.form-input::-webkit-input-placeholder {
  color: #cccccc;
}

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

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

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

.form-input::placeholder {
  color: #cccccc;
}
#FormDevis .btn-custom {
    background: var(--SecondColor);
    color: #fff;
    padding: 7px 15px;
    display: block;
    width: 100%;
    cursor: pointer;
}
.rappelBlock {
    background-color: #000000;
    border-radius: 15px;
    margin-top: 1rem;
    transition: all 0.3s ease 0s;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.rappelBlock:before {
    content: "";
    position: absolute;
    background-image: url(../images/img/img-rappel.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .5;
    filter: brightness(0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rappelBlock > div {
    position: relative;
    color: 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: var(--primaryColor);
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
}

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

.slider__ {
    min-height: 688px;
    height: 100vh;
}
.temoignages .homeslider,
.temoignages .slider__,
.realisations .homeslider,
.realisations .slider__,
.mentions .homeslider,
.mentions .slider__ {
    height: 40vh;
}
.full-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.slider-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 688px;
    height: 100vh;
}
.Mobile .homeslider,
.Mobile .slider__,
.Mobile .slider-img,
.Tablet .homeslider,
.Tablet .slider__,
.Tablet .slider-img {
    height: 550px;
    min-height: 550px;
}
.Mobile .homeslider {
    margin-top: 168px;
}
.Tablet .homeslider {
  margin-top: 193px;
}

@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(0 0 0 / 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,
.Tablet .captionSlider {
    max-width: 100%;
}
.titleSlider {
    max-width: 767px;
}
.titleSlider > span {
    display: block;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 90px;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    letter-spacing: 2px;
}
.Mobile .titleSlider > span,
.Tablet .titleSlider > span {
    padding-left: 40px;
    font-size: 18px;
    letter-spacing: 1px;
}
.titleSlider > span:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 3px;
    left: 0;
    top: 13px;
    background-color: var(--SecondColor);
}
.Mobile .titleSlider > span:before,
.Tablet .titleSlider > span:before {
    width: 30px;
}
.titleSlider .littleTitle {
    font-size: 70px;
    line-height: 82px;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--SecondColor);
}
.titleSlider > .littleTitle {
    font-size: 50px;
    line-height: 62px;
}
.Mobile .titleSlider .littleTitle,
.Tablet .titleSlider .littleTitle {
    font-size: 24px;
    line-height: 45px;
}
.titleSlider > p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    /* margin-left: 10px; */
    letter-spacing: .5px;
}
.btn-realisation {
    background: var(--primaryColor);
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 1rem;
}
.Mobile .btn-realisation {
    font-size: 14px;
}
.Mobile .h-btn {
    display: flex;
}


/* Contenu */
.corps {
  margin-top: 20px;
}
@media(min-width: 768px) {
  .corps {
  	background: #fff;
    margin: 20px 0;
  	padding: 20px;
  }
}
.mainleft h1, .mainleft .h1 {
    text-align: center;
    color: #ab4627;
}
.mainleft h1:after,
.mainleft .h1:after {
	content: "";
	background: #000;
	display: block;
	height: 3px;
	margin: 2rem auto 0;
	width: 150px;
}
.block_1 > .clearfix {
	background: #b40f1a;
	margin-left: -20px;
}
#TextBlock {
	background: #fff;
}
#ImgBlock img {
	padding-top: 15px;
}
@media(max-width: 991px) {
  .block_1 > .clearfix {
    background: none;
  }
  #ImgBlock {
    background: #b40f1a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  #ImgBlock img {
    width: 100%;
  }
}
.block_2 {
    margin: 3rem 0;
}
.block_2 .Item_Block {
  background: #f7f7f7;
  padding: 20px;
  margin-left: -20px;
}
.block_3 {
  text-align: center;
}
.block_3 img {
  display: block;
  margin: 0 auto 1.5rem;
}
@media(min-width: 768px) {
  .pr15 {
    padding-right: 15px;
  }
}
@media(max-width: 767px) {
  .mainright {
    background: #fff;
    margin: 0 -15px;
    padding: 1px 20px 20px;
  }
  .block_1 > .clearfix {
    margin-left: 0;
  }
  #TextBlock {
    background: none;
    padding: 0;
  }
  .block_2 {
    margin-top: 0;
  }
  .block_2 .Item_Block {
    margin-right: -20px;
  }
  .block_3 p {
    text-align: justify !important;
  }
}

/* Main right */
@media(max-width: 767px) {
  .Devisgratuit {
    padding: 20px;
    background: #fff;
  }
  .Devisgratuit h3,
  .Devisgratuit .h3 {
    font-size: 24px;
    text-align: center;
  }
}
#mail,
#mail2 {
	display: none !important;
}

textarea.form-input {
	height: 75px;
}
.btn {
	font-weight: bold;
	border: none;
    color: #fff;
    padding: 10px;
}

#rappel_immediat .form-input {
	text-align: center;
}
#rappel_immediat .btn-submit {
	text-align: center;
	margin-top: -8px;
}

/* Coordonnee */
.coordonne {
  margin-top: 30px;
}
.coordonne h3,
.coordonne .h3  {
  margin-bottom: 5px;
}

.tel {
  color: #b40f1a;
	font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 40px;
}
.typeTel {
  background: #b40f1a;
  height: 25px;
  line-height: 27px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 15px;
  width: 20%;
  vertical-align: middle;
}
.email {
  display: block;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 5px 0;
    margin-top: 10px;
    text-align: center;
    color: #000;
}
@media(max-width: 991px) {
  .tel {
    font-size: 20px;
  }
  .typeTel {
    font-size: 8px;
  }
  .email {
    font-size: 12px;
  }
}

/* Map */
.MapRight {
  margin: 30px 0;
}
.MapRight h3,
.MapRight .h3 {
  margin-bottom: 5px;
}
.MapRight > p {
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

@media(max-width: 991px) {
  .MapRight > p {
    font-size: 12px;
  }
}

/* Realisations */
.RealisationRight {}
.Reaslide {
  border: 5px solid #b40f1a;
  background: #b40f1a;
  text-align: center;
}
.Reaslide a {
  display: block;
}
@media(max-width: 767px) {
  .Reaslide img {
    width: 100% !important;
  }
}

/* Footer */
#footer {
	background: #b40f1a;
    padding: 25px 0;
    text-align: center;
}
.Mobile #footer {
    margin-top: 2em;
}
#footer .logo {
  background: none;
    border-bottom: 5px solid #a7121b;
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 35%;
    height: inherit;
}
.Tablet #footer .logo {
  width: 50%;
}
.Mobile #footer .logo {
  width: 100%
}
.adresse {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#footer .tel {
  color: #fff;
  font-size: 24px;
}
#footer .tel > span {
  margin: 0 15px;
}
.copyright {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    margin-top: 2em;
}
.copyright > a {
  color: #fff;
}
@media(max-width: 543px) {
  #footer .tel > span {
    display: block;
    margin: 0;
  }
  .copyright > a {
    display: block;
  }
}



.ImgLeft {
  background: #b40f1a;
  float:left;
  padding:20px;
  margin-right:20px;
  width:50%;
  margin-bottom: 20px;
}

.Mobile .ImgLeft {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
}

.ImgFull img {
  width:48%;
}

.Mobile .ImgFull img {
  width:100%;
  margin-bottom: 1em;
}

.ImgFull img:first-child {
  margin-right:2%;
}

.Mobile .ImgFull img:first-child {
  margin-right:0;
}

.Services {
    padding: 60px 0;
    background-color: #06455a;
}
.Services .Titre {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #fff;
}
.Liens a {
    color: #fff;
    text-decoration: none; 
}
.Liens a:hover {
    text-decoration: underline; 
}
.Mobile .Liens a{
  line-height: 38px;
}
.Services a {
  display: block;
  line-height: 32px;
}

.Block1 {
  clear:both;
}

.Tels {
  float:right;
  margin-left:40px;
      margin-top: 1.5em;
      border-top: 4px solid #980E03;
}
.Desktop .Services .Liens {
  -moz-column-count:3;
  -moz-column-rule: 1px solid #fff;
  -ie-column-count:3;
  -ie-column-rule: 1px solid #fff;
  -webkit-column-count:3;
  -webkit-column-rule: 1px solid #fff;
  column-count:3;
  column-rule: 1px solid #fff;  
}

.Mobile .Tels {
  margin:0px;
  float:none;
  background: #222;  
    text-align: left;
    padding-left: 15px;
        clear: both;
}

.Mobile .Tels a {
  color: #fff
}
.real_top {
    background: #b40f1a;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

 .titre-album {
  clear: both;
  display: block;
  font-size: 32px;  
  margin: 20px 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
} 
a.swipebox img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.Mobile a.swipebox img{
  height: 270px;
}

.inner_content_contact {
    text-align: center;
    color: #fff;
    background-color: #121212;
    line-height: 60px;
    font-size: 25px;
}
.inner_content_contact > .container > a {
    border: 1px solid #fff;
    padding: 5px;
    font-weight: 200;
}
.inner_content_contact > .container > a:hover {
    color: #121212;
    background-color: #fff;
}
.footer_logo .logo img {
    background-color: #282828;
    padding: 5px;
}
footer {
    background-color: #876e2e;
    padding: 50px 0 20px;
}
.footer_logo {
    text-align: center;
}
footer .row > .col-md-6 > span {
    color: #fff;
    display: block;
    font-size: 25px;
    margin-bottom: 1em;
}
.telephone_footer {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.telephone_footer a:hover {
    text-decoration: underline;
    color: #fff;
    opacity: .8;
}
.footer_locals_content p:last-child {
    background-color: #fff;
    font-size: 18px;
    border-top: 3px solid #121212;
    text-align: center;
}
.localisation_site > span , .contact_site > span {
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: .7px;
    font-size: 20px;
}
#Map {
    background: #eee;
    height: 250px;
    max-width: 600px;
    width: 100%;
    margin: auto;
    margin-bottom: 2em;
}
.contact_site {
    text-align: center;
}
.Block h2 {
    margin-bottom: 20px;
    font-family: "Calibri", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #876e2e;
}
.Block p {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    color: #1c1b1b;
}
.Mobile .Block p {
  font-size: 16px;
}
.img-profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Mobile .inner_content_contact {
  height: auto;
  padding: 10px;

}
.Mobile .inner_content_contact > .container > a {
  display: block;
}

.Mobile footer {
  padding: 1em 0;
  text-align: center;
  margin-top: 50px;
}


.slider_ {
    height: 710px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}
.Mobile .slider_, .Tablet .slider_ {
    height: 500px;
    margin-top: 156px;
}
.slider_::before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}
.heading_text {
    color: #fff;
    font-size: 3em;
    font-weight: 100;
    line-height: 2;
    text-align: left;
}
.Mobile .heading_text {
    font-size: 2rem;
    line-height: 1.1;
    text-align: center;
}
.capt_slider {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*formulaire top*/
form#FormDevis input, form#FormDevis textarea,
.rappelSlider input, .rappelSlider textarea {
    display: block;
    width: 100%;
    margin: 1em 0;
}
form#FormDevis input,
.rappelSlider input {
    background-color: #06455a;
    border: none;
    height: 50px;
    padding-inline-start: 1em;
    outline: none;
    color: #fff;
    /* width: 500px; */
}
form#FormDevis textarea,
.rappelSlider textarea {
    background-color: #06455a;
    border: none;
    height: 60px;
    padding-inline-start: 1em;
    outline: none;
    color: #fff;
    /* width: 500px; */
}
div#top-form {
    /* height: 90vh; */
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    justify-content: center;
    border-bottom: 2px solid #444;

}
.Devisgratuit > span  , .phone_contact span,
.rappelSlider span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
}
form#FormDevis input::placeholder, form#FormDevis textarea::placeholder,
.rappelSlider input::placeholder, .rappelSlider textarea::placeholder {
    color: #fff;
    font-size: 12px;
    letter-spacing: .7px;
    font-weight: 100;
}


/*end formulaire top*/

.sep-line {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 10%;
}
.Mobile .sep-line {
  margin: 1em  auto;
}
.ref_ {
    text-align: left;
    color: #fff;
    margin: 1em 0;
    font-size: 21px;
    letter-spacing: 1.2px;
}
.ref_ p {
  margin-bottom: 0;
}
.Mobile .ref_ p {
  text-align: center;
}
.button_realisation {
    margin: 3em 0 1em 0;
    text-align: left;
    display: flex;
    gap: 15px;
}
.Mobile .button_realisation {
    text-align: center;
    display: block; 
}
.button_realisation a {
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 21px;
    text-align: left;
    border: 2px solid currentColor;
    padding: 5px 15px;
}
.form_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin-top: 1em;
}
.form_contact a {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #1c1e21;
    padding: 5px 15px;
    border-radius: 5px;
}

/*foooter*/
.title_bottom {
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.bot_adress {
    color: #fff;
    font-size: 17px;
}
.tel_bottom {
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px;
}
ul.nav-list-bottom {
    padding: 0;
    margin: 0;
}
ul.nav-list-bottom li {
    list-style-type: disclosure-closed;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
}
footer .sep-line {
  margin-bottom: 1em;
}
.adresses {
    margin-bottom: 2em;
}
.Mobile ul.nav-list-bottom li {
  list-style: none;
  height: 55px;
}
 
body.Mobile.mentions ol, body.Mobile.mentions ul {
    padding: 0 15px;
}
body.Mobile.mentions h3, 
body.Mobile.mentions .h3 {
    font-size: 17px;
    font-weight: 800;
}
@media(max-width: 991px) {
    .nav-list.showMenu {
        display: block;
        background: #fff;
    }
    .nav-item {
        display: block;
    }
}
/*----------------------------------------------------------------------------------- 
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;
}


/*============================
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; 
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px 0; 
}
.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", sans-serif;
    font-size: 32px;
}
.adr-map {
    padding: 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;
}
a.logo img {
    width: 150px;
    height: 170px;
    object-fit: contain;
}
.Tablet a.logo img {
  width: 120px;
  height: 94px;
  object-fit: contain;
  margin-top: -12px;
}
.head_top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tel-top {
    display: flex;
    gap: 15px;
    align-items: center;
}
span.icon-tel {
    width: 50px;
    height: 50px;
    border: solid 2px #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
span.icon-tel img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.tel-top > div {
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.tel-top > div a {
    /* display: block; */
    width: 100%;
    flex: 0 0 100%;
    text-align: left;
    font-size: 22px;
}
.Mobile .tel-top {
    position: fixed;
    background: #876e2e;
    left: 0;
    width: 100%; 
    padding: 5px 0;
    justify-content: center;
}
.Tablet .tel-top {
  position: fixed;
  background: #876e2e;
  left: 0;
  width: 100%;
  top: 148px;
  padding: 5px 0;
  justify-content: center;
}
.Mobile .tel-top > div,
.Tablet .tel-top > div {
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
}
.Mobile span.icon-tel,
.Tablet span.icon-tel  {
    display: none;
}
.Mobile .tel-top > div a,
.Tablet .tel-top > div a {
    /* display: block; */
    width: 49%;
    flex: 0 0 49%;
    text-align: center;
    font-size: 21px;
    color: #fff;
}
.Tablet .rightNav {
  float: right;
  position: absolute;
  right: 50px;
  top: 34px;
}
.Tablet .nav {
  position: absolute;
  right: 0;
  top: 158px;
  width: 100%;
  z-index: 100;
}
.Mobile .rightNav {
    float: right;
    position: absolute;
    right: 30px;
    top: 37px;
}
.Mobile nav.nav {
    top: 157px;
}
li.nav-item.active > a {
    color: #fff;
}
.Tablet .slider_ > .container-fluid > .row > div {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.Tablet .capt_slider { 
  width: 80%;
}
.Tablet .img-profil img,
.Mobile .img-profil img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: left bottom;
}
.Tablet .Liens {
  column-count: 2;
}
.Mobile .button_realisation a {
    display: block;
    margin: 15px 0;
    text-align: center;
}
.Mobile .capt_slider { 
    width: 90%;
}
.Mobile .copyright a {
    display: block;
    margin: 15px 0;
}
/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.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;
}
.contact-content #FormDevis .form-input {
  width: 100%;
}
.contact-content #FormDevis .btn.btn-submit {
  width: 100%;
}
.nav-item.active {
  background: #876e2e;
}
/*------------------------------------------------------------------------- 
404 style 
-------------------------------------------------------------------------*/

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

.logoDivers {
    margin-bottom: 2rem;
}
.logoDivers img {
    margin-right: 15px;
}
.Block.Block2,
.Block.Block4 {
    margin: 30px 0;
}
.Tablet .col-rev,
.Mobile .col-rev {
    flex-direction: column-reverse;
}
div#realisations,
.page-mention {
    padding: 40px 0;
}
.Mobile div#realisations,
.Mobile .page-mention,
.Mobile .contact-content {
    padding-top: 180px;
}
.Tablet div#realisations,
.Tablet .page-mention,
.Tablet .contact-content {
    padding-top: 210px;
}
input.btn.btn-submit {
    background: var(--primaryColor) !important;
    cursor: pointer;
}

.text__block h1 {
    font-size: 30px;
    color: #06455a;
}

.Mobile .text__block h1 {
    font-size: 25px;
    color: #06455a;
}

.logoDivers img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.Mobile .logoDivers img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.sous-logo {
    position: absolute;
    bottom: 4px;
    font-weight: 600;
}
body:not(.Desktop) .logo-header {
    height: 112px;
}
body:not(.Desktop) .sous-logo { 
    bottom: 0; 
    left: 10px;
}
.footer_des {
    color: #fff;
    margin-top: 20px;
}
._page_h1::first-line,
._page_h1-p {
    font-size: 55px;
    font-style: normal;
}
.Desktop ._page_h1{
  font-size: 35px;
  font-style: italic;
}
._page_h1, ._page_h1-p{
  margin-bottom: 20px;
}
.Mobile ._page_h1::first-line, .Mobile ._page_h1-p, .Mobile ._page_h1,
.Tablet ._page_h1::first-line, .Tablet ._page_h1-p, .Tablet ._page_h1 {
    font-size: 35px;
    font-style: normal;
}
.Mobile .megaMenu > ul {
    padding: 10px;
}
.Mobile .nav-list,
.Tablet .nav-list {
    max-height: 400px;
    overflow: scroll;
}
.Tablet .nav-item.active {
  background: #fff;
}
.Tablet .megaMenu > ul {
  margin: auto;
}
.Tablet li.nav-item.active > a {
  color: #06455a;
}
.Tablet .tel_bottom {
  font-size: 18px;
}
.img-profil {
    width: 550px;
    height: 500px;
}
.copyright a img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.Mobile .img-profil,
.Tablet .img-profil {
    width: 100%;
    height: 100%;
}
.Mobile .tel-top em,
.Tablet .tel-top em {
    color: #fff;
}
.Desktop .service-title{
  margin-top: 40px;
}