/*
 Theme Name:   Sportsline Child
 Theme URI:    http://demo.themeum.com/sportsline/
 Description:  Sportsline Child Theme
 Author:       Themeum
 Author URI:   http://themeum.com/
 Template:     sportsline
 Version:      2.3
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  themeum
*/


@import url("../sportsline/style.css");

* {
    font-family: 'Montserrat', sans-serif;
}

.container {
    width:1099px;
}

.img-responsive {
    width: 100%;
}

/* BLOC des articles des catégories home */
/* TITRE DES CATEGORIES en HOME */

.news-block h2.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: left;
    color: #319DC4;
    border-top: none;
}

.news-block {
    border-top: none;
}

.maDiv-news{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.maDiv-6 {
    width:42%;
}

.entry-title > a {
    font-size: 22px;
}

.primary h3 :hover {
    font-size: 22px;
    color: #319DC4;
}

.metaDiv {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: medium;
    color: #888;
    font-size: 13px;
    margin-bottom: 15px;
}

/* NAVBAR */

.navbar-main {
    background-color: #319DC4;
}

#searchform .form-control {
    color:#575757;
    background-color: white;
}

.fa-search {
    color:white;
}

.navbar-main #searchform input[type="text"] {
    color:#575757;
    background-color: white;
    border-radius:5px;
}

.navbar-main .navbar-nav > li.current-menu-item > a, .navbar-main .navbar-nav>li:hover>a {
    text-decoration: underline;
}

/* #menu-item-1314 a{
    width: 140px;
} */

.logo {
    display: none;
}

.logoNav {
    height:20px;
    margin-bottom:5px;
}

/* SLIDER */

.caption-wrap {
    border-radius:5px;  
    }

.caption-wrap {
	font-size:35px;
}

/* OVERLAY "VIEW DETAILS/VOIR PLUS" mouse over sur vignette en Home */

.entry-image .overlay a.btn {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* FOOTER */

.copyright{
	color:black;
    padding: 0.85714rem 0;
}

.copyright-text {
    float: left;
    color: white;
}

.menu-footer-container {
    float: right;
    display: table-cell;
    vertical-align: middle;
}

#footer1 > div > span > div.menu {
    float: right;
    display: table-cell;
    vertical-align: middle;
}

#menu-footer {
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -.31em;
    word-spacing: -0.43em;
    margin-top: revert;
}

#menu-footer > li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    padding: 5px;
}

.menu > ul > li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    padding: 5px;
}

#menu-footer a {
    color: white !important;
}

#footer{
	background-color: black !important;
}

#footer .gototop i {
	color:white;
	background:#428bca;
}

/* PAGE CATEGORIE - IMAGE D'ENTETE - vignette des article avec le H2 */

.entry-thumbnail img{
    min-width: 100%;
    height: 300px;
    object-fit: cover;
}

.compliance--fr .bc-compliance_fr img {
  max-height: 90px;
}

/* MOBILE */

@media only screen and (max-width: 480px) {

    .navbar-toggle {
        margin-top:0px;
        margin-bottom:0px;
    }
}

@media only screen and (max-width: 767px) {
    
/* NAVBAR */

    #menu-item-1314 a{
        display:none;
    }

    .fa-bars{
        color:white;
    }
        
    .navbar-main .navbar-nav > li a{
        color:white;
    }

/* LOGO */

    /* .bar-menu-mob {
        width: 60%;
    } */
    
    #mob-logo {
        width: 30%;
        float: right;
        margin-right: 45%;
        margin-top: 13px;
    }
    
/* SEARCH BAR */
    
    .navbar-main #searchform {
        width: 30%;
        position: absolute;
        right: 5px;
        top: -3px;
    }
    
    .navbar-main #searchform input[type="text"] {
        width : 100%;
        padding-left:12px;
        padding-right:3px;
    }
        
    /* SLIDER */

    .caption-wrap {
        font-size:20px;
    }
    .sliderHome a>img {
        height:300px;
        object-fit:cover;
    }

    /* CONTAINER */

    .container {
        width:100%;
    }	

    .maDiv-news{
        display: flex;
        flex-direction: column;
    }
        
    .maDiv-6 {
        width:100%;
    }
        
    /* PAGE CATEGORIE - IMAGE D'ENTETE - vignette des article avec le H2 */

    .entry-thumbnail img {
        min-width: 100%;
        height: 100px;
    }
}

@media only screen and (min-width: 767px) {
    div.bar-menu-mob {
        display:none;
    }

}

@media only screen and (max-width: 991px) {
    
    /* CONTAINER */

    .container {
        width:100%;
    }	
}

@media only screen and (max-width: 1098px) {
    
    /* CONTAINER */

    .container {
        width:100%;
    }	
}


@media (max-width: 455px) {
    .compliance--fr.compliance-header-enabled {
        padding-top: 155px;
    }
}


@media (max-width: 435px){
    .compliance--fr.compliance-header-enabled {
        padding-top: 155px;
    }
}

@media (max-width: 415px) {
    .compliance--fr.compliance-header-enabled {
        padding-top: 170px;
    }
}

@media (max-width: 365px) {
    .compliance--fr.compliance-header-enabled {
        padding-top: 200px;
    }
}