/** PLAYFAIR **/
@font-face {
  font-family: 'Playfair';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight:900;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}


@font-face {
  font-family: 'Playfair';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Playfair';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


/** OSWALD **/
@font-face {
  font-family: 'Oswald';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Oswald';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}



/** QUICKSAND ***/

@font-face {
  font-family: 'Quicksand';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


/** THESIGNATURE **/
@font-face {
  font-family: 'TheSignature';
  src: url('https://lacompagniepopart.fr/squelettes/fonts/Thesignature.ttf') format('truetype');
}




html {
  scroll-behavior: smooth;
}


body {
font-family: 'Quicksand';
font-weight: 400;
color: #121212;
font-size: 1em;
-webkit-text-size-adjust: 100%;
background-position: top center;
background-repeat: no-repeat;
background-color: #fff;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}




												@media screen and (min-width:1280px){




	/* MENU MOBILE DESACTIVE */

.nav_mobile {
display:none;
}

#header_mobile{
display:none;
}


/*****************************************	DIV PRINCIPAUX ************************************************************************/


.page {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
background-color: #FDFDFD;
}



.wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
	}


.main {
float: none;
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto;
padding: 0;
}

.main.bgsommaire {
  margin: 0;
}

.main .img_apropos {
  width: 100%;
  height: 700px;
}
.main .img_apropos img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
margin: 0;
}


      .video_fond {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
      }

          .video_fond h1 {
        font-family: Oswald;
        font-size: 10em;
        font-weight: 400;
        text-transform: uppercase;
        margin: 50px 0 100px;
        padding: 0;
        text-align: left;
        letter-spacing: -5px;
        line-height: 95%;
        color: #5e2590;
          }

p {
 margin: 0 0 10px 0;
 font-size: 1.12em;
 line-height: 1.7;
 text-align: left;
 color: #121212;
 font-family: Quicksand,sans-serif;
 font-weight: 500;
}

a, a:visited {
color:#fb0089;
}

.img_fond {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 550px;
z-index: 1;
}

.img_fond .titre {
  position: absolute;
bottom: 120px;
  left: 50px;
  padding: 2em;
  margin: 0 -10px -230px;
  border-radius: 15px;
  background: #fff;
  border-top: solid 5px #fccf15;
  border-right: solid 5px #fccf15;
  border-left: solid 5px #fccf15;
}

.img_fond .titre h2 {
  font-size: 10em;
          font-family: 'Oswald';
          text-transform: uppercase;
          font-weight: 100;
          color: #fb0089;
          padding: 0;
          margin: 0;
}

.img_fond img {
width: 100%;
height: 550px;
object-fit: cover;
object-position: top center;
}

img.lien_externe {
  width: 20px;
  height: 20px;
}

img.lien_externe.imgfooter {
filter: invert(1);
display: inline-block;
}

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

/** BOUTONS NOIRS **/

.cadre_bouton_noir{
  margin: 1em auto 2em auto;
}

.cadre_bouton_noir a{
background: none;
text-decoration: none;
}

.cadre_bouton_noir:hover{
background: none;
}

.cadre_bouton_noir .bouton_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;

  border-radius: 15px;
    margin: 0 auto;
  padding: 18px 36px;

  color: #fff;
  font-family: 'Oswald';
  font-size: 1.1em;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;

  cursor: pointer;

  box-shadow: inset 0 0 0 0 #FFB300;

  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background: #121212;

}

.cadre_bouton_noir .slide_right:hover {
  box-shadow: inset 400px 0 0 0 #FFB300;
}

.cadre_bouton_noir a.slide_right,
.cadre_bouton_noir a:visited.slide_right  {
background: none;
}



/** BOUTONS BLANCS **/

.cadre_bouton_blanc{
  width: 50%;
  margin: 2em auto;
}

.cadre_bouton_blanc:hover{
background: none;
}

.cadre_bouton_blanc .bouton_btn {
  display: flex;
  justify-content: center;
  width: 240px;
  color: #121212;
  border-radius: 15px;
  margin: 0 auto;
  padding: 18px 36px;
  font-family: 'Oswald';
  font-size: 1.1em;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #FFB300;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background: #fff;
}

 .cadre_bouton_blanc .slide_right:hover {
  box-shadow: inset 400px 0 0 0 #FFB300;
  color: #fff;
}

.cadre_bouton_blanc a.slide_right,
.cadre_bouton_blanc a:visited.slide_right {
background: none;
color: #fff;
}




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

/* HEADER */

header {
            width: 100%;
            margin: 0 ;
            padding: 0;
}



.header {
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 5;
   background: #5B2A86;
     transition: height 0.2s ease, background-color 0.2s ease;

}

.header.scrolled {
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 5;
   background: #5B2A86;
}



.header_sommaire {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 5;
}

.header_sommaire.scrolled {
 position: fixed;
 top: 0;
 width: 100%;
 height: 70px;
 margin: 0 auto;
 padding: 0;
 background-color: #121212;
 z-index: 5;
}




/* LOGO + MENU PRINCIPAL */

.header_div{
            display: grid;
            grid-template-columns: 1fr 8fr;
            width: 100%;
            padding: 0;
            margin: 0;
            background: transparent;
            align-items: center;
}




/* LOGO */

.header .logo_site {
            display: flex;
            width: 100%;
            height: 120px;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
	 }

 .header.scrolled .logo_site {
            display: flex;
            width: 100%;
            height: 70px;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
            transition: 0.2s;
	 }

   .header .logo_site .spip_logo {
            float: none;
            width: auto;
            height: 100px;
            margin: 0;
            padding: 0;
            border: none;
            background: #fff;
    }

       .header.scrolled .logo_site .spip_logo {
            float: none;
            width: auto;
            height: 60px;
            margin: 0;
            padding: 0;
            border: none;
            background: #fff;
            transition: 0.2s;
    }




   .header .logo_site span {
            width: auto;
            margin: 0;
   }

    .header .logo_site span img {
          width: 330px;
      }


.header .logo_site a, 
.header .logo_site a:hover, 
.header .logo_site a:visited, 
.header .logo_site a:focus, 
.header .logo_site a:active {
border: none;
background: none!important;
margin: 0;
padding: 0;
}







  /*************************************** PAGE	SOMMAIRE ************************************************************************/
    /* SLIDES SOMMAIRE */



/****************************  SOMMAIRE **********************************/

.slide1 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #000;
}


.slide1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1024px;
  object-fit: cover;
  clip-path: inset(0px 0px 4px 0px); /* coupe 4px en bas */
  }

.slide2  {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -20%);
  background: transparent;
  color: #f1f1f1;
  width: 100%;
  text-align: center;
  z-index: 2;
            padding: 0;
            backdrop-filter: grayscale(70%);
}

.slide2 h1 {
            width: 70%;
            font-family: 'Oswald';
            text-align: center;
            align-items: center;
            color: #ffffff;
            font-size: 5em;
            margin: 30px auto 0;
            line-height: 95%;
            font-weight: 300;
}

.slide2 img {
  width: 200px;
height: auto;
}


.slide3 {
  position: relative;
  padding: 1em;
  margin: 0;
  background: #fff;
  color: #000;
  height: 1000px;
}

.slide3 h1 {
            width: 70%;
            font-family: Oswald;
            font-size: 5.5em;
            margin: 50px auto 0 220px;
            color: #FB000D;
            line-height: 90%;
            text-align: left;
            letter-spacing: -2px;
}

.slide3 .image {
  position: relative;
  top: 80px;
  width: 60%;
  margin: 0 auto;
}

