@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body, nav, ul, li, a  {margin: 0; padding: 0;}

body {font-family: 'Mulish',Helvetica,Arial,sans-serif; font-size:1em; color:#333;
	  min-height:800px;}
/*p{font-family: Times New Roman, Times, serif;}*/
table{border:solid 1px #444;border-collapse:collapse;}

.fdgris{background-color:#EEE;}
.fdAP{background-color:#0074e8;color:#FFF;}
.fdAC{background-color:#f90001;color:#FFF;}
.fdOV{background-color:#f7ff14;color:#000;}
.fdDS{background-color:#000;color:#FFF;}
.beige{color:#aaa38e;}
.jaune{color:#d7e600;}
.bleu{color:#7dcfe3;}
.bordurebleue{border:solid 2px #7dcfe3;}
.bleuclair{color:#7dcfe3;}
.noir{color:#000000;}
.blanc{color:#ffffff;}
.rouge{color:#ea9c98;}
.rougevif{color:#e64040;}
.vert{color:#32d74b;}
.orange{color:#f7bf31;}
.gris{color:#595959;}

.btpicto{
	grid-column: -3/-1;
    grid-row: 1/-1;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 40px;
	display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #141413;
	color:#FFF;
    transition: border ease-in-out .2s,color ease-in-out .2s;
	}
.btpicto:hover{
	background: #d7e600;
	color:#000;
	}

.tdbleu{background-color:#00a8a9;}

.niveau0{color:#FFF;}
.niveau1{color:#F00;}
.niveau2{color:#FC0;}
.niveau3{color:#0C0;}

hr{border:solid 1px #999}
.saisie{background-color:#91c7f6;}
.saisie2{background-color:#CCC;border-bottom:solid 1px #CCC;}
.saisie3{background-color:#FFF;border-bottom:solid 1px #FFF;}

.infoplus{font-size:135%;color:#000;}

.btr{font-size:120%;width:100%;color:#333333; padding:4px;}

.message{background-color:#fecb00}
.input100{border:solid 1px #2D88D6;width:95%;padding:5px;}
.inputput{border:solid 1px #2D88D6;background-color:e8e6e0;padding:5px;}
.inputnb{border:solid 1px #2D88D6;width:60px;padding:5px;text-align:center;}
.focused{border:solid 3px #2D88D6;}
.rotation{
text-align:left;
white-space:nowrap;
g-origin:50% 50%;
-moz-transform: rotate(-80deg);  /* FF3.5+ */
-ms-transform: rotate(-80deg);
-o-transform: rotate(-80deg);  /* Opera 10.5 */
-webkit-transform: rotate(-80deg);  /* Saf3.1+, Chrome */
transform: rotate(-80deg);
padding-top:10px;
}
.rotation p {
    margin:0 -200% ;
    display:inline-block;
}
.rotation p:before{
    content:'';
    width:0;
    padding-top:120%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}
.bordures{border:solid 1px #666666;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #92a2bd;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #92a2bd;
  color: white;
}

.vignette
{max-width:80px;
max-height:70px;
border:solid 2px #666}

@media (min-width: 32em) {
  .modal-box { width: 70%; }
}

h1
{
	font-family: 'Mulish',Helvetica,Arial,sans-serif;
	font-size:1.5em;
	font-weight:normal;
}

h2
{
	font-family: 'Mulish',Helvetica,Arial,sans-serif;
	font-size:1.35em;
}

h3
{
	font-family: 'Mulish',Helvetica,Arial,sans-serif;
	font-size:1.1em;
}

a {text-decoration: none; color:#d95f29;}

.bouton{
	/*padding:8px 12px 8px 12px;
	font-family: 'FOR smart Sans',Helvetica,Arial,sans-serif;
	font-size: 1em;
	background-color:#ffffff;
	border-radius: 0px;
	border: solid 1px #00a8a9;
	text-decoration:none;
	color:#00a8a9;
	*/
	display: inline-block;
    padding: 16px 32px;
    background: #243783;
    border: 1px solid transparent;
    color: #fff;
    border: 1;
	border-color:#000;
    border-radius: 41px;
    font-family: "Mulish",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.125rem;
    text-align: center;
    text-decoration: none;
    transition: .2s color ease,.2s background ease;
    cursor: pointer;
	}
.bouton:hover{
	color:#243783;
	background-color:#ffffff;
	}

.bouton2{
	display: inline-block;
    padding: 8px 16px;
    background: #d7e600;
    border: 1px solid transparent;
    color: #000;
    border: 0;
    border-radius: 41px;
    font-family: "Mulish",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.125rem;
    text-align: center;
    text-decoration: none;
    transition: .2s color ease,.2s background ease;
    cursor: pointer;
	}
.bouton2:hover{
	color:#fff;
	background-color:#141413;
	}

.bouton3{
	display: inline-block;
    padding:5px 6px 5px 6px;
	font-family: 'Mulish',Helvetica,Arial,sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	border:solid 2px #2D88D6;
	background-color:#dedede;
	border-radius: 3px;
	text-decoration:none;
	color:#2D88D6;
	margin:2px;
	}
.bouton3:hover{
	color:#000;
	}

.dateactu{font-size: 0.6em;
	color:#9d9ea0;}
	
	
/* CSS Document */


    /* Définition des balise HTML5 pour vieux navigateurs */
    aside, footer, header, main {display: block;}

    /* Définition des balise HTML5 pour vieux navigateurs */
    .conteneur {
      /* Largeur Fluide et liquide, changer le 1000px par 100% */
      max-width:100%;
      /* Centre le conteneur dans la page */
      margin:20px auto;
	  background-color:#fff;
    }

    header {
      background: #FFF;
      padding:5px;
	  z-index:100;
    }

    main {
      float:left;
      width:98%;
      height:100%;
      background:#ffffff;
	  padding:1%;
    }
	
	main li{
	margin-left:5%;
	margin-right:5%;
}

    aside {
      float:left;
      width:20%;
      text-align:center;
      height:100%;
      background:#eee;
    }

footer {
      /* forcer l’affichage sous le contenu et la colonne */
      bottom: 0;
	  width: 99%;
	  clear:both;
      text-align:center;
	  vertical-align:middle;
      background: #597DDA;
      color:#FFFFFF;
      height:20px;
      padding:5px;
    }
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #000000;
}
.nav {
    font-family: 'Mulish',Helvetica,Arial,sans-serif;
	list-style: none;
     *zoom: 1;
     background:#243783;
	 font-size:1.1em;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 12em;
}
.nav a {
	padding: 10px 12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#595959;
	border-radius:0px;
	margin-left:10px;
	text-transform:uppercase;
}
.nav a:hover{background-color:#e5e5e5;color:#000000;}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #59acdc;
    position: relative;
    z-index:100;
    border-top: 1px solid #142a66;
}
.nav li li li a {
    background:#59acdc;
    z-index:200;
    border-top: 1px solid #142a66;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	padding:0px 5px 5px 5px;
	text-align:justify;
}
.col:first-child { margin-left: 0; }

.blocinfo{
	padding:5px;
	background-color:#fff;
	border:solid 1px #142a66;
	border-radius: 0px;
	color:#000;
	}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

.lienfooter{color:#FFF; text-decoration:none;}
.question_faq{color:#142a66;font-size:1.2em;}
.reponse_faq{margin-left:3%;}

/*  GRID OF THREE  */
.col_1 {width: 8%;}
.col_2 {width: 16%;}
.col_3 {width: 24%;}
.col_4 {width: 32.5%;}
.col_5 {width: 40%;}
.col_6 {width: 48%;}
.col_7 {width: 56%;}
.col_8 {width: 65%;}
.col_9 {width: 72%;}
.col_10 {width: 80%;}
.col_11 {width: 90%;}
.col_12 {width: 100%;}
@media all and (max-width: 768px) {
      main {
        width:100%;
      }
      aside {
        width:100%;
      }
	   .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	table {
		overflow-x: auto;
		display: block;
	}
.col { margin: 1% 0 1% 0%;}
.col_1 {width: 100%;}
.col_2 {width: 100%;}
.col_3 {width: 100%;}
.col_4 {width: 100%;}
.col_5 {width: 100%;}
.col_6 {width: 100%;}
.col_7 {width: 100%;}
.col_8 {width: 100%;}
.col_9 {width: 100%;}
.col_10 {width: 100%;}
.col_11 {width: 100%;}
.col_12 {width: 100%;}

}

.select-style {
    padding: 10px;
    border: none;
    box-shadow: none;
    background-color: transparent;
	color:#2D88D6;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:0.8em;
}
.select-style:focus {
    outline: none;
}
.divgraph{border:solid 1px #ffffff; padding:5px; margin:5px;}
.onlyprint{display:none}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip:hover {
    cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}


/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #00a8a9;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
	top: -5px;
    right: 105%;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
@media print{
.noprint{display:none}
.onlyprint{display:block}
.conteneur {
	  background-color:#FFF;
    }
}