/* CSS EN MOBILE FIRST */

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: var(--text-font);
  font-size: var(--fontSize);
  color: var(--color-one);
  background: var(--color-background);
  line-height: 1.32;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
  color: var(--textColor);
}

p{
  margin-bottom: var(--normal-margin);
  letter-spacing: 2px;
}

.page_content p:first-child{
  margin-top: 120px;
}

.page_content p:first-child::first-letter{
  font-family: "Bifur", sans-serif;
  font-size: 8em;
  float : left;
  margin-top: -80px;
  line-height: 1;
}

p a{
  border-bottom: 2px solid var(--color-two);
}

p a:hover{
  background: var(--color-two);
}

h1{
  margin-bottom: var(--normal-margin);
  font-weight: bold;
  font-size: var(--h1Size);
}

h2{
  margin-bottom: var(--normal-margin);
  font-size: var(--h2Size);
}

h1, h2, h3, h4, h5{
  font-family: var(--title-font);
  line-height: 1.2;
  color: var(--textColor);
}

.show-for-small-only{
  display: block;
}

.hide-for-small-only{
  display: none;
}

.row{
  margin: 0;
  padding: 0;
}

.honey {
  position: absolute;
  left: -9999px;
}

.header_main{
  background: var(--mainColor);
  padding: var(--body-margin);
}

.header_main a{
  color: #000;
}

.header_main li.active a,
.header_main li a:hover{
  background: #FFF;
}

.header_main .major__menu{
/*  column-count: 1;
  padding-right: 1rem;
  padding-left: 1rem;*/
}

.header_main .major__menu li{
  font-size: 1.5em;
}

.header_second{
  padding: var(--body-margin);
  border-bottom: 4px solid var(--mainColor);
  background: #FFF;
}

.header_second .second__nav{
  padding: 0;
}

.ccn__infos{
  margin-left: 8.333%;
}


.ccn__infos p{
  font-size: 0.65em !important;
  letter-spacing: 1px !important;
  margin:0;
}

.header_second li a{
  color: #000;
}

.header_second li.active a,
li.active a,
.header_second li a:hover{
  background: var(--mainColor);
  color: #000;
}


/*header .site-logo{
  width: 8em;
  margin: auto;
}*/

header .site__logo{
  mix-blend-mode: multiply;
  padding-left:0;
}

header nav ul{
  column-count: 3;
  column-gap: 80px;
  /*font-family: var(--title-font);*/
}

.website__options{
  margin-bottom: 10px;
}

.website__options__btn,
.website__options__btn li,
.search__btn{
  margin-right: 10px;
  font-size: 25px;
}

header .languages{
  margin-left: 10px;
  margin-top: -5px;
}

header .languages li a{
  background: #000;
  color: var(--mainColor);
  padding: 2px 5px;
  font-size: 25px;
  border: 1px solid #000;
}

header .languages li a:hover{
  background: #FFF;
  color: #000;
}

header .languages li.active{
  display: none;
}

.billetterie__btn{
  margin-top: 5px;
  margin-right:0;
  padding-right:0;
}

.billetterie__btn a{
  border: 1px solid #000;
  padding: 2px 5px;
}

.billetterie__btn a:hover{
  background: #FFF;
}

.social-network li{
  margin-left: 15px;
  margin-top: 15px;
  font-size: 25px;
}

.breadcrumb{
  font-size: 0.6em;
  padding: 8px var(--body-margin);
  background: #FFF;
  border-bottom: 2px solid var(--mainColor);
}

.breadcrumb li a{
  color: #000;
}

.breadcrumb li:after{
  content: ">";
  color: #000;;
  margin-left: 10px;
  margin-right: 15px;
}

.breadcrumb li:last-child:after{
  content: none;
}

main{
  margin-bottom: 150px;
}

.list-wrapper{
  padding-top: var(--normal-margin);
}

.page_sidebar{
  background: var(--mainColor);
  min-height: 80vh;
}



/* ----- PAGE DEFAULT ----- */
.page_content{
  padding-top: var(--normal-margin);
  color: var(--textColor);
}

.page_content p em{
  font-family: var(--title-font);
  letter-spacing: 0;
}

.page_galerie{
  padding: var(--normal-margin);
  background: var(--mainColor);
}

