
html {
	

	cursor:default;
}



legend {
	font-size:14px;
}




#titre{
	color: #4392FF;
	font-size: 45px;
	text-decoration: none;
	font-family: Calibri;
}

#logo{
	margin-top: 0.2%;
	margin-right: 0%;
}


.logo_titre {
	width:62px;
	height:62px;
}


#espaceClient{
	color: white;
	background-color: #4392FF;
	border: none;
}

#espaceClient:hover{
	color: white;
	background-color: #4370FF;
	border: none;
}

#active #couleurItem{
	color: orange;
}

#navMenu{
	background-color: #50595C;
	box-shadow: 0 1px 1px #000000;
	font-size: 20px;
	padding-top: 0%;
	padding-bottom: 0.5%;
}

.nav-link{
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	color: white;
}

.nav-item #couleurItem:hover{
	color: orange;
}

#couleurItem{
	color: white;
}

#hautPage{
	position: fixed;
	bottom : 13%;
	right: 2%;
	opacity: 0.2;
	z-index: 1;
}

#hautPage:hover{
	opacity: 1;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-delay: 0.5s;
}

@-webkit-keyframes rotate {
	from { 
		-webkit-transform: rotate(0deg); 
	} 
	to 
	{
		-webkit-transform: rotate(360deg); 
	}
}


#formulaire{
	background-color: #4f4444;
	border-radius: 10px 10px 0px 0px;
	margin-top: 5%;
	margin-right: 15%;
	margin-left: 15%;
	padding-bottom: 1%;
	box-shadow: 1px 1px 2px #000000;
}

#titreContact{
	font-size: 30px;
	margin-left: 1%;
	margin-bottom: 1%;
	color: white;
}

.info,#formContact{
	background-color: #50595C;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 10px 10px 10px 10px;
	font-size: 15px;
	color: white;
	padding: 1%;
}

#message{
	height: 100px;
}

#submit{
	color: white;
	background-color: #4392FF;
	border: none;
	float: right;
	height: 50px;
	width: 100px;
	margin-bottom: 1%;
}

#submit:hover{
	background-color: #4370FF;
}

.info{
	padding: 5%;
	margin-bottom: 8%;
}

#infoContact{
	margin-top: 15%;
	color: white;
	padding-left: 5%;
}

.labelContact{
	margin-right: 2%;
}

#champsOb{
	margin-bottom: 1%;
}

footer{
	background-color: #4f4444;
	box-shadow: 0px -5px 5px -5px #000000;
}

#footer-item{
	text-decoration: none;
}

#copyright{
	font-family: sans-serif;
	color: white;
	padding-bottom: 1%;
	padding-top: 2%;
	text-align: center;
}

@media (min-width: 992px){
	#espaceClient{
		position: fixed;
		right: 10px;
		top: 15px;
	}
}

@media (max-width: 992px) {
	
	#navMenu{
		padding-bottom: 0px;
	}

	#li{
		margin-left: 0%;
		margin-right: 0%;
		width: 100%
	}

	#divEspaceClient{
		padding: 0px;
	}

	.nav-item{
		text-align: center;
	}
}

@media (max-width: 767px) {
	.info{
		margin-bottom: 2.5%;
	}

	#infoContact{
		margin-top: 5%;
		margin-bottom: 5%;
		padding: 5%;
		text-align: center;
	}
}




#popup{
	position: fixed;
	right: 7px;
	top: 85px;
	z-index: 16;
}

#connexion,#deconnexion{
	justify-content: center;
	background-color: #50595C;
	text-align: center;
	border-radius: 10px;
	width: 280px;
	padding: 5px;
	box-shadow : 0 0 3px 3px rgba(0, 0, 0, 0.25);
}

#titreCo{
	font-family: Calibri;
	color: white;
	font-weight: bold;
	font-size: 20px;
}

#titreDeco{
	font-family: Calibri;
	color: orange;
	font-weight: bold;
	font-size: 15px;
}

#formConnexion{
	color: white;
}

.labelConnexion, #btnConnexion, .btnD{
	justify-content: center;
}

.labelConnexion{
	font-size: 15px;
	font-family: Calibri;
	margin-bottom: 0px;
}

#divID{
	margin-bottom: 5px;
}

#divMDP{
	margin-bottom: 20px;
}

