@charset "UTF-8";

.bg-programme {
    background-image: url('../img/bckg-programme.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 20px;
}


#anchor_programme {
    position:relative;
    top: -150px;
    display:block;
}

.content_programme {
}

.content_programme h3 {
    color: white;
    margin: 0px 0px 10px 0px; 
}

.content_programme h4 {
    color: white;
    font-size: 16px;
    margin: 0px;
}

.content_programme p {
    color: white;
}

.content_programme p a {
    color: white;
    font-weight: 600;
    color: #afbdbe;    
}


@media (max-width: 768px) {
    .content_programme {
        padding: 20px;
    }
}