*{
  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: #024b8d;
  margin: 0 0 20px;
  text-align: left;
}
h1, .h1 {
  font-size: 2.5rem;   /* 40px */ 
}

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

h3, .h3 {
  font-size: 1.5rem;  /* 28px */ 
  margin: 20px 0;
} 
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.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-devis:before {
  background: url(../images/img/icon-devis.png);
}
.icon-fleche:before {
  background: url(../images/img/arrow-up-right-long.png);
}
.icon-check-bouclier:before {
  background: url(../images/img/icon-check-bouclier.png);
}
.icon-fleche:before{
   background: url(../images/img/icon-fleche.png);
}
.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% ;
}

picture{
  display: flex;
  align-items: center;
  justify-content: center;
}
picture img{
  display: block;
  object-fit: contain;
}

figure img {
  background: #eee;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.Mobile figure{
  height: 250px;
}
.Tablet figure{
  height: 300px;
}
figure:hover img {
  transform: scale(1.1);
}

.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.navbar {
  position: relative;
  z-index: 999;
}
.Tablet header.navbar,
.Mobile header.navbar {
  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;
    background: #fff;
}
.topLogo {
  background: #024b8d;
  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;
  display: flex;
  align-items: center;
}
.Mobile .top_info {
    width: 100%;
    position: fixed;
    top: 129px;
    left: 0;
    display: none;
}
.Tablet .top_info {
  width: 100%;
  position: fixed;
  top: 129px;
  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: #024b8d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 5px 0;
}
.top_contact_mobile a {
  background: #c10000;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 900px;
  color: #000;
}
.top_navigation {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 40px;
}
.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: #024b8d 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: #024b8d;
}
li.nav-item{
  position: relative;
}
li.nav-item:before {
  content:'';
  height:4px;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background-color:#024b8d;
  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: #fff;
}
.Tablet li.nav-item, .Mobile li.nav-item {
  background: #e3e8ed;
  width: 100%;
}

.Tablet .nav-item.active, .Mobile .nav-item.active {
  background: #c10000;
}
li.nav-item a {
  padding: 20px 5px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.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: #c10000;
}
.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: 300px;
  height: 118px;
  object-fit: contain;
  display: block;
}
.Tablet a.logo img, .Mobile a.logo img {
    width: 178px;
    height: 70px;
    object-fit: contain;
    display: block;
}
.logo_footer a.logo {
  justify-content: left;
  margin: 0 0 20px;
}

.btn-style-1 {
  padding: 15px 25px;
  background: #024b8d;
  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: #c10000; 
}
.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%
  }
} 
div#Map {
    width: 100%;
    height: 500px;
    z-index: 0;
    background: #e3e8ed;
}
.Mobile div#Map{
  height: 250px;
} 
#mail,
#mail2{
  display: none;
}
form#rappel_immediat {
    display: flex;
    margin: 30px auto 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    padding: 5px;
    background: #fff;
    border-radius: 900px;
    position: relative;
}
form#rappel_immediat input.input-form {
    width: 100%;
    height: 48px;
    padding: 12px;
    border: none;
    outline: none;
    position: relative;
    border-radius: 900px; 
}
form#rappel_immediat input.btn-style-1 {
    width: fit-content;
    min-width: 100px;
    height: 48px;
    padding: 12px;
    border: none;
    outline: none;
    background: #c10000;
    border-radius: 0;
    color: #fff;
    position: absolute;
    border-radius: 900px;
    right: 5px;
}
.Mobile form#rappel_immediat input.btn-style-1 {
    min-width: auto;
}
form#rappel_immediat input.btn-style-1:hover{
  background: #024b8d;
  color: #fff;
} 


/*HEADER*/
.top_header {
  background: #024b8d;
}
.top_header_left {
  width: fit-content;
  background: #c10000;
  padding: 10px;
  display: flex;
  gap: 20px;
} 