#identifiant, #password{
	text-align: center;
	width: 75%;
	margin: auto;
}

#btnConnexion, .btnD{
	color: white;
	background-color: #4392FF;
	border: none;
	font-size: 15px;
}

#btnConnexion{
	height: 35px;
	width: 110px;
}

#btnConnexion:hover, .btnD:hover{
	color: white;
	background-color: #4370FF;
}

#blanc{
	color: white;
}




.btn-main {
	border-radius: 5px;
	background-color: #4392FF;
	color: white;
	border: none;
	padding: 10px;
	margin: auto;
}

.btn-main:hover {
	background-color: #4370FF;
}







.btnTri {
	cursor:pointer;
}

.btnTri:hover{
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.2);	
	font-weight: bold;
}




.divTicket{
	color: white;
	margin-bottom: 0px;
	cursor:pointer;
}

.divTicket:hover{
	color: orange;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2);	
}


.ligneSepTicket{
	margin-bottom: 5px;
	margin-top: 5px;
	background: white;
	
}



.btnGerer{
	background-color: #4392FF;
	color: white;
}

.btnGerer:hover{
	background-color: #4370FF;
}

.smallbtnGerer {
	border-radius: 2px;
	height: 15px;
	
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 28px;
}

.mediumbtnGerer {
	border-radius: 5px;
	height: 27px;
	margin-bottom: 4px;
	padding: 0px;
	padding-bottom: 28px;
	padding-left: 8px;
	padding-right: 8px;
}














/**
*   !  partie POPOVER
*/
.popover legend {

	background-repeat:no-repeat;
	background-position: left center;
	background-size:16px 16px;
	padding-left:18px;
	color: white;
	font-size:20px;
}


.popover {
	background-color: #50595c;
	color: white;
	border-radius:6px;
	border-color: #999999;
	height:90%;
	width:100%;
	
	margin:10px 55px;
}

.popover_div {
	background-color: #50595c;
	box-shadow: 15px 15px 8px -1px rgba(  50, 50, 50, 0.5);
	border-radius:6px;
	position:absolute;
	z-index:150;
	
}

.film_popover {
	position:absolute;
	top:0;
	right:0;
	left:0;
	overflow:hidden;
	background-color: rgba(  200,200,200, 0.5);
	z-index:80;
}

.film_popover_sign {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow:hidden;
	background-color: rgba(  200,200,200, 0.5);
	z-index:170;
}


.popover_search_input {
	width:250px;
	height:20px;
	border:1px solid #9999EE;
	font-size:14px;
	margin:10px 0;
}

.popover_inside_div_small_flex {
	
	margin:10px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	max-width:250px;
	overflow:hidden;
}

.popover_inside_div_medium_flex {
	
	margin:10px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	min-width:580px;
	overflow:hidden;
}

.popover_inside_div_filler {
	flex-grow:2;
}


.popover_inside_div_hori {
	
	display:flex;
	flex-direction:row;
}









/**
* partie POPOVER  !
*/








.line_button {
	margin:10px;
	text-align:center;
}




/**   redefinition de la partie carousel   */
.carousel-caption {
	
	position: absolute;
	
	right:0 ;
	left: 8%;
	width:30%;
	top:10%;
	bottom:auto;
	z-index: 10;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	
	font-size:30px;
}


.carousel-caption p {
	text-align:justify;
}


@media (max-width: 1600px) {
	.carousel-caption {
		font-size:28px;
	}
}


@media (max-width: 1500px) {
	.carousel-caption {
		font-size:26px;
	}
}


@media (max-width: 1400px) {
	.carousel-caption {
		font-size:24px;
	}
}

@media (max-width: 1300px) {
	.carousel-caption {
		font-size:22px;
	}
}

@media (max-width: 1200px) {
	.carousel-caption {
		font-size:20px;
	}
}

@media (max-width: 1100px) {
	.carousel-caption {
		font-size:18px;
	}
}

@media (max-width: 1000px) {
	.carousel-caption {
		font-size:16px;
	}
}

@media (max-width: 900px) {
	.carousel-caption {
		font-size:14px;
	}
}


.carousel-lifra {
	
}




.social_media_link {
	
	
}

.social_media_link > img{
	width:40px;
	height:40px;
}




