* {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.hero {
  padding-top: 1rem;
  position: relative;
}
/* Bar de Navigation */
.navigation {
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.navigation ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  align-items: center;
}
.navigation ul li {
  padding: 20px;
}
.navigation ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.navigation ul li a:hover {
  color: red;
}
.logo {
  height: 60px;
  width: 60px;
}
.navigation ul button {
  padding: 5px 20px;
  border-radius: 5px;
  margin-left: 2rem;
  background-color: red;
  color: #fff;
  border-color: rgba(255, 0, 0, 0);
}
.navigation ul button:hover {
  background-color: rgb(1, 1, 28);
  color: #fff;
  transition: 0.5s;
}
/* Section 1 */
.section1 {
  background: url(image/hero.jpg) no-repeat center/cover;
  text-align: center;
  padding: 150px;
}
.section1 h1 {
  color: #fff;
  font-size: 3rem;
}
.section1 span {
  color: #fff;
  font-size: 20px;
}
.section1 p {
  color: #fff;
}

.SecHaut {
  padding: 50px 10rem 50px 10rem;
  display: flex;
  align-items: center;
  bottom: -110px;
  position: absolute;
}
.p1 {
  margin: 10px;
  padding: 20px;
  background-color: rgb(1, 27, 53);
  border-radius: 5px;
}
.p1 span {
  font-size: 25px;
  color: #fff;
}
.p1 p {
  color: #cfcfcf;
}
/* apropos */
.apropos {
  margin-top: 7rem;
  padding: 0px 10rem 0px 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gauche {
  padding-right: 40px;
}
.gauche span {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: red;
}
.btn1 {
  margin-top: 20px;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: red;
  color: #fff;
  border-color: rgba(255, 0, 0, 0);
}
.btn1:hover {
  background-color: rgb(1, 1, 28);
  color: #fff;
  transition: 0.5s;
}
.apropos img {
  border-radius: 5px;
}
.publication {
  padding: 3rem 10rem 3rem 10rem;
}
.titre {
  margin-bottom: 35px;
  text-align: center;
}
.titre span {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: red;
}
.PubRecent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.PubRecent img {
  width: 100%;
  border-radius: 10px;
}

/* footer */
.pied {
  padding: 2rem 10rem 2rem 10rem;
  display: flex;
  justify-content: space-between;
  background-color: #01011c;
}
.pied div h1 {
  font-size: 30px;
  color: #ffffff;
}
.info ul li a,
li,
h3 {
  text-decoration: none;
  color: #ffffff;
}
.tag {
  border-top: 1px #ffff solid;
  padding: 20px;
  background-color: #01011c;
}
.tag p {
  text-align: center;
  color: #ffffff;
}
