@charset "UTF-8";
/* Prevent IE Mobile 10 bug - combine with js script */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*
================================
CONTENT - shared styles, typography, images, etc.
================================
*/
*, :before, :after {
  box-sizing: border-box; }

html {
  font-size: 71.4%;
  /* Bigger mobile font size */ }
  @media (min-width: 600px) {
    html {
      font-size: 58%;
      /*  Base for rem units, so that 1rem = 10px */ } }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #252525; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.6; }

dl, ul {
  margin-top: 0; }

ol p, ul p, ol ol, ul ul, label p, dt p, dd p, table p {
  font-size: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h1 {
  color: #000;
  font-size: 4.4rem;
  line-height: 1; }

h1 .surtitre, h1 .soustitre { font-size: 2rem; margin-left: 3px; }
h1 .soustitre { font-style: italic; margin-top: 7px; }

h2 {
  padding: 8px 13px;
  margin-bottom: 1.3em;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
padding-left: 0}
h2 > a {color: black}
h2.nousSuivre{
 padding-right: 0px;
}

.page_rubrique h2 {
  font-size: 2.4rem;
  color: #000;
  background: none;
  text-transform: none;
}

.page_mot h2 {
  font-size: 2.4rem;
  color: #000;
  background: none;
  text-transform: none;
}

h3 {
  font-size: 2.4rem;
  color: #000;
  line-height: 1.1;
  margin-top: 1em;
  margin-bottom: 1em; }

h4{
  font-size: 1.9rem;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  font-weight: normal;}
h4.long-title {
  /*  min-height: 4em;*/
}

h5, h6  {
  color: red;
  font-size: 1.6rem;
  font-weight: normal;}

div.chapo, div.chapo p {
  font-size: 1.9rem;
  font-weight: normal;
  color: #000;
  line-height: 1.4;
  font-family: 'Poppins Medium'
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

/* ---------------- links
*/
a {
  color: #888888; /* #d90000 */
  text-decoration: none;
  background: transparent;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  }
  .content-header a, .sub-col a { color: #000; }

a:active, a:focus, a:hover {
  color: inherit;
  text-decoration: underline;
  background: transparent; }

h4 > a { color: #000; }

/* ---------------- text specials
*/
p.highlight {
  background: #d90000;
  padding: 15px 17px 17px;
  border-radius: 0px;
  color: white; }
  p.highlight a {
    color: white;
    text-decoration: underline; }

.soft {
  color: #888; }

small {
  font-size: 0.8em; }

mark {
  background: #FFFF7F; }

/* highlight inline */
/* ---------------- lists
*/
ol p, ul p {
  font-size: inherit; }

ul, ul.spip, li ul.spip {
  list-style: disc;
  margin-left: 22px;
  padding-left: 0; }
  ul li {
    margin-left: 0;
    margin-bottom: 12px;
    padding-left: 18px; }
  ul ul {
    margin-bottom: 0; }

  .pagination { padding: 10px 0; }
  .pagination ul {
      list-style: none;
  }
  .pagination ul li { display: inline; }

ol {
  margin-left: 0; }

ol li {
  margin-bottom: 12px; }

dt {
  font-weight: bold;
  margin-bottom: 5px; }

dd {
  margin-bottom: 10px;
  margin-left: 0; }

/* List of links
*/
ul.links {
  margin-left: 0;
  padding-left: 0; }
  ul.links li {
    background: none;
    padding-left: 0;
    margin-bottom: 1px; }
  ul.links a {
    display: block;
    background: url(../img/svg/icon-arrow-right-red.svg) no-repeat 0 4px;
    background-size: 8px 13px;
    padding-left: 17px;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
    /* ie10 */ }
    ul.links a:hover {
      background-position: 4px 4px;
      text-decoration: none; }

/* Inline (horizontal) list (for thumbnails etc) */
.list-inline {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }
  .list-inline:after {
    content: "";
    display: table;
    clear: both; }
  .list-inline li {
    float: left;
    margin: 0 10px 20px 0;
    padding: 0;
    background: none; }
  .list-inline img {
    display: block; }
  .list-inline a:hover img {
    opacity: 0.8; }

/* list with no bullets, but still vertical */
.list-nobullets {
  margin-left: 0;
  padding-left: 0; }
  .list-nobullets li {
    margin-left: 0;
    padding-left: 0;
    background: none; }

/* ---------------- blockquote
*/
blockquote,
blockquote p {
  font-style: italic; }

blockquote {
  margin: 0 0 1.5em;
  padding: 0.9rem 2rem 1px 2rem;
  border-left: 2px solid #d90000; }
  blockquote cite {
    display: block;
    font-style: normal;
    text-align: right; }

  blockquote.spip_poesie, blockquote.spip_poesie div, blockquote.spip_poesie p { font-size: 1.4rem; line-height: 1.6; }

/* ---------------- horizontal rule
*/
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f2f2f2;
  margin: 1em 0;
  padding: 0; }

/* ---------------- tables
*/
table {
  margin-bottom: 1rem;
  width: 100%;
}
table.spip {
  border: 1px solid #000;
  border-spacing: 7px;
  border-collapse: separate;
}

th,
td {
  padding: 5px 5px 5px 0px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8rem;
  vertical-align: top;
}

th {
  padding-right: 20px;
  vertical-align: top;
  color: #35709a;
  font-weight: 600;
  text-align: left;
  font-size: 1.2rem;
  text-transform: uppercase; }

tr:first-child th,
tr:first-child td {
  border-top: 0; }

/* ---------------- images
*/
img {
  max-width: 100%;
  /* responsive */
  height: auto;
  vertical-align: middle; }

.left {
  float: left;
  margin: 0 15px 8px 0; }

.right {
  float: right;
  margin: 0 0 8px 15px; }

.center {
  display: block;
  margin: 2.5em auto;
  margin-bottom: 20px;
  clear: both; }
  .center img {
    /* if class on container */
    display: block;
    margin: 0 auto; }

.indent {
  margin-left: 20px; }

/* thumbnail images for gallery (inline)
*/
/* ---------------- video
*/
video, object, embed {
  max-width: 100%;
  height: auto; }

/* flexible video containers, with fixed ratio (cf Foundation, Alistapart) */
.flex-video {
  position: relative;
  height: 0;
  padding-top: 25px;
  /* default for youtube player */
  padding-bottom: 67.5%;
  /* default 4:3 ratio */
  overflow: hidden; }

/* to override, use extra classes: */
.flex-video.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 widescreen ratio */ }

.flex-video.vimeo {
  padding-top: 0;
  /* no player */ }

.flex-video video,
.flex-video object,
.flex-video embed,
.flex-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*
================================
CONTENT BLOCKS
================================
*/
/* ---------------- header in main content column
*/
.content-header, .cartouche {
  /*margin: 0 0 22px 0;*/
  padding: 0 0 1rem 15px;
  background: transparent;
margin-bottom: 1rem;
text-align: center; position: relative;}

.cartouche:after, .content-header:after {content: ''; position: absolute;width: 50%; bottom: 0; border-top: solid 1px black; margin-left: 25%; left: 0}

.headerprod.cartouche:after {content:none}

  @media (min-width: 600px) {
    .content-header, .cartouche {
      /*margin-bottom: 37px;*/
      padding-left: 0; } }
  .content-header h1, .cartouche h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.2rem; }
    @media (min-width: 600px) {
      .content-header h1, .cartouche h1 {
        font-size: 4.4rem; } }

#home-left {
    float:left;
}
.home-article-intro, #projects {
    margin-bottom: 10px;
    visibility: hidden; display: none; }
    @media (min-width: 600px) {
        .home-article-intro, #projects {
            visibility: visible; display: block; }

           }
    @media (max-width: 600px) {
      .item.row .col-12.col-sm-6.col-md-4 hr {display: none;}
    }

.breadcrumbs {
  font-size: 1.2rem;
  margin-bottom: 14px;
  padding: 7px 0;
  text-transform: uppercase;
  color: #898989;
  font-size: 1.1rem; }
  .breadcrumbs .trail-before {
    display: none; }
    @media (min-width: 600px) {
      .breadcrumbs .trail-before {
        display: inline; } }
  .breadcrumbs a,
  .breadcrumbs strong {
    text-transform: uppercase;
    color: #898989; }
  .breadcrumbs a {
    text-decoration: none; }
  .breadcrumbs a:hover {
    color: inherit;
    text-decoration: underline; }
  .breadcrumbs strong {
    font-weight: normal; }

/*
================================
Simple Content Grid
================================
*/
/* Full width = 12 columns
   Use example: div.col-6of12
*/
.row {
  width: 100%;
  margin: 0 0 1.5em; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 600px) {
  .col-1of12 {
    width: 5.87629%;
    float: left;
    margin-right: 2.68041%; }
    .col-1of12:last-child {
      float: right;
      margin-right: 0; }

  .col-2of12 {
    width: 14.43299%;
    float: left;
    margin-right: 2.68041%; }
    .col-2of12:last-child {
      float: right;
      margin-right: 0; }

  .col-3of12 {
    width: 22.98969%;
    float: left;
    margin-right: 2.68041%; }
    .col-3of12:last-child {
      float: right;
      margin-right: 0; }

  .col-4of12 {
    width: 31.54639%;
    float: left;
    margin-right: 2.68041%; }
    .col-4of12:last-child {
      float: right;
      margin-right: 0; }

  .col-5of12 {
    width: 40.10309%;
    float: left;
    margin-right: 2.68041%; }
    .col-5of12:last-child {
      float: right;
      margin-right: 0; }

  .col-6of12 {
    width: 48.65979%;
    float: left;
    margin-right: 2.68041%; }
    .col-6of12:last-child {
      float: right;
      margin-right: 0; }

  .col-7of12 {
    width: 57.21649%;
    float: left;
    margin-right: 2.68041%; }
    .col-7of12:last-child {
      float: right;
      margin-right: 0; }

  .col-8of12 {
    width: 65.7732%;
    float: right; }
    .col-8of12:last-child {
      float: right;
      margin-right: 0; }

  .col-9of12 {
    width: 74.3299%;
    float: left;
    margin-right: 2.68041%; }
    .col-9of12:last-child {
      float: right;
      margin-right: 0; }

  .col-10of12 {
    width: 82.8866%;
    float: left;
    margin-right: 2.68041%; }
    .col-10of12:last-child {
      float: right;
      margin-right: 0; }

  .col-11of12 {
    width: 91.4433%;
    float: left;
    margin-right: 2.68041%; }
    .col-11of12:last-child {
      float: right;
      margin-right: 0; }

  .col-12of12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-12of12:last-child {
      float: right;
      margin-right: 0; }

  .col-1of8 {
    width: 8.93417%;
    float: left;
    margin-right: 4.07524%; }
    .col-1of8:last-child {
      float: right;
      margin-right: 0; }

  .col-2of8 {
    width: 21.94357%;
    float: left;
    margin-right: 4.07524%; }
    .col-2of8:last-child {
      float: right;
      margin-right: 0; }

  .col-3of8 {
    width: 34.95298%;
    float: left;
    margin-right: 4.07524%; }
    .col-3of8:last-child {
      float: right;
      margin-right: 0; }

  .col-4of8 {
    width: 47.96238%;
    float: left;
    margin-right: 4.07524%; }
    .col-4of8:last-child {
      float: right;
      margin-right: 0; }

  .col-5of8 {
    width: 60.97179%;
    float: left;
    margin-right: 4.07524%; }
    .col-5of8:last-child {
      float: right;
      margin-right: 0; }

  .col-6of8 {
    width: 73.98119%;
    float: left;
    margin-right: 4.07524%; }
    .col-6of8:last-child {
      float: right;
      margin-right: 0; }

  .col-7of8 {
    width: 86.9906%;
    float: left;
    margin-right: 4.07524%; }
    .col-7of8:last-child {
      float: right;
      margin-right: 0; }

  .col-8of8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-8of8:last-child {
      float: right;
      margin-right: 0; }

  .col-1of6 {
    width: 12.07627%;
    float: left;
    margin-right: 5.50847%; }
    .col-1of6:last-child {
      float: right;
      margin-right: 0; }

  .col-2of6 {
    width: 29.66102%;
    float: left;
    margin-right: 5.50847%; }
    .col-2of6:last-child {
      float: right;
      margin-right: 0; }

  .col-3of6 {
    width: 47.24576%;
    float: left;
    margin-right: 5.50847%; }
    .col-3of6:last-child {
      float: right;
      margin-right: 0; }

  .col-4of6 {
    width: 64.83051%;
    float: left;
    margin-right: 5.50847%; }
    .col-4of6:last-child {
      float: right;
      margin-right: 0; }

  .col-5of6 {
    width: 82.41525%;
    float: left;
    margin-right: 5.50847%; }
    .col-5of6:last-child {
      float: right;
      margin-right: 0; }

  .col-6of6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-6of6:last-child {
      float: right;
      margin-right: 0; }

  .col-1of4 {
    width: 18.62745%;
    float: left;
    margin-right: 8.49673%; }
    .col-1of4:last-child {
      float: right;
      margin-right: 0; }

  .col-2of4 {
    width: 45.75163%;
    float: left;
    margin-right: 8.49673%; }
    .col-2of4:last-child {
      float: right;
      margin-right: 0; }

  .col-3of4 {
    width: 72.87582%;
    float: left;
    margin-right: 8.49673%; }
    .col-3of4:last-child {
      float: right;
      margin-right: 0; }

  .col-4of4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-4of4:last-child {
      float: right;
      margin-right: 0; } }
.col-full {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

/*
================================
Shared Form styles
================================
*/
label, input, select, textarea {
  font-size: 1.4rem;
  line-height: 1.6; }

ul label, ul input, ul select {
  font-size: inherit; }

label p {
  font-size: inherit; }

form {
  margin-bottom: 0; }

legend {
  padding-bottom: 10px;
  color: #000;
  /* color for IE */
  font-weight: bold;
  font-size: 1.6em; }

input {
  margin: 0; }

/* ---------------- Text input fields
*/
input[type="email"],
input[type="file"],
input[type="image"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="range"],
input[type="number"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="color"],
select,
textarea {
  padding: 3px 4px;
  background: #fff;
  border: 1px solid #878787;
  /* border */
  border-radius: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #515151; }
  input[type="email"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  input[type="image"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #515151; }
  input[type="email"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  input[type="image"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #515151;
    opacity: 1; }
  input[type="email"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  input[type="image"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #515151; }

textarea {
  resize: vertical; }

input[type="email"]:focus,
input[type="file"]:focus,
input[type="image"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #878787;
  background: #fff; }

/* ---------------- Buttons (overrides default input styles)
*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  margin: 0;
  padding: 4px 10px 4px;
  width: auto;
  display: inline-block;
  overflow: visible;
  /* for IE */
  outline: none;
  background: #474a4c;
  /* normal state */
  border: 1px solid white;
  border-radius: 0px;
  transition: 0.2s all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none; }

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  /* hover state */
  background: white;
  color: white;
  border-color: #474a4c;
  color: #474a4c; }
.button:hover a {text-decoration: none}
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  /* press state */
  background: white;
  border-color: #474a4c;
  color: #474a4c; }
button a:hover {color: inherit;}
button:focus {
  outline-width: 1px;
  outline-style: dotted; }

/* ---------------- Check boxes and radios
*/
input[type="radio"],
input[type="checkbox"] {
  border-width: 0;
  width: auto;
  position: relative;
  margin: 3px 5px 3px 0;
  float: none;
  display: inline; }

/* ================================
Form layout
================================ */
/* ---------------- lists for layout - each li containing label and input
*/
form ul {
  margin: 0;
  padding: 0;
  list-style: none; }

form li {
  margin: 3px 0 3px;
  padding: 0 0 2px 0;
  background: none;
  list-style: none;
  overflow: hidden;
  /* to contain floats */ }

label {
  display: block;
  margin-bottom: 2px; }

.reponse_formulaire p {
    font-size: 1.8rem;
    font-weight: bold;
}
.reponse_formulaire_erreur p {
    color: red;
}
.erreur_message {
    color: red;
    font-weight: bold;
}

/* ---------------- Horizontal layout, label and field side by side
*/
/*
================================
PAGE LAYOUT
================================
*/
html {
  height: 100%; }

body {
  min-height: 100%;
  background: #fff;
  border-top: 0px solid #57585A; }

/* all horizontal wrapping sections
*/
.wrap-header,
.wrap-content,
.wrap-footer-rep,
.wrap-footer-projet,
.wrap-footer-legal {
  padding-left: 0px;
  padding-right: 0px; }

.wrap-footer-legal div { width: 100%; text-align: center; margin: auto; }
.wrap-footer-legal .coop img {
    margin: 0 10px 0 5px;
}

.wrap-footer-legal p { float: left;}
.wrap-footer-legal .copyright { float: right; }
.wrap-footer-projet p {  color: black;}


/* all inner sections
*/
@media (min-width: 600px) {
  .header,
  .row-content-columns,
  .footer-rep,
  .footer-newsletter,
  .footer-legal {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto; }
    .header:after,
    .row-content-columns:after,
    .footer-rep:after,
    .footer-newsletter:after,
    .footer-legal:after {
      content: " ";
      display: block;
      clear: both; } }

.wrap-header {
  /*background:#e7d9b9;*/
  background-color: white;
  color: black; }

.main-col, .sub-col, .wrap-footer-projet, .wrap-footer-legal, .col-8of12, #home-left {
  padding: 0 15px; }
@media (min-width: 600px) {
    .main-col, .sub-col, .wrap-footer-projet, .wrap-footer-legal, .col-8of12, #home-left {
        padding: 0; } }

.main-col {
  text-align: justify;
  padding-bottom: 0px; }
  @media (min-width: 600px) {
    .main-col {
      width: 65.7732%;
      float: left;
      margin-right: 2.68041%; } }
  .main-col h1, .main-col h2, .main-col h3, .main-col form {
      text-align: left;
  }
.main-col .owl-item, .main-col .col-4of12 { text-align: left; }

.owl-two.owl-carousel .element { min-height: 30em; width: 32%; float: left; margin-right: 2%; }
.owl-two.owl-carousel .element.last { margin-right: 0; }

.main-col p { clear: left; }

.sub-col {
  margin-top: 10px;
  padding-bottom: 0px; }
  @media (min-width: 600px) {
    .sub-col {
      padding-left: 26px; } }
  @media (min-width: 600px) {
    .sub-col {
      width: 31.54639%;
      float: right;
      margin-right: 0; } }

footer {
  clear: both; }

/*
================================
SITE HEADER
================================
*/
.header {
  position: relative;
  padding-top: 0px; }
  @media (min-width: 600px) {
    .header {
      padding-top: 25px; } }

/* ---------------- logo
*/
.logos-site {
  margin-bottom: 15px; }
  @media (min-width: 600px) {
    .logos-site {
      width: 57.21649%;
      float: none;
      margin: 0 auto 2rem; } }

.logos-site.print {
    margin: 0;
    padding: 10px;
}

.logo-gresea {
  position: relative;
  float: left;
  background: white;
  width: 98px;
  height: 63px;
  padding: 7px 9px;
  margin-right: 28px;
  margin-bottom: 10px; }
  @media (min-width: 890px) {
    .logo-gresea {
      margin-bottom: 0px; } }
  .logo-gresea:hover {
    background: white; }
  .logo-gresea:before {
    content: "";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px;
    border-left-color: white;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -9px;
    display: none; }
    @media (min-width: 890px) {
      .logo-gresea:before {
        display: block; } }

.logo-site {
  max-width: 483px;
  margin-right: 0;
  display: block; }
  @media (min-width: 90px) {
    .logo-site {
      float: left;
      display: inline; } }
  .logo-site:hover {
    text-decoration: none; }

  .logo-fiche {
      float: right;
      margin-top: 1.5em;
  }
/* ---------------- site search
*/
.site-search {
  clear: both;
  position: relative;
  margin-left: 0px;
  margin-bottom: 15px;
  background: #57585A;
  padding: 1px; }
  @media (min-width: 600px) {
    .site-search {
      width: 40.10309%;
      float: none;
margin: 2rem auto;
      clear: none; }
       }
  .site-search form {
    overflow: visible;
    position: relative; }
  .site-search input[type="search"] {
    height: 32px;
    /* padding and border NOT included */
    width: 100%;
    margin: 0 0px 0 0;
    padding: 0px 10px;
    border-color: white; }
  .site-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 32px;
    /* border included */
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }

.searchbtn{

  z-index: 2;
  height: 100%;
  /* border included */
  width: 42px;
  padding-left: 0;
  padding-right: 0;
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  z-index: 10;}

/* ---------------- main navigation header - horizontal
*/
.nav-topright-header {
  float: right;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  clear: both;
  font-size: 1.6rem;
  line-height: 1.4; }
  .nav-topright-header:after {
    content: "";
    display: table;
    clear: both; }

.nav-topright-header > li {
  float: left;
  position: relative;
  margin: 0 15px;
  padding: 0;
  list-style-type: none;
  background: none; }

.nav-topright-header > li:last-child {
  margin-right: 0; }

.nav-topright-header > li > a {
  float: left;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0px 2px;
  background: transparent;
  text-decoration: none;
  color: white;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;}

/* hover */
.nav-topright-header > li > a:active,
.nav-topright-header > li > a:focus,
.nav-topright-header > li > a:hover,
.nav-topright-header > li:hover > a {
  color: #000;
  background-color: transparent;
  text-decoration: none; }

/* current (on, for SPIP) page / section */
.nav-topright-header > li.on > a {
  color: white; }
  .nav-topright-header > li.on > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 3px;
    background: white; }

/* subnav - dropdown */
.nav-topright-header > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -12px;
  z-index: 99999;
  margin: -2px 0 0 0;
  padding: 2px 0;
  min-width: 200px;
  background: #d90000;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  /* IE9+ */
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3); }

.nav-topright-header li:hover > ul,
.nav-topright-header li.sfHover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.nav-topright-header > li ul ul {
  top: 0;
  left: 100%; }

.nav-topright-header > li li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative; }

.nav-topright-header > li li a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #ad1b2c;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 1.4rem;
  line-height: 18px;
  text-decoration: none; }

.nav-topright-header > li li.on a {
  color: white; }

.nav-topright-header > li li:last-child a,
.nav-topright-header > li li.last a {
  border: none; }

.nav-topright-header > li li a:hover {
  color: black; }

/* ---------------- main navigation - horizontal
*/
.wrap-nav-main {
  clear: both;

  background-color: #F9F7F3;
  position: relative;
border-top:none;
border-bottom:none}
  .wrap-nav-main:after {
    content: "";
    display: table;
    clear: both; }
.menuprincipal {display: none;}
  @media (min-width: 600px) {
    .menuprincipal{
      display: block; } }

.nav-main {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  clear: both;
  padding-left: 4%;
  font-size: 1.6rem;
  line-height: 1.4;
  list-style-type: none;
     padding:0;
     margin: 0;
     display: flex;
     justify-content: center; }
  .nav-main:after {
    content: "";
    display: table;
    clear: both; }

.nav-main > li {
  float: left;
  position: relative;
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
  background: none; }

.nav-main > li:last-child {
  margin-right: 0; }

.nav-main > li > a {
  float: left;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0px 2px;
  background: transparent;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 1.2rem 0; }

/* hover */
.nav-main > li > a:active,
.nav-main > li > a:focus,
.nav-main > li > a:hover,
.nav-main > li:hover > a {
  color: #000;
  background-color: transparent;
  text-decoration: none; }

/* current (on, for SPIP) page / section */
.nav-main > li.on > a {
text-decoration: underline;}
  .nav-main > li.on > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: white; }

/* subnav - dropdown */
.nav-main > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -12px;
  z-index: 99999;
  margin: -2px 0 0 0;
  padding: 2px 0;
  min-width: 200px;
  background: #F9F7F3;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  /* IE9+ */
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);

