/* 
    Document   : style
    Created on : 7 janv. 2015, 14:31:00
    Author     : Pierre
    Description:
        Purpose of the stylesheet follows.
*/

div#pdv select#zones_select {
    width: 30%;
    margin:0 0 2% 0;
}

div#pdv div.pdv_rs {
    display:none;
    width: 215px;
    min-width: 20%;
    height: auto;
    text-align: center;
    border: 2px solid #D5D5D5;
    float:left;
    padding: 5px 0 0 0;
    margin:0 3% 2% 0;
    border-radius: 4px;
}

div.entry-content div#pdv label {
    font-weight: bold;
}

div#pdv div.afficher {
    display:block;
}

div#pdv div.pdv_rs p{
    font-size: 14px;
    line-height: 14px;
    padding: 5px 0 5px 0;
    margin:5px 0 0 0;
    font-weight: bold;
    border-top:1px solid #D5D5D5;
    text-transform: uppercase;
    background: #d0d5d5;
}

div#pdv div.spacer {
    height: 1px !important;
    clear: both;
}

@media only screen and (max-width: 767px) {
    div#pdv {
        text-align: center;
    }
    
    div#pdv div.pdv_rs {
        width: 40%;
        margin: 0 3% 2% 5%;
    }
    
    div#resultat {
        margin-top: 10px;
    }
}