#map {
    height: 500px;
    width: 100%;
}

.menu-st {
    margin-bottom: 20px;
    padding: 20px;
}

.box-choice {
    text-align: center;
    border: 1px solid #99e265;
    background: #c8f1a9;
    font-weight: bold;
    font-size: 26px;
    padding: 40px;
    color: #000000 !important;
}

.box-choice:hover {
    background: #99e265;
}

.title {
    margin-top: -10px;
}

.menu li {
    float: right;
    margin-left: 20px;
}

a:hover{
    text-decoration: none !important;
}

li {
    display:inline-block;
    min-width:50px;
}

.pagination {
    margin: 10px 0 !important;
    padding: 0 !important;
    display: block;
}

.footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

textarea {
    width: 100%;
    height: 100px;
}

input {
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
}

li a:after {
    content: '';
    display: block;
    margin: 0 10px 0 15px;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

li a:hover:after {
    width: 90%;
    background: #444;
}

.subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.prise-rdv {
    margin: 20px 0;
}

.ip-value, .ip-title {
    display: inline;
}

.disableDiv {
    display: none;
}

.sectioninfos {
    margin: 20px 0 50px 0;
}

.day1, .day0 {
    text-align: center;
}

.entete  {
    font-weight: bold;
    margin-bottom: 10px;
}

.day0, .day1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#modif-infos, #supp_rendezvous, #deconnection, #supp_rendezvous_disable, #supp_rendezvousdomicile {
    float: right;
    margin-top: 20px;
}

.rendezvous p {
    margin: 20px 0;
}

.blocmain {
    padding: 20px;
}

.pagbtn a {
    padding: 20px;
    border-radius: 10px;
}

.pagbtn {
    margin-top: 8px !important;
}

.error-input-message {
    margin-top: -20px;
}

.planning_ssrdv, .planning_domicile, .planning_teleconsult {
    margin-top: 20px;
    border-radius: 5px;
}

.planning_rdv {
    border-radius: 5px;
}

.next-rdv {
    display: inline;
    font-weight: bold;
}