@import url(/font/Poppins-Regular.ttf);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

body {
  background: #ffffff;
  color: #040a1d;
}

/*----------------------------------------------------
 Bare de navigation  
 *----------------------------------------------------*/
.NavBar {
  padding: 1rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 0.2px #e7e7e7 solid;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

.NavBar .Logo {
  width: 190px;
  height: auto;
  margin-right: 50px;
}

.NavBar ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.NavBar ul li {
  list-style: none;
  margin: 10px;
}
.NavBar ul li a {
  text-decoration: none;
  color: #040a1d;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.NavBar ul li a:hover {
  color: #011f79;
  font-size: 15px;
}

/*----------------------------------------------------
 Section Hero  
 *----------------------------------------------------*/

.Hero1 {
  margin-top: 80px;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.Hero1 .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grostitre {
  padding: 1rem 4rem;
  position: absolute;
  margin-top: -150px;
}

.grostitre h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
}
.grostitre .mond {
  color: #fc9700;
}
.grostitre p {
  color: #ffffff;
  font-size: 17;
  margin-top: -1px;
}
/*----------------------------------------------------
 SectionMatch en direct   
 *----------------------------------------------------*/

.MatchEnDirect {
  padding: 1rem 4rem;
  margin-top: 1rem;
}

.MatchEnDirect h3 {
  margin-bottom: 10px;
  color: #040a1d;
  font-size: 22px;
}

.MatchEnDirect p {
  margin-bottom: 5px;
}
.boxprinc {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.box {
  width: 50%;
  padding: 1rem;
  background: #f3f3f3;
  border-radius: 7px;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
}
.matchs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.matchEncours {
  text-align: left;
  margin: 10px 0;
  font-size: 12px;
}
.matchs .equipe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.matchInfo {
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
}

/*----------------------------------------------------
 Section publication recentes   
 *----------------------------------------------------*/

.PubRecentes {
  padding: 1.5rem 4rem;
}

.pubs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.PubRecentes p {
  margin-bottom: 25px;
  margin-top: -5px;
}
.PubRecentes h3 {
  font-size: 22px;
}

.pubs .element {
  width: 265px;
  height: 350px;
}
.pubs .element img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.pubs .element p {
  margin-top: 10px;
}

/*----------------------------------------------------
 Section pied de pages    
 *----------------------------------------------------*/

.piedpage {
  background: #040a1d;
}
.piedpage .socialmedia {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1px #fcfafa solid;
}

.piedpage .socialmedia .icone {
  display: flex;
  align-items: center;
  gap: 20px;
}

.piedpage .socialmedia p {
  color: #fff;
}
.piedpage .socialmedia .app {
  display: flex;
  gap: 10px;
  align-items: center;
}
.partener {
  padding: 2rem 4rem;
  border-bottom: 0.1px #fcfafa solid;
}

.partener .logoPartenaire {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partener p {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin: 10px;
}
.tag {
  padding: 2rem 4rem;
}
.tag p {
  color: #fff;
  text-align: center;
}
