/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 nov. 2021, 13:59:52
    Author     : USER-IT
*/
body{
    text-align: -webkit-center;
}
html, body {
    min-height: 100%;
}
body, div, form, input, select, textarea, p, label { 
    padding: 0;
    margin: 0;
    outline: none;
    font-family: HelveticaNeueLTStd,arial,sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 22px;
}
h1 {
    margin: 0;
    font-size: 28px;
    color: #222;
    z-index: 2;
    line-height: normal;
    padding: 1% 8%;
}

h2 {
    text-align: right;
}
.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    padding: 20px;
    text-align: left;
    max-width: 900px;
}
form {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 20px 0 #c9c9c9; 
}
.banner {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;

}

.bloc-logo{
    width:100%;
}

.bloc-titre{
}

input, textarea, select {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input {
    width: calc(100% - 10px);
    padding: 5px;
}
select {
    width: 100%;
    padding: 7px 0;
    background: transparent;
}
textarea {
    width: calc(100% - 12px);
    padding: 5px;
}
.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color: #333;
}
.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 6px 0 #333;
    color: #333;
}
.item {
    position: relative;
    margin: 10px 0;
}

.item i {
    right: 1%;
    top: 30px;
    z-index: 1;
}
[type="date"]::-webkit-calendar-picker-indicator {
    right: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
input[type="time"]::-webkit-inner-spin-button {
    margin: 2px 22px 0 0;
}
input[type=radio]{
    display: none;
}

label.radio {
    position: relative;
    display: inline-block;
    margin: 5px 20px 10px 0;
    cursor: pointer;
}
.question span {
    margin-left: 30px;
}
label.radio:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #ccc;
}


input[type=radio]:checked + label.radio:before {
    border: 2px solid #444;
    background: #444;
}
label.radio:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 7px;
    height: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    opacity: 0;
}
input[type=radio]:checked + label:after {
    opacity: 1;
}
.btn-block {
    margin-top: 10px;
    text-align: center;
}
input[type=button] {
    width: 150px;
    padding: 10px;
    border: none;
    border-radius: 5px; 
    background: #444;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
input[type=button]:hover {
    background: #666;
}


.question {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;

}

.question .question-answer select{
    width: 80px;
    text-align-last: center;
    font-size: 16px;
}

.question-answer div{
    margin : 5px 0;
    padding : 5px 0;
}

.submit-rdv{
    transition: all .3s ease;
    color : #fff;
    background-color: #222;
    padding: 1.125rem 3.4375rem;
    border: 0.0625rem solid #222;
    font-weight: 600;
    font-size: 0.8rem;
}

.submit-rdv:hover{
    transition: all .3s ease;
    color : #222;
    background-color: #fff;
}

.horaires{
    padding: 20px 10px;
}
.pers2{
    display: none;
}
.personnes{
    margin-left: 10px;
}
@media (max-width: 550px) { 
    .personnes{
        display: none;
    }
    .horaires{
        padding: 20px 0;
    }
    .pers2{
        display: inline;
        margin-left: 2px;
    }
    label.radio {
        margin: 5px 5px 10px 0;
    }
}
#err-validation{
    background:#ff8181; 
    display: none;
}
#err-validation p, #err-email p, #err-nb-connect p{
    color: #fff;
}
#err-email, #err-nb-connect{
    text-align: center;
    background:#ff8181; 
}
