/*
 Theme Name:     Mahhsa 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%;
}

.logo-mahhsa .et_pb_image_wrap {
  display: inline-block !important;
}

.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;
}

.switch-lang p {
  margin-bottom: 0;
}

.switch-lang {
  color: #fff;
  font-family: 'League Spartan';
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.switch-lang .et_pb_module_inner {
  display: flex;
  gap: 2px;
}
.switch-lang .current-lang {
  font-weight: 800;
}

.switch-lang a {
  color: #fff;
}

@media all and (max-width: 767px) {
  body:not(.home) .logo-mahhsa {
    max-width: 120px;

  }
}

/**********************************************************/
/****  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;
}

.liens-boutique-billetterie a {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-family: 'League Spartan';
  text-transform: uppercase;
  color: #fff;
}

.liens-boutique-billetterie a:hover {
  opacity: .7;
}

.liens-boutique-billetterie a:first-child {
  margin-bottom: 10px;
  display: block;
}


/**********************************************************/
/****  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: 100px !important;
  line-height: 100px;
  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;
          }
        }
      }
    }
  }
}

/**********************************************************/
/****  PAGE PARTENAIRES
/**********************************************************/
.section-logo-partenaires {
  margin-bottom: 50px;
}

/**********************************************************/
/****  PAGE ESPACE PRESSE
/**********************************************************/
.page-espace-presse {
  background: #F5F5F5;
}


/**********************************************************/
/****  PAGE INFORMATIONS PRATIQUES
/**********************************************************/
.info-pratique {
  background: #F5F5F5;
  padding: 30px;
  padding-top: 0;
  margin-top: 30px;
  .et_pb_main_blurb_image {
    margin-top: -30px;
    margin-bottom: 15px;
    img {
      margin-top: -30px;
    }
  }
  h4 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'League Spartan';
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    @media (max-width: 767px) {
      font-size: 2rem !important;
      line-height: 2.4rem;
      margin-bottom: 15px;
    }
  }
  h5 {
    font-size: 22px;
    line-height: 26px;
    font-family: 'League Spartan';
    font-weight: 500;
  }
  p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'League Spartan';
  }
  ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-bottom: 0;;
    li {
      font-size: 18px;
      line-height: 26px;
      font-family: 'League Spartan';
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
      &:before {
        content: '\35';
        font-family: 'ETmodules' !important;
        position: absolute;
        left: -10px;
        top: -2px;
        color: #3CA5A5;
        font-size: 31px;
      }
    }
  }
  a:not(.btn) {
    text-decoration: underline !important;
    color: #000;
  }
  .div-d-flex {
    margin-bottom: 20px;
    p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 22px;
    }
    img {
      /* width: 50%; */
      height: auto;
    }
  }
}

.equipe {
  img {
    width: 100%;
  }
  p {
    font-size: 14px;
    line-height: 20px;
    strong {
      font-size: 15px;
    }
  }
  a:not(.btn) {
    text-decoration: underline !important;
    color: #000;
    font-size: 14px;
  }
}

/**********************************************************/
/****  PAGE DOCUMENTATION
/**********************************************************/
.page-documentation {

}

.encart-boutton {
  background: #FAFAFA;
  padding: 15px 15px 35px 15px;
  margin-bottom: 30px !important;
  text-align: center;
  h3 {
    font-size: 20px;
    line-height: 40px;
    font-family: 'League Spartan';
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    color: #000;
  }
  p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'League Spartan';
    margin-bottom: 20px;
    text-align: center;
    &:last-child {
      margin-bottom: 0;
    }
  }
  &:hover {
    background: #000;
    h3 {
      color: #fff;
    }
    p {
      color: #fff;
    }
    a {
      color: #fff;
      border-color: #fff !important;
    }
  }
}

.modalite-acces {
  h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'League Spartan';
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
  }
  p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Arimo';
    margin-bottom: 10px;
    color: #fff;
  }
  ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-bottom: 0;
    li {
      font-size: 16px;
      line-height: 22px;
      font-family: 'Arimo';
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
      color: #fff;
      &:before {
        content: '\35';
        font-family: 'ETmodules' !important;
        position: absolute;
        left: -10px;
        top: -2px;
        color: #3CA5A5;
        font-size: 31px;
      }
    }
  }
  a {
    text-decoration: underline !important;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Arimo';
  }
}

