@charset "UTF-8";
/*
* = Taille de la titraille
* = Banière & Header
* = Barre de navigation & outil
* = General
* = Page Accueil
* = Article Aperçu (Accueil, rubrique...)
* = Page article Aperçu
* = Blockquote & Textencadre
* = Lien Autre & Article
* = Footer
*/



@import url("fontawesome-free-5.10.2-web/css/all.css"); 

/* A changer */
@media (min-width: 576px) {
  :root {
    font-size: 20px; } }

@media (min-width: 768px) {
  :root {
    font-size: 18px; } }

@media (min-width: 992px) {
  :root {
    font-size: 18px; } }

@media (min-width: 1200px) {
  :root {
    font-size: 18px; } }

@font-face {
  src: url(LinLibertine_DR.ttf);
  font-family: Libertine;
}

a { 
	color: black; }

.thematique-a2 a, .thematique-a3 a, .thematique-a4 a {
    color: #fff;
}


body {
  font-family: "Lato", sans-serif !important; 
  background-color: #718171;
	}

section {
  padding: 1rem; 
  }

#aktuelle_artikel {
padding: 5px;}

section.marge {
  margin-bottom: 2rem; }

row { }

.center {text-align: center;}

#main {
background-color: white;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

main.col-md-9.sommaire {
	background-color: white;
	
}

main.col-md-12.sommaire {
	background-color: white;
	
}

.mots-navigation .liste-sans-puce {
	font-size: 0.95rem;
  	color: black;
	font-weight: bold;
	word-wrap: break-word;
	letter-spacing: normal;
	padding-left: 10px;
	text-indent: -10px; }

.mots-navigation .liste-sans-puce:hover{
	color: white;}

.liste-url {
	font-size: 0.95rem;
	word-wrap: break-word;
}

.liste-url a {
	color: #586258;
	text-decoration-line: underline;
	font-size: 0.85rem;}

.liste-url a:hover {color: black;}


.bottom {
	padding-bottom: 0.5rem;}

.space-top {margin-top: 10px;}

.space-bottom {margin-bottom: 10px;}

#padding-rubrique {    padding-right: 4rem;
    padding-left: 2rem;
    padding-top: 1rem;
}

/* ============================== */
/* === Taille de la titraille === */
/* ============================== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  	margin-bottom: 0rem;
  	font-family: "Lato", sans-serif;
  	font-weight: 600;
	word-wrap: break-word; }

h1, .h1 {
  	margin-bottom: 0.6rem;
	font-size: 2.074rem;
	line-height: 2.5rem; 
	color: black; 
	word-wrap: break-word;
	hyphens: auto;  }

h2, .h2 {
  	font-size: 1rem;
  	line-height: 1.8rem;
	word-wrap: break-word;  }



h3, .h3 {
  	font-size: 1rem;
  	line-height: 1.5rem;
  	margin-bottom: 0.8rem;
	font-weight: bold;
	word-wrap: break-word;
	hyphens: none;   }


h4, .h4 {
  	font-size: 1.2rem;
  	line-height: 1.5rem; 
	word-wrap: break-word; 
	hyphens: auto; }


h5, .h5 {
 	 margin-bottom: 0;  
  	font-size: 1rem;
  	line-height: 1.2rem; 
	word-wrap: break-word; 
	hyphens: auto; }

h6, .h6 {
  	font-size: 0.833rem;
 	line-height: 1rem; 
	word-wrap: break-word; 
	hyphens: auto; }

.title-underline {
	border-bottom: 3px solid #c8d0c8;
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-top: 10px;
}

.aside-rubrique {
border-bottom: 3px solid #c8d0c8;
	font-size: 1.8rem;

	margin-top: 10px;
}


/* ======================== */
/* === Banière & Header === */
/* ======================== */

header.banner {
  background-color: #c8d0c8; }

  header.banner .nom_site_spip a {
    color: black; }
  header.banner .slogan_site_spip {
    color: black; }

.banner-titel {
   align-content: center;
   display: grid;
}

.nom_site_spip {
 	text-align: center;
	hyphens: none;}

#logo {
  margin-bottom: 5px;
  background-image: url('img/logo_best.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  position: relative;}

#nom_box{
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;}

#header_nom {
    font-size: 6vw;
    position: relative;
    color: transparent;
    line-height: normal;}

#header-title {
	font-size: 1.1vw;	
	text-transform: none;
        text-align: center;
	line-height: normal;
	margin-bottom: 0.5rem; }
		
#slogan {
    font-size: 2.5vw;
    text-transform: none;
    font-family: Libertine;}

#publish-box { 
		
}

