
/***********************   reset   ***********************/

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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
}

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



/***********************   GENERAL   ***********************/
noscript{
	width: 80%;
	text-align: center;
	border: 2px solid #fff;
	margin: 260px auto;
	padding: 10px;
	position: relative;
	display: block;
	font-size: 21px;
}
body{
	background: #000;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	user-select:none;
}

input:focus,textarea:focus,button:focus{
	outline: none;
}


form{
	text-align: left;
}

form#add-photo{
	border-right: 1px solid #fff;
	padding: 10px;
}

img.loader{
	width: 50px;
}

hr{
	border-top: 1px solid yellow;
}
input[type="submit"]{
	padding: 5px 5px;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	background: #fff;
	color: #000;
}

input, textarea{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin: 0 0 15px 0;
	display: block;
	padding: 5px;
}
textarea{
	resize: vertical;
}

#add-photo label[for="description"], #add-videos label[for="description"]{
	display: block;
}

input.text{
	height: 30px;
	padding-left: 5px;
	width: 100%;
}

#loader{
	display: none;
	position: fixed;
	z-index: 1000;
	background: #000;
	width: 100%;
	height: 100%;
	text-align:center;
}

#loader img{
	position: relative;
	width: 150px;
	top: 37vh;
}

.projo {
   	background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 255) 10%);
    background: -webkit-gradient(radial, center center, 0, center center, 150, from(rgba(0, 255, 55, 0)), to(rgba(0, 0, 0, .75)));
    width: 5000px;
    height: 5000px;
    position: fixed;
    pointer-events: none;
   	z-index: 5;
   }

a{
	text-decoration: none;
	color: white;
}
li{
	list-style: none;
}
h1{
	font-size:80px;
}
h2{
	font-size:35px;
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3{
	font-size:25px;
}
h4{
	font-size:50px;
}
h5{
	font-size:50px;
}
h6{
	font-size:50px;
}

p.importance{
	font-size: 11px;
}

.alert{
	position: relative;
	width: 100%;
	bottom: 20px;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto 2px auto;
	visibility: hidden;
	opacity: 0;

	transition: all 0.6s;
}
.alert-connect{
	bottom: 0px;
	visibility: visible;
	opacity: 1;
}

.alert.show{
	bottom: 0px;
	visibility: visible;
	opacity: 1;
}
.alert-danger{
	background: rgba(250,38,38,0.5);
}
.alert-success{
	background: rgba(89,255,0,0.5);
}

.cache{
	background: rgba(0,0,0,0.8);
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 800;
}

img.quit{
	width: 40px;
}
img.logout{
	width: 30px;
    position: relative;
    top: 7px;
    right: 6px;
}
img#hideEditPanel{
	width: 20px;
}
img.edit{
	width: 35px;
}

#btnMenu{
	width: 70px;
	cursor: pointer;
	z-index: 210;
	display: none;
}



.btn-blue{
	height: 43px;
	font-family: 'Cairo', sans-serif;
	width: 200px;
	font-weight: 700;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	line-height: 43px;
	cursor: pointer;
	background:#13f2fa;
}

.btn{
	background: none;
	text-align: center;
	font-family: 'Cairo', sans-serif;
	color: #fff;
	line-height: 43px;
	text-transform: uppercase;
	cursor: pointer;
	height: 43px;
	font-size: 14px;
	padding: 0 10px;
	font-weight: 700;
}
.btn-border-white{
	border: 2px solid #fff;
}
.btn-border-white:hover{
	border: 2px solid #ff0afa;
}

.btn-border-blue{
	border: 2px solid #13f2fa;
}
.btn-border-pink{
	border: 2px solid #ff0afa;
}

#modalConnexion .btn-blue{
		margin: 0 0 15px 118px;
}



#app-container{
	width: 100%;
	display: none;
}

#main_content{
	/* height: 100%;
	overflow: hidden; */
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;

}



#containerSolo,#containerParcour,#containerBook,#containerCollab,#gestion{
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	z-index: 100;
}


