html{
    font-size: 12px;
}
html, body{
	font-family: "Roboto";

    font-weight: 400;
    line-height:1.2;
    color:#4c4c4c;
	margin: 0 auto;
	padding: 0;
}

a, a:hover{
    color:#393939;
	text-decoration: underline;
}

b, strong{
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.black {
    font-weight: 900;
}

.btn{
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 1.5rem;
    /*text-shadow: 2px 2px 2px black;*/
    /*line-height: 2.5rem;*/
	padding: 3px 5px 0;
}
.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus{
    background-color: #005e1d!important;
	border-color: #005e1d!important;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 25px;
	color: #FFF;
	border-radius: 0;
}
.btn-primary:hover{
    background-color:#005e1d;
	border-color: #005e1d;
}
.btn-danger{
    background-color:#ED1B24;
}
.btn-danger:hover{
    background-color:#D90710;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus{

	background-color:#FFF!important;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 25px;
	border-radius: 0;
	color: #005e1d!important;
}
.btn-secondary:hover{
    background-color:#FFF;
	color: #005e1d;
}
/*.btnBlock .btn{
    margin-top: 2.5rem;
}
.btnBlock .btn:first-child{
    margin-top: 5rem;
}*/

body {
    /*background: url("../images/fond.jpg") no-repeat #fff;
    background-size: cover;*/
}
.mainContainer{
	padding: 0 20px;
	max-width: 540px;
	margin: 0 auto;
}
header{
	padding-top: 20px;
    text-align: center;
}
header img{
    max-width: 350px;
    //width: 100%;
}
header img{
	//width:90%;
	width: 50%;
}

nav{
	position: fixed;
	bottom: 0;
	text-align: center;
	background-color: #4C4C4C;
	width: 100%;
	z-index: 200;
}
nav ul{
	list-style: none;
	margin: 15px auto;
	max-width: 700px;
	padding: 0;
}
nav li{
	display:inline-block;
	text-align: center;
	width: 30%;
}
nav li img{
	height: 30px;
	width:auto;
}
footer{
	/*height: 100px; */
	padding-bottom: 120px;
	font-size:1rem;
	text-align:center;
	padding-top:20px;
}
footer a{
	
}
.prefooter{
	height: 70px;
}

.prefooterVisuBg {  
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	color: #d0d0d0;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 15px;
	padding:70px 0 100px;
}
.prefooterVisuBg img {
	max-width: 100%;
	-webkit-filter : blur(10px); /* Chrome, Safari, Opera */
	filter : blur(4px);
}
.prefooterVisuBg #destination{
	position: absolute;
	top:100px;
	width:100%;
	text-align: center;
	font-size: 7rem;
	font-family: VALTRAAvenyTExtraBold;
	text-transform: uppercase;
	z-index:20;
	color:#ED1B24;
	text-shadow: #000 0.1em 0.1em 0.1em;
}
/***************************************************
LOGIN SCREEN
***************************************************/
#LoginScreen{
	max-width: 800px;
	width:100%;
	margin: 0 auto;
	color:#000;
}
#LoginScreen a{
    color:#4C4C4C;
}
#LoginScreen a:hover{
    color:#666666;
}
#LoginScreen header{
	width:100%;
}
#LoginScreen header img{
	max-width: 100%;
	/*width:100%;*/
}
#LoginScreen .title1 img{
	width:40%;
}
#LoginScreen .title1{
	padding-top: 30px;
	text-align: center;
}
.title2{
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 30px;
	text-align: center;

	margin-top: 20px;
	text-transform: uppercase;
	color: #4C4C4C;
}
.badge{ font-family: "Roboto"; font-weight: 500; font-size: 15px; color: #FFF;}
.badge-success{ background-color: #61c230!important;}
.badge-warning{ background-color: #ffac05!important;}
.badge-danger{ background-color: #e5052a!important;}
.form-control::placeholder{ font-family: "Roboto"; font-weight: 500; color: #D0D0D0;}
.form-signin select{ font-family: "Roboto"; font-weight: 500; color: #D0D0D0;}
#LoginScreen .title3{
	font-family: VALTRAAvenyTExtraBold;
	font-size: 5.4rem;
	text-align: center;
}
.title4{
	font-size: 25px;
	text-align: left;
	font-family: "Roboto";
	font-weight: 400;
	margin-top: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #005e1d;
	padding-bottom: 10px;
	color: #4c4c4c;
	text-align: center;
}
.texte{
	font-size: 1.5rem;;
	text-align: left;
}
#LoginScreen .texte{ font-family: "Roboto"; font-weight: 400; font-size: 15px; color: #4C4C4C;}
#LoginScreen .title3 span{
	color:#ed1b35;
}

.form-signin {
    width: 100%;
    /*max-width: 540px;*/
    margin:0 auto;
}
.form-signin .form-control::placeholder ,.form-signin .form-control {
	font-size: 20px;
}
.form-declare .form-control {
    border: 1px solid #CCC;
}
.form-declare .type1, .form-declare .type2, .form-declare .typeAgcoF {
    display:none;
}
.form-signin .form-error-message {
    color:#FFFFFF;
}
.form-signin h1 {
    color:#FFFFFF;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    text-shadow: black 0.1rem 0.1rem 0.2rem;
}
.form-signin small{
	font-size: 15px;
	padding-top: 2px;
}
/*.form-signin .intro {
    margin-top: 60px;
    margin-bottom: 40px;
    color:#FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
}*/
.form-signin .checkbox {
    font-weight: 400;
	font-size: 3rem;
}
.form-signin .custom-radio{
	font-size: 1.5rem;
}
/*.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 1rem;
}
.form-signin .form-control:focus {
    z-index: 2;
}*/
.form-signin input[type="text"] {
    margin-bottom: -1px;
    background-color: #FFFFFF;
    /*border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;*/
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    background-color: #FFFFFF;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    background-color: #FFFFFF;
}
.form-signin input[type="tel"] {
    margin-bottom: -1px;
    background-color: #FFFFFF;
}
.form-signin input[type="file"] {
    margin-bottom: -1px;
    font-size: 2rem;
    background-color: #FFFFFF;
    /*border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;*/
}
.form-signin select {
    margin-bottom: 20px;
    font-size: 2.1rem;
    background-color: #FFFFFF;
}
/*.form-signin option {
    background-color: #FFFFFF;
}*/
.form-signin .customCheckLogin label{
    color: #ffffff;
    font-size: 1.5rem;
    padding-left: 10px;
    padding-top: 4px;
    margin-top: 10px;
}
.form-signin label.customLabel{
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 20px;
}
.form-declare .customCheckLogin label, .form-signin label.customLabel{
     font-family: "Roboto";
	font-size: 20px;
	color: #4C4C4C;
	font-weight: 500;
}

.form-signin .custom-radio .custom-control-label {
    padding-left: 0.9rem;
}
.form-signin .custom-radio .custom-control-label::before, .form-signin .custom-radio .custom-control-label::after {
    top: 0rem;
    width: 1.8rem;
    height: 1.8rem;
    /*left:-0.2rem;*/
}
.form-signin .customCheckLogin .custom-control-label::before, .form-signin .customCheckLogin .custom-control-label::after {
    top: 0.4rem;
    width: 1.8rem;
    height: 1.8rem;
    /*left:-0.2rem;*/
}
.form-signin .customCheckLogin .custom-control-label{
	font-family: "Roboto";
	font-weight: bold;
	color: #4C4C4C;
	font-size: 16px;
}
.linkLostPassword, .firstConnect{
	text-align: center;
}
.linkLostPassword{
	margin-top: 5px; 
}
.firstConnect{
	margin-top: 10px;
}
#LoginScreen .linkLostPassword a, .firstConnect a{
    text-decoration: underline;
}
#LoginScreen .linkLostPassword a{
    color: #4c4c4c!important;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 15px;
}
#LoginScreen .firstConnect a{
	font-family: "Roboto";
	font-weight: 800;
	font-size: 20px;
	color: #005e1d;
}
#LoginScreen input{ margin: 20px 0;}
#LoginScreen .linkLostPassword a:hover{
	color: #4c4c4c;
}
.firstConnect a:hover{
	color: #666666;
}
#blocFormCj{
	display: none;
}

