:root {
  --couleur-secondaire-1: #174A92;
  --couleur-secondaire-2: #DAE1F9;
  --couleur-secondaire-3: #1792D0;
  --couleur-secondaire-4: #F2F0F6;
  --couleur-body: #fff;
  --couleur-texte: #1792D0;
  --couleur-texte-cta: #F2F0F6;
  --couleur-bg-cta: #174A92;
  --couleur-border-cta: #174A92;
  --font-cta: "Archivo";
  --font-body: "Archivo";
  --font-headings: "Archivo";
}

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

[data-cta=calltoaction-bleu-transparent], [data-cta=calltoaction-blanc-transparent], [data-cta=calltoaction-blanc], [data-cta=calltoaction], .calltoaction {
  font-family: var(--font-cta);
  padding: 15px 25px !important;
  text-decoration: none !important;
  outline: none;
  border-radius: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-cta=calltoaction-bleu-transparent]:after, [data-cta=calltoaction-blanc-transparent]:after, [data-cta=calltoaction-blanc]:after, [data-cta=calltoaction]:after, .calltoaction:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff' width='1em' height='1em' class='ml-3'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 20px;
}

.calltoaction {
  color: var(--couleur-texte-cta) !important;
  border: 1px solid var(--couleur-border-cta);
  background-color: var(--couleur-bg-cta);
}
.calltoaction:hover {
  background-color: #fff;
  color: var(--couleur-texte) !important;
}
.calltoaction:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='#1792D0' width='1em' height='1em' class='ml-3'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

[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]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231792D0' width='1em' height='1em' class='ml-3'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

[data-cta=calltoaction-blanc] {
  color: var(--couleur-secondaire-1) !important;
  border: 1px solid #fff;
  background-color: #fff;
}
[data-cta=calltoaction-blanc]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23174A92' width='1em' height='1em' class='ml-3'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
[data-cta=calltoaction-blanc]:hover {
  background-color: var(--couleur-secondaire-1);
  color: #fff !important;
}
[data-cta=calltoaction-blanc]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff' width='1em' height='1em' class='ml-3'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

[data-cta=calltoaction-blanc-transparent] {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: transparent;
}
[data-cta=calltoaction-blanc-transparent]:hover {
  background-color: #fff;
  color: var(--couleur-secondaire-1) !important;
}
[data-cta=calltoaction-blanc-transparent]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23174A92' width='1em' height='1em' class='ml-3'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

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

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

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

h1 {
  font-size: 50px;
}

h2 {
  font-size: 34px;
}

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;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-dots {
  padding-top: 40px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: var(--couleur-secondaire-2);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-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-secondaire-1);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--couleur-secondaire-1) !important;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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: 25px;
  height: 25px;
}
.owl-carousel .owl-nav button.owl-next svg,
.owl-carousel .owl-nav button.owl-prev svg {
  width: 100%;
  height: 100%;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--couleur-texte) !important;
}
.owl-carousel .owl-nav button.owl-next.owl-prev,
.owl-carousel .owl-nav button.owl-prev.owl-prev {
  left: -48px;
}
.owl-carousel .owl-nav button.owl-next.owl-next,
.owl-carousel .owl-nav button.owl-prev.owl-next {
  right: -48px;
}

.tobi-zoom__icon {
  display: none;
}

#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: -o-linear-gradient(left, rgba(0, 0, 0, 0.6), transparent);
  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;
}

.home #accroche-page {
  min-height: 100vh;
  background-position-y: 0;
}
.home #accroche-page h1 {
  font-size: 80px;
}
.home #accroche-page .bloc-para {
  font-size: 22px;
  line-height: 1.5em;
  background: none;
}
.home #accroche-page .bloc-para .calltoaction {
  font-size: 22px !important;
}

#accroche-taxo-solutions {
  background-color: var(--couleur-secondaire-2);
}
#accroche-taxo-solutions h1 {
  color: var(--couleur-secondaire-1);
}

#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;
  -o-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;
}

