@font-face {
    font-family: 'Ferro Rosso';
    src: url('FerroRosso.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.6;
}

body {
  margin: 0;
  background-color: lightgray;
  color: #1a1a1a;
  font-family: 'Montserrat', Arial, sans-serif;
}

.header {
    background-color: rgba(26, 26, 26, 0.9); 
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header img {
  height: 50px;
}

.header h1 {
    color: #ffffff;
    font-size: 60px;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Ferro Rosso', cursive;
}


.spacer {
  width: 50px;
}

.text-box {
    background-color: rgba(114, 76, 76, 0.85); 
    color: white;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
}

.text-box h1 {
  margin-top: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}

.text-box p, .text-box li {
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.6;
}

.right-image {
  float: right;
  width: 300px;
  border-radius: 8px;
  margin: 0 0 15px 20px;
 max-width: 100%; 
}

.footer {
    background-color: rgba(26, 26, 26, 0.9); 
    color: #999999;
    padding: 30px 20px;
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    border-top: 3px solid #ff0800;
}


.footer p {
  margin: 10px 0;
  font-family: 'Montserrat', Arial, sans-serif;
}

.detail-button {
    display: inline-block;
    background-color: rgba(114, 76, 76, 0.85);
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    margin-top: 15px;
    border: 2px solid rgba(255, 8, 0, 0.4);
    transition: all 0.3s ease;
}

.detail-button:hover {
    background-color: rgba(114, 76, 76, 1);
    border-color: #e90606;
    box-shadow: 0 0 15px rgba(255, 8, 0, 0.5);
    transform: translateY(-2px);
}

.photo-pilot-leclerc {
  float: right;
  width: 400px;
  border-radius: 8px;
  margin: 0 0 0px 20px;
 max-width: 100%; 
}

.photo-pilot {
  float: right;
  width: 450px;
  border-radius: 8px;
  margin: 0 0 15px 20px;
 max-width: 100%; 
}
