* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica', sans-serif;
    transition: all .3s ease;
}
 
 body{
    color: #222328;
    line-height: 1.2;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
 }
 .Mobile body {
    font-size: 14px;
 }

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

input,
button,
textarea {
    outline: none;
}

textarea {
    font-family: inherit;
    max-width: 100%;
} 

ul {
	list-style: none;
}

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

p { 
    line-height: 1.625;
    color: #000;
}

.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
    left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
    color: #000;
    line-height: 2;
}
.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #092750;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #be2c2f;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 600;
  line-height: normal;
  font-family: "Helvetica", sans-serif;
  margin: 0 0 30px;
}
h1, .h1 {
  font-size: 2.5rem;   /* 40px */ 
}

h2, .h2 {
  font-size: 2rem;     /* 32px */ 
}

h3, .h3 {
  font-size: 1.75rem;  /* 28px */ 
}

h4, .h4 {
  font-size: 1.5rem;   /* 24px */ 
}

h5, .h5 {
  font-size: 1.25rem;  /* 20px */ 
}

h6, .h6 {
  font-size: 1rem;     /* 16px */ 
}

main.contenu p {
    text-align: justify;
}
a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.Desktop .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.Tablet .container,
.Mobile .container {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.navBar_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
} 

.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-phone:before {
    background: url(../images/img/icon-fixe-mob.png);
}
.icon-mobile:before {
    background: url(../images/img/icon-portable-mob.png);
}
.icon-envelope:before,
.icon-mail:before {
  background: url(../images/img/icon-mail.png);
}
.icon-location:before {
  background: url(../images/img/icon-locali.png);
}
.icon-map:before,
.icon-map-marker:before, .adr:before {
  background: url(../images/img/icon-adresse.png);
}
.icon-clock-o:before, .hor:before {
  background: url(../images/img/icon-hor.png);
}
.icon-pinceau:before {
  background: url(../images/img/icon-pinceau.png);
}

.adr, .hor {
    font-size: 14px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
    margin-left: 60px; 
    margin-top: 5px;
}
.adr:before, .hor:before {
    content: ""; 
    position: absolute;
    left: 0; 
    top: 50%;
    transform: translateY(-50%); 
    width: 20px;
    height: 20px;
    background-size: contain;
} 



.grid-col-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.grid-col-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.grid-col-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.gap-20{
    gap: 25px;
}
.gap-30{
    gap: 30px;
}
.gap-40{
    gap: 40px;
}
.gap-50{
    gap: 50px;
}
.gap-100{
    gap: 100px;
}
.Mobile .grid-col-2,
.Mobile .grid-col-3,
.Mobile .grid-col-4{
    grid-template-columns: 100%;
    gap: 20px;
}

.Desktop header#myHeader.sticky {
    position: fixed;
    top: 0;
    background: #092750;
    border-bottom: solid 2px #fff;
}
.Desktop header {
    position: absolute; 
    z-index: 1000;
    width: 100%;
    top: 30px;
}
.Mobile header,
.Tablet header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
.Mobile .menu, .Tablet .menu {
    display: none;
    position: fixed;
    top: 128px;
    background: #092750;
    width: 100%;
    left: 0;
}
.topcontact {
    background: #092750;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 5px 0;
}
.topcontact a {
    background: #be2c2f;
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 900px;
    color: #fff;
    font-weight: 600;
}
.topcontact a .icon:before {
    filter: invert(1);
}
.logomenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(9 39 81 / 50%);
}
.Mobile .logomenu,
.Tablet .logomenu {
    background: none;
    padding: 0;
}
.Mobile .topnavigation,
.Tablet .topnavigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.nav-mobile {
    cursor: pointer;
    background: #092750 url(../images/nav.svg) no-repeat 85% center;
    background-size: auto;
    background-size: 18px;
    height: 50px;
    width: 85px;
    padding-left: 9px;
    line-height: 50px;
    color: white;
    position: relative;
    z-index: 999;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: initial;
}
.logo img {
    width: 220px;
    height: 60px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    display: block;
}

