/* On importe le fichier LESS qui liste toutes les variables :*/
/**
 * @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: #ffffff;
  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 {
  display: block;
  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*/
  }
}
/* --------------------------------------------
* SURCHARGE bootstrap
------------------------------------------- */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
/* --------------------------------------------
* CONTENT
------------------------------------------- */
#mrcookies-container,
.site-header,
.site-main,
.site-footer .footer-top-content,
.site-footer .footer-bottom-content {
  width: 1260px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  #mrcookies-container,
  .site-header,
  .site-main,
  .site-footer .footer-top-content,
  .site-footer .footer-bottom-content {
    width: 100%;
    max-width: 728px;
  }
}
.site-footer {
  margin-top: 2em;
}
.error404 #content {
  width: 82.38095238%;
}
@media screen and (max-width: 1279px) {
  .error404 #content {
    width: 135.15625%;
  }
}
@media screen and (max-width: 767px) {
  .error404 #content {
    width: 324.375%;
  }
}
/* --------------------------------------------
* AVEC COLONNE DROITE
------------------------------------------- */
.two-columns-right #main .col-md-9,
.two-columns-right #main .breadcrumb {
  width: 82.38095238%;
  padding: 0 30px 0 178px;
}
@media screen and (max-width: 1279px) {
  .two-columns-right #main .col-md-9,
  .two-columns-right #main .breadcrumb {
    width: 135.15625%;
  }
}
@media screen and (max-width: 767px) {
  .two-columns-right #main .col-md-9,
  .two-columns-right #main .breadcrumb {
    width: 324.375%;
  }
}
.two-columns-right #main .col-md-9 .site-content,
.two-columns-right #main .breadcrumb .site-content {
  float: right;
  width: 830px;
}
.two-columns-right #main .col-md-3 {
  width: 17.61904762%;
  padding: 0px 0 0 17px;
}
@media screen and (max-width: 1279px) {
  .two-columns-right #main .col-md-3 {
    width: 28.90625%;
  }
}
@media screen and (max-width: 767px) {
  .two-columns-right #main .col-md-3 {
    width: 69.375%;
  }
}
#right {
  margin-top: 185px;
}
/* --------------------------------------------
* FOOTER
------------------------------------------- */
.site-footer .footer-top-content,
.site-footer .footer-bottom-content {
  width: 1260px;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .site-footer .footer-top-content,
  .site-footer .footer-bottom-content {
    width: 100%;
    max-width: 728px;
  }
}
/* --------------------------------------------
* HOME SANS COLONNE DE DROITE
------------------------------------------- */
.home #main {
  padding-top: 0;
}
.home #main .col-md-9 {
  width: 100%;
  padding: 0;
}
.home #main .col-md-9 .site-content {
  width: 100%;
  padding: 0;
}
.home .site-main {
  max-width: inherit;
  width: auto;
}
.home.two-columns-right #main .col-md-9 {
  float: none;
}
.home .site-content {
  position: relative;
}
.home .homepage,
.home .highlight-hp {
  width: 1240px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .home .homepage,
  .home .highlight-hp {
    width: 100%;
    max-width: 728px;
  }
}
/* --------------------------------------------
* VERSION TABLETTE
------------------------------------------- */
@media screen and (max-width: 1279px) {
  .site-header {
    max-width: 768px;
  }
  /*---------- = Content ----------*/
  .error404 #content {
    width: 100%;
    padding: 0;
  }
  /*---------- = Avec colonne droite ----------*/
  .two-columns-right #main .col-md-9,
  .two-columns-right #main .breadcrumb {
    width: 100%;
    padding: 0;
  }
  .two-columns-right #main .col-md-9 .site-content,
  .two-columns-right #main .breadcrumb .site-content {
    float: none;
    width: 100%;
  }
  .two-columns-right #main .col-md-3 {
    width: 100%;
    padding: 0;
  }
  #right {
    margin-top: 50px;
  }
}
/* --------------------------------------------
* VERSION MOBILE
------------------------------------------- */
@media screen and (max-width: 767px) {
  /*---------- = Content ----------*/
  /*---------- = Avec colonne droite ----------*/
  .two-columns-right #main .col-md-9,
  .two-columns-right #main .col-md-3,
  .two-columns-right #main .breadcrumb {
    padding: 0 15px;
  }
  #right {
    margin-top: 20px;
  }
  #right:before {
    content: "";
    display: block;
    border-top: 4px solid #ececec;
  }
  /*---------- = Home - Sans colonne droite ----------*/
  .home.two-columns-right #main .col-md-9 {
    padding: 0;
  }
}
