/*
#@squelettes/css/chkle.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;
}
/* variables scss */
/* blanc */
/* gris */
/* jaune */
/* coins arrondis */
/* init responsive */
body {
  background-color: #FFFFFF;
  font-family: "print_clearlyregular", sans-serif;
  font-size: 14px;
}
#wrapper {
  width: 90%;
  max-width: 980px;
  margin: 0.5em auto;
  position: relative;
}
#bandeau {
  width: 100%;
  height: 10%;
  min-height: 80px;
  position: relative;
  border-bottom: 1px solid #A5999B;
}
#bandeau h1 {
  width: max-content;
}
#bandeau span h3 {
  margin-top: 0.25em;
  font-family: "print_clearlyregular", sans-serif;
  font-weight: normal;
  color: #ff3366;
  font-size: initial;
}
#bandeau span p {
  margin-bottom: 0.25em;
}
#bandeau span * {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #bandeau span * {
    width: 80%;
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #bandeau span * {
    width: 90%;
    font-size: 1em;
  }
}
@media only screen and (min-width: 960px) {
  #bandeau span * {
    width: 100%;
  }
}
a {
  color: #A5999B;
}
a:hover {
  color: #ffcf41;
}
p {
  font-size: 1.2em;
  color: #A5999B;
  line-height: 1.3em;
  margin: 1em 0 1em 0.5em;
  width: 90%;
}
ul.spip {
  font-size: 1.2em;
  color: #A5999B;
  line-height: 1.3em;
  margin: 1em 0 1em 3em;
  list-style: circle;
  clear: left;
}
/* 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 navigation principale */
#nav {
  height: auto;
  position: absolute;
  right: 1em;
  bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  #nav {
    width: 30%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #nav {
    width: 20%;
  }
}
@media only screen and (min-width: 960px) {
  #nav {
    width: 20%;
  }
}
#nav li {
  width: 60%;
  float: right;
}
@media only screen and (max-width: 640px) {
  #nav li {
    margin: 0 0 0.5em 0;
    height: 1.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #nav li {
    margin: 0.2em;
    height: 1.5em;
  }
}
@media only screen and (min-width: 960px) {
  #nav li {
    margin: 0.2em;
    height: 1.5em;
  }
}
#nav li a {
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  display: block;
  float: left;
  background-color: #A5999B;
  color: #FFFFFF;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