header {
  z-index: 99999;
}
header .content-menu-general {
  background-color: var(--couleur-secondaire-1);
}
header .content-menu-general:not(.open-search) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.custom-logo {
  margin-top: 10px;
}
#menu-general a {
  color: var(--couleur-secondaire-2);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: block;
  text-decoration: none !important;
}
#menu-general > li > a {
  padding: 20px 15px;
}
#menu-general .btn-submenu {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 2px;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-general .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: 0;
}
#menu-general .sub-menu a {
  background-color: var(--couleur-secondaire-1);
  color: #fff;
  white-space: nowrap;
  position: relative;
  padding: 10px 20px;
}
#menu-general .sub-menu a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--couleur-secondaire-3);
}
#menu-general .sub-menu a:hover:before {
  width: 10px;
}
#menu-general li {
  position: relative;
}
#menu-general li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#menu-general > li.menu-item-has-children > .btn-submenu {
  display: block;
}
#menu-general > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: var(--couleur-secondaire-2);
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#menu-general > li:hover > a {
  color: var(--couleur-secondaire-2);
}
#menu-general > li:hover > a:before {
  width: calc(100% - 40px);
}

#menu-secondaire {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-secondaire li {
  margin-right: 10px;
  margin-bottom: 5px;
}
#menu-secondaire a:not([hreflang]) {
  display: block;
  padding: 15px;
  border-radius: 28px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--couleur-secondaire-3);
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-secondaire a:not([hreflang]):hover {
  background-color: var(--couleur-secondaire-1);
}

.picto-search-menu {
  color: #fff;
  cursor: pointer;
}

