/*
 Theme Name:   Virtue enfant
 Theme URI:    https://fr.wordpress.org/themes/virtue/
 Description:  Thème enfant Virtue
 Author:       Patrick
 Author URI:   http://emmabuntus.org
 Template:     virtue
 Version:      1.0.0
*/

/* .page-id-3599 .entry-title { display: none; !important} */


/* styles.css > apparence du footer */

p {
 text-align: left;
}
p span.footer-left {
 float: left;
}
p span.footer-right {
  float: right;
}

/* Barre de navigation article */

#nav-main ul.sf-menu ul li a,#nav-second ul.sf-menu ul li a{width:auto;display:block;padding:5px;color:#2d5c88;text-align:left;font-size:18px;font-family:'luciole', Verdana, Geneva, sans-serif;line-height:22px;font-weight:normal;font-style:normal;}
.sf-menu .dropdown .active:hover,.sf-menu li.sfHover,.sf-menu li:hover{background-color:#7d8fa0;color:red;text-decoration:none;}

/* style article */

p.note {
background:#dbe0ef;
border:2px solid #aeb8de;
padding:1em 1em 1em 5em;
}


.page-header {
border-top:0px solid #eee;
border-bottom:0px solid #eee;
border-color:rgba(0,0,0,.05);
padding-bottom:8px;
margin:0 0 20px;
padding-top:8px;
}


/* Désactivation Smart Slider 3 sur mobile */
/* Remarque le 3 dans n2-ss-3 est l'ID du slider */
/* https://smartslider3.helpscoutdocs.com/article/1473-how-to-disable-the-slider-on-mobile */

@media only screen and (max-width: 440px) {
    div#n2-ss-3, div#n2-ss-3-placeholder {
        display: none;
    }
}

