/*
Theme Name:   The League Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  The League Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     the-league
Version:      1.0.7
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  the-league-child
*/


.table-header{
	text-align : center;
}

.ancre-text {
	color: #000;
	font-size: 1.15rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: bold;
   display:block;
   padding-top:80px;
   margin-top:-10px;	

}

input.email-input {
  width: 50px;
}
.email-text{
	color: #000;
	font-size: 1.15rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
}

.submit-button {
	margin-top: 10px;
	background-color: #ff9008;
	color: white;
	font-size: 1.15rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
	border: solid 1px #80808024 !important;
  	border-radius: 4px;
  	cursor: pointer;
	-webkit-appearance: button;
}

/*Article: pinterest removed desktop*/
ul.mvp-post-soc-list li.mvp-post-soc-pin {
	display: none;
}

/*Article: pinterest removed mobile*/
li.mvp-mob-soc-pin i.fa.fa-2.fa-pinterest-p {
	display: none;
}


h1.mvp-post-title{
    font-weight: 600;
}

/*Logo*/
#mvp-top-nav-logo {
	max-width: 250px;
	margin-top: 5px;
}
    
#mvp-top-nav-cont{
    border: 0px;
}

#mvp-bot-nav-wrap {
    margin-top: 5px;
}

/*Footer*/
#mvp-foot-wrap{
    background: #FCF5EF;
} 

/*Scoreboard*/

#mvp-score-wrap {
    background: #4a4a4a;
}

ul.mvp-score-list li {
    background-image: linear-gradient(#a6a6a6, #808080);
}
.mvp-score-teams p{
    color: #FCF5EF;
}

.mvp-score-nav-menu select {
    background: #808080;
    color:#FCF5EF;
}
.mvp-score-status p{
    color: #FCF5EF;
}
.mvp-scores-status{
    background: #ff9008;
}

/*Widget Les unes/Tendance/Videos 	*/
ul.mvp-side-tab-list li span.mvp-side-tab-head {
	font-size: .7rem;
}

/*Suppression avatar sur article 	*/
ul.mvp-author-info-list li.mvp-author-info-thumb {
    display: none;
}


/*Suppression du menu hamburger sur desktop 	*/
@media screen and (min-width: 1003px) {
	.mvp-fly-but-wrap, .mvp-search-but-wrap {
    	cursor: pointer;
    	width: 30px;
    	height: 44px;
    	display: none;
	}
	/*Centrer les options du menu*/
	.mvp-bot-nav-out {
    	/* float: right; */
    	margin-left: -60px;
		width: 100%;
		position: absolute;
	}

	#mvp-bot-nav-cont {
		width: 100%;
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

}

/*Centrer la catégorie par rapport au logo*/
.mvp-top-nav-left-in {
    display: flex;
    align-items: center;
}

/*Ajouter marges pour le logo*/
#mvp-top-nav-wrap {
    width: 100%;
    height: 60px;
	z-index: 50;
	margin-top: 5px;
    margin-bottom: 7px;
}

/*Taille et positionnement du logo sur mobile 	*/
@media screen and (max-width: 1003px) {
	#mvp-top-nav-logo > a > img {
		height: 42px;		
	}
}

@media screen and (max-width: 780px) {
	#mvp-top-nav-logo {
		width: 145px !important;
	}
	
	#mvp-top-nav-logo > a > img {
		height: 34px;
		margin-top: 3px;
	}
}

@media screen and (max-width: 600px) {
	.mvp-top-nav-left-in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: fixed;
    margin: 0;
    top: 10px;
    left: 0;
    z-index: -1;
  }
}


/*Ajout class pour rosi media page à droite dans le menu desktop
.mvp-option-rosi-menu-right {
	position: absolute;
	right:580px;
}*/

/*Ajout icone fermeture search*/
.mvp-search-but-wrap {
    display: flex !important;
}

/*Taille et positionnement du logo dans le footer 	*/
#mvp-foot-top > div.mvp-main-box-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#mvp-foot-logo {
    width: 251px;
}


/*Réduction taille icones dans le plugin direct*/
.dale-body-timeline-icon {
	width: 30px !important;
	max-height: 30px !important;
}

.dale-body-timeline-icon > img {
	height: 100% !important;
}

.dale-body-timeline-item-left+.dale-body-timeline-item-right {
    margin-left: 2.8461538461em!important;
}

/*Interligne message de succès de souscription à mailchimp*/
.mc4wp-alert .mc4wp-success{
    line-height: normal;
}

