*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

body {
  line-height: 1.5;
  font-size: 15px;
  font-family: "Arial", sans-serif;
  color: #646464;
  overflow-x: hidden;
}
main.contenu p {
  text-align: justify;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  line-height: normal;
  font-family: "Arial", sans-serif;
  color: #2563EB;
  margin: 0 0 30px;
  text-align: left;
}
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 */ 
}

.Mobile h1,
.Mobile .h1 {
  font-size: 30px;
}
.Mobile h2,
.Mobile .h2 {
  font-size: 26px;
}
.Mobile h3,
.Mobile .h3 {
  font-size: 22px;
}

.Contenu h2,
.Contenu h3,
.Contenu h4{
  margin: 0 0 30px;
}
a,
input[type="submit"],
input[type='submit'],
button {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea {
  outline: none;
}

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

section{
  padding: 100px 0;
}
.Mobile section{
  padding: 50px 0!important;
}

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

.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.webp);
}
.icon-mobile:before {
  background: url(../images/img/icon-portable-mob.webp);
}
.icon-envelope:before,
.icon-mail:before {
  background: url(../images/img/icon-mail.webp);
}
.icon-location:before {
  background: url(../images/img/icon-locali.webp);
}
.icon-map:before,
.icon-map-marker:before, .adr:before {
  background: url(../images/img/icon-adresse.webp);
}
.icon-clock-o:before, .hor:before {
  background: url(../images/img/icon-hor.webp);
}
.icon-devis:before {
  background: url(../images/img/icon-devis.webp);
}
.icon-fleche:before {
  background: url(../images/img/arrow-up-right-long.webp);
}
.icon-check-bouclier:before {
  background: url(../images/img/icon-check-bouclier.webp);
}
.container-fluid {
  width: 100%;
  margin: auto;
  padding: 0 50px;
}
.Mobile .container-fluid {
  padding: 0 20px;
}
.container{
  padding: 0 20px;
  width: 100%;
  margin: auto;
  max-width: 1320px;
  display: block;
}
.Tablet .container {
  max-width: 720px ;
}
.Mobile .container {
  max-width: 100% ;
}



.bg-black{
  background: #000;
}
.bg-grey{
  background: #e3e8ed;
}
.bg-color{
  background: #002951;
}
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5, 
.bg-black p,
.bg-black li,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5, 
.bg-color p,
.bg-color li{
  color: #fff;
}


.align-items_center{
  align-items: center;
}
.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);
} 
.grid-col-5{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
} 
.gap-20{
  gap:20px;
}
.gap-30{
  gap:30px;
}
.gap-40{
  gap:40px;
}
.gap-50{
  gap:50px;
}
.gap-100{
  gap:100px;
}
.Tablet .grid-col-2  {
  grid-template-columns: 100%;
  gap: 50px;
}
.Mobile .grid-col-2{
  grid-template-columns: 100%;
  gap: 30px;
}