justify-content: left !important;
 }

.nav-main li:hover > ul,
.nav-main li.sfHover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.nav-main > li ul ul {
  top: 0;
  left: 100%; }

.nav-main > li li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
width: 100%}

.nav-main > li li a {
  display: block;
  padding: 8px 15px;
  border-bottom: none;
  color: black;
  font-size: 1.4rem;
  line-height: 18px;
  text-decoration: none;
width: 100%}

.nav-main > li li.on a {
  color: black; }

.nav-main > li li:last-child a,
.nav-main > li li.last a {
  border: none; }

.nav-main > li li a:hover {
  color: black; }

/* ---------------- social links
*/
.nav-social {

  list-style: none;
  margin: 0;
  padding-top: 0px;
  display: flex;
justify-content: center; }
  .nav-social li {
    float: left;
    margin: 0  0 0 10px;
    padding: 0;
    background: none; }
  .nav-social a {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    padding-top: 0px;
    background: white;
    color: black;
    line-height: 24px;
    font-size: 16px;
    text-decoration: none;
    text-align: center; }
    .nav-social a:hover {
      background: #d90000;
      color: white; }
    .nav-social img {
        vertical-align:top;
    }

.footer-legal .nav-social {

  list-style: none;
  margin: 0;
  padding-top: 2rem;
  display: flex;
justify-content: flex-start;; }

  .nousSuivre a{
    float: right;
    color: #fff;
    padding-right: 10px;
  }

  .nousSuivre a:hover{
    color: gray;
  }

