/* --------------------------------------------------------------

   theme.css
   Theme responsive ésam-c2.fr 2018  
   2018 - theme ésam - Graphisme : N. Latour-Novo / dev : Y. Robillard

-------------------------------------------------------------- */

/* ------------------------------------------
/* Habillage des balises HTML
/* ------------------------------------------ */

/* Elements principaux
------------------------------------------ */
body {
	font-family: "nb_akademie_stdregular","Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	background:#FFF;
} 

h1,.h1,
h2,.h2 { line-height: 1.2;}

/* Hyperliens
---------------------------------------------- */
a, a:visited { color: #000; text-decoration: underline solid 1px; }
 
a:focus, 
a:hover, 
a:active { color:#000; text-decoration:none; }

/*--------------------------------------------------------------
# Top Bar page sommaire
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #333;
}

#topbar .contact-info i {
  color: #000;
  padding: 4px;
}
/*
#topbar .contact-info {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #000;
}
*/
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #000;
}


#topbar .lang-links a {
  color: #000;
  padding: 4px 0px;
  display: inline-block;
  line-height: 1px;
  border-right: 1px solid #000;
}

#topbar .lang-links a:hover {
  color: rgba(220, 0, 0, 0.9);
}

#topbar .lang-links a:first-child {
  border-left: 0;
}

#topbar .lang-links .fa-search,
#topbar .lang-links .fa-sitemap,
#topbar .lang-links .fa-envelope-o,
#topbar .lang-links .fa-rss,
#topbar .lang-links .fa-cog
{
  padding: 0 8px;
  margin-right: 0px;
}
/*--- fin Bar page sommaire ---*/


/* ----- menu déroulant langues */

.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    margin: 0; /* remove default margins */
}
.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;    
}


@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .custom-dropdown__select {
        padding-right: 2em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: 2em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}

/* ----- fin menu déroulant langues */

/*--------------------------------------------------------------
# Header sommaire
--------------------------------------------------------------*/
#header {
  padding: 10px 0 0 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}

#header #logo h1 {
  font-size: 45px;
  margin-left: 20px;
  padding: 0;
  line-height: 1;
  font-family: "nb_akademie_stdregular", sans-serif;
}

#header #logo h1 a {
  color: #000;
  line-height: 1;

}

#header #logo h1 a span {
  color: #F00;
}

#header #logo img {
  padding: 0;
  margin: 0;
  display: none;
}

#header .social-links {
	font-size: 1.4em;
	margin-right: 10px;
}

#header .social-links a {
  color: #000;
  padding: 2px 6px;
  display: block;
  line-height: 2px;
}

#header .social-links a:hover {
  color: rgba(220, 0, 0, 0.9);
}

#header-page .social-links a:hover {
  color: #FAE242;
}

#header-page-article .social-links a:hover {
  color: #00aeff;
}

#header .social-links a:first-child {
  border-left: 0;
}


@media (max-width: 768px) {
  #header {
    padding: 10px 0;
	  
  }
	
  #header #logo h1 {
    font-size: 34px;
	display: none;
  }
  
  #header #logo img {
    max-height: 30px;
	display: inherit;
  }

  #header .social-links {
	display: none;}
/*	ne pas afficher les social-links dans le header en version mobile
  
  #header .social-links a {
   	display: inline;
  	padding: 0px 3px;
  	line-height: 1px;
  } */
}

/* HEADER spécial pour toutes les pages interieures autres que sommaire*/
#header-page, #header-page-article {
  position:fixed;
  width: 100%;
  padding: 0;
  margin-right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  border-bottom: 1px solid #000;
}

#header-page #logo h1, #header-page-article #logo h1 {
  display: none;
}

#header-page #logo h1 a, #header-page-article #logo h1 a{
  color: #000;
  line-height: 1;

}

#header-page #logo h1 a span, #header-page-article #logo h1 a span {
  color: #F00;
}

#header-page #logo img, #header-page-article #logo img {
  padding: 0;
  margin: 25px 10px 0 10px;
  height: 30px;
  vertical-align: middle;
}

