*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
 ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }
/* Embedded content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }
/**
 * Add the correct display in IE.
 */
template {
  display: none; }
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  color: #131313;
  font-size: 62.5%;
  line-height: 1.4; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

img {
  max-width: 100%;
  height: auto; }
/* site */
body {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #f1f0f0; }
  body #centre .cadre {
    background-color: white;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 7px 1px #ccc; }
    body #centre .cadre .date_publication {
      font-weight: bold; }
    body #centre .cadre .titre {
      font-weight: bold;
      font-size: 1.2em;
      margin-bottom: 10px; }
    body #centre .cadre .principal {
      font-size: 1.5em;
      margin-bottom: 20px; }
    body #centre .cadre .actus {
      font-size: 1.8em; }
    body #centre .cadre div {
      margin-bottom: 25px; }
  body .content h1 {
    font-size: 3rem; }
    body .content h2 {
      font-size: 2.6rem; }
    body .content aside ul {
      padding: 0; }
      body .content aside ul li {
        display: block;
        margin-bottom: 7px; }
        body .content aside ul li a {
          position: relative;
          font-weight: 500;
          font-size: 1.6rem;
          display: block;
          padding: 15px 35px 15px 15px;
          color: #131313; }
          body .content aside ul li a:after {
            position: absolute;
            top: 28%;
            right: 12px;
            content: "\f2fb";
            font: 2.4rem 'Material-Design-Iconic-Font'; }
          body .content aside ul li a:hover {
            background: #594662;
            color: white;
            text-decoration: none; }
        body .content aside ul li:last-child {
          border-bottom: 0; }
    body .content aside .twitter {
      position: relative; }
      body .content aside .twitter .test-twitter {
        width: 100%;
        position: absolute;
        background: #cc495e;
        top: 12px;
        left: 0;
        text-align: center;
        color: white; }
        body .content aside .twitter .test-twitter h2 {
          margin-top: 15px;
          font-size: 2.2rem;
          font-weight: 600; }
        body .content aside .twitter .test-twitter p {
          margin-bottom: 15px; }
        body .content aside .twitter .test-twitter .mots-cles {
          padding: 7px;
          background: white;
          color: #cc495e;
          font-size: 1.6rem;
          font-weight: 600; }
          body .content aside .twitter .test-twitter .mots-cles span {
            display: inline-block;
            margin: 0 10px; }
    body .content aside .article_recent {
      margin-top: -31%; }
    body .content aside #encadrement {
      border: 2px solid #4976a1;
      width: 295px;
      margin-bottom: 5px;
      margin-top: 20px;
      height: 287px;
      background: white; }
    body .content .main-content article {
      margin-bottom: 20px; }
      body .content .main-content article .contenu-article {
        padding: 0 15px;
        box-shadow: none !important; }
        body .content .main-content article .contenu-article .bloc_intro_logo {
          margin: 0 -15px 10px; }
          body .content .main-content article .contenu-article .bloc_intro_logo img {
            width: 100%; }
        body .content .main-content article .contenu-article h2 {
          text-transform: uppercase;
          font-weight: 700;
          line-height: 1.2;
          font-size: 1.6rem;
          margin: 0 0 10px;
          padding-top: 10px; }
        body .content .main-content article .contenu-article p {
          color: #737373;
          font-size: 1.4rem; }
      body .content .main-content article .up-line {
        padding: 15px; }
      body .content .main-content article.col-sm-6.article-home {
        padding-right: 5px; }
        body .content .main-content article.col-sm-6.article-home + .col-sm-6.article-home {
          padding-right: 15px;
          padding-left: 5px; }
    body .content .actualite {
      padding: 15px; }
    body .content .actualite .article-header {
      border-bottom: 1px solid #131313;
      margin-bottom: 10px;
      padding-bottom: 15px;
      padding-right: 140px; }
      body .content .actualite .article-header .outils {
        position: absolute;
        right: 0;
        top: 10px; }
        body .content .actualite .article-header .outils ul li {
          padding: 0;
          margin-left: 5px; }
          body .content .actualite .article-header .outils ul li a {
            display: block; }
            body .content .actualite .article-header .outils ul li a img {
              border: 1px solid #ccc; }
              body .content .actualite .article-header .outils ul li a img:hover {
                border-color: black; }
              body .content .actualite .article-header .outils ul li a img.puce {
                border: 0;
                margin: 0; }
            body .content .actualite .article-header .outils ul li a i {
              position: relative;
              top: 8px;
              color: #616161;
              font-size: 3rem; }
              body .content .actualite .article-header .outils ul li a i:hover {
                color: black; }
      body .content .actualite .article-header h1 {
        font-weight: 700;
        font-size: 3rem;
        margin: 0 0 12px; }
      body .content .actualite .article-header h2 {
        margin: 0 0 15px;
        color: #737373;
        font-size: 2.2rem;
        font-weight: 300; }
      body .content .actualite .article-header .info-publi p {
        margin-bottom: 0;
        color: #737373; }
        body .content .actualite .article-header .info-publi p time {
          font-weight: 700; }
    body .content .chapo {
      margin-top: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #131313;
      line-height: 2; }
    body .content .chapo p {
      font-size: 1.6rem; }
    body .content main {
      padding: 10px 50px;
      font-size: 1.6rem;
      line-height: 1.7; }
    body .content main h1 {
      font-weight: 700;
      font-size: 2.6rem; }
    body .content main h2 {
      font-weight: 700;
      font-size: 2.4rem; }
    body .content main h3 {
      font-size: 2rem;
      color: #737373;
      font-weight: 700; }
    body .content main img {
      margin: 20px 0;
      border: 1px solid #ccc; }
    body .content main blockquote {
      margin: 25px 0; }
    body .content main .texteencadre-spip {
      border: 1px solid #ccc;
      padding: 10px; }
    body .content main iframe[src*="dailymotion"] {
      max-width: 100%; }
    body .content main ul {
      list-style-type: disc;
      padding-left: 20px;
      margin: 25px 0; }
      body .content main ul li {
        margin-bottom: 30px; }
        body .content main ul li:last-child {
          margin-bottom: 0; }
    body .content main .documents {
      margin: 20px 0 0;
      background: #594662;
      color: white;
      padding: 5px 35px; }
      body .content main .documents h1 {
        margin: 25px 0 30px;
        font-size: 2rem;
        font-weight: 600; }
      body .content main .documents .lien {
        margin: 12px 5% 12px 0;
        float: left;
        width: 45%; }
        body .content main .documents .lien a {
          color: white; }
        body .content main .documents .lien a:before {
          background: #cc495e;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          text-align: center;
          padding: 10px 4px 4px 4px;
          position: relative;
          top: -10px;
          float: left;
          margin-right: 12px;
          content: "\f220";
          font: 1.9rem 'Material-Design-Iconic-Font'; }
        body .content main .documents .lien:nth-child(2n) {
          clear: both; }
  body .col-droite .menu ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none; }
    body .col-droite .menu ul li {
      display: block;
      margin-bottom: 5px; }
      body .col-droite .menu ul li a {
        position: relative;
        background: #616161;
        display: block;
        color: white;
        padding: 15px 30px 15px 15px;
        font-size: 1.6rem;
        font-weight: 600; }
      body .col-droite .menu ul li a:hover {
        text-decoration: none;
        background: #424242;
        color: white; }
      body .col-droite .menu ul li a i {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 2.6rem; }
    body .col-droite .menu ul.menu-articles {
      top: 100%;
      box-shadow: none;
      border: 0;
      background: transparent;
      margin-top: 0;
      float: none;
      width: 100%; }
      body .col-droite .menu ul.menu-articles li {
        margin: 5px 0 0; }
      body .col-droite .menu ul.menu-articles li a {
        background: #cac9c9;
        padding: 15px;
        color: #131313;
        white-space: inherit; }
      body .col-droite .menu ul.menu-articles li a:hover {
        background: #acaaaa; }
    body .col-droite .menu-aside {
      padding: 0;
      margin-top: 0;
      margin-bottom: 10px;
      list-style-type: disc; }
    body .col-droite .menu-aside li {
      display: block;
      margin-bottom: 7px;
      list-style: none; }
    body .col-droite .menu-aside li a {
      background: white;
      box-shadow: 2px 2px 7px 1px #ccc;
      border-radius: 0;
      position: relative;
      font-weight: 500;
      font-size: 1.6rem;
      display: block;
      padding: 15px 35px 15px 15px;
      color: #131313; }
    body .col-droite .menu-aside li a:after {
      position: absolute;
      top: 28%;
      right: 12px;
      content: "\f2fb";
      font: 2.4rem 'Material-Design-Iconic-Font'; }
    body .col-droite .menu-aside li a:hover {
      background: #594662;
      color: white;
      text-decoration: none; }
  body .rubrique .titre-actus {
    font-weight: 700;
    font-size: 2.8rem;
    margin-left: 25px; }
    body .rubrique .contenu .texte {
      background: white;
      padding: 25px;
      font-size: 1.8rem;
      line-height: 2;
      font-weight: 300; }
    body .rubrique .contenu .logo_rubrique img {
      max-width: 100%; }
  body .articles {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0; }
    body .articles .actu {
      margin-bottom: 20px; }
    body .articles .actu .item {
      background: #384064; }
    body .articles .actu .item img {
      height: 0; }
    body .articles .actu .item .infos {
      padding: 0 25px 25px 25px; }
      body .articles .actu .item .infos h2 {
        font-size: 1.8rem;
        font-weight: 600;
        margin: 40px 0 6px; }
      body .articles .actu .item .infos a {
        color: white; }
      body .articles .actu .item .infos .date {
        padding: 10px;
        background: #384064;
        position: absolute;
        right: 15px;
        top: 0px; }
      body .articles .actu .item .infos .texte {
        font-size: 1.4rem;
        margin-bottom: 0; }
  body .pagination {
    text-align: center;
    margin: 20px 0; }
    body .pagination .pages .sep {
      display: none; }
    body .pagination .pages .on {
      background: #384064;
      color: white;
      padding: 5px 10px;
      border: 2px solid #384064;
      margin-right: 15px; }
    body .pagination .pages a {
      color: #384064;
      border: 1px solid #384064;
      display: inline-block;
      padding: 5px 10px;
      margin-right: 15px; }
    body .pagination .pages a:hover, body .pagination .pages a:active, body .pagination .pages a:focus {
      color: white;
      background: #384064;
      text-decoration: none; }

.menu-gauche {
  background: #cc495e;
  padding: 0;
  margin-bottom: 20px; }
  .menu-gauche ul li.items {
    margin-bottom: 0px; }
    .menu-gauche ul li.items a#link_menu_g {
      border-bottom: 1px solid white;
      background: #cc495e;
      box-shadow: 0px 0px 0px 0px;
      color: white; }
    .menu-gauche ul li.items a#link_menu_g:hover {
      background: #b13146; }

@media screen and (min-width: 992px) {
  body .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }

@media screen and (max-width: 992px) {
  body header.header .numero-wrapper {
    margin-top: 9px;
    padding: 0; }
    body header.header .numero-wrapper .numero {
      height: 60px;
      padding-top: 15px;
      border-radius: 0;
      font-size: 2.2rem;
      height: auto;
      padding-bottom: 15px; }
      body header.header .numero-wrapper .numero span {
        font-size: 1.4rem; }
      body header.header .numero-wrapper .numero i {
        display: none; }
    body header.header .numero-wrapper .numero-content span {
      display: inline-block; }
    body header.header .navbar-header {
      position: absolute;
      right: 0;
      top: 0;
      text-align: center;
      cursor: pointer;
      height: 80px;
      padding: 0;
      background: #594662; }
    body header.header .navbar-header .navbar-toggle {
      display: inline-block;
      float: none;
      margin: 0 auto;
      border-radius: 0;
      padding: 30px 15px; }
      body header.header .navbar-header .navbar-toggle .icon-bar {
        background: white;
        width: 32px;
        height: 3px; }
        body header.header .navbar-header .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 6px; }
    body header.header #navbar {
      position: absolute;
      z-index: 10;
      right: 0;
      top: 80px;
      width: 75%;
      margin-top: 0; }
    body header.header #navbar > .container-fluid {
      padding: 0; }
      body header.header #navbar > .container-fluid .navbar-default .menu-liste > li {
        display: block;
        text-align: left; }
        body header.header #navbar > .container-fluid .navbar-default .menu-liste > li > a {
          font-size: 1.5rem;
          font-weight: 300;
          padding: 10px 15px;
          border-left: 0;
          border-bottom: 1px solid white; }
          body header.header #navbar > .container-fluid .navbar-default .menu-liste > li > a i {
            top: 12px;
            right: 12px;
            margin-left: 5px;
            font-size: 2rem; }
        body header.header #navbar > .container-fluid .navbar-default .menu-liste > li:last-child > a {
          border-bottom: 0;
          border-right: 0; }
        body header.header #navbar > .container-fluid .navbar-default .menu-liste > li .dropdown-menu {
          position: static;
          float: none;
          border-top: 0; }
          body header.header #navbar > .container-fluid .navbar-default .menu-liste > li .dropdown-menu li a {
            padding: 10px;
            white-space: inherit; }
            body header.header #navbar > .container-fluid .navbar-default .menu-liste > li .dropdown-menu li a:focus {
              background: #594662; }
    body .content aside ul.menu-aside {
      padding-bottom: 155px; }
    body .menu_rubriques {
      margin: 10px 0; }
    body .col-droite .encart {
      text-align: center;
      margin-top: 10px; }
    body .col-droite .encart.rouge {
      margin-top: 0;
      position: absolute;
      top: -460px;
      right: 15px;
      width: 45%;
      height: 455px; }
      body .col-droite .encart.rouge img {
        max-height: 265px;
        width: auto; } }

