/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    font-family: "latoregular",sans-serif;
    font-size: 14px;
    line-height: 1.42857142857143;
    position: absolute;
    overflow: auto;
    background-color: #fff;
    color: 333333;
    width: 100vw;
}

h1,h2,h3 {
    font-family: "latoregular",sans-serif;
    color: #00669f;
    margin: 50px 0 30px 0;
    font-weight: 300;
}

h1 {
    font-size: 32px;
    line-height: 1.25;
    text-transform: none;
    margin: 30px 0 0 0;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    margin: 30px 0 0 0;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin: 30px 0 0 0;
  }

  p {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #333333;
  line-height: 1.42857142857143;
}

a {
  color: #3572b0;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  text-decoration: underline;
}

.grd_separateur {
  margin-bottom: 40px;
}

/*=============================================================
===============================================================
===================== CSS POUR LE HEADER ======================
===============================================================
=============================================================*/

#header {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200PX;
}

#header .nav_header {
  background: #fff;
  border-bottom: none;
  color: #00669f;
  width: 100%;
  clear: initial;
  float: initial;
  box-sizing: border-box;
}

#header .nav_header a {
  color: #00669f;
}

.header-inner {
  width: 1200px;
  max-width: 1200px;
}

.header-logo {
  margin: 0;
  padding: 0;
  float: left;
}

.nav_header .header-logo a {
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  float: left;
  height: 40px;
  padding: 0 10px;
}

.nav_header a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 13px 10px;
}

#header .nav_header a .header-logo-device {
  background-image: url('../img/logo_268x268.png');
  width: 89px;
  height: 90px;
}

.nav_header .header-logo-device {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  display: block;
  float: left;
  height: 24px;
  padding: 8px 0;
  text-indent: -9999px;
  text-align: left;
}

#header .navigation li {
  list-style: none;
}

#recherche-zone {
  float: right;
  margin-top: 21px;
}

.header-primary {
  width: 50%;
  float: left;
  display: inline-block;
}

.header-secondary {
  width: 50%;
  float: right;
  display: inline-block;
}

.notice-titre {
  display: inline-block;
  padding-left: 5px;
  margin: 38px 0px;
  font-size: 24px;
}


/*=============================================================
===============================================================
===================== CSS POUR LE CONTENU =====================
===============================================================
=============================================================*/

body #page {
  background-image: #fff;
}

ul {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
}

li {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: normal;
    list-style-type: none;
}

#contenu-notice li {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: normal;
    list-style-type: square;
}

#contenu-notice h2 {
	margin: 0;
}

#page {
  background-color: #fff;
  width: 1200px;
  min-height: 100vh;
  position: relative;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}

.content-panel {
  position: relative;
  margin-top: 128px;
}

#prev-next {
  position: absolute;
  top: 17px;
  left: 830px;
  margin-top: 3px;
}

#next {
  right: 0;
  border-left-radius(5px);
}
#next::after {
  content: "→";
  color: #ffffff;
  background-color: #00669f;
  padding: 7px 13px 10px 13px;
  margin: 10px;
  border-radius: 5px;
}
#next:hover:after {
  background-color: rgba(0,102,159,.9);
}


#prev {
  border-right-radius(5px);
  left: 0;
}
#prev::before{
  content: "←";
  color: #ffffff;
  background-color: #00669f;
  padding: 7px 13px 10px 13px;
  margin: 10px;
  border-radius: 5px;
}
#prev:hover:before{
  background-color: rgba(0,102,159,.9);
}

.next_prev_haut {
  width: auto;
  max-width: 380px;
  margin: 0 30px 0 auto;
  min-height: 34px;
  display:flex;
}

.button-np {
  color: #00669f;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 0 40px;
  padding: 5px 25px;
  border: 2px solid #00669f;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.button-np:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: -10%;
  bottom: 0;
  height: 120%;
  background: #00669f;
   -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}

.button-np:hover {
  cursor: pointer;
  color: #ffffff;
}
.button-np:hover:after {
  left: -10%;
  width: 120%;
}


/*=============================================================
================ CSS POUR LA ZONE DE RECHERCHE ================
=============================================================*/

#search-input {
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
}

/*=============================================================
================= CSS POUR LE MENU DEROULANT ==================
=============================================================*/

