/* General/reset styles */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --textSombre-color: #000000;
  --NextShow-bgcolor: #000000;
  --Show-bottom-color: #000000;
  --Show-Top-bgcolor:#000000; 
  --Show-Top-color: #FFFFFF;
  --NextShow-color: #FFFFFF;
  --textClair-color: #FFFFFF;
}


			
body {
  font-family: 'Satisfy', cursive;
  /*font-family: 'Roboto', sans-serif;*/
  overflow-x: hidden;
  /*color: var(--text-color);*/
}

.new-section {
  font-family: 'Dancing Script', cursive;
  padding-top: 0px;
  text-align: center;
  font-size: 3em;
  font-weight: 150;
}


a{
  color: var(--textSombre-color);
}

.TextePale {
  color: var(--textClair-color);
}

.TextePale a{
  color: var(--textClair-color);
}

.TexteSombre {
  color: var(--textSombre-color);
}

.TexteSombre a{
  color: var(--textSombre-color);
}




/**************************/
/**************************/
/**************************/
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
.wrapperFBlike{padding:50px;}
.wrapperFBlike .fb-like{float:none; width:15%; filter:hue-rotate(60deg);}
.wrapperFBlike .fb-like iframe{
  height:24px; width:100px; transform:scale(1);
}
.fb-page, .fb-page:before, .fb-page:after {
    border: 1px solid #ccc;
}

.fb-page:before, .fb-page:after {
    content: "";
    position: inherit;
    bottom: -3px;
    left: 2px;
    right: 2px;
    height: 1px;
    border-top: none
}

.fb-page:after {
    left: 4px;
    right: 4px;
    bottom: -5px;
    box-shadow: 0 0 2px #ccc
}
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/*    FACE BOOK BOUTON    */
/**************************/
/**************************/
/**************************/
  


/**************************************/
/**************************************/
/*            Header styles           */
header {
  position: relative;
  margin-top:0px;
  text-align: center;
  height: min(100vh, 924px);
  background: linear-gradient(to bottom, rgba(000,000,000, 0.80), rgba(256,256,256, 0.50)), url(images/headerimg.jpg) no-repeat top left;
  background-size: cover;
  color: #fff;
}

header h1 {
  padding-top: 7vh;
  /*padding-top: -webkit-calc(20vh - 113px);
  padding-top: expression(20vh - 113px);
  padding-top: -moz-calc(20h - 113px);
  padding-top: -o-calc(20vh - 113px);
  padding-top: calc(20h - 113px);
  font-size: 7em;
  font-weight: 100;*/
}

header h2 {
  font-size: 2em;
}

