.bg-rapatriement img {
    width: 100%;
    height: calc(90vh - 164px);
    object-fit: cover;
}
h1, h2 {
    color: var(--primary-color);
}
.rows-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 20px;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .rows-2 {
        flex-direction: column;
    }
    .rows-2 .col:first-child,
    .rows-2 .col:last-child {
        width: 100%;
    }
}
.rows-2 .col:first-child {
    width: 30%;
}
.rows-2 .col:last-child {
    width: 70%;
}
.rows-2 .col img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.key-steps {
    text-align: center;
    margin: 60px 0 30px;
}
.key-steps h2 {
    font-size: 2rem;
    color: var(--primary-color);
}
.steps-section {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.steps-section .step {
    background-color: #f9f9f9;
    border-left: 4px solid var(--primary-color);
    padding: 20px;
    border-radius: 10px;
}
.steps-section .step h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--primary-color);
}
.steps-section .step ul {
    padding-left: 18px;
}
.steps-section .step ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #444;
}
.steps-section .step ul li strong {
    font-weight: 600;
}


.container-btn-rapatriement {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.container-btn-rapatriement button {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 36px; /* Légère augmentation pour plus de confort visuel */
    border-radius: 5px;
    margin-top: 15px;
    font-size: 18px;
    border: 2px solid #fff;

    cursor: pointer;
}
.container-btn-rapatriement button:hover,
.container-btn-rapatriement button:focus {
    background-color: #fff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color) !important;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.container-btn-rapatriement button a {
    color: inherit;
    text-decoration: none  ;
}
@media (max-width: 768px) {
    .steps-section {
        grid-template-columns: 1fr;
    }
}
.admin-photo-edit-btn {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background: #207520;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  box-shadow: 0 2px 8px rgba(32,117,32,0.12);
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s;
}
.admin-photo-edit-btn:hover {
  background: #264e13;
  color: #fff;
}
.bg-rapatriement, .rows-2 .col, .admin-img-preview {
  position: relative;
}


.rapatriement-etranger
.admin-edit-btn:hover { color: #264e13; }
.admin-form-inline { display: inline; }
.admin-form-block { margin: 0; display: block; }
.admin-section-edit { background: #f8f9f7; border-radius: 10px; padding: 18px 18px 10px 18px; margin-bottom: 18px; }
.admin-section-edit input, .admin-section-edit textarea {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1.5px solid #e0e0e0;
    padding: 7px 10px;
    font-size: 1em;
}
.admin-section-edit label { font-weight: 600; color: #264e13; }
.admin-section-edit button[type=submit] {
    background: #264e13;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 22px;
    font-weight: 700;
    margin-top: 8px;
    cursor: pointer;
}
.admin-section-edit button[type=submit]:hover { background: #207520; }
.admin-img-preview { max-width: 120px; margin-bottom: 8px; border-radius: 8px; }
.admin-photo-edit-btn {
    position: absolute;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    transition: background 0.18s;
}
.admin-edit-btn {
  background: #207520;
  color: #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  box-shadow: 0 2px 8px rgba(32,117,32,0.12);
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s;
  border: none;
  margin-left: 8px;
  vertical-align: middle;
}
.admin-edit-btn .fa-solid .fa-pen-to-square {
  font-size: 1.2em !important;
  color: #fff;
}
.admin-edit-btn:hover {
  background: #264e13;
  color: #fff;
}
