@import url('https://fonts.googleapis.com/css?family=Mulish:400');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

/* GENERAL */
html, body {
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #40403f;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	-ms-overflow-style: scrollbar;
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
@viewport { 
    width: device-width; 
    zoom: 1; 
}
@media screen and (max-width: 480px) {
	html, body {
	min-width: 320px;
	}
}

/* COULEURS DU SELECTEUR */
*::selection { 
	background:#e4be90; 
	color:#fff; 
} 
*::-moz-selection { 
	background:#e4be90; 
	color:#fff; 
} 
*::-webkit-selection { 
	background:#e4be90; 
	color:#fff; 
}

/* MENU DE NAVIGATION + HEADROOM.JS */
:root {
	--hauteur-menu: 80px;
}
* {
	margin: 0px;
	padding: 0px;
}
nav {
	display: flex;
	background: rgba(255, 255, 255, 1);
	box-shadow: -1px 5px 5px rgba(0,0,0,.1);
	cursor: default;
	position: sticky;
	width: 100%;
	height:80px;
	justify-content: center;
	top: 30px;
}
nav > ul {
	display: flex;
	list-style-type: none;
	align-items: center;
	justify-content: center;
} 
nav > ul > li {
	display: flex;
	text-align: center;
}
nav > ul > li > a {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	width: 150px;
	text-transform: uppercase;
	color: #000;
}
nav > ul > li:last-child {
}
a.menu {
	content: "\e5d2";
    font-family: 'Material Icons';
    font-size: 50px;
    font-weight: 400;
	position: absolute;
	right: 22px;
	display: none;
	color: #40403f;
}
nav div.logoNav {
	position: absolute;
	left: 100px;
	top: 20px;
}
nav div.logoNav img{
	width: 150px;
}

@media (max-width: 1600px) {
	nav div.logoNav {
	position: absolute;
	left: 50px;
	top: 12px;
	}
	nav div.logoNav a{
	position: absolute;
	left: 0;
	top: 10px;
	}
}
@media (max-width: 1280px) {
	nav {
	justify-content: flex-end;
	}
	nav > ul {
	padding: 0;
	} 
	nav > ul > li > a {
	width: 100%;
	padding: 25px;
	position: relative;
	} 
	nav div.logoNav {
	position: absolute;
	left: 0px;
	top: 12px;
	}
	nav div.logoNav img{
	width: 140px;
	}
	nav div.logoNav a{
	width: 140px;
	position: absolute;
	left: 25px;
	top: 10px;
	}
}
@media (max-width: 1024px) {
	nav > ul {
	display: none;
	} 
	nav {
	background-color: #fff;
	height: 60px;
	}
	nav div.logoNav {
	position: absolute;
	left: 25px;
	top: 5px;
	}
	nav div.logoNav a{
	left: 0;
	top: 8px;
	}
	a.menu {
	display: initial;
	line-height: 60px;
	font-size: 40px;
	}
}
@media (max-device-width: 480px) {
	nav {
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	margin-top: -2px;
	}
	nav div.logoNav {
		position: absolute;
		left: 0;
	}
	nav div.logoNav a {
    left: 0;
    top: 8px;
    width: 200px;
    height: 60px;
  }
	nav div.logoNav img {
		position: relative;
		width:170px;
		left: 22px;
		top:10px;
	}
	a.menu {
	right: 25px;
	font-size: 50px;
	}
	a.menu span {
	font-size: 40px;
	padding:15px 0 0 0;
	}
}

/* HEADROOM.JS */
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--unpinned {
    transform: translateY(-108%);
}
.header--fixed {
	right: 0;
	left: 0;
	top: 30px;
	transition: all .6s ease-in-out;
	position: fixed;
	z-index: 10;
	background: #fff;
}

/* BURGER MENU */
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 150;
	left: 0;
	top: 0;
	background-color: rgb(255,255,255); /* White fallback color */
	background-color: rgba(255,255,255, 0.95); /* White w/opacity */
  	overflow-x: hidden;
  	transition: 0.5s;
}
.overlay-content {
  	position: relative;
  	top: 30%;
  	width: 100%;
  	text-align: center;
		margin-top: 30px;
}
.overlay a {
  	padding: 20px 0;
  	text-decoration: none;
  	font-family: 'Montserrat';
  	font-size: 25px;
  	text-transform: uppercase;
  	color: #000;
  	display: flex;
  	justify-content: center;
  	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  	color: #f1f1f1;
}
.overlay .closebtn {
  	position: absolute;
  	top: 20px;
  	right: 25px;
  	font-family: 'Material Symbols Outlined';
  	font-size: 65px;
  	padding: 0;
}
@media screen and (max-height: 450px) {
	.overlay a {
 		font-size: 20px;
 	}
 	.overlay .closebtn {
   	font-size: 40px;
   	top: 25px;
  }
}

