<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>1433</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>3535</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>4847</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>4955</b><br />
.bloc-header-accueil {
  position: relative;
  overflow: hidden;
  min-height: 101vh;
}
.bloc-header-accueil #carouselHeader {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.bloc-header-accueil #carouselHeader .carousel-inner {
  height: 100%;
}
.bloc-header-accueil #carouselHeader .carousel-inner .carousel-item {
  height: 100%;
}
.bloc-header-accueil #carouselHeader .carousel-inner .carousel-item.jarallax {
  position: relative;
  z-index: 0;
}
.bloc-header-accueil #carouselHeader .carousel-inner .carousel-item .jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bloc-header-accueil #carouselHeader .carousel-inner .carousel-item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-header-accueil .container-info-ticker {
  position: relative;
  width: 100%;
  height: auto;
}
.bloc-header-accueil .container-info-ticker #carouselTicker {
  position: relative;
  transition: .3s all;
}
.bloc-header-accueil .container-info-ticker #carouselTicker::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #252829;
  z-index: -1;
  transition: .3s all;
}
.bloc-header-accueil .container-info-ticker #carouselTicker:hover .lien {
  color: white;
}
.bloc-header-accueil .container-info-ticker #carouselTicker .lien {
  font-size: 1.125rem;
  color: #f57f24;
  font-weight: 500;
  text-decoration: none;
  transition: .3s all;
  text-align: center;
}
.bloc-header-accueil .container-info-ticker #carouselTicker .lien .wrapper-date {
  padding: 1rem 0;
}
.bloc-header-accueil .bloc-container .wrapper-titre {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.bloc-header-accueil .bloc-container .wrapper-titre::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #252829;
  z-index: -1;
  opacity: 0.75;
}
.bloc-header-accueil .bloc-container .wrapper-titre .titre {
  text-align: center;
  color: white;
  padding: 2rem 0.5rem;
  margin: 0;
  font-size: 1.75rem;
}
.bloc-header-accueil .bloc-container .wrapper-sous-titre {
  background-color: #252829;
  margin: 0;
}
.bloc-header-accueil .bloc-container .wrapper-sous-titre .sous-titre {
  color: white;
  padding: 1rem 0;
  margin: 0;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1rem;
}
.bloc-header-accueil .bloc-container .boutons-container {
  background-color: white;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bloc-header-accueil .bloc-container .boutons-container .wrapper-button {
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0.75rem;
  text-align: center;
  font-size: 1rem;
  position: relative;
  transition: .3s all;
}
.bloc-header-accueil .bloc-container .boutons-container .wrapper-button:hover {
  background-color: #252829 !important;
}
.bloc-header-accueil .bloc-container .boutons-container .wrapper-button::after {
  position: absolute;
  width: 95%;
  height: 80%;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: solid 2px white;
  z-index: 1;
  opacity: 0.5;
}
.bloc-header-accueil .bloc-container .boutons-container .wrapper-button .lien {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: white;
  font-weight: 700;
}
@media (min-width: 992px) {
  .bloc-header-accueil .container-info-ticker {
    top: 0;
    z-index: 1;
  }
  .bloc-header-accueil .bloc-container .wrapper-titre .titre {
    padding: 3rem 0.5rem;
    font-size: 2.25rem;
  }
  .bloc-header-accueil .bloc-container .wrapper-sous-titre .sous-titre {
    padding: 1.5rem 0;
  }
  .bloc-header-accueil .bloc-container .boutons-container {
    padding: 3rem 1.5rem;
  }
  .bloc-header-accueil .bloc-container .boutons-container .wrapper-button {
    width: 40%;
    margin: 0.5rem 0.5rem;
    padding: 3rem 1rem;
    font-size: 1.25rem;
  }
  .bloc-header-accueil .bloc-container .boutons-container .wrapper-button::after {
    width: 90%;
  }
}