@media screen and (max-width: 768px) {
  body header.header .titre .titre-site {
    font-size: 1.8rem; }
    body header.header .titre h1, body header.header .titre .slogan {
      width: 60%;
      position: absolute;
      left: 125px;
      font-size: 1.4rem; }
    body header.header #navbar {
      top: 79px;
      width: 100%; }
    body header.header #navbar .navbar-nav {
      margin: 0; }
    body #footer {
      margin-top: -1px !important; }
    body #footer .container-fluid .row .menu-center {
      padding: 0;
      margin-top: 0;
      margin-bottom: 10px;
      list-style-type: disc; }
      body #footer .container-fluid .row .menu-center li {
        display: block;
        margin-bottom: 7px;
        list-style: none;
        width: 20%;
        float: left;
        display: inline-block; }
        body #footer .container-fluid .row .menu-center li a {
          background: white;
          box-shadow: 2px 2px 7px 1px #ccc;
          border-radius: 0;
          position: relative;
          font-weight: 500;
          font-size: 1.6rem;
          display: block;
          padding: 15px 35px 15px 15px;
          color: #131313;
          height: 80px; }
        body #footer .container-fluid .row .menu-center li a:after {
          position: absolute;
          top: 28%;
          right: 12px;
          content: "\f2fb";
          font: 2.4rem 'Material-Design-Iconic-Font'; }
        body #footer .container-fluid .row .menu-center li a:hover {
          background: #594662;
          color: white;
          text-decoration: none; }
    body .content main {
      padding: 10px 25px; }
    body .content main ul li {
      margin-bottom: 10px; }
    body .content .main-content > .row {
      background: #4976a1;
      padding-top: 20px; }
    body .content .main-content article.col-sm-6.article-home {
      padding-right: 15px; }
      body .content .main-content article.col-sm-6.article-home + .col-sm-6.article-home {
        padding-left: 15px; }
    body .aside-wrapper {
      padding: 0; }
    body .aside-wrapper aside #encadrement {
      display: none; }
    body .aside-wrapper aside ul, body .aside-wrapper aside ul.menu-aside {
      margin-bottom: 0;
      padding-bottom: 0; }
      body .aside-wrapper aside ul li, body .aside-wrapper aside ul.menu-aside li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0; }
      body .col-droite .encart {
        box-shadow: none;
        margin: 0; }
    body .col-droite .encart .bloc {
      display: none; }
    body .col-droite .encart.rouge {
      position: static;
      width: 100%; }
    body .articles .actu .item .infos {
      min-height: auto; }

  .page_sommaire body header.header {
    margin-bottom: 0; }
    .page_sommaire body .col-droite-wrapper {
      padding: 0; }
    .page_sommaire body .menu-gauche {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) and (max-width: 802px) {
  body header.header .titre h1, body header.header .titre .slogan {
    font-size: 1.5rem; } }

