/**
 * @file
 * Variables LESS
 *
 * Ce document regroupe toutes les variables LESS utilisées tout au long du projet
 *
 * Pour que ces éléments soient bien appliqués, il ne faut pas oublier d'appeler
 * ce fichier à l'aide de la balise @import :
 *      import "variables.less";
 *
 * À savoir :
 * Les valeurs ne peuvent être combinés avec la propriété !important
 * Ex : div { @maj !important; } ou p {.h(1em) !important;} ne fonctionneront pas !
 *
 */
/* --------------------------------------------
 * LESS PAR DÉFAUT
 ------------------------------------------- */
/*---------- = Commentaire sous-titre ----------*/
/* commentaire */
.DINPro {
  font-family: DINProRegular, Arial, Verdana, sans-serif;
}
.DINProBl {
  font-family: DINProBlack, Arial, Verdana, sans-serif;
}
.DINProB {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
.DINProM {
  font-family: DINProMedium, Arial, Verdana, sans-serif;
}
/* = couleurs */
/*sert ?*/
/*texte orange sur gris*/
/*titre*/
/*sert ?*/
/*actu*/
/* = titre + taille police */
.titre {
  text-transform: uppercase;
  font-weight: normal;
  color: #001941;
}
.titre strong,
.titre span {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
.titreN1 {
  font-size: 2.813em;
  /*45*/
  text-transform: uppercase;
  font-weight: normal;
  color: #001941;
}
.titreN1 strong,
.titreN1 span {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
@media screen and (max-width: 1279px) {
  .titreN1 {
    font-size: 2.313em;
    /*37*/
  }
}
@media screen and (max-width: 767px) {
  .titreN1 {
    font-size: 1.563em;
    /*25*/
  }
}
.titre35 {
  font-size: 2.188em;
  /*35*/
}
@media screen and (max-width: 1279px) {
  .titre35 {
    font-size: 1.875em;
    /*30*/
  }
}
@media screen and (max-width: 767px) {
  .titre35 {
    font-size: 1.563em;
    /*25*/
  }
}
.titreN2 {
  font-size: 1.875em;
  /*30*/
  text-transform: uppercase;
  font-weight: normal;
  color: #001941;
  margin: 25px 0 15px;
}
.titreN2 strong,
.titreN2 span {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
.titreN3 {
  font-size: 1.25em;
  /*20*/
  text-transform: uppercase;
  font-weight: normal;
  color: #001941;
  font-family: DINProBold, Arial, Verdana, sans-serif;
  margin: 23px 0 8px;
}
.titreN3 strong,
.titreN3 span {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
.titreN4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  color: #001941;
  font-family: DINProBold, Arial, Verdana, sans-serif;
  margin: 18px 0 6px;
}
.titreN4 strong,
.titreN4 span {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
.t11 {
  font-size: 0.688em;
}
.t12 {
  font-size: 0.75em;
}
.t14 {
  font-size: 0.875em;
}
.t18 {
  font-size: 1.125em;
}
.t20 {
  font-size: 1.25em;
}
.t22 {
  font-size: 1.375em;
}
.t30 {
  font-size: 1.875em;
}
.t12-16 {
  font-size: 0.75em;
}
@media screen and (max-width: 1279px) {
  .t12-16 {
    font-size: 1em;
    /*16*/
  }
}
.t14-16-14 {
  font-size: 0.875em;
}
@media screen and (max-width: 1279px) {
  .t14-16-14 {
    font-size: 1em;
    /*16*/
  }
}
@media screen and (max-width: 767px) {
  .t14-16-14 {
    font-size: 0.875em;
  }
}
/* = clear */
.clear {
  clear: both;
}
/* = display */
.inlineB4 {
  display: inline-block;
  margin: 0 0 0 -4px;
}
/* inline-block qui supprime la pseudo marge de 4px, utile pour les menus */
/*overflow + clearFix + min-height*/
.overflowH {
  position: relative;
  overflow: hidden;
}
.clearFix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
/* = sprite et background */
/* = Styles CSS3 */
.box-sizing {
  box-sizing: border-box;
}
.soulignementInverse:link,
.soulignementInverse:visited {
  text-decoration: none;
}
.soulignementInverse:hover,
.soulignementInverse:active,
.soulignementInverse:focus {
  text-decoration: underline;
}
/* = Taille */
/* taille du texte */
/* hauteur de la ligne */
/* = largeur du site */
/*---------- = calcul largeur  ----------*/
/*largeur contenu principal*/
/*largeur site*/
/*largeur contenu principal*/
/*---------- = element invisible  ----------*/
.hidden {
  position: absolute;
  left: -9999px;
}
/* --------------------------------------------
 * LESS PERSONNALISÉ
 ------------------------------------------- */
/*---------- = medias - responsive  ----------*/
/* --------------------------------------------
 * BOUTONS
 ------------------------------------------- */
/*---------- = Bouton gris ----------*/
/* bouton en savoir plus / publications */
/* bouton afficher plus */
.buttonMoreLazyLoad {
  background: url(../images/sprite.png) no-repeat #4b5f6a 10px -301px;
}
.buttonMoreLazyLoad:hover {
  background: url(../images/sprite.png) no-repeat #4b5f6a 10px -301px;
}
@media screen and (max-width: 767px) {
  .buttonMoreLazyLoad {
    background-position: 48px -301px;
  }
  .buttonMoreLazyLoad:hover {
    background-position: 48px -301px;
  }
}
/* bouton reinitialiser */
.buttonReset {
  border: 0 none;
  border-radius: 0;
  font-family: DINProMedium, Arial, Verdana, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 11px 17px;
  color: #4b5f6a;
  background: #e4e4e4;
  font-size: 1em;
  padding: 12px;
}
.buttonReset:hover {
  background: #e4e4e4;
  border-radius: 5px;
}
/* bouton valider */
/* bouton de don (espace donateur, prehome, wysiwyg) */
.buttonDonate {
  display: inline-block;
  padding: 24px 23px 27px 35px;
  margin: 22px 0 18px;
  border: solid 10px #fff;
  background: url('../images/bt-espace-donateur.png') no-repeat 19px 29px #ea7406;
  color: #fff;
  text-transform: uppercase;
  font-family: DINProMedium, Arial, Verdana, sans-serif;
  font-size: 1.375em;
}
.buttonDonate:link,
.buttonDonate:visited {
  text-decoration: none;
}
.buttonDonate:hover,
.buttonDonate:active,
.buttonDonate:focus {
  text-decoration: underline;
}
.buttonDonate strong {
  font-family: DINProBlack, Arial, Verdana, sans-serif;
  color: #fff;
}
/* --------------------------------------------
 * DIVERS
 ------------------------------------------- */
/*---------- = encadre ----------*/
.encadreStyle {
  padding: 24px 30px 28px;
  margin: 10px 0 28px;
  background: #f6f6f6;
}
.encadreStyle:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .encadreStyle {
    padding: 14px 20px 18px;
  }
}
/*---------- = accroche ----------*/
.accrocheStyle {
  font-size: 1.25em;
  font-family: DINProBold, Arial, Verdana, sans-serif;
  margin: 30px 0;
}
@media screen and (max-width: 1279px) {
  .accrocheStyle {
    font-size: 1.125em;
  }
}
/*---------- = texte mixte ----------*/
.mediumBlack {
  font-family: DINProMedium, Arial, Verdana, sans-serif;
}
.mediumBlack span {
  font-family: DINProBlack, Arial, Verdana, sans-serif;
}
.regularBold {
  font-family: DINProRegular, Arial, Verdana, sans-serif;
}
.regularBold span {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
.titreMixte span,
.titreMixte strong {
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
/*---------- = element chevron hors contenu ----------*/
/*---------- = liens voir tous les *** ----------*/
.seeAll {
  font-family: DINProMedium, Arial, Verdana, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  padding-left: 12px;
  background: url('../images/chevron-gris.png') no-repeat 0 4px;
  float: right;
}
/*---------- = page précédente ----------*/
.pagePrecedente {
  color: #fff;
  text-transform: uppercase;
  height: 35px;
  padding: 7px 11px 11px 25px;
  display: inline-block;
  background: url('../images/arrow-prev.png') 10px center no-repeat #0d6a92;
}
/*---------- = Initialisation de la police (pour la carte) ----------*/
.initPolice {
  font-size: 1em;
  font-family: DINProRegular, Arial, Verdana, sans-serif;
  font-weight: normal;
}
/*---------- = bloc chapo gris + bt precedent ----------*/
.chapoLienPrecedent {
  position: relative;
  overflow: hidden;
  padding: 60px 40px 30px 30px;
  background: #f6f6f6;
}
/*---------- = jauge  ----------*/
.fondBarre {
  background: #fff;
  width: 100%;
  height: 26px;
  border: 0;
  border-top: solid 1px #b2b2b2;
  border-radius: 3px;
  zoom: 1;
}
@media screen and (max-width: 1279px) {
  .fondBarre {
    height: 39px;
  }
}
.barreProgression {
  margin-top: -1px;
  height: 27px;
  border-radius: 3px 0 0 3px;
  zoom: 1;
  background: #2f456e;
  border-top: solid 1px #21304d;
}
@media screen and (max-width: 1279px) {
  .barreProgression {
    height: 40px;
  }
}
/* --------------------------------------------
 * Declinaison de couleur
 ------------------------------------------- */
/* couleur texte / titre, n2, n3, accroche / bandeau + fd bloc + couleur sommaire / nom de la couleur */
/*fin mixin couleur*/
/*---------- = actus déclinaison ----------*/
/*---------- = Plan du site ----------*/
/* --------------------------------------------
 * Sommaire et Acces rapide - version tactile
 ------------------------------------------- */
.SommaireAccesRapideTablette {
  position: absolute;
  min-width: 46px;
  max-width: 288px;
  min-height: 46px;
  left: -20px;
  margin-top: -45px;
  z-index: 2;
}
.SommaireAccesRapideTablette.mobile {
  display: block;
}
.SommaireAccesRapideTablette.fixe {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
}
.SommaireAccesRapideTablette .bt-fleche {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #001941;
}
.SommaireAccesRapideTablette a:link,
.SommaireAccesRapideTablette a:visited {
  text-decoration: none;
}
.SommaireAccesRapideTablette a:hover,
.SommaireAccesRapideTablette a:active,
.SommaireAccesRapideTablette a:focus {
  text-decoration: underline;
}
.SommaireAccesRapideMobile {
  position: relative;
  left: inherit;
  margin: 0 0 10px;
}
.SommaireAccesRapideMobile .bt-fleche {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.SommaireAccesRapideMobile.fixe {
  left: 15px;
  width: 100%;
}
/* --------------------------------------------
 * bloc actus
 ------------------------------------------- */
.blocActuLarge .news-liste .large .news-desc {
  padding: 15px 20px 10px;
}
.blocActuLarge .large {
  /*structure*/
  /*categorie*/
  /*contenu*/
}
.blocActuLarge .large .news-desc {
  margin-top: 25px;
  background: #f6f6f6;
}
.blocActuLarge .large .news-desc br {
  display: none;
}
.blocActuLarge .large.with-image .news-desc {
  position: relative;
  width: 100%;
  margin-top: 0;
  bottom: inherit;
  left: inherit;
}
.blocActuLarge .large .cat {
  padding: 2px 9px 2px 29px;
  margin: 0;
  font-size: 1em;
}
.blocActuLarge .large .news-thumbnail {
  position: relative;
}
.blocActuLarge .large .news-thumbnail .cat {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
}
.blocActuLarge .large.recherche .cat,
.blocActuLarge .large.search .cat {
  background-position: 7px -1088px;
  /*microscope blanc petit*/
}
.blocActuLarge .large.soutien .cat,
.blocActuLarge .large.support .cat {
  background-position: 4px -1039px;
  /*petit coeur blanc*/
}
.blocActuLarge .large.evenement .cat,
.blocActuLarge .large.event .cat {
  background-position: 5px -1136px;
  /*petit calendrier blanc*/
}
.blocActuLarge .large .title {
  font-size: 1.25em;
}
.blocActuLarge .large .date {
  font-size: 0.813em;
  color: #001941;
}
.blocActuLarge .large.with-image .title {
  max-width: 100%;
  border-left: 0;
}
.blocActuLarge .large.with-image .title a {
  padding: 0;
  line-height: inherit;
  background: none;
}
.blocActuLarge .large.with-image .date {
  margin: 2px 0 5px;
  padding: 0;
  background: none;
}
.blocActuLarge .large.no-image .news-desc > span {
  display: block;
}
/* --------------------------------------------
 * Menu
 ------------------------------------------- */
.menuNiv1Hover {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #001941;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .menuNiv1Hover {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.menuNiv1HoverAfter:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 25px;
  height: 12px;
  z-index: 6;
  background: url(../images/sprite.png) no-repeat left -3038px;
  /*pointe bleu 1 menu desktop*/
}
@media screen and (max-width: 1279px) {
  .menuNiv1HoverAfter:after {
    bottom: -18px;
  }
}
@media screen and (max-width: 767px) {
  .menuNiv1HoverAfter:after {
    bottom: -23px;
    width: 44px;
    height: 23px;
    background: url(../images/sprite.png) no-repeat left -3086px;
    /*pointe bleu 1 menu desktop*/
  }
}
@media screen and (max-width: 1279px) {
  /*
    ------------------------------------------------------------------------------------------------
    = DÉBUT
      body, styles généraux...
    ------------------------------------------------------------------------------------------------
    */
  h1 {
    margin: 15px 0 24px;
  }
  /*decalage du contenu (wysiwyg) pour avoir les titres décalés*/
  .site-content .page,
  .site-content .actualite,
  .site-content #contenu-wysiwyg {
    margin-left: 50px;
  }
  .site-content .page h2,
  .site-content .actualite h2,
  .site-content #contenu-wysiwyg h2,
  .site-content .page .entry-header,
  .site-content .actualite .entry-header,
  .site-content #contenu-wysiwyg .entry-header {
    margin-left: -50px;
    margin-bottom: 20px;
  }
  .site-content .page h2,
  .site-content .actualite h2,
  .site-content #contenu-wysiwyg h2 {
    padding-left: 10px;
  }
  .page-personne .membre-infos {
    margin-left: -50px;
  }
  img.alignleft {
    margin-right: 5px;
  }
  img.alignright {
    margin-left: 5px;
  }
  .wp-caption.alignleft {
    margin-right: 0px;
  }
  .wp-caption.alignright {
    margin-left: 0px;
  }
  /*partage*/
  .share li {
    margin-left: 8px !important;
  }
  /* fil d'ariane */
  .breadcrumb li {
    font-size: 0.813em;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = FORMULAIRE
    ------------------------------------------------------------------------------------------------
    */
  form {
    padding: 30px;
  }
  /*---------- = Formulaire de recherche header ----------*/
  #searchform input[type=text] {
    width: 99px;
  }
  /*---------- = Formulaire page contact / newsletter ----------*/
  .wpcf7-form .item,
  .wpcf7-form fieldset.form-fieldset-rgpd .item {
    display: inline-block;
    margin-right: 5px;
    width: 47%;
  }
  .wpcf7-form .comment,
  .wpcf7-form fieldset.form-fieldset-rgpd .comment {
    display: block;
  }
  .wpcf7-form fieldset.form-fieldset-rgpd .comment {
    display: block;
  }
  /*---------- = liste checkbox ----------*/
  .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin-left: 10px;
  }
  /*---------- = formulaire newsletter ----------*/
  .news-send .wpcf7-list-item,
  .civilite .wpcf7-list-item {
    display: inline-block;
    margin-left: 10px;
  }
  /*---------- = Formulaire newsletter home ----------*/
  #icm-newsletter-mini-form-full {
    display: none;
  }
  #newsletter-mini-form-mobile {
    position: relative;
    display: block;
    float: left;
    min-height: 305px;
    background: url('../images/fd-nl-mobile.png') center no-repeat #f6f6f6;
    width: 48.62637363%;
    margin-left: 2.74725275%;
  }
  #newsletter-mini-form-mobile form {
    background: transparent;
    padding: 20px;
  }
  #newsletter-mini-form-mobile #mail-mobile {
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
    width: 389px;
    height: 38px;
    padding-left: 43px;
    background: url('../images/deco-nl.png') 8px center no-repeat #fff;
    border: 1px solid #ececec;
  }
  #newsletter-mini-form-mobile .submit {
    display: block;
    float: right;
    margin: 30px 0 0 0;
    padding: 4px 30px 4px 9px;
    background: url('../images/btn-submit-nl.png') right center no-repeat #4b5f6a;
  }
  #newsletter-mini-form-mobile .all-item {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = Mini formulaire de DON (FDD)
    ------------------------------------------------------------------------------------------------
    */
  #donation-mini-form {
    border: 7px solid #fff;
    padding: 20px 6px 6px;
    /* titre faire un don */
  }
  #donation-mini-form #donate-form-link {
    font-size: 1.125em;
  }
  #donation-mini-form #donate-form-link:after {
    background-position: center 8px;
  }
  #donation-mini-form form {
    padding: 21px 0 8px 0;
    /* montant */
    /* autre montant */
    /* deduction fiscale */
    /* boutons de don */
  }
  #donation-mini-form form label {
    width: 44px;
    height: 24px;
    padding: 6px 4px 9px;
    margin-left: 8px;
    font-family: DINProBold, Arial, Verdana, sans-serif;
    font-size: 0.875em;
  }
  #donation-mini-form form label span {
    font-size: 0.726em;
  }
  #donation-mini-form form #edit-other-amount {
    width: 96px;
    height: 33px;
    margin-left: 8px;
    font-size: 0.75em;
  }
  #donation-mini-form form .deduction {
    clear: both;
    font-size: 0.875em;
  }
  #donation-mini-form form .deduction p {
    font-size: 0.857em;
  }
  #donation-mini-form form .btn-donate {
    height: 34px;
    /*padding-top:11px; padding-bottom:9px;*/
    font-size: 0.813em;
  }
  #donation-mini-form form .btn-donate.btn-big {
    height: 56px;
    /*padding-top:26px; padding-bottom:32px;*/
    font-size: 1.188em;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = ENTÊTE DU SITE
    = blocs, menus...
    ------------------------------------------------------------------------------------------------
    */
  /*---------- = structure ----------*/
  #page {
    margin-top: 10px;
  }
  #logo-bt {
    margin: 0 0 25px 15px;
  }
  #menu-mobile {
    width: 100%;
    padding-left: 0;
  }
  #top {
    width: 75.13020833%;
    margin-bottom: 41px;
  }
  .search-language {
    margin-right: 7px;
  }
  #donation-mini-form {
    top: 135px;
    width: 22.65625%;
  }
  #navbar {
    clear: both;
    width: 76.171875%;
    margin-left: 8px;
  }
  /*---------- = liste espace dédiés ----------*/
  .espace-dedie li {
    font-size: 0.688em;
  }
  #skip-link.hidden-link {
    left: 10px;
    position: relative;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = NAVIGATION
    = Menu de navigation principale du site
    ------------------------------------------------------------------------------------------------
    */
  .main-navigation {
    /*---------- = niveau 1 ----------  */
    /*---------- = niveau 2 ----------  */
    /*nav*/
    /*bt fermer*/
    /*---------- = niveau 3 ---------- */
  }
  .main-navigation li.niv-1,
  .main-navigation .niv1 {
    margin-left: 2px;
    font-size: 0.938em;
  }
  .main-navigation li.niv-1:first-child,
  .main-navigation .niv1:first-child {
    margin-left: 0;
  }
  .main-navigation a.niv-1 {
    margin: 0 7px;
  }
  .main-navigation .nav_children {
    padding-top: 43px;
    padding-bottom: 30px;
  }
  .main-navigation .nav_children > li {
    position: relative;
    padding-left: 0px;
  }
  .main-navigation .nav_children ul li {
    font-size: 1.27em;
  }
  .main-navigation .tablette {
    display: block;
    position: absolute;
    bottom: -30px;
    right: -20px;
  }
  .main-navigation .menu-close {
    padding: 3px 10px 4px;
    text-transform: uppercase;
    color: #fff;
    font-family: DINProRegular, Arial, Verdana, sans-serif;
    background: #001941;
  }
  .main-navigation .menu-close:link,
  .main-navigation .menu-close:visited {
    text-decoration: none;
  }
  .main-navigation .menu-close:hover,
  .main-navigation .menu-close:active,
  .main-navigation .menu-close:focus {
    text-decoration: underline;
  }
  .main-navigation .menu-close img {
    margin-left: 10px;
  }
  .main-navigation ul.sub-menu li {
    font-size: 0.824em;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = FOOTER
    ------------------------------------------------------------------------------------------------
    */
  /* footer top */
  .footer-top {
    /* bloc adresse - contact */
    /* bloc newsletter - suivez-nous */
    /* bloc infos don */
  }
  .footer-top .footer-left {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .footer-top .footer-middle {
    padding: 0;
    width: 67%;
  }
  .footer-top .footer-left {
    font-size: 0.813em;
  }
  .footer-top .footer-left aside {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
  }
  .footer-top .footer-left .sibling {
    width: 33%;
    vertical-align: top;
  }
  .footer-top .footer-middle {
    background: none;
    border-left: none;
    min-height: 104px;
    /* formulaire newsletter */
    /* suivez-nous */
  }
  .footer-top .footer-middle #newsletter-mini-form,
  .footer-top .footer-middle aside {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
  }
  .footer-top .footer-middle #newsletter-mini-form label {
    text-align: center;
    font-family: DINProBold, Arial, Verdana, sans-serif;
  }
  .footer-top .footer-middle #newsletter-mini-form #mail {
    padding-left: 0;
    padding-right: 26px;
    height: 34px;
    background: #fff;
    font-size: 0.875em;
    width: 217px;
    border-right: 1px solid #ececec;
  }
  .footer-top .footer-middle #newsletter-mini-form .submit {
    position: relative;
    float: right;
    width: 22px;
    height: 22px;
    margin-top: -28px;
    margin-right: 6px;
  }
  .footer-top .footer-middle aside {
    border-left: 1px solid #f1f1f1;
    margin-top: 0;
  }
  .footer-top .footer-middle aside .title-follow-us {
    float: none;
    margin-top: 0;
  }
  .footer-top .footer-middle aside p {
    text-align: center;
  }
  .footer-top .footer-right {
    min-height: 104px;
  }
  .footer-top .footer-right a {
    display: inline;
  }
  .footer-top .footer-right .logo-charte img {
    width: 51px;
    height: auto;
  }
  .footer-top .footer-right .img-don {
    width: 130px;
    height: auto;
    margin-left: 13px;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = BANDEAU, TITRE, CHAPO, BARRE DE PARTAGE
    ------------------------------------------------------------------------------------------------
    */
  #main {
    padding-top: 25px;
  }
  #main:before {
    height: 224px;
  }
  .chapo-principal {
    padding: 32px 30px 40px;
    margin-bottom: 0px;
    min-height: 114px;
    font-size: 1.375em;
  }
  .site-content .widget_icm_share {
    display: block;
    margin: 14px 0;
    text-align: right;
  }
  .site-content .widget_icm_share a {
    color: #4b5f6a;
  }
  .site-content .widget_icm_share a:link,
  .site-content .widget_icm_share a:visited {
    text-decoration: none;
  }
  .site-content .widget_icm_share a:hover,
  .site-content .widget_icm_share a:active,
  .site-content .widget_icm_share a:focus {
    text-decoration: underline;
  }
  .site-content .widget_icm_share img {
    width: 21px;
  }
  .site-content .widget_icm_share .print_page {
    margin-right: 36px;
  }
  .site-content .widget_icm_share .share_on {
    margin-top: 0;
  }
  #right .widget_icm_share {
    display: none;
  }
  /*declinaison : ajout img selon page*/
  .rub-donateur #main:before,
  .rub-scientifique #main:before {
    background: #4b5f6a;
  }
  .rub-mecene #main:before {
    background: #05275e;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = COLONNE 2
    = Colonne de droite
    ------------------------------------------------------------------------------------------------
    */
  #right {
    /*---------- = agenda ----------*/
    /*---------- fiche maladie ----------*/
    /*---------- plan d'accès ----------*/
    /*---------- = Sommaire, acces rapide, jauge (element dupliqué dans le contenu)  ----------*/
  }
  #right aside {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 35px;
  }
  #right aside .widget-title {
    font-size: 1.875em;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ececec;
  }
  #right aside.widget-first {
    border-top: 0;
  }
  #right .widget_icm_list_content_by_type_agenda .list-item {
    margin-bottom: 15px;
  }
  #right .widget_icm_list_content_by_type_agenda .entry-title {
    font-size: 1.125em;
  }
  #right .widget_icm_list_content_by_type_agenda .entry-date {
    font-size: 0.875em;
  }
  #right .widget_icm_card_disease .visuel {
    float: left;
    margin-right: 1em;
  }
  #right .widget_icm_card_disease .visuel img {
    width: 216px;
    height: 126px;
  }
  #right .go-icm {
    background: #f6f6f6;
    padding: 0 23px 23px 23px;
  }
  #right .go-icm .widget-title {
    border-bottom: 0;
    margin-bottom: 0;
  }
  #right .go-icm img.aligncenter {
    margin: 0;
  }
  #right .go-icm .widget-title {
    padding-left: 0;
  }
  #right .go-icm a.bt {
    left: 250px;
    top: 21%;
  }
  #right .sommaire-nav-menu,
  #right .widget_icm_cta,
  #right .jauge {
    display: none;
  }
  /*---------- = slideshow temoignage ----------*/
  /*voir les styles en fin de page ( medias impactant pas la version mobile) */
  /*
    ------------------------------------------------------------------------------------------------
    = CONTENU
    = Article, type de contenus, listes...
    ------------------------------------------------------------------------------------------------
    */
  /*---------- = Sommaire ----------*/
  #sommaire {
    position: absolute;
    min-width: 46px;
    max-width: 288px;
    min-height: 46px;
    left: -20px;
    margin-top: -45px;
    z-index: 2;
  }
  #sommaire.mobile {
    display: block;
  }
  #sommaire.fixe {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  #sommaire .bt-fleche {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #001941;
  }
  #sommaire a:link,
  #sommaire a:visited {
    text-decoration: none;
  }
  #sommaire a:hover,
  #sommaire a:active,
  #sommaire a:focus {
    text-decoration: underline;
  }
  #sommaire .sommaire-nav-menu {
    top: 0;
    left: 0;
  }
  #sommaire .sommaire-nav-menu.fixed {
    position: relative;
  }
  .sommaire-nav-menu__heading {
    margin: 0;
    padding: 10px 23px;
    background: #001941;
    color: #fff;
    font-size: 1.375em;
  }
  .sommaire-nav-menu__wrapper {
    width: 288px;
    padding: 0;
    border-top: 0px;
  }
  .sommaire-nav-menu__wrapper .sommaire-nav-menu__list {
    border-right: solid 1px #ececec;
    padding: 30px 15px 25px 28px;
  }
  .sommaire-nav-menu__wrapper .sommaire-nav-menu__item {
    overflow: inherit;
    margin: 0;
    font-size: 1em;
    list-style-type: none;
  }
  .sommaire-nav-menu__wrapper .sommaire-nav-menu__item a:before {
    top: 0px;
  }
  .sommaire-nav-menu__wrapper .sommaire-nav-menu__item.active a:before {
    top: -2px;
  }
  .sommaire-ouvert .bt-fleche {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /*---------- = acces rapide - menu ----------*/
  #acces-rapide {
    position: absolute;
    min-width: 46px;
    max-width: 288px;
    min-height: 46px;
    left: -20px;
    margin-top: -45px;
    z-index: 2;
  }
  #acces-rapide.mobile {
    display: block;
  }
  #acces-rapide.fixe {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  #acces-rapide .bt-fleche {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #001941;
  }
  #acces-rapide a:link,
  #acces-rapide a:visited {
    text-decoration: none;
  }
  #acces-rapide a:hover,
  #acces-rapide a:active,
  #acces-rapide a:focus {
    text-decoration: underline;
  }
  #acces-rapide .widgettitle {
    margin: 0;
    padding: 10px 50px 10px 23px;
    background: #4b5f6a;
    color: #fff;
    font-size: 1.375em;
    font-family: DINProBold, Arial, Verdana, sans-serif;
  }
  #acces-rapide .widget_icm_cta {
    background: #fff;
    border-bottom: solid 4px #ececec;
  }
  #acces-rapide li {
    padding: 0px 15px 15px;
    background: url('../images/arrow-grey.png') no-repeat 0px 4px;
    font-size: 1.125em;
  }
  #acces-rapide .cta {
    border-right: solid 1px #ececec;
    padding: 20px 15px 2px 20px;
  }
  #acces-rapide a {
    color: #4b5f6a;
    font-family: DINProMedium, Arial, Verdana, sans-serif;
  }
  #acces-rapide .bt-fleche {
    background: #4b5f6a;
  }
  .acces-rapide-ouvert .bt-fleche {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /*rub-Mecene*/
  .rub-mecene #acces-rapide .widgettitle,
  .rub-mecene #acces-rapide .bt-fleche {
    background: #05275e;
  }
  .rub-mecene #acces-rapide li {
    background-image: url(../images/arrow-blue.png);
  }
  .rub-mecene #acces-rapide a {
    color: #05275e;
  }
  /*---------- = jauge ----------*/
  .site-content .jauge {
    display: block;
  }
  .jauge {
    margin: 10px 50px 0;
    padding: 15px 60px 5px;
    background: #f3f0ef;
    color: #987018;
    font-size: 1.563em;
  }
  .jauge:after {
    display: none;
  }
  .jauge a {
    color: #002d5c;
    font-family: DINProMedium, Arial, Verdana, sans-serif;
    font-size: 0.64em;
  }
  .jauge a:link,
  .jauge a:visited {
    text-decoration: none;
  }
  .jauge a:hover,
  .jauge a:active,
  .jauge a:focus {
    text-decoration: underline;
  }
  .jauge strong {
    font-size: 1.8em;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = BLOCS ACTUS
    ------------------------------------------------------------------------------------------------
    */
  /*---------- = blocs actus (les grands) ----------*/
  .large {
    margin-bottom: 15px;
    /*categorie*/
    /*contenu*/
  }
  .large .cat {
    font-size: 1.125em;
  }
  .large.recherche .cat,
  .large.search .cat {
    background-position: 12px -1238px;
    /*microscope blanc gd*/
  }
  .large.soutien .cat,
  .large.support .cat {
    background-position: 7px -1184px;
    /*gd coeur blanc*/
  }
  .large.evenement .cat,
  .large.event .cat {
    background-position: 8px -1292px;
    /*gd calendrier blanc*/
  }
  .large .title {
    font-size: 1.375em;
  }
  .large .date {
    font-size: 1em;
  }
  .large.with-image .title a {
    line-height: 1.7;
  }
  .large.with-image .date {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .large.with-image .share {
    right: 5px;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = PAGES ACTUS ET CONTENU FROID / INSITUTIONNEL
    ------------------------------------------------------------------------------------------------
    */
  /*---------- = a voir egalement ----------*/
  #see-also-tag {
    padding-left: 0;
  }
  .title-see-also {
    padding-top: 0;
  }
  .see_also {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .site-main .posttags {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = page detail annonce
    ------------------------------------------------------------------------------------------------
    */
  .share-no-chapo {
    margin-top: 135px;
  }
  .single-annonce .no-chapo {
    margin-top: 0px;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = ESPACES DEDIES ( page mecene, scientifique, entreprise, donateurs, journalistes)
    ------------------------------------------------------------------------------------------------
    */
  /*---------- = Espace scientifique ----------*/
  .widget-content-bottom .publication-content,
  .widget-content-bottom .widget_icm_list_content_by_type_agenda {
    width: 100%;
    display: block;
  }
  .widget-content-bottom .publication-content {
    margin-right: 0;
  }
  /*---------- = Espace donateur ----------*/
  .rub-donateur #contenu-wysiwyg {
    margin-left: 0;
  }
  .site-main ul.ed-4-img li {
    width: auto;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = ACCUEIL
    = Page d'accueil
    ------------------------------------------------------------------------------------------------
    */
  /*---------- = Slideshow ----------*/
  /* contenu */
  .slideshow-hp .slide-content-inner {
    margin-left: 65px;
  }
  /* Image cover */
  .slideshow-hp .slide-image {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  /* bt play/pause */
  .slideshow-pagination {
    left: 65px;
  }
  /* barre de partage */
  .home .site-content .widget_icm_share {
    margin: auto;
  }
  .home .site-content .widget_icm_share .widget {
    bottom: 23px;
    right: 5px;
  }
  .home .site-content .widget_icm_share .widget img {
    width: auto;
  }
  /*---------- = Mise en avant (3 blocs img) ----------*/
  body .highlight-hp {
    position: relative;
    margin: 0 -20px 20px;
  }
  body .highlight-hp .hightlight {
    width: 33.13802083%;
  }
  body .highlight-hp .lien-chevron {
    right: 25px;
    bottom: 22px;
    font-size: 0.875em;
  }
  /*---------- = Partenaires ----------*/
  .home .partenaires {
    margin: 60px auto 30px auto;
  }
  /*---------- = barre de partage flottante----------*/
  #page .dc-social {
    top: 605px;
  }
  #page .dc-social img {
    width: 27px;
  }
  /*---------- = Blocs actus ----------*/
  .hp-news {
    /* blocs actus */
  }
  .hp-news .titre-actu {
    display: block;
    width: auto;
    margin-bottom: 11px;
  }
  .hp-news .filter-bloc {
    float: none;
    width: auto;
    margin: 0 0 2.2em;
  }
  .hp-news .filter-bloc .checkbox-list.pictos {
    width: 50%;
  }
  .hp-news .hp-actu {
    width: 48.62637363%;
  }
  .hp-news .small.even {
    margin-bottom: 20px;
  }
  .hp-news .small.odd {
    clear: both;
    float: left;
    margin-left: 0;
  }
  .hp-news .news-liste .large .news-desc {
    padding: 15px 20px 10px;
  }
  .hp-news .large {
    /*structure*/
    /*categorie*/
    /*contenu*/
  }
  .hp-news .large .news-desc {
    margin-top: 25px;
    background: #f6f6f6;
  }
  .hp-news .large .news-desc br {
    display: none;
  }
  .hp-news .large.with-image .news-desc {
    position: relative;
    width: 100%;
    margin-top: 0;
    bottom: inherit;
    left: inherit;
  }
  .hp-news .large .cat {
    padding: 2px 9px 2px 29px;
    margin: 0;
    font-size: 1em;
  }
  .hp-news .large .news-thumbnail {
    position: relative;
  }
  .hp-news .large .news-thumbnail .cat {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
  }
  .hp-news .large.recherche .cat,
  .hp-news .large.search .cat {
    background-position: 7px -1088px;
    /*microscope blanc petit*/
  }
  .hp-news .large.soutien .cat,
  .hp-news .large.support .cat {
    background-position: 4px -1039px;
    /*petit coeur blanc*/
  }
  .hp-news .large.evenement .cat,
  .hp-news .large.event .cat {
    background-position: 5px -1136px;
    /*petit calendrier blanc*/
  }
  .hp-news .large .title {
    font-size: 1.25em;
  }
  .hp-news .large .date {
    font-size: 0.813em;
    color: #001941;
  }
  .hp-news .large.with-image .title {
    max-width: 100%;
    border-left: 0;
  }
  .hp-news .large.with-image .title a {
    padding: 0;
    line-height: inherit;
    background: none;
  }
  .hp-news .large.with-image .date {
    margin: 2px 0 5px;
    padding: 0;
    background: none;
  }
  .hp-news .large.no-image .news-desc > span {
    display: block;
  }
  .hp-news .large {
    margin: 0 -100% 20px 51.37362637%;
    background: #f6f6f6;
  }
  .hp-news .large .mobile {
    display: block;
  }
  .hp-news .large .desktop {
    display: none;
  }
  .hp-news .large.with-image .share {
    bottom: -16px;
    right: 10px;
  }
  .hp-news .large .news-thumbnail img {
    position: static;
    height: auto;
    object-fit: unset;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = PAGE EQUIPE
    ------------------------------------------------------------------------------------------------
    */
  .site-main .team-membre ul {
    margin-right: -18px;
  }
  .site-main .team-membre .membre {
    margin: 0 18px 18px 0;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = PAGE DETAIL EQUIPE
    ------------------------------------------------------------------------------------------------
    */
  /* galerie photo */
  #team-nivo-lightbox .visuel.show {
    margin-left: 9px;
  }
  #team-nivo-lightbox .visuel.show img {
    width: 100%;
    height: auto;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = PAGE CARTE
    ------------------------------------------------------------------------------------------------
    */
  /*---------- = structure page ----------*/
  .rub-reseau .entry-content {
    margin-left: 50px;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = LOCATION SALLE
    ------------------------------------------------------------------------------------------------
    */
  .rub-salles {
    /* bloc matériel */
  }
  .rub-salles #contenu-wysiwyg {
    margin-left: 0;
  }
  .rub-salles #contenu-wysiwyg h2 {
    margin-left: 0;
    padding-left: 0;
  }
  .salles-liste {
    margin-top: 30px;
  }
  .salles-liste .salle {
    /* 3 colonnes */
  }
  .salles-liste .salle .salle-colonne-left,
  .salles-liste .salle .salle-colonne-center,
  .salles-liste .salle .salle-right-colonne {
    width: 29%;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = AUTRES STYLES
    = HPR, pages spécifiques, gmap...
    ------------------------------------------------------------------------------------------------
    */
  #prehome.desktop {
    display: none;
  }
  /*
    ------------------------------------------------------------------------------------------------
    = Page vidéos
    ------------------------------------------------------------------------------------------------
    */
  /* structure */
  .widget_icm_slideshow,
  .ytcshort {
    margin: 0 25px 0 -25px;
  }
  /*slideshow*/
  .widget_icm_slideshow #slideshow-pager {
    bottom: 15px;
  }
  .widget_icm_slideshow #slideshow-pager li {
    margin: 0 8px;
  }
}
/*Fin media*/
/*
------------------------------------------------------------------------------------------------
= Medias tablette pour ne pas impacter la version mobile
------------------------------------------------------------------------------------------------
*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /*---------- = slideshow temoignage ----------*/
  .widget_icm_temoignage_post_slideshow .video-temoignage {
    float: left;
    width: 206px;
    margin-right: 30px;
  }
  #navigation-temoignage {
    position: relative;
    float: right;
    margin-top: -23px;
  }
  #perpost-slideshow-temoignages-pager {
    min-width: 60px;
  }
}
/*Fin media*/
/*
------------------------------------------------------------------------------------------------
= Medias tablette jusqu'a 1024 :
------------------------------------------------------------------------------------------------
*/
@media screen and (max-width: 1024px) {
  /* menu : affichage du la fleche au hover*/
  .main-navigation a.niv-1:hover:after {
    display: block;
  }
}
/*
------------------------------------------------------------------------------------------------
= Medias tablette et desktop :
------------------------------------------------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  #menu-mobile {
    display: block !important;
  }
  .menu-mobile-close {
    display: none !important;
  }
}