header span.animated {
  bottom: 20%;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background: #fff;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

header span::before,
header span::after {
  position: absolute;
  top: -23px;
  content: "";
  height: 30px;
  width: 4px;
  border-radius: 2px;
  background: #fff;
}

header span::before {
  left: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
}

header span::after {
  right: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}
/*            Header styles           */
/**************************************/
/**************************************/



.nav {
	width: 100%;
    margin-top: -10px;
    margin-left: 0px;
    height: 60px;
    background-color: #000000;
	border: 0px solid #000000;
	position: fixed;
	z-index:2000;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright:0px;
    -border-bottom-left-radius: 0px;
    -border-bottom-right-radius: 0px;
}


/**************************************/
/**************************************/
/*            Video Containers        */
.vidContainer {
	text-align:center;
}
.videoAutoSize{
  width: 560px;
  height:340px;
}
/*            Video Containers        */
/**************************************/
/**************************************/




/* Scroll animations styles */
.scroll-animations {
  display: flex;
  text-align:center;
  width:80%;
  margin-left:auto;
  margin-right:auto;
}

.scroll-animations div {
  flex-grow: 1;
  text-align:center;
  vertical-align:top;
  padding: 30px;
  margin: 0px;
  opacity: 0;
}

.scroll-animations div span {
  font-size: 4em;
  vertical-align:top;
  text-align:center;
}
.scroll-animations div h3 {
  text-align:center;
  font-size:2.5em;
  font-weight: 300;
  margin-bottom: 10px;
}
.scroll-animations div p {
  text-align:justify;
  text-align-last: center;
  vertical-align:top;
  font-size: 1.1em;
  font-weight: 50;
}
.TitresSection{
  font-family:'Baloo Chettan 2', cursive;
}




/* Click animations styles */
.click-animations {
  margin-top: 0px;
  padding-bottom: 20px;
  background: #f6f8fa;
}

.click-animations input {
  display: block;
  margin: 20px auto;
  padding: 10px;
  height: 50px;
  width: 50%;
  font-size: 30px;
  outline: none;
  border: 2px solid transparent;
  transition: 0.3s;
}

.click-animations textarea {
  display: block;
  margin: 20px auto;
  padding: 10px;
  width: 50%;
  font-size: 30px;
  outline: none;
  border: 2px solid transparent;
  resize: none;
  transition: 0.3s;
}

.click-animations input:focus,
.click-animations textarea:focus {
  border-color: #30cc8b;
}

.click-animations button {
  display: block;
  margin: 20px auto;
  padding: 10px;
  width: 50%;
  font-size: 30px;
  border: none;
  outline: none;
  background: #30cc8b;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.click-animations button:active {
  transform: scale(0.95);
}

.form-error {
  border-color: #F46036 !important;
}




/***********************/
/*  Section Spectacle  */
/*  Section Spectacle  */
.EvenRow {
	border-radius: 25px 25px 30px 10px;
	margin:6px;
	width: 300px;
	height: auto;
	-moz-box-shadow: -3px 2px 0px 0px var(--Show-bottom-color);
	-webkit-box-shadow: -3px 2px 0px 0px var(--Show-bottom-color);
	box-shadow: -3px 2px 0px 0px var(--Show-bottom-color);
}
.EvenRowtop {
	background-color: var(--Show-Top-bgcolor);
	color: var(--Show-Top-color);  
	border-radius: 24px 24px 0px 0px;
	width: 100%;
	height: auto;
}
.EvenRowbottom {
	color: var(--Show-bottom-color);
	border-radius: 0px 0px 30px 10px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	height: auto;
}

.EvenRow3 {
	margin:6px;
	background-color: var(--NextShow-bgcolor);
	color: var(--NextShow-color);  
	border-radius: 25px;
	padding-top:0px;
	padding-bottom: 10px;
	width: 90%;
	height: auto;
}
.EvenRow3top {
	background-color: var(--Show-Top-color);
	color: var(--Show-Top-bgcolor);  
	border-radius: 24px 24px 0px 0px;
	width: 100%;
	height: auto;
}


.nextshow {
	width: auto;
    overflow: auto;
	z-index:1500;
}

/* Scroll animations styles */
.lesShows {
  display: flex;
  flex-wrap: wrap;
}

.lesShows div {
  flex-grow: 1;
  text-align: center;
  opacity: 100;
}

.lesShows div h2 {
  /*font-family:'Indie Flower', cursive;*/
  font-family: 'Londrina Solid', cursive;
  font-size: 3em;
  font-weight: 200;
}

.lesShows div h3 {
  font-family:'Baloo Chettan 2', cursive;
  font-size: 1.5em;
  font-weight: 70;
}

.lesShows div h4 {
  font-family:'Baloo Chettan 2', cursive;
  font-size: 1.5em;
  font-weight: 50;
}
/*  Section Spectacle  */
/*  Section Spectacle  */
/***********************/




/*******************/
/*  Section LIENS  */
/*  Section LIENS  */
.EvenRowLiens {
  margin-top: 10px;
  margin-left:15vw;
  margin-right:15vw;
  height: auto;
  background-color: #ffffff09;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 25px;
  border-width: 3px;
  padding-top:5px;
  padding-bottom: 5px;
}

/* Scroll animations styles */
.lesLiens {
  display: flex;
  flex-wrap: wrap;
}

.lesLiens div {
  flex-grow: 1;
  text-align: center;
  opacity: 100;
}

.lesLiens div h2 {
  /* font-family:'Indie Flower', cursive;*/
  font-family:'Finger Paint', cursive;
  font-size: 2em;
  font-weight: 80;
}

.lesLiens div h3 {
  font-family:'Baloo Chettan 2', cursive;
  font-size: 1.5em;
  font-weight: 50;
}

.lesLiens div h4 {
  font-family:'Baloo Chettan 2', cursive;
  font-size: 1.5em;
  font-weight: 30;
}
/*  Section LIENS  */
/*  Section LIENS  */
/*******************/


.Finger{
	font-family:'Finger Paint', cursive;
}
.Indie{
	font-family:'Indie Flower', cursive;
}
.Pacifico{
	font-family:'Pacifico', cursive;
}
.Sancreek{
	font-family:'Sancreek', cursive;
}
.Satisfy{
	font-family:'Satisfy', cursive;
}
.Baloo{
	font-family: 'Baloo Chettan 2', cursive;
}
.Londrina{
    font-family: 'Londrina Solid', cursive;
}




/***********************/
/*  Section Slideshow  */
/*  Section Slideshow 
#slideshow {
  margin: 50px auto;
  position: relative;
  width: min(80vw, 600px);
  height: min(60vh, 400px);
  padding: 0px;
}

#slideshow > div {
  position:absolute;
  text-align:center;
}
 */

/* TEST 2 */
.slider {
  width: min(80vw, 600px);
  height:auto;
  text-align: center;
  overflow: hidden;
  color:#000;
  background-color:#fff;
  margin:auto;
}

.slides {
  display: flex;
  overflow-x: auto;
  
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 0px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: min(80vw, 600px);
  height:auto;
  margin-top: 15px;
  margin-right: 0vw;
  margin-left: 0vw;
  margin-bottom: 15px;
  
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}


p#cf7_controls {
  text-align:center;
}
#cf7_controls span {
  padding-right:2em;
  cursor:pointer;
}
#cf7 {
  position:relative;
  width: min(450px, 100vw);
  height:300px;
  margin:0 auto 10px;
}
#cf7 img {
  position:absolute;
  width: min(450px, 100vw);
  height:auto;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#cf7 img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
