* {
	box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
	margin:0;
	padding:0;
}

body {
	font-family: 'Exo', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #fff;
	color:#202342;
	overflow-x: hidden;
}

h1 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin: 0;
}

h2 {
	font-size: 36px;
	font-weight: 500;
	text-align:center;
	margin: 0;
}

h3 {
	font-size: 18px;
	font-weight: 300;
	text-align:center;
	margin: 0;
}

p {
	font-size: 14px;
	font-weight: 400;
}

img {
	max-width:100%;
	height:auto;
}

header {
	display: block;
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	z-index: 98;
}

header .logoFixed {
	display: none;
}

header.headerScroll {
	position: fixed;
	top:0;
	left:0;
	background: #fff;
	box-shadow: 1px 1px 15px 0 rgba(32, 35, 66, 0.12);
}

header.headerScroll .logoFixed {
	display: block;
	width: 61px;
	padding: 32px 0;
}

header.headerScroll nav ol li {
	padding: 51px;
}

header.headerScroll .logo {
	padding-left: 20px;
}

header.headerScroll nav ol li a {
	font-family: 'Exo', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.83px;
	color:#202342;
	position: relative;
}

header.headerScroll nav ol li a:hover span {
	display: block;
	position: absolute;
	left:0;
	bottom:-8px;
	width: 100%;
	height:4px;
	background: #ffdc24;
	border-radius: 2px;
}

header.headerScroll .logoFixed {
	display: block;
}

header.headerScroll .logoDefault {
	display: none;
}

nav ol {
	list-style: none;
	margin: 0;
}

nav ol li {
	display: block;
	position: relative;
	float:left;
	padding:36px 51px 0 51px;
}

nav ol li:first-child {
	padding-left: 0;
}

nav ol li:last-child {
	padding-right: 0;
}

nav ol li a {
	text-decoration: none;
	color:#202342;
	letter-spacing: 0.83px;
	font-size:15px;
}

nav ol li a:hover {
	color:#fff;
}

.logo {
	display:block;
	width:236px;
	float:left;
	margin-right:80px;
}

.contactCta {
	display: block;
	position: absolute;
	right:25px;
	top:35px;
}

.contactCtaScroll {
	top:140px;
}

.contactCta img {
	width: 130px;
}