/**********************************************************/
/****  PAGE FORMATION
/**********************************************************/

.bloc-formation {
  display: flex;
  .et_pb_text {
    padding-top: 30px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'League Spartan';
    font-weight: normal;
    margin-bottom: 0px;
    color: #4BBABA;
  }
  .et_pb_accordion {
    margin-top: -20px;
    h5 {
      font-weight: 600 !important;
    }
  }
  h4 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'League Spartan';
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
  }
}

@media all and (max-width: 767px) {
  .bloc-formation {
    display: flex;
    flex-direction: column;
    .et_pb_text {
      padding-top: 20px;
    }
    h5 {
      font-size: 20px;
      line-height: 30px;
    }
    .et_pb_accordion {
      margin-top: -20px;
      h5 {
        font-size: 18px;
        line-height: 25px;
        font-weight: 600 !important;
      }
    }
    h4 {
      font-size: 25px;
      line-height: 30px;
    }
  }
}

/****  SECTION MODALITES INSCRIPTION ******/


.section-modalite-inscription {
  padding: 50px 0 !important;
  h2 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    font-family: 'League Spartan';
    margin-bottom: 30px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
     color: #fff;
     font-weight: 600;
  }
  h4 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'League Spartan';
    position: relative;
    display: block;
    margin-bottom: 30px;
    &:before {
      content: '';
      position: absolute;
      top: -5px;
      left: calc(50% - 25px);
      width: 50px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 50%;
    }
  }
  p {
    color: #fff;
  }
  a {
    color: #fff;
    text-decoration: none !important;
  }
  .div-d-flex {
    margin-bottom: 20px;
    align-items: flex-start;
    img {
      width: 30px;
      height: auto;
    }
    &:last-child {
      margin-bottom: 0;
    }
  }
}

/****  SECTION INTERVENANTS ******/

.section-intervenant {
  padding: 50px 0 !important;
}
.text-on-hover {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: 'League Spartan';
  text-transform: uppercase;
  .et_pb_main_blurb_image {
    margin: 0;
  }
  .et_pb_blurb_container {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    padding: 15px;
    display: flex;
    align-items: flex-end;
    p {
      color: #fff;
      margin: 0
    }
  }
  &:hover {
    .et_pb_blurb_container {
      opacity: 1;
      transition: opacity 0.3s ease-in-out;
    }
  }
}
@media all and (max-width: 767px) {
  .section-intervenant {
    h2 {
      margin-bottom: 30px;
    }
  }
  .section-supervision {
    padding-top: 0 !important;
  }
  .text-on-hover {
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: 'League Spartan';
    text-transform: uppercase;
    .et_pb_main_blurb_image {
      margin: 0;
      width: 100%;
      img {
        width: 100%;
        height: auto;
      }
    }
    .et_pb_blurb_container {
      opacity: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: relative;
      background-color: transparent;
      padding: 15px 0;
      display: flex;
      align-items: flex-end;
      p {
        color: #000;
        margin: 0;
      }
    }
  }
}

/****  SECTION SUPERVISION ******/

.section-supervision {
  padding: 50px 0 !important;
}

@media all and (max-width: 767px) {
  .section-supervision {
    padding-top: 0 !important;
     h2 {
      margin-bottom: 30px;
    }
  }
}

/****  SECTION TEMOIGNAGE ******/

