* , 
*:before, 
*:after{
  padding: 0;
  margin: 0 ;
  box-sizing: border-box;
  transition: all .3s ease;
}
img{color: #000;}
/*------------------------------------- 
ICONE 
-------------------------------------*/


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



html {
  font-family: "Calibri", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
} 
body {
  font-family: "Calibri", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}
.container {
  max-width: 1200px; /* na 1200px, arakaraka ny design */
  margin: 0 auto;
  padding: 0 15px;
}
.Tablet .container{
  width: 80%;
}
section{
  padding: 100px 0;
}
.Mobile section {
  padding: 50px 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 600;
  line-height: normal;
  font-family: "Calibri", sans-serif;
  margin: 0 0 30px;
  text-align: inherit!important;
}
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 
.Mobile h2,
.Mobile .h2,
.Tablet h1,
.Tablet .h1 
.Tablet h2,
.Tablet .h2 {
  font-size: 24px;
}


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



a{
  color: initial;
  text-decoration: none;
}
.contact-top {
    padding: 10px 20px;
    background: #00377e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Mobile .contact-top {
  flex-direction: column-reverse;
  gap: 10px;
}
.contact-top .icon:before {
  filter: invert(1);
}
.contact-top > div {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.contact-top a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
} 

.Mobile .contact-top a ,
.Tablet .contact-top a{
  background: #bd0202;
  padding: 12px;
  border-radius: 50px;
}



/* header */
header.header {
    position: relative;
    z-index: 999;
}
.TopNavigation {
  display: flex;
  background: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.Mobile .TopNavigation {
    padding: 0;
}
.Desktop .TopNavigation:before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 77% 100%, 0 100%);
    background: #f4f5fa;
    width: 310px;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}
.logomenu {
  /* background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1); */
  position: relative;
  width: 100%;
  z-index: 3;
  position: relative;
}

.Mobile .logomenu,
.Tablet .logomenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.logomenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.logomenu li a {
    display: block;
    padding: 5px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}
.menu > li.nav-item:last-child a,
li.nav-submenu-item a{
  border-right: none;
}
.logomenu li > a:hover,
.logomenu .menu-btn:hover,
.logomenu li.active > a{
  background-color: #f4f4f4;
}

.logomenu .logo {
  display: block;
  float: left;
  /* font-size: 2em; */
  padding: 0;
  text-decoration: none; 
} 



/* menu */

.logomenu .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
.Mobile .logomenu .menu, .Tablet .logomenu .menu {
  position: fixed;
  width: 100%;
  top: 210px;
  overflow: scroll;
  left: 0;
}
.Tablet .logomenu .menu { 
  top: 153px; 
}
/* menu icon */

.logomenu .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  background: #bd0202;
}

.logomenu .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.logomenu .menu-icon .navicon:before,
.logomenu .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.logomenu .menu-icon .navicon:before {
  top: 5px;
}

.logomenu .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.logomenu .menu-btn {
  display: none;
}

/*.logomenu .menu-btn:checked ~ .menu {
  max-height: 240px;
}*/

.logomenu .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.logomenu .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.logomenu .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.logomenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.logomenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.Desktop .logomenu {
  display: flex;
  align-items: center;
  width: 85%;
  justify-content: center;
  flex: 0 0 85%;
  gap: 75px;
}
.Desktop .logomenu .menu {
  clear: none;
  float: right;
  max-height: none;
}
.Desktop .logomenu .menu-icon {
  display: none;
}
.Desktop .noDesktop {
  display: none !important;
} 
.Desktop ul.menu {
  display: flex;
  text-align: center;
  justify-content: center;    
} 


ul.nav-submenu {
  /*display: none;*/
  position: absolute;
  top: 100%;
  width: max-content;
  background: transparent;
  transform: scaleY(0) ;
  transform-origin: 0 0 0;
  opacity: 0; 
  transition: 0.5s ease; 
  z-index: 9;  
}

ul.nav-submenu li {
  padding: 0 20px 20px;
  background: #fff;
  list-style: none;
  width: 200px;
  float: none;
}
.Desktop ul.nav-submenu li { 
    width: max-content; 
}
ul.nav-submenu li:first-child {
  padding-top: 1.4375rem;
}
li.nav-submenu-item a {
  font-size: 14px;
  letter-spacing: normal;
  color: #333;
  text-transform: uppercase;
  line-height: 1.4em;
  font-weight: 600;
  display: block;
}
.Desktop .nav-item:hover ul.nav-submenu {
  opacity: 1;
  transform: scaleY(1);
}  
a.logo img {
    width: 219px;
    height: 120px;
    object-fit: contain;
}
.Mobile a.logo img,
.Tablet a.logo img {
  width: 180px;
  height: 80px;
  object-fit: contain;
}


