l@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
}

body{
	margin:0;
}

main{
	margin: 0 10px;
}
h1{
	font-family: 'Raleway', sans-serif;
	color: #E74382;
    text-transform: uppercase;
	text-align: left;
    font-size: 36px;
    max-width: 1200px;
    margin: 20px auto;
    padding: 40px 0;
}

h2{
	font-family: 'Raleway', sans-serif;
	color: #E74382;
    text-transform: uppercase;
	text-align: left;
    font-size: 30px;
	/*margin: 0;*/
}

h3{
	font-family: 'Raleway', sans-serif;
	color: #E74382;
    text-transform: uppercase;
	text-align: left;
    font-size: 28px;
	line-height: 1em;
}

h4{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: left;
    font-size: 18px;
	margin: 0;
	padding-bottom: 0;
}

h5{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

.subtitle{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: left;
    font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	color: #ea5197;
}

p{
	font-family: 'Raleway', sans-serif;
}

.firstword{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: #3F3F73;
	font-size: 1.1em;
}

.form1{
	position: fixed;
	top: 0;
	left: 0;
	width: 80vw;
	height: auto;
	z-index: -1000;
	opacity: 0.5;
}

.form2{
	position: fixed;
	top: 15%;
	right: 0;
	width: 60vw;
	height: auto;
	z-index: -1000;
	opacity: 0.5;
}

.form3{
	position: fixed;
	top: 68%;
	left: 0;
	width: 80vw;
	height: auto;
	z-index: -1000;
	opacity: 0.5;
}

.logo_top{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 10px;
	align-items: center;
}

.don{
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #3F3F73;
}

.don a{
	text-decoration: none;
}

.logo{
	height: 60px;
}

.link_fb{
	height: 40px;
	position: absolute;
	top:25px;
	right:5px;
	margin: 0 20px;
}

.link_ig{
	height: 40px;
	position: absolute;
	top:25px;
	right:40px;
	margin: 0 20px;
}

*::-webkit-media-controls-panel {

  display: none!important;

  -webkit-appearance: none;

}

*::--webkit-media-controls-play-button {

  display: none!important;

  -webkit-appearance: none;

}

*::-webkit-media-controls-start-playback-button {

  display: none!important;

  -webkit-appearance: none;

}


/* NAVIGATION */
nav {
	display: none;
}
#zone-bt-menu {
	display: block;
    position: absolute;
    top: 20px;
    left: 25px;
	cursor: pointer;
}

#zone-bt-menu img{
	width: 40px;
}
input#checkbox_menu:checked~nav {
	display: block;
    text-align: center;
    line-height: 3em;
}
input#checkbox_menu {
	display: none;
}

/* NAV*/
.menu {
	width: 100%;
	padding: 0;
	text-align: center;
	align-items: center;
	display:block;  
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	color: #3F3F73;
    text-transform: uppercase;
    font-size: 16px;
	border-top: 2px solid #3F3F73;
	border-bottom: 2px solid #3F3F73;
	list-style-type: none;
	background-color: white;
}

.linkmenu a{
	color: #3F3F73;
	text-decoration: none;
}

.dropdown {
    overflow: hidden;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	list-style-type: none;
	padding: 0;
}