.myArray{
	margin-top:20px;
}
.myArray td, .myArray th{
	font-size:15px;
	text-align: center;
	font-family: "Roboto";
	font-weight: 500;
	color: #4C4C4C;
}
header #banniere {
	margin-top: 3rem;
	background: url("../images/banner_header26.jpg") top center;
	background-size: auto;
	background-size: cover;
	height: 195px;
}
select option{ font-family: Arial}
.myArray td{ font-weight: 300;}
.noteChart{ font-family: 'Roboto'; font-weight: 700; font-size: 20px; margin-top: -20px;}
.noteChart span{ font-weight: 900}
.vert{ color: #005e1d;}
.rouge{ color: #ed1b35;}
#scoreScreen{
	text-align: center;
}
#scoreScreen .homeT1{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #4C4C4C;
	margin-bottom: 30px;
	margin-top:20px!important;
}
#scoreScreen .homeT2{
	font-size: 3rem;
	font-family: "Roboto";
	font-weight: 900;
	color: #005e1d;
	font-size: 20px;
	margin-bottom: -40px;
}
#scoreScreen .homePts{
	font-size: 5.1rem;
	font-family: VALTRAAvenyTExtraBold;
	color: #ed1b35;
	line-height: 2.4rem;
}
table a{ text-decoration: none;}
table a:hover{ text-decoration: none; font-weight: bold;}
#scoreScreen .homeLibPts{
	font-size: 3rem;
	font-family: VALTRAAvenyT;
	text-transform: uppercase;
}
#scoreScreen .homePtsCj{
	font-size: 1.5rem;
}
#scoreScreen .homePtsCj span{
	font-size: 1.5rem;
	color: #ed1b35;
}
#scoreScreen .homeBravo{
	font-size: 4.2rem;
	font-family: VALTRAAvenyTExtraBold;
	text-transform: uppercase;
	color: #ed1b35;
	line-height: 2.7rem;
	margin-top: 4rem;
}
#scoreScreen .homeMsg{
	font-size: 1.5rem;
}