.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle; 
  appearance: none;
  outline: none !important;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .8px;
  background-color: #bd0202;
  padding: 14px 28px;
  border-radius: 5px; 
  transition: all .4s ease-in-out;
  overflow: hidden; 
  gap: 5px;
  z-index: 1;
  cursor: pointer;
}
.btn:after {
  content:"";
  position:absolute;
  bottom:100%;
  left:50%;
  transform:translateX(-50%);
  width:150%;
  height:150%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  background-color: #000;
  transition-duration:.7s;
  transition-timing-function:cubic-bezier(.52,1.64,.37,.66);
  z-index:-1;
}
.btn:hover {
  color:#fff;
}
.btn:hover:after {
  bottom:-50%;
}


.top-btn.noMobile {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 15%;
}


.Mobile .nav-mobile,
.Tablet .nav-mobile {
  display: block;
}
.Mobile .nav-click,
.Tablet .nav-click {
  display: block!important;
}
.Mobile .nav-click,
.Tablet .nav-click {
  position: absolute;
  top: 20px;
  right: 10px;
  border-left: 1px solid #8d7acb;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: #111;
  z-index: 9;
  transform: translateY(-50%);
}
.Mobile .nav-click i ,
.Tablet .nav-click i {
  display: block;
  height: 32px;
  width: 30px;
  background: url(../images/drop.svg) no-repeat center center;
  background-size: 20px;
}
.Mobile .nav-rotate,
.Tablet .nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} 
.Mobile ul.nav-submenu ,
.Tablet ul.nav-submenu {
  display: none;
  position: static;
  top: 100%;
  width: 100%;
  background: transparent;
  transform: scaleY(1);
  transform-origin: 0 0 0;
  opacity: 1;
  padding: 0;
  transition: 0.5s ease;
  left: 0;
}
.Mobile ul.nav-submenu li,
.Tablet ul.nav-submenu li {
  width: 100%;
}
.Mobile .nav-item,
.Tablet .nav-item {
  position: relative;
}
.Mobile li.nav-submenu-item,
.Tablet li.nav-submenu-item {
  padding: 0 !important;
  background: #ddd!important;
}
.Mobile .logomenu .menu-btn:checked ~ .menu, .Tablet .logomenu .menu-btn:checked ~ .menu {
  overflow: scroll;
  min-height: 250px;
}

.Mobile .noMobile,
.Tablet .noMobile{
  display: none!important;
}

.Mobile header.header,
.Tablet header.header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column-reverse;
  left: 0;
}

