/*
 Theme Name:     CECILE Divi Child
 Template:       Divi
*/

/*@font-face {
    font-family: 'Nunito Sans';
    src: url('assets/fonts/nunitoSans/NunitoSans-Regular.eot');
    src: url('assets/fonts/nunitoSans/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/nunitoSans/NunitoSans-Regular.woff2') format('woff2'),
        url('assets/fonts/nunitoSans/NunitoSans-Regular.woff') format('woff'),
        url('assets/fonts/nunitoSans/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('assets/fonts/nunitoSans/NunitoSans-Bold.eot');
    src: url('assets/fonts/nunitoSans/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/nunitoSans/NunitoSans-Bold.woff2') format('woff2'),
        url('assets/fonts/nunitoSans/NunitoSans-Bold.woff') format('woff'),
        url('assets/fonts/nunitoSans/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

@import 'assets/fonts/league-spartan/league-spartan.css';
@import 'assets/fonts/arimo/arimo.css';

:root {
  /* COLOR */
  --global--color-black: #111;
  --global--color-gray: #cecece;
  --global--color-gray-dark: #b2b2b2;
  --global--color-gray-light: #f2f2f2;
  --global--color-blue: #06113a;
  --global--color-blue-sky: #4895ef;
  --global--color-blue-sky-hover: #06113A;
  --global--color-red: #d32d3b;
  --global--color-red-hover: #ff4252;
  --global--color-green: #10757a;
  --global--color-green-hover: #1e999f;
  --global--color-green-light: #ecf2f2;
  --global--color-purpule: #6c69aa;
  --global--color-purpule-light: #F0F4FD;
  --global--color-link: #445CFF;
  --global--color-button-red: #d32d3b;
  --global--color-button-blue: #06113a;
  --global--color-yellow: #fab900;
  --global--color-orange: #F87C56;
  --global--color-orange-hover: #f48c6d;
  --global--color-pink: #ea5899;
  --global--color-pink-hover: #c3355d;



  /* Font Size */
  --global--font-size-h1: 3.125rem;
  --global--font-size-h2: 2.5rem;
  --global--font-size-h3: 1.75rem;
  --global--font-size-h4: 1.188rem;
  --global--font-size-h5: 18px;
  --global--letter-spacing: normal;
}

body {
  overflow-x: hidden !important;
  font-size: 18px !important;
  line-height: 26px;
  color: var(--global--color-black) !important;
  background-color: #fff;
}

body a {
  color: var(--global--color-blue-sky);
  text-decoration: none !important;
}
a:hover{
  color: var(--global--color-blue);
}
body.no-scroll{
  overflow: hidden !important;
}

/**********************************************************/
/****  DIVI OVERRIDE
/**********************************************************/

.et_pb_row {
  width: 90% !important;
  max-width: 1280px !important;
  padding: 0 !important;
}
.et_pb_section {
  padding: 20px 0;
}
.et-l--header {
  .et_pb_section {
    padding: 20px 0 !important;
  }

}
@media only screen and (min-width: 1350px) {
    .et_pb_row {
      max-width: 1480px !important;
    }
}
@media only screen and (max-width: 980px) {
    body .et_pb_row {
      margin-bottom: 0px !important;
    }
}

.et_pb_accordion {
  margin-bottom: 40px !important;
  .et_pb_accordion_item {

    font-size: 22px;
    line-height: 26px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    margin-bottom: 0 !important;
    h5.et_pb_toggle_title {
      color: #000;
      text-transform: uppercase;
      margin-bottom: 0;
      font-weight: bold;
    }
    .et_pb_toggle_title:before {
      color: #000;
      font-weight: bold;
    }
    &.et_pb_toggle_close {
      .et_pb_toggle_title:before {
        content: '\4c';
      }
    }
    &.et_pb_toggle_open {
      .et_pb_toggle_title:before {
        content: '\4b';
        display: block;
      }
    }
  }
}

.et_pb_text,
.et_pb_blurb_content {
  word-wrap: normal !important;
}

/**********************************************************/
/****  HEADER
/**********************************************************/

.et-l--header .top-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 13px 0 !important;
  background-color: transparent;
  -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.logged-in .et-l--header .top-bar {
  top: 32px !important;
}

.top-bar.bg {
  background-color: #000 !important;
}

body:not(.home) .top-bar {
  background-color: #000 !important;
}
body:not(.home) {
  padding-top: 77px !important;
}

