/*******************************************************************************************************************************************************************************************************
******************************* FEUILLE DE STYLE POUR IMPRESSION ***********************************
********************************* MEDIA PRINT - REGLES DEFINIES ************************************
*******************************************************************************************************************************************************************************************************/
@media print {

    /****PRISE EN COMPTE DE LA LARGEUR DE TOUTE LA PAGE*****/
    html, body, #wrapper, .container {
        width: 100%;
        margin : 0; padding:0;
    }
    
    /****SUPPRESSION DU HEADER ET DU FOOTER*****/
    .container.ie-dropdown-fix {
        display: none;
    }
    #footer {
        display:none;
    }
    
    /****PAGE SOCIETE/EQUIPE*****/
    .one-third.column {
        max-width : 30%;
    }
    /****SUPPRESSION SIDEBAR*****/
    #barre_laterale {
        display: none;
    }
    
    /****SUPPRESSION COMMENTAIRES BLOG*****/
    .post_simple, .new_commentaire, #particles-js , #rev_slider_4_1_wrapper{
        display: none;
    }
	.container, .container .sixteen.columns {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.box i, .four.columns.sidebar, #bolded-line {
    display: none;
}

.container .twelve.columns {
    width: 100%;
}
	.large-notice {
    box-sizing: border-box;
	    border: none;
}
	.print{display:block}
   .boite-info {
    width: 100%;
    color: #fff;
    padding: 26px 0;
    text-align: center;
    margin:0;
    position: relative;
}
#page-title h2, .h2 {
    font-weight: normal;
    padding: 20px 0 5px 0;
}
.container .sixteen.columns .hidden-sm.hidden-xs{display:none}
.boite-info h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}
.logo{margin:0 auto 50px}
 #wrapper {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
    padding: 40px 35px 50px 35px;
    margin: 0px auto 0 auto;
    position: relative;
    top: 0px;
}   
}