.banner-head {
  position: relative;
}
.banner-head .stars-effect--1 {
  background-image: url("../../../content/dam/cofiloisirs/images/cof_site_banniere.svg");
  background-repeat: no-repeat;
  z-index: 1;
  width: 404px;
  height: 404px;
  filter: blur(20px) grayscale(0%);
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 16%;
}
@media (max-width: 1023px) {
  .banner-head .stars-effect--1 {
    width: 200px;
    height: 200px;
  }
}
.banner-head .stars-effect--2 {
  background-image: url("../../../content/dam/cofiloisirs/images/cof_site_banniere.svg");
  background-repeat: no-repeat;
  z-index: 1;
  width: 267px;
  height: 267px;
  filter: blur(2px) grayscale(0%);
  opacity: 0.45;
  position: absolute;
  right: 36%;
  top: 35%;
}
@media (max-width: 1023px) {
  .banner-head .stars-effect--2 {
    width: 160px;
    height: 160px;
    top: 15%;
  }
}
.banner-head .stars-effect--2::before {
  content: "";
  background-image: url("../../../content/dam/cofiloisirs/images/cof_site_banniere.svg");
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  filter: blur(5px) grayscale(0%);
  position: absolute;
  top: 60%;
  left: -60%;
  opacity: 1;
}
.banner-head .stars-effect--2::after {
  content: "";
  background-image: url("../../../content/dam/cofiloisirs/images/cof_site_banniere.svg");
  background-repeat: no-repeat;
  width: 174px;
  height: 174px;
  filter: blur(7px) grayscale(0);
  position: absolute;
  top: -55%;
  left: 54%;
  opacity: 1;
}
.banner-head .stars-effect--3 {
  background-image: url("../../../content/dam/cofiloisirs/images/cof_site_banniere.svg");
  background-repeat: no-repeat;
  z-index: 1;
  width: 256px;
  height: 256px;
  filter: blur(5px) grayscale(0%);
  opacity: 0.5;
  position: absolute;
  left: 8%;
  top: 63%;
}
@media (max-width: 767px) {
  .banner-head .stars-effect--3 {
    display: none;
  }
}
.banner-head .stars-effect--3::after {
  content: "";
  background-image: url("../../../content/dam/cofiloisirs/images/cof_site_banniere.svg");
  background-repeat: no-repeat;
  width: 174px;
  height: 174px;
  filter: blur(20px) grayscale(0%) brightness(100%);
  top: -50%;
  left: -20%;
  opacity: 1;
  position: absolute;
}
.banner-head .stars-effect--3::before {
  content: "";
  background-image: url("../../../content/dam/cofiloisirs/images/cof_site_banniere.svg");
  background-repeat: no-repeat;
  width: 159px;
  height: 159px;
  filter: blur(5px) grayscale(0%);
  top: -120%;
  left: 30%;
  opacity: 1;
  position: absolute;
}
.banner-head__content {
  background-color: var(--color-blue-background);
  min-height: 100%;
  padding: 8em;
}
@media (max-width: 1023px) {
  .banner-head__content {
    padding: 4em 1em;
  }
}
.banner-head__title {
  color: #fff;
  font-size: 85px;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 1em;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner-head__title {
    font-size: 45px;
  }
}
.banner-head__subtitle {
  text-align: center;
  margin: 0 20%;
  z-index: 2;
  position: relative;
}
.banner-head__subtitle p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .banner-head__subtitle {
    margin: 0;
  }
}
.banner-head + .paragraphe {
  margin: 6em 0;
}
.banner-information {
  background-color: var(--color-blue-background);
  padding: 4em 0px 3em 0;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .banner-information {
    padding: 6em 0px 3em 0;
  }
}
.banner-information .banner-information {
  padding: 0;
}
.banner-information__title {
  font-size: 2em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .banner-information__title {
    font-size: 3em;
  }
}
.banner-information__btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 3em;
}
@media (min-width: 768px) {
  .banner-information__btn {
    margin: 4em;
  }
}
.contact {
  margin: 5em 0;
}
.contact ul {
  margin: 0;
}
.contact ul li {
  list-style: none;
}
.contact ul li a {
  color: var(--color-blue-primary);
}
.contact__adresse {
  margin-bottom: 4em;
}
.contact__adresse img {
  max-width: 200px;
  margin-bottom: 1em;
}
.contact__map {
  margin: 4em 0;
}
.countdown {
  position: relative;
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .countdown {
    padding: 5em 0;
  }
}
.countdown__content {
  display: flex;
  flex-direction: rox;
  margin: 0;
}
@media (max-width: 1023px) {
  .countdown__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.countdown__item {
  flex: 1;
  padding: 1em;
  list-style: none;
}
@media (max-width: 1023px) {
  .countdown__item {
    min-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .countdown__item {
    margin-bottom: 2em;
    min-width: 50%;
    padding: 0;
  }
}
.countdown__picto {
  text-align: center;
  margin: auto;
  display: block;
}
@media (max-width: 1023px) {
  .countdown__picto {
    max-width: 50px;
  }
}
.countdown__number {
  text-align: center;
  color: #FEAF2E;
  font-size: 3em;
  margin: 0.5em 0 0.25em 0;
  line-height: 1;
  font-weight: var(--fw-bold);
}
@media (max-width: 1023px) {
  .countdown__number {
    font-size: 2em;
  }
}
.countdown__text {
  text-align: center;
  color: #FEAF2E;
  font-size: 1.25em;
  margin: 0;
}
@media (max-width: 1023px) {
  .countdown__text {
    font-size: 1em;
  }
}
.equipe {
  position: relative;
  background-color: #f4f4f4;
}
@media (min-width: 1024px) {
  .equipe {
    padding: 3em 0;
  }
}
.equipe__item {
  margin: 2em 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .equipe__item {
    margin: 3em 0;
  }
}
.equipe__img {
  color: var(--color-green-main);
  margin-bottom: 2em;
  text-align: center;
}
.equipe__name {
  font-size: 1em;
  text-align: center;
  margin: 1em 0 0.5em 0;
}
.equipe__job {
  color: #C3C3C3;
  text-align: center;
  font-size: 0.85em;
  font-weight: var(--fw-semibold);
}
.equipe__mail {
  text-align: center;
  margin: auto;
  display: block;
  color: #54595F;
}
.equipe__description {
  font-weight: var(--fw-regular);
  margin: 1.5em 1em;
  text-align: justify;
}
.expertise {
  position: relative;
}
.expertise.background-grey {
  background-color: #F4F4F4;
}
.expertise__container {
  padding: 3em 0 4em 0;
}
@media (min-width: 1024px) {
  .expertise__container {
    padding: 6em 0;
  }
}
.flex-direction-row-reverse .expertise__content {
  text-align: left;
}
.flex-direction-row-reverse .expertise__title {
  text-align: left;
}
.flex-direction-row-reverse .expertise__txt {
  text-align: left;
}
.flex-direction-row-reverse .expertise__img {
  padding-left: 0;
  padding-right: 1em;
}
.expertise__img {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .expertise__img {
    padding-left: 1em;
  }
}
.expertise__title {
  margin-bottom: 0.5em;
  font-size: 2.5em;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .expertise__title {
    text-align: right;
    margin-bottom: 1em;
    font-size: 3em;
  }
}
.expertise__txt {
  margin-bottom: 1.5em;
}
.expertise__txt p {
  font-weight: var(--fw-medium);
  font-size: 1em;
}
@media (min-width: 1024px) {
  .expertise__txt {
    text-align: right;
  }
}
#main-footer.footer {
  padding: 0 0 1rem 0;
  position: relative;
  margin-top: 2em;
}
@media (min-width: 1024px) {
  #main-footer.footer {
    margin-top: 6em;
    margin-bottom: 1em;
  }
}
#main-footer .footer__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  #main-footer .footer__content {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  #main-footer .footer__content {
    flex-direction: row;
  }
}
#main-footer .footer__logo {
  position: relative;
  min-width: 18em;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  #main-footer .footer__logo {
    flex: 1 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  #main-footer .footer__logo {
    margin-bottom: 2em;
    justify-content: flex-start;
  }
}
#main-footer .footer__logo__img {
  max-width: 145px;
  position: relative;
  display: block;
}
#main-footer .footer__liens {
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--color-blue-dark);
  padding: 0 1em 1em 1em;
}
@media (max-width: 1023px) {
  #main-footer .footer__liens {
    flex: 33.3%;
  }
}
@media (min-width: 768px) {
  #main-footer .footer__liens {
    margin: auto;
    padding: 0 2em;
  }
}
#main-footer .footer__liens h2 {
  font-size: 1.25em;
  color: var(--color-blue-dark);
  font-weight: var(--fw-bold);
}
#main-footer .footer__liens p {
  color: var(--color-blue-dark);
}
#main-footer .footer__list {
  padding: 0;
  margin: 0;
  margin: 1em 0;
}
#main-footer .footer__list-item {
  position: relative;
  margin: 0.35em 0;
  list-style: none;
}
#main-footer .footer__list-item a {
  text-decoration: none;
  position: relative;
  color: var(--color-yellow-main);
}
#main-content {
  padding-top: var(--HheaderMobile);
}
@media (min-width: 768px) {
  #main-content {
    padding-top: var(--Hheader);
  }
}