.main-slider-two__img {
    transform: perspective(400px) rotateY(0deg) translateX(0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 885px;
    width: 100%;
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.Mobile .main-slider-two__img,
.Tablet .main-slider-two__img{
  clip-path: none;
  max-width: 100%;
}

.swiper-slide {
  position: relative;
  background-color: #f4f5fa;
  flex-shrink: 0;
  width: 100%;
  height: 100%; 
  transition-property: transform;
  display: block;
}

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


.is-sticky header.header {
  position: fixed;
  z-index: 999!important;
}

.main-slier-two__small-img-box { 
  transform: perspective(400px) rotateY(0deg) translateY(0); 
  position: absolute;
  top: 50px;
  right: 450px;
  height: 305px;
  width: 352px; 
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; 
  transform-origin: bottom; 
  z-index: 1;
}
.main-slier-two__small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slier-two__small-img-inner {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 267px;
    width: 309px;
    background-color: #00377e;
    position: relative;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.main-slier-two__small-img {
  display: block;
  width: 258px;
  height: 224px; 
  position: relative;
  -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}
.main-slier-two__shape-1 {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateX(0); 
  position: absolute;
  top: 0;
  right: 530px;
  height: 40px;
  width: 155px;
  background-color: #bd0202;
  -webkit-clip-path: polygon(10% 0,100% 0,90% 100%,0 100%);
  clip-path: polygon(10% 0,100% 0,90% 100%,0 100%); 
  transform-origin: bottom;  
}
.main-slier-two__shape-2 {
  position: absolute;
  bottom: -28px;
  right: 788px;
  height: 380px;
  width: 154px;
  background-color: #bd0202; 
  clip-path: polygon(70% 0, 100% 0, 30% 100%, 0 100%); 
  transform-origin: bottom;
  transition: all 1.5s ease; 
  opacity: 1;
  transform: perspective(400px) rotate(11deg) translateX(0);
  -webkit-transition-delay: 2.9s; 
}
.main-slier-two__shape-3 {
    position: absolute;
    bottom: -50px;
    right: 905px;
    height: 190px;
    width: 110px;
    background-color: #00377e;
    -webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
    transform: rotate(11deg);
    opacity: 0;
    transform: perspective(400px) rotate(11deg) translateY(120px);
    transform-origin: bottom;
    transition: all 1.5s 
ease;
    transition-delay: 0s;
    opacity: 1;
    transform: perspective(400px) rotate(11deg) translateY(0);
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -ms-transition-delay: 3s;
    -o-transition-delay: 3s;
}


.caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.Mobile .caption { 
  top: 60%; 
}
.societe {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.Mobile .societe {
    font-size: 22px; 
}
.Mobile .societe, .Tablet .societe{
  color: #fff;
  text-shadow: 0 0 8px #333;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;  
}
.Mobile .grid-col-2,
.Tablet .grid-col-2 {
  display: grid;
  grid-template-columns: 100%;
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center; 
}
.gap-20{
  gap: 20px;
}
.gap-50{
  gap: 50px;
}
.gap-100{
  gap: 100px;
} 
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center; 
}
.caption-texte p {
  font-size: 19px;
  width: 100%;
  max-width: 400px;
  margin: 0 0 20px;
}
.Mobile .caption-texte p,
.Tablet .caption-texte p{
  color: #fff;
}
.contact-btn > a > span {
  width: 60px;
  height: 60px;
  display: block;
  border: solid 3px #7b7676;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}
.contact-btn > a > span:before, .contact-btn > a > span:after {
    content: "";
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    border-radius: 50%;
    animation: ripple 3s infinite;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgb(230 33 33 / 60%);
}
.contact-btn > a > span:before{
  animation-duration: .6s;
}

.contact-btn > a > span:after{
  animation-duration: .9s;
}



.btn-header {
  display: flex;
  align-items: center;
  gap: 50px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 255 255 / 80%);
  }
  100% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
  }
}

.ripple {
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 0 rgb(230 33 33 / 80%);
}
@keyframes ripple {
  70% {
    box-shadow:0 0 0 20px rgba(230 33 33 / 0)
  }
  to {
    box-shadow:0 0 0 0 rgba(230 33 33 / 0)
  }
}

.block-rs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.block-rs a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: all .3s ease;
}
.block-rs a:hover img { 
  filter: drop-shadow(1px 1px 3px black);
}
footer#footer {
    background: #00377e;
    position: relative;
    z-index: 0;
    color: #fff;
}
/*footer#footer:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/img/site-footer-two-bg.webp);
  opacity: 0.05;
  z-index: -1;
}*/
.Tablet #footer .grid-col-4.gap-50 {
  grid-template-columns: repeat(2,1fr);
}
.Mobile #footer .grid-col-4.gap-50 {
  grid-template-columns: 100%;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}
@keyframes leftRight {
  0% {
    transform:translateX(0)
  }
  50% {
    transform:translateX(10px)
  }
  to {
    transform:translateX(0)
  }
}
.site-footer__shape-1 img {
  width: auto;
  height: auto;
  opacity: .2;
}
footer#footer a{
  color: #fff;
}
footer#footer a{
  color: #fff;
}
.footer-content {
  padding: 100px 0 50px;
}
footer#footer li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
footer#footer li:before {
  content: "›";
  font-family: sans-serif;
  color: #bd0202;
  font-size: 25px;
  position: absolute;
  left: 0;
}
footer#footer .icon:before {
  filter: invert(1);
}
.footer-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
footer#footer a.logo img {
    background: #fff; 
    border-radius: 10px;
    width: 300px;
    height: 165px;
}
footer#footer a.logo {
  display: block;
  margin: 0 0 20px;
}



