.activites__lyon-traboules{
    padding-top: 150px;
}

.activites__lyon-traboules-title{
    font-size: 30px;
    position: relative;
    padding-top: 180px;
}

.activites__lyon-traboules-title:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 55%;
    height: 2px;
    background: #8900ff;
}

.activites__lyon-traboules-items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 15px;
}

.activites__lyon-traboules-items-left{
    width: 40%;
    height: 350px;
    border-radius: 15px;
    background: url("../img/traboule.jpg") center no-repeat;
    background-size: cover;

}

.activites__lyon-traboules-items-right{
    width: 59%;
    height: 350px;
    background-color: deepskyblue;
    border-radius: 15px;
}

.activites__lyon-traboules-items-right-title{
    font-size: 20px;
    position: relative;
    text-align: center;
}

.activites__lyon-traboules-items-right-title:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50%;
    height: 2px;
    background: #8900ff;
    text-align: left;
}

.activites__lyon-traboules-items-right-text{
    margin-left: 15px ;
    margin-top: 30px;
    text-align: justify;
    margin-right: 15px;
}

.activites__lyon-traboules-link{
    text-align: center;
    margin-top: 80px;
}

.activites__lyon-traboules-btn {
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 22px 45px;
    background: #8900ff;
    border-radius: 100px;
    position: center;

}

.activites__lyon-traboules-btn:hover{
    color: deepskyblue;
}

@media only screen and (max-width: 950px) {

    .container{
        width: 90%;
    }

    .activites__lyon-traboules-items{
        margin-right: 0;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .activites__lyon-traboules-items-left{
        margin-bottom: 40px;
        width: 100%;
        height: 400px;
    }

    .activites__lyon-traboules-items-right{
        width: 100%;
        height: 440px;
    }
}