* {
  box-sizing: border-box;
}

html {
		font-family: Montserrat;
	    font-size: 14px;
}

body {
	background-color: #061017;
	background-image: url("images/ml_background_mob.jpg");
	background-position: center;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	margin: 0px auto;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}

@media screen and (min-width: 550px) {
	body {
	background-color: #061017;
	background-image: url("images/ml_background.jpg");
	background-position: center;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	margin: 0px auto;
		}
}

h1 {
	font-family: Montserrat;
	font-weight: 900;
	color: white;
	font-style: italic;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 0px;
	text-align: center;
}

h2 {
	font-family: Montserrat;
	font-weight: 900;
	font-style: italic;
	color: white;
	font-size: 22px;
	border-bottom: 5px solid #2d519f;
	margin: 0px 0px 15px 0px;
}

h4 {
	font-family: Montserrat;
	font-weight: 400;
	color: white;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (min-width: 680px) {
 h1 {
	text-align: left;
	font-size: 40px;
 }
	
h4 {
   text-align: left;
 }
}

@media screen and (min-width: 550px) and (max-width: 679px) {
 h1 {
	text-align: left;
	font-size: 34px;
 }
	
h4 {
   text-align: left;
 }
}

p {
	color: white;
	font-family: Montserrat;
	margin: 0px 0px 10px 0px;
}

a {
	color: white;
	text-decoration: none
}

a:hover {
   color: #d1ebf8;
}

hr {
	color: white;
	margin: 0px 0px 30px 0px;
}

.No-Martop {
   margin-top: 0px;
}

/* Section MENU DESKTOP */

.nav-bar {
	width: 100%;
	margin: 0px;
	background-color: #2d519f;
	visibility: hidden;
    height: 0px;
}

.nav
{
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0px;
	margin: 0px;
}

.nav ul a {
   color: white;
   text-decoration: none;
}


.nav ul li {
	display: inline-flex;
	color: white;
	padding: 10px;
	font-family: Montserrat;
	font-weight: 400;
	transition: color 0.25s;
	font-size: 16px;
}

.nav ul li:hover {
   color: #d1ebf8;
   }

@media screen and (min-width: 550px) and (max-width: 800px) {
	 .nav-bar {
  visibility: visible;
  height: auto;
  margin: 0px auto 10px auto;
 }
	.nav ul li {
	font-size: 12px;
}

}

@media screen and (min-width: 801px) {
		 .nav-bar {
  visibility: visible;
  height: auto;
  margin: 0px auto 10px auto;
 }
		.nav ul li {
	font-size: 16px;
}
}

/* Section MENU MOBILE */

.nav-bar-mobile {
	width: 100%;
	margin: 0 auto;
	background-color: #2d519f;
	height: 38px;
	position: sticky;
	top: 0px;
	z-index: 2;
}

.nav-bar-mobile .ml {
	position: absolute;
	font-size: 18px;
	font-weight: 900;
	font-style: italic;
	top: 8px;
    left: 20px;
	display: none;
}

  .icon {
    float: right;
    display: block;
	position: absolute;
    right: 0;
    top: 0;
	font-size: 25px;
}

a.icon {
	padding: 5px 20px;
}

.banner {
	overflow: hidden;
}

.moneyligue {
	float: none;
}

@media screen and (min-width: 550px) {
.nav-bar-mobile {
	visibility: hidden;
    height: 0px;
    }
	.moneyligue {
	float: left;
    }	
	.banner {
	overflow: auto;
}
}

 /* Section dropmenu mobile */
 
 .drop-down {
     position: fixed;
     z-index: 3;
     background-color: #E7E7E7;
     top: 38px;
     right: -200px;
     height: 100%;
     display: block;
   -webkit-transition: all 0.5s ease;  
   -moz-transition: all 0.5s ease;  
   -o-transition: all 0.5s ease;  
   -ms-transition: all 0.5s ease;  
   transition: all 0.5s ease;
 }
 
 
 .drop-down ul {
     padding: 0px;
     margin: 0px;
 }
 
 .drop-down.open {
     right: 0px;
 }
 
 .drop-down ul li {
     border-bottom: 1px solid #CFCFCF;
     margin: 0px 8px;
     list-style-type:none
 }
 
 .drop-down ul li:last-child {
     border-bottom: 0px;
 }
 
 .drop-down ul li a {
     display: inline-block;
     padding: 15px 24px;
     font-size: 16px;
     color: black;
 }

/* Section BOUTONS */

.button {
	visibility: hidden;
	height: 0px;
}

.button a {
	display: inline-block;
	font-family: "Barlow Condensed";
	font-weight: 700;
	font-size: 24px;
	border-bottom: 6px solid #dd2411;
	margin-right: 20px;
	margin-top: 35px;
}

.button a:first-child {
	margin-right: 20px;
}

@media screen and (min-width: 550px) and (max-width: 679px) {
	.button {
	float: right;
	visibility: visible;
	}
}

@media screen and (min-width: 680px) {
 .button a {
	font-size: 30px;
	float: right;
	visibility: visible;
}
	}


/* Section BOUTONS MOBILE */

.button-mob {
	width: 100%;
}

.button-mob a {
	display: inline-block;
	width: 48%;
	float: left;
	background-color: #dd2411;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.button-mob a:last-child {
	float: right;
}


@media screen and (min-width: 550px) {
	.button-mob {
	visibility: hidden;
    height: 0px;
}
	
	.button-mob a {
		visibility: hidden;
		height: 0px;
		float: none;
		padding: 0px;
		margin: 0px;
	}
}
	


/* Section CONTAINER */

.container {
  width: 100%;
  padding: 0 15px 0 15px;
}


.main {
	width: 100%;
	float:left;
}

@media screen and (min-width: 801px) {
	
	 .container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
 }
	
 .main {
	 width: calc(100% - 330px);
	 float:left;
	 padding-right: 50px;
 }
}