.footer-col.coordonnees p {
  margin: 0 0 20px;
  display: flex;
  gap: 10px;
}
p.tel-footer a {
  font-size: 20px;
}
footer#footer li a {
  line-height: 2.5;
}
footer#footer .container {
  max-width: 100%;
  padding: 0 50px;
}
.Mobile footer#footer .container{
  padding: 0 20px ;
}
.copyright {
  border-top: solid 1px #fff3;
  padding: 30px 0;
  text-align: center;
}
.copyright p {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
span.eyebrow {
  font-size: 20px;
  color: #bd0202;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 15px;
  display: block;
}
ul.avantages{
  display: block;
  margin: 30px 0 0 ;
}
ul.avantages li {
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  list-style: none;
  line-height: 2;
  position: relative;
} 
ul.avantages li:before {
  content: "✔";
  position: absolute;
  padding: 0px;
  background: #bd0202;
  color: #fff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-1-image figure img {
  width: 460px;
  height: 500px;
  object-fit: cover;
  background: #eee;
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.Mobile .block-1-image figure img  {
  width: 230px;
  height: 250px; 
}
.block-1-image figure {
  display: flex;
  align-items: center;
  justify-content: end; 
  padding: 30px 0 0 30px;
  position: relative;
  width: fit-content;
}
.block-1-image figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ea4c4c, #bd0202);
  width: 360px;
  height: 336px;
  border-radius: 5px;
  z-index: 0; 
}
.Mobile .block-1-image figure::after { 
  width: 150px;
  height: 150px; 
}
.block-1-img-content {
  display: flex;
  justify-content: end;
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
}
.rappel-immediat { 
  background: #f4f5fa; 
  padding: 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  max-width: 340px;
  width: 100%;
  border-radius: 10px;
  gap: 15px;
}
.Mobile .rappel-immediat  {
  position: relative;
  margin: 20px 0 0 auto; 
  bottom: 0;
}
.rappel-immediat span {
  color: #000;
  font-size: 16px;
}
.rappel-immediat span strong { 
  display: block;
  font-size: 18px;
  font-weight: 600;
}
#mail1,
#mail2,
input#mail {
  display: none;
}
form#rappel-immediat {
  display: flex;
  align-items: center;
}
form#rappel-immediat input.tel-rappel {
  padding: 12px;
  width: 75%;
  border: none;
  border-radius: 7px 0 0 7px;
}
form#rappel-immediat  input.submit-tel {
  background: #bd0202;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 0 7px 7px 0;
  width: 25%;
  cursor: pointer;
}
i.icon-rappel {
  background: url(../images/img/tel.png);
  filter: invert(1);
  width: 50px;
  height: 50px;     
  display: flex;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 300ms linear;
}
.rappel-immediat:hover i { 
  background-size: 60% 45%;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
section.categorie {
    background: #00377e;
}
.cat-title {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 600;
}
.cat-slick {
  display: flex;
  overflow: hidden;
}
.cat-item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}
.cat-item > div {
  padding: 0 15px;
  position: relative;
}
.cat-item figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  background: #eee;
  border-radius: 5px;
}
.cat-texte {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 15px;
    background: #00377e;
    color: #fff;
    border: solid 1px #bd0202;
    border-radius: 5px;
}
.active .cat-texte {
  border-color: #fff;
}
span.title-categorie {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.cat-texte p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-texte a {
  width: 100%;
  display: block;
  padding-right: 40px;
  line-height: normal;
  margin: 0 0 15px;
}
i.cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #bd0202;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 10px;
}  
i.cat-icon:before {
  content: "›";
  position: absolute;
  font-size: 25px;
  font-style: normal;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
i.cat-icon:hover {
  background: #fff;
}
i.cat-icon:hover:before {
  color:#bd0202; ;
}
.btn-content {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 0;
} 
.block-2-text p { 
 text-align: justify; 
}
.block-2-text .btn-content{
  justify-content: center;
}

.block-2-text { 
  background:#fff;
  box-shadow:0 4.4px 20px -1px rgba(19,16,34,.05);
  border-radius:5px;
  padding:40px 30px 32px;
  margin-bottom:30px;
  position: relative;
}
.block-2-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(to bottom, #ea4c4c, #bd0202);
  transform: scaleX(.7) rotateX(20deg);
  opacity: 0;
  transition: all .4s linear;
  z-index: 0;
}
.block-2-text:hover:before {
  transform:scaleX(1) rotateX(0deg);
  transition:all .4s linear;
  opacity:1;
}
.block-2-text > div {
  position: relative;
  z-index: 1;
}
.block-2-text:hover {
  color: #fff;
}
.icon-block2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #bd0202;
  border-radius: 5px;
  margin: 0 auto 30px;
  z-index: 1;
}
.icon-block2:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:8px;
  background-color: #000;
  background-position:bottom;
  transition-delay:.1s;
  transition-timing-function:ease-in-out;
  transition-duration:.5s;
  transition-property:all;
  transform-origin:bottom;
  transform-style:preserve-3d;
  transform:scaleY(0);
  z-index:-1
}
.block-2-text:hover .icon-block2:before {
  transform:scaleY(1)
}
.block-3-img img {
  background: #eee;
  width: 100%;
  height: 100%;
  display: block; 
  border-radius: 10px;
  object-fit: cover;
}
.Tablet .block-3-img img,
.Tablet .presta-3-img img { 
  height: 350px; 
}
.Mobile .block-3-img img { 
    height: 250px; 
}
section.block-3 {
  background: #fff;
}

