/*
#@squelettes/css/tatup.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;
}
@font-face {
  font-family: "print_clearlyregular";
  src: url('https://www.chkle.net/squelettes/fonts/PrintClearly-webfont.eot');
  src: url('https://www.chkle.net/squelettes/fonts/PrintClearly-webfont.eot?#iefix') format("embedded-opentype"), url('https://www.chkle.net/squelettes/fonts/PrintClearly-webfont.woff') format("woff"), url('https://www.chkle.net/squelettes/fonts/PrintClearly-webfont.ttf') format("truetype"), url('https://www.chkle.net/squelettes/fonts/PrintClearly-webfont.svg#print_clearlyregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "print_boldregular";
  src: url('https://www.chkle.net/squelettes/fonts/PrintBold-webfont.eot');
  src: url('https://www.chkle.net/squelettes/fonts/PrintBold-webfont.eot?#iefix') format("embedded-opentype"), url('https://www.chkle.net/squelettes/fonts/PrintBold-webfont.woff') format("woff"), url('https://www.chkle.net/squelettes/fonts/PrintBold-webfont.ttf') format("truetype"), url('https://www.chkle.net/squelettes/fonts/PrintBold-webfont.svg#print_boldregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* variables scss */
/* coins arrondis */
#spip-admin {
  position: absolute;
  top: 50px;
  left: 70px;
  z-index: 500;
  font-size: 0.3em;
}
body {
  background-color: #FFFFFF;
  font-family: "print_clearlyregular", sans-serif;
  font-size: 24px;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.spacer {
  width: 95%;
  height: 1px;
  clear: both;
  border: 0;
}
/* liste auteurs */
.auteurs {
  width: 95%;
  margin: 0.2em 0 1em 0;
  clear: both;
  border: 0;
  text-align: right;
  font-size: 0.7em;
}
/* liens en général */
a {
  color: #474747;
}
a:hover, a.ici, a.on {
  color: #ff3366;
}
a.spip_out {
  border-bottom: 1px solid #474747;
}
/* bloc boulangerie */
#page-laterale {
  color: white;
  background-color: #474747;
  z-index: 1001;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 600px) {
  #page-laterale {
    width: 100%;
    position: relative;
    overflow-y: hidden;
  }
  #page-laterale.latclose {
    height: 50px;
  }
  #page-laterale.latclose .footer-page-laterale {
    display: none;
  }
  #page-laterale.latopen {
    height: 100%;
  }
  #page-laterale.latopen .footer-page-laterale {
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale {
    position: fixed;
    top: 0;
    width: 70%;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow-y: scroll;
  }
  #page-laterale.latclose {
    right: -60%;
  }
  #page-laterale.latopen {
    right: 0;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale {
    position: fixed;
    top: 0;
    width: 70%;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow-y: scroll;
  }
  #page-laterale.latclose {
    right: -60%;
  }
  #page-laterale.latopen {
    right: 0;
  }
}
#page-laterale .bandeau-page-laterale {
  width: 95%;
}
@media only screen and (max-width: 600px) {
  #page-laterale .bandeau-page-laterale {
    padding: 0.5em;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .bandeau-page-laterale {
    padding: 0;
  }
}
#page-laterale .bandeau-page-laterale #logo-pain {
  position: absolute;
  z-index: 2000;
  cursor: pointer;
  animation-duration: 1s;
  animation-name: boulepain;
  animation-iteration-count: 6;
  animation-direction: alternate;
}
@media only screen and (max-width: 600px) {
  #page-laterale .bandeau-page-laterale #logo-pain {
    width: 40px;
    margin: 0 0.8em 0 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale .bandeau-page-laterale #logo-pain {
    width: 10%;
    height: 10%;
    margin: 1em 1.5em 0 0.5em;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .bandeau-page-laterale #logo-pain {
    width: 10%;
    height: 10%;
    margin: 1em 1.5em 0 1em;
  }
}
#page-laterale .bandeau-page-laterale .titre-boul {
  float: left;
}
@media only screen and (max-width: 600px) {
  #page-laterale .bandeau-page-laterale .titre-boul {
    font-size: 1em;
    margin: 0 0.8em 0 2em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale .bandeau-page-laterale .titre-boul {
    font-size: 2em;
    margin: 0.3em 0.6em 0 2em;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .bandeau-page-laterale .titre-boul {
    font-size: 3em;
    margin: 0.3em 0.6em 0 3em;
  }
}
#page-laterale .bandeau-page-laterale .firstart-boul {
  float: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  #page-laterale .bandeau-page-laterale .firstart-boul {
    font-size: 0.8em;
    margin: 0.2em 0 0 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale .bandeau-page-laterale .firstart-boul {
    font-size: 1em;
    font-weight: bold;
    margin: 1.5em 1em 0 0;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .bandeau-page-laterale .firstart-boul {
    font-size: 1.4em;
    font-weight: bold;
    margin: 1.5em 1em 0 0;
  }
}
@keyframes boulepain {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
#page-laterale .contenu-page-laterale {
  float: right;
  position: relative;
  padding: 0.5em;
  overflow-y: scroll;
}
@media only screen and (max-width: 600px) {
  #page-laterale .contenu-page-laterale {
    width: 90%;
    height: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale .contenu-page-laterale {
    width: 55%;
    height: 80%;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .contenu-page-laterale {
    width: 55%;
    height: 80%;
  }
}
#page-laterale .contenu-page-laterale a {
  color: #ff3366;
}
#page-laterale .contenu-page-laterale a:hover {
  opacity: 0.7;
}
#page-laterale .contenu-page-laterale p {
  margin: 0 0 1.3em 0;
}
#page-laterale .contenu-page-laterale p > strong {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #page-laterale .aside-page-laterale {
    width: 90%;
    height: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale .aside-page-laterale {
    float: right;
    width: 25%;
    height: 100%;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .aside-page-laterale {
    float: right;
    width: 25%;
    height: 100%;
  }
}
#page-laterale .aside-page-laterale svg {
  display: block;
}
@media only screen and (max-width: 600px) {
  #page-laterale .aside-page-laterale svg {
    float: left;
    width: 60px;
    height: 60px;
    clear: left;
    margin: 0.5em 1em 0 1em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale .aside-page-laterale svg {
    width: 180px;
    height: 180px;
    margin: 1em auto;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .aside-page-laterale svg {
    width: 180px;
    height: 180px;
    margin: 1em auto;
  }
}
#page-laterale .footer-page-laterale {
  position: absolute;
  bottom: 5px;
  left: 0;
}
@media only screen and (max-width: 600px) {
  #page-laterale .footer-page-laterale {
    width: 100%;
    height: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #page-laterale .footer-page-laterale {
    width: 100%;
    height: 50px;
  }
}
@media only screen and (min-width: 960px) {
  #page-laterale .footer-page-laterale {
    width: 96%;
    padding: 1% 2%;
    height: 50px;
  }
}
/* menu en haut */
#menutop {
  height: 32px;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1080px;
  border-style: solid;
  border-color: #474747;
}
@media only screen and (max-width: 600px) {
  #menutop {
    width: 93%;
    padding: 0;
    padding: 0.2em 0;
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #menutop {
    width: 90%;
    padding: 8px;
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 960px) {
  #menutop {
    width: 80%;
    padding: 10px 0 10px 10px;
    border-width: 0 0 1px 0;
  }
}
#menutop li {
  height: 100%;
  padding: 0;
  float: left;
}
@media only screen and (max-width: 600px) {
  #menutop li {
    margin: 0 4px 0 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #menutop li {
    margin: 0 4px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  #menutop li {
    margin: 0 4px 0 0;
  }
}
#menutop li a {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  font-size: 31.2px;
  line-height: 40.8px;
}
@media only screen and (max-width: 600px) {
  #menutop li a > span.texte {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #menutop li a > span.texte {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  #menutop li a > span.texte {
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  #menutop li a > span.icone {
    display: inline-block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #menutop li a > span.icone {
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) {
  #menutop li a > span.icone {
    display: none;
  }
}
#menutop li a img {
  position: relative;
  top: 2px;
}
#menutop li.recherche {
  height: 100%;
  padding: 0;
  margin: 2px 0 0 0;
  float: right;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #menutop li.recherche {
    width: 20%;
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #menutop li.recherche {
    width: 20%;
  }
}
@media only screen and (min-width: 960px) {
  #menutop li.recherche {
    width: 12%;
  }
}
#menutop li.rsxsoc {
  float: left;
}
@media only screen and (max-width: 600px) {
  #menutop li.rsxsoc {
    display: block;
    position: relative;
    bottom: 2px;
  }
}
/* formulaire recherche */
.text {
  width: 99%;
  height: 28px;
  border: 0;
  padding: 0 2.2em 0 0.4em;
  display: block;
  float: right;
  z-index: 100;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 16.8px;
  color: #474747;
  background-color: #79e2ae;
  text-indent: 0.6em;
  font-weight: normal;
}
.submit {
  width: 24px;
  height: 24px;
  border: 0;
  position: absolute;
  right: 7px;
  top: 2px;
  z-index: 200;
}
.recherche .largresp {
  width: 16px;
}
/* formulaire souscription newsletter */
.formulaire_newsletter li {
  position: relative;
}
.email {
  width: 90%;
  height: 28px;
  border: 0;
  padding: 0 2.2em 0 0.4em;
  display: block;
  float: right;
  z-index: 100;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 16.8px;
  color: #474747;
  background-color: #79e2ae;
  text-indent: 0.6em;
  font-weight: normal;
}
#bandeau {
  height: auto;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1080px;
  border-style: solid;
  border-color: #474747;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 600px) {
  #bandeau {
    width: 90%;
    padding: 0 0 5px 0;
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #bandeau {
    width: 90%;
    padding: 0 8px 0 0;
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 960px) {
  #bandeau {
    width: 80%;
    padding: 0 10px 0 0;
    border-width: 0 0 1px 0;
  }
}
#bandeau h1 {
  margin-top: 1em;
}
#bandeau img {
  height: auto;
  font-family: "print_boldregular", sans-serif;
  color: #474747;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  #bandeau img {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    font-size: 2em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #bandeau img {
    font-size: 3em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 960px) {
  #bandeau img {
    font-size: 5em;
  }
}
#bandeau h1 span.now {
  font-family: "print_boldregular", sans-serif;
  color: #ff3366;
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  #bandeau h1 span.now {
    font-size: 1.6666666667em;
    line-height: 1.25em;
    margin-left: 4em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #bandeau h1 span.now {
    font-size: 1.6666666667em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 960px) {
  #bandeau h1 span.now {
    font-size: 1.25em;
    line-height: 2.5em;
  }
}
#wrapper {
  height: auto;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1080px;
  z-index: 200;
}
@media only screen and (max-width: 600px) {
  #wrapper {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #wrapper {
    width: 90%;
  }
}
@media only screen and (min-width: 960px) {
  #wrapper {
    width: 80%;
  }
}
#contenu {
  margin: 0;
  min-width: 320px;
  max-width: 1080px;
  border-style: solid;
  border-color: #474747;
}
@media only screen and (max-width: 600px) {
  #contenu {
    width: 97%;
    padding: 5px 0 0 0;
    clear: both;
    border-width: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #contenu {
    width: 65%;
    padding: 8px;
    float: left;
    border-width: 0 1px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  #contenu {
    width: 65%;
    padding: 8px 15px 15px 15px;
    border-width: 0 1px 0 0;
    float: left;
  }
}
/* titre nombre trouvés dans recherche */
h3 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  color: #ff3366;
}
h3.spip {
  clear: both;
}
/*recent ancien*/
#recanc {
  width: 98%;
  height: auto;
  margin: 0.2em 0 0.5em 0;
  font-size: 0.7em;
  line-height: 25px;
}
#recent {
  float: left;
}
@media only screen and (max-width: 600px) {
  #recent {
    width: 30px;
    height: 25px;
    background: transparent url('https://www.chkle.net/squelettes/img/recent.png') no-repeat top left;
  }
  #recent a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
  }
  #recent a > span {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #recent {
    height: 25px;
    background: transparent url('https://www.chkle.net/squelettes/img/recent.png') no-repeat top left;
  }
  #recent a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 960px) {
  #recent {
    height: 25px;
    background: transparent url('https://www.chkle.net/squelettes/img/recent.png') no-repeat top left;
  }
  #recent a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding-left: 32px;
  }
}
#suivant {
  float: right;
}
@media only screen and (max-width: 600px) {
  #suivant {
    width: 30px;
    height: 25px;
    background: transparent url('https://www.chkle.net/squelettes/img/suivant.png') no-repeat top right;
  }
  #suivant a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
  }
  #suivant a > span {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #suivant {
    height: 25px;
    background: transparent url('https://www.chkle.net/squelettes/img/suivant.png') no-repeat top right;
  }
  #suivant a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 960px) {
  #suivant {
    height: 25px;
    background: transparent url('https://www.chkle.net/squelettes/img/suivant.png') no-repeat top right;
  }
  #suivant a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding-right: 32px;
  }
}
/* blog */
#billets {
  width: 98%;
  height: auto;
  padding: 0;
  margin: 0;
}
#billets > li {
  width: 100%;
  height: auto;
  margin: 0 0 0.3em 0;
  padding: 0.5em 0 0.5em 0;
  border-bottom: 1px solid #474747;
}
#billets > li .blog_logo {
  width: 80%;
  display: block;
  max-width: 540px;
  margin: 1em auto;
}
#billets > li .texte_art p {
  float: unset;
  clear: unset;
}
#billets > li p {
  float: left;
  clear: left;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #billets > li p {
    margin: 0 0 0.5em 0.5em;
    font-size: 18.4615384615px;
    color: #474747;
    /* line-height: $pol_base_p*1.2; */
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #billets > li p {
    margin: 0 0 0.5em 0.5em;
    font-size: 21.8181818182px;
    color: #474747;
    /* line-height: $pol_base_p*1.2; */
  }
}
@media only screen and (min-width: 960px) {
  #billets > li p {
    margin: 0 0 1em 0.5em;
    font-size: 21.8181818182px;
    color: #474747;
    /* line-height: $pol_base_p*1.3; */
  }
}
#billets > li map1 {
  float: left;
  text-align: left;
  font-family: "print_boldregular", sans-serif;
  color: #474747;
}
@media only screen and (max-width: 600px) {
  #billets > li map1 {
    width: 50%;
    margin: 0 0 0.4em 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #billets > li map1 {
    width: 55%;
    margin: 0 0 0.4em 0;
  }
}
@media only screen and (min-width: 960px) {
  #billets > li map1 {
    width: 78%;
    margin: 0 0 0.4em 0;
  }
}
#billets li h2 {
  margin: 0 0 0.1em 0;
}
#billets li h2 a {
  font-family: "print_boldregular", sans-serif;
  color: #474747;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  #billets li h2 a {
    font-size: 1.25em;
    line-height: 0.6666666667em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #billets li h2 a {
    font-size: 1.6666666667em;
    line-height: 0.6666666667em;
  }
}
@media only screen and (min-width: 960px) {
  #billets li h2 a {
    font-size: 1.8em;
    line-height: 0.8em;
  }
}
/* dates billets */
#billets li span.date {
  display: inline-block;
  font-family: "print_boldregular", sans-serif;
  color: #ff3366;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  #billets li span.date {
    margin: 0 0 0 0.1em;
    font-size: 16.8px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #billets li span.date {
    margin: 0 0 0 0.2em;
    font-size: 16.8px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 960px) {
  #billets li span.date {
    margin: 0 0 0 0.5em;
    font-size: 16.8px;
    line-height: 24px;
  }
}
/* lire la suite */
#billets li a.plus {
  display: inline-block;
  float: right;
  font-family: "print_boldregular", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  #billets li a.plus {
    margin: 0 0.1em 0 0;
    font-size: 16.8px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #billets li a.plus {
    margin: 0 0.1em 0 0;
    font-size: 16.8px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 960px) {
  #billets li a.plus {
    margin: 0 0.5em 0 0;
    font-size: 16.8px;
    line-height: 24px;
  }
}
#billets li h2 a:hover {
  opacity: 0.6;
}
/* bloc de mots-clés */
.mc {
  float: right;
  clear: right;
  list-style: none;
  color: #FFFFFF;
  background-color: #79e2ae;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 600px) {
  .mc {
    width: 25%;
    padding: 1%;
    margin: 0 0 1% 2%;
    font-size: 15px;
    line-height: 14.4px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .mc {
    width: 20%;
    padding: 1%;
    margin: 0 0 1% 2%;
    font-size: 15px;
    line-height: 16.8px;
  }
}
@media only screen and (min-width: 960px) {
  .mc {
    width: 17%;
    padding: 0 1%;
    margin: 0 0 1% 2%;
    font-size: 16px;
    line-height: 19.2px;
  }
}
.mc > li {
  margin: 0;
  padding: 2px;
}
.mc > li:first-child {
  margin: 0;
}
.mc > li a {
  color: #FFFFFF;
  outline: none;
}
.mc > li a.motencours {
  color: #474747;
  outline: none;
}
/* menu des liens */
@media only screen and (max-width: 600px) {
  #menulien {
    width: 95%;
    height: auto;
    clear: both;
    float: left;
    margin: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #menulien {
    width: 25%;
    margin: 1em 0 0 1.5em;
    position: relative;
    float: left;
  }
}
@media only screen and (min-width: 960px) {
  #menulien {
    width: 23%;
    margin: 1.5em 0 0 1.5em;
    position: relative;
    float: left;
  }
}
#menulien a.spip_out {
  border-bottom: 0px;
}
#menulien a.rss img {
  position: relative;
  top: 8px;
}
/* spip */
.spip_documents_left {
  float: left;
}
@media only screen and (max-width: 600px) {
  .spip_documents_left {
    margin: 4px 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .spip_documents_left {
    margin: 0 8px 3px 0;
  }
}
@media only screen and (min-width: 960px) {
  .spip_documents_left {
    margin: 0 8px 3px 0;
  }
}
.spip_surligne {
  background-color: yellow;
}
/* listes numérotés spip */
ol.spip {
  list-style: decimal outside;
}
ol.spip li {
  margin: 0 0.5em 0.5em 1.8em;
}
/* footer */
footer {
  clear: both;
  height: 32px;
  padding-top: 1em;
  margin: 0 auto 2em auto;
  min-width: 320px;
  max-width: 1080px;
  text-align: center;
}
/* scroll up */
.scrollup {
  opacity: 0.5;
  position: fixed;
  display: none;
  text-indent: -9999px;
  background: #79e2ae url('https://www.chkle.net/squelettes/img/top.png') no-repeat center center;
}
@media only screen and (max-width: 600px) {
  .scrollup {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    z-index: 2000;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .scrollup {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 40px;
    z-index: 2000;
  }
}
@media only screen and (min-width: 960px) {
  .scrollup {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 50px;
    z-index: 2000;
  }
}
.scrollup:hover {
  opacity: 0.8;
}
/* menu de langue */
#menu_lang {
  display: inline-block;
  width: 20px;
}
#menu_lang strong {
  display: none;
}
/* rsx sociaux */
.facebook {
  float: left;
  overflow: hidden;
}
.google {
  width: 20%;
  float: right;
}
/* youtube responsive */
.video-container {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.capsule-video {
  float: left;
  clear: both;
  width: 100%;
}
/* menu des catégories */
@media only screen and (max-width: 600px) {
  #menucat {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #menucat {
    display: block;
    width: 25%;
    margin: 1em 1em 0 0;
    position: relative;
    float: right;
  }
}
@media only screen and (min-width: 960px) {
  #menucat {
    display: block;
    width: 25%;
    margin: 2em 1em 0 0;
    position: relative;
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  .slicknav_menu {
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .slicknav_menu {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .slicknav_menu {
    display: none;
  }
}
/* slicknav menu */
.slicknav_btn {
  position: relative;
  bottom: 10px;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.45em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.22em;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 2.1em;
  height: 1.65em;
  margin: 0.22em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 2.1em;
  height: 1.65em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 0.33em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 1em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #ffffff;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #1fce94;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #1fce94;
}
.slicknav_btn {
  margin: 5px 0px 0px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.slicknav_nav {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 2px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #1fce94;
  color: #000;
}
.slicknav_nav a {
  padding: 2px 10px;
  text-align: right;
  margin: 2px 5px;
  text-decoration: none;
  color: #000;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #1fce94;
  color: #FFF;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
