/********************************************
*  CSS Eventuel Herrison Bleu 2015
*
*  date:    2017.01.12 - mayura ?
*  author:  erational.org
*  version: 1.3
*  
*****************************************/
/* attention: fichier LESS avec les variables definis via CFG */
/* 1. BASE
==============================================================================*/
/* 1.0 fonts
------------------------------------------------------------------------------*/
/* League Gothic Regular */
@font-face {
  font-family: 'League Gothic';
  src: url('skel/css/font/leaguegothic-regular-webfont.eot');
  src: url('skel/css/font/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('skel/css/font/leaguegothic-regular-webfont.woff') format('woff'), url('skel/css/font/leaguegothic-regular-webfont.ttf') format('truetype'), url('skel/css/font/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
  google fonts:
  - 'Open Sans' 400/700 
*/
/* 1.1 color
------------------------------------------------------------------------------*/
.orange {
  color: #d58411;
}
.orange-bg {
  background: #d58411;
}
.green {
  color: #8dc73f;
}
.green-bg {
  background: #8dc73f;
}
.blue {
  color: #0000ff;
}
.blue-bg {
  background: #0000ff;
  color: #fff;
}
.gray {
  color: #c1c1c1;
}
.gray-bg {
  background: #c1c1c1;
}
.lightgray {
  color: #f0f0f0;
}
.lightgray-bg {
  background: #f0f0f0;
}
.black {
  color: #000;
}
.black-bg {
  background: #000;
}
.white {
  color: #fff;
}
.white-bg {
  background: #fff;
  color: #0000ff;
}
/* 1.1 Tags & Reset --> bootstrap
------------------------------------------------------------------------------*/
/*
html, body { height: 100%; }
 mauvaise idée 
 ... casse le flux normal
 ex. le drawer ne va pas jusqu'en bas
                        
*/
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #0000ff;
  color: #fff;
}
input,
button,
select,
textarea,
legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
}
/* surcharge bootstrap pour eviter le 'Helvetica Neue' */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'League Gothic', sans-serif;
  font-weight: normal;
}
legend {
  color: #0000ff;
  font-weight: bold;
}
h1 {
  font-size: 1.8em;
  margin-top: 0.5em;
  line-height: 120%;
}
h2 {
  font-size: 2.4em;
  text-align: right;
}
h3 {
  font-size: 2.0em;
  margin-bottom: 0.2em;
}
h4 {
  font-size: 3em;
  font-weight: normal;
  text-align: center;
  line-height: 110%;
  margin: .5em 0;
}
h5 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
iframe {
  width: 100%;
  margin-bottom: 1em;
}
/* pour que youtube soit responsive */
ul.spip {
  margin-left: 1.5em;
}
a {
  color: #0000ff;
  text-decoration: underline;
}
a:hover {
  color: #9f9ff6;
  background: transparent;
  text-decoration: underline;
}
.blue-bg a {
  color: #fff;
}
.blue-bg a:hover {
  color: #9f9ff6;
}
/* 
   Classe à utiliser par les rédacteurs pour réaliser l'alternance blanc / bleu au sein d'un article
   
   <div class="encart-a">  encart blanc
   <div class="encart-b">  encart bleu
*/
.encart-a,
.encart-b {
  padding: 1em;
  margin: 1em 0;
}
.encart-b {
  background: #0000ff;
  color: #fff;
}
.encart-b a {
  color: #fff;
}
.encart-b a:hover {
  color: #9f9ff6;
}
.encart-b ul:last-child,
.encart-b p:last-child {
  margin-bottom: 0;
}
.encart-b code {
  color: #0000ff;
}
/*
.debug-layout {display:none;}  

.row {background:#ccc;}
.span1,.span2,.span3,.span4,
.span5,.span6,.span7,.span8,
.span9,.span10,.span11,.span12 {background:pink;} 
 */
