/*
  BLEU: #105 49A
  ROSE: #FB3 86C
*/  

/* GENERAL
****************************************************************************************************/

body {
  font-family: 'Poppins', sans-serif;
  background: #7BAD85 ;;
  color:white;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.ghost {
  padding: 0px 8px;
  color:rgba(255,255,255,0.5);
  background:rgba(0,0,0,0.2);  
  border-radius: 4px;
  border:0;
  color:rgba(255,255,255,.9);
  text-align: center;
  transition:.5s all ease;
  font-weight: 300;
  font-size: 80%;
  margin: 20px 10px 0 0;
  text-transform: uppercase;
}

.ghost.big {
	  background: #D41269;
	  font-size: 100%
}

#carte .ghost.big {
	float:right
}

.ghost:hover { 
  color:white;
  background: #D41269;
}

.ghost.right {
  float: right;
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    .ghost {
      font-size: 55%;
    }
    
    .ghost.big {
	    	  margin: 5vh auto;
	    	  display: block;
	    	  }
    
    #carte .ghost.big {
	  display: block;
	  float:none;
	  margin: 5vh auto;
	  }
}


.hidden {
  display: none;
}

.float-right {
  float: right;
}

.no-scroll {
  overflow: hidden;
}

ul.list {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    line-height: 1em;
    margin-left: 0;
}

ul.list li {
    overflow: hidden;
}

ul.list li:before {
    float: left;
    color:rgba(255,255,255,.4);
    width: 0;
    white-space: nowrap;
    content:
      "• • • • • • • • • • • • • • • • • • • • "
      "• • • • • • • • • • • • • • • • • • • • "
      "• • • • • • • • • • • • • • • • • • • • "
      "• • • • • • • • • • • • • • • • • • • • "}

ul.list li.description:before {
  content:'';
} 

ul.list span:first-child {
    padding-right: 0.33em;
    background: #7BAD85
}

ul.list span + span {
    float: right;
    padding-left: 0.33em;
    background: #7BAD85
}


/* PARTAGE
****************************************************************************************************/
.share {
  float:right;
  font-size: 2vw;
  color:rgba(255,255,255,0.5);
  background:rgba(0,0,0,0.2);
  border:0;
  border-radius: 4px;
  padding: 0;
  width: auto;
  font-size: 100%;
  margin: 2vh 0 1vh 1vh;
  overflow: hidden;
  height: 26px;
  text-transform: uppercase;
}

.share span {
  padding: 2px 4px 0 8px;
}

.share a {
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 0 0 1px;
  line-height: 1.7em;
  color:#7BAD85;
  display:block;
  float:right;
  text-align: center;
  background:rgba(0,0,0,0.5);  
  transition:.5s all ease;
}

.share a:hover {
  color:white;
  background: #D41269;
}



/* NAVIGATION
****************************************************************************************************/
#menu-button {
  position: absolute;
  top:20px;
  right:20px;
  text-align: right;
  font-size: 200%;
  font-weight: 300;
  color:rgba(255,255,255,.95);
  z-index: 1000;
  line-height: 1em;
}

#menu-button::before {
  content:"\2630" 
}

#menu-button.opened::before {
  content:"\2716" 
}

#menu {
  position: absolute;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  background: rgba(212, 17, 104, 0.91) url(../img/menu-bg.png);
  z-index: 500;
  display: none;
  transition:2s all ease;
}

#menu ul {
  list-style: none;
  margin-top: 10vh;
}

#menu li {
  text-align: center;
  padding-bottom: 10px;
  height: 10vh;
}

#menu a {
  color:rgba(255,255,255,.6);
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: 700;
  width: 80vw;
  display: block;
  margin: 0 auto;
  transition:.5s all ease;
}

#menu a:hover {
   color: white;
}

#menu a.active {
  color:white;
}

#menu .social {
  display: inline;
  margin: 0 10px;
}

#menu .social:hover {
  color:white;
}

/* ACCUEIL
****************************************************************************************************/

#accueil #splash {
  width: 100vw;
  height: 100vh;
  background: url(../img/header-bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  top:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

#banner {
  height: 25vh;
  width: 110vw;
  margin-left: -5vw;
  position: absolute;
  top:65vh;
  background: url(../img/yourte_annonce.jpg) no-repeat #FEFBD3;
  background-size: contain;
  background-position: center center;
  transform-origin: center center;
  transform: rotateZ(-4deg);
  box-shadow: 0 4px 8px rgba(0,0,0,.5);
  }

