
.form-footer {
    background-color: #403f4c;
    padding: 20px 0px;
    color:#ffffff;
    font-size:15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.form-footer font{
    margin: 0px 15px;
}

.far,.ri-arrow-up-circle-line{
    font-size:27px;
    	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-13px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-13px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-13px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-13px);}
	60% {transform: translateY(-15px);}
}

.form-holder {
    border: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
    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;
        cursor: pointer;
    box-shadow: 0 0 0 0 rgba(60, 184, 187, .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)
}

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

.form-header {
    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:20px 0px;
    background-image: linear-gradient(to right, #04A6BD, #04B398);
    color: #ffffff;
    font-size: 22px;
}

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


.form-holder: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
}

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

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

.form-control {
    height: 49px;
    margin-bottom: 10px;
    color: #403f4c;
    background-color: #ffffff;
    border: 1px solid #403f4c;
    border-radius: 50px;
}

.form-control:focus {
    border-color: #403f4c;
    background-color: #fbfbfb;
    border-width: 2px;
    color: #222222;
    -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:16px;
    width: 270px;
    background-image: linear-gradient(to right, #04A6BD, #04B398);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.2);
    border: none;
    color: #fff;
    font-weight:400;
    padding:14px 20px;
    background-size: 300% 100%;
    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-position: 100% 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;
}


.sub:focus,
.sub:hover {
    color: #fff;
    border: none
}



.mention-form,
.mention-form:hover,
.mention-form:focus,
.mention-form:visited
{
    color:#1860de;
    text-decoration:none;
}



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

.sub:focus {
    background-color: #888;
    outline-width: 0!important
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: inline;
  width: 20px;
  height: 20px;
  border: 2px solid #00c9b7;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="date"]::before{
   content: attr(placeholder)"Né(e) le :";
   white-space: pre;
}
input[type="date"]:focus::before {
   content:""!important;
}
.lu {
    font-size:13px;
}