.barre-recherche-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
}
.barre-recherche-menu .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 14px;
  background-color: var(--couleur-secondaire-3);
  outline: none;
  height: 34px;
  color: #fff;
  border-bottom-right-radius: 8px;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  -o-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-4);
  color: var(--couleur-secondaire-1);
}
footer .widget {
  font-size: 16px;
}
footer .widget a {
  color: var(--couleur-secondaire-1);
  text-decoration: none !important;
}
footer .widget .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
footer .widget .gallery .gallery-item {
  width: 140px;
  background-color: #fff;
  border-radius: 8px;
}
footer .widget .gallery .gallery-item .gallery-icon {
  position: relative;
}
footer .widget .gallery .gallery-item .gallery-icon:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
footer .widget .gallery .gallery-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  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;
}
footer .widget .gallery .gallery-item a img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
footer .options-theme {
  margin: 0 0 1rem;
}
footer .options-theme ul li {
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .options-theme ul li a {
  color: var(--couleur-secondaire-1);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .options-theme ul li:hover {
  background-color: var(--couleur-secondaire-1);
}
footer .options-theme ul li:hover a {
  color: #fff;
}
.home h2 {
  font-size: 40px;
  line-height: 42px;
}

#zone-1-home {
  padding-top: 153px;
  padding-bottom: 119px;
  color: var(--couleur-secondaire-1);
  position: relative;
  overflow: hidden;
}
#zone-1-home h1 {
  font-size: 50px;
  line-height: 53px;
  font-weight: 500;
}
#zone-1-home .bloc-para {
  position: relative;
  max-width: 685px;
}
#zone-1-home .bloc-titre {
  margin-bottom: 60px;
}
#zone-1-home .bloc-texte {
  max-width: 430px;
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
}
#zone-1-home .img-zone-1-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#zone-2-home {
  overflow: hidden;
  padding: 85px 0;
  background: transparent -o-linear-gradient(91deg, #DAE1F9 0%, rgba(218, 225, 249, 0) 100%) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(359deg, #DAE1F9 0%, rgba(218, 225, 249, 0) 100%) 0 0 no-repeat padding-box;
}
#zone-2-home picture {
  position: absolute;
  right: 52%;
  top: 300px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  mix-blend-mode: multiply;
}
#zone-2-home picture img {
  max-width: initial;
}
#zone-2-home .bloc-texte-intro {
  max-width: 1135px;
}
#zone-2-home .list-zone-2-home {
  max-width: 550px;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home {
  border: 1px solid #fff;
  border-radius: 8px;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .card-header-accordion-zone-2-home {
  position: relative;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .content-card {
  background-color: #fff;
  color: var(--couleur-secondaire-1);
  font-size: 15px;
  line-height: 18px;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .card-body-accordion-zone-2-home {
  border-top: 1px solid var(--couleur-secondaire-2);
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .card-body-accordion-zone-2-home .calltoaction {
  background-color: var(--couleur-secondaire-2);
  color: var(--couleur-secondaire-3) !important;
  padding: 6px 15px 6px 15px !important;
  border: 1px solid var(--couleur-secondaire-2) !important;
  font-size: 14px;
  line-height: 18px;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .card-body-accordion-zone-2-home .calltoaction:hover {
  background-color: var(--couleur-secondaire-1) !important;
  color: var(--couleur-secondaire-2) !important;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .card-body-accordion-zone-2-home .calltoaction:after {
  display: none !important;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card h3 {
  font-size: 24px;
  line-height: 23px;
  font-weight: bold;
  color: var(--couleur-secondaire-1);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card .bloc-logo {
  width: 117px;
  margin-right: 20px;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card .picto-ferme {
  display: none;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card[aria-expanded=true]:before {
  opacity: 1;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card[aria-expanded=false] .picto-ferme {
  display: block;
}
#zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card[aria-expanded=false] .picto-ouvert {
  display: none;
}
#zone-2-home .more a {
  color: var(--couleur-secondaire-3);
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  max-width: 240px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-2-home .more .img-more {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-2-home .more:hover a {
  color: var(--couleur-secondaire-1);
}
#zone-2-home .more:hover .img-more {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

#zone-3-home {
  background: -o-radial-gradient(30% 11%, circle, #174A92 0%, #174991 1%, #010E21 100%);
  background: radial-gradient(circle at 30% 11%, #174A92 0%, #174991 1%, #010E21 100%);
}
#zone-3-home .bloc-texte-intro {
  font-size: 20px;
  line-height: 22px;
  color: var(--couleur-secondaire-2);
}
#zone-3-home .bloc-texte-intro h1,
#zone-3-home .bloc-texte-intro h2,
#zone-3-home .bloc-texte-intro h3,
#zone-3-home .bloc-texte-intro h4,
#zone-3-home .bloc-texte-intro h5,
#zone-3-home .bloc-texte-intro h6 {
  color: #fff;
}
#zone-3-home .bloc-texte-intro.bloc-intro-gauche {
  max-width: 470px;
}
#zone-3-home .list-zone-3-home > div > .row {
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
#zone-3-home .list-zone-3-home h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 23px;
  font-weight: bold;
  color: var(--couleur-secondaire-3);
  word-wrap: break-word;
  max-width: 130px;
}
#zone-3-home .list-zone-3-home .bloc {
  position: relative;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 20px;
}
#zone-3-home .list-zone-3-home .bloc .lienlibel {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#zone-3-home .list-zone-3-home .bloc:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--couleur-texte);
  opacity: 0.38;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
}
#zone-3-home .list-zone-3-home .bloc .picto {
  width: 100%;
  min-height: 135px;
  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;
  padding-top: 30px;
}
#zone-3-home .list-zone-3-home .bloc img {
  position: relative;
  max-height: 90px;
  width: auto;
}
#zone-3-home .list-zone-3-home .bloc h4 {
  position: relative;
  color: var(--couleur-secondaire-2);
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  max-width: 90%;
}
#zone-3-home .list-zone-3-home .bloc:hover:before {
  opacity: 1;
}

#zone-4-home {
  background-image: url("../assets/img/services_bg.webp");
  background-repeat: no-repeat;
  background-size: 265px auto;
  background-position: right 50px;
}
#zone-4-home .bloc-texte-intro {
  max-width: 650px;
}
#zone-4-home .bloc-liste-zone-4-home {
  max-width: 557px;
}
#zone-4-home .bloc-liste-zone-4-home ul li {
  background-color: var(--couleur-secondaire-2);
  border-radius: 8px;
  padding-right: 80px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-4-home .bloc-liste-zone-4-home ul li .lienlibel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#zone-4-home .bloc-liste-zone-4-home ul li h3 {
  color: var(--couleur-secondaire-1);
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-4-home .bloc-liste-zone-4-home ul li .bloc-image-liste {
  border-radius: 8px;
  background-color: #fff;
  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: 185px;
  height: 110px;
}
#zone-4-home .bloc-liste-zone-4-home ul li .bloc-image-liste img {
  max-width: 117px;
}
#zone-4-home .bloc-liste-zone-4-home ul li .picto-fleche {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#zone-4-home .bloc-liste-zone-4-home ul li:hover {
  background-color: var(--couleur-secondaire-3);
  color: #fff;
}
#zone-4-home .bloc-liste-zone-4-home ul li:hover h3 {
  color: #fff;
}
#zone-4-home .bloc-liste-zone-4-home ul li:hover .picto-fleche {
  opacity: 1;
}

