* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: calibri;
}

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

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    background: none;
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    border: 0;
    text-indent: -9999px;
}
.slick-arrow:focus {
    outline: none;
    box-shadow: none;
}
.slick-arrow::after {
    content: "";
    background-image: url(../images/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
}
.slick-arrow:hover {
    opacity: .7;
}
.slick-prev {
    left: -5%;
    transform: translateX(-50%);
}
.slick-next {
    right: -5%;
    transform: translateX(-50%);
}
.slick-prev::after {
    transform: rotate(-180deg);
}

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

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

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

:root {
    --body: #ffffff;
    --white: white;
    --black: black;
    --light: #173ca2;
    --colorP: #173ca2;
    --colorS: #173ca2;
}
body {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #464646;
    font-weight: 300;
}
body.Mobile {
    font-size: 14px;
    line-height: 24px
}

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

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

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

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

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

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

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

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

svg:not(:root) {
  overflow: hidden;
}
h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 36px;
}
.Mobile h1 {
    font-size: 28px;
}
h2, .h2 {
    font-size: 26px;
}
.Mobile h2, .Mobile .h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 19px;
}
.Mobile h3, .Mobile .h3 {
    font-size: 16px;
}

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


#mail,
#mail2 {
    display: none;
}
/*
Header
*/
/*@media (min-width: 1200px) {
  .nav > .container {
      max-width: 1400px;
  }
}*/
.header .flex-block {
  justify-content: space-between;
  align-items: center;
}
.telTop {
    display: flex;
    align-items: center;
    margin-right: 3rem;
}
.telTop .icon {
    color: var(--white);
}
.telTop > div {
    margin-left: 8px;
    color: var(--body);
}

.telTop em {
    display: inline-block;
    margin: 0 15px;
}
.rappel-top {
    position: relative;
    display: flex;
    align-items: center;
    margin: 7px 0;
}
.Mobile .rappel-top {
    padding: 20px;
    text-align: center;
}
.rappel-top strong {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--white);
    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: #b1242a;
    border: 1px solid transparent;
    color: var(--white);
    font-size: 10px;
    padding: 7px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 2px;
}

