Subversion Repositories Applications.reseau

Rev

Rev 36 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#haut {
        height: 100px;
}

.tranche {
        padding-top: 32px;
        padding-bottom: 32px;
        min-height: 250px;
}
.tranche:nth-child(even) {
        background-color: #E7E9D3;
}
.tranche:nth-child(odd) {
        background-color: #f8f8f8;
}
.tranche.majeure {
        background-color: #f0f0f1;
        height: 400px;
}

.mie {
        margin: auto;
        width: 650px;
}
.tranche:nth-child(even) .mie { 
        text-align : right;
}
.tranche:nth-child(odd) .mie { 
        text-align : left;
}
.tranche.majeure .mie {
        width: 750px;
}

.dessin {
        width: 180px;
        height : 180px;
}
.dessin img {
        width: 180px;
        height : 180px;
}
.tranche:nth-child(even) .dessin {
        float: left;
        margin-left: 32px;
}
.tranche:nth-child(odd) .dessin {
        float: right;
        margin-right: 32px;
}
.tranche.majeure .dessin {
        margin-left: 0;
        float: none;
        height: auto;
}
.tranche.majeure .dessin img {
        width: auto;
        height: auto;
}

/*c3d45d
918a6f*/

.laius {
        color: #252525;
        font-family: sans-serif;
        font-size: 18px;
        width : 400px;
        display: inline-block;
        text-align: left;
}
.tranche.majeure .laius {
        font-size: 16px;
        width: 310px;
        padding-top: 80px;
        color: #505050;
        float: right;
}

.laius label {
        font-family: Trebuchet MS, Helvetica;
        font-size: 32px;
        color: #918a6f;
}

.nombre {
        display: inline-block;
        font-weight: bold;
        color: #8d9a43;
}
.nombre.fixe {
        text-align: right;
        width: 90px;
}

.pied {
        height: 240px;
        background-color: #ffffff;
        text-align:center;
        padding-top: 45px;
        border-top: 2px solid #e7e9d3;
}

.slogan {
        font-family: Trebuchet MS, sans-serif;
        font-size: 32px;
        color: #918a6f;
        margin-top: 10px;
        text-align: left;
        padding-left: 13px;
}

#logo-bas {
        margin-top: 25px;
}

#cc-by-sa {
        margin-right: 50px;
}

/* pour mobiles haute résolution */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {

        .laius {
                font-size: 24px;
        }
        .tranche.majeure .laius {
                font-size: 24px;
                width: 400px;
        }
        .nombre.fixe {
                width: 140px;
        }
        .pied {
                font-size: 20px;
        }
}