#main-nav {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: var(--HheaderMobile);
  z-index: 99;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 1em 0;
}
@media (min-width: 768px) {
  #main-nav {
    height: var(--Hheader);
  }
}
#main-nav .container {
  height: 100%;
}
#main-nav .header__container {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: row;
  height: 100%;
}
#main-nav .header__logo {
  position: relative;
  padding: 0.5em 0;
}
#main-nav .header__logo__contain {
  text-decoration: none;
  height: 100%;
}
#main-nav .header__logo img {
  width: auto;
  height: auto;
  max-width: 150px;
}
@media (min-width: 1024px) {
  #main-nav .header__logo img {
    max-width: 180px;
  }
}
@media (min-width: 1024px) {
  #main-nav .header__nav {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  #main-nav .header__nav {
    display: none;
    margin-top: calc(var(--Hheader) - 1em);
    height: 100%;
    position: absolute;
    left: -1em;
    right: -1em;
  }
  #main-nav .header__nav.show {
    display: block;
  }
}
@media (max-width: 767px) {
  #main-nav .header__nav {
    margin-top: calc(var(--HheaderMobile) - 1em);
  }
}
#main-nav .header__nav__items {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
@media (max-width: 1023px) {
  #main-nav .header__nav__items {
    background-color: #f5f7ff;
    height: auto;
  }
}
@media (min-width: 1024px) {
  #main-nav .header__nav__items {
    flex-direction: row;
  }
}
#main-nav .header__nav__items a, #main-nav .header__nav__items button {
  text-decoration: none;
  transition: color 0.3s;
  color: var(--color-dark);
}
#main-nav .header__nav__items a:hover, #main-nav .header__nav__items button:hover {
  color: #fbbb21;
}
#main-nav .header__nav__item {
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1em;
}
@media (min-width: 1024px) {
  #main-nav .header__nav__item {
    flex-direction: row;
    align-items: center;
    border-bottom: 0;
  }
}
@media (max-width: 1023px) {
  #main-nav .header__nav__item {
    border-top: 1px solid #efe8e8;
  }
}
#main-nav .header__nav__item .e-font-icon-svg {
  fill: #004D72;
  width: 1.5em;
}
#main-nav .header__nav__bouton {
  display: flex;
  flex-direction: column;
}
#main-nav .header__nav__bouton:hover .header__nav__submenu, #main-nav .header__nav__bouton.active .header__nav__submenu {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
#main-nav .header__nav__bouton .btn-header {
  border: 1px solid #e8e8e8;
  padding: 12px 24px 12px 18px;
  color: var(--color-yellow-main);
  font-size: 13px;
  background-color: #fff;
}
#main-nav .header__nav__bouton .btn-header:after {
  content: "";
  border: solid var(--color-yellow-main);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  border-radius: 0.1em;
  position: relative;
  left: 0.5em;
  top: -0.25em;
}
#main-nav .header__nav__bouton .btn-header:focus-visible {
  border: 3px dashed #FBB540;
  outline: 0;
}
#main-nav .header__nav__submenu {
  position: absolute;
  top: 75%;
  visibility: hidden;
  opacity: 0;
  padding-top: 1em;
  margin: 0;
}
#main-nav .header__nav__submenu li {
  border: 1px solid #e8e8e8;
  list-style: none;
}
#main-nav .header__nav__submenu li:last-child {
  border-top: 0;
}
#main-nav .header__nav__submenu li a {
  display: block;
  padding: 12px 24px 12px 18px;
  font-size: 13px;
  background-color: var(--color-white);
  transition: background-color 0.2s;
  color: var(--color-dark);
}
#main-nav .header__nav__submenu li a:hover {
  background-color: var(--color-blue-primary);
  color: var(--color-white);
}
#main-nav .header__menu-responsive {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#main-nav .header__menu-responsive svg path {
  stroke: var(--color-dark);
}
.thumbnail-text {
  position: relative;
  background-color: var(--color-blue-background);
}
.thumbnail-text__container {
  display: flex;
  padding: 2em 0;
}
@media (max-width: 768px) {
  .thumbnail-text__container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .thumbnail-text__container {
    padding: 3em 0;
  }
}
.flex-direction-row-reverse .thumbnail-text__content {
  text-align: left;
}
@media (min-width: 768px) {
  .flex-direction-row-reverse .thumbnail-text__title {
    left: -15%;
  }
}
.thumbnail-text__content {
  flex: 1;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .thumbnail-text__content {
    text-align: right;
    padding: 2em;
  }
}
.thumbnail-text__title {
  color: #fff;
  margin-bottom: 1em;
  font-size: 4.5em;
  font-weight: 500;
  position: relative;
  left: 15%;
}
@media (max-width: 768px) {
  .thumbnail-text__title {
    font-size: 2em;
    margin-bottom: 0.5em;
    left: 0;
  }
}
.thumbnail-text__txt {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .thumbnail-text__txt {
    font-size: 1.25em;
  }
}
.thumbnail-text__txt p {
  color: #fff;
}
.thumbnail-text__img {
  flex: 1;
}