#containerHome{
	/* width: 100%;
	height: 100%; */
	z-index: -10;
	overflow: hidden;
	overflow-x: hidden;
}
#gestion{
	overflow: visible;
}

/********** flex**********/
.flex-row{/* flex ne fonctionne pas sur ie10*/
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
	/*border: 2px solid red;*/
	justify-content: center;
}
.flex-wrap{
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* .flex-wrap>*{
	display: inline-block;
} */

.clear{
	clear: both;
}
.flex-column{
	display: flex;
	flex-direction: column;
	/*border: 2px solid red;*/
}

/************* modal***************/
#modalConnexion,#containerContact{
	border: 2px solid #fff;
	position: absolute;
	transition: all 1s;
	padding: 20px 15px;
	background: #000;
	z-index: 810;
}
#modalConnexion{
	left: 32%;
	width: 500px;
	top: -100%;
}

#containerContact{
	left:58%;
	width: 40%;
	top: 15%;
	opacity: 0;
	transform: scaleX(0);
	visibility: hidden;
}

#containerContact.show{
		top: 15%;
		opacity: 1;
		visibility: visible;
		/* transform: rotateY(0deg); */
		transform: scaleX(1);
}

#containerContact .alert{
	position: relative;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 0px;
	margin: 0 auto 2px auto;
	visibility: visible;
	opacity: 1;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	transition: all 0.6s;
}

 #contact input,#contact textarea{
	width: 100%;
}

img#quitContact.quit{
	position: absolute;
	right:5px;
	top: 5px;
	cursor: pointer;
	width: 25px;
}


/*********************** admin tools ****************************/
#tools{
	position: fixed;
	z-index: 211;
	left: 15px;
	cursor: pointer;
	width: 41px;

}

#adminTools {
	position: fixed;
	top:-10px;
	background: #000;
	width:100%;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
	border-bottom: 2px solid #13f2fa;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	z-index: 210;
	font-family: 'Cairo', sans-serif;
}
#adminTools.show {
	top: 0;
	visibility: visible;
	opacity: 1;
}


#adminTools >*{
	margin: 0 50px;
}

#adminTools button{
	margin: 0 50px;
	padding: 0 10px;
	background: #13f2fa;
}

#adminTools button a{
	color: #000;
}



/********************** ROOF **********************/

.roof{
	position: relative;
	padding: 20px 0;
}

.roof #logo{
	width: 15%;
	text-align: center;
	z-index:110;
}
#logo img{
	width: 80px;
}
.roof-center{
	width: 70%;
	text-align: center;
	padding-top:5px;
}
#directMenu{
	width: 15%;
	z-index: 110;
	margin-left: -4px;
	padding: 0px 8px;
	right: 0;

}

/************************ menu *************************/

.menu_elem{
	text-decoration: none;
	cursor: pointer;
	font-family: 'Poiret One', cursive;
	letter-spacing: 2px;
	color:#fff;
	font-size: 30px;
  vertical-align: middle;
	z-index: 100;

}
a.menu_elem:hover{
/* text-shadow: 0px 0px 15px rgba(255,255,255,0.7); */
text-shadow: 0px 0px 10px rgba(19,242,250,4);
}
/* a.menu_elem::before {
	overflow: hidden;
	content: attr(data-hover);
	position: absolute;
  z-index: 25;
  color:#13f2fa;
  bottom: 0;
  -webkit-max-width:0%;
  max-width: 0%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;


}

a.menu_elem:hover::before,
a.menu_elem:focus::before {
	-webkit-max-width: 100%;
  max-width: 100%;
} */


.right, .left{
	position: fixed;
	top: 46%;
}
.left{
	left: 10px;

}
.right{
	right: 10px;

}



.bottom, .top {
	width: 100%;
	z-index: 100;
	position: fixed;
	text-align: center;
}

.bottom{
	top: 88vh;
}


.top{
	top: 2vh;
}




nav#menu-box{
	transition: all 1s;
    position: absolute;
    overflow: hidden;
    width: 200px;
    height: 0;
		right: 0px;
		background: #000;
}
nav#menu-box.active{
    border: 1px solid #ff0afa;
    height: 400px;
}