/* SCROLL TOP BUTTON */
button#scrollToTopButton {
  display: block;
  z-index: 99;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 25px;
  border: none;
  border-radius: 50%;
  outline: none;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}
#scrollToTopButton i {
  font-size: 30px;
  text-align: center;
  color: #161c27;
  width: 50px;
  height: 50px;
  position: relative;
  top: 8px;
}
#scrollToTopButton:hover, #scrollToTopButton:focus, #scrollToTopButton:focus-within {
  cursor: pointer;
  background-color: #161c27;
}
#scrollToTopButton i:hover {
  color: #fff;
}
@media (max-device-width: 480px) {
	button#scrollToTopButton {
  bottom: 20px;
  right: 20px;
  }
}

/* BANNER */
.banner {
	background-color: #000;
	color: #fff;
	padding: 8em 0;
	position: relative;
}
.banner.full {
	padding: 0;
	min-height: 770px;
	height: 770px !important;
}
}
.banner:after {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
	-webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
	-ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
	transition: opacity 1.5s ease-in-out, visibility 1.5s;
	background: #000000;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 2;
}
.banner .indicators {
	bottom: 1.5em;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.banner .indicators li {
	cursor: pointer;
	display: inline-block;
	height: 2em;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 5em;
	width: 2em;
}
.banner .indicators li:before {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 100%;
	content: '';
	display: inline-block;
	height: 0.8em;
	left: 50%;
	margin: -0.4em 0 0 -0.4em;
	position: absolute;
	text-indent: 0;
	top: 50%;
	width: 0.8em;
}
.banner .indicators li.visible:before {
	background: #fff;
}
.banner > article {
	-moz-transition: opacity 1.5s ease, visibility 1.5s;
	-webkit-transition: opacity 1.5s ease, visibility 1.5s;
	-ms-transition: opacity 1.5s ease, visibility 1.5s;
	transition: opacity 1.5s ease, visibility 1.5s;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	padding: 0;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 0;
}
.banner > article:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.banner > article:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.banner > article .inner {
	position: absolute;
	display: inline-block;
	text-align: center;
	z-index: 1;
	top: 250px;
	right: 100px;
	width: 700px;
}
.banner > article h1, .banner > article h2, .banner > article h3 {
	color: #e4be90;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	font-size: 200px;
	text-transform: uppercase;
	padding: 0;
}
.banner > article p {
	color: #c79f78;;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
}
.banner > article img {
	display: none;
}
.banner > article span img {
	display: initial;
	width: 200px;
	height: auto;
	position: absolute;
	left: 300px;
	bottom: 300px;
}
.banner > article.visible {
	opacity: 1;
	visibility: visible;
}
.banner > article.top {
	z-index: 1;
}
.banner > article.instant {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
body.is-loading .banner:after {
	opacity: 1.0;
	visibility: visible;
}
@media (max-width: 1600px) {
	.banner > article .inner {
	right: 50px;
	}
}
@media (max-width: 1280px) {
	.banner.full {
		padding: 0;
		min-height: 700px;
		height: 700px !important;
	}
	.banner > article .inner {
	right: 25px;
	width: 600px;
	}
	.banner > article h1, .banner > article h2, .banner > article h3 {
		font-size: 175px;
	}
	.banner > article p {
		font-size: 25px;
		letter-spacing: 1.1;
	}
}
@media (max-width: 1024px) {
	.banner.full {
		padding: 0;
		min-height: 500px;
		height: 500px !important;
	}
	.banner > article {
		background-attachment: fixed;
	}
	.banner > article .inner {
	top:150px;
	width: 500px;
	}
	.banner > article h1, .banner > article h2, .banner > article h3 {
		font-size: 150px;
	}
	.banner .indicators {
		bottom: .25em;
	}
}
@media (max-device-width: 480px) {
	.banner.full {
		padding:80px 0;
		margin: 0;
		min-height: 550px;
		height: 550px !important;
		display: none;
	}
}
body.is-mobile .banner > article {
	background-attachment: scroll;
}

/* SECTIONS DU SITE */
#home {
	background: rgba(255,255,255,1);
	margin: 0;
}

/* CONTAINERS */
.contain {
	margin: 0;
	padding: 50px 100px;
}
#universMaloo {
	justify-content: center;
}
#universMaloo .contain {
	width: 750px;
	padding: 0 50px 50px 50px;
}
#avis {
	background: #f8f8f8;
}
#avisTitre {
	width: 40%;
	justify-content: center;
	align-items: flex-start;
}
#avisTitre h3, #avisTitre h4 {
	padding: 5px 0;
}
#avisClients {
	width: 60%;
	justify-content: space-between;
	align-items: flex-start;
}
#avisClients .blocAvis {
	display: flex;
	flex-direction: column;
	padding: 25px 0;
	text-align: center;
	height: 120px;
	width: 400px;
	max-width: 50%;
	justify-content: space-between;
}
#avisClients .blocAvis p {
	margin-top: 15px;
}
#avisClients .blocAvis i {
	color: #e4be90;
}
#avisClients .blocAvis img.star {
	width: 20px;
	height: 20px;
}
#avisClients .blocAvis span, #avisClients .blocAvis p {
	padding: 5px 0;
	margin: 0;
}
#avisClients div .StarIsBorn {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media (max-width: 1600px) {
	.contain {
		padding: 50px;
	}
}
@media (max-width: 1280px) {
	.contain {
		padding: 50px 25px;
	}
}
@media (max-width: 1024px) {
	#universMaloo .contain {
	width: 500px;
	}
}
@media (max-device-width: 480px) {
	.contain {
		padding: 0;
	}
	#universMaloo .contain {
		width: 100%;
		padding: 25px;
	}
	#avis {
		padding: 25px;
		flex-direction: column;
	}
	#avisTitre {
	width: 100%;
	align-items: center;
	}
	#avisTitre h3, #avisTitre h4 {
		padding: 5px 0;
	}
	#avisClients {
		width: 100%;
		align-items: center;
	}
	#avisClients .blocAvis {
	width: 100%;
	height: 100%;
	max-width: 80%;
	}
	#avisClients .blocAvis p {
	margin-top: 5px;
	}
	#avisClients .blocAvis i {
		color: #e4be90;
	}
	#avisClients .blocAvis img.star {
		width: 20px;
		height: 20px;
	}
	.blocContact {
		padding:20px;
		margin-top:20px;
	}
}

