body {
font-family: 'Coming Soon', cursive;
font-size: 18px;
color: white;
text-shadow: 2px 2px 0px black;
text-align: center;
}
.loader{
	background: url('images/icon-loader9.gif') 50% 50% no-repeat rgba(0, 0, 0);
	cursor: wait;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
	.loader h1{
		background: none;
		border: none;
		color: white;
		font-size: 22px;
		font-family: "Open Sans",sans-serif;
		font-variant: small-caps;
		font-weight: 700;
		height: 700px;
		line-height: 700px;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	
.ui-content {
	background-image:url(images/fond6.jpg);
	background-position:center top;
	background-attachment:fixed;
}

.ui-content-goupil {
	background-image:url(images/affiche.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 0; 
 animation: fadein 3s;
   animation-play-state: paused;
   animation-fill-mode: forwards;
 
}

.ui-content-accueil-gray {
	background-image:url(images/pano3.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size: cover;
	text-align: center;
	position: fixed;
	z-index: 0; 
 filter : grayscale(0%);
	opacity: 0;
  animation: fadeingray 3s ease-in-out;
 animation-fill-mode: forwards;
}

#fondId {
	background-image:url(images/affichecarregrise.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size: contain;
	background-repeat: no-repeat;
		width: 100%; 
	height: 100%;
	text-align: center;
	z-index: 0; 
position: fixed;
	opacity: 0;
   animation: fadein 2s;
     animation-delay: 2s;
  animation-play-state: paused;
   animation-fill-mode: forwards;
}

#fondIdColor {
	background-image:url(images/affichecarre.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size: contain;
	background-repeat: no-repeat;
		width: 100%; 
	height: 100%;
	text-align: center;
	z-index: 0; 
position: fixed;
	opacity: 0;
   animation: fadein 3s;
     animation-delay: 0.1s;
  animation-play-state: paused;
   animation-fill-mode: forwards;
}
.ui-content-accueilOLD {
	background-image:url(images/pano2.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size: cover;
	text-align: center;
	z-index: 0; 
position: fixed;
	opacity: 0;  
	
  animation: fadein 3s;

 animation-fill-mode: forwards;
}

.sousaccueilindex {
	background-color:rgba(174,33,187,0.3);
position: relative ;
	top: 35vh;
	padding: 20px ;
	z-index:20 ;
	 border-radius: 20px;
	 opacity: 0; 
	  animation: fadein 0.5s ease-in-out;
   animation-delay: 2.5s;
     animation-play-state: paused;
 animation-fill-mode: forwards;
}

.sousaccueil {
	background-color:rgba(174, 33, 187, 0.3);
position: relative ;
	top: 13vh;
	padding: 20px ;
	z-index:20 ;
	 border-radius: 20px;
	  opacity: 0; 
	  animation: fadein 1s ease-in-out;
   animation-delay: 1s;
        animation-play-state: paused;
animation-fill-mode: forwards;

}

.sousaccueilvendredi {
	background-color:rgba(2,5,132,0.4);
position: relative ;
	top: 0vh;

	padding: 20px ;
	
	z-index:20 ;
	 border-radius: 20px;
	
 animation: fadein 1s ease-in-out;	
      animation-fill-mode: forwards;
}

.sousaccueilsamedi {
	background-color:rgba(255,15,232,0.3);
position: relative ;
	top: 0vh;

	padding : 20px;
	z-index:20 ;
	 border-radius: 20px;
	opacity: 0;
 animation: fadein 1s ease-in-out;	
      animation-fill-mode: forwards;
}

.sousaccueildimanche {
	background-color:rgba(2,5,132,0.4);
position: relative ;
	top: 0vh;

	padding: 20px ;
	
	z-index:20 ;
	 border-radius: 20px;
	opacity: 0;
 animation: fadein 1s ease-in-out;	
      animation-fill-mode: forwards;
}

.sousaccueilgoupil {
	background-color:rgba(174,33,187,0.4);
position: relative ;
	top: 0vh;

	padding: 20px ;
	
	z-index:20 ;
	 border-radius: 20px;
	opacity: 0;
 animation: fadein 1s ease-in-out;	
      animation-fill-mode: forwards;
}

.titre-accueil {
position: relative ;
	top: 13vh;
	z-index: 80; 
		  opacity: 0; 
	  animation: fadein 1s;
   animation-delay: 1s;
     animation-play-state: paused;
 animation-fill-mode: forwards;
}

.titre-accueil-theatre {
	
position: relative ;
	top: 40vh;
	z-index: 80; 
		  opacity: 0; 
	  animation: fadein 1s;
   animation-delay: 1.5s;
     animation-play-state: paused;
 animation-fill-mode: forwards;
}


.fadeInAnimation {
     animation: fadein 3s;
    animation-fill-mode: forwards;
}

@keyframes fadeingray {
  0% {
    opacity: 0;
	filter: grayscale(0%);
  }
  90% {
    opacity: 0.8;
	filter: grayscale(10%);
  }
  100% {
    opacity: 1;
	filter: grayscale(100%);
  }
}
@-moz-keyframes fadeingray {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeingray {
  /* Safari and Chrome */
  from {
    opacity: 0;

  }
  to {
    opacity: 1;
  }
}@-o-keyframes fadeingray {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ui-content2 {
	background-color: #0c5696;
}

.copy1 {
position: relative;
	z-index:130;
}

.croix{
	font-family: 'Open Sans', cursive;
	font-size : 40px;
	color: black;
	text-shadow: none;
}

.categ {
font-family: 'Barrio', cursive;
font-size: 28px;
color: black;
text-align: center ;
text-shadow: 2px 2px 5px #888;
text-decoration: none;  
}

.categvendredi {
font-family: 'Barrio', cursive;
font-size: 26px;
color: black;
text-align: center ;
text-shadow: 1px 1px 2px green;
}

.categsamedi {
font-family: 'Barrio', cursive;
font-size: 26px;
color: black;
text-align: center ;
text-shadow: 1px 1px 1px fuchsia;
}

.categdimanche {
font-family: 'Barrio', cursive;
font-size: 26px;
color: black;
text-align: center ;
text-shadow: 1px 1px 1px blue;
}

.titrepage {
font-family: 'Barrio', cursive;

font-size : clamp(40px, 10vw, 50px) ;
color: orange;
text-align: center ;
text-shadow: 4px 4px 0px black;

}
.horaires {
font-family: 'Neucha', cursive;
font-size : 25px ;

color: #ffcc66;

text-align: center ;
text-shadow: 3px 3px 0px black;

}

.titregroupe {
font-family: 'Slackey', cursive;
font-size: 37px;
color: white;
line-height: 1;
text-align: center ;
text-shadow: 5px 5px 0px #3B3AA1;
}

.titregroupe3j {
font-family: 'Slackey', cursive;
font-size: 26px;
line-height: 0.7;
color: white;
text-align: center ;
text-shadow: 4px 4px 0px #3B3AA1;
}

.groupe {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.textegroupe {
align-self: center;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 400px;
font-family: 'Neucha', cursive;
font-size: 23px;
font-weight: normal;
color: white;
text-shadow: 2px 2px 1px black;
text-align: center;
max-width: 700px; 
min-width: 0px;

}
.texte3jours {

font-family: 'Neucha', cursive;
font-size: 23px;
font-weight: normal;
color: white;
text-shadow: 2px 2px 1px black;
text-align: left;
max-width: 700px; 
min-width: 0px;

}

.photogroupe {
flex: 0 1 400px;
max-width: 100%;
}
.texteaccueil {
font-family: 'Caveat Brush', cursive;
font-size: 28px;
font-weight: normal;
color: white;
text-shadow: 2px 2px 1px black;
}


.soustitre {
font-family: 'Coming Soon', cursive;
font-size: 25px;
font-weight: bold;
color: darkorange;
text-shadow: 3px 3px 0px black;
}

.tarifs {
font-family: 'Barrio', cursive;
font-size: 32px;
color: #E8CC97;
text-align: center ;
text-shadow: 4px 4px 1px black;
}

.prix {
font-family: 'Neucha', cursive;
font-size: 25px;
color: white;
text-align: center ;
text-shadow: 2px 2px 1px black;
}

.infos {
font-family: 'Neucha', cursive;
font-size: 24px;
color: white;
text-align: center ;
text-shadow: 2px 2px 1px black;
}

.titreinfos {
font-family: 'Barrio', cursive;
font-size: 32px;
color: #E8CC97;
text-align: center ;
text-shadow: 4px 4px 1px black;
}

.gmap {

}

.copy {
	color: blueviolet;
	font-size: 14px;
font-weight: bold;
	opacity: 1;
	text-shadow: 1px 1px 1px black;
}



.zoomgros img{ 
transition: transform .2s ease-in-out;
}
.zoomgros img:hover{
transform: scale(1.6);
}
.zoom img{ 
transition: transform .1s;
}
.zoom img:hover{
transform: scale(1.1);
}

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;

}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}
.video-container {
	width: 560px;
	max-width: 100%;
	margin: auto;
}
a:link {
 color: #04a8e7;
 }
 a:hover{
	 color: #2286ac;
 }
a:visited {
 color: #04a8e7;
 }
 
 