/*
Nav
*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}
.Tablet .header,
.Mobile .header {
  position: fixed; 
  z-index: 999;
}
.temoignages .header,
.mentions .header,
.contact .header,
.realisations .header {
  position: static;
}
.Mobile .header {
    position: fixed;
}
#sticky-wrapper {
    z-index: 999 !important;
    position: relative;
}
.Desktop .topNav_,
.Tablet .topNav_ {
  /*background-color: var(--colorP);*/
  background: rgb(255,255,255);
  background: linear-gradient(65deg, rgba(255,255,255,1) 27%, rgb(0, 0, 0) 27%);
}
.nav,
.Desktop .is-sticky .nav {
    background: rgb(255,255,255);
    z-index: 9999 !important;
}
.Desktop .nav {
    background: rgb(255,255,255);
    background: linear-gradient(124deg, rgba(255,255,255,1) 35%, rgba(0,0,0,0.53687412464986) 35%);
    padding-top: 5px;
}
@media(min-width: 1800px) {
  .Desktop .topNav_ {
    background: linear-gradient(65deg, rgba(255,255,255,1) 33%, rgb(0, 0, 0) 33%);
  }
  .nav {
    background: linear-gradient(124deg, rgba(255,255,255,1) 37%, rgba(0,0,0,0.53687412464986) 37%);
  }
}
.Desktop .is-sticky .nav {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
nav.nav .container {
    display: flex;
    align-items: center;
}
.Tablet nav.nav .container,
.Mobile nav.nav .container {
    justify-content: space-between;
}
.is-sticky .nav .container { 
  justify-content: space-between;
  transition: all .3s ease;
  align-items: center;
}
.Desktop .logo {
  margin-top: -2rem;
}
.Desktop .is-sticky .logo {
  margin-top: 0;
}
.logo img {
    transition: all .3s ease;
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.footer .logo img {
  width: 200px;
  height: 200px;
}
.is-sticky .logo img {
  width: 120px;
  height: 120px;
}
.nav .telTop { 
  display: none; 
  transition: all .3s ease;
}
.nav-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: table;
    text-align: center;
}
.nav-item {
    display: table-cell;
    padding: 0 7px;
    position: relative;
}
.nav-item > a,
.Tablet .nav-item.sub-menu,
.Mobile .nav-item.sub-menu {
    font-weight: 600;
    color: var(--white);
    display: block;
    line-height: 130%;
    letter-spacing: 1px;
    position: relative;
    padding: 13px 12px;
    transition: all .3s ease;
    font-size: 16px;
    text-transform: uppercase;
}
.is-sticky .nav-item > a {
    color: var(--black);
}
.nav-item:hover > a {
    color: var(--colorP);
}
.Desktop .nav-item > a::before,
.Desktop .nav-item > a::after {
    content: "";
    height: 3px;
    z-index: 2;
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.nav-item > a::before {
    top: 0;
}
.nav-item > a::after {
    bottom: 0;
}
.nav-item.active > a::before,
.nav-item.active > a::after {
    transform: scale(1);
    background-color: var(--light);
}
.nav-submenu {
    width: 250px;
  display: none;
  position: absolute;
  list-style: none;
  padding-left: 0;
  background: white;
  z-index: 2;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu-item {
    text-align: left;
    padding: 0 10px;
}
.nav-submenu-item > a {
    display: block;
    padding: 9px 0;
    font-size: 14px;
    line-height: 130%;
    border-bottom: 1px dashed #c0c0c0;
    color: black;
}
.nav-submenu-item:last-child > a {
    border-bottom: none;
}
.nav-submenu-item:hover > a,
.nav-submenu-item.active > a {
    color: var(--colorP);
}
.nav-mobile {
  display: none;
  cursor: pointer;
  background: url(../images/img/menu.svg) no-repeat center center;
  height: 50px;
  width: 50px;
}
.Tablet .nav-mobile {
  margin-left: 5rem;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #ffffff;
  height: 56px;
  width: 50px;
  cursor: pointer;
  z-index: 100;
}

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

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

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

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

  .nav-item > a,
  .nav-item.sub-menu {
    padding: 15px;
    text-align: left;
    padding-right: 3rem;
    color: var(--black) !important;
  }
  .nav-item.active > a {
    color: var(--colorP);
  }

  .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%;
  }
}
.Mobile-tel {
    margin-top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 10px 0;
}
.Tablet .Mobile-tel {
  display: flex;
  justify-content: center;
  margin: 0;
}
.Mobile-tel a {
    background-color: var(--light);
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
}
 
/*
Homeslider
*/ 
.homeslider {
    position: relative;
    height: 750px;
}
.Mobile .homeslider { 
    height: 500px;
    overflow: hidden;
}
.background-overlay {
    background-color: #001110;
    opacity: 0.34;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.design-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.design-shape-bottom {
    bottom: -1px;
}
.design-shape-bottom, 
.design-shape[data-negative=true].design-shape-top {
    transform: rotate(180deg);
}

.design-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.design-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
}
.design-shape-bottom svg {
    width: calc(260% + 1.3px);
    height: 120px;
    transform: translateX(-50%) rotateY(180deg);
}
.design-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.imgSlide {
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.Mobile .imgSlide {
    height: 500px;
}
#PageInterne .imgSlide {
    height: 500px;
}
.imgSlide::before {
    content: "";
    background: black;
    position: absolute;
    opacity: .4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.captionSlide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.Mobile .captionSlide {
    top: 63%;
}
span.Subtitle {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    line-height: 130%;
    margin-bottom: 0.5rem;
    color: #fff;
}
.text_slider {
    position: relative;
}
.Desktop .text_slider {
  margin-top: 8rem;
}
p.titre_ {
    line-height: 130%;
    font-weight: bold;
    font-size: 4rem;
    color: var(--white);
    text-align: center;
}
.Mobile p.titre_ {
    font-size: 1.7rem;
}
/*p.titre_::after {
    content: "";
    position: absolute;
    height: 5px;
    background: var(--light);
    width: 120%;
    bottom: -15px;
    left: 0;
}
.Mobile p.titre_::after {
    width: 50px;
}*/
.captionSlide a.btn {
    margin-right: 20px;
    border: 1px solid transparent;
    padding: 10px 35px;
    border-radius: 7px;
    font-weight: bold;
    transition: all .3s ease;
}
.captionSlide a.btn:hover {
    background: none;
}
.captionSlide a.btn-contact {
    background: var(--colorP);
}
.captionSlide a.btn-contact:hover {
    border-color: var(--colorP);
    color: var(--colorP);
}
.captionSlide a.btn-devis {
    background: var(--white);
    color: var(--black);
}
.captionSlide a.btn-devis:hover {
    border-color: var(--white);
    color: var(--white);
}
.Mobile .captionSlide a.btn {
    display: block;
    text-align: center;
    margin: 15px 0;
}
/*.devisGSlider {
    background-color: var(--white);
    padding: 40px;
    margin-top: 18rem;
    border-radius: 70px 70px 0 0;
    box-shadow: 0px 10px 0px 0px #6ec6fe;
    position: relative;
}*/
.devisGSlider {
    background-color: rgb(10 10 10 / 21%);
    padding: 40px;
    margin-top: 33rem;
    position: relative;
    border-left: 10px solid #b1242a;
}
.liste-villes .devisGSlider {
    margin-top: 6rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_devisGratuit {
    text-align: center;
    margin: 40px 0 20px;
}
.btn.btn-devis {
  background-color: #b1242a;
  border-radius: 50px 0px 50px 50px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 18px 35px 18px 35px;
  transition: all .3s ease;
  color: var(--white);
  font-weight: 500;
}
.btn.btn-devis:hover {
  background-color: var(--white);
  color: var(--black);
}

/*
Contenu
*/
.introBlock {
    padding: 40px 15px;
    position: relative;
}
.Desktop .introBlock::before,
.Tablet .introBlock::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 65%;
    background-color: #b1242a;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
}
.Desktop.liste-villes .introBlock::before,
.Tablet.liste-villes .introBlock::before {
    left: -45%;
}
.introBlock h1 {
    color: var(--colorP);
    font-weight: 400;
}
.Tablet .imgIntro img {
    width: 100%;
    height: 100%;
}
.imgIntro img,
.catBlock img {
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 22%);
}
.carousel_txt img {
  box-shadow: none;
}
.imgIntro img:first-child {
    margin-bottom: 1rem;
}
.Tablet .imgIntro img:first-child {
    margin-bottom: 1rem;
    width: 100%;
    display: block;
    height: 300px;
}
#BlocCat5,
#BlocCat0 {
    position: relative;
    padding: 80px 0;
}
#BlocCat5 .container,
#BlocCat0 .container {
    color: var(--body);
    position: relative;
}
#BlocCat0 h2,
.text-3 h2,
#BlocCat5 h2 {
  color: #fff;
}
.text-3 h2::after,
#BlocCat1 h2::after,
#BlocCat9 h2::after,
#BlocCat2 h2::after,
#BlocCat4 h2::after,
.itemVille h2::after,
#BlocCat5 h2::after,
#BlocCat0 h2::after {
    display: block;
    content: "";
    margin: 2rem 0;
    border-bottom: 3px solid;
    width: 35px;
}
.itemVille a {   text-decoration: underline; }
.bgCat {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.bgCat .background-overlay {
  opacity: .7;
}
.villeBlock {
    background-color: var(--colorP);
    position: relative;
}
.bgVille {
  min-height: 250px;
}
.Desktop .bgVille {
  background-attachment: fixed;
  position: absolute;
  width: 50%;
  left: 0;
  height: 100%;
  top: 0;
}
.itemVille {
    color: var(--white);
    padding: 60px 0 60px 35px;
}
.Mobile .itemVille {
    padding: 20px 0 60px 0;
}
#BlocCat1,
#BlocCat9 {
    background-color: #fff;
    padding: 50px 0;
}
#BlocCat9 h2,
#BlocCat1 h2,
#BlocCat2 h2,
.carousel_txt h2,
#BlocCat4 h2 {
    color: var(--colorP);
    margin-top: 0;
}
#BlocCat1 img {
    background-color: var(--white);
}
#BlocCat2 {
  padding: 60px 0;
}
.Desktop #BlocCat2 .row {
    flex-direction: row-reverse;
    align-items: center;
}
.text-3 {
    background-color: var(--colorP);
    box-shadow: 0 0 20px rgb(0 0 0 / 22%);
    padding: 40px;
    margin-bottom: 60px;
    color: var(--white);
    border-radius: 25px;
}
.Mobile .text-3 {
    padding: 20px;
}
#BlocCat4 {
  padding-bottom: 60px;
}
#BlocCat6 {
  border-top: 3rem solid #b1242a;
  padding: 60px 0;
}
#BlocCat7,
#BlocCat8,
#BlocCat9,
#BlocCat10,
.text-6 {
  /*padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(0 0 0 / 22%);*/
}
#BlocCat7 {
    padding: 60px 0;
    background-color: #b1242a;
    color: var(--white);
}
#BlocCat8 {
  padding: 60px 0;
}
.Desktop #BlocCat8 .row {
    flex-direction: row-reverse;
}