@media only screen and (max-width: 640px) {
  #nav li a {
    font-size: 70%;
    text-align: right;
    line-height: 2.2em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #nav li a {
    font-size: 80%;
    text-align: right;
    line-height: 1.9em;
  }
}
@media only screen and (min-width: 960px) {
  #nav li a {
    font-size: 90%;
    text-align: right;
    line-height: 1.7em;
  }
}
#nav li a:hover, #nav li a.on {
  background-color: #ffcf41;
}
/* menu selection categories */
#nav2 {
  width: 250px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -1em;
  margin-left: -100px;
}
#nav2 li {
  display: inline-block;
  margin: 0 1em 0 0;
}
#nav2 li a {
  font-size: 1em;
  color: #A5999B;
  line-height: 2.5em;
}
@media only screen and (max-width: 640px) {
  #nav2 li a {
    font-size: 0.9em;
  }
}
#nav2 li a:hover, #nav2 li a.active {
  color: #ffcf41;
}
/* menu réseaux sociaux */
#rsxscx {
  height: auto;
  float: right;
  position: relative;
  top: 1em;
}
@media only screen and (max-width: 640px) {
  #rsxscx {
    width: 3%;
    right: 0.2em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #rsxscx {
    width: 4%;
    max-width: 100px;
  }
}
@media only screen and (min-width: 960px) {
  #rsxscx {
    width: 4%;
    max-width: 120px;
  }
}
@media only screen and (max-width: 640px) {
  #rsxscx ul li {
    margin: 0 0 0.5em 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #rsxscx ul li {
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  #rsxscx ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #rsxscx ul li.larecherche {
    margin: 0 0 0.5em 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #rsxscx ul li.larecherche {
    margin: 1em 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  #rsxscx ul li.larecherche {
    margin: 1em 0 0 0;
  }
}
#rsxscx .largresp {
  width: 100%;
}
/* recherche */
#formulaire_recherche {
  width: 100%;
  height: auto;
}
#formulaire_recherche form {
  width: 100%;
  height: auto;
  position: relative;
}
#formulaire_recherche form label {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#formulaire_recherche .hidsearch {
  width: 0px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
  overflow: hidden;
}
#formulaire_recherche .hidsearch input.text {
  width: 160px;
  height: 30px;
  padding: 0 5px;
  float: left;
  border: 0;
  font-family: "print_clearlyregular", sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  background-color: #A5999B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#formulaire_recherche .hidsearch input.submit {
  height: 30px;
  float: right;
}
/* blocs */
#contmix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #contmix {
    width: 98%;
    margin: 1.4em 0 0 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  #contmix {
    width: 98%;
    margin: 0.8em 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  #contmix {
    width: 98%;
    margin: 1em 0 0 0;
  }
}
.mix {
  display: none;
  overflow: hidden;
  -moz-box-shadow: 1px 1px 3px 1px #cfcfcf;
  -webkit-box-shadow: 1px 1px 3px 1px #cfcfcf;
  -o-box-shadow: 1px 1px 3px 1px #cfcfcf;
  box-shadow: 1px 1px 3px 1px #cfcfcf;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=3);
}
@media only screen and (max-width: 640px) {
  .mix {
    width: 44%;
    height: 100px;
    margin: 1%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .mix {
    width: 28%;
    height: 150px;
    margin: 2%;
  }
}
@media only screen and (min-width: 960px) {
  .mix {
    width: 20%;
    height: 150px;
    margin: 1.4%;
  }
}
/* slider */
@media only screen and (max-width: 640px) {
  .flexslider {
    width: 90%;
    height: auto;
    margin: 1em 0 1em 0.3em;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .flexslider {
    width: 85%;
    height: auto;
    margin: 1em auto;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .flexslider {
    width: 70%;
    height: auto;
    margin: 1em auto;
  }
}
.flex-control-nav {
  position: relative;
  display: inline-block;
  margin: 0 0 1em 0;
}
.flex-caption {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
}
/* contenu normal */
.contenu {
  width: 90%;
}
h2 {
  width: 100%;
  margin: 1em 0 0.5em 0;
  clear: left;
  font-size: 1.3em;
  color: #A5999B;
}
.contenu p {
  font-size: 1.1em;
  margin: 0 0 0.6em 0;
}
/* scollup */
#scrollUp {
  background-image: url('https://www.chkle.net/squelettes/img/top.png');
  bottom: 20px;
  right: 20px;
  width: 38px;
  /* Width of image */
  height: 38px;
  /* Height of image */
}
/* formulaires formidable */
@media only screen and (max-width: 640px) {
  .formulaire_formidable {
    width: 80%;
    margin: 1em auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .formulaire_formidable {
    width: 80%;
    margin: 1em auto;
  }
}
@media only screen and (min-width: 960px) {
  .formulaire_formidable {
    width: 60%;
    margin: 2em auto;
  }
}
.formulaire_formidable form {
  width: 100%;
  height: auto;
}
.formulaire_formidable form div div {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .formulaire_formidable form div div {
    margin: 0 0 0.1em 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .formulaire_formidable form div div {
    margin: 0 0 0.5em 0;
  }
}
@media only screen and (min-width: 960px) {
  .formulaire_formidable form div div {
    margin: 0 0 0.5em 0;
  }
}
.formulaire_formidable form div div label {
  display: inline-block;
  clear: left;
  text-align: right;
  color: #A5999B;
}
@media only screen and (max-width: 640px) {
  .formulaire_formidable form div div label {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.6em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .formulaire_formidable form div div label {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.6em;
  }
}
@media only screen and (min-width: 960px) {
  .formulaire_formidable form div div label {
    width: 40%;
    margin: 0 0.5em 0 0;
    font-size: 1.2em;
    line-height: 1.8em;
  }
}
.formulaire_formidable form div div input, .formulaire_formidable form div div textarea {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .formulaire_formidable form div div input, .formulaire_formidable form div div textarea {
    width: 100%;
    margin: 0 0 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #A5999B;
    border: 1px dotted #A5999B;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .formulaire_formidable form div div input, .formulaire_formidable form div div textarea {
    width: 100%;
    margin: 0 0 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #A5999B;
    border: 1px dotted #A5999B;
  }
}
@media only screen and (min-width: 960px) {
  .formulaire_formidable form div div input, .formulaire_formidable form div div textarea {
    width: 40%;
    margin: 0 0.5em 0 0;
    padding: 0.2em 0.4em;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #A5999B;
    border: 1px dotted #A5999B;
  }
}
.formulaire_formidable form input.submit {
  border: 0;
  width: 50px;
  height: 50px;
  background: transparent url('https://www.chkle.net/squelettes/img/valider.png') top right no-repeat;
  background-size: contain;
  color: transparent;
}
@media only screen and (max-width: 640px) {
  .formulaire_formidable form input.submit {
    margin: 0 0 0 80%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .formulaire_formidable form input.submit {
    margin: 0 0 0 80%;
  }
}
@media only screen and (min-width: 960px) {
  .formulaire_formidable form input.submit {
    margin: 0 0 0 47%;
  }
}
span.erreur_message {
  font-size: 0.7em;
  color: #FF0000;
}
@media only screen and (max-width: 640px) {
  span.erreur_message {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  span.erreur_message {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  span.erreur_message {
    position: absolute;
    bottom: -0.4em;
    right: 60%;
  }
}
.reponse_formulaire {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}
.reponse_formulaire_erreur {
  color: #FF0000;
}
.reponse_formulaire_ok {
  color: green;
}
footer {
  height: auto;
  margin: 0 auto;
  padding: 2em 0 0 0;
  text-align: center;
  position: relative;
  clear: both;
}
@media only screen and (max-width: 640px) {
  footer {
    width: 90%;
    font-size: 0.9em;
    line-height: 0.9em;
    color: #A5999B;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  footer {
    width: 60%;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #A5999B;
  }
}
@media only screen and (min-width: 960px) {
  footer {
    width: 45%;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #A5999B;
  }
}
footer a {
  color: #A5999B;
}
footer a:hover, footer a.on {
  color: #ffcf41;
}