header.pinned {
  padding-bottom: 38px;
}

header.pinned #breadcrumb-ariane {
  left: 0;
  position: fixed;
    right: 0;
    top: 0;
}

#espace-ariane {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
min-height: 50px;
position: relative;
}

.dropdown-menu {
  width: auto;
  min-height: 34px;
  }

.dropdown-menu label {
  background:#f5f5f5;
  color:#fff;
  color:rgba(0,0,0,0.6);
  border:1px solid #b5b5b5;
  border:1px solid rgba(181,181,181,1);
  font-weight:normal;
  display:block;
  float:right;
  position:relative; 
  padding:5px 35px 5px 25px;
  margin-top: 2px;
  clear: both;
  cursor:pointer;
  border-radius:0.3em;
  transition:all 0.3s ease-out;
}


.dropdown-menu label:after {
   content: ""; 
   position: absolute; 
   top: 50%;
   right: 10px;
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-top: 6px solid rgba(0,0,0,0.6);
   border-right: 6px solid transparent;
   margin-left: -3px;
   margin-top: -3px;
}


.dropdown-menu label:hover {
  background:#b5b5b5;
  border:1px solid #363636;
  border:1px solid rgba(54,54,54,1);
}


.dropdown-menu input[type="checkbox"] {
  position:absolute;
  clip:rect(0,0,0,0);
  z-index: -10;
  right: 140px;
  top: 17px;
}


.dropdown-menu ul {
  background-color: #fff;
  z-index: 10;
  position:absolute;
  top:56px;
  right: 20px;
  list-style-type:none;
  padding:5px 0;
  font-size:13px;
  border:1px solid #ddd; 
  border-radius:0.3em;
  display:none;
}


.dropdown-menu ul:after,
.dropdown-menu ul:before {
  content:"";
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  border:solid transparent;
}

.dropdown-menu ul:after {
  border-bottom-color:#fff;
  border-width:6px;
  left:15%;
  margin-left:-6px;
}

.dropdown-menu ul:before {
  border-bottom-color:#ddd;
  border-width:7px;
  left:15%;
  margin-left:-7px;
}


.dropdown-menu a {
  text-decoration:none;
  color:#333;
  display:block;
  padding:5px 15px;
} 


.dropdown-menu a:hover {
  background:#757575;
  color:#fff;
} 


.dropdown-menu input[type="checkbox"]:checked ~ ul {
  display:block;
}


.dropdown-menu input[type="checkbox"]:checked ~ label {
  left:1px; 
  top:1px; 
  background:#b5b5b5;
}


/*=============================================================
=================== CSS POUR LE FIL D'ARIANE ==================
=============================================================*/

#breadcrumb-ariane {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.breadcrumb a {
  display: block;
  padding: 0.7em 1.4em;
}
.breadcrumb > ul {
	white-space: nowrap;
	overflow: hidden;
}
.breadcrumb:target {
  max-height: 20em;
}
.breadcrumb:target .breadcrumb-link {
  opacity: 1;
  position: static;
  visibility: visible;
}
.breadcrumb:target .breadcrumb--active:after {
  content: none;
}
.breadcrumb:target .breadcrumb-close:after {
  visibility: visible;
}

#breadcrumb-ariane #espace-ariane {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  min-height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

#breadcrumb-ariane #espace-ariane nav ul {
  padding: 10px 20px;
}

#breadcrumb-ariane #espace-ariane nav ul li {
  color: #999;
  display: inline-block;
  font-family: "latoregular",sans-serif;
  font-size: 14px;
  line-height: 30px;
}

#breadcrumb-ariane #espace-ariane nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.breadcrumb-link {
  color: #B5B5B5;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0;
}

.breadcrumb--active {
  color: #B5B5B5;
  font-weight: 700;
  position: relative;
}
.breadcrumb--active:after {
  content: '\25BE';
  position: absolute;
  right: 22px;
  z-index: 1;
}

.breadcrumb-close {
  position: absolute;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 10;
}
.breadcrumb-close:after {
  content: '\25B4';
  color: #B5B5B5;
}

