.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.page-contact + footer{
    margin-top: 100px;
}
.contact__rejoindre{
    display: flex;
    margin-top: -10px;
}
.contact__rejoindre .btn-main{
    margin: 10px 20px 10px 0px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit{
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.wpcf7-form-control.wpcf7-textarea{
	height: 110px;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
    resize: none;
	margin-top: 0;
}

.wpcf7-form label,p{
	margin-top: 0;
	margin-bottom: 0;
}

.wpcf7-form input[placeholder], textarea[placeholder]{
	font-style: italic;
}

.infos__contact-footer .wpcf7-form-control-wrap{
	width: 48%;
}
.wpcf7-form-control.has-spinner.wpcf7-submit{
	background-color: none;
	color:#58c5f0;
	border-radius: 100px !important;
	text-transform: uppercase;
	font-weight: bold;
	border-color: #58c5f0;
	float: right;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color: white;
    color: #1e5f88;
}
.infos__contact-footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contact__map img{
    max-width: 400px;
    height: auto;
	width: auto;
}
@media (min-width: 960px) {
    .contact{
        flex-direction: row;
		align-items: flex-start;
		padding: 0 5%;
		gap: 4rem;
	}
}
@media (max-width: 960px) {
    .infos__contact-footer{
        flex-direction: column;
		justify-content: space-around;
    }
	.infos__contact-footer .wpcf7-form-control-wrap{
		width: 100%;
	}
	.wpcf7-form-control.has-spinner.wpcf7-submit{
		float: unset;
	}
	.contact__map img{
		width: 100%;
	}
}


.contact__infos strong{
    color: black;
}