@charset "UTF-8";
/*----------------------------------------------------------------------
    Copyright 2015-2019 N. Mesnier <nmesnier@free.fr>
    You may freely use, modify and/or distribute this file.
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
    structures
----------------------------------------------------------------------*/
@media (max-width: 480px) {
    * {
        box-sizing: border-box;
    }
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */
    body {
        width: auto;
        margin: 0;
        padding: 0;
        font-size: 16px;
    }
    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    /* gestion des mots longs */
    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp
    {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    code,
    pre,
    samp {
        white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
    }
}
#header{
    position: relative;
    display: block;
    width: auto;
    height: 8em;
    margin: 0px auto;
    text-align: left;
    padding: 2em 1em 1em 1em;
    color: #fff;
}
#header .title{
    font-size: 1em;
    line-height: 1em;
    color: #000;
}
#header .subtitle{
    margin-top: 2em;
    font-size: .65em;
    color: #666;
}
#menu{
    position: relative;
    display: block;
    width: auto;
    margin: 0px auto;
    margin-top: 0px;
    height: auto;
    text-align: left;
    background: #eaeaea;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
#page {
    position: relative;
    display: block;
    width: auto;
    background: #fff;
    padding: 10px 12px 10px 10px;
    text-align: justify;
    color: #333;
    font-size: .8em;
    -webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; /* passage à la ligne forcé */
}
#bottom {
    position: relative;
    display: block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #666;
    font-size: .7em;
    text-align: center;
    line-height: 2em;
}
#bottom .gauche{
    float: none;
}
#bottom .droite{
    margin-top: 10px;
    float: none;
}

/*----------------------------------------------------------------------
    top menu
----------------------------------------------------------------------*/
ul.menu { 
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: .7em;
} 
ul.menu li {
    color: #000; 
    float: left;
    display: inline;
    padding: 0;
    margin: 0 auto;
    line-height: 2em;
}
ul.menu li a{
    margin: 0;
    padding: .2em 1em .2em 1em; 
    text-decoration: none; 
}
ul.menu li a img {
    padding: 0; 
    margin: 0;
    padding-top: 0em;
    margin-bottom: -.2em;
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
ul.menu li a.pressed,
ul.menu li a.pressed: hover{
    background: #dbdbdb;
}
/*----------------------------------------------------------------------
    columns
----------------------------------------------------------------------*/
.twocolumns {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}
.twocolumns img{
    margin-top: 0px;
    margin-bottom: 0px;
}
/*----------------------------------------------------------------------
    rubriques
----------------------------------------------------------------------*/
.rubrique{
    margin: 4em 0em 2em 0em;
}
/*----------------------------------------------------------------------
    container
----------------------------------------------------------------------*/
.container-item,
.sub-container-item,
.container-item-phys,
.container-item-maths
{
    width: 100%;
    height: 5em;
    margin: 0 auto;
    margin-top: 1em;
}
.hiddenBlock,
.hiddenBlockMaths
{
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
.CI h2
{
    display: none;
}
.hiddenBlockMaths h1{
    margin: 0 auto;
    margin-top: 1em;
    padding: 0;
    font-size: 180%;
    line-height: 2em;
    text-align: left;
}
.rounded-container-item{
    width: 100%;
    height: 5em;
    margin: 0 auto;
    margin-top: 1em;
    /* CSS3 Rounded Corners */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.description-block{
    width: 100%;
    padding-top: 0px;
}
/*----------------------------------------------------------------------
    publications
----------------------------------------------------------------------*/
.hspace{
    display: none;
    margin-top: 1em;
    width: 1ex;
    height: 55px;
}
.pdf,
.text,
.docx,
.pres,
.swf,
.zip,
.code,
.pycode,
.image,
.son,
.video,
.rien
{
    display: inline-block;
    vertical-align: top;
    margin: 1ex;
    min-width: 60px;
    max-width: 110px;
    padding-top: 55px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
}
/*----------------------------------------------------------------------
    tableaux
----------------------------------------------------------------------*/
.TPI,.wtab{
    width: 100%;
}
.wtab td:nth-of-type(1) {
    margin-left: 0px;
    padding-right: 1em;
}
.TP thead tr{ 
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.TP tr{
    border: 1px solid #ccc;
}
.TP td{/* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 10%; 
    display: block;
}
.TP td:before{ 
    position: absolute;
    top: 26px;
    left: 6px;
    width: 40%; 
    padding-right: 10px; 
    text-align: right;
}
.wtab td .pdf,
.wtab td .swf,
.wtab td .zip,
.wtab td .code,
.wtab td .pycode,
.wtab td .video,
.wtab td .rien,
.TP td .pdf,
.TP td .swf,
.TP td .zip,
.TP td .code,
.TP td .pycode,
.TP td .video,
.TP td .rien
{
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    float: none;
}
.TPI td .pdf,
.TPI td .swf,
.TPI td .zip,
.TPI td .code,
.TPI td .pycode,
.TPI td .video,
.TPI td .rien
{
    width: 52px;
    margin: 0;
    float: none;
}
.TP td:nth-of-type(5) .pdf ,
.TP td:nth-of-type(5) .swf,
.TP td:nth-of-type(5) .zip,
.TP td:nth-of-type(5) .code,
.TP td:nth-of-type(5) .video,
.TP td:nth-of-type(5) .rien
{
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.TP td:nth-of-type(1) {
    background-color: #dadada;
    padding-left: 0%; 
}
/* Label the data */
.TP td:nth-of-type(2):before {content: "Sujet";}
.TP td:nth-of-type(3):before {content: "Dossier ressources"; }
.TP td:nth-of-type(4):before {content: "Modèle SysML"; }
.TP td:nth-of-type(5):before {content: "Compléments"; }
.TPI td:nth-of-type(3){min-height: 50px;}
/*----------------------------------------------------------------------
    eof
----------------------------------------------------------------------*/
