:root {
  --couleur-secondaire-1: #003473;
  --couleur-secondaire-2: #16b3f1;
  --couleur-secondaire-3: #db7518;
  --couleur-secondaire-4: #16b3f1;
  --couleur-secondaire-5: #97a2be;
  --couleur-secondaire-6: #007b57;
  --couleur-secondaire-7: #005092;
  --couleur-body: #fff;
  --couleur-texte: #212121;
  --couleur-texte-cta: #fff;
  --couleur-bg-cta: #16b3f1;
  --couleur-border-cta: #16b3f1;
  --font-cta: "Asap";
  --font-body: "Asap";
  --font-headings: "Teko";
}

.row.gutters-x2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.bg-linear-gradient {
  background-image: linear-gradient(225deg, #2c4f99 0%, #1f3970 100%);
}

.h-bloc-image {
  padding-top: 50%;
}
.h-bloc-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-top-12 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-bottom-12 {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.content-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 24px;
  background-color: var(--couleur-body);
  color: var(--couleur-texte);
}

[data-cta=calltoaction-blanc-transparent], [data-cta=calltoaction-bleu-transparent], [data-cta=calltoaction], .calltoaction {
  font-family: var(--font-cta);
  display: inline-block;
  padding: 8px 25px !important;
  text-decoration: none !important;
  outline: none;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: bold;
  position: relative;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.calltoaction {
  color: var(--couleur-texte-cta);
  border: 1px solid var(--couleur-border-cta);
  background-color: var(--couleur-bg-cta);
}
.calltoaction:hover {
  background-color: #fff;
  color: var(--couleur-texte);
}

[data-cta=calltoaction] {
  color: var(--couleur-texte-cta) !important;
  border: 1px solid var(--couleur-border-cta);
  background-color: var(--couleur-bg-cta);
}
[data-cta=calltoaction]:hover {
  background-color: #fff;
  color: var(--couleur-texte) !important;
}

[data-cta=calltoaction-bleu-transparent] {
  color: var(--couleur-bg-cta) !important;
  border: 1px solid var(--couleur-bg-cta);
  background-color: transparent;
}
[data-cta=calltoaction-bleu-transparent]:hover {
  background-color: #fff;
  color: var(--couleur-texte) !important;
}

[data-cta=calltoaction-blanc-transparent] {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: transparent;
}
[data-cta=calltoaction-blanc-transparent]:hover {
  background-color: var(--couleur-bg-cta);
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headings);
  margin-bottom: 15px;
  line-height: 1.1em;
  color: var(--couleur-secondaire-1);
  font-weight: 500;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.lienlibel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding-bottom: 20px;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-dots {
  padding: 10px 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid var(--couleur-secondaire-1);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--couleur-texte);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid var(--couleur-secondaire-2) !important;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px #ccc;
          box-shadow: 0 0 5px 1px #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 40px;
  color: var(--couleur-secondaire-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 8px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--couleur-secondaire-2);
  color: #fff !important;
}
.owl-carousel .owl-nav button.owl-next:hover span,
.owl-carousel .owl-nav button.owl-prev:hover span {
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next.owl-prev,
.owl-carousel .owl-nav button.owl-prev.owl-prev {
  left: 100px;
}
.owl-carousel .owl-nav button.owl-next.owl-next,
.owl-carousel .owl-nav button.owl-prev.owl-next {
  right: 103px;
}

.tobi-zoom__icon {
  display: none;
}

.picto-header, .picto-header a {
  color: var(--couleur-secondaire-1);
}

#modalContact, #modalDevis {
  z-index: 99999;
}
#modalContact .modal-dialog, #modalDevis .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1120px;
}
#modalContact .bloc-image img, #modalDevis .bloc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#modalContact .modal-body, #modalDevis .modal-body {
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
#modalContact .modal-body h1,
#modalContact .modal-body h2,
#modalContact .modal-body h3,
#modalContact .modal-body h4,
#modalContact .modal-body h5,
#modalContact .modal-body h6, #modalDevis .modal-body h1,
#modalDevis .modal-body h2,
#modalDevis .modal-body h3,
#modalDevis .modal-body h4,
#modalDevis .modal-body h5,
#modalDevis .modal-body h6 {
  color: #fff;
}
#modalContact .modal-body button.close, #modalDevis .modal-body button.close {
  color: #fff;
}
#modalContact .modal-content, #modalDevis .modal-content {
  background: none;
  height: 80vh;
}

.modal-backdrop {
  z-index: 9999;
}

.btn-popup-contact-devis {
  background-color: var(--couleur-secondaire-2);
  color: white;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}

.btn-popup-home {
  padding: 0 13px;
  cursor: pointer;
  outline: none !important;
  position: fixed;
  top: 250px;
  right: 5px;
  height: 50px;
  width: 50px;
  -webkit-transition: width 0.3s ease, padding 0.3s ease;
  transition: width 0.3s ease, padding 0.3s ease;
  border-radius: 50px;
  overflow: hidden;
  z-index: 9999;
}
.btn-popup-home svg {
  width: 24px;
  height: 24px;
}
.btn-popup-home .text {
  opacity: 0;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
  margin-right: 20px;
}
.btn-popup-home .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-popup-home:hover {
  width: 180px;
}
.btn-popup-home:hover .text {
  opacity: 1;
}

.btn-popup-contact-agence {
  border-radius: 5px;
  padding: 5px 20px;
}
.btn-popup-contact-agence svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

#btn-popup-devis {
  top: 300px;
}

#btn-popup-contact {
  top: 230px;
}

#btn-devis-popup-mobile {
  background-color: var(--couleur-secondaire-3);
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

