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

FONTS 


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


@font-face {
    font-family: 'robotothin';
    src: url('roboto-thin-webfont.woff2') format('woff2'),
         url('roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
strong, b{
	font-weight: 900;
}


#datenaissancelabel{
margin:0;
}



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

GENERAL 


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






html{
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #F4F7FB;

}

body{
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

h1{
	margin:0;
}
a{
	text-decoration: none;
	color: black;
}


#filariane{
	font-family: 'robotothin';
	font-weight: 900;
	margin-left: 30px;
}
#filariane a{
text-decoration: none;
color: black;
}
p{
	font-family: 'robotothin';
	font-style: 
}

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

PAGE DE CONNEXION 


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

.homepage{
	background: url(img/bg_homepage.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#welcome{
font-family: 'robotothin';
font-size: 1.5em;
}

#logohomepage{
	margin-top: -50px;
	 width:40%;
}
@media screen and (max-height:520px) {

#logohomepage{
display:none;
}
}

#formulaireconnection{
	text-align: center;
	width: 35%;
	color:white;
	font-family: 'robotothin';
}

@media screen and (max-width: 640px) {
 #formulaireconnection{
	text-align: center;
	width: 80%;
}
}

input[type="submit"]{
 cursor:pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.pseudo{
	text-align: center;
	color:white;
	border: 1px solid white;
	background: transparent;
	width: 60%;
	height: 30px;
	margin-bottom: 15px;
	border-radius: 25px;
}

#password{
	text-align: center;
	color:white;
	border: 1px solid white;
	background: transparent;
	width: 60%;
	height: 30px;
	border-radius: 25px;

}
@media screen and (max-width:1000px) {

.pseudo{
	width:100%;
}
#password{
	width:100%;
}
}

@media screen and (max-width:640px) {

.pseudo{
	width:70%;
}
#password{
	width:70%;
}
}
@media screen and (max-width:500px) {

.pseudo{
	width:80%;
}
#password{
	width:80%;
}
}
fieldset{
	border-width: 0px;
}

.validation{
	background-color: #32c26a;
	width: 50%;
	height: 40px;
	border:0px;
	color: white;
	font-family: 'robotothin';
	font-size: 1em;
	border-radius: 25px;
}

.validation:hover{
	background-color: #2fb161;
}

#errorconnexion{
	color:red;
	font-weight: 900;
}

.buttonretour{
	font-family: 'robotothin';
	width: 20%;
	height: 35px;
	background-color: #f9a109;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 10px;
	color: white;
	line-height:35px;
	border-radius: 15px;
	cursor: pointer;
}

.buttonretour:hover{
background-color: #f98b09;
}
.select_lang{
	position: absolute;
	bottom: 15px;
}
@media screen and (max-height: 450px) {

.select_lang{
display: none;
}
}
.select_lang ul{
	list-style: none;
}
.select_lang ul li{
	float: left;
	margin-left: 15px;
	font-family: 'robotothin';
	font-weight: 900;
	color: white;
	text-decoration: none;
}
.select_lang ul li a{
	text-decoration: none;
	color: white;
}
.select_lang ul li:hover{
	color:#1c4894;
}
.select_lang_header{
	position: absolute;
	top: 15px;
}
@media screen and (max-width: 471px) {

.select_lang_header{
top:-6px;
left: -21px;
}

}
@media screen and (max-width: 400px) {

.select_lang_header{
top:-6px;
left: -39px;
}

}
@media screen and (max-height: 620px) {

.select_lang_header{
top:-3px;
}

}
.select_lang_header ul{
	list-style: none;
}
.select_lang_header ul li{
	float: left;
	margin-left: 15px;
	font-family: 'robotothin';
	font-weight: 900;
	color: white;
	text-decoration: none;
}
.select_lang_header ul li a{
	text-decoration: none;
	color: white;
}
.select_lang_header ul li:hover{
	color:#1c4894;
}
.buttonretour:hover{
background-color: #f98b09;
}

.select_lang2{
	position: absolute;
	bottom: 15px;
}
.select_lang2 ul{
	list-style: none;
}
.select_lang2 ul li{
	float: left;
	margin-left: 15px;
	font-family: 'robotothin';
	font-weight: 900;
	color: white;
	text-decoration: none;
}
.select_lang2 ul li:hover{
	color:#1c4894;
}
@media screen and (max-width: 1290px) {
.select_lang_header ul li{
	background-color: white;
	padding:10px;
	border-radius: 50px;
}.select_lang_header ul li a{
	color:black;
}
}

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

PAGE INDEX 


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

/*Smartphone*/
#apkcontent{
	text-align: center;
	font-weight: 900;
	width: 100%;
}
#apkcontent h2{
	margin-top: -200px;
}
#smartphoneimg{
	margin-left: 12%;
	width: 40%;
	margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
#apkcontent h2{
	margin-top: -150px;
}
}
@media screen and (max-width: 1050px) {
#apkcontent h2{
	margin-top: -100px;
}
#smartphoneimg{
	margin-left: 19%;
	width: 60%;
	margin-bottom: 15px;
}
}
@media screen and (max-width: 550px) {
#apkcontent h2{
	margin-top: -50px;
}
#smartphoneimg{
	margin-left: 19%;
	width: 80%;
	margin-bottom: 15px;
}
}
#apkcontent p{
	margin-bottom: 55px;
	padding: 5px;
}



