
#formulaire_contact{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    border-radius: 6px;
    padding-top: 1px;
    padding-bottom: 60px;
    min-height:auto;
    opacity:0.9;
    color:#f7f7f7;
}

.group{
    max-width: 100%;
    height: auto;
    text-align: left;
    margin-top:20px;
    padding-top: 10px;
    padding-left: 10%;
    padding-right:10%;
}

.group1{
    max-width: 100%;
    height: auto;
    text-align: left;
    margin-top:20px;
    padding-top: 10px;
    padding-left: 10%;
    padding-right:10%;
}

.group2{
    display: none;
}

.group input{
    padding-left: 10px;
    border-radius: 6px;
    border-style: none;
    font-size: 16px;
    color: #4b4b4b;
    background:#f5f5f7;
}

#dropdown2{
    padding-left: 10px;
    font-size: 16px;
    color: #4b4b4b;
    height: 37px;
    width: 620px;
    background:#f5f5f7;
    border-radius: 6px;
    border-style: none;
}

label .input-radio {
   margin-bottom: 3px;
   margin-right: 7px;
}

.form{
    max-width: 100%;
    width: 620px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
}

label{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.input-textarea{
    font-size: 16px;
    min-height: 150px;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    resize: vertical;
    border-radius: 6px;
    border-style: none;
    background:#f5f5f7;
    color: #4b4b4b;
}

.input-textarea:focus {
    outline: none !important;
    border:2px solid #806aa0!important;
    /* box-shadow: 0 0 10px #719ECE; */
}

input:focus {
    outline: none !important;
    border:2px solid #806aa0!important;
    /* box-shadow: 0 0 10px #719ECE; */
}

#comments {
    padding-top: 9px;
}
  
.submit-button {
    display: block;
    align-self: center;
    background: rgb(20, 175, 20);
    max-width: 100%;
    border-style: none;
    font-size: 16px;
    color: #f5f5f7;
    height: 50px;
    width:100%;
    border-radius: 6px;
}

.no-valid{
    color: rgb(255, 3, 3) !important;
    border: red solid 2px !important; 
    animation : shakeonce 0.1s;
    animation-iteration-count: 4;
}

.valid{
    border: rgb(27, 176, 50) solid 2px !important;
}

@keyframes shakeonce{
    0%{transform: translateX(-5px);}
    100%{transform: translateX(5px);}
}

.dserror{
    color: red;
    font-style: italic;
    font-size: 15px;
    justify-content: center;
}

.btnalert{
    display: inline-block;
    padding: 0.5rem 0.5rem;
    background-color: #a21d1d;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: border 100ms, background 750ms;
    font-size: clamp(0.8rem, 0.9vw, 0.8rem);
    margin-top:15%; 
    max-width:50%;
    color:#c9c9c9;
}

.btnalert:hover {
    background-color:#a21d1d;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    color: var(--white);
}