.header_section {
	display: block;
	position: relative;
	width: 100%;
	background-image: url("../img/background.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 345px;
	padding-bottom: 365px;
}

.header_section .baseline {
	text-align: left;
	font-family: 'YuGothic', sans-serif;
	font-size:18px;
	line-height: 1.3;
	font-weight:300;
	letter-spacing: 6px;
	padding-left: 20px;
	color:#38394d;
	text-transform: uppercase;
}

.header_section .mainTitle {
	text-align: left;
	font-weight: 800;
	font-size:74px;
	line-height: 1.1;
	padding-left: 20px;
	letter-spacing: 12.33px;
	color:#fff;
}

.header_section .header_img {
	position: absolute;
	/* width: 745px; */
	width: 56%;
	max-width: 745px;
	right: 0;
	bottom: -6px;
}

.header_section .mouseImg {
	position: absolute;
	bottom: -118px;
	width: 38px;
	left: 50%;
	transform: translateX(-50%);
}

.homeIntroduction {
	padding-top: 180px;
	padding-bottom: 140px;
}

.homeIntroduction p {
	font-family: 'ProximaNova';
	font-size:24px;
	line-height: 31px;
	font-weight:400;
	letter-spacing: 1.2px;
	color:#202342;
	width: 1040px;
	margin: auto;
}

.homeFlower {
	display: block;
	position: relative;
	width: 100%;
	background-image: url("../img/home_wave_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 580px;
}

.homeFlowerContent {
	display: block;
	position: relative;
	width: 400px;
	float: left;
	margin-top: 195px;
	padding-left: 65px;
}

.homeDesktopFlower {
	width: calc(100% - 400px);
	cursor: pointer;
	display: block;
	float: left;
}

.homeFlower h2 {
	font-family: 'Exo', sans-serif;
	font-size:35px;
	line-height: 38px;
	font-weight:700;
	letter-spacing: 1.94px;
	color:#2d8cff;
	margin-bottom: 35px;
	text-align: left;
	text-transform: uppercase;
}

.homeFlower p {
	font-family: 'Exo', sans-serif;
	font-size:24px;
	line-height: 38px;
	font-weight:700;
	letter-spacing: 1.33px;
	color:#fff;
	text-align: left;
}

footer {
	background: #f2f3f8;
	padding:100px 0 60px 0;
}

footer .footerLeft {
	display: block;
	position: relative;
	float: left;
	width: 30%;
	margin-right: 57px;
	padding-right:10px;
}

footer .footerLeft img {
	width:213px;
	margin-bottom: 20px;
}

footer .footerLeft p {
	font-family: 'ProximaNova';
	font-size:12px;
	line-height: 17px;
	font-weight:400;
	letter-spacing: 1.06px;
	color:#202342;
}

footer .footerRight {
	display: block;
	position: relative;
	float: left;
	width: calc(70% - 57px);
}

footer .footerRightTop {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

footer .footerRightColumn {
	display: block;
	position: relative;
	float: left;
	width: 20%;
	padding: 0 10px;
}

footer .footerRight h3 {
	font-family: 'Exo', sans-serif;
	font-size:10px;
	font-weight:700;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #202342;
	text-align: left;
}

footer .footerRightColumn a {
	display: block;
	font-family: 'ProximaNova';
	font-size:12px;
	line-height: 16px;
	font-weight:400;
	letter-spacing: 1.06px;
	margin-bottom: 15px;
	text-decoration: none;
	color: #202342;
}

footer .footerRightColumn a:hover {
	color: #000;
}

footer .footerRightColumn:first-child {
	padding-left: 0;
}

footer .footerRightColumn:last-child {
	padding-right: 0;
}

footer .footerRightBottom {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 40px;
}

.footerRs {
	margin-left:-5px;
}


footer .footerRsContainer {

}

footer .footerRightBottom h3 {
	margin-bottom:30px;
}

footer .footerRs a {
	display: block;
	position: relative;
	float: left;
	width: 60px;
	margin-right: 50px;
}

footer .footerRs a img.footerRsIconBg {
	display: block;
	position: relative;
	width: 100%;
}

footer .footerRs a img.footerRsIcon {
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 38px;
}

footer .footerRs .facebookFooter .footerRsIcon {
	top:48%;
	left:48%;
}

footer .footerRs .twitterFooter .footerRsIcon {
	top:47%;
	left:47%;
}

footer .footerRs .linkedinFooter .footerRsIcon {
	top:49%;
	left:49%;
}

footer .footerRs .instagramFooter .footerRsIcon {
	top:46%;
	left:47%;
}

.menuMobileLink {
	display: none;
	width: 30px;
}

.full-page-width {
	position:relative;
	width:100vw;
	margin-left:-50vw;
	left:50%;
}

.titleBlockMobile, .mouseImgMobile {
	display: none;
}

.menuMobileClose {
	display: none;
}

.menuMobileBg {
	display: none;
}

.menuMobileClose {
	width: 25px;
}

.homeMobileFlower {
	display: none;
}

.mobileFlowerLabel {
	display: none;
}

.contactLinkMenu {
	display: none;
}

.clients .header_section .header_img {
	width: 58%;
	max-width: 920px;
	min-width: 740px;
}

.about .header_section .header_img {
	width: 46%;
	max-width: 690px;
	min-width: 520px;
}

.contact .header_section .header_img {
	width: 46%;
	max-width: 760px;
	min-width: 760px;
}

.expertises .header_section .header_img {
	width: 48%;
	max-width: 730px;
	min-width: 660px;
	margin-right: 3vw;
}

.recrutement .header_section .header_img {
	width: 49%;
	max-width: 745px;
	min-width: 680px;
}

.aboutIntroduction {
	margin-top: 360px;
	margin-bottom: 240px;
}

.aboutIntroduction p {
	font-family: 'ProximaNova';
	font-size: 24px;
	line-height: 1.33;
	letter-spacing: 1.27px;
	color: #202342;
	margin-top: 30px;
}

.aboutIntroduction h2, .aboutValeurs h2 {
	font-weight: 800;
	font-size: 60px;
	color: #5abfff;
	text-align: left;
}

.aboutPoints .aboutPoint {
	display: block;
	position: relative;
	width: 100%;
	padding: 120px 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contactFindUs .container, .contactFormSection .container, .clientsContent .container, .aboutPoints .aboutPoint .container, .aboutIntroduction .container, .aboutValeurs .container, .expertisesOffreSection .container {
	padding: 0 70px;
}

.aboutPoints .aboutPoint h3 {
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 2.4px;
	color: #fff;
	text-align: left;
}

.aboutPoints .aboutPoint p {
	font-family: 'ProximaNova';
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 1.2px;
	color: #fff;
	margin-top: 40px;
}

.aboutPoints .aboutPoint:nth-child(2)  h3, .aboutPoints .aboutPoint:nth-child(2)  p {
	color: #202342;
}

.aboutPoints .aboutPoint:nth-child(1) {
	background-image: url("../img/aboutPointBg1.png");
	padding: 26vw 0;
	z-index: 86;
}

.aboutPoints .aboutPoint .aboutPointContent {
	position: absolute;
}

.aboutPoints .aboutPoint:nth-child(1) .aboutPointContent {
	top: 45%;
	left: 13vw;
	width: 30vw;
	transform: translateY(-50%);
}

.aboutPoints .aboutPoint:nth-child(2) {
	background-image: url("../img/aboutPointBg2.png");
	padding: 31vw 0;
	margin-top: -23vw;
	z-index: 85;
}

.aboutPoints .aboutPoint:nth-child(2) .aboutPointContent {
	top: 65%;
	right: 15vw;
	width: 30vw;
	transform: translateY(-50%);
}

.aboutPoints .aboutPoint:nth-child(3) {
	background-image: url("../img/aboutPointBg3.png");
	padding: 25vw 0;
	margin-top: -6vw;
	z-index: 90;
}

.aboutPoints .aboutPoint:nth-child(3) .aboutPointContent {
	top: 55%;
	right: 15vw;
	width: 30vw;
	transform: translateY(-50%);
}

.aboutValeurs {
	padding-bottom: 120px;
}

.aboutValeurs h2 {
	padding-top: 140px;
	padding-bottom: 100px;
}

.carouselCards {
	margin: 0 -10%;
	width: 120%;
}

.carouselCard {
	display: block;
	width: calc(33% - 30px);
	height:385px;
	float: left;
	padding: 25px 20px 60px 20px;
	margin: 0 15px 30px 15px;
	box-shadow: 2px 2px 30px 0 rgba(100, 75, 75, 0.24);
}

.carouselCard img {
	width: 110px;
	margin: 0 auto 20px auto;
	display: block;
}

.carouselCard h3 {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2.1px;
	color: #fff;
	text-align: center;
}

.carouselCard p {
	font-family: 'ProximaNova';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.07px;
	color: #fff;
	margin-top: 20px;
	padding: 0 40px;
	text-align: center;
}


.aboutValeursContainer .aboutValeur:nth-child(1) {
	background: #ffb22f;
}

.aboutValeursContainer .aboutValeur:nth-child(2) {
	background: #f15a24;
}

.aboutValeursContainer .aboutValeur:nth-child(3) {
	background: #2d8cff;
}

.aboutValeursContainer .aboutValeur:nth-child(4) {
	background: #5abfff;
}

.aboutValeursContainer .aboutValeur:nth-child(5) {
	background: #de4b5e;
}

.expertisesOffreSection {
	margin-top: 360px;
}

.expertisesOffreContainer {
	display: block;
	position: relative;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	padding: 120vw 0px;
	background-image: url("../img/expertises_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.expertisesOffreSection h2 {
	font-weight: 800;
	font-size: 60px;
	color: #5abfff;
	text-align: left;
}

.expertisesOffre h3 {
	font-weight: 800;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0.35px;
	color: #5abfff;
	text-align: left;
}

.expertisesOffre p {
	font-size: 24px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0.28px;
	color: #202342;
	margin-top: 25px;
}

.expertisesOffreContainer .container .expertisesOffre:nth-child(1) {
	position: absolute;
	top: 18vw;
	left: 17vw;
}

.expertisesOffreContainer .container .expertisesOffre:nth-child(2) {
	position: absolute;
	top: 62vw;
	right: 10vw;
}

.expertisesOffreContainer .container .expertisesOffre:nth-child(3) {
	position: absolute;
	top: 112vw;
	left: 15vw;
}

.expertisesOffreContainer .container .expertisesOffre:nth-child(4) {
	position: absolute;
	top: 150vw;
	right: 16vw;
}

.expertisesOffreContainer .container .expertisesOffre:nth-child(5) {
	position: absolute;
	top: 200vw;
	left: 19vw;
}

.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(1) {
	background: #2d8cff;
}

.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(2) {
	background: #ffb22f;
}

.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(3) {
	background: #f15a24;
}

.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(4) {
	background: #de4b5e;
}

.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(5) {
	background: #5abfff;
}

.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(6) {
	background: #202342;
}

.expertisesSavoirFaires {
	padding-top: 140px;
}

.expertisesSavoirFaires h2 {
	font-weight: 800;
	font-size: 60px;
	color: #5abfff;
	text-align: left;
	margin-bottom: 100px;
}

.expertisesSavoirFairesContainer {
	margin: 0 -5%;
	width: 110%;
}

.expertisesSavoirFairesContainer img {
	width: 125px;
}

.expertisesSavoirFaire p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
	padding: 0 45px;
}

.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(6) p {
	padding: 0 40px;
}

.expertisesDesignSprint {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 140px;
	padding: 22vw 0px 12vw 0;
	background-image: url("../img/expertisesDesignSprintBg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.expertisesDesignSprint h2 {
	font-weight: 800;
	font-size: 60px;
	color: #fff;
	text-align: left;
	width: 920px;
}

.expertisesDesignSprint p {
	font-family: 'ProximaNova';
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1.27px;
	color:#fff;
	margin-top: 60px;
	width: 1080px;
}

.expertisesDesignSprint img {
	display: block;
	width: 80%;
	margin: 120px auto 0 auto;
	max-width: 820px;
}

.clientsContent {
	padding: 22vw 0 2vw 0;
}

.clientsContent h2 {
	font-weight: 800;
	font-size: 60px;
	color: #5abfff;
	text-align: left;
}

.clientsGrid {
	margin-left: -4%;
	margin-right: -4%;
	width: 108%;
}

.clientsGrid .clientItem {
	display: block;
	width: calc(33% - 120px);
	float: left;
	margin: 0 60px 160px 60px;
}

.clientsGrid .clientItem img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.recrutementIntroduction {
	padding: 20vw 0 10vw 0;
}

.recrutementIntroduction .container {
	padding: 0 40px;
}

.recrutementIntroduction h2 {
	font-weight: 800;
	font-size: 60px;
	color: #ffb22f;
	text-align: left;
	margin-bottom: 30px;
}

.recrutementIntroduction p {
	font-family: 'ProximaNova';
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1.27px;
	color:#202442;
}

.recrutementBranding {
	display: block;
	width: 100%;
	position: relative;
	padding: 22vw 0px 32vw 0;
	background-image: url("../img/recrutement_intersticielle_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recrutementBranding img {
	position: absolute;
	display: block;
	bottom: -50px;
	left: 0;
	width: 100%;
}

.recrutementIzilifers {
	padding-top: 150px;
	padding-bottom: 60px;
}

.recrutementIzilifers h2 {
	font-weight: 800;
	font-size: 60px;
	color: #f15a24;
	text-align: left;
	width: 720px;
	line-height: 1.1;
}

.recrutementIzilifersContainer {
	margin-top: 340px;
	margin-left: -6%;
	margin-right: -6%;
	width: 112%;
}

.recrutementIzilifersContainer .recrutementIziliferItem {
	display: block;
	position: relative;
	width: 100%;
	float:left;
}

.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(1) .recrutementIzilifer {
	float:left;
	position: relative;
	margin-left: 5%;
}

.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) .recrutementIzilifer {
	float:right;
	margin-right: 20%;
	position: relative;
}

.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) .recrutementIzilifer {
	float: left;
	position: relative;
	margin-left: 380px;
}

.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer {

}

.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) .recrutementIzilifer .recrutementIziliferTalk p {
	top: 46%;
}

.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) .recrutementIzilifer .recrutementIziliferTalk {
	position: absolute;
	width: 360px;
	top: -150px;
	right: unset;
	left: -255px;
}

.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) {
	margin-top: 110px;
}

.recrutementIzilifersContainer .recrutementIziliferItem .recrutement_izilifer {
	width: 360px;
}

.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.28px;
	color:#202342;
	margin-top: 15px;
}

