.div-intervenants {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
}

.pers {
    width: 181px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.img_pers {
    width: 181px;
    height: 181px;
    border-radius: 20px;
}

.name-speaker {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.img_pers img {
    border-radius: 20px;
    width: 150px;
    height: 150px;
}

.position-speaker {
    font-size: 14px;
}

.container-19.intervenant {
    max-width: 1400px;
}

.div-intervenants {
    max-width: 1189px;
    margin: 0 auto;
}

.slider-12 .w-slider-nav {
    bottom: -70px;
}

.div-block-179.intervenant {
    margin-bottom: 60px;
}

.slider-12  {
    margin-top: 40px;
}

.salle {
    border-radius: 60px;
    padding: 10px 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -85.5px;
    margin-bottom: 60px;
}

.salles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.salle p {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    font-weight: normal;
}

.salle-1-bg {
    background: #389DD8;
}

.salle-2-bg {
    background-color: #E52637;
}

.salle-3-bg {
    background: -webkit-linear-gradient(90deg, #158FD2 0%, #7A227B 51%, #DC0A29 100%);    
    background: linear-gradient(90deg, #158FD2 0%, #7A227B 51%, #DC0A29 100%);
}

.salle-4-bg {
    background-color: #FF8F00;
}

.bloc-horaire {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bloc-horaire p {
    margin-bottom: 0;
}

.bloc-description {
    background-color: #fff;
    padding-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* background-image: url('../images/accordeon-arrow-down.png');
    background-repeat: no-repeat;
    background-position-y: 30px;
    background-position-x: calc(100% - 20px); */
}

.bloc-description img {
    transition: all ease .5s;
}

.bloc-description.close img {
    transform: rotate(0);
}

.bloc-description.open img:first-child {
    transform: rotate(-180deg);
}

.bloc-description.open img:last-child {
    transform: rotate(180deg);
}

.accordeon-trigger {
    padding: 30px 30px 0 30px;
}

.accordeon-trigger h2 {
    margin-bottom: 0;
}

.accordeon-trigger.accordeon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordeon-trigger.accordeon:hover {
    cursor: pointer;
}

.accordeon-trigger.accordeon h2 {
    margin-bottom: 10px;
}

.accordeon-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

.uppercase {
    text-transform: uppercase;
}

.speaker-infos:not(:last-child)::after {
    content: " \25CF ";
}

.paragraph-16.center.speakers {
    padding-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 700px) {
    .accordeon-trigger {
        padding: 20px 5px 0 5px;
    }
    .bloc-description img {
        width: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    .salles {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}