#header-page .social-links, #header-page-article .social-links {
	font-size: 1.4em;
	width: 62px;
	padding-top: 10px;
	background: rgb(255, 255,255);
}

#header-page .social-links a, #header-page-article .social-links a {
  color: #000;
  padding: 2px 4px;
  display: inline;
  line-height: 2px;
}


#header-page .social-links a:first-child, #header-page-article .social-links a:first-child {
  border-left: 0;
}

#menu-general {
	font-size: 1.4em;
	width: calc(100% - 110px);
	background: rgb(255, 255,255);
}

@media (max-width: 768px) {
  #header-page, #header-page-article {
    padding: 10px 0;
    height: 50px;
  }
  #header {
	border-bottom: 1px solid #000;
	}
  #header-page #logo h1, #header-page-article #logo h1 {
    font-size: 34px;
	display: none;
  }
  
  #header-page #logo img, #header-page-article #logo img {
    max-height: 30px;
	display: inherit;
  }

  #header-page .social-links, #header-page-article .social-links {
	display: none;}
  
  #menu-general {
	display: none;}

  #header-page #logo img, #header-page-article #logo img {
  margin: 0px 10px 0 10px;
  height: 30px;
  vertical-align: middle;
}

/*	ne pas afficher les social-links dans le header en version mobile
  
  #header-page .social-links a {
   	display: inline;
  	padding: 0px 3px;
  	line-height: 1px;
  } */
}

/* fin HEADER spécial pour toutes les pages interieures autres que sommaire */




/*--------------------------------------------------------------
# Navigation Menu sommaire et menu pages
--------------------------------------------------------------*/
#nav-menu-sommaire{
	float: right;
    /*margin-top: 4px;*/
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;

}

#nav-menu-general{
	width: 100%;
	background: #FFF;

}

#nav-menu-page, #nav-menu-page-article{
	width: 100%;
	background: #FFF;
}

#nav-sous-menu, #nav-sous-menu-article{
	width: 100%;
	background: #FFF;
	height: 42px;
	border-top: 1px solid #000;

}

/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0 -2px 0 -2px;;
  padding: 0;
  list-style: none;
  text-align: center;
  vertical-align: top;

}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


#nav-menu-supl{
		display: none;
	}

@media (max-width: 992px) {
 #nav-menu-sommaire {
  }
 
 #nav-menu-supl{
		display: none;
	}
}

@media (max-width: 768px) {
  #nav-menu-sommaire {
    display: none;
  }
  #nav-menu-supl{
	display: inline;
  }
}

/* Nav Menu Styling */
.nav-menu a {
  padding: 10px 25px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 15px;
  outline: none;
}

.nav-menu a:active {
	background: #000;
}
/* nav-sous-page menu primaire dans pages secondaires*/
#nav-menu-page .nav-menu a, #nav-menu-page-article .nav-menu a {
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 14px;
  outline: none;
}

#nav-menu-page-article .nav-menu .rubrique-actived-dans-article a, #nav-sous-menu-article .nav-menu .rubrique-actived-dans-article a{
	  color: #FFF;
}

/* nav-sous-menu dans pages secondaires*/
#nav-sous-menu .nav-menu a, #nav-sous-menu-article .nav-menu a {
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 14px;
  outline: none;
}

#nav-sous-menu .nav-menu > .menu-active > a, #nav-sous-menu-page .nav-menu > .menu-active > a, .nav-menu > .menu-active > a {
  color: #FFF;
  background-color: rgba(0, 0, 0, 1);
  text-decoration: none;	
}


#nav-sous-menu .nav-menu a:hover, #nav-menu-page .nav-menu a:hover {
  background: #FAE242;
}

#nav-menu-page-article .nav-menu a:hover, #nav-sous-menu-article .nav-menu a:hover {
	background: #00aeff;
}

@media (max-width: 992px) {
.nav-menu a {
  padding: 10px 8px;
}
}

.nav-menu li:hover > a {
  color: #000;
  background-color: rgba(220, 0, 0, 1);
  text-decoration: none;
	
}

.nav-menu > .menu-active {
  color: #FFF;
  background-color: rgba(0, 0, 0, 1);	
}

