.text-page,
.text-page ul li {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-family: "Merriweather";
	color: #7a7a7a;
	font-size: 14px;
}
.text-gras {
	font-weight: 700;
}
.list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.form label {
	margin-bottom: 0px;
}
.form input[type="radio"] {
	display: inline-block;
	background: #e9eef2;
	color: #555;
	clear: none;
	cursor: pointer;
	line-height: 0;
	height: 1.2em;
	margin: -3px 4px 0 0;
	outline: 0;
	padding: 0;
	border-radius: 0.2em;
	text-align: center;
	vertical-align: middle;
	width: 1.4em;
	min-width: 1.4em;
}
.form label span.list-item-label {
	font-family: inherit;
	font-weight: normal;
}
.red {
	color: red;
}
.text,
option {
	font-size: 14px;
	width: 100%;
	font-family: "Martel Sans";
	font-weight: 500;
	border-color: #dddddd;
	height: 45px;
	border-radius: 0;
	margin-bottom: 5px;
}
.formulaire {
	width: 50%;
	margin: 0 auto;
}
.message {
	height: 280px !important;
}
input:not([type="submit"]),
select,
textarea {
	padding: 0.75em;
}
.submit {
	background-color: #997944;
	color: white;
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	font-family: "Martel Sans";
	font-weight: 500;
}
.title-contact {
	font-family: "Simonetta";
	font-weight: 900;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
}
.texte-gras {
	font-weight: 700;
}
.f-18 {
	font-size: 18px;
}
.text-page a {
	font-size: 14px;
}
.text-formulaire {
	width: 600px;
	text-align: justify;
}

.modal-content {
	min-height: 300px;
    bottom: 30px;
}

.formulaire .checkbox-col{padding: 5px 0px 0px 0px; width: 30px;}
.formulaire .submit {width: 100%;}
.formulaire .required{position: relative;}
.formulaire .required::after{content: '*';position: absolute;top: 0px;left: calc(100% - 15px);color: #f00}
.bureaux .col-colored {background-color: #997944;min-width: 280px;min-height: 220px;}
.bureaux a {text-decoration: underline !important;}
.bureaux * {color: #ffffff;}
.bureaux .fixed{width: 280px;margin: 10px;}

@media screen and (max-width: 990px) {
	.formulaire {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {

	footer.pt-5 {
		padding-top: 0 !important;
	}

	.container.container-links {
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.title-aranui.text-color-white.text-center.mb-5.rmt-3 {
		margin-top: 0 !important;
	}

    /* .formulaire {
		padding-left: 0px;
		margin-left: 0%;
	} */
}

.contact-border-input {
   	background-color: #f4f0ea;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #997944;
}
.contact-border-select {
   	background-color: #f4f0ea;
	border: 2px solid #997944;
}
.contact-border-checkbox{
   	background-color: #f4f0ea;
	border: 2px solid #997944;
	margin-top: .45em;
	padding: 0.45em !important;	
}