#contact .firstpart {
    overflow: hidden;
    position: relative
}

@media (min-width: 1000px){
	#banner-footer {
		position: sticky;
		bottom: 0;
		z-index: 1;
	}
}

.page-contact .site-content .banner-footer+.main-footer {
    margin-bottom: 120px
}

#contact {
   /* background-color: #165493;*/
    padding-bottom: 55px
}

#contact h1 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    padding-top: 30px;
    padding-bottom: 10px
}

#contact form {
    padding: 20px 40px;
    margin: 0 auto;
    max-width: 500px;
    min-width: 300px;
    color: #165493;
    font-size: 21px;
}

#contact form img {
    margin: 0 auto
}

#contact form label {
    display: block;
    color: #005392;
}

#contact form input {
    display: block;
    margin-bottom: 12px;
    margin-top: 8px;
    border: 1px solid #9c9c9c;
    padding-left: 5px;
    border-radius: 2px;
    width: calc(100% - 7px);
    height: 30px;
    line-height: 30px;
    background-color: #00539208;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}

#contact form textarea {
    margin-bottom: 12px;
    margin-top: 8px;
    border: 1px solid #9c9c9c;
    padding-left: 5px;
    border-radius: 2px;
    width: calc(100% - 7px);
    height: 130px;
    line-height: 30px;
    background-color: #00539208;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}

#contact form #soumettre {
    color: #fff;
    font-size: 22px;
    height: 40px;
    width: 215px;
    line-height: 30px;
    background-color: #005392;
    border-radius: 4px;
    margin: 0 auto;
    border: none;
    margin-top: 25px;
    cursor: pointer
}

#contact form #soumettre:hover {
    background-color: #1d86c9
}

@media(max-width: 425px){
    #contact form {
        padding: 20px 20px;
    }
}

.success_send {
    width: 250px;
    margin: 0 auto;
    padding: 10px
}

.success_send p {
    display: block;
    background: #c8d12d;
    color: #fff;
    padding: 10px;
    text-align: center
}

.error_send {
    width: 250px;
    margin: 0 auto;
    padding: 10px
}

.error_send ul li {
    display: block;
    background: red;
    color: #fff;
    padding: 10px;
    text-align: center
}