.rubrique-actived, .article-actived, .rubrique-actived-dans-article {
  color: #FFF;
  font-size:14px;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 1); 
}

.rubrique-actived-dans-article{
	padding: 0;
}

.nav-menu > li > span {
  margin: 0px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}


.nav-menu ul ul {
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu sommaire version téléphone
--------------------------------------------------------------*/
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 10px 0 5px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #000;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}


/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 0px;
  bottom: 0;
  z-index: 998;
  left: -330px;
  width: 330px;
  overflow-y: auto;
  transition: 0.4s;
  text-align: center;
}

#mobile-nav .rubrique-actived, #mobile-nav .article-actived, #mobile-nav .article-actived-dans-article, #mobile-nav .rubrique-actived-dans-article {
    font-size: 25px;
}

/* couleurs pour mobil nav sommaire */ 
.rouge{
  background-color:rgba(220,0,0,1);
}
.jaune{
  background: #FAE242;
}

.bleu{
  background: #00aeff;
}


#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
  border-bottom: 1px solid #000;
}

#mobile-nav ul li a {
  color: #000;
  font-size: 25px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
text-align: center;
}

#mobile-nav ul li.rubrique-actived a, #mobile-nav ul li.article-actived a, #mobile-nav ul li.article-actived-dans-article a, #mobile-nav ul li.rubrique-actived-dans-article a {
	color: #FFF;
}

#mobile-nav ul li a:hover {
  color: #fff;
  background: #000;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

/* supplément nav-menu pour affichage mobile */
.nav-menu-supl-livrets, .nav-menu-supl-social-links, .nav-menu-supl-ml {
}

.nav-menu-supl-livrets {
	margin-top: 20px;	
}

.nav-menu-supl-livrets a, .nav-menu-supl-social-links a, .nav-menu-supl-ml a {
	color: #000;
	font-size: 15px;
	padding: 20px 6px;
}

.nav-menu-supl-livrets a:hover, .nav-menu-supl-social-links a:hover, .nav-menu-supl-ml a:hover {
	color: #FFF;
	text-decoration: none;
}

.nav-menu-supl-livrets {
	
}

.nav-menu-supl-ml a {
 	font-size: 12px;
}


#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