/* 1.2 Base SPIP 
------------------------------------------------------------------------------*/
.spacer,
hr.spip {
  clear: both;
}
#spip-admin {
  left: .2%;
  width: 400px;
}
.spip-admin-boutons:hover {
  background: #000;
}
/* Document (version 2015.03.04) */
dl.spip_documents {
  margin: 0;
}
.spip_documents a.spip_out {
  background: transparent !important;
  text-decoration: none !important;
  border: 0px #fff !important;
}
/* pour eviter les bordures sur lien img [<img1>->url] */
.spip_documents_left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.8em;
}
.spip_documents_right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
}
dl.spip_documents_center,
.spip_documents_center {
  display: block !important;
  float: none;
  text-align: center;
  margin: .8em auto;
}
.spip_doc_titre,
.spip_doc_descriptif {
  clear: both;
  font-size: 0.8em;
  margin: 0 auto;
  font-family: Verdana;
}
img.spip_logos {
  margin: 0 0 10px 10px !important;
  float: right;
}
dl.spip_documents a img {
  border: 0 !important;
}
/* modele speciale img afficher titre et desc */
.spip_doc_titre {
  font-size: 0.9em;
  font-weight: bold;
}
.spip_doc_descriptif {
  font-size: 0.8em;
  font-weight: normal;
}
dd.spip_doc_credits {
  font-size: 0.8em;
  text-align: right;
  padding-right: 5px !important;
  margin: 0;
}
/* formulaire */
.erreur_message {
  font-size: 11px;
  color: #d00;
  display: block;
  font-family: arial,verdana;
  font-size: 110%;
}
.reponse_formulaire {
  margin: 1em 0;
  font-family: arial,verdana;
  font-size: 110%;
}
.reponse_formulaire_ok {
  color: #0a0;
  font-family: arial,verdana;
  font-size: 110%;
}
.formulaire_spip ul,
.formulaire_spip li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spip_surligne {
  background: yellow;
}
/* 1.3 Base 
------------------------------------------------------------------------------*/
/* ombre dark vador */
.text-shadow {
  text-shadow: 4px 4px 4px rgba(30, 30, 30, 0.9);
}
/* button */
.button-wrapper {
  text-align: center;
}
.fdh-button {
  text-decoration: none;
  font-family: 'League Gothic';
  font-size: 140%;
  background: #fff;
  color: #0000ff !important;
  padding: .1em .8em;
  border-radius: 1em;
}
.fdh-button:hover {
  background: #fff;
  text-decoration: none;
}
a.fdh-button:hover {
  color: #9f9ff6 !important;
}
/* 2. LAYOUT
==============================================================================*/
.invisible {
  display: none;
}
.clear {
  clear: both;
}
.italic {
  font-style: italic;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.upper {
  text-transform: uppercase;
}
.marger-top {
  margin-top: 65px !important;
}
.marger-bottom {
  margin-bottom: 65px !important;
}
.marger-bottom-90 {
  margin-bottom: 90px !important;
}
.marger-bottom-40 {
  margin-bottom: 40px !important;
}
.marger-x-inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
/* test layout */
.panel-1col .span12 {
  background: pink;
}
.panel-2col .span6 {
  background: lightblue;
}
.panel-3col .span4 {
  background: yellow;
}
/* 2.1 Header
------------------------------------------------------------------------------*/
.row-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* nav-motto */
.nav-motto h1,
.nav-motto h2 {
  display: none;
}
.nav-motto a:hover {
  opacity: 0.8;
}
/* nav-link */
.nav-link-list {
  text-align: right;
  margin: 8px 1.2em 0 0;
}
.socialo {
  margin: 0;
  list-style: none;
}
.socialo li {
  display: inline;
  margin-left: 1.8em;
  position: relative;
}
.socialo span {
  display: inline-block;
  width: 38px;
  height: 28px;
  vertical-align: bottom;
  margin-right: 2px;
  background: transparent url(skel/img/social.png) no-repeat center left;
}
.socialo span.facebook {
  background-position: -90px 0;
}
.socialo span.agenda {
  background-position: -50px 0;
}
.socialo a {
  color: #fff;
  text-decoration: none;
}
.socialo a:hover {
  color: #9f9ff6;
}
.socialo a:hover span {
  opacity: .8;
}
/* hamburger  */
.nav-hamburger {
  display: none;
}
/* 2.2 Nav
------------------------------------------------------------------------------*/
.nav {
  margin-bottom: 0;
  /*against bootstrap */
  height: auto;
  text-align: right;
}
.nav-menu {
  list-style: none;
  margin: 3.8rem 0 0 0;
  padding: 0;
  font-size: 0;
}
.nav-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.nav-menu a {
  display: block;
  /*inline-block;*/
  font-family: 'League Gothic';
  padding-top: 0.5em;
  font-size: 1.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: lowercase;
  color: #fff;
  text-decoration: none;
  border-top: 4px solid #0000ff;
}
.nav-menu a:hover {
  color: #9f9ff6;
}
.nav-menu a.on {
  border-top: 4px solid #fff;
  font-weight: normal;
}
/* sous-menu */
.nav-menu ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 2.5rem;
  background: #0000ff;
  background: rgba(0, 0, 255, 0.7);
  width: 15rem;
  text-align: left;
  z-index: 8;
  padding: .8rem 0;
}
.nav-menu ul li {
  display: block;
}
.nav-menu li:hover ul {
  display: block;
}
.nav-menu ul a {
  font-weight: normal;
  font-size: .9rem;
  font-family: 'Open sans', arial, sans-serif;
  border-top: none;
  text-transform: initial;
}
.nav-menu ul a.on,
.nav-menu ul a:hover {
  border-top: none;
  /*font-weight:bold;color:#fff;*/
  color: #9f9ff6;
}
/* 2.4 Contenu
------------------------------------------------------------------------------*/
.contenu a {
  text-decoration: underline;
}
.contenu-main {
  padding-bottom: 1em;
}
/* 2.5 Footer
------------------------------------------------------------------------------*/
.footer {
  padding: 1.5em 0;
  font-size: .6rem;
  color: #fff;
}
.footer a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.footer a:hover {
  color: #9f9ff6;
}
.footer-link {
  list-style: none;
  margin: 0;
  text-align: right;
}
.footer-link li {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-link .sep {
  padding: 0 .2em 0 .4em;
  visibility: hidden;
}
.footer-link .last .sep {
  display: none;
}
.org {
  font-weight: bold;
  padding-right: .8em;
}
.footer-copyright {
  font-size: x-small;
  margin-top: .5em;
}
.go-top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -50px;
  right: 20px;
  transition: all 1s ease;
  background: #0000ff;
  opacity: .8;
}
.go-top.show {
  bottom: 20px;
}
/* 3. PAGES 
==============================================================================*/
/* 3.1 Projet
------------------------------------------------------------------------------*/
/* 3.1.1 Projet > Slider
-------------------------------- */
.slides-pagination {
  position: absolute;
  display: none;
}
.slides-title-wrapper {
  z-index: 56;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
}
.slides-title-wrapper-table {
  display: table;
  height: 100%;
  width: 100%;
}
.slides-title {
  /* pour alignement vertical */
  display: table-cell;
  vertical-align: middle;
}
.slides-title-core {
  /* pour alignement horizontal */
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
}
/* bouton next /prev */
.slides-pager {
  position: absolute;
  top: 50%;
}
.slides-pager a {
  height: 60px;
  width: 60px;
  display: inline-block;
  font-size: 0;
  background: transparent url(skel/img/but-slides.png) no-repeat top left;
}
.slides-previous {
  left: 5px;
}
.slides-next {
  right: -15px;
  background-position: 15px -10px;
}
.slides-previous a {
  background-position: 0 -4px;
}
.slides-previous a:hover {
  background-position: 0 -70px;
}
.slides-next a {
  background-position: -90px -4px;
}
.slides-next a:hover {
  background-position: -90px -70px;
}
/* bouton bas */
.slides-but-more-wrapper {
  z-index: 57;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slides-but-more-wrapper a {
  margin: .9em auto;
}
#slides .ariane {
  z-index: 54;
  position: absolute;
  top: 0;
}
/* article-preview */
.article-preview {
  text-align: left;
  font-family: 'League Gothic';
}
.article-preview a {
  color: #a9a8a8;
  font-weight: bold;
  transition: color .5s;
}
.article-preview a:hover {
  color: #333;
  transition: color .5s;
}
.article-preview img {
  display: block;
  margin-bottom: .6em;
}
.article-preview a:hover img {
  opacity: 0.8;
}
/* pagination */
.pagination {
  margin: 0;
  /* bootstrap reset */
}
.pagination-prev a,
.pagination-next a {
  font-size: 0;
  height: 100px;
  width: 50px;
  display: block;
  background: transparent url(skel/img/icon-paginate.png) no-repeat top left;
  margin-top: 60px;
  overflow: hidden;
}
.pagination-prev a:hover,
.pagination-next a:hover {
  background: transparent url(skel/img/icon-paginate.png) no-repeat top left;
}
.pagination-prev.disabled,
.pagination-next.disabled {
  visibility: hidden;
}
.paginate-previous .pagination-next {
  display: none;
}
.paginate-next .pagination-prev {
  display: none;
}
.pagination-next a {
  background-position: -50px 0;
}
.pagination-next a:hover {
  background-position: -50px -100px;
}
.pagination-prev a {
  background-position: 0 0;
}
.pagination-prev a:hover {
  background-position: 0 -100px;
}
/*  cas si les deux boutons sont affiches en mm temps
    page recherche, rubrique, ...
 */
