/* ===================================================================
 * VARIABLES LESS
 * =================================================================*/
/* Fonts */
.trebuchet {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
}
.FontAwesome {
  font-family: 'FontAwesome', sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("/sites/all/themes/portail/css/polices/fontawesome-webfont.eot");
  src: url("/sites/all/themes/portail/css/polices/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("/sites/all/themes/portail/css/polices/fontawesome-webfont.woff") format('woff'), url('/sites/all/themes/portail/css/polices/fontawesome-webfont.woff2') format('woff2'), url("/sites/all/themes/portail/css/polices/fontawesome-webfont.ttf") format('truetype'), url("/sites/all/themes/portail/css/polices/fontawesome-webfont.svg#FontAwesome") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Taille de la font initiale */
/* Breakpoints */
/* Couleurs */
/* Fonts */
/* ===================================================================
 * MIXINS
 * =================================================================*/
/* ===================================================================
 * IMPORT
 * =================================================================*/
/* ===================================================================
 * Remove Style around imported images
 * =================================================================*/
table.from-import {
  border: none;
  table-layout: fixed;
}
table.from-import tr {
  background-color: transparent !important;
}
table.from-import tr td {
  border: none;
  padding: 0;
}
table.from-import tr td p {
  margin: 0 auto;
}
/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/
.inner-content {
  max-width: 1024px;
  margin: 0 auto;
}
.panels-flexible-column-deux_tiers-main {
  float: left;
  width: 66.31%;
  padding: 20px;
  box-sizing: border-box;
}
.panels-flexible-column-deux_tiers-1 {
  float: right;
  width: 33.69%;
}
.panels-flexible-column-deux_tiers-1 .panel-pane {
  padding: 20px;
  background-color: #f6f7f9;
}
.panels-flexible-region-deux_tiers-center {
  float: none;
  width: auto;
}
/* Surcharges Panels */
.panels-flexible-column-deux_tiers-main,
.panels-flexible-column-inside-first {
  padding-left: 0;
  padding-right: 0;
}
/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/
html {
  font-size: 100%;
}
body {
  background: #F6F7F9;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 0.875em;
  /* 14px */
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
a {
  color: #cc0000;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 1.786em;
}
img,
svg {
  max-width: 100%;
  height: auto;
  border-style: none;
}
h1 {
  font-size: 2.14285714em;
  color: #cc0000;
  font-weight: 700;
  margin: 0 0 1em;
  line-height: 1;
}
h2 {
  font-size: 1.28571429em;
  color: #cc0000;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 2em 0 1em;
  line-height: 1em;
  background: url("/sites/all/themes/portail/css/images/filetH2.png") 0 100% repeat-x transparent;
}
h3 {
  font-size: 1.28571429em;
  color: #cc0000;
  font-weight: 700;
  margin: 2em 0 1em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.14285714em;
  color: #cc0000;
  font-weight: 700;
  margin: 2em 0 1em;
  line-height: 1.2em;
}
h5 {
  font-size: 1em;
  color: #cc0000;
  font-weight: 700;
  margin: 2em 0 1em;
  line-height: 1.2em;
}
h6 {
  font-size: 1em;
  color: #333333;
  font-weight: 700;
  margin: 2em 0 1em;
  line-height: 1.2em;
}
object {
  position: relative;
  z-index: 1;
}
iframe {
  border: none;
}
/* ===================================================================
 * BANDEAU HAUT + MENU PRINCIPAL
 * =================================================================*/
/* ===================================================================
 * BANDEAU BAS
 * =================================================================*/
/* ===================================================================
 * COOKIE CNIL
 * =================================================================*/
#sliding-popup.sliding-popup-bottom {
  background-color: rgba(0, 0, 0, 0.8);
}
#sliding-popup.sliding-popup-bottom h2 {
  padding: 0;
  background-image: none;
}
#sliding-popup.sliding-popup-bottom p {
  font-size: 1em;
  font-weight: normal;
}
/* ===================================================================
 * 404
 * =================================================================*/
.section-404 .contenu {
  min-height: 350px;
}
.section-404 aside {
  display: none;
}
/* ===================================================================
 * FIL D'ARIANE
 * =================================================================*/
.breadcrumb {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  display: inline-block;
  margin: 0 0 2em;
  padding: 5px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.breadcrumb .breadcrumb__list {
  max-width: 1160px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb__item {
  display: inline;
  margin: 0;
  list-style: none;
  line-height: 1.714em;
  color: #333333;
}
.breadcrumb .breadcrumb__item:first-child::before {
  content: none;
}
.breadcrumb .breadcrumb__item:not(:first-child)::before {
  content: "\f105";
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.28571429em;
  color: #333333;
  margin: 0 10px;
}
.breadcrumb .breadcrumb__item a {
  color: #333333;
  text-decoration: none;
}
.breadcrumb .breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb__item button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: initial;
}
.breadcrumb .breadcrumb__item:last-child a {
  font-style: italic;
}
.breadcrumb .breadcrumb__item:last-child a::before {
  content: "\f111";
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 0.57142857em;
  margin-right: 1em;
  position: relative;
  bottom: 0.3em;
}
.breadcrumb .breadcrumb__separator {
  display: none;
}
/* ===================================================================
 * CONTENU
 * =================================================================*/
.layout-swap {
  padding-top: 0;
  position: relative;
}
.layout-swap > div > * {
  box-sizing: border-box;
}
.with-left-col {
  float: right;
  width: 70%;
}
.with-right-col {
  float: left;
  width: 66.33%;
  background-color: #fff;
}
.with-double-col {
  float: left;
  width: 40%;
}
.left-col {
  float: left;
  width: 30%;
}
.right-col {
  float: right;
  width: 32.33%;
}
.contenu {
  padding: 24px;
  box-sizing: border-box;
}
.contenu ul {
  overflow: hidden;
  margin: 0 0 1em;
  padding: 0;
  clear: both;
}
.contenu ul li {
  margin: 0 0 0.2em;
  padding: 0 0 0 1em;
  position: relative;
}
.contenu ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #cc0000;
  border-radius: 100%;
}
.contenu ul ul {
  margin: 1em 0 0.5em;
}
.contenu ol {
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 0 0 1em;
  padding: 0;
  counter-reset: li-counter;
}
.contenu ol > li {
  margin: 0 0 1em;
  position: relative;
}
.contenu ol > li::before {
  content: counter(li-counter, decimal) ". ";
  counter-increment: li-counter;
  color: #cc0000;
  font-weight: 700;
  margin-right: 0.5em;
}
.contenu ol > li li::before {
  content: counter(li-counter, lower-alpha) ". ";
}
.contenu ol ol {
  margin: 1em 0 0.5em 1em;
}
.contenu table {
  width: 100%;
  margin: 2em 0 1em;
  font-size: 1em;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
}
.contenu table tr:nth-child(odd) {
  background-color: #efefef;
}
.contenu table thead td,
.contenu table th {
  text-align: center;
  border: 1px solid #d7d7d7;
  background-color: #d7d7d7;
  padding: 0.5em;
  color: #000;
  font-weight: 600;
}
.contenu table td {
  border: 1px solid #d7d7d7;
  padding: 0.5em;
  color: #000;
}
.contenu table caption {
  font-size: 1.28571429em;
  font-weight: 700;
  padding: 0.5em;
  text-transform: uppercase;
  color: #fff;
  background-color: #272727;
}
.contenu table a {
  color: #333333;
}
.contenu .article-encadre {
  border: 1px solid #cc0000;
  padding: 1em;
  margin: 1em 0 2em;
}
.contenu .article-encadre h2 {
  margin: 0 0 1em;
  background: none;
}
.contenu .article-encadre p {
  margin-bottom: 0.8em;
}
.block {
  clear: both;
}
.submitted {
  font-style: italic;
}
/* Bouton bleu */
.btn-bleu {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  line-height: 35px;
  margin: 5px 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  box-sizing: border-box;
  transition: all 0.2s;
}
.btn-bleu:hover,
.btn-bleu:focus,
.btn-bleu:active {
  color: #cc0000;
  background-color: #fff;
}
/* Documents associés */
.asset {
  padding: 15px 20px;
  background-color: #f6f7f9;
}
.asset > strong {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  font-size: 1.28571429em;
  display: block;
  margin-bottom: 0.5em;
}
.asset a {
  color: #333333;
}
.asset img {
  vertical-align: middle;
  margin-right: 6px;
}
.asset .field-name-field-asset-document-file {
  margin-bottom: 0.5em;
}
/* Navigation secondaire */
/* Champ Plus d'informations */
.field-name-field-more-informations .block-links {
  margin: 0;
}
.field-name-field-more-informations .block-links > li {
  margin: 0;
  padding: 0;
}
.field-name-field-more-informations .block-links > li::before {
  content: none;
}
.field-name-field-more-informations ul {
  margin: 0;
}
.field-name-field-more-informations li {
  margin: 0;
  padding: 0;
}
.field-name-field-more-informations li::before {
  content: none;
}
/* Champ Thématique + tag */
.tags-list {
  margin-bottom: 2em;
}
.field-name-field-thematic,
.field-name-field-subtitle {
  display: inline-block;
}
.field-name-field-thematic .field-label,
.field-name-field-subtitle .field-label {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.field-name-field-thematic .field-item,
.field-name-field-subtitle .field-item {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.field-name-field-thematic span,
.field-name-field-subtitle span {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #cc0000;
  padding: 3px 8px;
}
/* Partage ShareThis */
.sharethis-buttons {
  margin: 20px 0;
}
/* Barre d'outils */
.article-tools {
  float: right;
  margin: 0 0 1.3em 0;
}
.article-tools .tools {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
.article-tools .tools li {
  float: left;
  margin: 0;
}
.article-tools .tools li::before {
  content: none;
}
.article-tools .tools li:first-child {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-left: 0;
  padding-left: 0;
  height: 2.8em;
  width: 2.8em;
  line-height: 2.8em;
  text-align: center;
}
.article-tools .tools li:first-child::after {
  content: "";
  width: 41px;
  height: 41px;
  border: 1px solid #cacaca;
  position: absolute;
  top: -1px;
  left: -2px;
  border-radius: 100%;
}
.article-tools .tools li:first-child a {
  line-height: normal;
  width: auto;
  padding: 0;
  height: initial;
  display: inline-block;
  float: none;
}
.article-tools .tools li:first-child a::after {
  display: none;
}
.article-tools .tools a {
  display: block;
  float: left;
  filter: grayscale(100%);
  position: relative;
  z-index: 10;
  white-space: nowrap;
  line-height: 2.8em;
  height: 2.8em;
  width: 2.8em;
  text-align: center;
}
.article-tools .tools a::after {
  content: "";
  width: 41px;
  height: 41px;
  border: 1px solid #cacaca;
  position: absolute;
  border-radius: 100%;
  top: -1px;
  left: -2px;
}
.article-tools .tools a:hover {
  filter: grayscale(0);
}
.article-tools .tools a,
.article-tools .tools img {
  vertical-align: middle;
}
.node-article .field-name-body {
  margin-top: 30px;
}
.article-pub-date {
  line-height: 2.8;
  margin-bottom: 1.6em;
}
.article-pub-date + #content,
#content {
  clear: both;
}
/* Offres emplois */
[about*="offres-d-emploi"] .sep a {
  font-size: 0.8em;
}
/* Document PDF */
img[title="application/pdf"] {
  display: none;
}
.asset-document a[href*=".pdf"]:before,
.right-col a[href*=".pdf"]:before {
  content: url(/sites/mdph/themes/mdph/images/application-pdf.png);
  float: left;
  margin-right: 1em;
  margin-top: -0.3em;
}
a[href*="calameo"] {
  display: inline-block;
  margin: 0.6em 0;
}
.chapeau {
  font-weight: bold;
}
/* ===================================================================
 * BLOCS DE NAVIGATION
 * =================================================================*/
ul.pager {
  margin-bottom: 10px;
  text-align: center;
}
ul.pager > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px;
  padding: 0;
  color: #fff;
}
ul.pager > li::before {
  content: none;
}
ul.pager > li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
ul.pager > li a:hover,
ul.pager > li a:focus,
ul.pager > li a:active {
  color: #cc0000;
  background-color: #fff;
}
ul.pager li.pager-current,
ul.pager a {
  border-radius: 100%;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  box-sizing: border-box;
  position: relative;
}
ul.pager li.pager-current {
  color: #cc0000;
  background-color: #fff;
}
ul.pager .pager-next a,
ul.pager .pager-last a,
ul.pager .pager-previous a,
ul.pager .pager-first a {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
}
ul.pager .pager-ellipsis {
  line-height: 40px;
  font-weight: 700;
  color: #cc0000;
}
/* ===================================================================
 * COLONNE DROITE
 * =================================================================*/
.panels-flexible-column-deux_tiers-1 h2 {
  font-size: 1em;
  padding: 0;
  text-transform: uppercase;
  background: none;
}
.panels-flexible-column-deux_tiers-1 .sep {
  display: none;
}
.panels-flexible-column-deux_tiers-1 .block-links {
  margin: 0;
  overflow: visible;
}
.panels-flexible-column-deux_tiers-1 .block-links li {
  margin: 0 -20px;
  padding: 0 20px;
}
.panels-flexible-column-deux_tiers-1 .block-links li::before {
  content: none;
}
.panels-flexible-column-deux_tiers-1 .block-links li a {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  background: url("/sites/all/themes/portail/css/images/flecheRouge.png") 48px 9px no-repeat transparent;
  background-size: 18px auto;
  display: block;
  margin: 0 -32px 0;
  color: #333333;
  padding: 7px 0 7px 80px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.panels-flexible-column-deux_tiers-1 .block-links li a:hover,
.panels-flexible-column-deux_tiers-1 .block-links li a:focus,
.panels-flexible-column-deux_tiers-1 .block-links li a:active {
  text-decoration: underline;
}
.panels-flexible-column-deux_tiers-1 .block-links li:first-child a {
  border-top: 2px solid #ffffff;
}
.panels-flexible-column-deux_tiers-1 .panels-flexible-column-inside {
  padding: 0;
}
.panels-flexible-column-deux_tiers-1 .panels-flexible-region-deux_tiers-region1 {
  float: none;
  width: auto;
}
/* ===================================================================
 * ACCUEIL
 * =================================================================*/
/* ===================================================================
 * FORMULAIRES
 * =================================================================*/
form {
  /* Cachons le bouton radio */
  /* on prépare le label */
  /* Aspect des boutons radios */
  /* :before sert à créer le bouton radio */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* Couleur du label (si cochée) */
  /* on style aussi le label quand désactivé */
  /* aspect au hover de l'élément */
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* Couleur du label (si cochée) */
  /* on style aussi le label quand désactivé */
  /* aspect au hover de l'élément */
  /* calcul l'espace nécessaire entre l'image et le texte dans le select  */
}
form p {
  clear: both;
}
form label {
  display: block;
  color: #333333;
  margin-bottom: 5px;
}
form label.enLigne {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-weight: normal;
}
form p.action {
  text-align: center;
  padding: 1em;
}
form [type="radio"]:not(:checked),
form [type="radio"]:checked {
  position: absolute;
  opacity: 0;
}
form [type="radio"]:not(:checked) + label,
form [type="radio"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding: 0 15px 0 30px;
  /* fait un peu d'espace pour notre bouton à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
}
form [type="radio"]:not(:checked) + label:before,
form [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  /* dim. du bouton */
  border: 1px solid #cacaca;
  background: #ffffff;
  border-radius: 100%;
  /* angles arrondis */
}
form [type="radio"]:not(:checked) + label:after,
form [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 6px;
  left: 6px;
  background-color: #cc0000;
  transition: all .2s;
  /* on prévoit une animation */
}
form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
form [type="radio"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
form [type="radio"]:disabled:not(:checked) + label:before,
form [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
form [type="radio"]:disabled:checked + label:after {
  color: #999;
}
form [type="radio"]:checked + label {
  color: #cc0000;
}
form [type="radio"]:disabled + label {
  color: #aaa;
}
form [type="radio"]:checked:not(:disabled):hover + label:before,
form [type="radio"]:not(:checked):not(:disabled):hover + label:before,
form [type="radio"]:checked:not(:disabled):focus + label:before,
form [type="radio"]:not(:checked):not(:disabled):focus + label:before {
  border-color: #cccccc;
}
form [type="checkbox"]:not(:checked),
form [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
}
form [type="checkbox"]:not(:checked) + label,
form [type="checkbox"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding: 0 15px 0 30px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
}
form [type="checkbox"]:not(:checked) + label:before,
form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 3px;
  /* angles arrondis */
}
form [type="checkbox"]:not(:checked) + label:after,
form [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -3px;
  left: 3px;
  font-size: 18px;
  color: #cc0000;
  transition: all .2s;
  /* on prévoit une animation */
}
form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
form [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
form [type="checkbox"]:disabled:not(:checked) + label:before,
form [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
form [type="checkbox"]:checked + label {
  color: #333333;
}
form [type="checkbox"]:disabled + label {
  color: #aaa;
}
form [type="checkbox"]:checked:not(:disabled):hover + label:before,
form [type="checkbox"]:not(:checked):not(:disabled):hover + label:before,
form [type="checkbox"]:checked:not(:disabled):focus + label:before,
form [type="checkbox"]:not(:checked):not(:disabled):focus + label:before {
  border-color: #cccccc;
}
form select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/sites/all/themes/portail/css/images/select_arrow.png") no-repeat 100% 50%;
  background-position: calc(100% - 0) center;
  padding-right: 17px;
}
form select[size] {
  background-image: none;
}
form .double p {
  display: inline-block;
  width: 49%;
}
form .double p select {
  width: 100%;
}
form .double p:first-child {
  margin-right: 1%;
}
form input[type="tel"],
form input[type="url"],
form input[type="date"],
form input[type="file"],
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="password"],
form textarea,
form select {
  line-height: initial;
  max-width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
form input[type="tel"],
form input[type="url"],
form input[type="date"],
form input[type="file"],
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="password"],
form select {
  height: 40px;
}
form textarea {
  line-height: 1.3333em;
  /*20px*/
}
form input[type="file"] {
  padding: 0;
  box-sizing: content-box;
}
fieldset {
  margin: 0;
  padding: 1em;
  background-color: #f6f7f9;
  border-width: 0;
}
fieldset legend {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  font-size: 1.42857143em;
  font-weight: 700;
  margin: 0 0 1em;
  padding-bottom: 1.4em;
}
.fieldset-wrapper {
  margin-top: -2em;
}
label {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  font-size: 1.14285714em;
  margin-bottom: 8px;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: text-top;
  margin-top: 3px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0;
}
.form-type-radio {
  margin-right: 10px;
}
.form-actions {
  margin-top: 20px;
  margin-left: 25%;
}
fieldset ~ .form-actions {
  padding-left: 20px;
}
.form-submit {
  font-size: 1em;
  padding: 10px 15px;
  color: #fff;
  font-weight: normal;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  transition: all 0.3s;
}
.form-submit:hover,
.form-submit:focus,
.form-submit:active {
  color: #cc0000;
  background-color: #fff;
}
/* Formulaire webform */
.webform-component .form-item {
  margin: 0 0 1em;
}
.webform-component label {
  display: block;
  margin-bottom: 1em;
}
.webform-component input[type="tel"],
.webform-component input[type="url"],
.webform-component input[type="date"],
.webform-component input[type="file"],
.webform-component input[type="text"],
.webform-component input[type="email"],
.webform-component input[type="number"],
.webform-component input[type="search"],
.webform-component input[type="password"],
.webform-component textarea,
.webform-component select {
  width: 100%;
}
.webform-component .form-textarea-wrapper {
  vertical-align: top;
}
.webform-component .form-actions {
  margin-left: 25%;
}
/* Etapes webform */
.webform-progressbar {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
.webform-progressbar .webform-progressbar-page-label {
  color: #eaeaea;
}
.webform-progressbar .webform-progressbar-outer {
  position: relative;
  border: none;
  width: 100%;
  height: 3px;
  margin: 0.35em -1px 2em;
  background-color: #eaeaea;
}
.webform-progressbar .webform-progressbar-inner {
  height: 1em;
  background-color: #fedfe1;
  height: 3px;
}
.webform-progressbar .webform-progressbar-page {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: -14px 0;
  border: none;
  background-color: #eaeaea;
  border-radius: 13px;
  border: 4px solid #fff;
}
.webform-progressbar .webform-progressbar-page.current {
  background-color: #e20613;
}
.webform-progressbar .webform-progressbar-page.current .webform-progressbar-page-label {
  color: #e20613;
}
.webform-progressbar .webform-progressbar-page.completed {
  background-color: #fedfe1;
}
.webform-progressbar .webform-progressbar-page.completed .webform-progressbar-page-label {
  color: #ffc7cb;
}
.webform-progressbar .webform-progressbar-page .webform-progressbar-page-label {
  position: relative;
  top: 25px;
  margin: 0 -10em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}
input[id*="datepicker"] {
  background: url("/sites/all/themes/portail/css/images/fa-calendar.png") no-repeat 93%;
}
.node-webform .field-name-field-menu-princpale {
  display: none;
}
/* ===================================================================
 * >> TYPE VIDEO
 * =================================================================*/
.node-type-video .field-name-field-nos-actions,
.node-type-video .field-name-field-nos-actions ~ .field {
  display: none;
}
/* ===================================================================
 * >> MODULES
 * =================================================================*/
/* ===================================================================
 * COMMUNIQUE-PRESSE
 * =================================================================*/
.node-type-communique-presse .article-pub-date {
  float: left;
  clear: both;
}
.node-type-communique-presse .article-pub-date .field-type-datetime {
  display: inline-block;
}
.node-type-communique-presse .field-type-taxonomy-term-reference {
  display: none;
}
.node-type-communique-presse .field-name-field-visual-illustration,
.node-type-communique-presse .field-name-body {
  clear: both;
}
/* ===================================================================
 * COMMUNE
 * =================================================================*/
.node-type-commune .article-pub-date {
  float: left;
}
.node-type-commune .block-body {
  clear: both;
}
/* ===================================================================
 * Remove Style around imported images
 * =================================================================*/
table.from-import {
  border: none;
}
table.from-import tr {
  background-color: transparent !important;
}
table.from-import tr td {
  border: none;
  padding: 0;
}
table.from-import tr td p {
  margin: 0 auto;
}
/* ===================================================================
 * Gallerie media
 * =================================================================*/
a.lightbox-processed {
  text-decoration: none;
}
/* ===================================================================
 * Sous Rubriques
 * =================================================================*/
.node-rubric .field-name-field-rubric-subheading .field-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.node-rubric .field-name-field-rubric-subheading .field-item {
  padding: 1em;
  margin: 0.5em 1em 0.5em 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 44%;
  max-width: 44%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: 7px solid #ad5d4e;
}
.node-rubric .field-name-field-rubric-subheading .field-item a {
  font-size: 1.07142857em;
  font-weight: 700;
  line-height: 1.25;
  color: #6d6a75;
  text-decoration: none;
}
.node-rubric .field-name-field-rubric-subheading .field-item a:hover,
.node-rubric .field-name-field-rubric-subheading .field-item a:active,
.node-rubric .field-name-field-rubric-subheading .field-item afocus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.node-rubric .field-name-field-rubric-subheading .field-item:nth-of-type(even) {
  margin-right: 0;
}
.node-rubric .field-name-field-rubric-subheading .field-item p.rubric-subheading-summary {
  margin-bottom: 1em;
}
@media (max-width: 1000px) {
  .node-rubric .field-name-field-rubric-subheading .field-items .field-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
/* ===================================================================
 * GMap CSS rules addition
 * =================================================================*/
.gmap-map {
  overflow: hidden;
  width: auto !important;
}
#block-global-functions-dossier-elements-block {
  overflow: hidden;
}
#block-global-functions-dossier-elements-block .block-links {
  margin: 0;
  overflow: visible;
}
#block-global-functions-dossier-elements-block .block-links li {
  margin: 0 -20px;
  padding: 0 20px;
}
#block-global-functions-dossier-elements-block .block-links li::before {
  content: none;
}
#block-global-functions-dossier-elements-block .block-links li a {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  background: url("/sites/all/themes/portail/css/images/flecheRouge.png") 48px 9px no-repeat transparent;
  background-size: 18px auto;
  display: block;
  margin: 0 -46px 0;
  color: #333333;
  padding: 7px 60px 7px 80px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
#block-global-functions-dossier-elements-block .block-links li a:hover,
#block-global-functions-dossier-elements-block .block-links li a:focus,
#block-global-functions-dossier-elements-block .block-links li a:active {
  text-decoration: underline;
}
#block-global-functions-dossier-elements-block .block-links li:first-child a {
  border-top: 2px solid #ffffff;
}
/* ===================================================================
 * CLASS STANDARD CMS -- A NETTOYER !!!!
 * =================================================================*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.clear {
  clear: both;
}
.invisible,
.element-invisible,
html.js .js-hide {
  display: none;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.alignjustify {
  text-align: justify;
}
.inlineBlock {
  display: inline-block;
  zoom: 1;
}
object.alignleft,
img.alignleft,
table.alignleft,
span.alignleft,
iframe.alignleft,
embed.alignleft,
.videocontainer.alignleft {
  float: left;
  margin: 0 2% 10px 0;
}
object.alignright,
img.alignright,
table.alignright,
span.alignright,
iframe.alignright,
embed.alignright,
.videocontainer.alignright {
  float: right;
  margin: 0 0 10px 2%;
  text-align: left;
}
table.aligncenter {
  margin: auto;
  text-align: left;
}
/* GESTION AFFICHAGE DESKTOP ET MOBILE */
@media (min-width: 1001px) {
  .desktop_hidden {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .tablet_hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile_hidden {
    display: none !important;
  }
  .txt_mobile_hidden {
    border: 1px solid #000;
    padding: 5px;
    margin: 5px;
    border-radius: 2px;
  }
}
/* CLEARFIX */
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix::after {
  clear: both;
}
/* ===================================================================
 * CLASS LESS
 * =================================================================*/
/*
 *   Simplification de la déclaration d'une image de fond
 *   @a : nom de l'image
 *   @b : couleur de fond
 *   => Déclaration à mettre dans default.less : .backgroundImage(puce.png);
 */
/*
 *   Simplification de la déclaration d'une police spécifique
 *   Exemple à mettre en place dans la feuille de style default.less :
 *   => @font-face { .font-face('ExempleFont', 'ExempleFont-webfont'); }
 *   => ExempleFont correspond au nom de la police déclaré ensuite avec font-family.
 *   => ExempleFont-webfont correspond au nom des fichiers ttf, eot etc...
 */
/*
 *   Calcul de la taille de police en em à partir de la taille en px
 *   ex : .fontSize(20px)
 */
/*
 *   Effets graphiques simples :
 */
/*
 *  Formulaires :
 */
/*
 *   Checkbox :
 *   => @coche: motif à afficher pour la coche, code hexa ou image, ex: .checkbox(url(/sites/mdph/themes/mdph/css/@{cssDir}images/barreHaut_puce.gif));
 *   => @fontsize: taille de la coche en pixels
 *   => @size: largeur et hauteur de la case
 *   => @left: position absolue left de la coche
 *   => @top: position absolue top de la coche
 *   => @color: couleur de la coche;
 *   => @borderColor: couleur du contour de la case;
 *   => @backgroundColor: couleur de fond de la case;
 *   => @hoverColor: couleur du contour de la case au survol;
 */
/*
 *   Radio bouton :
 *   => @size: largeur et hauteur du bouton
 *   => @color: couleur du bouton;
 *   => @borderColor: couleur du contour de la case;
 *   => @backgroundColor: couleur de fond de la case;
 *   => @hoverColor: couleur du contour de la case au survol;
 */
/*
 *   Custom select :
 *   => @arrow:   url du background
 *   => @taille:  width du background en pixels permettant de calculer le padding-right
 *   => @right:   espacement de l'image par rapport au bord droit
 */
/*
 *   Font Awesome:
 *   => @size:   taille en pixel du picto
 *   => @color:  couleur de la picto
 */
.fa {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
/*
 *   Alignement :
 *   Permet d'aligner en pourcentage un élément via absolute et tranform
 *   !! Attention !! Il faut que le bloc container soit en position relative ou absolute.
 *   => @x:  alignement sur l'axe x
 *   => @y:  alignement sur l'axe y
 */
/* Colonnage */
/*
 *   colonnes :
 *   Permet de générer facilement l'affichage des colonnes gauche / droite ainsi que du content
 *   => @nbColSide
 *   => @nbColContent
 *   => @nbMarginSide
 *   => @nbMarginContent
 */
/*
 *   colonnage :
 *   Permet de faciliter la mise en place du style pour les blocs qui utilise le colonnage
 *   => @colSize : en pourcentage, la width du bloc
 *   => @align : right, left
 *   => colMargin : espacement entre les deux blocs colonnages en pourcentage
 */
.fiche-encadre {
  border: 1px solid #cc0000;
  padding: 1em;
  margin: 1em 0 2em;
}
.fiche-encadre h2 {
  margin: 0 0 1em;
  background: none;
}
.fiche-encadre p {
  margin-bottom: 0.8em;
}
/* ===================================================================
 * >> ELEMENTS DRUPAL
 * =================================================================*/
/* Pagination */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}
.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}
.pager__current-item,
.pager-current {
  font-weight: bold;
}
/* Onglets */
.tabs {
  margin: 1.125rem 0;
  line-height: 1.875rem;
  /* border-bottom: 1px solid #cccccc \0/ie; */
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.tabs:before {
  content: "";
  display: table;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs__tab {
  float: left;
  margin: 0 5px 0 0;
  padding-left: 0;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  /* border-bottom: 0 \0/ie; */
  overflow: hidden;
  background: #dddddd;
}
.tabs__tab.is-active {
  border-bottom-color: #fff;
}
.tabs__tab::before {
  content: none;
}
.tabs__tab-link {
  font-size: 16px;
  padding: 5px 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  color: #000;
  background: #dddddd;
}
.tabs__tab-link:focus,
.tabs__tab-link:hover {
  background: #eaeaea;
  text-decoration: none;
}
.tabs__tab-link:active,
.tabs__tab-link.is-active,
.tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}
.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}
.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}
.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}
.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}
.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}
.tabs--secondary .tabs__tab-link:focus,
.tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}
.tabs--secondary .tabs__tab-link:active,
.tabs--secondary .tabs__tab-link.is-active,
.tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}
.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}
/* Messages d'erreurs */
.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}
.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}
.messages__icon path {
  fill: #0072b9;
}
.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}
.messages__list {
  margin: 0;
}
.messages__item {
  list-style-image: none;
}
.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}
.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}
.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}
.messages--warning,
.messages.warning {
  border-color: #fd0;
}
.messages--warning path,
.messages.warning path {
  fill: #fd0;
}
.messages--error,
.messages.error {
  border-color: #c00;
}
.messages--error path,
.messages.error path {
  fill: #c00;
}
/* Autocomplétion */
.autocomplete,
.form-autocomplete {
  background-image: url("/sites/all/themes/portail/css/images/throbber-inactive.png");
  background-position: 96% center;
  background-repeat: no-repeat;
}
.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid #ccc;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  width: auto;
}
.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  margin: 0;
  padding: 0.4em 1.2em;
}
.autocomplete__list-item::before,
#autocomplete li::before {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 1em;
}
.autocomplete__list-item.is-selected,
.autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}
.autocomplete.is-throbbing,
.autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url("/sites/all/themes/portail/css/images/throbber-active.gif") !important;
  background-position: 94% center;
}
/* Barre de progression */
.progress-bar,
.progress {
  font-weight: bold;
}
.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}
.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}
.progress-bar__percentage,
.progress .percentage {
  float: right;
}
.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}
.progress-throbber,
.ajax-progress {
  display: inline-block;
}
.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}
.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}
/* Formulaires */
button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}
label {
  display: block;
  font-weight: bold;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}
.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 5px 10px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
.button:hover,
button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
.button:focus,
button:focus,
[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
.button:active,
button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active {
  ext-decoration: none;
  color: #000;
}
.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}
[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover,
[disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus,
[disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
.collapsible-fieldset,
.collapsible {
  position: relative;
}
.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}
.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}
.collapsible-fieldset.is-collapsed,
.collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}
.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper,
.collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}
.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
.collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}
.form-item {
  margin: 1.5rem 0;
}
.form-item__required,
.form-required {
  color: #c00;
}
.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}
.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}
.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}
.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}
.form-item--radio .form-item__label,
.form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}
.form-item--radio .form-item__description,
.form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}
.form-item.is-error .form-item__widget,
.form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}
.form-table__sticky-header.is-sticky,
.form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}
.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}
.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}
.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}
.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}
.form-table__row.is-active,
.form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}
.form-table__row.is-disabled,
.form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}
.form-table__row.is-selected,
.form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}
.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}
.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}
.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}
.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}
/* Tables - Trees */
.table-drag__wrapper,
body.drag {
  cursor: move;
}
.table-drag__item,
tr.drag {
  background-color: #fffadb;
}
.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}
.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}
.table-drag__handle:focus,
.table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}
.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  padding: .42em .5em;
  width: 13px;
}
.table-drag__handle.is-hover .table-drag__handle-icon,
.table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}
.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}
.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}
.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}
.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}
.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/forms/table-drag/tree-child-last.png);
}
.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}
/* Commentaires */
.comment__section,
.comments {
  margin: 1.5rem 0;
}
.comment__title {
  margin: 0;
}
.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}
.comment--preview,
.comment-preview {
  background-color: #fffadb;
}
.comment--nested,
.indented {
  margin-left: 32px;
}
/* Videos */
.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video--4-3 {
  padding-bottom: 75%;
}
/* Divers */
a:active:not(.button) {
  background-color: transparent;
}
svg::not(:root) {
  overflow: hidden;
}
.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
.divider > :first-child,
hr > :first-child {
  margin-top: 1.5rem;
}
blockquote {
  margin: 1.5rem 2rem;
}
.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}
.skip-link:link,
.skip-link:visited {
  background-color: #666666;
  color: #fff;
}
.skip-link__wrapper {
  margin: 0;
}
.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}
.box__title {
  margin: 0;
}
.box:focus,
.box:hover,
.box.is-focus,
.box--is-focus {
  border-color: #000;
}
.box--highlight {
  border-color: #0072b9;
}
.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}
.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
.more-link,
.more-help-link {
  text-align: right;
}
.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/init/sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}
.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}
/* Elements HTLM en ligne */
.inline-links,
.inline.links {
  padding: 0;
}
.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}
.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}
.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}
.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}
/* Colonnage */
.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}
.layout-3col:before {
  content: "";
  display: table;
}
.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}
.layout-3col__full,
.layout-3col__left-content,
.layout-3col__right-content,
.layout-3col__left-sidebar,
.layout-3col__right-sidebar,
.layout-3col__first-left-sidebar,
.layout-3col__second-left-sidebar,
.layout-3col__col-1,
.layout-3col__col-2,
.layout-3col__col-3,
.layout-3col__col-4,
.layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}
.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}
.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}
.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}
.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}
.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  .layout-3col__left-sidebar,
  .layout-3col__first-left-sidebar,
  .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-1,
  .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-2,
  .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  .layout-3col__col-3,
  .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}
