/*Reset CSS*/
*{
    margin: 0px;
    padding: 0px;
    font-family: Anton, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

nav{
    width: 100%;
    margin: 0 auto;
    background-color: red;
    position: sticky;
    top: 0px;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
	background-color:red;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: white;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color: black;
    border-bottom: 2px solid red;
	background-color:white;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
	color:red;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:" ▼";
    font-size: 12px;
}

.news{
  margin: 50px 20px;
  height: 600px;
  display:flex;
  justify-content: center;
}

.video{
  margin: 50px 20px;
  height: 250px;
  display:flex;
  justify-content: center;
}

#logo{
	display: flex;
	justify-content: center;
}

.mySlides {
        display: none;
      }
 
.slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
      }
 
/* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }
      /* Caption text */
      .text {
        color: #ffffff;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
      }
      /* Number text (1/3 etc) */
      .numbertext {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
      }
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #999999;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      .active,
      .dot:hover {
        background-color: #111111;
      }
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
      }
      @-webkit-keyframes fade {
        from {
          opacity: 0.4;
        }
        to {
          opacity: 1;
        }
      }
      @keyframes fade {
        from {
          opacity: 0.4;
        }
        to {
          opacity: 1;
        }
      }
      /* On smaller screens, decrease text size */
      @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
          font-size: 11px;
        }
      }
	  

.images {
  display: flex;
  width: 1024px;
}

.image {
  margin: 0;
  flex: 1;
  padding: 1rem;
}

.image + .image {
  margin-left: 10px;
}

.image-item {
  width: 300px;
  vertical-align: top;
}

.image-description {
  margin-top: 20px;
  text-align: justify;
  width: 300px;
}

.nextmatchs{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:450px;
}

.match_prem{
	width:50%;
	position:float;
	float:left;
}

.match_res{
	width:50%;
	position:float;
	float:right;
}

.footer{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

.corps{
	width:1024px;
	margin-left:auto;
	margin-right:auto;	
}

.collapsible {
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: red;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbd9d2;
}

.galerie{
  width=200;  
}

.footer{
	background-color:red;
	color: white;
}

.footer a{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}

.teams{
	height:450px;
}