@media screen and (max-width: 540px) {
  body header.header .titre h1, body header.header .titre .slogan {
    width: 50%;
    position: absolute;
    top: 20px;
    left: 125px;
    font-size: 1.4rem; }
    body .content .actualite .article-header {
      padding: 0; }
      body .content .actualite .article-header .outils {
        position: static; } }

@media screen and (max-width: 480px) {
  body .content main {
    padding: 10px 0; }
    body .content article footer #outils {
      margin: 20px 0;
      padding: 10px 0; }
      body .content article footer #outils .partage {
        display: block; }
        body .content article footer #outils .partage p {
          line-height: 30px; }
        body .content article footer #outils .partage > div, body .content article footer #outils .partage > iframe {
          margin: 0 0 15px; }
        body .content article footer #outils .partage > iframe {
          width: 100% !important;
          margin-top: 15px; } }

@media screen and (max-width: 430px) {
  body header.header .titre h1, body header.header .titre .slogan {
    position: absolute;
    width: auto;
    left: 15px;
    top: 75px;
    font-size: 1.4rem; }
    body header.header .numero-wrapper {
      margin-top: 50px; } }

@media screen and (max-width: 330px) {
  body header.header .numero-wrapper {
    margin-top: 65px; } }

body header {
  position: relative;
  background: white;
  padding-top: 10px;
  margin-bottom: 20px; }
  body header a[rel="start home"]:hover, body header a[rel="start home"]:focus {
    text-decoration: none; }
  body header .logo_ministere {
    float: left; }
  body header .logo_ministere img {
    max-height: 110px;
    width: auto; }
  body header .titre {
    margin-left: 110px;
    text-transform: uppercase; }
  body header .titre .titre-site {
    display: block;
    font-size: 2.8rem;
    font-weight: 600;
    color: #594662;
    margin: 0;
    cursor: default;
    text-decoration: none; }
  body header .titre h1, body header .titre .slogan {
    font-family: Helvetica;
    font-size: 1.6rem;
    color: #131313;
    margin: 3px 0 0;
    line-height: 1.1; }
  body header .numero {
    border-radius: 35px;
    background: #26a592;
    color: white;
    text-align: center;
    padding: 6px 12px;
    font-size: 2.4rem;
    font-weight: 600; }
  body header .numero span {
    position: relative;
    top: -2px;
    display: block;
    font-size: 1.4rem;
    font-weight: 400; }
  body header #navbar {
    background: #594662;
    margin-top: 15px;
    padding: 0; }
  body header #navbar .navbar-default {
    background: none;
    border: 0;
    min-height: auto;
    border-radius: 0;
    margin-bottom: 0; }
  body header #navbar .navbar-default .menu-liste {
    float: none;
    display: table;
    width: 100%; }
    body header #navbar .navbar-default .menu-liste > li {
      float: none;
      display: table-cell;
      text-align: center; }
    body header #navbar .navbar-default .menu-liste > li > a {
      color: white;
      display: block;
      padding: 10px;
      font-size: 1.6rem;
      border-left: 1px solid white; }
    body header #navbar .navbar-default .menu-liste > li > a:hover {
      background: #43314c; }
    body header #navbar .navbar-default .menu-liste > li > a i {
      position: absolute;
      top: 8px;
      margin-left: 15px;
      font-size: 2.6rem; }
    body header #navbar .navbar-default .menu-liste > li:last-child > a {
      border-right: 1px solid white; }
    body header #navbar .navbar-default .menu-liste > li:last-child .dropdown-menu {
      left: auto;
      right: 0; }
    body header #navbar .navbar-default .menu-liste > li.home {
      width: 60px; }
    body header #navbar .navbar-default .menu-liste > li.home a {
      width: 60px;
      padding: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      body header #navbar .navbar-default .menu-liste > li.home a i {
        width: 60px;
        font-size: 3rem;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        bottom: 0; }
    body header #navbar .navbar-default .menu-liste > li.open > a, body header #navbar .navbar-default .menu-liste > li.active > a {
      background: #43314c; }
    body header #navbar .navbar-default .menu-liste > li.open > a i:before {
      content: "\f2fc"; }
    body header #navbar .navbar-default .menu-liste > li .dropdown-menu {
      min-width: 100%;
      box-shadow: none;
      border: 0;
      border-top: 1px solid white;
      background: #43314c;
      padding: 5px 0;
      border-radius: 0; }
    body header #navbar .navbar-default .menu-liste > li .dropdown-menu li {
      display: block; }
      body header #navbar .navbar-default .menu-liste > li .dropdown-menu li a {
        display: block;
        color: white;
        padding: 5px 10px;
        font-weight: 300; }
        body header #navbar .navbar-default .menu-liste > li .dropdown-menu li a:hover {
          background: none;
          text-decoration: underline; }
      body header #navbar .navbar-default .menu-liste > li .dropdown-menu li.active > a {
        background: #594662; }
        body header #navbar .navbar-default .menu-liste > li .dropdown-menu li.active > a:hover {
          text-decoration: none;
          cursor: default; }