/* admin contextual link */
.contextual-links li {
  margin: 0 !important;
  padding: 0 !important;
}
.contextual-links li a {
  background-image: none !important;
  margin: 0.25em 0!important;
  padding: 0.25em 1em 0.25em 0.5em!important;
}
@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-3col__full,
  .layout-3col__left-content,
  .layout-3col__right-content,
  .layout-3col__left-sidebar,
  .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  .layout-3col__first-left-sidebar,
  .layout-3col__col-1,
  .layout-3col__col-3,
  .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  .layout-3col__second-left-sidebar,
  .layout-3col__col-2,
  .layout-3col__col-4,
  .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
}
@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Set default opacity to 1
 */
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Fonts */
@font-face {
  font-family: "FontAwesome";
  src: url("/sites/all/themes/portail/css/polices/fontawesome-webfont.eot");
  src: url("/sites/all/themes/portail/css/polices/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("/sites/all/themes/portail/css/polices/fontawesome-webfont.woff") format('woff'), url('/sites/all/themes/portail/css/polices/fontawesome-webfont.woff2') format('woff2'), url("/sites/all/themes/portail/css/polices/fontawesome-webfont.ttf") format('truetype'), url("/sites/all/themes/portail/css/polices/fontawesome-webfont.svg#FontAwesome") format('svg');
  font-weight: normal;
  font-style: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  html {
    font-size: 12pt;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  .tabs {
    display: none;
  }
  .skip-link__wrapper {
    display: none;
  }
  .pager {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}
.icon-location,
.icon-align-left,
.icon-image,
.icon-laptop,
.icon-person,
.icon-camera,
.icon-box,
.icon-wrench,
.icon-faire-une-demande,
.icon-cmi,
.icon-rqth,
.icon-pch,
.icon-aesh,
.icon-qui-contacter,
.icon-people {
  width: 70px;
  height: 70px;
  display: block;
  margin: 10px auto;
  background-size: cover;
  background-repeat: no-repeat;
}
a .icon-location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M8 0l-8 4 3 1 1 3 4-8z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-align-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v1h8v-1h-8zm0 2v1h6v-1h-6zm0 2v1h8v-1h-8zm0 2v1h6v-1h-6z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-image {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v8h8v-8h-8zm1 1h6v3l-1-1-1 1 2 2v1h-1l-4-4-1 1v-3z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-laptop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1.34 0a.5.5 0 0 0-.34.5v3.5h-1v1.5c0 .28.22.5.5.5h7.010000000000001c.28 0 .5-.22.5-.5v-1.5h-1v-3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm.66 1h4v3h-1v1h-2v-1h-1v-3z' transform='translate(0 1)' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-person {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 0c-1.1 0-2 1.12-2 2.5s.9 2.5 2 2.5 2-1.12 2-2.5-.9-2.5-2-2.5zm-2.09 5c-1.06.05-1.91.92-1.91 2v1h8v-1c0-1.08-.84-1.95-1.91-2-.54.61-1.28 1-2.09 1-.81 0-1.55-.39-2.09-1z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-camera {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4.09 0c-.05 0-.1.04-.13.09l-.94 1.81c-.02.05-.07.09-.13.09h-1.41c-.83 0-1.5.67-1.5 1.5v4.41c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.81c0-.06-.04-.09-.09-.09h-.81c-.05 0-.1-.04-.13-.09l-.94-1.81c-.03-.05-.07-.09-.13-.09h-1.81zm-2.59 3c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm3.5 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v1h8v-1h-8zm0 2v5.91c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.91h-2.97v1.03h-2.03v-1.03h-3z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-wrench {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .32.08.62.19.91l-2.91 2.88c-.39.39-.39 1.05 0 1.44.2.2.46.28.72.28.26 0 .52-.09.72-.28l2.88-2.91c.28.11.58.19.91.19 1.38 0 2.5-1.12 2.5-2.5 0-.16 0-.32-.03-.47l-.97.97h-2v-2l.97-.97c-.15-.03-.31-.03-.47-.03zm-4.5 6.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-people {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0c-.51 0-.95.35-1.22.88.45.54.72 1.28.72 2.13 0 .29-.03.55-.09.81.19.11.38.19.59.19.83 0 1.5-.9 1.5-2s-.67-2-1.5-2zm-3 1c-.83 0-1.5.9-1.5 2s.67 2 1.5 2 1.5-.9 1.5-2-.67-2-1.5-2zm4.75 3.16c-.43.51-1.02.82-1.69.84.27.38.44.84.44 1.34v.66h2v-1.66c0-.52-.31-.97-.75-1.19zm-6.5 1c-.44.22-.75.67-.75 1.19v1.66h5v-1.66c0-.52-.31-.97-.75-1.19-.45.53-1.06.84-1.75.84s-1.3-.32-1.75-.84z' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-faire-une-demande {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='626.000000pt' height='625.000000pt' viewBox='0 0 626.000000 625.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M454 5380 c-101 -20 -194 -94 -238 -189 l-21 -46 0 -2105 0 -2105 25 -50 c83 -168 279 -237 442 -154 20 10 195 144 390 298 l353 281 1430 2 1430 3 56 26 c72 34 134 96 168 168 l26 56 3 362 c2 200 0 363 -5 363 -5 0 -62 -61 -128 -135 -121 -137 -154 -169 -212 -199 l-33 -17 0 -124 0 -125 -1407 -2 -1408 -3 -46 -21 c-33 -16 -461 -339 -697 -526 -9 -8 -12 379 -12 1931 l0 1941 1785 0 1785 0 2 -570 3 -570 188 211 187 212 0 386 c0 279 -4 403 -13 448 -26 121 -124 221 -244 249 -48 11 -377 14 -1913 13 -1020 -1 -1874 -5 -1896 -9z M5335 4738 c-18 -18 -77 -82 -130 -143 -90 -103 -94 -110 -78 -126 70 -65 513 -459 516 -459 5 0 193 213 225 254 26 34 28 81 4 118 -9 15 -91 93 -182 175 -251 225 -235 213 -280 213 -32 0 -48 -7 -75 -32z M1210 4458 c-128 -65 -141 -229 -26 -322 l38 -31 1117 -3 1117 -2 45 23 c62 33 103 111 95 182 -7 65 -48 123 -106 153 l-44 22 -1096 0 -1096 0 -44 -22z M4377 3679 c-307 -342 -556 -627 -554 -632 5 -16 521 -475 529 -470 10 6 1118 1242 1118 1247 0 5 -518 470 -529 474 -4 1 -258 -277 -564 -619z M1232 3559 c-18 -6 -50 -27 -71 -48 -92 -92 -71 -243 42 -303 l42 -23 1105 0 1105 0 42 22 c113 61 134 212 42 304 -21 21 -55 42 -76 48 -49 14 -2183 13 -2231 0z M3577 2786 c-36 -41 -71 -85 -77 -98 -17 -39 -91 -511 -85 -538 9 -36 43 -69 80 -76 22 -4 100 15 273 65 134 39 251 76 260 83 10 7 49 45 86 85 l67 71 -253 228 c-139 125 -260 233 -268 240 -14 12 -25 3 -83 -60z M1212 2629 c-80 -40 -122 -144 -93 -232 15 -46 79 -103 129 -117 27 -7 335 -9 958 -8 l918 3 27 155 c16 85 31 170 34 188 l6 32 -968 0 -968 0 -43 -21z' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-cmi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='626.000000pt' height='625.000000pt' viewBox='0 0 626.000000 625.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M500 5120 c-131 -32 -253 -129 -316 -252 -57 -111 -54 -25 -54 -1768 0 -1767 -4 -1659 61 -1781 44 -81 131 -162 226 -207 l78 -37 2636 0 2636 0 85 42 c140 70 240 198 268 342 6 35 10 606 10 1650 0 1402 -2 1604 -15 1656 -40 152 -146 273 -296 337 l-54 23 -2615 2 c-1438 0 -2631 -3 -2650 -7z m5276 -212 c63 -33 116 -91 140 -154 18 -47 19 -104 19 -1659 l0 -1610 -28 -57 c-34 -69 -91 -121 -164 -148 -54 -20 -69 -20 -2631 -18 l-2577 3 -42 23 c-66 35 -110 79 -140 140 l-28 57 0 1615 0 1615 21 46 c39 83 107 143 194 170 14 4 1186 7 2605 6 l2580 -2 51 -27z M913 4395 c-17 -7 -36 -22 -42 -34 -15 -28 -15 -2494 0 -2523 26 -49 11 -48 1049 -48 1038 0 1023 -1 1049 48 15 29 15 2495 0 2524 -26 49 -10 48 -1051 48 -804 -1 -978 -3 -1005 -15z m1877 -1037 l0 -853 -27 35 c-98 125 -238 239 -380 308 l-93 45 55 59 c211 227 205 576 -13 796 -114 114 -251 172 -410 172 -199 0 -371 -92 -481 -255 -150 -224 -129 -518 51 -711 l57 -61 -94 -47 c-147 -73 -281 -181 -378 -306 l-27 -35 0 853 0 852 870 0 870 0 0 -852z m-705 333 c82 -40 165 -129 196 -208 17 -44 23 -79 23 -143 0 -75 -4 -93 -31 -152 -42 -89 -100 -151 -182 -191 -61 -30 -72 -32 -171 -32 -92 0 -112 3 -160 26 -237 113 -301 415 -128 604 91 100 181 138 312 131 62 -3 91 -11 141 -35z m3 -947 c305 -63 554 -279 653 -568 17 -47 33 -108 36 -136 l6 -50 -862 0 -861 0 0 23 c0 48 41 180 80 260 96 197 282 364 485 436 145 52 319 65 463 35z M3573 4395 c-37 -16 -53 -42 -53 -85 0 -42 15 -67 50 -85 25 -13 129 -15 770 -15 526 0 748 3 763 11 78 40 75 150 -5 178 -21 8 -266 11 -762 11 -599 -1 -737 -3 -763 -15z M3549 3571 c-38 -39 -39 -87 -3 -130 l26 -31 768 0 768 0 26 31 c36 43 35 91 -3 130 l-29 29 -762 0 -762 0 -29 -29z M3547 2762 c-38 -40 -37 -93 2 -133 l29 -29 762 0 762 0 29 29 c38 39 39 87 3 130 l-26 31 -767 0 -767 0 -27 -28z M3568 1975 c-80 -44 -58 -163 33 -180 19 -3 202 -5 406 -3 l373 3 27 27 c38 39 38 97 0 136 l-27 27 -393 2 c-332 2 -396 0 -419 -12' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-rqth {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='614.000000pt' height='613.000000pt' viewBox='0 0 614.000000 613.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M4409 5834 c-211 -162 -390 -301 -397 -308 -10 -10 5 -36 82 -136 53 -67 93 -127 90 -131 -3 -5 -41 -36 -84 -69 -43 -33 -82 -64 -85 -70 -3 -5 10 -31 30 -57 19 -25 34 -50 33 -54 -2 -4 -324 -250 -716 -547 l-712 -541 -483 -3 c-467 -4 -484 -5 -557 -27 -555 -167 -916 -711 -1019 -1534 -28 -222 -35 -346 -22 -395 22 -80 101 -142 181 -142 l40 0 0 -679 c0 -741 -3 -704 57 -703 16 0 34 9 45 22 17 21 18 61 18 721 0 692 0 699 21 739 16 31 23 70 30 163 33 468 133 820 308 1081 58 88 157 189 239 244 l62 43 0 -687 0 -686 55 50 c75 69 145 95 255 96 75 1 93 -3 152 -31 79 -37 147 -101 183 -173 l26 -52 26 51 c35 71 106 139 183 175 56 26 76 30 150 30 109 0 179 -27 255 -96 l55 -50 1 773 0 774 707 536 707 536 18 -23 c10 -12 26 -33 36 -45 l18 -23 84 65 c46 36 89 68 95 72 7 4 48 -41 103 -113 50 -65 95 -121 99 -124 5 -3 187 132 405 300 l396 305 -386 502 c-212 276 -389 505 -392 510 -4 4 -180 -126 -392 -289z m-19 -828 c88 -114 160 -211 160 -215 -1 -3 -33 -30 -72 -60 l-71 -55 -24 28 c-20 23 -23 34 -16 60 4 17 8 55 7 84 -1 99 -90 182 -195 182 -41 0 -50 4 -73 34 -14 19 -26 38 -25 43 0 10 132 113 141 110 4 -1 79 -96 168 -211z m-2032 -1380 c13 -48 21 -94 18 -102 -7 -19 -59 -43 -108 -50 -49 -7 -112 8 -146 34 l-23 18 21 85 c11 46 23 90 25 97 4 9 29 12 97 10 l93 -3 23 -89z m-14 -246 c11 -51 126 -919 126 -945 0 -18 -33 -68 -111 -165 -61 -77 -114 -140 -118 -140 -14 0 -231 282 -231 301 0 10 29 233 65 495 36 263 65 478 65 478 0 1 45 1 100 1 98 0 100 0 104 -25z M2101 5154 c-317 -85 -491 -418 -381 -731 58 -165 217 -307 391 -348 305 -71 609 123 674 430 18 88 18 132 0 220 -44 211 -203 377 -410 430 -74 19 -203 18 -274 -1z M1330 2515 l0 -295 65 0 65 0 0 295 0 295 -65 0 -65 0 0 -295z M3010 2515 l0 -295 70 0 70 0 0 295 0 295 -70 0 -70 0 0 -295z M1081 2242 c-19 -9 -44 -30 -55 -45 -21 -28 -21 -36 -24 -965 -2 -893 -1 -939 16 -971 20 -38 73 -71 112 -71 39 0 92 33 112 71 14 27 18 56 18 146 l0 113 120 0 120 0 0 80 0 80 -120 0 -120 0 0 420 0 420 120 0 120 0 0 80 0 80 -120 0 -120 0 0 236 c0 273 -5 293 -74 325 -51 23 -63 23 -105 1z M3301 2243 c-19 -10 -44 -31 -55 -46 -20 -27 -21 -44 -24 -273 l-3 -244 -119 0 -120 0 0 -80 0 -80 120 0 120 0 0 -420 0 -420 -120 0 -121 0 3 -77 3 -78 118 -3 117 -3 0 -106 c0 -87 4 -114 20 -149 35 -72 116 -93 186 -48 56 37 54 5 54 1010 0 825 -2 930 -16 959 -30 63 -103 89 -163 58z M1742 2119 c-66 -33 -108 -76 -144 -149 l-23 -45 0 -775 c0 -875 -4 -828 79 -918 64 -70 125 -97 221 -97 130 0 218 54 275 167 l30 61 0 772 c0 887 5 831 -89 926 -66 66 -124 89 -221 89 -55 0 -78 -6 -128 -31z M2493 2134 c-57 -21 -128 -86 -161 -148 l-27 -51 -3 -776 c-2 -766 -2 -778 18 -833 26 -67 92 -139 158 -169 68 -31 189 -31 254 1 60 30 120 90 150 150 l23 47 0 785 c0 777 0 785 -21 831 -31 67 -78 114 -146 149 -52 25 -72 30 -132 29 -39 0 -90 -7 -113 -15z M3589 1994 c-12 -14 -14 -138 -17 -764 -2 -711 -1 -748 16 -770 22 -27 66 -30 90 -6 16 15 17 83 19 759 2 583 0 747 -10 767 -16 32 -76 40 -98 14z' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-pch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='578.000000pt' height='579.000000pt' viewBox='0 0 578.000000 579.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M1115 5600 c-11 -4 -33 -22 -50 -40 l-30 -31 -3 -2547 c-2 -2453 -1 -2548 16 -2581 10 -19 34 -43 53 -53 32 -17 108 -18 1789 -18 1681 0 1757 1 1789 18 19 10 43 34 53 53 17 32 18 114 18 1963 l0 1929 -24 41 c-25 41 -1230 1240 -1270 1263 -16 9 -287 12 -1171 12 -632 0 -1159 -4 -1170 -9z m2155 -808 c0 -622 -3 -597 80 -639 l44 -23 548 0 548 0 -2 -1767 -3 -1768 -1595 0 -1595 0 -3 2373 -2 2372 990 0 990 0 0 -548z M1599 3961 c-35 -35 -39 -44 -39 -91 0 -47 4 -56 39 -91 l39 -39 1252 0 1252 0 39 39 c35 35 39 44 39 91 0 47 -4 56 -39 91 l-39 39 -1252 0 -1252 0 -39 -39z M1634 3330 c-11 -4 -33 -22 -47 -40 -48 -57 -31 -155 33 -194 26 -15 139 -16 1275 -16 l1247 0 39 39 c35 35 39 44 39 90 0 44 -5 56 -34 89 l-34 37 -1249 2 c-686 1 -1257 -2 -1269 -7z M1619 2653 c-38 -24 -59 -65 -59 -117 0 -39 6 -52 34 -84 l34 -37 1262 0 1262 0 34 37 c29 33 34 45 34 89 0 46 -4 55 -39 90 l-39 39 -1248 0 c-1137 -1 -1251 -2 -1275 -17z M2245 2326 c-160 -31 -296 -106 -406 -224 -35 -38 -77 -92 -94 -120 l-30 -52 -88 0 c-131 0 -181 -36 -181 -130 0 -83 52 -130 144 -130 l50 0 0 -70 0 -70 -49 0 c-120 0 -189 -126 -119 -215 31 -40 77 -55 166 -55 l79 0 37 -59 c185 -301 575 -422 907 -281 83 34 182 101 212 142 26 34 27 106 3 143 -49 74 -131 83 -214 21 -111 -81 -237 -115 -359 -96 -76 12 -196 65 -232 104 l-24 26 122 0 c134 0 174 10 209 55 48 61 32 146 -37 192 -32 22 -43 23 -238 23 l-204 0 3 68 3 67 210 5 c234 6 248 9 279 73 20 44 20 70 -1 114 -30 63 -59 73 -218 73 l-140 1 35 30 c88 76 208 115 334 106 98 -6 159 -28 250 -90 55 -38 77 -47 111 -47 57 0 106 34 124 87 22 62 -2 117 -77 173 -162 120 -380 172 -567 136z M3084 1930 c-11 -4 -33 -22 -47 -40 -22 -25 -27 -42 -27 -82 0 -45 4 -54 39 -89 l39 -39 527 0 527 0 40 40 c39 39 40 42 36 96 -4 46 -10 61 -37 87 l-31 32 -523 2 c-287 1 -531 -2 -543 -7z' transform='translate(0.000000,579.000000) scale(0.100000,-0.100000)' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-aesh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='634.000000pt' height='635.000000pt' viewBox='0 0 634.000000 635.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M2083 6186 c-181 -44 -331 -189 -388 -376 -10 -35 -19 -109 -22 -202 l-6 -147 -471 -3 -471 -3 -73 -27 c-108 -39 -178 -84 -262 -168 -87 -87 -140 -180 -170 -296 -18 -70 -20 -112 -20 -465 0 -500 18 -645 114 -914 l36 -100 0 -1085 c0 -629 4 -1132 10 -1196 23 -258 135 -497 317 -676 157 -155 301 -238 511 -296 l97 -27 1885 0 1885 0 100 27 c119 33 295 117 385 186 211 160 363 395 423 657 20 88 21 119 24 1249 l4 1160 44 130 c90 266 105 396 105 892 0 346 -2 388 -20 458 -46 181 -177 344 -340 424 -146 72 -149 72 -652 72 l-448 0 0 130 c0 154 -10 211 -57 309 -45 95 -142 195 -234 239 -132 65 -80 62 -1219 61 -799 -1 -1047 -4 -1087 -13z m2091 -346 c54 -12 87 -38 114 -90 19 -39 22 -59 22 -167 l0 -123 -1140 0 -1140 0 0 123 c0 108 3 128 23 167 25 50 59 78 108 90 48 11 1965 12 2013 0z m-2754 -1865 l0 -1135 -42 21 c-24 12 -77 44 -118 72 -297 198 -521 493 -629 827 -69 212 -83 360 -79 795 3 315 3 321 27 369 43 87 126 153 218 175 21 5 170 9 331 10 l292 1 0 -1135z m590 -310 c0 -1037 -3 -1451 -11 -1468 -15 -34 -54 -52 -107 -51 -38 1 -50 6 -74 33 l-28 31 0 1450 0 1450 110 0 110 0 0 -1445z m1950 225 l0 -1220 -790 0 -790 0 0 1220 0 1220 790 0 790 0 0 -1220z m590 -229 l0 -1449 -25 -30 c-31 -37 -81 -48 -128 -28 -73 30 -67 -101 -67 1508 l0 1448 110 0 110 0 0 -1449z m1062 1416 c64 -31 120 -89 152 -157 20 -42 21 -63 24 -360 2 -176 -1 -370 -7 -440 -43 -484 -292 -910 -691 -1180 -47 -31 -104 -67 -127 -79 l-43 -21 0 1135 0 1136 318 -3 317 -3 57 -28z m-4631 -2383 c119 -87 241 -162 354 -215 l85 -40 0 -122 c0 -193 34 -289 142 -398 157 -160 412 -189 599 -68 133 85 219 240 219 397 l0 62 790 0 790 0 0 -64 c0 -130 71 -277 174 -358 281 -224 682 -95 771 249 9 36 15 103 15 180 l0 122 85 40 c181 85 383 224 538 370 l87 83 0 -858 c0 -826 -1 -862 -20 -943 -53 -221 -233 -426 -450 -511 -131 -51 -71 -50 -1990 -50 -1939 0 -1861 -2 -2000 54 -160 65 -308 203 -385 359 -77 156 -75 123 -75 1091 l0 858 88 -83 c48 -45 130 -115 183 -155' transform='translate(0.000000,635.000000) scale(0.100000,-0.100000)' fill='%236D6A75' /%3E%3C/svg%3E");
}
a .icon-qui-contacter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='601.000000pt' height='601.000000pt' viewBox='0 0 601.000000 601.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M2520 5798 c-76 -29 -160 -115 -186 -188 -18 -53 -19 -98 -19 -1130 l0 -1075 26 -55 c37 -80 81 -125 157 -162 l67 -33 1510 -3 c1035 -2 1526 1 1561 8 71 15 151 66 196 124 72 97 69 45 66 1231 l-3 1060 -22 47 c-29 63 -96 134 -158 166 l-50 27 -1545 2 -1545 2 -55 -21z m2929 -216 c-40 -31 -1302 -928 -1325 -942 -20 -12 -70 21 -677 454 -361 257 -667 476 -679 486 -23 19 -2 19 1341 20 1323 0 1363 -1 1340 -18z m-2104 -690 c413 -294 755 -535 760 -535 6 0 356 246 778 547 422 301 774 549 782 553 13 4 15 -120 15 -976 0 -540 -3 -981 -7 -980 -6 0 -845 943 -925 1040 -18 21 -18 21 -98 -51 -44 -40 -80 -75 -80 -79 0 -3 203 -236 451 -516 l450 -510 -680 -3 c-374 -1 -988 -1 -1365 0 l-686 3 454 514 455 514 -47 42 c-26 23 -64 56 -84 74 l-36 32 -458 -518 c-251 -285 -463 -525 -471 -533 -11 -12 -13 144 -13 969 l0 983 28 -18 c15 -10 365 -258 777 -552z M278 4954 c-55 -29 -99 -142 -133 -340 -151 -888 -32 -1754 348 -2529 202 -413 448 -757 777 -1086 284 -284 586 -514 925 -703 138 -77 208 -101 274 -93 38 4 52 12 81 45 85 97 405 645 436 748 18 62 18 155 -1 201 -26 61 -61 99 -163 177 -54 40 -146 118 -206 172 -310 284 -361 323 -440 331 -56 7 -120 -21 -236 -104 -173 -123 -250 -145 -345 -98 -74 36 -217 173 -310 297 -183 242 -344 582 -421 885 -58 228 -66 417 -22 511 35 74 79 96 349 176 197 59 219 113 199 501 -6 121 -10 301 -8 401 l3 180 -30 59 c-35 68 -88 113 -169 144 -78 29 -313 76 -554 111 -229 33 -313 37 -354 14z M4650 2624 c-254 -21 -445 -91 -616 -228 -219 -175 -350 -427 -400 -770 -20 -136 -14 -430 11 -541 94 -418 343 -676 730 -756 235 -49 494 -29 673 52 34 15 62 30 62 33 0 7 -40 179 -44 192 -3 7 -27 4 -74 -12 -120 -39 -260 -57 -391 -51 -137 6 -208 23 -316 76 -185 91 -307 257 -367 499 -29 115 -31 406 -5 549 70 375 274 627 577 713 97 27 278 37 390 21 96 -14 215 -55 280 -96 204 -129 310 -372 310 -712 0 -167 -18 -263 -70 -370 -48 -97 -100 -146 -178 -169 -92 -27 -129 -1 -138 98 -3 29 11 217 29 418 19 201 33 369 30 373 -8 13 -177 95 -223 107 -71 19 -215 29 -282 20 -279 -40 -488 -375 -488 -785 0 -204 86 -362 226 -414 61 -23 173 -28 236 -11 58 17 129 72 171 134 l39 57 23 -48 c45 -99 127 -153 240 -161 144 -9 308 43 407 128 96 83 184 251 214 407 18 97 18 333 -1 449 -68 422 -320 697 -710 774 -91 19 -263 30 -345 24z m194 -804 c6 -6 1 -109 -13 -282 -20 -241 -26 -279 -47 -325 -38 -80 -112 -133 -187 -133 -42 0 -86 29 -109 72 -21 39 -23 55 -22 178 0 103 6 156 220 223 52 212 138 295 292 281 30 -3 59 -9 64 -14z' transform='translate(0.000000,601.000000) scale(0.100000,-0.100000)' fill='%236D6A75' /%3E%3C/svg%3E");
}
a:hover .icon-location,
a:focus .icon-location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M8 0l-8 4 3 1 1 3 4-8z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-align-left,
a:focus .icon-align-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v1h8v-1h-8zm0 2v1h6v-1h-6zm0 2v1h8v-1h-8zm0 2v1h6v-1h-6z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-image,
a:focus .icon-image {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v8h8v-8h-8zm1 1h6v3l-1-1-1 1 2 2v1h-1l-4-4-1 1v-3z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-laptop,
a:focus .icon-laptop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1.34 0a.5.5 0 0 0-.34.5v3.5h-1v1.5c0 .28.22.5.5.5h7.010000000000001c.28 0 .5-.22.5-.5v-1.5h-1v-3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm.66 1h4v3h-1v1h-2v-1h-1v-3z' transform='translate(0 1)' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-person,
a:focus .icon-person {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 0c-1.1 0-2 1.12-2 2.5s.9 2.5 2 2.5 2-1.12 2-2.5-.9-2.5-2-2.5zm-2.09 5c-1.06.05-1.91.92-1.91 2v1h8v-1c0-1.08-.84-1.95-1.91-2-.54.61-1.28 1-2.09 1-.81 0-1.55-.39-2.09-1z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-camera,
a:focus .icon-camera {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4.09 0c-.05 0-.1.04-.13.09l-.94 1.81c-.02.05-.07.09-.13.09h-1.41c-.83 0-1.5.67-1.5 1.5v4.41c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.81c0-.06-.04-.09-.09-.09h-.81c-.05 0-.1-.04-.13-.09l-.94-1.81c-.03-.05-.07-.09-.13-.09h-1.81zm-2.59 3c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm3.5 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-box,
a:focus .icon-box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v1h8v-1h-8zm0 2v5.91c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.91h-2.97v1.03h-2.03v-1.03h-3z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-wrench,
a:focus .icon-wrench {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .32.08.62.19.91l-2.91 2.88c-.39.39-.39 1.05 0 1.44.2.2.46.28.72.28.26 0 .52-.09.72-.28l2.88-2.91c.28.11.58.19.91.19 1.38 0 2.5-1.12 2.5-2.5 0-.16 0-.32-.03-.47l-.97.97h-2v-2l.97-.97c-.15-.03-.31-.03-.47-.03zm-4.5 6.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-people,
a:focus .icon-people {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0c-.51 0-.95.35-1.22.88.45.54.72 1.28.72 2.13 0 .29-.03.55-.09.81.19.11.38.19.59.19.83 0 1.5-.9 1.5-2s-.67-2-1.5-2zm-3 1c-.83 0-1.5.9-1.5 2s.67 2 1.5 2 1.5-.9 1.5-2-.67-2-1.5-2zm4.75 3.16c-.43.51-1.02.82-1.69.84.27.38.44.84.44 1.34v.66h2v-1.66c0-.52-.31-.97-.75-1.19zm-6.5 1c-.44.22-.75.67-.75 1.19v1.66h5v-1.66c0-.52-.31-.97-.75-1.19-.45.53-1.06.84-1.75.84s-1.3-.32-1.75-.84z' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-faire-une-demande,
a:focus .icon-faire-une-demande {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='626.000000pt' height='625.000000pt' viewBox='0 0 626.000000 625.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M454 5380 c-101 -20 -194 -94 -238 -189 l-21 -46 0 -2105 0 -2105 25 -50 c83 -168 279 -237 442 -154 20 10 195 144 390 298 l353 281 1430 2 1430 3 56 26 c72 34 134 96 168 168 l26 56 3 362 c2 200 0 363 -5 363 -5 0 -62 -61 -128 -135 -121 -137 -154 -169 -212 -199 l-33 -17 0 -124 0 -125 -1407 -2 -1408 -3 -46 -21 c-33 -16 -461 -339 -697 -526 -9 -8 -12 379 -12 1931 l0 1941 1785 0 1785 0 2 -570 3 -570 188 211 187 212 0 386 c0 279 -4 403 -13 448 -26 121 -124 221 -244 249 -48 11 -377 14 -1913 13 -1020 -1 -1874 -5 -1896 -9z M5335 4738 c-18 -18 -77 -82 -130 -143 -90 -103 -94 -110 -78 -126 70 -65 513 -459 516 -459 5 0 193 213 225 254 26 34 28 81 4 118 -9 15 -91 93 -182 175 -251 225 -235 213 -280 213 -32 0 -48 -7 -75 -32z M1210 4458 c-128 -65 -141 -229 -26 -322 l38 -31 1117 -3 1117 -2 45 23 c62 33 103 111 95 182 -7 65 -48 123 -106 153 l-44 22 -1096 0 -1096 0 -44 -22z M4377 3679 c-307 -342 -556 -627 -554 -632 5 -16 521 -475 529 -470 10 6 1118 1242 1118 1247 0 5 -518 470 -529 474 -4 1 -258 -277 -564 -619z M1232 3559 c-18 -6 -50 -27 -71 -48 -92 -92 -71 -243 42 -303 l42 -23 1105 0 1105 0 42 22 c113 61 134 212 42 304 -21 21 -55 42 -76 48 -49 14 -2183 13 -2231 0z M3577 2786 c-36 -41 -71 -85 -77 -98 -17 -39 -91 -511 -85 -538 9 -36 43 -69 80 -76 22 -4 100 15 273 65 134 39 251 76 260 83 10 7 49 45 86 85 l67 71 -253 228 c-139 125 -260 233 -268 240 -14 12 -25 3 -83 -60z M1212 2629 c-80 -40 -122 -144 -93 -232 15 -46 79 -103 129 -117 27 -7 335 -9 958 -8 l918 3 27 155 c16 85 31 170 34 188 l6 32 -968 0 -968 0 -43 -21z' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-cmi,
a:focus .icon-cmi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='626.000000pt' height='625.000000pt' viewBox='0 0 626.000000 625.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M500 5120 c-131 -32 -253 -129 -316 -252 -57 -111 -54 -25 -54 -1768 0 -1767 -4 -1659 61 -1781 44 -81 131 -162 226 -207 l78 -37 2636 0 2636 0 85 42 c140 70 240 198 268 342 6 35 10 606 10 1650 0 1402 -2 1604 -15 1656 -40 152 -146 273 -296 337 l-54 23 -2615 2 c-1438 0 -2631 -3 -2650 -7z m5276 -212 c63 -33 116 -91 140 -154 18 -47 19 -104 19 -1659 l0 -1610 -28 -57 c-34 -69 -91 -121 -164 -148 -54 -20 -69 -20 -2631 -18 l-2577 3 -42 23 c-66 35 -110 79 -140 140 l-28 57 0 1615 0 1615 21 46 c39 83 107 143 194 170 14 4 1186 7 2605 6 l2580 -2 51 -27z M913 4395 c-17 -7 -36 -22 -42 -34 -15 -28 -15 -2494 0 -2523 26 -49 11 -48 1049 -48 1038 0 1023 -1 1049 48 15 29 15 2495 0 2524 -26 49 -10 48 -1051 48 -804 -1 -978 -3 -1005 -15z m1877 -1037 l0 -853 -27 35 c-98 125 -238 239 -380 308 l-93 45 55 59 c211 227 205 576 -13 796 -114 114 -251 172 -410 172 -199 0 -371 -92 -481 -255 -150 -224 -129 -518 51 -711 l57 -61 -94 -47 c-147 -73 -281 -181 -378 -306 l-27 -35 0 853 0 852 870 0 870 0 0 -852z m-705 333 c82 -40 165 -129 196 -208 17 -44 23 -79 23 -143 0 -75 -4 -93 -31 -152 -42 -89 -100 -151 -182 -191 -61 -30 -72 -32 -171 -32 -92 0 -112 3 -160 26 -237 113 -301 415 -128 604 91 100 181 138 312 131 62 -3 91 -11 141 -35z m3 -947 c305 -63 554 -279 653 -568 17 -47 33 -108 36 -136 l6 -50 -862 0 -861 0 0 23 c0 48 41 180 80 260 96 197 282 364 485 436 145 52 319 65 463 35z M3573 4395 c-37 -16 -53 -42 -53 -85 0 -42 15 -67 50 -85 25 -13 129 -15 770 -15 526 0 748 3 763 11 78 40 75 150 -5 178 -21 8 -266 11 -762 11 -599 -1 -737 -3 -763 -15z M3549 3571 c-38 -39 -39 -87 -3 -130 l26 -31 768 0 768 0 26 31 c36 43 35 91 -3 130 l-29 29 -762 0 -762 0 -29 -29z M3547 2762 c-38 -40 -37 -93 2 -133 l29 -29 762 0 762 0 29 29 c38 39 39 87 3 130 l-26 31 -767 0 -767 0 -27 -28z M3568 1975 c-80 -44 -58 -163 33 -180 19 -3 202 -5 406 -3 l373 3 27 27 c38 39 38 97 0 136 l-27 27 -393 2 c-332 2 -396 0 -419 -12' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-rqth,
a:focus .icon-rqth {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='614.000000pt' height='613.000000pt' viewBox='0 0 614.000000 613.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M4409 5834 c-211 -162 -390 -301 -397 -308 -10 -10 5 -36 82 -136 53 -67 93 -127 90 -131 -3 -5 -41 -36 -84 -69 -43 -33 -82 -64 -85 -70 -3 -5 10 -31 30 -57 19 -25 34 -50 33 -54 -2 -4 -324 -250 -716 -547 l-712 -541 -483 -3 c-467 -4 -484 -5 -557 -27 -555 -167 -916 -711 -1019 -1534 -28 -222 -35 -346 -22 -395 22 -80 101 -142 181 -142 l40 0 0 -679 c0 -741 -3 -704 57 -703 16 0 34 9 45 22 17 21 18 61 18 721 0 692 0 699 21 739 16 31 23 70 30 163 33 468 133 820 308 1081 58 88 157 189 239 244 l62 43 0 -687 0 -686 55 50 c75 69 145 95 255 96 75 1 93 -3 152 -31 79 -37 147 -101 183 -173 l26 -52 26 51 c35 71 106 139 183 175 56 26 76 30 150 30 109 0 179 -27 255 -96 l55 -50 1 773 0 774 707 536 707 536 18 -23 c10 -12 26 -33 36 -45 l18 -23 84 65 c46 36 89 68 95 72 7 4 48 -41 103 -113 50 -65 95 -121 99 -124 5 -3 187 132 405 300 l396 305 -386 502 c-212 276 -389 505 -392 510 -4 4 -180 -126 -392 -289z m-19 -828 c88 -114 160 -211 160 -215 -1 -3 -33 -30 -72 -60 l-71 -55 -24 28 c-20 23 -23 34 -16 60 4 17 8 55 7 84 -1 99 -90 182 -195 182 -41 0 -50 4 -73 34 -14 19 -26 38 -25 43 0 10 132 113 141 110 4 -1 79 -96 168 -211z m-2032 -1380 c13 -48 21 -94 18 -102 -7 -19 -59 -43 -108 -50 -49 -7 -112 8 -146 34 l-23 18 21 85 c11 46 23 90 25 97 4 9 29 12 97 10 l93 -3 23 -89z m-14 -246 c11 -51 126 -919 126 -945 0 -18 -33 -68 -111 -165 -61 -77 -114 -140 -118 -140 -14 0 -231 282 -231 301 0 10 29 233 65 495 36 263 65 478 65 478 0 1 45 1 100 1 98 0 100 0 104 -25z M2101 5154 c-317 -85 -491 -418 -381 -731 58 -165 217 -307 391 -348 305 -71 609 123 674 430 18 88 18 132 0 220 -44 211 -203 377 -410 430 -74 19 -203 18 -274 -1z M1330 2515 l0 -295 65 0 65 0 0 295 0 295 -65 0 -65 0 0 -295z M3010 2515 l0 -295 70 0 70 0 0 295 0 295 -70 0 -70 0 0 -295z M1081 2242 c-19 -9 -44 -30 -55 -45 -21 -28 -21 -36 -24 -965 -2 -893 -1 -939 16 -971 20 -38 73 -71 112 -71 39 0 92 33 112 71 14 27 18 56 18 146 l0 113 120 0 120 0 0 80 0 80 -120 0 -120 0 0 420 0 420 120 0 120 0 0 80 0 80 -120 0 -120 0 0 236 c0 273 -5 293 -74 325 -51 23 -63 23 -105 1z M3301 2243 c-19 -10 -44 -31 -55 -46 -20 -27 -21 -44 -24 -273 l-3 -244 -119 0 -120 0 0 -80 0 -80 120 0 120 0 0 -420 0 -420 -120 0 -121 0 3 -77 3 -78 118 -3 117 -3 0 -106 c0 -87 4 -114 20 -149 35 -72 116 -93 186 -48 56 37 54 5 54 1010 0 825 -2 930 -16 959 -30 63 -103 89 -163 58z M1742 2119 c-66 -33 -108 -76 -144 -149 l-23 -45 0 -775 c0 -875 -4 -828 79 -918 64 -70 125 -97 221 -97 130 0 218 54 275 167 l30 61 0 772 c0 887 5 831 -89 926 -66 66 -124 89 -221 89 -55 0 -78 -6 -128 -31z M2493 2134 c-57 -21 -128 -86 -161 -148 l-27 -51 -3 -776 c-2 -766 -2 -778 18 -833 26 -67 92 -139 158 -169 68 -31 189 -31 254 1 60 30 120 90 150 150 l23 47 0 785 c0 777 0 785 -21 831 -31 67 -78 114 -146 149 -52 25 -72 30 -132 29 -39 0 -90 -7 -113 -15z M3589 1994 c-12 -14 -14 -138 -17 -764 -2 -711 -1 -748 16 -770 22 -27 66 -30 90 -6 16 15 17 83 19 759 2 583 0 747 -10 767 -16 32 -76 40 -98 14z' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-pch,
a:focus .icon-pch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='578.000000pt' height='579.000000pt' viewBox='0 0 578.000000 579.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M1115 5600 c-11 -4 -33 -22 -50 -40 l-30 -31 -3 -2547 c-2 -2453 -1 -2548 16 -2581 10 -19 34 -43 53 -53 32 -17 108 -18 1789 -18 1681 0 1757 1 1789 18 19 10 43 34 53 53 17 32 18 114 18 1963 l0 1929 -24 41 c-25 41 -1230 1240 -1270 1263 -16 9 -287 12 -1171 12 -632 0 -1159 -4 -1170 -9z m2155 -808 c0 -622 -3 -597 80 -639 l44 -23 548 0 548 0 -2 -1767 -3 -1768 -1595 0 -1595 0 -3 2373 -2 2372 990 0 990 0 0 -548z M1599 3961 c-35 -35 -39 -44 -39 -91 0 -47 4 -56 39 -91 l39 -39 1252 0 1252 0 39 39 c35 35 39 44 39 91 0 47 -4 56 -39 91 l-39 39 -1252 0 -1252 0 -39 -39z M1634 3330 c-11 -4 -33 -22 -47 -40 -48 -57 -31 -155 33 -194 26 -15 139 -16 1275 -16 l1247 0 39 39 c35 35 39 44 39 90 0 44 -5 56 -34 89 l-34 37 -1249 2 c-686 1 -1257 -2 -1269 -7z M1619 2653 c-38 -24 -59 -65 -59 -117 0 -39 6 -52 34 -84 l34 -37 1262 0 1262 0 34 37 c29 33 34 45 34 89 0 46 -4 55 -39 90 l-39 39 -1248 0 c-1137 -1 -1251 -2 -1275 -17z M2245 2326 c-160 -31 -296 -106 -406 -224 -35 -38 -77 -92 -94 -120 l-30 -52 -88 0 c-131 0 -181 -36 -181 -130 0 -83 52 -130 144 -130 l50 0 0 -70 0 -70 -49 0 c-120 0 -189 -126 -119 -215 31 -40 77 -55 166 -55 l79 0 37 -59 c185 -301 575 -422 907 -281 83 34 182 101 212 142 26 34 27 106 3 143 -49 74 -131 83 -214 21 -111 -81 -237 -115 -359 -96 -76 12 -196 65 -232 104 l-24 26 122 0 c134 0 174 10 209 55 48 61 32 146 -37 192 -32 22 -43 23 -238 23 l-204 0 3 68 3 67 210 5 c234 6 248 9 279 73 20 44 20 70 -1 114 -30 63 -59 73 -218 73 l-140 1 35 30 c88 76 208 115 334 106 98 -6 159 -28 250 -90 55 -38 77 -47 111 -47 57 0 106 34 124 87 22 62 -2 117 -77 173 -162 120 -380 172 -567 136z M3084 1930 c-11 -4 -33 -22 -47 -40 -22 -25 -27 -42 -27 -82 0 -45 4 -54 39 -89 l39 -39 527 0 527 0 40 40 c39 39 40 42 36 96 -4 46 -10 61 -37 87 l-31 32 -523 2 c-287 1 -531 -2 -543 -7z' transform='translate(0.000000,579.000000) scale(0.100000,-0.100000)' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-aesh,
a:focus .icon-aesh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='634.000000pt' height='635.000000pt' viewBox='0 0 634.000000 635.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M2083 6186 c-181 -44 -331 -189 -388 -376 -10 -35 -19 -109 -22 -202 l-6 -147 -471 -3 -471 -3 -73 -27 c-108 -39 -178 -84 -262 -168 -87 -87 -140 -180 -170 -296 -18 -70 -20 -112 -20 -465 0 -500 18 -645 114 -914 l36 -100 0 -1085 c0 -629 4 -1132 10 -1196 23 -258 135 -497 317 -676 157 -155 301 -238 511 -296 l97 -27 1885 0 1885 0 100 27 c119 33 295 117 385 186 211 160 363 395 423 657 20 88 21 119 24 1249 l4 1160 44 130 c90 266 105 396 105 892 0 346 -2 388 -20 458 -46 181 -177 344 -340 424 -146 72 -149 72 -652 72 l-448 0 0 130 c0 154 -10 211 -57 309 -45 95 -142 195 -234 239 -132 65 -80 62 -1219 61 -799 -1 -1047 -4 -1087 -13z m2091 -346 c54 -12 87 -38 114 -90 19 -39 22 -59 22 -167 l0 -123 -1140 0 -1140 0 0 123 c0 108 3 128 23 167 25 50 59 78 108 90 48 11 1965 12 2013 0z m-2754 -1865 l0 -1135 -42 21 c-24 12 -77 44 -118 72 -297 198 -521 493 -629 827 -69 212 -83 360 -79 795 3 315 3 321 27 369 43 87 126 153 218 175 21 5 170 9 331 10 l292 1 0 -1135z m590 -310 c0 -1037 -3 -1451 -11 -1468 -15 -34 -54 -52 -107 -51 -38 1 -50 6 -74 33 l-28 31 0 1450 0 1450 110 0 110 0 0 -1445z m1950 225 l0 -1220 -790 0 -790 0 0 1220 0 1220 790 0 790 0 0 -1220z m590 -229 l0 -1449 -25 -30 c-31 -37 -81 -48 -128 -28 -73 30 -67 -101 -67 1508 l0 1448 110 0 110 0 0 -1449z m1062 1416 c64 -31 120 -89 152 -157 20 -42 21 -63 24 -360 2 -176 -1 -370 -7 -440 -43 -484 -292 -910 -691 -1180 -47 -31 -104 -67 -127 -79 l-43 -21 0 1135 0 1136 318 -3 317 -3 57 -28z m-4631 -2383 c119 -87 241 -162 354 -215 l85 -40 0 -122 c0 -193 34 -289 142 -398 157 -160 412 -189 599 -68 133 85 219 240 219 397 l0 62 790 0 790 0 0 -64 c0 -130 71 -277 174 -358 281 -224 682 -95 771 249 9 36 15 103 15 180 l0 122 85 40 c181 85 383 224 538 370 l87 83 0 -858 c0 -826 -1 -862 -20 -943 -53 -221 -233 -426 -450 -511 -131 -51 -71 -50 -1990 -50 -1939 0 -1861 -2 -2000 54 -160 65 -308 203 -385 359 -77 156 -75 123 -75 1091 l0 858 88 -83 c48 -45 130 -115 183 -155' transform='translate(0.000000,635.000000) scale(0.100000,-0.100000)' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:hover .icon-qui-contacter,
a:focus .icon-qui-contacter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='601.000000pt' height='601.000000pt' viewBox='0 0 601.000000 601.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M2520 5798 c-76 -29 -160 -115 -186 -188 -18 -53 -19 -98 -19 -1130 l0 -1075 26 -55 c37 -80 81 -125 157 -162 l67 -33 1510 -3 c1035 -2 1526 1 1561 8 71 15 151 66 196 124 72 97 69 45 66 1231 l-3 1060 -22 47 c-29 63 -96 134 -158 166 l-50 27 -1545 2 -1545 2 -55 -21z m2929 -216 c-40 -31 -1302 -928 -1325 -942 -20 -12 -70 21 -677 454 -361 257 -667 476 -679 486 -23 19 -2 19 1341 20 1323 0 1363 -1 1340 -18z m-2104 -690 c413 -294 755 -535 760 -535 6 0 356 246 778 547 422 301 774 549 782 553 13 4 15 -120 15 -976 0 -540 -3 -981 -7 -980 -6 0 -845 943 -925 1040 -18 21 -18 21 -98 -51 -44 -40 -80 -75 -80 -79 0 -3 203 -236 451 -516 l450 -510 -680 -3 c-374 -1 -988 -1 -1365 0 l-686 3 454 514 455 514 -47 42 c-26 23 -64 56 -84 74 l-36 32 -458 -518 c-251 -285 -463 -525 -471 -533 -11 -12 -13 144 -13 969 l0 983 28 -18 c15 -10 365 -258 777 -552z M278 4954 c-55 -29 -99 -142 -133 -340 -151 -888 -32 -1754 348 -2529 202 -413 448 -757 777 -1086 284 -284 586 -514 925 -703 138 -77 208 -101 274 -93 38 4 52 12 81 45 85 97 405 645 436 748 18 62 18 155 -1 201 -26 61 -61 99 -163 177 -54 40 -146 118 -206 172 -310 284 -361 323 -440 331 -56 7 -120 -21 -236 -104 -173 -123 -250 -145 -345 -98 -74 36 -217 173 -310 297 -183 242 -344 582 -421 885 -58 228 -66 417 -22 511 35 74 79 96 349 176 197 59 219 113 199 501 -6 121 -10 301 -8 401 l3 180 -30 59 c-35 68 -88 113 -169 144 -78 29 -313 76 -554 111 -229 33 -313 37 -354 14z M4650 2624 c-254 -21 -445 -91 -616 -228 -219 -175 -350 -427 -400 -770 -20 -136 -14 -430 11 -541 94 -418 343 -676 730 -756 235 -49 494 -29 673 52 34 15 62 30 62 33 0 7 -40 179 -44 192 -3 7 -27 4 -74 -12 -120 -39 -260 -57 -391 -51 -137 6 -208 23 -316 76 -185 91 -307 257 -367 499 -29 115 -31 406 -5 549 70 375 274 627 577 713 97 27 278 37 390 21 96 -14 215 -55 280 -96 204 -129 310 -372 310 -712 0 -167 -18 -263 -70 -370 -48 -97 -100 -146 -178 -169 -92 -27 -129 -1 -138 98 -3 29 11 217 29 418 19 201 33 369 30 373 -8 13 -177 95 -223 107 -71 19 -215 29 -282 20 -279 -40 -488 -375 -488 -785 0 -204 86 -362 226 -414 61 -23 173 -28 236 -11 58 17 129 72 171 134 l39 57 23 -48 c45 -99 127 -153 240 -161 144 -9 308 43 407 128 96 83 184 251 214 407 18 97 18 333 -1 449 -68 422 -320 697 -710 774 -91 19 -263 30 -345 24z m194 -804 c6 -6 1 -109 -13 -282 -20 -241 -26 -279 -47 -325 -38 -80 -112 -133 -187 -133 -42 0 -86 29 -109 72 -21 39 -23 55 -22 178 0 103 6 156 220 223 52 212 138 295 292 281 30 -3 59 -9 64 -14z' transform='translate(0.000000,601.000000) scale(0.100000,-0.100000)' fill='%23EB6534' /%3E%3C/svg%3E");
}
a:active .icon-location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M8 0l-8 4 3 1 1 3 4-8z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-align-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v1h8v-1h-8zm0 2v1h6v-1h-6zm0 2v1h8v-1h-8zm0 2v1h6v-1h-6z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-image {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v8h8v-8h-8zm1 1h6v3l-1-1-1 1 2 2v1h-1l-4-4-1 1v-3z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-laptop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1.34 0a.5.5 0 0 0-.34.5v3.5h-1v1.5c0 .28.22.5.5.5h7.010000000000001c.28 0 .5-.22.5-.5v-1.5h-1v-3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm.66 1h4v3h-1v1h-2v-1h-1v-3z' transform='translate(0 1)' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-person {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 0c-1.1 0-2 1.12-2 2.5s.9 2.5 2 2.5 2-1.12 2-2.5-.9-2.5-2-2.5zm-2.09 5c-1.06.05-1.91.92-1.91 2v1h8v-1c0-1.08-.84-1.95-1.91-2-.54.61-1.28 1-2.09 1-.81 0-1.55-.39-2.09-1z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-camera {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4.09 0c-.05 0-.1.04-.13.09l-.94 1.81c-.02.05-.07.09-.13.09h-1.41c-.83 0-1.5.67-1.5 1.5v4.41c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.81c0-.06-.04-.09-.09-.09h-.81c-.05 0-.1-.04-.13-.09l-.94-1.81c-.03-.05-.07-.09-.13-.09h-1.81zm-2.59 3c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm3.5 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0v1h8v-1h-8zm0 2v5.91c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.91h-2.97v1.03h-2.03v-1.03h-3z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-wrench {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .32.08.62.19.91l-2.91 2.88c-.39.39-.39 1.05 0 1.44.2.2.46.28.72.28.26 0 .52-.09.72-.28l2.88-2.91c.28.11.58.19.91.19 1.38 0 2.5-1.12 2.5-2.5 0-.16 0-.32-.03-.47l-.97.97h-2v-2l.97-.97c-.15-.03-.31-.03-.47-.03zm-4.5 6.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-people {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0c-.51 0-.95.35-1.22.88.45.54.72 1.28.72 2.13 0 .29-.03.55-.09.81.19.11.38.19.59.19.83 0 1.5-.9 1.5-2s-.67-2-1.5-2zm-3 1c-.83 0-1.5.9-1.5 2s.67 2 1.5 2 1.5-.9 1.5-2-.67-2-1.5-2zm4.75 3.16c-.43.51-1.02.82-1.69.84.27.38.44.84.44 1.34v.66h2v-1.66c0-.52-.31-.97-.75-1.19zm-6.5 1c-.44.22-.75.67-.75 1.19v1.66h5v-1.66c0-.52-.31-.97-.75-1.19-.45.53-1.06.84-1.75.84s-1.3-.32-1.75-.84z' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-faire-une-demande {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='626.000000pt' height='625.000000pt' viewBox='0 0 626.000000 625.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M454 5380 c-101 -20 -194 -94 -238 -189 l-21 -46 0 -2105 0 -2105 25 -50 c83 -168 279 -237 442 -154 20 10 195 144 390 298 l353 281 1430 2 1430 3 56 26 c72 34 134 96 168 168 l26 56 3 362 c2 200 0 363 -5 363 -5 0 -62 -61 -128 -135 -121 -137 -154 -169 -212 -199 l-33 -17 0 -124 0 -125 -1407 -2 -1408 -3 -46 -21 c-33 -16 -461 -339 -697 -526 -9 -8 -12 379 -12 1931 l0 1941 1785 0 1785 0 2 -570 3 -570 188 211 187 212 0 386 c0 279 -4 403 -13 448 -26 121 -124 221 -244 249 -48 11 -377 14 -1913 13 -1020 -1 -1874 -5 -1896 -9z M5335 4738 c-18 -18 -77 -82 -130 -143 -90 -103 -94 -110 -78 -126 70 -65 513 -459 516 -459 5 0 193 213 225 254 26 34 28 81 4 118 -9 15 -91 93 -182 175 -251 225 -235 213 -280 213 -32 0 -48 -7 -75 -32z M1210 4458 c-128 -65 -141 -229 -26 -322 l38 -31 1117 -3 1117 -2 45 23 c62 33 103 111 95 182 -7 65 -48 123 -106 153 l-44 22 -1096 0 -1096 0 -44 -22z M4377 3679 c-307 -342 -556 -627 -554 -632 5 -16 521 -475 529 -470 10 6 1118 1242 1118 1247 0 5 -518 470 -529 474 -4 1 -258 -277 -564 -619z M1232 3559 c-18 -6 -50 -27 -71 -48 -92 -92 -71 -243 42 -303 l42 -23 1105 0 1105 0 42 22 c113 61 134 212 42 304 -21 21 -55 42 -76 48 -49 14 -2183 13 -2231 0z M3577 2786 c-36 -41 -71 -85 -77 -98 -17 -39 -91 -511 -85 -538 9 -36 43 -69 80 -76 22 -4 100 15 273 65 134 39 251 76 260 83 10 7 49 45 86 85 l67 71 -253 228 c-139 125 -260 233 -268 240 -14 12 -25 3 -83 -60z M1212 2629 c-80 -40 -122 -144 -93 -232 15 -46 79 -103 129 -117 27 -7 335 -9 958 -8 l918 3 27 155 c16 85 31 170 34 188 l6 32 -968 0 -968 0 -43 -21z' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-cmi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='626.000000pt' height='625.000000pt' viewBox='0 0 626.000000 625.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M500 5120 c-131 -32 -253 -129 -316 -252 -57 -111 -54 -25 -54 -1768 0 -1767 -4 -1659 61 -1781 44 -81 131 -162 226 -207 l78 -37 2636 0 2636 0 85 42 c140 70 240 198 268 342 6 35 10 606 10 1650 0 1402 -2 1604 -15 1656 -40 152 -146 273 -296 337 l-54 23 -2615 2 c-1438 0 -2631 -3 -2650 -7z m5276 -212 c63 -33 116 -91 140 -154 18 -47 19 -104 19 -1659 l0 -1610 -28 -57 c-34 -69 -91 -121 -164 -148 -54 -20 -69 -20 -2631 -18 l-2577 3 -42 23 c-66 35 -110 79 -140 140 l-28 57 0 1615 0 1615 21 46 c39 83 107 143 194 170 14 4 1186 7 2605 6 l2580 -2 51 -27z M913 4395 c-17 -7 -36 -22 -42 -34 -15 -28 -15 -2494 0 -2523 26 -49 11 -48 1049 -48 1038 0 1023 -1 1049 48 15 29 15 2495 0 2524 -26 49 -10 48 -1051 48 -804 -1 -978 -3 -1005 -15z m1877 -1037 l0 -853 -27 35 c-98 125 -238 239 -380 308 l-93 45 55 59 c211 227 205 576 -13 796 -114 114 -251 172 -410 172 -199 0 -371 -92 -481 -255 -150 -224 -129 -518 51 -711 l57 -61 -94 -47 c-147 -73 -281 -181 -378 -306 l-27 -35 0 853 0 852 870 0 870 0 0 -852z m-705 333 c82 -40 165 -129 196 -208 17 -44 23 -79 23 -143 0 -75 -4 -93 -31 -152 -42 -89 -100 -151 -182 -191 -61 -30 -72 -32 -171 -32 -92 0 -112 3 -160 26 -237 113 -301 415 -128 604 91 100 181 138 312 131 62 -3 91 -11 141 -35z m3 -947 c305 -63 554 -279 653 -568 17 -47 33 -108 36 -136 l6 -50 -862 0 -861 0 0 23 c0 48 41 180 80 260 96 197 282 364 485 436 145 52 319 65 463 35z M3573 4395 c-37 -16 -53 -42 -53 -85 0 -42 15 -67 50 -85 25 -13 129 -15 770 -15 526 0 748 3 763 11 78 40 75 150 -5 178 -21 8 -266 11 -762 11 -599 -1 -737 -3 -763 -15z M3549 3571 c-38 -39 -39 -87 -3 -130 l26 -31 768 0 768 0 26 31 c36 43 35 91 -3 130 l-29 29 -762 0 -762 0 -29 -29z M3547 2762 c-38 -40 -37 -93 2 -133 l29 -29 762 0 762 0 29 29 c38 39 39 87 3 130 l-26 31 -767 0 -767 0 -27 -28z M3568 1975 c-80 -44 -58 -163 33 -180 19 -3 202 -5 406 -3 l373 3 27 27 c38 39 38 97 0 136 l-27 27 -393 2 c-332 2 -396 0 -419 -12' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-rqth {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='614.000000pt' height='613.000000pt' viewBox='0 0 614.000000 613.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M4409 5834 c-211 -162 -390 -301 -397 -308 -10 -10 5 -36 82 -136 53 -67 93 -127 90 -131 -3 -5 -41 -36 -84 -69 -43 -33 -82 -64 -85 -70 -3 -5 10 -31 30 -57 19 -25 34 -50 33 -54 -2 -4 -324 -250 -716 -547 l-712 -541 -483 -3 c-467 -4 -484 -5 -557 -27 -555 -167 -916 -711 -1019 -1534 -28 -222 -35 -346 -22 -395 22 -80 101 -142 181 -142 l40 0 0 -679 c0 -741 -3 -704 57 -703 16 0 34 9 45 22 17 21 18 61 18 721 0 692 0 699 21 739 16 31 23 70 30 163 33 468 133 820 308 1081 58 88 157 189 239 244 l62 43 0 -687 0 -686 55 50 c75 69 145 95 255 96 75 1 93 -3 152 -31 79 -37 147 -101 183 -173 l26 -52 26 51 c35 71 106 139 183 175 56 26 76 30 150 30 109 0 179 -27 255 -96 l55 -50 1 773 0 774 707 536 707 536 18 -23 c10 -12 26 -33 36 -45 l18 -23 84 65 c46 36 89 68 95 72 7 4 48 -41 103 -113 50 -65 95 -121 99 -124 5 -3 187 132 405 300 l396 305 -386 502 c-212 276 -389 505 -392 510 -4 4 -180 -126 -392 -289z m-19 -828 c88 -114 160 -211 160 -215 -1 -3 -33 -30 -72 -60 l-71 -55 -24 28 c-20 23 -23 34 -16 60 4 17 8 55 7 84 -1 99 -90 182 -195 182 -41 0 -50 4 -73 34 -14 19 -26 38 -25 43 0 10 132 113 141 110 4 -1 79 -96 168 -211z m-2032 -1380 c13 -48 21 -94 18 -102 -7 -19 -59 -43 -108 -50 -49 -7 -112 8 -146 34 l-23 18 21 85 c11 46 23 90 25 97 4 9 29 12 97 10 l93 -3 23 -89z m-14 -246 c11 -51 126 -919 126 -945 0 -18 -33 -68 -111 -165 -61 -77 -114 -140 -118 -140 -14 0 -231 282 -231 301 0 10 29 233 65 495 36 263 65 478 65 478 0 1 45 1 100 1 98 0 100 0 104 -25z M2101 5154 c-317 -85 -491 -418 -381 -731 58 -165 217 -307 391 -348 305 -71 609 123 674 430 18 88 18 132 0 220 -44 211 -203 377 -410 430 -74 19 -203 18 -274 -1z M1330 2515 l0 -295 65 0 65 0 0 295 0 295 -65 0 -65 0 0 -295z M3010 2515 l0 -295 70 0 70 0 0 295 0 295 -70 0 -70 0 0 -295z M1081 2242 c-19 -9 -44 -30 -55 -45 -21 -28 -21 -36 -24 -965 -2 -893 -1 -939 16 -971 20 -38 73 -71 112 -71 39 0 92 33 112 71 14 27 18 56 18 146 l0 113 120 0 120 0 0 80 0 80 -120 0 -120 0 0 420 0 420 120 0 120 0 0 80 0 80 -120 0 -120 0 0 236 c0 273 -5 293 -74 325 -51 23 -63 23 -105 1z M3301 2243 c-19 -10 -44 -31 -55 -46 -20 -27 -21 -44 -24 -273 l-3 -244 -119 0 -120 0 0 -80 0 -80 120 0 120 0 0 -420 0 -420 -120 0 -121 0 3 -77 3 -78 118 -3 117 -3 0 -106 c0 -87 4 -114 20 -149 35 -72 116 -93 186 -48 56 37 54 5 54 1010 0 825 -2 930 -16 959 -30 63 -103 89 -163 58z M1742 2119 c-66 -33 -108 -76 -144 -149 l-23 -45 0 -775 c0 -875 -4 -828 79 -918 64 -70 125 -97 221 -97 130 0 218 54 275 167 l30 61 0 772 c0 887 5 831 -89 926 -66 66 -124 89 -221 89 -55 0 -78 -6 -128 -31z M2493 2134 c-57 -21 -128 -86 -161 -148 l-27 -51 -3 -776 c-2 -766 -2 -778 18 -833 26 -67 92 -139 158 -169 68 -31 189 -31 254 1 60 30 120 90 150 150 l23 47 0 785 c0 777 0 785 -21 831 -31 67 -78 114 -146 149 -52 25 -72 30 -132 29 -39 0 -90 -7 -113 -15z M3589 1994 c-12 -14 -14 -138 -17 -764 -2 -711 -1 -748 16 -770 22 -27 66 -30 90 -6 16 15 17 83 19 759 2 583 0 747 -10 767 -16 32 -76 40 -98 14z' transform='translate(0.000000,625.000000) scale(0.100000,-0.100000)' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-pch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='578.000000pt' height='579.000000pt' viewBox='0 0 578.000000 579.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M1115 5600 c-11 -4 -33 -22 -50 -40 l-30 -31 -3 -2547 c-2 -2453 -1 -2548 16 -2581 10 -19 34 -43 53 -53 32 -17 108 -18 1789 -18 1681 0 1757 1 1789 18 19 10 43 34 53 53 17 32 18 114 18 1963 l0 1929 -24 41 c-25 41 -1230 1240 -1270 1263 -16 9 -287 12 -1171 12 -632 0 -1159 -4 -1170 -9z m2155 -808 c0 -622 -3 -597 80 -639 l44 -23 548 0 548 0 -2 -1767 -3 -1768 -1595 0 -1595 0 -3 2373 -2 2372 990 0 990 0 0 -548z M1599 3961 c-35 -35 -39 -44 -39 -91 0 -47 4 -56 39 -91 l39 -39 1252 0 1252 0 39 39 c35 35 39 44 39 91 0 47 -4 56 -39 91 l-39 39 -1252 0 -1252 0 -39 -39z M1634 3330 c-11 -4 -33 -22 -47 -40 -48 -57 -31 -155 33 -194 26 -15 139 -16 1275 -16 l1247 0 39 39 c35 35 39 44 39 90 0 44 -5 56 -34 89 l-34 37 -1249 2 c-686 1 -1257 -2 -1269 -7z M1619 2653 c-38 -24 -59 -65 -59 -117 0 -39 6 -52 34 -84 l34 -37 1262 0 1262 0 34 37 c29 33 34 45 34 89 0 46 -4 55 -39 90 l-39 39 -1248 0 c-1137 -1 -1251 -2 -1275 -17z M2245 2326 c-160 -31 -296 -106 -406 -224 -35 -38 -77 -92 -94 -120 l-30 -52 -88 0 c-131 0 -181 -36 -181 -130 0 -83 52 -130 144 -130 l50 0 0 -70 0 -70 -49 0 c-120 0 -189 -126 -119 -215 31 -40 77 -55 166 -55 l79 0 37 -59 c185 -301 575 -422 907 -281 83 34 182 101 212 142 26 34 27 106 3 143 -49 74 -131 83 -214 21 -111 -81 -237 -115 -359 -96 -76 12 -196 65 -232 104 l-24 26 122 0 c134 0 174 10 209 55 48 61 32 146 -37 192 -32 22 -43 23 -238 23 l-204 0 3 68 3 67 210 5 c234 6 248 9 279 73 20 44 20 70 -1 114 -30 63 -59 73 -218 73 l-140 1 35 30 c88 76 208 115 334 106 98 -6 159 -28 250 -90 55 -38 77 -47 111 -47 57 0 106 34 124 87 22 62 -2 117 -77 173 -162 120 -380 172 -567 136z M3084 1930 c-11 -4 -33 -22 -47 -40 -22 -25 -27 -42 -27 -82 0 -45 4 -54 39 -89 l39 -39 527 0 527 0 40 40 c39 39 40 42 36 96 -4 46 -10 61 -37 87 l-31 32 -523 2 c-287 1 -531 -2 -543 -7z' transform='translate(0.000000,579.000000) scale(0.100000,-0.100000)' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-aesh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='634.000000pt' height='635.000000pt' viewBox='0 0 634.000000 635.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M2083 6186 c-181 -44 -331 -189 -388 -376 -10 -35 -19 -109 -22 -202 l-6 -147 -471 -3 -471 -3 -73 -27 c-108 -39 -178 -84 -262 -168 -87 -87 -140 -180 -170 -296 -18 -70 -20 -112 -20 -465 0 -500 18 -645 114 -914 l36 -100 0 -1085 c0 -629 4 -1132 10 -1196 23 -258 135 -497 317 -676 157 -155 301 -238 511 -296 l97 -27 1885 0 1885 0 100 27 c119 33 295 117 385 186 211 160 363 395 423 657 20 88 21 119 24 1249 l4 1160 44 130 c90 266 105 396 105 892 0 346 -2 388 -20 458 -46 181 -177 344 -340 424 -146 72 -149 72 -652 72 l-448 0 0 130 c0 154 -10 211 -57 309 -45 95 -142 195 -234 239 -132 65 -80 62 -1219 61 -799 -1 -1047 -4 -1087 -13z m2091 -346 c54 -12 87 -38 114 -90 19 -39 22 -59 22 -167 l0 -123 -1140 0 -1140 0 0 123 c0 108 3 128 23 167 25 50 59 78 108 90 48 11 1965 12 2013 0z m-2754 -1865 l0 -1135 -42 21 c-24 12 -77 44 -118 72 -297 198 -521 493 -629 827 -69 212 -83 360 -79 795 3 315 3 321 27 369 43 87 126 153 218 175 21 5 170 9 331 10 l292 1 0 -1135z m590 -310 c0 -1037 -3 -1451 -11 -1468 -15 -34 -54 -52 -107 -51 -38 1 -50 6 -74 33 l-28 31 0 1450 0 1450 110 0 110 0 0 -1445z m1950 225 l0 -1220 -790 0 -790 0 0 1220 0 1220 790 0 790 0 0 -1220z m590 -229 l0 -1449 -25 -30 c-31 -37 -81 -48 -128 -28 -73 30 -67 -101 -67 1508 l0 1448 110 0 110 0 0 -1449z m1062 1416 c64 -31 120 -89 152 -157 20 -42 21 -63 24 -360 2 -176 -1 -370 -7 -440 -43 -484 -292 -910 -691 -1180 -47 -31 -104 -67 -127 -79 l-43 -21 0 1135 0 1136 318 -3 317 -3 57 -28z m-4631 -2383 c119 -87 241 -162 354 -215 l85 -40 0 -122 c0 -193 34 -289 142 -398 157 -160 412 -189 599 -68 133 85 219 240 219 397 l0 62 790 0 790 0 0 -64 c0 -130 71 -277 174 -358 281 -224 682 -95 771 249 9 36 15 103 15 180 l0 122 85 40 c181 85 383 224 538 370 l87 83 0 -858 c0 -826 -1 -862 -20 -943 -53 -221 -233 -426 -450 -511 -131 -51 -71 -50 -1990 -50 -1939 0 -1861 -2 -2000 54 -160 65 -308 203 -385 359 -77 156 -75 123 -75 1091 l0 858 88 -83 c48 -45 130 -115 183 -155' transform='translate(0.000000,635.000000) scale(0.100000,-0.100000)' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
a:active .icon-qui-contacter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='601.000000pt' height='601.000000pt' viewBox='0 0 601.000000 601.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M2520 5798 c-76 -29 -160 -115 -186 -188 -18 -53 -19 -98 -19 -1130 l0 -1075 26 -55 c37 -80 81 -125 157 -162 l67 -33 1510 -3 c1035 -2 1526 1 1561 8 71 15 151 66 196 124 72 97 69 45 66 1231 l-3 1060 -22 47 c-29 63 -96 134 -158 166 l-50 27 -1545 2 -1545 2 -55 -21z m2929 -216 c-40 -31 -1302 -928 -1325 -942 -20 -12 -70 21 -677 454 -361 257 -667 476 -679 486 -23 19 -2 19 1341 20 1323 0 1363 -1 1340 -18z m-2104 -690 c413 -294 755 -535 760 -535 6 0 356 246 778 547 422 301 774 549 782 553 13 4 15 -120 15 -976 0 -540 -3 -981 -7 -980 -6 0 -845 943 -925 1040 -18 21 -18 21 -98 -51 -44 -40 -80 -75 -80 -79 0 -3 203 -236 451 -516 l450 -510 -680 -3 c-374 -1 -988 -1 -1365 0 l-686 3 454 514 455 514 -47 42 c-26 23 -64 56 -84 74 l-36 32 -458 -518 c-251 -285 -463 -525 -471 -533 -11 -12 -13 144 -13 969 l0 983 28 -18 c15 -10 365 -258 777 -552z M278 4954 c-55 -29 -99 -142 -133 -340 -151 -888 -32 -1754 348 -2529 202 -413 448 -757 777 -1086 284 -284 586 -514 925 -703 138 -77 208 -101 274 -93 38 4 52 12 81 45 85 97 405 645 436 748 18 62 18 155 -1 201 -26 61 -61 99 -163 177 -54 40 -146 118 -206 172 -310 284 -361 323 -440 331 -56 7 -120 -21 -236 -104 -173 -123 -250 -145 -345 -98 -74 36 -217 173 -310 297 -183 242 -344 582 -421 885 -58 228 -66 417 -22 511 35 74 79 96 349 176 197 59 219 113 199 501 -6 121 -10 301 -8 401 l3 180 -30 59 c-35 68 -88 113 -169 144 -78 29 -313 76 -554 111 -229 33 -313 37 -354 14z M4650 2624 c-254 -21 -445 -91 -616 -228 -219 -175 -350 -427 -400 -770 -20 -136 -14 -430 11 -541 94 -418 343 -676 730 -756 235 -49 494 -29 673 52 34 15 62 30 62 33 0 7 -40 179 -44 192 -3 7 -27 4 -74 -12 -120 -39 -260 -57 -391 -51 -137 6 -208 23 -316 76 -185 91 -307 257 -367 499 -29 115 -31 406 -5 549 70 375 274 627 577 713 97 27 278 37 390 21 96 -14 215 -55 280 -96 204 -129 310 -372 310 -712 0 -167 -18 -263 -70 -370 -48 -97 -100 -146 -178 -169 -92 -27 -129 -1 -138 98 -3 29 11 217 29 418 19 201 33 369 30 373 -8 13 -177 95 -223 107 -71 19 -215 29 -282 20 -279 -40 -488 -375 -488 -785 0 -204 86 -362 226 -414 61 -23 173 -28 236 -11 58 17 129 72 171 134 l39 57 23 -48 c45 -99 127 -153 240 -161 144 -9 308 43 407 128 96 83 184 251 214 407 18 97 18 333 -1 449 -68 422 -320 697 -710 774 -91 19 -263 30 -345 24z m194 -804 c6 -6 1 -109 -13 -282 -20 -241 -26 -279 -47 -325 -38 -80 -112 -133 -187 -133 -42 0 -86 29 -109 72 -21 39 -23 55 -22 178 0 103 6 156 220 223 52 212 138 295 292 281 30 -3 59 -9 64 -14z' transform='translate(0.000000,601.000000) scale(0.100000,-0.100000)' fill='%23AD5D4E' /%3E%3C/svg%3E");
}
/* ===================================================================
 * LISTE
 * =================================================================*/
.view-list-actualite .views-exposed-widgets {
  margin: 20px 0;
}
.view-list-actualite .views-exposed-widgets .views-exposed-widget {
  max-width: 100%;
  box-sizing: border-box;
}
.view-list-actualite .views-exposed-widgets .views-exposed-widget .form-submit {
  width: 100%;
  margin-top: 0;
  padding: 7px 15px;
}
.view-list-actualite .views-exposed-widgets .views-submit-button {
  width: 20%;
}
.view-list-actualite .views-exposed-widgets select {
  height: 40px;
  padding: 0 40px 0 20px;
  line-height: initial;
  text-overflow: ellipsis;
  background-size: 35px auto;
  cursor: pointer;
}
.view-list-actualite .views-exposed-widgets select {
  width: 100%;
  max-width: 300px;
}
.view-list-actualite .view-content ul {
  zoom: 1;
  margin: 0;
  overflow: visible;
}
.view-list-actualite .view-content ul::before,
.view-list-actualite .view-content ul::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-list-actualite .view-content ul::after {
  clear: both;
}
.view-list-actualite .view-content ul li {
  float: left;
  width: 32%;
  margin: 0 2% 2%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.view-list-actualite .view-content ul li::before {
  content: none;
}
.view-list-actualite .view-content ul li:hover .views-field-field-visual-illustration::after {
  opacity: 1;
}
.view-list-actualite .view-content ul li:hover .views-field-field-visual-illustration img {
  filter: grayscale(100%);
}
.view-list-actualite .view-content ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
.view-list-actualite .view-content ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.view-list-actualite .view-content ul li:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}
.view-list-actualite a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  text-transform: none;
}
.view-list-actualite a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.view-list-actualite a:focus {
  text-decoration: underline;
}
.view-list-actualite .views-field-title {
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.25;
  margin: 15px 20px 5px;
  text-transform: uppercase;
}
.view-list-actualite .views-field-field-visual-illustration {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 5px solid #cc0000;
}
.view-list-actualite .views-field-field-visual-illustration::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.view-list-actualite .views-field-field-visual-illustration::after {
  content: "";
  background: url("/sites/all/themes/portail/css/images/croix-hover.svg") 50% 50% no-repeat transparent;
  background-size: 48px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
.view-list-actualite .views-field-field-visual-illustration img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  filter: grayscale(0);
  transition: all 0.3s;
}
.view-list-actualite .views-field-body {
  margin: 10px 20px 15px;
  padding: 10px 0 0;
  border-top: 1px solid #ebebeb;
}
.view-list-actualite .views-field-created {
  font-size: 0.92857143em;
  margin: 0 20px;
  line-height: 1.25;
  font-style: italic;
  text-transform: lowercase;
}
/* ===================================================================
 * FICHE
 * =================================================================*/
.node-type-actualite .contenu {
  float: left;
  width: 66.31%;
  background-color: #fff;
  box-sizing: border-box;
}
.node-type-actualite .col-right {
  float: right;
  width: 33.69%;
}
.node-type-actualite .field-name-field-visual-illustration {
  margin-bottom: 1em;
}
.node-type-actualite .published_date {
  margin: 1em 0 2em;
  font-style: italic;
}
.node-type-actualite .published_date + .field {
  clear: both;
}
.node-type-actualite .field-name-body .field-item p:first-child {
  font-weight: bold;
}
/* ===================================================================
 * > TABLETTE
 * =================================================================*/
@media (max-width: 1000px) {
  /* LISTE */
  .view-list-actualite .view-content ul li {
    width: 32%;
    margin: 0 2% 2%;
  }
  .view-list-actualite .view-content ul li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0;
  }
  .view-list-actualite .view-content ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .view-list-actualite .view-content ul li:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ===================================================================
 * > MOBILE
 * =================================================================*/
@media (max-width: 767px) {
  /* LISTE */
  .view-list-actualite .views-exposed-widgets .views-exposed-widget {
    width: 100%;
    max-width: 300px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
  }
  .view-list-actualite .views-exposed-widgets .views-exposed-widget {
    padding-right: 0;
  }
  .view-list-actualite .views-exposed-widgets .views-submit-button {
    clear: both;
    float: none;
    margin: 0 auto;
    padding-top: 1em;
  }
  .view-list-actualite .view-content ul li {
    width: 100%;
    margin: 0 0 5%;
  }
  .view-list-actualite .view-content ul li:nth-child(odd),
  .view-list-actualite .view-content ul li:nth-child(even) {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* FICHE */
  .node-type-actualite .contenu,
  .node-type-actualite .col-right,
  .node-type-actualite .article-tools {
    float: none;
    width: 100%;
  }
  .node-type-actualite .article-tools {
    margin-top: 1em;
  }
}
/* ===================================================================
 * LISTE
 * =================================================================*/
#list-agenda .owl-carousel {
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
#list-agenda .owl-carousel .agenda-grid-item {
  flex: 1 !important;
}
#list-agenda .owl-loaded .agenda-grid-item {
  width: 100% !important;
}
.w-100 {
  width: 100% !important;
}
.view-calendrier .views-exposed-widgets {
  margin: 20px -10px;
}
.view-calendrier .views-exposed-widgets .views-exposed-widget {
  width: 25%;
  max-width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.view-calendrier .views-exposed-widgets .views-exposed-widget .form-submit {
  width: 100%;
  margin-top: 0;
  padding: 7px 15px;
}
.view-calendrier .views-exposed-widgets select {
  width: 100%;
  background-size: 40px auto;
}
.view-calendrier .views-exposed-widgets [type="text"] {
  width: 100%;
  max-width: 300px;
}
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value,
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value2 {
  position: relative;
}
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value label,
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value2 label {
  float: left;
  margin: 5px 0 0;
  font-weight: 400;
}
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value [type="text"],
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value2 [type="text"] {
  padding-right: 33px;
}
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value .views-widget,
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value2 .views-widget {
  margin-left: 30px;
}
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value .views-widget > div,
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value2 .views-widget > div {
  display: inline-block;
}
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value .description,
.view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value2 .description {
  font-size: 0.85714286em;
  visibility: hidden;
}
.view-calendrier .view-content ul {
  zoom: 1;
  margin: 0;
  overflow: visible;
}
.view-calendrier .view-content ul::before,
.view-calendrier .view-content ul::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-calendrier .view-content ul::after {
  clear: both;
}
.view-calendrier .view-content ul li {
  float: left;
  width: 32%;
  margin: 0 2% 2%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.view-calendrier .view-content ul li::before {
  content: none;
}
.view-calendrier .view-content ul li:hover .views-field-field-visual-illustration::after {
  opacity: 1;
}
.view-calendrier .view-content ul li:hover .views-field-field-visual-illustration img {
  filter: grayscale(100%);
}
.view-calendrier .view-content ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
.view-calendrier .view-content ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.view-calendrier .view-content ul li:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}
.view-calendrier a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}
.view-calendrier a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.view-calendrier a:focus {
  text-decoration: underline;
}
.view-calendrier .views-field-title {
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.25;
  margin: 15px 20px 5px;
  text-transform: uppercase;
}
.view-calendrier .views-field-field-visual-illustration {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 5px solid #cc0000;
}
.view-calendrier .views-field-field-visual-illustration::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.view-calendrier .views-field-field-visual-illustration::after {
  content: "";
  background: url("/sites/all/themes/portail/css/images/croix-hover.svg") 50% 50% no-repeat transparent;
  background-size: 48px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
.view-calendrier .views-field-field-visual-illustration img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  filter: grayscale(0);
  transition: all 0.3s;
}
.view-calendrier .views-field-field-visual-illustration + div {
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.25;
  margin: 25px 20px 5px;
  text-transform: uppercase;
}
.view-calendrier .views-field-body {
  margin: 10px 20px 15px;
  padding: 10px 0 0;
  border-top: 1px solid #ebebeb;
}
.view-calendrier .views-field-field-date-evenement {
  font-size: 0.85714286em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  line-height: 1.25;
  margin-top: 56.25%;
  padding: 5px 10px;
  text-transform: lowercase;
  font-weight: 700;
  color: #fff;
  background-color: #cc0000;
}
/* ===================================================================
 * FICHE
 * =================================================================*/
.node-evenement {
  position: relative;
}
.node-evenement .field-name-field-thematic {
  margin-right: 200px;
}
.node-evenement .field-name-field-date-evenement {
  margin-top: 1em;
  color: #cc0000;
}
.node-evenement .published_date {
  margin-top: 1em;
  font-style: italic;
}
.node-evenement .article-tools {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0.5em;
}
.node-evenement .field-name-field-visual-illustration {
  margin-top: 2em;
}
.node-evenement .article-encadre {
  border: 1px solid #cc0000;
  padding: 1em;
  margin: 1em 0 2em;
}
.node-evenement .article-encadre h2 {
  margin: 0 0 1em;
  background: none;
}
.node-evenement .article-encadre p {
  margin-bottom: 0.8em;
}
.node-evenement .field-type-text-with-summary .field-item p:first-child {
  font-weight: bold;
}
.node-event-infoloc #event-info-bulle,
.node-event-editorial #event-info-bulle {
  background: #cc0000;
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
.node-event-infoloc #event-info-bulle::after,
.node-event-editorial #event-info-bulle::after {
  content: "";
  width: 27px;
  height: 15px;
  background: #cc0000;
  left: -24px;
  position: absolute;
  top: 35px;
  z-index: 1;
}
.node-event-infoloc .event-content,
.node-event-editorial .event-content {
  margin-top: 25px;
}
.node-event-infoloc i.fa,
.node-event-editorial i.fa {
  width: 15px;
}
.node-event-infoloc h2,
.node-event-editorial h2 {
  background: none;
  padding-bottom: 0;
}
/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  font-size: initial;
  margin-bottom: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cc0000;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #fc6f58;
}
input:focus + .slider {
  box-shadow: 0 0 1px #cc0000;
}
input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* ===================================================================
 * > TABLETTE
 * =================================================================*/
@media (max-width: 1000px) {
  /* LISTE */
  .view-calendrier .views-exposed-widgets .views-exposed-widget {
    width: 33%;
  }
  .view-calendrier .view-content ul li {
    width: 32%;
    margin: 0 2% 2%;
  }
  .view-calendrier .view-content ul li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0;
  }
  .view-calendrier .view-content ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .view-calendrier .view-content ul li:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ===================================================================
 * > MOBILE
 * =================================================================*/
@media (max-width: 767px) {
  /* LISTE */
  .view-calendrier .views-exposed-widgets .views-exposed-widget {
    width: 100%;
    max-width: 300px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
  }
  .view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value label::after,
  .view-calendrier .views-exposed-widgets .views-widget-filter-field_date_evenement_value2 label::after {
    right: 25px;
    top: 20px;
  }
  .view-calendrier .views-exposed-widgets .views-submit-button {
    clear: both;
    float: none;
    margin: 0 auto;
    padding-top: 1em;
  }
  .view-calendrier .view-content ul li {
    width: 100%;
    margin: 0 0 5%;
  }
  .view-calendrier .view-content ul li:nth-child(odd),
  .view-calendrier .view-content ul li:nth-child(even) {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* FICHE */
  .node-evenement .contenu,
  .node-evenement .col-right,
  .node-evenement .article-tools {
    float: none;
    width: 100%;
    position: static;
  }
  .node-evenement .article-tools {
    margin-top: 1em;
  }
}
.front,
.page-agenda,
.page-agenda-sport,
.page-agenda-culture {
  background-color: #fff;
}
.front h1,
.page-agenda h1,
.page-agenda-sport h1,
.page-agenda-culture h1 {
  text-align: center;
  margin-bottom: 20px;
  clear: both;
  font-size: 2.5em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .front #content #block-date-facets-custom-solr-date-search-block,
  .page-agenda #content #block-date-facets-custom-solr-date-search-block,
  .page-agenda-sport #content #block-date-facets-custom-solr-date-search-block,
  .page-agenda-culture #content #block-date-facets-custom-solr-date-search-block {
    flex: 1 1 auto;
  }
}
.front #content .region-blockgroup-group-agenda-infoloc-form,
.page-agenda #content .region-blockgroup-group-agenda-infoloc-form,
.page-agenda-sport #content .region-blockgroup-group-agenda-infoloc-form,
.page-agenda-culture #content .region-blockgroup-group-agenda-infoloc-form {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 88%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #cc0000;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .front #content .region-blockgroup-group-agenda-infoloc-form,
  .page-agenda #content .region-blockgroup-group-agenda-infoloc-form,
  .page-agenda-sport #content .region-blockgroup-group-agenda-infoloc-form,
  .page-agenda-culture #content .region-blockgroup-group-agenda-infoloc-form {
    padding: 0 20px;
  }
}
.front #content .region-blockgroup-group-agenda-infoloc-form > div,
.page-agenda #content .region-blockgroup-group-agenda-infoloc-form > div,
.page-agenda-sport #content .region-blockgroup-group-agenda-infoloc-form > div,
.page-agenda-culture #content .region-blockgroup-group-agenda-infoloc-form > div {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .front #content .region-blockgroup-group-agenda-infoloc-form > div,
  .page-agenda #content .region-blockgroup-group-agenda-infoloc-form > div,
  .page-agenda-sport #content .region-blockgroup-group-agenda-infoloc-form > div,
  .page-agenda-culture #content .region-blockgroup-group-agenda-infoloc-form > div {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-top: 10px;
  }
}
.front #content #container-switch-mode,
.page-agenda #content #container-switch-mode,
.page-agenda-sport #content #container-switch-mode,
.page-agenda-culture #content #container-switch-mode {
  order: -2;
}
.front #content #container-switch-mode div#switch,
.page-agenda #content #container-switch-mode div#switch,
.page-agenda-sport #content #container-switch-mode div#switch,
.page-agenda-culture #content #container-switch-mode div#switch {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .front #content #container-switch-mode div#switch,
  .page-agenda #content #container-switch-mode div#switch,
  .page-agenda-sport #content #container-switch-mode div#switch,
  .page-agenda-culture #content #container-switch-mode div#switch {
    position: relative;
  }
}
.front #content #container-switch-mode a,
.page-agenda #content #container-switch-mode a,
.page-agenda-sport #content #container-switch-mode a,
.page-agenda-culture #content #container-switch-mode a {
  text-decoration: none;
  color: #00002e;
}
.front #content #container-switch-mode #switch-link,
.page-agenda #content #container-switch-mode #switch-link,
.page-agenda-sport #content #container-switch-mode #switch-link,
.page-agenda-culture #content #container-switch-mode #switch-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 25px;
  z-index: 10;
}
.front #content > form,
.page-agenda #content > form,
.page-agenda-sport #content > form,
.page-agenda-culture #content > form {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 16%;
  -ms-flex: 1 1 16%;
  flex: 1 1 16%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: center;
  padding: 0 5px;
}
.front #content .multiselect,
.page-agenda #content .multiselect,
.page-agenda-sport #content .multiselect,
.page-agenda-culture #content .multiselect {
  background: url(/sites/all/themes/portail/css/images/select_arrow.png) no-repeat 130% 50%;
}
.front #content #block-date-facets-custom-solr-date-search-block .container-inline-date,
.page-agenda #content #block-date-facets-custom-solr-date-search-block .container-inline-date,
.page-agenda-sport #content #block-date-facets-custom-solr-date-search-block .container-inline-date,
.page-agenda-culture #content #block-date-facets-custom-solr-date-search-block .container-inline-date {
  position: absolute;
  width: 133px;
  z-index: 10000000;
}
@media (max-width: 767px) {
  .front #content #block-date-facets-custom-solr-date-search-block .container-inline-date,
  .page-agenda #content #block-date-facets-custom-solr-date-search-block .container-inline-date,
  .page-agenda-sport #content #block-date-facets-custom-solr-date-search-block .container-inline-date,
  .page-agenda-culture #content #block-date-facets-custom-solr-date-search-block .container-inline-date {
    position: relative;
    top: 0 !important;
  }
}
.front #content #search-text-input,
.page-agenda #content #search-text-input,
.page-agenda-sport #content #search-text-input,
.page-agenda-culture #content #search-text-input {
  width: 100%;
  margin-bottom: 15px;
  padding: 25px 30px;
  font-size: 1.21428571em;
}
.front #content #search-form,
.page-agenda #content #search-form,
.page-agenda-sport #content #search-form,
.page-agenda-culture #content #search-form {
  display: none;
}
.front #content .checkbox-container,
.page-agenda #content .checkbox-container,
.page-agenda-sport #content .checkbox-container,
.page-agenda-culture #content .checkbox-container {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 1.07142857em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
}
.front #content .checkbox-container input,
.page-agenda #content .checkbox-container input,
.page-agenda-sport #content .checkbox-container input,
.page-agenda-culture #content .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.front #content .checkbox-container .checkmark,
.page-agenda #content .checkbox-container .checkmark,
.page-agenda-sport #content .checkbox-container .checkmark,
.page-agenda-culture #content .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #d5d5d5;
  border-radius: 2px;
}
.front #content .checkbox-container .checkmark:after,
.page-agenda #content .checkbox-container .checkmark:after,
.page-agenda-sport #content .checkbox-container .checkmark:after,
.page-agenda-culture #content .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.front #content .checkbox-container:hover input ~ .checkmark,
.page-agenda #content .checkbox-container:hover input ~ .checkmark,
.page-agenda-sport #content .checkbox-container:hover input ~ .checkmark,
.page-agenda-culture #content .checkbox-container:hover input ~ .checkmark {
  background-color: #ececec;
}
.front #content .checkbox-container input:checked ~ .checkmark,
.page-agenda #content .checkbox-container input:checked ~ .checkmark,
.page-agenda-sport #content .checkbox-container input:checked ~ .checkmark,
.page-agenda-culture #content .checkbox-container input:checked ~ .checkmark {
  background-color: #c00;
  border-color: #fff;
}
.front #content .checkbox-container input:checked ~ .checkmark:after,
.page-agenda #content .checkbox-container input:checked ~ .checkmark:after,
.page-agenda-sport #content .checkbox-container input:checked ~ .checkmark:after,
.page-agenda-culture #content .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.front #content #container-search-button,
.page-agenda #content #container-search-button,
.page-agenda-sport #content #container-search-button,
.page-agenda-culture #content #container-search-button {
  flex: 1 1 100%;
  text-align: center;
  padding: 15px 0px;
  position: relative;
}
.front #content #container-search-button button#agendaSearchButton,
.page-agenda #content #container-search-button button#agendaSearchButton,
.page-agenda-sport #content #container-search-button button#agendaSearchButton,
.page-agenda-culture #content #container-search-button button#agendaSearchButton {
  padding: 12px 40px;
  padding-right: 15px;
  background-color: #fff;
  border: none;
  color: #cc0000;
  font-weight: bold;
  margin: 10px 0;
}
.front #content #container-search-button button#agendaSearchButton #search-loader,
.page-agenda #content #container-search-button button#agendaSearchButton #search-loader,
.page-agenda-sport #content #container-search-button button#agendaSearchButton #search-loader,
.page-agenda-culture #content #container-search-button button#agendaSearchButton #search-loader {
  visibility: hidden;
  margin-left: 5px;
}
.front #content #container-search-button #removeAllFilters,
.page-agenda #content #container-search-button #removeAllFilters,
.page-agenda-sport #content #container-search-button #removeAllFilters,
.page-agenda-culture #content #container-search-button #removeAllFilters {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 10px;
  text-align: center;
  float: right;
  font-weight: bold;
  font-size: 1.21428571em;
}
@media (max-width: 767px) {
  .front #content #container-search-button #removeAllFilters,
  .page-agenda #content #container-search-button #removeAllFilters,
  .page-agenda-sport #content #container-search-button #removeAllFilters,
  .page-agenda-culture #content #container-search-button #removeAllFilters {
    position: relative;
    margin-top: -12px;
  }
}
.front #content #container-search-button #removeAllFilters a,
.page-agenda #content #container-search-button #removeAllFilters a,
.page-agenda-sport #content #container-search-button #removeAllFilters a,
.page-agenda-culture #content #container-search-button #removeAllFilters a {
  color: #fff;
}
.front #content #solr-date-search-block-form > div,
.page-agenda #content #solr-date-search-block-form > div,
.page-agenda-sport #content #solr-date-search-block-form > div,
.page-agenda-culture #content #solr-date-search-block-form > div {
  position: relative;
}
.front #content #solr-date-search-block-form > div .container-inline-date:nth-of-type(3),
.page-agenda #content #solr-date-search-block-form > div .container-inline-date:nth-of-type(3),
.page-agenda-sport #content #solr-date-search-block-form > div .container-inline-date:nth-of-type(3),
.page-agenda-culture #content #solr-date-search-block-form > div .container-inline-date:nth-of-type(3) {
  top: 80px;
}
.front #content #solr-date-search-block-form > div .form-item-calendar label,
.page-agenda #content #solr-date-search-block-form > div .form-item-calendar label,
.page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar label,
.page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar label,
.front #content #solr-date-search-block-form > div .form-item-calendar-fin label,
.page-agenda #content #solr-date-search-block-form > div .form-item-calendar-fin label,
.page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar-fin label,
.page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar-fin label {
  display: none;
}
.front #content #solr-date-search-block-form > div .form-item-calendar .form-item .description,
.page-agenda #content #solr-date-search-block-form > div .form-item-calendar .form-item .description,
.page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar .form-item .description,
.page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar .form-item .description,
.front #content #solr-date-search-block-form > div .form-item-calendar-fin .form-item .description,
.page-agenda #content #solr-date-search-block-form > div .form-item-calendar-fin .form-item .description,
.page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar-fin .form-item .description,
.page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar-fin .form-item .description {
  display: none;
}
.front #content #solr-date-search-block-form > div .form-item-calendar .description,
.page-agenda #content #solr-date-search-block-form > div .form-item-calendar .description,
.page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar .description,
.page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar .description,
.front #content #solr-date-search-block-form > div .form-item-calendar-fin .description,
.page-agenda #content #solr-date-search-block-form > div .form-item-calendar-fin .description,
.page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar-fin .description,
.page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar-fin .description {
  position: absolute;
  left: -25px;
  top: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .front #content #solr-date-search-block-form > div .form-item-calendar .description,
  .page-agenda #content #solr-date-search-block-form > div .form-item-calendar .description,
  .page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar .description,
  .page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar .description,
  .front #content #solr-date-search-block-form > div .form-item-calendar-fin .description,
  .page-agenda #content #solr-date-search-block-form > div .form-item-calendar-fin .description,
  .page-agenda-sport #content #solr-date-search-block-form > div .form-item-calendar-fin .description,
  .page-agenda-culture #content #solr-date-search-block-form > div .form-item-calendar-fin .description {
    left: -20px;
  }
}
.front #content #block-views-agenda-block-notre-selection,
.page-agenda #content #block-views-agenda-block-notre-selection,
.page-agenda-sport #content #block-views-agenda-block-notre-selection,
.page-agenda-culture #content #block-views-agenda-block-notre-selection {
  background: transparent;
  width: 100%;
  margin: 0 0 10px 0;
}
.front #content #block-views-agenda-block-notre-selection:before,
.page-agenda #content #block-views-agenda-block-notre-selection:before,
.page-agenda-sport #content #block-views-agenda-block-notre-selection:before,
.page-agenda-culture #content #block-views-agenda-block-notre-selection:before {
  background: none;
}
.front #content #block-views-agenda-block-notre-selection .block__title,
.page-agenda #content #block-views-agenda-block-notre-selection .block__title,
.page-agenda-sport #content #block-views-agenda-block-notre-selection .block__title,
.page-agenda-culture #content #block-views-agenda-block-notre-selection .block__title,
.front #content #block-views-agenda-block-notre-selection .bouton-droite,
.page-agenda #content #block-views-agenda-block-notre-selection .bouton-droite,
.page-agenda-sport #content #block-views-agenda-block-notre-selection .bouton-droite,
.page-agenda-culture #content #block-views-agenda-block-notre-selection .bouton-droite {
  display: none;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda {
  padding: 0;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda > h2,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda > h2,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda > h2,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda > h2 {
  background: #F6F7F9;
  color: #c00;
  border-radius: 5px;
  padding: 7px 10px 10px 10px;
  box-shadow: 0 0 0 5px #c00;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item {
  background: #cc0000 !important;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-img,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-img,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-img,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-img {
  margin: 0;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-grid-titre,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-grid-titre,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-grid-titre,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item .agenda-grid-titre {
  top: 0;
  padding: 0;
  margin-bottom: 5px !important;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item:hover,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item:hover,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item:hover,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item:hover {
  box-shadow: none;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank {
  background: none !important;
  color: #000 !important;
  padding: 0 20px 20px 0;
  border: 0px;
  box-shadow: none !important;
  padding-bottom: 0;
  display: block;
  flex: 0 1 auto;
  width: calc(25% -  14px);
}
@media (max-width: 767px) {
  .front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank,
  .page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank,
  .page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank,
  .page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank {
    display: none;
  }
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > span,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > span,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > span,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > span {
  width: 45px;
  height: 6px;
  background-color: #c00;
  display: block;
  margin-bottom: 25px;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > h2,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > h2,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > h2,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank > h2 {
  background: none;
  color: #000;
  top: 0;
  padding: 0;
  margin: 0 0 1.786em;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank:hover,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank:hover,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank:hover,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda .agenda-grid-item.item-blank:hover {
  box-shadow: none !important;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li {
  margin: 0 0 20px 0;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-titre,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-titre,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-titre,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-titre {
  background: #f6f7f9;
  color: #c00;
}
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-dates,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-dates,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-dates,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-dates,
.front #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-locations,
.page-agenda #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-locations,
.page-agenda-sport #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-locations,
.page-agenda-culture #content #block-views-agenda-block-notre-selection div.bloc-agenda #list-agenda li .agenda-link .agenda-locations {
  margin: 0;
  color: #ffffff;
}
.front #content .autocomplete,
.page-agenda #content .autocomplete,
.page-agenda-sport #content .autocomplete,
.page-agenda-culture #content .autocomplete {
  position: relative;
  /*when hovering an item:*/
  /*when navigating through the items using the arrow keys:*/
}
.front #content .autocomplete input[type="text"]::placeholder,
.page-agenda #content .autocomplete input[type="text"]::placeholder,
.page-agenda-sport #content .autocomplete input[type="text"]::placeholder,
.page-agenda-culture #content .autocomplete input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}
.front #content .autocomplete input[type="text"]:-ms-input-placeholder,
.page-agenda #content .autocomplete input[type="text"]:-ms-input-placeholder,
.page-agenda-sport #content .autocomplete input[type="text"]:-ms-input-placeholder,
.page-agenda-culture #content .autocomplete input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.front #content .autocomplete input[type="checkbox"],
.page-agenda #content .autocomplete input[type="checkbox"],
.page-agenda-sport #content .autocomplete input[type="checkbox"],
.page-agenda-culture #content .autocomplete input[type="checkbox"] {
  margin: 0;
  pointer-events: none;
  margin-right: 5px;
}
.front #content .autocomplete #locate-me,
.page-agenda #content .autocomplete #locate-me,
.page-agenda-sport #content .autocomplete #locate-me,
.page-agenda-culture #content .autocomplete #locate-me {
  position: absolute;
  right: 10px;
  font-size: 22px;
  text-decoration: none;
  top: 3px;
  cursor: pointer;
  color: #cc0000;
}
.front #content .autocomplete input[data-selected]:not([data-selected=""]),
.page-agenda #content .autocomplete input[data-selected]:not([data-selected=""]),
.page-agenda-sport #content .autocomplete input[data-selected]:not([data-selected=""]),
.page-agenda-culture #content .autocomplete input[data-selected]:not([data-selected=""]) {
  box-shadow: 0 0 0 2px #b9a3a3;
}
.front #content .autocomplete input[type="text"],
.page-agenda #content .autocomplete input[type="text"],
.page-agenda-sport #content .autocomplete input[type="text"],
.page-agenda-culture #content .autocomplete input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: black;
  padding: 10px;
  font-size: 14px;
  width: 100%;
}
.front #content .autocomplete .autocomplete-items,
.page-agenda #content .autocomplete .autocomplete-items,
.page-agenda-sport #content .autocomplete .autocomplete-items,
.page-agenda-culture #content .autocomplete .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*border-bottom: none;
                border-top: none;*/
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 340px;
  overflow: auto;
  width: 210px;
}
.front #content .autocomplete .autocomplete-items div,
.page-agenda #content .autocomplete .autocomplete-items div,
.page-agenda-sport #content .autocomplete .autocomplete-items div,
.page-agenda-culture #content .autocomplete .autocomplete-items div {
  font-size: 0.85714286em;
  position: relative;
  padding: 5px;
  padding-right: 25px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.front #content .autocomplete .autocomplete-items div span.count,
.page-agenda #content .autocomplete .autocomplete-items div span.count,
.page-agenda-sport #content .autocomplete .autocomplete-items div span.count,
.page-agenda-culture #content .autocomplete .autocomplete-items div span.count {
  position: absolute;
  right: 0;
  margin-right: 2px;
  padding-left: 3px;
}
.front #content .autocomplete .autocomplete-items div:hover,
.page-agenda #content .autocomplete .autocomplete-items div:hover,
.page-agenda-sport #content .autocomplete .autocomplete-items div:hover,
.page-agenda-culture #content .autocomplete .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.front #content .autocomplete .autocomplete-active,
.page-agenda #content .autocomplete .autocomplete-active,
.page-agenda-sport #content .autocomplete .autocomplete-active,
.page-agenda-culture #content .autocomplete .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.front #content .autocomplete a.cancelFilter,
.page-agenda #content .autocomplete a.cancelFilter,
.page-agenda-sport #content .autocomplete a.cancelFilter,
.page-agenda-culture #content .autocomplete a.cancelFilter {
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 4px;
  font-weight: bold;
  font-size: 20px;
  color: red;
}
.front #content .leaflet-container,
.page-agenda #content .leaflet-container,
.page-agenda-sport #content .leaflet-container,
.page-agenda-culture #content .leaflet-container {
  flex: 0 1 100%;
  width: 100%;
  margin: 40px 0;
}
.front #content .leaflet-container .leaflet-popup-content-wrapper h2,
.page-agenda #content .leaflet-container .leaflet-popup-content-wrapper h2,
.page-agenda-sport #content .leaflet-container .leaflet-popup-content-wrapper h2,
.page-agenda-culture #content .leaflet-container .leaflet-popup-content-wrapper h2 {
  background: none;
  padding-bottom: 0;
}
.front #content .leaflet-container .leaflet-popup-content-wrapper i,
.page-agenda #content .leaflet-container .leaflet-popup-content-wrapper i,
.page-agenda-sport #content .leaflet-container .leaflet-popup-content-wrapper i,
.page-agenda-culture #content .leaflet-container .leaflet-popup-content-wrapper i {
  width: 15px;
}
.front #content > form#search-form,
.page-agenda #content > form#search-form,
.page-agenda-sport #content > form#search-form,
.page-agenda-culture #content > form#search-form {
  order: -1;
  width: 100%;
  flex: 0 1 100%;
}
.front #content > form#search-form #edit-basic,
.page-agenda #content > form#search-form #edit-basic,
.page-agenda-sport #content > form#search-form #edit-basic,
.page-agenda-culture #content > form#search-form #edit-basic {
  display: flex;
  justify-content: space-between;
}
.front #content > form#search-form #edit-basic .form-item,
.page-agenda #content > form#search-form #edit-basic .form-item,
.page-agenda-sport #content > form#search-form #edit-basic .form-item,
.page-agenda-culture #content > form#search-form #edit-basic .form-item {
  flex: 0 1 77%;
  display: flex;
  align-self: center;
  margin: 0;
}
.front #content > form#search-form #edit-basic .form-item label,
.page-agenda #content > form#search-form #edit-basic .form-item label,
.page-agenda-sport #content > form#search-form #edit-basic .form-item label,
.page-agenda-culture #content > form#search-form #edit-basic .form-item label {
  flex: 0 1 30%;
  display: inline-flex;
  align-self: center;
}
.front #content > form#search-form #edit-basic .form-item input,
.page-agenda #content > form#search-form #edit-basic .form-item input,
.page-agenda-sport #content > form#search-form #edit-basic .form-item input,
.page-agenda-culture #content > form#search-form #edit-basic .form-item input {
  flex: 0 1 60%;
}
.front #content > form#search-form #edit-basic #edit-submit,
.page-agenda #content > form#search-form #edit-basic #edit-submit,
.page-agenda-sport #content > form#search-form #edit-basic #edit-submit,
.page-agenda-culture #content > form#search-form #edit-basic #edit-submit {
  flex: 0 1 33%;
}
.front #content .block .form-item,
.page-agenda #content .block .form-item,
.page-agenda-sport #content .block .form-item,
.page-agenda-culture #content .block .form-item {
  margin: 0;
}
.front #content form select,
.page-agenda #content form select,
.page-agenda-sport #content form select,
.page-agenda-culture #content form select {
  width: 100%;
}
.front #content form select.facetapi-select,
.page-agenda #content form select.facetapi-select,
.page-agenda-sport #content form select.facetapi-select,
.page-agenda-culture #content form select.facetapi-select,
.front #content form select.form-select,
.page-agenda #content form select.form-select,
.page-agenda-sport #content form select.form-select,
.page-agenda-culture #content form select.form-select {
  background-position: calc(100% +  25px) center;
}
.front #content h2,
.page-agenda #content h2,
.page-agenda-sport #content h2,
.page-agenda-culture #content h2 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.front #content .search-title,
.page-agenda #content .search-title,
.page-agenda-sport #content .search-title,
.page-agenda-culture #content .search-title {
  margin-top: 1em;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  background: none;
}
.front #content .item-list,
.page-agenda #content .item-list,
.page-agenda-sport #content .item-list,
.page-agenda-culture #content .item-list {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.front #content > div.search-result,
.page-agenda #content > div.search-result,
.page-agenda-sport #content > div.search-result,
.page-agenda-culture #content > div.search-result {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  padding: 10px;
}
.front #content div.bloc-agenda,
.page-agenda #content div.bloc-agenda,
.page-agenda-sport #content div.bloc-agenda,
.page-agenda-culture #content div.bloc-agenda {
  clear: both;
  margin: 0;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.front #content div.bloc-agenda h2.search-total-results,