.Mobile .catBlock img {
  margin-bottom: 15px;
}
.videoBlock {
  margin-top: -11rem;
  position: relative;
  z-index: 100;
}
.Desktop .videoBlock {
  max-width: 625px;
}
.Mobile .videoBlock {
  margin-top: -5rem;
}
.videoBlock video {
    /*border: 12px solid var(--colorP);
    border-radius: 15px;*/
    box-shadow: 0px 9px 20px 0px rgb(0 0 0 / 23%);
    width: 100%;
}
.liste_ville_Lettre {
    background-color: #eeeeee;
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
}
@media (min-width: 1200px) {
    .liste_ville_Lettre .container {
        max-width: 1345px;
    }
}
.Desktop .grid {
  /*display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: 20px;*/
  column-count: 4;
  -webkit-column-count: 4;
}
.Tablet .grid {
  /*display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: 20px;*/
  column-count: 3;
  -webkit-column-count: 3;
}
.Mobile .grid {
  display: block;
}
.item.itemLettre {
    background: rgb(255 255 255 / 88%);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.Mobile .item.itemLettre {
}
.contenGrid b {
    display: block;
    background: rgb(177 36 42);
    background: linear-gradient(124deg, rgb(177 36 42) 22%, rgb(23 60 162));
    text-align: center;
    color: var(--white);
    padding: 7px 15px;
    font-size: 24px;
    font-weight: normal;
}
.contenGrid > ul {
    margin: 0;
    padding: 20px;
    list-style: none;
}
.contenGrid > ul li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.contenGrid > ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.contenGrid > ul li span {
    color: #989898;
    cursor: not-allowed;
}
.contenGrid > ul li a {
    display: flex;
    transition: all .3s ease;
}
.contenGrid > ul li:hover a {
    color: var(--colorP);
    padding-left: 4px;
}
.contenGrid > ul li a .icon {
    font-size: 14px;
    margin-right: 6px;
    margin-top: 6px;
    color: var(--light);
}
a.link_categorie {
    top: -9rem;
    display: block;
    position: relative;
}


.MapContainer {
  background-color: #f7f7f7;
  position: relative;
}
#Map {
  min-height: 250px;
}
.Desktop #Map {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.formulaireContact {
    padding: 120px 60px 70px 0;
}
.Tablet .formulaireContact {
    padding: 70px 0;
}
.Mobile .formulaireContact {
    padding: 40px 0 70px 0;
}