header.header-desktop {
  z-index: 9999;
  position: sticky;
  top: 0;
  -webkit-box-shadow: 0 2px 5px 1px #ccc;
          box-shadow: 0 2px 5px 1px #ccc;
  background-color: #fff;
}
header.header-desktop ul, header.header-desktop li {
  list-style: none;
}
header.header-desktop .navbar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header.header-desktop .navbar .navbar-collapse {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header.header-desktop .navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header.header-desktop .navbar-nav > li:before {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: var(--couleur-secondaire-1);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.header-desktop .navbar-nav > li:hover:before {
  width: 100%;
}
header.header-desktop .navbar-nav a {
  position: relative;
  color: var(--couleur-secondaire-1);
  display: block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}
header.header-desktop .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0;
}
header.header-desktop .sub-menu a {
  white-space: nowrap;
}
header.header-desktop .sub-menu a:hover {
  font-weight: 600;
}
header.header-desktop li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header.header-mobile {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
header.header-mobile ul, header.header-mobile li {
  list-style: none;
}
header.header-mobile .btn-popup-contact-devis {
  border-radius: 20px;
  padding: 10px 25px;
}
header.header-mobile .offcanvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header.header-mobile .offcanvas.open {
  min-height: calc(80vh - 70px);
}

.picto-panier-header .cart-count {
  position: absolute;
  top: -1px;
  right: -6px;
  background: red;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}

.top-bar {
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
.top-bar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.top-bar #menu-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar #menu-top-bar li {
  margin-left: 30px;
}

.mega-menu {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu li {
  list-style: none;
}
.mega-menu li a {
  color: var(--couleur-secondaire-1);
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.mega-menu li a:hover {
  font-weight: 600;
}
.mega-menu li:hover > a {
  font-weight: 600;
}
.mega-menu li:not(.menu-item-has-children) .btn-submenu {
  display: none;
}
.mega-menu .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu .nav-mega-menu {
  padding-right: 20px;
  position: relative;
  height: 100%;
  width: 50%;
  border-right: 1px solid var(--couleur-secondaire-1);
}
.mega-menu .nav-mega-menu > li .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}
.mega-menu .nav-mega-menu > li .sub-menu a {
  white-space: normal;
}
.mega-menu .nav-mega-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.mega-menu .content-mega-menu {
  width: 60%;
}
.mega-menu .mega-menu-img {
  width: 40%;
  padding: 15px;
}
.mega-menu .mega-menu-img .content-mega-menu-img {
  width: 70%;
  position: relative;
  margin: auto;
}
.mega-menu .mega-menu-img .content-mega-menu-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.mega-menu .mega-menu-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-menu .mega-menu-img img.show {
  opacity: 1;
}
.mega-menu .mega-menu-img img.hidden {
  opacity: 0;
}

.mega-menu-equipement.active,
.mega-menu-secteur.active {
  opacity: 1;
  visibility: visible;
}

.barre-recherche-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 800px;
  opacity: 0;
  visibility: hidden;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.barre-recherche-menu .screen-reader-text {
  display: none;
}
.barre-recherche-menu form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.barre-recherche-menu label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.barre-recherche-menu .search-field {
  width: 100%;
  border: none;
  border-bottom-left-radius: 8px;
  padding: 5px 10px;
  outline: none !important;
  -webkit-box-shadow: 0 1px 1px #ccc;
          box-shadow: 0 1px 1px #ccc;
}
.barre-recherche-menu .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 14px;
  background-color: var(--couleur-secondaire-2);
  outline: none;
  height: 34px;
  color: #fff;
  border-bottom-right-radius: 8px;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.barre-recherche-menu .search-submit:hover {
  background-color: var(--couleur-secondaire-1);
}
.barre-recherche-menu.show {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
footer .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .widget ul li {
  margin-bottom: 10px;
}
footer .widgettitle {
  font-weight: bold;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: var(--couleur-secondaire-2);
}
footer .liste-btn-rs .dashicons {
  font-size: 25px;
}
footer .liste-btn-rs a:hover {
  color: var(--couleur-secondaire-2);
}
footer .liste-btn-footer ul li {
  border: 1px solid #fff;
  min-height: 55px;
  line-height: 17px;
}
footer .liste-btn-footer ul li .bloc-image {
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
}
footer .liste-btn-footer ul li .texte * {
  font-weight: bold;
}
footer .liste-btn-footer ul li .info-texte {
  font-size: 10px;
}
footer .liste-btn-footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.credit-footer {
  color: var(--couleur-secondaire-2);
  font-size: 14px;
}
.credit-footer a {
  color: var(--couleur-secondaire-2);
}
.credit-footer a:hover {
  color: #fff;
}

#breadcrumbs {
  position: relative;
  padding: 20px 0;
}
#breadcrumbs * {
  color: var(--couleur-secondaire-1);
}

#accroche-page {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#accroche-page:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
}
#accroche-page .bloc-para {
  color: #fff;
}
#accroche-page .bloc-para h1,
#accroche-page .bloc-para h2,
#accroche-page .bloc-para h3,
#accroche-page .bloc-para h4,
#accroche-page .bloc-para h5,
#accroche-page .bloc-para h6 {
  color: #fff;
}

#accroche-home {
  background-color: var(--couleur-secondaire-1);
  z-index: 1;
}
#accroche-home .img-bg-accroche-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#accroche-home .bloc-texte {
  max-width: 769px;
  position: relative;
  color: #fff;
  font-size: 18px;
}
#accroche-home .bloc-texte h1,
#accroche-home .bloc-texte h2,
#accroche-home .bloc-texte h3,
#accroche-home .bloc-texte h4,
#accroche-home .bloc-texte h5,
#accroche-home .bloc-texte h6 {
  color: #fff;
}
#accroche-home .bloc-texte h1 {
  text-shadow: 0 0 2px #000;
}

#btnAscenseur {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  background: var(--couleur-secondaire-4);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
#btnAscenseur.apparition {
  opacity: 1;
  visibility: visible;
}
#btnAscenseur:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  border-radius: 0;
}

/* ACCUEIL */
.btn-more-home {
  display: block;
  color: var(--couleur-secondaire-2);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 30px;
  border: 1px solid var(--couleur-secondaire-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  margin-bottom: 15px;
  background-color: #fff;
}
.btn-more-home:hover {
  background-color: var(--couleur-secondaire-2);
  color: #fff;
}

#home-zone-2 {
  position: relative;
  margin-top: -80px;
}
#home-zone-2:before {
  content: url("../assets/img/bg_1.webp");
  display: block;
  position: absolute;
  top: 0;
  left: -150px;
  opacity: 0.3;
}
#home-zone-2 {
  padding-top: 150px;
}
#home-zone-2 .bloc-mea-home-zone-2 {
  position: relative;
  width: 100%;
  border-radius: 23px;
  overflow: hidden;
  cursor: pointer;
}
#home-zone-2 .bloc-mea-home-zone-2:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 131.4285714286%;
}
#home-zone-2 .bloc-mea-home-zone-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
#home-zone-2 .bloc-mea-home-zone-2 h3 {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 40px;
  padding: 0 30px;
  min-height: 80px;
  text-shadow: 0 0 5px #000;
}
#home-zone-2 .bloc-mea-home-zone-2 .lienlibel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 52, 115, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home-zone-2 .bloc-mea-home-zone-2 .lienlibel .titre-bloc {
  color: #fff;
  font-size: 40px;
  font-family: "Teko";
  line-height: 1.2em;
}
#home-zone-2 .bloc-mea-home-zone-2:hover h3 {
  opacity: 0;
}
#home-zone-2 .bloc-mea-home-zone-2:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#home-zone-2 .bloc-mea-home-zone-2:hover .lienlibel {
  opacity: 1;
}

#home-zone-3 {
  position: relative;
  padding-top: 50px;
  overflow-x: hidden;
}
#home-zone-3:before {
  content: url("../assets/img/bg_1.webp");
  display: block;
  position: absolute;
  top: 0;
  right: -150px;
  opacity: 0.3;
}
#home-zone-3 .content-bloc-home-zone-3 {
  gap: 30px;
}
#home-zone-3 .bloc-item {
  min-width: 40%;
}
#home-zone-3 .bloc {
  background: linear-gradient(225deg, #18407d 0%, #162b59 100%);
  border-radius: 20px;
  color: #fff;
}
#home-zone-3 .bloc h1,
#home-zone-3 .bloc h2,
#home-zone-3 .bloc h3,
#home-zone-3 .bloc h4,
#home-zone-3 .bloc h5,
#home-zone-3 .bloc h6 {
  color: #fff;
}
#home-zone-3 .bloc h3 {
  font-size: 30px;
}

#home-zone-5 {
  overflow: hidden;
}
#home-zone-5 .owl-carousel .owl-stage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#home-zone-5 .owl-item {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
#home-zone-5 .item {
  width: 100%;
  display: block;
  margin: auto;
}
#home-zone-5 .owl-item.active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#home-zone-5 .bloc-item {
  border-radius: 20px;
}
#home-zone-5 .bloc-item .bloc-image {
  position: relative;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
