@charset "utf-8";
@font-face {
	font-family: "mbfont";
	src: url('../fonts/CorpoA.TTF');
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btP&skey=36a3d5758e0e2f58&v=v10) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aYnpV-BGlaFfdAhLQgUp5aHRge&skey=8b00183e5f6700b6&v=v10) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY6w&skey=a1029226f80653a8&v=v10) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aanpV-BGlaFfdAjAo9_pxqHw&skey=cd2dd6afe6bf0eb2&v=v10) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,400;1,700&display=swap');*/

body, nav, ul, li, a  {margin: 0; padding: 0;}

body {font-family: 'Calibri', 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;}
th{text-align:left;}
.fdgris{background-color:#dfdfdf;}
.beige{color:#aaa38e;}
.jaune{color:#ffc000;}
.bleu{color:#2D88D6;}
.bordurebleue{border:solid 2px #2D88D6;}
.bleuclair{color:#96c3ea;}
.noir{color:#000000;}
.blanc{color:#ffffff;}
.rouge{color:#91785b;}
.rougevif{color:#C00;}
.vert{color:#3ac01b;}
.orange{color:#ff9100;}

.tdbleu{background-color:#96c3ea;}

.niveau0{color:#FFF;}
.niveau1{color:#F00;}
.niveau2{color:#FC0;}
.niveau3{color:#0C0;}

hr{border:solid 1px #2D88D6}
.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:'mbfont', sans-serif;
	font-size:1.5em;
	font-weight:normal;
}

h2
{
	font-family:'mbfont', sans-serif;
	font-size:1.35em;
}

h3
{
	font-family:'mbfont', sans-serif;
	font-size:1.2em;
}

a {text-decoration: none; color:#2D88D6;}

.bouton{
	padding:10px 16px 10px 16px;
	font-family:'Calibri', sans-serif;
	font-size: 1.2em;
	background-color:#2D88D6;
	border-radius: 5px;
	text-decoration:none;
	color:#000000;
	}
.bouton:hover{
	color:#ffffff;
	}

.bouton2{
	padding:10px 12px 10px 12px;
	font-family:'Calibri', sans-serif;
	font-size: 1em;
	background-color:#2D88D6;
	border-radius: 3px;
	text-decoration:none;
	color:#fff;
	}
.bouton2:hover{
	color:#000;
	}

.bouton3{
	padding:5px 6px 5px 6px;
	font-family:'Calibri', 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:#000;
    }

    header {
      background: #000000;
      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:'Calibri', sans-serif;
	list-style: none;
     *zoom: 1;
     background:#000000;
	 font-size:1.3em;
}
.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:#2D88D6;
	border: 3px solid #000000;
	border-radius:15px;
	margin-left:10px;
	text-transform:uppercase;
}
.nav a:hover{border-color:#2D88D6;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}
@media print{
.noprint{display:none}
.onlyprint{display:block}
.conteneur {
	  background-color:#FFF;
    }
}