    body {
        background-color: #222222;
        font-size: 16px;
        color: #ffffff;
        font-family: 'Roboto', serif;
    }

    h3,
    .cal {
        font-family: 'Roboto', serif;
        font-size: 18px;
        color: #ffffff
    }

    h4 {
        font-family: 'Roboto', serif;
        font-size: 22px;
        font-weight: bold;
        color: #ffffff
    }

    h2 {
        font-family: 'Roboto', serif;
        font-size: 16px;
        color: #33a0ff;
    }

    p {
        font-family: 'Roboto', serif;
        font-size: 16px;
        color: #f1f1f1f1
    }

    .navben {
        font-family: 'Anton', serif;
        font-size: 40px !important;
        color: #ffffff !important;
        padding: 20px;
    }

    .navben2 {
        font-family: 'Roboto', serif;
        font-size: 22px !important;
        color: darkgrey !important;
    }
    .navben3 {
        font-family: 'Roboto', serif;
        font-size: 22px !important;
        color: darkgrey !important;
        margin-top: 5px !important;
    }

    .pts {
        font-family: 'Roboto', serif;
        font-size: 16px !important;
        color: darkgrey !important;
    }

    .match {
        font-family: 'Roboto', serif;
        font-size: small !important;
        color: darkgrey !important;
        padding-left: 5px;
    }

    .monthtitle {
        font-family: 'Roboto', serif;
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        padding: 10px 0px 10px 18px;
        background-color: #33a0ff;
        border-color: #222222;
        background-image: linear-gradient(to bottom right, #33a0ff, #222222);
    }
    .month {
        font-family: 'Roboto', serif;
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        background-color: #33a0ff;
        border-color: #222222;
        background-image: linear-gradient(to bottom right, #33a0ff, #222222);
    }
    .date {
        font-family: 'Roboto', serif;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        color: #ffffff;
    }

    .hour {
        font-family: 'Roboto', serif;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        float: right;

    }
    .hourred {
        font-family: 'Roboto', serif;
        font-size: 18px;
        font-weight: bold;
        color: red;
        float: right;

    }

    .team {
        font-family: 'Roboto', serif;
        font-size: 18px;
        font-weight: bold;
        color: #33a0ff;
    }

    .searchbox {
        margin-bottom: 20px;
        font-size: 16px;
        width: 90%;
    }

    .bgcal {
        background-color: #222222;
    }

    .bgcal2 {
        background-color: #222222;
        padding-top: 60px;
    }
    .bgcal3 {
        background-color: #222222;
        padding-bottom: 10px;
    }

    .logo {
        background-color: #222222;
        padding-top: 60px;
    }

    .fa-calendar-alt,
    .fa-users,
    .fa-list-ol,
    .fa-book-open,
    .fa-google-drive,
    .fa-trophy {
        color: #33a0ff;
        padding-right: 5px
    }

    .hamburger {
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #ffffff;
    }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -10px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    .hamburger--elastic .hamburger-inner {
        top: 2px;
        transition-duration: 0.275s;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .hamburger--elastic.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(135deg);
        transition-delay: 0.075s;
    }

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        transition-delay: 0.075s;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        color: #ffffff !important;
    }

    .navbar-nav > li > a:hover {
        color: darkgrey !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-toggle {
        z-index: 3;
    }

    .info {
        background-color: #222222;
        border-color: darkgrey #222222;
    }

    .info2 {
        background-color: #222222;
        border-color: #3e3e3e;
        border-right: none;
        border-left: none;
    }
    .info3 {
        background-color: #222222;
        border-color:#222222;
    }

    .thhead {
        text-align: center;
        background-color: #222222;
        color: #33a0ff;
        font-size: 18px
    }

    .thhead2 {
        background-color: #222222;
        color: #33a0ff;
        font-size: 18px
    }

    .thhead3 {
        color: #ffffff;
    }

    .tdrow {
        text-align: center;
    }

    tr {
        background-color: #404040;
        border-style: hidden
    }

    tr:nth-child(odd) {
        background-color: #333333;
    }

    .title {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        background-image: linear-gradient(#404040, #222222);
        background-color: #222222;
        border-radius: 5px 5px 0px 0px;

    }

    .table {
        background-color: #222222;
    }

    .table-responsive {
        background-color: #222222;
        border-style: none;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    hr {
        border-color: darkgrey;
    }

    .boys {
        color: orange;
    }

    .canadiens {
        color: red;
    }

    .legend {
        color: darkgrey;
    }

    .nordiques {
        color: blue;
    }

    .special {
        color: red;
        font-size: small;
        padding-left: 5px
    }
    .special1 {
        color: white;
        font-size: small;
        padding-left: 5px
    }

    .special2 {
        color: red;
    }

    .fa-file-pdf {
        color: #33a0ff;
    }

    .download {
        background-color: #222222;
        border-color: darkgrey #222222;
        font-size: medium;
        text-align: right;
    }

    .titlecalajust {
        padding-left: 40%;
    }

    .glyphicon-refresh {
        color: #33a0ff;
        font-size: 24px;
    }


    .col-sm-12 {
        padding-bottom: 5px;
        padding-top: 25px;
        font-size: 18px
    }

    .panel-default {
        border-color: #222222;
        border-radius: 30px 30px 0px 0px;
        background-color: #222221;
    }

    .panel-body {
        background-color: #222222;
        padding-left: 25%;
        border-color: #404040;
        background-image: linear-gradient(#222222, #404040);
    }

    .panel-heading {
        background-color: #404040 !important;
        background-image: linear-gradient(#404040, #222222);
        border-radius: 30px 30px 0px 0px;
    }

    .player {
        color: darkgray;
    }

    .fa-user-circle {
        padding-right: 10px;
    }

    .panel-footer {
        background-color: #404040 !important;
        border-radius: 0px 00px 30px 30px;
    }

    .perso {
        background-color: #404040;
    }

    .modal-body,
    .modal-header {
        background-color: #222222 !important;
    }

    .fa-times {
        color: white;
    }

    #myInput {
        background-image: url("http://lhlmobile.com/img/searchicon.png");
        background-repeat: no-repeat;
        background-size: 30px 30px;
        padding: 12px 20px 12px 35px;
    }

    .normal {
        color: #33a0ff;
    }

    .barre {
        border-style: solid;
        border-color: #222222 #222222 #222222 #33a0ff;
        border-width: 5px
    }

    .coupe {
        color: #33a0ff;
        font-size: 14px;
    }

    .well-sm {
        font-size: 18px
    }

    .tro {
        margin-top: 20px
    }
    .btn-default{
        margin-top: 15px
    }
    .foot {
        font-family: 'Roboto', serif;
        font-size: 14px !important;
        color: lightgrey;
        margin-top: 10px;
        margin-bottom: 20px;
        
    }
   #ac-wrapper {
    background-color: rgba(0, 0, 0, 0.6); /* transparence au lieu de #222 */
    position: fixed;
    top: 0; /* au lieu de 50px */
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
    #popup {
    background:#222221;
    border: 1px solid #404040;
    width: 400px;
    max-width: 95%;
    padding: 20px;
    margin: 10% auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
}
    .pop {
        margin-bottom: 5px !important;
    }
    .pop2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:10px;
        right:40px;
        border-color: #222222;
        background-image: linear-gradient(to bottom right, #33a0ff, #ffffff);
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 3px #404040;
        z-index: 1;
    }

    .my-float{
        margin-top:15px;
    }
    .atms {
        padding: 65px 20px 5px 20px;
    }
    .atms2 {
        padding: 50px 20px 5px 20px;
        font-weight: bold;
    }
    .remove {
        padding-right: 15px;
        padding-top: 15px;
        color: red;
    }
    .coro {
        font-family: 'Roboto', serif;
        font-size: 14px !important;
        color: darkgrey !important;
    }
    .coro2 {
    margin-top: -12px;
    margin-bottom: 30px;
    }
    .separate {
        font-family: 'Roboto', serif;
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        background-color: #33a0ff;
        border-color: #222222;
        background-image: linear-gradient(to bottom left, red, #222222);
    }
    .protocole {
        font-family: 'Roboto', serif;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }
    .protocole2 {
        font-family: 'Roboto', serif;
        font-size: 18px;
        color: red;
        text-align: center;
    }
    #DQModal {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }


