@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
/*------ template stylization ------*/
body {
	background: #1e1e1e;
}

body.admin {
	background: #1e1e1e;
}

body.admin .container {
	max-width: 1100px;
}

body.admin h2 {
	color: #ffffff;
	text-transform: none;
}

body.admin h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin: 18px 0 12px;
}

body.admin h4 {
	color: #ffffff;
}

body.admin label {
	color: #ffffff;
	font-weight: 700;
}

body.admin .panel-body label {
	color: #2b2b2b;
}

body.admin .panel {
	border: none;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

body.admin .panel-heading {
	background: #e09c16;
	color: #1e1e1e;
	border: none;
}

body.admin .panel-heading .panel-title {
	color: #1e1e1e;
}

body.admin .panel-title {
	font-weight: 700;
}

body.admin .panel-body {
	background: #ffffff;
}

body.admin .btn-warning {
	font-weight: 700;
}

body.admin table.table td,
body.admin table.table th {
	vertical-align: top;
}

body.admin table.table td {
	word-break: break-word;
	overflow-wrap: anywhere;
}

body.admin td.admin-message-cell {
	max-width: 420px; 
}

/*---------------row_s----------------*/
.row_1 {
	padding: 63px 0 91px;
	background: url(../img/linerows.png) center bottom repeat-x;
}
.row_2 {
	padding: 145px 0 116px;
	background: url(../img/linerows.png) center bottom repeat-x;
}
.row_2 h2 {
	padding-top: 12px;
}
.nos-chiffres {
	text-align: center;
}


.nos-chiffres__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}
.nos-chiffres__divider {
	width: 60px;
	height: 2px;
	margin: 12px auto 50px;
	background: #d7bb5c;
}
.nos-chiffres__grid {
	margin-top: 0;
}
.nos-chiffres__card {
	background: #ffffff;
	border-radius: 6px;
	padding: 30px 18px;
	margin-bottom: 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nos-chiffres__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.12);
	border-color: rgba(224, 156, 22, 0.45);
}
.nos-chiffres__icon {
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	color: #e09c16;
	margin-bottom: 12px;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.nos-chiffres__value {
	font-size: 28px;
	font-weight: 700;
	color: #2b2b2b;
	margin-bottom: 8px;
}
.nos-chiffres__label {
	font-size: 13px;
	color: #7a7a7a;
}
.nos-chiffres__icon.material-symbols-outlined {
	font-size: 70px !important;
}
.Contactez-nous {
	background: #1e1e1e;
}
.row_6--contact {
	position: relative;
	overflow: hidden;
}

.row_6--contact::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/bgheader.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.06;
	filter: grayscale(100%);
	pointer-events: none;
	z-index: 0;
}

.row_6--contact > .container {
	position: relative;
	z-index: 1;
}
.contactez-nous {
	text-align: center;
}
.contactez-nous h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}
.contactez-nous h2:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin: 12px auto 50px;
	background: #d7bb5c;
}
.contactez-nous__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}
.contactez-nous__divider {
	width: 60px;
	height: 2px;
	margin: 12px auto 50px;
	background: #d7bb5c;
}
.contactez-nous__card {
	background: #3a3a3a;
	border-radius: 6px;
	padding: 28px 26px;
	margin-bottom: 25px;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}
.contactez-nous__grid > div {
	margin-bottom: 25px;
}