.bloc-slider-temoignages {
  padding: 20px 0px 50px 0px;
  .head-slider-temoignages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    h2 {
      font-size: 40px;
      line-height: 45px;
      font-family: 'League Spartan';
      font-weight: 600;
      color: #000;
      margin-bottom: 0;
    }
    .nav-slider-temoignage {
      display: flex;
      align-items: center;
      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-temoignage {
    /* the slides */
    .slick-slide {
        margin: 0 15px;
    }

    /* the parent */
    .slick-list {
        margin: 0 -15px;
    }
    .item-temoignage {
      background: #fff;
      padding: 15px 25px;
      .item-content {
        p {
          font-size: 18px;
          line-height: 26px;
          position: relative;
          &::before {
            /*
              content: '\201C';
              font-family: 'ETmodules' !important;
              font-size: 50px;
            */
            content: '';
            width: 30px;
            height: 22px;
            display: inline-block;
            margin-right: 10px;
            background-image: url(assets/images/quote.svg);
          }
        }
      }
      .item-auteur {
        margin-top: 30px;
      }
    }
  }
}


.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;
          }
        }
      }
    }
  }
}
/**********************************************************/
/****  PAGE PRET
/**********************************************************/

@media all and (max-width: 767px) {
  .section-pret {
    h2 {
      font-size: 1.8rem !important;
      line-height: 2rem !important;
      font-weight: 500;
    }
    .div-d-flex {
      flex-direction: column;
      text-align: center;
      margin-bottom: 20px;
      br {
        display: none;
      }
      img {
        width: 75px;
        margin: 0 auto;
        height: auto;
      }
    }
  }
}
/**********************************************************/
/****  WOOCOMMERCE
/**********************************************************/
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container {
  padding: 0 !important;
}

.woocommerce-notices-wrapper {
  background: #2ea3f2;
  .woocommerce-message {
    width: 90% !important;
    margin: 0 auto !important;
    margin-bottom: 0 !important;
    padding: 13px 0 !important;
    background: transparent !important;
  }
}
@media only screen and (min-width: 1350px) {
  .woocommerce-notices-wrapper {
    .woocommerce-message {
      max-width: 1480px !important;
    }
  }
}

.et_pb_wc_title {
  margin-bottom: 10px !important;
  h1 {
    font-size: 30px !important;
    line-height: 30px;
    font-family: 'League Spartan';
    font-weight: 600;
    color: #000;
  }
}
.et_pb_wc_meta {
  a {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Arimo';
    font-weight: 600 !important;
    text-decoration: underline !important;
  }
}

.woocommerce div.product .et_pb_wc_price {
  p {
    font-size: 30px !important;
    line-height: 30px !important;
    font-family: 'League Spartan';
    font-weight: 600;
    color: #000 !important;
  }
}


.et-db #et-boc {
  .et-l {
    .et_pb_wc_add_to_cart {
      form.cart {
        margin-bottom: 25px !important;
      }
      .quantity {
        border: 2px solid #000 !important;
        max-width: 80px;
        padding: 0;
        input {
          color: #000 !important;
          font-size: 25px !important;
          line-height: 25px !important;
          font-weight: 600 !important;
          font-family: 'League Spartan';
          width: 100% !important;
          background-color: #fff !important;
          padding: 9px 0;
        }
      }
      .single_add_to_cart_button {
        border: 2px solid #000 !important;
        border-radius: 50px !important;
        color: #000 !important;
        font-size: 20px;
        line-height: 20px !important;
        font-family: 'League Spartan';
        text-transform: uppercase;
        padding: 10px 40px;
        &:hover {
          color: #fff !important;
          background-color: #000 !important;
          background: #000 !important;
          font-size: 20px;
          line-height: 20px !important;
          text-transform: uppercase;
          font-family: 'League Spartan';
          padding: 10px 40px;
        }
        &:after {
          display: none !important;
        }
      }
    }
  }

}

.et_pb_wc_additional_info {
  background: #F5F5F5;
  padding: 20px;
  h2 {
    display: none;
  }
}
.woocommerce {
  table.shop_attributes {
    width: 100%;
    border: none !important;
    tr {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      th {
        font-size: 20px !important;
        line-height: 20px !important;
        font-weight: 600;
        border: none !important;
        padding: 0% !important;
        width: 100% !important;
        font-family: 'Arimo';
        background: none !important;
      }
      td {
        width: 100% !important;
        border: none !important;
        background: none !important;
      }
    }
  }
}