.pagination-full-page .pagination-prev,
.pagination-full-page .pagination-next {
  width: 60px;
}
.pagination-full-page .pagination-prev a,
.pagination-full-page .pagination-next a {
  margin-top: 0;
}
.pagination-full-page .pagination-next {
  float: right;
}
.pagination-full-page .pagination-prev {
  float: left;
}
/* 3.2 Article
------------------------------------------------------------------------------*/
/* contenu */
.contenu-childrens {
  padding: 65px 0;
}
/* typo */
.contenu-content h1 {
  font-size: 2.6em;
  margin-bottom: .7em;
}
.chapeau {
  font-size: 1.1em;
  margin-bottom: 2.5em;
  font-weight: bold;
  line-height: 160%;
}
.texte {
  line-height: 160%;
}
.texte a {
  text-decoration: underline;
}
.ps {
  padding: 1em;
  border: 1px solid #aaa;
}
/* article > doc */
.docjoint {
  float: left;
  width: 240px;
  margin: 15px 25px 0 0;
  line-height: 110%;
}
.docjoint small,
.docjoint strong {
  display: block;
}
.docjoint a {
  text-decoration: none;
}
.docjoint a img {
  border: 0;
}
/*  article > porfolio (mediabox) */
#documents_portfolio {
  margin-top: 1em;
  margin-bottom: 1em;
}
#documents_portfolio ul {
  margin: 0;
  padding: 0;
}
#documents_portfolio li {
  list-style: none;
  display: inline;
  float: left;
  margin: 5px;
}
#documents_portfolio img {
  padding: 3px 5px;
  border: 1px solid #0000ff;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
