@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");

.container-fluid h1, .container-fluid h5{
    text-align: center;
}

.NotLangue{
    display: none;
}
.select-wrapper select{
    background: rgba(255,255,255,0);
    padding: 10px;
    border: 0px solid black;
    margin: auto;
    -webkit-appearance:none;
    outline:none;
    color: rgb(240,240,240);
    border-bottom: 1px solid lightgrey;
    border-radius: 0px 0px 5px 5px;
}

.img-flag{
    margin: 0 !important;
    display: inherit !important;
    height: 15px;
    width: 18px;

}

#AllPerso ul li{
    font-size: 13px;
}
#AllCombat ul li{
    font-size: 13px;
}
#AllObjets ul li{
    font-size: 13px;
}

#headerToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 2.25em;
    left: 0;
    position: fixed;
    top: 0;
    width: 3.25em;
    z-index: 10001;
}

#headerToggle .toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
}

#headerToggle .toggle:before {
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0c9';
    color: #fff;
    font-size: 18px;
    line-height: 2.25em;
    background: rgba(128, 136, 144, 0.5);
    border-radius: 0.35em;
    text-align: center;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    display: block;
    width: 3.25em;
    height: 2.25em;
    line-height: 2.25em;
}
#wrapper.toggled #headerToggle {
    -moz-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}
#slideToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 2.25em;
    right: 5px;
    position: fixed;
    width: 3.25em;
    z-index: 10001;
    cursor: pointer;
}

#slideToggle .toggle {
    position: absolute;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
}

#slideToggle .toggle:before {
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f062';/*f062 f077*/
    color: #fff;
    font-size: 18px;
    line-height: 2.25em;
    background: rgba(128, 136, 144, 0.5);
    border-radius: 0.35em;
    text-align: center;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    display: block;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25em;
}

header{
    text-align: center;
    margin: 0;
    padding: 2px 0 0 12px;
    width: 100%;
    top: -1px;
    border-bottom: 1px solid black;
    box-shadow: 0px 10px 5px -4px rgba(0,0,0,0.54);
    background-color: white;
    border-radius: 0px 0px 15px 15px;
    padding: 0px;
}

.imageNav{
    width: 15px;
    -moz-transition: transform 0.75s;
    -webkit-transition: transform 0.75s;
    transition: transform 0.75s;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}


.imageNavNull{
    display: none;
}

.flip {
    transform: rotate(-180deg);
}
footer.row{
    margin-right: 0px;
    margin-left: 0px;
}
footer{
    border-top: 1px solid black;
    box-shadow: 0px -10px 5px -4px rgba(0,0,0,0.54);
    background-color: white;
    border-radius: 15px 15px 0px 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.footers{
    text-align: center;
}

#LogoDonation{
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'f4b9';
}
.imgInverse{
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}
a[title="Hosted on free web hosting 000webhost.com. Host your own website for FREE."]{
    display: none;
}

@media(min-width:768px) {
    header{
    position: -webkit-sticky;
    position: sticky;
        z-index: 10;
}
    #content{
        padding: 15px;
        z-index: 2;
    }
    #imgSteam{
        width: 50%;
    }
    footer{
        margin-bottom: -20px;
    }
    .imgInverse{
        -webkit-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
    }
    #slideToggle{
        bottom: 100px;
    }
}
/*mobile*/
@media(max-width:767px) {
    #content{
        padding-top: 15px;
    }
    #wrapper.toggled + #slideToggle {
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -moz-transform: translateX(250px);
        -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
        transform: translateX(250px);
    }
    #imgSteam{
        display: none;
    }
    #slideToggle{
        bottom: 80px;
    }


}
/*slide icon*/
.slideNone{
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.select2-search.select2-search--dropdown{
    display: none;
}
select2.select2-container.select2-container--default{
    width: 100%;
    height: 100%;
}
