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