/*!
Theme Name: winflixnews
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: winflixnews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	padding: 20px 5%;
	box-sizing:border-box;
}

.logo-menu img{
	width:210px;
}

footer{
	background:#000 !important;
}

footer a{
	color:#FFF !important;
	text-decoration: none;
}

.white-litt {
    color: #FFF;
    font-size: 14px;
}

.rs-bt {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.justicenter{
	justify-content: center;
}

.img-rs {
    filter: invert(1);
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

.rs-bt.fbbox {
    background: #3b5998;
}

.rs-bt.snapbox {
    background: #fffc00;
}

.mRight20 {
    margin-right: 20px;
}
.rs-bt {
    display: inline-flex;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    align-items: center;
    background: rgba(255,0,0,0.8);
    padding: 7px 15px;
    border-radius: 35px;
    font-weight: 600;
}


.last_news{
	background:#000;
	padding:100px 0;
}

.content-boxed{
	max-width:1100px;
	margin:0 auto;
}

.item-blog{
	height:300px;
	border-radius:10px;
	position:relative;
	box-sizing: border-box;
}

.max-crop{
	height:75px;
	position:relative;
}

.max-crop img{
	height:100%;
	position:absolute;
	object-fit: cover;
	border-radius:10px;
}

.title-article{
	color:#FFF;
	font-size:12px;
	font-weight:600;
}

h2.white{
	color:#FFF;
}

h2{
	color:#000;
	line-height:1.3em;
	font-size:30px;
}

.cover-p{
	height:100%;
	position:absolute;
	object-fit: cover;
	border-radius:10px;
	filter:brightness(60%);
}

.title-first{
	color:#FFF;
	font-size:16px;
	font-weight:700;
	position:absolute;
	bottom:10%;
	left:5%;
	z-index:2;
	max-width:85%;
	line-height:1.5em;
}

.btn{
    text-decoration: none;
    color: #FFF;
    background:#e19f00;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 35px;
    font-weight: 700;
    font-size: 16px;
}

.normal{
	font-size:12px;
}

.smaller{
	font-size:11px;
}

.go-btn{
    display: inline-flex;
    background:#e19f00;
    color: #FFF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.link-video{
	text-decoration: none;
	color:#000;
    background: rgba(0,0,0,0.03);
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.box-league.grande {
    height: 210px;
}

.box-league {
    overflow: hidden;
    background: #222;
    position: relative;
    border-radius: 10px;
}

.logo-le {
    top: 20px;
    left: 20px;
    position: absolute;
    opacity: 1;
}

.logo-le2 {
    top: 20px;
    left: 20px;
    position: absolute;
    opacity: 0.03;
}

.grande .content-le {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3em;
}

.videos{
	background:#000;
	padding:50px 0 80px 0;
}

.cta-section{
	background:url(https://lemeilleurdufootball.fr/wp-content/uploads/2021/03/background-le-meilleur-du-football.jpg);
	background-size:cover;
	padding:60px 0;
}

.white-text{
	color:#FFF;
	line-height:1.3em;
	font-size:20px;
	font-weight:300;
}

.btn-white{
    text-decoration: none;
    color: #000;
    background:#FFF;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 35px;
    font-weight: 700;
    font-size: 16px;
}

.greyline {
    color: #AAA;
}

.head-part{
	width:100%;
	height:80vh;
	position:relative;
	background:#000;
}

.head-part::after{
	content:'';
	width:100%;
	height:100px;
	background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));
	z-index:3;
	position:absolute;
	bottom:0;
	left:0;
}

.slider-f{
	position:absolute;
	width:100%;
	height:100%;
	object-fit: cover;
	opacity:0.8;
}

.content-slide{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:4;
}

.head-part h1{
	color:#FFF;
	font-size:65px;
}

.lighter{
	text-transform: uppercase;
	font-size:16px;
	font-weight:300;
	letter-spacing: 2px;
	display:block;
}

.bottw{
	position:absolute;
	bottom:5%;
	left:50%;
	transform:translateX(-50%);
	z-index:5;
	width:20px;
}

.text-d{
    color: #FFF;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 300;
    max-width: 75%;
    margin: 0 auto;
}

.header-single{
	background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://lemeilleurdufootball.fr/wp-content/uploads/2021/03/le-meilleur-du-foot-facebook.jpg);
	background-size:cover;
	padding:150px 0 200px;
	background-position-y: 20%;
}

.header-single h1{
	color:#FFF;
	font-size:30px;
}

#breadcrumbs{
	color:#FFF;
	font-weight:300;
	font-size:12px;
}

#breadcrumbs a{
	color:#FFF;
	text-decoration:none;
}

.box-videos{
	box-shadow:1px 5px 20px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:20px 20px;
	box-sizing:border-box;
}

.msg-error{
	background:rgba(255,0,0,0.1);
	padding:20px;
	border-radius:10px;
	display:inline-block;
	margin-top:20px;
	font-weight:600;
}

.stadium{
    margin-top: -45px;
    position: relative;
    opacity:0.4;
}

.pretitle{
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
}

.where {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: 8px;
}

.sidebaring{
	box-shadow:1px 5px 20px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:20px 20px;
	box-sizing:border-box;	
	background:#FFF;
}

h3{
	line-height:1.5em;
}

.boxer{
	border-radius:10px;
	background:#FFF;
}

.box-videos h2{
	font-size:22px;
}

.box-videos p{
	text-align: left;
	line-height:1.5em;
	font-size:14px;
}

.mneg{
	margin-top:-60px;
}

.articles-archive h2{
	font-size:16px;
	line-height: 1.7em;
	margin-bottom: 5px;
	text-decoration: none;
	color:#000;
	transition:.3s ease;
}

.img-post{
	width:100%;
	height:150px;
}

.posting{
	position:absolute;
	object-fit: cover;
	height:100%;
	border-radius:10px;
}

.clearing{
    font-size: 12px;
    color: #999;
	text-decoration: none;
	color:#000;
}

.item-article{
	border-bottom:1px solid rgba(0,0,0,0.05);
	padding-bottom:30px;
	text-decoration:none;
}

.item-article:hover h2{
	color:#777;
}

.menu-principal{
	display:flex;
}

.menu-principal li{
	list-style:none;
}

.menu-principal li a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:300;
	padding:15px;
	box-sizing:border-box;
}

.content-slide video{
    margin-top: 30px;
    border: 7px solid rgba(255,0,0,0.3);
    border-radius: 20px;
}

.box_league {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 10px 0;
    padding: 15px;
    border-radius: 15px;
    box-sizing: border-box;
}

.league_play {
    display: block;
    font-weight: 600;
    text-align: center;
    background: #F9F9F9;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.match_item {
    justify-content: center;
    margin: 10px 0;
}

.timer {
    font-size: 14px;
}

.teamplay_A, .teamplay_B {
    font-size: 14px;
}

.team_match {
    display: flex;
    margin: 5px 0;
    align-items: center;
}

.logo_teamplay_A, .logo_teamplay_B {
    margin-right: 10px;
}

.nav_active {
    background:#e19f00 !important;
    color: #FFF !important;
    font-weight: 500;
}
.btn_navigation {
    text-decoration: none;
    color: #000;
    background: #F2F2F2;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    margin: 10px;
    width: 90px;
    text-align: center;
    border-radius: 5px;
}

.score_1, .score_2 {
    background: #F9F9F9;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.cta {
	background:red;
	}

.btn-side{
	background:#fff;
	color: #000;
	border-radius: 50px;
	padding: 10px;
	text-decoration:none;
	font-weight: 700;
	display: block;
	text-align: center;
}

.woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 15px 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.03);
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}

.woocommerce-MyAccount-navigation li a{
	text-decoration:none;
	color:#000;
}

.is-active{
	font-weight:700 !important;
}

.woocommerce-MyAccount-content a{
	color:#000;
	font-size:14px;
	line-height:1.5em;
}

.woocommerce-MyAccount-content p{
	color:#000;
	font-size:14px;
	line-height:1.5em;
}

.tml-button{
    color: #FFF;
    background: rgba(255,0,0,0.8);
    border: 0px;
    border-radius: 35px;
    display: inline-block;
    padding: 14px 25px;
    font-weight: 700;
}

.tml-links a{
	color:#000;
}

.tml-login{
    max-width: 50%;
    margin: 0 auto;
    background: rgba(0,0,0,0.03);
    padding: 25px;
    border-radius: 10px;
    box-sizing: border-box;
}

.tml .tml-label{
	font-weight:300;
}

.btn-login{
    background: #e19f00;
    border-radius: 35px;
    padding: 7px 14px !important;
    margin-left: 10px;
    font-weight: 600 !important;
}

.ifnot{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align: center;
	width:100%;
}

.msg-warning{
	color:#FFF;
	display:block;
	margin-bottom:20px;
	font-weight:700;
}

.page-numbers {
    text-decoration: none;
    color: #000;
    background: rgba(0,0,0,0.03);
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    font-weight: 300;
}

.page-numbers.current{
    background:#e19f00 !important;
    color: #FFF !important;
    font-weight: 600 !important;
}

.caption-insta{
	font-size:12px;
	line-height:1.4em;
}

.date-insta{
	font-size:10px;
	color:#AAA;
}

.btn-open img{
	width:20px;
	filter:invert(1);
}

.btn-open{
    display: inline-flex;
    background:#e19f00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index:9999;
}

#menu-mobile{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9;
	background:#000;
	opacity:0;
	pointer-events: none;
	display:flex;
	justify-content: center;
	align-items: center;
	transition:.5s ease;
}

.isOpen{
	opacity:1 !important;
	pointer-events: auto !important
}

.list-mobile{
	margin:0;
	padding:0;
}

.list-mobile li a{
	text-decoration: none;
	color:#FFF;
	padding: 20px 0;
	display: block;
	text-align:center;
	font-size:18px;
	font-weight:200;
}

@media(max-width:810px){
	.content-slide{
		width:90% !important;
	}

	.btn-login{
		margin-top:15px !important;
		font-weight: 200 !important;
		padding: 10px 20px !important;
	}

	h2{
		font-size:24px !important;
	}

	.wm48{
		width:48% !important;
	}

	.head-part h1{
		font-size:35px !important;
	}

	.onpadds{
		padding:0 3%;
		box-sizing:border-box;
	}

	.picto-red{
		width:40px !important;
		height:40px !important;
	}

	.grande .content-le{
		font-size:16px !important;
	}

	.text-d span{
		line-height:1.5em;
	}

	p{
		line-height:1.5em;
		font-size:14px !important;
	}

	.team_a_d span{
		font-size:10px !important;
	}

	.logo_team_d{
		width:40px !important;
	}

	.articles-archive h2{
		font-size:12px !important;
	}

	.img-post{
		height:100px !important;
	}

	.logo-thumb img{
		width:30px !important;
	}


	.tml-login{
		max-width:90% !important;
	}

	header {
	    background:transparent !important;
	}

	.tml .tml-field{
		border:0px;
		border-radius:35px;
	}
}




