@charset "utf-8";
@import "fonts.css?v=838";
@import "menu.css?v=838";
@import "filAriane.css?v=838";
@import "loader.css?v=838";
@import "footer.css?v=838";
@import "colonnage.css?v=838";
@import "formulaire.css?v=838";
@import "fancybox.css?v=838";
@import "animation.css?v=838";
@import "rows.css?v=838";
@import "cours.css?v=838";
@import "notifications.css?v=838";
@import "ticket.css?v=838";
@import "recherche.css?v=838";
@import "questionnaire.css?v=838";
@import "boutons.css?v=838";
@import "scorm.css?v=838";

/*RESET*/
html,
body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family: "OpenSans", "Roboto","calibri",sans-serif;
	color:#1f3033;
	background-color:#1f3033;
}

body{
	font-weight: normal;
	/*background-color: #7ED066;*/
}

div,
p{
	margin:0;	
}

table, tr, td{
	border-spacing:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

img{
	border: none;
}

a{
	text-decoration: none;
	transition: color 250ms ease 0s;
	color: #0066FF;
}

a:hover{
	color: rgba(255, 196, 59, 1) !important;
}

.citrusFont{
	font-family:'Citrus';
}

h1{
	color: #222;
	font-family: "OpenSans",sans-serif;
	font-size: 40px;
	font-weight: normal;
}

h2{
	color: #444;
	font-family: "OpenSans",sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}

h3{
	font-family: "OpenSans","calibri","WebCalibri",sans-serif;
	font-size: 20px;
	color:#333;
	text-transform: uppercase;
	font-weight: normal;
}

/*STRUCTURE*/
#page{
	margin: 0 auto;
	min-width: 200px;
	position: relative;
	/*min-height:100%;*/
	max-width: 100%;
	background-color:#FFF;
	overflow:hidden;
}

/*CONTENU*/
#main{
	background-color: #FFFFFF;
}

section{
	padding-top: 28px;
	padding-bottom: 53px;
	padding-left: 60px;
	padding-right: 60px;
	clear: both;
}

section.titre{
	background-color: #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
}

section.titre2 + section{
	padding-top: 0px;
}

section.titre2{
	padding-top: 0;
	padding-bottom: 0px;
}

section.titre2 div.line{
	width:100%;
	max-width:960px;
	border-bottom:1px solid #8f9799;
	position: relative;
	margin:auto;
	top:23px;
}

section.titre2 h2{
	background-color:#FFF;
	padding-left:16px;
	padding-right:16px;
	position: relative;
	top:2px;
	display: table;
	margin:auto;
	text-transform: uppercase;
	text-align: center;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:40px;
    right:40px;
    display:none;
    text-indent:-9999px;
    background: url('../../images/interface/icon_top.png') no-repeat;
}

p.descriptifPage{
	padding-left:10px;
	font-size: 18px;
	border-left: 1px solid #CCC;
}

#barreRetour{
	margin-bottom: 24px;
}

#barreRetour a{
	color:#666;
}

#barreRetour a:hover{
	color:#E2162C !important;
}

#barreRetour img{
	float:left;
	margin-right:10px;
}

#barreRetour p{
	float:left;
	margin-top:1px;
	font-size:20px;
}

#BTcloseContenu{
	width: 0px;
	height: 0px;
	overflow: visible;
	position:relative;
	left:calc(100% - 40px);
	z-index: 1;
}

.contenu{
	max-width:960px;
	margin:auto;
}

.clear{
	clear:both;
}

p.leftBordered{
	border-left: 1px solid #333333;
	padding-left: 20px;
}

.lowercase{
	text-transform: lowercase;
}

.colonne .titre2{
	color:#0066FF;
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 54px;
	background-image: url("../../images/icones/titre2.png");
	background-repeat: no-repeat;
	min-height:40px;
	padding-top: 3px; 
}

.colonne .titre3{
	color:#0066FF;
	font-weight: bold;
	font-size: 19px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 54px;
	padding-top:2px;
	min-height:30px;
}

.colonne .titreBloc{
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 69px;
	padding-top:2px;
	min-height:30px;
	background-image: url("../../images/icones/blocJaune.png");
	background-repeat: no-repeat;
	background-position: 20px 0;
}

.formError{
	color:red;
	font-weight: bold;
	visibility: hidden;
	height:0px;
}

div.ligneSeparation{
	border-bottom: 1px solid #CCCCCC;
	width:100%;
	clear: both;
}

.hiddenOverflow{
	overflow: hidden;
}

.zoomOver{
	transition: transform 200ms ease 0s;
}

.zoomOver:hover{
	transform: scale(1.05);
}

.blueOver:hover{
	color:#0066FF;
}