#home-zone-5 .bloc-item .bloc-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
#home-zone-5 .bloc-item .bloc-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-zone-5 .bloc-item .bloc-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
#home-zone-5 .bloc-item .bloc-image a:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
#home-zone-5 .bloc-item .bloc-image .badge {
  background-color: var(--couleur-secondaire-3);
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}
#home-zone-5 .bloc-item .bloc-para {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home-zone-5 .bloc-item .bloc-para h1,
#home-zone-5 .bloc-item .bloc-para h2,
#home-zone-5 .bloc-item .bloc-para h3,
#home-zone-5 .bloc-item .bloc-para h4,
#home-zone-5 .bloc-item .bloc-para h5,
#home-zone-5 .bloc-item .bloc-para h6 {
  margin-bottom: 0;
  font-size: 30px;
}
#home-zone-5 .bloc-item .bloc-para a {
  text-decoration: none;
  color: var(--couleur-texte);
}
#home-zone-5 .bloc-item .bloc-para:hover {
  background-color: var(--couleur-secondaire-1);
}
#home-zone-5 .bloc-item .bloc-para:hover a * {
  color: #fff !important;
}
#home-zone-5 .bloc-item .bloc-footer {
  border-top: 1px solid #ddd;
}
#home-zone-5 .bloc-item .bloc-tarif .texte-info {
  display: block;
  text-transform: uppercase;
  color: var(--couleur-secondaire-5);
  font-size: 13px;
}
#home-zone-5 .bloc-item .bloc-tarif .tarif {
  font-size: 22px;
  color: var(--couleur-secondaire-1);
}
#home-zone-5 .bloc-item .btn-more a {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: var(--couleur-secondaire-2);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home-zone-5 .bloc-item .btn-more a:hover {
  background-color: var(--couleur-secondaire-1);
}

#home-zone-7 {
  overflow-x: hidden;
}

#home-zone-8 .bloc-cta-home {
  background-color: var(--couleur-secondaire-6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  padding: 40px 60px 20px;
  color: #fff;
}
#home-zone-8 .bloc-cta-home h1,
#home-zone-8 .bloc-cta-home h2,
#home-zone-8 .bloc-cta-home h3,
#home-zone-8 .bloc-cta-home h4,
#home-zone-8 .bloc-cta-home h5,
#home-zone-8 .bloc-cta-home h6 {
  color: #fff;
}
#home-zone-8 .cta-zone-8-home a {
  background-color: #fff;
  color: var(--couleur-secondaire-6);
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 200px;
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home-zone-8 .cta-zone-8-home a:hover {
  background-color: var(--couleur-secondaire-6);
  border-color: #fff;
  color: #fff;
}

#home-zone-formulaire {
  position: relative;
  z-index: 10;
}
#home-zone-formulaire .content-formulaire {
  background-color: var(--couleur-secondaire-1);
  border-radius: 23px;
  margin-top: -80px;
  color: #fff;
  -webkit-box-shadow: 0 3px 20px 0 #719cbb;
          box-shadow: 0 3px 20px 0 #719cbb;
}

/* FLEXIBLES */
.flexible h1,
.flexible h2,
.flexible h3,
.flexible h4,
.flexible h5,
.flexible h6 {
  color: var(--couleur-secondaire-1);
}