/*
A AJOUTER POUR PAGE DE MYRESULTS
*/



#bloc_entier_myresults{
	width: 100%;
	text-align: center;
	font-family: 'robotothin';
	font-weight: 900;
}
.bloc_result_one{
	width: 40%;
	background-color: #EAE7F9;
	margin:0 auto;
	border-radius: 15px;
}
@media screen and (max-width: 1000px) {
.bloc_result_one{
	width: 50%;
}
}
@media screen and (max-width: 700px) {
.bloc_result_one{
	width: 75%;
}
}
@media screen and (max-width: 500px) {
.bloc_result_one{
	width: 100%;
}
.logo_myresults img{
	width: 49px;
}
}
@media screen and (max-width: 1000px) {
.titres_myresults{
	font-size: 0.8em;
	padding: 15px;
}
}
.logo_myresults{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:15px;
}
.logo_myresults img{
	width: 65px;
}

#general{
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #F4F7FB;
}

#header1{
width:100%;
height: 7%;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-height: 800px) {
#header1{
height: 8%;
}
}
@media screen and (max-height: 650px) {
#header1{
height: 10%;
}
}

@media screen and (max-height: 500px) {
#header1{
height: 15%;
}
}
@media screen and (max-height: 350px) {
#header1{
height: 20%;
}
}
#header1 a{
	z-index: 13;
}

.logo_header{
	width: 250px;
	z-index: 12;
}

@media screen and (max-width: 400px) {
.logo_header{
	width: 180px;
}
}

#raccourcinom{
	background-color:#2E599A;
	width: 40px;
	height: 40px;
	color:white;
	margin-left: 90px; 
	
	border-radius: 20px;
}

#raccourcinom p{
	font-family: 'robotothin';
	text-align: center;
	font-size: 1em;
	font-weight: 900;
	margin: 0 auto;
	margin-top: -40px;
}

#header2{
width:100%;
height: 20%;
background: url(img/bg_homepage2.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover;
position: relative;
margin-bottom: 30px;
}
@media screen and (max-height: 500px) {
#header2{
height: 30%;
}
}
#phraseaccueiladmin{
	font-family: 'robotothin';
	color:white;
	font-weight: 600;
	font-size: 1.2em;
	
position: absolute;
	bottom: 0px;
	left: 35px;
}
@media screen and (max-width:450px) {
#phraseaccueiladmin{
	font-size:0.9em;
}
}
#labelmdp{
	font-family: 'robotothin';
	color:black;
	font-weight: 900;
	font-size: 1em;
	
}


#contentindex{
	width:100%;
	height:auto;
	padding-top: 45px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background-color: #F4F7FB;
}
#contentparcours{
	width:100%;
	height:auto;
	padding-top: 45px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background-color: #F4F7FB;
}

#explicationindex{
	background-color: #d7d7d7;
	font-family: 'robotothin';
	font-weight: 900;
	width: 50%;
	height: auto;
	text-align: left;
	padding: 15px;
	border-radius: 25px;
	margin: 35px;
	line-height: 35px;
}
#explicationindex p{
font-weight: 900;
}
.votreformation{
width: 20%;
height: auto;
margin: 25px;
background-color: #d7d7d7;
border-radius: 25px;
}

@media screen and (max-width: 450px) {
#explicationindex p
{
	font-size:0.8em;
	line-height:1.3em;
}

}
#descriptionformation{
	font-family: 'robotothin';
	color: #1b4893;
	font-weight: 900;
	padding: 15px;
}

#explicationindex h1{
	font-weight: 900;

}

#boutonformation{
	background-color: #1b4893; 
	width: 80%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	margin-bottom: 20px;
}
#boutonformation:hover{
	background-color: #193f7d;
	box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.40);
}

.votreparcours{
width: 20%;
height: auto;
margin: 25px;
background-color: #d7d7d7;
border-radius: 25px;
}



@media screen and (max-width: 1500px) {
.votreformation
{
	width: 25%;
}
}
@media screen and (max-width: 1000px) {
.votreformation
{
	width: 40%;
}
#explicationindex{
	text-align: center;
}

}
@media screen and (max-width: 880px) {
.votreformation
{
	width: 70%;
}
#explicationindex{
	width: 80%;
}
}
@media screen and (max-width: 1500px) {
.votreparcours
{
	width: 25%;
}

}
@media screen and (max-width: 1000px) {
.votreparcours
{
	width: 40%;
}}
@media screen and (max-width: 880px) {
.votreparcours
{
	width: 70%;
}
}
#descriptionparcours{
	font-family: 'robotothin';
	color: #1b4893;
	font-weight: 900;
	padding: 15px;
}



#boutonparcours{
	background-color: #1b4893; 
	width: 80%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	margin-bottom: 20px;
}
#boutonparcours:hover{
	background-color: #193f7d; 
	box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.40);
}
#boutonparcoursindispo{
	background-color: #a3a2a2; 
	width: 80%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	margin-bottom: 20px;
}



#explicationindex p{
	color: #1b4893;
}



.footer{
	background-color: red;
	width: 100%;
	position: relative;
	bottom: 0;
	height: 35px;
}







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