.devis-item .h3 {
    text-align: center;
    font-size: 2rem;
    color: var(--black);
    font-weight: 400;
}
.devisGSlider .devis-item .h3 {
    color: var(--white);
}
.devis-item .h3::after {
    content: "";
    width: 35px;
    margin: 1rem auto;
    border-bottom: 3px solid #fff;
    display: block;
}
.devis-item span {
    display: flex;
    margin: 0 auto 1rem;
    width: 90px;
    height: 90px;
    background-color: #b1242a;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
#FormDevis .form-control {
    font-size: 14px;
    height: auto;
    padding: 10px 15px;
    transition: all .3s ease;
}
.devisGSlider #FormDevis .form-control {
    background: rgb(0 0 0 / 48%);
    border-color: var(--white);
    color: var(--white);
}
#FormDevis textarea.form-control {
    resize: vertical;
    min-height: 125px;
    max-height: 150px;
}
.liste-villes .devisGSlider #FormDevis textarea.form-control {
    min-height: 90px;
    max-height: 100px;
}
#FormDevis .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--light);
}
.devisGSlider #FormDevis .form-control:focus {
    border-color: var(--white);
}
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.content-info,
.content-info a {
    color: var(--black);
}
.content-info em {
    margin: 0 7px;
}
.flex-info span:first-child {
    max-width: 35px;
    flex: 0 0 35px;
    margin-right: 7px;
    text-align: center;
}
.ContactezNous #FormDevis .form-control {
    margin: 5px 0;
}

