/* 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*/
  }
}
/*
------------------------------------------------------------------------------------------------
= PAGE CARTE
------------------------------------------------------------------------------------------------
*/
/*---------- = structure page ----------*/
.rub-reseau .site-content .page {
  margin-left: 0;
}
.rub-reseau .site-content .page .entry-header {
  margin-left: 0;
}
.rub-reseau .entry-content {
  margin-left: 72px;
}
/*---------- = general ----------*/
#network-map a[target="_blank"] {
  padding-right: 0;
}
#network-map a[target="_blank"]:after {
  display: none;
}
/*---------- = info bulle ----------*/
/* structure et fond */
.gm-style {
  font-size: 1em;
  font-family: DINProRegular, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.gm-style > div > div:nth-of-type(3) > div:nth-of-type(4) > div > div:first-child > div {
  /* fond */
  /*ombre fleche*/
  /* fleche/pointeur blanc : celui par défaut et son ombre (qui sert à l'autre) */
}
.gm-style > div > div:nth-of-type(3) > div:nth-of-type(4) > div > div:first-child > div:nth-of-type(2) {
  border-radius: 0px !important;
  box-shadow: 4px 5px 4px -1px rgba(0, 0, 0, 0.3) !important;
  background: #fff !important;
}
.gm-style > div > div:nth-of-type(3) > div:nth-of-type(4) > div > div:first-child > div:first-child {
  border: 0 !important;
}
.gm-style > div > div:nth-of-type(3) > div:nth-of-type(4) > div > div:first-child > div:nth-of-type(3) > div {
  top: 2px !important;
  height: 22px !important;
}
.gm-style > div > div:nth-of-type(3) > div:nth-of-type(4) > div > div:first-child > div:nth-of-type(3) > div > div {
  height: 12px !important;
  width: 9px !important;
  background: #fff !important;
}
.gm-style > div > div:nth-of-type(3) > div:nth-of-type(4) > div > div:first-child > div:nth-of-type(3) > div:first-child > div {
  left: 7px !important;
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.3) !important;
  -webkit-transform: skewX(38.6deg) !important;
  -moz-transform: skewX(38.6deg) !important;
  -ms-transform: skewX(38.6deg) !important;
  -o-transform: skewX(38.6deg) !important;
  transform: skewX(38.6deg) !important;
}
.gm-style > div > div:nth-of-type(3) > div:nth-of-type(4) > div > div:first-child > div:nth-of-type(3) > div:nth-of-type(2) > div {
  left: -1px !important;
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3) !important;
  -webkit-transform: skewX(-38.6deg) !important;
  -moz-transform: skewX(-38.6deg) !important;
  -ms-transform: skewX(-38.6deg) !important;
  -o-transform: skewX(-38.6deg) !important;
  transform: skewX(-38.6deg) !important;
}
.gm-style .gm-style-iw {
  font-size: 1em;
  font-family: DINProRegular, Arial, Verdana, sans-serif;
  font-weight: normal;
  max-width: 233px;
  left: 30px !important;
  top: 0 !important;
  /* contenu */
}
.gm-style .gm-style-iw .gmap-info-content .gmap-info-title {
  margin: 25px 0 10px;
  font-size: 1em;
  font-family: DINProBold, Arial, Verdana, sans-serif;
}
.gm-style .gm-style-iw .gmap-info-content p {
  color: #34495e;
  font-size: 0.875em;
}
.gm-style .gm-style-iw .lien-chevron {
  background-position: 0 4px;
  /*positon fleche*/
}
/*---------- = formulaire ----------*/
.rub-reseau .page form {
  padding: 20px;
  margin-bottom: 60px;
}