.page-agenda #content div.bloc-agenda h2.search-total-results,
.page-agenda-sport #content div.bloc-agenda h2.search-total-results,
.page-agenda-culture #content div.bloc-agenda h2.search-total-results {
  font-size: 1.92857143em;
  margin-bottom: 20px;
  background: none;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-top: 40px;
}
.front #content div.bloc-agenda #list-agenda,
.page-agenda #content div.bloc-agenda #list-agenda,
.page-agenda-sport #content div.bloc-agenda #list-agenda,
.page-agenda-culture #content div.bloc-agenda #list-agenda {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .front #content div.bloc-agenda #list-agenda,
  .page-agenda #content div.bloc-agenda #list-agenda,
  .page-agenda-sport #content div.bloc-agenda #list-agenda,
  .page-agenda-culture #content div.bloc-agenda #list-agenda {
    justify-content: space-between;
  }
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item.departement,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item.departement,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item.departement,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item.departement {
  background: #c00;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item {
  background: #f7f8fa;
  margin: 0 7px 15px 7px;
  padding: 0;
  position: relative;
  color: #000;
  flex: 0 1 calc(25% -  14px);
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 767px) {
  .front #content div.bloc-agenda #list-agenda .agenda-grid-item,
  .page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item,
  .page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item,
  .page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item {
    flex: 0 1 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item:hover,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item:hover,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item:hover,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item:hover {
  background: #c00;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item i.fa,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item i.fa,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item i.fa,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item i.fa {
  width: 15px;
  text-align: center;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-titre,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-titre,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-titre,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-titre {
  line-height: 1.2;
  color: inherit;
  margin: 0;
  background: none;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .front #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link .agenda-img img,
  .page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link .agenda-img img,
  .page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link .agenda-img img,
  .page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-link .agenda-img img {
    width: 100%;
  }
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-infos,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-infos,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-infos,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-grid-infos {
  padding: 10px 20px;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-horaires,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-horaires,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-horaires,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-horaires {
  display: none;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::before,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::before,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::before,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::before {
  content: "";
  display: none;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::after,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::after,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::after,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .agenda-img::after {
  content: "";
  display: none;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-1-1,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-1-1,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-1-1,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-1-1 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  overflow: hidden;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-16-9,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-16-9,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-16-9,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-4-3,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-4-3,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-4-3,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-4-3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 4:3 Aspect Ratio */
  overflow: hidden;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-3-2,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-3-2,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-3-2,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-3-2 {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  /* 3:2 Aspect Ratio */
  overflow: hidden;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-8-5,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-8-5,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-8-5,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container-8-5 {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  /* 8:5 Aspect Ratio */
  overflow: hidden;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-content,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-content,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-content,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-size: 100%;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img.portrait,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img.portrait,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img.portrait,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .crop-container img.portrait {
  width: 100%;
  height: auto;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop {
  overflow: hidden;
  width: 100%;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop img,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop img,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop img,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop img {
  width: 100%;
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3 {
  padding-top: 75%;
  /* 75% of width(4:3 ratio) */
}
.front #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3 img,
.page-agenda #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3 img,
.page-agenda-sport #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3 img,
.page-agenda-culture #content div.bloc-agenda #list-agenda .agenda-grid-item .img-crop.ratio-4-to-3 img {
  margin-top: -200%;
  padding-top: 75%;
  /* 75% of width(4:3 ratio) */
  margin-bottom: -50%;
  /* (100% - ratioPercent) * 2 */
}
.front #content div.bloc-agenda #list-agenda li,
.page-agenda #content div.bloc-agenda #list-agenda li,
.page-agenda-sport #content div.bloc-agenda #list-agenda li,
.page-agenda-culture #content div.bloc-agenda #list-agenda li {
  background: #f6f7f9;
  float: left;
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
  width: 32%;
}
@media (max-width: 767px) {
  .front #content div.bloc-agenda #list-agenda li,
  .page-agenda #content div.bloc-agenda #list-agenda li,
  .page-agenda-sport #content div.bloc-agenda #list-agenda li,
  .page-agenda-culture #content div.bloc-agenda #list-agenda li {
    width: 49%;
  }
}
.front #content div.bloc-agenda #list-agenda li:before,
.page-agenda #content div.bloc-agenda #list-agenda li:before,
.page-agenda-sport #content div.bloc-agenda #list-agenda li:before,
.page-agenda-culture #content div.bloc-agenda #list-agenda li:before {
  display: none;
}
.front #content div.bloc-agenda #list-agenda li .agenda-link,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-link,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-link,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-link {
  border: 1px solid #c00;
  display: block;
  height: 100%;
  padding: 45px 15px 15px;
  text-decoration: none;
}
.front #content div.bloc-agenda #list-agenda li .agenda-link h1,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-link h1,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-link h1,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-link h1 {
  font-size: 1.07142857em;
}
.front #content div.bloc-agenda #list-agenda li .agenda-titre,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-titre,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-titre,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-titre {
  min-height: 30px;
  background: #c00;
  color: #fff;
  line-height: 1.2;
  padding: 5px;
  position: absolute;
  top: -15px;
  width: 90%;
  margin: 0;
}
.front #content div.bloc-agenda #list-agenda li .agenda-titre .field-label,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-titre .field-label,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-titre .field-label,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-titre .field-label {
  display: none;
}
.front #content div.bloc-agenda #list-agenda li .agenda-dates,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-dates,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-dates,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-dates {
  margin: 10px 0;
}
.front #content div.bloc-agenda #list-agenda li .agenda-dates .field-label,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-dates .field-label,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-dates .field-label,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-dates .field-label {
  display: none;
}
.front #content div.bloc-agenda #list-agenda li .agenda-img .field-label,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-img .field-label,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-img .field-label,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-img .field-label {
  display: none;
}
.front #content div.bloc-agenda #list-agenda li .agenda-img::before,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-img::before,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-img::before,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-img::before {
  content: "";
  display: none;
}
.front #content div.bloc-agenda #list-agenda li .agenda-img::after,
.page-agenda #content div.bloc-agenda #list-agenda li .agenda-img::after,
.page-agenda-sport #content div.bloc-agenda #list-agenda li .agenda-img::after,
.page-agenda-culture #content div.bloc-agenda #list-agenda li .agenda-img::after {
  content: "";
  display: none;
}
/* ===================================================================
 * LISTE
 * =================================================================*/
