﻿body {

    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;

    font-size: 22px;

    background-color: #efefef;

    margin: 0px;

}

.nouveaute-badge {
    display: none;
    float: right;
    margin-top:10px;
    margin-right: -15px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1000;
    font-weight:bold;
    font-size: 13px;
    border:2px solid firebrick;
    transform: rotate(-10deg);
    cursor:pointer;
}

.contenu {

    margin-top: 35px;

    border: 1px solid black;

    padding: 20px;

    margin-left: auto;

    margin-right: auto;

    width: 100%;

    max-width: 1000px;

    background-color: white;

}



.langue {

    position: absolute;

    top: 5px;

    width: calc(100% - 20px);

    cursor: default;

    max-width: 980px;

}



.langueimg {

    float: right;

    margin-left: 10px;

    margin-right: 10px;

    cursor: pointer;

}



.titre {

    position:relative;

    font-size: 24px;

    font-weight: bold;

    width: 100%;

    line-height:32px;

}



.rouge {

    background-color: firebrick;

    font-size: 26px;

    padding: 5px;

    color: white;

}



.violet {

    background-color: #96B7DE;

    font-size: 22px;

    padding: 5px;

    color: Black;

}



.description {

    margin-left: auto;

    margin-right: auto;

    width: 100%;

}



.formulaire {

    font-size: 20px;

    width:100%;

}



.champ {

    margin-top:20px;

    padding: 10px;

    width:calc(100% - 20px);

    font-size:20px;

}



.sstitre {

    margin-top:5px;

    font-size: 18px;

    margin-bottom:20px;

    padding-left:5px;

}



.bouton {

    font-size: 20px;

    font-weight: bold;

    padding: 10px;

    background-color: firebrick;

    color: white;

    border-radius: 5px;

    border: 2px solid firebrick;

    cursor:pointer;

}



.dose {

    position: relative;

    width: calc(100% - 20px);

    padding: 10px;

    background-color: #EFEFEF;

    border-bottom: 1px solid Black;

    cursor: pointer;

}

.dosetitre {

    font-weight: bold;

}

.dosefleche {

    position: absolute;

    right: 10px;

    top: 10px;

    width: 32px;

    text-align: right;

    font-weight: bold;

}

.dosecontenu {

    position:relative;

    overflow:auto;

    display: none;

    padding: 20px;

    border-left: 1px dotted black;

    border-right: 1px dotted black;

    border-bottom: 1px dotted black;

    background-color: white;

}

.zonederoulante {

    font-size: 20px;

    padding: 5px;

}

.capsule {

    position:relative;

    float:left;

    margin-right:10px;

}

.message {

    padding: 5px 20px 13px 20px;

    border-radius: 8px;

    border: #555555 2px solid;

    color: #CC8989;

    background: #fff;

    background: -moz-linear-gradient(#fff, #eee);

    background: -webkit-linear-gradient(#fff, #eee);

    background: -o-linear-gradient(#fff, #eee);

    box-shadow: 2px 2px 5px #777777;

    top:30%;

    left:calc(50% - 160px);

    position: fixed;

    z-index: 1000;

    width: 280px;    

}

@media screen and (max-width: 900px) {

    .contenu {

        border-left: 0px;

        border-right: 0px;

        padding: 20px;

        margin-left: auto;

        margin-right: auto;

        width: calc(100% - 40px);

        background-color: white;

    }

}

