@charset "UTF-8";
@font-face {
  font-family: "SourceSansPro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular-webfont.eot");
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Regular-webfont.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Regular-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro/SourceSansPro-Regular-webfont.svg#SourceSansPro") format("svg");
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/SourceSansPro/SourceSansPro-Semibold-webfont.eot");
  src: url("../fonts/SourceSansPro/SourceSansPro-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Semibold-webfont.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Semibold-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro/SourceSansPro-Semibold-webfont.svg#SourceSansPro") format("svg");
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/SourceSansPro/SourceSansPro-It-webfont.eot");
  src: url("../fonts/SourceSansPro/SourceSansPro-It-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-It-webfont.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-It-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro/SourceSansPro-It-webfont.svg#SourceSansPro") format("svg");
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/SourceSansPro/SourceSansPro-SemiboldIt-webfont.eot");
  src: url("../fonts/SourceSansPro/SourceSansPro-SemiboldIt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-SemiboldIt-webfont.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-SemiboldIt-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro/SourceSansPro-SemiboldIt-webfont.svg#SourceSansPro") format("svg");
}

/* ==========================================================================
   HTML5 display definitions
   Credit to normalize.css 
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
banner {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

iframe {
  border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

b {
  font-weight: normal;
}

label,
select,
option,
button {
  cursor: pointer;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button,
input[type="button"] {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  width: auto;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

/** ================================================
	REGLES COMMUNES
==================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  font-family: SourceSansPro, helvetica, arial, sans-serif;
  background-color: #eee;
  color: #000;
}

.page {
  margin: 0 auto;
  max-width: 80em;
  position: relative;
  background-color: #fff;
}

.main {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
}
.main:after {
  content: "";
  display: table;
  clear: both;
}

@media all and (max-width: 30em) {
  .main {
    margin-bottom: 0;
  }
}
h2, h3, h4, h5, h6,
ul, ol, dl,
fieldset,
p,
table,
pre,
hr {
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
}

i, em {
  font-style: italic;
  font-size: .9375em;
}

h1, .alpha {
  font-size: 1.875em;
  line-height: 1;
  margin-bottom: 0;
}

h2, .beta {
  font-size: 1.5em;
  /* 24px */
  line-height: 1;
  /* 24px */
}

h3, .gamma {
  font-size: 1.25em;
  /* 20px */
  line-height: 1.2;
  /* 24px */
}

h4, .delta {
  font-size: 1.125em;
  /* 18px */
  line-height: 1.333;
  /* 24px */
}

