/* 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: 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 : #020203;
  --white : #fff;
  --black : black;
  --light : #eeeeee;
  --colorP : #10517f;
  --colorB  : #152456;
  --colorS  : #ff3c29;
  --lineheight100 : 100%;
  --lineheight130 : 130%;
}
body {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    background-color: var(--white);
    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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
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: 1400px;
    }
}
@media (min-width: 1200px) {
    #header .container {
        max-width: 1200px;
    }
}

#mail,
#mail2 {
	display: none;
}
.Tablet .header,
.Mobile .header {
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11000;
}
.Tablet .homeslider {
  margin-top: 9rem;
}
.Mobile .logo img {
    width: 200px;
    height: 94px;
    object-fit: contain;
}
.bot-header {
    background: #152456;
}
.grid-bot-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Mobile .grid-bot-header {
    justify-content: center;
}
.grid-bot-header img {
    margin-right: 15px;
    filter: invert(1);
}
.Mobile .grid-bot-header img {
    margin-right: 5px;
    width: 20px;
    height: 26px;
}
.tel-top {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.tel-top a {
    color: #fff;
}
.Mobile .tel-top {
    gap: 10px;
    justify-content: center;
}
.Mobile .tel-top a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.Mobile .tel-top em {
    color: #000;
    margin: 0 15px;
}
.mailBlock a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.tel-top span {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.grid-bot-header .btn-block {
    margin-top: 0 !important;
}
.btn-devis,
.btn-rea,
.btn-avis {
    display: inline-block;
    color: #000;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase!important;
    background-color: #ee192a;
    padding: 14px 30px;
    min-width: 250px;
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms,padding 300ms ease 0ms;
    cursor: pointer;
}
.page .btn-devis {
    background-color: #fff;
}
.btn-devis:hover,
.btn-rea:hover {
    background-color: #fff;
    border: 2px solid transparent;
    transition: padding 300ms ease 0ms;
}
.btn-avis:hover {
    color: #152456;
}
.input-form {
    display: block;
    margin: 5px 0;
    height: 45px;
    width: 100%;
    padding: 4px 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: #d8d8d8;
}
textarea.input-form {
    resize: vertical; 
    max-height: 75px; 
    min-height: 60px;
}
.Tablet .Top_rappel,
.Desktop .Top_rappel {
    min-width: 400px;
    text-align: right;
}
.Tablet .Top_rappel {
    text-align: center;
    padding-top: 1rem;
}

#rappel_immediat .input-form {
    background-color: #efefef;
    display: inline-block;
    width: 40%;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
}
.Mobile #rappel_immediat .input-form {
    width: 70%;
    height: 50px;
    font-size: 10px;
}
#rappel_immediat .btn-devis-gratuit {
    display: inline-block;
    width: 15%;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -3px;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: #323c40;
    line-height: 120%;
    color: #fff;
    border: none;
}
.Mobile #rappel_immediat .btn-devis-gratuit {
    height: 48px;
    width: 30%;
    letter-spacing: 0;
}
.Top_rappel strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
    margin-top: -5px;
    display: inline-block;
    margin-right: 10px;
}
.Tablet .Top_rappel strong,
.Mobile .Top_rappel strong {
    color: black;
}
.Mobile .Top_rappel strong {
    display: block;
}

.nav {
    display: grid;
    grid-template-columns: 20% 70%;
    justify-content: right;
    align-content: center;
    padding: 15px 0;
    align-items: center;
}
.Desktop .nav {
    grid-template-columns: 20% 80%!important;
}
.nav-list {
    display: table;
    list-style: none;
    margin: 0;
    width: 100%;
}
.nav-item {
    display: table-cell;
    position: relative;
}
.nav-item > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 130%;
    padding: 10px 15px;
    font-size: 14px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.Mobile .nav-item > a {
    text-align: left!important;
}
.nav-item > a::before,
.nav-item > a::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    border-color: #152456;
    border-style: solid;
    left: 0;
}
.nav-item > a::before {
    border-width: 2px 0 0 2px;
}
.nav-item > a::after {
    border-width: 0 2px 2px 0;
}
.nav-item > a:hover::before,
.nav-item > a:hover::after,
.nav-item.active > a::before,
.nav-item.active > a::after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2ms,width .4s,height .4s;
    -o-transition: opacity 2ms,width .4s,height .4s;
    transition: opacity 2ms,width .4s,height .4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nav-submenu {
    opacity: 0;
    transition: opacity 100ms ease-out, transform 900ms cubic-bezier(.19,1,.22,1);
    z-index: -1;
    visibility: hidden;
    display: block;
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 8%);

    position: absolute;
    list-style: none;
    padding-left: 0;
    /*display: none;*/
    width: 250px;
    background: var(--white);
    z-index: 20;
}
.Tablet .nav-submenu {
    visibility: visible!important;
    opacity: 1!important;
}
.nav-submenu-item a {
    display: block;
    text-align: left;
    border-bottom: 1px dashed;
    padding: 15px;
}
.nav-submenu-item:last-child a {
    border-bottom: none;
}
.nav-submenu-item:hover a,
.nav-submenu-item.active a {
    background: #152456;
    color: var(--white);
}
.nav-item:hover .nav-submenu {
    /*display: block;*/
    transition: opacity 150ms 300ms ease-out, transform 600ms 300ms cubic-bezier(.19,1,.22,1);
    opacity: 1;
    visibility: visible;
}

