@font-face {
  font-family: "Aptos";
  src:
    url("Aptos.woff2") format("woff2"),
    url("Aptos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aptos";
  src:
    url("Aptos-Black.woff2") format("woff2"),
    url("Aptos-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aptos";
  src:
    url("Aptos-Light.woff2") format("woff2"),
    url("Aptos-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aptos";
  src:
    url("Aptos-Bold.woff2") format("woff2"),
    url("Aptos-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aptos";
  src:
    url("Aptos-SemiBold.woff2") format("woff2"),
    url("Aptos-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --primary: #bb080c;
  --second: #900307;
  --back: #e0effc;
  --color-text: #bb080c;
  --gris: #e5e9ed;
  --third: #3e0102;
  --mainfont: "Aptos", sans-serif;
  --secondfont: "Aptos", sans-serif;
  --shadow-box: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  --shadow-text: 0px 0px 15px rgba(0, 0, 0, 0.1);
  --grey1: rgba(0, 0, 0, 0.03);
  --grey2: rgba(0, 0, 0, 0.06);
  --grey3: rgba(0, 0, 0, 0.09);
  --grey4: rgba(0, 0, 0, 0.12);
  --spacing-size: 50px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Aptos";
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
}

.encart-border {
  padding: 50px;
  border-left: 10px solid var(--primary);
}

.list-none {
  text-align: center;
  list-style: none;
}

.custom-liste,
.custom-liste-2,
.custom-liste-c,
.custom-liste-c2 {
  list-style: square;
  padding-left: 20px;
}

.custom-liste li,
.custom-liste-2 li,
.custom-liste-c li,
.custom-liste-c2 li {
  margin-bottom: 8px;
}

.custom-liste li::marker,
.custom-liste-c li::marker {
  color: var(--primary);
}

.custom-liste2 li::marker,
.custom-liste-c2 li::marker {
  color: var(--second);
}

.custom-liste-c,
.custom-liste-c2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#axo-content {
  overflow: hidden;
}
#axo-content .container {
  width: 1440px;
  max-width: 100%;
}
#axo-content .spacing-content {
  margin-top: var(--spacing-size);
  margin-bottom: var(--spacing-size);
}
#axo-content hr {
  margin: 15px auto;
}

/* !!!! DÉBUT !!!! STYLE IMAGE & TAILLE */

#axo-content .img-fluid-wh {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#axo-content .img-fluid-w {
  width: 100%;
  object-fit: cover;
  display: block;
}
#axo-content .img-fluid-w.h400 {
  height: 300px;
}
#axo-content .img-fluid-w.h300 {
  height: 300px;
}
#axo-content .img-fluid-w.h400 {
  height: 400px;
}
#axo-content .img-fluid-w.h500 {
  height: 500px;
}
#axo-content .img-fluid-w.h600 {
  height: 600px;
}
#axo-content .img-fluid-w.h700 {
  height: 700px;
}
#axo-content .img-fluid-w.h800 {
  height: 800px;
}

/* !!!! DÉBUT !!!! STYLE FIL D'ARIANNE */

#axo-content .breadcrumb {
  background: rgba(0, 0, 0, 0);
  margin: 15px auto;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}
#axo-content .breadcrumb-item + .breadcrumb-item::before {
  padding: 0px 5px;
}
#axo-content .breadcrumb-item {
  font-size: 13px;
}
#axo-content .breadcrumb-item a {
  color: var(--primary);
  font-weight: 600;
  transition: all 0.4s;
  text-decoration: none;
}
#axo-content .breadcrumb-item a:hover {
  opacity: 0.5;
}
#axo-content .breadcrumb-item .active {
  color: #000;
}

/* !!!! DÉBUT !!!! HEADER IMAGE */

#axo-content .axo-banner-header {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
#axo-content .axo-banner-header .main-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#axo-content .axo-banner-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
#axo-content .axo-banner-header .caption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 40px 15px;
}
#axo-content .axo-banner-header .caption .title-page:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(var(--spacing-size) * 2);
  background: #fff;
  margin: 0px auto 15px;
}
#axo-content .axo-banner-header .caption .title-page {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: var(--secondfont);
  font-size: 70px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* !!!! DÉBUT !!!! BANNIERE IMAGE */

#axo-content .axo-banner-img hr,
#axo-content .axo-banner-color hr {
  background: rgba(255, 255, 255, 0.5);
}
#axo-content .axo-banner-img,
#axo-content .axo-banner-color {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: calc(var(--spacing-size) * 2);
  padding-bottom: calc(var(--spacing-size) * 2);
  min-height: 600px;
  align-items: center;
}
#axo-content .axo-banner-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(0, 0, 0, 0.6);
}
#axo-content .axo-banner-img .main-img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
#axo-content .axo-banner-img > .container,
#axo-content .axo-banner-img > .container-fluid,
#axo-content .axo-banner-color > .container,
#axo-content .axo-banner-color > .container-fluid {
  position: relative;
  z-index: 10;
}
#axo-content .axo-banner-img .small-title {
  color: #fff;
}
#axo-content .shape1 {
  clip-path: polygon(
    0 var(--spacing-size),
    100% 0%,
    100% calc(100% - var(--spacing-size)),
    0% 100%
  );
}
#axo-content .shape2 {
  clip-path: polygon(
    0 0,
    100% var(--spacing-size),
    100% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape3 {
  clip-path: polygon(
    0 0,
    100% var(--spacing-size),
    100% calc(100% - var(--spacing-size)),
    0 100%
  );
}
#axo-content .shape4 {
  clip-path: polygon(
    0 var(--spacing-size),
    100% 0,
    100% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape5 {
  clip-path: polygon(
    0% 0%,
    50% var(--spacing-size),
    100% 0,
    100% 100%,
    0% 100%
  );
}
#axo-content .shape6 {
  clip-path: polygon(
    0 0,
    50% var(--spacing-size),
    100% 0,
    100% calc(100% - var(--spacing-size)),
    50% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape7 {
  clip-path: polygon(
    0 var(--spacing-size),
    50% 0,
    100% var(--spacing-size),
    100% 100%,
    50% 100%,
    0 100%
  );
}
#axo-content .shape8 {
  clip-path: polygon(
    0 var(--spacing-size),
    50% 0,
    100% var(--spacing-size),
    100% 100%,
    50% calc(100% - var(--spacing-size)),
    0 100%
  );
}
/* !!!! DÉBUT !!!! TEXTE */

#axo-content .h1,
#axo-content .h2,
#axo-content .h3,
#axo-content .h4,
#axo-content .h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary);
  font-family: var(--secondfont);
}
#axo-content .title-after:after {
  content: "";
  display: block;
  width: var(--spacing-size);
  height: 2px;
  margin: 20px 0px 0px;
  background: var(--second);
}
#axo-content .title-after.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
#axo-content .small-title {
  display: block;
  text-transform: uppercase;
  font-size: 60%;
  color: auto;
  font-family: var(--mainfont);
  margin-top: 7px;
}