.contenu .view-elus .views-exposed-widgets {
  margin: 20px 0;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget {
  max-width: 20%;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 7px 15px;
  min-width: 117px;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget #edit-reset {
  color: #2296a6;
  background-color: #fff;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget .views-reset-button {
  float: right;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget select {
  background: url(/sites/all/themes/portail/css/images/select_short.png) no-repeat #ffffff;
  background-position: calc(94%) center;
  padding-right: 36px;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget input[type="text"] {
  padding-right: 36px;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget #edit-field-commissions-de-travail-tid {
  direction: rtl;
}
.contenu .view-elus .views-exposed-widgets .views-exposed-widget #edit-field-commissions-de-travail-tid option {
  direction: ltr;
}
.contenu .view-elus .view-content ul {
  margin: 0;
  overflow: visible;
  zoom: 1;
}
.contenu .view-elus .view-content ul::before,
.contenu .view-elus .view-content ul::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.contenu .view-elus .view-content ul::after {
  clear: both;
}
.contenu .view-elus .view-content ul li {
  float: left;
  width: 32%;
  margin: 0 2% 2%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.contenu .view-elus .view-content ul li::before {
  content: none;
}
.contenu .view-elus .view-content ul li:hover .views-field-field-visual-illustration::after {
  opacity: 1;
}
.contenu .view-elus .view-content ul li:hover .views-field-field-visual-illustration img {
  filter: grayscale(100%);
}
.contenu .view-elus .view-content ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
.contenu .view-elus .view-content ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.contenu .view-elus .view-content ul li:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}
.contenu .view-elus .view-content a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}
.contenu .view-elus .view-content a:hover {
  text-decoration: underline;
}
.contenu .view-elus .view-content .views-field-title {
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.25;
  margin: 15px 20px 5px;
}
.contenu .view-elus .view-content .views-field-field-visual-illustration {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #cc0000;
}
.contenu .view-elus .view-content .views-field-field-visual-illustration::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.contenu .view-elus .view-content .views-field-field-visual-illustration::after {
  content: "";
  background: url("/sites/all/themes/portail/css/images/croix-hover.svg") 50% 50% no-repeat transparent;
  background-size: 48px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
.contenu .view-elus .view-content .views-field-field-visual-illustration img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.contenu .view-elus .view-content .views-field-field-subtitle {
  font-size: 0.85714286em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  line-height: 1.25;
  margin-top: 56.25%;
  padding: 7px 10px;
  color: #fff;
  background-color: #2296a6;
}
.contenu .view-elus .view-content .views-field-field-commissions-de-travail {
  margin: 5px 20px 5px;
}
.contenu .view-elus .view-content .views-field-field-groupe-politique {
  margin: 5px 20px 15px;
  line-height: 1.25;
  font-style: italic;
  text-transform: lowercase;
}
/* ===================================================================
 * FICHE
 * =================================================================*/
.node-type-elu .contenu .field-name-field-subtitle {
  font-size: 0.85714286em;
  line-height: 1.25;
  padding: 7px 10px;
  color: #fff;
  background-color: #2296a6;
  margin-bottom: 1.2em;
}
.node-type-elu .contenu .binome-elu {
  margin: 1em 0 1em;
}
/* ===================================================================
 * LISTE
 * =================================================================*/
.contenu .view-commpresse .views-exposed-widgets {
  margin: 20px 0;
  position: relative;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget select {
  background: url(/sites/all/themes/portail/css/images/select_short.png) no-repeat;
  background-position: calc(94%) center;
  padding-right: 36px;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget input[type="text"] {
  padding-right: 36px;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 7px 15px;
  min-width: 117px;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget.views-submit-button,
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget.views-reset-button {
  position: absolute;
  right: 0;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget.views-submit-button {
  top: 0;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget.views-reset-button {
  top: 50px;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget.views-reset-button input {
  background-color: #fff;
  color: #cc0000;
}
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget #edit-field-date-reference-value-max,
.contenu .view-commpresse .views-exposed-widgets .views-exposed-widget #edit-field-date-reference-value-min {
  max-width: 92%;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-title {
  clear: left;
  max-width: 42.8%;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-title label {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  position: absolute;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_cp_type_tid {
  float: left;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_cp_type_tid label {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  position: absolute;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value {
  float: left;
  clear: left;
  min-width: 600px;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value > label {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  position: absolute;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .views-widget > div {
  display: inline-block;
  max-width: 42.3%;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .form-item-field-date-reference-value-min {
  position: relative;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .form-item-field-date-reference-value-min label {
  float: left;
  margin-top: 0.5em;
  font-weight: 400;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .form-item-field-date-reference-value-min-date {
  margin-left: 16px;
  max-width: 89%;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .form-item-field-date-reference-value-max {
  position: relative;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .form-item-field-date-reference-value-max label {
  float: left;
  margin-top: 0.4em;
  font-weight: 400;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .form-item-field-date-reference-value-max-date {
  margin-left: 16px;
  max-width: 87%;
}
.contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .description {
  font-size: 0.85714286em;
  visibility: hidden;
}
.contenu .view-commpresse .view-content ul {
  margin: 0;
  overflow: visible;
}
.contenu .view-commpresse .view-content ul li {
  zoom: 1;
  float: left;
  width: 32%;
  margin: 0 2% 2%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.contenu .view-commpresse .view-content ul li::before,
.contenu .view-commpresse .view-content ul li::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.contenu .view-commpresse .view-content ul li::after {
  clear: both;
}
.contenu .view-commpresse .view-content ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
.contenu .view-commpresse .view-content ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.contenu .view-commpresse .view-content ul li:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}
.contenu .view-commpresse .view-content a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}
.contenu .view-commpresse .view-content a:hover {
  text-decoration: underline;
}
.contenu .view-commpresse .view-content .views-field-field-visual-illustration {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #cc0000;
}
.contenu .view-commpresse .view-content .views-field-field-visual-illustration::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.contenu .view-commpresse .view-content .views-field-field-visual-illustration img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.contenu .view-commpresse .view-content .views-field-field-cp-type {
  font-size: 0.85714286em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  line-height: 1.25;
  margin-top: 56.25%;
  padding: 7px 10px;
  color: #fff;
  background-color: #2296a6;
}
.contenu .view-commpresse .view-content .views-field-field-date-reference {
  font-size: 0.85714286em;
  margin: 14px 20px;
  line-height: 1.25;
  font-style: italic;
  text-transform: lowercase;
}
.contenu .view-commpresse .view-content .views-field-title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  margin: 15px 20px 15px;
}
/* ===================================================================
 * FICHE
 * =================================================================*/
.node-type-communique-presse .contenu .article-pub-date {
  display: inline-block;
}
.node-type-communique-presse .contenu .article-pub-date .field-type-datetime {
  display: inline-block;
}
.node-type-communique-presse .contenu .field-name-body .field-item p:first-child {
  font-weight: bold;
}
/* ===================================================================
 * > PAGE FILLE N2 N3
 * =================================================================*/
.page-taxonomy {
  position: relative;
}
.page-taxonomy .field-name-field-visual-illustration {
  position: absolute;
  top: -18px;
  left: -18px;
}
.page-taxonomy .field-name-field-visual-illustration svg {
  width: 80px;
}
.page-taxonomy .field-name-field-visual-illustration svg path {
  fill: #cc0000;
}
.page-taxonomy .contenu {
  padding: 1.8em 1em 2em 3em;
}
.page-taxonomy .panel-col-first {
  box-sizing: border-box;
  width: 42%;
  float: left;
}
.page-taxonomy .panel-col-first .inner {
  padding: 0 1em 1em 62px;
  position: relative;
}
.page-taxonomy .panel-col-first h1 {
  margin: 0.2em 0 0.4em;
  max-width: 90%;
  line-height: normal;
}
.page-taxonomy .panel-col-last {
  box-sizing: border-box;
  width: 58%;
  float: right;
}
.page-taxonomy .view-taxonomy-term {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.page-taxonomy .view-taxonomy-term .view-content ul {
  margin: 0;
  overflow: visible;
}
.page-taxonomy .view-taxonomy-term .view-content ul li {
  zoom: 1;
  float: left;
  width: 43.5%;
  margin: 0 2% 5%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-taxonomy .view-taxonomy-term .view-content ul li::before,
.page-taxonomy .view-taxonomy-term .view-content ul li::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-taxonomy .view-taxonomy-term .view-content ul li::after {
  clear: both;
}
.page-taxonomy .view-taxonomy-term .view-content ul li:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
.page-taxonomy .view-taxonomy-term .view-content ul li:nth-child(2n+1) {
  margin-left: 3.7%;
  margin-right: 5%;
}
.page-taxonomy .view-taxonomy-term .view-content ul li:nth-child(2n) {
  margin-left: 0;
  margin-right: 0;
}
.page-taxonomy .view-taxonomy-term .view-content a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #cc0000;
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
}
.page-taxonomy .view-taxonomy-term .view-content a:hover {
  text-decoration: underline;
}
.page-taxonomy .view-taxonomy-term .view-content .views-field-field-visual-illustration {
  position: relative;
  overflow: hidden;
  border-bottom: 7px solid #cc0000;
  background: #767676;
}
.page-taxonomy .view-taxonomy-term .view-content .views-field-field-visual-illustration::before {
  content: "";
  display: block;
  padding-bottom: 28.25%;
}
.page-taxonomy .view-taxonomy-term .view-content .views-field-field-visual-illustration img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.page-taxonomy .view-taxonomy-term .view-content .views-field-field-visual-illustration img[src*="default_images"] {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  transform: translateY(-50%);
}
.page-taxonomy .view-taxonomy-term .view-content .views-field-title {
  font-size: 1.07142857em;
  font-weight: 700;
  line-height: 1.25;
  margin: 10px 12px 6px;
}
.page-taxonomy .view-taxonomy-term .view-content .views-field-body {
  font-size: 0.85714286em;
  margin: 0 12px 11px;
}
.page-taxonomy .view-taxonomy-term .view-content .views-field-body p {
  margin: 0;
}
.section-conseil-departemental .view-taxonomy-term .no-subtitle + .views-field-field-visual-illustration {
  background: #767676 url(/sites/mdph/themes/mdph/css/images/elus.png) no-repeat 50%;
  background-size: cover;
}
.section-conseil-departemental .view-taxonomy-term .no-subtitle + .views-field-field-visual-illustration img {
  opacity: 0;
  min-width: 100%;
  left: 0;
}
/* ===================================================================
 * > PAGE FILLE N3 N4
 * =================================================================*/
.node-type-article-ms .field-type-entityreference {
  clear: both;
  margin-top: 4em;
  margin-bottom: 2em;
  zoom: 1;
}
.node-type-article-ms .field-type-entityreference::before,
.node-type-article-ms .field-type-entityreference::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.node-type-article-ms .field-type-entityreference::after {
  clear: both;
}
.node-type-article-ms .field-type-entityreference > .field-items {
  margin: 0;
  overflow: visible;
}
.node-type-article-ms .field-type-entityreference > .field-items > .field-item {
  zoom: 1;
  float: left;
  width: 43.5%;
  margin: 0 2% 5%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1.07142857em;
  line-height: 1.25;
}
.node-type-article-ms .field-type-entityreference > .field-items > .field-item::before,
.node-type-article-ms .field-type-entityreference > .field-items > .field-item::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.node-type-article-ms .field-type-entityreference > .field-items > .field-item::after {
  clear: both;
}
.node-type-article-ms .field-type-entityreference > .field-items > .field-item:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
.node-type-article-ms .field-type-entityreference > .field-items > .field-item:nth-child(2n+1) {
  margin-left: 3.7%;
  margin-right: 5%;
}
.node-type-article-ms .field-type-entityreference > .field-items > .field-item:nth-child(2n) {
  margin-left: 0;
  margin-right: 0;
}
.node-type-article-ms .field-type-entityreference > .field-items .field-name-field-visual-illustration {
  position: relative;
  overflow: hidden;
  border-bottom: 7px solid #cc0000;
}
.node-type-article-ms .field-type-entityreference > .field-items .field-name-field-visual-illustration::before {
  content: "";
  display: block;
  padding-bottom: 28.25%;
}
.node-type-article-ms .field-type-entityreference > .field-items .field-name-field-visual-illustration img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.node-type-article-ms .field-type-entityreference > .field-items .field-title {
  margin: 12px;
  font-weight: 700;
}
.node-type-article-ms .field-type-entityreference > .field-items .field-title a {
  display: block;
  text-decoration: none;
  color: #cc0000;
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
}
.node-type-article-ms .field-type-entityreference > .field-items .field-title a:hover {
  text-decoration: underline;
}
.node-type-article-ms .field-type-entityreference > .field-items .field-name-body {
  font-size: 0.85714286em;
  margin: 0 12px 11px;
}
.node-type-article-ms .field-type-entityreference > .field-items .field-name-body p {
  margin: 0;
}
.node-type-article-ms .field-type-entityreference + .node-article .media-large-pict {
  display: none;
}
/* ===================================================================
 * LISTE
 * =================================================================*/
.view-grille-publication {
  /* = Publications = */
}
.view-grille-publication .views-exposed-widgets {
  margin: 20px 0;
}
.view-grille-publication .views-exposed-widgets .views-exposed-widget {
  max-width: 100%;
  box-sizing: border-box;
}
.view-grille-publication .views-exposed-widgets .views-exposed-widget .form-submit {
  width: 100%;
  margin-top: 0;
  padding: 7px 15px;
}
.view-grille-publication .views-exposed-widgets .views-submit-button {
  width: 20%;
}
.view-grille-publication .views-exposed-widgets select {
  height: 40px;
  padding: 0 40px 0 20px;
  line-height: initial;
  text-overflow: ellipsis;
  background-size: 35px auto;
  cursor: pointer;
}
.view-grille-publication .views-exposed-widgets select {
  width: 100%;
  max-width: 300px;
}
.view-grille-publication .view-content ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.view-grille-publication .view-content ul::before,
.view-grille-publication .view-content ul::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-grille-publication .view-content ul::after {
  clear: both;
}
.view-grille-publication .view-content ul li {
  float: left;
  width: 32%;
  margin: 0 2% 2%;
  padding: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.view-grille-publication .view-content ul li::before {
  content: none;
}
.view-grille-publication .view-content ul li:hover {
  border-color: #cc0000;
}
.view-grille-publication .view-content ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
.view-grille-publication .view-content ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.view-grille-publication .view-content ul li:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}
.view-grille-publication .media-publications {
  margin: 2.5em 0 1em;
}
.view-grille-publication .media-publications img {
  display: block;
  width: 100%;
}
.view-grille-publication .media-publications a:not(.more) {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}
.view-grille-publication .media-publications a:not(.more)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.view-grille-publication .media-publications a:not(.more):focus {
  text-decoration: underline;
}
.view-grille-publication .media-publications .media {
  position: relative;
  min-height: 125px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.view-grille-publication .media-title {
  color: #333333;
  font-size: 1.14286em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 1em 20px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 5px solid #cc0000;
}
.view-grille-publication .media-actions {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  border-top: 5px solid #cc0000;
}
.view-grille-publication .media-actions a {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  line-height: 35px;
  margin: 5px 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  box-sizing: border-box;
  transition: all 0.2s;
}
.view-grille-publication .media-actions a:hover,
.view-grille-publication .media-actions a:focus,
.view-grille-publication .media-actions a:active {
  color: #cc0000;
  background-color: #fff;
}
.view-grille-publication .media-active .media-text {
  opacity: 0;
}
.view-grille-publication .media-active .media-actions {
  opacity: 1;
}
/* ===================================================================
 * FICHE
 * =================================================================*/
.node-type-publication .contenu {
  float: left;
  width: 66.31%;
  background-color: #fff;
  box-sizing: border-box;
}
.node-type-publication .col-right {
  float: right;
  width: 33.69%;
}
.node-type-publication .field-name-field-visual-illustration {
  margin-bottom: 1em;
}
.node-type-publication .published_date {
  margin: 1em 0 2em;
  font-style: italic;
}
.node-type-publication .published_date + .field {
  clear: both;
}
.node-type-publication .more {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  line-height: 35px;
  margin: 5px 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  box-sizing: border-box;
  transition: all 0.2s;
}
.node-type-publication .more:hover,
.node-type-publication .more:focus,
.node-type-publication .more:active {
  color: #cc0000;
  background-color: #fff;
}
/* ===================================================================
 * > TABLETTE
 * =================================================================*/
@media (max-width: 1000px) {
  /* LISTE */
  .view-grille-publication .view-content ul li {
    width: 32%;
    margin: 0 2% 2%;
  }
  .view-grille-publication .view-content ul li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0;
  }
  .view-grille-publication .view-content ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .view-grille-publication .view-content ul li:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ===================================================================
 * > MOBILE
 * =================================================================*/
@media (max-width: 767px) {
  /* LISTE */
  .view-grille-publication .views-exposed-widgets .views-exposed-widget {
    width: 100%;
    max-width: 300px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
  }
  .view-grille-publication .views-exposed-widgets .views-exposed-widget {
    padding-right: 0;
  }
  .view-grille-publication .views-exposed-widgets .views-submit-button {
    clear: both;
    float: none;
    margin: 0 auto;
    padding-top: 1em;
  }
  .view-grille-publication .view-content ul li {
    width: 100%;
    margin: 0 0 5%;
  }
  .view-grille-publication .view-content ul li:nth-child(odd),
  .view-grille-publication .view-content ul li:nth-child(even) {
    float: none;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  /* FICHE */
  .node-type-publication .contenu,
  .node-type-publication .col-right,
  .node-type-publication .article-tools {
    float: none;
    width: 100%;
  }
  .node-type-publication .article-tools {
    margin-top: 1em;
  }
}
/* ===================================================================
 * PAGE TYPE DOSSIER
 * =================================================================*/
.node-type-dossier .article-pub-date {
  color: #333;
  font-style: italic;
  margin: 1em 0;
}
.node-type-dossier .chapeau {
  margin: 1em 0;
  font-weight: bold;
}
.node-type-dossier .article-tools + .article {
  clear: both;
}
.media-pict {
  position: relative;
}
.media-pict img {
  display: block;
}
.media-pict .media-source {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: right;
  font-size: 0.917em;
}
#dossier-elements h2 {
  margin-bottom: 1em;
}
#dossier-elements .field-type-image + h3 {
  margin: 1em 0;
}
#dossier-elements .node-video h2 {
  margin-bottom: 0;
  margin-top: 1em;
  background-image: none;
}
#dossier-elements .node-video .field-type-text-with-summary {
  display: none;
}
/* ===================================================================
 * GÉNÉRAL
 * =================================================================*/
.right-col > div,
.right-col > .menu-block-wrapper {
  border: 1px solid #cac5c5;
}
.right-col button.nolink {
  width: 100% !important;
  text-align: left;
}
.right-col,
.page-unite-des-paysages #content,
.page-unite-paysages-communes #content {
  padding: 0 28px 20px 12px;
}
.right-col,
#block-views-municipalities-concerned-block,
#block-views-acces-aux-thematiques-block,
.page-unite-des-paysages #content,
.page-unite-paysages-communes #content {
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .right-col,
  #block-views-municipalities-concerned-block,
  #block-views-acces-aux-thematiques-block,
  .page-unite-des-paysages #content,
  .page-unite-paysages-communes #content {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .right-col,
  #block-views-municipalities-concerned-block,
  #block-views-acces-aux-thematiques-block,
  .page-unite-des-paysages #content,
  .page-unite-paysages-communes #content {
    padding: 15px;
  }
}
.right-col > div,
#block-views-municipalities-concerned-block > div,
#block-views-acces-aux-thematiques-block > div,
.page-unite-des-paysages #content > div,
.page-unite-paysages-communes #content > div {
  margin-top: 30px;
}
.right-col > div:first-child,
#block-views-municipalities-concerned-block > div:first-child,
#block-views-acces-aux-thematiques-block > div:first-child,
.page-unite-des-paysages #content > div:first-child,
.page-unite-paysages-communes #content > div:first-child {
  margin-top: 20px;
}
.right-col h2,
#block-views-municipalities-concerned-block h2,
#block-views-acces-aux-thematiques-block h2,
.page-unite-des-paysages #content h2,
.page-unite-paysages-communes #content h2,
.right-col button.nolink,
#block-views-municipalities-concerned-block button.nolink,
#block-views-acces-aux-thematiques-block button.nolink,
.page-unite-des-paysages #content button.nolink,
.page-unite-paysages-communes #content button.nolink {
  font-size: 1em;
  margin-top: 0;
  padding: 1em;
  text-transform: uppercase;
  background: none;
  color: #000;
  background-color: #cac5c5;
  border: 0;
  font-weight: 700;
  line-height: 1em;
}
.right-col .block-block,
#block-views-municipalities-concerned-block .block-block,
#block-views-acces-aux-thematiques-block .block-block,
.page-unite-des-paysages #content .block-block,
.page-unite-paysages-communes #content .block-block {
  box-sizing: border-box;
}
.right-col .block-block .block-links,
#block-views-municipalities-concerned-block .block-block .block-links,
#block-views-acces-aux-thematiques-block .block-block .block-links,
.page-unite-des-paysages #content .block-block .block-links,
.page-unite-paysages-communes #content .block-block .block-links {
  margin: 0;
  overflow: visible;
}
.right-col .block-block .block-links li,
#block-views-municipalities-concerned-block .block-block .block-links li,
#block-views-acces-aux-thematiques-block .block-block .block-links li,
.page-unite-des-paysages #content .block-block .block-links li,
.page-unite-paysages-communes #content .block-block .block-links li {
  margin: 0 -20px;
  padding: 0 20px;
}
.right-col .block-block .block-links li::before,
#block-views-municipalities-concerned-block .block-block .block-links li::before,
#block-views-acces-aux-thematiques-block .block-block .block-links li::before,
.page-unite-des-paysages #content .block-block .block-links li::before,
.page-unite-paysages-communes #content .block-block .block-links li::before {
  content: none;
}
.right-col .block-block .block-links li a,
#block-views-municipalities-concerned-block .block-block .block-links li a,
#block-views-acces-aux-thematiques-block .block-block .block-links li a,
.page-unite-des-paysages #content .block-block .block-links li a,
.page-unite-paysages-communes #content .block-block .block-links li a {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  background: url("/sites/all/themes/portail/css/images/flecheRouge.png") 48px 9px no-repeat transparent;
  background-size: 18px auto;
  display: block;
  margin: 0 -32px 0;
  color: #333333;
  padding: 7px 0 7px 80px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.right-col .block-block .block-links li a:hover,
#block-views-municipalities-concerned-block .block-block .block-links li a:hover,
#block-views-acces-aux-thematiques-block .block-block .block-links li a:hover,
.page-unite-des-paysages #content .block-block .block-links li a:hover,
.page-unite-paysages-communes #content .block-block .block-links li a:hover,
.right-col .block-block .block-links li a:focus,
#block-views-municipalities-concerned-block .block-block .block-links li a:focus,
#block-views-acces-aux-thematiques-block .block-block .block-links li a:focus,
.page-unite-des-paysages #content .block-block .block-links li a:focus,
.page-unite-paysages-communes #content .block-block .block-links li a:focus,
.right-col .block-block .block-links li a:active,
#block-views-municipalities-concerned-block .block-block .block-links li a:active,
#block-views-acces-aux-thematiques-block .block-block .block-links li a:active,
.page-unite-des-paysages #content .block-block .block-links li a:active,
.page-unite-paysages-communes #content .block-block .block-links li a:active {
  text-decoration: underline;
}
.right-col .block-block .block-links li:first-child a,
#block-views-municipalities-concerned-block .block-block .block-links li:first-child a,
#block-views-acces-aux-thematiques-block .block-block .block-links li:first-child a,
.page-unite-des-paysages #content .block-block .block-links li:first-child a,
.page-unite-paysages-communes #content .block-block .block-links li:first-child a {
  border-top: 2px solid #ffffff;
}
.right-col .block-block .block-pad,
#block-views-municipalities-concerned-block .block-block .block-pad,
#block-views-acces-aux-thematiques-block .block-block .block-pad,
.page-unite-des-paysages #content .block-block .block-pad,
.page-unite-paysages-communes #content .block-block .block-pad {
  padding: 1em;
  background: #fff;
}
.right-col .block-pad,
#block-views-municipalities-concerned-block .block-pad,
#block-views-acces-aux-thematiques-block .block-pad,
.page-unite-des-paysages #content .block-pad,
.page-unite-paysages-communes #content .block-pad {
  padding-left: 1em;
  margin: 0;
  overflow: visible;
}
.right-col .block-pad li,
#block-views-municipalities-concerned-block .block-pad li,
#block-views-acces-aux-thematiques-block .block-pad li,
.page-unite-des-paysages #content .block-pad li,
.page-unite-paysages-communes #content .block-pad li {
  margin: 0 -20px;
  padding: 0 20px;
}
.right-col .block-pad li::before,
#block-views-municipalities-concerned-block .block-pad li::before,
#block-views-acces-aux-thematiques-block .block-pad li::before,
.page-unite-des-paysages #content .block-pad li::before,
.page-unite-paysages-communes #content .block-pad li::before {
  content: none;
}
.right-col .block-pad li a,
#block-views-municipalities-concerned-block .block-pad li a,
#block-views-acces-aux-thematiques-block .block-pad li a,
.page-unite-des-paysages #content .block-pad li a,
.page-unite-paysages-communes #content .block-pad li a {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  background: url("/sites/all/themes/portail/css/images/flecheRouge.png") 48px 9px no-repeat transparent;
  background-size: 18px auto;
  display: block;
  margin: 0 -46px 0;
  color: #333333;
  padding: 7px 0 7px 80px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.right-col .block-pad li a:hover,
#block-views-municipalities-concerned-block .block-pad li a:hover,
#block-views-acces-aux-thematiques-block .block-pad li a:hover,
.page-unite-des-paysages #content .block-pad li a:hover,
.page-unite-paysages-communes #content .block-pad li a:hover,
.right-col .block-pad li a:focus,
#block-views-municipalities-concerned-block .block-pad li a:focus,
#block-views-acces-aux-thematiques-block .block-pad li a:focus,
.page-unite-des-paysages #content .block-pad li a:focus,
.page-unite-paysages-communes #content .block-pad li a:focus,
.right-col .block-pad li a:active,
#block-views-municipalities-concerned-block .block-pad li a:active,
#block-views-acces-aux-thematiques-block .block-pad li a:active,
.page-unite-des-paysages #content .block-pad li a:active,
.page-unite-paysages-communes #content .block-pad li a:active {
  text-decoration: underline;
}
.right-col .block-pad li:first-child a,
#block-views-municipalities-concerned-block .block-pad li:first-child a,
#block-views-acces-aux-thematiques-block .block-pad li:first-child a,
.page-unite-des-paysages #content .block-pad li:first-child a,
.page-unite-paysages-communes #content .block-pad li:first-child a {
  border-top: 2px solid #ffffff;
}
.right-col .menu-block-wrapper .nav-2 > ul li,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li,
.right-col .view .nav-2 > ul li,
#block-views-municipalities-concerned-block .view .nav-2 > ul li,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li,
.page-unite-des-paysages #content .view .nav-2 > ul li,
.page-unite-paysages-communes #content .view .nav-2 > ul li,
.right-col .menu-block-wrapper .item-list > ul li,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li,
.right-col .view .item-list > ul li,
#block-views-municipalities-concerned-block .view .item-list > ul li,
#block-views-acces-aux-thematiques-block .view .item-list > ul li,
.page-unite-des-paysages #content .view .item-list > ul li,
.page-unite-paysages-communes #content .view .item-list > ul li {
  padding: 1em;
  margin: 0 1em;
  border-bottom: 2px solid #ffffff;
}
.right-col .menu-block-wrapper .nav-2 > ul li.is-active-trail,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li.is-active-trail,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li.is-active-trail,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li.is-active-trail,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li.is-active-trail,
.right-col .view .nav-2 > ul li.is-active-trail,
#block-views-municipalities-concerned-block .view .nav-2 > ul li.is-active-trail,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li.is-active-trail,
.page-unite-des-paysages #content .view .nav-2 > ul li.is-active-trail,
.page-unite-paysages-communes #content .view .nav-2 > ul li.is-active-trail,
.right-col .menu-block-wrapper .item-list > ul li.is-active-trail,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li.is-active-trail,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li.is-active-trail,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li.is-active-trail,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li.is-active-trail,
.right-col .view .item-list > ul li.is-active-trail,
#block-views-municipalities-concerned-block .view .item-list > ul li.is-active-trail,
#block-views-acces-aux-thematiques-block .view .item-list > ul li.is-active-trail,
.page-unite-des-paysages #content .view .item-list > ul li.is-active-trail,
.page-unite-paysages-communes #content .view .item-list > ul li.is-active-trail {
  font-weight: bold;
}
.right-col .menu-block-wrapper .nav-2 > ul li a,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li a,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li a,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li a,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li a,
.right-col .view .nav-2 > ul li a,
#block-views-municipalities-concerned-block .view .nav-2 > ul li a,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li a,
.page-unite-des-paysages #content .view .nav-2 > ul li a,
.page-unite-paysages-communes #content .view .nav-2 > ul li a,
.right-col .menu-block-wrapper .item-list > ul li a,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li a,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li a,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li a,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li a,
.right-col .view .item-list > ul li a,
#block-views-municipalities-concerned-block .view .item-list > ul li a,
#block-views-acces-aux-thematiques-block .view .item-list > ul li a,
.page-unite-des-paysages #content .view .item-list > ul li a,
.page-unite-paysages-communes #content .view .item-list > ul li a {
  text-decoration: none;
  color: #333333;
}
.right-col .menu-block-wrapper .nav-2 > ul li a:hover,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li a:hover,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li a:hover,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li a:hover,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li a:hover,
.right-col .view .nav-2 > ul li a:hover,
#block-views-municipalities-concerned-block .view .nav-2 > ul li a:hover,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li a:hover,
.page-unite-des-paysages #content .view .nav-2 > ul li a:hover,
.page-unite-paysages-communes #content .view .nav-2 > ul li a:hover,
.right-col .menu-block-wrapper .item-list > ul li a:hover,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li a:hover,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li a:hover,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li a:hover,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li a:hover,
.right-col .view .item-list > ul li a:hover,
#block-views-municipalities-concerned-block .view .item-list > ul li a:hover,
#block-views-acces-aux-thematiques-block .view .item-list > ul li a:hover,
.page-unite-des-paysages #content .view .item-list > ul li a:hover,
.page-unite-paysages-communes #content .view .item-list > ul li a:hover,
.right-col .menu-block-wrapper .nav-2 > ul li a:focus,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li a:focus,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li a:focus,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li a:focus,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li a:focus,
.right-col .view .nav-2 > ul li a:focus,
#block-views-municipalities-concerned-block .view .nav-2 > ul li a:focus,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li a:focus,
.page-unite-des-paysages #content .view .nav-2 > ul li a:focus,
.page-unite-paysages-communes #content .view .nav-2 > ul li a:focus,
.right-col .menu-block-wrapper .item-list > ul li a:focus,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li a:focus,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li a:focus,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li a:focus,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li a:focus,
.right-col .view .item-list > ul li a:focus,
#block-views-municipalities-concerned-block .view .item-list > ul li a:focus,
#block-views-acces-aux-thematiques-block .view .item-list > ul li a:focus,
.page-unite-des-paysages #content .view .item-list > ul li a:focus,
.page-unite-paysages-communes #content .view .item-list > ul li a:focus,
.right-col .menu-block-wrapper .nav-2 > ul li a:active,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li a:active,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li a:active,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li a:active,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li a:active,
.right-col .view .nav-2 > ul li a:active,
#block-views-municipalities-concerned-block .view .nav-2 > ul li a:active,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li a:active,
.page-unite-des-paysages #content .view .nav-2 > ul li a:active,
.page-unite-paysages-communes #content .view .nav-2 > ul li a:active,
.right-col .menu-block-wrapper .item-list > ul li a:active,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li a:active,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li a:active,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li a:active,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li a:active,
.right-col .view .item-list > ul li a:active,
#block-views-municipalities-concerned-block .view .item-list > ul li a:active,
#block-views-acces-aux-thematiques-block .view .item-list > ul li a:active,
.page-unite-des-paysages #content .view .item-list > ul li a:active,
.page-unite-paysages-communes #content .view .item-list > ul li a:active {
  text-decoration: underline;
}
.right-col .menu-block-wrapper .nav-2 > ul li a.menu__link,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li a.menu__link,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li a.menu__link,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li a.menu__link,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li a.menu__link,
.right-col .view .nav-2 > ul li a.menu__link,
#block-views-municipalities-concerned-block .view .nav-2 > ul li a.menu__link,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li a.menu__link,
.page-unite-des-paysages #content .view .nav-2 > ul li a.menu__link,
.page-unite-paysages-communes #content .view .nav-2 > ul li a.menu__link,
.right-col .menu-block-wrapper .item-list > ul li a.menu__link,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li a.menu__link,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li a.menu__link,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li a.menu__link,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li a.menu__link,
.right-col .view .item-list > ul li a.menu__link,
#block-views-municipalities-concerned-block .view .item-list > ul li a.menu__link,
#block-views-acces-aux-thematiques-block .view .item-list > ul li a.menu__link,
.page-unite-des-paysages #content .view .item-list > ul li a.menu__link,
.page-unite-paysages-communes #content .view .item-list > ul li a.menu__link {
  background-image: none;
  padding-left: 0;
}
.right-col .menu-block-wrapper .nav-2 > ul li::before,
#block-views-municipalities-concerned-block .menu-block-wrapper .nav-2 > ul li::before,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .nav-2 > ul li::before,
.page-unite-des-paysages #content .menu-block-wrapper .nav-2 > ul li::before,
.page-unite-paysages-communes #content .menu-block-wrapper .nav-2 > ul li::before,
.right-col .view .nav-2 > ul li::before,
#block-views-municipalities-concerned-block .view .nav-2 > ul li::before,
#block-views-acces-aux-thematiques-block .view .nav-2 > ul li::before,
.page-unite-des-paysages #content .view .nav-2 > ul li::before,
.page-unite-paysages-communes #content .view .nav-2 > ul li::before,
.right-col .menu-block-wrapper .item-list > ul li::before,
#block-views-municipalities-concerned-block .menu-block-wrapper .item-list > ul li::before,
#block-views-acces-aux-thematiques-block .menu-block-wrapper .item-list > ul li::before,
.page-unite-des-paysages #content .menu-block-wrapper .item-list > ul li::before,
.page-unite-paysages-communes #content .menu-block-wrapper .item-list > ul li::before,
.right-col .view .item-list > ul li::before,
#block-views-municipalities-concerned-block .view .item-list > ul li::before,
#block-views-acces-aux-thematiques-block .view .item-list > ul li::before,
.page-unite-des-paysages #content .view .item-list > ul li::before,
.page-unite-paysages-communes #content .view .item-list > ul li::before {
  content: "\2794	";
  color: #cac5c5;
  font-weight: bold;
  display: inline-block;
  margin-left: -1.5em;
  position: absolute;
  background: none;
  top: auto;
  left: auto;
}
/* ===================================================================
 * ACTUALITÉ CONTEXTUALISÉE
 * =================================================================*/
