/*
#@squelettes/css/fdr.scss
*/
@charset "UTF-8";
/* reset general */
:link, :visited {
  text-decoration: none;
  outline: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
  font-style: normal;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
p {
  margin-bottom: 0.5em;
}
/* spip admin*/
#spip-admin {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 500;
  font-size: 0.6em;
}
@font-face {
  font-family: "terminax";
  src: url('https://www.lefournildurocher.com/squelettes/css/fonts/TerminaxRegular.ttf') format("truetype");
}
/* variables scss */
/* blanc */
/* noir */
/* gris */
/* bordeaux */
/* coins arrondis */
/* init responsive */
body {
  background-color: #FFFFFF;
  font-family: "terminax", sans-serif;
  font-size: 14px;
}
h2 {
  width: 100%;
  margin: 1em 0 0.5em 0;
  clear: left;
  text-align: center;
  font-size: 1.3em;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .section2, .sectionfooter {
    border-top: 0.5em solid #86233f;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .section2 h3, .sectionfooter h3 {
    padding-top: 0.25em;
  }
}
main section {
  padding: 1em;
}
main .article1 .text {
  width: 1200px;
}
main article {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
main article .text, main article .logoart {
  width: 400px;
}
main article h3 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  color: #86233f;
  height: max-content;
  font-family: "Impact", sans-serif;
  font-size: 3em;
  text-align: center;
}
main article img {
  height: auto;
  max-width: 400px;
}
main article .spip_documents img {
  width: 100%;
  margin: 0 auto;
}
main article .spip_document_4 img {
  width: 60%;
}
main article .logoart {
  order: 2;
}
main article .logoart img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  main article .logoart img {
    text-align: center;
  }
}
@media screen and (max-width: 870px) {
  .article2 .text, .article6 .text {
    order: 1 !important;
  }
  .article2 .logoart, .article6 .logart {
    order: 2 !important;
  }
}
@media screen and (min-width: 871px) {
  main section:nth-child(2n) article .text {
    order: 2 !important;
  }
  main section:nth-child(2n) article .logart {
    order: 1 !important;
  }
}
article p strong {
  width: 100%;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}
article .autobr {
  display: none;
}
.article {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
.article h2 {
  color: #000000;
  padding-bottom: 0;
}
.article p {
  margin-top: 0;
  text-align: justify;
}
#bandeau {
  width: 100%;
  position: relative;
  background-image: url('https://www.lefournildurocher.com/squelettes/img/bandeau.jpg');
  background-position: center;
  background-size: 140%;
}
@media only screen and (max-width: 640px) {
  #bandeau {
    min-height: 80px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #bandeau {
    min-height: 160px;
  }
}
@media only screen and (min-width: 960px) {
  #bandeau {
    min-height: 240px;
  }
}
#bandeau h1 {
  font-size: 4em;
  text-align: center;
  padding: 1em 0;
}
#bandeau h1 img {
  width: 90%;
  max-width: 600px;
}
.section1 {
  padding: 0;
  margin-bottom: 2em;
}
.section1 article h3 {
  display: none;
}
.section1 article p {
  margin: 0;
}
a {
  color: #000000;
}
a:hover {
  color: #86233f;
}
p {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  margin: 1em auto 1em auto;
}
ul.spip {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  margin: 1em 0;
  list-style: none;
  clear: left;
}
ul.spip li {
  width: 10em;
  display: inline-block;
}
footer ul.spip li {
  text-align: center;
}
footer ul.spip li:first-of-type {
  margin-bottom: 1em;
}
footer ul.spip li br:first-of-type {
  margin-bottom: 0.5em;
}
/* images */
.spip_documents_left {
  float: left;
  margin: 0 0.5em 0.3em 0;
}
.spip_documents_right {
  float: right;
  margin: 0 0 0.3em 0.5em;
}
.spip_documents_center {
  margin: 0 auto 0.3em auto;
}
/* menu réseaux sociaux */
#rsxscx {
  width: 40%;
  display: inline-block;
}
#rsxscx ul {
  display: flex;
}
#rsxscx ul li {
  width: 2em;
}
#rsxscx .largresp {
  width: 100%;
}
footer {
  margin-top: 2em;
  padding-top: 2em;
  color: white;
  background-color: #86233f;
}
footer .articlefooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .articlefooter h3 {
  max-width: 400px;
  display: inline;
  height: max-content;
  width: max-content;
  font-family: "Impact", sans-serif;
  font-size: 3em;
}
footer .articlefooter #rsxscx {
  display: inline-block;
  width: 50%;
}
footer .articlefooter #rsxscx ul {
  float: right;
}
footer .articlefooter #rsxscx ul li {
  margin: 0 0.5em;
}
footer .articlefooter .text {
  margin-right: 1em;
}
@media only screen and (max-width: 640px) {
  footer .articlefooter .text {
    margin: 0;
  }
}
footer .articlefooter .logoart {
  margin-left: 1em;
}
@media only screen and (max-width: 640px) {
  footer .articlefooter .logoart {
    margin: 0;
  }
}
footer .articlefooter .logoart img {
  max-width: 480px;
  width: 100%;
  height: auto;
}
footer .articlefooter .contacts {
  text-align: left;
  margin-left: 0.2em;
  margin-top: 1em;
}
footer .articlefooter .contacts .phone {
  font-size: 1.2em;
}
footer .articlefooter .contacts .phone p {
  text-align: left;
  margin: 0;
}
footer .articlefooter .phone .spip_document {
  width: 32px;
  margin-right: 2.5em;
}
footer .articlefooter .phone .spip_document img {
  height: 24px;
  width: auto;
}
footer .articlefooter .legal {
  margin: 0 auto 1em 0;
  text-align: center;
  width: 95%;
  max-width: 1200px;
}
footer .articlefooter p, footer .articlefooter ul li, footer .articlefooter a {
  color: white;
  text-align: center;
}
footer .imagefooter {
  margin-top: 1em;
  height: 160px;
  background-image: url('https://www.lefournildurocher.com/squelettes/img/sticker.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