.Mobile section.block-3 .gap-100 {
    gap: 20px;
}
.block-4-text {
  box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05);
  border-radius: 10px;
  overflow: hidden;
}
.block-4-text img {
  background: #eee;
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 10px 10px 0 0;
}
.block-4-text > div {
  padding: 40px;
}
.Mobile .block-4-text > div,
.Mobile .block-2-text {
    padding: 20px;
}
div#Map {
  z-index: 0;
  width: 100%;
  height: 350px;
}
.Mobile div#Map { 
  height: 250px;
}


.col-right > div {
    background: linear-gradient(to bottom, #ea4c4c, #bd0202);
    border-radius: 10px;
    display: block;
    padding: 50px;
}
.Mobile .col-right > div {
    padding: 20px;
}
.titre-devis {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 30px;
}
.titre-devis span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.form-control {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  color: #fff;
  border-radius: 5px;
  padding: 20px; 
  font-family: "Calibri", sans-serif;
}
.form-control::placeholder { 
  color: #fff; 
  font-family: "Calibri", sans-serif;
}
textarea.form-control{
  min-height: 140px;
}
label {
  color: #fff;
  font-size: 18px;
}
form#devis-form > div.grid-col-2 {
  margin: 0 0 20px;
}
form#devis-form > label{
  margin: 0 0 20px;
  display: block;
}
input.btn.btn-block {
  background: #000;
  border: navajowhite;
}


.block-devis{
  position: relative;
  color: #fff;
}
.block-devis::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 60px;
    background-color: #00377e;
    z-index: -1;
}
.Mobile .block-devis {
    padding: 20px 0;
}
.Tablet .block-devis {
  padding: 50px;
}
.Mobile .block-devis::before,
.Tablet .block-devis::before {
  top: 0;
  bottom: 0;
}
.col-left {
  display: flex;
  align-items: center;
}
.block-devis .col-left img {
  display: block;
  width: 100%;
  height: 300px;
  background: #eee;
  border-radius: 10px;
}
.Mobile .block-devis .col-left img {  
  height: 250px; 
}
.block-devis span.h1 {
  margin: 0 0 30px;
  display: block;
} 
.presta-img-1 {
  padding-bottom: 30px;
  padding-right: 27px;
  width: 100%;
  height: 320px;
}
.block-presta-1-img img {

  object-fit: cover;
  background: #eee;
  display: block;
  border-radius: 10px;
}
figure.presta-img-1{
  position: relative;
}
figure.presta-img-1:before {
  content: "";
  position: absolute;
  width: 228px;
  height: 290px;
  top: 10px; 
  z-index: 1;
  left: 12px;
  border: 1px solid #bd0202;
  border-radius: 5px;
  animation: topBottom 3s ease-in-out infinite;
}
@keyframes topBottom {
  0% {
    transform:translateY(0)
  }
  50% {
    transform:translateY(10px)
  }
  to {
    transform:translateY(0)
  }
}

