Subversion Repositories eFlore/Applications.cel

Rev

Rev 3164 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@CHARSET "UTF-8";

form {
        font-family: Muli,sans-serif;
        float: none;
        width: 48%;
}
h2 {
        font-family: Muli,sans-serif;
    font-size: 21.5px;
    font-weight: 700;
    line-height: 1.15;
}

label {
    color: #606060;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
    margin-top: 2rem;
    font-weight: 700;
}

h1#widget-titre::before {
    content: "";
    display: block;
    height: 100%;
    left: -5rem;
    position: absolute;
    width: 0.4rem;
    
}

h1#widget-titre {
        font-size: 2.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    color: #232323;
    font-family: Ubuntu,sans-serif;
}

.droite {
    background-color: #f8f5ef;
    color: #232323;
    float: right;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    width: 48%;
}

.clear {
  clear: both;
  height: 0; overflow: hidden; /* Précaution pour IE 7 */
}