html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

input, textarea, form, button{
	margin: 0;
	padding: 0;
	border: 0;
}

body{	
	color: #FFF;
	font-family: 'Arial', sans-serif;
	overflow-x: hidden;
	box-sizing: border-box;
	background-size: 10%;
	background-repeat:repeat;
	background-attachment: scroll;
	background-color: #000;
}

h1{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size: 450%;
}

h2{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 250%;
	font-style: normal;
}

h3{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 125%;
	font-style: normal;
}

h4{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 120%;
	font-style: normal;
}

a{
	text-decoration: none;
	color: #FFF;
}

textarea::placeholder {
	color: white;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 120%;
	font-style: normal;
}

input::placeholder {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 120%;
	font-style: normal;
}

input[type=time],[type=date] {
	width: 100%; 
	padding: 10px 25px;
	box-sizing: border-box;
	margin-top: 6px; 
	margin-bottom: 16px; 
	resize: vertical ;
	background-color: transparent;
	color: white;
	text-align: left;
	font-family: 'Red Hat Display', sans-serif;
}

input[type=text], select {
	width: 100%; 
	padding: 10px 25px;
	box-sizing: border-box;
	margin-top: 6px; 
	margin-bottom: 16px; 
	resize: vertical ;
	background-color: transparent;
	color: white;
}

input[type=submit] {
	padding: 10px 25px;
	box-sizing: border-box;
	font-weight: bold;
	border: none;
	cursor:pointer;
}

button{
	color: #FFF;
}

p{
	line-height: 150%;
    margin-top: 15px;
    margin-bottom: 15px;
}