#logo {
  width: 15vw;
  height: 15vw;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  left:20px;
  top:20px;
  background: url(../img/header-logo.png) no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px; 
  z-index: 1000;
}

#catchphrase {
  text-align: center;
  width: 70vw;
  padding-top: 28vh;
  margin: 0 auto;
}

#catchphrase h1 {
  color:white;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: 1.1em;  
  text-shadow: 0px 1px 2px rgba(0,0,0);
  text-transform: uppercase;
}

#catchphrase h1>span {
  font-weight: 300;
}

#catchphrase h1 a {
  color:white;
  color:#D41269;
  height: auto;
  margin: 0;
  font-weight: 700
}

#catchphrase h1 span.closed {
   font-size: 1.5vw;
   font-weight: bold;
   line-height: 1em;
   padding: 0 0 24px 0;

}

#catchphrase h1 span.big {
   font-size: 5vw; 
   line-height: 1em;   
}

#catchphrase h1 span.medium {
   font-size: 4vw; 
   line-height: 1em;
}

#catchphrase h1 span.small {
   font-size: 3vw; 
   line-height: 1.1em;   
}

#catchphrase p {
  font-style: italic;
  margin: 20px 0 0 0;
  padding-bottom: 2em;
  font-size: 1vw;

}

.closed {
  font-size: 18vw;
  transform: rotate(-15deg);
  color:#D41269;
  text-transform: uppercase;
  padding-top: 30vh;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}

.closed span {
  font-size: 2vw;
  color:white;
  font-weight: normal;
  display: block;
  line-height: 1em;
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #catchphrase {
      width: 90vw;
      padding-top: 30vh;
    }
    
    #catchphrase h1 span.medium {
       font-size: 8vw; 
       line-height: 1.1em;
    }
    
    #catchphrase h1 span.small {
       font-size: 7vw; 
       line-height: 1.1em;
    }    
    
    #catchphrase h1 span.big {
       font-size: 10vw; 
       line-height: 1em;
    }
        
    
    #catchphrase p {
      font-size: 2.5vw;
    }

  }

#scroll-arrow {
  width: 100vw;
  height: 5vh;
  position: absolute;
  bottom:20px;
  background: url(../img/scroll-arrow.png) no-repeat;
  background-position: center top;
  background-size: contain;
  animation: bounce 2s ease infinite;
}

@keyframes bounce{
     from {bottom: 30px;}
     50%  {bottom: 40px;}
     to   {bottom: 30px;}
}

@keyframes fx{
     from {filter:hue-rotate( -10deg);}
     50%  {filter:hue-rotate( -00deg);}
     to   {filter:hue-rotate( 10deg);}
}

table tbody tr:nth-child(even), tbody, table thead, table tbody, table tfoot {
  background: transparent;
}

table tbody{
  border:0;
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #logo {
      width: 25vw;
      height: 25vw;
    }
    
    #menu-button {
      position: absolute;
      top:20px;
      right:20px;
      text-align: right;
      font-size: 120%;
    }
    
    #menu {
      padding-top: 9vh;
    }
    
    #menu a {
      font-size: 8vw;
    }      
    
  }

/* CONTENU
****************************************************************************************************/
#content {
  padding: 50px 0 100px;
  font-size: 120%;
}

#content p {
  line-height: 1.2em;
}

#content h2, #footer h2 {
  color:white;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color:#D41269
}

#content h3, #footer h3 {
  color:white;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color:#D41269;
  font-weight: 700;
}

#content .columns {
  padding: 0 50px;
}



	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    #content {
      padding:120px 0 50px;
    }
  }

/* A PROPOS
****************************************************************************************************/
#a_propos #content {
  min-height: 90vh;  
}

/* CONTACT
****************************************************************************************************/
#contact #content {
  min-height: 90vh;  
}

#contact #map_canevas {
  width: 100%;
  height: 40vh;
}

/* EVENEMENTS
****************************************************************************************************/
#evenement #content {
  min-height: 90vh;  
}

#evenement .icon {
  float: right;
}