/* Style the links inside the dropdown */
.dropdown-content a {
	font-size: 14px;
	text-align: center;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
/*.dropdown:hover>.dropdown-content {
    display: block;
}
*/
.menu > li li a{ color: #444; text-decoration: none;}

.linkresa a{
	background-color: #51AF49;
	padding: 10px 40px;
    font-size: 16px;
	cursor: pointer;
	color: white;
	text-decoration: none;
	transition: 0.5s;
}

.container, .container_text{
	text-align: left;
	margin: 0 auto;
}

.container .program a{
	text-decoration: none;
}

.container_longtext{
	text-align: left;
	padding: 20px;
}
.container_text h2{
	margin-top: 60px;
}

.container_text h2:first-of-type{
	margin-top: 20px;
}

input.btn_menu {
	display: none;
}
.btn_menu:checked~ul {
	display: block;
}

/*//////// SALLES ////////////*/
.local, .spectacle, .crea{
	width: 96%;
	height: fit-content;
	margin: 0 auto 20px;
	border-bottom: dimgrey 2px solid;
	background-color: white;
	overflow: hidden;
	}

.spectacle{
	overflow: visible !important;
}

.program{
	width: 96%;
	height: fit-content;
	margin: 0 auto 20px;
	background-color: white;
	overflow: hidden;
	}

.program>div:first-of-type{
	position:relative;
	padding-top: 20px;
}

.spectacle>div:first-of-type{
	padding: 0 0 40px ;
}

.spectacle img{
	padding: 0 0 20px ;
}

.program img, .boxtheatre img{
	width: 100%;
}

.program>div p:first-of-type{
	text-align: left;
	font-size: 1.1em;
	margin-top: 0;
}

.program h3{
	text-align: left;
	margin: 10px 10px 0 0;
}

.lafabrique h3, .crea h3{
	font-style: normal !important;
	margin: 0 0 10px;
}

.program h3 a{
	color:#E74382;
	text-decoration:none;
}

.program h3+div{
	text-align: right;
	font-family: 'Raleway', sans-serif;
	margin-right: 10px;
	padding-top: 4px;
	font-size: 18px;
	font-weight: bold;
}

.program5yo {
	display: none;
	padding: 0px;
	overflow: hidden;
	border: #6accd4 2px solid;
	margin: 0 auto 20px;
		background-image:url("img/5ans.gif");
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	}

.programm_annonce{
	border: #3F3F73 2px solid;
	background-color: #3F3F73;
	width: 96%;
	padding: 20px;
	overflow: hidden;
	margin: 0 auto 20px;

}

.programm_annonce a{
	text-decoration: none;
}

.programm_annonce h3 {
	color: white;
	}

.program p a, .container_text p a, .container_longtext p a, .program65 p a{
	/*color: black;*/
	text-decoration: underline;
}


.home{
	background-color: white !important;
}

.container .lafabrique{
	border-bottom: dimgrey 2px solid !important;
	background-color: white;
	padding-bottom: 40px;
}


.container .lafabrique p:last-of-type{
	margin-bottom: 0px;
}

.fabricolor{
	color: #3e7fc1 !important;
}

.creacolor{
	color: #e94f35 !important;
}

.specolor{
	color: #E74382 !important;
}

/*
.container .lafabrique p{
	padding: 0 12px;
}
.container .lafabrique h3{
	text-align: left;
	padding-left: 12px;
}
*/

.container .lafabrique p,.container_text .lafabrique p{
	color: black;
}

.container .lafabrique h3{
	color: #E74382;
}


.container .crea{
	border-bottom: dimgrey 2px solid !important;
	background-color: white;
	padding-bottom: 40px;
}

.container .crea p:last-of-type{
	margin-bottom: 0px;
}

.spectacle:last-of-type, .crea:last-of-type{
	border-bottom: 0px !important;
	}

.container .crea p,.container_text .crea p{
	color: black !important;
	text-align: justify;
}

.container .crea h3, .container .crea h3 a{
	color: #E74382 !important;
}


.local img{
	width: 100%;
	height: auto;
	transition: all .5s;
	}
.local p{
	text-align: left;
    padding-left: 20px;
}

.local iframe{
	width:100%;
	height: 300px;
}

/*IMAGE*/
.banner{
	background-image:url("img/header_site_mobile.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	width: 100vw;
    margin: 20px 0 0;
	height: 250px;
	position: relative;
	display: flex;
    align-items: center;
	overflow: hidden;
}

.annonce{
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: white;
	padding: 6px;
	border: none;
	color: white;
	background-color: #40B068;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	border-radius: 20px;
}

.annonce span:first-of-type{
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.uppercase{
	text-transform: uppercase;
	line-height: 2em;
}

.annonce span:nth-of-type(2){
	font-size: 0.8em;
}

.annonce span:nth-of-type(3){
	font-size: 0.8em;
}

.annonce span:nth-of-type(4){
	font-size: 0.8em;
}

.annonce span:nth-of-type(5){
	font-size: 0.8em;
}

.annonce span:nth-of-type(6){
	font-size: 0.8em;
}


.annonce span:nth-of-type(7){
	font-size: 0.8em;
}

.linkfabrique{
	position: absolute;
	top:20%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color: #412a85;
    max-width: 900px;
    padding: 10px;
    margin: 0 auto;
	font-size: 0.9em;
	text-align: center;
	color: white;
	text-transform: uppercase;
	}


/*////// Comité /////*/

.committee{
	background-image:url(img/01portrait-nb-site.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	overflow: hidden;
		-webkit-border-radius:130px;
    	-moz-border-radius:130px;
	border-radius: 130px;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	transition: all .5s;
}

/* /////// TARIFS //////*/
.button{
	background-color: #3F3F73;
	font-family: 'Raleway', sans-serif;
	padding: 10px 0;
    font-size: 20px;
	cursor: pointer;
	color: white;
	text-align: center;
	width: 400px;
	max-width: 96vw;
	margin: 60px auto 0;
	box-shadow: 0 0 0 rgba(33,33,33,.0); 
	border: white 1px solid;
	transition: .5s ease-in-out;
}

.button a{
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	letter-spacing: 0.1em;
}


/*//////////Réservations////////*/
form label{
	font-family: 'Raleway', sans-serif;
	display: block;
	font-size: 14px;
    text-align: left;
    margin: 0 auto;
	width: 96%;
	}
	
form label:nth-of-type(1):after,
	form label:nth-of-type(2):after,
	form label:nth-of-type(3):after,
	form label:nth-of-type(4):after,
	form label:nth-of-type(5):after,
	form label:nth-of-type(6):after,
	form label:nth-of-type(7):after,
	form label:nth-of-type(8):after{
	content: " *";
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #3F3F73;
	}
	
form input, form select, form textarea {
	width: 96%;
	height: 40px;
	margin-bottom: 40px;
	border: darkgrey 1px solid;
	}

form select {
	font-size:13px;
}

form input, form select, form textarea, .captcha{
	width: 96%;
	margin-bottom: 40px;
	border: darkgrey 1px solid;
	}
	
form textarea{
	height: 90px;
	}
		
form input[type="submit"] {
	width: 96%;
	height: 60px;
	display: block;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: white;
	padding: 5px;
	background-color: #3F3F73;
}
.error{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #3F3F73;
	font-weight: 800;
}

/*////// CAPTCHA ///////*/
.captcha {
	background-color:#f9f9f9;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	justify-content:center;
	align-items:center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/*//////// ateliers ////// */
.figatelier{
	width: 96%;
    margin: 40px auto 80px;
}

.figatelier img, .figatelier a img{
    width: 100%;
    height: auto;
}

.figatelier a{
    display: contents;
}

.workshop{
	width: 92%;
	height: auto;
	padding: 10px;
	margin: 0 auto 20px;
	background-color: white;
	color: black;
}

/*.workshop:nth-of-type(3),*/ .workshop:last-of-type{
	margin-bottom: 80px;
}

.workshop p a{
	color:black;
	text-decoration: underline;
}

.workshop{
	background-color: #E74382;
}

.workshop h3 {color: white;}

/*/////// Cahier spectateur ///////*/

.container_text a{
	text-decoration: none;
}

.book{
	width: 96%;
	height: 80px;
	padding-top: 5px;
	margin: 0 auto 20px;
	border: #3F3F73 2px solid;
	background-color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: black;
	display: flex;
    align-items: center;
}

.book>span{
	text-transform: uppercase;
	font-weight: 800;
	padding-left: 30px;
}

.book img{
	height: 70px;
	width: 70px;
	padding: 10px 0 10px 20px;
}

/*////// PIECES THEATRES /////*/
main a div{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-align: center;
	color: dimgrey;
}

main>a{
	text-decoration: none;
}

.title{
	padding-bottom: 0;
	margin-bottom: 5px;
}
.title+div{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-align: center;
}

.boxtheatre, .program65{
	display: flex;
	flex-flow: wrap;
	flex-wrap: wrap;
	width: 96%;
	margin: 40px auto;
	height: auto;
	background-color: white;
}

.boxtheatre>div, .program65>div{
	background-color: white;
	width:100%;
	position: relative;
}

.boxtheatre>div{
	padding: 0 20px;
	padding-top: 20px;
}

.boxtheatre>div p{
	text-align: justify;
}

.boxtheatre>div>p:first-of-type{
	margin-top: 0;
}

.boxtheatre>div>p:nth-of-type(2){
	font-size: 12px;
	margin:0;
}


.boxtheatre>div>p>a{
	font-weight: 800;
	color: black;
	text-decoration: underline;
}

.callto{
	margin: 0 0 0 auto;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #40B068;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.callto a{
	text-decoration: none;
	color: white;
}

.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;}

/* Distribution */
.tooltip {
    display: none;
}



/* Bouton retour*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f0bf5b;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  transition: 1s;
}

#myBtn i{
	font-size: 24px;
}

#myBtn:hover {
  background-color: #3F3F73;
	transform: rotate(360deg);
}

/*/// Zones Partenaires///*/
.partner{
	background-color:#CCCCCC;
	padding: 20px 0;
	text-align: center;
	margin:  40px auto 0;
}

.partner>div{
	display: flex;
	flex-flow: wrap;
}

.partner>div{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #4D4D4D;
    font-size: 16px;
	padding: 10px 0;
}

.partner>div img{
	width: 35vw;
	padding: 20px;
	opacity: 0.7;
	mix-blend-mode: multiply;
}

.logos>div:first-of-type a{
	text-decoration: none;
	}

.footer{
	padding: 20px 0;
	background-color:#3F3F73;
	color:white;
	font-family: 'Raleway', sans-serif;
    line-height: 1.5em;
	text-align: center;
    font-size: 12px;
}

.logo_down{
	height: 120px;
	padding-bottom: 20px;
}


.done{
	border-color: darkgrey !important;
	background-color: white;
}

.done p, .done p a{
	color: darkgrey !important;
}

.done>div, .done>div h3 a, .done h3 a{
	color: darkgrey !important;
}

.nocallto{
	background-color: darkgrey !important;
}

/* ///////////////////////// 769 px ///////////////////////// */
@media screen and (min-width:769px) and (max-width:1200px){
.partner>div img{
	width: 100px;
	padding: 0 10px;
	}
	
.container, .container_text{
	margin: 0 10px;
	}
	
.local{
	width: 48%;
	}
	
.local iframe{
	width:100%;
	height: 300px;
}

.form1{
	width: 60vw;
	height: auto;
	z-index: -1000;
}

.form2{
	top: 14%;
	right: 0;
	width: 50vw;
	height: auto;
	z-index: -1000;
}
	
.form3{
	top: 55%;
	left: 0;
	width: 60vw;
	height: auto;
	z-index: -1000;
}
}
@media screen and (min-width:769px){
main{
	margin: 0;
}
#zone-bt-menu {
	display: none;
}
	
	nav {
	display: block;
}
	
.dropdown:hover .dropdown-content {
    display: block;
}
	
.link_fb, .link_ig{
	height: 40px;
	position: relative;
	float: right;
	right: 0;
}
.logo{
	height: 80px;
}
	
.boxtheatre>div{
	padding-top: 0px;
}
	
.spectacle img{
	padding: 0 0 40px ;
}
	
.menu {
	width: 98vw;
	max-width: 1200px;
	margin: 10px auto 0;
	padding: 5px;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	display:flex;  
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	color: #3F3F73;
    text-transform: uppercase;
    font-size: 16px;
	border-top: 2px solid #3F3F73;
	border-bottom: 2px solid #3F3F73;
}
	
.annonce{
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 20px;
	font-size: 18px;
}

.dropdown-content {
    position: absolute;
	padding-top: 4px;
}

.dropdown-content a {
	text-align: left;
	padding: 8px 16px;
}
	
.content_large {
	padding: 0px 50px 0 0;
}
	
.menu>li a:hover, .menu > li li a:hover { color:#51AF49; }
.menu>li a:active, .menu > li li a:active { color:#51AF49; }
	
.linkresa a{
	padding: 6px;
    font-size: 12px;
}
	
.linkresa a:hover{
	background-color: dimgrey;
	color: white !important;
}
	
/*////////// CONTAINER //////*/
.container{
	max-width: 1200px;
	}
		
.container_text, .container_longtext{
	max-width: 1200px;
	}

.container_longtext{
	padding: 0;
	column-count: 2;
    column-gap: 20px;
    column-rule: 4px double #3F3F73;
	}
	
.container .container_longtext p:first-of-type{
	margin-top: 0;
	}

.local{
	width: 32%;
	margin: 0 0 40px;
	display: inline-block;
	vertical-align: text-top;
	}
	
.local iframe{
	width:100%;
	height: 200px;
}
	
.button:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background-color: #3F3F73;
	border: #3F3F73 1px solid;
	}
	
form label{
	width: 100%;
	}
	
form input, form select, form textarea{
	width: 100%;
	height: 25px;
	}
	
.captcha{
	width: 400px;
	}
	
form textarea{
	height: 75px;
	}
			
form input[type="submit"] {
	width: 200px;
	height: 40px;
}
	
form input[type="submit"]:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background-color: #3F3F73;
	transition: 0.5s;
}
	
main a div{
	text-align: left;
}
	
.committee:hover{
		transform: rotate(-10deg);
	}
	
	
/*////// cahier du spectateur //////////*/
	
.book img{
		transition: all .5s;
	}
	
a .book:hover{
	color: white;
	background-color: #3F3F73;
	}
	
/*.book:hover img{
	padding-left: 200px;
	transform: rotate(-10deg)
	}*/
	
/*///// DOWN ///////*/
.banner{
	height: 500px;
}
	
.covid{
	font-size: 1.2em;
}
	
.logos{
	max-width: 1200px;
	margin: 0 auto;
	}
	
.partner>div img{
	width: 100px;
	padding: 0 10px;
}
	
.logos>div{
	align-items: center;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	}
	
.logos>div:first-of-type{
	text-align: center;
	display: block;
	margin: 20px 0;
	}
	
.logos>div:first-of-type a:hover{
	text-decoration: underline;
	opacity: 0.3;
	}
	
.logos>div:last-of-type{
	margin-top: 20px;
	}
	
.partner{
	width: 100vw;
	margin-top: 60px;
	}
	
.partner>div{
    font-size: 16px;
}
	
/*///// THEATRE ///////*/


.program65 h3+div{
    padding-bottom: 30px;
}
	
.program48, .programm_annonce {
	width: 96%;
	}
	
.program48, .program65, .program5yo{
	margin: 0 auto 20px;
	transition: all .5s;
	}

.program{
	width: 100%;
	margin: 0 0 40px;
	}
	
.spectacle, .crea, .lafabrique{
	display: inline-flex;
}
	
.infos{
	margin-left: 40px;
}
	
.infos h3{
	margin: 0 0 10px;
}
	
.boxtheatre img{
	width: 60%;
	height: 100%;
}
	
.program img{
	width: 400px;
	height: 100%;
}
	
.program p a:hover, .program65 p a:hover{
	color: #3F3F73;
}
	
.key p a:hover {
	background-size: 4px 50px;
	color: #412a85;
}
	
.boxtheatre, .program65{
	flex-flow: nowrap;
	flex-wrap: nowrap;
}

.boxtheatre{
	width: 100%;
	}
	
.callto{
	width: 200px;
	padding: 6px;
}

	
.boxtheatre>div>p>a:hover{
	color: #6accd4;
}
.callto:hover{
	/*margin-left: -80px;*/
	background-color: #3F3F73;
	}
	
/* Distribution */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: black;
	font-size: 12px;
    line-height: 2em;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
}

@media screen and (min-width:900px){
	
	.program5yo{
	width: 31.5%;
	padding: 20px;
	}
	.programm_annonce{
		width: 100%;
	}
	
	.program5yo{
		display: block;
		height: 360px;
	}
		
.program48{
	width: 48%;
	padding: 20px;
	}
	
.program65{
	width: 65.5%;
	}

/*////// ateliers//////*/

.figatelier{
	width: 95%;
	max-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.figatelier img, .figatelier a img{
    width: 48.5%;
    height: 100%;
}
}

@media screen and (min-width:1070px){
.banner{
	background-image:url("img/header_site.jpg");
	}
}
@media screen and (min-width:1201px){	
.program48{
	width: 48%;
	}
	
.form1{
	width: 40vw;
	height: auto;
	z-index: -1000;
}

.form2{
	top: 10%;
	right: 0;
	width: 30vw;
	height: auto;
	z-index: -1000;
}
	
.form3{
	top: 50%;
	left: 0;
	width: 40vw;
	height: auto;
	z-index: -1000;
}
}

@media screen and (min-width:1255px){
	
.figatelier{
	width: 100%;
	}
.book, .workshop{
	width: 100%;
}
}
/*//// BIG SCREEN ////*/
@media screen and (min-width:1600px){
.banner{
	height: 700px;
}
}

/****************/
/* CSS CAPTCHA */
/****************/

@media screen and (max-width: 500px) {
	.captcha {
		flex-direction:column;
	}
	.text {
		margin:.5em!important;
		text-align:center;
		font-family: 'Raleway', sans-serif;
	}
	.logocaptcha {
		align-self: center!important;
	}
	.spinner {
		margin:2em .5em .5em .5em!important;
	}
}

.text {
	font-size:1.2em;
	font-weight:500;
	margin-right:1em;
}
.spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
input[type="checkbox"]+.checkmark {
	/*display:inline-block;*/
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
input[type="checkbox"]:checked+.checkmark { 
	animation:2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span { 
	animation:1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.logocaptcha {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}
.logocaptcha img {
	height:2em;
	width:2em;
}
.logocaptcha p {
	color:#9d9ba7;
	/*margin:0;*/
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logocaptcha small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:3px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:3px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:3px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
::selection {
	background-color:transparent;
	color: #51AF49;
}
::-moz-selection {
	background-color:transparent;
	color:#51AF49;
}