body #footer {
  background: white;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px; }
  body #footer img {
    max-width: 110px; }
  body #footer .banniere {
    background: transparent;
    margin-bottom: 10px; }
  body #footer .logos {
    margin-bottom: 10px; }
  body #footer .logos li {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top; }
  body #footer .logos li a img {
    max-height: 50px;
    width: auto; }
  body #footer .logos li:last-child {
    margin-right: 0; }
  body #footer .menu {
    margin-top: -10px; }
  body #footer .menu ul {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0;
    margin-bottom: 0; }
  body #footer .menu ul li {
    display: block; }
    body #footer .menu ul li a {
      color: #131313;
      padding: 10px;
      display: block;
      border-bottom: 1px solid #ccc; }
    body #footer .menu ul li:last-child a {
      border-bottom: 0; }
  body #footer .bas {
    clear: both;
    padding: 0 15px;
    background: #212121; }
  body #footer .bas .row > div {
    padding: 8px 15px; }
  body #footer .bas a {
    text-transform: uppercase;
    color: white; }
  body #footer .bas a i {
    font-size: 5px;
    position: relative;
    top: -3px;
    margin: 0 5px; }
  body #footer .bas ul li {
    display: inline-block;
    color: white; }
    body #footer .bas ul li a {
      padding: 0 8px;
      font-size: 1.4rem; }
    body #footer .bas ul li:after {
      content: "|";
      margin: 0 4px; }
    body #footer .bas ul li:last-child:after {
      display: none; }
  body #footer .container-fluid .row .menu-center {
    padding: 0; }
    body #footer .container-fluid .row .menu-center li {
      margin-bottom: 7px;
      margin-right: 10px;
      list-style: none;
      width: 23%;
      float: left; }
    body #footer .container-fluid .row .menu-center li a {
      position: relative;
      font-weight: 500;
      display: block;
      padding: 15px 35px 15px 15px;
      color: #131313;
      height: 60px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body .logo-ministere {
    width: 23%; }
    body .banniere-logos {
      width: 77%; } }

