@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e902";
}
.icon-arrow_forward:before {
  content: "\e903";
}
.icon-expand_less:before {
  content: "\e904";
}
.icon-expand_more:before {
  content: "\e905";
}
.icon-done:before {
  content: "\e906";
}
.icon-done_all:before {
  content: "\e907";
}
.icon-watch_later:before {
  content: "\e908";
}

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

/*
Dots Arrows
*/
.main-slider .slick-dots {
    position: absolute;
    left: 2%;
    bottom: 12%;
    transform: translateY(-50%);
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.main-slider .slick-dots li {
    line-height: 100%;
    display: inline-block;
    margin: 0 5px;
}
.main-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--white);
    opacity: 1;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 6px;
    text-indent: -9999px;
    line-height: 100%;
    cursor: pointer;
}
.main-slider .slick-dots li.slick-active button {
    background-color: var(--white);
    opacity: 1;
}
.main-slider .slick-dots li button:focus {
    outline: 0;
    box-shadow: none;
}

::selection {
    background: #82bc49;
    color: #fff;
}

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

html {
  font-family: 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: "DM Sans", sans-serif;
  text-align: left;
  background-color: var(--white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #555659;
  -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;

}

[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 {
    color: #555659;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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: 400;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 34px;
}

h2, .h2 {
  font-size: 24px;
}

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;
}
.Mobile img {
    max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  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;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.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-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !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;
  }
}
.container {
  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: 1400px;
    }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.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: var(--white);
  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;
}

@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: var(--white);
  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;
}

:root {
  --white : white;
  --black : black;
  --darkB : #363936;
  --colorP : #82bc49;
}

#mail,
#mail2 { display: none; }

/*
Header
*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
/*.contact .header,
.devis .header,
.mentions .header,
.article .header,
.temoignages .header,
.realisations .header {
    background-color: var(--white);
    padding-bottom: 30px;
    padding-top: 30px;
    position: static;
}*/
.Mobile .rappel-top {
    padding: 20px;
    text-align: center;
    background-color: var(--colorP);
}
.rappel-top strong {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--black);
    display: block;
    font-weight: 500;
    margin-right: 15px;
}
#rappel_immediat .form-group {
    display: flex;
}
.Mobile #rappel_immediat .form-group {
    justify-content: center;
}
#rappel_immediat .form-control {
    font-size: 12px;
    font-weight: bold;
    min-width: 200px;
    flex: 0 0 200px;
}
.btn.btn-submit {
    background: var(--black);
    border: 1px solid transparent;
    color: var(--white);
    font-size: 10px;
    padding: 7px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 2px;
}

/*
sticky
*/
.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: var(--white);
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.nav {
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}

.Mobile .logo img {
    width: 160px;
}

.infos-top {
    background-color: var(--colorP);
    padding: 7px 15px;
    color: var(--black);
    font-size: 14px;
}
.infos-top .d-flex > div,
.block-contact > div {
    display: flex;
    align-items: center;
}
.infos-top .d-flex > div .icon {
    color: var(--black);
    margin-right: 5px;
    font-size: 16px;
}
.block-contact > div .icon {
    color: var(--white);
    margin-right: 5px;
    font-size: 16px;
}
.infos-top a {
    color: var(--black);
}
.block-contact > div a {
    color: var(--white);
}
.infos-top a:hover,
.block-contact > div a:hover {
    color: var(--white);
}
.adr-top {
    margin: 0 18px;
}
/*.rightBlock {
    position: relative;
}*/
.Tablet .rightBlock,
.Mobile .rightBlock {
    padding-right: 15px;
}
.Tablet .mobileTel {
    display: flex;
}
.mobileTel a {
    display: block;
    background: var(--colorP);
    margin: 7px 0;
    color: var(--white);
    padding: 3px 15px;
    text-align: center;
    border-radius: 25px;
    font-size: 14px;
}
.Tablet .mobileTel a:last-child {
    margin-left: 15px;
}
@media (min-width: 1200px) {
    .nav .container {
        position: relative;
    }
}
.nav-list {
    display: table;
    margin: 0;
    padding: 0;
}
.stricky-header .nav-list {
    padding-left: 0;
    margin: 0;
}
.Desktop .stricky-header.stricky-fixed .nav-list {
    padding-right: 0;
}
.nav-item {
    display: table-cell;
}
.nav-item a {
    display: block;
    line-height: 130%;
    text-align: center;
    padding: 15px 10px;
    transition: all .3s ease;
}
.Desktop .nav-item > a {
    font-size: 18px;
    padding: 54px 25px;
    font-weight: 500;
}
.nav-item a::before {
  content: "";
  display: none;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
  opacity: .7;
}
.nav-item:hover > a,
.nav-item.active > a {
    color: var(--darkB);
}
.nav-submenu {
    display: none;
    background-color: var(--white);
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.Tablet .nav-item:hover .nav-submenu,
.Desktop .nav-item:hover .nav-submenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 500px;
}
.Tablet .nav-item:hover .nav-submenu::after,
.Desktop .nav-item:hover .nav-submenu::after {
    content: "";
    position: absolute;
    right: 7px;
    width: 450px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/p/imgNavSubMenu.webp);
    transform: translateY(-50%);
    top: 50%;
}
.nav-submenu-item a {
    text-align: left;
    font-size: 16px;
}
.nav-submenu-item:hover a,
.nav-submenu-item.active a {
    color: #598032;
}


