small {
	color: #17AA2F;
}

.header-top .header-top-left a {
	margin-right: 20px;
}

.header-top a img {
	margin-right: 20px;
}


header .header-top {
	position: relative;
	z-index: 99;
	background-color: #17AA2F;
	color: #fff;
	padding: 20px 0;
	font-size: 15px;
	transition: all 0.3s ease-out;
}

header .header-top a {
	color: #fff;
	font-size: 15px;
}

header .logo img {
	display: inline-block;
	width: 360px;
}

header .header-bottom {
	position: relative;
	z-index: 9;
	padding: 40px 0;
	transition: all 0.3s ease-out;
}

header .header-bottom a {
	color: #000;
	font-weight: bold;
}

header .header-bottom .active a {
	color: #17AA2F;
}

header .header-bottom .active a::before {
	position: absolute;
	bottom: -6px;
	left: -6px;
	content: '';
	width: 30px;
	height: 15px;
	background: transparent url('/site/assets/files/1196/ico-menu-active.svg') center center / contain no-repeat;
}

body.scroll-down .header-top {
	padding: 10px 0;
}

body.scroll-down .header-bottom {
	opacity: 0;
	margin-top: -150px;
}

h1 {
	font-size: clamp(80px, 2.5vw, 3.5vw);
	font-weight: 700;
}

.menu a {
	font-weight: 700;
	font-size: 18px;
}

/*
* HOME / INTRO
*/
#home-intro {
	padding: 100px 0 300px 0;
	margin-top: 200px;
	margin-bottom: 90px;
	overflow: visible;
	overflow: hidden;
}

#home-intro h1 {
	font-size: clamp(100px, 3.5vw, 4.5vw);
}

#home-intro .home-intro-textbg {
	position: absolute;
	top: 40px;
	left: 4vw;
	width: calc(100% - 7vw);
	height: 100%;
	font-size: 19vw;
	color: #F1F1F1;
	font-weight: bold;
	line-height: .9;
	text-align: center;
	font-style: italic;
}

#home-intro .home-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 115%;
	aspect-ratio: 1/1;
	width: auto;
	bottom: 0;
	background: transparent url('') center center / cover no-repeat;
}

#home-intro .home-intro-text {
	max-width: 500px;
}

/*
* HOME / PRESTATIONS
*/
#home-prestations {
	padding: 100px 0 100px;
}

#home-prestations .home-prestations-info {
	margin-bottom: 100px;
}

#home-prestations .home-prestations-info .button {
	margin-top: 20px;
}

#home-prestations .home-prestations-info div {
	padding-left: 0;
}

#home-prestations .home-prestations-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-prestations .home-prestations-items .home-prestations-item {
	min-height: 290px;
}

#home-prestations .home-prestations-items .home-prestations-item-image {
	height: 200px;
	margin-top: 60px;
}

#home-prestations .home-prestations-items li .home-prestations-item-text {
	position: relative;
	padding: 0;
	/* height: 100%; */
	overflow: hidden;
}

#home-prestations .home-prestations-items li:nth-child(even) {
	transform: translateY(60px);
}

#home-prestations .home-prestations-items li .home-prestations-item-text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	background: transparent url('/site/assets/files/1196/cloud-center-min.png') 0 0 / 600px no-repeat;
	background-position-x: 15%;
	background-position-y: -10%;
}

#home-prestations .home-prestations-items li:nth-child(even) .home-prestations-item-text:before {
	background-position-x: 85%;
	background-position-y: -55%;
}

#home-prestations .home-prestations-items li .home-prestations-item-text .home-prestations-item-text-wrapper {
	position: relative;
	padding: 30px;
	min-height: 270px;
	font-size: 14px;
	top: 0;
	left: 0;
	bottom: 0;
}

#home-prestations .home-prestations-items li .home-prestations-item-text .home-prestations-item-text-wrapper h3 {
	margin-bottom: 20px !important;
}

#home-prestations .home-prestations-items li .home-prestations-item-text .home-prestations-item-text-wrapper a {
	margin-top: 20px !important;
	white-space: normal;
}

/*
* PRESTATIONS
*/
#prestations-intro {
	background: linear-gradient(180deg, rgba(235, 255, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding: 300px 0 100px;
}

#prestations-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -23%;
	width: 80%;
	background: transparent url('/site/assets/files/1196/cloud-left-min.png') left center / contain no-repeat;
	mix-blend-mode: multiply;
}

#prestations-list {
	padding-bottom: 0;
}

#prestations-list .prestations-items {}

#prestations-list .prestations-items .prestations-item {
	margin-bottom: 70px;
}