@media screen and (max-width: 992px) {
  body #footer .menu {
    padding: 0;
    margin-top: 135px;
    border-top: 1px solid #ccc; }
    body #footer .menu ul {
      border: 0; }
      body #footer .menu ul li {
        float: left;
        width: 50%; }
        body #footer .menu ul li a {
          padding: 10px 15px; }
    body #footer .menu + div {
      position: absolute; } }

@media screen and (max-width: 768px) {
  body #footer .menu ul li {
    width: auto;
    float: none; }
    body #footer .menu ul li a {
      position: relative; }
      body #footer .menu ul li a:after {
        position: absolute;
        right: 20px;
        top: 37%;
        font: 1.4rem FontAwesome;
        content: "\f054"; }
    body #footer .menu ul li:last-child a {
      border-bottom: 1px solid #ccc; }
    body #footer .logos {
      padding: 0; } }

@media screen and (max-width: 480px) {
  body #footer img {
    max-width: 130px;
    margin: 0 auto; }
    body #footer .menu {
      margin: 290px 0 0; }
    body #footer .logo-ministere, body #footer .banniere-logos {
      width: 100%;
      float: none; }
    body #footer .logos li {
      display: block;
      margin: 0 0 15px; }
      body #footer .logos li a img {
        max-height: auto; }
      body #footer .logos li:last-child {
        margin-bottom: 0; }
    body #footer .bas {
      padding: 0; }
      body #footer .bas .row .droite {
        padding: 8px 0; }
        body #footer .bas .row .droite ul {
          padding: 0; }
          body #footer .bas .row .droite ul li {
            display: block;
            text-align: left;
            margin-bottom: 10px;
            border-bottom: 1px solid white;
            padding-bottom: 10px; }
            body #footer .bas .row .droite ul li:after {
              display: none; }
            body #footer .bas .row .droite ul li:last-child {
              margin-bottom: 0;
              border-bottom: 0;
              padding-bottom: 0; } }
