.detail-annonce {
    position: relative;
}

.detail-annonce .section {
    flex: 1;
    max-width: none;
}

.detail-annonce .section-container {
    margin-top: 0px;
    padding-top: 0px;
}

/* .detail-annonce .nom {
    color: var(--orange);
} */

.detail-annonce h3 {
    margin: 0;
}

.detail-annonce .title {
    margin-left: 20px;
    font-size: 32px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-weight: 800;
    position: relative;
    color: var(--orange);
}

.detail-annonce h4 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #373737;
}

.detail-annonce p {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #373737;
    margin: 0;
}

.detail-annonce .pink {
    color: var(--orange);
}

.detail-annonce .bottom-section {
    padding-top: 0px;
}

.detail-annonce .nbMedecins {
    font-weight: 600;
}

.right-section h3 {
    font-family: Gotham Black;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 15px;
    color: #373737;
}

.right-section h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #373737;
}

.right-section p {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;    
    color: #373737;
}

.checkbox--weekly input:disabled {
    opacity: 1 !important;
}

.checkbox--weekly .toggle::before {
    opacity: 1 !important;
}

#map {
    margin-top: 10px;
    width: 300px;
    width: 100%;
    height: 250px;
}

.button-container {
    margin-top: 20px;
}

.button-container .btn--step {
    margin: auto;
    width: 279px;
    background-color: var(--orange);
}

.button-container .btn--step:hover {
    background-color: white;
    color: var(--orange) !important;
    border: 1px solid var(--orange);
}

.detail-medecins {
    font-size: 13px;
    cursor: pointer;
    color: var(--orange);
}

.button-container .btn--step input[type=button] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
    background-color: var(--orange);
}

.button-container .btn--step input[type=button]:hover {
    background-color: white;
    color: var(--orange) !important;
    border: 1px solid var(--orange);
}

.button-container .btn--step--secondary {
    margin: auto;
    width: 279px;
}

dialog::backdrop {
    z-index: 0 !important;
}

body {
    position: relative;
}

.picto-infos-supp {
    height: 23px;
    display: flex;
    justify-content: flex-start;
    font-family: 'Raleway';
    font-weight: 700;
    color: var(--dark-grey);
    padding: 0px 0px 0px 10px;
}

.picto-infos-supp p {
    padding-left: 10px;
    line-height: 24px;
    white-space: nowrap;
}

.detail-annonce .section h3, .detail-annonce .section h4 {
    margin-left: 0;
}

.detail-annonce .section--pink {
    background-color: var(--orange-light);
}

.detail-annonce .section--pink .column-section {
    display: flex;
    justify-content: space-between;
}

.detail-annonce .section--pink .column-section .right {
    text-align: right;
}

.demande-dialog-annonce .section {
    max-width: unset;
    min-width: unset;
    padding: 0 20px !important;
}

.demande-dialog-annonce .section input {
    border-color: var(--orange);
}

.demande-dialog-annonce .section .select--custom {
    width: 100% !important;
    border-color: var(--orange);
}

.demande-dialog-annonce .section .select--custom select {
    background-color: white !important;
    padding-left: 5px !important;
    width: 100% !important;
}

.demande-dialog-annonce .section .select--custom span {
    color: var(--orange);
    height: 36px !important;
    right: 0px !important;
    bottom: 0px !important;

}

.demande-dialog-annonce .section textarea {
    background-color: white !important;
    border: 1px solid var(--orange);
}

.icon-favorite {
    position: absolute;
    top: 25px;
    right: 20px;
    color: var(--orange);
    font-size: 30px !important;
    width: 30px !important;
    z-index: 1;
}

@media screen and (max-width: 983px) {
    .detail-annonce .section--container {
        position: relative;
        padding-bottom: 300px;
    }
    .detail-annonce .section-container {
        width: 100%;
    }

    .container-map {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .right-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}