.nav-mobile {
    display: none;
    cursor: pointer;
    background: #152456 url(../images/nav.svg) no-repeat 81px center;
    background-size: 18px;
    height: 50px;
    width: 120px;
    color: #fff;
    line-height: 50px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #152456;
  height: 49px;
  width: 50px;
  cursor: pointer;
  z-index: 10;
}

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

.nav-click:hover {
  background-color: #152456;
}

.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 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .nav-list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #fff;
    padding-left: 0;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .nav-item > a {
    padding: 15px;
  }

  .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;
    display: none;
    width: 100%;
  }
}

.homeslider {
    position: relative;
    height: 480px;
}
.fullImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    position: relative;
}
.homeslider.villeBg,
.villeBg .fullImg {
    height: 680px;
}
.homeslider.banner_page,
.banner_page .fullImg {
    height: 380px;
}
.caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
.Tablet .caption {
    top: 55%;
}
.Mobile .caption {
    top: 67%;
}
.Mobile .homeslider.banner_page .caption {
    top: 70%;
}
.Desktop .block-slider,
.Tablet .block-slider {
    display: grid;
    grid-template-columns: 60% 30%;
    justify-content: space-between;
    align-items: center;
}
.titreSlider {
    font-size: 4rem;
    font-weight: bold;
    color: var(--white);
    line-height: 130%;
    font-family: serif;
    letter-spacing: -2px;
    text-shadow: 0 0 20px black;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #fff;
}
.ouverture img {
    width: 150px;
    height: 150px;
    object-fit: unset;
}
body.Mobile.mentions ol {
    padding: 0 37px;
}
body.Desktop.mentions ol {
    padding: 0 60px;
}
.Tablet.mentions ol {
  padding: 0 50px;
}
.Tablet .titreSlider {
    font-size: 2.5rem;
    -webkit-text-stroke: 0.5px black;
}
.Mobile .titreSlider {
    font-size: 31px;
    -webkit-text-stroke: 0.5px black;
}
.titreSlider span {
    color: #152456;;
     -webkit-text-fill-color: #152456;
}
.subtitre {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 1.4em;
    background: #fff;
    display: inline-block;
    padding: 0 13px;
}
.devisGratuit {
    background-image: url(../images/img/bg-pattern-devis.webp);
    background-color: #152456;
    padding-top: 80px;
    padding-right: 50px;
    padding-bottom: 35px;
    background-position: center;
    background-size: 196%;
}
.Devigratuit {
  background: #fff;
  padding: 20px;
  left: -65px;
    position: relative;
}
.Tablet .Devigratuit,
.Mobile .Devigratuit {
    position: static;
}
.Tablet.temoignages .Devigratuit,
.Mobile.temoignages .Devigratuit,
.Tablet.mentions .Devigratuit,
.Mobile.mentions .Devigratuit,
.Tablet.realisations .Devigratuit,
.Mobile.realisations .Devigratuit {
    display: none;
}
.devis-titre {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.call-img img {
    width: 90px;
    border-radius: 50%;
    border: 2px dashed #181918;
    padding: 5px;
}
.Devigratuit .titre-h3 {
    padding-left: 15px;
}
.Devigratuit .titre-h3 .h3 {
    color: #181918;
    font-size: 24px;
    text-align: left;
}
.Tablet .Devigratuit .titre-h3 .h3 {
    font-size: 19px;
}
.Mobile .Devigratuit .titre-h3 .h3 {
    font-weight: bold;
}
.Devigratuit .titre-h3 span {
    line-height: 130%;
    display: block;
    text-transform: none;
    font-size: 12px;
    color: #2c3339;
}
.Devigratuit .btn-devis {
    background: #152456;
    color: #fff;
}

/*
Contenu
*/
.bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#footer.bg:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: -1;
}
.Mobile #footer.bg:before,
.Tablet #footer.bg:before {
    z-index: -1;
}
.Mobile #footer,
.Tablet #footer {
    z-index: 999;
}
.Tablet .Contenu {
  padding: 18px 0px;
}
.Contenu {
    padding: 80px 0px;
    /*background: #152456;*/
}
.Mobile .Contenu {
    padding: 0 0px 40px;
    /* background: #152456; */
}
.Contenu.page {
    background: #fff;
}