#axo-content .h1 {
  font-size: 40px;
}
#axo-content .h2 {
  font-size: 36px;
}
#axo-content .h3 {
  font-size: 32px;
}
#axo-content .h4 {
  font-size: 28px;
}
#axo-content .h5 {
  font-size: 24px;
}
#axo-content .h6 {
  font-size: 20px;
}

#axo-content p,
#axo-content .p,
#axo-content ul,
#axo-content .table {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
#axo-content p a,
#axo-content ul a {
  color: var(--primary);
  font-weight: bold;
  transition: all 0.4s;
  text-decoration: none;
}
#axo-content p a:hover,
#axo-content ul a:hover {
  opacity: 0.4;
}
#axo-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

#axo-content .table {
  background: rgba(0, 0, 0, 0.05);
}
#axo-content a.link-btn.link-icone:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
  display: inline-block;
  margin-left: 10px;
}
#axo-content a.link-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s;
  font-size: 14px;
  font-weight: 500;
  display: table;
  text-decoration: none;
  padding: 9px 15px;
}
#axo-content a.link-btn:hover {
  background: var(--second);
  color: #fff;
}
#axo-content a.link-btn.large {
  width: 100%;
}

/* !!!! DÉBUT !!!! COULEUR & PERSONNALISATION */

#axo-content .border-box {
  border: 2px solid var(--primary);
}
#axo-content .back-primary {
  background: var(--primary);
  color: #fff;
}
#axo-content .back-second {
  background: var(--second);
  color: #fff;
}
#axo-content .back-third {
  background: var(--third);
  color: #fff;
}
#axo-content .color-primary {
  color: var(--primary);
}
#axo-content .color-second {
  color: var(--second);
}
#axo-content .color-third {
  color: var(--second);
}
#axo-content .back-grey1 {
  background: var(--grey1);
}
#axo-content .back-grey2 {
  background: var(--grey2);
}
#axo-content .back-grey3 {
  background: var(--grey3);
}
#axo-content .back-grey4 {
  background: var(--grey4);
}
#axo-content .rounded1 {
  border-radius: 10px;
}
#axo-content .rounded2 {
  border-radius: 30px;
}
#axo-content .rounded3 {
  border-radius: 100%;
}
#axo-content .back-primary .h1,
#axo-content .back-primary .h2,
#axo-content .back-primary .h3,
#axo-content .back-primary .h4,
#axo-content .back-primary .h5,
#axo-content .back-primary .h6,
#axo-content .back-second .h1,
#axo-content .back-second .h2,
#axo-content .back-second .h3,
#axo-content .back-second .h4,
#axo-content .back-second .h5,
#axo-content .back-second .h6,
#axo-content .back-third .h1,
#axo-content .back-third .h2,
#axo-content .back-third .h3,
#axo-content .back-third .h4,
#axo-content .back-third .h5,
#axo-content .back-third .h6,
#axo-content .axo-banner-img .h1,
#axo-content .axo-banner-img .h2,
#axo-content .axo-banner-img .h3,
#axo-content .axo-banner-img .h4,
#axo-content .axo-banner-img .h5,
#axo-content .axo-banner-img .h6,
#axo-content .back-primary .small-title,
#axo-content .back-second .small-title,
#axo-content .back-third .small-title {
  color: #fff;
}
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-third a.link-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-third a.link-btn:hover {
  background: #fff;
  color: #000;
}
#axo-content .back-second .title-after:after {
  background: var(--primary);
}
#axo-content .shadow-box {
  box-shadow: var(--shadow-box);
}
#axo-content .shadow-text {
  text-shadow: var(--shadow-text);
}

#axo-content .axo-icone {
  font-size: 25px;
}
#axo-content .axo-icone.big {
  font-size: 45px;
}
#axo-content .axo-icone.box {
  background: var(--primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--spacing-size);
  height: var(--spacing-size);
}
#axo-content .axo-icone.box.big {
  width: calc(var(--spacing-size) * 2);
  height: calc(var(--spacing-size) * 2);
}

/* !!!! DÉBUT !!!! RESPONSIVE */

@media all and (max-width: 1440px) {
  #axo-content p,
  #axo-content .p,
  #axo-content ul,
  #axo-content .table {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  #axo-content .h1 {
    font-size: 36px;
  }
  #axo-content .h2 {
    font-size: 33px;
  }
  #axo-content .h3 {
    font-size: 29px;
  }
  #axo-content .h4 {
    font-size: 26px;
  }
  #axo-content .h5 {
    font-size: 23px;
  }
  #axo-content .h6 {
    font-size: 20px;
  }
}

@media all and (max-width: 991px) {
  #axo-content .axo-banner-header .main-img {
    height: 280px;
  }
  #axo-content .axo-banner-header .caption .title-page {
    font-size: 40px;
  }
  #axo-content .h1 {
    font-size: 30px;
  }
  #axo-content .h2 {
    font-size: 27px;
  }
  #axo-content .h3 {
    font-size: 24px;
  }
  #axo-content .h4 {
    font-size: 21px;
  }
  #axo-content .h5 {
    font-size: 18px;
  }
  #axo-content .h6 {
    font-size: 15px;
  }
  #axo-content .img-fluid-w.h300,
  #axo-content .img-fluid-w.h400,
  #axo-content .img-fluid-w.h500,
  #axo-content .img-fluid-w.h600,
  #axo-content .img-fluid-w.h700,
  #axo-content .img-fluid-w.h800 {
    max-height: 400px;
  }
}

@media all and (max-width: 560px) {
  #axo-content p,
  #axo-content .p,
  #axo-content ul,
  #axo-content .table {
    font-size: 14px;
    font-weight: 400;
  }
  #axo-content .img-fluid-w.h300,
  #axo-content .img-fluid-w.h400,
  #axo-content .img-fluid-w.h500,
  #axo-content .img-fluid-w.h600,
  #axo-content .img-fluid-w.h700,
  #axo-content .img-fluid-w.h800 {
    height: 300px;
  }
  :root {
    --spacing-size: 30px;
  }
  #axo-content .axo-icone {
    font-size: 16px;
  }
  #axo-content .axo-icone.big {
    font-size: 26px;
  }
  #axo-content .axo-banner-header .caption .title-page {
    font-size: 30px;
  }
}

