/*
 Theme Name:   thème de VinPlaisir 
 Theme URI:    http://florian-luce.info/
 Description:  Thème de VinPlaisir par Florian Luce à partir du thème SoSimple
 Author:       Florian Luce
 Author URI:   http://florian-luce.info/
 Template:     sosimple
 Version:      0.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Vin, vinplaisir, Florian, Luce, Florian Luce, Vin Plaisir, VinPlaisir, child, cyril
*/

.site-title{
    font-size: 34px; /* 34 = max pour responsive */
    display: inline-block;
}
.site-description{
    display: inline-block;
    margin-left: 3vw;
}
.site-branding{
    text-align: left;
}

.entry-title {
    text-transform: none;
}






/* CSS menu telephones/tablettes Bois-de-chauffage.net */

@media only screen and (max-width: 1025px) {

    /*** Reset menu actuel ***/
    #blocmenu{
        position: initial;
    }
    .menu li{
        float: initial;
    }

    /*** Menu ***/
    #t2 ul li:hover ul{
        background-color: red;
        display: block;
        position: initial;
    }
    #t2 ul li:hover ul a{
        text-align: center;
    }

    /*** Suppression espace blanc bas page ***/
    .bloc_menu_content{
        padding-bottom: 0;
    }


    /*** FOOTER ***/
    .thefooter .fl{
        width: 100%;
    }
    .thefooter .fl div{
        display: none
    }
    .thefooter .fl:hover div{
        display: block;
    }
}


img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    min-height: 160px;
    width: auto;
    max-height: 393px;
}

.main-navigation{
    border-top: 0px solid #eee;
    padding: 0;
    margin: 0;
}
.site{
    padding-bottom: 14px;
}