.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer span {
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.28px;
	color:#2d8cff;
	text-align: center;
}

.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) {
	margin-top: -160px;
}

.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk {
	position: absolute;
	width: 360px;
	top: -150px;
	right: -220px;
}

.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk img {

}

.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk p {
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	font-family: 'ProximaNova';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1.27px;
	color: #fff;
	text-align: center;
	width: 75%;
}



.contactFormSection {
	margin-top: 320px;
}

.contactFormSection h2 {
	font-weight: 800;
	font-size: 60px;
	color: #5abfff;
	text-align: left;
}

.contactForm {
	margin-top: 85px;
}

.contactForm .contactFormLeft {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	padding-right: 20px;
}

.contactForm .contactFormRight {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	padding-left: 20px;
}

.contactForm .contactFormLeft .contactFormField {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.contactForm .contactFormRight .contactFormField {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.contactForm .contactFormField label {
	display: block;
	position: relative;
	width: 100%;
	font-family: 'ProximaNova';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 1.2px;
	color:#5abfff;
	padding-left: 25px;
}

.contactForm .contactFormField input[type="text"] {
	display: block;
	position: relative;
	width: 100%;
	height: 64px;
	border-radius: 21px;
	border: solid 4px #f2f3f8;
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-appearance: none !important;
	outline: none !important;
}

.contactForm .contactFormField textarea {
	display: block;
	position: relative;
	width: 100%;
	height: 327px;
	border-radius: 21px;
	border: solid 4px #f2f3f8;
	margin-top: 10px;
	padding: 25px;
	-webkit-appearance: none !important;
	outline: none !important;
}

.contactFormConfirmation table {
	display: none !important;
}

.contact .ajaxLoaderGif {
	display: none;
	width: 40px;
	position: absolute;
	bottom: -20px;
	right: 100px;
}

.contactForm .contactFormFieldSubmit img {
	float: right;
	margin-right: -50px;
	width: 340px;
	margin-top: -15px;
	cursor: pointer;
}

.contactForm .contactFormFieldSubmit img.contactFormFieldSubmitClicked {
	display: none;
}

.contact .contactCta {
	display: none !important;
}

.contactForm .contactFormFieldSubmit button {

}

.contactForm .contactFormFieldSubmit button span {

}

.contactForm .contactFormFieldSubmit button img {

}

.contactFindUs {
	margin-top: 220px;
	background-image: url("../img/contact_findus_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 8vw;
	padding-bottom: 9vw;
}

.contactFindUs h2 {
	font-weight: 800;
	font-size: 60px;
	color: #fff;
	text-align: left;
}

.contactAdressesContainer {
	margin-top: 100px;
}

.contactMapContainer {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position: relative;
	margin-top: 60px;
}

.contactMapContainer #contactMaps {
	display: block;
	width: 100%;
	height: 560px;
}

.contactAdressesContainer .contactAdresse {
	display: block;
	position: relative;
	width: 50%;
	float:left;
}

.contactAdressesContainer .contactAdresse:last-child {
	padding-left: 80px;
}

.contactAdressesContainer .contactAdresse img {
	display: block;
	position: relative;
	width: 100px;
	float:left;
}

.contactAdressesContainer .contactAdresse:first-child .contactAdresseContent {
	padding-left: 15px;
}

.contactAdressesContainer .contactAdresse .contactAdresseContent {
	display: block;
	position: relative;
	width: calc(100% - 100px);
	padding-left: 25px;
	float:left;
}

.contactAdressesContainer .contactAdresse h3 {
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.21px;
	color: #202442;
	text-align: left;
}

.contactAdressesContainer .contactAdresse h3 span {
	color: #fff;
}

.contactAdressesContainer .contactAdresse p {
	font-size: 18px;
	letter-spacing: 0.21px;
	color: #202442;
	margin: 0;
}

.recrutement .header_section .header_img {
	bottom: -1px;
}

.mouseImg1 {
	position: absolute;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	width: 15%;
	top: 12px;
	left: 17px;
}

.mouseImg2 {
	position: absolute;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: bounce2;
	animation-name: bounce2;
	width: 63%;
	left: 8px;
	top: 68px;

}

.currentPage {
	color: #fff;
}

.headerScroll .currentPage span {
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 4px;
	background: #ffdc24;
	border-radius: 2px;
}

.homeMobileFlowerFix {
	display: none;
	transition: all .2s ease-in-out;
}

@-webkit-keyframes bounce {
	0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
	50% {-webkit-transform: translateY(3px);}
}

@keyframes bounce {
	0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
	50% {transform: translateY(3px);}
}

@-webkit-keyframes bounce2 {
	0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
	50% {-webkit-transform: translateY(15px);}
}

@keyframes bounce2 {
	0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
	50% {transform: translateY(15px);}
}

.expertisesOffreImgMobile {
	display: none;
}

.contactForm .contactFormField input[type="text"]:focus, .contactForm .contactFormField textarea:focus {
	border: 4px solid #5abfff;
}

.contactFormError {
	color: #f15a24;
	letter-spacing: 0.5px;
	font-size: 15px;
	padding-left: 25px;
	margin-top: 3px;
	display: block;
}

.contactFormConfirmation {
	color: #00af00;
	letter-spacing: 0.5px;
	font-size: 18px;
	display: block;
	font-weight: 700;
	text-align: center;
}

.contactFormConfirmationNotOk {
	color: #f15a24;
}

.about .header_section .header_img {
	bottom: 0px !important;
}

.contact .header_section .header_img {
	bottom: -1px !important;
}

.contactForm .contactFormField input[type="file"] {
	padding-left: 5px;
	margin-top: 10px;
}

.scrollToTop {
	display: none;
}

.clientsSubtitle {
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	letter-spacing: 5.3px;
	color: #38394d;
	display: block;
	margin-top: 8px;
	margin-bottom: 150px;
	font-weight: 300;
}

.homeFlowerMobileTouchArea {
	display: none;
}

.homeFlowerMobileTouchArea:focus {
	outline: none;
}


/* LG */
@media (min-width: 1200px) {

	.clients .header_section .header_img {
		min-width: 870px;
	}

	.contactLinkMenu {
		display: none;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1200px) {
	.container {
		width: 100%;
		padding: 0 30px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutement_izilifer {
		width: 340px;
	}

	.contact .header_section .header_img {
		width: 72%;
		max-width: 760px;
		min-width: unset;
	}

	.expertises .header_section .header_img {
		width: 52%;
		max-width: unset;
		min-width: unset;
	}

	.recrutement .header_section .header_img {
		width: 51%;
		max-width: unset;
		min-width: unset;
	}

	.contactCta {
		top: 80px;
		right:-10px;
	}

	nav ol li {
		padding: 36px 31px 0 31px;
	}

	.header_section .baseline {
		font-size: 16px;
	}

	.homeIntroduction p {
		font-size: 21px;
		line-height: 28px;
		width: 90%;
	}

	.header_section .mouseImg {
		bottom: -108px;
		width: 32px;
	}

	header.headerScroll nav ol li {
		padding: 51px 36px;
	}

	header.headerScroll .logo {
		width: 145px;
	}

	header.headerScroll .contactCta {
		top: 130px;
		right: -20px;
	}

	.homeFlower {
		padding-top: 80px;
	}

	.homeFlowerContent {
		margin-top: 120px;
		padding-left: 50px;
	}

	.contactLinkMenu {
		display: none;
	}

	.mouseImg1 {
		left: 14px;
	}

	.mouseImg2 {
		top: 56px;
		left: 6px;
	}

	.aboutPoints .aboutPoint p {
		font-size: 16px;
		line-height: 24px;
	}

	.carouselCard p {
		padding: 0 10px;
	}

	.expertisesOffreContainer .container .expertisesOffre:nth-child(1) {
		left: 13vw;
	}

	.expertisesOffreContainer .container .expertisesOffre:nth-child(2) {
		top: 58vw;
		right: 0vw;
		width: 40vw;
	}

	.expertisesOffre p {
		margin-top: 15px;
	}

	.expertisesOffre h3 {
		font-size: 28px;
		line-height: 36px;
	}

	.expertisesOffreContainer .container .expertisesOffre:nth-child(3) {
		top: 108vw;
		left: 10vw;
		width: 32vw;
	}

	.expertisesOffreContainer .container .expertisesOffre:nth-child(4) {
		top: 148vw;
		right: 10vw;
	}

	.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(6) p {
		padding: 0 20px;
	}

	.clientsContent h2 {
		font-size: 54px;
	}

	.clientsSubtitle {
		margin-bottom: 120px;
		font-size: 16px;
		margin-top: 6px;
	}

	.clientsGrid .clientItem {
		display: block;
		width: calc(33% - 120px);
		float: left;
		margin: 0 60px 160px 60px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer {
		width: 380px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk {
		width: 320px;
		right: -160px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk p {
		font-size: 15px;
		line-height: 19px;
		letter-spacing: 1px;
	}

	.header_section .header_img {
		bottom: -4px;
	}

	.responsive footer .footerRightBottom h3 {
		color:green;
	}
}

/* SM & XS */
@media (max-width: 992px) {

	header nav {
		display: none;
	}

	.menuMobileBg {
		display: block;
		position: absolute;
		top: 0;
		z-index: 97;
		left: 0;
		width: 100%;
	}

	.menuMobileLink {
		display: block;
		position: absolute;
		top:50%;
		right:20px;
		transform: translateY(-50%);
		cursor: pointer;
	}

	.logo {
		width: 160px;
		margin-left: 30px;
	}

	header {
		top: 40px;
	}

	header .container {
		position: relative;
	}

	header nav {
		position: absolute;
		width:100vw;
		margin-left:-50vw;
		left:50%;
		top: 82px;
		padding-top: 35px;
	}

	header nav ol li {
		float: unset;
		width: 100%;
		padding: 0 30px 24px 30px !important;
	}

	header nav ol li a {
		font-family: 'Exo', Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 22px;
		font-weight: 800;
		line-height: 1.1;
		letter-spacing: 4px;
		color:#fff;
	}

	header nav ol {
		padding: 0;
		margin: 0;
		position: relative;
		z-index: 99;
	}

	.homeIntroduction p {
		font-family: 'ProximaNova';
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.75px;
		color: #2d8cff;
		width: 100%;
		margin: auto;
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
	}

	.strongMobile {
		font-weight: 700;
	}

	.homeDesktopFlower {
		display: none !important;
	}

	.homeMobileFlower {
		display: block;
	}

	.mobileFlowerLabel {
		display: none;
		text-align: center;
		margin: 4vw auto 0 auto;
	}

	.mobileFlowerLabel span {
		display: inline-block;
		position: relative;
		border-radius: 36.5px;
		background-color: #202342;
		width: 245px;
		height:85px;
	}

	.mobileFlowerLabel span p {
		display: block;
		position: absolute;
		width: 80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		color:#fff;
		font-size: 18px;
		font-weight: bold;
		font-weight: 700;
		letter-spacing: 0.89px;
		line-height: 1.3;
		text-align: center;
	}

	.homeFlower {
		padding-top: 0;
		padding-bottom: 100px;
		background: unset;
	}

	.homeFlower img {
		width: 90%;
		float: unset;
		margin: auto;
		max-width: 580px;
	}

	.homeIntroduction {
		padding-top: 180px;
		padding-bottom: 100px;
	}

	.homeFlowerContent {
		width: 100%;
		float: unset;
		margin-top: 160px;
		padding-left: 0;
		text-align: center;
		padding: 0 30px;
	}

	.homeFlower h2, .homeFlower p {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.89px;
		color: #4197ff;
		margin-bottom: 0;
		text-align: center;
		margin: 0;
	}

	.homeFlowerContent br {
		display: none;
	}

	.about .header_section .header_img {
		width: 46%;
		max-width: unset;
		min-width: 380px;
	}

	.expertisesOffreSection {
		margin-top: 280px;
	}

	.expertisesOffreSection h2 {
		font-size: 54px;
	}

	.expertisesOffreImgMobile {
		display: block;
	}

	.expertisesOffreContainer {
		background: unset;
		padding: 0;
	}

	.expertisesOffreContainer .container .expertisesOffre {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		right: unset !important;
		padding: 60px 6vw 80px 6vw !important;
	}

	.expertisesOffreContainer .container .expertisesOffre {
		position: relative !important;
		top: unset !important;
		right: unset !important;
		padding: 60px 6vw 80px 6vw !important;
		width: 100vw !important;
		margin-left: -50vw !important;
		left: 50% !important;
	}

	.expertisesOffreContainer .container .expertisesOffre:nth-child(even) {
		background-image: url("../img/expertisesOffreMobileBg.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.expertisesOffreContainer .container .expertisesOffre:nth-child(even) h3, .expertisesOffreContainer .container .expertisesOffre:nth-child(even) p {
		color: #fff;
	}

	.expertisesSavoirFaires {
		padding-top: 80px;
	}

	.expertisesSavoirFaires h2 {
		margin-bottom: 80px;
	}

	.expertisesOffreContainer {
		margin-top: 40px;
	}

	.expertisesOffreContainer .container .expertisesOffre h3 {
		text-align: center;
	}

	.expertisesOffreContainer .container .expertisesOffre p {
		text-align: center;
	}

	.expertisesOffreImgMobile {
		display: block;
		width: 50%;
		margin: 0 auto 30px auto;
	}

	.clientsGrid .clientItem {
		display: block;
		width: calc(50% - 100px);
		float: left;
		margin: 0 50px 160px 50px;
	}

	.clientsContent {
		padding-top: 30vw;
	}

	.clientsContent h2 {
		font-size: 42px;
	}

	.clientsSubtitle {
		margin-bottom: 100px;
		font-size: 14px;
		line-height: 1.5;
	}

	.contactLinkMenu {
		display: block;
	}

	.recrutementIntroduction p {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0.8px;
	}

	.contactFormConfirmation {
		font-size: 16px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(1) .recrutementIzilifer {
		margin-left: 0;
		width: 100%;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutement_izilifer {
		width: 75%;
		margin: auto;
		display: block;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) {
		margin-top: 280px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) .recrutementIzilifer {
		position: relative;
		width: 100%;
		margin-right: 0;
	}

	.recrutementIzilifers > .container {
		padding: 0 7vw;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(1) .recrutementIzilifer .recrutementIziliferTalk img {
		transform: rotateY(180deg);
	}

	.recrutementIzilifers {
		padding-bottom: 100px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk {
		width: 75% !important;
		top: -42vw !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) .recrutementIzilifer {
		position: relative;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) {
		margin-top: 280px;
	}

	.recrutementIzilifersContainer {
		margin-top: 420px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk p {
		width: 50%;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) {
		margin-top: 440px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) .recrutementIzilifer .recrutementIziliferTalk img {
		transform: unset;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) .recrutementIzilifer .recrutementIziliferTalk p {
		width: 75%;
	}

	.recrutementIzilifers h2 {
		font-size: 48px;
		width: 100%;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) {
		margin-top: 440px;
	}

	.recrutementIntroduction h2 {
		font-size: 48px;
	}

	.contactForm .contactFormLeft {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.contactFormSection {
		margin-top: 35vw;
	}

	.contactFindUs {
		padding-top: 10vw;
	}

	.contactFindUs h2 {
		font-size: 48px;
	}

	.contactAdressesContainer {
		margin-left: -10%;
		margin-right: -10%;
		width: 120%;
	}

	.contactAdressesContainer .contactAdresse:last-child {
		padding-left: 0;
	}

	.contactForm .contactFormRight {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.mobileFlowerLabel1 span {
		background: #ffda0f;
	}

	.mobileFlowerLabel2 span {
		background: #f4970c;
	}

	.mobileFlowerLabel3 span {
		background: #f15a24;
	}

	.mobileFlowerLabel4 span {
		background: #de4b5e;
	}

	.mobileFlowerLabel5 span {
		background: #202342;
	}

	.mobileFlowerLabel6 span {
		background: #5abfff;
	}

	.mobileFlowerLabel7 span {
		background: #45a6ff;
	}

	.mobileFlowerLabel8 span {
		background: #2d8cff;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 992px) {

	.homeIntroduction p {
		font-size: 18px;
		line-height: 26px;
	}

	.contact .header_section .header_img {
		width: 65%;
		max-width: unset;
		min-width: 540px;
	}

	.header_section {
		padding-top: 225px;
		height: 680px;
	}

	.header_section .mainTitle {
		font-size: 62px;
	}

	.header_section .baseline {
		font-size: 12px;
		letter-spacing: 4px;
	}

	.header_section .header_img {
		width: 60%;
		min-width: 543px;
	}

	.logo {
		width: 180px;
	}

	.contactCta img {
		width: 100px;
	}

	.contactCta {
		right: 5px;
		top: 95px;
	}

	.menuMobileLink {
		right: 30px;
	}


	.footerLeft, .footerRightTop, .footerRightBottom h3 {
		display: none !important;
	}

	footer {
		padding: 25px 0;
	}

	.footerRightBottom {
		padding: 0 !important;
	}

	footer .footerRight {
		width: 100%;
	}

	footer .footerRs a {
		margin-right: 15px;
	}

	.footerRs {
		margin-left: 15px;
	}

	.homeFlower h2, .homeFlower p {
		font-size: 22px;
		line-height: 32px;
	}

	.clients .header_section .header_img {
		width: 68%;
		max-width: unset;
		min-width: 574px;
	}


	.header_section .header_img {
		bottom: -4px;
	}

	.expertises .header_section .header_img {
		width: 52%;
		max-width: unset;
		min-width: unset;
		margin-right: 0;
	}

	.recrutement .header_section .header_img {
		width: 51%;
		max-width: unset;
		min-width: 440px;
	}

	.aboutIntroduction {
		margin-top: 320px;
		margin-bottom: 200px;
	}

	.aboutPoints .aboutPoint p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 20px;
	}

	.aboutPoints .aboutPoint:nth-child(1) .aboutPointContent {
		top: 44%;
		left: 8vw;
		width: 40vw;
	}

	.carouselCard {
		width: calc(50% - 30px);
	}

	.aboutPoints .aboutPoint:nth-child(3) .aboutPointContent {
		right: 8vw;
		width: 36vw;
	}

	.aboutPoints .aboutPoint:nth-child(2) .aboutPointContent {
		right: 10vw;
		width: 32vw;
	}

	.aboutIntroduction p {
		font-size: 22px;
	}

	.aboutIntroduction h2, .aboutValeurs h2 {
		font-size: 56px;
	}

	.aboutPoints .aboutPoint:nth-child(1) .aboutPointContent {
		left: 10vw;
		width: 40vw;
	}

	.expertisesDesignSprint h2 {
		font-size: 42px;
		width: 75vw;
		line-height: 1.15;
	}

	.expertisesDesignSprint .container {
		padding: 0 60px;
	}

	.expertisesDesignSprint p {
		font-size: 21px;
		line-height: 32px;
		letter-spacing: 0.8px;
		width: 100%;
	}

	.expertisesDesignSprint {
		padding: 22vw 0px 8vw 0;
	}

	.expertisesSavoirFairesContainer .expertisesSavoirFaire:nth-child(6) p {
		padding: 0 20px;
	}

	.contactForm .contactFormField textarea {
		height: 80vw;
	}

	.expertisesOffreContainer {
		margin-top: 0px;
	}

	.expertisesDesignSprint img {
		margin: 80px auto 0 auto;
		width: 90%;
	}

	.homeMobileFlowerFix {
		display: none;
	}


	.homeFlowerMobileTouchArea {
		position: absolute;
		width: 15vw;
		height: 15vw;
		cursor: pointer;
	}

	.homeFlowerMobileTouchArea1 {
		top: 3vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea2 {
		top: 9vw;
		left: 66%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea3 {
		top: 25vw;
		left: 72%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea4 {
		top: 41vw;
		left: 66%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea5 {
		top: 47vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea6 {
		top: 40vw;
		left: 34%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea7 {
		top: 25vw;
		left: 27%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea8 {
		top: 9vw;
		left: 34%;
		transform: translateX(-50%);
	}

	.homeMobileFlowerFix {
		width: 65vw !important;
		max-width: unset !important;
	}

	.homeMobileFlowerAnimated {
		width: 65vw !important;
		max-width: unset !important;
	}

	.responsive footer .footerRightBottom h3 {
		color:yellow;
	}
}

/* XS */
@media (max-width: 768px) {


	.contactCta {
		display: none;
	}

	.header_section .header_img {
		position: absolute;
		width: 107%;
		right: 0;
		top: 125px;
	}

	.headerTitleContainer {
		position:relative;
		width:100vw;
		margin-left:-50vw;
		left:50%;
	}

	.headerTitleContainer .titleBlockMobile {
		position: relative;
		width: 100%;
		display: block;
		z-index: 96;
	}

	.headerTitleContainer .headerTitleTextContainer {
		position: absolute;
		width: 100%;
		display: block;
		z-index: 97;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 30px;
	}

	.header_section .mainTitle {
		font-size:24px;
		font-weight: 800;
		line-height: 31px;
		letter-spacing: 4px;
		text-align: center;
		padding-left: 0;
	}

	.home .header_section .mainTitle {
		font-size:40px;
		line-height: 42px;
		letter-spacing: 7.67px;
		text-align: left;
		padding-left: 20px;
	}

	.header_section .baseline {
		font-size: 9px;
		letter-spacing: 3px;
		color:#fff;
	}

	.menuMobileLink {
		right:40px;
	}

	.header_section {
		display: block;
		position: relative;
		width: 100%;
		background-image: url("../img/background.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 345px;
		padding-bottom: 0;
	}

	.header_section {
		background-image: url("../img/mobile_header_bg.png");
		background-position: top center;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 29vw;
	}

	.headerTitleContainer {
		position: absolute;
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
		border: 0;
		bottom: -29vw;
	}

	.homeIntroduction p {
		width: 100%;
	}

	.header_section .header_img {
		position: relative;
		display: block;
		top: unset;
		margin-top: 125px;
		width: 103vw;
		margin-left: -55vw;
		left: 50%;
	}

	.clients .header_section .header_img {
		position: relative;
		display: block;
		top: unset;
		margin-top: 140px;
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
		min-width: unset;
		max-width: unset;
		padding-bottom: 30px;
	}

	.mouseImgDesktop {
		display: none;
	}

	.header_section .mouseImgMobile {
		display: block;
		top: 26vw;
		width: 8vw;
	}

	.home .header_section .mouseImgMobile {
		top: 32vw;
	}

	.headerTitleContainer .titleBlockMobile {
		height: 33vw;
	}

	.homeIntroduction {
		padding-top: 46vw;
	}

	.footerLeft, .footerRightTop, .footerRightBottom h3 {
		display: none !important;
	}

	footer {
		padding: 25px 0;
	}

	.footerRightBottom {
		padding: 0 !important;
	}

	footer .footerRight {
		width: 100%;
	}

	footer .footerRs a {
		margin-right: 15px;
	}

	.menuMobileOpen {
		width: 28px;
	}

	.footerRs {
		margin-left: 15px;
	}

	.homeIntroduction {
		padding-bottom: 80px;
	}

	.homeFlower img {
		width: 100%;
	}

	.mobileFlowerLabel {
		margin: 8vw auto 0 auto;
	}

	.about .header_section .mouseImgMobile {
		display: block;
		top: 30vw;
		width: 8vw;
	}

	.logo {
		width: 100px;
	}

	.about .header_section .header_img {
		position: relative;
		display: block;
		top: unset;
		margin-top: 140px;
		width: 105vw;
		margin-left: -56vw;
		left: 50%;
		min-width: unset;
		max-width: unset;
		padding-bottom: 0px;
	}

	.contact .header_section .header_img {
		position: relative;
		display: block;
		top: unset;
		margin-top: 150px;
		width: 90vw;
		margin-left: -50vw;
		left: 50%;
		min-width: unset;
		max-width: unset;
		padding-bottom: 0px;
	}


	.expertises .header_section .header_img {
		position: relative;
		display: block;
		top: unset;
		margin-top: 140px;
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
		min-width: unset;
		max-width: unset;
		padding-bottom: 0px;
	}


	.recrutement .header_section .header_img {
		position: relative;
		display: block;
		top: unset;
		margin-top: 140px;
		width: 92vw;
		margin-left: -50vw;
		left: 50%;
		min-width: unset;
		max-width: unset;
		padding-bottom: 0px;
	}

	.expertises .header_section .header_img {
		position: relative;
		display: block;
		top: unset;
		margin-top: 80px;
		width: 116vw;
		margin-left: -45vw;
		left: 50%;
		min-width: unset;
		max-width: unset;
		padding-bottom: 0px;
	}

	.expertises .header_section {
		padding-bottom: 20px;
	}

	.expertises .headerTitleContainer {
		bottom: -24vw;
	}

	.homeIntroduction p {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mouseImg1 {
		top: 3vw;
		left: 3.5vw;
	}

	.mouseImg2 {
		top: 14vw;
		left: 1.5vw;
	}

	.aboutIntroduction {
		margin-top: 68vw;
		margin-bottom: 15vw;
	}

	.aboutIntroduction p {
		font-size: 16px;
	}

	.aboutIntroduction h2, .aboutValeurs h2 {
		font-size: 28px;
	}

	.contactFindUs .container, .contactFormSection .container, .clientsContent .container, .aboutPoints .aboutPoint .container, .aboutIntroduction .container, .aboutValeurs .container, .expertisesOffreSection .container {
		padding: 0 12vw;
	}

	.aboutPoints .aboutPoint:nth-child(1) {
		background-image: url("../img/aboutPointBgMobile1.png");
		padding: 95vw 0;
	}

	.aboutPoints .aboutPoint:nth-child(2) {
		background-image: url("../img/aboutPointBgMobile2.png");
		padding: 75vw 0;
		margin-top: 0;
	}

	.aboutPoints .aboutPoint:nth-child(3) {
		background-image: url("../img/aboutPointBgMobile3.png");
		padding: 92vw 0;
		margin-top: 0;
	}

	.aboutPoints .aboutPoint .aboutPointContent {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		padding: 0 !important;
		transform: unset !important;
		position: relative;
		top: unset !important;
	}

	.aboutPoints .aboutPoint p {
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 1.2px;
		margin-top: 20px;
	}

	.aboutPoints .aboutPoint h3 {
		font-size: 16px;
		letter-spacing: 1.4px;
	}

	.aboutPoints .aboutPoint:nth-child(1) {
		padding: 100vw 0 12vw 0;
	}

	.aboutPoints .aboutPoint:nth-child(2) {
		padding: 90vw 0 8vw 0;
	}

	.aboutPoints .aboutPoint:nth-child(3) {
		padding: 104vw 0 10vw 0;
	}

	.expertisesOffreContainer .container .expertisesOffre {
		padding: 60px 6vw 50px 6vw !important;
	}

	.expertisesSavoirFaires .container {
		padding: 0 12vw;
	}

	.expertisesSavoirFaires {
		padding-top: 0;
		margin-top: -20px;
	}

	.expertisesSavoirFairesContainer img {
		width: 40%;
	}

	.expertisesSavoirFaire {
		padding-top: 140px !important;
	}

	.expertisesDesignSprint {
		margin-top: 0;
		padding: 22vw 10vw 12vw 10vw;
	}

	.expertisesSavoirFaire p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 30px;
		padding: 0 30px;
	}

	.expertisesSavoirFaires h2 {
		font-size: 24px;
		position: absolute;
		padding-top: 60px;
		z-index: 86;
		color: #fff;
	}

	.carouselCard {
		height: unset;
		padding: 165px 20px 120px 20px;
		margin: 0 0 0 -50vw;
		width: 100vw;
		left: 50%;
		position: relative;
	}

	.aboutValeurs {
		padding-bottom: 0;
	}

	.aboutIntroduction h2 {
		font-size: 24px;
	}

	.aboutValeurs h2 {
		font-size: 24px;
		position: absolute;
		padding-top: 60px;
		z-index: 86;
		color: #fff;
		padding-left: 15px;
	}

	.aboutIntroduction p {
		letter-spacing: 0.87px;
	}

	.aboutPoints .aboutPoint:nth-child(2) .aboutPointContent h3, .aboutPoints .aboutPoint:nth-child(2) .aboutPointContent p {
		color: #fff;
	}

	.expertisesOffreImgMobile {
		margin: 0 auto 35px auto;
	}

	.expertisesOffreContainer {
		margin-top: -10px;
	}

	.expertisesOffreSection h2 {
		font-size: 28px;
	}

	.expertisesOffre p {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}

	.expertisesOffre h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.expertisesOffreImgMobile {
		width: 75%;
	}

	.expertisesDesignSprint h2 {
		font-size: 23px;
		width: 100%;
		line-height: 1.3;
	}

	.expertisesDesignSprint img {
		width: 130%;
		margin: 40px auto 0 -15%;
	}

	.expertisesDesignSprint p {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
		margin-top: 30px;
		width: 100%;
	}

	.expertisesOffreSection {
		margin-top: 60vw;
	}

	.expertisesDesignSprint {
		margin-top: 0;
		padding: 18vw 6vw 16vw 6vw;
		background: #5abfff;
	}


	.clientsGrid .clientItem {
		width: 100%;
		margin: 0 0 22vw 0;
	}

	.clientsGrid .clientItem img {
		width: 50%;
	}

	.clientsContent {
		padding-top:40vw;
	}

	.clientsContent h2 {
		font-size: 26px;
		width: 100%;
		line-height: 1.3;
	}

	.clientsSubtitle {
		margin-bottom: 50px;
		font-size: 12px;
		line-height: 1.4;
	}

	.clientsGrid .clientItem {
		margin: 0 0 16vw 0;
	}

	.recrutementIntroduction h2 {
		font-size: 24px;
	}

	.recrutementIntroduction {
		padding: 36vw 0 10vw 0;
	}

	.recrutementIntroduction p {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
	}

	.recrutementBranding img {
		display: none;
	}

	.recrutementBranding {
		width: 150%;
		padding: 48vw 0px 50vw 0;
		margin-left: -40%;
	}

	.recrutementIzilifers h2 {
		font-size: 26px;
		line-height: 1.15;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutement_izilifer {
		width: 90%;
		margin: auto;
		display: block;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) {
		margin-top: 70vw;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(3) {
		margin-top: 70vw;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer h3 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 25px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer span {
		font-size: 18px;
		line-height: 22px;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem:nth-child(2) .recrutementIzilifer .recrutementIziliferTalk p {
		width: 80%;
		font-size: 13px;
		line-height: 1.25;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk p {
		width: 75%;
		font-size: 14px;
		line-height: 1.4;
	}

	.recrutementIzilifersContainer .recrutementIziliferItem .recrutementIzilifer .recrutementIziliferTalk {
		width: 90% !important;
		top: -50vw !important;
	}

	.recrutementIzilifersContainer {
		margin-top: 70vw;
	}

	.recrutementIzilifers {
		padding-top: 80px;
	}

	.contactFormSection {
		margin-top: 65vw;
	}

	.contactForm {
		margin-top: 40px;
	}

	.contactForm .contactFormField label {
		font-size: 14px;
		padding-left: 15px;
	}

	.contactFormSection .container {
		padding: 0 10vw;
	}

	.contactForm .contactFormField input[type="text"] {
		height: 48px;
		border-radius: 8px;
		border: solid 2px #f2f3f8;
		margin-top: 10px;
	}

	.contactFormSection h2 {
		font-size: 24px;
	}

	.contactForm .contactFormField textarea {
		width: 100%;
		height: 80vw;
		border-radius: 8px;
		border: solid 2px #f2f3f8;
	}

	.contactForm .contactFormFieldSubmit img {
		float: unset;
		margin-right: auto;
		width: 200px;
		margin-top: -5px;
		margin-left: auto;
		display: block;
	}

	.contactFindUs h2 {
		font-size: 26px;
	}

	.contactMapContainer {
		margin-top: 40px;
	}

	.contactFindUs {
		margin-top: 40px;
		background-position: bottom center;
		padding-top: 14vw;
		padding-bottom: 14vw;
	}

	.contactAdressesContainer .contactAdresse img {
		width: 65px;
	}

	.contactAdressesContainer .contactAdresse {
		width: 100%;
		margin-bottom: 60px;
	}

	.contactAdressesContainer .contactAdresse:first-child .contactAdresseContent {
		padding-left: 25px;
	}

	.contactAdressesContainer .contactAdresse p {
		font-size: 16px;
	}

	.contactAdressesContainer {
		margin-top: 60px;
	}

	.homeFlower img.homeMobileFlower {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}

	.carouselCard h3 {
		font-size: 18px;
	}

	.homeFlowerContent {
		margin-top: 120px;
	}

	.carouselRoot {
		position: relative;
		overflow: hidden;
		width:100vw;
		margin-left:-50vw;
		left:50%;
	}

	.carouselCards {
		width: 10000em;
		position: relative;
		margin:0;
	}

	.carouselCard {
		float: left;
		margin: 0;
		left: unset;
		box-shadow: unset;
		height: 580px;
	}

	.carouselCardsPrev {
		border: solid #fff;
		border-width: 0 3.5px 3.5px 0;
		display: inline-block;
		padding: 5px 6px 5px 5px;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		position: absolute;
		z-index: 55;
		top: 320px;
		left: 8vw;
	}

	.carouselCardsNext {
		border: solid #fff;
		border-width: 0 3.5px 3.5px 0;
		display: inline-block;
		padding: 5px 6px 5px 5px;
		position: absolute;
		z-index: 55;
		top: 320px;
		right: 8vw;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.carouselCardsPagination {
		position: absolute;
		bottom: 45px;
		z-index: 55;
		left: 50%;
		transform: translateX(-50%);
	}

	.carousselPaginationItem {
		display: block;
		float: left;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		border: 1.5px solid #fff;
		margin-right: 10px;
	}

	.carouselCard img {
		width: 100px;
		margin: 0 auto 12px auto;
		display: block;
	}

	.expertisesSavoirFaires .carouselCard img {
		width: 150px;
		margin: 10px auto 12px auto;
	}

	.carouselCardsPagination .carousselPaginationItem:last-child {
		margin-right: 0;
	}

	.aboutValeurs, .expertisesSavoirFaires {
		position: relative;
	}

	.expertisesSavoirFaire p, .carouselCard p {
		padding: 0 12vw;
	}

	.carouselCard p {
		font-size: 17px;
		line-height: 23px;
		letter-spacing: 0;
	}

	.carousselPaginationItemActive {
		background: #fff;
	}

	.contactFormError {
		font-size: 12px;
	}

	.contactFormConfirmation {
		font-size: 14px;
	}

	.expertises .header_img_container {
		position:relative;
		width:100vw;
		margin-left:-50vw;
		left:50%;
		overflow: hidden;
	}

	.homeFlower, .recrutementBranding, .expertises .expertisesDesignSprint {
		position:relative;
		width:100vw;
		margin-left:-50vw;
		left:50%;
		overflow: hidden;
	}

	.contact .ajaxLoaderGif {
		width: 30px;
		bottom: 0;
		left: 50%;
		right:unset;
		transform: translateX(-50%);
	}

	.scrollToTop {
		position: fixed;
		bottom: 30px;
		right:30px;
		width: 45px;
		cursor: pointer;
		z-index: 100;
	}

	.homeMobileFlowerFix {
		display: none;
		cursor: pointer;
	}

	.homeFlowerMobileTouchArea {
		position: absolute;
		width: 22vw;
		height: 22vw;
		cursor: pointer;
	}

	.homeFlowerMobileTouchArea1 {
		top: 4vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea2 {
		top: 13vw;
		left: 73%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea3 {
		top: 37vw;
		left: 82%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea4 {
		top: 60vw;
		left: 73%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea5 {
		top: 69vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea6 {
		top: 60vw;
		left: 27%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea7 {
		top: 36vw;
		left: 18%;
		transform: translateX(-50%);
	}

	.homeFlowerMobileTouchArea8 {
		top: 13vw;
		left: 27%;
		transform: translateX(-50%);
	}

	.mobileFlowerLabel span {
		width: 60vw;
		height: 24vw;
		max-width: 245px;
		max-height: 85px;
	}

	.mobileFlowerLabel span p {
		width: 90%;
		font-size: 17px;
		letter-spacing: 0.89px;
		line-height: 1.3;
	}
}






/* FONTS */

@font-face {
	font-family:'YuGothic';
	src:url('../fonts/YuGothic-Light.eot');
	url('../fonts/YuGothic-Light.woff') format('woff'),
	url('../fonts/YuGothic-Light.ttf') format('truetype'),
	font-weight:300;
	font-style:normal;
}



@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/ProximaNova-Regular.otf") format("opentype"), /* Open Type Font */
	url("../fonts/ProximaNova-Regular.svg") format("svg"), /* Legacy iOS */
	url("../fonts/ProximaNova-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/ProximaNova-Regular.woff") format("woff"), /* Modern Browsers */
	url("../fonts/ProximaNova-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/ProximaNova-Bold.otf") format("opentype"), /* Open Type Font */
	url("../fonts/ProximaNova-Bold.svg") format("svg"), /* Legacy iOS */
	url("../fonts/ProximaNova-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/ProximaNova-Bold.woff") format("woff"), /* Modern Browsers */
	url("../fonts/ProximaNova-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: bold;
	font-style: normal;
}