body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
 
  background: #f4f4f4;
  color: #333;
}
body h2 {
  padding-left:10px;
}

header {
  background: #dfc9b3 ;
  color: #333;
  text-align: center;
  padding: 0.4em;
}

nav ul {
  list-style: none;
  padding: 0.1em;
  display: flex;
  justify-content: center;
  gap: 2em;
  
}

nav a {
  color: #333;
  text-decoration: none;
  font-size: 10px;
  transition: font-size 0.5s ease;
  
}

nav a:hover {
  color: blue ;
  font-size: 15px;
  text-decoration-line: underline;
  
}

#hero {
  background: url('vtt-background.jpg') center/cover no-repeat;
  color: darkred;
  text-align: center;
  padding: 4em 2em;
} 

#hero h2 {
  color: #000;
}

#hero p {
  color: #000;
}

.btn {
  display: inline-block;
  background-color: #e63946;
  transition: background-color 0.5s cubic-bezier(0.11, 0, 0.5, 0) 0s ;
  color: white;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background-color: #8B0000;
  color :ligtblue;
}

.video-grid {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}

.video-grid iframe {
  width: 300px;
  height: 170px;
  border: none;
}

.rider {
  text-align: center;
  margin: 2em 0;
}



#map-section {
  padding: 2em;
  text-align: center;
}

#map {
  height: 400px;
  width: 100%;
  margin-top: 1em;
  border: 2px solid #ccc;
  border-radius: 8px;
}

.copy {
  padding-top: 1.5em;
}

#présentation a {
  color: black;
}

#présentation a:hover{
  color: blue;
}

#présentation {
  text-align: center;
}
#présentation h2{
  text-align: left;
}

#actualité {
  margin-top: 20px;
  margin-bottom: 20px ;
  margin-left: 10px;
}

#actualité h3{
  text-align: center;
}