﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: black;
    padding-bottom:50px;
}

input[type=checkbox] {
    background-color: white;
    cursor: pointer;
}

input[type=button] {
    background-color: #0000c2;
    cursor: pointer;
    color:white;
    padding:12px;
    border:none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;

}


label {
    cursor: pointer;
}

#imgEncartReal {
cursor:zoom-in
}

#imgEncart100 {
cursor:zoom-out
}


#btnValid {
    cursor: pointer;
    width: 300px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 10px;
    color:white;
    background-color: #1AB281;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

#btnModif {
    cursor: pointer;
    width: 300px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    color:white;
    background-color: #ff8a00;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

#valid .maxwidth, #modif .maxwidth {
    max-width:1000px;
}

#valid .title, #modif .title {

    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    margin-bottom: 0px;
    background-color: #383838;
    color: white;
    font-size: 16px;
    line-height: 20px;
}

#valid .content, #modif .content {

    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    margin-top: 0px;
    background-color: #dcdcdc;
}

.btnClose {
    cursor: pointer;
    float: right;
    color: red;
    font-weight: bold;
}

#checkboxAccept {
    border-radius: 5px;
    padding: 9px;

    background-color: #fff;
    
    font-size: 16px;
    line-height: 20px;
}

#msgAnnonceur {
    width:95%;
    height:300px;
}