.flexible section:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.bloc-cta-1 {
  color: #fff;
}
.bloc-cta-1 .parallax-effect {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bloc-cta-2 {
  color: #fff;
}

.bloc-cta-3 {
  color: #fff;
}
.bloc-cta-3 h1,
.bloc-cta-3 h2,
.bloc-cta-3 h3,
.bloc-cta-3 h4,
.bloc-cta-3 h5,
.bloc-cta-3 h6 {
  color: #fff;
}
.bloc-cta-3 .bloc-cta .calltoaction {
  font-size: 20px !important;
  padding: 15px 45px !important;
  border-radius: 2px;
}
.bloc-cta-3 .bloc-cta .calltoaction:hover {
  background-color: #fff !important;
  color: var(--couleur-texte) !important;
}

.bloc-card .liste-blocs {
  max-width: 1310px;
}
.bloc-card .content-bloc {
  background-color: var(--couleur-secondaire-1);
  font-size: 22px;
  line-height: 28px;
}
.bloc-card .content-bloc .bloc-texte {
  letter-spacing: -0.44px;
  color: #fff;
}
.bloc-card .more a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.bloc-card .more a .picto {
  padding: 0 25px 15px;
}
.bloc-card .more a .picto svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-card .more:hover .titre {
  display: block;
  position: relative;
}
.bloc-card .more:hover .titre:before {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 5px);
  left: 1.5rem;
}
.bloc-card .more:hover .picto svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bloc-mea h3 {
  color: var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-mea h3:hover {
  text-decoration: underline;
}

.the-bloc-mea-1 .bloc-image {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  background-color: var(--couleur-secondaire-1);
}
.the-bloc-mea-1 .bloc-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
.the-bloc-mea-1 .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.the-bloc-mea-1 .bloc-image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.the-bloc-mea-1 .date {
  color: var(--couleur-secondaire-5);
  font-size: 15px;
  font-family: "Teko";
  font-weight: 100;
  letter-spacing: 0.5px;
}
.the-bloc-mea-1 .more {
  position: relative;
  z-index: 1;
  color: var(--couleur-texte);
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-top: 2px solid var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.the-bloc-mea-1 .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 100%;
  background-color: var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.the-bloc-mea-1 .more svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.the-bloc-mea-1 .more:hover {
  color: #fff;
  border-top: 2px solid transparent;
}
.the-bloc-mea-1 .more:hover:after {
  width: calc(100% + 20px);
}
.the-bloc-mea-1 .more:hover svg {
  fill: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.the-bloc-mea-1-right {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #ddd;
}
.the-bloc-mea-1-right .bloc-image:before {
  padding-top: 70%;
}

.the-bloc-mea-3 svg {
  fill: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.the-bloc-mea-3 a:hover h3 {
  color: var(--couleur-secondaire-1);
}
.the-bloc-mea-3 a:hover svg {
  fill: var(--couleur-secondaire-1);
}

.bloc-mea-4 .bloc-mea-blog {
  border-top: 2px solid var(--couleur-secondaire-1);
  padding-top: 1.5rem;
}
.bloc-mea-4 .bloc-mea-blog .more a {
  color: var(--couleur-secondaire-1);
}
.bloc-mea-4 .bloc-mea-blog .bloc-texte {
  max-width: 520px;
}
.bloc-mea-4 .bloc-mea-blog .extrait {
  display: none;
}
.bloc-mea-4 .bloc-mea-blog h3 a {
  color: var(--couleur-texte);
}
.bloc-mea-4 .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.bloc-mea-4 .info-blog .info-blog-categorie {
  margin-right: 10px;
}
.bloc-mea-4 .info-blog .info-blog-categorie ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bloc-mea-4 .info-blog .info-blog-categorie ul li a {
  color: var(--couleur-secondaire-1);
  display: block;
  padding: 5px 15px;
  border: 1px solid var(--couleur-secondaire-1);
  border-radius: 23px;
  text-transform: uppercase;
}
.bloc-mea-4 .info-blog .info-blog-date {
  color: var(--couleur-secondaire-1);
}
.bloc-mea-4 .content-bloc-mea-left {
  padding: 30px;
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .extrait {
  display: block;
}
.bloc-mea-4 .content-bloc-mea-left h3 a {
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .more a {
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .info-blog-categorie ul li a {
  color: #fff;
  border: 1px solid #fff;
}

.bloc-mea-5 .content-bloc-mea-5 {
  overflow: hidden;
}
.bloc-mea-5 .content-bloc-mea-5:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}
.bloc-mea-5 .img-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s;
}
.bloc-mea-5 h3 {
  max-width: 400px;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 30px;
  color: #fff;
  font-weight: bold;
}
.bloc-mea-5 .lienlibel {
  z-index: 10;
}
.bloc-mea-5 .content-bloc-mea-5:hover .img-bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.bloc-mea-5 .content-bloc-mea-5:hover:before {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.bloc-galerie .masonry-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  width: auto;
}
.bloc-galerie .grid-item {
  width: 25%;
  /* Ajustez la taille des images en fonction de vos besoins */
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bloc-galerie .grid-item img {
  height: auto;
  display: block;
}

.bloc-carousel .owl-item > div {
  width: 100%;
  max-width: 510px;
  margin: auto;
  position: relative;
  overflow: hidden;
  /* &:before {
    content:'';
    display: block;
    width:100%;
    padding-top:75%;
    position: relative;
    top:0;
    left:0;
  } */
}
.bloc-carousel .owl-item > div img {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

.bloc-faq .entete-card {
  background-color: #fff;
  padding: 13px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid var(--couleur-secondaire-1);
}
.bloc-faq .entete-card button {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: var(--couleur-texte);
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
.bloc-faq .entete-card button .picto {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--couleur-secondaire-1);
  border-bottom: 2px solid var(--couleur-secondaire-1);
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bloc-faq .entete-card.active button, .bloc-faq .entete-card:hover button {
  color: var(--couleur-secondaire-1);
}
.bloc-faq .entete-card.active button .picto, .bloc-faq .entete-card:hover button .picto {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.bloc-faq .content-card {
  overflow: hidden;
}

.texte-modele-4 .content-bloc {
  color: #fff;
  position: relative;
  background-color: var(--couleur-secondaire-1);
  font-size: 16px;
  line-height: 20px;
}
.texte-modele-4 .bloc-texte {
  width: 100%;
}
.texte-modele-4 .bloc-texte h1,
.texte-modele-4 .bloc-texte h2,
.texte-modele-4 .bloc-texte h3,
.texte-modele-4 .bloc-texte h4,
.texte-modele-4 .bloc-texte h5,
.texte-modele-4 .bloc-texte h6 {
  letter-spacing: -0.5px;
  line-height: 1.1em;
  font-weight: 600;
}
.texte-modele-4 .bloc-texte-bottom {
  padding: 0 30px 10px;
}
.texte-modele-4 .picto {
  width: 40px;
  height: 40px;
  position: absolute;
}
.texte-modele-4 .picto span {
  position: absolute;
  display: block;
}
.texte-modele-4 .picto span:nth-child(1) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.texte-modele-4 .picto span:nth-child(2) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.texte-modele-4 .picto span:nth-child(3) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
}
.texte-modele-4 .picto.picto-haut {
  top: 30px;
  left: 30px;
}
.texte-modele-4 .picto.picto-bas {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 30px;
  right: 30px;
}

.bloc-videos .content-bloc-video iframe {
  width: 100%;
  height: 450px;
}

.bloc-chiffres .bloc-chiffre {
  margin-bottom: 20px;
}
.bloc-chiffres .bloc-chiffre .counter-count {
  font-size: 75px;
  line-height: 62px;
  letter-spacing: -1.9px;
  opacity: 0;
  -webkit-transition: opacity 0.8s !important;
  transition: opacity 0.8s !important;
}
.bloc-chiffres .bloc-chiffre .counter-count.count-defile {
  opacity: 1 !important;
}
.bloc-chiffres sup {
  top: -30px;
}

.bloc-temoignage .carousel {
  max-width: 800px;
}
.bloc-temoignage .owl-stage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bloc-temoignage .bloc-image {
  width: 100%;
  max-width: 100px;
}
.bloc-temoignage .bloc-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.bloc-temoignage .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-temoignage .picto-quote {
  position: absolute;
  top: 0;
  left: -20px;
}
.bloc-temoignage .content-bloc {
  background-color: #fff;
  border-radius: 25px;
}

.bloc-liste .bloc-paragraphe-intro {
  background-color: var(--colorBlocListe);
  max-width: 80%;
}
.bloc-liste .list-group {
  background-color: #f1f1f1;
  border-radius: 23px;
}
.bloc-liste .list-group a {
  font-size: 15px;
  color: var(--colorTexteBtn);
  border: 1px solid var(--colorBgBtnActive);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 350px;
}
.bloc-liste .list-group a.active, .bloc-liste .list-group a:hover {
  background-color: var(--colorBgBtnActive);
  color: var(--colorTexteBtnActive);
}

.bloc-timeline .content-timeline {
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bloc-timeline .content-timeline:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline {
  position: relative;
  width: 50%;
  padding-bottom: 20px;
}
.bloc-timeline .bloc-para-timeline:before {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  position: absolute;
  top: 1px;
  right: 0;
  background-color: var(--couleur-secondaire-2);
}
.bloc-timeline .bloc-para-timeline:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: var(--couleur-secondaire-1);
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: var(--couleur-secondaire-2);
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp {
  padding-right: 20%;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-date {
  position: absolute;
  top: -30px;
  right: 70px;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-date span {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1em;
  font-weight: 500;
  border-radius: 14px;
  border-bottom-left-radius: 0;
  padding: 10px 40px;
  background-color: var(--couleur-secondaire-2);
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-image {
  text-align: right;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-image img {
  border-radius: 14px;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-inf {
  padding-right: 20%;
  padding-top: 20px;
  text-align: right;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) {
  margin-top: 80px;
}
.bloc-timeline .bloc-para-timeline:nth-child(even):before {
  left: 0;
  right: inherit;
  padding-right: 0;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline:nth-child(even):after {
  top: -15px;
  right: inherit;
  left: -15px;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-date {
  left: 70px;
  right: inherit;
  border-left: none;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-date span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 0;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-timeline-supp {
  padding-right: 0;
  padding-left: 20%;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-timeline-supp .bloc-image {
  text-align: left;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-timeline-inf {
  padding-right: 0;
  padding-left: 20%;
  padding-top: 40px;
  text-align: left;
}

.bloc-texte-lire-la-suite .btn-more {
  clear: both;
  cursor: pointer;
}
.bloc-texte-lire-la-suite .btn-more:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid var(--couleur-bg-cta);
  background-color: var(--couleur-bg-cta);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bloc-texte-lire-la-suite .btn-more-up span {
  z-index: 1;
  background-color: #fff !important;
  color: var(--couleur-bg-cta) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-texte-lire-la-suite .btn-more-up span:hover {
  background-color: var(--couleur-bg-cta) !important;
  color: #fff !important;
}
.bloc-texte-lire-la-suite .btn-more-down span {
  z-index: 1;
  background-color: #fff !important;
  color: var(--couleur-bg-cta) !important;
}
.bloc-texte-lire-la-suite .bloc-texte-2 {
  display: none;
}
.bloc-texte-lire-la-suite .bloc-para.open .btn-more-up {
  display: none;
}
.bloc-texte-lire-la-suite .bloc-para.open .bloc-texte-2 {
  display: block;
}
.bloc-texte-lire-la-suite .bloc-para:last-of-type {
  margin-bottom: 0 !important;
}

.bloc-mea-6 .lien-libel,
.bloc-mea-7 .lien-libel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.bloc-mea-6 .bloc-para,
.bloc-mea-7 .bloc-para {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-mea-6 .bloc-para h1,
.bloc-mea-6 .bloc-para h2,
.bloc-mea-6 .bloc-para h3,
.bloc-mea-6 .bloc-para h4,
.bloc-mea-6 .bloc-para h5,
.bloc-mea-6 .bloc-para h6,
.bloc-mea-7 .bloc-para h1,
.bloc-mea-7 .bloc-para h2,
.bloc-mea-7 .bloc-para h3,
.bloc-mea-7 .bloc-para h4,
.bloc-mea-7 .bloc-para h5,
.bloc-mea-7 .bloc-para h6 {
  color: var(--couleur-secondaire-1);
}
.bloc-mea-6 .bloc-para ul,
.bloc-mea-7 .bloc-para ul {
  padding-left: 20px;
}
.bloc-mea-6 .bloc-para .lien,
.bloc-mea-7 .bloc-para .lien {
  color: var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-mea-6 .bloc,
.bloc-mea-7 .bloc {
  margin: 0 auto;
}
.bloc-mea-6 .bloc:hover .bloc-para,
.bloc-mea-7 .bloc:hover .bloc-para {
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
.bloc-mea-6 .bloc:hover .bloc-para h1,
.bloc-mea-6 .bloc:hover .bloc-para h2,
.bloc-mea-6 .bloc:hover .bloc-para h3,
.bloc-mea-6 .bloc:hover .bloc-para h4,
.bloc-mea-6 .bloc:hover .bloc-para h5,
.bloc-mea-6 .bloc:hover .bloc-para h6,
.bloc-mea-7 .bloc:hover .bloc-para h1,
.bloc-mea-7 .bloc:hover .bloc-para h2,
.bloc-mea-7 .bloc:hover .bloc-para h3,
.bloc-mea-7 .bloc:hover .bloc-para h4,
.bloc-mea-7 .bloc:hover .bloc-para h5,
.bloc-mea-7 .bloc:hover .bloc-para h6 {
  color: #fff;
}
.bloc-mea-6 .bloc:hover .lien,
.bloc-mea-7 .bloc:hover .lien {
  color: #fff;
}

.bloc-mea-6 .content-bloc-mea-6 {
  gap: 20px;
}

.bloc-mea-7 .bloc {
  max-width: 700px;
}

.bloc-accordeon {
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
.bloc-accordeon h1,
.bloc-accordeon h2,
.bloc-accordeon h3,
.bloc-accordeon h4,
.bloc-accordeon h5,
.bloc-accordeon h6 {
  color: #fff;
}
.bloc-accordeon .list-group a {
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--couleur-secondaire-5);
  opacity: 0.5;
  text-decoration: none !important;
  font-weight: 600;
}
.bloc-accordeon .list-group a svg {
  opacity: 0;
  margin-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-accordeon .list-group a:hover, .bloc-accordeon .list-group a.active {
  opacity: 1;
}
.bloc-accordeon .list-group a:hover svg, .bloc-accordeon .list-group a.active svg {
  opacity: 1;
  margin-right: 10px;
}

.bloc-accordeon-modele-2 .list-group a {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--couleur-secondaire-1);
  color: var(--couleur-texte);
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.bloc-accordeon-modele-2 .list-group a svg {
  opacity: 0;
  margin-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-accordeon-modele-2 .list-group a:hover, .bloc-accordeon-modele-2 .list-group a.active {
  opacity: 1;
  color: var(--couleur-secondaire-2);
}
.bloc-accordeon-modele-2 .list-group a:hover svg, .bloc-accordeon-modele-2 .list-group a.active svg {
  opacity: 1;
  margin-right: 10px;
}

.categorie-equipement,
.categorie-secteur-activite {
  list-style: none;
}
.categorie-equipement ul,
.categorie-secteur-activite ul {
  list-style: none;
}
.categorie-equipement li,
.categorie-secteur-activite li {
  display: inline-block;
  margin-right: 30px;
}
.categorie-equipement li a,
.categorie-secteur-activite li a {
  color: var(--couleur-secondaire-1);
  font-weight: bold;
  display: block;
  position: relative;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.categorie-equipement li a:hover,
.categorie-secteur-activite li a:hover {
  color: var(--couleur-secondaire-2);
}
.categorie-equipement li.current-cat a,
.categorie-secteur-activite li.current-cat a {
  color: var(--couleur-secondaire-2);
}
.categorie-equipement li.current-cat a:before,
.categorie-secteur-activite li.current-cat a:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--couleur-secondaire-2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.the-bloc-mea-produit {
  border: 1px solid var(--couleur-secondaire-5);
}
.the-bloc-mea-produit h3 {
  color: var(--couleur-secondaire-3);
  font-weight: bold;
  text-transform: uppercase;
}
.the-bloc-mea-produit .bloc-image-mea-produit {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.the-bloc-mea-produit .bloc-image-mea-produit:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.the-bloc-mea-produit .bloc-image-mea-produit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.the-bloc-mea-produit .bloc-extrait {
  font-weight: 600;
}
.the-bloc-mea-produit .bloc-footer-mea-produit {
  margin-top: auto;
  background-color: var(--couleur-secondaire-5);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.the-bloc-mea-produit:hover .bloc-image-mea-produit img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.the-bloc-mea-produit:hover .bloc-footer-mea-produit {
  background-color: var(--couleur-secondaire-1);
}

.bloc-experience {
  color: #fff;
}
.bloc-experience .bloc {
  padding: 15px 25px;
  border-radius: 15px;
  min-height: 70px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--couleur-secondaire-1)), to(var(--couleur-secondaire-7)));
  background: linear-gradient(to right, var(--couleur-secondaire-1) 50%, var(--couleur-secondaire-7) 100%);
  position: relative;
}
.bloc-experience .bloc::before {
  content: "";
  display: block;
  width: 80px;
  height: 100%;
  background-image: url("../assets/img/Rond Bleu sur fond transparent HD.png");
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
  opacity: 0.1;
}
.bloc-experience .bloc-picto {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.bloc-experience svg {
  background-color: var(--couleur-secondaire-2);
}

/* ARCHIVE AGENCES */
.bloc-liste-agences ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloc-liste-agences ul li svg {
  width: 25px;
  height: 25px;
}
.bloc-liste-agences ul li a {
  color: var(--couleur-secondaire-1);
  font-weight: 500;
  font-size: 20px;
  font-family: "Teko";
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-liste-agences ul li a:hover {
  color: var(--couleur-secondaire-2);
}

.bloc-carte-agences {
  max-width: 500px;
  margin: auto;
}
.bloc-carte-agences .map-france {
  opacity: 0.1;
}
.bloc-carte-agences .pin-map {
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 34px;
}
.bloc-carte-agences .pin-map svg {
  position: absolute;
  top: 0;
  left: 0;
}
.bloc-carte-agences .pin-active {
  opacity: 0;
  visibility: hidden;
}
.bloc-carte-agences .pin-active.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.bloc-carte-agences .pins #pin-paris {
  top: 26%;
  left: 53%;
}
.bloc-carte-agences .pins #pin-marseille {
  bottom: 9%;
  right: 21%;
}
.bloc-carte-agences .pins #pin-strasbourg {
  top: 29%;
  right: 2%;
}
.bloc-carte-agences .pins #pin-nice {
  bottom: 12%;
  right: 6%;
}
.bloc-carte-agences .pins #pin-bordeaux {
  bottom: 26%;
  left: 30%;
}
.bloc-carte-agences .pins #pin-metz {
  top: 19%;
  right: 13%;
}
.bloc-carte-agences .pins #pin-reims {
  top: 19%;
  left: 67%;
}
.bloc-carte-agences .pins #pin-nantes {
  top: 42%;
  left: 23%;
}
.bloc-carte-agences .pins #pin-toulouse {
  bottom: 13%;
  left: 45%;
}
.bloc-carte-agences .pins #pin-montpellier {
  bottom: 11%;
  left: 64%;
}
.bloc-carte-agences .pins #pin-toulon {
  bottom: 7%;
  right: 15%;
}
.bloc-carte-agences .pins #pin-lyon {
  top: 59%;
  right: 20%;
}
.bloc-carte-agences .pins-infos .infos-agence {
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 440px;
  width: 100%;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  opacity: 0;
  visibility: hidden;
}
.bloc-carte-agences .pins-infos .infos-agence.show {
  opacity: 1;
  visibility: visible;
}
.bloc-carte-agences .pins-infos .infos-agence .bloc-image {
  width: 100%;
  height: 135px;
  position: relative;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
.bloc-carte-agences .pins-infos .infos-agence .bloc-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bloc-carte-agences .pins-infos .infos-agence .bloc-para {
  background-color: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  position: relative;
}
.bloc-carte-agences .pins-infos .infos-agence .bloc-para h1,
.bloc-carte-agences .pins-infos .infos-agence .bloc-para h2,
.bloc-carte-agences .pins-infos .infos-agence .bloc-para h3,
.bloc-carte-agences .pins-infos .infos-agence .bloc-para h4,
.bloc-carte-agences .pins-infos .infos-agence .bloc-para h5,
.bloc-carte-agences .pins-infos .infos-agence .bloc-para h6 {
  font-size: 20px;
  color: var(--couleur-secondaire-1);
  font-weight: bold;
}
.bloc-carte-agences .pins-infos .infos-agence:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}
.bloc-carte-agences .pins-infos #infos-agence-paris {
  top: calc(26% - 160px);
  left: calc(57% - 465px);
}
.bloc-carte-agences .pins-infos #infos-agence-paris:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  top: 170px;
}
.bloc-carte-agences .pins-infos #infos-agence-marseille {
  bottom: calc(8% - 60px);
  right: calc(21% + 50px);
}
.bloc-carte-agences .pins-infos #infos-agence-marseille:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  bottom: 75px;
}
.bloc-carte-agences .pins-infos #infos-agence-strasbourg {
  top: calc(29% - 159px);
  right: calc(2% + 51px);
}
.bloc-carte-agences .pins-infos #infos-agence-strasbourg:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  top: calc(50% + 0px);
}
.bloc-carte-agences .pins-infos #infos-agence-nice {
  bottom: calc(12% - 79px);
  right: calc(6% + 50px);
}
.bloc-carte-agences .pins-infos #infos-agence-nice:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  bottom: 90px;
}
.bloc-carte-agences .pins-infos #infos-agence-bordeaux {
  bottom: calc(26% - 40px);
  left: calc(30% + 50px);
}
.bloc-carte-agences .pins-infos #infos-agence-bordeaux:before {
  -webkit-box-shadow: -3px -3px 10px 0 #ccc;
          box-shadow: -3px -3px 10px 0 #ccc;
  left: -7px;
  bottom: 50px;
}
.bloc-carte-agences .pins-infos #infos-agence-metz {
  top: calc(19% - 130px);
  right: calc(13% + 50px);
}
.bloc-carte-agences .pins-infos #infos-agence-metz:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  top: 140px;
}
.bloc-carte-agences .pins-infos #infos-agence-reims {
  top: calc(19% - 126px);
  left: calc(67% - 460px);
}
.bloc-carte-agences .pins-infos #infos-agence-reims:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  top: 140px;
}
.bloc-carte-agences .pins-infos #infos-agence-nantes {
  top: calc(42% - 220px);
  left: calc(23% + 50px);
}
.bloc-carte-agences .pins-infos #infos-agence-nantes:before {
  -webkit-box-shadow: -3px -3px 10px 0 #ccc;
          box-shadow: -3px -3px 10px 0 #ccc;
  left: -7px;
  top: 230px;
}
.bloc-carte-agences .pins-infos #infos-agence-toulouse {
  bottom: calc(13% + 50px);
  right: calc(45% - 150px);
}
.bloc-carte-agences .pins-infos #infos-agence-toulouse:before {
  -webkit-box-shadow: -3px 0 10px 0 #ccc;
          box-shadow: -3px 0 10px 0 #ccc;
  left: 220px;
  bottom: -7px;
}
.bloc-carte-agences .pins-infos #infos-agence-montpellier {
  bottom: calc(11% - 80px);
  left: calc(64% - 460px);
}
.bloc-carte-agences .pins-infos #infos-agence-montpellier:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  bottom: 90px;
}
.bloc-carte-agences .pins-infos #infos-agence-toulon {
  bottom: calc(16% - 120px);
  right: calc(15% + 50px);
}
.bloc-carte-agences .pins-infos #infos-agence-toulon:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  bottom: 60px;
}
.bloc-carte-agences .pins-infos #infos-agence-lyon {
  top: calc(59% - 140px);
  right: calc(20% + 50px);
}
.bloc-carte-agences .pins-infos #infos-agence-lyon:before {
  -webkit-box-shadow: 3px 3px 10px 0 #ccc;
          box-shadow: 3px 3px 10px 0 #ccc;
  right: -7px;
  bottom: 170px;
}