.slide3 .image img {
    position: relative;
    top: -30px;
    left: -30px;
    float: left;
    width: 300px;
    height: auto;
    border-radius: 15px 0 0 0;
}


.slide3 .image .text {
margin: 0;
padding: 0;
}

.slide3 .image .text img.imgguil_left {
width: 70px;
margin: 1em;
}
.slide3 .image .text img.imgguil_right {
  float: right;
  width: 70px;
  margin: 2em 0 0 0;
}

.slide3 .image .signature {
            font-family: 'TheSignature';
            font-size: 5em;
            line-height: 1.7;
            margin: 30px 70px 0 auto;
            float: right;
}


.slide4 {
  position: relative;
  padding: 0;
  margin: 0;
  background: #faf8f8;
  color: #121212;
  height: auto;
  overflow: hidden;
}

.slide4 .prestas {
            margin: 0;
            padding: 1em;
}

.slide4 .prestas h1 {
  font-family: Oswald;
  font-size: 5em;
  text-transform: uppercase;
margin: 20px 0 30px;
  text-align: center;
  font-weight: 300;
}

.slide4 .prestas ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 2em;
height: auto;
align-items: center;
justify-content: center;
margin: 0;
}

.slide4 .prestas ul li {
  display: flex;
  align-items: center;
  height: 400px;
  max-height: 400px;
  font-size: 1.7em;
  font-family: Oswald;
  padding: 1em;
  text-align: center;
}

.slide4 .prestas ul li.st1{ background: #5e2590; color: #fff;border-radius: 0 15px 0 15px;}
.slide4 .prestas ul li.st2{ background: #fccf15; color: #121212;}
.slide4 .prestas ul li.st3{ background: #2ed0c3; color: #5e2590;}
.slide4 .prestas ul li.st4{ background: #fb0089; color: #fff;border-radius: 0 15px 0;}


.slide5 {
  position: relative;
  padding: 0;
  margin: 0;
  height: auto;
}
.slide5 .vingtans {
  width: 100%;
margin: 0 auto;
}

.slide5 .vingtans .vingt_img {
            height: 600px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0;
            background: url(https://lacompagniepopart.fr/IMG/theatreNB.jpg) no-repeat fixed;
            background-position: center center;
            background-size: 100%;
             }

   
 .slide5 .vingtans .vingt_img img {
     width: auto;
     height: 400px;
      backdrop-filter: brightness(60%);
    border-radius: 30px;
    }

    /** Slide 6 **/
.slide6{
  height: auto;
  padding: 0;
  background-color: #faf8f8;
}

.slide6 .patchwork {
  height: auto;
  padding: 10px;
}

.slide6 .patchwork ul {
  display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10%, 1fr));
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slide6 .patchwork ul li {
  aspect-ratio: 6 / 8;
  overflow: hidden;
}
.slide6 .patchwork ul li:nth-child(3n) {
  aspect-ratio: 3 / 4; /* taille différente toutes les 3 images */
}
.slide6 .patchwork ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
}


/**************************** PAGE ACTIONS *****************************/

/* SLIDE 2 */
	#slide2 .missions_top{
	 margin: 2em 0 0;
	 padding: 0;
	}

#slide2 .missions_top h1 {
position: relative;
z-index: 2;
display: inline-block;
font-family: Oswald;
font-size: 6em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
color: #fccf15;
text-align: center;
margin: 0.5em auto;
padding: 0.2em 0.5em;
}

#slide2 .missions_top h1::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50px;
  width: 200px;
  height: 200px;
  background-color: #2ed0c3;
  border-radius: 15px;
  z-index: -1;
}

#slide2 .missions_top .mission_top_text {
  width: 50%;
  margin: 0 auto;
}

#slide2 .missions_top ul {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0 auto;
  padding: 3em;
	 }

#slide2 .missions_top ul .missions_grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 1em;
   padding: 3em;
   list-style: none;
   margin: 0;
 }

#slide2 .missions_top ul li {
      margin: 0;
      text-align: left;
      height: 500px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top center;
	 }

   #slide2 .missions_top ul li.li_video {
     position: relative;
     overflow: hidden;
     height: 400px; /* ou auto si nécessaire */
   }


   #slide2 .missions_top ul li.li_video video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: 0;
   }

   #slide2 .missions_top ul li .content {
     position: relative;
     z-index: 1;
     color: white;
     text-align: center;
     padding: 1em;
   }

	#slide2  .missions_top ul li .content h2 {
		color: #121212;
		font-size: 5em;
		margin: 0 0 0.3em;
		padding: 0;
		font-family: Oswald;
		letter-spacing: normal;
	 }





/***************************************	PAGE RUBRIQUES COMMUNS ************************************************************************/

.page_rubrique {
  position: relative;
  margin: 3em auto 2em;
  width: 90%;
  height: auto;
}




.page_rubrique h1 {
          font-family: Oswald;
            font-size: 8em;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: -2px;
            line-height: 1;
            color: #fb0089;
            text-align: center;
            margin: 0;
}


.presentation_rubrique {
  width: 50%;
  margin: 0 auto 2em;
}

.presentation_rubrique p {
  margin: 0;
  text-align: justify;
}


		/***************************************	PAGE RUBRIQUE ACTIVITES ************************************************************************/

.activites_rub {
            width: 90%;
            margin: 1em auto 2em;
            height: auto;
            overflow: hidden;
}

.activites_rub ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px;
    margin: 0;
    gap: 2em;

}

.activites_rub ul li {
  position: relative;
  margin: 0;
}

.activites_rub ul li .logo {
    width: 100%;
    height: 300px;
}

.activites_rub ul li .logo .spip_logo {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(0.5);
}

.activites_rub ul li .description {
            position: absolute;
            margin: 0;
            padding: 15px;
            z-index: 2;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #121212;
}

.activites_rub ul li .description h2 {
              margin: 0;
                          text-align: center;
}

.activites_rub ul li .description h2 a,
.activites_rub ul li .description h2 a:visited,
.activites_rub ul li .description h2 a:hover {
            color: #fff;
            margin: 0;
            text-decoration: none;
            background-color: transparent;
            border: none;
            font-size: 1.3em;
            font-weight: 500;
}


    /************************************* PAGE RUBRIQUE ROSE ***********************************************/

 


 .page_rubrique_violet ul li img {
      height: 300px;
      width: auto;
      display: block;
    }
  
    /** Entete des rubriques **/

    .entete_rub {
            display: flex;
            align-items: flex-start;
            width: 90%;
            height: auto;
            margin: 200px auto 0;
            overflow: hidden;
    }

    .entete_rub h1 {
            font-family: 'Oswald';
            font-size: 5em;
            font-weight: 500;
            color: #fc0089;
            text-transform: uppercase;
            transform: rotate(-90deg);
            transform-origin: right top;
            white-space: nowrap;
            display: inline-block;
            position: relative;
            top: 0;
            left: -100px;
    }
    
  .entete_rub .txt_rubrique {
  margin: 0;
   }

    .entete_rub .txt_rubrique .texte {
    margin: 0 auto;
    width: 90%;
    }

      .entete_rub .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

  .entete_rub .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

  .entete_rub .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }

      .entete_rub .txt_rubrique .texte .texte_4{
            width: 80%;
            margin: 20px auto 20px;
            font-size: 1.2em;
            line-height: 1.5;
            text-align: left;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }


		/***************************************	PAGE A PROPOS ************************************************************************/

    .page.bgapropos {
      background-color: #eaeaea;
    }

    .entete_apropos {
            display: flex;
            align-items: flex-start;
            width: 90%;
            height: auto;
            margin: 3em auto;
            overflow: hidden;
    }

    .entete_apropos h1 {
            font-family: 'Oswald';
            font-size: 5em;
            font-weight: 500;
            color: #fc0089;
            text-transform: uppercase;
            transform: rotate(-90deg);
            transform-origin: right top;
            white-space: nowrap;
            display: inline-block;
            position: relative;
            top: 0;
            left: -100px;
    }
    
  .entete_apropos .txt_rubrique {
  margin: 130px 0 0;
   }

    .entete_apropos .txt_rubrique .texte {
    margin: 0 auto;
    width: 90%;
    }

      .entete_apropos .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

  .entete_apropos .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

  .entete_apropos .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }

.slide_apropos1 {
  width: 100%;
  height: 700px;
  margin: 0;
            background: url(https://lacompagniepopart.fr/IMG/pexels-askar-abayevNB.jpg) fixed;
}

.slide_apropos1 .apropos_grid {
  display: flex;
  width: 80%;
  height: 600px;
  margin: 0 auto;
  padding: 3em;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.slide_apropos1 h2{
  font-family: Oswald;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: -2px;
  font-size: 7em;
  font-weight: 400;
  line-height: 95%;
}


	/* DIRECTEUR ARTISTIQUE */
		.slide_apropos3 {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin: 0 auto;
      padding: 2em;
      background: #eee;
			}


		


	.slide_apropos3 .da  {
            display: grid;
grid-template-columns: 2fr 3fr;
            gap: 2em;
            width: 90%;
            line-height: 1;
            font-size: 1em;
            color: #fff;
            margin: 2em auto 0;
            padding: 0;
            align-items: flex-start;
            background: #eee;
		}

    .slide_apropos3 .da .text h2 {
            width: 50%;
            padding: 0;
            margin: 0 0 10px 0;
            font-size: 4em;
            line-height: 95%;
            text-align: left;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -5px;
			}

/** colonne gauche **/
	.slide_apropos3 .da .logoda {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: none;
  }

.slide_apropos3 .da .logoda::after {
  content: '';
  padding-top: 100%;
  display: block;
}

.slide_apropos3 .da .logoda .logo_content {
 width: 100%;
 height: 100%;
}

		.slide_apropos3 .da .logoda .logo_content .spip_logo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      border-radius: 15px 0;
      margin: 0;
      padding: 0;
		}

/** colonne droite **/
.slide_apropos3 .da .text{
  width: 90%;
  margin: 0;
}

.slide_apropos3 .da .text h3 {
  font-size: 4em;
  color: #121212;
  margin: 0 0 20px;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
  }




/* EQUIPE */

 .slide_apropos4 {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin: 0 auto 0;
   padding: 0 2em;
   background: #fff;
}

 .slide_apropos4 .title {
              position: relative;
            margin: 3em auto 2em;
            width: 90%;
            height: auto;
 }


 .slide_apropos4 .title h1 {
              font-family: Oswald;
            font-size: 8em;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: -2px;
            line-height: 1;
            color: #fb0089;
            text-align: center;
            margin: 0;
 }


.slide_apropos4 h2 {
  font-size: 6em;
  color: #fff;
  margin: 0 auto 0;
  padding: 0;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  background: #fb0089;
  display: inline;
}

 .slide_apropos4 ul{
   width: 60%;
   display: grid;
   grid-template-columns: auto auto auto;
   margin: 0 auto 1em;
   padding: 0;
   gap: 20px;
}
}

 .slide_apropos4 ul li{
   margin: 0;
           padding: 0;
           height: 370px;
           overflow: hidden;
}

.slide_apropos4 ul li .spip_logo {
  width: 100%;
  height: 280px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  background: #eee;
  float: none;
  border-radius: 15px;
}
 .slide_apropos4 ul li h3 {
	 font-family: Oswald;
	 font-weight: 100;
	 text-transform: uppercase;
	 color: #121212;
	 font-size: 2em;
	  margin: 10px 0 0;
	 padding: 0;
	 text-align: center;
}

 .slide_apropos4 ul li h4 {
	 font-family: Oswald;
	     font-weight: 100;
	     text-transform: uppercase;
	     color: #121212;
	     font-size: 1.3em;
	     margin: 0;
	     padding: 0;
	     text-align: center;
}



/***************************************	PAGE PARTENAIRES ************************************************************************/

.partenaires {
  width: 90%;
  margin: 3em auto;
}
.partenaires h1 {
        width: 50%;
        margin: 1em auto 1em;
        font-family: Oswald;
        font-size: 3.5em;
        text-transform: uppercase;
        text-align: center;
}

.partenaires h5 {
        width: 70%;
        margin: 1em auto 1em;
        font-family: 'Quicksand';
        font-size: 2em;
        text-align: center;
        line-height: 1.3;
        font-weight: 400;
}

.partenaires a, .partenaires a:visited, .partenaires a:focus, .partenaires a:active, .partenaires a:hover {
  border:none!important;
  background-color: transparent!important;
}

.partenaires ul {
  width: 100%;
  margin: 0;
}

.partenaires ul li {
        max-width: 175px;
        height: auto;
        margin: 0 12px 12px 0;
}

.partenaires ul li img {
  width: 100%;
  border:none;
  background: none;
  padding: 10px;
}

/*** FORMULAIRE FORMIDABLE PARTENAIRE **/

.formidable_partenaire {
  width: 50%;
  margin: 0 auto;
}

.formidable_partenaire .formulaire_spip input.text, .formulaire_spip select, .formulaire_spip textarea {
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: left;

    box-sizing: border-box;

    padding: 1em 1em;
    border: solid 2px #121212;
    border-radius: 15px;
    background: transparent;
    margin: 0 0 10px;
}

/***************************************	ACTIONS CULTURELLES ************************************************************************/

.page.bgactions {
  background-color: #eaeaea;
}

.entete_actions {
            display: flex;
            align-items: flex-start;
            width: 90%;
            height: auto;
            margin: 3em auto;
            gap: 1em;
            overflow: visible;
}

.entete_actions .txt_rubrique {
  margin: 130px 0 0;
   }

    .entete_actions .txt_rubrique .texte {
    margin: 0 auto;
    width: 90%;
    }

      .entete_actions .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

  .entete_actions .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

  .entete_actions .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }



			/* actions culturelles */

			.actions_culturelles{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 0;
			}



/**détail missions**/

.actions_culturelles .actions_list {
margin: 0;
padding: 0;
}
.actions_culturelles .actions_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
justify-content: center;
}

.actions_culturelles .actions_list ul li {
   width: 100%;
  height: 500px;
          display: flex;
        align-items: center;
}

.actions_culturelles .actions_list ul li.block1 {
        margin: 0 auto;
        background: #fff;
}



.actions_culturelles .actions_list ul li.block2 {
          margin: 0;
        padding: 0;
}
.actions_culturelles .actions_list ul li.block2 img {
width: 100%;
height: 100%;
object-fit: cover;
}


.actions_culturelles .actions_list ul li.block3 {
color: #f7f7f7;;
font-size: 6em;
font-family: 'Oswald';
font-weight: 800;
text-transform: uppercase;
  text-align: center;
word-wrap: break-word;
line-height: 95%;
margin: 0;
padding: 0;
background-color: #2ed0c3;
}

.actions_culturelles .actions_list ul li.block4 {
        margin: 0 auto;
        background: #fff;
}

.actions_culturelles .actions_list ul li.block5 {
        margin: 0 auto;
        background: #fff;
}