/* BOITES FLEX */
.flex {
	display: flex;
	align-items: center;
}
.flexStart {
	display: flex;
	align-items: flex-start;
}
.start {
	justify-content: flex-start;
}
.center {
	justify-content: center;
}
.end {
	justify-content: flex-end;
}
.around {
	justify-content: space-around;
}
.between {
	justify-content: space-between;
}
.row {
	flex-direction: row;
}
.rowReverse {
	flex-direction: row-reverse;
}
.column {
	flex-direction: column;
}
.columnReverse {
	flex-direction: column-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.nowrap {
	flex-wrap: nowrap;
}
.alignCenter {
	align-items: center;
}/* La fonction align-items est réglée sur Center par défaut avec la class .flex */
.alignStart {
	align-items: flex-start;
}
.alignEnd {
	align-items: flex-end;
}
@media (max-width: 1280px) {
	.center {
	justify-content: space-between;
	}
}
@media (max-width: 1024px) {
	.start, .center, .end, .around, .between {
		flex-direction: column;
	}
}
@media (max-width: 720px) {
}
@media (max-device-width: 480px) {
	.row {
	flex-direction: column;
	}
}

/* BOUTONS ET LIENS */
button {
	border: none;
	background: #e4be90;
	color: white;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: 400;
	text-transform: uppercase;
	height: 60px;
	padding: 0 100px;
	margin: 20px 0;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
button:hover {
	color: #fff;
	background: #c79f78;
	box-shadow: none;
}
button.btnOutlined {
	background: rgba(0, 0, 0, 0);
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
}
button.btnOutlined:hover {
	background: #c79f78;
	font-weight: bold;
	color: white;
	border: 2px solid #c79f78;
}
#universMaloo .contain button {
	margin: 20px 0 0 0;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
a:hover {
	color: #000;
}
a.plus::before {
	content: "\e145";
    font-family: 'Material Icons';
    font-size: 12px;
    left: 0;
    padding-right: 5px;
}

@media (max-width: 1280px) {
	button {
	letter-spacing: 1px;
	padding: 0 100px;
	}
}
@media (max-width: 1024px) {
	button {
	padding: 0 25px;
	}
	#presentationMaloo button {
	margin: 30px 0 25px 0;
	}
	#universMaloo .contain button {
	width: 450px;
	}
}
@media (max-device-width: 480px) {
	button {
	font-size: 20px;
	letter-spacing: 2px;
	height: 80px;
	padding: 0 50px;
	margin: 20px 0;
	width: 100%;
	}
	#universMaloo .contain button {
  width: 100%;
  padding: 0 50px;
  margin: 20px 0 25px 0;
  }
}
/* TITRES + TEXTES + LISTES */
  h1, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 0 28px 0;
	margin: 0;
	color: #000;
}
h1, h4 {
	font-size: 50px;
	font-weight: bold;
}
h3 {
	font-size: 25px;
}
h3, h4 {
	text-transform: uppercase;
}
#presentationMaloo h1, h2 {
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	padding: 0 0 28px 0;
	color: #000;
}
strong {
	font-weight: bold;
	letter-spacing: .5px;
}
p, span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .25px;
	padding: 0 0 20px 0;
	margin: 0;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.listCheck li {
	line-height: 1.5;
}
ul.listCheck li:before {
	content: "\e86c";
  font-family: 'Material Icons';
  font-size: 12px;
  left: 0;
  padding-right: 8px;
}
.italic {
	font-style: italic;
}
.list {
	list-style: circle;
}
.list li {
	padding-left: 5px;
	margin-left: 10px;
}
@media (max-width: 1024px) {
	#engagementMaloo h2 {
	padding-top: 50px;
	}
}
@media (max-device-width: 480px) {
	h1, h4 {
		font-size: 60px;
		letter-spacing: 0;
	}
	#presentationMaloo h1, h2 {
	font-size: 30px;
	line-height: 1.2;
	padding: 0 0 20px 0;
	}
	#engagementMaloo h2 {
	padding-top: 0;
	}
	p,span, strong {
		font-size: 20px;
	}
}

