/* Common */
.uppercase{
    text-transform: uppercase;
}

/* Fin common */

.plugin_diplome{
    height: 730px;
    background-image: url(../img/bg_diplome.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.plugin_diplome .overlay_noir{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 60px;
    text-align: center;
}

.plugin_diplome h3{
    font-size: 48px;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Playfair Display';
    letter-spacing: 8px;
}

@media screen and (max-width: 768px){
    .plugin_diplome h3{
        font-size: 30px;
    }
}

.plugin_diplome h3 span{
    display: inline-block;
    margin: auto;
    padding: 10px 15px 0px 15px;
}

.plugin_diplome h3 span.bg_normal{
    color: #e6008b;
}

.plugin_diplome h3 span.bg_rose{
    color: white;
    background: #e6008b;
    padding-bottom: 10px;
}

.plugin_diplome .detail, .common .plugin_diplome .detail{
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    margin-top: 30px;
}

.plugin_diplome .intervalle_date, .common .plugin_diplome .intervalle_date{
    color: #e6008b;
    font-size: 35px;
    margin-top: 20px;
    font-family: 'Playfair Display';
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 768px){
    .plugin_diplome .intervalle_date{
        font-size: 35px;
    }
}

.plugin_diplome .link_inscrire a{
    display: block;
    margin: auto;
    color: white;
    background: transparent;
    border: 1px solid white;
    height: 40px;
    line-height: 40px;
    width: 200px;
    border-radius: 2px;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}