/* Styles pour l'offre individuelle */

.nos-offres-single {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}



.nos-offres-single-header {
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.nos-offres-single-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Superposition sombre pour le texte */
}

.nos-offres-single-title {
    position: relative;
    font-size: 2.5em;
    margin: 0;
    z-index: 1;
}

.nos-offres-single-content {
    margin: 30px 0;
    font-size: 1.1em;
    line-height: 1.6;
}

.nos-offres-single-details {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.nos-offres-single-details li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.nos-offres-single-button {
    display: inline-block;
    padding: 15px 25px;
    background-color: #ff6f61;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.nos-offres-single-button:hover {
    background-color: #e65c50;
}

div.not-found {
    margin: auto;
    text-align: center;
  }

@media screen and (max-width: 768px) {
    .nos-offres-single-header {
        padding: 60px 20px;
    }

    .nos-offres-single-title {
        font-size: 2em;
    }
}

.titre-offre {
    border: solid 1px grey;
    width: 1200px;
    margin: auto;
      margin-top: auto;
    border-radius: 20px;
    background: white;
    margin-top: -78px;
    padding: 20px;
  }