a {
  color: #222222;
  transition-property: color;
  transition-duration: 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
a:hover, a:focus {
  color: #d42000;
}

a img {
  border: none;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.img-gauche {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

p.img-gauche {
  margin-bottom: 0;
}

.fieldset {
  padding: 1em;
  border: 1px solid #ccc;
}

.clear-left {
  clear: left;
}

/*	fil d'ariane */
.breadcrumb {
  list-style-type: none;
  margin: 1em;
  padding: 0;
}
.breadcrumb span {
  padding: 0 .33em;
}

.breadcrumb a {
  border-bottom-width: 0;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  border-bottom-width: 1px;
  border-bottom-color: #d42000;
  color: #d42000;
}

@media all and (max-width: 30em) {
  .breadcrumb {
    margin-bottom: 0;
    font-size: 0.875em;
  }
}
/* bloc de contenu principal */
.main__content {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}
.main__content:after {
  content: "";
  display: table;
  clear: both;
}

/** ================================================
	HEADER
	Note: les styles pour le logo en svg
 	sont dans le fichier partials/logo.css
==================================================== */
.header {
  padding: 1em 1em 0 1em;
}

/* liens d'évitement */
.skip-links {
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 10em;
  font-size: 0.75em;
  margin: 0;
}
.skip-links > li {
  display: inline-block;
}
.skip-links > li + li {
  margin-left: 1em;
}
.skip-links a:link, .skip-links a:visited {
  color: transparent;
}
.skip-links a:hover, .skip-links a:focus {
  color: #d42000;
  background-color: #fff;
}

/* tous les liens du header */
.header a {
  border-bottom: none;
}

/* titre du site */
.site-title {
  position: relative;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.site-title_link {
  display: block;
  background: url('../img/top-dila.png?1430815126');
  background-repeat: no-repeat;
  height: 100px;
  max-width: 23em;
  padding-top: 6px;
  padding-left: 316px;
}
.site-title_link strong {
  font-weight: bold;
  color: #4D96D2;
}
.site-title_link:hover strong, .site-title_link:focus strong {
  color: #d42000;
}

.site-title_baseline {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 0.6em;
  position: absolute;
  top: 72px;
  right: 16px;
  line-height: 24px;
  padding-right: 204px;
  background: url('../img/points-dila.png?1430815126');
  background-position: right top;
  background-repeat: no-repeat;
}

/* Media queries header
-------------------------------------- */
@media all and (max-width: 48em) {
  .header {
    padding: .5em;
  }

  .site-title {
    line-height: .9;
  }
  .site-title .site-title_link {
    height: 92px;
  }

  .site-title_baseline {
    top: 92px;
  }
}
@media all and (max-width: 40em) {
  .skip-links {
    right: 1em;
    top: 104px;
    text-align: right;
  }
  .skip-links a:link, .skip-links a:visited {
    color: #666;
  }
  .skip-links a:focus, .skip-links a:hover {
    color: #d42000;
  }

  .site-title_link {
    background-image: url('../img/top-dila-p.png?1430815126');
    text-indent: -90000px;
    padding: 0;
  }

  .site-title_baseline {
    background-image: none;
    text-align: left;
    padding-right: 0;
    left: 0;
    font-size: .66em;
  }
}
@media all and (max-width: 30em) {
  .site-title_baseline {
    display: none;
  }
}
/** ===========================================
    FOOTER
=============================================== */
.footer {
  clear: both;
  line-height: 2;
  position: relative;
  background-color: #fff;
  border-top: 8px dotted #d7dcdc;
}

/* Infos DILA
-------------------------------------------- */
.dila-infos {
  position: relative;
  padding: 1em;
}
@media all and (min-width: 30.1em) {
  .dila-infos {
    *position: relative;
    *zoom: 1;
  }
  .dila-infos:before, .dila-infos:after {
    content: "";
    display: table;
  }
  .dila-infos:after {
    clear: both;
  }
}

@media all and (max-width: 30em) {
  .dila-infos {
    font-size: 0.9em;
  }
}

.dila-infos h3 {
  margin-top: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #3c4545;
}
@media all and (max-width: 30em) {
  .dila-infos h3 {
    margin-top: 1em;
    font-size: 1.1em;
  }
}

.dila-infos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dila-infos_about h3 {
  margin-bottom: 1.2em;
}
@media all and (min-width: 30.1em) and (max-width: 64em) {
  .dila-infos_about {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    *margin-right: -99.9%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}
@media all and (min-width: 64.1em) {
  .dila-infos_about {
    float: left;
    width: 42.85714%;
    margin-left: 0%;
    margin-right: -100%;
    *margin-right: -99.9%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}
@media all and (max-width: 30em) {
  .dila-infos_about {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }
}

@media all and (max-width: 30em) {
  .dila-infos_about .img-gauche {
    margin-bottom: 0.5em;
    margin-right: 1em;
  }
}

.about_text {
  line-height: 1.5;
}
@media all and (min-width: 64.1em) {
  .about_text {
    padding-right: 2em;
  }
}
@media all and (max-width: 30em) {
  .about_text {
    font-size: 0.9em;
  }
}

@media all and (min-width: 30.1em) and (max-width: 64em) {
  .dila-infos_espaces {
    clear: left;
    float: left;
    width: 42.85714%;
    margin-left: 0%;
    margin-right: -100%;
    *margin-right: -99.9%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}
@media all and (min-width: 64.1em) {
  .dila-infos_espaces {
    float: left;
    width: 28.57143%;
    margin-left: 42.85714%;
    margin-right: -100%;
    *margin-right: -99.9%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}

.sites-list, .espaces-consultation_list {
  margin: 0;
  padding: 0;
  line-height: 2;
}

@media all and (min-width: 48.1em) {
  .dila-infos .espaces-consultation_list {
    margin-bottom: 0;
  }
}
@media all and (min-width: 30.1em) and (max-width: 64em) {
  .dila-infos_sites {
    float: left;
    width: 57.14286%;
    margin-left: 42.85714%;
    margin-right: -100%;
    *margin-right: -99.9%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}
@media all and (min-width: 64.1em) {
  .dila-infos_sites {
    float: left;
    width: 28.57143%;
    margin-left: 71.42857%;
    margin-right: -100%;
    *margin-right: -99.9%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
}
@media all and (max-width: 30em) {
  .dila-infos_sites {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }
}

.sites-list li {
  position: relative;
}

.sites-list li a {
  border: medium none;
}

.sites-list li a span {
  padding-left: 30px;
  text-decoration: none;
  background-image: url("../img/sprite_pictos.png");
  background-repeat: no-repeat;
  background-position: 2px center;
}

.sites-list li a:hover {
  text-decoration: underline;
}

li a span.lien_legi {
  background-position: -300px center;
}

li a span.lien_vp {
  background-position: -100px center;
}

li a span.lien_boamp {
  background-position: -198px center;
}

li a span.lien_sp {
  background-position: -398px center;
}

li a span.lien_bodacc {
  background-position: -498px center;
}

li a span.lien_info {
  background-position: -598px center;
}

li a span.lien_df {
  background-position: -695px center;
}

/* Liens sites .gouv - Mentions legales & co
-------------------------------------------- */
.dila-mentions {
  font-size: 0.875em;
  margin: 0;
  overflow: hidden;
}

.mentions_gouv, .mentions_credits {
  list-style-type: none;
  margin: 0;
  padding: 1.5em 1em;
}
@media all and (min-width: 30.1em) {
  .mentions_gouv, .mentions_credits {
    text-align: center;
    padding: .5em 0;
  }
  .mentions_gouv li, .mentions_credits li {
    display: inline;
    padding: 0 1em;
  }
}

/* sites gouvernementaux */
.mentions_gouv {
  background-color: #3c4545;
  /* background-color: lighten( $dark-bg, 53%);*/
}
.mentions_gouv a {
  color: #C5CCCC;
}
.mentions_gouv a:hover, .mentions_gouv a:focus {
  color: #fff;
}

/* réseaux sociaux */
.mentions_reseaux {
  background-color: #3c4545;
  line-height: 2;
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}
.mentions_reseaux img {
  vertical-align: middle;
}
.mentions_reseaux li {
  display: inline-block;
  width: 4em;
}
@media all and (min-width: 30.1em) {
  .mentions_reseaux li {
    width: 6em;
  }
}

.mentions_reseaux .badge {
  display: block;
  position: relative;
  border-width: 0;
  height: 24px;
  text-align: center;
}

.mentions_reseaux .badge img {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

.mentions_reseaux .back {
  position: absolute;
  width: 6em;
  height: 2em;
  top: 0;
  left: -1000em;
  right: 0;
  bottom: 0;
  padding-left: .33em;
  padding-right: .33em;
  background-color: #fff;
  border-radius: .5em;
}

.mentions_reseaux .badge:hover .back,
.mentions_reseaux .badge:focus .back {
  left: -1em;
}

/* credits, plan site, etc. */
.mentions_credits {
  background-color: #000000;
  color: #eee;
  padding-bottom: 1em;
}
.mentions_credits a {
  color: #C5CCCC;
}
.mentions_credits a:hover, .mentions_credits a:focus {
  color: #fff;
}

/** ================================================
	HOME
==================================================== */
.main {
  background: transparent url(../img/bg-actu.jpg) repeat-x;
  background-size: auto 20em;
}

/* Incipit
---------------------------------------------------- */
.incipit {
  padding: .5em 1em;
  color: #444;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-align: center;
  font-style: italic;
  margin-top: 1em;
  font-size: 0.9em;
  background-color: #a9b4b4;
  color: #000;
}
@media all and (max-width: 30em) {
  .incipit {
    text-align: left;
  }
}

/* Actu
---------------------------------------------------- */
#actus-list {
  line-height: 1.25;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 72em;
}

.actu-item {
  padding-bottom: 0.5em;
  background-color: transparent;
  opacity: .9;
  float: left;
  margin-right: 0;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  color: #000;
  padding: 0 0.2em;
}

.actu-content {
  font-size: 0.9em;
}

.actu-date {
  display: block;
  padding: 0;
  background-color: #acb8b8;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  opacity: .9;
  line-height: 1.8em;
  cursor: pointer;
}
.actu-date a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 1em;
}

.actu-date:hover,
.actu-date:focus,
.actu-date a.active {
  background-color: #1f6fb1;
}

.with-js .actu-content {
  padding: 1em;
  padding: 1% 3% 0 3%;
  font-size: 1.14286em;
  display: none;
}

.actu-title {
  font-size: 1.14286em;
  font-weight: bold;
  margin-bottom: 1.14286em;
}

.actu h2 {
  font-size: 2em;
  background: #0082CA none repeat scroll 0 0;
  color: #fff;
  font-family: SourceSansPro,helvetica,arial,sans-serif;
  font-weight: bold;
  margin: 0.2em 1em;
  opacity: 0.9;
  padding: 0.1em 0;
  text-shadow: 2px 2px 2px #000000;
  width: 5em;
  text-align: center;
}

/* Media queries actu
---------------------------------------------------- */
@media all and (max-width: 30em) {
  .main {
    background: #0082ca;
  }

  .actu-title {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #000;
  }

  .actu h2 {
    background: none;
    color: #ffffff;
    margin: 0;
    text-shadow: 1px 1px 1px #000000;
  }

  #actus-list:last-child {
    margin-bottom: 0.25em;
  }

  .actu-content {
    padding: .25em 2em;
    background: white none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 0.5em;
    width: 100%;
  }

  .actu-item {
    padding-bottom: 0em;
  }

  #actus-list {
    width: 100%;
  }

  img {
    max-width: 40%;
    height: auto;
  }
}
@media all and (min-width: 30.1em) {
  .main {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 2em;
  }

  .actu-item {
    margin-bottom: 1em;
  }

  .actu-date,
  .actu-content {
    float: left;
    vertical-align: top;
    height: 100%;
  }

  .actu-date {
    width: 4em;
    padding: 0;
    background-color: #acb8b8;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.25em;
  }
  .actu-date a {
    padding: 1.5em 0 0 0;
  }

  .actu-jour,
  .actu-mois,
  .actu-annee,
  .actu-type {
    display: block;
  }

  .actu-jour {
    font-size: 2em;
  }

  .actu-mois {
    font-size: 0.75em;
    font-weight: normal;
  }

  .actu-type {
    margin: 1.5em 0 0;
    padding: .33em 0;
    font-weight: normal;
  }

  .actu-content {
    padding: 1em;
    width: 20em;
    background: white none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0.5em;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.78);
  }

  .no-js .actu-content, .actu-date.active:focus > .actu-content {
    display: inline-block;
  }
}
@media all and (min-width: 30em) and (max-width: 37.5em) {
  .main {
    background-size: auto 31em;
  }

  #actus-list {
    width: 100%;
  }

  .actu-content {
    background: white none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0.5em;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.78);
    width: 100%;
    padding: 0.5em;
  }

  .actu-item {
    margin-bottom: 0.4em;
  }

  .actu-title {
    margin-bottom: 0.5em;
  }

  .actu {
    height: 25em;
    text-align: center;
    white-space: nowrap;
  }
  .actu h2 {
    margin: 0.2em 0em;
    font-size: 1.5em;
    width: 100%;
  }
}
@media all and (min-width: 37.5em) and (max-width: 52.9375em) {
  .main {
    background-size: auto 31em;
  }

  .actu {
    height: 26em;
    text-align: center;
    white-space: nowrap;
  }
  .actu h2 {
    margin: 0.2em 0em;
    font-size: 1.5em;
    width: 100%;
  }

  #actus-list {
    width: 100%;
  }

  .actu-content {
    width: 100%;
    padding: 0.5em;
  }

  .actu-item {
    margin-bottom: 0.4em;
  }

  .actu-title {
    margin-bottom: 0.6em;
  }
}
@media all and (min-width: 52.9375em) and (max-width: 62.375em) {
  .main {
    background-size: auto 21em;
  }

  #actus-list {
    width: 60em;
  }

  .actu-content {
    width: 16.2em;
    height: 19em;
  }

  .actu-title {
    margin-bottom: 0.6em;
  }
}
@media all and (min-width: 62.375em) and (max-width: 71.375em) {
  #actus-list {
    width: 63em;
  }

  .actu-content {
    width: 17em;
    height: 17em;
  }
}
@media all and (min-width: 71.375em) {
  #actus-list {
    width: 74em;
  }

  .actu-content {
    height: 16em;
  }
}
/* Dila info spécifique home
---------------------------------------------------- */
.dila-infos_about {
  padding-bottom: 30px;
}
@media all and (max-width: 30em) {
  .dila-infos_about {
    font-size: 1em;
  }
}
@media all and (min-width: 30.1em) {
  .dila-infos_about {
    background-position: 1em bottom;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 30.1em) and (max-width: 42.75em) {
  .dila-infos_about {
    font-size: .9em;
  }
}

@media all and (min-width: 30.1em) and (max-width: 42.75em) {
  .dila-infos_espaces, .dila-infos_sites {
    font-size: .9em;
  }
}
.dila-mentions
.nav {
  clear: both;
  background-color: #f0f0f0;
}

.nav-list, .sub-nav-list, .nav-level-1, .nav-level-2 {
  margin: 0;
  padding: 0;
}
.nav-list a, .sub-nav-list a, .nav-level-1 a, .nav-level-2 a {
  border: none;
}
.nav-list a:hover, .nav-list a:focus, .sub-nav-list a:hover, .sub-nav-list a:focus, .nav-level-1 a:hover, .nav-level-1 a:focus, .nav-level-2 a:hover, .nav-level-2 a:focus {
  border-bottom: 1px solid;
}

.nav-list, .sub-nav-list {
  list-style-type: none;
}

.sub-nav-list {
  margin-top: 1em;
}

.nav-level-1 {
  padding: 1em;
}

.level-1-title {
  text-transform: uppercase;
  font-weight: bold;
}
.level-1-title:before {
  border-radius: 50%;
  display: inline-block;
  background-color: #cccccc;
  height: 2em;
  width: 2em;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  content: "";
  display: block;
}
.level-1-title:hover, .level-1-title:focus {
  border-bottom: none !important;
}
.reseaux .level-1-title:hover, .reseaux .level-1-title:focus, .reseaux .level-1-title:hover:before, .reseaux .level-1-title:focus:before {
  background-image: none;
}

/* sur les mobiles le rond est à côté du titre... */
.level-1-title, .level-1-title:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5em;
}