/*  Section Slideshow  */
/*  Section Slideshow  */
/***********************/




/* Media queries */
@media (max-width: 759px) {
	
  header {
    height: min(125vh, 546px);
	background: linear-gradient(to bottom, rgba(000,000,000, 0.80), rgba(256,256,256, 0.50)), url(images/headerimg759.jpg) no-repeat top left;
  }

  header h1 {
	/*padding-top: -webkit-calc(35vh - 113px);
	padding-top: expression(35vh - 113px);
	padding-top: -moz-calc(35h - 113px);
	padding-top: -o-calc(35vh - 113px);
	padding-top: calc(35h - 113px);
	font-size: 5em;*/
  }
  header span.animated {
    bottom: 35%;
  }
  
  .new-section {
    font-size: 3em;
   font-weight: 200;
  }
  
  .scroll-animations {
    display: block;
	text-align:center;
    width:80%;
	margin-left:auto;
	margin-right:auto;
  }  
  .scroll-animations div {
    padding: 20px 20px;
    text-align:center;
  }
  .scroll-animations div p {
    text-align:justify;
    vertical-align:top;
  }
  .scroll-animations div h3 {
    font-size:2.5em;
    font-weight: 300;
  }
  .scroll-animations div span {
    font-size: 4em;
    font-weight: 400;
	text-align:center;
  }
  
  .click-animations input,
  .click-animations textarea,
  .click-animations button {
    width: 80%;
  }
  
  
  .nextshow {
	width:auto;
  }  
  .EvenRow{
	  width: 40%;
  }
  .EvenRowtop {
	width: 40%;
	height: auto;
  }
  .EvenRowbottom {
	width: 40%;
	padding-top:6px;
	padding-bottom:6px;
	height: auto;
  }
  .lesShows {
    display: flex;
	width:85%;
  }
  .lesShows div {
	width:100%;
	height:auto;
  }
  .lesShows div h2 {
    font-size: 2.7em;
    font-weight: 200;
  }
  .lesShows div h3 {
    font-size: 1em;
    font-weight: 75;
  }
  .lesShows div h4 {
    font-size: .7em;
    font-weight: 75;
  }
}

@media (max-width: 475px) {

/**************************************/
/**************************************/
/*            Video Containers        */
.vidContainer {
  position: relative;
  width: 100%;
  height:0;
  padding-bottom: 56.25%;
}
.videoAutoSize{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height:100%;
}
/*            Video Containers        */
/**************************************/
/**************************************/

  .new-section {
    font-size: 2em;
    font-weight: 150;
  } 
  
  .scroll-animations{
    width:100%;
	text-align:center;
  }
  .scroll-animations div {
    text-align:center;
    padding: 30px 20px;
  }
  .scroll-animations div p {
    text-align:justify;
    vertical-align:bottom;
  }
  .scroll-animations div span {
    text-align:center;
    font-size: 4em;
    font-weight: 400;
  }
  .scroll-animations div h3 {
    font-size:2em;
    font-weight: 300;
  }
  header {
    height: min(100vh, 786px);
	background: linear-gradient(to bottom, rgba(000,000,000, 0.80), rgba(256,256,256, 0.50)), url(images/headerimg475.jpg) no-repeat top left;
  }
  header span.animated {
    bottom: 35%;
  }
  header h1 {
	/*padding-top: -webkit-calc(35h - 113px);
	padding-top: expression(35vh - 113px);
	padding-top: -moz-calc(35h - 113px);
	padding-top: -o-calc(35vh - 113px);
	padding-top: calc(35h - 113px);
    font-size: 3.2em;*/
  }
  header h2,
  .funky-animations h3 {
    font-size: 1.5em;
  }
  
  
  .nextshow {
	width:auto;
  }
  .EvenRow{
	  width: 40%;
  }
  .EvenRowtop {
	width: 40%;
	height: auto;
  }
  .EvenRowbottom {
	width: 40%;
	padding-top:6px;
	padding-bottom:6px;
	height: auto;
  }
  .lesShows {
    display: flex;
	width:85%;
  }
  .lesShows div {
	width:100%;
	height:auto;
  }
  .lesShows div h2 {
    font-size: 2.2em;
    font-weight: 200;
  }
  .lesShows div h3 {
    font-size: 1em;
    font-weight: 200;
  }
  .lesShows div h4 {
    font-size: .7em;
    font-weight: 150;
  }
}


