/* cmsms stylesheet: Site_mobile modified: 20/06/2016 13:44:40 */
@media (max-width: 640px) {
    * {
        box-sizing: border-box;
    }

    html{
        background: none;
    }
    
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    body,
    header,
    footer{
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img,
    p,
    section,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
    
    /* gestion des mots longs + police */
    div,
    p,
    section,
    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        font-size: 3vw;
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        -epub-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    code,
    pre,
    samp{
        white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
    }
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    .element1,
    .element2 {
        float: none;
        width: auto;
    }
    
    /* masquer les éléments superflus */

    .hide_mobile{
        display: none !important;
    }
    
    /*Modification*/
    
    #logos{
        height: auto;
        margin-left: 0;
    }
    #logoCp{
        float: right;
        margin-left:5px;
        margin-right:5px;
        margin-top:10px;
        margin-bottom:10px;
        height:40px;
    }
    #menuMobile{
        display: inline-block;
        height: 20px;
        margin-left:5px;
        margin-right:5px;
    }
    #patinoire{
        width: auto;
        margin: 0;
        padding: 0;
    } 
    #divPatinoire{
        padding: 5px;
    }
    #news{
        float: none;
        width: auto;
        margin: 0;
        padding: 5px;
    }
    #news .NewsSummaryContent{
        width: auto;
    }
    #news .NewsSummaryLink{
        margin: 0;
    }
    #club{
        font-size: 5vw;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        
    }
    #text_bienvenue{
        font-size: 3vw;
        display: block;
        width: auto;
        height: auto;
        margin: 5px;
        padding: 2px;
    }
    #contenu{
       margin: 0;
       padding: 0;
    }
    #contenu table{
        padding: 0;
        position: static;
        margin: 5px;
        width: auto;
        height: auto;
    }
    #contenu table th,
    #contenu table td, 
    #contenu table td p{
        padding: 1px;
        font-size: 3vw;
        margin: 0;
    }
    #news .NewsSummaryLink{
        font-size: 5vw;
    }
    #news .NewsSummaryContent{
        padding-left: 0;
    }
    footer{
        padding: 5px;
        font-size: 3vw;
        text-align:center;
    }
    
    footer span{
        padding: 0;
        text-align: center;
    }
    .ceff{
        display:none;
    }
    
    .fb-like.fb_iframe_widget.fb_iframe_widget_fluid{
        display: none;
    }
}
@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}
