/* 
 Theme Name:   colormag-pedagogie
 Description:  Theme pour les sites disciplinaires, basé sur colormag
 Author:       JR
 Template:     colormag
 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:  colormag-pedagogie
*/


/**** LOGO Rectorat *****/

.header-image-wrap{
position:relative;
}

.logoHeader {
    background-color:transparent;
    position: absolute;
    top:10px;
    left:1%;
    width:60%;
}
.logoHeader img.logo {
    padding-right: 20px;
    vertical-align: middle;
    
    width: 20%;
    height: auto;
}

.separation {
    display:none;
}

.modelinfotitle {
    display:none;
}

#header .header_title {
    position: absolute;
    bottom : 30px;
    left: 20px;
}
.header_desc {
    position: absolute;
    bottom : 0px;
    top : initial;
    left: 15px;
}
/*************************/

@media screen and (min-width: 56.875em) {
/******** LOGO RECTORAT ********/
    .separation {
        display:inline;
        border-right: solid 1px #000;
        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;
    }
   
    /*******************************/
}