#prestations-list .prestations-items .prestations-item .prestations-item-image {
	position: relative;
	height: 400px;
	width: 100%;
	margin: 30px;
}

#prestations-list .prestations-items .prestations-item .prestations-item-text {
	padding: 30px 0;
}

#prestations-list .prestations-items .prestations-item .prestations-item-text-price {
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	background: #17aa2f;
	color: #fff;
	transform: rotate(-3deg);
	margin-left: -12px;
	top: -9px;
}

#prestations-list .prestations-items .prestations-item h3 {
	margin-bottom: 20px;
}

#prestations-list .prestations-items .prestations-item .button {
	margin-top: 20px;
}

#prestations-info {
	padding: 0;
}

#prestations-info .prestations-info {
	background-color: #EBFFEE;
	padding: 60px;
}

#prestations-info .prestations-info h2 {
	color: #17AA2F;
	margin: 0 0 20px 0;
}

#prestations-info .prestations-info .button {
	margin-top: 20px;
}

/*
* PRESTATION
*/
#prestation-intro {
	background: linear-gradient(180deg, rgba(235, 255, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding: 300px 0 100px;
}

#prestation-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -23%;
	width: 80%;
	background: transparent url('/site/assets/files/1196/cloud-left-min.png') left center / contain no-repeat;
	mix-blend-mode: multiply;
}

#prestation-intro .prestation-intro-wrapper {
	background-color: #fff;
}

#prestation-intro .prestation-intro-wrapper .prestation-intro-text {
	padding: 60px;
}

#prestation-intro .prestation-intro-wrapper .prestation-intro-image {
	width: 100%;
	height: 400px;
}

#prestation-intro .prestation-intro-wrapper .prestation-item-text-price {
	z-index: 999;
	position: absolute;
	display: inline-block;
	padding: 6px 12px;
	font-size: 43px;
	font-weight: bold;
	font-style: italic;
	background: #17aa2f;
	color: #fff;
	transform: rotate(5deg);
	right: -10px;
	top: -19px;
}

#prestation-intro .prestation-intro-hero {
	padding: 20px;
}

#prestation-intro .prestation-intro-hero h1 {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

#prestation-intro .prestation-intro-hero p {
	padding-top: 0;
	margin-bottom: 4rem;
}

#prestation-list {
	padding-bottom: 0;
}

#prestation-list .prestation-processus {
	background-color: #1E1E1E;
	padding: 130px;
	color: #fff;
}

#prestation-list .prestation-processus h2 {
	color: #fff;
	margin: 0 0 4rem 0;
}

#prestation-list .prestation-processus h3 {
	color: #fff;
	margin-bottom: 1rem;
}

/*
* ENTREPRISE
*/
#entreprise-intro {
	z-index: 3;
	background: linear-gradient(180deg, rgba(235, 255, 238, 1) 0%, rgb(255 255 255 / 0%) 100%);
	padding: 300px 0 300px;
}

#entreprise-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -23%;
	width: 80%;
	background: transparent url('/site/assets/files/1196/cloud-left-min.png') left center / contain no-repeat;
	mix-blend-mode: multiply;
}

#entreprise-map {
	margin-top: -4vh;
	margin-bottom: -20vh;
	background-color: #fff;
}

#entreprise-map .entreprise-map-image {
	height: 70vh;
	width: 100%;
	filter: grayscale(1);
}

/*
* ENTREPRISE / STATS
*/
#entreprise-stats {
	margin-top: -18vh;
}

#entreprise-stats .stats-cercle {
	background-color: #EBFFEE;
	border-radius: 500px;
	width: 300px;
	height: 350px;
	text-align: center;
	margin: 0;
	margin-top: -80px;
	padding: 30px 50px;
}

#entreprise-stats .stats-cercle.green {
	background-color: #17AA2F;
	color: #fff;
	border: 40px solid #fff;
}

#entreprise-stats .stats-cercle>div>strong {
	display: block;
	font-size: clamp(90px, 2.5vw, 3.5vw);
}

#entreprise-stats .stats-cercle>div>span {
	display: block;
	font-size: 23px;
}

#entreprise-stats .entreprise-stats-text {
	padding: 0 60px;
}



/*
* CONTACT
*/
#contact-intro {
	z-index: 3;
	background: linear-gradient(180deg, rgba(235, 255, 238, 1) 0%, rgb(255 255 255 / 0%) 100%);
	padding: 300px 0 0px;
}

#contact-form {
	padding-bottom: 0;
}

#contact-form .contact-form-wrapper {
	background-color: #EBFFEE;
	padding: 60px;
}