.grid-block {
    display: grid;
}
.texte1_ .grid-block {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
}
.texte1_ {
    margin: auto;
    max-width: 960px;
    text-align: center;
}
.texte1_.villesTxt {
    max-width: 1140px;
    text-align: left;
    display: flex;
}
.Desktop .texte1_.villesTxt > div {
    display: flex;
}
.texte1_ h1 {
    color: #000;
    /*margin-top: 4rem;*/
}
.page .texte1_ h1 {
    margin-top: 0;
}
.Desktop .texte1_.villesTxt h1 {
    max-width: 40%;
    flex: 0 0 40%;
        text-align: right;
    padding-right: 2rem;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 0;
}

.texte2_ .grid-block {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
}
.grid-box {
    background: #f3f3f3;
}
.Mobile .grid-box {
    margin-bottom: 30px;
}
.grid-box img {
    background: #f7f7f7;
    display: block;
}
.grid-box > div {
    padding: 20px;
}
.grid-box  h2 {
    margin-top: 0;
}

/*
Categorie
*/
.categories:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/img/top-mask.png) no-repeat,url(../images/img/bot-mask.png) 0 100% no-repeat rgba(0,0,0,.5)!important;
    width: 100%;
    height: 100%;
}

.item-cat {
    padding: 6rem 0;
    position: relative;
    z-index: 2;
}
.page .item-cat {
    padding: 0;
}
.titre-cat {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 4px;
}
.titre-cat::after {
    content: "";
    display: block;
    border-bottom: 3px solid #152456;
    width: 50px;
    margin: 3rem auto;
}
.list-cat {
    display: grid;
    grid-template-columns:  repeat(3,1fr); 
    grid-gap: 15px;
    justify-content: center;
}
.Tablet .list-cat {
    grid-template-columns: repeat(2,1fr);;
}
.Mobile .list-cat {
    grid-template-columns: 1fr 1fr;
}
.list-cat > a {
    display: block;
    position: relative;
    text-align: center;
}
.list-cat > a img {
    width: 250px;
    height: 250px;
    display: block;
    margin: 0 auto 0;
    background-color: #fff;
    border-radius: 50%;
    border: 7px solid #152456;
}
.Mobile .list-cat > a img {
    border-radius: 0;
    height: auto;
}
.list-cat > a span {
    display: flex;
    background: #152456;
    padding: 7px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    position: relative;
    top: -16px;
    line-height: 130%;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.Mobile .list-cat > a span {
    border-radius: 0;
    height: 113px;
    font-size: 13px;
}

.textBlock_ {
    padding: 60px 0;
    position: relative;
}
.Mobile .textBlock_ {
    padding: 60px 0 0;
    position: relative;
}

.Tablet .textBlock2 .col-img {
  text-align: center;
}
.textBlock_.page {
    background: #152456;
}
.Desktop .colBlock1 {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 15px;
}
.Desktop .colBlock2 {
    display: grid;
    grid-template-columns: 40% 60% ;
    grid-gap: 15px;
    align-items: center;
}
.textBloc1 {
    position: relative;
}
.textBloc1 .artisan {
    position: absolute;
    bottom: 0px;
    right: 90px;
    z-index: 4;
}
.Tablet .textBloc1 .artisan {
    bottom: -102px;
}
.textBloc1 .artisan .rond-anim-artisan {
    box-shadow: 0 0 20px 0px #b0b0b0;
}
.page .mainright {
    max-width: 1200px;
    margin: auto;
}
.page .colBlock2 {
    display: block;
}
.Tablet .text__,
.Desktop .text__ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    background: #fff;
    position: relative;
}
.bg-content1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-block {
    text-align: left;
    margin-top: 2rem;
}
.Mobile a.btn.btn-rea {
    display: inline-block;
    padding: 9px 6px;
}
a.btn.btn-devis {
    display: none;
}
.Desktop .btn-block {
    text-align: center;
}
.lastBlock_ {
    padding: 60px 0;
    position: relative;
    background: #f7f7f7;
}
.shape_ {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 3;
}
.Mobile .shape_ img {
    display: none;
}
.Mobile .shape_ {
    display: none;
}
.Tablet .textBlock2,
.Desktop .textBlock2 {
    border-bottom: 1px dashed #c3c3c3;
    margin: 1.5rem 0;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}