#block-cd35-parametrage-block-actualite-contextualise h3 {
  font-size: 1.14285714em;
  color: #333333;
  margin-top: 0;
}
#block-cd35-parametrage-block-actualite-contextualise img {
  display: block;
}
#block-cd35-parametrage-block-actualite-contextualise a:hover {
  text-decoration: none;
}
#block-cd35-parametrage-block-actualite-contextualise .actualite-contextualise-output a {
  display: block;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#block-cd35-parametrage-block-actualite-contextualise .actualite-contextualise-output a:hover .actu-title,
#block-cd35-parametrage-block-actualite-contextualise .actualite-contextualise-output a:focus .actu-title {
  text-decoration: underline;
}
#block-cd35-parametrage-block-actualite-contextualise .actu-title {
  padding: 20px 20px 0;
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.1em;
}
#block-cd35-parametrage-block-actualite-contextualise .actu-desc {
  padding: 10px 20px 20px;
  font-size: 0.92857143em;
}
#block-cd35-parametrage-block-actualite-contextualise .actu-desc p {
  margin-bottom: 0;
}
/* ===================================================================
 * BESOIN CONTEXTUALISÉ
 * =================================================================*/
.besoin-contextualise-output {
  margin: 0;
  overflow: visible;
}
.besoin-contextualise-output li {
  margin: 0 -20px;
  padding: 0 20px;
}
.besoin-contextualise-output li::before {
  content: none;
}
.besoin-contextualise-output li a {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  background: url("/sites/all/themes/portail/css/images/flecheRouge.png") 48px 9px no-repeat transparent;
  background-size: 18px auto;
  display: block;
  margin: 0 -32px 0;
  color: #333333;
  padding: 7px 0 7px 80px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.besoin-contextualise-output li a:hover,
.besoin-contextualise-output li a:focus,
.besoin-contextualise-output li a:active {
  text-decoration: underline;
}
.besoin-contextualise-output li:first-child a {
  border-top: 2px solid #ffffff;
}
/* ===================================================================
 * DOSSIER CONTEXTUALISÉ
 * =================================================================*/
/* ===================================================================
 * NOS SERVICES PRÈS DE CHEZ VOUS
 * =================================================================*/
#block-autocomplete-form-agency-near-you .form-row {
  display: block;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  zoom: 1;
}
#block-autocomplete-form-agency-near-you .form-row::before,
#block-autocomplete-form-agency-near-you .form-row::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#block-autocomplete-form-agency-near-you .form-row::after {
  clear: both;
}
#block-autocomplete-form-agency-near-you .form-row label {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 1.1em;
}
#block-autocomplete-form-agency-near-you .form-row .form-item-communaute {
  max-width: 79%;
  float: left;
  margin: 0;
}
#block-autocomplete-form-agency-near-you .form-row .form-item-communaute input {
  border-radius: 3px 0 0 3px;
}
#block-autocomplete-form-agency-near-you .form-row .form-submit {
  float: left;
  margin: 0;
  border-radius: 0px 3px 3px 0px;
  padding: 5px;
  background-color: #cc0000;
  border: none;
}
/* ===================================================================
 * A LIRE AUSSI , PRATIQUE
 * =================================================================*/