ul.nav-list {
    display: flex;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    flex-direction: column;
}
li.nav-item {
    padding: 0 5px;
}
.Mobile li.nav-item ,
.Tablet li.nav-item {
    padding: 12px;
}
li.nav-item a {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
li.nav-item.active a,
li.nav-item:hover a {
    color: #be2c2f;
}
.Mobile .nav-item.active,
.Tablet .nav-item.active {
  background: #fff;
}

.homeslider {
    width: 100%; 
    height: 1000px;
    display: block;
    overflow: hidden;
    position: relative;
}

.homeslider:before{
    content: "";
    width: 700px;
    height: 700px;
    background: rgb(9 39 81 / 50%);
    border-radius: 50% 50% 50% 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.Tablet .homeslider:before { 
    width: 350px;
    height: 350px; 
}
.Mobile .homeslider:before { 
    width: 200px;
    height: 200px; 
}
.bg_img {
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-color: #8f8f8f !important;
    background-blend-mode: multiply;
}

.Mobile .homeslider,
.Tablet .homeslider,
.Mobile .bg_img,
.Tablet .bg_img{
    height: 600px;
}
.btn-submit {
    background: #be2c2f;
    display: block;
    width: max-content;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    box-shadow: 5px 5px 0px 0px #222328;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 15px 40px 15px 15px;
    position: relative;
}
 .btn.btn-submit{
    padding: 15px;
}
input.btn.btn-submit {
    padding: 15px;
    margin: 20px 0 0;
}
.devis-slider .btn.btn-submit {
    margin: 0;
}
.btn-submit:hover{
    background: #092751;
    color: #fff;
    box-shadow: 0px 0px transparent;
}
.btn-submit:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-image: url(../images/img/icon-arrow-up-right.png);
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
}

.caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
} 
.Mobile .caption,
.Tablet .caption { 
  top: 60%; 
}
.subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.title-slider,
.title-slider-ville::first-line { 
    line-height: normal;
    font-size: 72px; 
    color: #ffffff;
    font-weight: 600;
    margin: 30px 0 0;
    font-style: normal;
} 
.title-slider-ville {
    font-size: 60px;
    font-style: italic;
    color: #be2c2f;
    font-weight: 600;
}

.Tablet .title-slider-ville,
.Tablet .title-slider,
.Tablet .title-slider-ville::first-line {
  font-size: 44px; 
}
.Mobile .title-slider-ville,
.Mobile .title-slider,
.Mobile .title-slider-ville::first-line {
  font-size: 32px; 
}

.btn-slider {
    display: flex;
    gap: 20px;
    margin: 30px 0 0;
    flex-wrap: wrap;
}
.statistique-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.statistique-item > div{
    font-size: 28px;
    font-weight: 600;
}
.color-2 ,
.color-2 p{
    color: #be2c2f !important;
}
.statistique-liste {
    margin: 40px 0 0;
}
.Tablet .stat-mob-content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  align-items: flex-start;
}
.Mobile .stat-mob-content {
  display: grid;
  grid-template-columns: 100%; 
  gap: 20px;
}

.Tablet .statistique-liste,
.Mobile .statistique-liste {
    margin: 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}

.titre-devis {
    background: rgb(9 39 81 / 50%);
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px;
    border-radius: 900px;
}
.devis-icon {
    padding: 15px;
    font-size: 0;
    line-height: 0;
    background: #be2c2f;
    border-radius: 50%;
}
.devis-icon img {
    filter: invert(1);
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.titre-devis .h5 {
    color: #fff;
    margin: 0;
}
.form-input {
    padding: 12px;
    width: 100%;
    margin: 0 0 5px;
    border: none;
    border-radius: 10px;
    height: 50px;
}
.devis-slider .form-input { 
    height: 46px;
}
textarea.form-input{
    width: 100%;
    min-height: 120px;
}
.devis-slider textarea.form-input{
    width: 100%;
    min-height: 100px;
}
form#FormDevis {
    background: #c9c9c9;
    padding: 50px;
    border-radius: 10px;
}
.Mobile form#FormDevis,
.Tablet form#FormDevis { 
    padding: 20px; 
}
form#FormDevis label {
    margin: 20px 0 0 ;
    display: block;
    font-weight: 600;
}
form#FormDevis label .form-input {
    margin: 10px 0 0;
}
.devis-slider form#FormDevis {
    /*background: rgb(9 39 81 / 50%);*/
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.caption > .container > .grid-col-2 {
    align-items: end;
}
.Mobile .caption > .container > .grid-col-2,
.Tablet .caption > .container > .grid-col-2 { 
  grid-template-columns: 100%;
  align-items: center;
}
.excperience {
    width: 100%;
    height: auto;
    background: #be2c2f;
    display: block;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.excperience-texte > div,
.assurance > div {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
    display: block;
}
.excperience-texte p,
.assurance p { 
    color: #fff;
}
.caption-img {
    margin: 0 0 20px;
}
.caption-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  display: block;
  background: #eee;
  border-radius: 10px;
  object-position: top;
}
.Mobile .caption-img img,
.Tablet .caption-img img {
  height: 200px;
}
.footer_content {
    padding: 200px 0 50px;
    background-color: #8f8f8f !important;
    background-size: cover;
    background-blend-mode: multiply;
}
footer .logo img {
    width: 250px;
    height: 70px;
    object-fit: contain;
}
.titre-footer {
    color: #fff;
    font-size: 22px;
    margin: 0 0 30px;
    font-weight: 600;
}
 