#zone-5-home {
  background-color: var(--couleur-secondaire-4);
}
#zone-5-home .bloc-intro-gauche {
  max-width: 577px;
}
#zone-5-home .bloc-intro-droite {
  max-width: 550px;
}
#zone-5-home .bloc-liste-zone-5-home .bloc {
  max-width: 318px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
  border-radius: 8px;
  position: relative;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .lienlibel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-image {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-image .overlay {
  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: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--couleur-secondaire-1);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-image .picto-img-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-image .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-texte .bloc-infos {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-texte .bloc-infos .picto {
  margin-right: 10px;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-texte .bloc-infos .picto img {
  max-width: 20px;
}
#zone-5-home .bloc-liste-zone-5-home .bloc .bloc-texte h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
#zone-5-home .bloc-liste-zone-5-home .bloc:hover {
  background-color: #fff;
}
#zone-5-home .bloc-liste-zone-5-home .bloc:hover .overlay {
  opacity: 1;
}
#zone-5-home .bloc-liste-zone-5-home .bloc:hover .picto-img-bg {
  opacity: 1;
}
#zone-5-home .owl-carousel .owl-stage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#zone-6-home {
  background-color: var(--couleur-secondaire-4);
}
#zone-6-home .img-zone-6-home {
  max-width: 1397px;
  width: 100%;
  display: block;
  margin: auto;
}
#zone-6-home .content-zone-6-home {
  position: relative;
  background: -o-radial-gradient(70% -15%, circle, #1792D0 0%, #174A92 100%);
  background: radial-gradient(circle at 70% -15%, #1792D0 0%, #174A92 100%);
  border-radius: 8px;
  max-width: 98%;
  margin: auto;
}
#zone-6-home .bloc-texte-intro {
  position: absolute;
  top: 100px;
  left: 0;
  max-width: 600px;
  color: #fff;
}
#zone-6-home .bloc-texte-intro h1,
#zone-6-home .bloc-texte-intro h2,
#zone-6-home .bloc-texte-intro h3,
#zone-6-home .bloc-texte-intro h4,
#zone-6-home .bloc-texte-intro h5,
#zone-6-home .bloc-texte-intro h6 {
  color: #fff;
}
#zone-6-home .item-zone-6-home {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
#zone-6-home .item-zone-6-home.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#zone-6-home .item-zone-6-home .texte {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(1, 12, 74, 0.5);
  border-radius: 8px;
}
#zone-6-home .item-zone-6-home .texte:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(23, 74, 146, 0.5);
  opacity: 0.3;
  z-index: -1;
  border-radius: 8px;
  border: 1px solid #fff;
}
#zone-6-home .item-zone-6-home:nth-of-type(2) {
  top: 30%;
  left: clamp(50% - 580px, 8vw, 200px);
}
#zone-6-home .item-zone-6-home:nth-of-type(3) {
  top: 48%;
  left: clamp(50% - 450px, 8vw, 200px);
}
#zone-6-home .item-zone-6-home:nth-of-type(4) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: 70%;
  left: clamp(50% - 540px, 8vw, 200px);
}
#zone-6-home .item-zone-6-home:nth-of-type(5) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: 55%;
  left: clamp(50% - 100px, 8vw, 200px);
}
#zone-6-home .item-zone-6-home:nth-of-type(6) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: 62%;
  left: clamp(50% + 250px, 8vw, 200px);
}
#zone-6-home .item-zone-6-home:nth-of-type(7) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  top: 42%;
  left: clamp(50% + 220px, 8vw, 200px);
}
#zone-6-home .item-zone-6-home:nth-of-type(8) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  top: 22%;
  left: clamp(50% + 250px, 8vw, 200px);
}

#zone-7-home {
  background-color: var(--couleur-secondaire-4);
}
#zone-7-home .content-zone-7-home {
  position: relative;
  border-radius: 8px;
  max-width: 98%;
  margin: auto;
  background: var(--couleur-secondaire-3);
  color: #fff;
}
#zone-7-home .content-zone-7-home:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../assets/img/contact_bg.webp");
  background-size: cover;
  mix-blend-mode: multiply;
}
#zone-7-home .picto-bloc-intro {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
#zone-7-home h1,
#zone-7-home h2,
#zone-7-home h3,
#zone-7-home h4,
#zone-7-home h5,
#zone-7-home h6 {
  color: #fff;
}
#zone-7-home .bloc-intro-gauche {
  max-width: 560px;
}
#zone-7-home .bloc-intro-droite {
  max-width: 500px;
}