/* Section NOUVELLES */

.news {
	width: 100%;
	background-color: white;
	position: relative;
	padding: 3px;
	z-index: 1;
}

.news img {
	width: 100%;
	height: auto;
}

.title {
	width: calc(100% - 6px);
	position: absolute;
	bottom: 3px;
	left: 3px;
	background-image: linear-gradient(to top, black, rgba(0,0,0,0));
}

.title h3 {
	margin: 30px 10px 10px 10px;
	color: white;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 700;
}

.date {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 12px;
	color: white;
	margin: 10px 0px 0px 10px;
}



@media screen and (max-width: 480px) {
	.title h3 {
	font-size: 16px;
	margin: 30px 10px 10px 10px;

	}
	
	.date {
		font-size: 12px;
		margin: 10px 0px 0px 10px;
	}
}

@media screen and (min-width: 481px) and (max-width: 800px) {
	.title h3 {
	font-size: 25px;
	margin: 30px 20px 20px 20px;

	}
	
	.date {
		font-size: 16px;
		margin: 20px 0px 0px 20px;
	}
}
@media screen and (min-width: 801px) and (max-width: 900px) {
	.title h3 {
	font-size: 16px;
	margin: 30px 20px 20px 20px;

	}
	
	.date {
		font-size: 12px;
		margin: 20px 0px 0px 20px;
	}
}
@media screen and (min-width: 901px) {
	.title h3 {
	font-size: 25px;
	margin: 30px 20px 20px 20px;

	}
	
	.date {
		font-size: 16px;
		margin: 20px 0px 0px 20px;
	}
}


/* Section ÉQUIPES */

.container-team {
	width: 100%;
	background-color: white;
	padding: 15px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.team {
	flex-basis: 50%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}


.team-logo {	
	display: inline-flex;
	max-width: 20px;
	height: 20px;
}

.team-logo img {
	width: 100%;
	height: 100%;
}

.team-name {	
	display: inline-flex;
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-left: 5px;
	font-size: 12px;
}

.team-name a {
	color: black;
}

.team-name a:hover {
	color: #2d519f;
}

.team-name p {
	align-items: center;
	margin-bottom: 0px;
}


@media screen and (max-width: 480px) {
		.team {
	flex-basis: 50%;
		margin-bottom: 6px;
}
	.team-logo {	
	display: inline-flex;
	max-width: 20px;
		height: 20px;
}
}

@media screen and (min-width: 481px) and (max-width: 800px) {
		.team {
	flex-basis: 33%;
		margin-bottom: 6px;
}
	.team-logo {	
	display: inline-flex;
	max-width: 25px;
		height: 25px;
}
}

@media screen and (min-width: 801px) and (max-width: 900px) {
		.team {
	flex-basis: 33%;
		margin-bottom: 6px;
}
	.team-logo {	
	display: inline-flex;
	max-width: 25px;
		height: 25px;
}
}
@media screen and (min-width: 901px) {
		.team {
	flex-basis: 25%;
		margin-bottom: 6px;
}
	.team-logo {	
	display: inline-flex;
	max-width: 25px;
		height: 25px;
}
}

/* Section RIGHT SIDE BAR */

.sidebar {
	width:100%;
	float: left;
	padding: 0 15px 0 15px;
	margin-bottom: 30px;
}

@media screen and (min-width: 801px) {
 .sidebar {
	width:330px;
	float: left;
 }
	.sidebar h2 {
   margin: 0px;
}
}


.winners {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px;
	border-bottom: 1px solid #2d519f;
}

 .winners:last-child {
	border-bottom: 0px solid #2d519f;
}



.logo {
	display: inline-flex;
	background-color: white;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	overflow: hidden;
}

.logo img {
	width: 90%;
	height: 90%;
	margin: auto;
}


.winner {
	display: inline-flex;
	flex-grow: 1;
	width: 100px;
	height: auto;
	padding-left: 20px;
	color: white;
	flex-direction: column;
    justify-content: center;
}



.winner-name {
	font-family: "Montserrat";
	font-weight: 700;
	margin: 0px;
	font-size: 13px;
}

.winner-team {
	font-family: "Montserrat";
	font-weight: 400;
	margin: 0px;
	font-size: 10px;
}

/* Règlements */

.rule-list{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
    color: #d1ebf8;
	padding: 4px;
	margin: 0px 2px 6px 0px;
	border: 1px solid #2d519f;
	cursor: pointer;
}

.rule-text {
	margin-bottom: 60px;
	font-size: 12px;
	line-height: 1.7;
}


.rule-active {
	background-color: #2d519f; 
		
}

.rule p {
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.rule hr {
	background-color: #2d519f;
	height: 1px;
	border: 0px;
	margin-top: 30px;
}


/* FOOTER */

.footer {
	width: 100%;
	text-align: center;
	clear: both;
    margin: 0 auto;
	margin-bottom: 30px;
	max-width: 1140px;
	font-size: 12px;
}

/* OTHER */

.lightblue {
	color: #d1ebf8;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-2 {
	width: 100%;
	float: left;
}

@media screen and (min-width: 550px) {
	.col-2 {
	width: 50%;
	float: left;
}
}

.Marbot-20 {
	margin-bottom: 20px;
}

.Marbot-40 {
	margin-bottom: 40px;
}

/* Scss Document */

