@charset "UTF-8";
/*
*   Surcharge du box-sizing car il fait bugger la lightbox de spip.
*   Ça ne résoud pas tout les problèmes sur tout les types de lightbox. Celle par défaut marche bien.
*/
/* Mettre le bloc admin du minibando a gauche */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

@media only screen and (max-width: 667px) {
  #contenu {
    margin-left: 0;
    padding: 10px; }

  #col_gauche,
  #col_droite {
    width: 100%;
    max-width: 100%;
    margin-left: 0; }

  #menu_membre .titre_menu_membre {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0; }

  #col_centre {
    margin-left: 0; }
    #col_centre .bloc_actu {
      float: none;
      margin: 0 auto; }

  #menu .sous_menu li {
    list-style: none;
    padding-left: 2em; }

  #bloc_news {
    float: none;
    margin: 0 auto; }

  #slick, .texte_slideshow {
    display: none; }

  #header .logo_site {
    position: static; }

  .nom_site {
    margin: 0 auto; }

  input {
    max-width: 200px; } }

/*# sourceMappingURL=responsive.css.map */