header#header {
  position: relative;
  z-index: 999;
}
.Tablet header#header,
.Mobile header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.logomenu {
  display: flex; 
}
.Tablet .logomenu ,
.Mobile .logomenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
} 
.topLogo {
  width: 250px;
  height: auto;
  padding: 5px 40px;
}
.Tablet .topLogo,
.Mobile .topLogo {
    background: transparent;
    width: fit-content;
    padding: 5px;
}
a.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_info {
  width: calc(100% - 250px);
  height: auto;
}
.Mobile .top_info {
    width: 100%;
    position: fixed;
    top: 196px;
    left: 0;
    display: none;
}
.Tablet .top_info {
    width: 100%;
    position: fixed;
    top: 143px;
    left: 0;
    display: none;
}
.top_contact {
  display: flex;
  background: #e3e8ed;
  width: 100%;
  justify-content: space-between;
  padding: 10px 20px;
}
.top_contact a {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.top_contact_mobile {
    background: #2563EB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 5px 0;
}
.top_contact_mobile a {
    background: #F59E0B;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 900px;
    color: #000;
}
.top_navigation {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.Tablet .top_navigation,
.Mobile .top_navigation{
  padding:0 ;
}
ul.nav-list {
  display: flex;
  /*align-items: flex-start;*/
}
.Tablet ul.nav-list,
.Mobile ul.nav-list {
    display: flex ;
    flex-direction: column;
}
li.nav-item {
  list-style: none;
  /* padding: 5px; */
  text-align: center;
  width: 100%;
}
.nav-mobile {
  cursor: pointer;
  background: #2563EB 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;
}


ul.nav-submenu {
  display: block;
  flex-direction: column;
  width: 400px;
  position: absolute;
  text-align: left;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-out;
}
.Tablet ul.nav-submenu,
.Mobile ul.nav-submenu {
  display: none; 
  width: 100%;
  position: relative;
  transform: none; 
}
li.nav-item:hover ul.nav-submenu { 
  transform: scaleY(1);
}
li.nav-item.active > a {
  color: #2563EB;
}
li.nav-item{
  position: relative;
}
li.nav-item:before {
  content:'';
  height:4px;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background-color:#2563EB;
  transform-origin:right center; 
  transform:scale(0,1); 
  transition:transform .3s cubic-bezier(.37,.31,.2,.85)
}
li.nav-item:hover:before {
  transform-origin:left center; 
  transform:scale(1,1)
}






.Tablet li.nav-item.active > a,
.Mobile li.nav-item.active > a {
  color: #000;
}
.Tablet li.nav-item, .Mobile li.nav-item {
    background: #e3e8ed;
    width: 100%;
}

.Tablet .nav-item.active, .Mobile .nav-item.active {
    background: #F59E0B;
}
li.nav-item a {
  padding: 20px 5px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.Tablet li.nav-item a, .Mobile li.nav-item a {
    padding: 12px;
    width: 100%;
    font-size: 12px;
    color: #000;
}
li.nav-submenu-item {
  list-style: none;
}
li.nav-submenu-item a {
  width: 100%;
  padding: 10px!important;
  display: block;
  color: #000;
  background: #fff;
  border-top: solid 1px #e3e8ed;
}
.Mobile li.nav-submenu-item a,
.Tablet li.nav-submenu-item a {
  text-align: center;
}
li.nav-submenu-item.active a {
    background: #F59E0B;
}
.Tablet nav#menu,
.Mobile nav#menu {
    width: 100%;
}
.Desktop span.nav-click{
  display: none;
}
span.nav-click {
  width: 30px;
  height: 30px;
  background: #ffffffe8;
  position: absolute;
  z-index: 900;
  top: 5px;
  right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
span.nav-click i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.Mobile span.nav-click i::before, .Tablet span.nav-click i::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/drop.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
}

a.logo img {
    width: 200px;
    height: 120px;
    object-fit: contain;
    display: block;
    background: #ffffff;
    border-radius: 3px;
}
.Tablet a.logo img,
.Mobile a.logo img {
    width: 120px;
    height: 75px;
    object-fit: contain;
    display: block;
}

.btn-style-1 {
  padding: 15px 25px;
  background: #2563EB;
  color: #fff;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  width: max-content;
  border-radius: 3px;
}
.btn-style-1:hover { 
  color: #F59E0B; 
}
.btn-style-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%; 
  transform: skewX(-20deg); 
  background-image: linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);
  z-index: 1;
}
.btn-style-1:hover:after { 
  animation:btn_shine 1.2s ease; 
  animation-delay:.1s
}
@keyframes btn_shine {
  100% {
    left:200%
  }
}
.btn_top {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e3e8ed;
}
.homeslider {
  background: #e3e8ed;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: block;
  position: relative;
}
.Mobile .homeslider {
    margin-top: 196px;
}
.Tablet .homeslider {
    margin-top: 143;
}
.imgFull {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
}
.clipp1 {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: -1px;
  background-size: cover;
} 
.Mobile .clipp1 { 
  height: 50px;
}

.Tablet .clipp1 {
  height: 100px;
}

.caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.Tablet .caption { 
  top: 60%; 
}
.title-slider, 
.Desktop .title-slider-ville::first-line,
.Mobile .title-slider-ville {
    line-height: normal;
    font-size: 42px;
    color: #2563EB;
    font-weight: 900;
    margin: 30px 0 0;
    font-style: normal;
    text-shadow: 2px 2px 2px #333333;
}
.Mobile .title-slider{ 
  font-size: 26px;
}