.actions_culturelles .actions_list ul li.block6 {
display: flex;
align-items: center;
height: 500px;
text-align: center;
color: #2ed0c3;;
font-size: 6em;
font-family: 'Oswald';
font-weight: 800;
text-transform: uppercase;
width: auto;
word-wrap: break-word;
line-height: 95%;
margin: 0;
padding: 0;
}

.actions_culturelles .actions_list ul li.block6 .mot {
  margin: 0;
}

.actions_culturelles .actions_list ul li.block6 .mot .a {
        font-size: 1.2em;
        font-weight: 800;
}
.actions_culturelles .actions_list ul li.block6 .mot .b {
        font-size: 0.95em;
        font-weight: 800;
}
.actions_culturelles .actions_list ul li.block6 .mot .c {
        font-size: 0.91em;
        font-weight: 800;
}
.actions_culturelles .actions_list ul li.block6 .mot .d {
        font-size: 1.1em;
        font-weight: 800;
}

.actions_culturelles .actions_list ul li.block7 {
    height: 500px;
        margin: 0;
}

.actions_culturelles .actions_list ul li.block7 img {
width: 100%;
height: 100%;
object-fit: cover;
}

.actions_culturelles .actions_list ul li.block8 {
    height: 500px;
        margin: 0 auto;
        background: #fb0089;
}

.actions_culturelles .actions_list ul li .content_actions {
        width: 80%;
        padding: 1em;
        margin: 0 auto;
        text-align: left;
}



.actions_culturelles .actions_list ul li .content_actions h2 {
 color: #121212;
 font-size: 3em;
 margin: 0 0 0.3em;
 padding: 0;
 font-family: Oswald;
 letter-spacing: normal;
}

.actions_culturelles .actions_list ul li .content_actions h2 span{
  font-size: 2em;
text-transform: uppercase;
color: #121212;
margin: 0;
padding: 0;
font-family: Oswald;
letter-spacing: 2px;
}


.actions_culturelles .actions_list ul li .text {
  margin: 0;
  padding: 0;
}


/***********************************	NOUS REJOINDRE ************************************************************************/

.page.bgadherer {
  background-color: #cde5e3;
}


.rub_rej {
        display: flex;
        width: auto;
        margin: 2em auto;
        padding: 0;
        gap: 12px;
        flex-direction: row;
        justify-self: self-start;
}

.rub_rej_grid {
  width: 50%;
  margin: 2em auto 3em;
  padding: 0;
  align-items: flex-start;
  gap:2em;
}


.rub_rej_grid .page_rub_rej {
  width: 100%;
  margin: 0;
  padding: 0;
}

  .rub_rej_grid .page_rub_rej h2 {
    font-family: Oswald;
    font-size: 3em;
    font-weight: 400;
    text-transform: uppercase;
    color: #121212;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    text-align: left;
  }



/** Menu nous rejoindre */


.menu_rejoindre{
        width: 90%;
        margin: 0 auto;
        padding: 1em;
}

.menu_rejoindre h2 {
  font-family: Oswald;
  font-size: 2em;
  font-weight: 100;
  color: #121212;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0 0;
  padding: 0;
}


.menu_rejoindre ul{
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
}

.menu_rejoindre ul li{
        padding: 10px;
        margin: 0;
}

.menu_rejoindre ul li .on{
        color: #fff;
        background: #5f2691;
                padding: 15px;
}

.menu_rejoindre ul li a {
        color: #121212;
        padding: 15px;
                text-decoration: none;
}

.menu_rejoindre ul li a:hover {
 background: #eee;
color: #121212;
  text-decoration: none;
}

.menu_rejoindre ul li h3{
  display: flex;
        font-family: Oswald;
        text-transform: uppercase;
        margin: 0;
        font-size: 1.7em;
        font-weight: 500;
}



/** FIN menu rejoindre **/



.rub_rejoindre {
        margin: 0;
        padding: 0;
        height: auto;
        overflow: hidden;
 }

 .rub_rejoindre h2 {
   font-family: 'Oswald';
   font-size: 3em;
   color: #2ed0c3 ;
   text-transform: uppercase;
   text-align: left;
   margin: 0;
   padding: 0;
 }

.rub_rejoindre h4 {
border-left: #eee solid 10px;
font-size: 1.7em;
margin: 1em 0 1em 1em;
padding: 0.5em;
font-family: Oswald;
}




/* BLOC 2 */
.article_rejoindre .rejoindre_2  {
display: grid;
 grid-template-columns: 50% 50%;
line-height: 1;
font-size: 1em;
color: #121212;
margin: 2em auto;
padding: 0;
height: auto;
overflow: hidden;
gap: 2em;
}


.article_rejoindre .rejoindre_2 .rejoindre_col1  {
width: 100%;
margin: 0;
    }

    .article_rejoindre .rejoindre_2 .rejoindre_col1 img {
    width: 100%;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.6;
        }

    .article_rejoindre .rejoindre_2 .rejoindre_col2 {
    margin: 0;
    padding: 1em;
      }



        .article_rejoindre .rejoindre_2 .rejoindre_col2 .textes  {
        width: 95%;
        line-height: 1;
        font-size: 1em;
        color: #fff;
        margin: 0.1em 0;
        background: #121212;
        border-radius: 10px;
        padding: 0.5em 1em;
            }


/***************************************	PAGE ACTU ************************************************************************/
.page.bgactu {
  background-color: #fff!important;
}

.entete_actu {
            width: 90%;
            height: auto;
            margin: 200px auto;
            gap: 1em;
            overflow: visible;
    }

    .entete_actu h1 {
            font-family: 'Oswald';
            font-size: 5em;
            font-weight: 500;
            color: #fc0089;
            text-transform: uppercase;
            transform: rotate(-90deg);
            transform-origin: right top;
            white-space: nowrap;
            display: inline-block;
            position: relative;
            top: 0;
            left: -100px;
    }
    
  .entete_actu .txt_rubrique {
  margin: 130px 0 0;
   }

    .entete_actu .txt_rubrique .texte {
    margin: 0 auto;
    width: 90%;
    }

      .entete_actu .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

  .entete_actu .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

  .entete_actu .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }



        /***LISTE ACTUS***/
 .actus_articles{
   width: 90%;
   margin: 4em auto;
   position: relative;
   left: 50%;
   transform: translate(-50%, 0);
}


 .actus_articles ul {
   width: 100%;
   margin: 0;
}

 .actus_articles ul li {
display: flex;
        flex-direction: column;
        width: auto;
        max-width: 500px;
        background: #fff;
        padding: 0;
        margin: 0 12px 12px 0;
}

 .actus_articles ul li h2{
   font-family: Oswald;
   text-transform: uppercase;
   font-weight: 400;
   text-align: left;
   margin: 0;
   font-size: 2em;
}

.actus_articles ul li .logo_actu {
  width: 100%;       /* s’adapte au bloc parent (250px) */
  height: auto;      /* garde les proportions */
}

.actus_articles ul li .logo_actu .spip_logo{
  object-fit: cover; /* optionnel, coupe l’image si elle dépasse */
  display: block;
  border-radius: 15px;
}


 .actus_articles ul li .date_actu {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.6;
  margin: 0 0 1em;
  text-transform: uppercase;
}

.actus_articles ul li a {
  color: #121212;
  padding: 0;
  margin: 0;
}

.actus_articles ul li a:hover {
 background:none;
}





/***************************************	PAGE ARTICLE ACTU ************************************************************************/

.art_actu {
  width: 60%;
  margin: 150px auto;
}

.art_actu h2 {
  width: 100%;
  font-family: 'Oswald';
  font-size: 8em;
  font-weight: 300;
  margin: 0 0 20px;
}