/* TEXTAREA ET INPUT */
input, textarea {
	width: 100%;
	color: #40403f;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #40403f;
	border-radius: 5px;
	transition: .5s all ease;
	margin: 5px 0 5px 0;
	padding-left: 10px;
}
input {
	height: 40px;
	width: 500px;
	min-width: 300px;
}
textarea {
	min-height: 150px;
	width: 500px;
	min-width: 300px;
	margin-bottom: 10px;
}
input:hover, textarea:hover {
	color: #000;
	font-weight: 600;
}
@media (max-width: 1280px) {
	input, textarea {
		width: 400px;
	}
}
@media (max-width: 1024px) {
	input, textarea {
		max-width: 1024px;
		width: 100%;
	}
	#formulaire {
		width: 100%;
		padding: 25px 5px;
	}
}
@media (max-device-width: 480px) {
	input, textarea {
		width: 100%;
	}
	#formulaire {
		width: 100%;
		padding: 25px 5px;
	}
}

/* TOPHEADER MESSAGES DEFILANT */
.marquee-top {
	display: flex;
	height: 30px;
  width: 100%;
  overflow: hidden;
  background: #e4be90;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}
.marquee-top span {
	padding: 0 50px;
	font-size: 16px;
	color: #fff;
}
.marquee-top > :first-child {
  display: inline-flex;
  align-items: center;
  padding-right: 0%;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-top 30s infinite linear;
}
@keyframes defilement-top {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}

/* MESSAGE TEXTE DEFILANT */
.marquee-rtl {
	display: flex;
	height: 60px;
  max-width: 100%;
  overflow: hidden;
  background: #161c27; 
}
.marquee-rtl span {
	padding: 0 200px;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}
.marquee-rtl > :first-child {
  display: inline-flex;
  align-items: center;
  padding-right: 0%;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 20s infinite linear;

}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}

