/* page les ateliers */
.les-ateliers .ateliers > .wp-block-column {
    margin: 0;
    flex: 1;
}
.les-ateliers .top-column .wp-block-column:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.les-ateliers .top-column + h3 {
    padding: 6rem 6vw 2rem;
    margin: 0;
}
.les-ateliers .top-column + h3 + ul {
    padding: 0 6vw 6rem;
    margin: 0;
}
.les-ateliers section.main-parcours .content > *, .les-formations section.main-parcours .content > * {
    padding: 0 1rem;
    flex-direction: column;
    background-color: #4a4fa1;
}
.les-ateliers section.main-parcours .bottom-column .wp-block-column:first-of-type {
    background-color: #fcd22f;
}
.les-ateliers section.main-parcours .top-column .wp-block-column:last-of-type, .les-ateliers section.main-parcours .middle-column .wp-block-column:first-of-type, .les-ateliers section.main-parcours .middle-column .wp-block-column:last-of-type {
    background-color: #4a4fa1;
}
.les-ateliers section.main-parcours .top-column .wp-block-column:first-of-type iframe, .les-ateliers section.main-parcours .middle-column .wp-block-column:first-of-type figure, .les-ateliers section.main-parcours .bottom-column .wp-block-column:first-of-type figure {
    box-shadow: 15px 15px 1px 1px #e72466;
    position: relative;
}
.les-ateliers section.main-parcours .top-column .wp-block-column:last-of-type figure, .les-formations section.main-parcours .top-column .wp-block-column:last-of-type figure {
    box-shadow: -15px 15px 1px 1px #e72466;
    position: relative;
}
.les-ateliers section.main-parcours .middle-column .wp-block-column:last-of-type {
    font-size: 1rem;
}
.les-ateliers section.main-parcours .middle-column .wp-block-column:last-of-type h3 strong {
    color: white;
}
.les-ateliers section.main-parcours .middle-column + h3 {
    margin: 0;
    padding: 4rem 0 0;
    background-color: #4a4fa1;
}
.les-ateliers section.main-parcours .middle-column + h3 strong {
    color: white;
}
.les-ateliers section.main-parcours .bottom-column:last-of-type  {
    background-color: #fcd22f;
}
.les-ateliers section.main-parcours .bottom-column:last-of-type p {
    color: #0000008f;
}
.les-ateliers section.main-parcours .bottom-column .wp-block-column:first-of-type figure {
    margin-top: 4rem;
}
.les-ateliers .ateliers {
    background-color: #4a4fa1;
    color: rgba(255, 255, 255, 0.7);
}

.les-ateliers .ateliers strong {
    color: white;
}

/* map */

#maplist {
    display: flex;
    flex-direction: column;
    background-color: #fcd22f;
    padding: 4rem 1rem;
}

.liste h3 {
    color: #0000008f;
}
.liste ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.liste li {
    width: 40%;
    margin: 1rem;
}
.liste button {
    border: none;
    background-color: #e72466;
    color: #ffffff;
    padding: 1rem;
    width: 100%;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    transition: transform 300ms, color 300ms, background-color 300ms, font-weight 300ms;
}
#maplist .liste button:hover {
    transform: translateY(-1.5px);
}
#maplist .liste button.selected {
    font-weight: bold;
    background-color: #ff4b87;
}
#maplist .liste button:before {
    display: none;
}
#map {
    height: 20rem;
    box-shadow: -15px 15px 1px 1px #e72466;
}

#map .leaflet-popup-content {
    text-align: center;
}
#map .leaflet-popup-content .date {
    color: #e72466;
}
#map .leaflet-popup-content .title {
    font-weight: bold;
}
#map .leaflet-popup-content .address {
    color: rgba(0, 0, 0, 0.7);
}