[id*="block-views-know-more"] ul {
  margin: 0;
  overflow: visible;
}
[id*="block-views-know-more"] ul li {
  margin: 0 -20px;
  padding: 0 20px;
}
[id*="block-views-know-more"] ul li::before {
  content: none;
}
[id*="block-views-know-more"] ul li a {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  background: url("/sites/all/themes/portail/css/images/flecheRouge.png") 48px 9px no-repeat transparent;
  background-size: 18px auto;
  display: block;
  margin: 0 -32px 0;
  color: #333333;
  padding: 7px 0 7px 80px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
[id*="block-views-know-more"] ul li a:hover,
[id*="block-views-know-more"] ul li a:focus,
[id*="block-views-know-more"] ul li a:active {
  text-decoration: underline;
}
[id*="block-views-know-more"] ul li:first-child a {
  border-top: 2px solid #ffffff;
}
/* ===================================================================
 * DOCUMENT
 * =================================================================*/
#block-views-linked-content-block p {
  margin: 0;
}
#block-views-linked-content-block .block-links + p {
  padding-left: 3.6em;
}
#block-views-linked-content-block .sep div:first-of-type {
  margin-top: -1.4em;
}
#block-views-linked-content-block .asset-wrapper {
  display: block;
  margin: 0 -48px 0;
  border-top: 2px solid #ffffff;
  padding: 12px 0 12px 50px;
  background-color: transparent;
}
/* ===================================================================
 * FILTRE DEPARTEMENT
 * =================================================================*/
#ajax-target {
  opacity: initial;
  position: relative;
}
#ajax-target.loading #overlay {
  display: block;
  z-index: 10;
}
#ajax-target #overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/portail/css/images/loader.gif") rgba(245, 242, 242, 0.6) center center no-repeat;
  top: 0;
  left: 0;
}
.liste-dept .select-hidden,
.views-widget-filter-field_agency_tid .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.liste-dept .select,
.views-widget-filter-field_agency_tid .select {
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.liste-dept .select-styled,
.views-widget-filter-field_agency_tid .select-styled {
  background-color: #fff;
  padding: 16px 69px 17px 29px;
}
.liste-dept .select-styled::after,
.views-widget-filter-field_agency_tid .select-styled::after {
  background: url("/sites/all/themes/portail/css/images/select_arrow.png") no-repeat -3px 0;
  content: "";
  width: 22px;
  height: 16px;
  border: 7px solid transparent;
  position: absolute;
  top: 14px;
  right: 20px;
  transition: all ease 0.2s;
}
.liste-dept .select-styled.active::after,
.views-widget-filter-field_agency_tid .select-styled.active::after {
  transform: rotate(180deg);
}
.liste-dept .select-options,
.views-widget-filter-field_agency_tid .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
  text-align: left;
}
.liste-dept .select-options li,
.views-widget-filter-field_agency_tid .select-options li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #cacaca;
  transition: all 0.15s ease-in;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.liste-dept .select-options li:not(:first-child),