.art_actu .spip_logo {
      width: 100%;
      object-fit: cover;
      margin: 0 0 3em 0;
      padding: 0;
      border: none;
      height: 500px;
      object-position: top center;
}

h4.spip, h5.spip {
  display: inline-block;
  font-family: Oswald;
  font-size: 1.9em;
  border-left: 15px solid #2ed0c3;
  padding: 0 0 0 10px;
  margin: 1em 0 1em 1em;
}


.art_actu a,.art_actu a:visited {
color: #FB000D;
}

.art_actu a:hover {
color: #fff;
background-color: #121212;
}


/***LISTE ACTUS***/
.art_liste {
width: 90%;
margin: 2em auto;
}

.art_liste h2 {
  font-family: Oswald;
          text-transform: uppercase;
          font-weight: 400;
          text-align: left;
          margin: 0 0 1em 0;
          font-size: 3em;
}


.art_liste ul {
  display: grid;
          grid-template-columns: 33% 33% 33%;
          gap: 20px;
          width: 100%;
          margin: 0;
}
.art_liste ul li {
  width: 100%;
  padding: 0;
  margin: 0;
}

.art_liste ul li h3{
          display: inline-block;
  font-family: Oswald;
          text-transform: uppercase;
          font-weight: 400;
          text-align: left;
          margin: 0.5em 0 0;
          font-size: 2em;
}



.art_liste ul li .spip_logo{
  object-fit: cover;
  display: block;
  width: 100%;
  height: 250px;
  margin: 0;
  border-radius: 15px;
}



.art_liste ul li .date_actu {
font-family: 'Quicksand', sans-serif;
font-weight: 500;
text-align: left;
font-size: 0.8em;
line-height: 1.6;
margin: 0 0 1em;
text-transform: uppercase;
}

.art_liste ul li a {
color: #121212;
padding: 0;
margin: 0;
}

.art_liste ul li a:hover {
background:none;
}

/*** PAGINATION ***/


.pagination .on .pagination-item-label,
.pagination a.pagination-item-label:hover,
.pagination a.pagination-item-label:focus,
.pagination a.pagination-item-label:active {
    background: #FB000D;
    color: #fff;
}

.pagination .pagination-item-label {
    display: block;
    flex-basis: 100%;
    background: #f0f0f0;
    color:#FB000D;
    text-decoration: none;
    padding: .5em;
    border-radius: .25em;
    text-align: center;
}

/*************************************PAGE SPECTACLES ***************************************/

/***LISTE ACTUS***/
.spectacles_articles{
  width: 100%;
  margin: 0 0 2em;
}


.spectacles_articles ul {
  display: flex;
flex-direction: column;
gap: 3em; /* espace vertical entre les .list_item */
  width: 100%;
  margin: 2em 0 0;
}

.spectacles_articles ul li {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 90%;
      padding: 0;
      margin: 0 auto;
      gap: 3em;
      height: 300px;
      max-height: 300px;
}

.spectacles_articles ul li .logo {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
}


.spectacles_articles ul li .logo .spip_logo {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
}


.spectacles_articles ul li .description {
}

.spectacles_articles ul li .description .type {
  display: inline-block;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  padding: 5px;
  margin: 0;
  font-size: 1.2em;
  background: #fb0089;
  color: #fff;
}

.spectacles_articles ul li .description h2{
font-family: Oswald;
text-transform: uppercase;
font-weight: 400;
text-align: left;
margin: 0;
font-size: 3em;
}


.spectacles_articles ul li .description .date_actu {
font-family: 'Quicksand', sans-serif;
font-weight: 500;
text-align: left;
font-size: 0.8em;
line-height: 1.6;
margin: 0 0 1em;
text-transform: uppercase;
}



.spectacles_articles ul li a {
color: #121212;
padding: 0;
margin: 0;
}

.spectacles_articles ul li a:hover {
background:none;
}

/** DATES */

.dates {
  height: auto;
  overflow: hidden;
  margin: 2em 0 4em;
  padding: 0;
}

.dates h2 {
  font-family: 'Oswald';
  font-size: 2.6em;
  font-weight: 300;
  color: #5e2590;
  text-transform: uppercase;
  line-height: 1;
  padding: 1em 0 0;
  margin: 0 0 0 5px;
}

.dates ul {
  margin: 2em 0;
  padding: 0;
  display: grid;
  align-items: center;
  border:none;
}

.dates ul li {
  display: grid;
 grid-template-columns: 1fr 3fr 1fr;
  margin: 10px 0;
  padding: 0;
  border:none;
}

.dates ul li .date {
  height: 100%;
  font-weight: 500;
  font-family: 'Oswald';
  font-size: 1.4em;
  color: #fff;
  background: #fb0089;
  padding: 20px;
  margin: 0 10px 0;
  border-radius: 15px;
}
.dates ul li .horaire{
  font-weight: 500;
  font-family: 'Quicksand';
  padding: 0;
  font-size: 0.7em;
}
.dates ul li .lieu {
  height: 100%;
  font-weight: 300;
  font-family: 'Oswald';
  font-size: 1.4em;
  background: #eee;
  padding: 20px;
  margin: 0 10px 0;
  border-radius: 15px;
}
.dates ul li .tarif {
  font-family: 'Quicksand';
  font-weight: 500;
    padding: 20px;
    font-size: 1.1em;
}



/************************************* PAGE AGENDA *****************************************************************/

.entete_agenda {
            display: flex;
            align-items: flex-start;
            width: 90%;
            height: auto;
            margin: 3em auto;
            gap: 1em;
            overflow: visible;
}

.entete_agenda .txt_rubrique {
  margin: 130px 0 0;
   }

    .entete_agenda .txt_rubrique .texte {
    margin: 0 auto;
    width: 90%;
    }

      .entete_agenda .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

  .entete_agenda .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

  .entete_agenda .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }



/** DATES */

.page_agenda {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 2em auto 4em;
  padding: 0;
}

.page_agenda h2 {
  display: inline;
  font-family: 'Oswald';
  font-size: 2.6em;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  padding: 0 10px 5px;
  background: #fb0089;
}

.page_agenda ul {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 2em 0;
  padding: 0;
  gap: 12px;
}

.page_agenda ul li {
  display: grid;
  grid-template-columns: 100px auto;
  min-height: 290px;
  max-height: 350px;
  margin: 0;
  padding: 0;
  border: none;
  align-items: center;
}

/** Date **/

.page_agenda ul li .date {
  height: 100%;
  background: #fb0089;
  padding: 10px;
  margin: 0;
  border-radius: 15px 0 0 15px;
  text-align: left;
}

.page_agenda ul li .date h2 {
  font-weight: 500;
  font-family: 'Oswald';
  font-size: 1.9em;
  color: #fff;
  padding: 0;
  margin: 0;
}

.page_agenda ul li .date h3 {
  font-weight: 500;
  font-family: 'Oswald';
  font-size: 1.5em;
  color: #fff;
  padding: 0;
  margin: 0;
}

.page_agenda ul li .date h4 {
  font-weight: 600;
  font-family: 'Quicksand';
  font-size: 1em;
  line-height: 1.3;
  margin: 5px 0 0;
}

/** Evénement **/

.page_agenda ul li .evenement {
  height: 100%;
  background: #eee;
  padding: 0;
  margin: 0;
  border-radius: 0 15px 15px 0;
}