.rightBlock .mobile-nav__toggler {
  cursor: pointer;
  background: url(../images/menu.svg) no-repeat center center;
  height: 35px;
  width: 50px;
  margin: auto 0 auto auto;
}
.Tablet .rightBlock .mobile-nav__toggler {
    margin: 0 0 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .nav {
        justify-content: space-between;
        align-items: center;
    }
    .nav-list {
        /*display: none;*/
        padding-left: 0;
        margin: 0;
    }
    .nav-item > a {
        color: var(--white);
        text-align: left;
        padding-right: 50px;
    }
    .nav-item.active > a {
        color: var(--colorP);
    }
    .nav-item {
        display: block;
        position: relative;
    }
    .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%;
    }
    .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 100%;
      width: 50px;
      cursor: pointer;
      z-index: 30;
    }

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

    .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
}

/*
Menu mobile
*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
    transition: visibility 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
    transition: transform 300ms ease 300ms, visibility 300ms ease 300ms;
    transition: transform 300ms ease 300ms, visibility 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
    visibility: hidden;
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
    transition: visibility 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
    transition: transform 300ms ease 0ms, visibility 300ms ease 0ms;
    transition: transform 300ms ease 0ms, visibility 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}
.mobile-nav__content {
    width: 300px;
    background-color: var(--darkB);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 300ms ease 0ms, visibility 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
    transition: opacity 300ms ease 0ms, visibility 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
    transition: opacity 300ms ease 0ms, visibility 300ms ease 0ms, transform 300ms ease 0ms;
    transition: opacity 300ms ease 0ms, visibility 300ms ease 0ms, transform 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 300ms ease 300ms, visibility 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
    transition: opacity 300ms ease 300ms, visibility 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
    transition: opacity 300ms ease 300ms, visibility 300ms ease 300ms, transform 300ms ease 300ms;
    transition: opacity 300ms ease 300ms, visibility 300ms ease 300ms, transform 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 20px;
    color: var(--white);
    font-weight: bold;
    cursor: pointer;
}
.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list,
.mobile-nav__contact {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*@media (min-width: 1200px) {
  .stricky-fixed .sticky-header__content .container {
      max-width: 1400px;
  }
}*/
.main-menu .logo,
.main-menu .tel-top { display: none; }
.stricky-fixed .main-menu .logo { display: block; }
.stricky-fixed .main-menu .logo img {
  width: 100px;
}
.stricky-fixed .main-menu .tel-top {
  display: flex;
  align-items: center;
  max-width: 165px;
  flex: 0 0 165px;
  margin-right: 2rem
}
.stricky-fixed .main-menu .tel-top > div {
    color: var(--black);
    text-align: right;
}
.stricky-fixed .main-menu .tel-top .icon {
    color: var(--colorS);
    font-size: 20px;
    margin-right: 10px;
}
.stricky-fixed .main-menu .tel-top a {
    display: block;
}
.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobile-nav__contact li {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-nav__contact li>i {
    width: 30px;
    flex: 0 0 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--colorP);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: var(--darkB);
    margin-bottom: 1rem;
}
.mobile-nav__contact div {
    line-height: 130%;
}
.mobile-nav__contact li a {
    color: var(--white);
    -webkit-transition: 300ms;
    transition: 300ms;
    line-height: 130%;
}