.greenOver:hover{
	color:#7ED066;
}

.yellowOver:hover{
	color:rgba(255, 196, 59, 1);
}

.orangeOver:hover{
	color:#ec6134 !important;
}

.whiteOver:hover{
	color:#FFF !important;
}

.bgBlueOver:hover{
	background-color: #80B3E6;
}

.bgOrangeOver:hover{
	background-color: #ec6134;
}

h1.titreSecteur{
	font-family: "Esphimere-Light", "OpenSans-Light", "calibri","WebCalibri",sans-serif;
	font-size:18px;
	text-transform: uppercase;
}

.bigButton{
	width:100%;
	max-width:540px;
	height:60px;
	border-radius: 20px;
	background-color: #0066CC;
	color:#FFFFFF;
	cursor: pointer;
	margin:auto;
	margin-top:40px;
}

.bigButton:hover{
	background-color: #FF9933;
}

.bigButton p{
	line-height: 60px;
	font-family: "Esphimere-Bold", "OpenSans-Light", "calibri","WebCalibri",sans-serif;
	font-size:30px;
	text-align: center;
}

div.barreAvancementBorder{
	height:15px;
	width:200px;
	color: #999;
	background-color: #626e70;
	border-radius:12px;
	overflow: hidden;
}

div.barreAvancement{
	height: 100%;
	background-color: #a7b23e;
	border-radius:12px 0px 0px 12px;
}

div.barreAvancementVertical{
	width: 100%;
	background-color: #090;
	position: relative;
}

p.formField{
	width:150px;
	float:left;
	line-height: 36px;
	font-style: italic;
}

input.formField,
select.formField{
	width:calc(100% - 180px);
	float:left;
	padding:10px;
	border-radius: 10px;
	border:1px solid #999;
}

select.formField{
	width: calc(100% - 160px);
}

p.formFieldLegend{
	width:calc(100% - 180px);
	float:left;
}

.rowWarning{
	clear: both;
}

.rowWarning > div{
	float:left;
}

.rowWarning > div:nth-of-type(1){
	width:120px;
}

.rowWarning > div:nth-of-type(2){
	width:calc(100% - 120px - 20px);
}

.rowWarning > div:nth-of-type(3){
	width:20px;
}

.rowWarningSepa{
	clear: both;
	border-bottom: 1px solid #CCC;
	height:50px;
	margin-bottom:50px;
}


.disegnoButton{
	border-radius: 11px;
	border: 3px solid transparent;
	background-color: #666;
	color: white;
	cursor: pointer;
	padding: 6px 16px;
	margin: 0 10px 0 0;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	font-family: "OpenSans";
	font-size: 14px;
}

.disegnoButton:hover{
	background-color: #777676;
}

.disegnoCancelButton{
}

.disegnoSubmitButton{
	background: #7a985a;
}

.disegnoSubmitButton:hover{
	background: #8ba56d;
}

.disegnoDeleteButton{
	background: #c45252;
}

.disegnoDeleteButton:hover{
	background: #922f2f;
}


/*==================  ==================*/
@media(max-width: 1080px){
	.hiddenReducedMode{
		max-width:0;
		max-height:0;
		visibility: hidden;
		overflow: hidden;
	}
	
	section.noMarginReducedMode{
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

/*================== MOBILE paysage / TABLETTES petit format ==================*/
@media(max-width: 1340px){
	#page{
		padding-left: 0px;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	#main{
		padding-top: 100px;
	}
}

@media(max-width: 900px){	
	.hidden900{
		max-width:0;
		max-height:0;
		visibility: hidden;
		overflow: hidden;
		min-height: 0 !important;
	}
	
	/*Permet de corriger les soucis du .hidden900 sur les td par exemple*/
	.noDisplay900{
		display: none;
	}
	
	.noMinHeight900{
		min-height: auto !important;
	}
	
	.fullWidth900{
		width:100% !important;
	}
	
	section.noMargin900{
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media(max-width: 650px){
	.hidden650{
		max-width:0;
		max-height:0;
		visibility: hidden;
		overflow: hidden;
	}
	
	.noDisplay650{
		display:none;
	}
	
	section.noMargin650{
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.rowWarning > div:nth-of-type(1){
		width:80px;
	}
	
	.rowWarning > div:nth-of-type(1) img{
		max-width:64px !important;
	}
	
	.rowWarning > div:nth-of-type(2){
		width:calc(100% - 80px - 20px);
	}
}

/*================== MOBILE portrait ==================*/
@media(max-width: 540px){
	section{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	section.noMarginMobile{
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.hiddenMobile{
		max-width:0;
		max-height:0;
		visibility: hidden;
		overflow: hidden;
	}
}