MENU HAMBURGER 


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


}
#hamburger{
	position: fixed;
	z-index: 11;
	margin:0 auto;
	width: 100%;
	height: 80px;
}

#hamburger img{
	position: absolute;
	top:-10px;
}

#hamburger-content ul{
	
	
	text-align: center;
}

#hamburger-content li{
	display:inline;

	
}

#nav{
	margin-top:-53px;
}

#hamburger-content li:hover a {
	color: #7f1f1f;
}

#hamburger-content li.active a {
	font-weight: bold;
	color: #7f1f1f;
}

#hamburger-content nav ul li a{
	text-decoration: none;
	color:black;
	list-style: none;
	font-size: 18px;
	cursor: pointer;
}

#hamburger-content{
	display: none;
}

#hamburger-button{
	position: absolute;
	right: 0;
	top:0px;
	display: block;
	cursor: pointer;
	background: none;
	color:#1b4893;
	border:none;
	font-size: 28px;
	padding:0;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}

#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar{
	display: block;
	position: fixed;
	width: auto;
	z-index: 20;
	height: auto;
	top:0;
	right:0;
	transform: translateX(100%);
	transition: transform .2s ease-out;
}

#hamburger-sidebar li{
	display: block;
	left:0;
	list-style: none;
	text-decoration: none;
	margin:0 auto;
}

#hamburger-sidebar a{
	color: black;
	list-style: none;
	text-decoration: none;

}

#hamburger-sidebar-header{
	background-color:#1b4893;
	opacity: 0.9;
	height: 7%;
	opacity: 80%;

}

#hamburger-sidebar-header img{
	width: 200px;
	margin-left: 25px;
	top:15px;
	opacity: 1;
}

#hamburger-sidebar-body{
	background-color: #F4F7FB;
	
	font-size: 25px;
	font-family: 'robotothin';
	text-align: center;
	padding: 35px 21px 0px 21px ;
}

#hamburger-sidebar-body li p{
	margin:0;
}

#hamburger-sidebar-body li {
	margin-top:5px;
}

#hamburger-sidebar-body li:before{
	
}

.hamburger-activated #hamburger-overlay{
	display: block;
}

.hamburger-activated #hamburger-sidebar {
	transform: translateX(0);
}

nav ul{
	display: inline;
}

#deconnexionbutton{
	background-color: #d83535;
	width: 150px;
	height: 40px;
	border:0px;
	color: white;
	font-family: 'robotothin';
	font-size: 0.6em;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#deconnexionbutton:hover{
	background-color: #ce2525;
	}







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

ESPACE ADMINISTRATEUR 


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

#contentderniersinscrits{
font-family: 'robotothin';
font-weight:900;
}



#contentadmin{
	width:100%;
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
#titrerhlisteusers{
	background-color: #4283c7;
	color: white;
	font-size: 1.6em;
}
#contentadminmdpchanged{
	width:100%;
	padding-top: 50px;

}
#formulaireutilisateur{
	width: 30%;
}
#headerformulaireutilisateur{
	background-color: #4283C7;
	text-align: left !important;
	color: white;
	padding: 1px ;padding-left: 15px;
}
#headerformulaireutilisateur h1{
	text-align: left !important;
	font-size: 1.2em;
}
#contentformulaireutilisateur{
	width: 100%;
	padding: 40px;
}
#contentformulaireutilisateur form{
display: flex;
flex-wrap: wrap;
}
.elementform{
	width: 100%;
}
#instructionsrecherche{
	font-size: 1.1em;
}
#derniersinscrits{
	width: 30%;
}
#legendepassword{
	font-style: italic;
	font-size: 0.6em;
	margin-top: -8px;
	margin-bottom: -5px;
}
#headerderniersinscrits{
	background-color: #4283c7;
	text-align: left;
	color: white;
	padding: 1px;padding-left: 15px;
}
#headerderniersinscrits h1{
	text-align: left;
	font-size: 1.2em;
}
@media screen and (max-width: 930px) {
	#derniersinscrits{
	width: 90%;
}
#formulaireutilisateur{
	width: 90%;
	margin: 0 auto;
	
}

select{
	width: 50%;
}
}
#formulaire_ajout{
text-align: left;
padding-bottom: 15px;
}
#formulaire_ajout>p{
color:red;
	text-align: center;
	font-family: 'robotothin';
	font-weight:900;
}
#formulaire_ajout h1{
	font-family: 'robotothin';
	font-weight: 900;
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 540px) {
#formulaire_ajout h1{
	font-size: 1.5em;
	
}
}
.insertzone{
	text-align: left;
	color:black;
	border: 1px solid #E2E2E2;
	background-color: white;
	padding-left: 15px;
	height: 30px;
}

#insertion{
	background-color: #32c26a;
	width: 30%;
	height: 40px;
	border:0px;
	color: white;
	font-family: 'robotothin';
	font-size: 1em;
	margin-top: 10px;
}
#insertionbloc{
	width: 100%;
}
#insertion:hover{
	background-color: #2fb161;
}
.copiedtext {
  position: absolute;
  left: 0; top: 0; right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #000;
  transition: all .500s;
}
.copied .copiedtext {
  opacity: 1;
  transform: translateY(-2em);
}