/*
* Page Articles
*/
#articles-intro {
	z-index: 3;
	background: linear-gradient(180deg, rgba(235, 255, 238, 1) 0%, rgb(255 255 255 / 0%) 100%);
	padding: 300px 0 100px;
}

#articles-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -23%;
	width: 80%;
	background: transparent url('/site/assets/files/1196/cloud-left-min.png') left center / contain no-repeat;
	mix-blend-mode: multiply;
}

#articles-intro h1 {
	margin-bottom: 0;
}

#articles-list {
	padding: 100px 0;
}

.articles-item {
	margin-bottom: 80px;
}

.articles-item:last-child {
	margin-bottom: 0;
}

.articles-item-image {
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #efefef;
}

.articles-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articles-item-text {
	padding: 40px;
}

.articles-item-text-wrapper {
	max-width: 500px;
}

.articles-item-date {
	color: var(--color-primary);
	font-weight: 600;
	margin-bottom: 15px;
}

.articles-item-text h3 {
	margin-bottom: 20px;
}

.articles-item-text .button {
	margin-top: 30px;
}


/*
* Page Article Detail
*/

#article-intro {
	z-index: 3;
	background: linear-gradient(180deg, rgba(235, 255, 238, 1) 0%, rgb(255 255 255 / 0%) 100%);
	padding: 300px 0 0px;
}

#article-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -23%;
	width: 80%;
	background: transparent url('/site/assets/files/1196/cloud-left-min.png') left center / contain no-repeat;
	mix-blend-mode: multiply;
}

#article-intro .article-date {
	color: var(--color-primary);
	font-weight: 600;
	margin-top: 15px;
}

#article-content {
	padding: 60px 0 100px;
}

.article-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.article-cover {
	margin-bottom: 80px;
}

.article-cover img {
	position: relative;
	width: 140%;
	max-width: none;
	height: auto;
	display: block;
	margin-left: -20%;
}

.article-content {
	font-size: 1.1em;
	line-height: 1.8;
}

#article-content .article-text img {
	width: calc(100% + 20%);
	max-width: none;
	height: auto;
	margin: 30px 0;
	margin-left: -10%;
}

.article-content h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1.6em;
}

.article-content h3 {
	font-size: 1.4em;
}

.article-content h4 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

.article-content p {
	margin-bottom: 20px;
	/* overflow: visible; */
}


/*
* PDP / Mentions légales / CGV
*/
#pdp-intro,
#mentions-legales-intro,
#cgv-intro {
	z-index: 3;
	background: linear-gradient(180deg, rgba(235, 255, 238, 1) 0%, rgb(255 255 255 / 0%) 100%);
	padding: 200px 0 0px;
}



/*
* MODULE
*/
#module-entreprise {}

#module-entreprise .block-entreprise {
	background-color: #17AA2F;
	color: #fff;
}

#module-entreprise .block-entreprise .block-entreprise-left {
	padding: 90px;
}

#module-entreprise .block-entreprise .block-entreprise-left small {
	color: #77F38B;
}

#module-entreprise .block-entreprise .block-entreprise-left h2 {
	color: #fff;
}

#module-entreprise .block-entreprise .block-entreprise-left a {
	margin-top: 30px;
}

#module-entreprise .block-entreprise .block-entreprise-right {
	background-color: #17AA2F;
}

#module-entreprise .block-entreprise .block-entreprise-right img {
	mix-blend-mode: multiply;
	filter: grayscale(1);
}

#module-faq {
	padding-top: 0;
}

#module-faq .faq-list {
	margin: 2rem 0;
	padding: 0;
	list-style: none;
}

#module-faq .faq-list>li {
	border: 1px solid #fff;
	transition: all 0.3s ease-out;
	padding: 10px 10px;
}

#module-faq .faq-list li .uk-accordion-title::before {
	float: left;
	margin-left: -40px;
}

#module-faq .faq-list li .uk-accordion-title {
	padding: 0;
	background-color: transparent;
	color: #000;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	transition: all 0.3s ease-out;
}

#module-faq .faq-list li .uk-accordion-content {
	padding-left: 50px;
	transition: all 0.3s ease-out;
}

#module-faq .faq-list li.uk-open {
	border: 1px solid #17AA2F;
	padding: 30px 30px 10px 15px;
	margin: 20px 0;
}

#module-faq .faq-list li.uk-open .uk-accordion-title {
	color: #17AA2F;
}

#module-newsletter {
	background-color: #17AA2F;
	padding: 30px 60px 70px;
	color: #fff;
	text-align: left;
}

#module-newsletter h2 {
	color: #ffffff;
}