.publiez {
    -webkit-transform: none;
    transform: none;
	background-image: url('');
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
    padding: 2px 8px;
    text-align: center;
    margin: 5px;
    left: 10px;}


.publiez a {
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    background-color: #a0acab;
    border: 1px solid;
}

.publiez:hover a {
	color: #c8d0c8;
	background-color: #718171;
}


/* =================================== */
/* === Barre de navigation & outil === */
/* =================================== */



.barre-nav {
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid;
  border-top: 1px solid; 
  background-color: #c8d0c8; 
  font-size: 14px; 
  padding-bottom: 0.1rem;
  padding-top:0.1rem;
   }

.barre-nav a {
    font-weight: 700;
    color: black;
    letter-spacing: 0px; 
    padding: 0.2rem;
    margin: 2px;
    margin-right: 10px;
	}
.barre-nav li.current {
    background-color: #ccc; }
 .barre-nav li.current a {
    color: #262626; }
  
.nav-link-a::before { 
    padding-right: 0;
    padding-left: 10px; }

.barre-nav a:hover {
    color: #718171; }
 

.barre-outil {
  font-family: "Lato", sans-serif;
  background-color: #262626; }
  
  
  
.barre-outil a {
	font-size: 1.4em;
	font-weight: bold;
        color: #fff;
	padding: 0; }

.navbar-toggler {
 padding: 0;
 background-color:transparent;
 border:1px solid transparent;
 border-radius:.25rem
}


#navbarText {padding-left: 0.5rem;}

#search-magnifier {
	color: currentColor;
	text-align: center;
	 }
	 

#search-magnifier:hover {
 color: #fff; 
 border-color: #fff;}
 
 


.navbar-toggler-icon {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 1.1em;
    margin-right: 0.3em;
    background-image: url("img/navbar-toggler-icon.svg");
    text-align: center;
}

.nav > li:nth-child(2) > a:nth-child(1) {
 padding: 0;
}




.barre-outil-toggler-icon {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.3em;
	 color: #fff; }
	 
.barre-outil-toggler-icon:hover {
	color: #1f7a57;
}

.barre-outil-icon {
    display: inline-block;
    width: 0.8em;
    margin-right: 0.3em;
    color: currentColor;
    margin: 1px;
    margin-right: 3px;}
	 

.nav-item {
	display: inline-block;
	top: 10px;
	color: white;
}

.nav-link-burger-a {
	display: block;
	padding-top: 0;
	vertical-align: middle;
	line-height: 1;
	}
	
.grey {

	color: black;
}


.dropdown {
  
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d65c5c;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 0.85em;
  white-space: pre-line;
 
}



.dropdown:hover .dropdown-content {
  display: block;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
	text-transform: uppercase;
  display: block;
  padding: 2px;
  border-color: black;
  border-style: solid;
  text-align: center;
  background-color: white;
  
  
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #c8d0c8}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

td {
 background-color: #718171;
 border-style: dotted;
	border-width: 2px;

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #c8d0c8;
}

tr {
	min-height: 2.8em;}


/* =============== */
/* === General === */
/* =============== */
p {
  font-family: "Merriweather", serif;
  font-size: 0.8rem;
  line-height: 1.2rem; 
	color: black; 
	word-wrap: break-word; 
	text-align: justify; 
	hyphens: auto;}

a:hover {
  color: #718171; }
  a:hover span.thematique {
    color: black;  }


.article main {
flex: 1 1 80%;
max-width: 80%;
}
.article aside {
flex: 1 1 20%;
max-width: 20%;


}

time {
  font-family: "Lato", sans-serif;
  font-size: 0.833rem;
  font-weight: 500;
  color: black; }

time-1 {
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: black; }

time-2 {
  font-family: "Lato", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: black; }

time-3 {
  font-family: "Lato", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff; }

span.thematique {
  font-family: "Lato", sans-serif;
  font-size: 0.833rem;
  font-weight: 700;
  line-height: 0;
  }
  
span.rubrique  {
  font-family: "Lato", sans-serif;
  color: black;
  text-transform: uppercase;
  font-size: 0.74rem; 
  font-weight: bold;}


span.rubrique a {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px; 
  font-weight: bold;}
  
 

.rubrique main {
flex: 1 1 70%;
max-width: 70%;
}
.rubrique aside {
flex: 1 1 30%;
max-width: 30%;


}


.fond-couleur {
  background-color: #c8d0c8;
  color: black; 
	padding: 15px; 
	position: relative;
	display: inline-block;

	
}



.article-apercu {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem; }

.thematique-a2 {
	font-family: "Lato", sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: black;  
	font-size: 0.7rem; 
	text-transform: uppercase; 
	padding: 5px; }


.thematique-a3 {
	font-family: "Lato", sans-serif;
	font-weight: bold;	
	color: #fff;
	background-color: black;  
	font-size: 0.7rem; 
	text-transform: uppercase; 
	padding: 5px; }

.thematique-a4 {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: black;  
	font-size: 0.7rem; 
	text-transform: uppercase; 
	padding: 5px; }



.image_responsive {width: 100%;height: auto; margin: 0; border: 0; }
.image_responsive_a {width: 100%;height: auto; margin-bottom: 1rem; border: 0; margin-left: -2rem;}
.image_responsive_v {width: auto;height: 100%;}
.conteneur_image_responsive_h {display: inline-block; position: relative !important;width: 100% !important;height: 0 !important; margin: 0!important; border:0!important}
.conteneur_image_responsive_v {display: inline-block; position: relative !important;width: auto !important;height: 100% !important; margin: 0!important; border:0!important}
.conteneur_image_responsive_h img {position: absolute;top: 0;left: 0;}
.conteneur_image_responsive_v img {height: 100%; width: auto;}
[data-responsive=background] {background-position: center center; background-size: cover; -ms-behavior: url(backgroundsize.min.htc); background-repeat: none;}

.img-fluid {
	background-color: #c8d0c8; }




/* ===================== */
/* === Page Accueil  === */
/* ===================== */

.sommaire {
background-color: #3D533DBA;

}

.sommaire p {
  font-weight: 200;
  font-family: "Merriweather", serif; }

section.manchette {
  padding-top: 0; }

.manchette article:first-child {
  border-right: 1px solid #eee; }

section h1.h3 {
  border-bottom: 3px solid #3D533DBA; 
  font-size: 1.1rem;}

h1.h3.news {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	border-bottom: 3px solid #718171;
	white-space: wordwrap;
	color: black;}


.mini-liste-articles li:before {
  color: #ACAB; }

.date-termin {
  font-family: "Lato", sans-serif;
  font-size: small; }

.agenda-calendrier {
  font-family: "Lato", sans-serif;
  background-color: transparent; 
  padding: 0.1rem;  }

.agenda-calendrier a:hover {
color: #ACAB !important;
}

.moment a {
  color: #ACAB; }

.cartouche {
  background-color: #eee;
  border-bottom: 1px solid #ACAB; }

.publiez-pied {
  background-color: #eee; }

.chronologie {
  border: 1px solid #eee;
  border-top: 3px solid #ACAB; }
  .chronologie .h4 {
    margin-bottom: 0.8rem; }
  .chronologie ul {
    padding-left: 0;
    list-style: none; }
  .chronologie li {
    font-family: "Merriweather", serif; }


.thematique-startseite {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	color: black;
	background-color: none;  
	font-size: 0.7rem; 
	text-transform: uppercase; 
	padding-right: 5px; 
	}

.thematique-news {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: none;  
	font-size: 0.7rem; 
	text-transform: uppercase; 
	padding-right: 5px; }

.thematique-rubrique {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	color: black;
	background-color: none;  
	font-size: 0.7rem; 
	text-transform: none; 
	padding-right: 5px; 
	}

#sidebar {
	background-color: #c8d0c8;
}


#place_time  {
     font-family: "Merriweather", sans-serif;
     font-size: 13px;
     color: #fff;
     margin-bottom: 10px; }

/* HEADER */

.title-header {
	font-size: 1rem;
  	line-height: 1.8rem; 
	margin-bottom: 0.5rem; 
	color: #fff;
	background: black; 
	word-wrap: break-word; 
	hyphens: auto;
	padding-right: 10px;
	padding-left: 10px;}

#header-text {background: white;
	padding-right: 10px;
	padding-left:10px;}

/* ============================================== */
/* === Article Aperçu (Accueil, rubrique...)  === */
/* ============================================== */
.fil_infos article:not(:last-of-type), .rubrique article:not(:last-of-type) {
  position: relative; }

.fil_infos article:not(:last-of-type):after, .rubrique article:not(:last-of-type):after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 1px solid black; }

.fil_infos article:not(:last-of-type):after, .mot article:not(:last-of-type):after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 1px solid black; }

.fil_infos1 :not(:last-of-type):after {
  border: 1rem;
  border-bottom-style: dotted !important; 
  border-color: black; 
  border-bottom: 1px solid black !important;
  padding-bottom: 18px; }


.page-mot-article:not(:last-of-type):after {
  border-bottom: 1px solid black; }



.grille article:not(:last-of-type) {
  position: relative; }

.grille article:not(:last-of-type):after {
  position: absolute;
  right: -15px;
  bottom: 0;
  left: -15px;
  content: "";
  border-bottom: 1px solid #e6e6e6; }

.article-apercu h3, .article-apercu .h3 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem; }


.article-apercu a {
  color: black !important;
  text-decoration-line: none !important;}

.suggestion-article h1 {
  font-size: 1.6rem;}

.suggestion-article h3 {
  font-size: 1rem;
  color: black;
  margin: 0.85rem 0rem; }

.suggestion-article h3 a {
  font-size: 1rem;
  color: black !important;
  text-decoration-line: none !important;
  padding: 3px;
  text-transform: uppercase;}

.suggestion-article a:hover {
  color: #718171 !important; }

.suggestion-article p {
  font-size: 0.7rem !important;
  line-height: 1.8 !important; }

.suggestion-article row {
  padding: 1.5rem;
}

.article .article-apercu {
  padding-bottom: 1rem;}

.titel_side {
  margin-top: 1rem;
  font-size: 16.2px;
  hyphens: auto;
}




/* ============================ */
/* === Page article Aperçu  === */
/* ============================ */

header1 {padding-bottom: 1rem}



.article p {
  font-size: 0.9rem;
  line-height: 1.7rem;
  font-family: "Merriweather", serif; }

.article h3 {
  margin-bottom: 0.85rem; 
	font-family: "Lato", sans-serif; }

.article li {
  font-size: 0.9rem;
  line-height: 1.7rem;
  font-family: "Merriweather", serif; }

.article .rubrique {
  float: right; }

.article aside h1 {
  margin-top: 0; }

.article blockquote {
  margin-bottom: 0.85rem;
  font-size: 1rem;
  line-height: 1.7rem; }

.article .grandformat h1 {
  font-size: 2.5rem;
  line-height: 2.5rem; }

.article a {
 color: #2eb883;
 text-decoration-line: underline;
}

.article .col-md-12 {
margin-bottom: 2rem;
padding-left: 25px;
padding-right: 25px;}

.texte-principal {
margin-bottom: 2rem; }

.chapo {
  font-weight: 600; }

.suggest_pied article {
  border-top: 2px solid #ACAB; }

.ps {
  border-top-style: solid;
  padding: 0.7rem;
  border-width: 1px;
  border-style: solid;
  margin-top: 1.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.ps .ps-title {
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.5rem; 
  word-wrap: break-word; 
  hyphens: auto; 
  margin-bottom: 0.3rem;
}

.ps .surlignable p {
  font-size: 0.78rem;
  margin-bottom: 0.3rem;
  line-height: 1.5rem;}

.footnote {
  margin-bottom: 3rem;}

.footnote_text p {
  font-size: 0.7rem;
  margin-bottom: 0px; }

.footnote_line {
  width: 33%;}

.rubrique-thematique {
	margin-top: 10px;
	margin-bottom:20px;}

.rubrique-thematique a {
	color: #fff;
 	text-decoration-line: none;}



/* ================================ */
/* === Blockquote & Textencadre === */
/* ================================ */
blockquote {
  font-family: "Merriweather", serif; }

blockquote.spip {
  padding: 0.6rem 0;
  margin: 1.2rem 0.6rem;
  border-left: 4px solid #eee; }

blockquote.spip:before {
  font-family: PT serif;
  color: #ACAB;
  content: "«"; }

blockquote.spip_poesie {
  float: right;
  width: 314px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  text-align: right;
  border-top: 2px solid #ACAB; }

.texteencadre-spip {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #f5f5f5 !important;
  border: none !important; }

.spip_doc_titre {
  font-size: 1rem;
  font-style: italic;
  color: #777; 
  }

.spip_doc_descriptif {
  font-size: 1rem;
  font-style: italic;
  color: #777; }

/* ============================ */
/* === Lien Autre & Article === */
/* ============================ */
.autres_articles {
  padding: 0.4rem 0; }
  .autres_articles a {
    padding: .4rem 0;
    font-size: 0.833rem; }
  .autres_articles a:hover {
    padding: .5rem 0;
    text-decoration: none; }

.autres_ajax {
  text-align: center;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6; }

.autres_ajax:hover {
  border-top: solid 1px #ACAB;
  border-bottom: solid 1px #ACAB;
  -webkit-transition: all .2s;
  transition: all .2s; }

/* ============== */
/* === Footer === */
/* ============== */
footer.pied {
  color: #777;
  background-color: #262626; }
  footer.pied h2 {
    color: #fff; }
  footer.pied a, footer.pied p {
    color: #777; }
  footer.pied #up div {
    background-color: #ACAB; }
