
.page-contact{
    background-image: url('../../img/fond-contact.jpg');
    background-position: center;
    background-size: cover;
}


.contact {
    position: relative;
    width: 100%;
    padding: 10px 0;

}

.contact h4 {
    font-family: century gothic;
    text-decoration: underline;
    text-transform: uppercase;
    color: #f58b01;
    font-size: 1.4em;
    font-weight: bold;
}

.contact-all {
    background-color: #949492a7;
    border-radius: 3px;
    font-family: century gothic;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-left: 30px;
}


.contact .contact-info {
    width: 100%;
    border-radius: 5px;
}

.contact .contact-info h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact .contact-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.contact .contact-info-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50px;
    border: #000000 solid 1px;
}

.contact .contact-info-icon i {
    margin: 0;
    color: #202C45;
    font-size: 15px;
}

.contact .contact-info-text {
    padding-left: 20px;
}

.contact .contact-info-text h3 {
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact .contact-info-text p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 550;
    line-height: 18px;

}

.contact .contact-form {
    position: relative;
    width: 100%;
    border-radius: 10px;

}

.contact .contact-form input {

    left: 50%;
    right: 50%;
    border: 1px solid #000000ee;
    border-radius: 10px;
    width: 80%;
    height: 41px;
    margin-top: 0px;


}

.contact .contact-form select {
    left: 50%;
    right: 50%;
    border: 1px solid #0392c63e;
    width: 80%;
    height: 50px;
    margin-top: 0px;
}

.contact .contact-form label {
    padding-left: 10px;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #444444 !important;
    display: inline;
}

.contact .contact-form textarea {
    height: 125px;
    padding: 8px 15px;
    border: 1px solid #000000ee;
    border-radius: 10px;

}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}

.contact-form #send {
    background-color: #f58b01;
    width: 150px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.contact-title
{
    font-size: 1.9em !important;
    font-weight: bolder;
    font-family: LEMON MILK;
}

.submit-contact
{
    float:left;
    border-radius: 15px;
    background-color: rgb(2,43,73);
    margin-top: 10px;
    border: none;
}
.submit-contact:hover{
    background-color:#f58b01 !important;
    color: white;
    transition: 0.5s;
}