nav#menu-box ul li{
/*  display: inline-block;*/
    list-style: none;
    text-align: center;
    width: 100%;
    color: #fff;
}

nav#menu-box ul li a span:after{
	content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 125%;
    background: white;
	left: 40%;
	transition: all 0.5s;
}
nav#menu-box ul li a span:hover:after{
    height: 2px;
    width: 22%;
}
nav#menu-box li a{
    position: relative;
    display: block;
    margin: 25px 0px;
    text-align: center;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 20px;
		font-weight: 700;
}

.menu_alternative{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	z-index: 1;
	font-family: 'Cairo', sans-serif;
}

/****************** center  ************************/
#guiomContainer{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100vh;
	position: fixed;
}

#showContact{
	position: absolute;
	height: 75%;
	width: 45%;
	z-index: 50;
	left: 25vw;
	cursor: pointer;
}

#animeG{
	position: relative;
	margin-top: 50vh;
	transform: translateY(-69%);
	width: 1100px;
	transition: all 2s;
}

/************************** PARCOURS *************************/
#parcours{
	width: 80%;
	margin: 0 auto 82px auto;
}

#parcours .flex-row{
	justify-content: flex-start;
}

img.quit.deleteParcour, img.editParcour{
	position: absolute;
	right: 5px;
	cursor: pointer;
}
img.quit.deleteParcour,img.editParcour{
	width: 22px;

}

.editParcour{
	top: 20px;
}

#parcour-header {
	position: relative;
	overflow: hidden;
}
#parcour-header hr{
	position: absolute;
	width: 100%;
	border-top:2px solid #fff;
	top: 30px;
	z-index: -1;
}

#toright,#toleft{
	cursor: pointer;
	position: absolute;
	width: 50px;
	z-index: 10;
	height: 100%;
	background: #000;
	padding-top: 9px;
	border: 1px solid #fff;
}

#toright img,#toleft img{
	width: 40px;
}

#toright{
	right: 0;
}

#toleft{
	left: 0;
}

#navParcour{
	transition: all 0.8s;
}

#navParcour.flex-row{
	justify-content: center;
}

.parcourButton{
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 13px;
	border-radius: 60px;
	background: #fff;
	margin: 0 8px;
	font-weight: 700;
	font-size: 11px;
	padding: 3px;
	color: #000;
	cursor: pointer;
}

.parcourButton:focus{
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}


.parcourButton p:first-child{
	margin-top: 7px;
}
.parcours-element{
	background: #000;
	position: relative;
	width: 100%;
	height: 120px;
	border: 1px solid #fff;
	margin: 10px 0;
}
.imageP{
	position: relative;
	width: 200px;
	height: 100%;
	margin-right: 5px;
	overflow: hidden;
}
.descriptionP{
	width: 60%;
}

.imageP img{
	position: relative;
	width: 100%;
	filter: brightness(0.5) grayscale(100%);
	-webkit-filter:brightness(0.5) grayscale(100%);
	 -moz-filter: brightness(0.5) grayscale(100%);
	 -ms-filter: brightness(0.5) grayscale(100%);
	 -o-filter: brightness(0.5) grayscale(100%);
	transition: all 0.8s;
}

.imageP img:hover{
	filter: brightness(1) grayscale(0%);
	 -webkit-filter: brightness(1) grayscale(0%);
	 -moz-filter: brightness(1) grayscale(0%);
	 -ms-filter: brightness(1) grayscale(0%);
	 -o-filter: brightness(1) grayscale(0%);
}

.date{
	position: absolute;
	right: 5px;
	font-size: 10px;
	top: 94px;
}

/************************** MEDIAS *************************/

#overlay {
    position: fixed;
    top: 0;
		left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    text-align: center;
    background: rgba(0,0,0,0.95);
}

#next, #prev{
	position: relative;
	top: 20%;
	cursor:pointer;
	width:38px;
	text-align:center;
	background:#000;
	border:1px solid #fff;
	color:#fff;

}