#module-newsletter input {
	width: calc(100% - 40px);
	padding: 20px;
}

#module-newsletter button {
	padding: 20px;
}

#module-contact {
	padding: 0;
}

#module-contact .module-contact {
	background-color: #EBFFEE;
	padding: 60px;
}

#module-contact .module-contact h2 {
	color: #17AA2F;
	margin: 0 0 20px 0;
}

#module-contact .module-contact .button {
	margin-top: 20px;
}

footer {
	background-color: #000;
	color: #fff;
	line-height: 1.6;
	padding: 100px 0 100px;
	margin-top: 0vh;
}

footer .logo {
	display: inline-block;
	margin-bottom: 40px;
}

.FormBuilder.InputfieldForm select[multiple],
.FormBuilder.InputfieldForm textarea,
.FormBuilder.InputfieldForm input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range]),
.FormBuilder.InputfieldForm select:not([multiple]) {
	background-color: transparent !important;
	border-color: #000000 !important;
	height: auto !important;
	padding: 20px !important;
}

.FormBuilder.InputfieldForm .Inputfield .InputfieldHeader {
	font-size: 14px;
}

.FormBuilder.InputfieldForm button {
	display: inline-block;
	position: relative;
	border: 2px solid #17AA2F !important;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff !important;
	font-family: Helvetica, 'Klill', sans-serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 0.3s ease-out;
	background-color: #17AA2F !important;
	border-radius: 0 !important;
}

.FormBuilder.InputfieldForm button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #128b26;
	border-color: #128b26;
}


.button {
	display: inline-block;
	position: relative;
	border: 2px solid #17AA2F;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	font-family: Helvetica, 'Klill', sans-serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 0.3s ease-out;
	background-color: #17AA2F;
	border-radius: 0;
}

.FormBuilder.InputfieldForm button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #128b26;
	border-color: #128b26;
}

.button.border {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.button.border:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.button.border_white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.button.border_white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.button.gold {
	border-color: #665549;
	color: #665549;
	/*	background-color: #252420;*/
}

.button.full {
	display: block;
}

.button.icon {
	display: inline-block;
	padding: 15px 20px;
}

.button.noborder {
	border: none;
}

.button.black {
	background-color: #000;
}


.uk-notification,
.uk-notification-message {
	background-color: #000;
	color: #128b26;
	font-size: 15px;
}


#cookie-manager {
	z-index: 99999;
	position: fixed;
	margin: 30px;
	width: calc(100% - 60px);
	/*	box-shadow: 0px -30px 70px 30px rgba(0, 0, 0, .5);*/
}

.pwcmb-widget__title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pwcmb-widget button {
	display: inline-block;
	position: relative;
	border: 2px solid #17AA2F;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	font-family: Helvetica, 'Klill', sans-serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 0.3s ease-out;
	background-color: #17AA2F;

}

.pwcmb--bottom_overlay .js-show.pwcmb-widget {
	box-shadow: 0px -0px 70px 4px rgba(0, 0, 0, .3);
}

/*
* MESSAGE D'INFORMATION (modale globale)
*/
.announce-modal.uk-modal {
	background: rgba(0, 0, 0, 0.55);
}

.announce-modal .announce-modal-dialog {
	position: relative;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.announce-modal .announce-modal-accent {
	height: 8px;
	background: #17AA2F;
}

.announce-modal .announce-modal-body {
	position: relative;
	padding: 50px 50px 45px;
}

.announce-modal .announce-modal-body::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: transparent url('/site/assets/files/1196/cloud-center-min.png') top right / 320px no-repeat;
	opacity: 0.35;
	pointer-events: none;
}

.announce-modal .announce-modal-title {
	position: relative;
	margin: 0 0 18px 0;
	color: #17AA2F;
	font-weight: 700;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.1;
}

.announce-modal .announce-modal-description {
	position: relative;
	margin: 0 0 18px 0;
	font-weight: 600;
	font-size: 17px;
	color: #1E1E1E;
}

.announce-modal .announce-modal-message {
	position: relative;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}

.announce-modal .announce-modal-message p:last-child {
	margin-bottom: 0;
}

.announce-modal .announce-modal-message a {
	color: #17AA2F;
	font-weight: 700;
	text-decoration: underline;
}

.announce-modal .announce-modal-actions {
	position: relative;
	margin-top: 32px;
}

.announce-modal .announce-modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	color: #17AA2F;
}