.bloc-panier {
  padding: 20px;
  background: #fff;
}
.et-db #et-boc .et-l .et_pb_wc_cart_products.et_pb_row_layout_horizontal table.shop_table_responsive thead {
  display: none !important;
}
.bloc-panier {
  background: #fff;
}


body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_cart_totals {
  h2 {
    font-size: 25px !important;
    line-height: 25px !important;
    font-family: 'League Spartan';
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 20px !important;
  }
  .cart_totals {
    td {
      text-align: right !important;
    }
    .wc-proceed-to-checkout {
      .checkout-button {
        border: 2px solid #000 !important;
        border-radius: 50px !important;
        color: #000 !important;
        font-size: 20px;
        line-height: 20px !important;
        font-family: 'League Spartan';
        text-transform: uppercase;
        padding: 10px 40px !important;
        &:hover {
          color: #fff !important;
          background-color: #000 !important;
          background: #000 !important;
          font-size: 20px;
          line-height: 20px !important;
          text-transform: uppercase;
          font-family: 'League Spartan';
          padding: 10px 40px !important;
        }
        &:after {
          display: none !important;
        }
      }
    }
  }
}

@media all and (max-width: 767px) {
  .single-product {
    .et_pb_wc_add_to_cart {
      form.cart {
        margin-bottom: 25px !important;
        display: flex;
        .single_add_to_cart_button {
          font-size: 19px;
          line-height: 19px !important;
          padding: 10px 20px !important;
        }
      }
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
      display: block !important;
    }
  }
}

.product .related h2 {
  font-size: 2.5rem !important;
  line-height: 2.5rem !important;
  font-family: 'League Spartan';
  font-weight: 600;
  color: #000 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.et_pb_column_empty_parent {
  .et_pb_column {
    width: 100% !important;
    .et_pb_wc_checkout_payment_info {
      background-color: transparent;
      .woocommerce-order-overview {
        margin-top: 30px;
        margin-bottom: 30px;
      }
      .woocommerce-order-details {
        .woocommerce-table {
          th {
            color: #000 !important;
          }
        }
      }
      .woocommerce-customer-details {
        address {
          border: none !important;
          .woocommerce-customer-details--phone {
            margin-top: 20px;
            margin-bottom: 0 !important;
          }
        }
      }
    }
  }
}

.woocommerce {
  .woocommerce-MyAccount-navigation {
    ul {
      list-style: none;
      padding: 0% !important;
      li {
        margin-bottom: 5px;
        a {
          background-color: #F5F5F5;
          color: #000 !important;
          padding: 10px 15px;
          display: block;
          &:hover {
            background-color: #000 !important;
            color: #fff !important;
          }
        }
        &.is-active a {
          background-color: #000 !important;
          color: #fff !important;
        }
      };
    }
  }
  .woocommerce-MyAccount-content {
    p {
      a {
        color: #000 !important;
        text-decoration: underline !important;
      }
    }
  }
  .woocommerce-orders-table {
    th {
      border: none !important;
      color: #000 !important;
    }
    .woocommerce-orders-table__cell-order-number {
      a {
        color: #000 !important;
        font-size: 18px;
        line-height: 18px !important;
        text-transform: uppercase;
      }
    }

  }
  .woocommerce-order-details,
  .woocommerce-customer-details {
    h2 {
      font-size: 1.8rem !important;
    }
    table {
      th {
        color: #000 !important;
      }
    }
    address {
      border: none;
      p.woocommerce-customer-details--phone {
        margin: 10px 0 0 0 !important;
      }
    }
  }
  .my-membership-discounts {
    th {
      color: #000 !important;
      a {
        color: #000 !important;
      }
    }
    .membership-discount-title {
      a {
        color: #000 !important;
        text-decoration: underline !important;
      }
    }
    .membership-discount-amount {
      text-align: center;
    }
    .membership-discount-image {
      width: 95px;
    }
    .membership-discount-excerpt,
    .membership-product-excerpt {
      display: none !important;
    }
  }
  .membership-discount-actions {
    .button.view {
      display: none !important;
    }
  }
  .woocommerce-Addresses {
    display: flex;
    flex-direction: column;
    .woocommerce-Address {
      margin-bottom: 30px;
      float: none !important;
      width: 100% !important;
      .woocommerce-Address-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        &:before {
          display: none !important;
        }
      }
    }
  }
  h2 {
    font-size: 1.8rem !important;
  }

  .woocommerce-MyAccount-navigation-link--payment-methods {
    display: none !important;
  }
  .woocommerce-form-login,
  .woocommerce-form-register {
    max-width: 500px;
    margin: 0 0 30px 0 !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
  }
  .cart-empty {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-family: 'League Spartan';
    font-weight: 600;
    color: #000 !important;
    background: none !important;
  }
  .return-to-shop {
    text-align: center;
  }
}

