.h1-static-page {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #00365f;
	font-weight: 800;
}

.h1-static-page > span {
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 40px;
	color: #82abce;
	font-weight: 300;
}

.h2-static-page {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 4px;
	color: #00365f;
	text-align: left;
	font-weight: 900;
	margin-top: 50px;
}

.h3-static-page {
	font-size: 20px !important;
	line-height: 20px;
	margin-bottom: 5px;
	color: #82abce;
	text-align: left;
}

.h3-static-page-small {
	font-size: 18px !important;
	line-height: 20px;
	margin-bottom: 5px;
	color: #82abce;
	text-align: left;
}

.static-list > li {
	margin-left: 20px;
}

ul.static-list > li::before {
	content: "\2022";
	color: #ee7633;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

ol.static-list {
	list-style: none;
}

ol.static-list > li {
	counter-increment: li;
	padding: 5px;
}

ol.static-list > li::before {
	content: counter(li) ".";
	color: #ee7633;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	width: 1.2em;
	margin-left: -1em;
}

.testimonial {
	padding: 5px 20px 50px 20px;
	margin-bottom: 20px;
}

.testimonial:nth-child(odd) {
	background-color: rgba(188, 220, 245, 0.25);
}

.testimonial:nth-child(even) {
	background-color: #f5f5f5;
}

.logosportals {
	float: left;
	padding: 3px;
}

.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-direction {
	width: calc(80% - 10px);
	margin: 5px auto;
	padding: 25px;
	border: 1px solid #f5f5f5;
}

.block-service {
	width: calc(80% - 10px);
	margin: 5px auto;
	padding: 25px;
	border: 1px solid #f5f5f5;
}

@media screen and (min-width: 768px) {
	.block-direction {
		width: calc(50% - 10px);
	}

	.block-service {
		width: calc(50% - 10px);
		margin: 5px;
	}
}

.left {
	width: 100%;
}

.right {
	width: 100%;
}

.agency {
	width: calc(100% - 10px);
	padding: 0 15px;
	margin: 5px;
	height: 330px;
	background-color: rgba(188, 220, 245, 0.25);
}

.agency .h2-static-page {
	margin-top: 10px;
}

.right .h2-static-page {
	margin-top: 10px;
}

@media screen and (max-width: 765px) {
	.left > img {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.block-service {
		width: calc(33% - 10px);
		margin: 5px;
	}

	.left {
		width: 50%;
	}

	.right {
		width: 50%;
	}

	.agency {
		width: calc(33% - 10px);
		padding: 0 15px;
		margin: 5px;
		height: 330px;
		background-color: rgba(188, 220, 245, 0.25);
	}

	.right .h2-static-page {
		margin-top: 0;
	}
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.agencies {
	display: flex;
	flex-wrap: wrap;
}

.head-office {
	display: flex;
	flex-wrap: wrap;
}

.blockTV {
	position: relative;
	text-align: left;
	font-size: 150%;
	border-bottom: thin solid #f1f2f4;
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	height: auto;
	width: 100%;
}

.blockTV img {
	border: thin solid #ccc;
	margin: 0 10px;
	padding: 10px;
	float: right;
	width: 80px;
}

.blockpress {
	position: relative;
	text-align: center;
	font-size: 15px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	padding: 5px 30px 5px 20px;
	min-height: 220px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.blockpress {
		width: 33%;
	}
}

.blockpress img {
	margin: 30px 5px 15px 5px;
	max-height: 40px;
	max-width: 80%;
}

.autrebox {
	padding: 10px;
	border: 1px solid #afdcfa;
}

.buisnesses {
	display: flex;
	flex-wrap: wrap;
}

.business {
	border-right: 20px solid #ffffff;
	padding: 20px;
	margin-top: 20px;
	width: 50%;
	background-color: rgba(188, 220, 245, 0.25);
	display: flex;
}

.business .left {
	width: 25%;
	height: 50px;
}

.business .right {
	width: 75%;
	padding-left: 20px;
}

.business .h2-static-page {
	margin-top: 10px;
}

.rouge {
	color: #c75f3c;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
}

.entity {
	background-color: #bcecf6;
	padding: 20px;
}

.autrebox h3 {
	color: #71a3c8;
}

.themat img {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.themat {
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 576px) {
	.themat {
		width: 20%;
	}
}

.theme {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info {
	background-color: rgba(188, 220, 245, 0.5);
	padding: 10px;
	margin-top: 10px;
}

.info-gray {
	background-color: #f5f5f5;
	padding: 10px;
	margin-top: 10px;
}

.info-gray .h2-static-page {
	margin-top: 5px;
}

.info .h2-static-page {
	margin-top: 5px;
}

.text-center {
	text-align: center;
}

.d-block {
	display: block;
}

.portail {
	background-color: rgba(188, 220, 245, 0.25);
	padding: 20px;
	margin: 10px;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.service .service-item.dream-home {
	flex-direction: column;
	text-align: left;
}

@media screen and (min-width: 1202px) {
	.service .service-item.funding {
		justify-content: flex-start;
	}
}

.service .service-item.dream-home .service-title {
	color: #00365f;
	margin-bottom: 10px;
}

@media screen and (min-width: 1202px) {
	.service .service-item.dream-home .service-title {
		margin-bottom: 24px;
	}
}

.service .service-item.dream-home .service-text {
	font-weight: 300;
	font-size: 25px;
	line-height: 25px;
	color: #82abce;
}

.service .service-item.dream-home h3 {
	font-weight: 900;
	font-size: 25px;
	line-height: 25px;
	color: #00365f;
	margin-bottom: 10px;
}

.dream-link {
	width: 100%;
	font-weight: 900;
	font-size: 15px;
	line-height: 15px;
	padding: 10px 0;
}

.guide-vendeur {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}

.magazine {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}

.guide-res-sec {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}

.dream-link-sec {
	width: 100%;
	font-weight: 900;
	font-size: 15px;
	line-height: 15px;
	padding: 10px 0;
}

@media screen and (min-width: 768px) {
	.dream-link {
		font-size: 15px;
		line-height: 25px;
		padding: 39px 0;
	}

	.guide-vendeur {
		padding: 24px 0;
	}

	.res-sec-shim {
		padding: 15px 0;
	}
}

@media screen and (min-width: 992px) {
	.dream-link {
		padding: 30px 0;
	}

	.res-sec-shim {
		padding: 7px 6px;
	}

	.magazine {
		padding: 15px 0;
	}

	.guide-vendeur {
		padding: 25px 0;
	}

	.service .service-item.dream-home .service-text {
		font-size: 35px;
		line-height: 35px;
	}

	.guide-vendeur-sec {
		padding: 16px 0;
	}

	.dream-link-sec {
		padding: 21px 0;
	}
}

@media screen and (min-width: 1202px) {
	.guide-vendeur {
		padding: inherit;
	}

	.dream-link {
		padding: 20px 0;
	}

	.guide-vendeur-sec {
		padding: 20px 0;
	}

	.dream-link-sec {
		padding: 25px 0;
	}

	.res-sec-shim {
		padding: 11px 0;
	}
}

.blue.inverted {
	color: white;
	background-color: #82abce;
}

.blue.inverted:hover {
	color: #82abce;
	background-color: white;
}

.bold {
	font-weight: 900;
}

.service-static {
	margin-top: 50px;
	background-color: #f5f5f5;
	padding: 10px;
}

.h4-error,
.h4-error-form {
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: none;
}

.h1-partenaire {
	font-size: 39px;
	line-height: 50px;
	text-align: center;
	color: #ee7633;
	font-weight: 800;
	margin-bottom: 20px;
}

.h1-partenaire > span {
	display: block;
	font-size: 41px;
	line-height: 44px;
	color: #00365f;
	font-weight: 300;
}

.h2-partenaire {
	font-size: 25px;
	line-height: 25px;
	color: #00365f;
	text-align: center;
	font-weight: 900;
	margin-top: 50px;
}

.h2-partenaire > span {
	display: block;
	font-size: 34px;
	line-height: 40px;
	color: #82abce;
	font-weight: 300;
}

.partenaires {
	margin-top: 20px;
}

.partenaire-item {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

.partenaire-visual {
	margin: auto;
}

.partenaire-item-content {
	z-index: 2;
	position: relative;
}

.partenaire-title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 15px;
	text-align: center;
	letter-spacing: -0.015em;
	font-variant: small-caps;
	color: #00365f;
	margin-top: 5px;
	min-height: 35px;
}

.partenaire-subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.015em;
	color: #82abce;
}

.partenaire-link,
.partenaire-link:hover {
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	color: #ee7633;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.partenaire-image {
		min-height: 70px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-bottom: 10px;
	}
	.partenaire-image > img {
		position: absolute;
		max-width: 90%;
	}
}

.promote-text {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.tracfin {
	padding: 18px;
	background-color: #d9d9d9;
	position: relative;
}

.tracfin-title {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 4px;
	color: #00365f;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.cil-img {
	width: 80%;
	max-width: 200px;
	float: left;
}

.tracfin p:first-of-type {
	margin-bottom: 20px;
}

.tracfin ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}

.tracfin ul li:first-child {
	font-weight: 700;
	color: #ee7633;
	margin-bottom: 10px;
}

.tracfin-img {
	display: none;
}

.tracfin-page .h2-static-page {
	margin-top: 20px;
}

.tracfin-page h3 {
	color: #82abce;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

.tracfin-client ul {
	list-style: disc;
	padding-left: 1.5em;
	margin-bottom: 20px;
}

.tracfin-client ul li {
	display: list-item;
}

.tracfin-client ul li::marker {
	color: #ee7633;
	vertical-align: middle;
}

.box-orange {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.box-orange p {
	color: #c75f3c;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}

.box-orange a {
	text-decoration: underline;
	color: #c75f3c;
}

.box-orange .orange-arrow {
	float: left;
	padding-right: 10px;
}

@media screen and (min-width: 768px) {
	.tracfin-img {
		position: absolute;
		bottom: 28px;
		right: 50px;
		width: 150px;
		display: block;
	}

	.box-orange {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}
}