/* ... et il n'y a pas de marge entre le titre et la liste */
.sub-nav-list {
  margin-top: 0;
  margin-left: 2.5em;
}

/* Chaque rubrique a sa couleur */
.institution .level-1-title {
  color: #5f48a2;
}
.institution .level-1-title:before {
  background-color: #5f48a2;
}
.institution a:hover, .institution a:focus {
  color: #5f48a2;
}

.activites .level-1-title {
  color: #c51b7e;
}
.activites .level-1-title:before {
  background-color: #c51b7e;
}
.activites a:hover, .activites a:focus {
  color: #c51b7e;
}

.services .level-1-title {
  color: #336a6d;
}
.services .level-1-title:before {
  background-color: #336a6d;
}
.services a:hover, .services a:focus {
  color: #336a6d;
}

.actualites .level-1-title {
  color: #1f6fb1;
}
.actualites .level-1-title:before {
  background-color: #1f6fb1;
}
.actualites a:hover, .actualites a:focus {
  color: #1f6fb1;
}

.contact .level-1-title {
  color: #d42000;
}
.contact .level-1-title:before {
  background-color: #d42000;
}
.contact a:hover, .contact a:focus {
  color: #d42000;
}
.contact .sub-nav-list {
  border-right: none;
}

.reseaux {
  line-height: 2;
}
.reseaux img {
  vertical-align: middle;
  margin-right: 1em;
}