.textBlock2:last-child {
    border-bottom: none;
}
.page .textBlock2 {
    border: 1px dashed #c3c3c3 !important;
    padding: 30px;
}
.Tablet .col-text,
.Desktop .col-text {
    padding-left: 15px;
}

.artisan {
    position: relative;
    transition: all 500ms ease;
}
.rond-anim-artisan {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    transform: translate(-50%,-50%);
    background-color: var(--white);
    border-radius: 100%;
}
.artisan img {
    width: 100px;
    position: relative;
    z-index: 3;
}
.image-box {
    position: relative;
    display: block;
    padding-right: 35px;
    margin-right: 20px;
    padding-bottom: 130px;
}
.image-box .artisan {
    position: absolute;
    right: 65%;
    z-index: 5;
    bottom: 0;
}
.image-box .artisan .rond-anim-artisan {
    box-shadow: 0 0 20px 0px #b0b0b0;
}
.image-box .image-1 {
    position: relative;
    display: block;
    margin: 0;
}
.image-box .image-2 {
    position: absolute;
    right: 35px;
    bottom: 0px;
    margin: 0;
}
.image-box .image-2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -20px;
    width: calc(100% - 20px);
    height: 20px;
    background: #152456;
}
figure.image img {
    width: 100%;
}

/*
footer
*/
#footer {
    padding: 60px 0;
}
.Desktop .nav-footer {
    max-width: 100%;
    margin: auto;
    grid-template-columns: 33.3% 33.3% 33.3%!important;
}
.Tablet .infos-footer,
.Desktop .infos-footer {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 40px 20px;
    max-width: 960px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    border-bottom: 10px solid #152456;
}
.col-footer {
    position: relative;
}
.col-footer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    border-right: 1px solid #152456;
}
.Mobile .col-footer::after,
.col-footer:last-child::after {
    display: none;
}
.col-footer strong {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.col-footer > div {
    color: #fff;
    font-weight: bold;
}
.col-footer > div.tel-footer {
    font-size: 20px;
    display: block;
}
.col-footer > div.tel-footer a {
    display: block;
    color: #fff;
}
.Mobile .col-footer > div.tel-footer a {
    padding: 11px 0;
}
.Mobile .mailFooter {
    margin-bottom: 1rem;
}

.copyright {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 15px;
}
.Mobile .copyright {
    border-top: 1px solid;
    padding-top: 1rem;
}
.copyright a {
    text-decoration: underline;
}
.Mobile .infos-footer {
    margin-top: 2rem;
}
.Mobile .infos-footer strong {
    color: #fff;
}

.Tablet .nav-footer,
.Desktop .nav-footer {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 3rem;
}
.Desktop ul.services-footer {
    column-count: 1;
}
.nav-footer .logo {
    background: #fff;
    display: inline-block;
    padding: 20px;
}
ul.services-footer {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.titre-h3 {
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.titre-h3::after {
  content: "";
  display: block;
  border-bottom: 2px solid #152456;
  margin: 0.5rem 0 1rem;
  width: 30px;
}
.services-footer li,
.adresse,
.tel-footer span {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    color: var(--white);
    margin: 6px 0;
}
.agence {
    color: #fff;
    padding-right: 5rem;
}
.Tablet .agence,
.Mobile .agence {
    padding-right: 0;
}
.services-footer svg {
    fill: #152456;
    width: 18px;
    height: 18px;
}
.tel-footer span {
    font-size: 20px;
}
.services-footer li a {
    color: var(--white);
    transition: color .3s ease-out;
}
.Mobile .services-footer li a {
  padding: 11px 0;
}
.services-footer li:hover a {
    color: #152456;
}


#temoignages {
    background-color: #152456;
    padding: 4em 0;
    text-align: center;
    color: var(--white);
    position: relative;
}
.Mobiel #temoignages {
    padding: 3em 1rem;
}
#temoignages:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/img/bot-mask-blue.png) no-repeat;
    width: 100%;
    height: 100%;
    top: -30px;
}
#temoignages > div {
    position: relative;
    z-index: 1;
}

