.page__rdv .container ul.magItems > li {
    list-style: none;
}




.page__rdv .container ul.magItems .magHeader  {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-decoration: none;
    align-items: center;
    text-align: center;
}

.page__rdv .container  ul.magItems .magHeader  img {
    height: 80px;
    width: 80px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.page__rdv .container ul.magItems .magName {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 800;
}



body[breakpoint="mobile"].page__rdv .container   ul.magItems {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 2rem;
}


body[breakpoint="desktop"].page__rdv .container   ul.magItems {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
}

@media (min-width: 1400px) { 

    body[breakpoint="desktop"].page__rdv .container   ul.magItems {
        grid-gap: 8rem;
    }


}

.page__rdv .container  ul.magItems > li {
    list-style: none;
    background: #fff;
    /*-webkit-box-shadow: 3px 3px 8px 1px rgba(209, 209, 209, .5);
    box-shadow: 3px 3px 8px 1px rgba(209, 209, 209, .5);*/
    padding: 1.5rem;
}
/*
body[breakpoint="mobile"].page__rdv .container  ul.magItems > li {
    list-style: none;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(209, 209, 209, .5);
    box-shadow: 3px 3px 8px 1px rgba(209, 209, 209, .5);
    padding: 1.5rem;
}

body[breakpoint="desktop"].page__rdv .container  ul.magItems > li {
    list-style: none;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(209, 209, 209, .5);
    box-shadow: 3px 3px 8px 1px rgba(209, 209, 209, .5);
    padding: 1.5rem;
}
    */

@media (min-width: 1400px) { 

    body[breakpoint="desktop"].page__rdv .container  ul.magItems > li {
        padding: 2.5rem;
    }


}

.page__rdv .container ul.magItems .magOpen {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    margin-top: 0;
}

.page__rdv .container ul.magItems .magDetails {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.page__rdv .container ul.magItems .magOpen .magStatutDetail {
    font-size: .75rem;
}

.page__rdv .container ul.magItems > li .magAddress {
    color: var(--color-0);
    font-size: .85rem;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
}

.page__rdv .container ul.magItems > li .magPhoneLink  {
    text-decoration: none;
    line-height: 1;
    color: #000;
}

.page__rdv .container ul.magItems > li .magPhone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    justify-content: center;
}

.page__rdv .container ul.magItems .magPhoneIco {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
}

.page__rdv .container ul.magItems .magPhoneIco svg {
    height: 100%;
    width: auto;
}



.bl2 h3 {
    color: var(--color-6);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.15rem;
}