/* Couleurs utilisées : Zikcolor https://color.adobe.com/fr/ZikColor-color-theme-9923819/edit/?copy=true&base=3&rule=Custom&selected=4&name=Copie%20de%20ZikColor&mode=hsv&rgbvalues=0.0039215686274509665,0.17647058823523704,0.2549019607843137,0.10588235294117654,0.6470588235293966,0.7215686274509804,0.8549019607843136,0.9254901960784562,0.9529411764705881,1,0.25098039215686274,0.3058823529410971,0.10800000000000001,0.6486000000002041,0.72&swatchOrder=0,1,2,3,4 */

label { display: inline-block;  text-align: right; }
	p {font-size:1.1em;}
	li {font-size:1.1em;}
	header li {font-size:1em;}
	.small {font-size:0.8em;}

article{width:80%; margin:auto; line-height:2rem;}
body {font-family: 'Open Sans', sans-serif; color:#333; margin:0; padding:0;background:#fff;}
#general {background:#fff; }

.graph {padding-bottom:60px;}

.submit {	padding:1.3%;
			border-radius:13px;
			background:#FF404E; 
			color:#FFF; 
			border:solid 1px #fff;			
			font-weight:bold;
			box-shadow: 0px 0px 5px #464852;
			font-size:1.2em;
			width:100%;
			margin-top:5px;
			}
.submit:hover {background:#DAECF3;color:#FF404E; cursor:pointer;}

.submit2 {font-size:1em; background:lightgreen}

.boutonsinterieur {display:inline-block; }

.choix {margin:auto; width:95%;  min-height:200px; vertical-align:top; padding:1%}
fieldset {min-height:150px; vertical-align:top; border:solid 2px #2C4D6E; }
legend {text-align:center; border:none; padding:8px; background:#F77A52; color:#fff}
#bouton_inscription {font-size:1.8em; font-weight:bold; text-align:center; line-height:2.5rem; color:#456789}
 a {color:#2C4D6E; text-decoration:none;}
 a:hover {color:#B1B5C0;}
#enregistrement {text-align:center;}

.choix_inside {display:inline-block; margin:auto; width:45%; ;font-size:1.8em; font-weight:bold; text-align:center; line-height:2.5rem; background:#F77A52; padding:1%; color:#fff}
.choix_inside a {color:#fff;}
.choix_inside a:hover {color:#f99;}

nav {background: #2C4D6E;}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

nav li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
}

li a:hover {
   color: #fff;
    
}


li a:hover:not(.active) {
    background-color: #45BE9D;
    
}

.active {
    background-color: #45BE9D;
	color:#fff;
	font-weight:bold;
}
.submit2 {	padding:1.3%;
			border-radius:13px;
			background:#2C4D6E; 
			color:#FFF; 
			border:solid 1px #fff;			
			font-weight:bold;
			box-shadow: 0px 0px 5px #464852;
			font-size:1.2em;
			margin-top:5px; }
.submit2:hover {background:#DAECF3;color:#FF404E; cursor:pointer;}
.submit2 a {color:#fff;}

footer {
background:#fff;
color:#000;
border-top:solid 1px #FF404E;
margin-top:80px;
}

footer a {color:#F24738}

#sousfooter {margin:auto; width:75%; }
#logos img {margin-right:15px;}
#logos  {width:100%}

.inlineblock {display:inline-block;}
#infos_comp {text-align:center; width:45%}

#submitA {margin-left:320px; padding:1.2%;}

.sectiongauche {width:55%;display:inline-block; vertical-align:top}
.sectiondroite {width:32%;display:inline-block;}

.blague {visibility: hidden;}
.error {color:red; font-weight:bold;}

.w65 {width:65%; margin:auto;text-align:center; }
.w65 {width:80%; margin:auto;text-align:center; }
.background {background:lightgrey;}

.checkboxgroup {
  display: inline-block;
  text-align: center;
  
}
.checkboxgroup label {
  display: block;
}
.tcenter {text-align:center;}

/* Les tableaux*/
table {
	margin-top:15px;
    border-collapse: collapse;
	font-size:0.9em; 
	border:1px solid black;
}

td {
    vertical-align: middle;
	padding:5px;
}

.bordernon {border:none;}
.borderoui {border:1px solid black;}

.title_tableau {font-weight:bold; font-decoration:underline;}
.title_study {font-weight:bold; color:#fff}

.table_questions td{border : none}

.table_questions {border:1px solid black; text-align:center;width:100%}
.table_questions .border_cols{border:0px}

/*Infobulle*/
.infobulle-support {
                                              display:inline-block;
                                              }
                                              
.infobulle-support span.infobulle {
                                                                            display:none;
                                                                            
}
.infobulle-support:hover span.infobulle {                                                                
                                                             }


.sousquestion {margin-left:25px;}

/*Partie évaluation*/
#response_user {
	
	background:lightblue;
	padding:4px;
	border-radius:6px;
	}
	
.question {
	font-weight:bold;
	margin-top:40px;
	}	
#reponse {
    font-style: italic;
    padding: 20px;
    background: #45BE9D;
    border-radius: 3px;
    color: #fff;
    position: relative;
    font-size: 16px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	width:40%;
}
.each_comment {
	margin-top:5px;
    font-style: italic;
    padding: 2px;
    background: #45BE9D70;
    border-radius: 3px;
    color: #fff;
    position: relative;
    font-size: 16px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	width:40%;	
	
}
.title_question {font-weight:bold; font-style:decoration;}
.question_to_evaluate {background:lightblue; border-radius:5px; font-weight:bold; padding:3px;}

.endbutton {margin:5px auto; background:green; width:300px; text-align:center; background:#FF404E; color:#FFF; padding:1.1%; border-radius:13px;}
.endbutton a {color:#fff;}
.progression {margin-top:50px; text-align:center; font-style:italic}


.checked {
    color: orange;
}


/*page d'accueil*/
.sectiongauche {display:inline-block; width:65%}
.sectiondroite {display:inline-block; width:30%; margin-left:3%;}


.tickbox {padding:4px; display:inline-block; border-radius:5px; font-size:1.2em;}
.demo_questions {color:#45BE9D; font-weight:bold; margin-top:20px}
.miseenavant {font-weight:bold; color:#45BE9D;}
.question_general {margin:25px 0 0 0;}




.border_cols {border:0;}
.table_questions {border:0;}
.checkboxgroup {border:0;}

.vignette {vertical-align:middle; border:solid 1px #000 ; border-radius:15px}
.vignette div {vertical-align:middle;}
.vignette div img {vertical-align:middle;}
.vignette div ul {vertical-align:middle; display:inline-block}

/*Code theodora*/
#bouton1 {
	padding:2.5%;
			border-radius:13px;
			background:#FFF ;
			color:#ED4C07; 
			border:solid 1px #fff;			
			font-weight:bold;
			box-shadow: 0px 0px 5px #464852;
			font-size:2em;
			margin-top:5px; 
			cursor:pointer;
			}

}
#bouton1:hover {background:#FFFFFF;color:#ED4C07; cursor:pointer;}

td {line-height:1;}

#consent
{
	text-align: justify;
	display:inline-block;
	border:none;
	color: black;
	width:100%;
	height:400px;
	overflow:auto;
	background-color: #FAFAFA;
	border: 1px solid black;
	border-radius: 3px;
	padding:15px;
}

#lien_normal {display:inline;background:#fff; color:blue}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #2C4D6E;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}





/* tiny screens */
/* ------------ */
@media (max-width: 600px) {
  
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;

  }
  .sectiongauche, .sectiondroite {
	  width:100%;
  }
   
 
}

h1 {margin:20px 0 20px 0;}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}