@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

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

html {
  font-family: "Raleway", 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;
}

:root {
  --body : #5f5f5f;
  --white : white;
  --black : black;
  --light : #ebebeb;
  --colorP : #04449e;
  --colorS  : #139cba;
}
body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: var(--body);
    -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 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;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.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-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mail,
#mail2 {
    display: none;
}
/*
Header
*/
.header .d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Tablet .header .d-grid,
.Mobile .header .d-grid {
    display: flex;
    justify-content: space-between;
}
.header .flex-block {
  justify-content: space-between;
  align-items: center;
}
.Mobile .logo img {
  width: 150px;
}

.telTop span {
    display: block;
    vertical-align: middle;
    font-weight: bold;
    padding: 7px 0;
    color: var(--black);
    max-width: 250px;
    text-align: center;
    background: #eee;
    margin: 7px 0;
}
.rightBlock_ {
    text-align: center;
}
.Mobile .ile-de-france {
  text-align: center;
    margin-bottom: 2rem;
}
.rappel-top {
    position: relative;
    padding-left: 80px;
}
.Desktop .rappel-top {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: end;
}
.Mobile .rappel-top {
    padding: 20px;
    text-align: center;
}
/*.rappel-top::before {
  background-image: url(../images/img/call.webp);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 1px solid var(--colorP);
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.Mobile .rappel-top::before {
    position: static;
    display: block;
    transform: none;
    margin: auto;
}*/
.rappel-top strong {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--black);
    display: block;
    text-align: left;
    margin-right: 5px;
}
#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(--colorP);
    border: 1px solid transparent;
    color: var(--white);
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 2px;
}

/*
Nav
*/
.header {
    background: var(--white);
    position: relative;
    z-index: 100;
}
.Tablet .header,
.Mobile .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#sticky-wrapper {
    z-index: 999 !important;
    position: relative;
}
.logo {
    text-align: center;
}
.nav {
    background: var(--colorP);
}
.Tablet .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.nav .telTop { 
  transition: all .3s ease;
  margin-right: 3rem;
}

.nav-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: table;
    text-align: center;
    width: 100%;
}
.nav-item {
    display: table-cell;
    padding: 0 7px;
    position: relative;
}
.nav-item > a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    line-height: 130%;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
}
.nav-item:hover > a ,
.nav-item.active > a {
  background-color: var(--colorS);
  color: var(--black);
}
.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(--colorS);
}
.nav-mobile {
  display: none;
  cursor: pointer;
  background: url(../images/menu.svg) no-repeat center center;
  height: 50px;
  width: 50px;
}
.Tablet .nav-mobile {
  margin-left: 5rem;
}
.nav-click {
    background: url(../images/img/angle-down.svg) no-repeat center center;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s linear;
    margin-left: 15px;
  cursor: pointer;
  z-index: 100;
}
.nav-item:hover > a .nav-click {
    transform: rotate(180deg);
}

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

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

  .nav-item > a {
    justify-content: left;
    color: black;
    padding: 15px;
    text-align: left;
    padding-right: 3rem;
  }

  .nav-click {
    filter: invert(1);
  }

  .nav-submenu {
    position: static;
    width: 100%;
  }
}
.Mobile-tel {
    background: var(--colorP);
    text-align: center;
}
.Tablet .Mobile-tel {
  display: flex;
  justify-content: center;
}
.Mobile-tel a {
    color: var(--white);
    display: inline-block;
    padding: 11px 0;
    margin: 0 15px;
}
.Mobile-tel img {
    filter: invert(1);
}

.ContactezNous #FormDevis .form-control {
    margin: 5px 0;
}
.Mobile .col-rev {
  flex-direction: column-reverse;
}