figure.presta-img-1 img {
  width: 100%;
  height: 100%;
  position: relative;
} 
figure.presta-img-2 img {
  width: 100%;
  height: 150px;
}
figure.presta-img-3 img {
  width: 100%;
  height: 350px;
  display: block;
}
.Mobile figure.presta-img-3 img { 
    height: 250px; 
}
.block-presta-1-img span {
  display: block;
  background: #bd0202;
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 20px;
}
.block-presta-1-img span strong { 
  font-size: 40px; 
}
.block-presta-1 .grid-col-2 {
  align-items: center;
}
.service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 ;
}
.Mobile .service{
  grid-template-columns: 100%;
}
.service-items {
  background: #f4f5fa;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.service-icon {
  background: #bd0202;
  font-size: 0;
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 50%;
  min-width: 70px;
  align-items: center;
  justify-content: center;
}
.service-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.presta-2-txt {
  color: #fff; 
  margin: auto; 
}
.Desktop .presta-2-txt { 
  width: 60%; 
}
.presta-2-txt p{ 
  text-align: justify; 
}
section.block-presta-2 {
    background: #3333338c;
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
}
section.block-presta-2 .btn-content {
  justify-content: center;
}


span.pulse.little-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  transform: translate(-50%, -50%);  
  background: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
} 
.Mobile span.pulse.little-icon  { 
  display: none;
}
i.icon-contact{
  width: 30px;
  height: 30px;
  background-image: url(../images/img/icon-contact.png);
  background-size: contain;
}
.bg-black {
    background: #00377e !important;
    color: #fff;
}
.service-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0 0;
}
.Mobile .service-card{
  grid-template-columns: 100%;
}
.service-card-item {
  background: #333;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
.Mobile .service-card-item,
.Tablet .service-card-item { 
  text-align: center;
}
.icon-service {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:110px;
  height:110px;
  background-color: #bd0202;
  border-radius:50%;
  z-index:1
}
.Mobile .icon-service,
.Tablet .icon-service {
  margin: auto;
}
.icon-service img {
    filter: brightness(0);
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.icon-service:before {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  content:"";
  border-radius:50%;
  background-color: #fff;
  transform:scale(0);
  transform-origin:center;
  transform-style:preserve-3d;
  transition:all .4s cubic-bezier(.62,.21,.45,1.52);
  z-index:-1
}
.service-card-item:hover .icon-service:before {
  transform:scaleX(1)
}
.service-card-item:hover .icon-service img {
  filter: brightness(1);
}
.service-card-item p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -.96px;
  margin: 20px 0 0;
}
.service-card-item span {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 2;
  color: #fff;
  font-size: 100px;
  font-family: Arial;
  font-weight: 900;
  opacity: 0.2;
  line-height: 1;
}
.Mobile .service-card-item span, 
.Tablet .service-card-item span{
  display: none;
}
section.block-4 {
  background: #f4f5fa;
}

.sliding-text, .sliding-text-wrap {
  position: relative;
  display: block;
}
.sliding-text {
  padding: 42px 0;
  background-color: #bd0202;
  z-index: 1;
}
.sliding-text ul {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content; 
  animation: marquee 55s linear infinite;
}

@keyframes marquee {
  0% {
    transform:translateX(50%)
  }
  to {
    transform:translateX(-100%)
  }
}  
.sliding-text li {
  position: relative;
  display: block;
  float: left;
  margin-left: 40px;
  list-style: none;
}

.sliding-text-four__title {
  position:relative;
  display:flex;
  align-items:center;
  gap:40px;
  color:transparent;
  letter-spacing:normal;
  -webkit-text-stroke:1px #fff;
  font-size:48px;
  line-height:58px;
  font-weight:600;
  transition:all .2s linear;
  transition-delay:.1s; 
  transition:all .3s ease;
  width:max-content;
}
.sliding-text li:last-child .sliding-text-four__title,
.sliding-text li:nth-child(2) .sliding-text-four__title,
.sliding-text li:nth-child(4) .sliding-text-four__title,
.sliding-text li:nth-child(6) .sliding-text-four__title,
.sliding-text li:nth-child(8) .sliding-text-four__title {
  color:#fff;
  -webkit-text-stroke:1px transparent;
}
.sliding-text li .sliding-text-four__title:hover {
  color:#fff;
  -webkit-text-stroke:1px transparent;
}
.sliding-text li:last-child .sliding-text-four__title:hover,
.sliding-text li:nth-child(2) .sliding-text-four__title:hover,
.sliding-text li:nth-child(4) .sliding-text-four__title:hover,
.sliding-text li:nth-child(6) .sliding-text-four__title:hover,
.sliding-text li:nth-child(8) .sliding-text-four__title:hover {
  color: transparent;
  -webkit-text-stroke:1px #fff;
}
.sliding-text-four__title img {
  width: 90px;
  height: 90px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.sliding-text-four__title:before {
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  width:0;
  color:#fff;
  white-space:nowrap;
  content:attr(data-hover);
  transition:all .5s cubic-bezier(.17,.67,.32,.87);
}
.sliding-text li:hover .sliding-text-four__title:before {
  width:100%;
  color:#fff;
}

.presta-3-txt-1 {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05);
  border-radius: 5px;
  padding: 40px;
}
.presta-3-txt-1 {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05);
  border-radius: 5px;
  padding: 50px;
}
.presta-3-txt-2 { 
  position: relative;
  display: block; 
  border-radius: 5px;
  padding: 50px;
  background: #bd0202;
  color: #fff;
  margin: 40px 0 0;
}
.presta-3-txt-2 figure {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:80px;
  height:80px;
  background-color: #fff;
  border-radius:5px;
  margin:0 0 30px ;
}
.presta-3-txt-2 figure img {
  position: relative;
  transition: all .5s linear;
  transition-delay: .1s;
  transform: scale(1);
  width: 60px;
  height: 60px;
}
.presta-3-txt-2 figure:hover img {
  transform:scale(.9)

}
.presta-3-img img {
  background: #eee;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.Mobile .presta-3-img img{
  height: 250px;
}
section.block-presta-3 {
  position: relative;
}
.presta-3-img:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 30%;
  background-color: #f4f5fa;
  border-radius: 5px;
  z-index: -1;
}
section.contact-et-devis .titre-devis {
  color: #000;
}
section.contact-et-devis .form-control,
section.contact-et-devis .form-control::placeholder {
  border-color: #000;
  color: #000;
}
section.contact-et-devis .container > div { 
  text-align: center;
}
.contact-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 100px !important;
  width: 100%;
}
.Tablet .contact-card ,
.Mobile .contact-card { 
  grid-template-columns: repeat(1, 1fr); 
}
.contact-card-item {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-top: 2px solid #bd0202;
  box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05);
  border-radius: 5px;
  padding: 40px; 
}
.contact-card-item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #bd0202;
  border-radius: 5px;
  margin: 0 auto 25px;
  transition: all .5s ease;
}
.contact-card-item .icon:before {
  width: 30px;
  height: 30px;
  filter: invert(1);
}
.contact-card-item p {
  font-size: 16px; 
  margin: 20px 0 0;
  color: #333;
}
.contact-card-item a {
  display: block;
  width: 100%;
  color: #333;
}
.contact-card-item a:hover {
  color: #bd0202;
}
.contact-card-item.tel-contact a {
  font-size: 20px;
  font-weight: 600;
}
.icon-block2 img {
  filter: brightness(0) invert(1);
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.Tablet .block-presta-1-img.grid-col-2.gap-20 {
  align-items: center;
  grid-template-columns: repeat(2,1fr);
}
.Tablet figure.presta-img-1::before { 
  width: 90%; 
}

/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
  padding: 20px 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center!important;
  width: 100%;
  display: block; 
}
.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;
}