.views-widget-filter-field_agency_tid .select-options li:not(:first-child) {
  padding-left: 10px;
}
.liste-dept .select-options li:not(:first-child) .icon,
.views-widget-filter-field_agency_tid .select-options li:not(:first-child) .icon {
  display: table-cell;
  vertical-align: middle;
  background: url("/sites/all/themes/portail/css/images/bg_liste_departement.png") no-repeat 0 0;
  width: 52px;
  height: 52px;
}
.liste-dept .select-options li:first-child,
.views-widget-filter-field_agency_tid .select-options li:first-child {
  background-color: #cc0000;
  color: #fff;
}
.liste-dept .select-options li:first-child:hover,
.views-widget-filter-field_agency_tid .select-options li:first-child:hover {
  color: #fff;
  background-color: #990000;
}
.liste-dept .select-options li:first-child .icon,
.views-widget-filter-field_agency_tid .select-options li:first-child .icon {
  visibility: hidden;
}
.liste-dept .select-options li:first-child .txt,
.views-widget-filter-field_agency_tid .select-options li:first-child .txt {
  line-height: 3.8em;
  text-align: center;
}
.liste-dept .select-options li:hover,
.views-widget-filter-field_agency_tid .select-options li:hover,
.liste-dept .select-options li:focus,
.views-widget-filter-field_agency_tid .select-options li:focus {
  color: #cc0000;
}
.liste-dept .select-options li:hover .icon,
.views-widget-filter-field_agency_tid .select-options li:hover .icon,
.liste-dept .select-options li:focus .icon,
.views-widget-filter-field_agency_tid .select-options li:focus .icon {
  background: url("/sites/all/themes/portail/css/images/bg_liste_departement_hover.png") no-repeat 0 0;
}
.liste-dept .select-options li.broceliande .icon,
.views-widget-filter-field_agency_tid .select-options li.broceliande .icon {
  background-position: 0 -240px;
}
.liste-dept .select-options li.fougeres .icon,
.views-widget-filter-field_agency_tid .select-options li.fougeres .icon {
  background-position: 0 -120px;
}
.liste-dept .select-options li.redon_vallons_de_vilaine .icon,
.views-widget-filter-field_agency_tid .select-options li.redon_vallons_de_vilaine .icon {
  background-position: 0 -384px;
}
.liste-dept .select-options li.rennes .icon,
.views-widget-filter-field_agency_tid .select-options li.rennes .icon {
  background-position: 0 0;
}
.liste-dept .select-options li.saint_malo .icon,
.views-widget-filter-field_agency_tid .select-options li.saint_malo .icon {
  background-position: 0 -180px;
}
.liste-dept .select-options li.vitre .icon,
.views-widget-filter-field_agency_tid .select-options li.vitre .icon {
  background-position: 0 -60px;
}
.liste-dept .select-options li.hidden,
.views-widget-filter-field_agency_tid .select-options li.hidden {
  display: none;
}
.liste-dept .select-options li .txt,
.views-widget-filter-field_agency_tid .select-options li .txt {
  display: table-cell;
  vertical-align: middle;
}
.liste-dept .select-options li::before,
.views-widget-filter-field_agency_tid .select-options li::before {
  content: none;
}
.liste-dept .select-options li[rel="hide"],
.views-widget-filter-field_agency_tid .select-options li[rel="hide"] {
  display: none;
}
.front .liste-dept .select {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select,
.page-agenda .views-widget-filter-field_agency_tid .select {
  min-width: 230px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-styled,
.page-agenda .views-widget-filter-field_agency_tid .select-styled {
  padding: 0 39px 0 1.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13.9px;
  line-height: 2.8em;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-styled::after,
.page-agenda .views-widget-filter-field_agency_tid .select-styled::after,
.page-list-actus-all .views-widget-filter-field_agency_tid .select-styled.active::after,
.page-agenda .views-widget-filter-field_agency_tid .select-styled.active::after {
  top: 8px;
  right: 12px;
  width: 12px;
  height: 10px;
  background-size: 35px auto;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li:not(:first-child),
.page-agenda .views-widget-filter-field_agency_tid .select-options li:not(:first-child) {
  padding-left: 10px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li:not(:first-child) .txt,
.page-agenda .views-widget-filter-field_agency_tid .select-options li:not(:first-child) .txt {
  padding-left: 10px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li .icon {
  background-size: cover;
  width: 40px;
  height: 40px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li .txt,
.page-agenda .views-widget-filter-field_agency_tid .select-options li .txt {
  font-size: 12px;
  line-height: 3.6em;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li:hover,
.page-agenda .views-widget-filter-field_agency_tid .select-options li:hover,
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li:focus,
.page-agenda .views-widget-filter-field_agency_tid .select-options li:focus {
  background-size: cover;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li.rennes .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li.rennes .icon {
  background-position: 0 -4px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li.redon .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li.redon .icon {
  background-position: 0 -53px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li.vitre .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li.vitre .icon {
  background-position: 0 -52px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li.fougeres .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li.fougeres .icon {
  background-position: 0 -100px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li.saint_malo .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li.saint_malo .icon {
  background-position: 0 -150px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li.broceliande .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li.broceliande .icon {
  background-position: 0 -200px;
}
.page-list-actus-all .views-widget-filter-field_agency_tid .select-options li.redon_vallons_de_vilaine .icon,
.page-agenda .views-widget-filter-field_agency_tid .select-options li.redon_vallons_de_vilaine .icon {
  background-position: 0 -316px;
}
.fold-group .fold-all-btn {
  float: right;
  font-weight: bold;
  margin-bottom: 0.5em;
  background: #ededed;
  border: none;
  padding: 0.3em 1em;
  text-align: center;
}
.fold-group .fold-all-btn:hover,
.fold-group .fold-all-btn:focus,
.fold-group .fold-all-btn:active {
  background: #cc0000;
  color: #fff;
}
.fold-group .fold-item {
  clear: both;
  margin: 1em 0;
  overflow: hidden;
}
.fold-group .fold-trigger:link,
.fold-group .fold-trigger:visited {
  color: #333;
  display: block;
  background: url("/sites/all/themes/portail/css/images/fold-arrow.png") no-repeat 98% 50% #ededed;
  padding: 0.8em 24px 0.8em 20px;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}
.fold-group .fold-trigger:hover,
.fold-group .fold-trigger:focus,
.fold-group .fold-trigger:active,
.fold-group .fold-item-active .fold-trigger:link,
.fold-group .fold-item-active .fold-trigger:visited {
  color: #fff;
  background-color: #cc0000;
  background-image: url("/sites/all/themes/portail/css/images/fold-arrow-active.png");
  text-decoration: none;
}
.fold-group .fold-panel {
  border: 1px solid #ffcccc;
  padding: 0.5em 1em;
  overflow: hidden;
}
.fold-group .fold-title {
  margin: 0;
  font-size: 1em;
  background: none;
  padding: 0;
  line-height: normal;
}
.fold-group .fold-panel:first-child {
  margin-top: 0;
}
.js.fold-group .fold-panel {
  display: none;
}
/* ===================================================================
 *  TWITTER
 * =================================================================*/
.block-eolas-twitter .contextual-links-wrapper {
  display: none;
}
.block-eolas-twitter p {
  margin: 0 0 0.3em;
}
.block-eolas-twitter a {
  text-decoration: none;
}
.block-eolas-twitter a:hover,
.block-eolas-twitter a:focus {
  text-decoration: underline;
}
.block-eolas-twitter .retweet {
  color: #cc0000;
  font-weight: bold;
  font-style: italic;
}
.block-eolas-twitter .item {
  font-size: 0.85714286em;
  padding: 1em;
  background: #fff;
  margin-bottom: 1em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.block-eolas-twitter .itemimg {
  float: left;
  max-width: 36px;
}
.block-eolas-twitter .itemtexte {
  overflow: hidden;
  padding-left: 1em;
}
.block-eolas-twitter .auteur {
  font-weight: bold;
}
.block-eolas-twitter .auteur .title {
  font-size: 1.14285714em;
  color: #cc0000;
  margin-right: 1em;
  display: block;
}
.block-eolas-twitter .auteur .name a,
.block-eolas-twitter .auteur .date {
  color: #5C5C5C;
}
.block-eolas-twitter .auteur .name {
  display: inline-block;
}
.block-eolas-twitter .auteur .date {
  display: inline-block;
  margin-left: 1em;
}
.block-eolas-twitter .description {
  font-weight: bold;
  line-height: 1.2;
}
/* ===================================================================
 * >> DATE PICKER UI
 * =================================================================*/
#ui-datepicker-div {
  border: none;
  box-shadow: 0 0 10px #cac5c5;
  background: #fff;
}
.ui-datepicker-calendar .ui-widget-content {
  border: none;
  background-image: none;
}
.ui-datepicker-calendar th {
  background-color: #FFF;
  color: #000;
}
/* ===================================================================
 * ARTICLE
 * =================================================================*/
.node-type-article .panel-2col .tags-list + div {
  margin-top: 2em;
}
.node-type-article .panel-2col .pane-node-title + .tags-list {
  display: none;
}
.node-type-article .field-type-text-with-summary {
  clear: both;
}
.node-type-article .field-type-text-with-summary .chapeau {
  font-weight: bold;
}
.node-type-article .field-type-text-with-summary .asset {
  padding: 0;
  border: none;
  background: none;
}
.node-type-article .field-type-text-with-summary .article-encadre {
  border: 1px solid #cc0000;
  padding: 1em;
  margin: 1em 0 2em;
}
.node-type-article .field-type-text-with-summary .article-encadre h2 {
  margin: 0 0 1em;
  background: none;
}
.node-type-article .field-type-text-with-summary .article-encadre p {
  margin-bottom: 0.8em;
}
/* ===================================================================
 * RECHERCHE
 * =================================================================*/
#autocomplete {
  border: none;
}
#autocomplete ul {
  position: static;
  padding: 0 20px 5px;
  border: none;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  text-align: left;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
#autocomplete ul li {
  margin: 0;
  padding: 11px 0 9px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: url("/sites/all/themes/portail/css/images/ico_angle-right.png") 0 17px no-repeat transparent;
  background-size: 6px auto;
}
#autocomplete ul li:first-child {
  border-top: none;
}
#autocomplete ul li:hover {
  background: url("/sites/all/themes/portail/css/images/ico_angle-right.png") 0 17px no-repeat transparent;
  background-size: 6px auto;
  color: #fc6f58;
}
.page-recherche li::before {
  display: none;
}
.page-recherche .block-facetapi {
  display: table;
  margin-bottom: 1em;
}
.page-recherche .block-facetapi::after {
  content: "";
  clear: both;
  display: block;
}
.page-recherche .block-facetapi h2 {
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  min-width: 200px;
  display: table-cell;
  padding-top: 0.7em;
  vertical-align: top;
}
.page-recherche .block-facetapi .item-list {
  display: table-cell;
  vertical-align: middle;
}
.page-recherche .block-facetapi .item-list .facetapi-facetapi-links {
  margin: 0;
}
.page-recherche .block-facetapi .item-list .facetapi-facetapi-links li {
  line-height: 1.5;
  list-style-type: none;
  float: left;
}
.page-recherche .block-facetapi .item-list .facetapi-facetapi-links li a,
.page-recherche .block-facetapi .item-list .facetapi-facetapi-links li span {
  display: inline-block;
  padding: 0.3em 0.7em 0.3em;
  white-space: nowrap;
  background-color: #cc0000;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 0.9em;
  text-decoration: none;
}
.page-recherche .view-content .views-row {
  zoom: 1;
  background-color: #e6e6e6;
  margin-bottom: 2em;
}
.page-recherche .view-content .views-row::before,
.page-recherche .view-content .views-row::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-recherche .view-content .views-row::after {
  clear: both;
}
.page-recherche .view-content .views-row .views-field-type {
  list-style-type: none;
  float: right;
}
.page-recherche .view-content .views-row .views-field-type a,
.page-recherche .view-content .views-row .views-field-type span {
  display: inline-block;
  padding: 0.3em 0.7em 0.3em;
  white-space: nowrap;
  background-color: #cc0000;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 1em;
  text-decoration: none;
}
.page-recherche .view-content .views-row .views-field-title a {
  font-size: 1.3em;
  text-decoration: none;
}
.page-recherche .view-content .views-row .views-field-created {
  font-size: 0.78571429em;
  margin-bottom: 1em;
}
.page-recherche .view-content .views-row .views-field-field-thematic ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}
.page-recherche .view-content .views-row .views-field-field-thematic ul li a,
.page-recherche .view-content .views-row .views-field-field-thematic ul li span {
  display: inline-block;
  padding: 0.3em 0.7em 0.3em;
  white-space: nowrap;
  background-color: #cc0000;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 0.8em;
  text-decoration: none;
}
.page-recherche .view-content .views-row .views-field-field-visual-illustration {
  float: left;
  margin-right: 1em;
}
.page-recherche .view-content .views-row .views-field-body {
  min-height: 136px;
  overflow: hidden;
}
.page-recherche .view-content .views-row .read-more {
  list-style-type: none;
  text-align: right;
}
.page-recherche .view-content .views-row .read-more a,
.page-recherche .view-content .views-row .read-more span {
  display: inline-block;
  padding: 0.3em 0.7em 0.3em;
  white-space: nowrap;
  background-color: #cc0000;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 1em;
  text-decoration: none;
}
/* ===================================================================
 *  AGENCE TY PANEL
 * =================================================================*/
.node-type-panel .node-panel .panels-flexible-column-deux_tiers-main {
  width: 100%;
}
.node-type-panel .node-panel .block-title-rub {
  margin-top: 0;
  font-size: 1.57142857em;
  margin-bottom: 0;
}
.node-type-panel .node-panel .view-content .item-list ul li {
  padding: 0;
  margin-bottom: 3em;
}
.node-type-panel .node-panel .view-content .item-list ul li:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.node-type-panel .node-panel .view-content .item-list ul li::before {
  display: none;
}
.node-type-panel .node-panel .view-content .item-list ul li:first-child a {
  padding-top: 0;
}
.node-type-panel .node-panel .view-content .item-list ul li a {
  color: #1b1b1c;
  text-decoration: none;
  font-size: 1.28571429em;
  padding: 1.2em 0 1em;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.node-type-panel .node-panel .view-content .item-list ul li a:hover {
  text-decoration: underline;
}
.node-type-panel .node-panel .view-content .item-list ul li .views-label-body,
.node-type-panel .node-panel .view-content .item-list ul li .views-field-nid,
.node-type-panel .node-panel .view-content .item-list ul li .views-field-field-subtitle,
.node-type-panel .node-panel .view-content .item-list ul li .views-field-changed {
  display: none;
}
.node-type-panel .node-panel .field-name-field-menu-princpale {
  display: none;
}
.paragraphs-items .field-name-field-para-bundle-paragra-title .field-item,
.paragraphs-items .field-name-field-para-bundle-img-legend1 .field-item,
.paragraphs-items .field-name-field-para-bundle-file-title .field-item {
  font-size: 1.14285714em;
  font-weight: 700;
  color: #6d6a75;
  margin: 1em 0 1em;
  line-height: 1em;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item {
  margin-bottom: 10px;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset,
fieldset.field-group-fieldset {
  border: transparent;
  padding: 0;
  height: auto;
  background-color: transparent;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset:not(.collapsed) legend::before,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset:not(.collapsed) legend::before,
fieldset.field-group-fieldset:not(.collapsed) legend::before {
  display: block;
  color: #333333;
  position: absolute;
  right: 0.3em;
  top: 0em;
  bottom: 0;
  font-size: 2.5em;
  transform: rotate(90deg);
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend,
fieldset.field-group-fieldset legend {
  position: relative;
  font-size: 1em;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #cac5c5;
  text-transform: uppercase;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend .fieldset-legend,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend .fieldset-legend,
fieldset.field-group-fieldset legend .fieldset-legend {
  padding: 1em;
  width: calc(100% - 2em);
  display: inline-block;
  line-height: 1;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend .fieldset-legend .summary,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend .fieldset-legend .summary,
fieldset.field-group-fieldset legend .fieldset-legend .summary {
  display: none;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend .fieldset-legend .fieldset-title,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend .fieldset-legend .fieldset-title,
fieldset.field-group-fieldset legend .fieldset-legend .fieldset-title {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1;
  z-index: 99;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend .fieldset-legend a,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend .fieldset-legend a,
fieldset.field-group-fieldset legend .fieldset-legend a {
  color: #333333;
  text-decoration: none;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend .fieldset-legend a:hover,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend .fieldset-legend a:hover,
fieldset.field-group-fieldset legend .fieldset-legend a:hover,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend .fieldset-legend a:focus,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend .fieldset-legend a:focus,
fieldset.field-group-fieldset legend .fieldset-legend a:focus,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset legend .fieldset-legend a:active,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset legend .fieldset-legend a:active,
fieldset.field-group-fieldset legend .fieldset-legend a:active {
  color: #333333;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend,
fieldset.field-group-fieldset.collapsed legend {
  background-color: #f1f1f1;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend::before,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend::before,
fieldset.field-group-fieldset.collapsed legend::before {
  content: '\203A';
  display: block;
  color: #333333;
  position: absolute;
  right: 0.45em;
  top: -0.2em;
  bottom: 0;
  font-size: 2.5em;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend:hover,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend:hover,
fieldset.field-group-fieldset.collapsed legend:hover,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend:focus,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend:focus,
fieldset.field-group-fieldset.collapsed legend:focus,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend:active,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend:active,
fieldset.field-group-fieldset.collapsed legend:active {
  background-color: #cac5c5;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend:hover:after,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend:hover:after,
fieldset.field-group-fieldset.collapsed legend:hover:after,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend:focus:after,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend:focus:after,
fieldset.field-group-fieldset.collapsed legend:focus:after,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend:active:after,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend:active:after,
fieldset.field-group-fieldset.collapsed legend:active:after {
  color: #333333;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend span > a,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend span > a,
fieldset.field-group-fieldset.collapsed legend span > a {
  color: #6d6a75;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend span > a:hover,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend span > a:hover,
fieldset.field-group-fieldset.collapsed legend span > a:hover,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend span > a:focus,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend span > a:focus,
fieldset.field-group-fieldset.collapsed legend span > a:focus,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset.collapsed legend span > a:active,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset.collapsed legend span > a:active,
fieldset.field-group-fieldset.collapsed legend span > a:active {
  color: #333333;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset .fieldset-wrapper,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset .fieldset-wrapper,
fieldset.field-group-fieldset .fieldset-wrapper {
  padding: 10px;
  margin-top: 0;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset .fieldset-wrapper a,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset .fieldset-wrapper a,
fieldset.field-group-fieldset .fieldset-wrapper a {
  color: #333333;
}
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-paragraphe fieldset .fieldset-wrapper .embedded-video iframe,
.paragraphs-items .field-name-field-article-para-text-picture > .field-items > .field-item .paragraphs-item-bloc-media fieldset .fieldset-wrapper .embedded-video iframe,
fieldset.field-group-fieldset .fieldset-wrapper .embedded-video iframe {
  height: 360px !important;
  width: 100%;
}
.page-node .sharethis-buttons {
  display: none;
}
.page-node .contenu {
  background-color: #fff;
}
.page-node.front .contenu {
  background-color: transparent;
}
.view-liste-unite-des-paysages .views-exposed-form .views-exposed-widgets {
  display: flex;
  align-items: flex-end;
}
.view-liste-unite-des-paysages .views-exposed-form .views-exposed-widgets .views-widget-filter-field_related_towns_tid {
  max-width: 68%;
}
.view-liste-unite-des-paysages .views-exposed-form .views-exposed-widgets .form-submit {
  height: 40px;
}
.page-sitemap .content > ul li {
  padding: 1em;
  margin: 0 1em;
}
.page-sitemap .content > ul li:not(.last) {
  border-bottom: 2px solid #ffffff;
}
.page-sitemap .content > ul li button {
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  background: transparent;
  color: #333333;
}
.page-sitemap .content > ul li button:hover,
.page-sitemap .content > ul li button:focus,
.page-sitemap .content > ul li button:active {
  text-decoration: underline;
}
.page-sitemap .content > ul li a {
  text-decoration: none;
  color: #333333;
  background-image: none;
  padding-left: 0;
}
.page-sitemap .content > ul li a:hover,
.page-sitemap .content > ul li a:focus,
.page-sitemap .content > ul li a:active {
  text-decoration: underline;
}
.page-sitemap .content > ul:first-child {
  border-top: 2px solid #ffffff;
}
.page-sitemap .content > ul li:not(.expanded)::before {
  content: "\2794	";
  color: #cac5c5;
  font-weight: bold;
  display: inline-block;
  margin-left: -1.5em;
  position: absolute;
  background: none;
  top: auto;
  left: auto;
}
.page-sitemap .content > ul li.expanded::before {
  content: "\2794	";
  color: #cac5c5;
  font-weight: bold;
  display: inline-block;
  margin-left: -0.5em;
  position: absolute;
  background: none;
  top: 1.35em;
  left: auto;
  transform: rotate(0.25turn);
}
/* ===================================================================
 * > TABLETTE
 * =================================================================*/
@media (max-width: 1000px) {
  body #btnMenuMobile {
    position: absolute;
    color: #fff;
    display: block;
    top: 0;
    margin: 0.2em 0.6em;
    font-size: 2em;
    background: transparent;
    border: 0;
    margin: 6px 0 0 17px;
    padding: 0;
  }
  body .region-navigation .navigation {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110;
    background-color: #cc0000;
    transition: background-color 0.2s ease-out;
  }
  body .region-navigation .navigation .inner-search {
    max-width: 100%;
    margin: auto;
  }
  body .region-navigation .navigation .nav-1 {
    list-style: none;
    padding: 0;
    display: block;
    max-width: 100%;
    margin: auto;
  }
  body .region-navigation .navigation .nav-1 .first.home #btnMenuMobileClose {
    float: left;
    font-size: 31px;
    display: inline-block;
    padding: 0.2em;
    line-height: 1em;
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    background: transparent;
    border: 0;
    margin: 6px 0 0 6px;
    padding: 0;
  }
  body .region-navigation .navigation .nav-1 .first.home .menu__link {
    float: right;
  }
  body .region-navigation .navigation .nav-1 .first.home::before,
  body .region-navigation .navigation .nav-1 .first.home::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
  }
  body .region-navigation .navigation .nav-1 .first.home::after {
    clear: both;
  }
  body .region-navigation .navigation .nav-1 > li {
    display: block;
    text-align: left;
    vertical-align: initial;
    width: 100%;
  }
  body .region-navigation .navigation .nav-1 > li > a,
  body .region-navigation .navigation .nav-1 > li > button {
    display: block;
    padding: 16px 26px;
    font-size: 1.14285714em;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  body .region-navigation .navigation .nav-1 > li.active {
    background-color: #cac5c5;
  }
  body .region-navigation .navigation .nav-1 > li.active > a,
  body .region-navigation .navigation .nav-1 > li.active > button {
    padding: 21px 26px;
  }
  body .region-navigation .navigation .nav-1 > li.active > span {
    padding: 0.9em 0.6em;
  }
  body .region-navigation .navigation .nav-1 > li.expanded > a {
    width: auto;
  }
  body .region-navigation .navigation .nav-1 > li.expanded > button {
    width: 100%;
    line-height: 2.2em;
    text-align: left;
    border: 0;
  }
  body .region-navigation .navigation .nav-1 > li .accordeonToggle {
    float: right;
    color: #ffffff;
    clear: right;
    font-size: 1.42857143em;
  }
  body .region-navigation .navigation .nav-1 > li:not(.first)::before {
    display: none;
  }
  body .region-navigation .navigation .nav-1 > li .nav-home {
    font-size: 1.64285714em;
  }
  body .region-navigation .navigation .nav-1 > li:hover > div {
    display: none;
  }
  body .region-navigation .navigation .nav-2 {
    position: static;
    left: 0;
    top: initial;
    min-width: 100%;
    color: #fff;
    z-index: 12;
    box-sizing: border-box;
    margin: 0;
    border-top: 0;
  }
  body .region-navigation .navigation .nav-2 ul > li {
    float: none;
    width: 100%;
    padding: initial;
    box-sizing: border-box;
    background-color: #ad5d4e;
    text-align: left;
  }
  body .region-navigation .navigation .nav-2 ul > li a {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 1em;
    color: #FFF;
    padding: 16px 26px;
    border-bottom: 1px solid #cac5c5;
    background-image: none;
  }
  body .region-navigation .navigation .nav-2 ul > li a .svg {
    display: none;
  }
  body .region-navigation .navigation .nav-2 ul > li:nth-child(3n+1) {
    clear: both;
    padding-left: 0;
  }
  body .region-navigation .navigation .nav-2 ul > li:nth-child(3n+1)::before {
    display: none;
  }
  body .region-navigation .navigation .nav-2 ul > li:nth-child(3n) {
    padding-right: 0;
  }
  body .region-navigation .navigation .nav-2 ul > li:first-child::before {
    display: none;
  }
  body .region-navigation .block-search {
    display: block;
    right: 0;
    top: 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  body .region-navigation .block-search .form-item-keyword {
    background: #fff;
    margin: 0;
  }
  body .region-navigation .block-search .form-item-keyword input {
    width: 80%;
    border: none;
    margin: 0.6em;
    padding: 8px;
    line-height: initial;
  }
  body .region-navigation .block-search .form-actions {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  body .region-navigation .block-search .form-actions .form-submit {
    background: url("/sites/all/themes/portail/css/images/loupe_bleu.png") 50% no-repeat transparent;
    background-size: 84%;
    height: 25px;
    padding: 25px;
    border: 0;
    text-indent: -9999px;
  }
  body .region-navigation .block-search .form-actions .form-submit.focus {
    background: url("/sites/all/themes/portail/css/images/loupe_blanche.png") 50% no-repeat #fc6f58;
    background-size: 42%;
  }
  body .region-navigation .cd35-social-link-header,
  body .region-navigation #block-system-user-menu {
    position: static;
    top: initial;
    right: initial;
    margin: 0;
    background: #fff;
    padding: 1.4em;
    box-shadow: -1px 2px 7px 0px #000000;
  }
  body .region-navigation .cd35-social-link-header .item-list,
  body .region-navigation #block-system-user-menu .item-list {
    display: inline-block;
    margin: 0;
  }
  body .region-navigation .cd35-social-link-header .item-list a,
  body .region-navigation #block-system-user-menu .item-list a {
    width: 32px;
    height: 32px;
  }
  body .region-navigation .cd35-social-link-header .item-list + a,
  body .region-navigation #block-system-user-menu .item-list + a {
    text-decoration: none;
    color: #cc0000;
    font-weight: bold;
    float: right;
    margin: 0.7em 0;
  }
  body .region-navigation .cd35-social-link-header .item-list + a::before,
  body .region-navigation #block-system-user-menu .item-list + a::before {
    display: none;
  }
  body .region-navigation #block-system-user-menu {
    background: none;
    box-shadow: none;
  }
  body .header .accroche {
    min-height: 250px;
    margin-bottom: 0;
  }
  body .header .video-une {
    display: none;
  }
  body .header .block-search {
    display: none;
  }
  body .header .inner-content .block-views .views-submit-button .form-submit {
    background: #fff;
    color: #cac5c5;
  }
  body .mobileOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    z-index: 10;
    background-color: rgba(160, 57, 13, 0.43);
  }
  body.not-front .accroche {
    background-image: none !important;
    background-color: #cc0000 !important;
    min-height: 115px;
    border-bottom: 8px solid #ffffff;
  }
  body.not-front .accroche .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    max-width: 99%;
    box-shadow: none;
    padding: 5px 0;
  }
  body.not-front .accroche .breadcrumb .breadcrumb__list {
    overflow: scroll;
    min-height: 2.9em;
    white-space: nowrap;
    padding-right: 3em;
    padding-left: 1.2em;
  }
  body.not-front .accroche .breadcrumb .breadcrumb__list .breadcrumb__item {
    font-size: 1.28571429em;
  }
  body.not-front .accroche .breadcrumb .breadcrumb__list .breadcrumb__item a {
    color: #fff;
  }
  body.not-front .accroche .breadcrumb .breadcrumb__list .breadcrumb__item::before {
    color: #fff;
    font-size: 1.85714286em;
    position: relative;
    top: 0.1em;
  }
  body.not-front .accroche .breadcrumb .breadcrumb__list .breadcrumb__item .fa-circle {
    color: #ffffff;
    font-size: 0.57142857em;
    margin-right: 1em;
    position: relative;
    bottom: 0.3em;
  }
  body.not-front .accroche .breadcrumb .breadcrumb__list:last-child a::before {
    display: none;
  }
  body.not-front #block-cd35-parametrage-logo {
    display: none;
  }
  body .contenu .view-elus .view-content ul li {
    width: 32%;
    margin: 0 2% 2%;
  }
  body .contenu .view-elus .view-content ul li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0;
  }
  body .contenu .view-elus .view-content ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  body .contenu .view-elus .view-content ul li:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-taxonomy .contenu {
    padding: 1.8em;
  }
  body.page-taxonomy .panel-col-first {
    float: none;
    width: 100%;
  }
  body.page-taxonomy .panel-col-first .inner {
    padding-bottom: 3em;
  }
  body.page-taxonomy .panel-col-last {
    float: none;
    width: 100%;
  }
  body.page-taxonomy .panel-col-last .view-content ul li {
    margin-left: 0;
    width: 47.5%;
  }
  body.page-taxonomy .panel-col-last .view-content ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  body.page-taxonomy .view-taxonomy-term {
    box-sizing: border-box;
    width: 100%;
    float: none;
  }
  body .with-right-col,
  body .right-col {
    float: none;
    width: 100%;
  }
}
/* ===================================================================
 * > MOBILE
 * =================================================================*/
@media (max-width: 767px) {
  body.front #block-cd35-parametrage-block-en-ce-moment .liste-dept .select {
    max-width: initial;
  }
  body.front #block-cd35-parametrage-block-en-ce-moment .liste-dept ul li {
    margin: 0;
  }
  body .panels-flexible-column-deux_tiers-main,
  body .panels-flexible-column-deux_tiers-1 {
    float: none;
    width: 100%;
  }
  body.page-taxonomy .contenu {
    padding: 1.4em;
  }
  body.page-taxonomy .panel-col-first {
    float: none;
    width: 100%;
  }
  body.page-taxonomy .panel-col-first h1 {
    font-size: 1.71428571em;
  }
  body.page-taxonomy .panel-col-first .inner {
    padding-bottom: 3em;
  }
  body.page-taxonomy .panel-col-last {
    float: none;
    width: 100%;
  }
  body.page-taxonomy .panel-col-last .view-content ul li {
    margin: 0 0 1.4em;
    width: 99.5%;
    margin-bottom: 1.4em;
  }
  body.page-taxonomy .panel-col-last .view-content ul li:nth-child(2n+1) {
    margin-right: 0;
  }
  body.node-type-article-ms .field-type-entityreference > .field-items > .field-item,
  body.node-type-article-ms .field-type-entityreference > .field-items > .field-item:nth-child(odd) {
    float: none;
    width: 100%;
    margin: 0 0 5%;
  }
  body .header .inner-content {
    padding-top: 3.4em;
  }
  body .header .accroche {
    min-height: 170px;
    margin-bottom: 0;
  }
  body .header .accroche .header__logo img {
    max-height: 90px;
    max-width: 110px;
  }
  body .header #block-cd35-parametrage-logo img {
    max-width: 110px;
  }
  body .header .video-une {
    display: none;
  }
  body .header .block-search {
    display: none;
  }
  body #block-menu-menu-en-un-clic .block__title {
    margin: 25px 0;
    text-align: left;
    line-height: 1.2em;
  }
  body .contenu {
    padding: 15px;
  }
  body .view-content {
    position: relative;
    width: 100%;
  }
  body .view-content > table {
    min-width: 767px;
  }
  body .contenu .view-elus .views-exposed-widgets .views-exposed-widget,
  body .contenu .view-commpresse .views-exposed-widgets .views-exposed-widget {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  body .contenu .view-elus .views-exposed-widgets .views-exposed-widget input,
  body .contenu .view-commpresse .views-exposed-widgets .views-exposed-widget input,
  body .contenu .view-elus .views-exposed-widgets .views-exposed-widget select,
  body .contenu .view-commpresse .views-exposed-widgets .views-exposed-widget select {
    width: 100%;
  }
  body .contenu .view-elus .views-exposed-widgets .views-exposed-widget select,
  body .contenu .view-commpresse .views-exposed-widgets .views-exposed-widget select {
    background-position: calc(97.8%) center;
    padding-right: 36px;
  }
  body .contenu .view-elus .view-content ul li,
  body .contenu .view-commpresse .view-content ul li {
    width: 100%;
    margin: 0 0 5%;
  }
  body .contenu .view-elus .view-content ul li:nth-child(odd),
  body .contenu .view-commpresse .view-content ul li:nth-child(odd),
  body .contenu .view-elus .view-content ul li:nth-child(even),
  body .contenu .view-commpresse .view-content ul li:nth-child(even) {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  body .contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value {
    min-width: initial;
    margin-top: 1.2em;
  }
  body .contenu .view-commpresse .views-exposed-widgets .views-widget-filter-field_date_reference_value .views-widget > div {
    display: block;
    max-width: 100%;
  }
  body .contenu .view-commpresse .views-exposed-widgets .views-exposed-widget.views-submit-button,
  body .contenu .view-commpresse .views-exposed-widgets .views-exposed-widget.views-reset-button {
    position: static;
    right: initial;
    top: initial;
  }
  body #block-autocomplete-form-agency-near-you .form-row .form-item-communaute {
    max-width: 100%;
  }
  body .footer .inner-content {
    padding: 0;
  }
  body .footer .inner-content > div {
    width: auto;
    float: none;
    padding: 15px;
  }
  body.page-recherche .block-facetapi {
    display: block;
  }
  body.page-recherche .block-facetapi h2 {
    padding-bottom: 1em;
  }
  body.page-recherche .block-facetapi .item-list {
    display: block;
  }
  body.page-recherche .view-content .views-row .views-field-field-visual-illustration {
    float: none;
  }
  body .tableauPlaceholder {
    width: 100% !important;
    overflow: scroll !important;
  }
  body .article-encadre a {
    word-wrap: break-word;
  }
  .header img.header__logo-image-top {
    display: none;
  }
}
body.tablette .cd35-social-link-header .lien-interne {
  float: right;
  position: relative;
  top: 0;
  margin: 0;
  display: block;
  width: 50%;
  text-align: end;
}
/* ===================================================================
 * CONTENU
 * =================================================================*/
.front h1 {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  position: absolute;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.front .layout-swap {
  background-color: #f6f7f9;
}
.front .contenu {
  padding-top: 0;
}
.front .contenu ul li:before {
  content: '';
  background: none;
}
.contenu.full.agenda .block__title {
  margin-bottom: 40px;
  font-size: 1.71428571em;
  padding-bottom: 0;
  margin: 2em 0;
  color: #e20613;
  text-align: center;
  background: none;
}
/* ===================================================================
 * EN CE MOMENT
 * =================================================================*/
#block-views-actualites-block {
  margin-top: 50px;
  /*border-top: 1px solid #ebebeb;*/
  /*
   * Checkboxes coulissantes
   */
}
#block-views-actualites-block h2 {
  font-size: 1.71428571em;
  padding-bottom: 0;
  margin: 2em 0;
  text-align: center;
  background-image: none;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) {
  display: flex;
  margin: 0;
  overflow: visible;
  zoom: 1;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links)::before,
#block-views-actualites-block .view-actualites ul:not(.contextual-links)::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links)::after {
  clear: both;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) li {
  width: 32%;
  flex: 0 1 32%;
  margin: 0 2% 2%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-height: 0;
}
k #block-views-actualites-block .view-actualites ul:not(.contextual-links) li::before {
  content: none;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) li .views-field.views-field-title {
  min-height: 60px;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) li:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) .ecm-no-result {
  font-weight: bold;
  margin-top: 1em;
}
#block-views-actualites-block .view-actualites ul:not(.contextual-links) .ecm-no-result::before {
  content: none;
}
#block-views-actualites-block .views-row a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 25px;
  color: #333333;
  text-transform: none;
}
#block-views-actualites-block .views-row a:hover .views-field-field-visuel-illustratif::after {
  opacity: 1;
}
#block-views-actualites-block .views-row a:hover .views-field-field-visuel-illustratif img {
  filter: grayscale(100%);
}
#block-views-actualites-block .views-row a:focus .views-field-title {
  text-decoration: underline;
}
#block-views-actualites-block .views-row .views-field-field-visuel-illustratif {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #cc0000;
}
#block-views-actualites-block .views-row .views-field-field-visuel-illustratif .field-content a::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#block-views-actualites-block .views-row .views-field-field-visuel-illustratif .field-content a::after {
  content: "";
  background: url("/sites/all/themes/portail/css/images/croix-hover.svg") 50% 50% no-repeat transparent;
  background-size: 48px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
#block-views-actualites-block .views-row .views-field-field-visuel-illustratif .field-content a img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  filter: grayscale(0);
  transition: all 0.3s;
}
#block-views-actualites-block .views-row .views-field-title {
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.25;
  margin: 15px 20px 5px;
  text-transform: uppercase;
}
#block-views-actualites-block .views-row .views-field-body {
  margin: 10px 20px 15px;
  padding: 10px 0 0;
  border-top: 1px solid #ebebeb;
}
#block-views-actualites-block [data-type="actualite"] .ecm-date-actualite {
  font-size: 0.92857143em;
  margin: 0 20px;
  line-height: 1.25;
  font-style: italic;
  text-transform: lowercase;
  display: none;
}
#block-views-actualites-block [data-type="agenda"] .ecm-date-evenement {
  font-size: 0.85714286em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  line-height: 1.25;
  margin-top: 56.25%;
  padding: 5px 10px;
  text-transform: lowercase;
  font-weight: 700;
  color: #fff;
  background-color: #cc0000;
}
#block-views-actualites-block [data-type="agenda"] .views-field-title {
  margin-top: 25px;
}
#block-views-actualites-block .ecm-no-result {
  padding: 10px;
  text-align: center;
  color: #fc6f58;
}
#block-views-actualites-block form {
  /* on prépare le label */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* Couleur du label (si cochée) */
  /* on style aussi le label quand désactivé */
}
#block-views-actualites-block form [type="checkbox"]:not(:checked) + label,
#block-views-actualites-block form [type="checkbox"]:checked + label {
  padding-left: 50px;
}
#block-views-actualites-block form [type="checkbox"]:not(:checked) + label:before,
#block-views-actualites-block form [type="checkbox"]:checked + label:before {
  width: 46px;
  height: 24px;
  border: none;
  border-radius: 20px;
}
#block-views-actualites-block form [type="checkbox"]:not(:checked) + label:after,
#block-views-actualites-block form [type="checkbox"]:checked + label:after {
  content: "(oui)";
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
  text-indent: 100%;
  overflow: hidden;
  background-color: #fc6f58;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border-radius: 100%;
}
#block-views-actualites-block form [type="checkbox"]:not(:checked) + label:after {
  opacity: 1;
  left: 2px;
  content: "(non)";
  transform: scale(1);
  background-image: url("/sites/all/themes/portail/css/images/checkbox-non.png");
  background-color: #999;
}
#block-views-actualites-block form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  left: 24px;
  background-image: url("/sites/all/themes/portail/css/images/checkbox-oui.png");
}
#block-views-actualites-block form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#block-views-actualites-block form [type="checkbox"]:disabled + label {
  color: #aaa;
}
#block-views-actualites-block a:hover img {
  filter: grayscale(100%) !important;
}
#block-views-actualites-block .bouton-droite {
  text-align: center;
  margin-top: 20px;
}
#block-views-actualites-block .bouton-all {
  font-size: 1em;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  display: inline-block;
}
#block-views-actualites-block .bouton-all:hover,
#block-views-actualites-block .bouton-all:focus,
#block-views-actualites-block .bouton-all:active {
  color: #cc0000;
  background-color: #fff;
}
/* ===================================================================
 * > MOBILE
 * =================================================================*/
@media (max-width: 767px) {
  /* EN CE MOMENT */
  #block-views-actualites-block {
    margin-top: calc(1.428em);
  }
  #block-views-actualites-block .view-actualites ul:not(.contextual-links) {
    flex-wrap: wrap;
    justify-content: center;
  }
  #block-views-actualites-block .view-actualites ul:not(.contextual-links) li {
    width: 100%;
    flex: 0 1 100%;
    margin: 0 0 calc(1.428em);
    padding: 0;
    min-height: 0;
  }
  #block-views-actualites-block .view-actualites ul:not(.contextual-links) li:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
h2.block__title {
  font-size: 1.71428571em;
}
/* ===================================================================
 * BLOC PRES DE CHEZ VOUS HOMEPAGE
 * =================================================================*/
#block-cd35-config-block-services-near-you {
  background: #cc0000;
  padding-top: 20px;
  margin-top: 50px;
}
#block-cd35-config-block-services-near-you h2,
#block-cd35-config-block-services-near-you h4 {
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  background: none;
  margin-top: 0;
}
#block-cd35-config-block-services-near-you h4 {
  text-align: center;
  margin: 1.5rem auto;
}
#block-cd35-config-block-services-near-you .contenu {
  position: relative;
  padding: 0;
}
#block-cd35-config-block-services-near-you .fullscreen-map {
  color: #FFF;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
#block-cd35-config-block-services-near-you .fullscreen-map a {
  color: #FFF;
  text-decoration: none;
}
#block-cd35-config-block-services-near-you form {
  margin-bottom: 1.5rem;
}
#block-cd35-config-block-services-near-you form > div {
  display: flex;
}
#block-cd35-config-block-services-near-you form .form-row {
  display: flex;
  flex: 0 1 65%;
  border: 2px solid #ffffff;
  margin-right: 1.5rem;
}
#block-cd35-config-block-services-near-you form .form-item {
  margin: 0;
  flex: 1 1 auto;
}
#block-cd35-config-block-services-near-you form .form-item #autocomplete li {
  white-space: normal;
}
#block-cd35-config-block-services-near-you form .form-item #autocomplete li::before {
  content: none;
}
#block-cd35-config-block-services-near-you form input {
  height: 45px;
}
#block-cd35-config-block-services-near-you form input[name="communaute"] {
  width: 100%;
  border: none;
  border-radius: 0px;
}
#block-cd35-config-block-services-near-you form input.form-submit {
  flex: 0 1 auto;
  padding: 0;
  background: url("/sites/all/themes/portail/css/images/loupe_orange.png") 65% 50% no-repeat #ffffff;
  width: 80px;
  border: none;
}
#block-cd35-config-block-services-near-you form input.form-submit:before {
  color: transparent;
}
#block-cd35-config-block-services-near-you form a {
  flex: 1 1 25%;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #cc0000;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s, color 0.3s;
  margin-left: 10px;
  padding: 0.85em 0;
  margin-right: 10px;
}
#block-cd35-config-block-services-near-you form a:hover {
  color: #cc0000;
  border-color: #fc6f58;
}
#block-cd35-config-block-services-near-you form a:focus {
  background-color: #ffffff;
  color: #cc0000;
}
#block-cd35-config-block-services-near-you .map {
  background-image: url(/sites/mdph/themes/mdph/css/sites/all/themes/portail/css/home.inc.less/images/map_hp_iev.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2296a6;
  height: 356px;
}
@media only screen and (max-width: 767px) {
  #block-cd35-config-block-services-near-you .contenu {
    overflow: unset;
  }
  #block-cd35-config-block-services-near-you form {
    display: inline-block;
    position: relative;
    right: auto;
    top: 0;
  }
  #block-cd35-config-block-services-near-you form > div {
    display: block;
  }
  #block-cd35-config-block-services-near-you form .form-row {
    margin: 0 auto 1.5rem auto;
  }
  #block-cd35-config-block-services-near-you form .form-row .form-item {
    font-size: 0.9em;
  }
  #block-cd35-config-block-services-near-you form input.form-submit {
    width: 15%;
  }
  #block-cd35-config-block-services-near-you form a {
    display: block;
    width: 100%;
  }
  #block-cd35-config-block-services-near-you .map {
    display: none;
  }
}
#liste-posts-rs {
  display: flex;
  flex-wrap: wrap;
}
/* ===================================================================
 * BLOC - MUR RESEAUX SOCIAUX
 * =================================================================*/
#block-views-socialwall-block .logo-rs {
  display: inline-block;
  vertical-align: middle;
}
#block-views-socialwall-block .logo-rs-facebook {
  fill: #3b5998;
}
#block-views-socialwall-block .logo-rs-twitter {
  fill: #00acee;
}
#block-views-socialwall-block .logo-rs-instagram {
  fill: #e43c31;
}
#block-views-socialwall-block .titre-rs {
  color: #fff;
  font-size: 1.5rem;
  left: 5px;
  top: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5rem;
}
#block-views-socialwall-block .titre-rs-facebook {
  background: #3b5998;
}
#block-views-socialwall-block .fa-twitter::before {
  font-size: 2rem;
  font-family: FontAwesome;
  margin-right: 10px;
}
#block-views-socialwall-block .titre-rs-instagram {
  background: #e43c31;
}
#block-views-socialwall-block .grid-sizer,
#block-views-socialwall-block .grid-item {
  margin: 0 5px 0 5px;
  padding: 1.5rem;
  color: #ffffff;
}
#block-views-socialwall-block .grid-sizer.twitter,
#block-views-socialwall-block .grid-item.twitter {
  background-color: #00acee;
}
#block-views-socialwall-block .grid-item {
  background: #fff;
  position: relative;
  flex: 1 1 19%;
}
#block-views-socialwall-block .grid-item a {
  color: #ffffff;
}
#block-views-socialwall-block .grid-item:first-child {
  margin-left: 0;
}
#block-views-socialwall-block .grid-item:last-child {
  margin-right: 0;
}
#block-views-socialwall-block .grid-item .tw-date {
  font-weight: 700;
  margin-bottom: 5px;
}
#block-views-socialwall-block .grid-item .tw-medias {
  margin: 1rem 0;
  -webkit-transition: all 0.5s 0s ease-in;
  -moz-transition: all 0.5s 0s ease-in;
  -o-transition: all 0.5s 0s ease-in;
  transition: all 0.5s 0s ease-in;
}
#block-views-socialwall-block .grid-item .tw-medias:hover {
  filter: grayscale(100%);
}
#block-views-socialwall-block .block__title {
  margin-bottom: 40px;
  font-size: 1.42857143em;
  padding-bottom: 0;
  margin: 2em 0;
  background: none;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #block-views-socialwall-block .grid-sizer {
    width: 25%;
  }
  #block-views-socialwall-block .grid-item--height2 {
    height: 100px;
  }
  #block-views-socialwall-block .grid-item--height3 {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-socialwall-block .grid-sizer {
    width: 33%;
  }
  #block-views-socialwall-block .grid-item {
    flex: 1 1 auto;
    width: 100%;
    margin: 1rem 0 auto;
  }
}
#block-cd35-parametrage-restons-connectes h2 {
  background: none;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 5px;
}
#block-cd35-parametrage-restons-connectes h4 {
  margin-top: 15px;
  margin-bottom: 0px;
}
#block-cd35-parametrage-restons-connectes h2.block__title {
  margin-bottom: 40px;
  font-size: 1.71428571em;
  padding-bottom: 0;
  color: #cc0000;
}
.restons-connectes-output p {
  color: #ffffff;
  line-height: 1.2em;
  padding: 0px;
  font-weight: normal;
  margin-bottom: 0;
}
.restons-connectes .inner-content.contenu.full {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.restons-connectes-output img {
  width: 100%;
  max-height: 190px;
}
.restons-connectes {
  background-color: #cc0000;
  padding: 1px 0 0 0;
  margin: 0;
  line-height: 0;
}
/* ===================================================================
 * BLOC ACTU HOMEPAGE
 * =================================================================*/
#block-views-actualites-block .views-row .views-field-field-visuel-illustratif {
  height: 170px;
}
#block-views-actualites-block .views-row .views-field-field-visuel-illustratif .field-content a img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  filter: grayscale(0);
  transition: all 0.3s;
  height: 100%;
}
/* ===================================================================
 * Alert block
 * =================================================================*/
.front .view-view-alerte {
  margin: 2em 0px 2em 0px;
}
.view-view-alerte {
  margin: 0em 0px 2em 0px;
  display: flex;
  flex-direction: row;
}
.view-view-alerte .view-content {
  width: 100%;
}
.view-view-alerte .view-content .views-row .views-field-title a {
  font-size: 1em;
}
.view-view-alerte #accordion {
  border: 2px solid #ff0000;
  width: 100%;
}
.view-view-alerte #accordion .panel-title {
  font-size: 1.2em;
}
.view-view-alerte #accordion .panel-title a {
  display: block;
  color: #333333;
  text-decoration: none;
  border-left: 3rem #ff0000 inset;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.view-view-alerte #accordion .panel-title:after {
  content: "";
  clear: both;
}
.view-view-alerte #accordion .views-field-body {
  padding: 2em;
  display: inline-block;
}
.view-view-alerte #accordion .views-field-body:before {
  content: "\f071";
  font-family: 'FontAwesome';
  color: #ff0000;
  font-size: 4.5em;
  display: block;
  height: 100%;
  left: 1rem;
  margin-left: -1.75rem;
  margin-top: -2rem;
  float: left;
  width: 10%;
  text-align: center;
}
.view-view-alerte #accordion .views-field-body .field-content {
  float: right;
  width: 90%;
}
.view-view-alerte #accordion .views-field-body:after {
  content: "";
  clear: both;
}
.view-view-alerte .panel-default > .panel-heading a {
  display: block;
  padding: 10px;
  font-weight: 400;
}
.view-view-alerte .panel-default > .panel-heading a:before {
  content: "";
  top: 2px;
  left: -1.35em;
  display: block;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  display: inline-block;
  padding: 0 10px 3px 10px;
  margin: 0 1.2rem 0 -3.2rem;
}
.view-view-alerte .panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #e6e6e6;
}
.view-view-alerte .panel-default > .panel-heading {
  background-color: #e6e6e6;
}
.view-view-alerte .panel-default > .panel-heading a[aria-expanded="true"]:before {
  content: "\f106";
  top: -2px;
  margin: 0 1.2rem 0 -3.2rem;
}
.view-view-alerte .panel-default > .panel-heading a[aria-expanded="false"]:before {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 1.2rem 0 -3.2rem;
}
/* ===================================================================
 * >> BANDEAU HAUT
 * =================================================================*/