/*
========================
Superfish dropdown menu
========================
*/
.sf-arrows ul .sf-with-ul {
  padding-right: 2.5em; }

.sf-arrows ul .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: rgba(204, 32, 52, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #d90000; }

/* right-facing arrows - child dropdown lists */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/*
  Mobile navigation - dropdown
*/
.wrap-nav-mobile {
  float: right;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 0;
  width: 123px;
  /* fixed width */
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: block; }
  @media (min-width: 600px) {
    .wrap-nav-mobile {
      display: none; } }

/* nav toggle link */
#nav-mobile-toggle {
  z-index: 10000;
  position: relative;
  display: block;
  line-height: 63px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 0px;
  background: #d90000;
  color: white;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  /* ie10 */
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* Hide outline */
  outline: 0; }
  #nav-mobile-toggle .icon-nav {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 31px;
    background: white;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    #nav-mobile-toggle .icon-nav:before, #nav-mobile-toggle .icon-nav:after {
      content: "";
      position: absolute;
      z-index: 3;
      left: 0;
      width: 100%;
      height: 2px;
      background: white;
      backface-visibility: hidden;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    #nav-mobile-toggle .icon-nav:before {
      top: -7px; }
    #nav-mobile-toggle .icon-nav:after {
      bottom: -7px; }

