/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/* Classements / Rencontres */

p.semaine {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    line-height: 22px;
    color: #185e8f;
}

.confrontation {
    border-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.confrontation .score{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 18px;
}

.confrontation .score a{
    font-size: 18px;
}

.confrontation .score .date_tour {
    margin: 0 30px;
}


.confrontation .team1, .confrontation .score, .confrontation .team2{
    display: inline-flex;
    width:32%;
    justify-content: space-between;
}
.confrontation .team1{
    justify-content: flex-start;
    font-weight: bold;
    font-size: 15px;
}
.confrontation .team2{
    justify-content: flex-end;
    font-weight: bold;
    font-size: 15px;
}
.confrontation .score{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.confrontation .competition{
    display: block;
    width:100%;
    font-size: 14px;
    font-weight: bold;
}
.confrontation .score .result-number{
    display: block;
    width:100%;
    font-size: 43px;
    font-weight: bold;
}
.nobold{
    font-weight: normal !important;
}
.date {
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Montserrat', arial;
    text-transform: uppercase;
}

.detail {
    display: flex;
    font-family: 'Montserrat', arial;
}

.detail > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.detail div .fanion {
    width: 40px;
    height: auto;
    margin: 0 10px;
    position: inherit;
}

.infos-match-results .forfait {
    font-weight: bold;
    text-transform: uppercase; 
    font-size: 12px;
}

.detail div .fanion img {
    height: initial;
    width: 40px;
}

.detail div .name {
    width: 74%;
    display: block;
    height: 15px;
    font-weight: bold;
    font-size: 14px;
}

.detail .score_match {
    display: block;
    width: 22%;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
}

.detail .score_match .score_match_penalty {
    font-size: 12px;
    display: block;
}
.confrontation .detail .score_match img {
    height: 30px;
}

.detail .equipe1 {
    width: 39%;
}

.detail .equipe2 {
    text-align:right;
    width: 39%;
    justify-content: flex-end;
}

.detail div .forfeit {
    width: 100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.detail .equipe1 .forfeit {
    display: block;
    padding-left: 60px;
    font-size: 11px;
}

.detail .equipe2 .forfeit {
    display: block;
    font-size: 11px;
    padding-right: 60px;
}

.noscore {
    font-size: 20px;
    margin-top: 8%;
}


@media only screen and (max-width: 680px) {
.detail .score_match .noscore {
        margin-top: 0;
    }

    .detail .equipe1 .forfeit {
        padding-left: 41%;
    }

    .detail .equipe2 .forfeit {
        padding-right: 41%;
    }

    .detail div .name {
        width: auto;
    }
	.confrontation .score {
        font-size: 15px;
    }
	.detail {
        display: block;
    }

    .detail .equipe1, .detail .equipe2 {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .detail .equipe1 .fanion, .detail .equipe2 .fanion {
        margin: 10px;
		height: auto!important;
		width: 70px;
    }
	.detail div .fanion img {
        width: 70px;
}

    .detail .score_match {
        width: auto;
        padding: 10px 0;
    }

    .detail div .name {
        width: auto;
    }
	table.ranking-tab td:nth-child(n+8), table.ranking-tab th:nth-child(n+8) {display: none;}
}


.team-member-name, .team-member-job-title , .team-member-description  {text-align: center;}
#top.price, div.stock {color: #a81010;}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}