ul.link-footer li{
    padding-left: 25px;
}
ul.link-footer li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-image: url(../images/img/icon-arrow-up-right.png);
    top: 0;
    left: 0;
    filter: brightness(0) invert(1);
}
.col-footer a {
    color: #fff;
    font-size: 15px;
}
.col-footer li {
    position: relative;
    margin: 0 0 20px;
    display: flex;
    gap: 10px;
    color: #fff;
}
ul.coordonnees .icon:before {
    filter: invert(1);
}
.copyright {
    padding: 20px 0;
    background: #092750;
    color: #fff;
    text-align: center;
}
.copyright-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.copyright img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.informations {
    margin: 30px 0 0;
}
.informations p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    color: #fff;
}


section{
    padding: 100px 0;
}
.Mobile section{
    padding: 40px 0;
}
main.contenu .subtitle {
    color: #333;
    background-color: #f0f4f3;
    padding: 7px 15px 7px 15px;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #be2c2f;
    border-radius: 10px;
    width: fit-content;
    margin: 0 0 30px;
}
.titre-1 {
    width: 100%;
    border-bottom: 1px solid #F2F3F6;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 50px;
    padding: 0 0 30px;
}
.titre-1 h1 {
    margin: 0;
    color: #092750;
}
section.section-1 > .container > .grid-col-2 {
    margin: 50px 0 0;
}
.Tablet section.section-1 > .container > .grid-col-2 {
  margin: 50px 0 0;
  grid-template-columns: 100%;
}
.btn-content {
    margin: 30px 0 0;
}
.fleche-up-right {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: fit-content;
}
.fleche-up-right a {
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.fleche-up-right a:hover { 
    background: #fff;
}
.fleche-up-right a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.fleche-up-right a:hover img{
    filter: brightness(1) invert(0);
}
.urgence {
    display: block;
    padding: 20px;
    background: #092750;
    margin: 0 0 20px;
    color: #fff;
    border-radius: 10px;
    position: relative;
}
.urgence > div {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 40px;
}
.urgence p {
    color: #fff;
    padding-right: 40px;
    font-size: 14px;
    text-align: left!important;
}
.s1-img1 > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #eee;
    display: block;
    border-radius: 10px;
}
.Mobile .s1-img1 > img,
.Mobile .s1-img2 > img{
    height: 250px;
}
.urgence .fleche-up-right {
    top: inherit;
    bottom: 20px;
    margin: 0;
}
.s1-img2 img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    display: block;
    background: #eee;
    border-radius: 10px;
}