#next img, #prev img{
	width: 40px;
}
.diapoNav{
	position:fixed;
	z-index:501;
	top: 72%;
	width: 20%;
	height: 500px;
	right: 15px;

}

#diapo{
	display: none;
}
#escapeOverlay{
	z-index: 501;
	position: absolute;
	right: 30px;
	cursor: pointer;
}

#overlay .encart-description{
	position: absolute;
	text-align: left;
	border:2px solid #fff;
	padding: 10px;
	z-index: 510;
	left:10px;
	bottom: 10px;
	opacity: 0;
	width: 500px;
	transform: scaleX(0);
	overflow: hidden;
	transition: all .5s;
	background: rgba(0,0,0,0.8);
}

.encart-description .titleProject{
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 6px;
}

#overlay .encart-description.show{
	transform: scaleX(1);
	opacity: 1;
}

#voirDesc{
	position: fixed;
	cursor: pointer;
	top: 55%;
	text-align: left;
	padding: 5px;
	z-index: 510;
	background: rgba(0,0,0,0.8);
}

#overlay>*{
	margin-top: 50vh;
  transform: translateY(-50%);
}


.searchGroup{
	width: 100%;
	position: relative;
	z-index: 100;
}

.mediaContainer{
	width: 100%;
	margin: 30px 0 80px 0;
	text-align: center;

}


.vidsOrPics>*{
	margin: 10px;
}

#viewerType{
	display: none;
	color: #fff;
}
#viewerType>*{
	margin: 5px;
}
.btn-vimeo{
	border:2px solid #00ADEF;
}

.btn-youtube{
	border:2px solid #FF0000;
}

.search{
    height: 35px;
		margin-bottom: 10px;
}
.search input{
	display: inline;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 	50%;
	outline: none;
	padding-left: 5px;
}

.search button{
	width: 	80px;
}
.containMedia.video{
	position: relative;
	margin: 35px;
}


.collab.photo .medias,.book.photo .medias,.solo.photo .medias{
	filter: brightness(0.5) grayscale(100%);
	-webkit-filter:brightness(0.5) grayscale(100%);
	 -moz-filter: brightness(0.5) grayscale(100%);
	 -ms-filter: brightness(0.5) grayscale(100%);
	 -o-filter: brightness(0.5) grayscale(100%);
	transition: all 0.8s;
}
.containMedia.book.photo,.containMedia.solo.photo{
	width:300px;
	position: relative;
	z-index: 26;
	margin: 35px;
	border:5px solid #fff;

}

.containMedia.solo.photo{
	margin: 0;
	border: none;
	overflow: hidden;
}
.containMedia.book.photo p, .containMedia.solo.photo p{
	display: inline-block;
}
.containMedia.book.photo p:first-child{
	margin-right: 10px;
}

.book.photo .medias,.solo.photo .medias{
	width: 100%;
	height: 281px;
	cursor: pointer;
}
.solo.photo .medias:hover, .book.photo .medias:hover, .collab.photo .medias:hover{
	filter: brightness(1) grayscale(0%);
   -webkit-filter: brightness(1) grayscale(0%);
   -moz-filter: brightness(1) grayscale(0%);
   -ms-filter: brightness(1) grayscale(0%);
   -o-filter: brightness(1) grayscale(0%);
}

.book.photo .mediaInfo{
		background: #fff;
    position: relative;
    color: #000;
		height: 40px;
    width: 100%;
    text-align: center;
}

.solo.photo .mediaInfo,.collab.photo .mediaInfo{
		background: rgba(0,0,0,.7);
    position: absolute;
    padding: 2px;
    color: #fff;
		bottom: -70px;
		width: 100%;
		padding-bottom: 8px;
		visibility: hidden;
		opacity: 0;
		transition: all .5s;
}
.solo.photo .mediaInfo p:first-child,.collab.photo .mediaInfo  p:first-child{
	    font-size: 17px;
    line-height: 15px;
    margin-right: 10px;
    font-weight: 700;
}

