/* Styles pour l'offre unique */

.nos-offres-single {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.nos-offres-single-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.offre-single-header {
    background-color: #e2e2f5;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

.nos-offres-single-content {
    margin-bottom: 30px;
}

.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: #8e2b01;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.nos-offres-single-button:hover {
    background-color: #8e2b01;
}

.offre-single {
background-color: white;
margin-right: auto;
margin-left: auto;
border-radius: 0 0 20px 20px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
margin-top: 0px;
padding: 20px;
}


.offre-single-interest {
border-radius: 8px 8px 0px 0px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.newsletter2 {
  font-size: 30px;
  font-family: epilogue;
  font-weight: bold;
  color: #8e2b01;
}

span.icone {
    display: inline-block;
    width: 100%;
}

span.iconeoffre {
    background: #F1A37E;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
  }


div.wp-block-button.bouton-postuler {
    margin-top: -60px;
}