/* fil d'ariane */
.arbo { clear: both; font-size: .9em; color: #666; }
.arbo * { font-weight: normal; }
.arbo a,
.arbo a:visited { color: #666; }
.arbo a:hover,
.arbo a:focus { background: #666; color: white; text-decoration:none; }

.cartouche { margin-bottom: 1.5em; }
.cartouche h1 { margin-bottom: 0; }
.cartouche p { margin-bottom: 0; }
.surtitre{}
.soustitre {}
abbr.published { border: 0; }
@media print {
	abbr[title].published:after { content: ""; }
	abbr[title].dtreviewed:after { content: ""; }
}
.info-publi { margin: 1.5em 0 0; font-size: .9em; font-style: italic; }
html[dir="rtl"] .info-publi { font-style: normal; }
.traductions { font-size: .9em; }
.traductions a[hreflang]:after { content: ''; }

.chapo { font-weight: bold; }
.texte {}
.hyperlien { display: block; padding: 1.5em 50px; background: #EEE url(img/def.png) no-repeat 25px 1.9em; font-weight: bold; }
.ps, .notes { margin-bottom: 1.5em; }
.notes { clear: both; font-size: .9em; }

/* Listes et tableaux */
dl.spip dt { background: url(img/def.png) no-repeat 25px .5em; }
dl.spip dd {}

table.spip {margin:1em 0;}
table.spip caption {  background: none; border-bottom: 1px solid; text-align: left; font-weight: bold; }
table.spip thead th { background: none; border: 1px solid; border-width: 1px 0; }
table.spip tbody tr th,
table.spip tr td { background: none; }
table.spip tbody tr.odd th,
table.spip tr.odd td { background: #EEE; }
table.spip tr:hover td {background: #AAD;}
table.spip tfoot { border-top: 1px solid; }

/* Formulaires : variantes et cas particuliers
----------------------------------------------- */
.formulaire_spip { margin: 1.5em; }

fieldset {
  width: 100%; margin: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

label { display: block; }
.formulaire_recherche label { display: inline-block; }
.erreur_message { display: block; }
input.text,textarea {
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content input.text { width: 50%; }
textarea { width: 100%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche input.text { 
	width: 83%;
	height: 32px;
	padding-left: 20px;
	vertical-align: middle;
	border:solid 1px #aaa;
	background:#fff url(img/recherche.png) no-repeat left center;
	-webkit-border-radius: 0.25em 0 0 0.25em;
	border-radius: 0.25em 0 0 0.25em;
}
.formulaire_recherche input.submit { 
	width: 17%;
	padding:0; 
	height: 32px;
	vertical-align: middle;
	border:solid 1px #aaa;
	background:#ddd;
	border-left: none;
	-webkit-border-radius: 0 0.25em 0.25em 0;
	border-radius: 0 0.25em 0.25em 0;
	text-align: center;
}


/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /*IE/Win*/

/* Formulaire de login dans une page */
.formulaire_login .editer-groupe .editer { clear: left; }
.formulaire_login .editer_password .details { display: block; }
.formulaire_login #spip_logo_auteur { float: right; }

/* Fomulaire de contact */
.formulaire_ecrire_auteur {}
.formulaire_ecrire_auteur .saisie_sujet_message_auteur input.text { width: 100%; }


/* Habillage des portfolios
---------------------------------------------- */
.documents_portfolio li {display:inline;margin:0;padding:0;}
.documents_portfolio a {display:inline-block;padding:10px;margin:5px;border:1px solid #ccc !important;color:#EEE;background:#fff;box-shadow: 5px 7px 5px 2px rgba(85,85,85,0.3);}
.documents_portfolio a:hover {color:#999;opacity:0.8;}
.documents_portfolio img {margin:0;}

.documents_joints .descriptif p {margin:0;}

/* Habillage des forums
---------------------------------------------- */
.comments  {margin-top:2em;padding:1em 0;border-top:10px solid #EEE;}
.comments  ul {list-style:none;}
.comment-item {margin:0.5em 0 0 0;padding:0.5em 0 0 0;border-top:1px solid #EEE;}
.comments-items .comments-items {margin-left: 25px;padding-left: 20px;border-left:5px solid #ddd;}
.comment-meta { margin: 0; font-weight: bold; }
.comment-meta small { font-size: 100%; }
.comment-meta abbr { border: 0; }
.comment-meta a { text-decoration:none;}
.comment-content .hyperlien { padding: 0; background: transparent; font-weight: normal; }

/* Formulaire de forum */
.forum-titre  {margin-top:2em;padding:1em 0;border-top:10px solid #EEE;}
.formulaire_forum {}
.formulaire_forum legend { display: none; }
.formulaire_forum .saisie_titre input.text { width: 100% }
.formulaire_forum .session_qui { display: none; }
.formulaire_forum .saisie_texte .explication { font-size: .9em; font-style: italic; margin: 0.5em 0; }
html[dir="rtl"] .formulaire_forum .saisie_texte .explication { font-style: normal; }
.formulaire_forum .boutons { margin-top: 1em; }

/* Habillage des petitions
---------------------------------------------- */
#signatures td.signature-date small { white-space: nowrap; }
#signatures .formulaire_recherche { margin: 1.5em auto; text-align: center; }

/* Formulaire de signature */
.formulaire_signature {}

/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de nav */
.menu { clear: both; margin-bottom: 1.5em; text-align: left; }
.menu p {}
.menu ul { margin-bottom: 1.5em; }
.menu ul li {}
.menu ul li ul { margin-left: 1.5em; list-style: circle; }
 
/* Pagination */
.pagination a,
.pagination .on  { padding:.5em; margin: 0em; border-radius:.25em; }
.pagination a { background: #f0f0f0; text-decoration: none; }
.pagination .on,
.pagination a:hover,
.pagination a:focus,
.pagination a:active { font-weight: bold; background: #c41558; color: #fff; }
.pagination .sep { visibility: hidden; }
.menu_articles .pagination strong {font-size:1em;}

/* Listes d'articles et extraits introductifs */
.menu_articles li { clear: both; margin-bottom: 1.5em; }
.menu_articles li h3,
.menu_articles li h2 { margin: 0 0 0.2em 0; }
.menu_articles li p { margin: 0; }
.menu_articles li small {  }
.menu_articles li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.menu_articles li div {margin-top:0.2em;margin-bottom:0.5em;}
.menu_articles a {text-decoration:none;}
.menu_articles strong {font-size:1.2em;}
 
.menu_breves li {}
.menu_breves li h3 { margin: 0; }

.aside h2 {border-bottom:3px solid #EEE;padding-bottom:.1em;}
.aside li {margin:1em 0;}
.aside a {text-decoration:none;}

#footer-sommaire, #footer-rubrique, #footer-article{
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.9);
	height: 34px;
	border-top: 1px solid #000;
}

#footer-sommaire ul, #footer-rubrique ul, #footer-article ul {
	margin-top: 0;
}
#footer-sommaire ul li, #footer-rubrique ul li, #footer-article ul li, #footer-article, #footer-rubrique {
	display: inline-block;
	font-family: "nb_akademie_mono_stdregular","Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-margin-before: 7px;

}

@media (max-width: 768px) {
#footer-sommaire, #footer-rubrique, #footer-article {
    display: none;
  }
}

#footer-rubrique a>marquee , #footer-article a>marquee {
	margin: 6px 20px 0 0;
}

#footer-sommaire ul li a, #footer-rubrique ul li a, #footer-article ul li a, #footer-rubrique a,#footer-article a{
	color: #000;
	font-size: 12px;
	padding: 9px 19px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}
#footer-sommaire ul li a:hover {
	background: rgba(220, 0, 0, 1);
}
#footer-rubrique ul li a:hover, #footer-rubrique a:hover {
	background: #FAE242;
}
#footer-article ul li a:hover, #footer-article a:hover {
	background: #00aeff;
}

.footer a {text-decoration:none;}
.footer a.spip_out:after {
  content: "";
}

/* ------------------------------------------
/* Autres medias
/* ------------------------------------------ */

@media print {

	/*  Ne pas imprimer */
	.spip-admin,
	.spip-admin-float,
	.spip-previsu { display: none; }
	.repondre,
	.formulaire_spip { display: none; }

	/* Souligner et expliciter les liens */
	a { color: #600; text-decoration: underline !important; }
	a.spip_out:after,
	a.spip_glossaire:after,
	a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }

}


/* ------------------------------------------
/* Responsive
/* ------------------------------------------ */

/* largeur maximum 767px */
@media (max-width: 767px) { 
  .pagination {line-height:3;}
}

 
/* largeur maximum 640px */
@media (max-width: 640px) {
  body {font-size:.95em;}
  h1,.h1,
  h2,.h2 { line-height:1;}

}

/* ------------------------------------------
/* Responsive
/* ------------------------------------------ */
.carousel
	{
	width:100%;
	color:#000000;
	padding-bottom: 40px;
	}
.carousel-desc-sommaire {
	height: 100%;
	padding: 50px 20px 20px 20px;
	font-size: 1.8em;
}

/* Liens page sommaire */
a.carousel-desc-sommaire-link {
	display: block;
	color:rgba(0,0,0,1);
	text-decoration: none;
	padding: 30px 20px 20px 30px;
	font-size: 1.8em;
	height: 100%;
}
/* ------------------------------------------
/* carousel rubrique Flickr
/* ------------------------------------------ */
.carousel-rubrique
	{
	width:100%;
	color:#000000;
	}
.carousel-inner-rubrique{
/*	position: relative;
width: 100%;*/
margin-bottom: 5px;
min-height: 400px;
	height: 400px;
	text-align: center;
}
.carousel-caption-rubrique{
	position: absolute;
	right: 15%;
	bottom: -23px;
	left: 15%;
	z-index: 10;
	color: #000;
	text-align: center;
	font-size: 12px;
}


@media (max-width: 768px) {
	a.carousel-desc-sommaire-link {
		font-size: 1.2em;
	}
	.carousel-rubrique
	{
	margin-top: 50px;
	}

	
}
a.carousel-desc-sommaire-link:hover{
	background-color:rgba(220,0,0,1);
	color:rgba(0,0,0,1);
	text-decoration: none;
}

.carousel-desc-sommaire-link > p {
	font-weight: 400;
	font-size: 1.1em;
	line-height: initial;
	margin-bottom: 0;
	padding-bottom: 5px;
}


.desc-rubrique {
	/*padding: 15px;*/
	/*margin-top: 25px;*/
}
.desc-article, .desc-article-perso, .desc-article-plan, .wizard-content {
	padding: 15px;
	margin: 0;
}


.desc-rubrique h1, .desc-article h1, .desc-article-plan h1 {
	font-size:8em;
	margin: 0px 15px 30px 6px;
	letter-spacing: -2px;
	line-height: 0.8em;
	hyphens: auto;
}

.desc-article-perso h1{
	font-size:8em;
	margin: 0px 15px 30px 6px;
	letter-spacing: -2px;
	line-height: 0.8em;
	hyphens: inherit;
}

.desc-article h1, .desc-article-perso h1, .desc-article-plan h1, .wizard-content h1 {
	margin: 7px 15px 30px 6px;
}

.desc-rubrique li:before, .desc-article li:before, .desc-article-perso li:before, #content-left-article li:before {
	content: "— ";/* on affiche une chaîne de caractère */
	padding-right: 2px;
}

/***********************************************************************************************************************/
/**  personnalisation des sous puces                                                                                                           **/
/***********************************************************************************************************************/

.desc-rubrique ul>li>ul, .desc-article ul>li>ul, .desc-article-perso  ul>li>ul, #content-left-article  ul>li>ul {
    padding-left:36px;
}
.desc-rubrique ul>li>ul>li, .desc-article ul>li>ul>li, .desc-article-perso  ul>li>ul>li, #content-left-article  ul>li>ul>li {
    list-style-type:circle;
}
.desc-rubrique ul>li>ul>li:before, .desc-article ul>li>ul>li:before, .desc-article-perso  ul>li>ul>li:before, #content-left-article  ul>li>ul>li:before {
content: "";/* on supprime le trait — par defaut des autres puces */
}
/***********************************************************************************************************************/

@media (max-width: 1300px) {
	.desc-rubrique h1, .desc-article h1, .desc-article-perso h1, .desc-article-plan h1 {
	hyphens: auto;
	}
}

@media (max-width: 768px) {
	.desc-rubrique h1, .desc-article h1, .desc-article-perso h1, .desc-article-plan h1 {
		font-size:5em;
		margin-top: 48px;
		hyphens: auto;
	}
}


.desc-rubrique > .desc-rubrique-desc > p, .desc-article > .desc-article-desc > p, .desc-article-perso > .desc-article-desc > p, .wizard-content > .desc-article-desc > p{
	font-size:1.8em;
	margin: 0 15px;
	line-height: -moz-block-height;
	line-height: 1.2em;
}
.desc-rubrique > .desc-rubrique-text, .desc-article > .desc-article-text, .desc-article-perso > .desc-article-text, .wizard-content > .desc-article-text {
	font-size: 1.1em;
}

.desc-rubrique > .desc-rubrique-text, .desc-article > .desc-article-text, .desc-article-perso > .desc-article-text, .wizard-content > .desc-article-text {
	margin:  15px;
	line-height: initial;
}

#event-sommaire > a.link-event-sommaire, #event-rubrique > a.link-event-rubrique, #event-article > a.link-event-article {
	color: #000;
	display: block;
	text-decoration: none;
	
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    break-inside: avoid-column; /* W3C */ 
}
#event-sommaire > a.link-event-sommaire:hover{
	background-color:rgba(220,0,0,1);
}
#event-rubrique > a.link-event-rubrique:hover{
	background-color: #FAE242;
}
#event-article > a.link-event-article:hover{
	background-color: #00aeff;
}

#map1{
	border-bottom: 1px solid #000;
}

/*fin liens page sommaire */


/* fin */