.activites__yzeron{

}

.activites__yzeron-items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 140px;
}

.activites__yzeron-lac{
    width: 49%;
    height: 350px;
    border-radius: 10px;
    background:linear-gradient(transparent, #222222) , url("../img/lac-ronzey.jpg") center no-repeat;
    background-size: cover;

}

.activites__yzeron-lac-title{
    text-align: center;
    font-size: 25px;
    position: relative;
}

.activites__yzeron-lac-title:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 51%;
    height: 2px;
    background: #8900ff;
}

.activites__yzeron-lac-text{
    color: white;
    margin-top: 37px;
    margin-left: 20px;
    margin-right: 15px;
    font-size: 17px;
    text-align: justify;
 }

.activites__yzeron-escalade{
    width: 49%;
    height: 350px;
    background: linear-gradient(transparent, #222222), url("../img/escalade_yzeron.jpg") center no-repeat;
    background-size: cover;
    border-radius: 10px;

}

.activites__yzeron-escalade-title{
    text-align: center;
    font-size: 25px;
    position: relative;
    color: black;
    z-index: 999;
}

.activites__yzeron-escalade-title:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 51%;
    height: 2px;
    background: #8900ff;
}

.activites__yzeron-escalade-text{
    color: white;
    margin-top: 37px;
    margin-left: 20px;
    margin-right: 15px;
    font-size: 17px;
    text-align: justify;
}

@media only screen and (max-width: 950px) {

    .container{
        width: 90%;
    }

    .activites__yzeron--items{
        margin-right: 0;
        margin-bottom: 40px;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }

    .activites__yzeron-lac{
        margin-bottom: 40px;
        width: 99%;
        height: 560px;
    }

    .activites__yzeron-escalade{
        width: 99%;
        height: 560px;
    }
}