.nav-level-2 {
  font-size: .875em;
}

/* media queries navigation
-------------------------------------- */
@media all and (min-width: 30.1em) {
  .nav {
    margin: 1em 1em 2em;
    padding-left: 1em;
    border: 1px solid #e9e9e9;
    border-radius: .5em;
  }

  .level-1-title, .level-1-title:before {
    display: block;
    vertical-align: top;
  }

  .level-1-title:before {
    margin-top: -2em;
    margin-bottom: 1em;
  }

  .sub-nav-list {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 30.1em) and (max-width: 40em) {
  .nav-level-1 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    position: static;
  }
}
@media all and (min-width: 40.1em) and (max-width: 48em) {
  .nav-level-1 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    position: static;
  }
}
@media all and (max-width: 48em) {
  .nav-level-1 span.visually-hidden {
    display: block;
    clip: auto;
    width: auto;
    height: auto;
    overflow: auto;
    position: static;
    margin: 0;
    text-transform: uppercase;
  }
}
@media all and (min-width: 48.1em) {
  .nav {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: 3em;
  }

  .nav-list {
    display: table;
    width: 100%;
    position: relative;
  }

  .sub-nav-list {
    border-right: 1px solid #ddd;
  }

  .nav-level-1 {
    display: table-cell;
    width: 19%;
  }

  .level-1-title:before {
    margin-top: -2.5em;
    width: 2.5em;
    height: 2.5em;
  }

  /* réseaux sociaux */
  .reseaux {
    position: static;
    width: 5%;
    padding: 0;
    background-color: #ddd;
    text-align: center;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
  }
  .reseaux .sub-nav-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    margin-top: .5em;
    border-right: none;
  }

  .reseaux .nav-level-2 {
    position: relative;
    line-height: 2.2857em;
    width: 100%;
  }

  .badge {
    width: 100%;
    display: block;
    height: 2.2857em;
    border-radius: 0 .5em .5em 0;
  }

  .badge img {
    margin: 0 auto;
  }

  .back {
    padding-left: .5em;
    padding-right: .5em;
    height: 2.2857em;
    position: absolute;
    top: 0;
    left: -140%;
    width: 140%;
    background-color: #fff;
    border-radius: .5em 0 0 .5em;
    display: none;
  }

  a.badge:hover,
  a.badge:focus {
    border-color: transparent;
    background-color: #fff;
  }

  .badge:hover .back,
  .badge:focus .back {
    display: block;
  }
}
/* affichage du bandeau CNIL */
#layerCookies {
  font-size: .875em;
  line-height: 1.5;
  margin: 0;
  min-height: 1.5em;
  padding: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 12;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  background-color: #f0f0f5;
}

#layerCookies p {
  margin: 0 auto;
  padding: .2em;
}

#layerCookies a {
  text-decoration: underline;
  border-bottom: none;
}

#layerCookies .close {
  background: url("../img/close.png") no-repeat scroll 4px 4px transparent;
  display: inline-block;
  margin-left: 1em;
  margin-right: .5em;
  position: relative;
  top: 0;
  width: 24px;
  height: 24px;
  text-indent: 24px;
  vertical-align: middle;
  float: right;
  overflow: hidden;
}
#layerCookies .close:focus {
  background-color: #ff4800;
}
