.ws-agence-info{
    display: flex;
    min-height: 20rem;
    margin-top: -35rem;
}
.ws-agence-info-col-content{
    width: calc(100% - 35rem - 8rem);
    line-height: 2.6rem;
    padding-top: 34.2rem;
}

.ws-agence-info-col-content-image{
    padding-right:2rem;
    padding-bottom:1rem;
    float:left;
}

.ws-agence-info-col-infos{
    margin: 0 4rem;
    top: -35rem;
    right: 0;
    z-index: 100;
    font-size: 1.3rem;
    width: 35rem;
}

.ws-agence-info-infos-wrapper-title h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 3.4rem;
    color: var(--e-global-color-ce0a048);
}

.ws-agence-info-infos-wrapper{
    background-color: var(--e-global-color-e07b830);
    color:var(--e-global-color-ce0a048);
    padding: 3rem;
    padding-bottom: 4rem;
    max-width: 37rem;
    border-radius: 0.5rem;
}

.ws-agence-info-infos-item-title{
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 1.2rem;
    line-height: 1;
    vertical-align: middle;
    display: flex;
    color: var(--e-global-color-primary);
}

.ws-agence-info-infos-item--current-agence{
    text-align:center;
    color:var(--e-global-color-ce0a048);
    font-size:1.4rem;
}
.ws-agence-info-infos-item--current-agence i{
    font-weight:bold;
    padding-right:0.3rem;
}

.ws-agence-info-infos-item--selection .button{
    font-size: 1.2rem;
    width: 100%;
}

.ws-agence-info-infos-item + .ws-agence-info-infos-item{
    margin-top: 2.8rem;
}

.ws-agence-info-infos-item-title svg,
.ws-agence-info-infos-item-title i{
    color: var(--e-global-color-accent);
    margin-right: .7rem;
}

.ws-agence-info-col-infos .button{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 1.3rem 0;
    line-height: 1.9rem;
    display: block;
}

.horaire-list-item{
    display: flex;
}

.horaire-sep{
    margin: 0.5rem 1.2rem;
    height: .1rem;
    background-color: #b1b1b1;
    width: 100%;
}

.horaire-hours{
    text-align: right;
}

.horaire-hour + .horaire-hour,
.horaire-list-item + .horaire-list-item{
    margin-top: 1rem;
}

.horaire-hour{
    white-space: nowrap;
}

.ws-agence-info-infos-item--contact a{
    display: block;
}

.ws-agence-info-infos-item--contact a + a {
    margin-top: 1rem;
}

.ws-agence-info-infos-item--ctas .button{
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ws-agence-info-infos-item--ctas .button + .button{
    margin-top: 1.5rem;
}

.ws-agence-info-date-join-network{
    margin-top: 1.8rem;
    padding: 0 3rem;
}

.ws-agence-info-infos-item--keynumbers{
    text-align: center;
}

.ws-agence-info-key-numbers{
    margin-top: 1.1rem;
    font-weight: bolder;
}

.ws-agence-info-key-number + .ws-agence-info-key-number{
    margin-top: .5rem;
}

.ws-agence-formations-wrapper h2{
    margin-top: 0;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 1.7rem;
}

.ws-agence-formations{
    background-color: var(--e-global-color-e07b830);
}

.ws-formations-tabs{
    background-color: #cccccc;
    display: flex;
    flex-wrap: wrap;
}

.ws-formations-tab{
    padding: 0 2.8rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: bold;
    font-size: 1.3rem;
    border-right: 1px solid #f8f8f8;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ws-formations-tab:hover,
.ws-formations-tab--selected{
    background-color: var(--e-global-color-e07b830);
    border-right: 1px solid #ffffff;
}

.ws-formations-panel{
    display: none;
    padding: 4rem 2.4rem;
}

.ws-formations-panel--selected{
    display: block;
}

.ws-formations-panel a {
    display: block;
}

.ws-formations-panel a:hover{
    color: var(--e-global-color-accent);
}

.ws-formations-panel a:before{
    font-family: 'Open Sans', sans-serif;
    content: '»';
    color: var(--e-global-color-accent);
    margin-right: .5rem;
}

.ws-formations-panel a + a {
    margin-top: 1rem;
}

.ws-agence-info-label-logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ws-agence-info-photos-wrapper h2 {
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 3.3rem;
    margin-top: 4rem;
}

.ws-agence-info-photos{
    margin-top:3rem;
    display:flex;
    gap:2rem;
    justify-content: space-between;
    flex-wrap:wrap;
}
.ws-agence-info-photos img{
    max-width: calc(calc(100% / 6) - 2rem);
}




@media screen and (max-width: 1000px) {
    .ws-agence-info-col-infos{
        position: static;
        margin-right: 0;
    }    
    .ws-agence-info-col-content{
        width: calc(100% - 35rem - 4rem);
    }    
    .ws-agence-info-col-content-image{
        padding-right:0;
        padding-bottom:2rem;
        float:none;
        text-align:center;
    }
    
    .ws-agence-info-photos{
        gap:1rem;
    }
    .ws-agence-info-photos img{
        max-width: calc(calc(100% / 6) - 1rem);
    }
}

@media screen and (max-width: 767px) {
    
    .ws-agence-info-photos img{
        flex: 1 1 calc(calc(100% / 3) - 1rem);
        max-width: unset;
    }
    
    .ws-agence-info-col-content,
    .ws-agence-info-col-infos{
        width: 100%;
    }
    
    .ws-agence-info{
        min-height: auto;
        flex-direction: column;
    }
    
    .ws-agence-info-infos-wrapper{
        max-width: none;
    }
    
    .ws-agence-info-col-infos{
        margin-left: 0;
        padding-top: 4rem;
    }
    
    .ws-agence-info{
        margin-top: 0;
        flex-direction: column-reverse;
    }
    
    .ws-agence-info-col-content{
        padding-top: 4rem;
    }
    
    .ws-agence-info-infos-item--ctas .button{
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
    }
}