.woocommerce {
  .my-membership-details .button.cancel,
  .my-membership-discounts .order-actions a,
  .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a,
  .woocommerce-orders-table__cell-order-actions a,
  form .button,
  .return-to-shop a {
    border: 2px solid #000;
    border-radius: 50px !important;
    color: #000;
    font-size: 18px;
    line-height: 18px !important;
    font-family: 'League Spartan';
    text-transform: uppercase;
    padding: 8px 20px !important;
    &:after {
      display: none !important;
    }
    &:hover {
      color: #fff !important;
      background-color: #000 !important;
      background: #000 !important;
      padding: 8px 20px !important;
    }
  }

  .produit-mea .ajout-panier {
    text-align: center;
    .added_to_cart{
      margin-top: 20px;
      border: 2px solid #000;
      border-radius: 50px !important;
      color: #000;
      font-size: 20px !important;
      line-height: 20px !important;
      font-family: 'League Spartan';
      text-transform: uppercase;
      padding: 10px 40px !important;
      text-align: center;
      &:after {
        display: none !important;
      }
      &:hover {
        color: #fff !important;
        background-color: #000 !important;
        background: #000 !important;
        font-size: 20px !important;
        line-height: 20px !important;
        padding: 10px 40px !important;
      }
    }
  }
}

/**********************************************************/
/****  PAGE CARTE AMI DU MUSÉE
/**********************************************************/
.carte-ami {
  background: #F5F5F5;
  padding: 15px;
  height: 100%;
  .et_pb_text_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    .btn {
      margin-top: auto;
    }
    p:last-child {
      margin-top: auto;
      margin-bottom: 20px;
    }
  }
  h2 {
    font-size: 25px !important;
    line-height: 30px;
    font-family: 'League Spartan';
    color: #3CA5A5;
    font-weight: normal;
    strong {
      font-size: 35px !important;
      line-height: 40px;
      font-weight: 600;
      color: #000;
    }
  }
  .div-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  hr {
    margin: 10px 0;
  }
  ul {
    margin-top: 20px;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    li {
      font-size: 16px;
      line-height: 20px;
      font-family: 'League Spartan';
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
      &:before {
        content: '\35';
        font-family: 'ETmodules' !important;
        position: absolute;
        left: -10px;
        top: -2px;
        color: #3CA5A5;
        font-size: 31px;
      }
    }
  }
  &:hover {
    color: #fff;
    background: #000;
    h2 {
      color: #fff;
      strong {
        color: #fff;
      }
    }
    hr {
      background-color: #fff;
      opacity: 1;
    }
    ul li {
      color: #fff;
    }
    a {
      color: #fff;
      border-color: #fff !important;
    }
    p {
      color: #fff;
    }

  }
}

/**********************************************************/
/****  PAGE BOUTIQUE
/**********************************************************/

.produit-mea {
  background: #fff;
  display: flex;
  width: 100%;
  .col-left {
    padding: 20px 15px;
    max-width: 50%;
    .mea {
      color: #3CA5A5;
      font-size: 30px;
      line-height: 30px;
      font-family: 'League Spartan';
      margin-bottom: 10px;
    }
    h2 {
      text-transform: uppercase;
      font-size: 45px !important;
      line-height: 50px;
      font-family: 'League Spartan';
      font-weight: 600;
      a {
        color: #000 !important;
        text-decoration: none !important;
      }
    }
    .description {
      margin-bottom: 30px;
    }
  }
  .produit-image {
    width: 50%;
    img {
      width: 100%;
    }
  }
}