.logo-mahhsa {
  max-width: 200px;
  -webkit-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  -o-transition: all 400ms cubic-bezier(.645,.045,.355,1);
  transition: all 400ms cubic-bezier(.645,.045,.355,1);
}
.top-bar.bg .logo-mahhsa {
  max-width: 172px;
}
body:not(.home) .logo-mahhsa {
  max-width: 172px;

}

.top-bar .et_pb_column {
  height: 100%;
}

.top-bar-col-2 {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}

.top-bar-col-2 .et_pb_module {
  margin-bottom: 0 !important;
}

.liens-header p {
  display: flex;
  gap: 15px;
  font-family: 'League Spartan';
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
}

.liens-header a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 70px;
  border-radius: 50px;
}


/**********************************************************/
/**** MENU
/**********************************************************/

.menu-principal {
  .et_pb_menu__wrap {
    justify-content: flex-end;
  }
  .et-menu {
    a {
      color: #000 !important;
    }
    li {
      li {
        a {
          padding: 6px 0;
          width: 200px;
        }
      }
    }
  }
  .nav li {
    ul {
      border-top: 3px solid #000;
    }
  }
}
/**********************************************************/
/****  MEGA MENU
/**********************************************************/

.hum {
  cursor: pointer;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mega-menu {
  background-color: #000 !important;
  color: #fff;
  padding: 20px 0 !important;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  position: fixed !important;
  z-index: 99;
  display: none;
  overflow: scroll;
}

.mega-menu .et_pb_column {
  height: 100%;
}

.top-mega-menu {
  margin-bottom: 90px;
}

.mega-menu  .close-menu {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 20px;
}
  .mega-menu  .et_pb_image_wrap {
    cursor: pointer;
  }

.mega-menu .et_pb_menu {
  margin-bottom: 40px !important;
}

.mega-menu .et_pb_menu .et_pb_menu__menu {
  display: block !important;
}
.mega-menu .et_pb_menu .et_mobile_nav_menu {
  display: none !important;
}

.mega-menu .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
  display: block !important;
}

.mega-menu .et_pb_menu,
.mega-menu .et_pb_menu .nav li ul.sub-menu {
  background-color: transparent !important;
}

.mega-menu .et-menu .menu-item-has-children>a:first-child:after {
  display: none !important;
}

.mega-menu .et_pb_menu .et-menu {
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.mega-menu .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: 0 !important;
    left: 0 !important;
}

.mega-menu .et_pb_menu .et-menu-nav>ul ul {
    padding: 0 !important;
    margin: 0;
    text-align: left;
    background-color: transparent !important;
}

body .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
  background-color: transparent !important;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
  background-color: transparent !important;
  background: transparent !important;
}
.mega-menu .nav li ul {
  position: relative !important;
  padding: 20px 0;
  z-index: 9999;
  width: inherit !important;
  background: inherit !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-transform: translateZ(0);
  text-align: left;
}

.mega-menu .et_pb_menu .et-menu>li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.mega-menu .et_pb_menu .et_pb_menu__menu>nav>ul>li {
  display: block !important;
}

.mega-menu .nav li li {
    padding: 0 !important;
    display: block;
}

.mega-menu  .et-menu a {
  color: #fff !important;
  display: block !important;
  padding: 0 !important;
}

/* .mega-menu  .et-menu li > a {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  font-family: 'League Spartan';
  text-transform: uppercase;
} */
.mega-menu  .titre-menu {
  margin-bottom: 0 !important;
}

