section.paragraph--type--texte-colonne {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.paragraph--type--texte-colonne div.container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  margin: 100px 0;
  padding: 0;
}

section.paragraph--type--texte-colonne div.container div.content {
  flex: 1;
  margin: 0 1px;
}

section.paragraph--type--texte-colonne div.container div.content div.row {
  margin: 0;
}

section.paragraph--type--texte-colonne div.container div.content div.bloc-text {
  width: 100%;
  height: 100%;
}

section.paragraph--type--texte-colonne div.container div.content div.bloc-text span.bloc-text-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  background: #ececec;
  padding: 30px 15px;
  margin-bottom: 0;
}

section.paragraph--type--texte-colonne div.container div.content div.bloc-text span.bloc-text-desc {
  display: block;
  background: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  height: 100%;
}

section.paragraph--type--texte-colonne div.container div.content div.bwwwloc-text p {
  color: #212529;
}

@media (max-width: 768px) {
  section.paragraph--type--texte-colonne div.container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  section.paragraph--type--texte-colonne div.container div.content {
    margin: 10px 0;
    width: 90%;
  }
}

section.paragraph--slider-2 .home-slider-actus .slides .bloc-actu .bloc-ref {
  height: 250px;
}
section.paragraph--slider-2 .home-slider-actus .slides .bloc-actu.current {
  width: 450px;
}
section.paragraph--slider-2 .home-slider-actus .slides .bloc-actu {
  width: 350px;
}

/* Manage menu sublevel */
header .menu .content-menu .wrapper-menu .col-right .menu-links .menu-links {
  padding-left: 0;
  margin-bottom: 16px;
}
@media (max-width: 1023.98px) {
  header .menu .content-menu .wrapper-menu .col-right .menu-links {
    justify-content: start;
    gap: 20px;
  }
  header .menu .content-menu .wrapper-menu .col-right .menu-links .menu-links {
    margin-bottom: 0;
  }

  header .menu .content-menu .wrapper-menu .col-right .menu-links .headerLink.has-sublevel {
    line-height: 35px;
  }
}

header .menu .content-menu .wrapper-menu .col-right .menu-links .headerLink + .menu-links {
  display: none;
}
header .menu .content-menu .wrapper-menu .col-right .menu-links .headerLink.display-sublevel + .menu-links {
  display: block;
}

header .menu .content-menu .wrapper-menu .col-right .menu-links .menu-links li a {
  line-height: 30px;
  color: #000;
}

header .menu .content-menu .wrapper-menu .col-right .menu-links .menu-links li a:hover {
  color: #a1a1a1;
}

.header-ref .solution-tags {
  display: inline-flex;
  padding: 0;
  list-style: none;
}
.header-ref .solution-tags li {
  margin-right: 20px;
}

.home-slider-solutions .slides {
  display: flex;
  width: 9999px;
  flex-wrap: nowrap;
  z-index: 1;
}
.home-slider-solutions .slides .bloc-solution {
  width: 400px;
  background-color: #000;
  margin-right: 8px;
  height: auto;
  opacity: 1;
  transition: all 1s cubic-bezier(.135,.825,.3,.98);
  position: relative;
  flex-shrink: 0;
}

.home-slider-solutions .slides .bloc-solution a {
  color: #fff;
  cursor: pointer;
  padding: 35px 40px;
  display: block;
}
.home-slider-solutions .slides .bloc-solution a:hover {
  text-decoration: none;
}
.home-slider-solutions .slides .bloc-solution a h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 22px;
  font-weight: 700;
}
.home-slider-solutions .slides .bloc-solution a p {
  margin-bottom: 20px;
}
.home-slider-solutions .slides .bloc-solution a .btn {
  right: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  transform: translateX(-40px) translateY(-25px);
  position: absolute;
}
.home-slider-solutions .slides .bloc-solution a .btn:before {
  height: 1px;
  width: 14px;
  border: 1px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  opacity: 1;
}
.home-slider-solutions .slides .bloc-solution a .btn:after {
  height: 10px;
  width: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 6px;
}

.home-slider-solutions .slides .bloc-solution a .btn.btn-white:hover {
  background-color: #f02435;
}
.home-slider-solutions .slides .bloc-solution a .btn.btn-white:hover:before,
.home-slider-solutions .slides .bloc-solution a .btn.btn-white:hover:after {
  border-color: #fff;
}

.home-slider-solutions .home-slider-solutions-arrows {
  bottom: 50%;
  transform: translateY(50%);
}