/*
Contact
*/
.Devisgratuit_page,
#realisations,
.temoin,
#mentionsl,
.ContactezNous {
    padding: 40px 00;
    z-index: 9;
    position: relative;
}
.Mobile .Devisgratuit_page,
.Mobile #realisations,
.Mobile .temoin,
.Mobile #mentionsl,
.Mobile .ContactezNous {
    padding-top: 11rem;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: var(--colorP);
    font-size: 18px;
}
.ContactezNous .Devisgratuit {
    margin-top: 1rem;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
  position: static;
  width: 100%;
    min-height: 300px;
    height: 100%;
}
.Mobile .ContactezNous #Map {
  margin-top: 20px;
}
.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;
}
.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.devis-item .btn {
    display: block;
    width: 150px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px;
    background-color: var(--colorP);
}

/*
Footer
*/
.footer {
    padding-top: 40px;
}
.link_footer .h3 {
    font-size: 18px;
    display: inline-block;
   color: #000;
   font-weight: 600;
}
.Mobile .link_footer .h3 {
  text-align: center;
  display: block;
}
.Tablet .footer a.logo,
.Mobile .footer a.logo {
    display: block;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
ul.nav-link_footer {
    list-style: none;
    padding-left: 0;
}
.Mobile ul.nav-link_footer {
  text-align: center;
}
ul.nav-link_footer li {
    margin-bottom: 7px;
}
ul.nav-link_footer li > a {
    display: block;
    transition: all .3s ease;
}
ul.nav-link_footer li:hover > a {
    padding-left: 7px;
}
.coordonnees .flex-info {
    margin: 1.5rem 0;
}
.coordonnees span, .coordonnees a {
    color: #000;
}
 
.link_footer #Map {
    height: 250px;
}
.copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    background: #b1242a;
    color: var(--white);
}
.copyright a {
    font-weight: bold;
    text-decoration: underline;
}
/*
Page 404
*/
/**
404
*/
.blog_pageIntrouvable {
    background: var(--light);
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: var(--white);
}

.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(--white);
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.swipebox img {
    width: 100%;
}
.Mobile .swipebox {
    height: inherit;
}

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

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
}
#Messages {
    background: var(--colorP);
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: var(--white);
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.Mobile #Messages p {
    padding: 5px;
}

span.content-info a {
    color: #050505;
    font-size: 16px;
    font-weight: 600;
}