/* DÉBUT SLIDE STYLE */
.axo-slide-style .slick-prev,
.axo-slide-style .slick-next {
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  z-index: 99;
  background: var(--primary);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.axo-slide-style .slick-prev:hover,
.axo-slide-style .slick-next:focus,
.axo-slide-style .slick-prev:focus,
.axo-slide-style .slick-next:hover {
  background: #000;
}
.axo-slide-style .slick-prev {
  left: 0px;
}
.axo-slide-style .slick-next {
  right: 0px;
}
.axo-slide-style .slick-dots {
  bottom: 0px;
  left: 0px;
  padding: 0px;
}
.axo-slide-style .slick-dots li {
  padding: 0px;
  margin: 0px;
}
.axo-slide-style .slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.axo-slide-style .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053" !important;
}
.axo-slide-style .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
}
.axo-slide-style .slick-dots li button:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.axo-slide-style .slick-dots li button:before {
  background: #fff;
  border: 1px solid var(--primary);
  content: "" !important;
  display: block;
  width: 14px !important;
  height: 14px !important;
  border-radius: 15px;
  opacity: 1 !important;
}
.axo-slide-style .slick-dots li.slick-active button:before {
  background: var(--primary);
}
.axo-slide-style a {
  outline: none;
  text-decoration: none;
}

.header {
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 618px;
  max-height: calc(100vh - 150px);
  max-width: 1440px;
  margin: 0 auto;
}

.header:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 38px;
  background: url(../images/forme.png);
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.header:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: url(../images/mask.png) no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
}

.bottom_header {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 1;
}

.block-ans {
  color: #fff;
}

.block-ans b {
  font-size: 78px;
  font-weight: 800;
  line-height: 80px;
}

.block-ans span {
  font-size: 29px;
  font-weight: 800;
}

.top {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 6px;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.top .left-top {
  display: flex;
  justify-content: flex-start;
}

.top > div {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 17px;
  position: relative;
  color: #000000;
  justify-content: flex-end;
}

.top > div p {
  margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

.top > div span {
  color: #000;
  font-size: 14px;
  border: 3px solid #000;
  padding: 3px 13px;
  margin: 0px 12px;
  font-weight: 600;
}

.banner {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-position: bottom;
  background-size: cover;
}

.header .banner video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner img {
  width: 100%;
  opacity: 0;
}

.logo a {
  display: block;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.logo > div {
  padding-left: 60px;
}

.logo img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

/* end header */

/* menu */

.navbar-nav .nav-item {
  display: block;
  transition: 0.5s ease all;
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-item {
  color: #fff;
  transition: 0.3s ease all;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--primary);
  color: #fff;
}

.dropdown-menu {
  left: 100%;
  top: 0;
  background: var(--primary);
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px;
}

.page .navbar-nav .nav-item:last-child {
  margin: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 10px 40px 5px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s ease all;
  font-size: 17px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  background: var(--second);
  color: #fff;
}

.navbar-nav .nav-item:hover > .nav-link {
  background: var(--second);
  color: #fff;
}

.bloc-menu.fixed {
  top: 0;
  left: 0;
  padding: 0;
  position: fixed;
  z-index: 12;
  background: var(--primary);
  padding: 20px 25px;
  padding-left: 17px;
  bottom: initial;
}

.bloc-menu.fixed .btn-menu {
  display: table;
}

.bloc-menu.fixed .btn-menu img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%)
    hue-rotate(351deg) brightness(106%) contrast(110%);
}

.bloc-menu .open.btn-menu img {
}

.bloc-menu {
  position: absolute;
  z-index: 11;
  left: 20px;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s ease all;
}

.btn-menu {
  display: table;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease all;
}
.btn-menu.open {
  position: fixed;
  top: 15px;
  left: 15px;
}
.btn-menu:hover {
  transform: rotate(180deg);
}

.menubox {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s ease all;
  background: var(--primary);
  padding: 150px 60px 100px;
  transform: translatex(-120%);
}

.menubox.activemenu {
  transform: none;
}

.menubox.fixed {
  top: 0;
  bottom: initial;
}

.inner-menubox {
  transition: 0.3s ease all;
  position: relative;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 1;
}

.navbar-nav {
  margin: 0px !important;
  padding: 12px 15px;
  z-index: 9;
  width: 100%;
  flex-wrap: wrap;
}

.navbar-nav:first-child {
  flex-direction: column;
}

.navbar-nav:last-child {
  padding: 0;
}

/****** end menu ***/

.block_title {
  max-width: 430px;
  margin: 0;
  padding: 0;
}

.block_title p {
  font-size: 18px;
  color: #fff;
}

.block_title p a {
  color: #fff !important;
  font-size: 18px !important;
}

.block_title:after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../images/feuille2.png) no-repeat;
  height: 116px;
  background-position: center;
  left: 0;
  bottom: -35px;
}

.block_title > div {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  text-align: justify;
}

.block_title h3 a {
  color: #fff;
  transition: 0.3s ease all;
  display: block;
  padding: 35px 40px;
  width: 100%;
  position: relative;
  left: 0;
}
.block_title h3:hover {
  background-position: 100% 0%;
  box-shadow: 0px 1px 10px #000;
}

.block_title h3:hover a {
  left: -40px;
}

.block_title .link_plus:hover {
  background: var(--second);
  color: #fff;
  transform: rotate(-5deg);
}

.block_title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
  text-align: left;
  display: table;
  margin: 0 auto 27px;
}

.bottom_block {
  position: relative;
  padding: 60px 40px;
  display: table;
  margin: 0 auto;
}

.link_plus {
  background: var(--primary);
  color: #fff;
  padding: 7px 30px;
  border-bottom: 5px solid var(--gris);
  font-weight: 800;
  font-size: 25px;
  position: absolute;
  left: -100px;
  top: 50px;
  transform: rotate(-11deg);
  transition: 0.3s ease all;
}