@media (min-width: 700px) {
  .breadcrumb {
    border: none;
  }
  .breadcrumb a {
    display: inline-block;
    padding: 0.5em;
    text-decoration: none;
  }

  .breadcrumb-link {
    display: inline;
    opacity: 1;
    visibility: visible;
    position: static;
  }
  .breadcrumb-link:after {
    content: '/';
    margin-left: 0.5em;
    margin-right: -0.75em;
  }

  .breadcrumb--active {
    pointer-events: none;
  }
  .breadcrumb--active:after {
    content: none;
  }

  .breadcrumb-close {
    display: none !important;
  }
}

/*=============================================================
================ CSS POUR LE FIL D'ARIANE FIXE ================
=============================================================*/

.fil-d-ariane {
  left: 0;
  /*overflow: hidden;*/
  position: fixed;
  right: 0;
  top: 120px;
  opacity: 1;
  transition: all 0.3s;
  z-index: 1000;

}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid silver;
}

/*=============================================================
========== CSS POUR LE BOUTON RETOUR EN HAUT DE PAGE ==========
=============================================================*/

.scroll-button {
  position: fixed;
  width: 45px;
  height: 45px;
  background-color: #B5B5B5;
  border-radius: 22.5px;
  left: 92%;
  margin-left: -22.5px;
  z-index: 45;
  cursor: pointer;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  display: none;
  bottom: 30px;
  right: 100px;
}
.scroll-button:hover {
  color: #fff;
}
.scroll-button::before, .scroll-button::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 45px;
  height: 45px;
  border: #C2C2C2 1px solid;
  opacity: 0.3;
  animation: ripple 3.0s ease-out infinite;
  border-radius: 50%;
  z-index: -1;
}
.scroll-button:after {
  animation-delay: -0.6s;
}
.scroll-button.scroll-button-floating {
  position: fixed;
  bottom: 100px;
  transition: opacity .5s;
  opacity: 0;
}
.scroll-button.scroll-button-floating.visible {
  opacity: 1;
}

.scroll-button .arrow {
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 1;
}

.scroll-button .arrow .point {
  width: 15px;
  height: 15px;
  border-right: 4px solid #fff;
  top: 2px;
  left: -2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 4px solid #fff;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  50%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/*=============================================================
================= CSS POUR LE RESTE DU CONTENU ================
=============================================================*/

#contenu-notice {
  margin-left: 40px;
  width: auto;
}

.espace-contenu {
  background: #fff;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  box-sizing: border-box;
  clear: both;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

.espace-contenu-inner {
  padding-left: 0;
  padding-right: 0;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#contenu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  clear: both;
  position: relative;
}

section {
    display: inline-block;
    position: relative;
}

.search-input-wrapper {
  float: right;
  margin-top: 21px;
}

/*=============================================================
=============== CSS POUR LA PAGE DE RESULTAT ==================
=============================================================*/

#resultats {
    margin: 0 50px;
}

.resultat {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cecece;
    padding: 30px 0;
}

#resultats li a {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.resultat_titre h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.resultat_description {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 11px;
}

.resultat:first-child {
    border-top: 1px solid #cecece;
}

.resultat_titre h3:first-child {
    margin-top: 0px;
}

.apercu {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}

#pagination {
	margin-top: 20px;
}

#pagination #lien_precedent, #pagination #lien_suivant {
    background-color: #00669f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;	
	margin-right: 10px;
	cursor: pointer;	
}

#pagination #lien_precedent:hover, #pagination #lien_suivant:hover {
	background-color: #fc913a;
}

#resultats ul li {
    margin: 20px 0;
    border-bottom: 1px solid #cecece;
}

#resultats ul li:first-child {
    border-top: 1px solid #cecece;
    margin-top: 20px;
    height: 56px;
    display: flex;
    align-items: center;
}


/*=============================================================
===================== Nav Sommaire à gauche ===================
=============================================================*/

.module a::before{
  content:'';
  position:absolute;
  width:4px;
  height:4px;
  border-bottom:2px solid #707070;
  border-right: 2px solid #707070;
  transform:rotate(-45deg);
  transition:transform .2s;
  margin-left:-15px;
  margin-top:7px;
}

div.module-menu ul.level1 li.level1 a.selected:before,
div.module-menu ul.level2 li.level2 a.selected:before,
div.module-menu ul.level3 li.level3 a.selected:before{
  transform:rotate(45deg);
}

