/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* =========== CSS RESET =========== */

html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, input, textarea, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, c-footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}
img, article, aside, details, figcaption, figure,
c-footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	txt: '';
	txt: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
	background-color: transparent;
	cursor: pointer;
}
*:focus{
	outline: 0;
}
strong{
	font-weight: 600;
}

/* =========== NAMING CONVENTIONS ===========

u- for utility classes (single purposed styling classes)
o- for object classes (used in unrelated contexts, modify with caution)
c- for component (specific piece of UI, can be changed safely)
js- for JavaScript hooks (therefore never used for css styling)
is- & has- for applied temporary statuses

A class with an ending in the plural form refers to the container of said elements
*/

/* =========== BASE RULES & ATOMIC CSS ELEMENTS =========== */

/*Layout and background*/
::-webkit-scrollbar{
  background: #1B2323;
	width: 1rem;
}
::-webkit-scrollbar-thumb{
  background-color: #42B351;
}
::-moz-selection{
	background: #42B351;
	color: #fff;
}
::selection{
	background: #42B351;
	color: #fff;
}
html{
  scroll-behavior: smooth;
	scrollbar-color: #42B351 #1B2323;
}
.c-blocpage{
	min-height: 100vh;
  max-width: 120rem;
  margin: 0 auto;
	position: relative;
	font-family: 'kumbh-sans';
	line-height: 1.7;
	font-size: 1.1rem;
	color: #777a7f;
	overflow-x: hidden;
}
.c-blocpage--home{
	padding-top: 5rem;
}
@media all and (max-width: 1490px){
	.c-blocpage--home{
		padding-top: 4.5rem;
	}
}
@media all and (max-width: 400px){
	.c-blocpage{
		font-size: 1rem;
	}
}
.o-section{
	position: relative;
	padding: 6rem 0;
}
.o-flexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	-webkit-box-align: center;
 	    -ms-flex-align: center;
 	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.o-section--bar{
	padding: 6rem 4.5rem;
	max-width: 101rem;
	margin: 0 auto;
}
.o-section--bar::before{
	width: 100%;
	display: block;
	content:'';
	height: 1px;
	background: #777a7f;
	opacity: 0.5;
}
.o-section--bar::after{
	width: 7.5rem;
	position: absolute;
	top: 6rem;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
	content:'';
	height: 0.25rem;
	background: #42B351;
}

@media all and (max-width: 800px){
	.o-section--bar{
		padding: 6rem 2.5rem;
		max-width: 101rem;
		margin: 0 auto;
	}
}
@media all and (max-width: 380px){
	.o-section--bar{
		padding: 6rem 1.75rem;
	}
}

/*Typos*/
@font-face{
    font-family: 'kumbh-sans';
    src: url('/fonts/kumbh-sans/KumbhSans-Light.eot');
    src: url('/fonts/kumbh-sans/KumbhSans-Light?#iefix') format('embedded-closetype'),
         url('/fonts/kumbh-sans/KumbhSans-Light.woff2') format('woff2'),
         url('/fonts/kumbh-sans/KumbhSans-Light.woff') format('woff'),
         url('/fonts/kumbh-sans/KumbhSans-Light.ttf') format('truetype'),
         url('/fonts/kumbh-sans/KumbhSans-Light.svg#KumbhSans-Light') format('svg');
    font-weight: 300;
}
@font-face{
    font-family: 'kumbh-sans';
    src: url('/fonts/kumbh-sans/KumbhSans-Regular.eot');
    src: url('/fonts/kumbh-sans/KumbhSans-Regular?#iefix') format('embedded-closetype'),
         url('/fonts/kumbh-sans/KumbhSans-Regular.woff2') format('woff2'),
         url('/fonts/kumbh-sans/KumbhSans-Regular.woff') format('woff'),
         url('/fonts/kumbh-sans/KumbhSans-Regular.ttf') format('truetype'),
         url('/fonts/kumbh-sans/KumbhSans-Regular.svg#KumbhSans-Regular') format('svg');
    font-weight: 400;
}
@font-face{
    font-family: 'kumbh-sans';
    src: url('/fonts/kumbh-sans/KumbhSans-Bold.eot');
    src: url('/fonts/kumbh-sans/KumbhSans-Bold?#iefix') format('embedded-closetype'),
         url('/fonts/kumbh-sans/KumbhSans-Bold.woff2') format('woff2'),
         url('/fonts/kumbh-sans/KumbhSans-Bold.woff') format('woff'),
         url('/fonts/kumbh-sans/KumbhSans-Bold.ttf') format('truetype'),
         url('/fonts/kumbh-sans/KumbhSans-Bold.svg#KumbhSans-Bold') format('svg');
    font-weight: 700;
}
@font-face{
    font-family: 'kumbh-sans';
    src: url('/fonts/kumbh-sans/KumbhSans-Black.eot');
    src: url('/fonts/kumbh-sans/KumbhSans-Black?#iefix') format('embedded-closetype'),
         url('/fonts/kumbh-sans/KumbhSans-Black.woff2') format('woff2'),
         url('/fonts/kumbh-sans/KumbhSans-Black.woff') format('woff'),
         url('/fonts/kumbh-sans/KumbhSans-Black.ttf') format('truetype'),
         url('/fonts/kumbh-sans/KumbhSans-Black.svg#KumbhSans-Black') format('svg');
    font-weight: 900;
}
p{
	margin: 0 0 1.5rem 0;
	max-width: 50rem;
}
b{
	font-weight: 600;
}
.u-nowrap{
	white-space: nowrap;
}
h1, h2{
	font-weight: 900;
	color: #1B2323;
	line-height: 1.2;
}
h3{
	color: #1B2323;
	line-height: 1.2;
}
.u-color{
	color: #389645;
}
.u-lcolor{
	color: #42B351;
}
.u-dk{
	color: #1B2323;
}
.u-fff{
	color: #fff;
}

.o-h2{
	font-size: 2.25rem;
	margin: 3rem 0;
}
@media all and (max-width: 400px){
	.o-h2, .o-h2.c-bipart__h2{
		font-size: 1.75rem;
	}
}
.o-h2--fff{
	color: #fff;
}
.o-inline-a{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	color: #389645;
	text-decoration: underline;
}
.o-inline-a:hover{
	color: #42B351;
}

