:root{
  --texte:#2C2C2C;
  --rouge:#C8102E;
}

/* TOPBAR */
.topbar{
  background:var(--rouge);
  color:white;
  display:flex;
  justify-content:center;
  gap:40px;
  padding:8px 2rem;
  font-size:12px;
  letter-spacing:0.06em;
}

.topbar span{opacity:0.92;}
.topbar strong{font-weight:700;}

.topbar a{
  color:white;
  text-decoration:none;
  opacity:0.92;
}

.topbar a:hover{
  text-decoration:underline;
}
.btn-rdv{
  background:var(--rouge);
  color:white;
  padding:10px 22px;
  font-size:12px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  font-family:'Lato',sans-serif;
  font-weight:700;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:all 0.2s;
}

.btn-rdv:hover{
  background:var(--rouge-dark);
}
/* NAV */
nav{
  background:#707070;
  padding:0 2.5rem;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  height:80px;
}

.logo-area{
  display:flex;
  align-items:center;
  gap:14px;
}

.logo-img{
  height:60px;
  display:block;
}

/* MENU */
.nav-links{
  display:flex;
  justify-content:center;
  gap:28px;
  list-style:none;
}

.nav-links a{
  font-size:12px;
  color:white;
  text-decoration:none;
  letter-spacing:0.1em;
  text-transform:uppercase;
}

.nav-links a:hover{
  color:#F5E6E9;
}

/* RESPONSIVE */
@media(max-width:760px){
  nav{padding:0 1.2rem;}

  .nav-links{
    gap:18px;
    flex-wrap:wrap;
  }
}

/* FOOTER */
footer{
  background:var(--texte);
  color:rgba(255,255,255,0.7);
  padding:50px 20px;
}

.footer-inner{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:40px;
}

.footer-inner > div{
  display:flex;
  flex-direction:column;
}

.footer-logo img{
  height:55px;
  width:auto;
}

.footer-brand p{
  font-size:13px;
  color:rgba(255,255,255,0.5);
  margin-top:14px;
  line-height:1.7;
  max-width:260px;
}

footer h5{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:rgba(255,255,255,0.4);
  margin-bottom:14px;
  font-weight:700;
}

footer ul{
  list-style:none;
  padding:0;
}

footer ul li{
  margin-bottom:8px;
  font-size:13px;
}

footer ul li a{
  color:inherit;
  text-decoration:none;
}

footer ul li a:hover{
  color:var(--rouge);
}

.footer-bottom{
  background:#1A1A1A;
  text-align:center;
  padding:14px;
  font-size:11px;
  color:rgba(255,255,255,0.35);
}

:root{
  --texte:#2C2C2C;
  --rouge:#C8102E;
}

/* FOOTER */
footer{
  background:var(--texte);
  color:rgba(255,255,255,0.7);
  padding:50px 20px;
}

.footer-inner{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:40px;
}

.footer-inner > div{
  display:flex;
  flex-direction:column;
}

.footer-logo img{
  height:55px;
  width:auto;
}

.footer-brand p{
  font-size:13px;
  color:rgba(255,255,255,0.5);
  margin-top:14px;
  line-height:1.7;
  max-width:260px;
}

footer h5{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:rgba(255,255,255,0.4);
  margin-bottom:14px;
  font-weight:700;
}

footer ul{
  list-style:none;
  padding:0;
}

footer ul li{
  margin-bottom:8px;
  font-size:13px;
}

footer ul li a{
  color:inherit;
  text-decoration:none;
}

footer ul li a:hover{
  color:var(--rouge);
}

.footer-bottom{
  background:#1A1A1A;
  text-align:center;
  padding:14px;
  font-size:11px;
  color:rgba(255,255,255,0.35);
}