.Tablet .s1-img2 img { 
  height: 395px; 
}
.produit {
    /*background-image: url(../images/img/overlay-decoration.png);*/
    background-color: #092750;
    background-blend-mode: screen;
    background-size: cover;
    padding: 50px 0;
}
.produit-content {
    display: grid;
    grid-template-columns: 40% 60%;
    color: #fff;
    justify-content: center;
}
.Mobile .produit-content, .Tablet .produit-content{
    grid-template-columns: 100%;
    gap: 20px;
}
.produit-content p { 
    color: #fff;
}
.produit-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.Mobile .produit-titre, .Tablet .produit-titre {
  text-align: center;
}
.Tablet .produit-list,
.Mobile .produit-list { 
  gap: 20px;
}
.produit-list img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.categorie-item {
    padding: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.Mobile .categorie-item {
    padding: 10px;
}
.Mobile .categorie .grid-col-4,
.Tablet .categorie .grid-col-4{
    grid-template-columns: repeat(2, 1fr);
}
.categorie-img {
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
    z-index: 1;
}
.categorie-img > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    background: #eee;
    border-radius: 10px; 
}
.Mobile .categorie-img,
.Mobile .categorie-img > img {
    height: 150px;
}
.categorie-icon {
    background: #092750;
    color: #fff;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 50% 50% 0 0;
}
.Mobile .categorie-icon {
    display: none;
}
.categorie-icon:before {
    content: "";
    position: absolute;
    bottom: 0; 
    width: 10px;
    height: 10px;
    background-image: url(../images/img/before-coin.png);
    left: -9px;
    background-size: cover;
}
.categorie-icon:after {
    content: "";
    position: absolute;
    bottom: 0; 
    width: 10px;
    height: 10px;
    background-image: url(../images/img/before-coin.png);
    right: -9px;
    background-size: cover;
    transform: scaleX(-1);
}
.categorie-icon span {
    background: #be2c2f;
    padding: 14px;
    display: block;
    border-radius: 50%;
}
.categorie-item:hover span,
.categorie-item.active span {  
    background: #fff;
}
.categorie-icon span img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}
.categorie-item:hover span img,
.categorie-item.active span img { 
    filter: brightness(1) invert(0);
}
.categorie-texte {
    background: #092750;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 20px 20px;
    position: relative;
    min-height: 80px;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    z-index: 0;
}
.Mobile .categorie-texte{
    font-size: 14px;
}
.bg-s4 {
  background: #eee; 
  background-size: cover;
}
.bg-gray{
    background: #f0f4f3;
}
main.contenu h3 {
    margin: 30px 0;
}
.section-2-txt {
    padding: 40px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.Mobile .section-2-txt {
    padding: 20px;
}
.section-2-img {
    position: relative;
    width: 100%;
    height: 250px;
}
.section-2-img figure{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0 0;
}
.section-2-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #eee;
    display: block;
}
.section-2-img figure:hover img{
    transform: scale(1.05) rotate(2deg);
}
.section-2-img span {
    padding: 15px;
    background: #092750;
    display: flex;
    width: fit-content;
    bottom: -20px;
    position: absolute;
    left: 40px;
    border-radius: 50%;
}
.section-2-img span img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}
.Tablet .section-2 .grid-col-2 {
  grid-template-columns: 100%;
  gap: 50px;
}