.top_header_left > div {
  transform: skewX(30deg);
  color: #fff;
  font-weight: 600;
}
.skew_30 {
  transform: skewX(-30deg);
}
.skew_30 > div {
  transform: skewX(30deg); 
}
.skew_30_invert {
  transform: skewX(30deg);
}
.skew_30_invert > div {
  transform: skewX(-30deg); 
}
.logomenu {
  display: flex;
  background: linear-gradient(45deg, #fff 20%, #edf2fa 20%, #edf2fa 100%);
}
.logomenu_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
.logomenu_content {
    display: flex;
    align-items: center;
}
.topLogo.skew_30_invert {
  background: #fff;
}
.homeslider {
  position: relative;
  height: 800px;
  overflow: hidden;
  border-bottom: solid 5px #024b8d;
}
.ImgFull { 
  width: 100%;
  height: 800px;
  background-size: cover;
  background-color: #ddd;
  background-blend-mode: multiply;
}

.Desktop.ville .title-slider::first-line, .title-slider {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin: 30px 0;
}
.Desktop.ville .title-slider {
  line-height: normal;
  font-size: 42px;
  color: #ffffff;
  font-weight: 500; 
  font-style: italic;
  text-transform: none;
}
.Mobile .title-slider {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}
.caption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.Mobile .caption {
    position: absolute;
    top: 60%;
    width: 100%;
    transform: translateY(-50%);
}
.tel_flex {
  width: max-content;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.tel_flex a {
  font-size: 18px;
  font-weight: 600;
  color: #024b8d;
}
.tel_flex span {
  background: #024b8d; 
  line-height: 1;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  border: solid 3px #fff;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tel_flex span:before {
  content: "";
  width: 51px !important;
  height: 51px;
  background: transparent;
  border: dashed 1px #024b8d;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tel_flex span:after {
    content: "";
    width: 5px !important;
    height: 60px;
    background: #024b8d;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.tel_flex span .icon:before {
    z-index: 1;
    filter: brightness(0) invert(1);
}

.btn {
  background: #c10000;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 25px;
  width: fit-content;
  border-radius: 900px;
  gap: 20px;
  line-height: 1;
  border: solid 3px #fff;
}
.btn span {
  width: 50px;
  height: 50px; 
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
    background: #fff;
    color: #c10000 !important;
    border: solid 3px #c10000;
}
.btn:hover span { 
  background: #c10000; 
}
.btn:hover span .icon:before{
  filter: invert(1);
}

.btn_slider {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.Mobile .btn_slider {
    justify-content: center;
}
.footer_grid { 
  padding: 100px 40px;
  width: 100%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: 30% 1fr 30%;
  gap: 40px;
}
.Tablet .footer_grid ,
.Mobile .footer_grid {
    grid-template-columns: 100%;
    padding: 30px 0;
}
.album_footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
}
footer {
  background: #edf2fa;
}
.Mobile footer a.logo img {
    width: 250px;
    height: 118px;
    margin: auto;
}
.album_footer img {
  width: 100%;
  height: 127px;
  background: #eee;
  border: solid 3px #024b8d;
  border-radius: 10px;
  object-fit: cover;
}
.footer_title {
  color: #024b8d;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 30px;
  margin: 0 0 40px;
  position: relative;
}
.footer_title:before { 
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 3px;
}
.footer_title:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 3px;
}

.tel_flex > div > div {
  font-weight: 600;
}
.engagement_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    margin-top: -100px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.Tablet .engagement_list  {
  grid-template-columns: repeat(2,1fr);
}
.Mobile .engagement_list {
    grid-template-columns: 100%;
    margin: 20px 0 0;
}
.engagement_item {
  background: #024b8d;
  padding: 20px;
  color: #fff;
  border-right: solid 1px #ffffff;
}
.Desktop .engagement_item:last-child{
  border: none;
}
.Tablet .engagement_item:nth-child(2),
.Tablet .engagement_item:nth-child(4){
  border: none;
}
.Tablet .engagement_item:nth-child(2),
.Tablet .engagement_item:first-child{
  border-bottom: solid 1px #fff;
}
.Mobile .engagement_item {
    border-right: none;
    border-bottom: solid 1px #fff;
} 
.eng_h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.engagement_item picture {
  background: #c10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: dashed 1px #fff;
  margin: 0 0 20px;
}
.texte_agence {
  margin: 0 0 30px;
}
.footer_contact_item {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 20px 0;
}
.footer_icon {
  border-right: solid 1px #024b8d;
  padding-right: 15px;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
}
.footer_contact_item > div {
  padding-left: 15px;
}
.footer_contact_item p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}
.footer_contact_item > div > div {
  color: #c10000;
}
.footer_icon img {
  width: 40px;
  height: 40px;
}

ul.link_footer li {
  list-style: none;
  line-height: normal;
  margin: 0 0 20px;
  padding-left: 25px;
  position: relative;
}