.page_agenda ul li .evenement .logo {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.page_agenda ul li .evenement .logo h5 {
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
  font-family: 'Oswald';
  font-size: 1em;
  margin: 10px 0 0 10px;
  padding: 5px;
  color: #121212;
  background: #fccf15;
  letter-spacing: 0.5px;
  }

.page_agenda ul li .evenement .spip_logo {
  float: none;
  width: 100%;
  height: 150px;
  margin: 0 0 10px 0;
  padding: 0;
  object-fit: cover;
  border-radius: 0 15px 0 0;
}

.page_agenda ul li .evenement h2 {
  font-size: 1.3em;
  font-weight: 400;
  font-family: 'Oswald';
  color: #121212;
  margin: 0 0 10px;
  background: transparent;
}

.page_agenda ul li .evenement h3 {
  font-weight: 500;
  font-family: Quicksand;
  font-size: 0.85em;
  margin: 5px 0 0 10px;
  padding: 0;
  letter-spacing: -0.3px;
  }

.page_agenda ul li .evenement h4 {
  font-weight: 600;
  font-family: Quicksand;
  font-size: 0.8em;
  margin: 10px 0 0 10px;
  padding: 0;
  letter-spacing: -0.3px;
  color: #797878;
  }
  .page_agenda ul li .evenement h4 img {
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
  }


.page_agenda ul li .evenement .tarif {
  font-family: 'Quicksand';
  font-weight: 500;
  }

/***************************************	PAGE PRESSE ************************************************************************/

.page.bgpress {
  background-color: #fff!important;
  background-image: none;
}

.entete_press {
        width: 100%;
        height: 270px;
            margin: 3em 0 0;
        overflow: hidden;
        background: #e6e6e6;
    }

    .entete_press h1 {
            font-family: 'Oswald';
            font-size: 5em;
            font-weight: 500;
            color: #fc0089;
            text-transform: uppercase;
            transform: rotate(-90deg);
            transform-origin: right top;
            white-space: nowrap;
            display: inline-block;
            position: relative;
            top: 0;
            left: -100px;
    }
    
  .entete_press .txt_rubrique {
  margin: 130px 0 0;
   }

    .entete_press .txt_rubrique .texte {
        margin: 2em auto;
        width: 90%;
    }

      .entete_press .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

  .entete_press .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

  .entete_press .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }


.grouplist {
        display: flex;
        flex-direction: row;
        justify-content: center;
}

.grouplist ul {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}

.grouplist ul li {
    color: #121212;
}


.grouplist ul li a,.grouplist ul li a:visited {
        text-decoration: none;
        padding: 8px 10px;
        margin: 0 10px;
        background: #cb0606;
        color: #fff;
        font-weight: 600;
        font-size: 0.95em;
        border-radius: 10px 0 10px;
        text-align: center;
}

.grouplist ul li a:hover {
 background-color: #c41558;
  color:#fff;
}



.presse_articles {
        width: 90%;
        margin: 0 auto;
        padding: 2em 1em;
}

.presse_articles ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 1em;
      justify-content: center;
}

.presse_articles ul li {
        background: #e6e6e6;
        border-radius: 15px 0;
        padding: 0;
}

.presse_articles ul li .description {
position: relative;
margin: 0;
}


.presse_articles ul li .description .logo {
        width: 100%;
        height: 200px;
        border-radius: 15px 0;
}

.presse_articles ul li .description .logo .type {
        position: absolute;
        top: 160px;
        right: 5px;
        background: #474646;
        display: inline;
        padding: 5px 7px;
        font-size: 0.85em;
        font-family: 'Quicksand';
        color: #fff;
        font-weight: 600;
}

.presse_articles ul li .description .logo .spip_logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0;
}

.presse_articles ul li .description h2 {
        font-family: 'Oswald';
        font-size: 1.5em;
        padding: 10px;
        margin: 0;
}

.presse_articles ul li .description h2 a,
.presse_articles ul li .description h2 a:visited {
        color: #FB000D;
        text-transform: uppercase;
        text-decoration: none;
}

.presse_articles ul li .description h2 a:hover {
color: #eee;
}

.presse_articles ul li .description .date_actu {
font-size: 1em;
        padding: 10px;
        margin: 0;
}

.presse_articles ul li .description p {
  font-family: Quicksand;
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.4;
}

/***************************************	PAGE ARTICLE PRESS ************************************************************************/

.press_art {        
  width: 70%;
  margin: 0 auto;
  padding: 1em;
}

.press_art .logo {
          width: 100%;
        height: 450px;
}


.press_art .logo .spip_logo {
          width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
}


.press_art .art {
  width: 100%;
  height: auto;
  overflow: hidden;
}



/***************************************	PAGE CONTACT ************************************************************************/

.page.bgcontact {
  background-color: #eaeaea;
  background-image: none;
}

.entete_contact {
            width: 90%;
            height: auto;
            margin: 3em auto;
            gap: 1em;
            overflow: visible;
}

.entete_contact .txt_rubrique {
  margin: 130px 0 0;
   }

    .entete_contact .txt_rubrique .texte {
    margin: 0 auto;
    width: 90%;
    }

      .entete_contact .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

  .entete_contact .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

  .entete_contact .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }


 .grid_contact {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 2fr;
        margin: 100px 0 0;
        padding: 0 0 100px 0;
        background: #fff;
      }

.grid_contact .contact_lien {
        display: flex;
        width: 100%;
        height: 150px;
        margin: 0;
        padding: 0;
        align-items: center;
}

 .grid_contact .contact_lien .grid_lien {
        margin: 0 auto;
        padding: 0;
       }

        .grid_contact .contact_lien .grid_lien .lien {
        margin: 0 0 10px;
        padding: 0;
       }

        .grid_contact .contact_lien .grid_lien .lien a,
           .grid_contact .contact_lien .grid_lien .lien a:visited {
        font-size: 1.2em;
        color:#FB000D;
       }

        .grid_contact .contact_lien .grid_lien .lien a:hover {
        font-size: 1.2em;
        color:#fff;
        background-color: #FB000D;
       }
        .grid_contact .contact_lien .grid_lien .tel {
        margin: 0 0 20px;
        padding: 0;
        font-size: 1.2em;
       }

  .grid_contact .contact_lien .grid_lien h2 {
        font-family: Oswald;
        font-size: 4em;
        margin: 0 0 30px 0;
  }


.grid_contact .contact_lien .grid_lien img{
  margin: 0;
  width: auto;
  height: 30px;
  display: block;
  padding: 5px;
}

.grid_contact .contact_lien .grid_lien span{
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Quicksand';
}

 .grid_contact .contact_lien .grid_lien span a,
 .grid_contact .contact_lien .grid_lien span a:visited {
	color: #121212;
	text-decoration: none;
	background: none;
}

 .grid_contact .contact_lien .grid_lien span a:hover {
        color: #ffffff;
        text-decoration: none;
        background: #121212;
}

 .grid_contact .contact_form {
        display: flex;
        align-self: flex-start;
        justify-content: center;
        margin: 2em 0 0;
        padding: 0 2em;
         text-align: left;
        font-family: 'Quicksand', sans-serif;
        font-weight: 400;
}

 .grid_contact .contact_form .formulaire_spip{
margin: 0;
}