#temoignages b {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #caf3ff;
    letter-spacing: 4px;
}

.Mobile #temoignages b {
  font-size: 28px
}
#temoignages b::after {
  content: "";
  display: block;
  margin: 2rem auto;
  border-bottom: 3px solid #152456;
  width: 70px;
}

#temoignages span, 
.temoin span {
  color: #caf3ff
}
.Mobile .temoin {
    background: #152456;
    color: var(--white);
    padding: 1px 0 80px;
}
#temoignages p {
  font-size: 18px;
    text-align: center;
    font-style: italic;
}
.item-tem {
    margin-bottom: 2rem;
}
.temoin {
    background: #152456;
    color: var(--white);
    padding: 80px 0;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.col-right {
    border: 3px solid #0f4f62;
    padding: 20px;
    background: #f7f7f7;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
#avis_form {
    margin-top: 15px;
}

#avis_form label {
  display: block;
  margin-bottom: 8px;
  color: var(--black);
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}
#MonAvis span {
  font-size: 18px;
  color: var(--black);
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}
.btn-temoin {
    border: none;
    background: #152456;
    margin-top: 1rem;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.btn-temoin:hover {
    opacity: .8;
}

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

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


/**
404
*/
.blog_pageIntrouvable {
    background: #fff;
    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: #152456;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: var(--colorB);
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--colorB);
}
.blog_pageIntrouvable a {
    color: #152456;
}
.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;
  }
}
#Messages {
    background: #152456;
    text-align: center;
    position: relative;
    z-index: 99;
    color: #fff;
    font-weight: bold;
    padding: 25px 0;
}
#Messages p {    
    margin: 0;    
}
#realisations,
#mentionsL {
  padding: 60px 0;
}
.Mobile #realisations,
.Mobile #mentionsL {
    padding-top: 2rem;
}
.Desktop .grid-rea {
  display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 15px;
}

.Desktop #realisations .grid-rea {
  grid-template-columns: repeat(4, 20%);
  justify-content: center;
}
.Tablet .grid-rea {
  display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
}
.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.Mobile .swipebox {
    height: inherit;
    margin: 15px 0;
}

.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}
.realisatonsBlock {
    padding: 80px 0 40px;
    border-bottom: 5px solid var(--colorS);
}
.realisatonsBlock .grid-rea {
    grid-gap: 0;
    margin-bottom: 1rem;
}
.grid-rea span {
    height: 500px;
    background-color: gray;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    filter: grayscale(1);
    transition: background .3s ease-out;
}
.grid-rea span:hover {
    filter: none;
}
.grid-rea span::before {
    content: "";
    transition: opacity .3s;
    height: 100% !important;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: rgba(10,10,10,0.6);
    opacity: 0;
    z-index: 1;
}
.grid-rea span:hover::before {
    opacity: 1;
}
.grid-rea span::after {
    content: "+";
    display: block;
    position: absolute;
    height: 30px;
    top: 30%;
    margin-top: -15px;
    text-align: center;
    width: 100%;
    font-size: 2rem;
    transition: 0.2s;
    color: #fff;
    z-index: 3;
    opacity: 0;
}
.grid-rea span:hover::after {
    top: 50%;
    opacity: 1;
}


b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
    text-align: center;
}

.gdecenal img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.logo img {
    width: 250px;
    height: 120px;
    object-fit: contain;
}
.img-p img {
    height: 50px;
    object-fit: contain;
    margin: 0 7px;
    background: #fff;
}
.Tablet .img-p img {
  margin-top: 8px;
}
.img-p img:first-child {
    width: 164px;
}
.img-p img:last-child {
    width: 186px;
}
.Mobile .img-p img {
    margin: 7px 0;
}
.logo-part {
    margin-top: 25px;
}
.Mobile .logo-part {
    margin-bottom: 25px;
}

.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    z-index: 11111;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    top: 0;
}
ul.services-footer img {
    width: 20px;
    height: 20px;
}