/* BLOCS TEXTS + ALIGNEMENT */
.text {
	width: 30%;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textJustify {
	text-align: justify;
}
.paddingLeft {
	padding: 0 0 0 100px;
}
.paddingRight {
	padding: 0 100px 0 0;
}
@media (max-width: 1280px) {
	.paddingLeft {
	padding: 0 0 0 50px;
	}
	.paddingRight {
	padding: 0 50px 0 0;
	}
}
@media (max-width: 1024px) {
	.paddingLeft, .paddingRight {
	width: 100%;
	padding: 0;
	}
}
@media (max-device-width: 480px) {
	.paddingLeft, .paddingRight {
	width: auto;	
	padding: 25px;
	}
	div.text {
		text-align: left;
	}
}

/* DEFINITION DES BLOCS IMAGES */
.imgPresentation, .imgEngagement {
	width: 100%;
	max-width: 1100px;
}
.imgPresentation img, .imgEngagement img {
	width: 100%;
	min-width: 700px;
}
.imgSliderMob {
	display: none;
}
.imageSlider {
	max-width: 200px;
	padding: 0 10px;
	width: 100%;
}

@media (max-width: 1280px) {
	.imgPresentation, .imgEngagement {
	min-width: 400px;
	max-width: 760px;
	}
	.imgPresentation img, .imgEngagement img {
	width: 100%;
	min-width: 400px;
	}
}
@media (max-width: 1024px) {
	.imgPresentation, .imgEngagement {
	min-width: 400px;
	max-width: 1024px;
	}
}
@media (max-device-width: 480px) {
	.imgPresentation, .imgEngagement {
	width: 100%;
	}
	.imgPresentation img, .imgEngagement img {
	width: 100%;
	}
	.imgSliderMob {
	display: initial;
	width: 100%;
	padding: 110px 0 0;
	}
}

/* FOOTER */
footer#footer {
	background-color: #161c27;
	margin: 0;
	color: #fff;
}
footer#footer #footerContent {
	margin: 0;
	padding: 50px 100px;
	align-items: flex-start;
}
.footerLinks {
	align-items: baseline;
	width: 70%;
	flex: 1;
}
.footerLinks h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	max-width: 225px;
}
.footerLinks ul {
	padding: 0 50px 0 0;
	flex: 1;
}
div.appResp {
	display: flex;
	flex-direction: column;
	padding: 0;
	min-width: 225px;
}
div.appResp img {
		width: 160px;
		padding: 0 0 5px 0;
}
.footerLinks ul.follow div {
	justify-content: space-between;
	max-width: 200px;
}
.footerLinks ul.follow img {
	width: 40px;
	padding: 10px 0;
}
.footerLinks ul.apps img {
	width: 150px;
	padding: 5px 0 0 0;
}
.footerLinks li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.8;
	color: #fff;
}
.footerLinks li a:hover {
	color: #fff;
}
#footerLogo {
	width: 30%;
	margin: 0 100px 0 0;
}
#footerLogo img {
	width:200px;
	height: auto;
}
#footerInfos {
	background: #e4be90;
	text-align: center;
	margin: 0;
}
#footerInfos p {
	padding: 10px;
	font-size: 12px;
}