.grid_contact .contact_form .formulaire_spip .editer {
    margin: 0;
    padding: 0;
}

 .grid_contact .contact_form .formulaire_spip label {
	display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
	    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

 .grid_contact .contact_form input, textarea, select, button {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
	font-size: 1em;
	padding: 1em;
	background: #eee;
	border: 1px solid #3da3a1;
}

.grid_contact .contact_form input[type="submit"],
.grid_contact .contact_form input.btn, input.submit, input[type="button"],
 .grid_contact .contact_form input.button, input[type="image"],
 .grid_contact .contact_form input.image, button {
   cursor: pointer;
   background: #121212;
   color: #fff;
   font-family: Oswald;
   font-weight: 400;
   font-size: 1em;
   text-transform: uppercase;
}

 .grid_contact .contact_form .formulaire_spip fieldset {
    margin: 0;
    padding: 0;
}

 .grid_contact .contact_form .formulaire_spip input.text,
 .formulaire_spip select,
 .formulaire_spip textarea {
   width: 100%;
   font-family: 'Quicksand', sans-serif;
   font-weight: 400;
   font-size: 1.2em;
   box-sizing: border-box;
   padding: 1em 1em;
   border: solid 2px #121212;
   border-radius: 15px;
   background: transparent;
   text-align: left;
           margin: 0 0 10px;
}

/***************************************	PAGE FESTIVAL ************************************************************************/

.page.bgfestival {
  background-color: #eaeaea;
}

.slide_festival0 {
          display: flex;
        align-items: center;
        width: 100%;
        height: 400px;
        background: #2ed0c3;
}

.slide_festival0 h1 {
      width: 70%;
    margin: 0 auto;
    font-size: 3em;
}

.slide_festival1 {
  margin: 0;
}

.slide_festival1 .entete_festival {
            display: flex;
            align-items: flex-start;
            width: 90%;
            height: auto;
            margin: 3em auto;
            gap: 1em;
            overflow: visible;
}

.slide_festival1 .entete_festival .txt_rubrique {
  margin: 130px 0 0;
   }

   .slide_festival1 .entete_festival .txt_rubrique .texte {
    margin: 0 auto;
    width: 90%;
    }

    .slide_festival1  .entete_festival .txt_rubrique .texte .texte_1 {
            margin: 0 0 10px 0;
            font-size: 1.6em;
            line-height: 95%;
            color: #FB000D;
            font-family: Quicksand, sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-align: center;
    }

 .slide_festival1 .entete_festival .txt_rubrique .texte .texte_2 {
            margin: 20px 0 10px 0;
            font-size: 7em;
            line-height: 85%;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 600;
            letter-spacing: -3px;
    }

 .slide_festival1 .entete_festival .txt_rubrique .texte .texte_3{
            margin: 20px 0 20px 0;
            font-size: 1.8em;
            line-height: 1.5;
            text-align: center;
            color: #121212;
            font-family: Quicksand, sans-serif;
            font-weight: 400;
    }


.slide_festival1 .scene_img {
        height: 384px;
        background-image: url(https://lacompagniepopart.fr/IMG/festival/scene.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}



/** Slide festival 2 **/

.slide_festival2 {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.slide_festival2 .image {
  width: 100%;
  height: 500px;
}

.slide_festival2 .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}


.slide_festival2 .bloc_editions {
        width: 90%;
        margin: 0 auto;
        padding: 1em;
}

.slide_festival2 .bloc_editions ul {
width: 95%;
        display: flex;
        align-items: stretch;
        gap: 3em;
        padding: 2em 1em;
        margin: 0 auto;
        list-style: none;
}

.slide_festival2 .bloc_editions ul li {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 0;
}

.slide_festival2 .bloc_editions ul li .logo_festival{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide_festival2 .bloc_editions ul li .logo_festival .spip_logo {
  width: 100%;
  max-width: 300px;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 15px 0 0 15px;
}


.slide_festival2 .link-block h2 {
  margin: 0;
  transform: rotate(90deg);
  white-space: nowrap;
  font-size: 3em;
  font-weight: 500;
  font-family: Oswald;
  line-height: 3;
  text-align: center;
  letter-spacing: 1px;
  color: inherit; /* important pour hériter la couleur au hover */
}


.slide_festival2 .link-block {
  display: block; /* nécessaire pour que le lien prenne la taille du contenu */
  background: #eee;
  border-radius: 0 15px 15px 0;
  color: #fb0089;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  height: 100%;
}

.slide_festival2 .link-block .text {
  width: 70px;
  height: 100%;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide_festival2 .link-block .text:hover {
  background: #fb0089;
  margin: 0;
  padding: 0;
}

.slide_festival2 .link-block h2:hover {
  color: #eee;
}


/***************************************	PAGE AGENDA ************************************************************************/

.agenda{
	background: #fff;
    margin: 0;
      padding: 0 0 2em 0;
}

.agenda h1 {
	font-family: Oswald;
    text-align: left;
    font-size: 3em;
    margin: 0;
    padding: 2em;}

.agenda ul {
	width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
		gap:2em;
	}

.agenda ul li {
	text-align: left;
border: 2px solid #eee;
}

.agenda ul  .spip_logo {
	object-fit: cover;
height: 200px;
}

.agenda ul li dt {
	font-family: Oswald;
	text-transform: uppercase;
	text-align: center;
	padding: 1em;
	background: #eee;
	margin: 1em 0;
	}

.agenda ul li dd {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
    font-size: 1.1em;
  }


/***************************************	POPUP EQUIPE ************************************************************************/

.bouton {
  position: relative;
  margin: 0;
  padding: 0;
  top: -135px;
  right: -10px;
}

.bouton_text {
  width: 50px;
  height: 50px;
	margin: 0;
	padding: 0;
  background: #fff;
}

.bouton_text a.open-popup,
.bouton_text a:visited.open-popup {
  display: block;
	color: #121212;
	font-family: Oswald;
	font-weight: bold;
	font-size: 2em;
  text-align: center;

}
.bouton_text a:hover.open-popup {
	color: #eee;
  background: none;
  border:none;
}

.popup-content{
  font-size: 1.3em;
  font-family: Quicksand, sans-serif;
  color: #121212;
  line-height: 1.5;
  padding: 2em 1em;
  text-align: left;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.popup-box {
  background: white;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 12px;
  position: relative;
  animation: popupIn 0.3s ease-out;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  text-decoration: none;
  color: #121212;
}
a.popup-close,
a:visited.popup-close {
  font-size: 24px;
  text-decoration: none;
  color: #121212;
  font-weight: bold;
}

a:hover.popup-close {
  font-size: 24px;
  text-decoration: none;
  color: #121212;
  font-weight: bold;
  background: none;
  border: none;
}

@keyframes popupIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


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

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  clear: both;
  padding: 1em;
  margin: 0;
  border: none;
  background: #FFB300;
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:1em;
  align-items: center;
  justify-content: center;
  height: 350px;
  padding: 0;
  margin: 0;
  border: none;
}

.footer .content .logorouge {
        width: 120px;
        margin: 0 auto;
}

.footer .content .logorouge img {
          width: 100%;
        height: auto;
}

.footer .content {
  margin: 0;
  min-height: auto;
}

.footer .content .copyright {
  margin: 0;
  min-height: auto;
}

.footer .content .copyright  p {
        width: 60%;
        color: #121212;
        text-align: center;
        font-family: 'Quicksand';
        font-size: 0.95em;
        font-weight: 600;
        margin: 15px auto 0;
}



/*ICONES SOCIAL*/

.footer .content .socialtag {
  text-align: center;
  margin: 15px 0 0 0;
}
.footer .content .socialtag img{
  width: 40px;
  height: auto;
}

.footer .content .socialtag a,
.footer .content .socialtag a:visited{
text-decoration:none;
border:none;
background:none;
 }

.footer .content .socialtag a:hover{
text-decoration:none;
border:none;
background:none;
 }

/* SOUS MENU */
.footer .sousmenu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}



.footer .sousmenu ul {
  display: block;
		margin: 0;
		padding: 0;
}

.footer .sousmenu ul li {
	margin: 0;
  padding: 0;
  text-align: left;
}

.footer .sousmenu ul li a,
.footer .sousmenu ul li a:visited {
  color: #121212;
  font-size: 1.3em;
  font-family: Oswald;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.footer .sousmenu ul li a:hover{
  background: #fff;
color: #121212;
}

/****************** MENUDER *********************/
:root {
	--menuder-bg: #fff;
	--menuder-border-color: #666;
	--menuder-border-width: 2px 0;

	--menuder-child-first-border-color: #fff #bbb #bbb #bbb;
	--menuder-child-first-border-width: 2px 2px 2px 2px;
	--menuder-child-first-bg: #fff;

	--menuder-child-next-border-color: #bbb;
	--menuder-child-next-border-width: 2px;
	--menuder-child-next-bg: #fff;

	--menuder-caret-color: currentColor;
	--menuder-link-padding-y: 0.25em;
	--menuder-link-padding-x: 0.75em;
	--menuder-caret-bottom-img:url('img/chevron-bottom-xx.svg');
	--menuder-caret-right-img:url('img/chevron-right-xx.svg');
	--menuder-caret-width:1em;
	--menuder-caret-height:1.5em;
}

.menuder-container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 3
}
.menuder {
	background-color: transparent;
}


.menuder ul,
.menu-items.menuder,
.menuder .menu-items {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
  border:none;

	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-direction: row;
	font-weight: 500;
}

.menuder li,
.menuder .menu-items__item {
	width: auto;
   margin: 0;
	padding: 0;
	position: relative;
}

.menuder a,
.menuder .menu-items__lien  {
	display: block;
	height: 100%;
	padding-top: var(--menuder-link-padding-y, 0.25em);
	padding-bottom: var(--menuder-link-padding-y, 0.25em);
	padding-left: var(--menuder-link-padding-x, 0.75em);
	padding-right: var(--menuder-link-padding-x, 0.75em);
	text-decoration: none;

  text-decoration: none;
  font-family: Oswald;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5em;
  letter-spacing: 2px;
  font-weight: 400;
}

.menuder a:hover {
background:#fb0089;
color:#fff;
padding: 0.5em;
margin: 0;
}

.menuder a.daddy,
.menuder .menu-items__lien:not(:last-child){
	padding-right: 0.5em;
}
.menuder a.daddy:before,
.menuder .menu-items__lien:not(:last-child):before  {
	content:'';
	display: block;
	position: absolute;
	top:var(--menuder-link-padding-y, 0.25em);
	right: var(--menuder-link-padding-x, 0.75em);
	width: var(--menuder-caret-width,1em);
	height: var(--menuder-caret-height,1.5em);

	background-color:var(--menuder-caret-color,currentColor);
	-webkit-mask-image: var(--menuder-caret-bottom-img);
	mask-image: var(--menuder-caret-bottom-img);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	transition: transform ease 0.25s;
}

.menuder li li a.daddy:before,
.menuder .menu-items__item .menu-items__item .menu-items__lien:before {
	-webkit-mask-image: var(--menuder-caret-right-img);
	mask-image: var(--menuder-caret-right-img);
}

.menuder li,
.menuder .menu-items__item .menu-items {
	width: auto;
	padding: 0;
  margin: 0;
	position: relative;
}

.menuder li ul,
.menuder .menu-items__item .menu-items {
	flex-direction: column;

	position: absolute;
	left: -999rem;
	height: auto;
	width: 200px;
	min-width: 100%;
	max-width: none;
	margin: 0;
	font-weight: normal;
	z-index:100;

	border:none;
	background-color: #5B2A86;
}

.menuder li li ul,
.menuder .menu-items__item .menu-items__item .menu-items {
	background-color: var(--menuder-child-next-bg,#fff);
	border-color: var(--menuder-child-next-border-color, #bbb);
	border-width: var(--menuder-child-next-border-width, 2px);
}


.menuder li:hover>ul,
.menuder li:focus-within>ul,
.menuder .menu-items__item:hover>.menu-items,
.menuder .menu-items__item:focus-within>.menu-items {
	left: auto;
  text-decoration:none;
}

.menuder li:hover>a:before,
.menuder li:focus-within>a:before,
.menuder .menu-items__item:hover>.menu-items__lien:before,
.menuder .menu-items__item:focus-within>.menu-items__lien:before {
	transform: rotate(180deg);
	opacity: 0.5;
}


.menuder li li:hover>ul,
.menuder li li:focus-within>ul,
.menuder .menu-items__item .menu-items__item:hover>.menu-items,
.menuder .menu-items__item .menu-items__item:focus-within>.menu-items {
	left: 100%;
	top:0;
}

/***************** MENUDER SOMMAIRE ************************/

.menuder--blanc .menu-items__lien {
  color: #fff!important;
  background-color: transparent!important; /* ou autre couleur de fond au survol */

}

.menuder--blanc .menu-items__lien:hover {
  color: #121212!important;
  background-color: #ccc!important; /* ou autre couleur de fond au survol */
}


.menuder--blanc .menu-items__item .menu-items__lien {
  color: #fff!important; /* ou une autre couleur lisible sur fond blanc */
  background-color: transparent!important; /* ou autre couleur de fond au survol */
}

.menuder--blanc .menu-items__item .menu-items__lien:hover {
  color: #121212!important;
  background-color: #ccc!important; /* ou autre couleur de fond au survol */
}

.menuder--blanc {
  --menuder-child-first-bg: #5e2590; /* fond violet pour les sous-menus */
  --menuder-child-next-bg: #5e2590;  /* si sous-sous-menus */
}



/* BOUTON ADHERER */
 ul a.btn_menu_adherer,
 ul a:visited.btn_menu_adherer {
  background: #FFB300;
  color: #fff;
  padding: 0.5em;
          margin: 0 15px 0 0;
}


 ul a:hover.btn_menu_adherer {
  background: #eee;
  color: #121212;
  margin: 0 15px 0 0;
      }

.mentions {
  width: 50%;
  margin:2em auto 2em;
}


/** FIL D'ARIANE **/

.hierarchie {
        position: relative;
        top:100px;
        display: inline-flex;
        margin: 30px 0 20px 100px;
        padding: 10px 15px;
        font-family: Oswald;
        font-size: 0.9em;
        font-weight: 400;
        color: #121212;
        align-items: center;
}

.hierarchie img {
     display: flex;
    align-items: center;
}

.hierarchie a.icon_link {
  width: 20px;
  height: 20px;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.hierarchie a.icon_link:hover {
  background: none !important;
  filter: contrast(0.1);
  filter: brightness(0) saturate(100%) invert(26%) sepia(95%) saturate(7495%) hue-rotate(290deg) brightness(97%) contrast(101%);
}



.hierarchie span {
        width: 5px;
        height: 5px;
        background: #121212;
        margin: 0 10px 0 0;
}


.hierarchie a, .hierarchie a:visited{
        color: #121212;
        text-decoration: none;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 10px 0;
        padding: 5px 10px;
      }

.hierarchie a:hover{
        color: #fff;
        background: #fb0089;
        border-radius: 10px;
}

.hierarchie .on {
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        background: #fb0089;
        border-radius: 10px;
        padding: 5px 10px;
}


figure .spip_doc_inner {
  margin: 0;
    text-align: left;
    max-width: 100%;
}


 figure .spip_doc_inner a:hover .spip_document img .spip_doc_lien  {
         color: #fff;
        background-color: transparent;
        border: none;
 }

  figure .spip_doc_inner .spip_document img {
    width:40px!important;
    max-width: 40px!important;
    height: auto!important;
 }



}