.containMedia.solo.photo:hover .mediaInfo, .containMedia.collab.photo:hover .mediaInfo{
	bottom: 0px;
	opacity: 1;
	visibility: visible;
}

.book.photo .medias .description,.solo.photo .medias .description,.collab.photo .medias .description{
		opacity: 0;/* pas tres propre à voir si il ny'a pas une autre solution*/
}


.edit, .delete{
	position: absolute;
	z-index: 26;
	cursor: pointer;
	top: 9px;
	transition: all 0.8s;
}

.video.edit{
	left: -30px;
	top: 148px;
}

.video.delete{
	right: 356px;
	top: 178px;
}

.edit{
	left: 5px
}

.delete{
	right: 5px
}


.mediaContainer.collab{
	width: 90%;
	margin: 0 auto 60px auto;
		display: -ms-flexbox;
		-ms-flexbox-wrap:wrap;
		-ms-flexbox-direction:row wrap;
		flex-flow: row wrap;
		display: flex;
		justify-content: center;
		display: -webkit-flex;
}

 .collab.photo .medias {
 	 cursor: pointer;
	 width: 100%;
	 align-items: flex-start;
  }
	.containMedia.collab.photo {
	-webkit-box-flex:auto;
	position: relative;
	-ms-flex:auto;
	flex: auto;
	width: 200px;
	height: 157px;
	overflow: hidden;
	margin: .5vw;
}


#hideEditPanel{
	position: relative;
	left: 110px;
	cursor: pointer;
}
.editPanel{
	padding: 6px;
	position: absolute;
	visibility: hidden;
	border: 2px solid #13f2fa;
	opacity: 0;
	background: #000;
	z-index: 27;
	transition: all 0.8s;
}
.editPanel label[for="description"]{
	display: block;
}




/***************** BOTTOM ********************/


img#handleSound{
	position: fixed;
	z-index: 200;
	cursor: pointer;
	width: 36px;
	right: 85px;
	bottom: 35px;
}




/*********** Scrollbar *********/

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #000;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #000;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #F5F5F5;
}


/**************** CONTROLE ANIMATION ARRIVEE PAGE *******************/

/*** page collab ***/
.goneC{
	transition: all 1s;
	animation: totheright 0.5s linear;
}
@keyframes totheright{
	0%{transform: translateX(0%)}
	100%{transform: translateX(-100%)}
}
.goneC-reverse{
	transition: all 1s;
	animation: totheright2 0.5s linear;
}


@keyframes totheright2{
	0%{transform: translateX(0%)}
	100%{transform: translateX(100%)}
}

.displayC{
	transition: all 1s;
	animation: fromtheright 0.7s linear;
}

@keyframes fromtheright{
	0%{transform: translateX(100%)}
	100%{transform: translateX(0%)}
}

.displayC-reverse{
	transition: all 1s;
	animation: fromtheright2 0.7s linear;
}

@keyframes fromtheright2{
	0%{transform: translateX(-100%)}
	100%{transform: translateX(0%)}
}

/****** page book *******/
.goneB{
	transition: all 1s;
	animation: tothebottom 0.5s linear;
}
@keyframes tothebottom{
	0%{transform: translateY(0%)}
	100%{transform: translateY(100%)}
}
.goneB-reverse{
	transition: all 1s;
	animation: tothebottom2 0.5s linear;
}


@keyframes tothebottom2{
	0%{transform: translateY(0%)}
	100%{transform: translateY(-100%)}
}

.displayB{
	transition: all 1s;
	animation: frombottom 0.7s linear;
}

@keyframes frombottom{
	0%{transform: translateY(-100%)}
	100%{transform: translateY(0%)}
}

.displayB-reverse{
	transition: all 1s;
	animation: frombottom2 0.7s linear;
}

@keyframes frombottom2{
	0%{transform: translateY(100%)}
	100%{transform: translateY(0%)}
}