#cleared{
	display: none;
}
[id="cleared"] {
  margin-top: 4em;
}
textarea:focus {
  border-color: #8fa423;
}
#copy {
	background-color: #2FB161;
	border: none;
	cursor: pointer;
}
#passwordfield{
	display: flex;
	align-items: center;
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: black;
    background-color: white;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: black;
    font-family: "robotothin";
    font-weight: 900;
    margin-bottom: 30px;
    border:1px solid #e2e2e2;
    background:white ;
    padding:5px;
    display: inline-block !important;
    visibility: visible !important;
    width: 20%;
    text-align: center;
}

input[type="date"], focus {
    color: black;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.select {
  position: relative;
  margin-top: 6px;
  margin-bottom: 15px;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}

@media screen and (max-width: 900px) {
#formulaire_ajout input[type="texte"]{
	width: 30%;
}

#insertion{
	width: 30%;
}

input[type="date"] {
    width: 30%;
}

}


@media screen and (max-width: 640px) {

#formulaire_ajout input[type="texte"]{
	width: 50%;
}

#insertion{
	width: 50%;
}

input[type="date"] {
    width: 50%;
}
}

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: black;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


/* Arrow */

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: grey;
  color: white;
  pointer-events: none;
}

/* Transition */

.select:hover::after {
  color: #1b4893;
}

.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.validationmessage{
font-family: "robotothin";
    font-weight: 900;
    color: Green;
}

.errormessage{
font-family: "robotothin";
    font-weight: 900;
    color: red;
    text-align: center;
}

#listeusers{
	width: 100%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.carteutilisateur{
	background-color: #cbcad2;
padding:15px;
	text-align: center;
	border-radius: 25px;
	font-family: 'robotothin';
	font-weight: 900;
	color: black;
	margin:25px;
	float: left;
	width: 15%;
}
.modifieruser{
width: 80%;
height: 35px;
background-color: #f9a109;
margin: 0 auto;
margin-bottom: 5px;
color: white;
line-height:35px;
border-radius: 15px;
cursor: pointer;
}
.modifieruser:hover{
background-color: #f98b09;


}
.supprimeruser{
width: 80%;
height: 35px;
background-color:#d83535;
margin: 0 auto;
margin-bottom: 5px;
color: white;
line-height:35px;
border-radius: 15px;
cursor: pointer;
text-decoration: none;
}
.supprimeruser:hover{
	background-color: #ce2525;
	}
@media screen and (max-width: 1000px) {
.carteutilisateur{
	width: 35%;
}
}
@media screen and (max-width: 617px) {
.carteutilisateur{
	width:95%;
}
}

.tab_resultats{
	width: 80%;
	background-color: #4485C7;
	margin:0 auto;
	font-family: 'robotothin';
	font-weight: 900;
	font-size: 1.9em;
	color: white;
}
.tab_title{
	width: 80%;
	background-color: #4485C7;
	margin:0 auto;
	font-family: 'robotothin';
	font-weight: 900;
	font-size: 1.3em;
	color: #113c6b;
}
.tab_parcours{
	width: 80%;
	background-color: #4485C7;
	margin:0 auto;font-family: 'robotothin';
	font-weight: 900;
	font-size: 1em;
	color: #0c2948;

}
.tab_result{
	width: 80%;
	background-color: #c8c7c7;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.tab_titre_result{
	width: 33%;
	font-family: 'robotothin';
	font-weight: 900;
}
.tab_date_result{
	width: 33%;
	font-family: 'robotothin';
	font-weight: 900;
}
.tab_score_result{
	width: 33%;
	font-family: 'robotothin';
	font-weight: 900;
}


/*PAGE DE CONFIRMATION*/

#confirmation{
	text-align: center;
	font-family: 'robotothin';
	font-weight: 900;
}
.confirmation_delete{
	width: 30%;
	height: 35px;
	color:white;
	background-color: red;
	line-height: 35px;
	margin:0 auto;
	margin-top:15px;
	background-color:#d83535;
	border-radius: 15px;
}
.confirmation_delete:hover{
	
	background-color: #ce2525;
}
.annulation_delete{
	width: 30%;
	height: 35px;
	color:white;
	background-color: #f9a109;
	line-height: 35px;
	margin:0 auto;
		border-radius: 15px;
}
.annulation_delete:hover{
background-color: #f98b09;

}
.confirm_annulation_delete{
	font-family: 'robotothin';
	font-weight: 900;
	text-align: center;
	width: 80%;
	height: 35px;
	color:white;
	background-color: #f9a109;
	line-height: 35px;
	margin:0 auto;
		border-radius: 15px;
}
.confirm_annulation_delete:hover{
background-color: #f98b09;

}

.confirm_annulation_modif{
	font-family: 'robotothin';
	font-weight: 900;
	text-align: center;
	width: 20%;
	height: 35px;
	color:white;
	background-color: #f9a109;
	line-height: 35px;
	margin:0 auto;
		border-radius: 15px;
}
.confirm_annulation_modif:hover{
background-color: #f98b09;

}