textarea{
	line-height: 50px;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

td, tr, th{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

img{
	border: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.text-center{text-align: center;}
.text-left{text-align: left;} 
.text-right{text-align: right;} 

.flex{display: flex;}

.grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 30px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.m-top{
	margin-top: 50px;
}

.m-bottom{
	margin-bottom: 50px;
}

.line{
	border: 1px solid #FFF;
	box-shadow: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clearfix{
}

.clearfix:after {
	content: ".";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.green{color: #00B050}
.yellow{color: #F1BB00}
.orange{color:#FF4014}
.white{color: #FFF}
.grey{color: #FFF}
.black{color:#000}

.grey-bg{background-color: #FFF}
.black-bg{background-color: #000}
.green-bg{background-color: #00B050}
.yellow-bg{background-color: #F1BB00}
.orange-bg{background-color: #FF4014}

/*******************************************************************************************************************************************************/

.colonne1{margin-left:1.5625%;margin-right:1.5625%;width:5.2083333333%;padding:0;}
.colonne2{margin-left:1.5625%;margin-right:1.5625%;width:13.5416666667%;padding:0;}
.colonne3{margin-left:1.5625%;margin-right:1.5625%;width:21.875%;padding:0;}
.colonne4{margin-left:1.5625%;margin-right:1.5625%;width:30.2083333333%;padding:0;}
.colonne5{margin-left:1.5625%;margin-right:1.5625%;width:38.5416666667%;padding:0;}
.colonne6{margin-left:1.5625%;margin-right:1.5625%;width:46.875%;padding:0;}
.colonne7{margin-left:1.5625%;margin-right:1.5625%;width:55.2083333333%;padding:0;}
.colonne8{margin-left:1.5625%;margin-right:1.5625%;width:63.5416666667%;padding:0;}
.colonne9{margin-left:1.5625%;margin-right:1.5625%;width:71.875%;padding:0;}
.colonne10{margin-left:1.5625%;margin-right:1.5625%;width:80.2083333333%;padding:0;}
.colonne11{margin-left:1.5625%;margin-right:1.5625%;width:88.5416666667%;padding:0;}
.colonne12{margin-left:1.5625%;margin-right:1.5625%;width:96.875%;padding:0;}

/***********************************************************************************/

.site-content{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/********* MENU ******************************************************************/

.main-nav{
	margin-top: 50px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	text-align: right;
}

.main-nav ul li{
	display: inline-block;
	margin-left: 25px;
	font-size: 125%;
	padding-bottom: 15px;
	border-bottom: 1px solid transparent;
}

.main-nav ul li:hover{
	border-bottom: 1px solid #FFF;
}

/********* HEADER ***************************************************************/

.header-container{
	margin-top: 75px;
	margin-bottom: 75px;
	padding-bottom: 50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
}

.main-logo {
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
    text-decoration: none;
}

.page-title{
}

.page-subtitle{
	margin-bottom: 50px;
}

.section-title{
	margin-bottom: 25px;
}

.right li:nth-child(3){
	font-weight: 700;
    padding: 10px 25px;
    background-color: #FF4014;
    border-radius: 5px;
}

.right li:nth-child(3) a{
	color: #000;
}

.right li:nth-child(3):hover{
	border-bottom: none;
	background-color: #FFF;
}

/**************************************************************************************************************/

.sessions-container{
	margin-bottom: 75px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}

.square-theme{
	border: 1px solid #FF4014;
    padding: 25px;
    box-sizing: border-box;
	text-align: center;
	border-radius: 20px;
}

.hide{
	display: none;
}

.show{
	display: block;
	opacity: .25;
	pointer-events: none;
}

.session-description{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #FF4014;
	border-bottom: 1px solid #FF4014;
	box-sizing: border-box;
	color: #FFF;
}

.session-information li{
	list-style-type: none;
	margin-bottom: 15px;
}

.session-information li a{
	padding: 10px 25px;
	/*border: 1px solid #FF4014;*/
	border-radius: 5px;
	display: inline-block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}

.inscription-button{
	padding: 10px 25px;
	box-sizing: border-box;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	cursor:pointer;
	display: inline-block
}

.modifier-button a{
	display: block;
	color: grey;
	text-decoration: underline;
	margin-top: 25px;
	background-color: #000;
}

.inscription-popin{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(44,38,37,0.95);
	display: none;
}



.inscription-popin-wrapper, .thanks-wrapper{
	display: table;
	width: 100%;
	height: 100%;
}

.inscription-popin-wrap, .thanks-wrap{
	display: table-cell;
	vertical-align: middle;
}

.inscription-popin-wrap .page-sutbtitle, .thanks-wrap .page-sutbtitle{
	margin-bottom: 50px;
}

.close {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: '';
	height: 33px;
	width: 2px;
	background-color: #FFF;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

.succeed-message{
	display: block;
	text-align:center;
	width: 33.3%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	font-size: 125%;
	color: #FFF;
	font-family: 'Red Hat Display', sans-serif;
	padding: 20px 50px;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

.display-old-container{
	padding-bottom: 50px;
	box-sizing: border-box;
}

.display-old-button{
	padding: 10px 25px;
	box-sizing: border-box;
	font-weight: bold;
	border: 1px solid #FF4014;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

.display-old-button:after{
	content:'Afficher les sessions pass\0000E9es';
	font-size: 100%;
	color: #FF4014;
}
	
.display-old-button.active:after{
	content:'Masquer les sessions pass\0000E9es'
}



/*********************************************************/

.thanks-wrapper{
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}

/*********************************************************/

.propose-container{
	background-color: #F1BB00;
	padding-top: 75px;
	padding-bottom: 75px;
	box-sizing: border-box;
}

.propose-content{
	margin-top: 50px;
}

.propose-content textarea{
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #000;
	box-sizing: border-box;
	min-height: 250px;
	display: block;
	margin-bottom: 50px;
	font-family: arial, 'sans-serif';
}

.propose-content textarea::placeholder {
		color: #000;
}

.propose-button{
	padding: 10px 25px;
	box-sizing: border-box;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block
}


/*********************************************************/

.creation-form-container form, .modify-form-container form{
	width: 90%;
	margin: 75px auto;
	color: #FFF;
}

.creation-form-container input, .creation-form-container textarea, .modify-form-container input, .modify-form-container textarea{
	border: 1px solid #F1BB00;
	display: block;
	margin-bottom: 25px;
	background-color: transparent;
	padding: 20px;
	width: 100%;
	color: #FFF;
	box-sizing: border-box;
}

.creation-form-container textarea{
	font-family: arial, sans-serif;
	line-height: 150%;
	min-height: 33vh;
}

.creation-form-container input::placeholder,.creation-form-container textarea::placeholder, .modify-form-container input::placeholder, .modify-form-container textarea::placeholder{
		color: #FFF;
}

.description-form{
	min-height: 250px;
}


.creation-form-container input.create-button{
	padding: 10px 25px;
	box-sizing: border-box;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	width: auto;
	background-color: #F1BB00;
	color: #000;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 100%;
	
}

.succeed-message-bis{
	display: block;
	text-align:center;
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	font-size: 125%;
	color: #FFF;
	font-family: 'Red Hat Display', sans-serif;
	padding: 20px 50px;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

.data-container{
	display: block;
    position: fixed;
    padding: 10px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
	background: #000;
    bottom: 30px;
    right: 0;
    z-index: 1000;
    font-size: 90%;
    font-family: arial, sans-serif;
    border: 1px solid #FFF;
    border-right: none;
    color: #FFF;
    line-height: 150%;
}
/*********************************************************/

@media screen and (max-width: 668px){
	.main-nav, .propose-content{
		margin-top: 25px;
	}
	
	.main-nav ul li{
		display: block;
	}
	
	
	.grid{
    	grid-template-columns: repeat(1, 1fr);
	}
	
	.header-container {
    	margin-top: 25px;
    	margin-bottom: 25px;
		padding-bottom: 25px;
	}
	
	.propose-container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.propose-content textarea{
		width: 90%;
		margin-bottom: 25px;
	}
	
	.creation-form-container form{
		margin: 50px auto;
	}
}

@media screen and (min-width: 1280px){
	.grid{
    	grid-template-columns: repeat(3, 1fr);
	}
}

