.cc-separateur .mini-separateur {
  width: 20px;
  background-color: #ebc86a;
  height: 4px;
  opacity: 1;
  margin: 4em auto;
}
@media (max-width: 1023px) {
  .cc-separateur .mini-separateur {
    margin: 3em auto;
  }
}

.cc-separateur .large-separateur {
  width: 280px;
  background-color: #ebc86a;
  height: 2px;
  opacity: 1;
  margin: 4em auto;
}
@media (max-width: 1023px) {
  .cc-separateur .large-separateur {
    margin: 3em auto;
  }
}
.cc-banniere {
  position: relative;
  height: 250px;
  min-width: 100%;
}
.cc-banniere .cc-banniere-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-width: 100%;
  top: 0;
  bottom: 0;
  -o-object-position: center 35%;
     object-position: center 35%;
}
.cc-banniere .cc-banniere-titre {
  font-size: 45px;
  z-index: 1;
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 500;
}
.cc-video {
  position: relative;
  margin: 3em 0;
}

.cc-video__content {
  display: flex;
}

@media (max-width: 1023px) {
  .video__content {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
  .video__content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.filter {
  margin: 3em 0;
}
.filter__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.filter__item {
  margin: 0 1em;
}
.filter__link {
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
  color: var(--color-grey-article);
}
.filter__link.active, .filter__link:hover {
  color: #2540cc;
}
.paragraphe {
  position: relative;
  display: block;
  margin: 2em 0;
}
.paragraphe ul {
  margin-left: 1.15em;
}
.paragraphe ul li {
  list-style-type: disc;
  font-weight: var(--fw-light);
  font-size: var(--fs-regular);
}
#main-footer.footer {
  margin-top: 5em;
  position: relative;
  background-color: #f5f5f7;
  padding-top: 1em;
  padding-bottom: 1em;
}
#main-footer .footer__content {
  display: flex;
  justify-content: space-between;
  font-size: 0.875em;
  margin: 1em 0;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  #main-footer .footer__content {
    flex-direction: row;
  }
}
#main-footer .footer__copyright {
  margin-bottom: 0;
  color: #6d7680;
  font-weight: var(--fw-regular);
  font-size: 1em;
}
#main-footer .footer__liens {
  display: flex;
  flex-direction: row;
}
#main-footer .footer__list {
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #main-footer .footer__list {
    flex-direction: column;
    align-items: center;
  }
}
#main-footer .footer__list-item {
  position: relative;
}
@media (min-width: 1024px) {
  #main-footer .footer__list-item {
    margin: 0em 2em;
  }
}
#main-footer .footer__list-item a {
  text-decoration: none;
  color: #3ba9d2;
}
#main-footer .footer__list-item a:hover {
  color: #79c4e0;
}
.slideshow {
  position: relative;
}
.slideshow__title {
  color: var(--color-grey-dark);
  margin-bottom: 0.15em;
}
.slideshow__txt {
  color: var(--color-grey-dark);
  margin-bottom: 1em;
}
.slideshow__contain {
  padding: 2em 0 0 0;
}
@media (min-width: 1024px) {
  .slideshow__item.owl-carousel {
    display: grid;
    position: relative;
  }
}
.slideshow__item .owl-stage {
  display: flex;
  margin-top: 1em;
}
.slideshow__item .owl-nav .owl-prev {
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
}
.slideshow__item .owl-nav .owl-prev:after {
  content: "";
  border: solid #6c7781;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  border-radius: 0.1em;
  position: relative;
  left: 0.75em;
}
.slideshow__item .owl-nav .owl-prev:before {
  content: "";
  right: 0em;
}
.slideshow__item .owl-nav .owl-next {
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
}
.slideshow__item .owl-nav .owl-next:after {
  content: "";
  border: solid #6c7781;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  border-radius: 0.1em;
  position: relative;
  left: 0.75em;
}
.slideshow__item .owl-nav .owl-next:before {
  content: "";
  right: -0.5em;
}
.slideshow__item .owl-nav .owl-next:focus-visible,
.slideshow__item .owl-nav .owl-prev:focus-visible {
  border: 3px dashed var(--color-grey-main);
  outline: 0;
}
.slideshow__item .owl-nav .owl-next:before,
.slideshow__item .owl-nav .owl-prev:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 2em;
  width: 2em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s;
}
.slideshow__item .owl-nav .owl-next:hover:before,
.slideshow__item .owl-nav .owl-prev:hover:before {
  content: "";
  background-color: #fff;
}
.cc-button {
  margin: 1.5em 0;
}
.cc-button__container {
  display: flex;
  padding: 0;
  gap: 1.5em;
  justify-content: center;
}
@media (max-width: 1023px) {
  .cc-button__container {
    flex-direction: column;
    align-items: center;
  }
}
.cc-button__item {
  display: flex;
}
#main-nav.main-header {
  position: relative;
  z-index: 99;
}
@media (min-width: 768px) {
  #main-nav.main-header {
    margin-bottom: 2em;
  }
}
#main-nav .header__container {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 1em 0;
}
@media (max-width: 1023px) {
  #main-nav .header__container {
    flex-direction: column;
  }
}
#main-nav .header__logo {
  display: flex;
  align-items: center;
  position: relative;
}
#main-nav .header__logo__link {
  display: flex;
}
#main-nav .header__logo a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #main-nav .header__logo img {
    max-width: 200px;
    height: auto;
  }
}
#main-nav .header__contain {
  text-decoration: none;
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  #main-nav .header__contain {
    flex-direction: row;
  }
}
#main-nav .header__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 290px;
}
@media (min-width: 1024px) {
  #main-nav .header__nav {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  #main-nav .header__nav {
    display: none;
  }
}
#main-nav .header__nav.show {
  display: block;
  transition: height 1s;
  position: absolute;
  top: 100%;
  background-color: #f6f7f8;
  left: -1em;
  right: -1em;
  box-shadow: inset 0 9px 9px -9px rgba(0, 27, 45, 0.16);
}
#main-nav .header__nav__items {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  #main-nav .header__nav__items {
    flex-direction: column;
  }
}
#main-nav .header__nav__items a {
  color: var(--color-grey-dark);
  text-decoration: none;
  transition: color 0.1s;
}
#main-nav .header__nav__items a:hover {
  color: var(--color-yellow-main);
}
#main-nav .header__nav__item {
  white-space: nowrap;
  position: relative;
  display: flex;
  padding: 1em;
  flex-direction: row;
  align-items: center;
  font-size: var(--fs-small);
}
@media (max-width: 1023px) {
  #main-nav .header__nav__item {
    border-bottom: 1px solid #dedee5;
  }
}
#main-nav .header__nav__link {
  text-decoration: none;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#main-nav .header__menu-responsive {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-grey-main);
  padding: 0.5em;
}
#main-nav .header__menu-responsive svg path {
  stroke: var(--color-white);
}
.block-image-content {
  flex: 1;
}

.block-image-list {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
  justify-content: center;
}
.block-image-list .d-flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  .block-image-list .d-flex {
    width: 100%;
    flex-direction: row;
  }
}

.block-image {
  text-align: center;
}

.image-icon {
  max-width: 150px;
}

.block-image-text p {
  color: var(--color-grey-main);
  font-size: 18px;
  text-align: center;
}

.block-image-text p {
  margin-bottom: 0;
}
.comp-image{
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 3em 1em;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}
.comp-image .comp-image-wrapper {

}
.comp-image .comp-image-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-image .comp-image-item {

}
.comp-image .comp-image-text {
  margin: 1.5em 0 0 0;
}
.block-image-text{
  margin: 3em 0;
}
.block-image-text .content-image-text{
  display: flex;
  gap: 3em;
}
.block-image-text .block_text {
  flex: 1;
}
.block-image-text .block_img {
  flex: 1;
}
.block-image-text .block_image {
  width: 100%;
}