.block_flex_images {
  max-width: 1060px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.block_flex_images_container {
  justify-content: space-between;
  margin: 17px auto 0;
}

.btn-block {
  display: block;
  padding: 0 !important;
  position: relative;
  background: var(--primary);
  text-align: left;
}

.btn-block a {
  display: table;
  padding: 6px 25px;
  color: #fff;
  background: var(--second);
  transition: 0.3s ease all;
  padding-right: 30px;
  position: relative;
}

.btn-block a:hover {
  background: var(--primary);
  padding: 6px 30px;
}

.btn-block a span {
  font-size: 20px;
  font-weight: 300;
}

.btn-block a b {
  font-size: 20px;
}

.block_flex_images_container div img {
  max-width: 100%;
  transition: 0.3s ease all;
}

.flex-title-block {
  max-width: 750px;
  margin: 80px auto;
}

.flex-title-block > div:first-child {
  background: url(../images/forme2.png) no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
  padding-right: 43px;
}

.flex-title-block h2 {
  margin: 0;
  color: #797f8b;
  line-height: 42px;
}

.flex-title-block h2 b {
  display: block;
  font-size: 35px;
}

.flex-title-block h2 span {
  font-size: 56px;
  font-weight: 800;
}

.flex-title-block h3 {
  margin: 0;
  background: #797f8b url(../images/forme.png) no-repeat;
  color: #fff;
  padding: 25px 20px;
  margin-left: 0;
  font-weight: 700;
  font-size: 32px;
  padding-right: 130px;
  background-position: 106% 82%;
  padding-bottom: 50px;
}

.flex-block-2 {
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.flex-block-2.block-primary {
  max-width: 1060px;
}

.flex-block-2.block-primary .col-sm-4 > div {
  animation: zoom 8s ease infinite alternate;
}

.flex-block-2 h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
  display: table;
  margin: 0 auto 45px;
}

.flex-block-2 h1 span {
  display: block;
  font-weight: 800;
  font-size: 37px;
}

.flex-block-2.block-primary .col-sm-4 > div img {
  max-width: 100%;
}

.customh4 {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 40px;
}

.flex-block-2.block-primary .col-sm-6 {
  display: flex;
  align-items: flex-start;
}

.flex-block-2 .col-12:last-child {
  position: relative;
  text-align: center;
  padding: 0;
}

.flex-block-2 .bloc-text {
  position: relative;
  margin: 0;
  text-align: left;
}

.bloc-text a {
  background: url(../images/title_back.png) no-repeat;
  display: table;
  width: 100%;
  background-size: cover;
  padding: 10px 40px;
  color: #fff;
  font-weight: 800;
  font-size: 21px;
  text-align: left;
  transition: 0.3s ease-in-out;
}

.bloc-text a:hover {
  transform: translateY(-20px);
  transition: 0.3s ease-in-out;
}

.bloc-text a span:last-child {
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.flex-block-2 .bloc-text > Div {
  max-width: 530px;
  text-align: right;
}

.flex-block-2 .bloc-text h2 {
  font-weight: 700;
  color: #000;
  padding: 0;
  position: relative;
  display: table;
  font-size: 25px;
  margin-bottom: 25px;
}

.flex-block-2 .bloc-text h1 span {
  font-size: 17px;
  display: block;
  clear: both;
  font-weight: 700;
  margin-bottom: 25px;
}

.flex-block-2 .bloc-text h1 b {
  font-size: 42px;
}

.flex-block-2 .bloc-text h1 b:after {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  background: var(--second);
  float: right;
  margin-bottom: 5px;
}

.flex-block-2 .bloc-text h1 + .d-flex {
  align-items: center;
  left: 200px;
  position: relative;
  margin-bottom: 40px;
}

.flex-block-2 .bloc-text h2 + .d-flex .link_contact span {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  border: 5px solid #fff;
  text-shadow: 5px 5px 2px #0000006e;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease all;
}

.flex-block-2 .bloc-text h2 + .d-flex .link_contact:hover span {
  background: var(--second);
}

.flex-block-2 .bloc-text h2 + .d-flex .link_contact:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  left: 6px;
  top: 6px;
  border: 5px solid #00000047;
}

.flex-block-2 .bloc-text h2 + .d-flex b {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-shadow: 5px 5px 2px #0000006e;
  margin-left: 15px;
}

.flex-block-2 .bloc-text h2:before {
  content: "";
}

.flex-block-2 .bloc-text p {
  font-size: 17px;
  color: #200;
  font-weight: 600;
  padding-left: 0;
  text-align: justify;
  margin-bottom: 50px;
}

.flex-block-2 .bloc-text p b {
  font-weight: 800;
}

.link_contact img {
  margin-right: 15px !important;
  transition: 0.3s ease all;
}

.link_contact {
  padding: 15px 35px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s ease all;
  position: relative;
  border: 5px solid var(--primary);
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 800;
  font-size: 23px;
  border-top: 0;
}

.linkcontactnew {
  position: relative;
}

.linkcontactnew:before {
  content: "";
  position: absolute;
  background-image: url(../images/crete_add.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  bottom: -30px;
  height: 30px;
  width: 140px;
}

.link_contact:hover {
  background: var(--primary);
  color: #fff;
  padding: 15px 60px;
}

.rubrique > div {
  width: 100%;
  position: relative;
  top: -90px;
  max-width: 1250px;
  margin: 0 auto;
}

.flex-rubrique {
  top: 0 !important;
}

.flex-rubrique .d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.rubrique > div .col-12 {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  flex: calc(100% / 3);
  margin: 0 auto 0px;
  padding: 0;
  position: relative;
}

.rubrique > div .col-12:hover:after {
  transform: none;
}

.rubrique > div .col-12:hover:before {
  transform: none;
}

.rubrique > div .col-12:hover .img img {
}

.rubrique {
  margin: 80px auto 0px;
  padding: 100px 0px;
  position: relative;
  z-index: 2;
  max-width: 1440px;
  background: url(../images/back.jpg) no-repeat;
  background-size: cover;
}

.rubrique h2.d-flex {
  color: #fff;
  max-width: 620px;
  margin: -60px auto 100px;
  text-shadow: 5px 6px 2px #0000006e;
  border-bottom: 5px solid #fff;
  padding-bottom: 15px;
  justify-content: center;
  position: relative;
}

.rubrique h2.d-flex:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #0000006e;
  bottom: -11px;
  left: 4px;
}

.rubrique h2.d-flex b {
  margin-right: 15px;
  font-size: 42px;
  line-height: 42px;
}

.rubrique h2.d-flex span {
  font-size: 21px;
  position: relative;
  top: 3px;
}

.link-rubrique {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  left: 15px;
  top: 0;
  cursor: pointer;
}

.rubrique > div .col-12:hover .img:after {
  left: -10px;
}

.rubrique > div .col-12:hover .img:before {
  left: -11px;
}

.rubrique > div .col-12:hover h2 {
}

.rubrique > div h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-shadow: none;
  transition: 0.3s ease all;
  font-weight: 800;
  letter-spacing: 0;
  display: block;
  position: absolute;
  z-index: 1;
  color: #fff;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.rubrique > div h2 b {
  margin-bottom: 0;
  font-size: 65px;
}

