/*
 Theme Name:   LPDW config
 Theme URI:    http://www.faste76.com
 Description:  Theme enfant d'Enfold developpe pour l'entreprise Faste76
 Author:       Le plus du web
 Author URI:   http://leplusduweb.com
 Template:     enfold
 Version:      1.0.0
*/

/*
Mobile Styles
================================================== */
/* Note: CSS POUR VUE TABLETTE */

@media only screen and (max-width: 989px) and (min-width: 767px) {
    /* Add your Tablet Styles here */
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block !important;
    }

    /***************************************************************/
    /**************************SIDEBAR******************************/
    /***************************************************************/
    #sidebar_fixe {
        display: none !important;
    }

    /***************************************************************/
    /************************PRESTATIONS****************************/
    /***************************************************************/
    #top .prestations .no_margin.av_one_fifth {
        width: 50% !important;
        clear: none !important;
    }

    .prestations .section_title_prestations {
        position: initial !important;
        writing-mode: initial !important;
        transform: initial !important;
    }

    .section_title_prestations::before {
        display: none !important;
    }

    /***************************************************************/
    /***************************PROJET******************************/
    /***************************************************************/
    .projet .section_title_projet {
        position: initial !important;
        writing-mode: initial !important;
        transform: initial !important;
    }

    .section_title_projet::before, .excerpt, .excerpt-title {
        display: none !important;
    }

    .projet .choix-projet {
        margin-right: -25px !important;
        padding: 40px 25px !important;
    }

    .description-projet {
        padding: 120px 0 120px 120px !important;
    }

    .description-projet::after {
        left: 430px !important;
    }

    /********************************************************************/
    /****************************ACTUALITES******************************/
    /********************************************************************/
    .actualite .section_title_actualite {
        position: initial !important;
        writing-mode: initial !important;
        transform: initial !important;
        margin-bottom: 20px;
    }

    .section_title_actualite::before {
        display: none !important;
    }


    /********************************************************************/
    /***************************EXPERTISE********************************/
    /********************************************************************/
    .expertise .section_title_expertise {
        position: initial !important;
        writing-mode: initial !important;
        transform: initial !important;
        margin-bottom: 20px;
    }

    .section_title_expertise::before {
        display: none !important;
    }

    /********************************************************************/
    /**************************TEMOIGNAGES*******************************/
    /********************************************************************/
    .temoignage-section .section_title_temoignage {
        position: initial !important;
        writing-mode: initial !important;
        transform: initial !important;
    }

    .section_title_temoignage::before {
        display: none !important;
    }

    .container-temoignage {
        max-height: 160px !important;
    }

    .container-display-temoignage {
        padding: 40px 10px !important;
    }

    .container-display-temoignage .avia_codeblock_section {
        padding: initial !important;
    }

    .nom_temoin {
        font-size: 15px;
    }

    .temoignage {
        font-size: 12px;
    }

    /********************************************************************/
    /*****************************CONTACT********************************/
    /********************************************************************/
    .contact-section .section_title_contact {
        position: initial !important;
        writing-mode: initial !important;
        transform: initial !important;
        margin-bottom: 20px;
    }

    .section_title_contact::before {
        display: none !important;
    }

    .contact-infos {
        width: 40% !important;
    }

    /********************************************************************/
    /*****************************FOOTER********************************/
    /********************************************************************/
    #footer {
        border: none !important;
    }

    #footer #menu-footer-menu li { /*navigation pied de page */
        width: 17%;
    }

    #footer #menu-footer-menu-2 li {
        width: 30%;
    }

    #footer .widget_nav_menu li a {
        padding: 0 !important;
    }
}