/* Logos, documents et images */
.spip_logo_center {
  clear: both;
  display: block;
  margin: 0 auto 1.5em auto; }

.spip_logo_left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.spip_logo_right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.spip_documents {
  margin-bottom: 1.5em;
  padding: 0;
  background: none;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .spip_documents dt img {
    margin: auto; }

.spip_documents_center {
  clear: both;
  display: block;
  width: 100%; }

.spip_documents_left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em; }

.spip_documents_right {
  float: right;
  margin-left: 1.5em; }

.spip_doc_titre {
  margin-top: -10px; }

.spip_doc_descriptif {
  clear: both;
  font-size: 1.4rem;
  color: #737373;
  margin: 5px 0; }

.spip_doc_credits {
  clear: both;
  font-size: 1.2rem; }

.pagination {
  width: 100%;
  padding: 0 15px; }

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block; } }

.breadcrumb {
  position: relative;
  padding-top: 15px;
  padding-left: 55px;
  min-height: 50px; }
  .breadcrumb li {
    position: relative;
    margin: 0 15px 8px 0; }
  .breadcrumb li a {
    color: #131313;
    text-decoration: underline; }
  .breadcrumb li.home {
    position: static;
    text-decoration: none;
    margin-right: 0; }
  .breadcrumb li.home a {
    padding: 0; }
  .breadcrumb li.home a i {
    font-size: 3rem;
    position: absolute;
    top: 9px;
    left: 16px; }
  .breadcrumb li.home + li {
    margin-left: -4px; }
  .breadcrumb li.home + li + li {
    margin-left: 0; }
  .breadcrumb li + li:before {
    font: 2.5rem 'Material-Design-Iconic-Font';
    color: #131313;
    content: "\f2fb";
    position: relative;
    top: 5px;
    padding: 0;
    margin-right: 15px;
    line-height: 10px; }