@media screen and (max-width: 420px) {
.confirm_annulation_modif{
	width:35%;
}
}
#contentinfos{
	font-family: 'robotothin';
	font-weight: 900;
	width: 90%;
	margin: 0 auto;
}
#contentinfos h4{
	text-align: center;
}
#infosprofil{
	font-family: 'robotothin';
	font-weight: 900;
	width: 100%;
}
#modifierprofil{
	font-family: 'robotothin';
	font-weight: 900;
	text-align: center;
	height: 35px;
	color:white;
	width: 300px;
	background-color: #1b4893;
	line-height: 35px;
	border-radius: 15px;
}
#modifierprofil:hover{
background-color: #184081;

}
#contentpassword{
	width: 100%;

}
#form{
	width: 100%;
}
#formmdp{
	width: 100%;
}
.confirmpassword{
	text-align: center;
	color: white;
	border: 1px solid white;
	background: grey;
	width: 30%;
	height: 30px;
	border-radius: 25px;
	display: block;
	margin: 0 auto;

}

#validationpw{
	display: block;
	background-color: #32c26a;
	width: 20%;
	height: 40px;
	border:0px;
	color: white;
	font-family: 'robotothin';
	font-size: 1em;
	border-radius: 25px;
	margin:0 auto;

}
@media screen and (max-width: 600px) {
.confirmpassword{
	width: 50%;

}
#validationpw{
	width: 40%;
}
}
@media screen and (max-width: 400px) {
.confirmpassword{
	width: 70%;

}
#validationpw{
	width: 60%;
}
}


#validationpw:hover{
	background-color: #2fb161;
}
#contenthelp{
	font-family: 'robotothin';
	font-weight: 900;
	width: 100%;
	margin: 0 auto;
	text-align: center;

}
#content_recuperation{
	display: block;
	color: white;

}
#content_recuperation h4,h1,h2{
font-family: 'robotothin';
text-align: center;
}
.formrecup{
	text-align: center;
}
body>p{
	color:red;
	text-align: center;
	font-family: 'robotothin';
	font-weight:900;
}



.contenu_module{
	background-color: #d7d7d7;
	width: 60%;
	margin:0 auto;
	border-radius: 15px;
	text-align: center;
	padding: 25px;
	margin-bottom: 35px;
}
#explicationmodule{
	text-align: center;
	font-family: 'robotothin';
}
.txtmodule{
	text-align: left;
	font-family: 'robotothin';
	font-weight: 900;
	width: 70%;
	margin:0 auto;
	margin-top: 35px;
	font-size: 1.1em;
}
.txtmodule22{
	text-align: center;
	font-family: 'robotothin';
	font-weight: 900;
	width: 70%;
	margin:0 auto;
	margin-top: 35px;
	font-size: 1.1em;
}
.imgmodule{
	width: 60%;
}
@media screen and (max-width: 1000px) {
.contenu_module{
	width: 80%;
}
.txtmodule{
	width: 90%;
}
.pdfmodulecontent{
	width: 100%;
}
}
@media screen and (max-width: 800px) {
.imgmodule{
	width: 90%;
}
}

.pdfmodulecontent{
	width: 80%;
	height: 500px;
}
#begintestbutton{
		background-color: #1b4893; 
	width: 30%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	border:0;
}
#returnmodulebutton{
	background-color: #f9a109;
	width: 30%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	margin-bottom: 20px;
	border:0;
} 
#returnmodulebutton:hover{
	background-color: #f98b09;
}
@media screen and (max-width: 750px) {
#begintestbutton{
	width: 50%;
}
#returnmodulebutton{
	width: 50%;
}
}
#begintestbutton:hover{
	background-color: #193f7d; 
	box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.40);
}

.contenu_begintest{
	background-color: #d7d7d7;
	width: 50%;
	margin:0 auto;
	border-radius: 15px;
	text-align: center;
	padding: 25px;
	margin-bottom: 35px;
	list-style: none;
	font-family: 'robotothin';
	font-weight: 900;
}
.contenu_begintest ul{

	list-style: none;
}
@media screen and (max-width: 1200px) {
.contenu_begintest{
	width: 80%;
}
}


.contentquestion{
	background-color: #d7d7d7;
	width: 50%;
	margin:0 auto;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 25px;
	list-style: none;
	font-family: 'robotothin';
	font-weight: 900;
}
@media screen and (max-width: 1300px) {
.contentquestion{
	width: 60%;
}}
@media screen and (max-width: 1000px) {
.contentquestion{
	width: 80%;
}}
.contentquestion ul{
	list-style: none;
}
ul.choices{
	margin:0 auto;
	display: inline;
}
.bonnereponse{
	color:white;
	width: 100%;
	height: 45px;
		line-height:45px;
	border-radius: 15px;
	background-color: #32c26a;
	margin-bottom: 15px;
}
.mauvaisereponse{
	color:white;
	width: 100%;
	height: auto;
		line-height:45px;
	border-radius: 15px;
	background-color: #ff3d3d;
	margin-bottom: 15px;
}
.validerchoix{
	background-color: #32c26a; 
	color:white;
	width: 30%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	border:0;
}
@media screen and (max-width: 750px) {
.validerchoix{
	width: 50%;
}}
.validerchoix:hover{
	background-color: #2ca75c;
}
.leave{
	background-color: #f9a109; 
	color:white;
	width: 30%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	border:0;

}