#documents_portfolio a:hover {
  opacity: 0.7;
}
/* article > preview */
.preview {
  position: relative;
  font-family: 'League Gothic', serif;
  margin-bottom: 3em;
}
.preview-article {
  margin: 1em 0;
}
.preview-rubrique {
  margin-bottom: 3em;
}
.preview a {
  text-decoration: none;
}
.preview-titre {
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0.2em 1em 0 1em;
  margin: 0 2em 1em 1em;
  background: #0000ff;
  background: rgba(0, 0, 255, 0.7);
  text-transform: uppercase;
  color: #fff;
}
.preview-titre h1 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  line-height: 140%;
}
.preview-titre a {
  color: #fff;
}
.preview-titre a:hover {
  color: #9f9ff6;
}
.preview-titre-static {
  position: static;
  margin-bottom: 1em;
  margin: 0;
}
.preview-more {
  position: absolute;
  bottom: 0;
  font-size: 0;
  left: 45%;
  /*left:~"calc(50% - 70px)";*/
  /* plus precis mais a affiner car en responsive le bloc ne fait pas 70*/
  background: #0000ff url(skel/img/but-slides-y.png) no-repeat top left;
  height: 65px;
  width: 70px;
  background-position: -64px -75px;
}
.preview-more:hover {
  background: #0000ff url(skel/img/but-slides-y.png) no-repeat top left;
  height: 65px;
  width: 70px;
  background-position: 3px -75px;
}
/* affix */
#tdm {
  background: #fff;
  /* qd passe en fixed */
  top: 0;
  min-height: 38px;
  width: 100%;
  z-index: 100;
}
#tdm ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: left;
}
#tdm li {
  display: inline-block;
  margin-right: .4em;
}
#tdm li.first {
  margin-right: 0;
}
#tdm li.active {
  background: #0000ff;
  color: #fff;
}
#tdm a {
  padding: 4px 8px;
  color: #0000ff !important;
  text-decoration: none;
}
#tdm a:hover {
  color: #9f9ff6 !important;
  background: #fff !important;
}
#tdm li.active a,
#tdm li.active a:hover {
  color: #fff !important;
  background: #0000ff !important;
}
/* 3.3 Sommaire - Homepage
------------------------------------------------------------------------------*/
/* sommaire > slider */
.slides-navigation a {
  height: 70px;
  width: 65px;
  display: inline-block;
  font-size: 0;
  background: #0000ff url(skel/img/but-slides-x.png) no-repeat top left;
}
.slides-navigation a.prev {
  position: absolute;
  top: 45%;
  left: 0px;
  z-index: 88;
}
.slides-navigation a.next {
  position: absolute;
  top: 45%;
  right: 0px;
  z-index: 88;
}
.slides-navigation a.prev {
  background-position: 0 -5px;
}
.slides-navigation a.prev:hover {
  background-position: 0 -79px;
}
.slides-navigation a.next {
  background-position: -65px -5px;
}
.slides-navigation a.next:hover {
  background-position: -65px -79px;
}
.slides-bottom {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
}
.slides-bottom a {
  background: #0000ff url(skel/img/but-slides-y.png) no-repeat top left;
  height: 65px;
  width: 70px;
  background-position: -64px -75px;
}
.slides-bottom a:hover {
  background-position: 3px -75px;
}
.slides-container .container {
  display: table;
  height: 100%;
  height: calc(100% - 65px);
  width: 80%;
  width: calc(100% - 130px);
  /*border:1px solid;*/
}
.slides-container .container-cell {
  display: table-cell;
  vertical-align: middle;
}
.slides-container .container-core {
  background: #0000ff;
  background: rgba(0, 0, 255, 0.7);
  padding: 1em;
  width: 40%;
  margin-left: 2em;
}
.slides-container h1 {
  color: #fff;
  font-size: 2.8em;
  text-align: right;
}
.slides-container a {
  color: #fff;
}
.slides-container a:hover {
  color: #9f9ff6;
}
/* news */
.panel-home-news {
  text-align: justify;
  padding-top: 4em;
}
.panel-home-news img {
  padding-bottom: 1em;
}
/* 60. PLUGINS
==============================================================================*/
/* 20.1 oembed */
.oembed .spip_doc_titre {
  display: none;
}
/* 60.2 Bootstrap */
.contenu a.btn {
  text-decoration: none;
}
/* 60.3 table des matieres */
.tdm img {
  display: none;
}
.contenu-content .tdm-wrapper {
  display: none;
}
/* 70. PRINT
==============================================================================*/
.print-only {
  display: none;
}
@media print {
  .print-no {
    display: none;
  }
  .print-only {
    display: block;
  }
  /* le compresseur spip ne distingue les medias screen, all....
        on reset donc a la main bootstrap pour le print       
     */
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: auto !important;
    padding: 5px !important;
    margin: 0 !important;
  }
  body {
    font-size: 82%;
  }
  a[href]:after {
    content: "";
  }
  /* layout */
  #spip-admin,
  .social,
  .row-nav,
  .sidebar,
  .pagination,
  .contenu-ariane,
  .footer-copyright,
  .fdh-button,
  .caption,
  .chiffre-icon {
    display: none;
  }
  .footer {
    border-top: 1px solid #999;
  }
  .footer,
  .footer-adresse {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }
  /* article */
  .contenu-content h1 {
    font-size: 1.8em;
  }
  .contenu-content {
    padding-bottom: 1.5em;
  }
  .article-preview a {
    text-decoration: none !important;
  }
  .article-preview img {
    width: 200px;
  }
  .article-preview-illus {
    float: left;
  }
  /* sommaire */
  .table-homepage a {
    text-decoration: none;
  }
}
/* 80. RESPONSIVE
==============================================================================*/
.responsive-only {
  display: none !important;
}
/* totalement masque: seuil orange  */
.responsive-only-2 {
  display: none !important;
}
/* totalement masque: seuil bleu */
/* casual desktop */
@media (max-width: 1200px) {
  /*.contenu .container {background:green;}*/
  /* rub */
  .preview-titre h1 {
    font-size: 2.4rem;
  }
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
  /*.header,*/
  /*.contenu .container {background:orange;} */
  /* nav */
  .nav-menu a {
    font-size: 1.2rem;
  }
  .nav-menu ul {
    top: 2rem;
  }
  /* home > slider */
  .slides-container .container-core {
    width: auto;
    margin: auto 2em;
    font-size: 90%;
  }
  /* rub */
  .preview-titre h1 {
    font-size: 2rem;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* tags */
  h4 {
    font-size: 2em;
  }
  /* table */
  table.spip td {
    display: block;
    border: none;
    padding: 10px 0;
  }
  table.spip tr {
    display: block;
    border-top: 2px solid #ddd;
    margin: 1em 0;
  }
  /*.header,*/
  /*.contenu .container  {background:lightblue;} */
  /* body: on supprimer les bordures de securite de bootstrap  */
  body {
    padding-left: 0;
    padding-right: 0;
    font-size: 90%;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
    /* retrouver des marges*/
  }
  /* header */
  .nav-logo img {
    max-width: 50px;
    height: auto;
  }
  .nav-hamburger {
    display: block;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 155;
    padding: 30px 30px 40px 90px;
    /* on recouvre le logo pour eviter un clic sur lui */
  }
  .nav-hamburger button {
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 0;
  }
  .nav-hamburger img {
    width: 45px;
    height: 45px;
    border: none;
  }
  /* menu passe en drawer */
  .nav {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #0000ff;
    transition: left 0.2s;
    z-index: 150;
  }
  .nav .container {
    width: 210px;
    margin: 0;
    padding: 0;
    background: #0f3469;
    height: 100%;
  }
  .nav .row,
  .nav .offset1 {
    margin: 0;
    padding: 0;
  }
  /* desactive grille bootstrap */
  .nav-menu {
    margin: 0;
  }
  .nav-menu li {
    display: block;
  }
  .nav-link-list {
    text-align: left;
    margin: 0;
  }
  .socialo a,
  .nav-menu a {
    text-align: left;
    padding: 0.8em .4em;
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #fff;
    display: block;
  }
  .nav-menu a.first {
    border-top: none !important;
  }
  .nav-menu a.on {
    border-top: 1px solid #fff;
  }
  .nav-menu a {
    font-size: 1.42rem;
  }
  /* sous menu */
  /*
        .nav-menu ul {position:static;width:auto;opacity:1;background:transparent;}
        .nav-menu ul a { border-bottom:none;padding-left:.8em;}
        .nav-menu ul a:hover {color:#5490cc;font-weight:normal;}
        */
  /* on le zappe ... */
  .nav-menu ul {
    display: none !important;
  }
  /* footer */
  .footer {
    padding: 2em 1em;
  }
  /* tools */
  .responsive-only {
    display: block !important;
  }
  .responsive-no,
  .responsive-hide {
    display: none !important;
  }
  /* page sommaire */
  .table-homepage {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
  }
  .table-homepage td {
    border: none;
    font-size: 0.8rem;
  }
  .table-home-item {
    border: none;
  }
  .slides-container h1 {
    font-size: 1.6em;
  }
  /* page article */
  #tdm {
    display: none;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  /*.contenu .container {background:pink;} */
  /* header */
  .nav-hamburger {
    padding: 30px 25px 30px 60px;
  }
  .nav-hamburger img {
    width: 40px;
    height: 40px;
  }
  /* spip */
  .spip_documents_left,
  .spip_documents_right {
    float: none;
    margin: 1em 0;
  }
  /* contenu */
  .chapeau,
  .texte,
  .source {
    border: none;
    padding: 0;
    margin: 0;
  }
  .social {
    text-align: center;
  }
  /* footer */
  .footer-adresse {
    margin-bottom: 2em;
  }
  .social_page {
    text-align: center;
  }
  /* rubrique */
  .preview-more {
    display: none;
  }
  /* home */
  .slides-container .container {
    width: 100%;
  }
  .slides-paginate {
    display: none;
  }
}
