/*
#@squelettes/css/html5_story_theme.scss
*/
@charset "UTF-8";
/* couleurs */
/* liens en général */
a {
  text-decoration: none;
}
a:hover {
  color: #00DD00 !important;
}
a.button.fit, a.button.big {
  margin-left: 2rem;
}
a.button.fit:hover, a.button.big:hover {
  color: #00DD00 !important;
  box-shadow: inset 0 0 0 1px #00DD00 !important;
}
/* titrage */
h3, h4, h5, h6 {
  letter-spacing: normal;
}
h1 > span {
  font-size: 80%;
}
/* Sidenav menu */
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -300px;
  background-color: #e8e8e8;
  padding-top: 60px;
  transition: left 0.5s ease;
}
.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.4s;
}
.sidenav a:hover {
  color: #111;
}
.sidenav a.close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 60px;
  font-weight: light;
  line-height: 15px;
}
.sidenav.active {
  left: 0;
}
#openBtn {
  display: inline-block;
  position: fixed;
  top: 0.5em;
  left: 1em;
  z-index: 200;
}
#openBtn:hover {
  color: #000000;
}
#openBtn.off {
  display: none;
}
#openBtn .burger-icon span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #818181;
  margin: 6px 0;
}
#openBtn:hover .burger-icon span {
  background-color: #000000;
}
footer .menu-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
}
footer .menu-liste a {
  text-decoration: none;
}
footer .menu-liste a:hover {
  color: chartreuse;
}
.wrapper.style1 > .inner {
  margin: 0 auto;
  max-width: 100%;
  width: 64rem;
  text-align: center;
  padding: 1em 2em;
}
.wrapper.style1 > .inner > section .content > .box > .tel {
  font-size: 2em;
}
.wrapper.style1 > .inner > section .content > .box > .mel {
  font-size: 1.6em;
}
.wrapper.style1 > .inner > section .content > section {
  display: flex;
  margin: 1em auto;
}
@media screen and (max-width: 736px) {
  .wrapper.style1 > .inner > section .content > section {
    flex-direction: column;
  }
}
.wrapper.style1 > .inner > section .content > section.style1 {
  display: block;
}
.wrapper.style1 > .inner > section .content > section > header {
  flex-grow: 0;
  flex-shrink: 0;
  width: 15rem;
}
@media screen and (max-width: 736px) {
  .wrapper.style1 > .inner > section .content > section > header {
    width: 100%;
  }
}
.wrapper.style1 > .inner > section .content > section > header h3 {
  text-align: right;
  margin-right: 2em;
}
@media screen and (max-width: 736px) {
  .wrapper.style1 > .inner > section .content > section > header h3 {
    text-align: center;
    font-size: 1.5rem;
  }
}
.wrapper.style1 > .inner > section .content p {
  margin: 1em 0 0 0;
}
.wrapper.style1 > .inner > section .contentleft {
  text-align: left;
}
.wrapper.style1 > .inner > section ul {
  list-style-position: inside;
  padding-left: 0;
  text-align: left;
}
.wrapper.style1 > .inner > section p {
  margin: 1em 0 0 2em;
}
.wrapper.style1 > .inner .soustitregal {
  font-size: 1em;
}
.wrapper.style1 > .inner .soustitregal a:hover {
  color: #00DD00 !important;
}
.wrapper.style1 > .inner ul.icons li a.icon.style2:hover {
  color: red !important;
}
.wrapper.style1 > .inner div.spip_document_image img {
  max-width: 100%;
  height: auto;
}