@media (max-width: 1600px) {
	footer#footer #footerContent {
	padding: 50px;
	}
	.footerLinks {
		width: 70%;
	}
	.footerLinks ul {
		padding: 0 40px 0 0;
		min-width: 180px;
		flex: 1;
	}
	.footerLinks ul.follow img {
	width: 30px;
	padding: 10px 30px 0 0;
	}
}
@media (max-width: 1280px) {
	footer#footer #footerContent {
	padding: 25px;
	}
	#footerLogo {
    width: 30%;
    margin: 0 60px 0 0;
	}
	.footerLinks {
		flex:1;
		width: 100%;
	}
	#footerLogo {
		width: 200px;
	}
	.footerLinks ul {
		min-width: 150px;
		padding: 0 20px 0 0;
	}
	.footerLinks ul.follow img {
	padding: 10px 30px 0 0;
	}
	.footerLinks ul:last-child {
		min-width: 200px;
	}
}
@media (max-width: 1024px) {
	footer#footer #footerContent {
	flex-direction: column;
	padding: 50px 25px;
	}
	#footerLogo {
		width: 100%;
	}
	#footerLogo img {
		width: 300px;
	}
	.footerInfos {
		width: 100%;
		padding: 0 0 50px 0;
	}
	.footerLinks {
		flex-direction: row;
		align-items: flex-start;
		width: 100%;
	}
	.footerLinks ul:last-child {
		min-width: 225px;
	}
}
@media (max-width: 760px) {
	.footerLinks {
    flex-direction: column;
  }
  .footerLinks h3 {
    padding: 20px 0;
	}
	.footerLinks ul {
		padding: 0 25px 0 0;
	}
	.footerLinks ul:last-child {
		min-width: 200px;
	}
	.footerLinks ul.follow img {
    padding: 10px 20px 0 0;
  }
}
@media (max-device-width: 480px) {
	footer#footer #footerContent {
		padding: 25px;
		background: #161c27;
	}
	#footerLogo img {
    width: 250px;
  }
  .footerInfos {
    padding: 0 0 25px 0;
  }
  .footerLinks ul {
  	display: flex;
  	flex-direction: column;
  	padding: 20px 0;
	}
	.footerLinks ul:first-child {
  	padding: 0 0 20px 0;
	}
	.footerLinks li a {
    padding: 0;
    font-size: 20px;
  }
  .footerLinks ul.follow img {
  	display: flex;
  	flex-direction: row;
	  width: 40px;
	  padding: 20px 40px 30px 0;
	}
	.footerLinks ul.follow div {
	flex-direction: row;	
	}
	.footerLinks li {
		text-align: left;
		padding: 2px 0;
	}
	.footerLinks h3 {
    font-size: 25px;
    line-height: 1.4;
    padding: 0 0 10px 0;
    max-width: 100%;
	}
	div.appResp {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    min-width: initial;
	}
	div.appResp img {
    width: 90%;
    padding: 20px 0;
	}
}