#nav-mobile-toggle.open {
  background-color: #d90000;
  color: white;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5); }
  #nav-mobile-toggle.open .icon-nav,
  #nav-mobile-toggle.open .icon-nav:before,
  #nav-mobile-toggle.open .icon-nav:after {
    background: white; }
  #nav-mobile-toggle.open .icon-nav:before {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px); }
  #nav-mobile-toggle.open .icon-nav:after {
    -webkit-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px); }
  #nav-mobile-toggle.open .icon-nav {
    background: #d90000; }

/* mobile navigation */
#nav-mobile.open {
  display: block; }

#nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9000;
  width: 290px;
  margin: 0;
  padding: 15px 0;
  background: #d90000;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5); }

#nav-mobile.mobile-open {display: block; position:relative;}
  #nav-mobile li {
    margin: 0;
    padding: 0 0 1px 0;
    list-style-type: none;
    background: transparent;
    position: relative; }
  #nav-mobile a {
    display: block;
    padding: 6px 3.6rem 6px 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
    transition: 0.15s all; }
  #nav-mobile a:hover,
  #nav-mobile .on > a {
    background: #d90000; }
  #nav-mobile ul {
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 1px;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    /* ie10 */ }
  #nav-mobile ul.mobile-open {
    max-height: 500px; }
  #nav-mobile li li a {
    color: white;
    font-weight: 300;
    font-size: 1.4rem;
    padding-left: 35px; }
  #nav-mobile .mobile-toggle-sub {
    background: #d90000;
    cursor: pointer;
    width: 3.4rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    /* Hide outline on active */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    color: white;
    line-height: 3.5rem;
    text-align: center; }
  #nav-mobile .mobile-toggle-sub.mobile-active {
    color: white; }