.s3-img {
    border-radius: 10px;
    overflow: hidden;
    background: #be2c2f;
    position: relative;
}
.s3-img figure {
    height: 75%;
}  
.s3-img figure img {
    display: block;
    width: 100%;
    height: 100%;
    background: #eee;
    border-radius: 10px;
    object-fit: cover;
}
.Mobile .s3-img figure img,
.Tablet .s3-img figure img { 
    height: 250px; 
}
.logo-urgence span img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.logo-urgence span {
    display: flex;
    background: #092750;
    width: fit-content;
    padding: 20px;
    border-radius: 10px;
}
.logo-urgence {
    margin-top: -70px;
    display: flex;
    justify-content: center;
}
.s4-txt {
    padding: 100px;
    background: #be2c2f;
    color: #fff;
}
.Tablet .s4-txt ,
.Mobile .s4-txt { 
    padding: 20px;
}
.s4-txt p{ 
    color: #fff;
}
.s5-img {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
}
.Mobile .s5-img {
    display: block;
}
.s5-img figure {
    width: 75%;   
    height: 100%;
    display: block;
}
.Mobile .s5-img figure {
    width: 100%;
    height: fit-content;
    margin: 0 0 30px;
}
.s5-img figure img {
  width: 100%;
  height: 100%;
  display: block;
  background: #eee;
  border-radius: 10px;
  object-fit: cover;
}
.Tablet .s5-img figure img {
  height: 300px;
} 
.Mobile .s5-img figure img { 
    height: 250px; 
}
.assurance {
    width: fit-content;
    height: auto;
    background: #be2c2f;
    display: block;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
}
.assurance {
    width: fit-content;
    height: auto;
    background: #be2c2f;
    display: block;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.Mobile .assurance {
    position: relative;
    top: 0;
    transform: none;
    left: inherit;
    width: 100%;
    margin: 0 0 30px;
}
.assurance img {
    position: absolute;
    top: 15px;
    right: 20px;
    margin: 0;
    width: 45px;
    height: 45px;
}
.txt-rotate {
    top: 0;
    left: 0;
    z-index:-1;
    width: 100%;
    height: 100%;    
    display: flex;    
    position: absolute;    
    justify-content: center;
    align-items: normal;
}
.Mobile .txt-rotate,
.Tablet .txt-rotate{
    display: none;
}
.txt-rotate span {
    font-size: 59px;
    font-weight: 900;
    -webkit-text-stroke: 1px #bfbfbf;
    color: transparent;
    transform: rotate(-90deg);
}
.section-devis {
    background-color: #092750;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding: 100px 0 0;
}
.Mobile .section-devis {
    padding: 40px 0;
}
.sdevis-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
}
.Mobile .sdevis-grid,
.Tablet .sdevis-grid {
    display: block;
}
.sdevis-txt {
    padding: 40px;
    background: #be2c2f;
    color: #fff;
    border-radius: 10px 0 0 10px;
    height: fit-content;
}
.Tablet .sdevis-txt {
  margin: 0 0 20px;
  border-radius: 10px;
}
.Mobile .sdevis-txt .h3 {
    font-size: 18px;
}
.Mobile .sdevis-txt {
    padding: 20px; 
    border-radius: 10px; 
    margin: 0 0 20px;
}
.tel-devis {
    display: flex;
    background: #092750;
    border-radius: 900px;
    align-items: center;
    justify-content: normal;
    gap: 20px;
    padding: 20px;
    width: fit-content;
}
.Mobile .tel-devis p {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.tel-devis span {
    background: #be2c2f;
    font-size: 0; 
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 50px;
}
.tel-devis span .icon:before{
    filter: invert(1);
}
.tel-devis strong {
    margin: 0 0 15px;
    display: block;
}
.tel-devis a,
.tel-devis em {
    color: #fff;
}
.Mobile  .tel-devis em { 
    display: none;
}
.sdevis-formulaire {
    background: #fff;
    padding: 50px;
    border-radius: 0 10px 0 0;
}
.Tablet .sdevis-formulaire {
  border-radius: 10px 10px 0 0;
}
.Mobile .sdevis-formulaire {
    background: none;
    padding: 0; 
}
.Mobile .sdevis-formulaire .h1 {
    font-size: 28px;
    margin: 0;
}
.newsletter {
    margin-bottom: -140px;
    z-index: 1;
    position: relative;
}
.nl-content {
    background: #092750;
    color: #fff;
    border-radius: 10px;
    padding: 30px 50px;
    position: relative;
}
.nl-content:before {
    content: "";
    width: 40%;
    height: 100%;
    display: block;
    background-image: url(../images/img/bg-rappel.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 10px 500px;
    z-index: 0;
}
.Mobile .nl-content:before{
    display: none;
}
.nl-content .h3 {
  z-index: 1;
  position: relative;
}


.Mobile .nl-content {
    padding: 20px;
}
.nl-content p {
  color: #fff;
  width: 60%;
  margin: 0 0 20px;
}
.Mobile .nl-content p { 
    width: 100%; 
}
input#mail,
input#mail2{
    display: none;
}
form#rappel_immediat {
    display: flex;
    align-items: center;
    position: relative;
    width: 60%; 
}
.Mobile form#rappel_immediat {
    width: 100%;
}
form#rappel_immediat input.btn.btn-submit {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    margin: 0;
    right: 10px;
    line-height: 0;
    padding: 28px;
    display: block;
}
form#rappel_immediat input.form-input {
    height: 80px;
    line-height: 0;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding-left: 25px;
}
form#rappel_immediat input.form-input::placeholder { 
    color: #fff!important; 
}

/*
Avis
*/
 
.imgAvis.bg {
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
.Mobile .imgAvis.bg {
    padding: 10px;
}
b.titreAvis {
    display: block;
    font-size: 26px;
    color: #376371;
    text-transform: uppercase;
}
b.titreAvis::after {
    content: "";
    display: block;
    margin: 2rem auto ;
    width: 35px;
    border-bottom: 3px solid #376371;
}
.block-avis {
    margin: 0 auto;
    padding: 40px;
    border-radius: 7px;
    text-align: center;
}
#temoignages .item-tem p {
    margin-bottom: 0;
}

