/* 
 Theme Name:   twentysixteen-pedagogie
 Description:  Theme pour les sites disciplinaires, basé sur twentysixteen
 Author:       JR
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentysixteen-pedagogie
*/

/* DEBUT PERSONNALISATION*/


.site-main > .sticky {
    background-color: #F3F1EB;
}

/**** LOGO Rectorat *****/
.logoHeader {
    background-color:transparent;
    position: absolute;
    top:10px;
    left:1%;
    width:60%;
}
.header-image {
    position:relative;
}
.logoHeader img.logo {
    padding-right: 20px;
    vertical-align: middle;
    
    width: 35%;
    height: auto;
}

.separation {
    display:none;
}

.modelinfotitle {
    display:none;
}
/********************/
@media screen and (min-width: 44.375em) {
    /******** LOGO RECTORAT ********/
    .site-branding {
        position: absolute;
        bottom : 0%;
        left: 4%;
        z-index: 10;
    }
    /********************/
}


@media screen and (min-width: 56.875em) {

    
    .site-main > article {
        box-shadow: 1px 1px 12px #555;
        padding: 14px;
    }
    
    #masthead {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #masthead {
        display: table; 
        width: 100%; 
    }
    .site-header-main {
       display: table-footer-group;
    }
    .header-image {
        
    }
    
    .entry-content ul li {
        margin-left: 20px;   
    }
    
    .site-main > article {
        margin-bottom:1.5em;
    }
    /******** LOGO RECTORAT ********/
    .separation {
        display:inline;
        border-right: solid 1px #a9a9a9;
        height: 70px;
        margin-right: 20px;
        font-weight: 400;
        box-sizing: border-box;
        color: #333;
        position : relative;
        
    }

    .modelinfotitle {
        font-size: 2em;
        display:inline;
        font-weight: 400;
        box-sizing: border-box;
        color: #333;
        white-space:nowrap;
        font-family: sans-serif;
        position : relative;
        
    }
    
    .logoHeader img.logo {
        display: inline;
    }
    .header-image a {
        display: inline;
    }
    
    .site-branding .site-title {
        font-size: 2.3em;
    }
    
    .site-branding .site-description {
        font-size: 1.3em;
    }
   
    /*******************************/
}