.rubrique > div h2 b s {
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
}

.rubrique > div h2 span {
  font-size: 19px;
}

.text-rubrique h3 {
  font-size: 21px;
  font-weight: 800;
}

.text-rubrique p {
  font-size: 17px;
  text-align: justify;
  font-weight: 500;
  color: #fff;
  background: url(../images/text.png) no-repeat;
  padding: 25px 25px 40px;
  background-size: 100%;
  background-position: bottom;
  min-height: 270px;
}

.rubrique img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.rubrique .img img {
  transition: 0.3s cubic-bezier(0, 0.8, 1, 1) all;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.rubrique .img {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rubrique .img a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.block_flex_images {
  max-width: 1280px;
  margin: 0 auto 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page .block_flex_images {
  margin-bottom: 80px;
}

.block_flex_images_container {
  margin: 10px auto 0;
  justify-content: center;
  align-items: initial !important;
}

.block_flex_images_container > div {
  padding: 0px 7px;
  width: calc(100% / 4);
  max-width: calc(100% / 4);
  flex: calc(100% / 4);
  padding: 0px 5px;
}

.block_flex_images .d-flex {
  align-items: center;
  margin-bottom: 0;
}

.btn-block {
  padding: 0 !important;
  height: 100%;
}

.block_flex_images .d-flex:last-child > div:first-child {
}

.btn-block a {
  display: flex;
  color: #000;
  background: #e5e9ed;
  transition: 0.3s ease all;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.btn-block a:hover {
  background: var(--primary);
  color: #fff;
}

.btn-block a span {
  font-size: 23px;
  display: block;
  text-align: left;
  font-weight: 400;
  line-height: 18px;
}

.btn-block a b {
  font-size: 32px;
  font-weight: 900;
}

.block_flex_images_container div img {
  max-width: 100%;
  transition: 0.3s ease all;
  margin-bottom: 14px;
}

/****** back bloc***/

/****** bloc-nos_valeurs  ***/

.bloc-nos_valeurs {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.container_nos_valeurs {
  position: relative;
  max-width: 1440px;
  margin: 100px auto 50px;
  background-position: top;
  background: url(../images/back.jpg) no-repeat;
  background-size: cover;
  padding: 115px 0px;
}

.bloc-nos_valeurs_inner {
  width: 100%;
  margin-bottom: 0;
  background-repeat: no-repeat;
  padding: 0;
}

.bloc-nos_valeurs .flex-block--inner {
}

.bloc-nos_valeurs .flex-block--inner .col-12 {
  padding: 0px 10px;
  margin-bottom: 15px;
  width: calc(100% / 4);
  max-width: calc(100% / 4);
  flex: calc(100% / 4);
  position: relative;
}

.bloc-nos_valeurs .flex-block--content h2 {
  color: #fff;
  display: table;
  font-weight: 900;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  margin: 25px auto 0px;
}

.bloc-nos_valeurs .flex-block--content h2 b {
  font-size: 22px;
  text-shadow: 1px 1px 8px #000;
  display: table;
  margin: 0 auto;
  font-weight: 700;
}

.bloc-nos_valeurs .flex-block--content {
  position: relative;
  margin: 0 auto;
  max-width: 380px;
  padding: 40px 50px;
  z-index: 1;
}

/****** bloc-nos_valeurs  ***/

/****** Contact ***/

.footer_text {
  max-width: 1080px;
  margin: 60px auto;
  font-size: 16px;
  padding: 40px 15px;
}

.fluid-contact {
  position: relative;
  color: var(--white);
  margin: 0 auto;
  max-width: 1430px;
  background: url(../images/contact.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0px 80px;
}

.contact {
  color: var(--white);
  font-size: 17px;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
}

.col-contact .phone {
  color: #fff !important;
  font-size: 30px;
  font-weight: 800;
  padding: 0px;
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
  margin-left: 0;
}

.col-contact {
  text-align: center;
  color: var(--white);
  padding: 0;
  justify-content: space-between;
}

.col-contact > div h2 {
  font-weight: 800;
  font-size: 38px;
  display: block;
  text-align: left;
  padding: 10px 0px;
  margin: 0px 0px 10px;
}

.col-contact p {
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 17px;
  margin: 0px 0px;
  white-space: nowrap;
  text-align: left;
}

.adresse-block {
  margin: 0px auto;
  padding: 11px 19px;
  max-width: 1080px;
}

.adresse-block img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 !important;
}

.col-contact > div:last-child {
  position: relative;
}

/****** end Contact ***/

/****** footer ***/

.boxfooter {
  overflow: hidden;
  padding: 15px 0px;
  z-index: 1;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.footerlink {
  color: #d0d0d0;
  font-size: 10px;
  font-family: verdana;
  text-align: right;
}

.footerlink ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.footerlink ul li {
  display: inline-block;
}

.footerlink ul li a {
  text-decoration: none !important;
  transition: 0.3s ease all;
  color: #aaa;
  padding: 0px 10px;
}

.footerlink ul li a:hover {
  color: var(--second);
}

.inlineblock {
  display: inline-block;
}

.footerlink ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: none;
}

.boxfooter > div {
  width: 100%;
  margin: 0;
}

/****** footer ***/

/****** page interne ***/

.text {
  color: #000;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0px 15px;
  position: relative;
  z-index: 2;
}

.textdiv {
  margin: 30px auto 30px;
  padding: 10px 15px;
  line-height: 31px;
  font-size: 17px;
  text-align: justify;
  position: relative;
  z-index: 1;
}

/****** end page interne ***/

.logos {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
}

.logo_items {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  margin: 0px 19px;
}

@media (max-width: 1280px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
  }

  .navbar-nav:after {
    height: 100%;
  }
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }

  .page .logo img {
    max-width: 80%;
  }

  .page .header .banner {
    height: 100%;
  }
}

.top a {
  font-size: 22px;
  font-weight: 800;
  transition: 0.3s ease all;
  background: none;
  color: var(--color-text);
  padding: 0;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.top a.phone:last-child {
}

.top a:hover {
}

/****** text images ***/
.flex-block {
  position: relative;
  transition: 0.5s ease all;
  background-size: cover;
  margin: 0px auto 0px;
}

.flex-block-1 {
  max-width: 980px;
  margin: 180px auto auto;
}
.page .flex-block-1 {
  margin: 40px auto 0px;
  padding-bottom: 80px;
}
.flex-block-1 > div.block_img_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.flex-block-1 > div {
  max-width: 970px;
  margin: 0 auto;
}

.flex-block-1 > div.block_img_bottom {
  max-width: 100%;
  position: relative;
}

.flex-block-1 > div.block_img_bottom img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.flex-block-1 > div.text-center {
  max-width: 750px;
  padding: 35px 24px;
  background: url(../images/left.png), url(../images/left.png);
  background-repeat: no-repeat;
  background-position:
    0% 0%,
    100% 100%;
  margin: 60px auto 80px;
}

.flex-block-1 > div.text-center p {
  text-align: center;
  font-size: 20px;
}

.flex-block-1 h2 {
  color: #fff;
  letter-spacing: 0px;
  position: relative;
  background-size: contain;
  font-size: 26px;
  font-weight: 500;
  display: table;
  margin: 0 auto 60px;
  width: 100%;
  padding-left: 0;
}

.flex-block-1 h2 span {
  font-size: 27px;
  font-weight: 800;
}

.flex-block-1 h2 b {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  text-transform: none;
  display: table;
}

.flex-block-1 p {
  font-size: 18px;
  margin: 0;
  line-height: 22px;
  text-align: justify;
  font-weight: 700;
}

.flex-block-1 .flex-block_text {
  margin: 0 auto;
  padding: 0;
}
.page .flex-block-1 > div .col-12:first-child {
  display: none;
}
.page .flex-block-1 > div .col-12:last-child {
  width: 100%;
  flex: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.page .flex-block-1 .flex-block_text {
  display: none;
}
.flex-block-1 .flex-block_text .d-flex {
  border-top: 5px solid var(--primary);
  margin-top: 30px;
}

.block_title h3 {
  background: url(../images/title_1.jpg);
  display: block;
  padding: 0;
  width: 100%;
  background-size: cover;
  text-align: center;
  margin-bottom: 20px;
  font-size: 23px;
  color: #fff;
  font-weight: 800;
  transition: 0.3s ease all;
}

.block_title h3:last-child {
  background: url(../images/title_2.jpg);
}

.flex-block > div img {
  max-width: 100%;
}

.flex-block-1 > div.block_img_top {
  top: -63px;
}

.flex-block > div {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.flex-block-1 > div.block_img_top img {
  max-width: 100%;
}

.bloc-nos_valeurs_inner {
}

.flex-block-3 {
  max-width: 1440px;
  margin: 60px auto;
  background: url(../images/back1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 755px;
}

.flex-block-3 > div {
  max-width: 1200px;
  margin: 0 auto;
}

.flex-block-3 > div .col-12:first-child {
  margin-top: 310px;
}

.flex-block-3 .flex-block_text {
  max-width: 380px;
  background: var(--second);
  padding: 60px 40px;
  color: #fff;
}

.flex-block-3 .flex-block_text h2 {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: 35px;
}

.flex-block-3 .flex-block_text p {
  font-size: 18px;
  font-weight: 400;
}

.flex-block-4 {
  max-width: 800px;
  margin: 0 auto 60px;
}

.flex-block-4 .flex-block_text {
  background: var(--back);
  display: block;
  padding: 40px 40px;
  height: 100%;
}

.flex-block-4 .flex-block_text h2 {
  font-size: 23px;
  display: block;
  font-weight: 800;
  margin-bottom: 20px;
}

.flex-block-4 .flex-block_text p {
  font-size: 18px;
  text-align: justify;
}

.flex-block-5 {
  max-width: 980px;
  margin: 0 auto 80px;
}

.flex-block-5 h2 {
  color: #4984b8;
  font-size: 25px;
  font-weight: 600;
}

.flex-block-5 p {
  margin: 0;
  font-size: 17px;
  text-align: justify;
}

.bloc-marques {
  max-width: 1400px;
  margin: 80px auto 100px;
  text-align: center;
  padding: 50px 15px;
}

.bloc-marques > h2 {
  font-size: 28px;
  margin-bottom: 50px;
}

/****** bloc-avis-client  ***/

@media (max-width: 1200px) {
  .flex-block-1 > div {
    padding: 0px 40px;
  }

  .flex-block-1 {
    padding: 50px 0px;
  }
}

.displayMobile {
  display: none;
}

.displayMobile a {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.displayMobile a img {
  width: 100%;
}

.displayPc {
  display: block;
}

@media (max-width: 991px) {
  .flex-block > div .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    top: 0 !important;
  }

  .flex-block-3 > div .col-12:first-child {
    margin: 0 auto 15px;
  }

  .flex-block-3 .flex-block_text {
    margin: 0 auto;
  }

  .flex-block-2.block-primary .col-sm-6 {
    justify-content: center;
  }

  .flex-block-2 .bloc-text {
    padding: 15px 0px;
  }

  .displayMobile {
    display: block;
  }

  .displayPc {
    display: none;
  }

  .block-btn-contact:after {
    display: none;
  }

  .block-btn-contact {
    margin: 20px auto !important;
  }

  .flex-block-2 .bloc-text h2 {
    left: 0px;
  }

  .flex-block-2 .bloc-text h2 span,
  .flex-block-2 .bloc-text h2 b {
    white-space: initial;
    text-align: center;
    display: block;
    font-size: 22px;
    line-height: 27px;
  }

  .flex-block-2 .bloc-text h2 + .d-flex {
    left: 0px;
    flex-direction: column;
  }

  .bloc-marques {
    max-width: calc(100% - 40px);
    margin-bottom: 0;
  }

  .flex-block-2 .bloc-text h2 + .d-flex a {
    display: table;
    margin: 0 auto 10px;
    position: relative;
  }

  .logos {
    white-space: initial;
  }

  .bloc-nos_valeurs .flex-block--inner .col-12 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .logo_items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo_items img {
    margin: 25px auto;
    max-width: 100%;
  }

  .bloc-nos_valeurs .flex-block--inner .col-12:after {
    display: none;
  }

  .rubrique > div {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    top: -50px;
  }

  .flex-rubrique .d-flex {
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
  }

  .rubrique {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .block_title {
    padding: 40px 15px 40px;
  }

  .block_title + div {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  .rubrique h2.d-flex {
    display: block !important;
    text-align: center;
    margin: 0px auto 40px;
    overflow: hidden;
    border-bottom: 0;
  }

  .rubrique h2.d-flex b {
    margin: 0;
    display: block;
  }

  .rubrique h2.d-flex span {
    display: block;
    text-align: center;
  }

  .rubrique > div .col-12 {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

  .block_flex_images {
    margin: 40px auto 0;
    padding: 0px 20px;
  }

  .footer_text {
    margin: 0;
  }

  .flex-block-1 {
    margin: 0;
    height: auto;
    min-height: initial;
    padding: 60px 15px;
  }

  .flex-block-1 p {
    width: 100%;
    margin: 0;
    max-width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }

  .navbar {
    padding: 0px;
  }

  .navbar-nav:after {
    display: none;
  }

  .navbar-nav .nav-item .nav-link {
    text-align: left;
  }

  .inner-menubox {
    padding: 0;
    background: none;
    left: 0;
    width: 100%;
    border: none;
  }

  .collapse:not(.show) {
    display: block;
  }

  .fluid-contact {
    padding: 0px 20px;
    margin-top: 40px;
  }

  .navbar-nav {
    align-items: center;
    flex-direction: column;
  }

  .navbar-nav:first-child {
    padding-bottom: 0;
  }

  .menubox.fixed .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav:last-child {
    background: none;
    max-width: 100%;
    margin: 0 !important;
    padding-top: 0;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
  }

  .adresse-block {
    display: block !important;
    max-width: 100%;
    padding: 0;
  }

  .dropdown-item {
    white-space: normal;
  }

  .adresse-block > div:first-child {
    width: 100%;
    padding: 0;
  }

  .col-contact > div {
    width: 100%;
  }

  .col-contact > div:last-child {
    top: 0;
    margin-top: 0;
  }

  .adresse-block:after {
    display: none;
  }

  .col-contact > div:last-child:after {
    display: none;
  }

  .col-contact {
    margin: 0;
    width: 100%;
    flex-direction: column;
  }

  .text:after {
    display: none;
  }

  .menubox:before,
  .menubox:after {
    display: none;
  }

  .menubox {
    width: 100%;

    top: 0;

    border: none;

    background: var(--primary);
  }

  .text {
    margin: -70px auto 0;
    box-shadow: none;
  }

  .top {
    top: 50px;
    align-items: flex-start;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .col-contact .phone,
  .col-contact p {
    justify-content: center;
    margin-top: 15px;
    display: block;
  }

  .col-contact .btn-contact {
    float: none !important;
  }

  .fluid-contact:after {
    display: none;
  }

  .contact {
    padding: 40px 00px 0px;
    text-align: center;
    height: auto;
    max-width: 100%;
  }

  .contact:after {
    position: relative;
    right: 0;
    top: 0;
  }

  .logo img:first-child {
    margin-bottom: 10px;
  }

  .logo {
    padding: 0px 20px;
    width: 100%;
    display: block;
    left: 0;
    max-width: 100%;
    background: none;
    position: absolute;
    width: 100%;
    height: 357px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo > div {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    padding: 0;
    left: 0;
  }

  .logo a {
    padding: 0px;
    margin-bottom: 0;
  }

  .top {
    border: 0;
  }

  .header {
    position: relative;
    padding-top: 0;
    top: 0;
    margin-top: 55px;
    margin-bottom: 30px;
    max-height: initial;
    background-size: cover;
  }

  .flex-block-2.block-primary {
    padding: 15px;
  }

  .bottom_header {
    position: relative;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }

  .header .d-flex {
    display: block !important;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .bloc-menu a {
    display: block;
    padding: 0;
    top: 7px;
    left: 10px;
    position: relative;
    width: auto;
    display: table;
    margin: 0;
    transform: none !important;
  }

  .flex-block-1 h1 {
    left: 0;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .flex-block-1 h1 b {
    font-size: 25px;
  }

  .bloc-menu {
    top: 0;
    left: 0;
    width: 100% !important;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 55px;
    overflow: hidden;
    z-index: 13;
    background: var(--primary);
    padding: 0 !important;
  }

  .bloc-menu.fixed .btn-menu {
  }

  .bloc-menu img {
    position: relative;
    left: 0;
    top: 6px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%)
      hue-rotate(351deg) brightness(106%) contrast(110%);
  }

  .btn_scroll {
    display: none;
  }

  .banner {
    width: 100%;
    max-width: 100%;
    height: 450px;
  }

  .header:before {
    display: none;
  }

  .header:after {
    display: none;
  }

  .top > div p,
  .top > div span {
    display: none;
  }

  .top:after {
    display: none;
  }

  .top {
    display: none;
  }

  .top a {
    display: none;
  }

  .top .phone {
    display: block;
    color: #fff !important;
    margin: 0 !important;
    font-size: 23px !important;
    white-space: nowrap;
  }

  .top > div:first-child {
  }
}

@media (max-width: 767px) {
  .flex-block-1 h1 {
    left: 0;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 31px;
    margin-top: 0;
    position: relative;
  }

  .flex-block-1 h1 span {
    text-align: center !important;
  }

  .flex-block-1 h1 b {
    font-size: 21px;
    padding-bottom: 0;
    white-space: pre-line;
    border: none;
    padding: 0;
  }

  .flex-block-1 > div {
    padding: 0;
    display: block;
    margin: 0 auto;
    padding: 0px 10px;
  }

  .flex-block-1 > div.text-center {
    margin-bottom: 10px;
  }

  .flex-block-1 > div.block_img_bottom:after {
    display: none;
  }

  .flex-block-1 h2 {
    margin: 0px 0px 20px;
    text-align: center;
  }

  .btn-contact:after {
    display: none;
  }

  .page .btn-contact {
    margin-bottom: 80px !important;
  }

  .header .banner {
    height: 400px;
    background-position: 88% 0%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .col-contact .btn-contact {
    margin-bottom: 0px !important;
  }

  .rubrique > div h2 {
    left: 0;
    font-size: 34px;
  }

  .link-rubrique {
    right: -59px;
    top: 47px;
  }

  .flex-block .col-12 {
    left: 0;
    top: 0;
    border: none;
    display: block;
  }

  .flex-block-2 .col-12:last-child {
    background: none;
  }

  .bloc-nos_valeurs .flex-block--inner .col-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 40px;
  }

  .bloc-nos_valeurs .flex-block--content {
    padding: 20px 15px 0;
  }

  .bloc-nos_valeurs .flex-block--content h2 b {
    text-shadow: 1px 1px 11px #000;
    font-size: 25px;
  }

  .bloc-nos_valeurs_inner {
    padding: 0;
  }

  .bloc-marques {
    margin: 0 auto;
  }

  .bloc-marques > h2 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .logos:before,
  .logos:after {
    display: none;
  }

  .back2 {
    border: none;
    padding: 0px;
  }

  .footerlink {
    text-align: center;
  }

  .flex-title-block.d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-title-block > div:first-child {
    background: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .flex-block-2 .bloc-text h1 b:after {
    display: none;
  }

  .flex-block-2 .bloc-text {
    margin-top: 40px;
    background: none;
    padding: 0px;
  }

  .container_nos_valeurs {
    margin-top: 0;
    overflow: hidden;
    padding: 0px;
    padding-top: 0;
  }

  .bloc-text h3 span:last-child {
    text-align: center;
  }

  .flex-block-2 .bloc-text h1 b {
    font-size: 35px;
  }

  .flex-block-2 .d-flex.justify-content-end {
    justify-content: center !important;
  }

  .flex-block-2 .bloc-text > Div {
    text-align: center;
  }

  .block-btn-contact .btn-contact {
    margin: 15px auto 0;
    padding: 7px 39px;
  }

  .link_plus {
    position: relative;
    left: 0;
    top: 0;
    margin: 0px auto 19px;
    display: table;
    transform: none;
  }

  .block_title a:last-child {
    font-size: 38px;
  }

  .bottom_block {
    padding: 15px 0px 0px;
  }

  .block_title h2 {
    text-align: center;
  }

  .flex-block {
    left: 0px !important;
    border-radius: 0;
    width: 100%;
    padding: 0px 15px;
  }

  .flex-block-4 .flex-block_text {
    border-bottom: 10px solid #fff;
  }

  .flex-block-3 {
    background-size: contain;
    padding-top: 218px;
    max-width: 400px;
    margin: 0 auto 20px;
    min-height: 0px;
  }

  .flex-block-3 > div .col-12:first-child {
    margin: 0px 0px 15px;
  }

  .flex-block-2 h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .flex-block-2 h1 span {
    font-size: 25px;
  }

  .flex-block-1 {
    padding: 0px 10px;
    position: relative;
    margin-top: 25px;
  }

  .block_flex_images_container {
    flex-wrap: wrap;
    margin: 0 !important;
  }

  .block_flex_images_container > div {
    width: 100%;
    max-width: 320px;
    flex: 100%;
    margin: 0 auto 0px;
    padding: 0;
  }

  .block_flex_images .d-flex:last-child > div:first-child {
    width: 100%;
    flex: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
  }

  .rubrique > div .col-12 {
    width: 100%;
    flex: 100%;
    max-width: 320px;
  }

  .btn-block a {
    padding: 15px 25px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .img_block {
    display: none;
  }

  .btn-block {
    left: 0;
    margin: 0 auto;
    display: table;
    max-width: 285px;
    background: none;
  }

  .flex-block-1 .back2 {
    padding: 0;
  }

  .flex-block-1 .flex-block_text .d-flex {
    display: block !important;
  }

  .col-contact {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    flex-direction: column;
    padding: 15px;
  }

  .col-contact .phone {
    margin: 0;
    text-align: left;
  }

  .col-contact p {
    margin: 0px 0px 10px;
    white-space: pre-line;
    text-align: left;
  }

  .menubox:after {
    display: none;
  }

  .fluid-contact {
    min-height: auto;
    margin: 0px;
    padding: 25px 15px;
    margin-bottom: 20px;
  }

  .logo img {
    top: 0;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .logo {
    left: 0;
    padding: 0px 15px;
  }

  .contact {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .boxfooter img {
    margin: 0 auto 15px;
    display: block;
    max-width: 100%;
  }
}

/* rotate caret on hover */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #999;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border: 0px solid #555555;
}

.block-btn-contact {
  margin-top: 80px;
  position: relative;
}

.btn-contact {
  color: var(--white);
  transition: 0.3s ease all;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 8px 80px;
  color: #fff;
  max-width: max-content;
  background: url(../images/btn.jpg);
  display: flex;
  left: 0;
  top: 0;
  align-items: center;
  margin: 60px auto 120px;
  background-size: 100% 100%;
}

.btn-contact:after {
  content: "";
  background: url(../images/bt.png) no-repeat;
  width: 133px;
  height: 161px;
  position: absolute;
  left: -66px;
  top: -52px;
  transition: 0.3s ease all;
}

.btn-contact:hover:after {
  transform: rotate(-45deg);
}

.btn-contact b {
  font-size: 28px;
  font-weight: 700;
}

.btn-contact span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  line-height: 11px;
}

.col-contact .btn-contact {
  height: auto;
  display: table;
  width: auto;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  margin: 0;
  clear: both;
  color: #fff;
  padding: 0;
  background: none;
  float: none;
}

.col-contact span {
  display: block;
  text-align: left;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}

.col-contact .btn-contact:after {
  display: none;
}

.col-contact a {
  color: var(--white);
}

.btn-contact:hover {
  color: #fff;
  text-decoration: none;
  padding: 8px 100px;
}

.col-contact .btn-contact:hover {
  background: var(--primary);
  padding: 0px 15px;
  left: 0;
  top: 0;
}

.footer-ico {
  max-width: 110px !important;
  filter: brightness(0) saturate(100%) invert(65%) sepia(1%) saturate(0%)
    hue-rotate(28deg) brightness(104%) contrast(94%);
}

.slider_marque {
  max-width: 1300px;
  margin: 0 auto 60px;
}

.slider_marque h2 {
  color: #4984b8;
  font-size: 25px;
  font-weight: 700;
  padding: 15px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 0px;
}

.slider_marque h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #4984b8;
  top: 28px;
  left: 0;
  z-index: 1;
}

.slider_marque h2 span {
  display: table;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0px 30px;
}

.my-slider {
  padding: 0 70px;
}

.slick-initialized .slick-slide {
  height: 120px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}