/*
Homeslider
*/
.main-slider {
    background-color: var(--darkB);
    position: relative;
}
.slide_ {
    position: relative;
    height: 100vh;
}
.Desktop .slide_ {
    min-height: 800px;
}
.image-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
@media(min-width: 1800px) {
    .slide_ {
        height: 840px;
    }
}
.Mobile .slide_ {
    height: 85vh;
}
.image-layer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(6 25 5 / 53%);
}
.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide_ .container {
    height: 100%;
    display: table;
    position: relative;
}
.bannerInt_ {
    height: 350px;
}
.Mobile .slide_.bannerInt_ {
    height: 250px;
}
.texte5 {
    border-left: 10px solid white;
    padding-left: 20px;
}
.cpationSlider {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    width: 100%;
}
.cpationSlider.cpationSlider_ {
    top: 65%;
}
.titreSlide {
    font-size: 4rem;
    line-height: 130%;
    font-weight: 900;
    color: var(--white);
}
.Mobile .titreSlide {
    font-size: 2.2rem;
}
.Mobile .cpationSlider_ .titreSlide {
    font-size: 1.5rem;
}
.devis-item .h3::after,
.titreSlide::after {
    content: "";
    display: block;
    border-bottom: 5px solid var(--colorP);
    margin: 1.5rem 0;
    width: 50px;
}
.devis-item {
    background: var(--white);
    padding: 40px;
    border-radius: 25px;
}
.devis-item .h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--black);
    text-align: center;
}
.devis-item .h3::after {
    margin-left: auto;
    margin-right: auto;
}
#FormDevis .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--colorP);
}
#FormDevis textarea {
    resize: vertical;
    height: 75px;
    max-height: 85px;
}
#FormDevis .btn.btn-submit {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}
#FormDevis .btn.btn-submit:hover {
    background-color: var(--colorP);
    color: var(--black);
}

/*
Btn
*/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--colorP);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 12px;
    border-radius: 32px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}
.devisBtn .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: var(--colorS);
}
.btn.btn-realisations {
  margin-left: 2rem;
  background-color: var(--colorS);
}
.Mobile .btn.btn-realisations {
  margin-left: 0;
  margin-top: 20px;
}
.btn:hover {
    color: var(--darkB);
}
.btn::before {
    position: absolute;
    content: '';
    background-color: var(--colorP);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}
.btn:hover:before {
    height: 380%;
}
.btn i {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: var(--darkB);
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    margin-left: 17px;
    transition: all 0.5s linear;
}
.devisBtn .btn i,
.btn.btn-realisations i {
    background-color: var(--white);
    color: var(--darkB);
}
.btn.btn-realisations:hover i,
.btn:hover i {
    background-color: var(--white);
    color: var(--darkB);
}

.main-slider-btn .btn {
    padding-left: 50px;
}

/*
Contenu
*/
.Contenu {
    position: relative;
}
.main-slider .shape-divider {
    transform: rotate(180deg);
    bottom: -1px;
}
.Contenu h3 {
    font-size: 19px;
    position: relative;
}
.blockPrimary {
    padding-top: 60px;
    padding-bottom: 60px;
}
.Mobile .blockPrimary .row {
    flex-direction: column-reverse;
}
.Mobile .blockPrimary img {
    margin-bottom: 1rem;
}
.blockPrimary h1 {
    color: #598032;
}
.blockPrimary h1::after {
    content: "";
    display: block;
    border-bottom: 3px solid;
    width: 50px;
    margin: 1rem 0 1.5rem;
}
.shape-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.row-rev {
    flex-direction: row-reverse;
}
.blockSecond {
    background: #e5e7e4;
    background: linear-gradient(180deg, rgba(229, 231, 228, .6) 0, #fff 100%);
    position: relative;
    padding-top: 70px;
}
.blockThird {
    padding: 30px 0;
}
.presta3 .row,
.texte3 {
    margin: 30px 0;
}
.Lastblock {
    background-color: var(--colorP);
    padding: 120px 0 60px;
    position: relative;
    color: #212122;
}
.imgCntenu img {
    border-radius: 25px;
}
/*
Avis
*/
.temoignages {
    padding: 60px 0;
    background-color: var(--colorP);
}
.temoignages .h3 {
    color: var(--darkB);
    margin-bottom: 2rem;
    font-size: 30px;
}
.temoignages .h3 span  {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #847953;
    margin-bottom: 1rem;
}
.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: 1px solid #e1e8ed; */
    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/p/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;
}
.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;
}
.btn_avis a.btn-custom.btn-reserver {
    display: inline-block;
    position: static;
    padding: 10px 35px;
}
.avis > i {
  background: url('../images/rating-sprit.webp') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
.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;
    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/p/arrow_left_.webp);
    left: -3rem;
}
.temoignages .slick-next {
    background-image: url(../images/p/arrow_right_.webp);
    right: -3rem;
}

