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

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

/* Form */

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

.form-holder {
    border: none;
    background-color: rgba(234, 236, 240, 0.5);
    border-radius: 16px;
    color: #000029;
    padding: 0px 20px;
}

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

.form-header {

    padding: 40px 15px 0px 15px;
    color:#000029;
    font-weight:400;
    font-size:20px;
    line-height:1.6em;
}

.form-header h3{
    margin-top: 0px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
        font-size: 2.5rem;
}

.form-header font {
    color:#667085;
    font-size:16px;
}

 a {
    color:#3d67ff!important;
    text-decoration: none!important;
}

.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: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #667085
}

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

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

.form-control {
    padding: 17px 24px;
    margin-bottom: 10px;
    color: #000029;
    background-color: #ffffff;
    border: 1px solid #c0c4cc;
    border-radius: 5px;
    height: auto;
}

.form-control:focus {
    border-color: #000029;
    border-width: 1.5px;
    color: #000029;
    -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 {
    font-size: 17px;
    background-color:#3d67ff;
    border: none;
    color: #000029;
    font-weight: 700;
    padding:18px;
    border-radius: 50px;
    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;
}

.sub:hover {

   background-color:#4F75FF;
    transform: translateY(-3px);
    color: #000029;

}

.sub-form {
    background-color:#000029;
    color: #fff;
    padding: 18px 40px;
}

.sub-form:hover {
   transform: translateY(-3px);
     background-color:#000029;
    color: #fff;
}


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