.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 .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.Tablet div#realisations .container-box .col-md-3 {
  flex: 0 0 50%;
  max-width: 50%;
}
.Mobile div#realisations .container-box .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
/*------------------------------------------------------------------------- 
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: #bd0202;
  font-weight: 600;
}
.blog_pageIntrouvable p {
  font-size: 36px;
  line-height: 100%;
  margin-top: -21px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #000000;
}
.blog_pageIntrouvable a {
  color: #bd0202;
}
.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;
}

  /*----------------------------------------------------------------------------------- 
MESSAGES 
-----------------------------------------------------------------------------------*/

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;
}
.Mobile .copyright p {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.Mobile .copyright a {
    display: block;
    width: 100%;
    margin: 20px 0 0;
} 
.Mobile .presta-3-txt > div {
    padding: 20px;
}
section.contact-et-devis label {
    color: #000;
    text-align: left;
}

.Desktop.ville .title-slider::first-line, .title-slider {
    font-size: 52px;
    color: #00377e;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin: 30px 0;
}
.Desktop.ville .title-slider {
    line-height: normal;
    font-size: 42px;
    color: #00377e;
    font-weight: 500;
    /* margin: 0; */
    font-style: italic;
    text-transform: none;
}
.Mobile .title-slider {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 8px #000000;
}
.Tablet .title-slider {
  text-shadow: 0 0 8px #fff;
}
section.block-3.bg-black span.eyebrow {
    color: #fff;
}