.en-production {
  padding: 5em 0;
  background-color: var(--color-blue-background);
}
.en-production__image {
  height: 100%;
}
.en-production__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slideshow {
  position: relative;
  padding: 2em 0 5em 0;
  background-color: var(--color-blue-background);
}
@media (min-width: 1024px) {
  .slideshow {
    padding: 6em 0 7em 0;
  }
}
.slideshow .slideshow {
  padding: 0;
}
.slideshow__title {
  color: #fff;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 1024px) {
  .slideshow__slider.owl-carousel {
    display: grid;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .slideshow__slider {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .slideshow__slider {
    width: 100%;
    margin: auto;
  }
}
.slideshow__slider .owl-stage {
  display: flex;
  margin-top: 1em;
}
.slideshow__slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  border: 1px solid var(--color-white);
  border-radius: 2px 2px 2px 2px;
}
@media (min-width: 768px) {
  .slideshow__slider .owl-nav button.owl-prev {
    left: -3em;
  }
}
.slideshow__slider .owl-nav button.owl-prev:after {
  content: "";
  border: solid var(--color-white);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  border-radius: 0.1em;
  position: relative;
  left: 0.95em;
  transition: all 0.2s;
}
.slideshow__slider .owl-nav button.owl-next {
  position: absolute;
  right: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  border: 1px solid var(--color-white);
  border-radius: 2px 2px 2px 2px;
}
@media (min-width: 768px) {
  .slideshow__slider .owl-nav button.owl-next {
    right: -3em;
  }
}
.slideshow__slider .owl-nav button.owl-next:after {
  content: "";
  border: solid var(--color-white);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  border-radius: 0.1em;
  position: relative;
  left: 0.55em;
  transition: all 0.2s;
}
.slideshow__slider .owl-nav button.owl-next,
.slideshow__slider .owl-nav button.owl-prev {
  transition: all 0.2s;
}
.slideshow__slider .owl-nav button.owl-next:focus-visible,
.slideshow__slider .owl-nav button.owl-prev:focus-visible {
  border: 3px dashed #FBB540;
  outline: 0;
}
.slideshow__slider .owl-nav button.owl-next:focus-visible:after,
.slideshow__slider .owl-nav button.owl-prev:focus-visible:after {
  content: "";
  border-color: #FBB540;
}
.slideshow__slider .owl-nav button.owl-next:hover,
.slideshow__slider .owl-nav button.owl-prev:hover {
  color: #FFFFFF;
  background-color: #FBB540;
  border-color: #FBB540;
}
.slideshow__slider .owl-nav button.owl-next:hover:after,
.slideshow__slider .owl-nav button.owl-prev:hover:after {
  content: "";
  border-color: #fff;
}