#evenement .share.in-picture {
   position: relative;
  margin: -80px 20px 0 0;
  z-index: 1000
}

/* LIENS
****************************************************************************************************/
#liens #content {
  min-height: 90vh;  
}

#liens #content a {
  font-weight: bold;
  color: #D41269;
  font-size: 150%;
  padding-top: 24px;
  border-bottom: 0;
  margin-top: 24px;

}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #liens #content a {
      font-size: 120%;
      border-bottom: 0;
    }
    
    #liens #content {
      font-size: 90%;
    }  
    
  }


/* AGENDA
****************************************************************************************************/
#agenda #content {
  min-height: 90vh;  
}



.month, .day, .time, .title {
  text-transform: uppercase;
}

 .month {
  font-weight: bold;
  font-size: 200%;
  text-align: center;
  margin: 64px 0 42px 0;
}

.day {
  font-weight: bold;
}

.time {
  text-align: left;

}

.agenda-item {
  font-size: 120%;
  padding-top: 12px;
  width: 100%;
  float:left;
  transition:.5s all ease;
}

.agenda-item:hover {
  background: rgba(255,255,255,.05);
}  

.day-separator {
  border-top: 2px dotted rgba(255,255,255,.4);
}



 a .agenda-item  {
  color:white;
  float:left;
  width: 100%;
}

.pictogramme {
  float:right;
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,.4);
  border-radius: 100%;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  color:#D41269;
}

.pictogramme img {
 margin-top: 10px;
}


#agenda .pictogramme {
  width: 40px;
  height: 40px;
  margin: -8px 4px 0 0;
}

#agenda .pictogramme .icon{
  width: 30px;
  margin-top: 6px;
}

#content .agenda-item .columns {
    padding:  4px 0 8px 0;
  }

.agenda-item.columns {
  padding: 0;
}

#accueil .agenda-item {
  font-size: 100%;
  margin-left: 0;
}

#accueil .month {
  font-size: 120%;
  margin: 32px 0 0px 12px;
  text-align: center;
  padding: 0;
  color:rgba(255,255,255,.5);
}

#accueil .pictogramme {
  width: 40px;
  height: 40px;
  margin: -8px 4px 0 0;
}

#accueil .pictogramme .icon{
  width: 30px;
  margin: 6px;
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    .agenda-item {
      font-size: 90%;
    }
    
    #accueil .agenda-item {
      font-size: 70%;
    }    
    
    #accueil .pictogramme, #agenda .pictogramme {
      width: 30px;
      height: 30px;
      margin: -8px 4px 0 0;
    }
    
    #accueil .pictogramme .icon, #agenda .pictogramme .icon{
      width: 18px;
      margin-top: 6px;
    }    
  }
  
  /* TABLETTE */
  @media screen 
  and (min-device-width : 568px) 
  and (max-width: 1024px) { 
     
     #accueil .agenda-item {
      font-size: 80%;
    }
    
     #agenda .agenda-item {
      font-size: 80%;
    }    
       
  }     


/* EVENEMENT
****************************************************************************************************/
#evenement #content p {
  margin: 6px 0 0 0;
}

#evenement .video-frame {
  height: auto;
  margin: 40px auto;
}

#evenement h2 {
  text-transform: uppercase;
  font-size: 150%;
  margin: 24px 0 ;
}

#evenement h4 {
  text-transform: uppercase;
  font-size: 100%
}

#evenement .nav {
  margin: 0 0 36px 0;
}

#evenement .nav .columns {
  margin: 0;
  padding: 0; 
}

#evenement .illustration {
  margin: 12px 0 36px 0;
}

#evenement .nav a {
  color:rgba(255,255,255,.5);
  margin: 0;
  text-transform: uppercase;
  border:0;
  transition:.5s all ease;
}

#evenement .nav a:hover {
  color:white;
}

#evenement .nav .prev {
  text-align: left;
}

#evenement .nav .home {
  text-align: center;
}


#evenement .nav .next {
  text-align: right;
}

#evenement .pictogramme {
  float:left;
  margin: -12px 10px 0 0;
}

