
/* Paramaètre style des pages */
html, body
{
	background:url(../images/background-wow-top.jpg) center -200px no-repeat,url(../images/background-wow-repeat.jpg) center 1800px repeat-y #231a13;
}

.bloc-page
{
	border-radius:5px!important;
	background-color: rgba(48,38,29,.5);
	box-shadow: 1px 2px 5px rgba(0,0,0,.2);
    overflow: auto; /* Overflow auto afin que le backgound s'adapte correctement avec la galerie */
}

.bloc-page h2
{
	color: #f8b700;
}

.bloc-page p
{
	color: #c0c0ba;
	font-weight: 300;
	font-size:18px;
}

.socialBox
{
	margin-top: 90px;
}

/*_____________________________
 Galerie.php : style galerie
_____________________________*/

.filter-button
{
    font-size: 18px;
    border: 1px solid #f8b700;
    border-radius: 5px;
    text-align: center;
    color: #f8b700;
    background-color: rgba(0,0,0,.25);
    transition: .5s;
    margin-bottom: 30px;
}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #f8b700;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0,0,0,.7);
    color: #f8b700;
}

.filter-button.active
{
    background-color: #f8b700;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/*______________________
    modal image
__________________________*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* fond boite */
.modal_img {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}

/* IMAGE */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Style de la propriété ALT de l'image et positionnement*/
#caption {
    position: relative;
    top: -275px;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Animation de Zoom  sur l'image */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* Position & style bouton fermer */
.close_img {
    position: absolute;
    top: 130px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close_img:hover,
.close_img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* rendre les img plus petite pour les écrans mobiles */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/*________________________
ROSTER page
__________________________*/
/* Tableau */
.table thead tr 
{
	background-color: #181c1f;
	color: white;
}

.table tbody tr 
{
	background-color: #292f33;
	color: #fff;
	height: 45px;
}

.table tbody tr:hover
{
	background-color: #1f2429;
}

/*Wow couleur des classes*/
.classColor-DK { color: #C41F3B!important; }
.classColor-DH { color: #A330C9!important; }
.classColor-druide { color: #FF7D0A!important; }
.classColor-chasseur { color: #ABD473!important; }
.classColor-mage { color: #69CCF0!important; }
.classColor-moine { color: #00FF96!important; }
.classColor-paladin { color: #F58CBA!important; }
.classColor-pretre { color: #fff!important; }
.classColor-voleur { color: #FFF569!important; }
.classColor-chaman { color: #0070DE!important; }
.classColor-demoniste { color: #9482C9!important; }
.classColor-guerrier { color: #C79C6E!important; }


/*________________________
Formulaire de recrutement 
__________________________*/

label
{
	color: #c0c0ba!important;
}

fieldset > legend
{
    color: #f8b700;
}

input,textarea,select
{
    border: 1px solid #f8b700!important;
}

input,textarea,option,select
{
    background:#a19986!important;
    color:#30261d!important;
    outline-color: #867b61!important;
}

.btn-form
{
    transition: .5s;
    background-color: rgba(0,0,0,.25);
    color: #f8b700;
    border: 1px solid #f8b700;
    padding: 15px 10px;
    margin-top: 15px;
}

.btn-form:hover
{
    background-color: rgba(0,0,0,.55);
    color: #f8b700;
    border: 1px solid #f8b700;
}

/*____________________________
 Modal box : Recrutement.php
 ____________________________*/

/* arrière plan */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* contenu de la box modal */
.modal-content {
    background-color: #e8d7b5;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}

/* fermer la boite */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
