/**
 * Custom CSS
 */

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: bottom right;
}

h1  {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.modal-title {
    float: left;
}

#loginBox {
    display: block;
    position: inherit;
}

#loginBox .modal-content {
    border: none;
    -moz-box-shadow: 0px 2px 2px 0px #c0c0c0;
    -webkit-box-shadow: 0px 2px 2px 0px #c0c0c0;
    -o-box-shadow: 0px 2px 2px 0px #c0c0c0;
    box-shadow: 0px 2px 2px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=2);
    border-radius: 2px;
}


.login_title {
    text-align: center;
    padding-top: 20px;
    font-family: 'Damion', cursive;
    font-size: 60px;
    font-weight: 100;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#global {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

#global_home {
    background-color: #F1F1F1;
}

#search_panel {
    position: relative;
    margin: 0;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 50%;
    padding-top: 5%;

    -webkit-box-shadow: inset 0px -9px 10px -6px rgba(0,0,0,0.42);
    -moz-box-shadow: inset 0px -9px 10px -6px rgba(0,0,0,0.42);
    box-shadow: inset 0px -9px 10px -6px rgba(0,0,0,0.42);
}

#search_bar {
    top: 40%;
    text-align: center;
}

.right_card {
    -moz-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -webkit-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -o-box-shadow: 0px 2px 1px 0px #d2d2d2;
    box-shadow: 0px 2px 1px 0px #d2d2d2;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=180, Strength=1);
    margin: 0 0 20px 0;
}

.right_card .card-header {
    background-color: #373A39;
    color: #ccc;
}

.right_card .row {
    padding: 10px;
}

.right_card hr {
    margin: 8px 0;
}

.right_card.card {
    border: none;
}

.review_card {
    background-color: #FFFFFF;
    border-radius: 50px 3px 3px 3px;
    min-height: 150px;

    -moz-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -webkit-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -o-box-shadow: 0px 2px 1px 0px #d2d2d2;
    box-shadow: 0px 2px 1px 0px #d2d2d2;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=180, Strength=1);
    margin: 0 0 20px 0;
}

.review_card .img {
    float: left;
    width: 80px;
}

.review_card .infos {
    text-align: center;
    padding: 10px;
}

.review_card .infos .note {
    font-size: 10px;
    background-color: #cccccc;
    padding: 3px;
    border-radius: 3px;
    color: #FFFFFF;
}

.review_card .infos hr {
    margin: 10px 0;
}

.review_card .infos .left {
    float: left;
    margin-left: 5px;
}

.review_card .infos .right {
    float: right;
    color: #41c441;
}

#tournament_card {
    background-color: #FFFFFF;
    padding: 20px;

    -moz-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -webkit-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -o-box-shadow: 0px 2px 1px 0px #d2d2d2;
    box-shadow: 0px 2px 1px 0px #d2d2d2;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=180, Strength=1);
}

#tournament_card h3 {
    font-size: 14px;
}

#tournament_card .progress, #tournament_card .progress-bar {
    border-radius: 3px;
}

#tournament_card .progress {
}

.event_month .img_bloc {
    width: 85px; float: left;
    margin-left: 15px;
}

.event_month p {
    font-size: 12px;
}

.event_month .img_bloc .img_content {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
}

.event_month .info_bloc {
    margin-right: 15px;
}

.event_month .info_bloc div {
    color: #41c441;
    font-size: 18px;
}

#register_content img {
    width: 80px;
    border-radius: 50%;
}

#login_panel {
    padding: 0 5px;
}

#menu_phone #login_panel {
    padding: 0;
}

#login_panel input {
    margin-bottom: 5px;
}

#search_panel .alert {
    border-radius: 0;
}

.left {
    float: left;
}
.right {
    float: right;
}

.no-padding {
    padding: 0;
}

#tournament_card img {
    max-width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

#add_review_panel {
    font-size: 14px;
}

.add_review i {
    cursor: pointer;
}

.global_review span {
    font-size: 20px;
    padding-left: 5px;
}

#your_review_text {
    text-align:center;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
}

#tournament_card .badge {
    margin-left: 20px;
    position: absolute;
    margin-top: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    padding: 3px;
    border-radius: 3px;
    background-color: #ccc;
    color: #FFF;
}

#footer {
    background-color: #373a3c;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f1f1f1;
}

#footer a {
    color: #ffffff;
    font-weight: bold;
}

#your_review input, #your_review button {
    margin: 2px 0;
}

#your_review h3 {
    font-size: 14px;
}

.review_card a {
    color: #000;
}

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

table.dataTable.no-footer {
    border: none !important;
}

#search_bar .form-group {
}

#search_bar #search_results {
    position: relative;
    padding: 0 24px;
}

#search_bar #search_results ul {
    position: absolute;
    top: 38px;
    list-style: none;
    z-index: 5;
    padding: 0;
    margin: 0;
    right: 25px;
    left: 25px;
    -moz-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -webkit-box-shadow: 0px 2px 1px 0px #d2d2d2;
    -o-box-shadow: 0px 2px 1px 0px #d2d2d2;
    box-shadow: 0px 2px 1px 0px #d2d2d2;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=180, Strength=1);
}

#search_bar #search_results li {
    text-align: left;
}

#search_bar #search_results li a {
    color: inherit;
    display: block;
    padding: 3px 7px;
    text-decoration: none;
}

#search_bar #search_results li:hover {
    color: #ccc;
    background-color: #373A39 !important;
    cursor: pointer;
}

#search_bar #search_results li:nth-child(odd) {
    background-color: #fff;
}

#search_bar #search_results li:nth-child(even) {
    background-color: #f1f1f1;
}

#search_bar #search, #search_bar .input-group-addon {
    border: 1px solid #9f9f9f !important;
}

#search_bar .input-group-addon {
    border-left: 0 !important;
    padding: .5rem 1rem;
}

.menu_xs {
    padding: 0px;
    margin-top: 42px;
    clear: both;
}

.menu_xs .nav-item {
    border-top: 1px solid #444;
    float: inherit;
    margin-left: 0 !important;
}
.navbar {
    padding-bottom: 0px;
    position: absolute;
    width: 100%;
    background-color: inherit !important;
    background-image: url("../images/nav_bg.png");
    background-position: top;
    background-repeat: repeat-x;
}

.navbar .navbar-brand img {
    max-width: 75%;
    max-height: 100px;
}

.navbar ul {
    height: 105px;
}

.navbar ul li {
    height: 100%;
    display: table;
}

.navbar ul li.ontop {
    height: initial;
}

.navbar ul li a {
    display:table-cell !important;
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 4px solid rgba(0,0,0,0);
    color: rgba(255,255,255,0.75) !important;
}

.navbar ul li a.current, .navbar ul li a:hover {
    border-bottom: 4px solid #d65998;
    color: #FFFFFF !important;
}

.navbar ul li.ontop a:hover {
    border-bottom: 4px solid rgba(0,0,0,0);
}

.container_content {
    padding-top: 110px;
}

.alert {
    border: none;
    border-radius: 0;
    z-index: 1;
    width: 100%;
    border: none;
}

.text-center {
    text-align: center;
}

.c_primary {
    color: #d65998;
}

#login_logo {
    width: 200px;
    margin-top: 20px;
}

@media all and (min-width: 992px) and (max-width: 1200px)
{
    .event_month .info_bloc a div {
        font-size: 14px !important;
    }
    /* Vos règles CSS pour les mobiles ici */
}

@media all and (max-width: 320px)
{
    .navbar .navbar-brand {
        float: none;
    }
}