/********** FORM CSS **********/




#formulaire {width:100%; 
}
#formulaire_affilier dd{width:90%;margin-top:-13px;}
#formulaire input{width:90%;border:1px solid #cccccc;}
#formulaire input[type=radio]{border:0px solid #cccccc;width:40px;}
#formulaire input[type=Checkbox]{border:0px solid #cccccc;width:40px;}
#formulaire select{width:90%;border:1px solid #cccccc;}
#formulaire textarea{width:90%;border:1px solid #cccccc;}
#formulaire required{font-weight:bold;}
.description{font-weight:bold;color: red;}
#formulaire li{font-weight:bold;color: red;}

#formulaire fieldset {background-color:var(--light);border: 5px groove var(--primary);margin-bottom:40px;padding: 15px;}

#formulaire bouttonLogin dd {
    width: 90%;
    border: 1px solid #fd0017;
    color: aqua;
    background-color: black;
}


#formulaire legend  {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color:var(--primary);
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 2px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	width: 95%;
	text-transform : uppercase;
}


#contact .contact-info-wrapper {
    margin-top: -60px;
}

#contact .contact-info-wrapper .contact-item-wrapper i {
    width: 64px;
    height: 64px;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

#contact .map {
    position: relative;
}

#contact .contact-info {
    padding: 30px 0;
    color: #fff;
    background: #666;
}

#contact .contact-form-wrapper {
    background: url(../img/backgrounds/contact-form-bg.jpg);
    background-size: cover;
}

#contact .form-control {
    margin-bottom: 45px;
    color: #fff;
    background: 0 0;
}

.form-control:focus {
    box-shadow: none;
}

#contact2 .contact-info-wrapper {
    margin-top: -10px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper {
    padding: 15px 30px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper i {
    float: left;
    padding: 8px 15px;
    font-size: 24px;
    color: #fff;
}

#contact2 .contact-info-wrapper .contact-item-wrapper h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

#contact2 .form-control {
    margin-bottom: 30px;
}

#subscription .subscription-form .form-control {
    height: 60px;
    font-size: 24px;
    color: #999;
}

#subscription .subscription-form .btn {
    padding: 18px;
}

#google-map-shortcode {
    height: 400px;
    padding: 0;
}

#google-map-contact {
    height: 300px;
    padding: 0;
}

#google-map-contact2 {
    height: 200px;
    padding: 0;
}

.error-section h1 {
    font-size: 10rem;
    color: #ff2a40;
}

.error-section h4 {
    text-transform: capitalize;
}

.contact-title-text h2 {
    font-size: 40px;
}

.contact-title-text p {
    margin-top: 15px;
    font-size: 18px;
}

.contact-widget {
    margin-bottom: 30px;
}

.contact-widget h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

.contact-widget address {
    line-height: 45px;
}

.contact-widget.office-location span {
    font-weight: 500;
}

#contactForm .form-group {
    margin-bottom: 19px;
}

#contactForm .form-group .contact-control {
    height: 50px;
    border-radius: 0;
    background: #f8fafd;
}

#contactForm .form-group .form-control {
    border-radius: 0;
    font-size: 14px;
    background: var(--light)
}

ul.contact-info2 {
    margin-top: 20px;
    padding: 0;
    list-style: outside none none;
}

ul.contact-info2 i.fa {
    margin-right: 10px;
}

.form-group .help-block {
    font-weight: 700;
	color: red;
	padding-bottom: 15px;
}