/*
Footer
*/
.footer {
    background-color: var(--darkB);
    padding-top: 60px;
    overflow-x: hidden;
    position: relative;
}

.Mobile .logo-footer {
    margin-bottom: 2rem;
    display: inline-block;
}
.info-footer {
    padding-bottom: 60px;
    position: relative;
}
.nav-footer .h3 {
    color: var(--colorP);
    font-size: 20px;
    margin-bottom: 1rem;
    display: block;
}
.link-footer {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.divers-lien.link-footer {
    margin-top: 2rem;
}
.link-footer li {
    margin: 10px 0;
}
.link-footer li a {
    color: var(--white);
    transition: all .3s ease;
}
.link-footer li:hover a {
    color: var(--white);
    text-decoration: underline;
}
.link-footer li.active a {
    color: var(--colorP);
}
.block-contact > div {
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 130%;
}

.copyright {
    position: relative;
    display: flex;
    color: var(--black);
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 22px 0 22px;
    padding-left: 120px;
    border-top-left-radius: 10px;
    z-index: 1;
}
.copyright::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10000000px;
    left: 100%;
    top: 0;
    background-color: var(--white);
    z-index: -1;
}

/*
Page 404
*/

.blog_pageIntrouvable {
    background: var(--darkB);
    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(--colorP);
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: var(--white);
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--white);
}
.blog_pageIntrouvable a {
    color: var(--colorP);
}
.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;
  }
}
@media (min-width: 1200px) {
  #realisations .container {
    max-width: 1400px;
  }
}
.swipebox {
  background-color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    /*border: 1px solid #ddd;*/
    border-radius: 15px;
    position: relative;
}
.Mobile .swipebox {
    height: inherit;
}
.swipebox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s ease;
}
.swipebox:hover span {
  transform: scale(1.1);
  opacity: .7;
}
.swipebox img {
    width: 100%;
}

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

b.titre-album {
  text-align: center;
  display: block;    
  color: var(--colorP);    
  font-size: 2.5rem;    
}
b.titre-album::after {
  content: "";
  display: block;    
  border-bottom: 2px solid var(--colorP);
  margin: 1rem auto 2rem;
  width: 35px;
}
#Messages {
    background: #f8b878;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: var(--white);
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}

/*
Devis Page
*/
.Devisgratuit h1 {
    color: var(--darkB);
    text-align: center;
}
.Devisgratuit h1::after {
    content: "";
    display: block;
    margin: 1rem auto 2rem;
    width: 35px;
    border-bottom: 2px solid var(--colorP);
}
#devisBlock_ .form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 15px 0;
}
.Mobile #devisBlock_ .form-group {
    display: block;
}
#devisBlock_ input.form-control {
    border-radius: 35px;
    padding: 15px 25px;
    height: auto;
}
.Mobile #devisBlock_ input.form-control {
    margin: 15px 0;
}
#devisBlock_ textarea.form-control {
    border-radius: 15px;
    height: 150px;
    max-height: 180px;
    resize: vertical;
    margin: 0 auto 20px;
    background-color: #f7f7f7;
}
#devisBlock_ .form-control:focus {
    border-color: var(--colorP);
    outline: 0;
    box-shadow: none;
}
.btn_devisG {
    text-align: center;
}
/*
Contact
*/

#realisations,
.temoin,
#devisBlock_,
#mentionsl,
.ContactezNous {
    padding: 60px 0;
}

.Mobile #realisations,
.Mobile .temoin,
.Mobile #devisBlock_,
.Mobile #mentionsl,
.Mobile .ContactezNous {
    padding-top: 9rem;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: var(--darkB);
    font-size: 18px;
}
.ContactezNous #FormDevis .form-control {
    margin: 10px 0;
}
.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;
}
.Tablet .inline-b,
.Desktop .inline-b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px;
}



/*============================
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;
  margin-top: 130px;
}
.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;
}

 
.Desktop .contact-content {
    padding-top: 177px;
}