/****** page parcour *******/
.goneP{
	transition: all 1s;
	animation: tothebottom 0.5s linear;
}
@keyframes tothetop{
	0%{transform: translateY(0%)}
	100%{transform: translateY(-100%)}
}
.goneP-reverse{
	transition: all 1s;
	animation: tothetop2 0.5s linear;
}


@keyframes tothetop2{
	0%{transform: translateY(0%)}
	100%{transform: translateY(100%)}
}

.displayP{
	transition: all 1s;
	animation: fromtop 0.7s linear;
}

@keyframes fromtop{
	0%{transform: translateY(100%)}
	100%{transform: translateY(0%)}
}

.displayP-reverse{
	transition: all 1s;
	animation: fromtop2 0.7s linear;
}

@keyframes fromtop2{
	0%{transform: translateY(0%)}
	100%{transform: translateY(100%)}
}

/*** page solo ***/
.goneS{
	transition: all 1s;
	animation: totheleft 0.5s linear;
}
@keyframes totheleft{
	0%{transform: translateX(0%)}
	100%{transform: translateX(100%)}
}
.goneS-reverse{
	transition: all 1s;
	animation: totheleft2 0.5s linear;
}


@keyframes totheleft2{
	0%{transform: translateX(0%)}
	100%{transform: translateX(-100%)}
}

.displayS{
	transition: all 1s;
	animation: fromtheleft 0.7s linear;
}

@keyframes fromtheleft{
	0%{transform: translateX(-100%)}
	100%{transform: translateX(0%)}
}

.displayS-reverse{
	transition: all 1s;
	animation: fromtheleft2 0.7s linear;
}

@keyframes fromtheleft2{
	0%{transform: translateX(100%)}
	100%{transform: translateX(0%)}
}

/******************** page de traitement**********************/

#gestion h2{
	text-align: center;
	margin-top: 50px;
}
.traitement.flex-row{
		flex-wrap: wrap;
}
.traitement .btn{
	margin-bottom: 5px;
}

.traitement .btn-border-blue:focus,.traitement .btn-border-blue:hover{
	background: #13f2fa;
	color: #000;
}
.traitement .btn-border-pink:focus, .traitement .btn-border-pink:hover{
	background: #ff0afa;
	color: #000;
}

#traitement_gestion{
	text-align: center;
	background: rgba(19, 242, 250, 0.2);
	padding: 15px 0;
	margin-bottom: 30px;
}

.containImageToUpload >*{
	margin: 5px;
}
#fillTheBlanks img{
	margin: 5px;
	display: inline-block;
}

#fillTheBlanks {
	width: 331px;
	margin-left: 5px;
	color: yellow;
	font-size: 11px;
	text-align: left;
}

.theImage{
	width: 100px;
	height:80px;
	border: 2px dashed #999797;
}

.traitement{
	width: 100%;
	margin: 55px 0 25px 0;
}
.traitement>*{
	margin: 0 10px;
}

.chooseOption >*{
	margin: 0 10px;
}

#queryResults{
	width: 90%t
	margin: 0 auto;
}


#seeMoreFrom{
	background: #000;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 40%;
	left:18%;
  bottom: 200px;
	height: 210px;
	transition: all .5s;
  overflow-x: hidden;
	overflow-y: scroll;
}
#seeMoreFrom table{
  width: 100%;
}
#seeMoreFrom img#closeDetails {
 top: 5px;
 cursor: pointer;
    position: absolute;
    width: 29px;
    right: -2px;
}

.detailsVis{
	cursor: pointer;
}

#loadMore{
	position: relative;
	bottom: 116px;
	width: 200px;
	margin: 109px auto 0 auto;
}

label input{
	display: inline;
}

table{
	text-align: center;
	border-collapse:collapse;
}
table.query{
	margin: 15px auto 0 auto;
}

table.queryGeneral{
	vertical-align: top;
	margin: 15px;
	display: inline-block;
}

table th{
	border: 1px solid #fff;
}

table th, table td{
	padding: 0 5px;
}

tr {
	border-bottom: 1px solid #fff;
}