.container-fluid {
  max-width: 1280px; }

.blocBlanc, body .content aside ul li a, body .content .main-content article .contenu-article, body .content .actualite, .breadcrumb, .encart {
  background: white;
  box-shadow: 2px 2px 7px 1px #ccc;
  border-radius: 0; }

.padding15 {
  padding: 15px; }

.encart {
  padding: 10px 15px;
  border: 2px solid #384064;
  margin-bottom: 20px; }
  .encart .titre-bloc {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 5px 0 10px;
    line-height: 1.4;
    color: #384064; }
  .encart h3, .encart .exergue {
    font-size: 1.4rem;
    font-weight: 700;
    color: #737373; }
  .encart .sous-titre {
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .encart .bloc {
    padding-top: 12px;
    border-top: 1px solid #384064; }
  .encart .bloc .numero {
    color: #26a592;
    font-size: 1.8rem;
    font-weight: 700; }
  .encart input[type="submit"] {
    background: #384064;
    border-color: #384064; }
  .encart input[type="submit"]:hover {
    background: black; }
  .encart .btn {
    color: white;
    background: #384064; }
  .encart .btn:hover, .encart .btn:focus {
    background: #131313;
    color: white; }
  .encart.rouge {
    border-color: #cc495e;
    text-align: center; }
  .encart.rouge .titre-bloc {
    color: #cc495e; }

.invalide, .erreur {
  color: #e52d12 !important; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.cf:before, .cf:after {
  display: table;
  content: ""; }

.cf:after {
  clear: both; }

.clear {
  clear: both; }

.text-center {
  text-align: center; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 768px) {
  .encart {
    background: #384064; }
    .encart .titre-bloc, .encart h3, .encart .exergue, .encart .sous-titre, .encart p {
      color: white; }
    .encart .btn, .encart input[type="submit"] {
      color: #384064;
      background: white; }
      .encart .btn:hover, .encart input[type="submit"]:hover, .encart .btn:focus, .encart input[type="submit"]:focus {
        background: #384064;
        color: white;
        border: 1px solid white; }
      .encart .btn.rouge, .encart input[type="submit"].rouge {
        color: #cc495e;
        background: white; }
        .encart .btn.rouge:hover, .encart input[type="submit"].rouge:hover, .encart .btn.rouge:focus, .encart input[type="submit"].rouge:focus {
          background: #cc495e;
          color: white;
          border: 1px solid white; }
    .encart.rouge {
      background: #cc495e; }
      .encart.rouge .titre-bloc {
        color: white; } }

@media screen and (min-width: 1024px) {
  .erreur-connexion {
    left: 30%;
    width: 65%; }

  .boutons-flottants {
    display: block; } }

::-webkit-input-placeholder {
  color: #737373; }

:-moz-placeholder {
  color: #737373; }

::-moz-placeholder {
  color: #737373; }

:-ms-input-placeholder {
  color: #737373; }

label {
  display: inline-block;
  margin-right: 2px; }
  label.vide {
    display: none; }

form .libelle {
  font-size: 1.4rem;
  font-weight: 300; }
  form .libelle.autocomplete {
    margin-bottom: -20px; }

.submit {
  border-top: 1px solid #ccc;
  padding: 6px 10px; }

input[type="text"], input[type="password"], input[type="date"], input[type="number"], select {
  font-weight: 400;
  margin: 0;
  border: 0;
  border: 1px solid #ccc;
  color: #737373;
  height: 40px;
  padding: 10px;
  border-radius: 0;
  max-width: 100%; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  cursor: pointer;
  padding-right: 35px;
  background: url("https://ivg.gouv.fr/squelettes/images/select.jpg") no-repeat center right white;
  -webkit-appearance: button;
  -moz-appearance: none; }
  select:hover {
    border-color: #737373; }

input[type="submit"], input[type="reset"] {
  font-size: 1.6rem;
  margin: 10px 0;
  cursor: pointer;
  color: white;
  background: #4976a1;
  padding: 12px 38px;
  border: 1px solid #4976a1;
  border-radius: 3px;
  font-weight: 300; }
  input[type="submit"]:hover, input[type="reset"]:hover {
    background: #384064; }

input[type="submit"] {
  border-radius: 25px; }

input[type="reset"] {
  background: #f1f0f0;
  color: #131313;
  border: 1px solid #ccc;
  padding: 7px 15px; }
  input[type="reset"]:hover, input[type="reset"]:focus {
    background: #d8d6d6; }

.checkbox, .radio {
  display: block;
  margin: 0 0 20px; }
  .checkbox label, .radio label {
    text-transform: none;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 10px 5px 0; }
  .checkbox label:before, .radio label:before {
    background: white;
    font: 18px 'Material-Design-Iconic-Font';
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 1px;
    border: 1px solid black; }
  .checkbox input, .radio input {
    display: none; }
  .checkbox input[type=checkbox]:checked + label:before, .radio input[type=checkbox]:checked + label:before, .checkbox input[type=radio]:checked + label:before, .radio input[type=radio]:checked + label:before {
    content: "\f26b";
    color: white;
    text-align: center;
    font-size: 1.6rem;
    line-height: 15px;
    font-weight: 700;
    border: 0;
    background: #4976a1; }
  .checkbox input[type=radio]:checked + label:before, .radio input[type=radio]:checked + label:before {
    content: "\2022";
    font-size: 22px;
    line-height: 12px;
    border-radius: 50%;
    color: #4976a1;
    background: white;
    border: 2px solid #4976a1; }

.radio label:before {
  border-radius: 50%; }

.bouton {
  text-align: center;
  margin: 10px 0; }

.btn {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  cursor: pointer;
  color: white;
  background: #4976a1;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 35px; }
  .btn:hover, .btn:focus {
    background: #384064;
    color: white; }
  .btn.fonce {
    background: #384064; }
  .btn.fonce:hover, .btn.fonce:focus {
    background: black; }
  .btn.rouge {
    background: #cc495e; }
  .btn.rouge:hover, .btn.rouge:focus {
    background: #b13146; }

table {
  width: 100%;
  margin: 20px 0; }
  table thead tr th {
    background: white;
    text-align: left;
    font-weight: 600;
    padding: 10px;
    vertical-align: top;
    word-break: break-word;
    color: black;
    border-top: 1px solid #131313;
    border-bottom: 1px solid #131313; }
  table thead tr th:first-child {
    padding-left: 0; }
  table thead tr th:last-child {
    border-right: 0; }
  table tbody tr td {
    font-size: 1.4rem;
    padding: 10px;
    vertical-align: middle;
    word-break: break-word;
    border-bottom: 1px solid #131313; }
  table tbody tr td:first-child {
    padding-left: 0; }
  table tbody tr td:last-child {
    padding-right: 0; }
  table tbody tr td.actions {
    text-align: right; }
  table tbody tr:nth-child(even) {
    background: #f1f0f0; }

@media screen and (max-width: 540px) {
  table thead th {
    font-size: 1.2rem; }
    table tbody tr td {
      font-size: 1.2rem; } }

#outils {
  margin: 60px 0;
  padding: 30px 0;
  border-top: 1px solid #37474f;
  border-bottom: 1px solid #37474f; }
  #outils .partage {
    display: inline-block;
    margin-top: 12px; }
  #outils .partage > div {
    margin-right: 10px; }
  #outils p, #outils .bouton_partage {
    display: inline-block;
    vertical-align: top; }
  #outils p {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 40px;
    line-height: 40px; }
  #outils .bouton_facebook {
    background: #3b5998; }
  #outils .bouton_twitter {
    background: #3cf; }
  #outils .bouton_mail {
    position: relative;
    padding: 2px 10px;
    background: #26a592;
    border-radius: 4px;
    margin-left: 10px;
    color: white;
    font-size: 12px;
    margin-top: 1px; }
  #outils .bouton_mail a {
    color: white; }
  #outils .bouton_mail a:hover, #outils .bouton_mail a:active, #outils .bouton_mail a:focus {
    text-decoration: none; }
  #outils .bouton_mail #recommander, #outils .bouton_mail .fa {
    display: inline-block; }
  #outils .bouton_mail .fa {
    color: white;
    position: absolute;
    top: 4px;
    margin-right: 10px; }
  #outils .bouton_mail .menu-titre {
    line-height: 1;
    padding-left: 20px;
    margin: 0;
    font-size: 1.4rem;
    color: white; }
  #outils .bouton_mail .menu-titre:hover {
    cursor: pointer;
    text-decoration: underline; }
  #outils .formulaire_recommander {
    padding-top: 20px; }
  #outils .formulaire_recommander label {
    color: white; }