@media all and (max-width: 767px) {
  .produit-mea {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    .col-left {
      max-width:100%;
      .mea {
        font-size: 30px;
        line-height: 30px;
      }
      h2 {
        font-size: 42px !important;
        line-height: 42px;
      }
    }
    .produit-image {
      width:100%;
      img {
        width: 100%;
      }
    }
    .ajout-panier {
      text-align: center;
    }
  }
}
.liste-produits {
  .product {
    margin-bottom: 3.5% !important;
    .et_shop_image {
      .et_overlay {
        /* background: rgba(0, 0, 0, 0.7) !important; */
        &:before {
          content: '' !important;
          width: 58px !important;
          height: 58px !important;
          top: 15px !important;
          right: 15px!important;
          left: auto !important;
          transform: none !important;
          position: absolute !important;
          background-image: url(assets/images/picto-add-cart.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
        }
      }
    }
    h2 {
      font-size: 20px !important;
      line-height: 25px !important;
      font-family: 'League Spartan';
      font-weight: 600;
      color: #000 !important;
      margin-bottom: 0 !important;
      text-align: center;
      text-transform: uppercase;
    }
    .add_to_cart_button {
      display: none !important;
    }
  }
}

/**********************************************************/
/****  PANIER
/**********************************************************/

.et_pb_wc_cart_products {
  .shop_table {
    thead {
      border-bottom: 2px solid #000 !important;
      tr {
        th {
          font-size: 18px !important;
          line-height: 24px !important;
          font-family: 'League Spartan';
          font-weight: 600;
          color: #000 !important;
          text-transform: uppercase;
          padding: 12px 15px !important;
          border-bottom: 2px solid #000 !important;
          &.product-remove {
            order: 5 !important;
          }
          &.product-subtotal {
            text-align: right;
          }
        }
      }
    }
    tbody {
      tr {
        td {
          font-size: 18px !important;
          line-height: 22px !important;
          font-family: 'Arimo';
          color: #000 !important;
          padding: 12px 15px !important;
          &.product-remove {
            order: 5 !important;
            a {
              position: relative;
              text-indent: -9000px;
              color: transparent !important;
              &:before {
                content: '';
                width: 20px;
                height: 20px;
                display: block;
                background-image: url(assets/images/picto-supprimer.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
              }
              &:hover {
                background-color: transparent !important;
              }
            }
          }
          &.product-name {
            order: 1 !important;
            a {
              color: #000 !important;
              font-size: 20px !important;
              line-height: 20px !important;
              font-weight: 600 !important;
              font-family: 'League Spartan';
            }
          }
          &.product-quantity {
            .quantity {
              border: 2px solid #000 !important;
              max-width: 80px;
              padding: 0;
              input {
                color: #000 !important;
                font-size: 20px !important;
                line-height: 20px !important;
                font-weight: 600 !important;
                font-family: 'League Spartan';
                width: 100% !important;
                background-color: #fff !important;
                padding: 9px 0;
                text-align: center;
              }
            }
          }
          &.product-subtotal {
            text-align: right;
          }
          &.actions {
            .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 !important;
              &:hover {
                padding: 10px 40px !important;
                border: 2px solid #000 !important;
                color: #fff;
                background-color: #000 !important;
              }
              &:after {
                display: none !important;
              }
            }
            .coupon {
              input[type=text] {
                font-size: 18px;
                line-height: 20px !important;
                padding: 10px 20px;
                color: #000 !important;
                background: none !important;
                border: none !important;
                border: 2px solid #000 !important;
                border-radius: 0 !important;
              }
              input[type=text]::placeholder {
                color: #000 !important;
                opacity: 1;
                font-weight: normal;
              }
              input[type=text]:focus {
                outline: none !important;
                box-shadow: none !important;
              }
            }
          }
        }
      }
    }
  }
  .woocommerce-notices-wrapper {
    background: none !important;
    .woocommerce-message {
      color: #000 !important;
      text-align: center;
      a {
        color: #000 !important;
        text-decoration: underline !important;
      }
    }
  }
}

.panier-header {
  display: flex;
  gap: 15px;
  align-items: center;
  span {
    cursor: pointer;
    color: #fff;
    img {
      width: 30px;
      height: auto;
    }

    &.bag {
      display: flex;
      align-items: flex-end;
      img {
        width: 45px;
      }
       b {
        margin: 3px -5px 0 -6px;
      }
    }
  }
}
.et-db #et-boc .et-l .et_pb_wc_cart_products.et_pb_row_layout_horizontal,
.panier-popin {
  table.shop_table_responsive {
    border: none !important;
    thead {
      display: none !important;
      th {
        display: none !important;
      }
    }
    tbody {
      tr:first-child {
        td:first-child {
          border-top: none !important;
        }
      }
      tr.cart_item {
        background-color: #F5F5F5 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        border-top: 2px solid #fff;
      }

      td {
        border-top: none !important;
        a {
          color: #000 !important;
          font-size: 20px !important;
          line-height: 20px !important;
          font-weight: 600 !important;
          font-family: 'League Spartan';
        }
      }
      td:nth-of-type(1) {
        order: 2;
      }
      td:nth-of-type(2) {
        order: 1;
      }
      .product-price {
        display: none !important;
      }
      .product-quantity {
        display: none !important;
      }
      .product-subtotal {
        display: none !important;
      }
      .product-remove {
        a {
          position: relative;
          text-indent: -9000px;
          color: transparent !important;
          &:before {
            content: '';
            width: 20px;
            height: 20px;
            display: block;
            background-image: url(assets/images/picto-supprimer.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
          }
          &:hover {
            background-color: transparent !important;
          }
        }
      }
      .product-name {
        width: 260px;
        border: none;
      }
    }
  }
}
.panier-popin {
  display: none;
  position: fixed;
  top: 77px;
  right: 0;
  width: 400px;
  background: #fff;
  padding: 15px 15px 20px 15px;;
  &.active {
    display: block;
  }
  .woocommerce-notices-wrapper {
    display: none !important;
  }
  .woocommerce-cart-form {
    .product-thumbnail {
      img {
        width: 40px;
        height: auto;
      }
    }
    .actions {
      display: none !important;
    }
  }
  .cart-collaterals {
    .cart_totals {
      width: 100% !important;
      h2 {
        display: none;
      }
      .cart-subtotal {
        display: none;
      }
      .order-total {
        th {
          border: none;
        }
        td {
          text-align: right;
        }
      }
    }
    .wc-proceed-to-checkout {
      display: none !important;
    }
  }
  .shop_table {
    margin-bottom: 15px !important;
  }
  .voir-panier {
    text-align: center;
  }
  &.panier-vide {
    .cart-empty {
      margin: 0 !important;
    }
    .return-to-shop {
      display: none;
    }
  }
}
.logged-in .panier-popin {
  top: 109px;
}
/**********************************************************/
/****  MA COMMANDE
/**********************************************************/

#customer_details {
  .input-text {
    font-size: 18px;
    line-height: 20px !important;
    padding: 15px 20px;
    color: #000 !important;
    background: none !important;
    border: none !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
  }
  .country_select, .select2-selection--single {
    font-size: 18px;
    line-height: 20px !important;
    padding: 15px 20px;
    color: #000 !important;
    background: none !important;
    border: none !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
  }
  .select2-selection__rendered {
    color: #000 !important;
    padding: 0% !important;
  }

}
.select2-container {
  .select2-dropdown {
    font-size: 18px;
    line-height: 20px !important;
    color: #000 !important;
    background: #fff !important;
    border: 2px solid #000 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    .select2-results__option--highlighted[aria-selected],
    .select2-results__option--highlighted[data-selected] {
      background: #000 !important;
      color: #fff !important;
    }
  }
}
/**********************************************************/
/****  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;
  }
}