@media (min-width: 992px) {
	.contactez-nous__grid {
		display: flex;
		align-items: stretch;
	}
	.contactez-nous__grid > div {
		display: flex;
		flex-direction: column;
	}
	.contactez-nous__card {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.contactez-nous__form {
		flex: 1 1 auto;
	}
}
.contactez-nous__card-title {
	margin: 0 0 22px 0;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
.contactez-nous__label {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 6px 0;
}
.contactez-nous__input,
.contactez-nous__textarea {
	width: 100%;
	background: #5a5a5a;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 3px;
	padding: 10px 12px;
	color: #ffffff;
	margin-bottom: 14px;
}
.contactez-nous__input::placeholder,
.contactez-nous__textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}
.contactez-nous__textarea {
	resize: vertical;
	min-height: 90px;
}
.contactez-nous__btn {
	display: inline-block;
	background: rgb(224, 156, 22);
	border: none;
	border-radius: 18px;
	padding: 9px 26px;
	font-weight: 700;
	color: #1e1e1e;
}
.contactez-nous__btn:hover {
	background: rgb(196, 136, 17);
}
.contactez-nous__item {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contactez-nous__item:last-child {
	border-bottom: none;
}
.contactez-nous__item-title {
	font-size: 13px;
	font-weight: 700;
	color: #d7bb5c;
	margin-bottom: 8px;
}
.contactez-nous__item-line {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
}
.contactez-nous__icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background: rgba(215, 187, 92, 0.15);
	color: #d7bb5c;
	flex: 0 0 28px;
}

.contactez-nous__coords {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px 26px;
	text-align: left;
}
@media (min-width: 768px) {
	.contactez-nous__coords {
		grid-template-columns: 1fr 1fr;
	}
}
.contactez-nous__coord {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.contactez-nous__coord-icon {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	background: rgba(215, 187, 92, 0.15);
	color: #d7bb5c;
	font-size: 18px;
	flex: 0 0 34px;
}
.contactez-nous__coord-title {
	font-size: 15px;
	font-weight: 700;
	color: #d7bb5c;
	margin: 0 0 6px 0;
}
.contactez-nous__coord-value {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
}

.row_3 {
	padding: 158px 0 128px;
}
.row_3 h2 {
	padding-top: 0;
}
.row_4 {
	padding: 103px 0 130px;
	background: url(../img/linerows.png) center bottom repeat-x;
}
.row_4 h2 {
	padding-top: 12px;
}
.row_5 {
	padding: 126px 0 99px;
}
.row_5 h2 {
	padding-top: 0;
}
.row_6 {
	padding: 103px 0 126px;
	background: url(../img/linerows.png) center bottom repeat-x;
}
.row_6 h2 {
	padding-top: 12px;
}
.row_7 {
	padding: 126px 0 110px;
	background: url(../img/linerows.png) center bottom repeat-x;
}
.row_7 h2 {
	padding-top: 0;
	letter-spacing: -1px;
}
.row_8 {
	padding: 126px 0 75px;
}
.row_8 h2 {
	padding-top: 0;
}
.row_9 {
	padding: 115px 0 75px;
}
.row_9 h2 {
	padding-top: 0;
	padding-bottom: 63px;
}
.row_10 {
	padding: 75px 0 136px;
	background: url(../img/linerows.png) center bottom repeat-x;
}
.row_11 {
	padding: 85px 0 125px;
}
.row_12 {
	padding: 75px 0 106px;
}
.row_13 {
	padding: 49px 0 132px;
}
.row_14 {
	padding: 49px 0 132px;
}
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background: url(../img/totop.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 bottom;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---------------headings links------------------*/
p {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin-bottom: 31px;
}
h2 {
	word-spacing: -2px;
	text-transform: uppercase;
	color: #e09c16;
	font-family: 'PT Sans', sans-serif;
	font-size: 42px;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 40px 0 62px;
}
h3 {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #e09c16;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
/*---------links---------*/
a {
	color: #e09c16;
}
a:hover {
	text-decoration: none;
}
.btn-link1 {
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #e09c16;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link1:hover {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link4 {
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #d7bb5c;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link4:hover {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link4:focus {
	color: #d7bb5c;
	border: none;
	outline: none;
	text-decoration: none;
}
/************* header ***************/
.bgheader {
	overflow: hidden;
	position: relative;
	background: url(../img/bgheader.jpg) center center no-repeat;
	background-size: cover;
	padding: 180px 0 180px;
}
.header2 {
	padding-bottom: 5px;
	background: url(../img/linerows.png) center bottom repeat-x;
}
.header2 .navbar-brand_ {
	float: right;
	right: 0;
	text-align: right;
	margin-top: -14px;
}
.header2 .tm_navbar {
	float: left;
}
.box1 {
	right: 50%;
	margin-right: -1128px;
	top: -100px;
	position: absolute;
	width: 1100px;
	height: 1100px;
	border-left: 12px solid #1e1e1e;
	background: #e09c16;
	-webkit-transform: rotate(26deg);
	-ms-transform: rotate(26deg);
	transform: rotate(26deg);
}
.box2 {
	right: 0;
	top: 0;
	position: absolute;
	width: 25%;
	height: 100%;
	background: #e09c16;
}
/*------------rightside-------------*/
.yellowcontent {
	margin-top: -33px;
	float: right;
	position: relative;
	z-index: 1;
}
/*---------social---------*/
.social {
	text-align: right;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0 93px 12px 0;
}
.social li {
	margin-left: 8px;
	display: inline-block;
}
.social li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.social li a:hover {
	color: #f8e197;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: left;
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
}
.navbar-brand_ img {
	max-width: 100%;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
/*-----------------navbar---------------------*/
.menuheader {
	padding: 27px 0 0;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	padding: 0 13px 0 0;
	position: relative;
	zoom: 1;
	background: none;
}
.tm_navbar .nav li {
	float: left;
	padding: 0 13px;
	position: relative;
	zoom: 1;
}
.tm_navbar .nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #7b7b7b;
	font-family: 'PT Sans', sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	text-shadow: none;
}
.tm_navbar .nav > li > a .sf-sub-indicator {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 4px;
	display: inline-block;
	top: 20px;
	right: 12px;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #e09c16;
	text-decoration: none;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	color: #e09c16;
	background: transparent;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #e09c16;
	background: transparent;
}
/*-----------submenu1-------------*/
.tm_navbar .nav ul {
	overflow: hidden;
	position: absolute;
	display: none;
	top: 35px;
	left: -8px;
	width: 129px;
	padding: 29px 20px 10px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	background: #e09c16;
	margin: 0;
	text-align: center;
}
.tm_navbar .nav ul li:first-child {
	width: 64px;
	padding: 0 0 6px;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: transparent;
}
.tm_navbar .nav ul li:first-child img {
	position: absolute;
	top: -20px;
}
.tm_navbar .nav ul li {
	width: 100%;
	text-align: left;
	padding: 4px 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
}
.tm_navbar .nav ul li a {
	text-align: left;
	position: relative;
	color: #ffffff;
	padding: 0;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	text-shadow: none;
}
.tm_navbar .nav ul li a:hover {
	color: #1e1e1e;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #1e1e1e;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #1e1e1e;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/************** header end **************/
.box3 {
	position: relative;
	margin-top: 35px;
}

.colboxes1 .box3 figure {
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin: 0;
}
.colboxes1 .box3 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@supports (aspect-ratio: 3 / 4) {
	.colboxes1 .box3 figure {
		height: auto;
		aspect-ratio: 3 / 4;
	}
}
.box3 a {
	right: 0;
	top: 0;
	position: absolute;
}
/* ... */
/**********************************************************/
@media (max-width: 430px) {
	.box5col {
		float: none;
		width: 100%;
	}
	.box5 a .trian2 {
		border-width: 0 290px 110px 0;
	}
	.box5 a .title1 {
		margin: 33px 27px 0 0;
	}
	.box5 figure {
		width: 100%;
	}
	.box5 figure img {
		width: 100%;
	}
	.title3 {
		font-size: 40px;
		line-height: 42px;
	}
	.title3 span {
		font-size: 30px;
	}
	.colboxes1 {
		float: none;
		width: 100%;
	}
	.box3 a .trian1 {
		border-width: 0 300px 103px 0;
	}
	.box3 a .title1 {
		margin: 23px 30px 0 0;
	}
}
@media (max-width: 370px) {
.list-blog .extra-wrap .pull-left {
	float: none !important;
}
.list-blog .extra-wrap .pull-right {
	float: none !important;
}
.box3 a .trian1 {
	border-width: 0 230px 83px 0;
}
.box3 a .title1 {
	margin: 23px 30px 0 0;
}
.box5col {
	float: none;
	width: 100%;
}
.box5 a .trian2 {
	border-width: 0 230px 80px 0;
}
.box5 a .title1 {
	margin: 20px 25px 0 0;
}
}
/*Core variables and mixins*/

.services-section {
	display: block !important;
}

.row_6--services {
	position: relative;
	overflow: hidden;
}

.row_6--services::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/xbgheader.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom,left;
	opacity: 0.08;
	filter: grayscale(100%);
	pointer-events: none;
	z-index: 0;
}

.row_6--services > .container {
	position: relative;
	z-index: 1;
}

.services-section > div {
	width: 100%;
}

.services-section > .col-lg-4,
.services-section > .col-md-4,
.services-section > .col-sm-4 {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 18px;
}

.services-section > .col-lg-8,
.services-section > .col-md-8,
.services-section > .col-sm-8 {
	width: 100%;
	float: none;
}

.services-section > .col-lg-4 p {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.services-section .list-whatwedo {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.services-section .list-whatwedo > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 16px 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
	min-height: 220px;
}

.services-section .list-whatwedo > li:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(224, 156, 22, 0.35);
}

.services-section .list-whatwedo .badge_1 {
	width: 56px;
	height: 56px;
	min-width: 56px;
	line-height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(224, 156, 22, 0.12);
	border: 1px solid rgba(224, 156, 22, 0.22);
}

.services-section .list-whatwedo .badge_1 i {
	font-size: 22px;
	line-height: 1;
	color: #e09c16;
}

.services-section .list-whatwedo h3 {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #e09c16;
}

.services-section .list-whatwedo p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	line-height: 18px;
}

@media (min-width: 992px) {
	.services-section .list-whatwedo {
		gap: 16px;
	}
}

@media (max-width: 768px) {
	.services-section .list-whatwedo {
		grid-template-columns: 1fr;
	}
	.services-section .list-whatwedo > li {
		padding: 14px;
		min-height: auto;
	}
}

img {
	max-width: 100%;
}

.site-footer {
	padding: 28px 0;
	background: #151515;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__top {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: flex-start;
}

.site-footer__brand {
	flex: 0 0 260px;
	max-width: 260px;
	margin-right: 100px;
}

.site-footer__logo {
	display: inline-block;
	margin-bottom: 10px;
}

.site-footer__logo img {
	margin-right: 50px;
	height: auto;
}

.site-footer__copyright {
	color: rgba(255, 255, 255, 0.75);
	font-size: 23px;
	line-height: 18px;
}

.site-footer__contacts {
	flex: 1 1 auto;
}

.site-footer__title {
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}

@media (max-width: 768px) {
	.site-footer__brand {
		flex: 0 0 100%;
		max-width: none; 
	}
	.site-footer__grid {
		grid-template-columns: 1fr;
	}
}

.site-footer__item {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	padding: 12px 12px;
}

.site-footer__item-title {
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
}

.site-footer__item-title i {
	color: #e09c16;
	margin-right: 8px;
}

.site-footer__item-value {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	line-height: 18px;
}

.site-footer__item-value a {
	color: #e09c16;
	text-decoration: none;
}

.site-footer__item-value a:hover {
	color: #ffffff;
}

@media (max-width: 768px) {
	.row_1 .row,
	.row_6--contact .row {
		display: block !important;
	}

	.row_1 {
		padding: 42px 0 60px;
	}

	.header .logo2 {
		position: static !important;
		right: auto !important;
		max-width: 160px !important;
		width: 160px;
		height: auto;
		display: block;
		margin: 18px auto 0;
	}

	.row_1 .colboxes1 {
		float: left;
		width: 50%;
	}

	.row_1 .colboxes1 .box3 {
		margin-top: 18px;
	}

	.row_1 .colboxes1 .box3 figure {
		height: 200px;
	}

	.row_6--contact {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.row_6--contact .col-lg-5,
	.row_6--contact .col-md-4,
	.row_6--contact .col-sm-4,
	.row_6--contact .col-lg-6,
	.row_6--contact .col-md-6,
	.row_6--contact .col-sm-12 {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
	}

	.row_6--contact .col-lg-5 {
		text-align: center;
	}

	.row_6--contact .col-lg-5 p {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

	.row_6--contact .contactez-nous__card {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}