.logMsgError{
    background-color: rgba(193,66,66,0.7);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
}

#chartdiv,#chartdiv2 {
	width: 100%;
	height: 300px;
}

.swal2-content {
    font-size: 2rem;
}

/* QUIZ */
.reponse input[type="radio"], input[type="checkbox"] {
	margin-top: 8px;
}

.reponse table{
	border-collapse: separate;
	border-spacing: 0 5px;
	max-width:850px;
	width:100%;
}
.reponse td {
	border: solid 1px #393939;
	border-style: solid none;
	padding: 10px;
	background-color:#FFF;
	color:#393939;
}
.reponse table td:first-child{
	width:30px;
}
.reponse td:first-child {
	border-left-style: solid;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.reponse td:last-child {
	border-right-style: solid;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.reponse table tr.hover td{
	background-color: #00aeef;
	color:#FFF;
}
.reponse table tr.ResGreen td {
	background-color: #BDFCBD;
	color: #39494c;
}
.reponse table tr.ResRed td {
	background-color: #FFB2B2;
	color: #39494c;
}
.reponse label{
	display: block;
	font-size: 2rem;
	margin-bottom: 0;
}
.reponse label span{
	display: block;
	font-weight: 700;
}
.txtReponse{
	text-align: justify;
	max-width: 700px;
	margin: 30px 0;
}
#resultQ{
	margin-top: 30px;
}
#resultQ span{
	display: block;
	font-weight: 300;
	font-size: 1.5rem;
}
.bravo{
	color:#00B22D;
	font-weight: 700;
	font-size: 2rem;
	text-transform: uppercase;
}
.dommage{
	color:#DA6262;
	font-weight: 900;
	font-size: 2rem;
	text-transform: uppercase;
}

