@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
*/

/* les couleurs: 
rose V2 #ce7372
gris #f9f9f9
orange #ff5c33
a hoover #656256
bordeaux nouveau #67141e
hoverblanc 2 #ffffffad
hoverblanc 1 #ffffff7d
*/

/*logo sur la gauche */
a#logo img {
  width: 20%;
}

a#logo img:hover{
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}
 /*publier sur la droite */
a#linkpublier img{
	width: 20%;
	image-orientation
}

/*image centrale */
a#starthome img {
  width:100% ;
}

.img_gauche {
  position: absolute;
  bottom: 48%;
  left: -6.5%;
  width: 15%;
  rotate: -30deg;
}
.img_gauche img, .img_droite img{
  width:55%;
}

.img_droite {
  position: absolute;
  bottom: 80%;
  right: 0.5%;
  width: 15%;
  rotate: 30deg;
}

.img_arriere {
  position:absolute;
  z-index:1;
  width:30%;
}

.img_avant:hover + .img_arriere{
  position:absolute;
  z-index:1;
  animation: key_rotation 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes key_rotation {
  0% { transform: rotate(0deg);}
  50% { transform: rotate(180deg)}
  100% { transform: rotate(360deg)}
}

.img_avant {
  position:absolute;
  z-index:2;
  transition: opacity 0.3s ease-in-out;
}

.img_gauche > img.img_avant:hover {
  content:url("img/v2_tmp/A_propos_Hover.png")
}

.img_droite > img.img_avant:hover {
  content:url("img/v2_tmp/Publier_hover.png")
}

a#linkpublier img:hover{
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* FIN */
@media (max-width:576px) {
.padding-article:last-child {
  border-width: 2px;
  border-bottom-style: solid;
  border-left:none !important;
  border-color:#67141e87;  
}
.barre-nav {
  font-size:18px !important;
}
}

@media (max-width:1050px) {
.barre-nav {
  font-size:13px ;
}
}

@media (min-width:1051px) {
.barre-nav {
  font-size:18px ;
}
}

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

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

@media (min-width: 992px) {
  :root {
    font-size: 18px;
  }
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  :root {
    font-size: 18px;
  }
  .container {
    max-width: 100%;
  }
}

@font-face {
  font-family: "bohemiansoul";
  src: url("Bohemian Soul.otf?#iefix") format("otf"),
    url("Bohemian Soul.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Georgia", serif !important, bold;
  background-color: white;
}

section {
  padding: 0rem 0;
}

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

/* ============================== */
/* === Taille de la titraille === */
/* ============================== */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, 
h7{
  margin-bottom: 0;
  font-family: "Georgia", serif, bold;
  font-weight: 600;
  letter-spacing: 1px;
}

h1,
.h1 {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  line-height: 2rem;
}

h2,
.h2 {
  font-size: 1.44rem;
  line-height: 1.5rem;
}

h3,
.h3 {
  font-size: 1.6rem;
  
  font-family: "Georgia";
  line-height: 1.5rem;
  
}

h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1rem;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1rem;
}

h6,
.h6 {
  font-size: 0.833rem;
  line-height: 1rem;
}


/* ======================== */
/* === Banière & Header === */
/* ======================== */
header.banner {
  text-align: center;
}

/* =================================== */
/* === Barre de navigation & outil === */
/* =================================== */
.nav-link-outil:hover {
  background-color: grey;
}

.nav-item {
  margin: auto;
  }

.menu-entree a{
  color:black !important;
}

.menu-entree a:hover {
  color: #ce7372 !important;
}

.barre-nav {
  padding:0.01em;
  font-family: BohemianSoul, sans-serif, bold;
  text-align: center;
  font-weight: 900;
  background-color: black;
  background-size: cover;
}
.barre-nav a {
  color: white;
  letter-spacing: -1px;
  background-color: transparent;
  /*-webkit-text-stroke: 0.01em black;*/
}
.barre-nav a:hover {
  color: #ce7372;
}
.barre-nav li.current {
  background-color: white;
}
.barre-nav li.current a {
  color: black;
}

.barre-outil {
  display: none !important;
  font-family: "Georgia", sans-serif;
  background-image: url("img/them4.png");
  background-size: cover;
  letter-spacing: -0.5px;
  border: 2px #67141e solid;
  font-weight: 900;
  -webkit-text-stroke: 0.01em black;
}

.barre-outil a:hover {
  color: #67141e;
  text-shadow: 0 2px 0 white;
  background-color: #ffffffad;
  border-radius: 3px;
}

.barre-outil a {
  color: white;
}

#minibanniere {
  margin: auto;
  width: 100%;
  height: 100%;
}

.navbar-mini {
  width: 100%;
}

.button-middle {
  margin-top:0.17em !important;
}

.list-style-none {
  list-style:none;
}