/* SINGLE AGENCES */
.infos-agence li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  color: var(--couleur-secondaire-1);
}
.infos-agence li svg {
  margin-right: 20px;
  margin-top: 5px;
}
.infos-agence li span {
  color: var(--couleur-texte);
}
.infos-agence li a {
  color: var(--couleur-secondaire-2);
  font-weight: bold;
}

.map-agence iframe {
  width: 100%;
}

/* SINGLE EQUIPEMENT */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.zone-formulaire-equipement {
  position: sticky;
  top: 50px;
  background-color: var(--couleur-secondaire-7);
  color: #fff;
  border-radius: 15px;
  margin: auto;
  margin-bottom: 15px;
}
.zone-formulaire-equipement h3 {
  font-size: 28px;
  color: #fff;
}
.zone-formulaire-equipement .prix-moyen {
  font-size: 14px;
  font-weight: 100;
}
.zone-formulaire-equipement .prix-moyen span {
  font-weight: bold;
  font-size: 20px;
}
.zone-formulaire-equipement ul li svg {
  color: #fff;
  width: 25px;
  height: 25px;
}
.zone-formulaire-equipement .btn-rappel {
  width: 100%;
  background-color: var(--couleur-secondaire-1);
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.zone-formulaire-equipement .btn-rappel:hover {
  background-color: #fff;
  color: var(--couleur-texte);
}

.pgia-gallery-lightbox-inline {
  height: 470px;
  margin-bottom: 30px;
}

.pgia-gallery-lightbox-slide {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pgia-gallery-lightbox-slide img {
  border-radius: 25px;
}

.pgia-gallery-placeholder {
  width: auto;
  height: auto;
}

.pgia-gallery-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.pgia-gallery-thumbnails a {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 15px;
  margin: 20px;
  overflow: hidden;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.pgia-gallery-thumbnails a img {
  width: 100%;
}

.pgia-control {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--couleur-bg-cta);
  width: 30px;
  height: 30px;
}

.titre-infos-equipement {
  font-size: 36px;
  font-weight: 500;
  color: var(--couleur-secondaire-1);
  font-family: var(--font-headings);
  position: relative;
}

.points-fort {
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--couleur-secondaire-1)), to(var(--couleur-secondaire-7)));
  background: linear-gradient(to right, var(--couleur-secondaire-1) 50%, var(--couleur-secondaire-7) 100%);
  border-radius: 15px;
  color: #fff;
}
.points-fort h2 {
  color: #fff;
}
.points-fort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.points-fort ul li {
  margin-bottom: 20px;
}
.points-fort ul li svg {
  color: #fff;
  width: 25px;
  height: 25px;
}
.points-fort ul li div {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.caracteristiques-equipement .liste-caracteristiques {
  border: 1px solid #f5f8fb;
}
.caracteristiques-equipement .liste-caracteristiques li {
  padding: 15px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caracteristiques-equipement .liste-caracteristiques li:nth-child(odd) {
  background-color: #f5f8fb;
}
.caracteristiques-equipement .btn-telechargement-doc-equipement a {
  display: inline-block;
  padding: 10px 20px;
  color: var(--couleur-secondaire-2);
  border: 1px solid var(--couleur-secondaire-2);
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.caracteristiques-equipement .btn-telechargement-doc-equipement a:hover {
  background-color: var(--couleur-secondaire-2);
  color: #fff;
}

.bloc-equipement-similaire .bloc {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: 1px solid var(--couleur-secondaire-5);
}
.bloc-equipement-similaire .bloc .bloc-image {
  width: 100%;
  padding-top: 65%;
  position: relative;
  margin-bottom: 20px;
}
.bloc-equipement-similaire .bloc .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.bloc-equipement-similaire .bloc h3 {
  font-weight: 600;
  font-size: 20px;
}
.bloc-equipement-similaire .bloc .bloc-texte {
  font-size: 16px;
}
.bloc-equipement-similaire .bloc .liste-categorie {
  margin-bottom: 10px;
}
.bloc-equipement-similaire .bloc .liste-categorie span {
  display: inline-block;
  margin-right: 5px;
  color: var(--couleur-secondaire-1);
  font-weight: 500;
  font-size: 12px;
}

.bloc-faq-equipement .entete-card {
  background-color: #fff;
  padding: 13px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid var(--couleur-secondaire-1);
}
.bloc-faq-equipement .entete-card button {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: var(--couleur-texte);
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
.bloc-faq-equipement .entete-card button .picto {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--couleur-secondaire-1);
  border-bottom: 2px solid var(--couleur-secondaire-1);
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bloc-faq-equipement .entete-card.active button, .bloc-faq-equipement .entete-card:hover button {
  color: var(--couleur-secondaire-1);
}
.bloc-faq-equipement .entete-card.active button .picto, .bloc-faq-equipement .entete-card:hover button .picto {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.bloc-faq-equipement .content-card {
  overflow: hidden;
}

/* KEYFRAMES */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/* CATEGORIES */
.liste-categories a {
  display: block;
  color: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid var(--couleur-texte);
}
.liste-categories a svg {
  width: 0;
  opacity: 0;
  margin-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.liste-categories a:first-child() {
  padding-top: 0;
}
.liste-categories a.current, .liste-categories a:hover {
  color: var(--couleur-secondaire-2);
}
.liste-categories a.current svg, .liste-categories a:hover svg {
  width: auto;
  opacity: 1;
  margin-right: 10px;
}
.liste-categories .liste {
  display: none;
}

/* PAGINATION */
.liste-pagination {
  width: 100%;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-item .page-link {
  color: var(--couleur-secondaire-1);
}
.pagination .page-item.active .page-link {
  background-color: var(--couleur-secondaire-1);
  border-color: var(--couleur-secondaire-1);
  color: #fff;
}

/* WP SITEMAP */
.wsp-container a {
  color: var(--couleur-texte);
}
.wsp-container a:hover {
  color: var(--couleur-secondaire-1);
}

/* WordPress Core */
/* -------------------------------------------------------------- */
.alignone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE */
@media only screen and (max-width: 1140px) {
  .btn-popup-home {
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  #btn-popup-contact, #btn-popup-devis {
    display: none !important;
  }
  #modalContact .bloc-image {
    display: none;
  }
  #modalContact {
  }
  header.header-desktop {
    display: none;
  }
  header.header-mobile {
    display: block;
  }
  h1 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 20px;
  }
  #btnAscenseur {
    display: none !important;
  }
  .bloc-timeline .bloc-titre {
    text-align: center;
  }
  .bloc-timeline .content-timeline:before {
    display: none;
  }
  .bloc-timeline .content-timeline {
  }
  .bloc-timeline .bloc-para-timeline {
    width: 100%;
    margin-top: 0 !important;
  }
  .bloc-timeline .bloc-para-timeline:after, .bloc-timeline .bloc-para-timeline:before {
    display: none;
  }
  .bloc-timeline .bloc-para-timeline {
  }
  .bloc-timeline .bloc-timeline-supp {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }
  .bloc-timeline .bloc-timeline-supp .bloc-date {
    display: inline-block !important;
    margin: auto !important;
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
  }
  .bloc-timeline .bloc-timeline-supp .bloc-date span {
    text-align: center;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  .bloc-timeline .bloc-timeline-supp .bloc-date {
  }
  .bloc-timeline .bloc-timeline-supp .bloc-image img {
    display: block;
    margin: auto;
  }
  .bloc-timeline .bloc-timeline-supp .bloc-image {
  }
  .bloc-timeline .bloc-timeline-supp {
  }
  .bloc-timeline .bloc-timeline-inf {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  .bloc-timeline {
  }
  .bloc-liste .bloc-paragraphe-intro {
    max-width: 100%;
  }
  .bloc-carte-agences {
    display: none;
  }
  #home-zone-2:before {
    display: none;
  }
  #home-zone-formulaire .content-formulaire {
    margin-top: 0;
    border-radius: 0;
  }
  #home-zone-2 .bloc-mea-home-zone-2 .lienlibel {
    opacity: 1;
  }
  #home-zone-3:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bloc-temoignage .owl-stage .owl-item:nth-child(even) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  header.header-mobile .btn-popup-contact-devis {
    font-size: 13px;
    width: 95%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header.header-mobile .btn-popup-contact-devis span {
    margin: 0 5px;
  }
  header.header-mobile .btn-popup-contact-devis {
  }
  h1 {
    font-size: 24px;
  }
  .texte-modele-4 .picto.picto-haut {
    left: 10px;
  }
  .texte-modele-4 .picto.picto-bas {
    right: 10px;
  }
  .fluent_form_4 .ff-step-body > .fluentform-step.active:nth-child(1) {
    grid-template-columns: 1fr !important;
  }
  #home-zone-2 h2 {
    text-align: left !important;
  }
  #home-zone-2 {
  }
  #home-zone-2 .bloc-mea-home-zone-2 h3 {
    display: none;
  }
  #home-zone-2 .bloc-mea-home-zone-2 .lienlibel {
    position: relative;
    padding-top: 100px !important;
  }
  #home-zone-2 .bloc-mea-home-zone-2:before {
    display: none;
  }
  #home-zone-3 .content-bloc-home-zone-3 {
    gap: 5px;
  }
  #home-zone-4 .owl-carousel .owl-item img {
    margin: auto;
  }
  #home-zone-4 {
  }
  #home-zone-6 .btn-more-home {
    display: inline-block;
  }
  #home-zone-8 .bloc-cta-home {
    padding: 40px 10px 20px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
  .bloc-galerie .grid-item {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
  }
  .bloc-galerie .masonry-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tobi__slider__slide__content > figure > img {
    margin: auto !important;
  }
  .tobi__slider__slide__content > figure > figcaption {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
.woocommerce-products-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: 99;
}