.leave a{
	text-decoration: none;
}
.leave:hover{
		background-color: #f98b09;
}
.leave2{
	background-color: #1b4893; 
	color:white;
	width: 30%;
	height: 35px;
	line-height:35px;
	border-radius: 15px;
	margin:0 auto;
	margin-top: 15px;
	text-align: center;
	color: white;
	font-family: 'robotothin';
	font-weight: 900;
	border:0;

}
.leave2 a{
	text-decoration: none;
}
.leave2:hover{
		background-color: #1b3d76;
}
@media screen and (max-width: 750px) {
.leave{
	width: 50%;
}
.leave2{
	width: 50%;
}}
@media screen and (max-width: 900px) {
.leave2{
width: 40%;
}
}
@media screen and (max-width: 550px) {
.leave2{
width: 67%;
}
}
@media screen and (max-width: 400px) {
.leave2{
width: 89%;
}
}
.choices ul{
	border-radius: 25px;
}
.choices li{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 50%;
    background-color: #b9b5b5;
    border-radius: 15px;
    margin-top: 15px;
}
@media screen and (max-width: 750px) {
.choices li{
	width: 85%;
}}
.choices li:hover{
	background-color: #a3a2a2;
}
.choices li label{
	padding: 12px 30px;     
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}
.input:checked ~ label {
      color: white;
      background-color: #4485c9;
      border-radius: 15px;
      text-align: center;
      transition: color 300ms ease-in;
      transition: background-color 300ms ease-in;

      }
    

    .input {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
    }
  
.current{
	padding-top: 25px;
}
.question{
	padding:15px;
}
.contentresult{
	background-color: #d7d7d7;
	width: 50%;
	margin:0 auto;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 25px;
	list-style: none;
	font-family: 'robotothin';
	font-weight: 900;
}

@media screen and (max-width: 1300px) {
.contentresult{
	width: 60%;
}}
@media screen and (max-width: 1000px) {
.contentresult{
	width: 80%;
}}
.resultatfinal{
	font-size: 4em;
}
.barreprogressionempty{
	width: 80%;
	height: 25px;
	border-radius: 15px;
	line-height: 25px;
	background-color: #a3a2a2;
	margin:0 auto;
	text-align: center;
	font-family: 'robotothin';
	font-weight: 900;

}
.barreprogressionfull{
	width: 80%;
	height: 25px;
	border-radius: 15px;
	line-height: 25px;
	background-color: #2cac29;
	margin:0 auto;
	text-align: center;
	font-family: 'robotothin';
	font-weight: 900;

}
.unresultat{
	padding: 15px;
	font-size: 1.4em;
	width: 50%;
	font-family: 'robotothin';
	font-weight: 900;
	background-color: #d7d7d7;
	border-radius: 25px;
	margin:0 auto;
	margin-bottom:25px;
}
@media screen and (max-width: 1300px) {
.unresultat{
	width: 75%;
}
}
.contentmyresults{
	width: 60%;
	margin: 0 auto;
	background-color: #d7d7d7;
	padding: 15px;
	border-radius: 35px;
	text-align: center;
	margin-bottom: 55px;
	
}@media screen and (max-width: 800px) {
.unresultat{
	width: 95%;
}
.contentmyresults{
	width: 80%;
}
}
.contentmyresults h2{
	font-family: 'robotothin';
	font-weight: 900; 
}

.unresultat h2{
	margin-bottom: 0;
}
.barreresultat{
	border-radius: 15px;
	width: 80%;
	height: 25px;
	overflow:hidden;
	margin:0 auto;
	margin-top: 15px;
}


#contentressourcehumaine{
	width: 80%;
	padding: 25px;
	margin:0 auto;
}
#contentressourcehumaine p{
font-family: 'robotothin';
	font-weight: 900; 
	font-size: 0.9em;
	text-align: center;
}
#instructionsreporting{
	margin-top: 60px;
	font-style: italic;
}
.titreformaprofil{
	text-align: left;
	margin-left: 35px;
	margin-top:0;
}
.titreviergemodule{
	text-align: center;
}
#barreusers{
	
    width: 80%;
	height: 10px;
	margin:0 auto;
	display: flex;
	overflow: hidden;
	animation-duration: 1s;
  animation-name: openIn;
}

@keyframes openIn {
  from {
    width: 0%;
  }
  90% {
    width: 90%;
  }

  to {
    width: 80%;
  }
}
#legendeusers{
	font-family: 'robotothin';
	font-weight: 900; 
	font-size: 1em;
	margin-top: 15px;
	text-align: center;
display: flex;
flex-wrap:wrap;
justify-content: center;

	animation-duration: 2s;
  animation-name: opacitIn;
}

.elementlegend{
	width: 150px;%;
	text-align: center;
}
@keyframes opacitIn {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}
.carre{
	background-color: red;
	width: 30%;
	height: 3px;
	display: inline-block;
}
#barre1{
	border-radius: 15px 0px 0px 15px;
}
#barre2{
	border-radius: 0px 15px 15px 0px;
}
.utilisateurRH{
	background-color: white;

	width: 100%;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
		font-family: 'robotothin';
	font-weight: 900;
}
.consulterbutton a img{
margin-right: 20px;
}
#globalreporting{
	width: 80%;
	margin:0 auto;
	margin-top: 100px;
	display: flex;
	justify-content: space-around;
}
.cadrereporting{
	width: 48%;
	font-family: 'robotothin';
	font-weight: 900;
}
.cadrereporting div ol li{
	cursor: pointer;
}
.headercadrereporting{
	width: 100%;
	height: 40px;
	background-color: #4283C7;
	padding-top: 1px;
}
.headercadrereporting h2{
	text-align: left;
	margin:0;
	margin-left: 20px;
	color: white;
	font-size: 1.3em;
	line-height: 1.8em;
}
@media screen and (max-width: 550px) {
.utilisateurRH{
	font-size:0.7em;
}
}
.utilisateurRH p{
	width: 100%;
	text-align: center;

}
.utilisateurRH a{
	color:#2b5682;
}