.header {
  position: relative;
}
.header .accroche {
  min-height: 400px;
  margin-bottom: -63px;
}
.header .video-une {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .video-une .accueil_slider_video {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
}
.header .logo-wrapper {
  max-width: 235px;
  padding: 5%;
  margin: auto;
}
.header .logo-wrapper .logo {
  margin: 0 10px 0 0;
  padding: 0;
}
.header .inner-content {
  position: relative;
  padding: 0;
  padding-top: 2em;
}
.header .inner-content .logo {
  display: flex;
  justify-content: center;
}
.header .inner-content #block-views-exp-recherche-page {
  margin: 1.2em 0 ;
}
.header .inner-content #block-views-exp-recherche-page #edit-query-wrapper {
  padding: 0;
  padding-right: 0;
  max-width: 446px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.header .inner-content #block-views-exp-recherche-page #edit-query-wrapper input {
  border: none;
  padding: 0.9em 20px;
  height: inherit;
  width: 100%;
  background: transparent;
  font-size: 0.85714286em;
  color: #cc0000;
  line-height: initial;
  padding-right: 3.6em;
  background: url("/sites/all/themes/portail/css/images/loupe_orange.png") 97% 50% no-repeat transparent;
}
.header .inner-content #block-views-exp-recherche-page .form-actions {
  text-align: center;
  margin-top: 16px;
  margin-left: 0;
}
.header .inner-content #block-views-exp-recherche-page .form-actions .form-item-keyword,
.header .inner-content #block-views-exp-recherche-page .form-actions .form-submit {
  display: inline-block;
}
.header .inner-content #block-views-exp-recherche-page .form-actions .form-submit {
  padding: 8px 18px;
}
.header .inner-content #block-views-exp-recherche-page .form-actions .form-item-keyword {
  opacity: 0.8;
}
.header .inner-content .block-views {
  margin: 1.2em 0 ;
}
.header .inner-content .block-views .views-widget-filter-search_api_views_fulltext {
  padding: 0;
  max-width: 446px;
  margin: 0 auto;
  float: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.header .inner-content .block-views .views-widget-filter-search_api_views_fulltext input {
  border: none;
  padding: 0.9em 20px;
  padding-right: 3.6em;
  height: inherit;
  width: 100%;
  background: transparent;
  font-size: 0.85714286em;
  color: #2296a6;
  line-height: initial;
  background-repeat: no-repeat;
  background-position: 100% center;
  background: url("/sites/all/themes/portail/css/images/loupe_orange.png") 97% 50% no-repeat transparent;
}
.header .inner-content .block-views .views-submit-button {
  text-align: center;
  margin-top: 16px;
  margin-left: 0;
  float: none;
  padding: 0;
}
.header .inner-content .block-views .views-submit-button .form-submit {
  margin-top: 0;
  padding: 8px 18px;
}
#autocomplete {
  border: 1px solid #ccc;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  /* width: auto !important; */
  width: 40%;
}
#block-cd35-parametrage-logo {
  text-align: center;
}
.cd35-social-link-header,
#block-system-user-menu {
  position: absolute;
  top: 1em;
  right: 1em;
}
.cd35-social-link-header .item-list,
#block-system-user-menu .item-list {
  text-align: center;
  margin: 1em 0;
}
.cd35-social-link-header .item-list li,
#block-system-user-menu .item-list li {
  display: inline-block;
  margin-left: 0.3em;
}
.cd35-social-link-header .item-list li.first,
#block-system-user-menu .item-list li.first {
  margin-left: 0;
}
.cd35-social-link-header .item-list a,
#block-system-user-menu .item-list a {
  display: block;
  width: 2.35em;
  height: 2.35em;
  text-indent: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #cc0000;
}
.cd35-social-link-header .item-list a:hover,
#block-system-user-menu .item-list a:hover,
.cd35-social-link-header .item-list a:focus,
#block-system-user-menu .item-list a:focus,
.cd35-social-link-header .item-list a:active,
#block-system-user-menu .item-list a:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.cd35-social-link-header .item-list a[href*=facebook],
#block-system-user-menu .item-list a[href*=facebook] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%23A0390D' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M288,176v-64c0-17.664,14.336-32,32-32h32V0h-64c-53.024,0-96,42.976-96,96v80h-64v80h64v256h96V256h64l32-80H288z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 1.35em;
}
.cd35-social-link-header .item-list a[href*=twitter],
#block-system-user-menu .item-list a[href*=twitter] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%23A0390D' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016 c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992 c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056 c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152 c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792 c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44 C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568 C480.224,136.96,497.728,118.496,512,97.248z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 1.35em;
}
.cd35-social-link-header .item-list a[href*=instagram],
#block-system-user-menu .item-list a[href*=instagram] {
  background-image: url("data:image/svg+xml,%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23A0390D'%3E%3Ctitle%3EInstagram icon%3C/title%3E%3Cpath d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/%3E%3C/svg%3E%0A");
  background-size: 1.35em;
}
.cd35-social-link-header .item-list a[href*=linkedin],
#block-system-user-menu .item-list a[href*=linkedin] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg fill='%23A0390D' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30px' height='30px'%3E%3Cpath d='M9,25H4V10h5V25z M6.501,8C5.118,8,4,6.879,4,5.499S5.12,3,6.501,3C7.879,3,9,4.121,9,5.499C9,6.879,7.879,8,6.501,8z M27,25h-4.807v-7.3c0-1.741-0.033-3.98-2.499-3.98c-2.503,0-2.888,1.896-2.888,3.854V25H12V9.989h4.614v2.051h0.065 c0.642-1.18,2.211-2.424,4.551-2.424c4.87,0,5.77,3.109,5.77,7.151C27,16.767,27,25,27,25z'/%3E%3C/svg%3E");
  background-size: 1.35em;
}
.cd35-social-link-header li,
#block-system-user-menu li {
  text-align: right;
}
.cd35-social-link-header .lien-interne a,
#block-system-user-menu .lien-interne a,
.cd35-social-link-header .menu a,
#block-system-user-menu .menu a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #cc0000;
  padding: 0.5em;
}
.cd35-social-link-header .lien-interne a::before,
#block-system-user-menu .lien-interne a::before,
.cd35-social-link-header .menu a::before,
#block-system-user-menu .menu a::before {
  content: url("/sites/all/themes/portail/css/images/angle_blanc.png");
  width: 8px;
  height: 11px;
  display: inline-block;
  margin: 0 0.4em;
}
.cd35-social-link-header .lien-interne a:hover,
#block-system-user-menu .lien-interne a:hover,
.cd35-social-link-header .menu a:hover,
#block-system-user-menu .menu a:hover,
.cd35-social-link-header .lien-interne a:focus,
#block-system-user-menu .lien-interne a:focus,
.cd35-social-link-header .menu a:focus,
#block-system-user-menu .menu a:focus,
.cd35-social-link-header .lien-interne a:active,
#block-system-user-menu .lien-interne a:active,
.cd35-social-link-header .menu a:active,
#block-system-user-menu .menu a:active {
  text-decoration: underline;
}
#block-system-user-menu {
  top: 8.25em;
}
/* ===================================================================
 * MENU PRINCIPAL
 * =================================================================*/
.navigation {
  display: block;
  clear: both;
  padding: 0;
  background-color: rgba(204, 0, 0, 0.6);
  position: relative;
}
.navigation .nav-1 > li:nth-child(2) > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 7px solid transparent;
}
.navigation .nav-1 > li:nth-child(2) > button:focus {
  outline: 0;
}
.navigation .nav-1 > li:nth-child(2):hover > a,
.navigation .nav-1 > li:nth-child(2):focus > a,
.navigation .nav-1 > li:nth-child(2):active > a,
.navigation .nav-1 > li:nth-child(2):hover > button,
.navigation .nav-1 > li:nth-child(2):focus > button,
.navigation .nav-1 > li:nth-child(2):active > button {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 7px solid #ffffff;
}
.navigation .nav-1 > li:nth-child(2) .nav-2 li a:hover,
.navigation .nav-1 > li:nth-child(2) .nav-2 li a:focus,
.navigation .nav-1 > li:nth-child(2) .nav-2 li a:active {
  color: #cc0000;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(2) .nav-2 li a:hover,
  .navigation .nav-1 > li:nth-child(2) .nav-2 li a:focus,
  .navigation .nav-1 > li:nth-child(2) .nav-2 li a:active {
    color: #ffffff;
  }
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(2):hover > a,
  .navigation .nav-1 > li:nth-child(2):focus > a,
  .navigation .nav-1 > li:nth-child(2):active > a,
  .navigation .nav-1 > li:nth-child(2):hover > button,
  .navigation .nav-1 > li:nth-child(2):focus > button,
  .navigation .nav-1 > li:nth-child(2):active > button {
    color: #ffffff !important;
    border: 0;
    background-color: #cac5c5;
  }
  .navigation .nav-1 > li:nth-child(2):hover > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(2):focus > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(2):active > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(2):hover > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(2):focus > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(2):active > button + div.nav-2 {
    border-top: 0;
  }
  .navigation .nav-1 > li:nth-child(2):hover .accordeonToggle,
  .navigation .nav-1 > li:nth-child(2):focus .accordeonToggle,
  .navigation .nav-1 > li:nth-child(2):active .accordeonToggle {
    color: #ffffff !important;
  }
}
.navigation .nav-1 > li:nth-child(3) > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 7px solid transparent;
}
.navigation .nav-1 > li:nth-child(3) > button:focus {
  outline: 0;
}
.navigation .nav-1 > li:nth-child(3):hover > a,
.navigation .nav-1 > li:nth-child(3):focus > a,
.navigation .nav-1 > li:nth-child(3):active > a,
.navigation .nav-1 > li:nth-child(3):hover > button,
.navigation .nav-1 > li:nth-child(3):focus > button,
.navigation .nav-1 > li:nth-child(3):active > button {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 7px solid #ffffff;
}
.navigation .nav-1 > li:nth-child(3) .nav-2 li a:hover,
.navigation .nav-1 > li:nth-child(3) .nav-2 li a:focus,
.navigation .nav-1 > li:nth-child(3) .nav-2 li a:active {
  color: #cc0000;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(3) .nav-2 li a:hover,
  .navigation .nav-1 > li:nth-child(3) .nav-2 li a:focus,
  .navigation .nav-1 > li:nth-child(3) .nav-2 li a:active {
    color: #ffffff;
  }
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(3):hover > a,
  .navigation .nav-1 > li:nth-child(3):focus > a,
  .navigation .nav-1 > li:nth-child(3):active > a,
  .navigation .nav-1 > li:nth-child(3):hover > button,
  .navigation .nav-1 > li:nth-child(3):focus > button,
  .navigation .nav-1 > li:nth-child(3):active > button {
    color: #ffffff !important;
    border: 0;
    background-color: #cac5c5;
  }
  .navigation .nav-1 > li:nth-child(3):hover > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(3):focus > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(3):active > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(3):hover > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(3):focus > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(3):active > button + div.nav-2 {
    border-top: 0;
  }
  .navigation .nav-1 > li:nth-child(3):hover .accordeonToggle,
  .navigation .nav-1 > li:nth-child(3):focus .accordeonToggle,
  .navigation .nav-1 > li:nth-child(3):active .accordeonToggle {
    color: #ffffff !important;
  }
}
.navigation .nav-1 > li:nth-child(4) > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 7px solid transparent;
}
.navigation .nav-1 > li:nth-child(4) > button:focus {
  outline: 0;
}
.navigation .nav-1 > li:nth-child(4):hover > a,
.navigation .nav-1 > li:nth-child(4):focus > a,
.navigation .nav-1 > li:nth-child(4):active > a,
.navigation .nav-1 > li:nth-child(4):hover > button,
.navigation .nav-1 > li:nth-child(4):focus > button,
.navigation .nav-1 > li:nth-child(4):active > button {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 7px solid #ffffff;
}
.navigation .nav-1 > li:nth-child(4) .nav-2 li a:hover,
.navigation .nav-1 > li:nth-child(4) .nav-2 li a:focus,
.navigation .nav-1 > li:nth-child(4) .nav-2 li a:active {
  color: #cc0000;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(4) .nav-2 li a:hover,
  .navigation .nav-1 > li:nth-child(4) .nav-2 li a:focus,
  .navigation .nav-1 > li:nth-child(4) .nav-2 li a:active {
    color: #ffffff;
  }
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(4):hover > a,
  .navigation .nav-1 > li:nth-child(4):focus > a,
  .navigation .nav-1 > li:nth-child(4):active > a,
  .navigation .nav-1 > li:nth-child(4):hover > button,
  .navigation .nav-1 > li:nth-child(4):focus > button,
  .navigation .nav-1 > li:nth-child(4):active > button {
    color: #ffffff !important;
    border: 0;
    background-color: #cac5c5;
  }
  .navigation .nav-1 > li:nth-child(4):hover > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(4):focus > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(4):active > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(4):hover > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(4):focus > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(4):active > button + div.nav-2 {
    border-top: 0;
  }
  .navigation .nav-1 > li:nth-child(4):hover .accordeonToggle,
  .navigation .nav-1 > li:nth-child(4):focus .accordeonToggle,
  .navigation .nav-1 > li:nth-child(4):active .accordeonToggle {
    color: #ffffff !important;
  }
}
.navigation .nav-1 > li:nth-child(5) > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 7px solid transparent;
}
.navigation .nav-1 > li:nth-child(5) > button:focus {
  outline: 0;
}
.navigation .nav-1 > li:nth-child(5):hover > a,
.navigation .nav-1 > li:nth-child(5):focus > a,
.navigation .nav-1 > li:nth-child(5):active > a,
.navigation .nav-1 > li:nth-child(5):hover > button,
.navigation .nav-1 > li:nth-child(5):focus > button,
.navigation .nav-1 > li:nth-child(5):active > button {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 7px solid #ffffff;
}
.navigation .nav-1 > li:nth-child(5) .nav-2 li a:hover,
.navigation .nav-1 > li:nth-child(5) .nav-2 li a:focus,
.navigation .nav-1 > li:nth-child(5) .nav-2 li a:active {
  color: #cc0000;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(5) .nav-2 li a:hover,
  .navigation .nav-1 > li:nth-child(5) .nav-2 li a:focus,
  .navigation .nav-1 > li:nth-child(5) .nav-2 li a:active {
    color: #ffffff;
  }
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(5):hover > a,
  .navigation .nav-1 > li:nth-child(5):focus > a,
  .navigation .nav-1 > li:nth-child(5):active > a,
  .navigation .nav-1 > li:nth-child(5):hover > button,
  .navigation .nav-1 > li:nth-child(5):focus > button,
  .navigation .nav-1 > li:nth-child(5):active > button {
    color: #ffffff !important;
    border: 0;
    background-color: #cac5c5;
  }
  .navigation .nav-1 > li:nth-child(5):hover > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(5):focus > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(5):active > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(5):hover > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(5):focus > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(5):active > button + div.nav-2 {
    border-top: 0;
  }
  .navigation .nav-1 > li:nth-child(5):hover .accordeonToggle,
  .navigation .nav-1 > li:nth-child(5):focus .accordeonToggle,
  .navigation .nav-1 > li:nth-child(5):active .accordeonToggle {
    color: #ffffff !important;
  }
}
.navigation .nav-1 > li:nth-child(6) > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 7px solid transparent;
}
.navigation .nav-1 > li:nth-child(6) > button:focus {
  outline: 0;
}
.navigation .nav-1 > li:nth-child(6):hover > a,
.navigation .nav-1 > li:nth-child(6):focus > a,
.navigation .nav-1 > li:nth-child(6):active > a,
.navigation .nav-1 > li:nth-child(6):hover > button,
.navigation .nav-1 > li:nth-child(6):focus > button,
.navigation .nav-1 > li:nth-child(6):active > button {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 7px solid #ffffff;
}
.navigation .nav-1 > li:nth-child(6) .nav-2 li a:hover,
.navigation .nav-1 > li:nth-child(6) .nav-2 li a:focus,
.navigation .nav-1 > li:nth-child(6) .nav-2 li a:active {
  color: #cc0000;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(6) .nav-2 li a:hover,
  .navigation .nav-1 > li:nth-child(6) .nav-2 li a:focus,
  .navigation .nav-1 > li:nth-child(6) .nav-2 li a:active {
    color: #ffffff;
  }
}
@media (max-width: 1000px) {
  .navigation .nav-1 > li:nth-child(6):hover > a,
  .navigation .nav-1 > li:nth-child(6):focus > a,
  .navigation .nav-1 > li:nth-child(6):active > a,
  .navigation .nav-1 > li:nth-child(6):hover > button,
  .navigation .nav-1 > li:nth-child(6):focus > button,
  .navigation .nav-1 > li:nth-child(6):active > button {
    color: #ffffff !important;
    border: 0;
    background-color: #cac5c5;
  }
  .navigation .nav-1 > li:nth-child(6):hover > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(6):focus > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(6):active > a + div.nav-2,
  .navigation .nav-1 > li:nth-child(6):hover > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(6):focus > button + div.nav-2,
  .navigation .nav-1 > li:nth-child(6):active > button + div.nav-2 {
    border-top: 0;
  }
  .navigation .nav-1 > li:nth-child(6):hover .accordeonToggle,
  .navigation .nav-1 > li:nth-child(6):focus .accordeonToggle,
  .navigation .nav-1 > li:nth-child(6):active .accordeonToggle {
    color: #ffffff !important;
  }
}
.navigation .home {
  width: 55px;
}
.navigation .nav-1 .recherche {
  font-size: 1.42857143em;
}
.navigation .nav-1 .recherche span {
  display: inline-block;
  text-indent: -9999px;
}
.navigation .nav-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  max-width: 1024px;
  margin: auto;
  position: relative;
  height: 100%;
}
.navigation .nav-1 > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 100%;
}
.navigation .nav-1 > li > a,
.navigation .nav-1 > li > button {
  display: block;
  padding: 7px 12px 0px 12px;
  height: 100%;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.navigation .nav-1 > li.expanded > a,
.navigation .nav-1 > li.expanded > button {
  border-bottom: 7px solid transparent;
}
.navigation .nav-1 > li.expanded > a:focus,
.navigation .nav-1 > li.expanded > button:focus {
  border: 1px solid !important;
}
.navigation .nav-1 > li.rub-accueil,
.navigation .nav-1 > li.recherche {
  vertical-align: middle;
}
.navigation .nav-1 > li .nav-home {
  font-size: 1.64285714em;
}
.navigation .nav-1 > li:hover > div {
  display: block;
}
.navigation .nav-1 > li.home {
  line-height: 56px;
}
.navigation .nav-1 > li:not(.first)::before {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 1px;
  border-left: 1px solid #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation .nav-2 {
  display: none;
  position: absolute;
  left: 0;
  min-width: 1024px;
  color: #fff;
  z-index: 12;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.28);
}
.navigation .nav-2 ul > li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  padding-right: 5px;
}
.navigation .nav-2 ul > li a {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 60px;
  width: 100%;
  box-sizing: border-box;
  background-position: 18px 18px;
  padding-left: 65px;
}
.navigation .nav-2 ul > li a span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.navigation .nav-2 ul > li a .svg,
.navigation .nav-2 ul > li a .img {
  padding-left: 1em;
  width: 20%;
}
.navigation .nav-2 ul > li a .svg span,
.navigation .nav-2 ul > li a .img span {
  display: block;
  width: 64px;
  height: 56px;
  position: relative;
}
.navigation .nav-2 ul > li a .svg span svg,
.navigation .nav-2 ul > li a .img span svg {
  position: absolute;
  top: -2px;
}
.navigation .nav-2 ul > li a .name {
  width: 80%;
}
.navigation .nav-2 ul > li:nth-child(3n+1):not(.first) {
  clear: both;
}
.navigation .nav-2 ul > li:nth-child(3n+1):not(.first)::before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #F6F7F9;
  position: absolute;
  left: 0;
  margin-top: -1px;
}
.desktop.fixed .region-navigation {
  position: relative;
}
.desktop.fixed .region-navigation .navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  background-color: #cc0000;
  transition: background-color 0.2s ease-out;
}
.desktop.fixed .region-navigation .navigation .inner-search {
  max-width: 1024px;
  margin: auto;
}
.desktop.fixed .region-navigation #block-views-exp-recherche-page {
  display: block;
  right: 27%;
  top: 0px;
  position: absolute;
  z-index: 10;
}
.desktop.fixed .region-navigation #block-views-exp-recherche-page #edit-query-wrapper {
  background: #fff;
  width: 782px;
  margin: 0;
  padding: 0 1em 0 0;
}
.desktop.fixed .region-navigation #block-views-exp-recherche-page #edit-query-wrapper input {
  width: 80%;
  border: none;
  margin: 0.3em;
  padding: 8px;
  line-height: initial;
}
.desktop.fixed .region-navigation #block-views-exp-recherche-page .views-submit-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.desktop.fixed .region-navigation #block-views-exp-recherche-page .views-submit-button .inner-submit {
  padding: .25em;
  position: absolute;
  background: #fff;
  top: 0;
  padding-left: 0.9em;
}
.desktop.fixed .region-navigation #block-views-exp-recherche-page .views-submit-button .inner-submit .form-submit {
  background: url("/sites/all/themes/portail/css/images/loupe_orange.png") 50% no-repeat transparent;
  height: 20px;
  padding: 20px;
  border: 0;
  text-indent: -9999px;
  margin: 0;
}
/* ===================================================================
 * >> BANDEAU BAS
 * =================================================================*/
.footer {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  margin: 0 auto;
  color: #fff;
  background-color: #cc0000;
  /* réseaux sociaux */
}
.footer h2 {
  font-size: 1.14285714em;
  margin: 0 0 1em;
  padding: 0;
  color: #fff;
  background-image: none;
}
.footer a {
  color: #fff;
}
.footer .inner-content {
  padding: 0 15px;
  box-sizing: border-box;
}
.footer .inner-content > div {
  clear: none;
  float: left;
  width: 33%;
  padding: 20px 5px;
  box-sizing: border-box;
  font-size: 0.85714286em;
}
.footer .inner-content > div.last.even {
  padding-left: 20px;
  padding-top: 0;
}
.footer .block#block-cd35-parametrage-social-link-footer {
  float: right;
}
.footer .block#block-cd35-parametrage-social-link-footer .item-list li {
  display: inline-block;
  margin-left: 0.3em;
}
.footer .block#block-cd35-parametrage-social-link-footer .item-list a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #cc0000;
  border-radius: 100%;
  background-size: 1.35em;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer .block#block-cd35-parametrage-social-link-footer .item-list a:hover,
.footer .block#block-cd35-parametrage-social-link-footer .item-list a:focus,
.footer .block#block-cd35-parametrage-social-link-footer .item-list a:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.footer .block#block-cd35-parametrage-social-link-footer .item-list a[href*=facebook] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%23A0390D' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M288,176v-64c0-17.664,14.336-32,32-32h32V0h-64c-53.024,0-96,42.976-96,96v80h-64v80h64v256h96V256h64l32-80H288z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.footer .block#block-cd35-parametrage-social-link-footer .item-list a[href*=twitter] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%23A0390D' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016 c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992 c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056 c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152 c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792 c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44 C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568 C480.224,136.96,497.728,118.496,512,97.248z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer .block#block-cd35-parametrage-social-link-footer .item-list a[href*=instagram] {
  background-image: url("data:image/svg+xml,%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23A0390D'%3E%3Ctitle%3EInstagram icon%3C/title%3E%3Cpath d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/%3E%3C/svg%3E%0A");
}
.footer .block#block-cd35-parametrage-social-link-footer .item-list a[href*=linkedin] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg fill='%23A0390D' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30px' height='30px'%3E%3Cpath d='M9,25H4V10h5V25z M6.501,8C5.118,8,4,6.879,4,5.499S5.12,3,6.501,3C7.879,3,9,4.121,9,5.499C9,6.879,7.879,8,6.501,8z M27,25h-4.807v-7.3c0-1.741-0.033-3.98-2.499-3.98c-2.503,0-2.888,1.896-2.888,3.854V25H12V9.989h4.614v2.051h0.065 c0.642-1.18,2.211-2.424,4.551-2.424c4.87,0,5.77,3.109,5.77,7.151C27,16.767,27,25,27,25z'/%3E%3C/svg%3E");
}
.footer .footer-btn-cta {
  display: inline-block;
  margin: 0 0 5px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  background-color: #cc0000;
  transition: all 0.2s;
}
.footer .footer-btn-cta:hover,
.footer .footer-btn-cta:focus,
.footer .footer-btn-cta:active {
  color: #cc0000;
  background-color: #fff;
}
.footer span.info {
  display: inline-block;
}
.footer span.info::before {
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  margin-right: 0.6em;
}
/* LIENS PIED DE PAGE */
.region-bottom {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  max-width: 1024px;
  margin: 10px auto;
  text-align: center;
}
.region-bottom .menu__item {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  display: inline-block;
  list-style: none;
  font-weight: 700;
}
.region-bottom .menu__link {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  color: #cc0000;
  text-decoration: none;
}
.region-bottom .menu__link:hover {
  text-decoration: underline;
}
.region-bottom .menu__link.active {
  color: #cc0000;
}
/* ===================================================================
 * HEADER
 * =================================================================*/
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.header .top-header-logo {
  position: absolute;
  top: 2em;
  left: 1em;
  height: 70px;
  display: block;
}
.header img.header__logo-image-top {
  height: 100%;
  width: auto;
}
.header .inner-content {
  position: relative;
  padding: 0;
  padding-top: 0px;
  padding-top: 2.5em;
}
.header__logo-image {
  height: 170px;
}
.navigation .agenda.rub-agenda {
  display: block;
  padding: 14px 12px 0px 12px;
  height: 100%;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.navigation .nav-2 ul > li a {
  background-position: 10px 10px;
}
/* ===================================================================
 * BLOCK SERVICE NEAR YOU
 * =================================================================*/
#block-cd35-config-block-services-near-you .map {
  background-image: url(/sites/all/themes/portail/css/images/map_hp_iev.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2296a6;
  height: 356px;
}
.right-col > div {
  border: none;
}
/* ===================================================================
 * FIL D'ARIANE
 * =================================================================*/
.breadcrumb {
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  display: inline-block;
  margin: 0 0 2em;
  padding: 5px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.breadcrumb .breadcrumb__list {
  max-width: 1160px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb__item {
  display: inline;
  margin: 0;
  list-style: none;
  line-height: 1.714em;
  color: #333333;
}
.breadcrumb .breadcrumb__item:first-child::before {
  content: none;
}
.breadcrumb .breadcrumb__item:not(:first-child)::before {
  content: "\f105";
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.28571429em;
  color: #333333;
  margin: 0 10px;
}
.breadcrumb .breadcrumb__item a {
  color: #333333;
  text-decoration: none;
}
.breadcrumb .breadcrumb__item button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: initial;
}
.breadcrumb .breadcrumb__item:last-child a {
  font-style: italic;
}
.breadcrumb .breadcrumb__item:last-child a::before {
  content: "\f111";
  font-family: 'FontAwesome', Arial, sans-serif;
  zoom: 1;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cc0000;
  font-size: 0.57142857em;
  margin-right: 1em;
  position: relative;
  bottom: 0.3em;
}
.breadcrumb .breadcrumb__separator {
  display: none;
}
/* ===================================================================
 * NOS SERVICES PRÈS DE CHEZ VOUS
 * =================================================================*/
#block-autocomplete-form-agency-near-you .form-row {
  display: block;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  zoom: 1;
}
#block-autocomplete-form-agency-near-you .form-row::before,
#block-autocomplete-form-agency-near-you .form-row::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#block-autocomplete-form-agency-near-you .form-row::after {
  clear: both;
}
#block-autocomplete-form-agency-near-you .form-row label {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 1.1em;
}
#block-autocomplete-form-agency-near-you .form-row .form-item-communaute {
  max-width: 79%;
  float: left;
  margin: 0;
}
#block-autocomplete-form-agency-near-you .form-row .form-item-communaute input {
  border-radius: 3px 0 0 3px;
}
#block-autocomplete-form-agency-near-you .form-row .form-submit {
  float: left;
  margin: 0;
  border-radius: 0px 3px 3px 0px;
  padding: 5px;
  background-color: #cc0000;
  border: none;
}
.node-article-ms .field-name-body {
  margin-top: 30px;
}
.bouton-all {
  font-size: 1em;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  display: inline-block;
}
.bouton-all:hover,
.bouton-all:focus,
.bouton-all:active {
  color: #cc0000;
  background-color: #fff;
}
/* ===================================================================
 * NOS SERVICES PRÈS DE CHEZ VOUS
 * =================================================================*/
#block-autocomplete-form-agency-near-you .form-row {
  display: block;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  zoom: 1;
}
#block-autocomplete-form-agency-near-you .form-row::before,
#block-autocomplete-form-agency-near-you .form-row::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#block-autocomplete-form-agency-near-you .form-row::after {
  clear: both;
}
#block-autocomplete-form-agency-near-you .form-row label {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 1.1em;
}
#block-autocomplete-form-agency-near-you .form-row .form-item-communaute {
  max-width: 79%;
  float: left;
  margin: 0;
}
#block-autocomplete-form-agency-near-you .form-row .form-item-communaute input {
  border-radius: 3px 0 0 3px;
}
#block-autocomplete-form-agency-near-you .form-row .form-submit {
  float: left;
  margin: 0;
  border-radius: 0px 3px 3px 0px;
  padding: 5px;
  width: 50px;
  height: 40px;
  border: none;
  background: url("/sites/all/themes/portail/css/images/loupe_blanche.png") 50% 50% no-repeat #cc0000;
}
.front .article-tools {
  display: none;
}
/* ===================================================================
 * BLOC ACTU HOMEPAGE
 * =================================================================*/
#block-views-actualites-block h3 {
  color: #333333;
}
#block-views-actualites-block ul.list-actu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  overflow: visible;
}
#block-views-actualites-block ul.list-actu li:not(.ecm-no-result) {
  position: relative;
  float: left;
  width: 32%;
  margin: 0 2% 2%;
  padding: 0;
  background-color: #fff;
}
#block-views-actualites-block ul.list-actu li:nth-child(1) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
#block-views-actualites-block ul.list-actu li:nth-child(3) {
  margin-left: 0;
  margin-right: 0;
  clear: left;
}
#block-views-actualites-block li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}
#block-views-actualites-block .ecm-image {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #cc0000;
}
#block-views-actualites-block .ecm-image::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#block-views-actualites-block .ecm-image::after {
  content: "";
  background: transparent url(/sites/mdph/themes/mdph/css/images/croix-hover.svg) no-repeat 50% 1.04166667% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
#block-views-actualites-block .ecm-image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  filter: grayscale(0);
  transition: all 0.3s;
}
#block-views-actualites-block a:hover .ecm-image::after {
  opacity: 1;
}
#block-views-actualites-block a:hover .ecm-image img {
  filter: grayscale(100%);
}
#block-views-actualites-block .ecm-titre {
  font-size: 1.14285714em;
  font-weight: 700;
  line-height: 1.25;
  margin: 25px 20px;
}
#block-views-actualites-block .ecm-description {
  margin: 10px 20px 15px;
  padding: 10px 0 0;
  border-top: 1px solid #ebebeb;
  display: none;
}
@media only screen and (max-width: 767px) {
  #block-views-actualites-block ul.list-actu li:not(.ecm-no-result) {
    float: none;
    width: 100%;
    margin: 0 2% 2%;
  }
  #block-views-actualites-block .ecm-image {
    max-height: 200px;
  }
}
/* ===================================================================
 * SUBTITLE
 * =================================================================*/
.field-name-field-subtitle .field-item {
  margin: 5px 5px 5px 0;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #c00;
  padding: 3px 8px;
}
/* ===================================================================
 * CONTENU
 * =================================================================*/
.text-bold {
  font-weight: bold;
}
.text-bold > p {
  font-weight: bold !important;
}
/* ===================================================================
 * BUTTON READSPEAKER
 * =================================================================*/
#readspeaker_button1 {
  z-index: auto;
}
/* ===================================================================
 * DEMANDES LES PLUS FREQUENTES - EN UN CLIC
 * =================================================================*/
#block-views-en-un-clic-block .contenu.full > h2 {
  background: none;
}
#block-views-en-un-clic-block .block__title {
  text-align: center;
}
#block-views-en-un-clic-block ul {
  margin: 0;
  overflow: visible;
  zoom: 1;
}
#block-views-en-un-clic-block ul::before,
#block-views-en-un-clic-block ul::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#block-views-en-un-clic-block ul::after {
  clear: both;
}
#block-views-en-un-clic-block li {
  margin: 0 1%;
  padding: 0;
  float: left;
  width: 15%;
}
#block-views-en-un-clic-block li::before {
  content: none;
}
#block-views-en-un-clic-block li:nth-child(1) {
  margin-left: 0;
}
#block-views-en-un-clic-block li:nth-child(6) {
  margin-right: 0;
}
#block-views-en-un-clic-block li a {
  display: block;
  min-height: 135px;
  padding: 5px 12px 3px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#block-views-en-un-clic-block li a:hover,
#block-views-en-un-clic-block li a:focus {
  text-decoration: underline;
  border-color: #2ECDE1;
}
#block-views-en-un-clic-block li a:hover path,
#block-views-en-un-clic-block li a:focus path,
#block-views-en-un-clic-block li a:hover line,
#block-views-en-un-clic-block li a:focus line,
#block-views-en-un-clic-block li a:hover circle,
#block-views-en-un-clic-block li a:focus circle,
#block-views-en-un-clic-block li a:hover polyline,
#block-views-en-un-clic-block li a:focus polyline,
#block-views-en-un-clic-block li a:hover rect,
#block-views-en-un-clic-block li a:focus rect {
  stroke: #2ECDE1 !important;
}
#block-views-en-un-clic-block li a:hover rect[class*="cls"],
#block-views-en-un-clic-block li a:focus rect[class*="cls"],
#block-views-en-un-clic-block li a:hover path[class*="rsa-cls"],
#block-views-en-un-clic-block li a:focus path[class*="rsa-cls"] {
  fill: #2ECDE1 !important;
}
#block-views-en-un-clic-block li a:active {
  border-color: #99A1FF;
}
#block-views-en-un-clic-block li a:active path,
#block-views-en-un-clic-block li a:active line,
#block-views-en-un-clic-block li a:active circle,
#block-views-en-un-clic-block li a:active polyline,
#block-views-en-un-clic-block li a:active rect {
  stroke: #99A1FF !important;
}
#block-views-en-un-clic-block li a:active rect[class*="cls"],
#block-views-en-un-clic-block li a:active path[class*="rsa-cls"] {
  fill: #99A1FF !important;
}
#block-views-en-un-clic-block li svg,
#block-views-en-un-clic-block li img {
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ===================================================================
 * > MOBILE
 * =================================================================*/
@media (max-width: 767px) {
  /* DEMANDES LES PLUS FREQUENTES */
  #block-views-en-un-clic-block .contenu.full {
    margin: 0 auto;
    padding: 0;
  }
  #block-views-en-un-clic-block .block__title {
    text-align: center;
  }
  #block-views-en-un-clic-block li {
    width: 47.5%;
    margin: 0 0 5%;
  }
  #block-views-en-un-clic-block li:nth-child(odd) {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  #block-views-en-un-clic-block li:nth-child(even) {
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