#evenement .pictogramme span {
  display: block;
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #evenement h4 {
      font-size: 14px;
      margin: 0;
    }
    
    #evenement h2 {
      font-size: 24px;
    }    
    
    #evenement .nav span {
      display: none;
    }
    
    #evenement .pictogramme {
      background: none;
      float:none;
      text-align: left;
      margin: 0;
      height: 0px;
    }
    
    #evenement .pictogramme img {
      display: none;
    }
    
    #evenement .pictogramme span {
      text-align: left;
      display: block;
      width: 100%;
      margin: 12px 0 0 0px;
    }
  }

/* CARTE
****************************************************************************************************/
#carte #content {
  min-height: 90vh;  
}

#carte h4 {
  color:white;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color:#D41269;
  font-weight: 700;
}

#carte .list.carte li {
  font-size: 120%;
  margin: 12px 0;
  padding: 4px 0;
}

#carte .list.carte li.description {
  font-size: 100%;
  color:rgba(255,255,255,.7)
}  

#carte .picto {
  height: 50px;
}

#content a {
  color:white;
  border-bottom: 1px dotted rgba(255,255,255,.2);
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #carte h4 {
      font-size: 18px;
    }
    
    #carte .picto {
      height: 24px;
    }
    
    #carte ul.list li {
      width: 100%;
      float:left;
      margin: 0;
      padding: 0px 0 0 0;
      border-top: 2px dotted rgba(255,255,255,.2);
    }
    
    #carte .list.carte li.description {
      font-size: 12px
      }
    
    #carte ul.list li span:first-child {
      font-size: 14px;
      width: 70%;
      display: block;
      float:left;
      font-weight: bold;
      padding: 8px 0 0 0;
    }
    
    #carte ul.list li span+span {
      float:right;
      width: 30%;
      font-size: 14px;
      text-align: right;
       padding: 8px 0 0 0;
    }
  }
  
  /* TABLETTE */
  @media screen 
  and (min-device-width : 568px) 
  and (max-width: 1024px) { 
  
     #carte ul.list li span, #carte ul.list li.description {
       font-size: 80%;
     }
  
  }  

/* FOOTER
****************************************************************************************************/
#footer {
  min-height: 200px;
  background:rgba(0,0,0,.2) ; 
  padding: 50px 0;
}

#footer .columns {
  padding: 0 50px;
}

#footer ul.list span:first-child {
    background: #628A6A
}

#footer ul.list span + span {
    background: #628A6A
}

.social {
  font-size: 200%;
  color:white;
  margin: 0 8px 0 0;
}

.social:hover {
  color:white;
}

#footer #newsletter {
  margin-left: 0px;
}


#footer #newsletter label {
  color:white;
}

#footer p {
  margin: 0 0 6px 0
}

#footer a {
  color:white;
}

#footer em {
  font-size: 80%;
  color:rgba(255,255,255,.5);
}

#footer h4 {
  font-weight: bold;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 36px;
  color:#D41269
}

#small_map_canevas {
  width: 100%;
  height: 300px;
}

#small_map_canevas a {
  background: transparent

#footer #newsletter .columns {
  padding: 0;
  margin: 0;
}

#footer #newsletter .button {
  color:rgba(255,255,255,0.5);
  background:rgba(0,0,0,0.2);  
  border-radius: 4px;   
  text-transform: uppercase; 
  transition:.5s all ease; 
  font-weight: 300;
  font-size: 80%;
  padding: 2px 8px;  
}

#footer #newsletter .button:hover {
  color:white;
  background: #D41269;
}

#newsletter input[type=email] {
  border-radius: 4px;  

  background:rgba(255,255,255,0.1);  
  border:0;
  color:#D41269
}

#credits {
  font-size: 75%;
  color:rgba(255,255,255,.3);
  padding: 80px 0 0;
  text-align: right;
  margin-top: 0px;
}

#credits p {
  margin: 0 0 6px 0;
}

#credits a {
  color:rgba(255,255,255,.3);  
}

#credits a:hover {
  color:white;
}  


	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #footer h3 {
      margin-top: 36px;
      }
  }

/* TEST
****************************************************************************************************/
.test {
  text-align: center;
  display:none;
}

.test a {
  color:white;
}

/* CONSTRUCTION
****************************************************************************************************/
.contruction {
  margin: 20vh auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3vw;
  color:rgba(255,255,255,.5);
}

.contruction.small {
    text-align: left;
    margin: 2vh auto;
    font-size: 100%
}