/*
Scroll Go top
*/
#position {
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#goTop {
    position: fixed;
    z-index: 999;
    right: 3rem;
    top: 90%;
    transform: translateY(-50%);
    color: var(--white);
    background: #b1242a;
    border: none;
    opacity: 0;
    transition: opacity 0.4s linear;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 11px;
    line-height: 100%;
    font-weight: bold;
    cursor: pointer;
}
#goTop:hover {
    background: var(--light);
    color: #fff;
}
#goTop:focus {
    outline: 0;
    box-shadow: none;
}
.Mobile #goTop {
    right: 1rem;
}

#goTop.is-visible {
  opacity: 1;
}
#goTop span {
  display: block;
}



ul#SubMenu {
  list-style: none;
  padding:0px;
  margin:0px;
  background: var(--colorP);
  display: table;
  width: 100%;
  text-align: center;
}
ul#SubMenu li {
  display: table-cell;
    margin-left: 2px;
    font-size: 14px;
    padding: 10px 10px;
    position: relative;
    vertical-align: middle;
  transition: all .3s ease;
}
ul#SubMenu li:hover {
  background: #b1242a;
}
ul#SubMenu li::before {
    content: "";
    position: absolute;
    height: 60%;
    top: 50%;
    right: 1px;
    border-right: 1px solid #fff;
    transform: translateY(-50%);
}
ul#SubMenu li::after {
    content: "";
    position: absolute;
    height: 60%;
    top: 50%;
    right: 0;
    border-right: 1px solid #fff;
    transform: translateY(-50%);
}
ul#SubMenu li:last-child::before,
ul#SubMenu li:last-child::after {
    display: none;
}
ul#SubMenu li a {
  color: var(--white);
  display: block;
  line-height: 130%;
  
}


/*
Avis
*/
.temoin .item-tem {
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.temoin #avis_form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}
#avis_form .form-control {
    margin-bottom: 10px;
}
.temoignage .h3 {
    color: var(--darkB);
    margin-bottom: 2rem;
    font-size: 30px;
}
.temoignage .h3 span  {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #847953;
    margin-bottom: 1rem;
}
.Mobile .temoignage .h3 {
    font-size: 1.2rem;
}
.Mobile .temoignage .h3 span {
    font-size: 17px;
}
.Mobile .slider_block_ {
    margin: 0 30px;
}
.avis-slider {
     background-color: var(--white); 
    border-radius: 5px;
    padding: 20px;
     margin: 15px; 
    font-size: 12px;
    line-height: 150%;
    height: 200px;
}
.avis-slider p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}
.googleAvis_ {
    text-align: center;
}
.noteAvis_ {
    margin-bottom: 1rem;
}
.noteAvis_ span {
    margin-right: 5px;
    font-weight: bold;
    color: black;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.infos_client {
    margin-bottom: 1rem;
    position: relative;
}
.infos_client::after {
    content: "";
    background-image: url(../images/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;
}
.temoignage .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;
}
.temoignage .slick-arrow:hover,
.temoignage .slick-arrow:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    opacity: .5;
}


.temoignage .slick-prev {
    background-image: url(../images/p/arrow_left_.webp);
    left: -3rem;
}
.temoignage .slick-next {
    background-image: url(../images/p/arrow_right_.webp);
    right: -3rem;
}
.MenuLangue {
    display: flex;
    /* max-width: 60%; */
    justify-content: space-between;
    align-items: center;
}
.langue {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    max-width: 200px;
    width: 100%;
    gap: 20px;
}
.Desktop .langue { 
    margin-right: -10%;
}
.Mobile .langue {
    position: fixed;
    top: 50px;
    margin: 0;
    left: 0;
    background: #206202;
    padding: 11px 0;
    max-width: 100%;
    align-items: center;
    text-align: left;
    gap: 10px;
}
.langue-flag {
    display: flex;
    gap: 15px;
    cursor: pointer;
}
.langue-flag img {
    width: 30px;
    height: 18px;
    object-fit: contain;    
}
.langue span {
    font-size: 12px;
    width: 100%;
    max-width: 200px;
    color: #fff;
    line-height: normal; 
}
 
