/*
#@squelettes/assets/css/histoirede.scss
*/
/* init */
/* init couleurs */
* {
  /*font-size:18px;*/
}
@font-face {
  font-family: "Ubuntu_Bold";
  src: url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-b-webfont.woff2') format("woff2"), url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-b-webfont.woff') format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu_Regular";
  src: url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-r-webfont.woff2') format("woff2"), url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-r-webfont.woff') format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu_Italic";
  src: url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-ri-webfont.woff2') format("woff2"), url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-ri-webfont.woff') format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu_Light";
  src: url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-l-webfont.woff2') format("woff2"), url('https://www.histoires-de.fr/squelettes/assets/fonts/ubuntu-l-webfont.woff') format("woff");
  font-weight: normal;
}
body {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 18px;
}
p {
  color: #2B4449;
  line-height: 1.4em;
}
.page {
  position: relative;
}
ul, li, ol {
  text-decoration: none;
  list-style: none;
}
h2 {
  font-family: Ubuntu_Light, sans-serif;
  font-size: 3.15rem;
  color: #C45F43;
  clear: left;
  font-weight: 300;
  margin: 1.5rem 0 2rem 0;
}
@media (max-width: 980px) {
  h2 {
    width: 90%;
    font-size: 2.15rem;
    margin: 1rem auto 0.5rem auto;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.15rem;
    margin: 1rem 0 0.5rem 0;
  }
}
h3 {
  font-family: Ubuntu_Light, sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: bold;
  margin-top: 2rem;
  font-style: italic;
}
h3 span::before {
  content: "";
  width: 5px;
  background-color: #C45F43;
  margin-right: 12px;
}
@media (max-width: 980px) {
  h3 {
    font-size: 1.6rem;
    margin: 1rem 0 0.5rem 0;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem 0;
  }
}
 .spip_logo {
  position: unset;
  top: -5px;
  left: -5px;
  width: 110px;
  height: auto;
  z-index: 200;
}
@media (max-width: 768px) {
   .spip_logo {
    width: 100px;
  }
}
/*Bouton  select par defaut sur les filtres */
.default-hover {
  background-color: #f20e0e !important;
  color: #FFFFFF !important;
  padding: 5px 20px 5px 20px;
}
/* menu */
header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  /*font-size: 14px;*/
  font-size: 0, 87rem;
  background-color: white;
  z-index: 300;
  width: 100%;
  opacity: 1;
}
header nav {
  align-content: center;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav ul {
  margin-right: 2rem;
  display: flex;
  justify-content: space-around;
}
header nav ul li {
  margin: 0 1rem 0 1rem;
}
header nav a {
  display: block;
  padding: 8px 0;
  font-family: Ubuntu_Regular, sans-serif;
  /*font-size: bold;*/
  /*font-size: 1.2em;*/
  font-size: 1.05rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
header nav a:hover {
  transform: scale(1.1);
}
header nav a.on {
  font-weight: bold;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  header nav a {
    /*font-size: 1.6em;*/
    font-size: 1.4rem;
  }
}
header nav .search-container {
  position: relative;
  top: 10px;
  left: 5px;
  margin-left: 30px;
}
/* Banniere avec h1 ou h2 */
.banniere-image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 0 3rem 0;
  border-bottom: 3px solid #C45F43;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banniere-image {
    min-height: 300px !important;
    margin: 0 0 1rem 0;
  }
}
.banniere-image h1, .banniere-image h2 {
  position: absolute;
  left: 30%;
  bottom: 0;
  margin: 0;
  height: 280px;
  width: 800px;
  font-family: Ubuntu_Bold, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 5.63rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 980px) {
  .banniere-image h1, .banniere-image h2 {
    font-size: 3rem;
    left: 10%;
    height: 220px !important;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .banniere-image h1, .banniere-image h2 {
    font-size: 2.4rem;
    left: 10%;
    height: 180px !important;
    max-width: 280px;
  }
}
.banniere-image h1 span, .banniere-image h2 span {
  font-size: 2.8rem;
  line-height: 1.1em;
  font-family: "Ubuntu_Regular", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  display: block;
  width: 600px;
  height: 45%;
  position: absolute;
  padding: 0 0 3rem 2rem;
  left: 35%;
  bottom: 0;
  line-height: 1em;
  border-left: 2px solid #C45F43;
}
@media (max-width: 980px) {
  .banniere-image h1 span, .banniere-image h2 span {
    left: 30%;
    height: 60%;
    padding: 0 0 0.5rem 0.5rem;
    font-size: 2.5rem;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .banniere-image h1 span, .banniere-image h2 span {
    left: 7%;
    padding: 0 0 0.5rem 0.5rem;
    font-size: 1.5rem;
    max-width: 250px;
  }
}
.banniere-image h2 span {
  font-size: 2.6rem;
  height: 40%;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .banniere-image h2 span {
    font-size: 1.5rem;
  }
}
.banniere-image .btn-cta {
  background-color: #C45F43;
  text-decoration: none;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  width: 200px;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: absolute;
  left: 40%;
  bottom: 28px;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 980px) {
  .banniere-image .btn-cta {
    bottom: 20px;
    width: initial;
    padding: 10px 12px;
  }
}
@media (max-width: 768px) {
  .banniere-image .btn-cta {
    left: 15%;
    bottom: 30px;
    width: initial;
    padding: 10px 12px;
  }
}
.banniere-image .btn-cta:hover {
  opacity: 0.8;
}
.home .banniere-image h1 {
  height: 320px;
}
#slider {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 0 0 3rem 0;
  border-bottom: 3px solid #C45F43;
  overflow: hidden;
}
@media (max-width: 768px) {
  #slider {
    min-height: 300px !important;
    margin: 0 0 1rem 0;
  }
}
#slider .slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#slider h1 {
  position: absolute;
  left: 30%;
  bottom: 0;
  margin: 0;
  height: 280px;
  width: 800px;
  font-family: Ubuntu_Bold, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 5.63rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 980px) {
  #slider h1 {
    font-size: 3rem;
    left: 10%;
    height: 220px !important;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  #slider h1 {
    font-size: 2.4rem;
    left: 10%;
    height: 180px !important;
    max-width: 280px;
  }
}
#slider h1 span {
  font-size: 2.8rem;
  line-height: 1.1em;
  font-family: "Ubuntu_Regular", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  display: block;
  width: 600px;
  height: 45%;
  position: absolute;
  padding: 0 0 3rem 2rem;
  left: 35%;
  bottom: 0;
  line-height: 1em;
  border-left: 2px solid #C45F43;
}
@media (max-width: 980px) {
  #slider h1 span {
    left: 30%;
    height: 60%;
    padding: 0 0 0.5rem 0.5rem;
    font-size: 2.5rem;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  #slider h1 span {
    left: 7%;
    padding: 0 0 0.5rem 0.5rem;
    font-size: 1.5rem;
    max-width: 250px;
  }
}
/* FILTRES PAGE AVENTURES CULTURELLES */
.ressources-filters {
  margin: 0 auto;
  max-width: 1200px;
}
.ressources-filters ul.filtres {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 768px) {
  .ressources-filters ul.filtres {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.ressources-filters ul.filtres li {
  cursor: pointer;
  margin-right: 2px;
}
.ressources-filters ul.filtres li a {
  display: inline-block;
  padding: 8px 10px 8px 10px;
  font-size: 1.12rem;
  color: black;
  text-decoration: none;
}
.ressources-filters ul.filtres li a > span {
  display: none;
}
.ressources-filters ul.filtres li.selected, .ressources-filters ul.filtres li:hover {
  background-color: #C45F43;
  color: #FFFFFF;
}
.ressources-filters ul.filtres li.selected a, .ressources-filters ul.filtres li:hover a {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .ressources-filters {
    z-index: 100;
    position: relative;
  }
}
/* CONTENT PAGE AVENTURES CULTURELLES */
.ressources-container {
  margin: 2.5rem auto;
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  row-gap: 20px;
  justify-content: center;
  max-width: 1080px;
  column-gap: 20px;
}
@media (max-width: 980px) {
  .ressources-container {
    max-width: 80%;
    grid-template-columns: repeat(2, 2fr);
    margin: 2.5rem auto 0 auto;
  }
}
@media (max-width: 768px) {
  .ressources-container {
    max-width: 90%;
    grid-template-columns: repeat(1, 1fr);
    margin: 0.5rem auto 0 auto;
  }
}
.ressources-container a.ressource-item {
  display: block;
  position: relative;
  background-size: cover;
  height: 220px;
  width: 280px;
  text-decoration: none;
  overflow: hidden;
}
.ressources-container a.ressource-item h3.ac-title {
  width: 90%;
  height: 50px;
  padding: 5%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.9rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  background-color: #00000096;
  color: #FFFFFF;
  font-style: normal;
}
@media (max-width: 768px) {
  .ressources-container a.ressource-item {
    margin: 0 auto 2rem auto;
  }
}
.ressources-container a.ressource-item .RessourceList-Item-Container {
  position: relative;
  top: 100%;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(189, 61, 31, 0.69);
}
.ressources-container a.ressource-item:hover .ac-title {
  display: none;
}
.ressources-container a.ressource-item:hover > .RessourceList-Item-Container {
  top: 0;
}
.ressources-container a.ressource-item:hover > .RessourceList-Item-Container .RessourceList-Item-Descriptif {
  width: 80%;
  font-size: 1rem;
  color: #FFFFFF;
  text-transform: none;
}
ul.mac {
  width: 100%;
  margin: 0 auto 2em auto;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.3em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  ul.mac {
    width: 100%;
    font-size: 1em;
    line-height: 1.1em;
  }
}
ul.mac > li {
  margin: 0 0 0.4em 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  ul.mac > li {
    flex-direction: column;
  }
}
ul.mac > li > span {
  max-width: 800px;
  display: inline-block;
}
@media (max-width: 768px) {
  ul.mac > li > span {
    width: 100%;
  }
}
ul.mac > li > span:first-child {
  width: 280px;
  font-weight: bold;
}
@media (max-width: 768px) {
  ul.mac > li > span:first-child {
    width: 100%;
  }
}
ul.mac > li.projsimi {
  font-size: 0.8em;
  font-style: italic;
}
.galerie {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .galerie {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .galerie {
    width: 90%;
  }
}
.galerie .galimg {
  width: 535px;
  margin: 0 5px 5px 0;
}
@media (max-width: 980px) {
  .galerie .galimg {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 768px) {
  .galerie .galimg {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
main {
  margin-top: 20px;
  min-height: 70vh;
  width: 100%;
}
main.main-article {
  max-width: 1080px;
  margin: 20px auto;
}
main.main-article h1 {
  font-size: 2.18rem;
  color: #C45F43;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin: 25px 0px 25px 0px;
}
main.main-article .spip_logo {
  display: none;
}
main.main-article .descriptif {
  font-weight: bold;
  margin: 25px 0px 25px 0px;
  font-style: italic;
  /*font-size: 20px;*/
  font-size: 1.25rem;
}
main.main-article .texte p {
  margin: 15px 0px 15px 0px;
}
@media (max-width: 768px) {
  main.main-article {
    width: 92%;
    margin: auto 0;
    padding: 1rem;
  }
}
main.main-article .gallerie {
  position: relative;
  column-count: 2;
  gap: 10px;
}
main.main-article .gallerie-item {
  margin: 0;
  margin-bottom: 5px;
}
main.main-article .gallerie-item img {
  width: 100%;
}
main.main-article .article-title {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.7) !important;
}
footer {
  position: relative;
  z-index: 1;
  height: 60px;
  width: 100%;
  border-top: 1px solid lightgrey;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 980px) {
  footer {
    height: 160px;
  }
}
@media (max-width: 768px) {
  footer {
    height: 180px;
    margin-top: 30px;
  }
}
footer > section {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  footer > section {
    height: auto;
  }
}
footer > section.footer-image-section {
  height: 60px;
  width: 20%;
  overflow: visible;
}
footer > section.footer-image-section > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  height: 120px;
  width: 120px;
}
@media (max-width: 768px) {
  footer > section.footer-image-section > img {
    height: 100px;
    width: 100px;
  }
}
footer > section.footer-main-section {
  height: 60px;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  footer > section.footer-main-section {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 80%;
    height: 140px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer > section.footer-main-section {
    width: 70%;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
footer > section.footer-main-section a {
  text-decoration: none;
  color: black;
  margin-left: 2rem;
}
footer > section.footer-main-section .footer-basis {
  width: 40%;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 980px) {
  footer > section.footer-main-section .footer-basis {
    width: 40%;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  footer > section.footer-main-section .footer-basis {
    width: 80%;
    height: auto;
    line-height: 20px;
  }
}
footer > section.footer-main-section .footer-basis.footer-mention {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 980px) {
  footer > section.footer-main-section .footer-basis.footer-mention {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 768px) {
  footer > section.footer-main-section .footer-basis.footer-mention {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
footer > section.footer-main-section .footer-basis.footer-mention h4 {
  line-height: 60px;
  margin: 0;
}
@media (max-width: 980px) {
  footer > section.footer-main-section .footer-basis.footer-mention h4 {
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  footer > section.footer-main-section .footer-basis.footer-mention h4 {
    line-height: 20px;
  }
}
footer > section.footer-main-section .footer-basis.footer-mention a {
  line-height: 60px;
  margin: 0;
}
@media (max-width: 980px) {
  footer > section.footer-main-section .footer-basis.footer-mention a {
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  footer > section.footer-main-section .footer-basis.footer-mention a {
    line-height: 20px;
  }
}
footer > section.footer-main-section .footer-basis.footer-news {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* form newsletter */
}
@media (max-width: 980px) {
  footer > section.footer-main-section .footer-basis.footer-news {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  footer > section.footer-main-section .footer-basis.footer-news {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter {
  width: 100%;
}
footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter form {
  width: 100%;
}
footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter form div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
  align-items: center;
}
@media (max-width: 980px) {
  footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter form div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter form div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
}
footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter form div .editer-groupe .editer .text {
  height: 30px;
}
footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter form div .boutons input[type=submit] {
  border: 0;
  background-color: white;
  height: 30px !important;
  padding: 6px;
  border-radius: 5px;
  background-color: #C45F43;
  color: #FFFFFF;
}
footer > section.footer-main-section .footer-basis.footer-news .formulaire_newsletter form div .boutons input[type=submit]:hover {
  opacity: 0.6;
}
.page-recherche h1 {
  top: 15rem;
  /*font-size: 45px;*/
  font-size: 2.81rem;
}
.page-recherche .menu_articles h2 {
  margin-left: 4rem;
  /*font-size: 25px;*/
  font-size: 1.56rem;
}
.page-recherche .menu_articles ul.spip {
  text-align: center;
}
.page-recherche .menu_articles ul.spip li {
  width: 350px;
  height: 350px;
  display: inline-block;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.home-italic-asso a {
  color: #C45F43;
}
.home-italic-asso p {
  margin: 0 0 4rem 0;
}
@media (max-width: 980px) {
  .home-italic-asso {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home-italic-asso {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 95%;
    margin: 0 auto;
  }
}
.home-italic-asso .boutonpdf {
  margin: 1em auto 0 auto;
  display: inline-block;
}
.home-italic-asso .boutonpdf a {
  font-size: 0.9em;
  display: inline-block;
  width: 240px;
  height: 100%;
  padding: 0.5em;
  margin: 0 10px;
  border-radius: 3px;
  border: 1px solid #C45F43;
  background-color: #C45F43;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.home-italic-asso .boutonpdf a:hover {
  background-color: #FFFFFF;
  color: #C45F43;
}
@media (max-width: 768px) {
  .content-standard {
    margin: 2rem;
  }
}
.content-standard strong {
  font-weight: 800;
  font-style: italic;
}
.content-standard a {
  text-decoration: none;
  color: #C45F43;
}
.content-standard a:hover {
  text-decoration: underline;
}
.content-standard p {
  margin: 20px 0 15px 0;
  line-height: 1.7;
}
@media (max-width: 980px) {
  .menu-liste {
    display: none;
  }
}
.mobile-menu {
  display: none;
  margin-right: 2rem;
}
@media (max-width: 980px) {
  .mobile-menu {
    display: initial;
  }
  .mobile-menu .menu-items__item_recherche {
    display: none;
  }
  .mobile-menu .menu-liste {
    display: block;
  }
  .mobile-menu .sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #e8e8e8;
    padding-top: 60px;
    transition: left 0.5s ease;
  }
  .mobile-menu .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /*font-size: 25px;*/
    font-size: 1.2rem;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .mobile-menu .sidenav a:hover {
    color: #111;
  }
  .mobile-menu .sidenav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu .sidenav.active {
    left: 0;
  }
  .mobile-menu .sidenav .close {
    position: absolute;
    top: 0;
    right: 25px;
    /*font-size: 36px;*/
    font-size: 2.25rem;
  }
  .mobile-menu .burger-icon span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
  }
}
/*A INCORPORER EN SCSS */
p.home-actus-plus {
  max-width: 90%;
  height: 40px;
  margin: 40px auto 60px auto;
  text-align: right;
}
@media (max-width: 980px) {
  p.home-actus-plus {
    height: 40px;
  }
}
@media (max-width: 768px) {
  p.home-actus-plus {
    height: 20px;
    margin: 10px auto;
  }
}
p.home-actus-plus > a {
  text-decoration: none;
  position: relative;
  color: black;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
p.home-actus-plus > a:hover {
  transform: scale(1.05);
}
p.home-actus-plus > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 2px;
  height: 100%;
  background-color: #C45F43;
}
a.ludo-plus {
  text-decoration: none;
  color: black;
}
a.ludo-plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 2px;
  background-color: #C45F43;
}
.container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}
.container .home-link {
  position: absolute;
  background-color: #C45F43;
  text-decoration: none;
  padding: 10px 10px;
  color: #FFFFFF;
  /*font-size: 18px;*/
  font-size: 1.12rem;
  height: 40px;
  align-self: end;
  margin-bottom: 1rem;
  right: 25px;
  bottom: 10px;
  font-style: initial;
  font-weight: 200;
}
@media (max-width: 768px) {
  .container .home-link {
    width: 150px;
    right: 20px;
    bottom: 30px;
    /*font-size: 13px;*/
    font-size: 0.81rem;
    top: 7rem;
  }
}
.container .actus-h3 {
  /*font-size: 50px;*/
  font-size: 3.12rem;
  text-align: center;
  margin: 30px 0;
  font-style: normal;
}
@media (max-width: 768px) {
  .container .actus-h3 {
    margin: 0;
  }
}
.container .chapo {
  text-align: center;
  font-family: "Ubuntu_Italic", sans-serif;
  max-width: 1080px;
  margin: 1rem auto 2rem auto;
  font-size: 1.37rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 980px) {
  .container .chapo {
    font-size: 1.1rem;
    width: 90%;
    text-align: center;
  }
  .container .chapo h2.niv2 {
    border: 1px solid red;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .container .chapo {
    font-size: 1rem;
    width: 95%;
    text-align: center;
  }
}
.container .chapo.niv2 {
  text-align: left;
}
.container .home-h2 {
  font-size: 3.15rem;
  text-align: center;
  width: 800px;
  margin: auto;
  margin-bottom: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #2B4449;
}
@media (max-width: 768px) {
  .container .home-h2 {
    /*font-size: 25px;*/
    font-size: 1.56rem;
    width: 300px;
  }
}
.container .vignettes-container {
  margin: 0 auto 10px auto;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  gap: 30px;
  margin-bottom: 8rem;
}
@media (max-width: 980px) {
  .container .vignettes-container {
    max-width: 90%;
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 768px) {
  .container .vignettes-container {
    display: grid;
  }
}
.container .vignettes-container .vignette {
  max-width: 320px;
  min-height: 300px;
}
.container .vignettes-container .vignette .vignette-logo {
  text-align: center;
}
.container .vignettes-container .vignette .vignette-logo .spip_logo {
  width: 200px;
}
.container .vignettes-container .vignette h3 {
  font-size: 1.2rem;
  text-align: center;
  font-style: normal;
}
.container .vignettes-container .vignette h3 > span {
  display: none;
}
.container .vignettes-container .vignette a {
  background-color: #C45F43;
  text-decoration: none;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.container .vignettes-container .vignette a:hover {
  opacity: 0.8;
}
.container .vignettes-container .vignette-anchor {
  position: relative;
  top: 1.5rem;
  white-space: nowrap;
}
.container .vignettes-container .vignette-anchor:after {
  width: auto;
}
.container .vignettes-container .vignette-text p {
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 0 1em;
  min-height: 160px;
}
.chronozoom {
  margin: -30px 0 10px -50px;
  width: 1178px;
  border: 1px solid gray;
}
@media (max-width: 980px) {
  .chronozoom {
    width: 79%;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .chronozoom {
    width: 280px;
    margin: 0 auto;
  }
}
.chronozoom > img {
  max-width: 100%;
}
#formulaire_formidable_contactform {
  width: 70%;
  height: 300px;
  margin: 0 3em 0 0;
}
@media (max-width: 768px) {
  #formulaire_formidable_contactform {
    width: 90%;
    margin: 0 auto;
  }
}
#formulaire_formidable_contactform > form {
  padding: 0;
}
#formulaire_formidable_contactform > form > div {
  position: relative;
  width: 100%;
  height: 360px;
  font-size: 1em;
}
@media (max-width: 768px) {
  #formulaire_formidable_contactform > form > div {
    height: 440px;
  }
}
#formulaire_formidable_contactform > form > div .editer-groupe {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#formulaire_formidable_contactform > form > div .editer-groupe .editer {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #formulaire_formidable_contactform > form > div .editer-groupe .editer {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 0.5em 0;
  }
}
#formulaire_formidable_contactform > form > div .editer-groupe .editer label {
  width: 40%;
  padding: 0.2em 0.5em;
  line-height: 1.3em;
  text-align: right;
}
@media (max-width: 768px) {
  #formulaire_formidable_contactform > form > div .editer-groupe .editer label {
    width: 96%;
    text-align: center;
  }
}
#formulaire_formidable_contactform > form > div .editer-groupe .editer input, #formulaire_formidable_contactform > form > div .editer-groupe .editer textarea {
  width: 58%;
  padding: 0.2em 0.5em;
  font-size: 1em;
  border-radius: 3px;
  border: 1px solid grey;
}
@media (max-width: 768px) {
  #formulaire_formidable_contactform > form > div .editer-groupe .editer input, #formulaire_formidable_contactform > form > div .editer-groupe .editer textarea {
    width: 96%;
    text-align: center;
  }
}
#formulaire_formidable_contactform > form > div .editer-groupe .editer textarea {
  height: 160px;
}
#formulaire_formidable_contactform > form > div p.boutons {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#formulaire_formidable_contactform > form > div p.boutons button {
  cursor: pointer;
  background-color: #C45F43;
  color: #FFFFFF;
  background-color: #C45F43;
  text-decoration: none;
  padding: 7px 24px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  border: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#formulaire_formidable_contactform > form > div p.boutons button:hover {
  background-color: #2B4449;
  color: #FFFFFF;
}
/* Classes Core SPIP */
/* spip admin */
.spip-admin-float {
  position: absolute;
  top: 97vh !important;
  right: 0 !important;
  font-size: 0.6em;
}
.spip_document_left {
  float: left;
  clear: both;
  margin: 0 2rem 0 0;
}
.spip_document_left .spip_doc_inner {
  margin: 0;
}
.spip_document_right {
  float: right;
  clear: both;
  margin: 0 0 0 2rem;
}
.spip_document_right .spip_doc_inner {
  margin: 0;
}
.page-recherche .soustitre {
  /*font-size: 35px;*/
  font-size: 2.18rem;
  font-weight: lighter;
  opacity: 0.8;
  color: #C45F43;
  text-align: center;
  margin: 2rem 0 2rem 0;
}
.page-recherche .recherche li a {
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  /*font-size: 30px;*/
  font-size: 1.87rem;
  align-content: center;
}
