/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Eagle */
@font-face {
  font-family: 'Eagle-Book';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Eagle-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Macklin Sans */
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Light_Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Medium_Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-Bold_Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-ExtraBold_It.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Sans';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Sans-ExtraLight_It.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}

/* Macklin Slab */
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Light_Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Medium_Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Macklin Slab';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/Macklin_Slab-Bold_Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

/* MoonFlower */
@font-face {
  font-family: 'MoonFlower';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/MoonFlower.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MoonFlower Bold';
  src: url('/assets/fonts/MoonFlowerBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

/* Triplex */
@font-face {
  font-family: 'Triplex';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/TriplexBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}


/* ======================
   🔥 Custom Header Styles
====================== */

ul.header   {
    display: block;
    position: absolute;
    top: 0;
    left: 0;;
    z-index: 5;
    letter-spacing: -0.3em;
    /*border: 1px solid red;*/
}

.header li  {
    display: inline-block;
    letter-spacing: normal;
    /*border: 1px solid red;*/
}

.logo {
  width: 200px;
  height: 250px;
  padding-top: 3vh;
  background-color: rgba(40,73,90,0.4);
  text-align: center;
}

.logo-link {
  display: block;
  width: 100%;
  height: 70%;
  background-image: url('assets/images/header/logo42-home.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



@media screen and (max-width:800px)
 {
  .logo {
    width: 150px;
    height: 150px;
    margin: -15px 0 0 -20px;
    background-color: rgba(33,23,19,0.3);
  }

  .logo-link {
    background-image: url('assets/images/header/logo42-home-blanc.png');
  }
}

li.menu {
    width: 120px;
    height: 100px;
    padding: 40px 0 10px 10px;
    overflow: hidden;
    background-color: rgba(40,73,90,0.4);
    vertical-align: top;
    position: relative;
}


li.menu a {
    display: inline-block;
    margin: 0 0 30px 30px ;
    font-family: 'Maclin_Sans-Regular', sans-serif;
    font-size: 0.7em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(215,0,102,1);
}

li.menu a:hover {
    color: white;
}


@media screen and (max-width:800px)
{
    li.menu {
        width: 60px;
        height: 120px;
        margin: -30px 0 0 0;
        background-color: rgba(33,23,19,0.3);
        /*background-image: url(../images/header/picto_menu-blanc.png);*/
        background-position: 30% 65%;
        background-size: 50%;
        overflow: hidden;
    }
}

li.menu:hover {
    width: 150px;
    height: 400px;
    transition: 1s;
}


img.burger  {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 50px 30px;
    /*border: 1px solid pink;*/
}


/* ===============================
   🔥 Slider et accroche home
=============================== */

div.slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}


.flickity-slider .img-inner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.flickity-slider .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.accroche {
  position: absolute;
  z-index: 10;
  bottom: 0;
  min-width: 850px;
  width: 70vw;
  height: 6vh;
  transform: translateX(-50%);
  background-color: white;
  margin: auto 50%;
  padding: 5vh 60px 140px 60px;
  font-family: 'Macklin Slab';
}

div.contenant {
  position: absolute;
  z-index: 10;
  bottom: 0;
  min-width: 850px;
  width: 100vw;
  height: 6vh;
  transform: translateX(-50%);
  background-color: white;
  margin: auto 50%;
  padding: 5vh 60px 40px 60px;
}

div.contenu {
    display: inline-block;
    /*top: 90vh;*/
    width: 100vw;
    height: auto;
    max-width: 1460px;
    padding: 30px 0 50px 0;
    background-color: white;
    /*border: 1px solid red;*/
}

.titre_blanc   {
    display: block;
    /*position: absolute;*/
    max-width: 850px;
    width: 100%;
    /*max-width: 1360px;*/
    height: 2.8vh;
    margin: -15vh auto 0 auto;
    padding: 0 0 0 0;
    font-size: 7vh;
    text-transform: uppercase;
    color: white;
    letter-spacing: -0.03em;
    line-height: 0.9em;
    /*border: 1px solid white;*/
}

.has-epingle {
  position: relative;
}

.has-epingle .epingle {
  position: absolute;
  top: 5%;    /* Ajuste selon l'espacement voulu par rapport au haut de la section */
  left: 3%;   /* Ajuste selon l'espacement voulu par rapport à la gauche */
  width: 6vw; /* Utilisation de "vw" pour rendre la taille responsive (responsive selon la largeur de l'écran) */
  height: auto; /* Pour conserver le ratio de l'image */
  z-index: 15; /* Assurer que l'épingle soit au-dessus de tout autre élément */
}

/* Cards spectacles */
div.card {
    display: inline-block;
    width: 85vw;
    max-width: 400px;
    margin: 5vh 2vh 0 2vh; 
    /*padding: 15px;*/
    vertical-align: top;
    text-align: left;
    /*border: 1px solid black;*/
}

.shade {
  display: none;
}

.teaser {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    color: rgba(215,0,102,1);
    text-transform: uppercase;
}

.spect_titre   {
    display: block;
    position: absolute;
    bottom: -3px;
    font-family: 'Eagle-Book', sans-serif;
    font-size: 2em;
    line-height: 0.8em;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: white;
}

.specs {
    width: 80%;
    margin-top: 5px;
    text-align: left;
    font-family: 'Macklin_Sans-Light', sans-serif;
}

.auteur {
    display: inline-block;
    margin-bottom: 10px;
}

/* Bouton découvrir */
.decouvrir {
    display: inline-block;
    font-family: 'Macklin_Sans-Medium', sans-serif;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    border: 4px solid rgba(0,0,0,0.4) !important;
    opacity: 0.2;
}

/* Effet hover */
a.decouvrir:hover {
    opacity: 1;
    background-color: transparent !important;
    color: black !important;
}


/* Bouton voir tout*/
.voirtout  {
    display: inline-block;
    background-color: rgba(0,0,0,0.05);
    color: rgba(215,0,102,1);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    border-color: transparent !important;
}

/* Banner FOCUS*/

div.focus {
    display: inline-block;
    width: 100vw;
    height: 50vh;
    margin: 50px 0;
    background-position: 50% 100%;
}

@media screen and (max-width:800px) {
    div.focus   {
        background-position: 90% 100%;
    }
}

.picto_focus    {
    margin: 30px 0;
}

.focusp {
    display: inline-block;
    max-width: 500px;
    color: white;
    font-size: 2vh;
    line-height: 1.3em;
}

.date {
  margin-bottom: 10px !important;
}



/* ======================
   🔥 LES SPECTACLES
====================== */

.intro   {
    display: inline-block;
    font-size: 1.8em;
    letter-spacing: normal;
    line-height: 1.1em;
    font-family: 'Macklin Slab';
}

.prod   {
    letter-spacing: normal;
    font-family: 'Macklin_Sans-Light', sans-serif;
}

/* ======================
   🔥 PAGES SPECTACLES
====================== */

.sectionspect {
    padding-top: 120px;
}

.titre_page {
  display: inline-block;
  font-family: 'Eagle-Book', sans-serif;
  letter-spacing: -0.02em;
  font-size: 2.35rem;
  line-height: 0.9;
  color: rgb(215, 0, 102);
  text-align: center;
}

.news    {
    display: inline-block;
    max-width: 500px;
    margin: 20px 5px;
    vertical-align: top;
    width: 200px;
    height:auto;
    text-align: left;
}

.event_title    {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 0.8em;
    background-color: rgba(255,220,0,1);
    width: 100%;
    margin: 2% 0 0 -7%;
    padding: 20px 6% 6px 6%;
    height: auto;
}

.accordion-inner {
    margin: 5px 0;
    padding: 0px;
    font-family: 'Macklin_Sans-Medium', sans-serif;
}


.news_event    {
    margin: 5px 0;
    padding-right: 20px;
    font-family: 'Macklin_Sans-Medium', sans-serif !important;

}

.slider-spect {
    height: 40vh; 
}




/* ======================
   🔥 ACTUALITÉS
====================== */

.actu1   {
    padding: 80px 5vw;
    height: auto;
    padding: 0px 5vw;
    text-align: center;
}

.actu    {
    display: inline-block;
}

.actu2   {
    display: inline-block;
    width: 60%;
    max-width: 600px;
    margin: 0 0 0 -50px;
    height:auto;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal;
}

.actudate  {
    display: inline-block;
    margin: 0 0 0 50px;
    color: rgba(250,220,0,1);
    font-size: 2.3em;
    line-height: 0.9em;
    letter-spacing: -0.03em;
}

.actutitre {
    display: inline-block;
    margin: -10px 0 10px 0;
    padding: 30px 20px 20px 50px;
    background-color: rgba(250,220,0,1);
    font-size: 1.1em;
    line-height: 1em;
    font-family: 'Macklin_Sans-Medium', sans-serif;
}



.decouvrir2 {
    display: inline-block;
    font-family: 'Macklin_Sans-Medium', sans-serif;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(51,153,204,1) !important;
    border: 4px solid rgba(51,153,204,0.3) !important;
    opacity: 0.7;
}

a.decouvrir2:hover {
    opacity: 1;
    background-color: transparent !important;
}

/* ======================
   🔥 CONTACT
====================== */

.coordo    {
    display: inline-block;
    width: 100%;
    margin: 0 0 35px 0;
    text-align: left;
    letter-spacing: normal;
}


/* ======================
   🔥 Custom Footer Styles
====================== */

.footer {
  display: block;
  margin-top: 100px;
  width: auto;
  text-align: right;
}

.footer1 {
  display: inline-block;
  width: 100vw;
  max-width: 435px;
  height: 190px;
  padding: 2.5vh 2vh 2vh 2vh;
  text-align: left;
  font-family: 'Macklin_Sans-Regular', sans-serif;
  background-color: rgba(234,228,224,1);
  font-size: 0.85em;
  color: black;
}

.footer1-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer_logo {
  width: 4vh;
  height: auto;
  margin-right: 15px;
}

.footer1-inner p {
  margin: 0;
  line-height: 1.4em;
  opacity: 0.5;
}

.footer1-inner p a {
  color: dodgerblue;
  text-decoration: none;
}

.footer1-inner p a:hover {
  text-decoration: underline;
}

.footer1-inner .credits {
  font-size: 0.9em;
  display: inline-block;
  margin-top: 10px;
}

.footer2 {
  display: inline-block;
  height: 350px;
  margin: 0 0 0 -4px;
  padding: 50px 30px 50px 50px;
  vertical-align: bottom;
  text-align: left;
  background-color: rgba(234, 228, 224, 1);
  font-family: 'Macklin_Sans-Regular', sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  color: black;
  line-height: 1.2em;
}

.footer2 a {
  display: inline-block;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.footer2 a:hover {
  color: dodgerblue;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .footer2 {
    display: none;
  }
}