/*
================================
FOOTER
================================
*/
/* Répertoire
*/
.wrap-footer-rep {
  background: #7a2b31;
  padding-top: 37px;
  padding-bottom: 9px;
  color: white; }
  .wrap-footer-rep h3 {
    background: white;
    margin-top: 0;
    margin-bottom: 37px;
    padding: 5px 10px;
    position: relative;
    color: #d90000;
    text-align: center;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem; }
    .wrap-footer-rep h3:before {
      content: "";
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 9px;
      border-top-color: white;
      position: absolute;
      left: 50%;
      top: 100%;
      margin-left: -9px; }

/* Empty div, to give size of gutter to Masonry script */
.rep-gutter {
  width: 2.68041%; }

.rep {
  background: #992a32;
  margin-bottom: 27px;
  width: 100%; }
  @media (min-width: 600px) {
    .rep {
      width: 48.65979%; } }
  @media (min-width: 800px) {
    .rep {
      width: 31.4%; } }
  .rep h4 {
    padding: 9px 13px;
    border-bottom: 1px solid white;
    margin-bottom: 11px;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: white; }
  .rep ul.links {
    padding-left: 13px;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .rep ul.links a {
      background-image: url(../img/svg/icon-arrow-right.svg); }
  .rep a {
    color: white; }

/* Newsletter
*/
.wrap-footer-projet {
  background-color: rgba(244, 241, 234, 0.58);
  border-top: 1px solid rgba(0,0,0,0.1); }

.footer-newsletter {
  color: black;
  padding: 20px 0; }
  .footer-newsletter form {
    margin: 0; }
  .footer-newsletter p {
    margin: 0; }
  .footer-newsletter input[type="email"] {
    width: 100%;
    border-color: white;
    margin-right: 0;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 1.6;
    vertical-align: top; }
    @media (min-width: 600px) {
      .footer-newsletter input[type="email"] {
        width: 215px;
        display: inline;
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 0; } }
  .footer-newsletter input[type="submit"] {
    margin: 0;
    display: block;
    vertical-align: top;
    padding: 5px 10px 4px 10px;
    line-height: 1.6; }
    @media (min-width: 600px) {
      .footer-newsletter input[type="submit"] {
        display: inline; } }

/* Legal footer
*/
.wrap-footer-legal {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);}