.labeluser{
	font-family: 'robotothin';
	font-weight: 900;
}


#formrechercherh{
	display: flex;
	justify-content: center;
	margin:25px;
	font-family: 'robotothin';
	font-weight: 900;
}
#champrecherche {
	border: 1px solid #E2E2E2;
    width: 230px;
    height: 45px;
    font-family: 'robotothin';
	font-weight: 900;
	text-align: left;
	padding-left: 15px;
	font-size: 1em;
}
#submitrechercherh{
	cursor:pointer;
	background-color: #5094d8;
    border: none;
    color: white;
    text-decoration: none;
    height: 45px;
    border-radius: 0px 35px 35px 0px;
    font-family: 'robotothin';
	font-weight: 900;
	font-size: 1em;
    transition: background-color 200ms ease-in;

}
#submitrechercherh:hover{
	background-color: #3f7bb8;
}
#submitrechercherh:active{
	background-color: #2b5682;
	 border: none;
}
#submitrechercherh:focus {
	outline:none;
}
input[type="search"]:focus {
	outline:none;
}
.labeluser{
	background-color: #5094d8;
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin-top: 0;
	text-align: center;
	font-weight: 900;
	color:white;
}


#errorrh{
	font-size: 1em;
	text-align: center;
	font-family: 'robotothin';
	font-weight: 900;
	font-size: 1em;
	background-color: white;
	width: 70%;
	margin:0 auto;
	padding-bottom: 15px;
}

@media screen and (max-width: 1100px) {
#errorrh{
	width: 75%;
}

}
@media screen and (max-width: 700px) {
#errorrh{
	width: 100%;
}

}
.consulternom{	width: 100px;
	color:#2b5682;
	height: 25px;
	cursor: pointer;
display:flex;
justify-content:center;
}
.consulter a{
	text-decoration: none;
	color: black;
}
.consulternom a img{
margin-right:20px;
}
.statuser_general{
	width: 80%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.blocstatutuser{
	width: 300px;
	height: 80px;
	font-family: 'robotothin';
	font-weight: 900;
	display: flex;
	align-items: center;
	background-color: blue;
	color: white;
	margin-top: 20px;
}
#derniereconnexion{
	text-align: center;
}
.blocleftstat
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75%;height: 80px;
	background-color: #1E5B9B;
}
.blocrightstat{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;height: 80px;
	background-color: #4283C7;
}
.blocstatutuser h3{
margin:0;
text-align: center;
}
.blocstatutuser p{
	margin:0;
}
.grouperesultat{
	width: 80%;
	background-color: white;
	margin:0 auto;
	margin-bottom: 5px;
	display: flex;
}
.accordeonrh{
	margin-top: 15px !important;
}
.accordeonrh-title {
  background-color: #4283C7;
  color:white;
  padding: 10px;
  cursor: default !important;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}

.accordeonrh-title:after {
  content: '' !important;
  float: right;
  font-size: 1.2em;
  color: #f2f2f2;
  border: none !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.accordeonrh h3{

}
.headergrouperesultatwin{
	width: 15px;
	height: 50px;
	background-color: #4283C7;
}
.headergrouperesultatlose{
	width: 15px;
	height: 50px;
	background-color: red;
}
.bottomgrouperesultat{
	width: 100%;
	padding-left: 35px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.titremodule{
	width: 20%;
}
.datepassage{
	width: 20%;
}
.scoremodule{
	width: 20%;
}
@media screen and (max-width: 1000px) {
	.barredescore{
	display: none;
}
.bottomgrouperesultat{
	width: 100%;
	padding-left: 5px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.headergrouperesultatlose{
	height: 80px;
}
.headergrouperesultatwin{
	height: 80px;
}
}
@media screen and (max-width: 600px) {
	#contentressourcehumaine{
		width: 95%;
		padding:0;
	}
}
#annoncerh{
	font-family: 'robotothin';
	font-weight: 900;
	text-align: center;
	font-size: 1.5em;
}


::-webkit-scrollbar {
    width: 12px;
    background-color: white;
}
 
::-webkit-scrollbar-track {
  
    background-color: white;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #89b1d3;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #74a8d4;
}
#confirmationmdpchange{
	margin:0 auto;
}
#boutonretourmdpch{
	margin:0 auto;
	text-align: center;
	background-color: #f9a109;
	width: 30%;
	height: 35px;
	line-height: 35px;
	border-radius: 25px;
	font-family: 'robotothin';
	color: white;
	margin-top: 25px;
}
#boutonretourmdpch:hover{
	background-color: #f98b09;
}
#error_content{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	font-family: 'robotothin';
	font-weight: 900;
	font-size: 2em;
}
#errorpageimg{
	margin:0 auto;
}
#retourmaison{
	background-color: #0f549f;
	font-size: 0.6em;
	color: white;
	padding: 8px;
	border-radius: 15px;
}
@media screen and (max-width: 720px) {
#boutonretourmdpch{
	width: 45%;
}
}
@media screen and (max-width: 430px) {
#boutonretourmdpch{
	width: 60%;
}
}
.carrebleu{
width: 10%;
height: 15px;
background-color: #5999d9;
display: inline-block;
}
.carreblanc{
width: 10%;
height: 15px;
background-color: grey;
display: inline-block;
}
.carrerouge{
	width: 10%;
height: 15px;
background-color: red;
display: inline-block;
}
.barredescore{
	width: 30%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.blocprogression{
	background-color: #adadad;
	height: 18px;
	width: 80%;
	margin:0 auto;
	display: flex;
	overflow: hidden;
	border-radius: 15px;
}
.blocprogressionvert{

	background-color: #2cac29;
	height: 18px;
}
.blocprogressiongris{
	background-color: #adadad;
	height: 18px;
}
/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}




