/********************************************************
*														*
		        MODULES/ACCUEIL
*														*
********************************************************/
.homeFlash {
  position: relative;
  padding-left: 6.5rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid rgba(210, 214, 224, 0.6);
}

.homeFlash::before {
  content: "";
  font-size: 1.5rem;
  color: #E4461e;
  position: absolute;
  top: -moz-calc(50% - 1rem);
  top: calc(50% - 1rem);
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 67px;
  background: url(../../../img/pictos/bell.svg) no-repeat center/cover;
}

@media screen and (min-width: 1320px) {
  .homeFlash {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.homeFlash ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
}

.homeFlash-contenu {
  padding: 1.25rem 1.5rem 1rem;
  display: block;
  background: #fff;
  color: #4e525a;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.homeFlash-contenu[href]:hover {
  background: rgba(210, 214, 224, 0.2);
  color: #4e525a;
}

.homeFlash p {
  margin-bottom: 0;
}

.homeFlash .owl-dots {
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.homeFlash .owl-dots::before {
  display: block;
  content: '';
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.0625rem;
  height: -moz-calc(100% + 2rem);
  height: calc(100% + 2rem);
  background: #E4461e;
  z-index: -1;
}

.homeFlash .owl-dots .owl-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  border: 0.0625rem solid #E4461e;
  background: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.homeFlash .owl-dots .owl-dot.active {
  background: #E4461e;
}

.homeFlash .owl-dots .owl-dot:focus {
  outline: none;
}

@media (min-width: 992px) {
  .homeIntro .container {
    max-width: 60rem;
  }
}

.homeIntro .blocs-cms {
  padding: 2rem 0 5rem 0;
}

.homeIntro .blocs-cms:empty {
  display: none;
}

.spectacles {
  margin-top: 3.5rem;
}