.navbar-mini > a {
  border: none 1px ;
  padding: 0 0.5rem;
  margin: calc((1.5*1.25rem + 0.5rem - 1.4rem) / 2) 0;
  font-size: 1rem;
}
.navbar-mini > a:hover {
  border: none 1px ;
  color: #ce7372;
  padding: 0 0.5rem;
  opacity: 0.8;
  margin: calc((1.5*1.25rem + 0.5rem - 1.4rem) / 2) 0;
}

button.navbar-toggler {
  margin: auto;
}

#navbarMenu .dropdown-menu {
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 5px;
}

.barre-nav .navbar-toggler {
  background-color:white
}

#search-button{
  border-radius: 4px;
  padding: 7px;
  fill: white;
}

#search-button:hover{
  border-radius: 4px;
  padding: 7px;
  fill:#ce7372;
}


/* =============== */
/* === General === */
/* =============== */

p {
  font-family: "Georgia", serif;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: left;
}

a {
  color: black;
}

a.spip_url,
a.spip_out,
a.spip_in {
  color: black;
  text-decoration: underline;
  font-weight: bolder;
}

a:hover {
  color: #ce7372;
}

span.thematique>a:hover {
  color: white !important;
}

.article-apercu:hover {
  color: #67141e ;
}

time {
  font-family: "Georgia", bold;
  font-size: 0.8rem;
  font-weight: 500;
  color: revert;
}

span.thematique {
  /* margin: 1px 1px 10px 10px; */
  font-family: "Georgia", sans-serif;
  font-size: 0.7rem;
  color: white;
  background-color: #ce7372;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  letter-spacing: 1px;
  font-weight: bolder;
}

span.thematique a,
div.thematique {
  font-family: "Georgia", sans-serif;
  font-weight: 600;
  line-height: 0;
  color: white;
  /* padding-left: 2px  */
  /*padding-right: 2px;*/
}

span.rubrique a {
  font-family: "Georgia", bold;
  font-size: 1rem;
  color: #230903;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.fond-couleur {
  background-color: black;
  color: white;
}

.article-apercu {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  background-color: white;
}

.article-apercu a:hover {
  color: black;
}

.article-apercu time {
  float:right;
  padding-top: 0.6rem;
  font-family: "philosopherregular";
}

article.article-apercu.large {
  position: relative;
}

/* ===================== */
/* === Page Accueil  === */
/* ===================== */
.sommaire p {
  /*font-weight: 250;3/
  /*font-size: 20;*/
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Georgia", serif;
  /*text-align: justify;*/
  text-align: justify;
}

div.manchette {
  padding-top: 0;
}

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

section h1.h3 {
  /*background-color: white;*/
  font-size: 1.1rem;
  border-bottom: 1px solid #ce7372;
  padding-left: 0px;
  margin-left: 0px;
  color: black;
}

.agenda-calendrier li {
  display: flex;
}
.agenda-calendrier .date-agenda {
  float: none;
  min-width: 52px;
}

.agenda-calendrier .date-agenda .month {
  font-family: "Georgia", sans-serif, bold;
  background-color: #ce7372;
  font-size:0.5rem;
  height:1rem;
}

.agenda-calendrier .date-agenda .day {
  font-family: "Georgia", sans-serif, bold;
  background-color: rgb(0, 0, 0);
}

main.agenda h1.h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: black;
}

.agenda h3 {
  text-align: center;
}

.moment a {
  color: #230903;
}

.cartouche {
  background-color: #f9f9f9;
  border-bottom: 1px solid black;
}
.fil-infos-p {
  transition: background-color 0.5s ease;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.fil-infos-p .agenda:hover {
  background-color: #67141e;
}

.fil-infos-p span {
  align-self: flex-end;
}

.publiez-pied {
  background-image: url("img/fond_pied_publi.png");
  color: black;
  background-size:cover;
  -webkit-text-stroke:0.01em black;
}

.publiez-pied p{
 text-align: center !important;
 font-weight: bold;
}

.publiez-pied a{
 color: black;
}

.publiez-pied a:hover{
  -webkit-text-stroke:0.01em black;
  color: #ce7372;
}

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

/* ============================================== */
/* === Article Aperçu (Accueil, rubrique...)  === */
/* ============================================== */

main.mot h1 {
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 2rem;
}

main.rubrique h1 {
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 2rem;
}

main.agenda h1.h3 {
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  padding: 10px;
  font-size: 2rem;
  margin-top: 2px;
  margin-bottom: 3px;
}

.agenda h1.h3 {
  font-size: 2rem;
  margin: 2.5rem;
}

.fil_infos article:not(:last-of-type),
.rubrique article:not(:last-of-type) {
  position: relative;
  font-family: "Arial";
}

.fil_infos article:not(:last-of-type):after,
.rubrique article:not(:last-of-type):after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  font-family: "Arial";
  /*border-bottom: 1px solid #230903;*/
}

.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 #230903;*/
}

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

img.spip_logo { 
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1rem;
}

/* ============================ */
/* === Page article Aperçu  === */
/* ============================ */
.article p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-family: "georgia", serif;
  text-align: justify;
  margin-top: 1em;
}

.article h3 {
  margin-bottom: 0.85rem;
}