.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
#retourconfirmation a{
	text-decoration: none;
}
#retourconfirmation{
	text-align: center;
	font-family: 'robotothin';
	font-weight: 900;

}

#nogozone{
color:white;
}
#liendiplome{
	position: fixed;
	right: -150px;
	top:30%;
	background-color: #4485C7;
	width: 200px;
	height: 80px;
	animation: transitionIn 0.75s ease ;
	transition-duration: 0.75s; /* La transition dure 1s */
	border-radius: 10px 0px 0px 10px;
	display: flex;
cursor: pointer;
}
#liendiplometxt{
	display: inline-block;
	color:white;
	display: flex;
	align-items: center;
}
#liendiplometxt h2{
}
@keyframes transitionIn {
  	0% {
  		 transform: translateX(50px);
  	}
	90% {
   		transform: translateX(-50px);
  	}
  	100% {
   		transform: translateX(0px);
  	}
}
#liendiplome:hover{
	right:0px;
}
#medal{
	height: 60px;
	margin:10px;
	margin-left: 5px;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
#canvas{
	width: 100%;
	height: 100%;
	position: fixed;
}
#stopButton{
background-color: #CE2525;
border: 0px;
border-radius: 10px;
color: white;
width: 150px;
height: 25px;
}
#startButton{
background-color: #2FB161;
border: 0px;
border-radius: 10px;
color: white;
width: 150px;
height: 25px;
}
#diplomecover{
	background-image:url(img/diplome.jpg);
	width: 100%;
	height: 360px;
    background-size: cover;
}
#txtdiplomecover{
	padding-top: 140px;
}
@media screen and (max-width: 850px) {
#diplomecover{
	height: 250px;
}
#txtdiplomecover{
	padding-top: 107px;
	font-size: 0.8em;
}
}
@media screen and (max-width: 540px) {
#diplomecover{
	height: 170px;
}
#txtdiplomecover{
	padding-top: 65px;
	font-size: 0.6em;
}
}
.accordeon{
		width:100%;
		margin:0 auto;
	font-family: 'robotothin';
	font-weight: 900;
	margin-top:70px;
	background-color: #F1F1F1;
}
.accordeon-title {
  background-color: #4283C7;
  color:white;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}

.accordeon-title:after {
  content: '+';
  float: right;
  font-size: 1.2em;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.accordeon-title.is-opened:after {
  content: '-';
}

.accordeon-content {
  display: none;
  padding: 10px;
  margin-top: 50px;
} 
#accordeon11, #accordeon3, #accordeon12{
border-left: 5px solid #404BE1;
}
#accordeon19, #accordeon6, #accordeon20{
border-left: 5px solid #40A0E1;
}
#accordeon17, #accordeon7, #accordeon18{
border-left: 5px solid #40E170;
}
#accordeon13, #accordeon4, #accordeon14{
border-left: 5px solid #E1DC40;
}
#accordeon9, #accordeon23, #accordeon24{
border-left: 5px solid #E19B40;
}
#accordeon22{
border-left: 5px solid black;
}
#accordeon1{
border-left: 5px solid #828282;
}
#accordeon21{
border-left: 5px solid #E1404B;
}
#accordeondesactive{
border-left: 5px solid blue;
}
.ligneuser{
	display: flex;
	justify-content: space-around;
	height: 50px;
}
.ligneuser2{
	display: flex;
	justify-content: center;
	height: 35px;
}
#premierblocnom{
	width: 200px;
font-family: 'robotothin';
	font-weight: 900;
}
.consulternom{
font-family: 'robotothin';
	font-weight: 900;}

@media screen and (max-width: 850px) {
.ligneuser{
	justify-content: space-around;
}
#barre_avancement{
	display: none;
}
}
@media screen and (max-width: 950px) {
#globalreporting{
	align-items: center;
	flex-direction: column;
}
.cadrereporting{
	width: 88%;
}
}
@media screen and (max-width: 520px) {

.cadrereporting{
	width: 148%;
}
}
#barre_avancement{
	margin-top: 5px;
}
#legentitle{
	margin-bottom: -9px;
}