.woocommerce-page main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 15px;
}

.woocommerce.single-product #sidebar, .woocommerce.post-type-archive-product #sidebar, .woocommerce.tax-product_cat #sidebar {
  display: none;
}

.wp-block-woocommerce-empty-cart-block .calltoaction a {
  color: #fff;
  text-decoration: none !important;
}
.wp-block-woocommerce-empty-cart-block .calltoaction:hover a {
  color: var(--couleur-texte) !important;
}

.woocommerce ul.products li.product {
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}
.woocommerce ul.products li.product:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.woocommerce ul.products li.product a img {
  width: auto !important;
  max-height: 220px;
  margin: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Teko", sans-serif;
  font-size: 1.4em;
  color: #003473;
  padding: 16px;
}
.woocommerce ul.products li.product .price {
  font-family: "Asap", sans-serif;
  font-size: 1.2em;
  color: #fff;
}
.woocommerce ul.products li.product .button {
  background-color: #16b3f1;
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 2px 2px;
  text-align: center;
  font-family: "Asap", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: block;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #003473;
}

/* Fiche produit */
.woocommerce .woocommerce-tabs, .woocommerce .related.products {
  grid-column: 1/-1;
}

.woocommerce div.product div.summary {
  width: auto;
}

.woocommerce div.product div.images img {
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.woocommerce div.product .product_title {
  font-family: "Teko", sans-serif;
  font-size: 2.8em;
  color: #003473;
  margin-bottom: 20px;
}

.woocommerce div.product .price {
  font-family: "Asap", sans-serif;
  font-size: 1.8em;
  color: #db7518 !important;
  margin-bottom: 24px;
}

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.woocommerce div.product form.cart .button {
  background-color: #16b3f1;
  color: #fff;
  padding: 16px;
  border-radius: 2px;
  border: none;
  font-family: "Asap", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 200px;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #003473;
}

.product-gallery-flickity .gallery-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* centrage vertical */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* centrage horizontal */
  width: 100%;
  height: 600px; /* hauteur du slider : adapte selon ton design */
}
.product-gallery-flickity .gallery-cell img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* garde le ratio de l'image */
}