.mega-menu  .titre-menu p {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-family: 'League Spartan';
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.mega-menu  .et-menu li a {
    padding: 0 !important;
    width: inherit !important;
    font-size: 20px !important;
    line-height: 25px !important;
    font-family: 'Arimo';
    font-weight: normal;
    text-transform: inherit;
}

.mega-menu  .et-menu li a:before {
  content: '- ';
  position: relative;
  top: 0;
  left: 0;
}


/**********************************************************/
/****  ARIANE
/**********************************************************/

.ariane {
  margin-top: 15px;
  margin-bottom: 15px !important;
  font-size: 16px;
  .aioseo-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    .aioseo-breadcrumb {
      margin-right: 8px;
      font-weight: bold;
      a {
        color: #000;
        font-weight: normal;
      }
      &:first-child {
        display: flex;
        a {
          text-indent: -9999px;
          width: 16px;
          height: 16px;
          display: inline-block;
          background: url('assets/images/icon-home.svg') no-repeat center center;
          background-size: contain;
        }
      }
    }
    .aioseo-breadcrumb-separator {
      color: #4BBABA;
      margin-right: 8px;
    }
  }
}
.intro-bg-black {
  background-color: #000;
  .ariane {
    .aioseo-breadcrumbs {
      .aioseo-breadcrumb {
        color: #fff;
        a {
          color: #fff;
        }
        &:first-child {
          a {
            background: url('assets/images/icon-home-white.svg') no-repeat center center;
            background-size: contain;
          }
        }
      }
    }
  }
  h1 {
    color: #fff !important;
    font-family: 'League Spartan';
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0px;
  }
  h5 {
    color: var(--global--color-green);
    font-family: 'League Spartan';
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  h4 {
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0px;
  }
  p {
    color: #fff;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .intro-bg-black {
    /* h1 {
      color: #fff !important;
      font-family: 'League Spartan';
      font-weight: 600;
      font-size: 60px;
      line-height: 65px;
      margin-bottom: 0px;
    } */
    h5 {
      color: var(--global--color-green);
      font-family: 'League Spartan';
      font-weight: 600;
      font-size: 30px;
      line-height: 30px;
    }
    h4 {
      font-size: 40px;
      line-height: 40px;
    }
    .img-large {
      margin-left: -20px;
    }
    p:last-child {
      text-align: center;
    }
  }
}

.bg-black {
  background-color: #000;
  h5 {
    color: var(--global--color-green);
    font-family: 'League Spartan';
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  h2 {
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  h3 {
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  h4 {
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0px;
  }
  p {
    color: #fff;
    margin-bottom: 20px;
  }
  hr {
    background-color: #edeaea;
  }
}

.bg-gray {
  h1 {
    color: #000 !important;
    margin-bottom: 10px;
  }
}

hr {
    margin: 30px 0;
  }

/**********************************************************/
/****  TITRES
/**********************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'League Spartan';
  color: #000;
  font-weight: 600;
}

h1 {
  font-size: var(--global--font-size-h1) !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  @media (max-width: 767px) {
    font-size: 2.5rem !important;
    line-height: 2.7rem;
  }
}

h2 {
  font-size: var(--global--font-size-h2) !important;
  padding-bottom: 0;
  @media (max-width: 767px) {
    font-size: 2.1rem !important;
    line-height: 2.3rem;
  }
}
h3 {
  font-size: var(--global--font-size-h3);
  font-weight: 400;
}
h4{
  font-size: var(--global--font-size-h4);
}

body p {
  line-height: 24px;
  color: var(--global--color-black);
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.titre-page {
  margin-bottom: 20px !important;
  h1 {
    color: #000 !important;
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 500;
    font-family: 'League Spartan';
    margin-bottom: 10px;
    @media (max-width: 767px) {
      font-size: 2.5rem !important;
      line-height: 3rem;
    }
  }
}

b, strong {
  font-weight: 600;
}

.div-d-flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.img-large {
  width: 125%;
  height: auto;
}

.entry-content table:not(.variations),
.entry-content tr td {
  border: none !important;
}

/**********************************************************/
/****  CLASSES SPECIFIQUES DIVI
/**********************************************************/

.carte-2-colonnes {
  background: #fff;
  margin-bottom: 30px !important;
  .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    .et_pb_main_blurb_image {
      width: 50%;
      margin-bottom: 0;
      img {
        width: 100%;
        height: auto;
      }
    }
    .et_pb_blurb_container {
      width: 50%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      h4 {
        font-size: 17px;
        color: #3CA5A5;
        font-family: 'League Spartan';
        margin-bottom: 5px;
        padding-bottom: 0;
      }
      h5 {
        font-size: 25px;
        font-family: 'League Spartan';
        color: #000;
        font-weight: 600;
        margin-bottom: 5px;
        padding-bottom: 0;
      }
      .et_pb_blurb_description {
        height: 100%;
      }
      p {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        font-family: 'Arimo';
        margin-bottom: 15px;
      }
      a.btn {
        border: 2px solid #000;
        border-radius: 50px !important;
        color: #000;
        font-size: 18px;
        line-height: 18px;
        font-family: 'League Spartan';
        text-transform: uppercase;
        padding: 10px 30px;
        &:hover {
          background-color: #000;
          color: #fff;
          padding: 10px 30px !important;
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .carte-2-colonnes {
    margin-bottom: 20px !important;
    .et_pb_blurb_content {
      display: flex;
      flex-direction: column;
      .et_pb_main_blurb_image {
        width: 100%;
      }
      .et_pb_blurb_container {
        width: 100%;
        text-align: center;
        h4 {
          text-align: center;
        }
        h5 {
          text-align: center;
        }
        p {
          text-align: center;
        }
      }
    }
  }
}


.img-adaptive {
  height: 100%;
  .et_pb_image_wrap {
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
@media (max-width: 767px) {
  .reverse-colonne {
    .et_pb_row {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .mobile-flex-colonne {
    display: flex;
  }
}

@media (max-width: 990px) {
  .mobile-flex-colonne {
    display: flex;
  }
}

.carte-image-simple,
.carte-image-border {
  background: #fff;
  margin-bottom: 30px !important;
  height: 100%;
  .et_pb_blurb_content {
    .et_pb_main_blurb_image {
      width: 100%;
      margin-bottom: 0;
      img {
        width: 100%;
        height: auto;
      }
    }
    .et_pb_blurb_container {
      width: 100%;
      padding: 15px;
      text-align: center;
      .et_pb_blurb_description {
        height: 100%;
      }
      p {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-family: 'Arimo';
        margin-bottom: 15px;
        text-align: center;
      }
    }
  }
}
.carte-image-border {
  border: 2px solid #F5F5F5;
}

/**********************************************************/
/****  SLIDER HOME
/**********************************************************/

.section-banniere {
  padding-top: 0 !important;
  position: relative;
  padding-bottom: 0 !important;
}

.section-banniere:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: rgb(247,249,250);
  background: linear-gradient(0deg, rgba(247,249,250,0) 29%, rgba(0,0,0,0.9416141456582633) 100%);
}
.section-banniere:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
  background: rgb(247,249,250);
  background: linear-gradient(270deg, rgba(247,249,250,0) 24%, rgba(0,0,0,0.9416141456582633) 100%);
}

.section-banniere .ligne-carrousel-home {
  width: 100% !important;
  max-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

  .section-banniere .carrousel-home {
    background-color: #cecece;
  }

  .section-banniere .carrousel-home .et_pb_module_inner {
    height: 100%;
  }
    .section-banniere .carrousel-home .slick-list,
    .section-banniere .carrousel-home .slick-track,
    .section-banniere .carrousel-home .slick-track .slick-slide,
    .section-banniere .carrousel-home .slick-track .slick-slide .et_pb_module_inner,
    .section-banniere .carrousel-home .slick-track .slick-slide .et_pb_module_inner .image-slide {
      height: 100%;
    }

    .section-banniere .carrousel-home .slick-dots {
      bottom: 35px;
      z-index: 10;
    }

    .section-banniere .carrousel-home .slick-dots li {
      margin: 0 10px;
    }

    .section-banniere .carrousel-home .slick-dots li button:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 20px;
        opacity: 1;
        color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .section-banniere .carrousel-home .slick-dots li.slick-active button:before {
      opacity: 1;
      color: transparent;
      background: #fff;
    }


.section-banniere .ligne-texte-banniere {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.section-banniere .ligne-texte-banniere .et_pb_column {

}

.section-banniere .ligne-texte-banniere .intro-banniere {
  width: 53%;

}

.section-banniere .ligne-texte-banniere .intro-banniere h1 {
  font-weight: 600;
  font-family: 'League Spartan';
  text-transform: uppercase;
  font-size: 80px !important;
  line-height: 80px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #fff;
}
.section-banniere .ligne-texte-banniere .intro-banniere p {
  color: #fff;
  font-family: 'Arimo';
  font-size: 22px;
  line-height: 26px;
  max-width: 660px;
}

/**********************************************************/
/****  MODULE SLIDER IMAGE
/**********************************************************/
.bloc-slider-image {
  .nav-slider-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 30px;
    span {
      text-indent: -9000px;
      width: 30px;
      height: 15px;
      position: relative;
      display: block;
      cursor: pointer;
      &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 15px;
        background-image: url(assets/images/arrow-left.svg);
      }
      &:last-child:before {
        background-image: url(assets/images/arrow-right.svg);
      }
    }
  }
  .slider-image {
    /* the slides */
    .slick-slide {
        margin: 0 15px;
    }

    /* the parent */
    .slick-list {
        margin: 0 -15px;
    }

  }
  &.format-1 {
    .item-image {
      position: relative;
      .texte {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 600;
        opacity: 0;
        p {
          color: #fff;
        }
      }
      &:hover {
        .texte {
          opacity: 1;
          transition: opacity 0.3s ease-in-out;
        }
      }
    }
  }
  &.format-2 {
    .item-image {
      position: relative;
      display: flex;
      gap: 20px;
      .image {
        min-width: 70px;
        img {
          height: auto;
        }
      }

      .texte {
        p {
          font-size: 14px;
          line-height: 19px;
          strong {
            font-weight: 600;
          }
          span {
            line-height: 50px;
          }
        }
      }
    }
  }
}




.section-slider {
  padding: 20px 0px 50px 0px;
  h2 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'League Spartan';
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
  }
  .nav-slider-carte {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    span {
      text-indent: -9000px;
      width: 30px;
      height: 15px;
      position: relative;
      display: block;
      cursor: pointer;
      &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 15px;
        background-image: url(assets/images/arrow-left.svg);
      }
      &:last-child:before {
        background-image: url(assets/images/arrow-right.svg);
      }
    }
  }
  .slider-carte {
    /* the slides */
    margin-top: 20px;
    .slick-slide {
        margin: 0 15px;
    }

    /* the parent */
    .slick-list {
        margin: 0 -15px;
    }
    .item-carte {
      .content-carte {
        position: relative;
        margin-bottom: 20px;
        .texte-carte {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          /* display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; */
          padding: 15px 25px;
          background: rgba(0,0,0,0.7);
          overflow: scroll;
          opacity: 0;
          p {
            font-size: 14px;
            line-height: 20px;
            position: relative;
            color: #B9B5B5;
          }
        }
      }
      &:hover {
        .content-carte {
          .texte-carte {
            opacity: 1;
            transition: opacity 0.6s ease-in-out;
          }
        }
      }
    }
  }
}

/**********************************************************/
/****  FOOTER
/**********************************************************/

.section-inscription-newsletter {
  background-color: #000 !important;
  padding: 70px 0 !important;
  h2 {
    font-size: 60px !important;
    line-height: 70px;
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 600;
    margin-bottom: 0;
  }
  p {
    color: #fff;
  }
  .form-newsletter {
    .wpforms-container-full {
      margin: 0;
      .wpforms-field {
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        input[type=text],
        input[type=email] {
          color: #fff !important;
          background: none !important;
          border: none !important;
          border-bottom: 1px solid #fff !important;
          border-radius: 0 !important;
        }
        input[type=text]::placeholder,
        input[type=email]::placeholder {
          color: #fff !important;
          opacity: 1;
          font-weight: normal;
        }
        input[type=text]::-webkit-input-placeholder,
        input[type=email]::-webkit-input-placeholder {
          color: #fff !important;
          opacity: 1;
          font-weight: normal;
        }
        input[type=text]:-moz-placeholder,
        input[type=email]:-moz-placeholder {
          color: #fff !important;
          opacity: 1;
          font-weight: normal;
        }

        input[type=text]:-ms-input-placeholder,
        input[type=email]:-ms-input-placeholder {
          color: #fff !important;
          opacity: 1;
          font-weight: normal;
        }

        input[type=text]:focus,
        input[type=email]:focus {
          outline: none !important;
          box-shadow: none !important;
        }
        @media all and (max-width: 767px) {
          input.wpforms-field-medium {
            max-width: 100% !important;
          }
        }
      }
    }
    .wpforms-submit-container {
      button[type=submit]:not(:hover):not(:active) {
        border: 2px solid #fff;
        border-radius: 50px !important;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-family: 'League Spartan';
        text-transform: uppercase;
        padding: 10px 40px;
        background-color: transparent;
      }
      button[type=submit]:hover {
        color: #000;
        background-color: #fff;
        background: #fff;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        font-family: 'League Spartan';
        padding: 10px 40px;
      }
    }
  }
}

.footer {
  padding: 15px 0;
}

.footer-top {
  margin-bottom: 50px !important;
}


.footer .et_pb_menu,
.footer .et_pb_menu .nav li ul.sub-menu {
  background-color: transparent !important;
}

.footer .et-menu .menu-item-has-children>a:first-child:after {
  display: none !important;
}

.footer .et_pb_menu .et-menu {
  margin: 0 !important;
}

.footer .et_pb_menu .et_pb_menu__menu {
  display: block !important;
}
.footer .et_pb_menu .et_mobile_nav_menu {
  display: none !important;
}

.footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
  display: block !important;
}

.footer .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: 0 !important;
    left: 0 !important;
}

.footer .et_pb_menu .et-menu-nav>ul ul {
    padding: 0 !important;
    margin: 0;
    text-align: left;
}

.footer .nav li ul {
  position: relative !important;
  padding: 20px 0;
  z-index: 9999;
  width: inherit !important;
  background: inherit !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-transform: translateZ(0);
  text-align: left;
}

.footer .et_pb_menu .et-menu>li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer .et_pb_menu .et_pb_menu__menu>nav>ul>li {
  display: block !important;
}

.footer .nav li li {
    padding: 0 !important;
    display: block;
}

.footer  .et-menu a {
  color: #000 !important;
}

.footer .titre-menu {
  margin: 0 !important;
  margin-bottom: 10px !important;
  p {
    font-size: 1.463rem !important;
    line-height: 1.875rem !important;
    font-weight: 600 !important;
    font-family: 'League Spartan' !important;
    text-transform: uppercase !important;
    margin: 0 !important;
  }
}

.footer  .et-menu li {
  padding: 0 !important;
  margin-top: 0 !important;
  display: block !important;
  margin-bottom: 10px !important;
  a {
    padding: 6px 0 !important;
    width: inherit;
    font-size: 1.025rem !important;
    line-height: 1.375rem !important;
    font-family: 'Arimo' !important;
    font-weight: normal !important;
    text-transform: inherit !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

.footer .et-menu li a:before {
  content: '- ';
  position: relative;
  top: 0;
  left: 0;
}
.footer .et_pb_menu #menu-menu-boutique-billetterie li {
  padding: 0 !important;
  margin-top: 0 !important;
  display: block !important;
  margin-bottom: 10px !important;
}
.footer .et_pb_menu #menu-menu-boutique-billetterie li a:before {
  display: none;
}
.footer .et_pb_menu #menu-menu-boutique-billetterie li a {
  font-size: 1.463rem !important;
  line-height: 1.875rem !important;
  font-weight: 600 !important;
  font-family: 'League Spartan' !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer .liens-bb .et_pb_text_inner{
  margin-top: 30px;
  display: flex;
  justify-content: end;
  gap: 15px;
}

.footer-bottom {
  border-top: 2px solid #000;
  margin-top: 40px !important;
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
.text-mentions-legales p,
.text-droits-reserves p{
  font-family: 'League Spartan';
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}
.text-droits-reserves p {
  text-align: right;
}
.text-mentions-legales a{
  color: #000;
}
.footer .socials {
  text-align: center;
  display: flex;
  justify-content: center;
  .et_pb_text_inner {
    p {
      text-align: center;
      display: flex;
      justify-content: center;
      gap: 15px;
    }
  }
}

@media all and (max-width: 767px) {
  .section-inscription-newsletter {
    h2 {
      font-size: 40px !important;
      line-height: 50px !important;
      text-align: center;
    }
    p {
      text-align: center;
    }
  }
  .section-inscription-newsletter .et_pb_column.et-last-child .et_pb_module{
      text-align: center;
  }
  .footer {
    .logo-mahhsa-footer {
      text-align: center;
      img {
        width: 220px !important;
        height: auto;
      }
    }
    .liens-bb .et_pb_text_inner{
      margin-top: 10px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
    .texte-ministere-culture {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .text-mentions-legales {
      text-align: center;
    }
    .text-droits-reserves {
      text-align: center;
      p {
        text-align: center;
      }
    }
    .liens-bb {
      margin-bottom: 40px !important;
    }
  }

}




/**********************************************************/
/****  BOUTONS
/**********************************************************/


.btn,
.et_pb_button {
  border: 2px solid #000;
  border-radius: 50px !important;
  color: #000;
  font-size: 20px;
  line-height: 20px !important;
  font-family: 'League Spartan';
  text-transform: uppercase;
  padding: 10px 40px;
}
.btn:hover,
.et_pb_button:hover {
  padding: 10px 40px !important;
  border: 2px solid #000 !important;
  color: #fff;
  background-color: #000 !important;
}

.btn.btn-white {
  border: 2px solid #fff;
  color: #fff;
}
  .btn.btn-white:hover {
    border: 2px solid #fff !important;
    color: #000;
    background-color: #fff !important;
  }

.btn.btn-md {
  font-size: 23px;
  line-height: 23px;
}

.btn:after, .btn:before,
.et_pb_button:after, .et_pb_button:before {
  display: none !important;
}

@media all and (max-width: 767px) {
  .btn,
  .et_pb_button {
    font-size: 20px;
    line-height: 20px !important;
    padding: 10px 20px;
  }
}

