/*
Theme Name: bvb-wp-2020
Theme URI: http://underscores.me/
Author: Digeek
Author URI: http://digeek.fr
Description: BVB Volleyball Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bvbwptheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bvb-wp-2020 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.clearfix{
    clear: both;

}

/* HOMEPAGE */ 
.marathon-slide .marathon-text-left {
    right: 25px;
    font-size: 60px;
}
.marathon-slide .marathon-text-right {
    right: 25px;
    left: auto;
    font-size: 55px;
}
.marathon-slide .slider-location{
    font-size: 30px;
    top: 80%;
}
@media (min-width: 1024px){
    .marathon-slide .marathon-text-left {
        right: 50%;
        font-size: 90px;
    }
    .marathon-slide .marathon-text-right {
        font-size: 70px;
        right: auto;
        left: 50%;
    }
    .marathon-slide .slider-location{
        font-size: 30px;
        top: 62%;
    }
}

.marathon-news-slide{
    overflow: hidden;
}

.map-route-info{
    background-color: #fff;
}

.breadcrumbs,
.breadcrumbs a{
    color:#fff;
}
.marathon-news-date{
    background: rgba(255, 255, 255, 0.9);
    /*
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
            */

}


.entry-content p{
    margin-bottom: 1.2em;
}

.has-jaune-color{
    color:#ffd910;
}
.has-bleu-color{
    color:#0d5aa5;
}
.has-blanc-color{
    color:#fff;
}

/* POST NAV */
.post-navigation{
    display: block;
    clear: both;
}
.nav-next,
.nav-previous{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.nav-previous{
 
    text-align: left;
}
.nav-next{
   
    text-align: right;
}

.nav-subtitle{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0d5aa5;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: block;
}
.nav-title{
    position: relative;
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
    color: #333333;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

/* FOOTER */
.logo img{
    width: 100%;
}


/* WIDGETS */
h2.widget-title{
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 17px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d9d9d9;
    letter-spacing: 0;
    text-align: left;
}
.widget li a:before{
    content: '\f105';
    margin-right: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
}
.widget li{
    margin-bottom: 20px;
}
.widget li a {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

/* IMAGES */
.wp-block-image img{
    height: auto;
}


/* FORMS */
.subscribe-form input, .search-form input {
    width: 100%;
    padding: 0 50px 0 15px;
    font-size: 18px;
}
.subscribe-form .search-button, 
.search-form .search-button,
.search-form .search-submit {
    width: 100px;
    height: 100%;
    background-color: transparent;
    color: #0d5aa5;
    border-radius: 0px;
    border: 2px solid #0d5aa5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 16px;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    overflow: hidden;
}
.search-form .search-submit {
    padding: 0;
}


/* SINGLES */
.s-news{
    padding-top: 30px;
}

/* BOUTONS */
.btn.btn-white:hover{
    color: #ffd910;
}