.footer-legal {
  padding: 10px 0;
  color: #585858; }
  .footer-legal p {
    margin: 0;
    font-size: 1.2rem;
  }
  .footer-legal img{
    padding-left: 10px;
    padding-right: 10px;
  }

/* ---------------- Legal
*/
/*
================================
SIDEBAR sub column widgets
================================
*/
/* ---------------- widgets all - sidebar modules
*/
.widget {
  margin-bottom: 30px;
  background: #f8f2e8; }
  .widget h3 {
    padding: 7px 10px;
    margin-top: 0;
    margin-bottom: 0;
    background: #f1a51f;
    position: relative;
    color: white;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    .widget h3:before {
      content: "";
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 9px;
      border-top-color: #f1a51f;
      position: absolute;
      left: 50%;
      top: 100%; }
  .widget .widget-body {
    padding: 18px 24px; }
    .widget .widget-body p:last-child {
      margin-bottom: 0; }
  .widget ul,
  .widget ul li {
    list-style: none; }
  .widget ul {
    margin-left: 0;
    padding-left: 0; }
  .widget li {
    padding-left: 0;
    background: none;
    margin-left: 0; }

/* ---------------- widget secundary nav
*/
.widget-nav-sec {
  background: #d90000;
  padding: 20px 0; }

.nav-sec {
  margin: 0;
  padding: 0; }
  .nav-sec li {
    margin: 0;
    padding: 4px 0;
    list-style-type: none;
    background: transparent; }
  .nav-sec a {
    display: block;
    padding: 2px 2px 2px 20px;
    text-decoration: none;
    transition: 0.15s all;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white; }
  .twolevels .nav-sec > li > a { color:#f1a51f; }

  .nav-sec a:hover {
    text-decoration: none;
    color: black; }
  .nav-sec .on > a {
    padding-left: 17px; }
  .nav-sec .on > a, .nav-sec a.on {
    text-decoration: none;
    border-left: 3px solid white; }
  .nav-sec ul {
    margin-top: 4px;
    margin-bottom: 0px;
    padding-left: 0; }
    .nav-sec ul a {
      padding-left: 33px; }

/*
================================
HOME PAGE
================================
*/
/* Full width main column - class ".full-width" on body
*/
.full-width .main-col {
  float: none;
  width: auto;
  margin-right: 0; }

.page-accueil .main-col {
  padding: 25px 0 0 0; }
  @media (min-width: 600px) {
    .page-accueil .main-col {
      padding: 50px 0; } }
.page-accueil .col-large h2 {
  background-color: gray; }
.page-accueil .col-large h2 a, .main-col h2 a { color: #FFF; }

.page-template .main-col h2 {
  background-color: gray; }
  .page-template .wrap-content {
      padding: 0px 0px 50px 0px; }

.mission {
  background: #f2f2f2;
  padding: 21px 25px;
  margin-bottom: 25px; }
  @media (min-width: 600px) {
    .mission {
      margin-bottom: 0; } }
  .mission h3 {
    margin-bottom: 6px;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #343434; }
  .mission p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555555;
    margin-bottom: 0; }
  .mission li, .mission ul { margin-bottom: 0; }
  .mission ul { margin-left: 0; }

/* News
*/
@media (min-width: 600px) {
  .row-news {
    background: url(../img/border-gray.png) repeat-y center top; } }

.news-list {
  margin: 0 0 1em 0;
  padding: 0; }
  .news-list li {
    margin: 0 0 5px 0;
    padding: 0px 0 5px 0;
    list-style: none;
    background: none; }
    .news-list li:after {
      content: "";
      display: table;
      clear: both; }
  .news-list li:last-child,
  .news-list li.last {
    margin-bottom: 0; }
  .news-list h4 {
    margin-top: 0;
    margin-bottom: 2px; }
  .news-list h4 a {
    color: inherit; }
  .news-list .news-date {
    color: gray;
    font-size: 1rem;
    margin-bottom: 2px;
    text-transform: uppercase; }
  .news-list p {
    margin-bottom: 0; }

/*
================================
FICHE Entreprise
================================
*/
.page-fiche section {
  margin-bottom: 55px; }
.page-fiche table {
  margin-bottom: 0; }
.page-fiche section h3 {
  margin-bottom: 0.6em;
  color: inherit;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: normal; }

/* File download buttons
*/
p.wrap-downloads {
  margin-top: 20px; }

a.button-file {
  background: #d90000;
  display: inline-block;
  padding: 3px 17px 3px 20px;
  margin-left: 2px;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative; }
  a.button-file:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: no-repeat center center;
    background-size: contain;
    background-image: url(../img/svg/icon-file.svg); }
  a.button-file:hover {
    text-decoration: none;
    background-color: #8bb345; }

a.button-big {
  background: #d90000;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 8px 14px 8px 33px;
  color: white;
  font-weight: 600;
  font-size: 1.2rem; }
  a.button-big:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    width: 14px;
    height: 14px;
    background: no-repeat center center;
    background-size: contain;
    background-image: url(../img/svg/icon-arrow-right.svg); }
  a.button-big:hover {
    text-decoration: none;
    background-color: #8bb345; }
  a.button-big:hover:before {
    left: 13px; }

/* ---------------- Title with icons
*/
.section-id { text-align: left; }
.section-charts h2,
.col-news h2, .page-mot h2.news {
  background-color: #f1a51f; }
.page-mot h2.analyse {
  background-color: #35709a; }
.annuaire a.news { color: #f1a51f; }
.annuaire a.analyse, .col-news a.analyse, .articles a.analyse { color: #35709a; }
.annuaire a.entreprise { color: #7a2b31; }
h2[class^="icon-"] {
  position: relative;
  padding-left: 58px; }
  h2[class^="icon-"]:before {
    content: "";
    background: no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 9px;
    z-index: 3; }
  h2[class^="icon-"]:after {
    content: "";
    background: white;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 45px;
    top: 0;
    z-index: 2; }

h2.icon-note:before {
  background-image: url(../img/svg/icon-note.svg); }

h2.icon-chart:before {
  background-image: url(../img/svg/icon-chart.svg); }

h2.icon-id:before {
  background-image: url(../img/svg/icon-id.svg); }

h2.icon-list:before {
  background-image: url(../img/svg/icon-list.svg); }

h2.icon-time:before {
  background-image: url(../img/svg/icon-time.svg); }

/* Show/hide more text
   Classes are added by script Collapsible
*/
/* Toggle heading (.showhide-toggle) */
/* Toggle heading link, generated */
.collapsible-heading-toggle {
  display: block;
  position: relative;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-left: 39px;
  outline: none; }
  .collapsible-heading-toggle:hover, .collapsible-heading-toggle:active, .collapsible-heading-toggle:focus {
    text-decoration: none;
    outline: none; }
  .collapsible-heading-toggle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 22px;
    background: url(../img/svg/icon-arrow-up-red.svg) no-repeat center center;
    background-size: contain; }
  .collapsible-heading-toggle:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 26px;
    width: 1px;
    height: 28px;
    background: #d90000; }

.collapsible-heading-collapsed .collapsible-heading-toggle:before {
  background-image: url(../img/svg/icon-arrow-down-red.svg); }

/* "Show/Hide" text */
/* Content (.showhide-content) */
.collapsible-content { }

.collapsible-content-collapsed {
  display: none; }

/*
================================
Separate MEDIA QUERIES
================================
*/
/* IOS specifics */
@media screen and (max-width: 769px) {
  /* Absolute measure here */
  body {
    -webkit-text-size-adjust: none;
    /* Stop iPhone/iPad from scaling text */ } }
/* ================================
   HELPER CLASSES
   ================================
   */
/* image replacement, hide text from browsers and screenreaders */
.hide-text,
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.hide-text:before,
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* Hide text using indent, when :before is already taken */
.hide-text-indent {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* contain floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* clear preceding floats (siblings, NOT children) */
.clear {
  clear: both; }

hr.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  background: transparent;
  border: none; }

/* Hide tap highlight (on mobile/tablets) on buttons that don't link to pages, eg. toggles */
.hide-tap-highlight {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

/** Charts **/
.chart-legend { margin: 20px 0 0 0px; }
.chart-legend ul { padding: 0; margin: 0; }
.chart-legend li { background: none; }
.chart-legend li span { margin: -15px; }
.chart { width:1020px; }

/** Tables **/
table.spip tr.row_even td, table.spip tr.row_even th {
    background: #f1a51f none repeat scroll 0% 0%;
    background-color: rgba(241,165,31,0.5);
}

/** internal and top links **/
.internal-links {
    margin: 5px 0 0 0;
}
.nav-top {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 2px 16px; }
  .nav-top li {
    float: left;
    margin: 0  0 0 10px;
    padding: 0;
    background: none; }
  .nav-top a {
    float: left;
    display: block;
    width: 0.8em;
    height: 0.8em;
    line-height: 1.9em;
    text-decoration: none;
    text-align: center; }

 .tdm { display: none; }

/** NV CSS **/
 .bouton a {
  display:block;
  width:350px;
  margin:auto;
  text-transform: uppercase;
  line-height:50px;
  text-align:center;
  vertical-align:middle;
  background-color: #d90000;
  color:white;
  text-decoration:none;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 30px;
  }
  .bouton a:hover {
  background-color: #57585A;
  }

  .btn-text a{
    width:100%;
    text-align: left;
    padding-left: 13px;
    padding-right: 13px;
    line-height:30px;
    margin-bottom: 5px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

  .btn-text a.social {
      width: auto;
      padding: 0 0 2px 10px;
      line-height: 10px;
      margin: 0;
      background: none;
      border: none;
      display: inline;
  }

  .btn-text p{
    color: #fff;
    text-align: left;
    padding-left: 13px;
    margin-top:0px;
    padding-right: 13px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .btn-mirador{
    background-color: #7B2A31;
    border-radius: 0px 10px 0px 0px;
  }

  .btn-eco{
     background-color: #69767e;
     border-radius: 0px 10px 0px 0px;
  }

  .btn-alter{
    background-color: #b23939;
    border-radius: 0px 10px 0px 0px;
  }

  .btn-small{
    display: inline-block;
    margin-top: 15px;
    margin-right: 3px;
  }

  .groupe-btn{
    margin-top: 5px;
  }

  .btn-small a{
    text-align: left;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }

  .btn-gray a{
     background-color: gray;
  }

  .btn-red a{
     background-color: #d90000;
  }

  .btn-jaune a{
     background-color: #F9F7F3;
     color: black
  }

  .date-event{
    color: #d90000;
    font-size: 0.9em;
  }

  .btn-suite{
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  .btn-mots-cles{
    margin-top: 0px;
    margin-bottom: 30px;
  }

 hr{
  border: 1.5px solid gray;
 }

 .note{
    color: #000;
    font-size: 12px;
 }

 .cover img{
  width: 65%!important;
 }

.form-col-small input[type="email"] {
    width: 210px;
    height: 30.5px;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    border-color: gray;
    margin-bottom: 1rem
}

.form-col-small input[type="submit"] {
    display: inline;
    background-color: gray;
    border: 2px solid gray;
}

.form-col-small p{
  text-align: left;
  margin-top: 0px;
}

h2>ul.nav-social{
  padding-top: 2px;
  padding-bottom: 0px;
}

h2>ul.nav-social a:hover{
  background: gray;
}

/* Calendar */
#agenda-liste .item-header { text-transform: uppercase;
font-weight: bold;
list-style: none; }

/* Liste Articles */
.liste.articles ul.liste-items, .liste.rubriques ul.liste-items { margin-left: 0; }
.liste.articles ul.liste-items li, .liste.rubriques ul.liste-items li { padding-left: 0; margin-left: 10px; list-style: disc; clear: left; }
.page_rubrique .liste.articles ul > li { margin-left: 0px; list-style: none; }

/* Glossaire */
.liste_glossaire dt {
	color:#EC0000;
	font-size:130%;
	font-weight:bold;
	margin:0px;
}
.liste_glossaire dd {
	font-size:110%;
	margin:0px 0px 20px 25px;
}
.barre_alphabetique a {
font-size:130%;
	font-weight:bold;
}
.lettre_contexte {
font-size:130%;
	text-decoration:none;
	background-color:#FFCC00;
}
.titre_glossaire {
	color:#EC0000;
	font-size:200%;
	font-weight:bold;
	margin:0px;
}

/* Images SPIP */
.spip_documents img { margin: 7px 0 7px 0; }
.spip_documents_left img { margin: 0 7px 7px 0; }

/* Sommaire */
.cs_sommaire { font-size: 13px; margin-bottom: 13px; }

/* Footer */
.ps, .notes { clear: left; }

/* Le Monde Diplo Notes */
.notebox {
    position: fixed;
    background: #ffeeee;
    margin: 0;
    font-size: 1.08em;
    z-index: 30;
    width: 638px;
    bottom: -1px;
    max-height: 60%;
    max-width: 100vw

}
.notebox.plein {
    border-top: 1px solid #ccc;
    padding: .4em 1em;
}
.notebox div {
    display: none;
}
.notebox div.visible {
    display: block;
}