header #banner { margin-top: 3rem;	background: url("../images/banner_header26.jpg") top center; background-size: cover; height: 290px;
}

.menuBas{  color: #1A1A1A; font-size: 30px;  margin: 0 auto; margin-top: 24px;  z-index: 10000; display: none; text-align: left }
.menuBas #menuList li > a{ color: #4C4C4C; font-family: Roboto; font-weight: 600; font-size: 18px; }
.menuBas #menuList li > a:hover{ color: #4C4C4C; text-decoration: none;}
.menuBas #menuList li > a.menuHover{ color:#4C4C4C; text-decoration: none;}
.menuBas #menuList{ list-style: none; margin: 0; padding: 0;}
.menuBas #menuList li{  float: left; display: table-cell; padding: 0 18px; }
.menuBas #menuList .ssMenu{ display: none; position: absolute; list-style: none; padding:0px; margin: 0px; z-index: 90; background-color: #FFF;  padding:10px 10px 0 10px;}
.menuBas #menuList .ssMenu li{ float: none; padding: 0; line-height: 30px; display: inherit;padding: 6px 0;  border-bottom: 1px solid #D9D9D9;margin: 0 2px; }
.menuBas #menuList .ssMenu li:last-child{ border-bottom: 0 none;}
.menuBas #menuList .ssMenu li a{  color: #4C4C4C; font-size: 18px;letter-spacing: 0;font-family: Roboto; font-weight: 600; }
.menuBas #menuList .ssMenu li a:hover{color:#4C4C4C; text-decoration: none;}
.menuHidden{ display: none;}
.ssMenuHidden{ display: none;}
.burger_portail{ position: absolute; top: 42px; right: 29px; cursor: pointer;}

#ombre-body {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
@media only screen and (max-width : 1200px) {
	.menuBas #menuList li{   padding: 0 9px; }
}


#burger{ width: auto!important;}



/*
    @media only screen and (max-width : 1000px) {
*/
.menuBas #menuList .menuHidden{ display: block; }
.menuBas #menuList .menuHidden a{text-transform: none; font-size: 26px;}
.ssMenuHidden a{text-transform: none; font-size: 12px;}
/*
        .menuBas{ position: fixed; top: 0; left: -500px; margin-top: 0; background-color: #FFF; height: 100%;}
*/
.menuBas{ z-index: 999999; position: fixed;top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: 0;}
.menuBas #menuList { display: none; color: #000; text-align: center}
.menuBas #menuList li{  border-bottom:2px solid #fff; padding: 8px 24px;}
.menuBas #menuList li{  float: none; display: block; }
.menuBas #menuList li > a{ display: inline-block; color: #fff; font-size: 24px;text-decoration: none;}
.menuBas #menuList li > a:hover{ color: #FFF; text-decoration: none;}
.menuBas #menuList li > a.menuHover{ color: #FFF;}
.menuBas #menuList .ssMenu{  background-color: inherit; height: 100%; display: none; position: relative; padding-top: 0;}
.menuBas #menuList .ssMenu span{ display: none;}
.menuBas #menuList .ssMenu li{ padding: 0 12px; position: relative; display: block; border: 0 none;}
.menuBas #menuList .ssMenu li > a{ color: #FFF; font-size: 18px;text-decoration: none;}
.menuBas #menuList .ssMenu li > a:hover{ color: #FFF; text-decoration: none;}
.menuBas #menuList .ssMenu li > a.menuHover{ color: #FFF;}
.burger_portail{ display: block;}