.article .rubrique {
  float: right;
}

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

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

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

.chapo {
  font-weight: 600;
}

.div.container {
  position: relative;
  font-family: "Georgia", sans-serif;
  text-align: justify;
}

.suggestion-article article {
  /*border-top: 2px solid #000000;*/
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  color: transparent;
  border:white solid;
}

.overlay:hover {
  background-color: #67141e36;
}

.padding-row{
  margin:1px;
}

.padding-another{
  margin:1px;
  padding-top:0.2em
}

.overlay-text {
  position: absolute;
  top: 3%;
  left: 5%;
  font-family: "Georgia";
  font-size: 1rem;
  width: 100%;
}

.overlay:hover .overlay-text{
  opacity:0;
  transition: 0.5s ease;
}

.tag.impression {
float: right;
}

.cartouche-col > .article-apercu h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cartouche-col > .article-apercu h2:hover {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.img-apercu {
 display: block;
 margin-right: auto;
 margin-left: auto;
}
/* ================================ */
/* === Blockquote & Textencadre === */
/* ================================ */
blockquote {
  font-family: "Arial", sans-serif;
}

blockquote.spip {
  padding: 0.6rem 0;
  margin: 1.2rem 0.6rem;
}

blockquote.spip:before {
  font-family: Georgia;
  color: #000000;
  content: open-quote;
}

blockquote.spip:after {
  font-family: Georgia;
  color: #000000;
  content: close-quote;
  background-color: #fff;
  font-size: 3.8rem;
  font-weight: 600;
  margin-right: -.3em;
  position:relative;
  right:-98%;
  bottom:28px;
}

blockquote.spip_poesie {
  float: right;
  width: 33%;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  text-align: justify;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-left: 1rem;
}

.texteencadre-spip {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  font-1f1f1fsize: 0.8rem;
  font-weight: 600;
  background-color: #f9f9f9 !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: 0.4rem 0;
  font-size: 0.833rem;
  font-family: Georgia;
  font-weight: bolder;
}

.autres_articles a:hover {
  padding: 0.5rem 0;
  text-decoration: none;
  text-decoration: underline;
}

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

.autres_ajax:hover {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ============== */
/* === Footer === */
/* ============== */

a#logopied img {
  width: 70%;
  margin-left: 2.5rem;
}

a#logopied img:hover {
/* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

footer.pied {
  background-color: black;
  font-family: Georgia, arial;
  font-family: "bohemiansoul";
}
footer.pied a:hover {
  color: #ce7372;
}

footer.pied h2 {
  color: #ce7372;
  font-family: "bohemiansoul", Georgia, arial;
}

footer.pied a,
footer.pied p {
  color: white;
}
footer.pied #up div {
  color: black;
  background-color: #d3d0cb;
}

/* ============== */
/* === Trucs persos === */
/* ============== */

ul #listebreve {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

div.evenements {
  background-color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

section.agenda-calendrier {
  margin-top: 20px;
}

div.article-fond {
  position: relative;
  background-color: white;
  border-top: 25px solid #f9f9f9;
  padding-top: 0px;
  padding-bottom: 1.2rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

/*.article-fond .spip_url a, 
.article-fond a.spip_url, 
.article-fond a.spip_out,
.article-fond a.spip_in, {
  color: red;
  cursor: pointer;
}*/


.login-page div {
  border-top: 30px;
 text-align: center;
 font-family: Georgia;
}

.formulaire_spip p {
margin-top: 1rem;
text-align: center;
color:black;
padding: left;
}

.formulaire_spip p:hover {
font-weight:bolder;
}

#lien-connection-inscription {
color: black;
text-align: right;
border: 1px solid black;
border-radius: 1px;
padding: 0.5rem;
font-size: 1rem;
}

#lien-connection-inscription:hover {
font-weight:bolder;
}

.login-page {
color: black;
text-align: center;
}
.login-page h1{
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.parent-container {
  display: flex;
}

.full-width {
  position: relative;
  width:100%!important;
  padding:0;
  margin:0;
}

#logo-container img {
  width: 100% !important;
  height: auto;
}

#agenda-list div.agenda {
  min-height: 55px;
}

.agenda-heure {
  font-family: "Arial", sans-serif;
  font-size: 0.8em;
  font-family: philospherregular;
}

.text-right {
text-align: right !important;
}

.text-left {
text-align: left !important;
}

.ml-agenda-date-debut {
color:#ce7372;
display:block;
font-family:"Georgia", sans-serif, bold;
font-size:1.5rem
}

.ml-agenda-date-fin {
color:#777;
display:block;
font-family:"Georgia", sans-serif, bold;
font-size:1rem;
margin-top:.4rem
}

.horaire {
border-right: 2px solid #ce7372;
text-align: center
}

.ml-agenda-date-page.h2 {
margin-top: 1rem;
margin-bottom: 1rem;
text-transform: capitalize;
}

.agendatitre {
text-align: left
}

.agendatitre:hover {
color:#ce7372;
}

.navbar-toggler {
padding: .0rem .0rem;
}