#add-music{
	margin-right: 25px;
}



 label.radio{
    margin-bottom: 0;
    cursor: pointer;
	display: inline-block;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 400;
    height: auto;
}


/********** compresseur ***********/
form#compressor{
	width: 100%;
}
.compressorImages{
	position: relative;
	width: 45%;
	height: 300px;
	overflow: hidden;
	color: #fff;
	border: 1px dashed #fff;
	margin-bottom: 5px;
}
.compressorImages:first-child{
	margin-right:20px;
}
#original,#compressed{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}

#original img#originalImg,#compressed img#compressedImg{
	position: relative;
	width: 100%;
		cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#original img#originalImg:active, #compressed img#compressedImg:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#zoomOriginal,#zoomCompressed,#dezoomOriginal,#dezoomCompressed{
	cursor: pointer;
}
.zoomControl{
	background: #000;
	display: flex;
	flex-direction: column;
	top: 71%;
	width: 50px;
	position: absolute;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}

.compressorControl >*{
	margin-left: 10px;
}

#valeurQualite{
	position: absolute;
left: 45%;
bottom: 37px;
}

#compressImg{
	cursor: pointer;
	display: none;
}

/* upload video */
form#add-videos{
	width: 400px;
}

form#add-videos input[type="text"], form#add-videos textarea{
	width: 100%;
}
form#add-videos input[type="text"]{
	padding: 10px 0 10px 5px;
}

/***************************** footer *********************************/

footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 300;
	font-family: 'Poiret One', cursive;
	text-align: center;
	padding-bottom: 3px;
}

#cookieBar{
	position:relative;
	visibility: hidden;
	bottom:10px;
	opacity: 0;
	transition: all 1s;
	background: rgba(255,255,255,.7);
	color: #000;
}

#cookieBar.show{
	visibility: visible;
	bottom: 0;
	opacity: 1;
}

#okCookie{
	cursor: pointer;
	padding: 0 10px;
}

.mentionReseaux >*{
	display: inline-block;
	margin: 0 5px;
}
.mentionReseaux{
	background: #000;
}

.reseaux img{
	width: 18px;
}

@media (max-width: 400px){
	.mediaContainer.collab{
		padding: 0;
	}

	.containMedia.collab.photo {
		margin: 0;
	}

}

@media (max-width: 800px){
	.containMedia.book.photo{
		width:150px;

	}

	.book.photo.edit, .book.photo.delete{
		bottom: 130px;
	}

	.book.photo .medias{
		height: 132px
	}

	#modalConnexion{
		left: 25px;
		width: 90%;
	}

}





/********************* MOBILE *****************************/
@media (max-width: 620px){
	.btn-blue,label[for="checkMemo"]{
		font-size: 11px;
	}

	#overlay .encart-description{
		width: 95%;
	}


	#btnMenu{
		display: block !important;/* passer outre ma condition php*/
		margin-left: 50%;
	}
	#logo img{
		margin-right: 30%;
	}

	.roof #logo, .roof #directMenu{
		width: 50%;
	}


	#projo, #handleSound,.menu_elem,.roof-center,.top,.bottom{
		display: none
	}

	#animeG{
		width: 600px;
		transform: translateY(-84%);
	}

	#containerContact{
		top: 13%;
		width: 80%;
		left: 10%;
	}



	#ajout.flex-row,#ambiance.flex-row,#adminTools.flex-row,.compressorControl.flex-row{
	    flex-direction: column;
	    -webkit-flex-direction: column;
			align-items: center;
	}

	#ajout.flex-row >*,#ambiance.flex-row>*,#adminTools.flex-row >*{
	    width: 95%;
	}

	#add-music{
		margin-right: 0;
	}
	form#add-photo{
		border-right: none;
		border-bottom: 1px solid #fff;
		padding: 5px;
	}


	/** parcour **/

	.parcours-element.flex-row{
		flex-direction: column;
	}
	.parcours-element {
		height: 200px;
	}
	.parcours-element .imageP{
		width: 100%;
	}
	.parcours-element .descriptionP{
		text-align: center;
		width: 100%;
	}


}