.temoin { 
    color: black;
    padding: 80px 0;
}
.Mobile .temoin {
    padding-top: 12rem;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.Tablet .temoin .grid-row,
.Mobile .temoin .grid-row {
    display: block;
}
 .col-right .blockFormulaire {
    background: #c8c8c8;
    border-radius: 10px;
    padding: 40px;
}
.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: #092750;
}
#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/rating-sprit.webp) no-repeat;
    display: inline-block;
    height: 23px;
    width: 120px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
#temoignages a.btn-rea {
    margin-top: 1rem;
    padding: 7px 35px;
}
.item-tem img {
    margin: 0;
    width: 50px;
    height: 50px;
}
img.google {
    width: 60px;
    height: 25px;
    object-fit: contain;
}
.avis-nom {
    display: flex;
    align-items: center;
    gap: 10px;
}
 
.temoignages .col-left .avis > i {
    background: url(../images/rating-sprit.png) no-repeat;
    height: 9px;
    width: 50px;
    margin: 0;
}
.temoignages .col-left .avis-0 {
  background-position: 0 0 !important;
}
.temoignages .col-left .avis-1 {
  background-position: 0 -11px !important;
}
.temoignages .col-left .avis-2 {
  background-position: 0 -22px !important;
}
.temoignages .col-left .avis-3 {
  background-position: 0 -32px !important;
}
.temoignages .col-left .avis-4 {
  background-position: 0 -43px !important;
}
.temoignages .col-left .avis-5 {
  background-position: 0 -53px !important;
}
.temoignages .col-left .avis-6 {
  background-position: 0 -65px !important;
}
.temoignages .col-left .avis-7 {
  background-position: 0 -75px !important;
}
.temoignages .col-left .avis-8 {
  background-position: 0 -85px !important;
}
.temoignages .col-left .avis-9 {
  background-position: 0 -95px !important;
}
.temoignages .col-left .avis-10 {
  background-position: 0 -105px !important;
}
.avis-t {
    display: flex;
    align-items: center;
    gap: 10px;
}
.slide-temoignage .avis-t {
    justify-content: center;
    margin: 10px 0 5px;
}
.Mobile .slide-temoignage .avis-t {
    flex-wrap: wrap;
    gap: 0;
}
.temoignages .col-left img.google {
    width: 36px;
    height: 15px;
    object-fit: contain;
}
.sa-titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0 0 40px;
}

.sa-item {
    background: #f0f4f3;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    margin: 0 20px;
}
.sa-item:after{
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;   
    width: 40px;
    height: 40px; ;
     background-image: url(../images/img/right-quote.svg);
     background-size: contain;
}
.sa-content .avis {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.sa-item p {
    font-style: italic;
    font-size: 18px;
    margin: 0 0 30px;
}
.avis-nom img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.sa-item .avis b {
    display: flex;
    align-items: center;
    gap: 15px;
}
section.section-avis .btn-content {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}
.titreAvis {
    font-size: 36px;
    font-weight: 600;
    padding: 30px 60px;
    border-bottom: 2px solid #F2F3F6;
    margin-bottom: 30px;
}
.Mobile .titreAvis {
    font-size: 28px; 
    padding: 0 0 20px; 
    margin: 0;
}
.avis-nom span {
    text-transform: capitalize;
}
section.section-carte div#Map {
    z-index: 0;
    width: 100%;
    height: 350px;
    border-radius: 10px;
}
section.section-carte {
    padding: 50px 0;
}
section.presta-1 {
    width: 100%; 
    background-size: cover;
    background-color: #8f8f8f !important;
    background-blend-mode: multiply;
}
.p1-grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 100px;
    justify-content: center;
}
.Tablet .p1-grid {
  grid-template-columns: 100%;
  gap: 30px;
}
.Mobile .p1-grid {
  grid-template-columns: 100%;
  gap: 50px;
}
.p1-txt,
.p1-txt p {
    color: #fff;
}
.p1-engagement-item {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}
.p1-engagement-item p {
    font-size: 14px;
    text-align: left !important;
}
.p1-engagement > div { 
    position: relative;
}
.logo-urgence-prest {
    width: auto;
    background: #be2c2f;
    position: absolute;
    top: 50%;
    left: 50%;
}
.logo-urgence-prest {
    width: auto;
    background: #be2c2f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
}
.Mobile .logo-urgence-prest {
    position: relative;
    text-align: center;
}
.p1-engagement-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.logo-urgence-prest img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.p2-img img {
  border-style: solid;
  border-width: 0px 2px 0px 2px;
  border-color: #be2c2f;
  border-radius: 10px;
  width: 100%;
  height: 500px;
  display: block;
  background: #eee;
  object-fit: cover;
} 
.Tablet .p2-img img{
    height: 250px;
}
.Mobile .p2-img img{
    height: 250px;
}
.p2-content-1 {
    margin: 0 0 100px;
}

.Block7-img {
    display: flex;
    justify-content: end;
    position: relative;
    padding-top: 50px;
}
.Mobile .Block7-img ,
.Tablet .Block7-img { 
  justify-content: center; 
}
.Block7-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: bottom left;
    background: #eee;
    display: block;
    border-radius: 10px;
    position: relative; 
}
.Mobile .Block7-img img,
.Tablet .Block7-img img {
  width: 100%;
  height: 250px; 
}
.Block7-img:before {
    content: "";
    position: absolute;
    width: 270px;
    height: 370px;
    background: #af0101;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    opacity: .5;
}
.Tablet .Block7-img::before { 
  width: 136px;
  height: 203px; 
  left: 50px; 
}
.Block7-img figure{
    position: relative;
    width: fit-content;
    height: fit-content;
}
.Tabletn .Block7-img figure { 
  width: 60%;
}
.Mobile .Block7-img figure { 
    width: 100%;
}
.Block7-img figure:after {
    content: "";
    position: absolute;
    width: 370px;
    height: 325px;
    background: transparent;
    border: solid 2px #092750;
    border-radius: 10px;
    z-index: -1;
    left: -30px;
    bottom: -40px;
}
.Tablet .Block7-img figure::after {  
  width: 302px;
  height: 160px; 
  left: -25px;
  bottom: -10px;
}
.Mobile .Block7-img:before,
.Mobile .Block7-img figure::after{
    display: none;
}

ul.list-eng li {
    position: relative;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-left: 50px;
    margin: 0 0 15px;
}
ul.list-eng li:before {
    content: "🗸";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: #af0101;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.list-eng {
    margin: 30px 0 0;
} 
ul.contact-list {
    display: block;
    margin: 30px 0 0;
}
.intro {
    line-height: 1.5;
}
ul.contact-list {
    margin: 30px 0 0;
}
ul.contact-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 20px;
    font-weight: 600;
}
section.section-contact div#Map {
    z-index: 0;
    height: 300px;
    border-radius: 10px;
    width: 100%;
    margin: 30px 0 0;
    display: block;
}
div#realisations .container-box > .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 20px;
}
div#realisations .col-lg-3.col-md-4.col-xs-12 {
    background: #be2c2f;
    border-radius: 10px; 
}
div#realisations b.titre-album {
    grid-column: span 4;
}
.Tablet  div#realisations .container-box > .row { 
    grid-template-columns: repeat(2, 1fr); 
}
.Tablet div#realisations b.titre-album {
    grid-column: span 2;
}
.Mobile  div#realisations .container-box > .row { 
    grid-template-columns: repeat(1, 1fr); 
}
.Mobile div#realisations b.titre-album {
    grid-column: span 1;
}

/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
} 
.mentions h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 20px;
}

.Tablet .section-3 .grid-col-2 ,
.Tablet .section-5 .grid-col-2 {
  grid-template-columns: 100%;
  gap: 50px;
}
.Tablet .grid-col-2.gap-100 {
  gap: 50px;
  grid-template-columns: 100%;
}
.Tablet .Block7 .grid-col-2 {
  grid-template-columns: 100%;
}
.Tablet .Block7-img figure { 
  width: 75%;  
}
.Tablet .footer_content .grid-col-4 {
  grid-template-columns: repeat(2,1fr);
}
.Mobile div#Map{
    width: 100%;
    height: 250px!important; 
}
.presta-2 .grid-col-2{
    align-items: center;
}