.woocommerce.single-product .product_meta {
  display: none;
}

/* Panier */
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  font-family: "Asap", sans-serif;
}

.woocommerce-cart table.shop_table th {
  text-align: left;
  padding: 16px;
  background-color: #f9f9f9;
  border: none;
  font-weight: bold;
  border-radius: 2px 2px 0 0;
}

.woocommerce-cart table.shop_table td {
  background-color: #fff;
  border: none;
  padding: 16px;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.woocommerce-cart .cart_totals {
  border-radius: 2px;
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.woocommerce-cart .wc-block-grid__product-title {
  color: var(--couleur-secondaire-1);
  font-size: 18px;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart a:hover {
  background-color: var(--couleur-secondaire-2);
  color: #fff;
}

/* Checkout */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #fff;
  padding: 24px;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Mon compte */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Asap", sans-serif;
  color: #003473;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #003473;
  color: #fff;
}

.woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 24px;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: "Asap", sans-serif;
}

.shop-categories-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.shop-categories-menu > .category-item {
  position: relative;
  margin-right: 30px;
}
.shop-categories-menu > .category-item li {
  list-style: none;
}
.shop-categories-menu > .category-item > a {
  display: block;
  padding: 10px 0;
  font-family: var(--font-headings);
  font-size: 1.2em;
  color: var(--couleur-secondaire-1);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.shop-categories-menu > .category-item > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border: solid var(--couleur-secondaire-1);
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
}
.shop-categories-menu > .category-item > a:hover {
  border-bottom: 2px solid var(--couleur-secondaire-2);
  color: var(--couleur-secondaire-2);
}
.shop-categories-menu > .category-item > a:hover:after {
  border: solid var(--couleur-secondaire-2);
  border-width: 0 2px 2px 0;
}
.shop-categories-menu > .category-item.has-children > a::after {
  opacity: 1;
}
.shop-categories-menu > .category-item:hover > a::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.shop-categories-menu > .category-item .sub-categories {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.shop-categories-menu > .category-item .sub-categories li {
  padding: 5px 20px;
}
.shop-categories-menu > .category-item .sub-categories li a {
  display: block;
  font-family: var(--font-body);
  font-size: 1em;
  color: var(--couleur-secondaire-1);
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.shop-categories-menu > .category-item .sub-categories li a:hover {
  color: var(--couleur-secondaire-3);
  background-color: #f9f9f9;
}
.shop-categories-menu > .category-item:hover .sub-categories {
  display: block;
}

@media (max-width: 767px) {
  .shop-categories-menu {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    border-bottom: none;
    margin: 10px 0 20px 0;
  }
  .shop-categories-menu > .category-item {
    display: inline-block;
    margin-right: 20px;
  }
  .shop-categories-menu > .category-item .sub-categories {
    display: none !important;
  }
  .shop-categories-menu > .category-item > a::after {
    display: none;
  }
  .shop-categories-menu > .category-item > a:hover {
    border-bottom: none;
  }
  .shop-categories-menu > .category-item {
  }
  .shop-categories-menu {
  }
}
.custom-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #a8bdd6;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  padding: 16px 16px 0 16px;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  height: 100%;
  min-height: 430px;
}
.custom-product-card .custom-product-title {
  font-family: var(--font-headings);
  font-size: 1.1em;
  color: #e1251b;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}
.custom-product-card .custom-product-short-description {
  font-family: var(--font-body);
  font-size: 1em;
  color: #444;
  margin-bottom: 16px;
  text-align: left;
}
.custom-product-card .custom-product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a8bdd6;
  border-radius: 0 0 4px 4px;
  margin: -16px -16px 0 -16px;
  height: 50px;
}
.custom-product-card .custom-product-footer .custom-add-to-cart-button {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-headings);
  font-size: 1.2em;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 2px solid #fff;
}
.custom-product-card .custom-product-footer .custom-product-price {
  font-family: var(--font-body);
  font-size: 1em;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-product-card:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.custom-product-card:hover .custom-product-footer .custom-add-to-cart-button {
  background-color: var(--couleur-secondaire-1);
}
.custom-product-card:hover .custom-product-footer .custom-product-price {
  background-color: var(--couleur-secondaire-3);
}