/* module-menu */
div.module-menu{margin-left:10px;padding:10px;font-family:Arial, Helvetica, sans-serif}
div.module-menu a{color:#00669f}
div.module-menu a:hover{text-decoration:none;color:#fff}

div.module-menu ul.level1,
div.module-menu ul.level2,
div.module-menu ul.level3,
div.module-menu ul.level4{padding-left:4px;padding:5px 0; list-style: none;}

div.module-menu ul.level1 li.level1 a.level1{decoration:none;font-size:14px;line-height:22px;padding:0;font-weight:bold;color:#00669f; cursor:pointer;}
div.module-menu ul.level1 li.level1 a.level1:hover{color:#fc913a}

div.module-menu ul.level2 li a.level2{display:inline-block;font-size:14px;line-height:22px;text-decoration:none;font-weight:normal;padding:1px 10px}
div.module-menu ul.level2 li.level2 a.level2:hover{color:#fc913a}
div.module-menu ul.level2 li.level2 a.selected{color:#00669f; font-weight:bold;}

div.module-menu ul.level3{margin-top:-3px;margin-bottom:3px;display:none}
div.module-menu ul.level3 li{line-height:16px}
div.module-menu ul.level3 li a{display:block;padding:2px 0 2px 18px}
div.module-menu ul.level3 li a:hover,
div.module-menu ul.level3 li a.selected{color:#fc913a;text-decoration:none; font-weight:bold;}

div.module-menu ul.level4{margin-top:-3px;margin-bottom:3px;display:none}
div.module-menu ul.level4 li{line-height:16px}
div.module-menu ul.level4 li a{font-size:14px;display:block;padding:2px 0 2px 26px}
div.module-menu ul.level4 li a:hover
{color:#fc913a;text-decoration:none}
div.module-menu ul.level4 li a.selected {color:#fc913a; font-weight:bold;}

.espace-contenu-inner-nav {
  background-color: #f7f7f7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-right: 20px;
  width: 26%;
  border-right: 0;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 20px;
  padding-left: 0px;
  vertical-align: top;
}

/*=============================================================
================= FIN de la Nav Sommaire ======================
=============================================================*/

.contenu-notice {
    float: right;
}

figure {margin: 14px 0;}

figure img {
  width: 100%;
  height: auto;
}

figcaption {
    margin: 50px 0 25px 0;
}

figcaption ol {
    margin: 0;
}

figcaption p {
    margin: 0;
}

/*=============================================================
===============================================================
=============== CSS POUR LE TABLEAU ===========================
===============================================================
=============================================================*/

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 900px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#363636;
  background:#DBDBDB;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 100;
  padding:14px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(even) td {
  background:#EBEBEB;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:13px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}


/*=============================================================
===============================================================
=============== CSS POUR LE FOOTER ===============
===============================================================
=============================================================*/

.footer {
  background-color: #f5f5f5;
  clear: both;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-contenu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 30px;
  width: 980px;
  color: #707070;
  font-size: 12px;
  line-height: 1.66667;
  min-height: 44px;
  padding: 0 10px 21px;
  text-align: center;
}

.footer .footer-contenu ul {
  display: block;
  font-size: 0;
  list-style: outside none none;
  padding: 0;
}

.footer .footer-contenu ul li {
  white-space: normal;
  display: inline-block;
  font-size: 12px;
  line-height: 1.66667;
  padding: 0;
  margin-left: 10px;
}

.footer .footer-contenu ul li a {
  color: #707070;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
}

#footer-logo a {
  display: block;
  height: 86px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-indent: -9999em;
  width: 114px;
  background-image: url(../img/logo_268x268-gris.png);
  background-size: 86px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#footer-logo a:active,
#footer-logo a:focus,
#footer-logo a:hover {
  display: block;
  height: 86px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-indent: -9999em;
  width: 114px;
  background-image: url(../img/logo_268x268.png);
  background-size: 86px auto;
  background-position: center center;
  background-repeat: no-repeat;
}


.copyright-footer {
  margin-top: 30px;
}

.copyright-footer ul a {
  color: #707070;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
}

.date-footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 15px;
  width: 980px;
  color: #707070;
  font-size: 12px;
  line-height: 1.66667;
  min-height: 44px;
  padding: 0 10px 21px;
  text-align: center;
}