.page_galerie li{
  margin-bottom: var(--normal-margin);
}

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

.spectacles-years {
  margin-top: calc(var(--small-margin) * -1);
  margin-bottom: var(--small-margin);
  margin-left: var(--body-margin);
}

.spectacles-years li{
  margin-right: var(--body-margin);
}

.spectacles-years li a{
  border: 1px solid var(--mainColor);
  padding: 5px;
}

.spectacles-wrapper h2{
  text-align: center;
  font-weight: normal;
}

.spectacles__spectacle__cover img{
  border-radius: 30px;
  border: 4px solid var(--mainColor);
}


/* ---- PAGE DANCERS ----------- */

.dancers-wrapper ul {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.dancers-wrapper li{
  padding: 0px var(--normal-margin);
  /*position: absolute;*/
  transition: all 0.3s ease;
/*  opacity: 0;
  transform: scale(0.95);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;*/
}

.dancers-wrapper li.placed {
  opacity: 1;
  transform: scale(1);
}

/* ---- PAGE DE TEST ------ TEMP ------ */

.peignot{
  margin-bottom: 300px;
}

.peignot > div.multi-col{
  background: #FFF;
  padding: 2rem;
  font-family: "Touraine", sans-serif;
  column-count: 2;
  column-gap: 1rem;
}

.peignot .grid{
  background: #FFF;
  padding: 2rem;
  font-family: "Touraine", sans-serif;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3rem;
  width: 100%;
  margin-top: var(--big-margin);
  position: relative;
}

.peignot > div .column {
  grid-column: span var(--span);
}

.peignot > div p{
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 1.4;
/*font-family: "Peignot Lower", sans-serif;*/
}

.peignot > div figure{
  margin-bottom: 0 !important;
}

.peignot > div h1{
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "Daftfont", sans-serif;
  font-size: 5em;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.peignot > div h2{
  margin-bottom: 20px;
  font-family: "Daftfont", sans-serif;
  font-size: 3em;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.peignot > div h3{
  margin-bottom: 20px;
/*  margin-top: 40px;*/
  font-family: "Daftfont", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
}

.peignot > div h5{
  font-family: "Touraine", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 1em;
}

.peignot strong{
  font-family: "Daftfont", sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1;
}

/* ----- PAGE FORMULAIRE ----- */

body[data-template="form"] p:first-child{
  margin-top: 0;
}

body[data-template="form"] p{
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 0.9em;
}

body[data-template="form"] p:first-child::first-letter{
  font-family: inherit;
  font-size: 1em;
  float: none;
  margin:0;
  line-height: 1.4;
}

body[data-template="form"] main{
  max-width: 30em;
  margin: auto;
  margin-bottom: 150px;
  background: white;
  padding: var(--normal-margin);
  font-family: var(--access-font);
}

body[data-template="form"] h1{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: var(--normal-margin);
}

body[data-template="form"] .languages{
  margin-bottom: var(--normal-margin);
  text-align: center;
}

body[data-template="form"] .languages li{
  display: inline-block;
  border: 1px solid var(--color-background);
  border-radius: 20px;
  padding: 5px 10px 3px 10px;
  font-size: 0.8em;
  text-align: center;
  color: var(--color-background);
  transition: all 0.2s linear;
}

body[data-template="form"] .languages li.active{
  background: var(--color-background);
  color: #FFF;
}

body[data-template="form"] .languages li:hover{
  background: var(--color-background);
  color: #FFF;
}

.formulaire__text-intro{
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: var(--normal-margin);
}

.application-form fieldset{
  padding: var(--normal-margin);
  font-size: 0.9em;
  margin-top: var(--normal-margin);
  margin-bottom: calc(var(--normal-margin) * 2);
}

body[data-template="form"] legend{
  font-weight: bold;
}

.application-form label {
  display: block;
  /*font-weight: bold;*/
  margin-bottom: 0.25em;
  font-size: 0.9em;
}

.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="url"],
.application-form input[type="file"],
.application-form input[type="website"] {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.application-form abbr[title="required"] {
  font-size: 0.8em;
  color: var(--color-background);
  margin-left: 0.3em;
}

.application-form .help {
  display: block;
  font-size: 0.75em;
  color: #666;
  font-weight: normal;
  margin-top: 0.25em;
}

.application-form input[type="checkbox"] {
  margin-right: 0.5em;
}

.application-form .form-element {
  margin-bottom: 1.5em;
}

.application-form input[type="submit"],
.application-form button {
  background-color: var(--color-background);
  color: white;
  border: none;
  padding: 0.75em 1.5em;
  cursor: pointer;
  font-size: 1em;
  border-radius: 0;
  margin-top: var(--normal-margin);
  width: 100%;
}

/* page de candidatures */
body[data-template="formresults"] h1,
body[data-template="candidaturesacceptees"] h1{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: var(--normal-margin);
  margin-top: var(--normal-margin);
  background: white;
  max-width: 62em;
  padding: 2rem 0;
}

.submissions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  padding: 1rem 0;
  max-width: 62em;
  margin: auto;
  margin-bottom: 200px;
}

.submission {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease;
  font-size: 0.75rem;
}

.submission:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.submission h2 {
  margin-top: 0;
  font-size: 1rem;
  color: #333;
}

.submission ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.submission li {
  margin-bottom: 0.5rem;
}

.submission a {
  color: #007acc;
  text-decoration: none;
}

.submission a:hover {
  text-decoration: underline;
}

.resultats-liste{
  max-width: 62em;
  margin: auto;
  background: #FFF;
  padding: 0.8em;
  padding-bottom: 0.5em;
  margin-bottom: var(--small-margin);
}

.resultats-liste h2{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.resultats-liste li{
  display: inline-block;
  font-size: 12px;
}

.resultats-liste-reste{
  max-width: 62em;
  margin: auto;
  margin-bottom: 40px;
/*  background: #FFF;*/
  padding: 1rem;
  text-align: center;
  color: #FFF;
}

.resultats-candidature{
  display: flex;
  flex-wrap: wrap;
  max-width: 62em;
  margin: auto;
}

.resultats-candidature > ul{
  width: 45%;
}

.candidature-status{
  position: relative;
}

.icon-sent{
  position: absolute;
  right: 0;
  top:0;
}

/*.liste-acceptes li:after,
.liste-refuses li:after{
  content: ',';
}

.liste-acceptes li:last-child:after,
.liste-refuses li:last-child:after{
  content: '';
}*/

.download-cv{
  width: 300px;
  margin: auto;
  background: white;
  padding: 1em;
  margin-top: var(--big-margin);
  margin-bottom: var(--normal-margin);
}

.download-cv a{
  color: #333;
  font-weight: bold;
  text-align: center;
  display: block;
}

.alert{
  background: var(--color-background);
  padding: 1em;
  margin-bottom: var(--big-margin);
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.alert li{
  margin-bottom: 10px;
}

.success{
  background: springgreen;
  padding: 1em;
  margin-bottom: var(--big-margin);
  font-weight: bold;
  text-align: center;
}

.formulaire__text-rgpd{
  margin-top: var(--big-margin);
}

.formulaire__text-rgpd p{
  font-size: 0.55em;
  line-height: 1.2;
  margin-bottom: 0.55em;
}

.update-form{
  border-top: 1px solid #000;
  padding: 5px 0 15px 0;
}

.update-form button{
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  padding: 3px 15px;
  margin-top: 10px;
  cursor: pointer;
}

.update-form button:hover{
  background: var(--color-background);
  color:#FFF;
  border-color: var(--color-background);
}

.update-form p{
  margin-bottom: 5px;
  margin-top: 10px;
}


/* ------ LIGHTBOX ------- */
  .glightbox-clean .gslide-description{
    background: transparent;
  }

  .glightbox-clean .gslide-title,
  .glightbox-clean .gslide-description,
  .glightbox-clean .gslide-desc {
    font-size: var(--text-font-size-s);
    font-family: var(--text-font);
    opacity: 0.9;
    color: #FFF;
    text-align: center;
  }


  .glightbox-clean .gclose,
  .glightbox-clean .gnext, 
  .glightbox-clean .gprev{
    border-radius: 100%;
    opacity: 1;
  }

  .glightbox-clean .gclose svg{
    width: 10px;
  }

  .glightbox-clean .gnext, 
  .glightbox-clean .gprev{
    width: 40px;
    height: 40px;
  }

  .glightbox-clean .gnext svg, 
  .glightbox-clean .gprev svg{
    width: 15px;
  }







