html {
  margin:0;
  padding:0;
  background:none;
  background: url(img/bg-test.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
/*
div[class="row"] {
    border: 1px dotted rgba(0, 0, 0, 0.5);
}

div[class^="col-"] {
    background-color: rgba(255, 0, 0, 0.2);
}*/

body {
  padding-top: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:13px;
  background:none;
  color:#FFF;
}


/************************************************************/
/************ MENU ******************************************/
/************************************************************/
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;

    background-color: rgb(9,12,19); /* Black fallback color */
    background-color: rgba(9,12,19, 0.92); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

    /*margin-top: -50px;*/
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 130px;

}

/*
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}



.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
*/
/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

ul.big-menu,
ul.admin-menu{
    list-style-type: none;
}

ul.big-menu li,
ul.admin-menu li{
    float:left;
}

ul.big-menu li a{
    color:#FF1541;
    text-decoration:none;
    border:3px solid #FF1541;
    padding:20px 10px;
    width: 250px;
    margin:10px;
    text-align:center;
    font-size:2em;
    display: inline-block;
    border-radius:5px;
}
@media screen and (max-height: 768px) {
  ul.big-menu li a{
      color:#FF1541;
      text-decoration:none;
      border:3px solid #FF1541;
      padding:20px 10px;
      width: 200px;
      margin:10px;
      text-align:center;
      font-size:2em;
      display: inline-block;
      border-radius:5px;
  }
}
ul.big-menu li a:hover{
    color:#FFF;
    text-decoration:none;
    border:3px solid #FFF;
    background-color:#131929;
}


ul.admin-menu{
    width:100%;
    height:62px;
    margin-top:30px;
}

ul.admin-menu li{
    background-color:#131929;
    padding:20px;
    font-size:1.2em;
    color:#666;
    font-weight:300;
}
ul.admin-menu li a{
    color:#FF1541;
    text-decoration:none;
    padding:15px 33px;
}
@media screen and (max-height: 768px) {
ul.admin-menu li a{
    color:#FF1541;
    text-decoration:none;
    padding:15px 15px;
}
}
ul.admin-menu li a:hover{
    color:#FFF;
    text-decoration:none;
}
/*
.vertical-center {
  min-height: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;
}
*/

#recherche.form-control{
    background-color:#131929;
    border:none;
    border-bottom:3px solid #FF1541;
    font-size:3em;
    width:93%;
    padding:5px 15px;
    font-weight:300;
    color:#FFF;
    margin-bottom:50px;
    margin-left:50px;
    height:65px;
}

#logo{
    font-weight:300;
    color:#FFF;
    font-size:2em;
}
#logo-details{
    font-size:.7em;
    color:#FF1541;
}

#header-bar.header-bar-close{
    padding-top:20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e1424+89,0e1424+100&1+89,0+100 */
    background: -moz-linear-gradient(top, rgba(14,20,36,1) 89%, rgba(14,20,36,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(14,20,36,1) 89%,rgba(14,20,36,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(14,20,36,1) 89%,rgba(14,20,36,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1424', endColorstr='#000e1424',GradientType=0 ); /* IE6-9 */
}
#header-bar.header-bar-open{
    padding-top:20px;
    background:none;
}

ul.navbar-right li a#btn-menu:hover,
ul.navbar-right li a#btn-menu:focus{
    background:none;
}

div.bg-trans{
    background-color: rgba(9,12,19, 0.5); /* Black w/opacity */
    /*border:1px solid red;*/
    margin:0 2px;
}

ul.news{
    padding:0;
    list-style-type: none;
}
ul.news li{
    margin:20px 10px;
    text-align:justify;

}
ul.news li p.maintenance,
ul.news li p.divers,
ul.news li p.important{
    text-transform: uppercase;
    font-weight:700;
    font-size:1.1em;
}
ul.news li p.maintenance i{
    margin-right:5px;
    color:#DAA520;
}
ul.news li p.divers i{
    margin-right:5px;
    color:#005DA3;
}
ul.news li p.important i{
    margin-right:5px;
    color:#FF1541;
}

li.timeline-TweetList-tweet{
    background-color:red;
}

table#next-match{
    width:100%;
}
table#next-match tr td{
    text-align:center;
    font-size:1.1em;
    font-weight:300;
}
table#next-match tr td.vs{
    font-weight:700;
    font-size:2em;
}
table#next-match tr td.equipe{
    font-weight:300;
    font-size:1.7em;
    width:25%;
}
img.logo{
    width:75px;
    height:75px;
}

.nb-jour{
    color:red;
    margin-left:10px;
}


ul.shortcut-menu{
    list-style-type: none;
    padding:0;
    padding-left:40px;
}

ul.shortcut-menu li{
    float:left;
    margin-bottom:20px;
}

ul.shortcut-menu li a{
    color:#FF1541;
    text-decoration:none;
    border:3px solid #FF1541;

    /*padding:20px 10px;
    width: 250px;
    margin:10px;
    */
    width: 110px;
    height:110px;
    padding-top:20px;
    text-align:center;
    font-size:1em;
    display: inline-block;
    border-radius:3px;
}
ul.shortcut-menu li a:hover{
    color:#FFF;
    text-decoration:none;
    border:3px solid #FFF;
    background-color:#131929;
}

.twtr-tweet-text {
    font size: 105%;
    font-family: Georgia, Serif;
}

table#tab-paq{
    width:100%;

}

table#tab-paq tr > td {
  padding-bottom: 2em;
  vertical-align:center;

}

table#tab-paq tr th{
    background-color:black;
    padding:20px 10px;
    vertical-align:center;
    border-bottom:3px solid rgba(0,0,0, 0);
}
table#tab-paq tr.firstrow th{
    background-color:rgba(0,0,0, 0.7);
    padding:5px 5px;
    text-align:center;
    vertical-align:center;

}
table#tab-paq tr.firstrow th.transparent{
    background-color:rgba(0,0,0, 0);
}


table#tab-paq tr td{
    /*padding-top:15px;
    padding-bottom:15px;*/
    padding:15px 10px;
    border-bottom:3px solid;
    border-color: rgba(0,0,50, 0);
}

table#tab-paq tr:nth-child(odd) {background-color:rgba(9,12,19, 0.2);}
table#tab-paq tr:nth-child(even) {background-color: rgba(9,12,19, 0.8);}

td.date-paq,
td.ou-paq,
td.qui-paq{
    font-size:.9em;
    width:70px;

}

td.dysf-paq{
    font-weight:500;
}


table#tab-paq a.btn{
    font-size:1em;
}


.submit-perso{

}

ul.shortcut-menu-bis{
    list-style-type: none;
    padding:0;
    padding-left:40px;
}

ul.shortcut-menu-bis li{
    float:left;
    margin-bottom:20px;
}

ul.shortcut-menu-bis li a,
.submit-perso{
    color:#FFF;
    text-decoration:none;
    border:3px solid #FFF;

    /*padding:20px 10px;
    width: 250px;
    margin:10px;
    */
    width: 110px;
    height:110px;
    padding-top:20px;
    text-align:center;
    font-size:1em;
    display: inline-block;
    border-radius:3px;
}
.submit-perso{
    background:none;
}

ul.shortcut-menu-bis li a:hover,
ul.shortcut-menu-bis li a.actif,
.submit-perso:hover{
    color:#FF1541;
    text-decoration:none;
    border:3px solid #FF1541;
    background-color:#131929;
}

ul.liste{
    margin-left:5%;
}
ul.liste.liste-fw{
    margin-left:0;
}
ul.liste li{
    list-style-type: none;
    background-color:rgba(9,12,19, 0.5);
    margin-bottom:3Px;

}
ul.liste li a{
    color:#FFF;
    padding:20px;
    display: block;
}

ul.liste li a:hover{
    color:#FF1541;
    text-decoration:none;
    background-color:#131929;
}

p.titre{
    font-size:1.5em;
    font-weight:500;
    text-transform: uppercase;
}
p.document{
    opacity:.7;
}

.dl-icon{
 float:right;
 margin-top:-50px;
 margin-right:20px;
}

.row.feedback .btn.btn-default{
    color:#FFF;
    background-color:rgba(9,12,19, 0.5);
    border-radius:0;
    margin:5Px;
}
.row.feedback .btn.btn-default:hover,
.row.feedback .btn.btn-default.active,
.row.feedback .btn.btn-default.focus
{
    outline:none;
    color:#FF1541;
    border-color:#FF1541;
}

#ou_int{
  /*visibility: hidden;*/
  display:none;
}

#ou_ext{
  /*visibility: hidden;*/
  display:none;
}

#qui{
  /*visibility: hidden;*/
  display:none;
}

#quoi{
  /*visibility: hidden;*/
  display:none;
}

#submit{
  /*visibility: hidden;*/
  display:none;
}


.html_qui_accueil,
.html_qui_billetterie,
.html_qui_securite,
.html_qui_restauration,
.html_qui_divers,
.html_qui_merchandising{
display:none;
}

#export_porte,
#export_ou,
#export_acces,
#export_rue,
#export_parking,
#export_qui,
#export_accueil,
#export_billetterie,
#export_securite,
#export_merchandising,
#export_quoi,
#export_match,
#export_date,
#export_lu,
#export_respo,
#export_ou2,
#export_qui2{
  display: none;
}

a#btn-menu{
    color:#FF1541;
    font-size:1.5em;
    font-weight:700;
}
a#btn-menu i{
    color:#FF1541 ! important;
}