#breadcrumbs {
  padding: 20px 0;
}
#breadcrumbs a {
  color: var(--couleur-texte);
}
.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;
}

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

.bloc-cta-3 {
  color: #fff;
}
.bloc-cta-3 .bloc-cta .calltoaction {
  border: none !important;
  font-size: 24px !important;
  padding: 18px 50px !important;
  border-radius: 50px;
}
.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;
  -o-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-texte);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-mea h3:hover {
  color: var(--couleur-secondaire-1);
}

.the-bloc-mea-1 {
  max-width: 400px;
}
.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;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.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;
  -o-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 .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;
  -o-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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.the-bloc-mea-1 .more svg {
  -webkit-transition: all 0.3s;
  -o-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-3 svg {
  fill: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  -o-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;
  -o-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;
  -o-transition: 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;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
}

@-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-solutions {
  list-style: none;
  font-weight: bold;
  color: var(--couleur-secondaire-1);
}
.categories-solutions .titre-liste-categories {
  font-weight: 700;
  color: var(--couleur-secondaire-1);
}
.categories-solutions ul {
  margin-top: 20px;
  padding-left: 20px;
}
.categories-solutions ul li {
  margin-bottom: 10px;
}
.categories-solutions ul li a {
  display: block;
  font-size: 16px;
  color: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 400;
}
.categories-solutions ul li.current-cat a, .categories-solutions ul li:hover a {
  color: var(--couleur-secondaire-2) !important;
}
.categories-solutions .liste {
  display: none;
}
.liste-categories li,
.liste-categories ul {
  list-style: none;
  padding: 0;
}
.liste-categories li {
  margin-bottom: 5px;
}
.liste-categories a {
  color: var(--couleur-texte);
  font-size: 14px;
}
.liste-categories a:hover {
  color: var(--couleur-secondaire-1);
}
.liste-categories .titre-categories {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--couleur-secondaire-1);
}
.liste-categories ul li {
  padding-left: 10px;
}

.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;
}
.wsp-container a {
  color: var(--couleur-texte);
}
.wsp-container a:hover {
  color: var(--couleur-secondaire-1);
}

#zone-filtre-recherche {
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
#zone-filtre-recherche form ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#zone-filtre-recherche form ul li {
  width: 100%;
  padding: 0 20px;
  position: relative;
}
#zone-filtre-recherche form ul li:last-child:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KCgo8IS0tIExpY2Vuc2U6IFBELiBNYWRlIGJ5IGljb25zODogaHR0cHM6Ly9naXRodWIuY29tL2ljb25zOC93aW5kb3dzLTEwLWljb25zIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Y2lyY2xlIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxOS41IiBjeT0iMTIuNSIgcj0iOC41Ii8+CjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0IiB5MT0iMjgiIHgyPSIxNCIgeTI9IjE4Ii8+Cjwvc3ZnPg==");
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
#zone-filtre-recherche form ul li:last-child:hover:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KCgo8IS0tIExpY2Vuc2U6IFBELiBNYWRlIGJ5IGljb25zODogaHR0cHM6Ly9naXRodWIuY29tL2ljb25zOC93aW5kb3dzLTEwLWljb25zIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Y2lyY2xlIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxOS41IiBjeT0iMTIuNSIgcj0iOC41Ii8+CjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0IiB5MT0iMjgiIHgyPSIxNCIgeTI9IjE4Ii8+Cjwvc3ZnPg==");
}
#zone-filtre-recherche form ul select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 55px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 25px;
  font-size: 15px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBDQzAgTGljZW5zZS4gTWFkZSBieSBTVkcgUmVwbzogaHR0cHM6Ly93d3cuc3ZncmVwby5jb20vc3ZnLzQyNTk4MS9ib3R0b20tYXJyb3cgLS0+Cjxzdmcgd2lkdGg9IjgwMHB4IiBoZWlnaHQ9IjgwMHB4IiB2aWV3Qm94PSIwIC0xOS4wNCA3NS44MDQgNzUuODA0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIGlkPSJHcm91cF82NyIgZGF0YS1uYW1lPSJHcm91cCA2NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc5OC4yMDMgLTU4Ny44MTUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzU5IiBkYXRhLW5hbWU9IlBhdGggNTkiIGQ9Ik03OTguMiw1ODkuMzE0YTEuNSwxLjUsMCwwLDEsMi41NjEtMS4wNmwzMy41NiwzMy41NTZhMi41MjgsMi41MjgsMCwwLDAsMy41NjQsMGwzMy41NTgtMzMuNTU2YTEuNSwxLjUsMCwxLDEsMi4xMjEsMi4xMjFsLTMzLjU1OCwzMy41NTdhNS41Myw1LjUzLDAsMCwxLTcuODA3LDBsLTMzLjU2LTMzLjU1N0ExLjUsMS41LDAsMCwxLDc5OC4yLDU4OS4zMTRaIiBmaWxsPSIjZmZmIi8+CiAgPC9nPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
#zone-filtre-recherche form ul select:focus {
  outline: none !important;
}
#zone-filtre-recherche form ul select option {
  color: var(--couleur-texte);
}
#zone-filtre-recherche form ul select option:hover {
  background-color: var(--couleur-secondaire-3);
}
#zone-filtre-recherche form ul input[type=submit] {
  width: 100%;
  height: 55px;
  background-color: #fff;
  color: var(--couleur-texte);
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 15px 25px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#zone-filtre-recherche form ul input[type=submit]:hover {
  background-color: var(--couleur-secondaire-3);
  color: #fff;
}

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

@media only screen and (max-width: 1024px) {
  #zone-6-home {
  }
  #zone-6-home .bloc-texte-intro {
    position: relative;
    top: 0;
    left: 0;
  }
  .item-zone-6-home {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  header {
    position: relative !important;
    top: 0;
    background-color: var(--couleur-secondaire-2);
  }
  header .navbar-toggler {
    background-color: #fff;
    outline: none !important;
  }
  header #menu-general {
  }
  header #menu-general a {
    background: none;
  }
  header #menu-general .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
  }
  header #menu-general .sub-menu.open {
    display: block;
  }
  header #menu-general > li {
  }
  header #menu-general > li.menu-item-has-children {
  }
  header #menu-general > li.menu-item-has-children > .btn-submenu {
    right: 20px;
  }
  header #menu-general > li > a {
    margin-right: 40px;
    padding: 10px 15px;
  }
  header .content-menu-header {
    width: 100%;
  }
  header .content-menu-general {
    margin-top: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  #btnAscenseur {
    display: none !important;
  }
  .bloc-timeline {
  }
  .bloc-timeline .bloc-titre {
    text-align: center;
  }
  .bloc-timeline .content-timeline {
  }
  .bloc-timeline .content-timeline:before {
    display: none;
  }
  .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-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-image {
  }
  .bloc-timeline .bloc-timeline-supp .bloc-image img {
    display: block;
    margin: auto;
  }
  .bloc-timeline .bloc-timeline-inf {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  .bloc-liste .bloc-paragraphe-intro {
    max-width: 100%;
  }
}
@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 {
    padding-bottom: 10px;
  }
  .custom-logo {
    max-width: 150px;
    margin-bottom: 10px;
  }
  h1, #zone-1-home h1 {
    font-size: 30px;
    line-height: 28px;
  }
  .home h2 {
    font-size: 26px;
    line-height: 32px;
  }
  #zone-1-home {
    padding-top: 25px;
  }
  .texte-modele-4 .picto.picto-haut {
    left: 10px;
  }
  .texte-modele-4 .picto.picto-bas {
    right: 10px;
  }
  #zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card h3 {
    width: 100%;
    text-align: center;
  }
  #zone-2-home .list-zone-2-home #accordionZone2 .card-accordion-zone-2-home .titre-card .bloc-logo {
    margin-bottom: 10px;
  }
  #zone-4-home .bloc-liste-zone-4-home ul li {
    padding-right: 30px;
  }
  #zone-4-home .bloc-liste-zone-4-home ul li .picto-fleche {
    display: none;
  }
  .owl-carousel .owl-dots {
    padding-top: 20px;
  }
  footer {
  }
  footer .options-theme {
  }
  footer .options-theme ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .options-theme ul li {
    margin-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 993px) {
  .admin-bar header {
    top: 32px !important;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px;
  }
}