div#sticky-wrapper.is-sticky .langue span {
    color: #000;
    font-size: 12px;
}
.Desktop .logo {
    margin-top: -2rem;
    width: 35%;
    flex: 0 0 35%;
}
.Tablet .MenuLangue {
  position: fixed;
  background: #173ca2;
  max-width: 100%;
  width: 100%;
  left: 0;
  margin: 0;
  top: 70px;
  padding: 17px 0;
  height: 0;
}
.Tablet .langue { 
  max-width: 100%;
  width: 100%; 
  align-items: center;
}
.Tablet .langue span {
  color: #fff;
  width: 100%;
  max-width: fit-content;
}

body.Mobile.mentions {
    padding-top: 170px;
}

.Mobile .nav-list {
  top: 100px;
}

.Mobile .MenuLangue .nav-list .nav-item:first-child,
.Tablet .MenuLangue .nav-list .nav-item:first-child {
  position: relative;
}

.Mobile .MenuLangue .nav-list .nav-item:first-child span.custom-before,
.Tablet .MenuLangue .nav-list .nav-item:first-child span.custom-before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/down.svg);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.Mobile ul#SubMenu,
.Tablet ul#SubMenu {
    display: none;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    position: absolute;
    top: 145px;
}

ul#SubMenu.showSub {
  display: flex;
}

.Mobile ul#SubMenu li::before,
.Mobile ul#SubMenu li::after,
.Tablet ul#SubMenu li::before,
.Tablet ul#SubMenu li::after {
  display: none;
}

.Tablet .MenuLangue {
  position: absolute;
}

.Mobile .nav-mobile {
    display: block;
    position: relative;
    right: -80px;
}

.Tablet nav.nav {
    top: -1px;
}

.leaflet-control-container {
    position: absolute;
    z-index: 996;
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 999999;
    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;
}

.Mobile .logo img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    padding-top: 5px;
}

.Tablet .logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: relative;
  top: -30px;
}

.Mobile .footer .logo img,
.Tablet .footer .logo img {
    width: 200px;
    height: 200px;
    top: 0;
}

.telTop .icon {
    filter: invert(1);
}

div#BlocCat10 {
    padding: 70px 0;
}

.Mobile div#BlocCat10,
.Tablet div#BlocCat10 {
    padding-top: 20px;
}

a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button {
  outline: none;
}

.text_slider span {
    color: #fff;
    font-size: 18px;
}


/*avis*/
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
      display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 12px 5px;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') 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;
}
/*fin avis*/

section#temoignages {
    text-align: center;
    padding: 40px 0 70px;
}
.slide-temoignage.slick-initialized.slick-slider {
    padding: 40px 0;
}
#temoignages b {
     color: #000;
     font-size: 1.5rem;
}
.Titrecontenu {
     color: #000;
     font-size: 1.5rem;
}
.Mobile #temoignages b,
.Mobile .Titrecontenu {
    font-size: 18px;
}
#temoignages a {
    background: var(--colorP);
    color: #fff;
    display: block;
    width: 170px;
    margin: 15px auto 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0.25rem;
    padding: 10px;
}
section.temoin input.btn {
    background: var(--colorP);
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;   
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    border-radius: 0.25rem;
}

.Mobile section.temoin .col-tem {
    padding: 20px 0 0;
}
.Desktop section.temoin .col-tem,
.Tablet section.temoin .col-tem {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

section.temoin {
    padding: 40px 0;
}
.Mobile section.temoin {
    padding: 40px 15px;
}

.formulaireContact img,
.devis-item img {
  filter: invert(1);
}

.Tablet .introBlock .col-lg-6 {
  margin-left: 15px;
}
.devisGSlider textarea.form-control::placeholder {
  color: #fff;
}
div#mentionsL {
    padding: 40px 15px;
}
.Desktop .ContactezNous {
    padding-top: 200px;
}
.Tablet .ContactezNous {
    padding-top: 240px;
}
.ContactezNous .btn.btn-submit {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

div[id^="BlocCat"] .row {
    align-items: center;
}