ul.link_footer li:before {
    content: "🗸";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: #c00000;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.copyright {
  background: linear-gradient(45deg, #c10000 40%, #024B8C 40%);
  display: flex;
  padding: 20px 0;
}
.copyright span,
.copyright a {
  color: #fff;  
}
.copyright a {
  color: #fff;
}
.Mobile .copyright {
  text-align: center;
}
.Mobile .copyright a {
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px 0 0;
}
.footer_title:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, red 50px, #024b8c 50px, #024b8c 100%);
  width: 80%;
}
.block1_img {
  position: relative; 
}
.block1_img:before {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 7px;
  border-radius: 900px;
  background: #c10000;
  height: 40%;
}
.block1_img:after{
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0; 
  width: 7px;
  border-radius: 900px;
  background:#024b8d;
  height: 50%;
}

figure.block1_img1 {
  width: 100%;
  height: -webkit-fill-available;
  border-radius: 10px;
  overflow: hidden;
}
.Tablet .block1_img1 {
  height: 400px !important;
}
figure.block1_img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 50%;
  border-radius: 0 0 0 10px;
  overflow: hidden;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
} 
.block1_img picture {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #024b8d;
  border-radius: 50%;
  z-index: 2;
  border: solid 5px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block1_txt > div {
  margin: 30px 0 0;
}
.engagement2 li {
  list-style: none;
  padding-left: 25px;
  line-height: 2;
  position: relative;
}
.engagement2 li:before {
  content: "🗸";
  position: absolute;
  color: #c10000;
  left: 0;
}
figure.block1_img3 {
  border-radius: 10px;
  overflow: hidden;
  border: solid 5px #024b8d;
}

.border_invert{
  position: relative;
}

.border_invert:before,
.border_invert:after{ 
  content: "";
  background-image: url(../images/img/border_invert.webp);
  background-size: contain;
  width: 10px;
  height: 10px; 
  position: absolute;
  bottom: 0;
}
.border_invert:before{
  left: -10px;
}
.border_invert:after {
  right: -10px;
  transform: rotate(90deg);
}


section.block_cat {
  background: #024b8d;
  color: #fff;
}
section.block_cat .h2 {
    color: #fff;
    margin: 0 0 30px;
}
.categorie_liste  {
    display: flex!important;  
    overflow: hidden;
}
.Desktop .categorie_item{
  width: 25%;
  flex: 0 0 25%;
  min-width: 320px;
}
.categorie_item {
  padding: 0 10px;
}
.card {
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 5px;
} 
.categorie_img figure {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.categorie_img figure img{
  width: 100%;
  height: 100%;
}
.categorie_icon {
  border-radius: 50%;
  border: solid 5px #fff;
  width: fit-content;
  height: fit-content;
  padding: 5px;
  background: #fff;
  display: block;
  margin: -45px auto 30px;
}
.categorie_icon picture {
  width: 70px;
  height: 70px;
  background: #024b8d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: dashed 1px #ffffff;
}
.categorie_txt {
  color: #024b8d;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
}
.categorie_icon picture img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: invert(1);
}


section.block2 {
    padding: 0;
}
.Mobile section.block2 {
    padding: 0 !important;
}
.block2_grid {
    width: 100%;
    max-width: 1500px;
    display: grid;
    grid-template-columns: 40% 60%;
}
.Mobile .block2_grid {
    grid-template-columns: 100%;
}
.block2_txt {
    padding: 50px;
}
.Mobile .block2_txt {
    padding: 20px;
}
.block2_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.Mobile .block2_img {
    position: relative;
    height: 250px;
}
.block2_img:before {
    content: "";
    position: absolute;
    clip-path: polygon(0% 0%, 10px 0%, 0% 100%);
    background-color: #e30000;
    display: block;
    width: 20px;
    height: 100%;
    right: -20px;
}
.Mobile .block2_img:before{
  display: none;
}
.statistique {
    background: #024b8d;
}
.stat_liste {
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #fff;
}
.Tablet .stat_liste {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.Mobile .stat_liste {
    grid-template-columns: 100%;
    gap: 20px; 
}

.stat_item > span {
    width: fit-content;
    height: fit-content;
    padding: 2px;
    border-radius: 50%;
    border: dashed 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat_item > span > picture {
    width: 70px;
    height: 70px;
    display: flex;
    background: #c10000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.stat_item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.stat_item p strong {
    display: block;
    font-size: 30px;
}
.stat_item p {
    font-size: 18px;
}
section.block3 {
    background: #edf2fa;
}
.block3_item {
    border: solid 1px #c10000;
    border-radius: 10px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.block3_titre {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 10px 10px 30px 30px;
    border-bottom: solid 10px #c10000;
}
.blck3_txt {
    padding: 20px;
}

.block3_item .btn_content {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    left: 50px;
}
.block3_titre h2 {
    margin: 0;
}
.block3_titre picture {
    width: 70px;
    height: 70px;
    background: #024b8d;
    border-radius: 50%;
    border: dashed 1px #edf2fa;
    flex: 0 0 70px;
}
.btn_content {
    margin: 30px 0 0;
    display: flex;
}
section.block4 {
    background-color: #024b8d;
    background-size: contain;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.block4_txt {
    border: solid 1px #ffffff;
    border-radius: 10px;
    padding: 50px;
    color: #ffff;
}
.Mobile .block4_txt {
    padding: 20px;
}
.Desktop .block4_txt{ 
  margin: auto;
}
.block4_txt h2,
.block4_txt h3{ 
    color: #ffff;
}
.block5_flex {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.Tablet .block5_flex,
.Mobile .block5_flex {
    flex-wrap: wrap;
    gap: 30px;
}
figure.block5_img {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.block5_item {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 8px #999;
    border-radius: 10px;
}
figure.presta1_img {
    width: 100%;
    height: 250px;
    border-bottom: solid 8px #c10000;
    border-radius: 10px 10px 30px 30px;
    overflow: hidden;
}
.presta1_item {
    border-radius: 10px;
    border: solid 1px #c10000;
}
.presta1_txt {
    padding: 40px;
}
section.presta2 {
    background: #edf2fa;
}
.presta2_item {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
 .presta2_item:nth-child(2){
  margin-top: 100px;
 }
.presta2_item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 7px;
  border-radius: 900px;
  background: #c10000;
  height: 40%;
}
.presta2_item:after{
  content: "";
  position: absolute;
 left: 50%;
  bottom: 0;  
  width: 7px;
  border-radius: 900px;
  background:#024b8d;
  height: 50%;
}


figure.presta2_img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.block-rappel {
    width: 100%;
    max-width: 720px;
    margin: auto;
    background: #024b8d;
    padding: 50px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.block-rappel .h2{
  color: #fff;
  text-align: center;
}
.rappel_footer {
    margin-top: 100px;
    background: linear-gradient(180deg, #fff 50%, #edf2fa 50%);
}

.subtitle {
    position: relative;
    padding-left: 60px;
    margin: 0 0 20px !important;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #c10000;
}
.subtitle:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #c10000;
  position: absolute;
  top: 50%;
  left: 0;
}
.contact_info address {
    margin: 30px 0 0;
}
.contact_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
.contact_item > div > div {
    color: #c10000;
    font-style: normal;
}
 .contact_icon {
    background: #024b8d;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 3px #c10000;
    flex: 0 0 60px;
}
 .contact_icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(1);
}
.contact_item div p {
    font-size: 20px;
    color: #000;
}
.Mobile .contact_item div p {
    font-size: 14px; 
    font-weight: 600;
}
.form-input {
    padding: 20px;
    border-radius: 5px;
    font-family: inherit;
    border: solid 1px #999;
    background: #edf2fa;
}
form#FormDevis > div {
    margin: 0 0 20px;
}
textarea.form-input {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 200px;
}
input.btn.btn-submit {
    padding: 20px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
} 
section.block5 {
    background: #edf2fa;
}
.Tel_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    background: #024b8d;
}
.Tel_mob a {
    background: #c10000;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 900px;
    line-height: 1;
}
.Tel_mob .icon:before {
    filter: invert(1);
}
.engagement_item picture img ,
.block1_img picture img,
.stat_item picture img,
.block3_titre picture img{
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}

.Mobile .contact_formulaire .grid-col-2,
.Tablet .contact_formulaire .grid-col-2 {
  gap: 20px;
}
.Tablet .link_footer {
  column-count: 2;
}
.Mobile .presta2_item {
    grid-template-columns: 100%;
    gap: 30px;
    padding-right: 20px;
}
   
 .Mobile .presta2_item:before, 
 .Mobile .presta2_item:after {
    right: 0;
    left: auto;
}

.info_top .icon:before {
    filter: invert(1);
}
.caption .subtitle ,
.block_cat_txt .subtitle{
    color: #fff;
}
.caption .subtitle:before,
.block_cat_txt .subtitle:before{
  background: #fff;
}

.LogoDivers img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.LogoDivers {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 30px;
    flex-wrap: wrap; 
} 
.Mobile .LogoDivers {
    gap: 20px;
    justify-content: center;
}


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

/*------------------------------------------------------------------------- 
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;
    line-height: 2.5;
}
.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: #024b8d;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable .h1 {
    font-size: 200px;
    color: #c10000;
    font-weight: 600;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #024b8d;
}
.blog_pageIntrouvable a {
    color: #c10000;
}
.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;
  }