/* ------------------------------*/
/* --------- générique ----------*/
/* ------------------------------*/
body{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica;
    margin-top:35px;
}
body.silver{
    background-color: silver;
}
body.silverword{
    background-color: silver;
    font-family: unset;
}
body.grey{
    background-color: #CCCCCC;
}
body.greyTextGrey{
    background-color: #CCCCCC;
    color:#999999;
}
body.darkgrey{
    background-color: #999999;
}
body.green{
    background-color: #01FF00; /* #66FF33; */
}
a{
   color: black;
}
a:visited {
    color: #333333;
}
a:active{
    color:white;
}
.center{
    text-align:center;
    width:100%;
}
img{
    max-width:100%;
}
#backhome{
    background-color:#444444;
    background-image:url('../imgs/syn-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width:30px;
    height:30px;
    position: fixed;
    top:5px;
    left:5px;
    cursor:pointer;
    opacity:0.8;
    border-radius:5px;
}
/* ------------------------------*/
/* --------- window ----------*/
/* ------------------------------*/
#grey-container{

    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
}
#grey-background{
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
}
.win-content{
    position:absolute;
    top:2em;
    left:2em;
    width:calc(100% - 8em);
    height:calc(100% - 8em);
    background-color: silver;
    padding:2em;
    overflow:auto;
    font-size:1.2em;
}

/* ------------------------------*/
/* ------- Pub ----------*/
/* ------------------------------*/
.pub{
    /*width:468px;
    height:60px;*/
}
.text36{
    font-size:3em;
}
.text13{
    font-size:1.15em;
}
/* ------------------------------*/
/* ------- index ----------*/
/* ------------------------------*/
.title{
   font-size:3em;
    font-weight:bold;
    margin-top:1.5em;
    margin-bottom:1em;
}
.size5{
    font-size:1.5em;
    line-height:1.3em;
}
.size4{
    font-size:1.4em;
}
.size2{
    font-size:0.8em;
}
.size1{
    padding-top:2em;
    font-size:0.8em;
}
.grey{
    color:#C2C2CD;
}
.textbold{
    font-weight:bold;
}
.textitalic{
    font-style:italic;
}
/* ------- index 2----------*/
.spaceindex{
    width:1em;
    height:8em;
}
.text14{
    font-size:1.2em;
}
/* ------- plan----------*/
.id-table {
    font-weight: bold;
    border: none;
    font-size:1em;
    width:100%;
}
.id-table td{
    width:50%;
}

/* ------- emploi du temps----------*/
.timetable {
    width:100%;
    font-size:0.8em;
    background-color: #999999;
}
.tt-title{
    font-weight: bold;
    font-size:1.2em;
}
.tt-hours{
    font-size:1.2em;
}
.tt-right{
    font-weight: bold;
    font-size:1.2em;
    text-align:right;
    width:100%;
}
/* ------- individus----------*/
.id-red{
    font-size: 2em;
    color:#FF0000;
}
/* ------- portefeuille----------*/
.sizeEm113{
    font-size: 1.13em;
}
.middlepart{
    width:80%;
    background-color:#999999;
    text-align:left;
    margin:30px auto;
}
/* ------- mots----------*/
#random1{
    font-style:italic;
    font-size:2em;
    font-weight:bold;
    width:100%;
    text-align:center;
    font-family:unset;
    margin-top:2em;
    margin-bottom:2em;
}
#random2{
    font-style: italic;
    font-size:1em;
    font-weight:bold;
    width:100%;
    text-align:center;
    text-decoration: underline;
    font-family:unset;
}
/* ------- mots----------*/
.nouvelles{
    margin-top:2em;
    margin-left:2em;
    margin-bottom:5em;
    text-align: justify;
    font-size:1.2em;

}
/* ------------------------------*/
/* ------ media queries------*/
/* ------------------------------*/
@media (min-width: 800px) {
    body{
        margin-top:0px;
    }
    .nouvelles{
        margin-left:3em;
    }
    .size1{
        padding-top:unset;
        font-size:0.6em;
    }
}
@media (min-width: 200px) {


}