/*Lists*/
.o-ul{
	position: relative;
	margin-bottom: 1.5rem;
	list-style: none;
}
.o-ul::before{
	content: '';
	height: 100%;
	position: absolute;
	width: 1px;
	background: #777a7f;
	opacity: 0.5;
	left: 0;
	top: 0;
}
.o-ul--lg::before{
	background: #f4f4f4;
}
.o-ul__li{
	margin: 0 0 1rem 1.5rem;
	color: #777a7f;
}
.o-ul--lg .o-ul__li{
	color: #D2D7DA;
}
.o-ul__p{
	margin: 1.5rem 0 0 0;
}
.o-ul__title{
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #1B2323;
}

.o-ol{
	list-style-position: outside;
	list-style: none;
	margin: 1.5rem 0;
	counter-reset: number;
	position: relative;
	max-width: 60rem;
	text-align: left;
}
.o-ol--topmarg{
	margin-top: 0;
}
.o-ol--2{
	counter-reset: number 2;
}
.o-ol--flex{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.o-ol__li{
	margin: 0 0 1.5rem 0;
	padding-left: 2.5rem;
	counter-increment: number;
	position: relative;
	-webkit-transition: all 1s 0.5s;
	-o-transition: all 1s 0.5s;
	transition: all 1s 0.5s;
	max-width: 60rem;
	font-size: 1.1rem;
}
.o-ol__li:last-child,
.o-ul__li:last-child,
.o-ol:last-child,
.o-ul:last-child{
	margin-bottom: 0;
}
.o-ol__p{
	margin: 1.5rem 0 0 0;
}
.o-ol__title{
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.o-ol__li::before{
	content: counter(number)'.';
	position: absolute;
	left: 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 600;
}
@media all and (min-width: 700px){
	.o-ol__li--flex{
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.o-ol__li--flex:first-child{
		margin: 0 1.5rem 1.5rem 0;
	}
	.o-ol--flex{
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

/*Backgrounds*/
.u-bg--lg{
	background-color: #F3F4F3;
}
.u-bg--mlg{
	background-color: #f4f4f4;
}
.u-bg--g{
	background-color: #2D3A3A;
}
.u-bg--vdkg{
	background-color: #1B2323;
}
.u-bg--dkg{
	background-color: #2D3A3A;
}

/* =========== GENERIC ELEMENTS =========== */

/* Buttons */
.o-btn{
	padding: 0 1.25rem;
	background-image: -o-linear-gradient(top, #389645 50%, #42B351 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #389645), color-stop(50%, #42B351));
	background-image: linear-gradient(to bottom, #389645 50%, #42B351 50%);
	background-size: 100% 200%;
	min-width: 14rem;
	background-position: center top;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	line-height: 4.5rem;
	height: 4.5rem;
	text-align: center;
  font-weight: 600;
	-webkit-box-shadow: 0 2px 4px 0 rgba(33,38,44,.1);
	        box-shadow: 0 2px 4px 0 rgba(33,38,44,.1);
	cursor: pointer;
	color: #fff;
	margin: 1.5rem 2rem 0 0;
}
.o-btns{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.o-btn--flex{
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 17rem;
}
.o-btn:hover{
	background-position: center bottom;
}
.o-btn--round{
	border-radius: 2.5rem;
}
.o-btn--lgtcol{
	background-image: -o-linear-gradient(top, #42B351 50%, #1B2323 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #42B351), color-stop(50%, #1B2323));
	background-image: linear-gradient(to bottom, #42B351 50%, #1B2323 50%);
}
.o-btn--gr{
	background-image: -o-linear-gradient(top, #2D3A3A 50%, #1B2323 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2D3A3A), color-stop(50%, #1B2323));
	background-image: linear-gradient(to bottom, #2D3A3A 50%, #1B2323 50%);
}
.o-btn--ghost{
	background-image: -o-linear-gradient(top, transparent 50%, #1B2323 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #1B2323));
	background-image: linear-gradient(to bottom, transparent 50%, #1B2323 50%);
	color: #1B2323;
}
.o-btn--ghost:hover{
	color: #fff;
}
.o-btn--alone{
	margin-right: 0;
}
.o-btn--accordions{
	margin-bottom: 2rem;
}

/* Equivalent SEO pour système de background cover*/
.o-photo{
  overflow: hidden;
	position: relative;
	background: #1B2323;
}
.o-photo__cover{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	position: absolute;
	top: 0;
}
.o-photo__cover--p{
	max-width: 35rem;
}

/* =========== LOADER =========== */

.c-loader__section{
	width: 52%;
	height: 100%;
	position: fixed;
	background: #2D3A3A;
	-webkit-transition: transform 1s 0.2s;
	-o-transition: transform 1s 0.2s;
	-webkit-transition: -webkit-transform 1s 0.2s;
	transition: -webkit-transform 1s 0.2s;
	transition: transform 1s 0.2s;
	transition: transform 1s 0.2s, -webkit-transform 1s 0.2s;
	z-index: 20;
	top: 0;
}
.c-loader__section--left{
	left: -1%;
}
.c-loader__section--right{
	right: -1%;
}
.c-loader__section--left.is-loaded{
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.c-loader__section--right.is-loaded{
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}
.c-loader{
	width: 100vw;
	height: 100%;
	max-height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 21;
}
.c-loader__logo{
  width: 12rem;
  height: 12rem;
	opacity: 0;
  -webkit-animation: loader 1.25s infinite 0.5s alternate ease-in-out;
          animation: loader 1.25s infinite 0.5s alternate ease-in-out;
}
.c-loader.is-loaded{
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.4s;
	transition: opacity 0.3s, -webkit-transform 0s 0.4s;
	-o-transition: opacity 0.3s, transform 0s 0.4s;
	transition: opacity 0.3s, transform 0s 0.4s;
	transition: opacity 0.3s, transform 0s 0.4s, -webkit-transform 0s 0.4s;
	opacity: 0;
	-webkit-transform: translateX(-100vw);
	    -ms-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
@-webkit-keyframes loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader {
	0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (max-width: 600px){
	.c-loader__logo{
	  width: 10rem;
	  height: 10rem;
	}
}
@media all and (max-width: 400px){
	.c-loader__logo{
	  width: 8rem;
	  height: 8rem;
	}
}

/* =========== NAVIGATION =========== */

/* Main Navigation */
.c-nav{
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,1);
	max-width: 120rem;
	height: 5rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	z-index: 6;
	padding: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.c-nav.is-scrolled{
	background-color: rgba(255,255,255,1);
}
.c-nav__menu{
	padding-right: 3rem;
}
.o-logo{
	height: 4.5rem;
	width: auto;
	padding: 0.25rem 2.5rem;
}
.o-logo__img{
	height: 100%;
}
.c-nav__a{
	margin: 0 1rem;
	font-size: 0.85rem;
	position: relative;
	font-weight: 900;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #1B2323;
	text-transform: uppercase;
	font-family: 'kumbh-sans';
}
.c-nav__a:hover, .c-nav__a--anchor.c-nav__a--active{
	color: #389645;
}
.c-nav__a:last-child{
	margin-right: 0;
}
.c-menu-scr{
	z-index: 4;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0s 0.6s;
	transition: opacity 0.5s, -webkit-transform 0s 0.6s;
	-o-transition: opacity 0.5s, transform 0s 0.6s;
	transition: opacity 0.5s, transform 0s 0.6s;
	transition: opacity 0.5s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
	background: rgba(0,0,0,0.5);
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.c-menu-scr.has-appeared{
	opacity: 1;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, -webkit-transform 0s;
	-o-transition: opacity 0.5s, transform 0s;
	transition: opacity 0.5s, transform 0s;
	transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
}

.c-main-nav__logobk{
	height: 5rem;
	width: 18rem;
	padding: 0 2rem;
	color: #389645;
	background: #e6e8e6;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.c-main-nav__logo{
	height: 2.75rem;
	width: auto;
	margin-right: 0.25rem;
}
.c-main-nav__num{
	margin-left: 2rem;
	font-weight: 700;
	font-size: 1.25rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #389645;
}
.c-main-nav__num:hover{
	color: #389645;
}
.c-main-nav__logotxt{
	font-weight: 400;
	-webkit-text-stroke: 1px #389645;
	text-stroke: 1px #389645;
	font-size: 1.7rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'kumbh-sans';
}

.c-menu-btn{
	width: 2.5rem;
  height: 2.5rem;
	right: 2.5rem;
	top: 1rem;
	cursor: pointer;
	position: absolute;
	z-index: 6;
	display: none;
}
.c-menu-btn__txt{
	font-weight: 900;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #1B2323;
	right: 3.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	-webkit-transition: all 0.3s 0.2s;
	-o-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}
.c-menu-btn.is-switched .c-menu-btn__txt{
	color: #389645;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.c-menu-btn__bar1::before,
.c-menu-btn__bar1::after,
.c-menu-btn__bar3::before,
.c-menu-btn__bar3:after{
  content: '';
  left: 0.5rem;
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
  height: 0.25rem;
  background-color: #1B2323;
	-webkit-transition: all 0.2s 0.2s, top 0.3s, -webkit-transform 0.3s;
	transition: all 0.2s 0.2s, top 0.3s, -webkit-transform 0.3s;
	-o-transition: all 0.2s 0.2s, transform 0.3s, top 0.3s;
	transition: all 0.2s 0.2s, transform 0.3s, top 0.3s;
	transition: all 0.2s 0.2s, transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.c-menu-btn__bar1::after{
  right: 0.5rem;
  left: auto;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.c-menu-btn__bar2{
  position: absolute;
  width: 1.5rem;
  top: 50%;
  left: 50%;
  height: 0.25rem;
  background: #1B2323;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s 0.2s, width 0.3s 0.6s, -webkit-transform 0.3s 0.3s;
	transition: all 0.2s 0.2s, width 0.3s 0.6s, -webkit-transform 0.3s 0.3s;
	-o-transition: all 0.2s 0.2s, transform 0.3s 0.3s, width 0.3s 0.6s;
	transition: all 0.2s 0.2s, transform 0.3s 0.3s, width 0.3s 0.6s;
	transition: all 0.2s 0.2s, transform 0.3s 0.3s, width 0.3s 0.6s, -webkit-transform 0.3s 0.3s;
}
.c-menu-btn__bar3::before, .c-menu-btn__bar3:after{
  top: auto;
  bottom: 0.5rem;
	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
}
.c-menu-btn__bar3::after {
  right: 0.5rem;
  left: auto;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.c-menu-btn.is-switched .c-menu-btn__bar1:before{
  left: 0.6rem;
	top: 0.55rem;
  width: 0.9rem;
	background: #389645;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
	-webkit-transition: width 0.3s 0.3s, top 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	transition: width 0.3s 0.3s, top 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-o-transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, left 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, left 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.c-menu-btn.is-switched .c-menu-btn__bar1:after{
  right: 0.6rem;
  width: 0.9rem;
	top: 0.55rem;
	background: #389645;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
	-webkit-transition: width 0.3s 0.3s, top 0.3s 0.3s, right 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	transition: width 0.3s 0.3s, top 0.3s 0.3s, right 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-o-transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, right 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, right 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, right 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.c-menu-btn.is-switched .c-menu-btn__bar2 {
  width: 0.2rem;
	background: #389645;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	-webkit-transition: width 0.5s, -webkit-transform 0.3s 0.3s;
	transition: width 0.5s, -webkit-transform 0.3s 0.3s;
	-o-transition: transform 0.3s 0.3s, width 0.5s;
	transition: transform 0.3s 0.3s, width 0.5s;
	transition: transform 0.3s 0.3s, width 0.5s, -webkit-transform 0.3s 0.3s;
}
.c-menu-btn.is-switched .c-menu-btn__bar3:before{
  left: 0.6rem;
	bottom: 0.55rem;
  width: 0.9rem;
	background: #389645;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
	-webkit-transition: width 0.3s 0.3s, bottom 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	transition: width 0.3s 0.3s, bottom 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-o-transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s, left 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s, left 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.c-menu-btn.is-switched .c-menu-btn__bar3:after{
  right: 0.6rem;
  width: 0.9rem;
	background: #389645;
	bottom: 0.55rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
	-webkit-transition: width 0.3s 0.3s, right 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	transition: width 0.3s 0.3s, right 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-o-transition: transform 0.3s 0.3s, width 0.3s 0.3s, right 0.3s 0.3s, bottom 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, right 0.3s 0.3s, bottom 0.3s 0.3s;
	transition: transform 0.3s 0.3s, width 0.3s 0.3s, right 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
@media all and (max-width: 1350px){
	.c-nav__a{
		margin: 0 0.75rem;
	}
}
@media all and (max-width: 1230px){
	.c-nav{
		height: 4.5rem;
		padding: 0 7rem 0 0;
	}
	.o-logo{
		height: 4.5rem;
		width: 17.5rem;
	}
	.o-logo__img{
		height: 100%;
	}
	.c-nav__menu{
		opacity: 0;
		position: fixed;
		background: #1B2323;
		top: 0;
		right: -20rem;
		height: 100%;
		max-height: 100vh;
		z-index: 5;
		width: 20rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 0 2rem;
		text-align: left;
		-webkit-box-shadow: -1px 0 0.4rem rgba(0,0,0,0.2);
		        box-shadow: -1px 0 0.4rem rgba(0,0,0,0.2);
		-webkit-transition: all 0.7s, opacity 0s 0.8s;
		-o-transition: all 0.7s, opacity 0s 0.8s;
		transition: all 0.7s, opacity 0s 0.8s;
	}
	.c-nav__a{
		margin: 0.75rem 0;
		font-size: 1.1rem;
		color: #fff;
	}
	.c-nav__a:hover, .c-nav__a--anchor.c-nav__a--active{
		color: #389645;
	}
	.c-nav__menu.has-appeared{
		opacity: 1;
		-webkit-transition: all 0.7s, opacity 0s;
		-o-transition: all 0.7s, opacity 0s;
		transition: all 0.7s, opacity 0s;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	.c-menu-btn{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.c-main-nav__logobk{
		height: 4.5rem;
	}
}
@media all and (max-width: 625px){
	.c-main-nav__num{
		display: none;
	}
}
@media all and (max-width: 575px){
	.c-menu-btn{
		right: 1.5rem;
	}
	.o-logo{
		width: 14.5rem;
	}
	.c-nav{
		padding-right: 6rem;
	}
}
@media all and (max-width: 450px){
	.c-nav__logos{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.c-main-nav__logotxt{
		font-size: 1.2rem;
	}
	.c-nav{
		padding-right: 5.5rem;
	}
	.c-main-nav__logobk{
		padding: 0 2rem 0 1.25rem;
		width: auto;
	}
	.c-menu-btn__txt{
		display: none;
	}
	.c-main-nav__logo{
		height: 2rem;
		width: auto;
		margin-right: 0.25rem;
	}
}
@media all and (max-width: 380px){
	.c-nav__a{
		margin: 0.5rem 0;
	}
	.o-logo{
		padding-right: 0;
		padding-left: 0;
		width: 13rem;
	}
}
@media all and (max-width: 340px){
	.o-logo{
		width: 12rem;
	}
}
@media all and (max-height: 440px) and (max-width: 925px){
	.c-nav__a{
		margin: 0.5rem 0;
	}
}

/* Footer */
.c-footer{
	background-color: #1B2323;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	        box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.c-footer a{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1.2;
	text-decoration: underline;
}
.c-footer a:hover{
	color: #389645;
}
.c-footer__end{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 5rem;
	text-align: center;
	color: #f7f3e3;
	font-size: 1rem;
  font-weight: 600;
  padding: 0 2rem;
}
.c-footer__title{
	font-size: 1.8rem;
	margin-bottom: 2rem;
	min-width: 100%;
	color: #fff;
	line-height: 1.2;
}
.c-footer__end p{
	margin: 1.5rem;
	line-height: 1.2;
}
@media all and (max-width: 1475px){
  .c-footer__end{
    padding: 0 4rem;
  }
}
@media all and (max-width: 1120px){
	.c-footer__end{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
		line-height: 2.5;
		padding: 0 4rem 2rem 4rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.c-footer__end p{
		margin: 1.5rem 0;
	}
	.c-footer__end .o-flexbox{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

/*Bouton Scroll*/
.c-scroll-btn{
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	background-image: -o-linear-gradient(top, #389645 50%, #389645 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #389645), color-stop(50%, #389645));
	background-image: linear-gradient(to bottom, #389645 50%, #389645 50%);
	background-size: 100% 200%;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	cursor: pointer;
	z-index: 4;
}
.c-scroll-btn:hover{
	background-position: center bottom;
}
.c-scroll-btn__icon{
	width: 0.75rem;
	height: 0.75rem;
}
.c-scroll-btn__path{
	fill: #fff;
}
.c-scroll-btn.has-appeared{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* =========== COOKIES =========== */

/*Cookies Pop-up */
.c-cks{
	z-index: 10;
	left: 0;
	right: 0;
	bottom: -30rem;
	height: auto;
	position: fixed;
	background-color: #fff;
	line-height: 1.4;
	opacity: 0;
	-webkit-transition: all 0.5s, opacity 0s 0.8s;
	-o-transition: all 0.5s, opacity 0s 0.8s;
	transition: all 0.5s, opacity 0s 0.8s;
 	-webkit-box-shadow: 1px 0 2rem rgba(0,0,0,0.25);
 	        box-shadow: 1px 0 2rem rgba(0,0,0,0.25);
}
.c-cks.has-appeared{
	-webkit-transform: translateY(-30rem);
	    -ms-transform: translateY(-30rem);
	        transform: translateY(-30rem);
	opacity: 1;
	-webkit-transition: all 1s, opacity 0s;
	-o-transition: all 1s, opacity 0s;
	transition: all 1s, opacity 0s;
}
.c-cks__txt{
	padding: 3rem 2rem;
	margin: auto 1rem;
	background: #ffffff;
}
.c-cks__h2{
	font-size: 2rem;
	max-width: 9rem;
	margin: 0 1rem;
}
.c-cks__p{
	margin: 1rem 0;
}
.c-cks__ps{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 4rem;
	max-width: 30rem;
}
.c-cks__btn{
	min-width: 15rem;
	margin: 1rem;
	display: block;
}
.c-dark-scr{
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0s 0.6s;
	transition: opacity 0.5s, -webkit-transform 0s 0.6s;
	-o-transition: opacity 0.5s, transform 0s 0.6s;
	transition: opacity 0.5s, transform 0s 0.6s;
	transition: opacity 0.5s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
	background: rgba(0,0,0,0.5);
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.c-dark-scr.has-appeared{
	opacity: 1;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, -webkit-transform 0s;
	-o-transition: opacity 0.5s, transform 0s;
	transition: opacity 0.5s, transform 0s;
	transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
}

@media all and (max-width: 1030px){
	.c-cks__txt{
		padding: 2rem 0;
	}
	.c-cks__ps{
		margin: 0 2rem;
	}
}
@media all and (max-width: 800px){
	.c-cks__h2{
		display: none;
	}
}
@media all and (max-width: 700px){
	.c-cks__txt{
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0 auto;
		padding: 1.5rem 0 2.5rem 0;
	}
	.c-cks__ps{
		margin: 0 1.5rem 0.5rem 1.5rem;
	}
	.c-cks__btn, .c-cks__btn:last-of-type{
		display: inline-block;
		font-size: 1rem;
		margin: 0.75rem 0.75rem 0 0.75rem;
		min-width: 12rem;
	}
}
@media all and (max-width: 410px){
	.c-cks__ps{
		margin: 0 1rem;
	}
	.c-cks__txt{
		padding: 1rem 0 2rem 0;
	}
}
@media all and (max-height: 479px){
	.c-cks__p{
		margin: 0.5rem 0;
	}
	.c-cks__btn{
		margin: 0.5rem 0.75rem 0 0.75rem;
	}
	.c-cks__txt{
		padding: 1rem 0 1.5rem 0;
	}
}

/* =========== HEADER =========== */
.c-header{
	width: 100%;
	position: relative;
	padding-top: 5rem;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.c-header--404{
	min-height: calc(100vh - 80px);
}
.c-header__photo{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	background: #333;
}
.c-header__btns{
	position: absolute;
	bottom: 0;
	right: -14rem;
}
.c-header__btns--notel{
	right: 0;
}
.c-header__btn--tel{
	width: 14rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.c-header__btn{
	padding: 0 2rem;
	margin: 0;
	height: 5rem;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: none;
	border-radius: 0;
}
.o-btn__sub{
	font-size: 0.9rem;
	opacity: 0.75;
}
.o-btn__sub + span{
	font-weight: 900;
	font-size: 1.2rem;
}
.o-btn--devis{
	padding: 0 3rem 0 6rem;
}
.c-header__content{
	background-image: -o-linear-gradient(left, #EDEEED 18rem, #F3F4F3 1px, #F3F4F3);
	background-image: linear-gradient(to right, #EDEEED 18rem, #F3F4F3 1px, #F3F4F3);
	min-height: 30rem;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	position: relative;
	min-width: 30rem;
	padding: 5rem 6.5rem 8rem 6.5rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 54rem;
	z-index: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.c-header__icon{
	width: 2rem;
	height: 2rem;
	min-width: 2rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.c-header__h1{
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: 0.5rem;
}
.c-header__p{
	margin: 1.5rem 0 0 0;
}
.c-header__devicon{
	height: 3rem;
	width: 3rem;
	left: 1.5rem;
	top: 1.2rem;
	position: absolute;
}
.c-header__path{
	fill: #389645;
}
.o-btn .c-header__path{
	fill: #EEF9FC;
}
.c-header__quality{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	color: #023047;
	font-weight: 600;
	margin-bottom: 1rem;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	line-height: 1.2;
}
.c-header__quality--sm .c-header__icon{
	width: 2.25rem;
	height: 2.25rem;
	min-width: 2.25rem;
	margin-right: 2.25rem;
}
.c-header__qualities{
	margin-top: 2rem;
}

@media all and (max-width: 1490px){
	.c-header{
		padding-top: 4.5rem;
	}
	.c-header__content{
		padding: 5rem 3.5rem 9rem 3.5rem;
	}
	.c-header__quality{
		margin-bottom: 0.75rem;
	}
	.c-header__h1{
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
}
@media all and (max-width: 1010px){
	.c-header__h1{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.c-header__btn{
		padding: 0 1.5rem;
		line-height: 1.4;
	}
	.c-header__btns{
		right: -14rem;
	}
	.o-btn--devis{
		padding: 0 1.5rem 0 5rem;
	}
	.c-header__devicon{
		height: 2.5rem;
		width: 2.5rem;
		left: 1rem;
		top: 1.15rem;
	}
	.c-header__icon{
		width: 2rem;
		height: 2rem;
		margin-right: 1rem;
	}
}
@media all and (max-width: 800px){
	.c-header__content{
		padding: 3rem 1.5rem 7.5rem 1.5rem;
	}
	.c-header__sub{
			font-weight: 0.9rem;
			margin-bottom: 0;
		}
	.c-header__h1{
		font-size: 1.75rem;
		line-height: 1.1;
	}
}
/*@media all and (max-width: 1010px) and (min-width: 511px){
	.c-header__btn--tel:last-child{
		display: none;
	}
}*/
@media all and (max-width: 705px){
	.c-header__photo{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
	}
	.c-header .u-dkb{
		color: #FF9C0C;
	}
	.c-header__content{
		background: rgba(23,23,23,0.8);
		color: #fff;
	}
	.c-header__h1{
		color: #fff;
	}
	.c-header__btn--tel{
		min-width: 10rem;
	}
	.c-header__path{
		fill: #fff;
	}
	.c-header__quality{
		color: #fff;
	}
	.c-header__qualities{
		display: none;
	}
	.c-header__btns{
		right: 0;
	}
	.c-header .o-inline-a{
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		font-weight: 700;
		color: #42B351;
	}
	.c-header .o-inline-a:hover{
		color: #034363;
	}
}
@media all and (max-width: 510px){
	.c-header__btns, .c-header__btn{
		width: 100%;
	}
	.c-header__content{
		padding-bottom: 15rem;
		min-width: 0;
	}
	.c-header__btn{
		-ms-flex-item-align: stretch;
		    -ms-grid-row-align: stretch;
		    align-self: stretch;
		min-width: 9.5rem;
	}
	.o-btn--devis{
		padding: 1rem 2rem;
	}
	.c-header__devicon{
		display: inline-block;
		margin-right: 1rem;
		left: 0;
		top: 0;
		position: relative;
	}
}

/* =========== 1ST PARAGRAPH =========== */
.c-intro{
	margin: 0 auto;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	padding: 7.5rem 0 0 0;
	position: relative;
	width: auto;
}
.c-intro__col{
	width: 45%;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.c-intro__titles{
	width: 100%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	z-index: 1;
}
.c-intro__img{
	margin-top: 2rem;
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.c-intro__img.c-slideshow__slides{
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
}
.c-intro__img.u-tocome{
	display: none;
}
.c-intro__h2{
	font-size: 1.75rem;
	width: 30rem;
	line-height: 1.2;
	margin-top: 0;
	font-weight: 900;
	margin-bottom: 2rem;
}
.c-intro__sub{
	position: relative;
	color: #555555;
	font-weight: 700;
	font-size: 1.2rem;
	margin-left: 6.5rem;
	font-family: "kumbh-sans";
}
.c-intro__sub::before{
	content: '';
	width: 5rem;
	height: 1px;
	background: #777a7f;
	opacity: 0.5;
	position: absolute;
	left: -6.5rem;
	top: 50%;
}
.c-intro__txt{
	padding: 0 5.5rem 5.5rem 5.5rem;
	width: 55%;
}
.c-intro__txt p:last-child{
	margin-bottom: 0;
}

.c-intro__filigrane{
	position: absolute;
	bottom: 9rem;
	left: 0;
	max-width: 45%;
	max-height: 60%;
	width: 100%;
}
.c-intro__filigrane--bot{
	bottom: 0;
}
.c-intro__fili--reverse{
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.c-intro__path{
	fill: #F3F4F3;
}
.o-argicons{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 2.5rem 0;
	width: 100%;
}

.o-argicon, .o-argicon--long{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0.5rem 2.5rem 0.5rem 0;
	font-weight: 600;
	min-width: 11.5rem;
	line-height: 1.2;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.o-argicon--long{
	min-width: 15rem;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}
.o-argicon__svg{
	width: 2.4rem;
	height: 1.6rem;
	margin-right: 0.75rem;
}
.o-argicon span, .o-argicon--long span{
	color: #2D3A3A;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.o-argicons--lgt .o-argicon span,
.o-argicons--lgt .o-argicon--long span{
	color: #fff;
}
.o-argicon__path{
	fill: #244856;
}
.o-argicon__path--fff{
	fill: #fff;
}

@media all and (max-width: 1225px){
	.c-intro__titles{
		padding: 0 0 0 3.5rem;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.c-intro__h2, .c-intro__sub{
		width: auto;
	}
	.c-intro__txt{
		padding: 0 3.5rem 3.5rem 3.5rem;
	}
}
@media all and (max-width: 1024px){
	.c-intro__titles{
		margin-bottom: 0.5rem;
		padding: 0 2.5rem;
	}
	.c-intro__txt{
		padding: 0 2.5rem;
		width: 100%;
	}
	.c-intro__txt p{
		max-width: 100%;
	}
	.c-intro{
		padding: 5rem 0 0 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.c-intro__img.u-togo{
		display: none;
	}
	.c-intro__img.u-tocome{
		display: block;
		height: 25rem;
		margin: 3rem 0;
	}
	.c-intro__col{
		width: 100%;
	}
	.o-argicon{
		min-width: 13rem;
	}
	.c-rappel.c-intro__rappel{
		margin: 4rem auto;
	}
}
@media all and (max-width: 600px){
	.c-intro__sub::before{
		left: -3.5rem;
		width: 2rem;
	}
	.c-intro__sub{
		margin-left: 3.5rem;
	}
	.c-intro__h2{
		font-size: 1.6rem;
	}
	.c-intro__titles{
		width: 100%;
	}
}
@media all and (max-width: 479px){
	.c-intro__h2{
		font-size: 1.4rem;
	}
}
@media all and (max-width: 380px){
	.c-intro__txt{
		padding: 0 1.75rem;
	}
	.c-intro__titles{
		padding: 0 1.75rem;
	}
}

.c-arguments{
	margin: 0 auto;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.c-argument{
	width: 15rem;
	margin: 1rem 2rem;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 600;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.c-argument__p{
	margin: 0.5rem 0;
	text-transform: uppercase;
	text-align: center;
}
.c-argument__icon{
	width: 4rem;
	margin-bottom: 0.5rem;
}
.c-argument__path{
	fill: #42B351;
}
.c-argument.js-notinview{
	opacity: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.c-argument:nth-child(1){
	-webkit-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.c-argument:nth-child(2){
	-webkit-transition-delay: 0.4s;
	     -o-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.c-argument:nth-child(3){
	-webkit-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.c-argument:nth-child(4){
	-webkit-transition-delay: 0.8s;
	     -o-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}

/* =========== BANDEAU CTA =========== */
.c-cta{
	padding: 4.5rem;
	color: #fff;
}
.c-cta__content{
	max-width: 75rem;
	margin: 0 auto;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.c-cta__col{
	max-width: 40rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.c-cta__txtcol{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 4.5rem;
}
.c-cta__txtcol p:last-child{
	margin-bottom: 0;
}
.c-cta__title{
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 2rem;
}
.u-el--tocome{
	display: none;
}
.u-el--togo{
	display: block;
}

@media all and (max-width: 900px){
	.c-cta__col{
		max-width: none;
	}
	.u-el--tocome{
		display: block;
	}
	.u-el--togo{
		display: none;
	}
}
@media all and (max-width: 500px){
	.c-cta{
		padding: 3rem 2.5rem;
	}
	.c-cta__title{
		font-size: 2.25rem;
	}
}
@media all and (max-width: 380px){
	.c-cta{
		padding: 3rem 1.75rem;
	}
}

/* =========== Partie Photo + Texte =========== */

.c-fullphoto{
	height: 25rem;
	width: 100%;
}
.o-section--sup{
	z-index: 1;
	padding: 0;
}
.c-bipart__h2{
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 2rem;
	max-width: 40rem;
}
.o-bipart__sub{
	/*text-transform: uppercase;*/
	font-weight: 700;
	font-size: 1.35rem;
	color: #389645;
	letter-spacing: 1px;
	margin-bottom: 0.75rem;
	-webkit-text-stroke: 1px #389645;
	text-stroke: 1px #389645;
	font-family: 'kumbh-sans';
}
.o-bipart__sub.u-lcolor{
	color: #42B351;
}
.c-bipart__txt{
	padding: 5.5rem;
	width: 50%;
	max-width: 55rem;
}
.c-bipart__txt--fff{
	color: #C0C4C3;
}
.c-bipart__img{
	width: 50%;
	max-width: 50%;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}
.c-bipart{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.c-bipart--reverse{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.c-bipart__txt p:last-child{
	margin-bottom: 0;
}
.u-el--tocome{
	display: none;
}
.u-el--togo{
	display: block;
}
.c-txt-pt{
	padding: 0 2rem;
	position: relative;
	margin-right: 2rem;
}
.c-txt-pt__li{
	max-width: 50rem;
	margin: 0 0 1rem 1.5rem;
	padding-left: 0.5rem;
	list-style-position: outside;
}
.c-bipart__txt--fff .o-ul__title{
	color: #fff;
}
.c-bipart__txt--fff .o-ul__li{
	color: #C0C4C3;
}
@media all and (max-width: 1300px){
	.c-bipart__txt{
		padding: 5rem 3.5rem;
	}
}
@media all and (max-width: 1023px){
	.c-bipart__txt{
		width: auto;
		margin: 0 auto;
		max-width: none;
		padding: 4.5rem 2.5rem;
	}
	.c-bipart__txt.c-bipart__txt--bot{
		padding-top: 0;
	}
	.c-bipart__txt.c-bipart__txt--top{
		padding-bottom: 0;
	}
	.c-bipart__txt--bot .o-ul__li{
		padding-top: 1.75rem;
	}
	.c-bipart__img{
		width: 100%;
		max-width: none;
		margin-top: 0;
		margin-bottom: 0;
		min-height: 30rem;
	}
	.c-bipart{
		margin-top: 0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.c-bipart--reverse{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.u-el--tocome{
		display: block;
	}
	.u-el--togo{
		display: none;
	}
}
@media all and (max-width: 380px){
	.c-bipart__txt{
		padding: 3.5rem 1.75rem;
	}
}

/* =========== SLIDESHOW =========== */

.c-slideshow__slides{
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-height: 40rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.c-slideshow__vigs{
	height: 6rem;
	width: 100%;
	background: #1B2323;
	position: relative;
}
.o-slide{
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-o-object-position: center top;
	   object-position: center top;
}
.o-slide.is-shown{
	opacity: 1;
}
.o-vig{
	margin: 0 0.75rem;
	width: 6rem;
	height: 4.5rem;
	border-radius: 0.75rem;
	cursor: pointer;
}
.o-photo__filter{
	min-width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
	position: absolute;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.o-vig.is-shown .o-photo__filter,
.o-vig:hover .o-photo__filter{
	opacity: 0;
}
.c-slideshow__ctrl{
	position: absolute;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-image: -o-linear-gradient(top, #389645 50%, #42B351 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #389645), color-stop(50%, #42B351));
	background-image: linear-gradient(to bottom, #389645 50%, #42B351 50%);
	background-size: 100% 200%;
	background-position: center top;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.c-slideshow__ctrl:first-of-type{
	left: 1.5rem;
}
.c-slideshow__ctrl:last-of-type{
	right: 1.5rem;
}
.c-slideshow__ctrl path{
	fill: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.c-slideshow__ctrl svg{
	position: relative;
	width: 1rem;
	height: 1rem;
}
.c-slideshow__ctrl:first-of-type svg{
	right: 0.1rem;
}
.c-slideshow__ctrl:last-of-type svg{
	left: 0.1rem;
}
.c-slideshow__ctrl:hover{
	background-position: center bottom;
}
.c-slideshow__img{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	width: 100%;
	background: #1B2323;
}
@media all and (max-width: 660px),
all and (max-width: 1280px) and (min-width: 1024px){
	.c-slideshow__vigs{
		height: 5rem;
	}
	.o-vig{
		width: 3rem;
		height: 3rem;
		margin: 0 0.5rem;
		border-radius: 0.25rem;
	}
	.c-slideshow__ctrl{
		border-radius: 0 0.5rem 0.5rem 0;
		width: 1.75rem;
		height: 3.75rem;
	}
	.c-slideshow__ctrl:first-of-type{
		left: 0;
	}
	.c-slideshow__ctrl:last-of-type{
		border-radius: 0.5rem 0 0 0.5rem;
		right: 0;
	}
}
@media all and (max-width: 660px){
	.c-slideshow__slides{
		min-height: 30rem;
	}
}

/* =========== FAQ =========== */
.c-accordions__btn{
	border-bottom: 2px solid #389645;
	border-right: 2px solid #389645;
	width: 0.75rem;
	height: 0.75rem;

	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}
.c-accordions__question{
	margin-bottom: 2rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 45rem;
	cursor: pointer;
}
.c-accordions__answer + .c-accordions__question{
	margin-top: 3rem;
}
.c-accordions__question.is-active .c-accordions__btn{
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.c-accordions__answer{
	max-height: 0;
	border-bottom: 1px solid rgba(119, 122, 127, 0.5);
	max-width: 45rem;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	overflow-y: hidden;
	text-align: left;
}
.c-accordions__answer p:last-child,
.c-accordions__answer .o-ul:last-child,
.c-accordions__answer .o-ol:last-child{
	margin-bottom: 3rem;
}
.c-accordions__answer .o-ul p:last-child,
.c-accordions__answer .o-ol p:last-child{
	margin-bottom: 1.5rem;
}
.c-accordions__question.is-active + .c-accordions__answer{
	max-height: 50rem;
}
.c-accordions__question.is-active + .c-accordions__answer--long{
	max-height: 70rem;
}
.c-accordions__h3{
	font-weight: 600;
	font-size: 1.2rem;
	max-width: 85%;
}
.c-accordions__h3--big{
	 font-size: 1.7rem;
 }
.c-accordions__column{
	width: 47.5%;
}
.c-accordions{
	margin-top: 4.5rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

@media all and (max-width: 940px){
	.c-accordions__h3--big{
		 font-size: 1.5rem;
	 }
}
@media all and (max-width: 800px){
	.c-accordions__column{
		width: 100%;
	}
	.c-accordions__column + .c-accordions__column{
		margin-top: 3rem;
	}
}
@media all and (max-width: 400px){
	.c-accordions__column{
		width: 100%;
	}
	.c-accordions__question.is-active + .c-accordions__answer{
		max-height: 60rem;
	}
	.c-accordions__question.is-active + .c-accordions__answer--long{
		max-height: 80rem;
	}
}

/* =========== PRESTATIONS =========== */

.c-domains__icon{
	height: 3rem;
	width: 3rem;
	margin-bottom: 1.25rem;
}
.c-domains__h3{
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 1.4rem;
}
.c-domains__content{
	margin: 0 auto;
	max-width: 100rem;
	gap: 1rem 3rem;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.c-domains__el{
	position: relative;
	margin: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 30rem;
	min-width: 20rem;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.c-domains__el.js-notinview{
	opacity: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.c-domains__el:nth-child(1){
	-webkit-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.c-domains__el:nth-child(2){
	-webkit-transition-delay: 0.4s;
	     -o-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.c-domains__el:nth-child(3){
	-webkit-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.c-domains__el:nth-child(4){
	-webkit-transition-delay: 0.8s;
	     -o-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}
.c-domains__el:nth-child(5){
	-webkit-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
}
.c-domains__el:nth-child(6){
	-webkit-transition-delay: 1.2s;
	     -o-transition-delay: 1.2s;
	        transition-delay: 1.2s;
}
@media all and (max-width: 570px){
	.c-domains__el{
		min-width: 15rem;
		margin: 1rem 0;
	}
	.c-domains__icon{
		height: 2.5rem;
	}
}

/* =========== REALISATIONS =========== */
.c-reas{
	padding-bottom: 2rem;
}
.c-intro__titles--reas{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-left: 1rem;
}
.c-reas__els{
	margin: 1.5rem 0 4.5rem 0;
}
.c-reas__el{
	margin: 1rem;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 17rem;
	max-width: 25rem;
	height: 25rem;
	background: #fff;
	-webkit-box-shadow: 0.5rem 0.5rem 2rem rgba(0,0,0,0.2);
	        box-shadow: 0.5rem 0.5rem 2rem rgba(0,0,0,0.2);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-reas__loc{
	background: #389645;
	border-radius: 2.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0 3.5rem;
	text-transform: uppercase;
	margin: 0;
}
.c-reas__txt{

}
.c-reas__overlay{
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	top: 0;
	color: #fff;
	padding: 2.5rem;
	font-weight: 600;
}
.c-reas__el:hover .c-reas__overlay{
	opacity: 1;
}
.c-reas__slideshow{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s 0.6s;
	transition: opacity 0.5s, -webkit-transform 0s 0.6s;
	-o-transition: transform 0s 0.6s, opacity 0.5s;
	transition: transform 0s 0.6s, opacity 0.5s;
	transition: transform 0s 0.6s, opacity 0.5s, -webkit-transform 0s 0.6s;
	opacity: 0;
	z-index: 11;
	padding: 0 5.5rem 0 0;
}
.c-reas__slides{
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.c-reas__slide{
	height: 100%;
	max-width: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-reas__slideshow.is-shown{
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, -webkit-transform 0s;
	-o-transition: transform 0s, opacity 0.5s;
	transition: transform 0s, opacity 0.5s;
	transition: transform 0s, opacity 0.5s, -webkit-transform 0s;
	opacity: 1;
}
.c-reas__slide.is-shown{
	opacity: 1;
	position: relative;
}
.c-reas__img{
	height: 100%;
	width: auto;
}
.c-reas__desc{
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100vw;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 2rem;
	z-index: 1;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-desc__txt{
	margin: 1.5rem 2rem 1.5rem 0;
	font-size: 1.2rem;
	line-height: 1.2;
}
.c-reas__close-scr{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #3E3A39;
	opacity: 0.8;
	top: 0;
	left: 0;
}
.c-reas__slideshow::before{
	content: '';
	width: 5.5rem;
	position: absolute;
	background: #232323;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.c-reas__ctrls{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}
.c-reas__ctrl{
	padding: 0;
	width: 5.5rem;
	height: 7.25rem;
	background-color: #389645;
	cursor: pointer;
}
.c-reas__ctrl:hover .c-reas__icon{
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
}
.c-reas__ctrl:last-of-type{
	background-color: #2D3A3A;
}
.c-reas__cross{
	position: absolute;
	width: 1.5rem;
	top: 2rem;
	right: 2rem;
	cursor: pointer;
	z-index: 1;
}
.c-reas__path{
	fill: #fff;
}
.c-reas__path--dk{
	fill: #fff;
}
.c-reas__icon{
	width: 1rem;
	height: 1rem;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media all and (max-width: 479px){
	.c-reas__ctrl{
		width: 3.5rem;
	}
	.c-reas__cross{
		right: 1rem;
	}
	.c-reas__slideshow::before{
		width: 3.5rem;
	}
	.c-reas__slideshow{
		padding: 0 3.5rem 0 0;
	}
}
@media all and (max-height: 350px){
	.c-reas__ctrl{
		height: 5.5rem;
	}
}

/* =========== CONTACTS =========== */

.c-endsec__contact{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 1rem 2.5rem 0 0;
	font-weight: 600;
	color: #fff;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.c-endsec__svg{
	width: 2rem;
	height: 2rem;
	margin-right: 0.75rem;
}
.c-endsec__contact span{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.o-endsec__lastp{
	margin-top: 2rem;
}
.c-rappel__input--fff{
	background: #fff;
	color: #2D3A3A;
}
.c-rappel__input--bts{
	position: absolute;
	opacity: 0;
}
.c-rappel{
	margin-top: 4rem;
	padding: 2rem;
	width: 100%;
	min-width: 23rem;
	max-width: 40rem;
	border: 1px solid rgba(119, 122, 127, 0.5);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-rappel__input{
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	padding: 1rem;
	background: #F3F4F3;
	position: relative;
	height: 4.875rem;
}
.c-btn--rappel{
	margin: 0;
	height: 4.875rem;
	min-width: 11rem;
	max-width: 17rem;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media all and (max-width: 575px){
	.c-btn--rappel{
		width: 100%;
	}
	.c-rappel{
		padding: 1rem;
		min-width: 0;
	}
}

/*Devis rapide*/
.c-form{
	background: #f4f4f4;
	padding: 5.5rem 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}
.c-form__input{
	position: relative;
	background: transparent;
	border-bottom: 1px solid #22333B;
	padding: 0.5rem 0;
	margin-bottom: 2rem;
	max-width: 40rem;
	width: 100%;
}
.c-form__radios{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	max-width: 40rem;
	width: 100%;
	margin-bottom: 0.5rem;
}
.c-form__radio{
	margin: 0 1.5rem 0.5rem 0;
}
.c-form__p{
	margin: 0.5rem 0;
	width: 100%;
	max-width: 40rem;
	font-weight: 600;
	color: #389645;
}
.c-form__radios + .c-form__input{
	margin-top: 1rem;
}
.c-form__input--txt{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-height: 10rem;
	resize: none;
}
.c-form__h3{
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
	position: relative;
	font-weight: 900;
}
.c-form__h3:after{
	content: "";
	position: absolute;
	width: 30%;
	height: 1px;
	background: #22333B;
	bottom: -0.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.c-form__end{
	max-width: 40rem;
	position: relative;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-form__end--rappel{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.g-recaptcha{
	margin-top: 1.5rem;
}
.g-recaptcha--rappel{
	margin-top: 0;
}
@media all and (max-width: 1024px){
	.c-form{
		padding: 2rem 2rem 5.5rem 2.5rem;
	}
}
@media all and (max-width: 410px){
	.g-recaptcha{
		left: -1rem;
		top: 0.5rem;
		position: absolute;
	}
	.c-form__end{
		padding-top: 6rem;
	}
	.c-form{
		padding: 3.5rem 1.5rem;
	}
	.c-rappel{
		margin: 2.5rem 0 0 -0.5rem;
	}
}

/*Honeypot*/
.o-input--bts{
	position: absolute;
	z-index: -1;
}
