/*
#@squelettes/css/emile.scss
*/
/* init responsive */
body {
  color: #272a32;
}
#header {
  background-position: bottom;
}
#logo p.h1, #logo h1 {
  font-size: 2em;
}
@media only screen and (max-width: 640px) {
  #logo p.h1, #logo h1 {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 0.3em;
  }
}
#logo p.h1 a, #logo h1 a {
  padding: 0.3em;
  border-radius: 4px;
}
@media only screen and (max-width: 640px) {
  #logo p.h1 a, #logo h1 a {
    font-size: 0.7em;
    line-height: 1.7em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #logo p.h1 a, #logo h1 a {
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 960px) {
  #logo p.h1 a, #logo h1 a {
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.rouge {
  color: #ff0000;
}
.btn {
  width: 80%;
  display: block;
  border: 1px solid #272a32;
  padding: 0.5em;
  margin: 0 auto 0 auto;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  background-color: #f7aa06;
  color: white;
  font-weight: bold;
}
.btn.submit {
  width: 15%;
  position: relative;
  top: -3px;
}
.btn + p {
  text-align: center !important;
}
nav > ul {
  background-color: rgba(14, 13, 13, 0.63);
}
.eng, .fra {
  padding: 0 0.5em !important;
}
.eng a span, .fra a span {
  display: none;
}
.eng a img, .eng a picture, .fra a img, .fra a picture {
  width: 20px;
  vertical-align: middle;
}
.eng a picture, .fra a picture {
  display: inline-block;
}
.homepage #intro {
  padding: 4em 0 2em 0;
}
.homepage #intro p {
  margin-bottom: 8px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .wrapper {
    padding: 3em 0 1em 0 !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .wrapper {
    padding: 6em 0 4em 0 !important;
  }
}
@media only screen and (min-width: 960px) {
  .wrapper {
    padding: 6em 0 4em 0 !important;
  }
}
#carrousel {
  margin: 0 auto !important;
  width: 90%;
  position: relative;
  max-width: 570px;
}
#carrousel ul {
  padding: 0;
  margin: 0;
}
#carrousel ul li {
  display: none;
  padding: 0;
  list-style: none;
}
#carrousel .spip_doc_titre {
  margin-top: 8px;
  font-size: 1.2em;
}
#carrousel .spip_doc_descriptif {
  margin-top: 0;
  font-size: 1em;
}
#carrousel .car-button {
  cursor: pointer;
  color: white;
  position: absolute;
  display: block;
  color: #c4beba;
  font-weight: bold;
  top: 25%;
  border-radius: 4px;
  margin: 0.25em;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.6);
  font-size: 2em;
  padding: 0.5em 0.6em;
  background-color: #6e6e6e88;
}
#carrousel .car-button:hover {
  background-color: #ffffffbf;
  color: #7e7a76;
  box-shadow: inset 0px 0px 3px rgba(255, 255, 255, 0.6);
}
#carrousel .next {
  right: 0;
}
.wrapper .title {
  width: 20em;
  height: 2.75em;
  top: -2.75em;
  line-height: 2.75em;
  margin-bottom: -2.75em;
  font-size: 1.5em;
}
.vertical ul li dl dd {
  width: inherit !important;
}
.vertical ul li dl dt img {
  height: auto;
}
@media only screen and (max-width: 640px) {
  .vertical ul li dl dt img {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .vertical ul li dl dt img {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .vertical ul li dl dt img {
    width: inherit;
  }
}
.vertical .car-button {
  top: 25% !important;
  margin: 0 !important;
}
@media only screen and (max-width: 640px) {
  .vertical .prev {
    left: 8px !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .vertical .prev {
    left: 8px !important;
  }
}
@media only screen and (min-width: 960px) {
  .vertical .prev {
    left: 48px !important;
  }
}
@media only screen and (max-width: 640px) {
  .vertical .next {
    right: 8px !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .vertical .next {
    right: 8px !important;
  }
}
@media only screen and (min-width: 960px) {
  .vertical .next {
    right: 48px !important;
  }
}
#content {
  padding-bottom: 0;
}
#content .post p {
  margin-bottom: 8px;
  text-align: left;
}
#content .post p .spip_documents_center {
  width: 90%;
  max-width: 570px;
}
#content .post .texte {
  margin: 0 1em;
}
#content .post .texte h2 {
  margin-top: 1em;
}
#content .post .texte h2:first-of-type {
  margin-top: 0;
}
#content .post .texte .table.spip {
  margin-top: 2em;
  text-align: center;
}
#content .post .texte .table.spip td {
  border: 1px solid #272a32;
}
#content .post .texte .troiacti {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #content .post .texte .troiacti {
    flex-direction: column;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #content .post .texte .troiacti {
    flex-direction: row;
  }
}
@media only screen and (min-width: 960px) {
  #content .post .texte .troiacti {
    flex-direction: row;
  }
}
#content .post .texte .troiacti div {
  width: 90%;
  max-width: 300px;
}
@media only screen and (max-width: 640px) {
  #content .post .texte .troiacti div {
    margin: 0 auto 0.5em auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #content .post .texte .troiacti div {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 960px) {
  #content .post .texte .troiacti div {
    margin: 0 1em;
  }
}
#content .post .texte .deuacti {
  text-align: center;
}
#content .post .texte .deuacti, #content .post .texte .listacti {
  margin: 2em auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #content .post .texte .deuacti, #content .post .texte .listacti {
    flex-direction: column;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #content .post .texte .deuacti, #content .post .texte .listacti {
    flex-direction: row;
  }
}
@media only screen and (min-width: 960px) {
  #content .post .texte .deuacti, #content .post .texte .listacti {
    flex-direction: row;
  }
}
#content .post .texte .deuacti div, #content .post .texte .listacti div {
  width: 90%;
}
@media only screen and (max-width: 640px) {
  #content .post .texte .deuacti div, #content .post .texte .listacti div {
    margin: 0 auto 1em auto;
    max-width: 300px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #content .post .texte .deuacti div, #content .post .texte .listacti div {
    margin: 0 1em;
    max-width: 470px;
  }
}
@media only screen and (min-width: 960px) {
  #content .post .texte .deuacti div, #content .post .texte .listacti div {
    margin: 0 1em;
    max-width: 470px;
  }
}
#content .post .flex {
  display: flex;
}
@media only screen and (max-width: 640px) {
  #content .post .flex {
    flex-direction: column;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #content .post .flex {
    flex-direction: row;
  }
}
@media only screen and (min-width: 960px) {
  #content .post .flex {
    flex-direction: row;
  }
}
#content .post .flex div {
  flex-basis: 70%;
}
@media only screen and (max-width: 640px) {
  #content .post .flex div {
    margin: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #content .post .flex div {
    margin: 0 1em 0 0;
  }
}
@media only screen and (min-width: 960px) {
  #content .post .flex div {
    margin: 0 1em 0 0;
  }
}
#content .post .flex aside {
  flex-basis: 30%;
}
@media only screen and (max-width: 640px) {
  #content .post .flex aside {
    margin: 2em 0 0 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #content .post .flex aside {
    margin: 0 0 0 1em;
  }
}
@media only screen and (min-width: 960px) {
  #content .post .flex aside {
    margin: 0 0 0 1em;
  }
}
#content .post .flex .carte_gis {
  width: 90% !important;
  border: 1px solid #272a32;
  margin: auto;
}
#content .post .flex .contact-flex {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  #content .post .flex .contact-flex {
    flex-direction: column;
  }
}
#footer {
  padding: 3em 0 0 0 !important;
  border-top: 10px solid #f7aa06;
}
#footer .articles_pied {
  display: flex;
  justify-content: center;
  max-width: 980px;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #footer .articles_pied {
    flex-direction: column;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #footer .articles_pied {
    flex-direction: row;
  }
}
@media only screen and (min-width: 960px) {
  #footer .articles_pied {
    flex-direction: row;
  }
}
#footer .articles_pied .article_pied {
  text-align: left;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  #footer .articles_pied .article_pied {
    width: 90%;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #footer .articles_pied .article_pied {
    width: 30%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  #footer .articles_pied .article_pied {
    width: 30%;
    margin-bottom: 0;
  }
}
#footer .articles_pied .article_pied h2 {
  margin-bottom: 0;
}
#footer .articles_pied .article_pied .gite-img {
  margin-top: 0.5em;
}
#footer .articles_pied .article_pied .gite-img span {
  margin: 0;
}
#footer .articles_pied .article_pied p {
  line-height: 1.5em;
  font-size: initial;
  display: inline-block;
  margin-bottom: 0;
}
#footer .articles_pied .article_pied .epis {
  display: inline;
  vertical-align: sub;
}
#footer #copyright {
  padding: 2em 0 0 0;
  margin-top: 0;
  border: none;
}