.Tablet .title-slider-ville,
.Desktop .title-slider-ville {
  font-size: 36px;
  font-style: italic;
  color: #287ff9;
  font-weight: 500;
  margin: 0;
} 
.subtitle {
  display: block;
  position: relative;
  padding-left: 70px;
  color: #f59e0b;
  font-weight: 600;
  margin: 0 0 30px;
}
.caption .subtitle {
    text-shadow: 1px 1px 1px #333;
}
.subtitle:before {
  content: "";
  z-index: 10;
  background-color: #f59e0b;
  color: rgb(255, 255, 255);
  width: 64px;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.btn-slider {
  margin: 30px 0 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#navscrool {
  transform-origin: 0 0 0;
  transform: scaleY(0);
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  background: #fff;
}

.Desktop #navscrool.sticky {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
#navscrool.sticky a.logo img {
  width: 200px;
  height: 90px;
  object-fit: contain;
  display: block;
}
div#Map {
  width: 100%;
  height: 350px;
  z-index: 0;
  background: #e3e8ed;
}
.Mobile div#Map{
  height: 250px;
}
footer {
  position: relative;
  background: #2563EB; 
}
.footer-logo {
  width: 100%;
  margin: auto;
  top: -80px;
  position: absolute;
  display: flex;
  justify-content: center;
}
.footer-logo a { 
  width: 150px;
  height: 150px; 
  background: #fff; 
  border-radius: 50%;  
}
.footer-logo .logo img {
    width: 120px;
    height: 120px;
    background: none;
}
.footer-content {
  padding: 100px 0 50px;
  color: #fff;
}
.footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px;
}
.footer-title span, .footer-col.first-col strong {
  color: #fff;
}
.footer-col.first-col p {
  margin: 0 0 20px;
}
.footer-col.first-col p:last-child {
  margin: 0;
}
#mail,
#mail2{
  display: none;
}
form#rappel_immediat {
  display: flex;
  margin: 30px 0 0;
  align-items: center;
  justify-content: center;
}
form#rappel_immediat input.input-form {
  width: 70%;
  height: 48px;
  padding: 12px;
  border: none;
  outline: none;
}
form#rappel_immediat input.btn-style-1 {
  width: 30%;
  height: 48px;
  padding: 12px;
  border: none;
  outline: none;
  background: #F59E0B;
  border-radius: 0;
  color: #000;
}
form#rappel_immediat input.btn-style-1:hover{
  background: #287ff9;
}
ul.informations li {
  list-style: none;
  margin: 0 0 20px;
}
ul.informations .icon:before {
    filter: brightness(0) invert(1);
}
ul.informations li a,
ul.informations li p {
  display: flex;
  gap: 5px;
  align-items: center;
}
ul.services li {
  list-style: none;
  line-height: 2.5;
}
.copyright {
    padding: 15px;
    text-align: center;
    background: #F59E0B;
    color: #000;
}
.copyright a {
  font-weight: 600;
}
.Mobile .copyright a { 
    display: block;
    margin: 15px 0 0;
}






.cat_icon {
  width: 95px;
  height: 95px;
  display: block;
  background: #fff;
  box-shadow: 0 0 48px rgba(4, 49, 184, .22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px; 
  left: 30px;
  bottom: 0;
  position: absolute;
}
.cat_icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.cat-title {
  padding: 0 0 30px;
  margin: 0 0 30px;
  position: relative;
}
.cat-title:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #287ff9;
}
.cat-title a {
  font-size: 20px;
  padding-bottom: 14px;
  position: relative;
  color: #2563EB;
  font-weight: 600;
}
.categorie_item {
  padding: 0 10px;
  position: relative;
}
.Tablet .categorie {
  padding: 50px 0;
}
.categorie_item:before {
  content: "";
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-right: dashed 2px #e3e8ed;
  position: absolute;
  z-index: 1;    
}
.Mobile .categorie_item:before,
.categorie_item:hover:before {
  display: none;
}
.cat_img {
  position: relative;
}
.cat_img > img{
  visibility: hidden;
  opacity: 0; 
  width: 100%;
  height: 250px;
  display: block;
  background: #e3e8ed;
  object-fit: cover;
} 
.Mobile .cat_img > img { 
    height: 150px; 
} 
.categorie_item_hover .cat_img > img{
  visibility: visible;
  opacity: 1;
}
.categorie_item_hover .cat_icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; 
}  
.categorie_item_hover .cat_img::after {
  content: "";
  background-color: #F59E0B;
  z-index: 0;
  bottom: 10px;
  border-radius: 50%;
  position: absolute;
  width: 95px;
  height: 95px;
  display: block;
  left: 50%;
  transform: translateX(-50%); 
}
.categorie_item_show_1 svg {
  visibility: hidden;
  opacity: 0;
}
svg.svg-gray {
  fill: #e3e8ed;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
}
svg.svg-white {
  fill: #fff;
  bottom: 0; 
  position: absolute;
  left: 0;
  right: 0; 
  width: 100%;
}
.cat-text {
  padding: 30px;
  background: #fff;
}

