/***************************************************
* PLUGIN SUPDEMOD MAG
***************************************************/
.bloc_mag h2{
    font-family: 'PlayFair Display';
    font-size: 48px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.bloc_mag h2 .bg_rose{
    background: #e6008b;
    color: white;
    padding: 10px;
    display: inline-block;
}

.bloc_mag .row .col-sm-3, .bloc_mag .row .col-sm-2{
    padding-left: 7px;
    padding-right: 7px;
}

.illustration_mag{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

@media screen and (max-width: 768px){
    .illustration_mag{
        background-position: center top;
    }
}

.illustration_mag img{
    max-width: 100%;
}

/* Mise en forme des colonnes */
.colonne1{
    height: 420px;
    width: 100%;
}

.colonne1 .illustration_mag{
    height: 390px;
}

.colonne2{
    height: 420px;
    width: 100%;
}

.colonne2 .item_mag .illustration_mag{
    height: 150px;
    width: 100%;
}

.colonne2 .item_mag{
    margin-bottom: 50px;
}

.colonne3 .item_mag, .colonne3 .item_mag{
    margin-bottom: 10px;
}

.date_pub{
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 8px;
}

.pub_mini{
    font-size: 10px;
    display: block;
}

.lien_mag{
    text-align: right;
    padding-top: 5px;
}


.lien_supdemod{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

.lien_supdemod a{
    display: inline-block;
    border: 1px solid #272726;
    height: 40px;
    line-height: 40px;
    width: 250px;
    text-transform: uppercase;
    color: #272726;
}

hr.separation_mag{
    border: 0;
    border-bottom: 1px solid silver;
    width: 80px;
    margin-bottom: 40px;
}