
/* Form */
button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.error{
    border: 2px solid red!important;
}

.success-form {
    display: none;
    font-size: large;
}

.f-pd-t {
    padding-top: 2%;
}

input[type="date"] :: after{
    color: #111;
    content: attr(placeholder);
 } 

input[type="date"]
{
    display:block;
  
    /* Solution 1 */
     -webkit-appearance: textfield;
    -moz-appearance: textfield; 
  
    /* Solution 2 */
    min-width: 96%;
}

.form-holder *{font-family: 'Barlow', sans-serif;}

.form-holder {
    background-color: #fff;
    border: 2px solid #b2dded;
    border-radius: 2.5rem;
    padding: 2.9rem 3.1rem;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 1.4s;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    color: #202020;
}

.form-body {
    padding: 30px 15px 30px 15px;
}

.form-header {
   border-radius: 2.5rem;
    padding:25px;
    background-color: #111;
    color: #fff;
    font-weight:400;
    font-size:20px;
    line-height:1.6em;
}

.cta-holder .sub {
    margin-top: 15px;
    position: relative;
    clear: both;
}

.formulaire1 {
    background-color: #ffffff;
    padding: 60px 40px 35px 40px;
    border-radius: 0px;
    z-index: 800;
    color: #333334;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(245, 245, 245, .7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1)
}

.formulaire1:hover,
.register-pop:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

.titref {
    color: #acacac;
    text-align: justify;
    line-height: 1.5em!important;
    font: 700 11px Roboto, sans-serif;
    padding: 20px 3% 10px
}

select.custom {
    background-image: url(../img/drop.png);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 90% center;
    -webkit-appearance: none;
    -moz-appearance: none
}

select.custom::-ms-expand {
    display: none
}



::placeholder { /* Firefox, Chrome, Opera */ 
    color: #111111!important; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #111111!important; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #111111!important; 
}

input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    height:60px;
    margin-bottom: 10px;
    padding-left:25px;
    color: #111111;
    background-color: #ffffff;
    border: 2px solid #b2dded;
    border-radius:50px;
    font-size:16px;

}

.form-control:focus {
    border: 2px solid #b2dded;
    background-color: #fbfbfb;
    color: #111111;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.sub {
    background-color:#91b83d;
    border: none;
    color: #fff;
    padding: 15px 30px;
    font-size:17px;
    border-radius:60px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Barlow', sans-serif;
}

.w-100 {
    width: 100%;
}



.sub:focus,
.sub:hover,
.sub:active {
   background-color:#283779;
    border: none;
    outline: none;
    color: #fff;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;


}


.mention-form {
    color:#1860de;
}

.vcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lu {
    font-size: 15px;
    font-weight: normal;
}

.disable-check {
    display: flex;
    padding: 20px 50px 0px 50px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    
}

#disableBtn {
    cursor: pointer;
}