body
{
     
    background : url(../images/bg2.jpg);
}

.site
{
    font-family: 'Holtwood One SC', sans-serif;

    
}
.text-logo
{
    font-family: 'Pacifico', cursive;
    color : #ffffff;
    text-shadow: 2px 2px #252525;
    padding : 40px 0px;
    text-align: center;
   
}

.textCenter
{
    text-align: center!important;
}

.admin
{
    background : #fff;
    padding : 50px;
    border-radius: 10px;
}

.titre-Grille {
    text-align: left;
}

#entete
{
    margin-top: 20px;
    margin-bottom: 20px;
}
#menu
{
    margin-top: 20px;
}

.help-inline
{
    color : red;
}

.ligne
{
    background : #0fc592!important;
}
.btn-success {
    color: #fff;
    background-color: #0fc592;
    border-color: #0aa277;
}
.decalBox{
    margin-top: 20px;
    margin-bottom: 10px;
}
.decalBox2{
    margin-top: 24px;
    margin-bottom: 10px;
}
.textRecherche{
    text-align: center;
    color: #999;
     font-weight: normal;
      font-size: 14px;
    
}

.background_entete{
    background-color:rgba(0,0,0,0.5);
}

/* MENU */

.navbar
{
    background-color:rgba(0,0,0,0.5);

}
.navbar-nav{
    margin : 0 auto;
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
    color:aquamarine;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link{
    margin:0,6px ;
}

.navbar-dark .navbar-nav .nav-link .active{
    color:white;
}


.thumbnail
{
    display: block;
    padding: 2px;
    margin: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    
    border-radius: 4px;

}
.white-divider
{
    width : 80%;
    height : 2px;
    background : #fff;
   margin : 0 auto;
    
    
}
#zoneAdmin
{
    padding-top: 50px;
}
.titreAdmin
{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-top: 20px;
       
}


.boutonMenu{
    max-height: 150px;
    
}

/* Dropdown Button */
.dropbtn {
   background-color: #4CAF50;
   color: white;
   padding: 16px;
   font-size: 16px;
   border: none;
}
  
  
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
 
/* Links inside the dropdown */
.dropdown-item{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: grid;
  background: transparent;
  border: none !important;
  border-radius : 6px;
}
  
/* Change color of dropdown links on hover */
.dropdown-content .dropdown-item:hover {
    background-color:#999;
    display: grid;
}
 
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: grid;}
  
 
/* Le parent global '.rating' positionne le groupe des étoiles et le lien en colonne */

.rating {
    direction: rtl;
 }

.rating a {
	/*flex-direction: column;*/
	align-items: center;
    /*float: right;*/
    color: #aaa;
    text-decoration: none;
    font-size: 3em;
    transition: color .4s;
 }
 .rating a:hover,
 .rating a:focus,
 .rating a:hover ~ a,
 .rating a:focus ~ a {
    color: orange;
    cursor: pointer;
 }

 .tense{align-items: center;}
 .voted {color:#999;margin:5px 0 5px;}
 .thanks {color:#36AA3D;margin:5px 0 5px;}
 
 .etoileOrange{
    color: orange!important;
 }

 .textImprim{

    font-size: 18px;

 }

 .disabled {
    pointer-events: none;
    opacity: .5;
}