.categorie_item_hover .cat-text {
  padding: 30px;
  background: #e3e8ed!important;
}
.Mobile .cat-text,
.Mobile .categorie_item_hover .cat-text {
    padding: 15px; 
}
.categorie_item_show_1 {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  background: #fff;
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
}
.categorie_item:hover .categorie_item_show_1 { 
  visibility: hidden;
  opacity: 0;
}
.categorie_item .categorie_item_hover {
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  position: relative;
  z-index: 2;
}
.categorie_item:hover .categorie_item_hover{
  visibility: visible;
  opacity: 1; 
}
.categorie_item:hover .categorie_item_hover img,
.categorie_item:hover .categorie_item_hover svg{
 animation: fade 0.8s ease-out;
}

@keyframes fade {
  0% {
    opacity: 0; 
  }
  100% {
    opacity: 1; 
  }
}
.categorie_item:hover .categorie_item_hover a,
.categorie_item:hover .categorie_item_hover .cat-title,
.categorie_item:hover .categorie_item_hover .cat-title:before{
  animation: slideUp 0.8s ease-out;
}

.animate-slide-up {
  animation: slideUp 0.8s ease-out;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-down {
  animation: slideDown 0.8s ease-out;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.categorie_liste {
  display: flex;
  overflow: hidden;
}
.Desktop .categorie_item{
  min-width: 340px;
}

/*------------------------------------- BEFORE AFTER -------------------------------------*/ 

section.block1 {
  padding: 0;
}
.block1-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  justify-content: center;
}

.block1-img {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} 
.Tablet .block1-img {
  padding: 50px 0;
}
.Mobile .block1-img {
    padding: 20px 0;
}
.block1-txt {
  padding: 50px;
}
.Mobile .block1-txt {
    padding: 0 20px;
}
.btn-content {
  margin: 30px 0 0;
}

.img-comp {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: right;
  padding: 0 50px 0 0;
  position: relative;
}
.Mobile .img-comp {
    padding: 0;
    margin: auto;
    text-align: center;
    display: block;
    width: fit-content;
}
.img-comp:before {
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #2563EB;
  right: 70px;
  position: absolute;
}
.Mobile .img-comp:before {
    display: none; 
}
.img-comp-img img {
  background: #e3e8ed;
}
.Mobile .img-comp-img img {
    width: 250px;
    height: 250px; 
}
.img-comp-overlay img {
  background: #888;
}
.img-comp-overlay {
  transition: width 0.25s ease;
}
.img-comp-container {
  position: relative;
  width: 350px;
  height: 350px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 50%;
}
.Mobile .img-comp-container{
  width: 250px;
    height: 250px; 
}
.img-comp-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.img-comp-img img {
  width: 350px;
  height: 350px;
  display: block;
  object-fit: cover;
}

.img-comp-overlay {
  width: 50%; /* manomboka amin'ny 50% ho “open” */
  overflow: hidden;
  transition: width 0.25s ease;
  z-index: 2;
}

.img-comp-slider {
  position: absolute;
  z-index: 3;
  cursor: ew-resize;
  width: 10px;
  background-color: #fff;  
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.img-comp-slider:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url(../images/img/icon-arrow-ba.png);
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-size: contain;
  border-radius: 50%;
  /* padding: 5px; */
}

.caption-text {
  position: relative;
}
.caption-text:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/img/slider-star1.webp);
  background-size: contain!important;
  background-position: center;
  background-repeat: no-repeat; 
  animation: scale_star 2s ease-in-out infinite;
} 
@keyframes scale_star {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.experience {
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #2563EB;
  border-radius: 94px;
  top: -78px;
  right: 20px;
  z-index: 99;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.experience:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 11px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #2563EB #2563EB transparent;
  transform: rotate(-28deg);
  z-index: -1;
}
.img-comp-content {
  position: relative;
}
.experience .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.experience .icon {
  padding: 0;
  line-height: 0;
}
.experience p {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    justify-content: center;
    font-size: 14px;
}
.experience p span {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.block2-img figure{
  width: 100%;
  height: 100%;
  display: block; 
  position: relative;
}
.block2-img figure:before {
  content: "";
  width: 120px;
  height: 135px;
  background-image: url(../images/img/img-shape.webp);
  background-size: contain;
  position: absolute;
  display: block;
  top: -35px;
  left: -35px;
  z-index: 0;
animation: top_bottom 2s ease-in-out infinite;
} 
.Mobile .block2-img figure:before { 
    top: -12px;
    left: -12px; 
}
@keyframes  top_bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.block2-img figure img {
  width: 100%;
  height: 100%;
  display: block;
  background: #e3e8ed;
  object-fit: cover;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.block2-img {
  position: relative;
}
.tel-img-1 {
  width: 300px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #2563EB;
  border-radius: 300px 300px 0 0;
  border: 10px solid #fff;
  border-bottom: none;
  display: flex
  ;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tel-img-1 a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
.tel-img-1 .icon:before {
  width: 30px;
  height: 30px;
}

svg.svg-line,
svg.svg-main{
  position: absolute;
  fill: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

svg.svg-line{
  bottom: 10px;
  fill: #287ff9;
}
.block3-img {
  position: relative;
}
.block3-img figure img {
  width: 100%;
  height: 350px;
  display: block;
  background: #eee;
}
.block3-txt {
    padding: 0 40px 40px 40px;
    background: #fff;
}
.Mobile .block3-txt {
    padding: 0 20px 20px 20px; 
}
.block4-img {
  position: relative;
}
.block4-img figure {
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 50px;
  position: relative;
} 
.block4-img figure:before {
  content: "";
  position: absolute;
  background-image: url(../images/img/h9-shape5.webp);
  left: 0;
  top: -50px;
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  animation: scale_star 2s ease-in-out infinite;
}
.block4-img figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #e3e8ed;
}
.appel-block4 {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2563EB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.appel-block4 > span {
  width: 50px;
  height: 50px;
  background: #F59E0B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.appel-block4 p {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.Mobile .appel-block4 p { 
    font-size: 12px;
    gap: 10px;
}
.appel-block4 p a {
  font-size: 20px;
  font-weight: 600;
}
.appel-block4 .icon:before {
  filter: brightness(0);
  width: 25px;
  height: 25px;
}
.pub-block4-flex {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    gap: 30px;
    
}
.Mobile .pub-block4-flex{
  flex-wrap: wrap;
}
.pub-block4-item {
  display: flex;
  gap: 15px;
  font-weight: 600;
  color: #202020;
  align-items: center; 
}
.pub-block4-item span {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #2563EB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pub-block4-item span img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.pub-block4-item p {
  text-align: left !important;
}

.text-standard {
  font-weight: 600;
  margin: 30px 0 0;
}
.satisfaction {
  margin: 30px 0 0;
}
.satisfaction_txt {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #202020;
  font-size: 18px;
}
.satisfaction_barre {
  margin: 20px 0 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #e3e8ed;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
} 
.satisfaction_barre:before {
  content: "";
  width: 95%;
  height: 100%;
  position: absolute;
  background: #287ff9;
  left: 0;
}
section.block5,
section.block6  {
  background-size: cover;
  background-position: center;
}
.block5-img figure{
  position: relative;
}
.block5-img figure:before{
  content: "";
  position: absolute;
  background-image: url(../images/img/h9-shape5.webp);
  left: -50px;
  top: -50px;
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  animation: scale_star 2s ease-in-out infinite;
}

.block5-img figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}
ul.engangement {
  margin: 30px 0 0;
}
ul.engangement li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  line-height: 2;
  font-weight: 600;
  color: #2563EB;
  font-size: 16px;
}
ul.engangement li:before {
    content: "🗸";
    position: absolute;
    left: 0;
    color: #287ff9;
}
.presta1 .grid-col-2  {
    align-items: center;
}
.presta1-img {
    position: relative;
}
.presta1-img-1 img {
    width: 405px;
    height: 405px;
    object-fit: cover;
    display: block;
    background: #eee;
    border-radius: 50%;
}
.Mobile .presta1-img-1 img {
    width: 250px;
    height: 250px; 
}
.presta1-img-2 img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    display: block;
    background: #e3e8ed;
    border-radius: 50%;
    position: relative;
}
.Mobile .presta1-img-2 img {
    width: 200px;
    height: 200px; 
}
.presta1-img-2{ 
  width: fit-content;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -120px;
}
.presta1-img-2:before {
    content: "";
    width: 305px;
    height: 305px;
    object-fit: contain;
    position: absolute;
    background-image: url(../images/img/img_tri_before.webp);
    background-position: center;
    display: block;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Mobile .presta1-img-2:before { 
    width: 210px;
    height: 210px; 
}
.presta-experience {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background: #F59E0B;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    bottom: 0;
    right: 20px;
    gap: 10px;
}
.Mobile .presta-experience { 
    width: fit-content;
    height: 100px; 
    border-radius: 0;
    border: 5px solid #fff;
    position: relative; 
    right: 0; 
    margin: 20px auto 0; 
    padding: 15px;
}
.presta1-img-1 {
    width: fit-content;
    height: auto;
    margin-left: 50px;
}
.presta-experience span {
    font-size: 52px;
    color: #2563EB;
}
.presta-experience p {
    font-size: 16px;
    color: #000;
}

section.section-statistique {  
    background: #2563EB; 
    position: relative;
}
.section-statistique::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 300px;
    background-image:  url(../images/img/bubble1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}
.section-statistique::after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 300px;
    background-image:  url(../images/img/bubble2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.Mobile section.section-statistique .grid-col-4 {
    gap: 30px;
    grid-template-columns: 100%;
}
.stat-item p strong {
    color: #F4393900;
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
    -webkit-text-stroke: 1px #F59E0B;
    display: block;
    margin: 0 0 20px;
}
.Tablet .stat-item p strong { 
  font-size: 42px; 
}
.stat-item p {
    text-align: center !important;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.stat-item p { 
  font-size: 14px;
  font-weight: 600;
}

.stat-item {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #e1e1e1;
}
.Mobile .stat-item { 
  border: none;
}
.stat-item:last-child { 
    border-width: 0px 0px 0px 0px; 
}
.presta2-img {
    position: relative;
}
.presta2-img figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    background: #eee;
}
.presta2-img svg {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: auto;
}
.presta2-card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.presta2-txt {
    background: #fff;
    padding: 0 50px 50px 50px;
}
.Mobile .presta2-txt { 
    padding: 20px;
    padding-top: 0;
}



section.presta3 {
    width: 100%; 
    background-size: cover;
    background-color: #8f8f8f !important;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.p3-grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 100px;
    justify-content: center;
    align-items: center;
}
.Tablet .p3-grid {
  grid-template-columns: 100%;
  gap: 30px;
}
.Mobile .p3-grid {
  grid-template-columns: 100%;
  gap: 50px;
}
.p3-txt,
.p3-txt p,
.p3-txt h2,
.p3-txt h3,
.p3-txt .subtitle {
    color: #fff;
}
.p3-engagement-item {
    background: #2563EB;
    padding: 50px;
}
.Mobile .p3-engagement-item {
    padding: 20px;
}
.p3-engagement-item p {
    font-size: 14px;
    text-align: left !important;
}
.p3-engagement > div { 
    position: relative;
} 
.logo-urgence-prest {
    width: auto;
    background: #287ff9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
.logo-urgence-prest span{
  display: flex;
}
.Mobile .logo-urgence-prest {
    position: relative;
    text-align: center;
}
.p3-engagement-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.logo-urgence-prest img {
    width: 80px;
    height: 80px;
    object-fit: contain; 
    margin: auto;
}
.p3-engagement-item .h4,
.p3-engagement-item p {
    color: #fff;
}
.p3-engagement-item:first-child{
  background: #F59E0B;
}
.p3-engagement-item:first-child img{
  filter: brightness(0);
}
.p3-engagement-item:first-child .h4, 
.p3-engagement-item:first-child p {
    color: #000;
}

 .block_devis {
    position: relative;
    padding: 50px 0;
}
.block_devis:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/img/contact-bg-section-1.webp);
    background-size: cover;
    position: absolute;
    background-position: center;
    top: 0;
    z-index: 1;
}
.devis-formulaire {
    position: relative;
    z-index: 2;
    max-width: 600px;
} 
.devis-formulaire .h2 {
    color: #fff;
    position: relative;
    width: fit-content;
    padding-right: 80px;
}
.devis-formulaire .h2:after {
    content: '';
    width: 64px;
    height: 3px;
    background-color: #287ff9;
    position: absolute;
    top: 50%;
    right: 0; 
    transform: translate(0, -50%);
}
 
.form-input {
    width: 100%;
    height: 46px;
    padding: 12px;
    border: none;
    outline: none;
    margin: 0 0 15px;
}
.form_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-content: center;
}
.Mobile .form_group{
  grid-template-columns: 100%;
  gap: 0;
}
textarea.form-input {
    min-height: 120px;
    min-width: 100%;
    display: block;
}
input.btn-style-1 {
    color: #fff;
    border: 2px solid #fff;
}
.devis-img {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}
 



/*
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: #e3e8ed;
    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/img/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: #e3e8ed;
    padding: 50px; 
    position: relative;
    margin: 0 20px;
}
.Tablet .sa-item,
.Mobile .sa-item { 
    padding: 20px; 
    margin: 0 10px;
}
.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;
    color: #2563EB;
}
.Mobile .titreAvis {
    font-size: 28px; 
    padding: 0 0 20px; 
    margin: 0;
}
.avis-nom span {
    text-transform: capitalize;
}

.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.titre-album {
  clear: both;
  display: block;
  font-size: 32px;  
  margin: 20px 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
div#realisations .container-box .row {
    display: flex;
    flex-wrap: wrap;
}
div#realisations .container-box .row > div {
  width: 25%;
  flex:0 0 25%;
  padding: 0 5px;
}
.Tablet div#realisations .container-box .row > div {
  width: 50%;
  flex:0 0 50%;
  padding: 0 5px;
}
.Mobile div#realisations .container-box .row > div {
  width: 100%;
  flex:0 0 100%;
  padding: 0 5px;
}

/*----------------------------------------------------------
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;
}
.mentions h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
}

.contact-item svg {
  height: 36px; 
  width: auto;
}
.contact-item svg path{
  fill: #287ff9!important;
}
.contact-list{
  margin: 30px 0 0 ;
}
section.block_contact  .form-input {
    background: #f9f9f8;
}

.contact-item {
    display: flex;
    gap: 15px;
} 
.contact-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
}
.logo-divers img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}
.logo-divers {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0 0;
}

.Mobile .block1-grid,
.Tablet .block1-grid {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile main.contenu figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Tablet main.contenu figure img { 
    height: 350px; 
}
.Tablet footer .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
}
.Mobile footer .grid-col-4 {
    grid-template-columns: 100%;
}
.Tablet .grid-col-2.gap-30.contact-list {
  grid-template-columns: repeat(2,1fr);
}
/*------------------------------------------------------------------------- 
404 style 
-------------------------------------------------------------------------*/

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

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable .h1 {
    font-size: 200px;
    color: #2563EB;
    font-weight: 600;
    text-align: center;
}
.Mobile .blog_pageIntrouvable .h1 {
    font-size: 100px; 
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #2563EB;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
.Mobile .blog_pageIntrouvable {
    font-size: 14px;
  }
  .Mobile .blog_pageIntrouvable a {
      display: block;
  }
  .Mobile .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .Mobile .blog_pageIntrouvable h1 {
    font-size: 100px;
  }

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

.container > .gap-100 {
    align-items: center;
}
section.presta2.bg-grey .container > .gap-100 {
  align-items: normal;
}

.top_tel {
    display: flex;
    align-items: center;
    gap: 20px;
}