.maciffr-recherche-agence-app ul{
    list-style: none;
    padding-left: 0;
}

.maciffr-recherche-agence-app .mds-input-group .mds-input-cell {
    margin-top: 0;
}
body.med-header-mobile--opened{
    overflow: hidden;
    position: fixed;
}

#med-header .med-header--mobile{
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    z-index: 1092;
    background-color: #fff;
}

#med-header .med-megamenu--mobile {
    opacity: 1;
    z-index: 1092;
}

@media (min-width: 1200px) {
    #med-header .med-header--mobile{
        display: none;
    }
}

#med-header .med-header-mobile--opened-edition {
    position: relative;
    top: 0;
    transform: translateX(0%);
    opacity: 1;
    z-index: 1080;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

#med-header .med-header--mobile:not(.med-header-mobile--opened):not(.med-header-mobile--opened-edition){
    transform: translateX(+100%);
}

#med-header .med-header--mobile-cibles {
    padding: 24px 24px 0 24px;
}

#med-header .med-header--mobile-rubriques {
    padding: 0 24px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--color-grey--5);
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
    width: 100%;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 22px;
    font-style: normal;
    color: var(--color-macif--1);
    line-height: 28px;
}

#med-header .med-header--mobile-cibles select {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    height: calc(1.375em + 1.375em + 2px);
    padding: .6875em 1.6875em .6875em .6875em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375em;
    color: #373940;
    vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="%23343a40" stroke-width="2px" d="M2 5l6 6 6-6" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right .6875em center/16px 12px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: .375em;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#menuCiblesMobile {
    margin-left: 0;
}

#med-header .med-header--mobile-rubriques__lien,
#med-header .med-header--mobile-rubriques__button {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

#med-header .med-header--mobile-rubriques__button.mds-icon__arrow-forward-ios--right::after {
    font-size: 18px;
}

#med-header .med-megamenu--mobile__titre-domaine {
    margin-left: 24px;
}

#med-header .med-megamenu--mobile__titre-rubrique > .mds-icon__arrow-back,
#med-header .med-megamenu--mobile__titre-domaine > .mds-icon__arrow-back {
    font-weight: 700;
}

#med-header .med-rubrique-header__bouton > span:last-child{
    font-size: 18px;
}

#med-header .med-header--mobile-urgence-ou-contact{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-bottom: 2px solid var(--color-grey--5);
}

#med-header .med-header--mobile .med-header--bouton-volet {
    width: 100%;
    font-family: "Source sans pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    text-decoration: none;
    justify-content: start;
}

#med-header .med-header--mobile .med-header--bouton-volet span:first-child::before {
    font-size: 24px;
}

#med-header .med-bandeau-brand--mobile-container .mds-btn--tertiary:hover:not([disabled]),
#med-header .med-bandeau-brand--mobile-container .mds-btn--tertiary:active:not([disabled]),
#med-header .med-header--mobile .mds-btn--tertiary:hover:not([disabled]),
#med-header .med-header--mobile .mds-btn--tertiary:active:not([disabled]) {
    background: initial;
    border-color: initial;
}

#med-header .med-header-mobile-liste-lien-simple {
    padding-left: 0;
}

#med-header .med-header-mobile-lien-simple {
    padding: 24px 24px 0 24px;
    list-style-type: none;
}

#med-header .med-header-mobile-lien-simple a {
    color: var(--noir-gris-blanc-gris-90, #1A1A1A);
    font-family: Source Sans Pro, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#med-header .med-header-mobile-lien-simple a:hover {
    text-decoration: none;
}

#med-header .med-header-overflow-y--hidden {
    overflow-y: hidden;
}

#med-header .med-header--mobile.visible,
#med-header .med-megamenu--mobile__blocs-domaine.visible,
#med-header .med-megamenu--mobile.visible {
    overflow-y: scroll;
    visibility: visible;
    transition: cubic-bezier(0.2, 0, 0, 1) .3s;
    transform: translateX(0%);
}

#med-header .med-header--mobile:not(.visible),
#med-header .med-megamenu--mobile__blocs-domaine:not(.visible),
#med-header .med-megamenu--mobile:not(.visible) {
    overflow-y: hidden;
    visibility: hidden;
    transition: cubic-bezier(0.2, 0, 0, 1) .3s;
    transform: translateX(+100%);
}

#med-header .med-header-resize-height {
    height: 100vh;
}
.med-img--fluid{
    max-width: 100%;
    height: auto;
}