.Mobile .Devisgratuit {
    padding: 20px;
    background: #ebebeb;
}
.Mobile .Devisgratuit .form-control {
    margin: 5px 0;
}
.Mobile input.btn.btn-submit {
    border: 0;
    background: var(--colorP);
    display: block;
    width: 100%;
    padding: 17px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.Mobile .rappel-gratuit strong {
    display: block;
    text-align: center;
    margin-top: 2rem;
    color: var(--black);
}
.Devisgratuit-h3 {
    font-weight: bold;
    color: var(--black);
    font-size: 20px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.Devisgratuit-h3 span {
    display: flex;
    margin: 0 auto 1rem;
    width: 90px;
    height: 90px;
    background-color: var(--colorS);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.Devis_gratuitBlock {
    background-color: var(--white);
    padding: 20px 40px;
    box-shadow: 0 0 16px 0px rgb(0 0 0 / 20%);
    margin-left: 5rem;
}

.Desktop .Devis_gratuitBlock {
    margin-top: 5rem;
}
@media(min-width: 1800px) {
    .Desktop .Devis_gratuitBlock {
        margin-top: 11rem;
    }
}
.Tablet .Devis_gratuitBlock {
    padding: 20px;
    margin-left: 0;
}
.Tablet.ville .Devis_gratuitBlock {
    margin-top: 7rem;
}
.Devis_gratuitBlock .form-control {
    ppadding: 7px 15px;
    height: auto;
    margin-bottom: 10px;
    font-size: 12px;
}
.Devis_gratuitBlock textarea.form-control {
    height: 80px;
    max-height: 100px;
}
.Devis_gratuitBlock .form-control:focus {
    border-color: var(--colorS);
    outline: none;
    box-shadow: none;
}
.logoDivers {
  text-align: left;
}
.Tablet.prestations .logoDivers,
.Desktop.prestations .logoDivers {
  text-align: center;
  margin-top: 2rem;
}
.Mobile .logoDivers {
  text-align: center;
    margin-bottom: 2rem;
}

.box_btn a.btn,
.btn-form-devis {
    margin-right: 20px;
    border: 1px solid transparent;
    padding: 10px 25px 10px 25px;
    font-weight: bold;
    transition: all .3s ease;
    background-color: var(--colorP);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: scale(1.0);
    display: inline-block;
}
.btn-form-devis {
    width: 100%;
}
.box_btn a.btn:hover,
.btn-form-devis:hover {
    transform: scale(0.9);
}
.texte3_ a.btn.btn-form-devis img,
.box_btn a.btn img {
    margin-top: -3px;
    margin-left: 1rem;
    filter: invert(1);
}

.Mobile .box_btn a.btn {
    display: inline-block;
    text-align: center;
    margin: 0;
}
.Mobile .block-realisations .box_btn a.btn {
    display: block;
}
.texte3_ a.btn.btn-form-devis {
    background: #d70002;
    display: inline-block;
    width: inherit;
}
.texte3_ a.btn.btn-form-devis:hover {
    color: var(--white);
}

/*
Content
*/
.full_slider {
    position: relative;
}
.captionSlider {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.Mobile .captionSlider {
  top: 60%;
}
.Tablet .text_slider {
  padding-top: 7rem;
}
.titre_ {
    line-height: 130%;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3rem;
    margin-top: 0;
    color: var(--white);
    text-shadow: 0 0 9px rgb(0 0 0 / 51%);
}
.Tablet .titre_ {
    font-size: 2rem;
}
.Mobile .titre_ {
    font-size: 2rem;
    line-height: 130%;
    margin-bottom: 1rem;
}
.wrapper h1 {
  color: var(--colorP);
}
.wrapper h2:after {
    content: "";
    display: block;
    margin: 1rem 0;
    border-bottom: 2px solid;
    width: 35px;
}
.wrapper p {
  text-align: justify;
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imgBG {
  background-color: #252525;
  height: 500px;
}
.Mobile .imgBG {
  height: 450px;
}
@media(min-width: 1800px) {
  .sliderbgImg img {
    width: 100%;
  }
  .imgBG {
    height: 600px;
  }
}

@media(min-width: 1200px) {
  .Contenu .container {
    max-width: 1250px;
  }
}
.Block {
    position: relative;
}
.Block p {
    text-align: justify;
}
.Block.Block0,
.Block.Block8 {
    margin-bottom: 60px;
    padding-top: 100px;
    text-align: center;
}
.Mobile .Block.Block0,
.Mobile .Block.Block8 {
    padding-top: 30px;
}
.Block.Block0 h2,
.Block.Block0 h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e40000;
}
.Block.Block0 p,
.Block.Block8 p {
    text-align: center;
}
.Mobile .Block.Block0 p,
.Mobile .Block.Block8 p {
    text-align: justify;
}
.Block.Block1 {
    padding-bottom: 60px;
}
.Block.Block3 {
    background-color: #f1f1f1;
    padding: 120px 0;
}
.texte3_ {
    background: #f5f5f5;
    padding: 2em 3em 2em !important;
    border: 4px solid #fff;
    box-shadow: 0 0 50px -12px #000;
    font-size: 16px;
    line-height: 25px;
    max-width: 900px;
    margin: auto;
    position: relative;
}
.Mobile .texte3_ {
    padding: 1em 1em 1em !important;
}
.imgContent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.Block.Block4 {
    background-color: var(--colorP);
    padding: 30px 0;
    color: var(--white);
}
.Block.Block4 h2,
.Block.Block7,
.Block.Block7 h2 {
    color: var(--white);
}
.Block.Block5,
.Block.Block7 {
    padding-top: 60px;
}
.Block.Block7 {
  padding-bottom: 60px;
    background: var(--colorP);
    background: linear-gradient(247deg, #11287e 22%, rgba(4,68,158,1) 22%);
}
.btn-tel {
    margin-top: 1rem;
}
.btn-tel > a {
    margin: 0 15px;
    background-color: #da0000;
    color: var(--white);
    padding: 7px 15px;
    display: inline-block;
}
.Mobile .btn-tel > a {
    margin: 15px 0;
    display: block;
}
.btn-tel > a:hover {
    transform: scale(1.1);
}
.btn-tel img {
    filter: invert(1);
}
.Desktop .Block.Block10 .row {
    flex-direction: row-reverse;
}
.logos-divers {
    margin-top: 60px;
}
.logos-divers img {
    margin: 0 10px;
    box-shadow: 0 0 13px rgb(0 0 0 / 22%);
    border-radius: 15px;
    padding: 7px;
}
.Mobile .logos-divers img {
    margin: 10px;
}

.villes-categories {
    background-color: var(--colorS);
    padding: 60px 0;
}
.Services b.Titre {
    display: block;
    margin-bottom: 2rem;
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
    border-left: 5px solid white;
    padding-left: 12px;
}
.Mobile .Services b.Titre {
    font-size: 20px;
}
.Liens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.Tablet .Liens {
    grid-template-columns: repeat(1, 1fr);
}
.Mobile .Liens {
    grid-template-columns: repeat(1, 1fr);
}
.Liens a {
    line-height: 130%;
    color: var(--black);
    white-space: nowrap;
}
.Liens a:hover {
    text-decoration: underline;
}

.Mobile.devis .Contenu,
.Mobile.qui-sommes-nous .Contenu {
  padding-top: 6rem;
}
.Block.Block0 .form-control {
    margin: 10px 0;
}

.block-realisations {
    background: #eeeeee;
    padding: 60px 0;
}
.block-realisations .h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.block-realisations .h2::after {
    content: "";
    width: 35px;
    margin: 2rem auto;
    display: block;
    border-bottom: 2px solid;
}
.block-realisations .box_btn {
    text-align: center;
    margin-top: 2rem;
}
.block-realisations .box_btn .btn-contact {
    display: inline-block;
    width: auto;
}
.Mobile .text_accroche {
    padding-top: 8rem;
}
.text_accroche > div {
    text-align: center;
    font-size: 2rem;
    padding: 15px 0;
    background: #8be8fd;
    color: black;
}
.Mobile .text_accroche > div {
    font-size: 18px;
}
.counterBlock {
  position: relative;
  padding: 60px 0;
  margin-top: 60px;
}
.counterBlock::before {
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: var(--black);
  position: absolute;
  opacity: .9;
}
.Mobile .counterBlock::before {
  width: 100%;
}
.counterBlock .container {
  position: relative;
  z-index: 2;
}
.Desktop .text_counter {
    padding-left: 5rem;
}
.itemCount {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.itemCount > div {
    text-align: center;
    transition: all .3s ease;
}
.itemCount > div span {
    display: block;
    width: 70px;
    height: 70px;
    background-color: var(--colorS);
    border-radius: 50%;
    padding: 16px;
    transition: all .3s ease;
}
.itemCount > div:hover span {
    background-color: var(--white);
}
.itemCount > div:hover span img {
    filter: invert(1);
}
.text_counter {
  color: #c3c3c3;
}
.desc-counter {
  color: var(--white);
  margin-top: 1rem;
  text-align: left;
}
.desc-counter > div {
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}
p.titleCount {
    color: var(--white);
    font-size: 1.7rem;
    text-align: left !important;
    line-height: 130%;
    font-weight: 600;
}
.titleCount span {
    color: var(--colorS);
}

.Mobile .Block.Block4 img,
.Mobile .Block.Block7 img {
  width: 100%;
}
/*.social-infos {
    margin-top: 1rem;
}*/
.social-infos {
    text-align: center;
    position: fixed;
    right: 5rem;
    top: 60%;
    transform: translateY(-50%);
    z-index: 999;
}
@media(min-width: 1800px) {
  .social-infos {
      top: 50%;
  }
}
.Mobile .social-infos {
  right: 1rem;
  position: static;
    transform: none;
    display: flex;
    justify-content: center;
}
.social-infos a {
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 50px;
    background-color: var(--colorP);
    padding: 12px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #999;
}
.Mobile .social-infos a {
    margin: 0 5px;
    flex: 0 0 50px;
    max-width: 50px;
}
.social-infos a#intacolof {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/*.social-infos a {
    margin-right: 15px;
}
.social-infos a:first-child:hover {
    background-color: var(--colorS);
}*/
.social-infos a:nth-child(3),
.social-infos a:nth-child(2) {
    background-color: #000;
}
.social-infos a:nth-child(4) {
    background-color: #fff;
}
.social-infos a img {
    transition: all .3s ease;
}
.social-infos a:hover img {
    transform: scale(1.1);
}
/*
Avis
*/
#temoignages {
    padding: 100px 0;
}
b.titreAvis {
    display: block;
    margin-bottom: 2rem;
    font-size: 2rem;
    color: var(--colorS);
}
b.titreAvis::after {
    content: "";
    display: block;
    margin: 1.2rem auto; 2rem;
    width: 40px;
    border-bottom: 3px solid;
}
.block-avis {
    max-width: 500px;
    margin: 0 0 0 auto;
    background: var(--white);
    padding: 40px;
    border-radius: 7px;
    text-align: center;
    color: var(--black);
}
.btn.btn-temoin {
    border: 1px solid transparent;
    background: var(--colorS);
    padding: 7px 15px;
    display: inline-block;
    margin-top: 5px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 7px;
    font-weight: bold;
    transition: all .3s ease;
}
.btn.btn-temoin:hover {
    background: var(--colorP);
}

.temoin {
    background: #e7e7e7;
    color: var(--black);
    padding: 80px 0;
}
.Mobile .temoin {
    padding-top: 8rem;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.col-right {
    border: 3px solid #0f4f62;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgb(98 98 98 / 20%);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
.Mobile h1.Titrecontenu {
    font-size: 22px;
}
h2.Titrecontenu {
    color: var(--colorS);
}
#avis_form {
    margin-top: 15px;
}

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

#avis_form .form-control {
  margin: 0 0 15px 0;
  width: 100%
}
#MonAvis span {
  font-size: 18px;
  color: v#1faed8;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

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

}
.avis > i {
  background: url('../images/img/rating-sprit.webp') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}

/*
Footer
*/
.footer {
  background-color: #11287e;
    padding: 90px 0 60px;
    color: var(--white);
}
.Mobile .footer {
  padding-top: 20px;
  padding-bottom: 280px;
}
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.flex-info span:first-child {
    max-width: 35px;
    flex: 0 0 35px;
    margin-right: 7px;
    text-align: center;
}
.link_footer .h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #53bbfc;
    font-size: 18px;
    display: inline-block;
}
ul.nav-link_footer {
    list-style: none;
    padding-left: 0;
}
.Desktop ul.nav-link_footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.other-infos ul.nav-link_footer {
    display: block;
}
ul.nav-link_footer li {
    margin-bottom: .5rem;
}
ul.nav-link_footer li > a {
    display: block;
    transition: all .3s ease;
}
ul.nav-link_footer li:hover > a {
    padding-left: 7px;
}
.Mobile .coordonnees {
  margin-bottom: 2rem;
}
.coordonnees .flex-info {
    margin: 1.5rem 0;
}
.link_phone1 {
    display: block;
}
.Mobile .link_phone1, 
.Mobile .link_phone2 {
    display: block;
    padding: 11px 0;
}
.coordonnees span,
.coordonnees  a {
    color: var(--white);
}
.coordonnees span img {
    filter: invert(1);
}
.link_footer #Map {
    height: 250px;
}
.copyright {
    padding-top: 2rem;
    border-top: 1px solid #26518e;
    margin-top: 3rem;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.copyright a {
    font-weight: bold;
    text-decoration: underline;
}
.refSEO {
    font-size: 12px;
    color: #d1dded;
}
.refSEO p {
    line-height: 130%;
}
/*
Page 404
*/
/**
404
*/
.blog_pageIntrouvable {
    background: var(--white);
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: var(--colorS);
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    margin-bottom: 0;
    line-height: 130%;
    color: var(--colorP);
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--black);
}
.blog_pageIntrouvable a {
    color: var(--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;
  }
}
.swipebox {
  background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.block-realisations .swipebox {
  height: auto;
  justify-content: inherit;
  background-color: black;
}
.block-realisations .swipebox:hover img {
  opacity: .5;
}
.Mobile .swipebox {
    height: inherit;
}

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

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

/*
Contact
*/
.Devisgratuit_page,
#realisations,
.temoin,
#mentionsL,
.ContactezNous {
    padding: 60px 0;
    background-color: var(--light);
}
.Mobile .Devisgratuit_page,
.Mobile #realisations,
.Mobile .temoin,
.Mobile #mentionsL,
.Mobile .ContactezNous {
    padding-top: 9rem;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: var(--colorP);
    font-size: 18px;
}
.ContactezNous .Devisgratuit {
    margin-top: 1rem;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    height: 100%;
}
.devis-item .form-control {
    margin: 9px 0 !important;
}
.Tablet .inline-b,
.Desktop .inline-b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px;
}