/**************************
* Plugin Formations
**************************/
.header_formations{
    background: #f9f9f9;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
    padding: 40px 0px 40px 0px;
}

.corps_formations{
    background:#f3f3f3;
}

.diplome-etat{
    position:absolute;
    left:10px;
    top:100px;
    width:94px;
    height:93px;
    background:url('../img/diplomeetat.png') no-repeat;
}

.double-diplome{
    position:absolute;
    left:10px;
    top:110px;
    width:110px;
    height:110px;
    background:url('../img/doublediplome.png') no-repeat;
}

.titre-certifie{
    position:absolute;
    left:10px;
    top:90px;
    width:110px;
    height:110px;
    background:url('../img/titrecertifie.png') no-repeat;
}

.propose_formations{
    color: #272726;
    font-size: 20px;
    font-family: 'Helvetica Neue';
    margin: 0;
    padding-top: 12px;
    text-align:center;
}

.header_formations .plus_dinfo{
    margin:0px;
}

.header_formations .plus_dinfo a{
    font-family: 'Playfair Display';
    display: inline-block;
    width: 170px;
    line-height: 45px;
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease;
}

@media screen and (max-width: 768px){
    .propose_formations{
        text-align: center;
    }
    
    .header_formations .plus_dinfo a{
        margin: auto;
        margin-top: 40px;
        display: block;
    }
}

.header_formations .plus_dinfo a:hover{
    color: white;
    background: #3a3a3a;
    text-decoration: none;
}

.propose_formations .supdemod{
    font-family: 'Playfair Display';
}

.corps_formations h2{
    text-align: center;
    font-size: 30px;
    font-family: 'Playfair Display';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-top: 40px;
    color:#000;
    background:url(../img/background-title.png) bottom no-repeat;
    padding-bottom:75px;
}

.item_formation{
    height: 440px;
    margin-bottom: 70px;
    position: relative;
    text-align: center;
}

.item_formation:hover{
    background: #f5f5f5;
}

.item_formation h3{
    font-size: 20px;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    text-align: center;
    width: 180px;
    margin: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    color:#6f6f6f;
}

@media screen and (max-width: 992px){
    .item_formation h3{
        width: 100%;
    }
    
    .corps_formations h2{
        font-size: 52px;
    }
}

.item_formation h3 .block{
    font-weight: bold;
    font-family: 'Playfair Display';
    color: #e6008b;
}

.item_formation .illustration{
    margin: auto;
}

.item_formation .description{
    width: 80%;
    margin: auto;
    text-align: left;
    color: #272726;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.description2{
    width: 80%;
    margin: auto;
    text-align: left;
    color: #272726;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.item_formation .lien{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15px;
}

@media screen and (max-width: 768px){
    .item_formation .lien{
        position: relative;
        bottom:0px;
    }
}

.lont_fait{
    font-family: 'Mistral';
    color: #ac8f78;
    text-align: center;
    font-size: 36px;
}


.lont_fait_detail{
    max-width: 470px;
    margin: auto;
}

.corps_formations .description_formation{
	width:70%;
	margin:0% 15%;
	text-align:center;
	margin-bottom:70px;
}