.sortie-resume {
  background: var(--gris);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sortie-resume h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--gris-fonce);
}

.sortie-resume p {
  font-size: 1rem;
  margin: 5px 0;
}

.sortie-image {
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 10px;
}

.sortie-form {
  background: white;
  padding: 20px;
  border: 2px solid var(--gris);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.sortie-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.sortie-form input,
.sortie-form select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid var(--gris);
  border-radius: 5px;
}

.sortie-form button {
  margin-top: 20px;
  padding: 10px 20px;
  background: var(--jaune);
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.sortie-form button:hover {
  background: var(--jaune-fonce);
}

.sortie-description {
    background: #fff;
    padding: 10px 15px;
    border-left: 4px solid var(--jaune);
    margin-top: 10px;
    border-radius: 5px;
}

.btn-site {
    display: inline-block;
    padding: 10px 15px;
    background: var(--gris);
    color: var(--gris-fonce);
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-site i {
    margin-right: 8px;
}

.btn-site:hover {
    background: var(--jaune);
    color: black;
}

.btn-lire-plus {
    display: inline-block;
    margin-top: 5px;
    color: var(--gris-fonce);
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.95rem;
}

.btn-lire-plus:hover {
    color: var(--jaune-fonce);
}

.sortie-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.sortie-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sortie-card:hover {
    transform: translateY(-5px);
}

.sortie-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.sortie-content {
    padding: 15px;
}

.sortie-content h3 {
    margin: 0 0 10px 0;
}

.sortie-content p {
    margin: 5px 0;
    color: #555;
}

.fiche-sortie {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fiche-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.fiche-details {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.fiche-details li {
    margin-bottom: 8px;
}

.fiche-description {
    background: #f8f9fa;
    padding: 15px;
    border-left: 4px solid var(--jaune);
    border-radius: 5px;
}

.btn-inscription {
    display: inline-block;
    padding: 10px 15px;
    background: var(--jaune);
    color: black;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

.btn-inscription:hover {
    background: var(--jaune-fonce);
}

.fiche-sortie {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
}

.fiche-sortie h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.fiche-sortie h3 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    color: #222;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.2rem;
}

.fiche-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.fiche-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fiche-details li {
    margin: 0.4rem 0;
    padding-left: 0.2rem;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fiche-details li i {
    color: #444;
}

.fiche-description {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-left: 5px solid #999;
    border-radius: 8px;
}

.fiche-documents {
    margin-top: 2rem;
}

.fiche-documents h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.fiche-documents ul {
    padding-left: 1rem;
}

.fiche-documents li {
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 600px) {
    .fiche-sortie {
        padding: 1rem;
    }

    .fiche-sortie h2 {
        font-size: 1.5rem;
    }

    .fiche-sortie h3 {
        font-size: 1.1rem;
    }

    .fiche-details li {
        font-size: 0.95rem;
    }

    .btn-inscription {
        width: 100%;
        text-align: center;
    }
}

/* FORMULAIRE PROPOSITION DE SORTIE */
.styled-form {
    background-color: #fefefe;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    max-width: 700px;
    margin: 0 auto;
}

.styled-form .form-group {
    margin-bottom: 1.2rem;
}

.styled-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.4rem;
    color: #333;
}

.styled-form input[type="text"],
.styled-form input[type="date"],
.styled-form input[type="number"],
.styled-form select,
.styled-form textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    /* plus de hauteur */
    border: 1px solid #ccc;
    border-radius: 12px;
    /* plus arrondi */
    background-color: #fafafa;
    font-size: 1.05rem;
    transition: border 0.2s;
}

.styled-form input:focus,
.styled-form textarea:focus,
.styled-form select:focus {
    border-color: #003366;
    outline: none;
}

.form-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.form-row .form-group.half {
    flex: 1 1 48%;
}

.styled-form textarea {
    resize: vertical;
}

.styled-form button.btn-inscription {
    background: var(--jaune);
    color: white;
    padding: 0.8rem 1.6rem;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.styled-form button.btn-inscription:hover {
    background: var(--jaune);
}
.styled-form .form-group {
    margin-bottom: 1.6rem;
}

.places {
    font-weight: bold;
}

.places.vert {
    color: #006400;
    /* vert foncé */
}

.places.orange {
    color: #ff9900;
    /* orange normal */
}

.places.orange-fonce {
    color: #cc5500;
    /* orange foncé */
}

.places.rouge {
    color: #cc0000;
    /* rouge vif */
}

.places.illimite {
    color: #333;
}

.lien-site {
    color: #000000;
    background: var(--jaune);
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.lien-site:hover {
    background-color: #f0f0f0;
    color: #000000;
}

.btn-inscription {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background: var(--jaune);
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-inscription:hover {
    background: var(--jaune-fonce);
}

