﻿/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


@media (max-width: 992px) {

    .hidden-mobile {
        display:none; 
    }

    .visible-mobile {
        display:block;
    }    
        
    .menu-item {
        font-size : 12px;
    }

    .menu-icon {
      font-size : 28px;
    }

    .bandeau-header-info {
         font-size : 12px;
    }

    .container {
        padding:0px;
    }

    .title {
      font-size:12px;
    }

    .ligne {
        font-size:12px;
    }

    .panel {
        margin-right:2px;
        margin-left:2px;
    }

    .menu-icon-bandeau {
        var(--color-menu-bouton);
        width: 100%;
        padding-right: 0px;
    }
    .button-logo-menu {
        background: url(../_images/logo-menu.png) no-repeat;
        cursor: pointer;
        border: none;
        height: 50px;
        width: 150%;
    }
    
}

@media (min-width: 992px) {

    .hidden-desktop {
        display:none;
    }

    .visible-desktop {
        display:block;
    }    
}

@media (min-width: 767px) {
    .align-right-sm {
        text-align : right;
    }         
}

@media (max-width: 768px) {

    .hidden-phone {
        display:none;
    }

     .container {
        padding-right:5px;
        padding-left:5px;
    }

    .label {
        text-align:initial ;
    }

    .align-right-sm {
        text-align : right;
    }

   .align-right-sm {
        text-align : inherit;
    }

    h1 {
        font-size:24px; 
    }   

     h2 {
        font-size:20px; 
    }   

    h3 {
        font-size:11px; 
        margin-top:5px;
    }    
    
     #div_choix_langue {
        margin:0;
        margin-top:10px;
    }

     .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
      }

      .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
      }

      .col-sm-top {
        vertical-align: top;
      }

      .col-sm-middle {
        vertical-align: middle;
      }

      .col-sm-bottom {
        vertical-align: bottom;
      }

      .menu-icon {
        font-size : 24px;
    }

    .bandeau-header-info {
         font-size : 11px;
    }

    .ligne {
        font-size:12px;
    }

    .panel {
        margin-right:2px;
        margin-left:2px;
    }

    .pagination {
        font-size:12px;
    }

    .btn-icon:hover{
        border:1px solid;
    }

}


@media (min-width: 479px) {
    .visible-xxs {
        display:none;
        }
}

@media (max-width: 479px) {
    
     textarea, button,select,text {
        font-size:12px;
    }

    .hidden-xxs {
        display:none;
    }

    .visible-xxs {
        display:inline-block;
    }

    .bandeau-header-info {
        font-size:12px;
    }

    .panel-title {
        font-size:15px;
    }
           
    
    .btn-icon {
        padding:6px;
        font-size:17px;
    } 
        

     text, input[type=text], input[type=password]{
        font-size:13px;
    }

     h1 {
        font-size:22px; 
    }   
     
     
     .login-container {
        height:350px;
        margin: 50px auto;
    }

     .login-section {
         padding-top:5%;
    }

    button > i, input[type="button"] > i, input[type="submit"] > i {
        margin-right:0px;
    }

    button > i {
        margin-right:0px;
        margin-left:0px;
    }

    #div_phrase_info {
        font-size:13px;
    }

    
    #btn_log_out {
        padding:0px;
    }

    .img-electro {
        width: 50px;
        height: 50px;
        margin-right: 30px;
        opacity: 0.5;
    }

     
}

/* CSS pour le dimanche */
.myc-sunday {
    color: red; /* Couleur rouge pour le texte */
    pointer-events: none; /* Désactive les interactions utilisateur */
    /* Vous pouvez également ajouter un style de fond ou d'autres styles pour indiquer qu'il est désactivé */
}
    /* CSS pour désactiver la couleur de mise en évidence (focus) pour les dimanches */
.myc-sunday:focus {
    outline: none;
}