.announce-modal .announce-modal-close:hover {
	color: #128b26;
}

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

	.announce-modal .announce-modal-body {
		padding: 35px 25px 30px;
	}

	.announce-modal .announce-modal-body::before {
		background-size: 220px;
		opacity: 0.25;
	}

	section {
		padding: 0px;
	}

	footer {
		padding: 20px 0;
	}

	small {
		font-size: 13px;
	}

	header .logo img {
		width: 200px;
	}

	body.scroll-down .header-top {
		padding: 10px 0 30px 0;
	}

	.button {
		display: block !important;
		text-align: center;
	}

	.header-top .header-top-left a {
		margin-right: -4px;
	}

	#home-prestations .home-prestations-items li:nth-child(even) {
		transform: translateY(0px);
	}

	#home-prestations .home-prestations-info {
		margin-bottom: 40px;
	}

	#home-prestations .home-prestations-info div {
		padding: 0;
	}

	#home-prestations .home-prestations-items .home-prestations-item-image {
		height: 200px;
		margin-left: 30px;
		margin-top: 20px;
	}

	#module-faq .faq-list {
		margin: 0 0;
	}

	#module-contact {
		margin-top: 0px !important;
		margin-bottom: 20px;
	}

	#module-entreprise {
		padding: 4vw 0;
	}

	#home-prestations .home-prestations-items .home-prestations-item {
		height: auto;
	}

	#home-prestations .home-prestations-items li .home-prestations-item-text .home-prestations-item-text-wrapper {
		position: relative;
		padding: 0;
	}

	#module-entreprise .block-entreprise .block-entreprise-left {
		padding: 40px;
	}

	#module-newsletter {
		padding: 10px 30px 30px;
	}

	.header-top a {
		margin: 0px 3px;
	}

	h1 {
		font-size: clamp(50px, 1.5vw, 2.5vw) !important;
	}

	#home-intro,
	#prestations-intro,
	#prestation-intro,
	#articles-intro,
	#article-intro,
	#entreprise-intro,
	#contact-intro,
	#pdp-intro,
	#mentions-legales-intro,
	#cgv-intro {
		padding: 100px 0 20px 0;
	}

	#home-intro {
		margin-bottom: 0px;
	}

	#home-intro .home-intro-textbg {
		display: none;
	}

	#home-intro .home-image {
		top: 17%;
		right: -31%;
		height: 71%;
	}

	#home-prestations {
		padding: 20px 0;
	}

	#prestations-intro {}

	#prestations-intro h1 {}

	#prestations-list .prestations-items .prestations-item .prestations-item-image {
		margin: 0px;
		height: 200px;
	}

	#prestations-list .prestations-items .prestations-item .prestations-item-text {
		padding: 0;
	}

	#prestation-list {
		padding: 0;
	}

	#prestation-intro {}

	#prestation-intro h1 {}

	#prestation-list .prestation-items .prestation-item .prestation-item-image {
		margin: 0px;
	}

	#prestation-list .prestation-items .prestation-item .prestation-item-text {
		padding: 0;
	}

	#prestation-intro .prestation-intro-wrapper .prestation-intro-text {
		padding: 20px;
	}

	#prestation-intro .prestation-intro-wrapper .prestation-intro-image {
		height: 200px;
	}

	#prestation-intro .prestation-intro-wrapper .prestation-item-text-price {
		font-size: 30px;
	}

	#prestation-list .prestation-processus {
		padding: 20px;
	}

	#articles-intro {}

	#articles-intro h1 {}

	#articles-list {
		padding: 0;
	}

	.articles-item {
		margin-bottom: 20px;
	}

	#articles-list .articles-items .articles-item .articles-item-image {
		margin: 0px;
		height: 200px;
	}

	#articles-list .articles-items .articles-item .articles-item-text {
		padding: 0;
	}

	#article-content {
		padding: 20px 0;
	}

	#article-intro {}

	#article-intro h1 {}

	.article-wrapper {
		padding: 0 20px;
	}

	.article-content {
		padding: 0;
	}

	#module-contact .module-contact {
		padding: 20px;
	}

	#entreprise-map {
		padding: 0;
	}

	#entreprise-stats {
		margin-top: 1vh !important;
		margin-bottom: 6vh;
	}

	#entreprise-stats .stats-cercle {
		position: relative;
		width: 200px;
		height: 250px;
		margin: 0 auto;
	}

	#entreprise-stats .stats-cercle.green {
		margin-left: -10px;
	}

	#entreprise-stats .entreprise-stats-text {
		padding: 0;
	}

	#contact-form {
		padding: 0;
	}

	#contact-form .contact-form-wrapper {
		padding: 40px;
	}

	.pwcmb-widget button {
		display: block;
		margin-bottom: 10px;
	}

}