@import url('https://fonts.googleapis.com/css?family=Mulish:400,700');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

/* 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;
	scrollbar-color: #9ab4b3 #f1f1f1;
}
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: 460px) {
	html, body {
	min-width: 360px;
	}
}
/* COULEURS DU SELECTEUR */
*::selection { 
	background:#9ab4b3; 
	color:#fff; 
} 
*::-moz-selection { 
	background:#9ab4b3; 
	color:#fff; 
} 
*::-webkit-selection { 
	background:#9ab4b3; 
	color:#fff; 
}
/* TITRES + TEXTES + LISTES */
h1, h2, h3, h4 {
	padding: 0 0 15px 0;
	margin: 0;
	color: #161c27;
}
h1, h2 {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1;
}
h3 {
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#home-mounia-guenatri h2 {
	font-size: 100px;
	padding: 0 0 5px 0;
}
#home-mounia-guenatri h3 {
	font-size: 26px;
}
#home-presentation-atelier h2, #contact h2, #coursCeramique h2, #ceramiquesSurMesure h2, #atelierCeramique h2, #mouniaGuenatri h2, #presse h2 {
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
strong {
	font-weight: bold;
	letter-spacing: .2px;
}
p, span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .25px;
	padding: 0 0 10px 0;
	margin: 0;
}
.box span {
	font-size: 18px;
	font-weight: bolder;
}
ul, ol {
	list-style: circle;
	padding: 0 0 20px 20px;
	margin: 0;
}
li {
	padding-bottom: 5px;
}
li:last-child {
	padding-bottom: 0;
}
.italic {
	font-style: italic;
}
.list {
	list-style: circle;
}
.list li {
	padding-left: 5px;
	margin-left: 10px;
}
@media (max-width: 1024px) {
	#home-mounia-guenatri h2 {
		font-size: 80px;
	}
	#home-mounia-guenatri h3 {
		font-size: 22px;
	}
}
@media (max-device-width: 460px) {
	h1, h2 {
		font-size: 40px;
		letter-spacing: .2px;
		padding: 0 0 10px 0;
	}
	#home-mounia-guenatri h2 {
		font-size: 75px;
		padding: 0 0 10px 0;
	}
	h3, #home-presentation-atelier h2, #contact h2, #coursCeramique h2, #ceramiquesSurMesure h2, #atelierCeramique h2, #mouniaGuenatri h2, #presse h2, #home-mounia-guenatri h3 {
		font-size: 22px;
	}
	p,span, strong, li {
		font-size: 20px;
	}
	.box span {
	font-size: 22px;
	}
}
/* BOUTONS ET LIENS */
button {
	border: none;
	background: #3d5060;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	height: 60px;
	padding: 0 50px;
	margin: 10px 0 0 0;
	cursor: pointer;
	transition: all .25s ease-in-out;
	border-radius: 5px;
}
button:hover {
	background: #293642;
	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;
}
#mounia-guenatri .contain button {
	margin: 20px 0 0 0;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
a:hover {
	color: #000;
}
@media (max-width: 1024px) {
	button {
		padding: 0 25px;
	}
}
@media (max-device-width: 460px) {
	button {
		width: 100%;
		letter-spacing: 1.5px;
		padding: 0 10px;
	}
	#mounia-guenatri .contain button {
  	margin: 0 0 25px 0;
  }
}
/* CONTAINERS ET SECTIONS */
#site {
	background: rgba(255,255,255,1);
	margin: 0;
}
.contain {
	margin: 0;
	padding: 50px 200px;
}
.contain0 {
	margin: 0;
	padding: 0;
}
section #home-mounia-guenatri {
	justify-content: center;
	background: #f8f8f8;
}
section #home-mounia-guenatri .contain {
	width: 750px;
	padding: 25px 50px 50px 50px;
}
section #home-presentation-atelier .contain {
	padding: 50px 200px 0px 200px;
}
section #home-realisation-ceramique .contain {
	padding: 25px 200px 50px 200px;
}
section #formulesCours {
	background: #f8f8f8;
}
section#formulesCours.contain {
	padding: 50px;
}
section #feedInsta .contain {
	padding: 25px 200px;
}
section #mouniaGuenatri .contain {
	padding: 50px 200px 0px 200px;
}
section#articlesPresse.contain {
	padding: 50px 200px 50px 200px;
	background: #d4dcdc;
}
section #mouniaGuenatriVideo .contain {
	padding: 25px 200px 50px 200px;
}
section#avis.contain {
	padding: 25px 200px;
}
@media (max-width: 1600px) {
	.contain {
		padding: 50px;
	}
	section #home-presentation-atelier .contain {
		padding: 50px 50px 0px 50px;
	}
	section #home-realisation-ceramique .contain {
		padding: 0 50px 50px 50px;
	}
	section #home-mounia-guenatri .contain {
		padding: 25px 50px 50px 50px;
	}
	section #mouniaGuenatri .contain {
		padding: 50px 50px 0px 50px;
	}
	section #mouniaGuenatriVideo .contain {
		padding: 0 50px 50px 50px;
	}
	section #feedInsta .contain {
		padding: 25px 50px 50px 50px;
	}
	section#avis.contain {
		padding: 25px 50px;
	}
}
@media (max-width: 1280px) {
	.contain {
		padding: 50px 25px;
	}
	section #home-presentation-atelier .contain {
		padding: 50px 25px 10px 25px;
	}
	section#home-cours-ceramique.contain {
		padding: 25px;
	}
	section #home-mounia-guenatri .contain {
		padding: 25px 50px;
	}
	section #home-realisation-ceramique .contain {
		padding: 25px;
	}
	section#formulesCours.contain {
	padding: 50px 25px;
	}
	section#avis.contain {
		padding: 25px;
	}
	section #feedInsta .contain {
		padding: 0 25px;
	}
	section #mouniaGuenatri .contain {
		padding: 50px 100px 0 100px;
	}
	section#articlesPresse.contain {
		padding: 50px;
	}
	section #mouniaGuenatriVideo .contain {
		padding: 25px;
	}
}
@media (max-width: 1024px) {
	.contain {
		padding: 50px 100px 10px 100px;
	}
	section #home-presentation-atelier .contain {
		padding: 50px 100px 0 100px;
	}
	section #home-realisation-ceramique .contain {
		padding: 25px 100px 0 100px;
	}
	section #home-cours-ceramique .contain {
		padding: 25px 100px;
	}
	section#formulesCours.contain {
	padding: 50px 25px;
}
	section #contact .contain {
		padding: 50px 100px 0 100px;
	}
	section #formulesCours {
		padding: 20px 25px 25px 25px;
	}
}
@media (max-width: 720px) {
	.contain {
		padding: 25px;
	}
	section #home-presentation-atelier .contain {
		padding: 50px 25px 0 25px;
	}
	section #home-realisation-ceramique .contain {
		padding: 25px 25px 0 25px;
	}
	section #home-cours-ceramique .contain {
		padding: 25px 25px 0 25px;
	}
	section #mouniaGuenatri .contain {
		padding: 25px;
	}
	section #formulesCours {
		padding: 50px;
	}
	section #contact .contain {
		padding: 50px 25px 0 25px;
	}
}
@media (max-device-width: 460px) {
	.contain {
		padding: 25px;
	}
	.containVideo {
		margin: 25px -25px 0 -25px;
	}
	section#home-cours-ceramique.contain {
		padding: 0;
	}
	section #home-presentation-atelier .contain {
		padding: 25px 25px 0 25px;
	}
	section #home-mounia-guenatri .contain {
	padding: 25px 50px;
	}
	section #home-realisation-ceramique .contain {
		padding: 25px;
	}
	section #home-cours-ceramique .contain {
		padding: 0;
	}
	section#formulesCours.contain {
    padding: 25px;
	}
	section #mouniaGuenatri .contain {
	padding: 25px;
	}
	section #mouniaGuenatriVideo .contain {
	padding: 0 25px 25px 25px;
	}
	section#avis.contain {
		padding: 25px 0;
	}
	section #formulesCours {
		padding: 25px;
	}
	section#articlesPresse.contain {
		padding: 50px 25px 25px 25px;
	}
	section #feedInsta .contain {
		padding: 0;
	}
	section #contact .contain {
		padding: 25px;
	}
}
@media (max-device-width: 390px) {
	section #home-mounia-guenatri .contain {
	padding: 25px;
	}
}
/* BLOCS TEXTS + ALIGNEMENT */
.text {
	width: 50%;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textJustify {
	text-align: justify;
}
.paddingLeft {
	padding: 0 0 0 80px;
}
.paddingRight {
	padding: 0 80px 0 0;
}
@media (max-width: 1600px) {
	.paddingLeft {
	padding: 0 0 0 50px;
	}
	.paddingRight {
	padding: 0 50px 0 0;
	}
}
@media (max-width: 1280px) {
	.paddingLeft {
	padding: 0 0 0 40px;
	}
	.paddingRight {
	padding: 0 40px 0 0;
	}
}
@media (max-width: 1024px) {
	.text {
		width: 100%;
	}
	.paddingLeft, .paddingRight {
	padding: 0 0 25px 0;
	}
	#home-cours-ceramique .paddingLeft {
	padding: 0;
	}
}
@media (max-width: 720px) {
	.wrap720 {
		flex-wrap: wrap;
	}
}
@media (max-device-width: 460px) {
	.paddingLeft, .paddingRight {
	width: auto;	
	padding: 0;
	}
	div.text {
		text-align: left;
	}
	#home-cours-ceramique .text {
		padding: 25px;
	}
}
/* BLOCS TARIFS ET BLOCS PRESSE */
#boxTarifs {
	flex-direction: row;
}
.box {
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0, .3);
	padding: 20px;
	margin: 10px;
	transition: .5s ease-in all;
	width: 100%;
	min-width: 300px;
	height: 700px;
	justify-content: space-between;
	flex: 1;
}
.boxPress {
	display: flex;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0,0,0, .3);
	padding: 20px;
	margin: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1000px;
}
.box:hover {
	background: #fff;
	box-shadow: 0px 12px 10px rgba(0,0,0, .15);
	transform: translate(0px, -10px);
	transition: .25s;
}
.boxPress div {
	padding-left: 50px;
}
.boxPress a img, .boxPress img {
	width: 200px;
}
.boxPress i {
	font-size: initial;
	position: relative;
	top: 2px;
	right: 4px;
}
.boxPress a.linkArrow {
	text-decoration: none;
}
.boxPress a:hover {
	color:#9ab4b3;
}
@media (max-width: 1600px) {
	.box {
		min-width: 240px;
		height: auto;
	}
}
@media (max-width: 1280px) {
	.box {
		min-width: 300px;
	}
	#boxTarifs {
		overflow: auto;
	}
}
@media (max-width: 960px) {
	.box {
		width: auto;
		min-width: initial;
	}
}
@media (max-width: 720px) {
	#boxTarifs {
		flex-direction: column;
	}
	.boxPress {
    margin: 10px 0;
    max-width: initial;
    flex-direction: column;
  }
	.boxPress div {
		padding-left: 0;
	}
	.boxPress a img, .boxPress img {
		width: 400px;
		padding-bottom: 25px;
	}
}
@media (max-device-width: 460px) {
	.box {
		padding: 20px;
		margin: 0 0 15px 0;
		width: auto;
		min-width: initial;
		height: auto;
	}
	.box:last-child {
		margin: 0;
	}
	.boxPress {
    margin: 10px 0;
    max-width: 320px;
    padding: 25px;
  }
  .boxPress i {
		font-size: 25px;
		top: 4px;
	}
	.boxPress a.linkArrow {
		font-size: 25px;
	}
	.boxPress a img, .boxPress img {
		width: 100%;
	}
}
/* DEFINITION DES BLOCS IMAGES */
.imgDesk img {
	width: 100%;
	max-width: 840px;
}
.imgMob {
	display: none;
}
.imageSlider {
	width: 100%;
	max-width: 400px;
}
@media (max-width: 1024px) {
	.imgDesk img {
		max-width: initial;
		padding-bottom: 15px;
	}
	#contact .imgDesk img {
		display: none;
	}
}
@media (max-device-width: 460px) {
	.imgDesk {
		display: none;
	}
	.imgMob {
		display: initial;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.imageSlider {
		max-width: 460px;
		width: 100%;
	}
	.bannerIndex {
		padding-top: 30px;
	}
}
@media (max-device-width: 430px) {
	.imageSlider {
		max-width: 430px;
	}
}
@media (max-device-width: 410px) {
	.imageSlider {
		max-width: 410px;
	}
}
@media (max-device-width: 390px) {
	.imageSlider {
		max-width: 390px;
	}
}
@media (max-device-width: 375px) {
	.imageSlider {
		max-width: 375px;
	}
}
@media (max-device-width: 360px) {
	.imageSlider {
		max-width: 360px;
	}
}
/* IFRAME VIDEO MOUNIA */
iframe.videoMounia {
	width: 752px;
	height: 423px;
}
@media (max-width: 1400px) {
	iframe.videoMounia {
		width: 700px;
		height: 394px;
	}
}
@media (max-width: 1280px) {
	iframe.videoMounia {
		width: 680px;
		height: 383px;
	}
}
@media (max-width: 1024px) {
	iframe.videoMounia {
		width: 800px;
		height: 450px;
		padding-bottom: 25px;
	}
}
@media (max-width: 1000px) {
	iframe.videoMounia {
		width: 700px;
		height: 394px;
	}
}
@media (max-width: 900px) {
	iframe.videoMounia {
		width: 650px;
		height: 366px;
	}
}
@media (max-width: 860px) {
	iframe.videoMounia {
		width: 580px;
		height: 327px;
	}
}
@media (max-width: 760px) {
	iframe.videoMounia {
		width: 460px;
		height: 260px;
	}
}
@media (max-device-width: 460px) {
	iframe.videoMounia {
		width: 100%;
		min-width: 360px;
		height: 240px;
	}
}
@media (max-device-width: 390px) {
	iframe.videoMounia {
		min-width: 320px;
		height: 220px;
	}
}
/* MENU DE NAVIGATION + STYLE CSS DU HEADROOM */
: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: space-between;
	width: 100%;
	padding: 0 200px;
} 
nav > ul > li {
	display: flex;
	text-align: center;
	padding: 0 10px;
}
nav > ul > li:first-child {
	padding: 0;
}
nav > ul > li:last-child {
	padding: 0 0 0 10px;
}
nav > ul > li > a {
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.menu {
	display: none;
}
a.menu {
	content: "\e5d2";
    font-family: 'Material Icons';
    font-size: 50px;
    font-weight: 400;
	position: absolute;
	right: 25px;
	display: none;
	color: #40403f;
}
nav li.logoNav img{
	width: 220px;
	transition: all .25s ease-in-out;
	position: relative;
	left: -5px;
}
div.logoNavMob {
	display: none;
	transition: all .25s ease-in-out;
}
@media (max-width: 1600px) {
	nav > ul  {
	padding: 0 50px;
	}
	nav li.logoNav img{
	width: 200px;
	}
}
@media (max-width: 1400px) {
	nav > ul > li {
	padding: 0 10px;
	}
	nav li.logoNav img{
	width: 200px;
	}
}
@media (max-width: 1280px) {
	nav > ul {
	padding: 0 25px;
	}
	nav > ul > li > a {
	font-size: 13px;
	}
	nav li.logoNav img{
	width: 180px;
	}
}
@media (max-width: 1024px) {
	nav > ul {
	display: none;
	}
	nav {
	background-color: #fff;
	height: 60px;
	}
	.logoNavMob img {
	width: 220px;
	padding-top: 2px;
	}
	div.logoNavMob {
	display: initial;
	position: absolute;
	top: 4px;
	left: 18px;
	}
	.logoNav img {
	width: 60%;
	}
	a.menu {
	display: initial;
	}
}
@media (max-device-width: 460px) {
	nav {
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	margin-top: -2px;
	}
	#myNav .logoNav img {
	width: 250px;
	top: 40px;
	}
	div.logoNavMob {
	top: 15px;
	left: 15px;
	}
	.logoNavMob img {
	width: 220px;
	padding-top: 4px;
	}
	a.menu {
	right: 25px;
	top:18px;
	}
	a.menu span {
	font-size: 40px;
	position: relative;
  right: 0;
  top: 0;
  padding: 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: 999;
	background: #fff;
}
/* BURGER MENU */
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1500;
	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: 150px;
	list-style: none;
	padding: 0;
}
.overlay a {
  	padding: 20px 0;
  	text-decoration: none;
  	font-family: "Mulish", sans-serif;
  	font-size: 20px;
  	text-transform: uppercase;
  	color: #000;
  	display: flex;
  	justify-content: center;
  	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  	color: #9ab4b3;
}
.overlay .closebtn {
  	position: absolute;
  	top: 30px;
  	right: 30px;
  	font-family: 'Material Symbols Outlined';
  	font-size: 50px;
  	padding: 0;
}
@media screen and (max-height: 460px) {
	.overlay a {
 		font-size: 20px;
 	}
 	.overlay a:hover {
 		color:#9ab4b3;
 	}
 	.overlay .closebtn {
   	font-size: 40px;
   	top: 25px;
  }
  .overlay .closebtn:hover {
   	color:#000;
  }
}
/* SCROLL TOP BUTTON */
button#scrollToTopButton {
  display: block;
  z-index: 1400;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  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: 460px) {
	button#scrollToTopButton {
  bottom: 20px;
  right: 20px;
  }
}
/* BOITES FLEX */
.flex {
	display: flex;
}
.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;
}
.column {
	flex-direction: column;
}
.columnReverse {
	flex-direction: column-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.nowrap {
	flex-wrap: nowrap;
}
.alignCenter {
	align-items: center;
}
.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;
	}
	.rowReverse {
		flex-direction: column-reverse;
	}
}
@media (max-device-width: 460px) {
	.row {
	flex-direction: column;
	}
}
/* BLOCS AVIS */
#avis {
	background: #f8f8f8;
	overflow: auto;
}
#avisTitre {
	align-items: center;
}
#avisClients {
	width: 100%;
	flex-direction: row;
}
#avisClients .blocAvis {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	width: 100%;
	min-width: 180px;
	padding: 25px;
	margin: 10px 10px 25px 10px;
	background: #fff;
}
#avis a {
	text-align: right;
	text-decoration: none;
}
#avis a:hover {
	color: #9ab4b3;
}
#avisGoogle {
	justify-content: flex-end;
}
#avisGoogle i {
	font-size: initial;
	position: relative;
	top: 2px;
	right: 4px;
}
#avisClients .blocAvis:first-child {
	margin: 10px 10px 25px 0;
}
#avisClients .blocAvis:last-child {
	margin: 10px 0 25px 10px;
}
#avisTitre h2 {
	font-size: 100px;
	padding: 0 0 5px 0;
}
#avisTitre h3 {
	text-align: center;
}
#avisClients .blocAvis i {
	color: #e4be90;
}
#avisClients .blocAvis img.star {
	width: 20px;
	height: 20px;
}
#avisClients .blocAvis p {
	font-size: 14px;
	padding-bottom: 10px;
	margin: 0;
}
#avisClients .blocAvis span {
	font-size: 14px;
	padding: 5px 0 0 0;
	margin: 0;
}
#avisClients div .StarIsBorn {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
@media (max-width: 1280px) {
	#avisClients {
		overflow: auto;
	}
	#avisClients .blocAvis {
		min-width: 225px;
	}
	#avis a {
  padding-top: 15px;
	}
}
@media (max-width: 1024px) {
	#avisClients .blocAvis {
		min-width: 160px;
		min-height: 215px;
		padding: 20px;
	}
}
@media (max-device-width: 460px) {
	#avis {
		padding: 25px;
	}
	#avis a {
  padding: 10px 25px 0 0;
	}
	#avis h2 {
		font-size: 75px;
		padding: 0;
	}
	#avis h3 {
		padding: 0 50px 25px 50px;
	}
	#avisClients .blocAvis {
	min-width: 180px;
	margin: 0 10px 20px 10px;
	box-shadow: 0px 2px 4px rgba(0,0,0, .2);
	}
	#avisClients .blocAvis:first-child {
		margin: 0 10px 20px 25px;
	}
	#avisClients .blocAvis:last-child {
		margin: 0 25px 20px 10px;
	}
	#avisClients .blocAvis span, #avisClients .blocAvis p {
    padding: 0;
	}
	#avisClients .blocAvis p {
	margin-top: 10px;
	padding: 0;
	}
	#avisClients .blocAvis i {
		color: #e4be90;
	}
	#avisClients .blocAvis img.star {
		width: 20px;
		height: 20px;
	}
	.blocContact {
		padding:20px;
		margin-top:20px;
	}
}
/* MESSAGES DEFILANT TOP HEADER */
.marquee-top {
	display: flex;
	height: 30px;
  width: 100%;
  overflow: hidden;
  background: #9ab4b3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.marquee-top span {
	padding: 0 50px;
	font-size: 16px;
	color: #fff;
}
.marquee-top a {
	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);
  }
}
@media (max-device-width: 460px) {
	.marquee-top > :first-child {
  animation: defilement-top 20s infinite linear;
	}
}
/* MESSAGE DEFILANT PAGE INDEX */
.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 30s infinite linear;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}
/* PAGE CONTACT + FORMULAIRE */
input, textarea {
	width: 100%;
	max-width: -webkit-fill-available;
	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;
}
input {
	height: 40px;
	padding: 0 10px 0 10px;
}
textarea {
	min-height: 150px;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
}
input:hover, textarea:hover {
	color: #000;
	font-weight: 600;
}
ul.adresse {
	list-style: none;
	padding: 0 0 25px 0;
}
#map {
	width: 100%;
	height: 600px;
}
@media (max-width: 1280px) {
	input, textarea {
		width: 400px;
	}
}
@media (max-width: 1024px) {
	input, textarea {
		max-width: initial;
		width: auto;
	}
	#formulaire {
		width: 100%;
		padding: 25px 0 0 0;
	}
}
@media (max-device-width: 460px) {
	input, textarea {
		width: initial;
		min-width: 300px;
	}
	#formulaire {
		width: 100%;
		padding: 25px 0 0 0;
	}
	.phone {
		font-size: 25px;
	}
	ul.adresse {
	padding: 0;
	}
	ul.adresse li {
		padding: 2px 0;
	}
	ul.adresse li:last-child {
		padding: 15px 0;
	}
	#map {
	width: 100%;
	height: 400px;
	}
}
/* FOOTER */
footer#footer {
	background-color: #161c27;
	margin: 0;
	color: #fff;
}
footer#footer #footerContent {
	margin: 0;
	padding: 50px 200px;
	align-items: start;
}
.footerLinks {
	align-items: baseline;
}
.footerLinks h3, #footer h3 {
	color: #9ab4b3;
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.footerLinks ul {
	list-style: none;
	padding: 0 100px 0 0;
	min-width: 300px;
}
.footerLinks ul.follow {
	padding-right: 0;
}
.footerLinks ul.follow div {
	justify-content: flex-start;
	max-width: 200px;
}
.footerLinks ul.follow img {
	width: 40px;
	padding: 10px 25px 10px 0;
}
.footerLinks li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.8;
	color: #fff;
}
.footerLinks li a:hover {
	color: #fff;
}
#footerText {
	width: 60%;
	padding: 0 100px 0 0;
}
#footerInfos {
	background: #9ab4b3;
	text-align: center;
	margin: 0;
}
#footerInfos p {
	padding: 10px;
	font-size: 12px;
}
ul.footerInfos {
	width: 100%;
	padding: 0 0 20px 0;
	list-style: none;
}
@media (max-width: 1600px) {
	footer#footer #footerContent {
	padding: 50px;
	}
	.footerLinks ul {
		padding: 0 40px 0 0;
	}
	.footerLinks ul.follow img {
	width: 30px;
	padding: 10px 30px 0 0;
	}
}
@media (max-width: 1280px) {
	footer#footer #footerContent {
	padding: 25px;
	}
	#footerText {
    width: 50%;
    padding: 0 60px 0 0;
	}
	.footerLinks {
		flex:1;
		width: 100%;
	}
	.footerLinks ul {
		min-width: 150px;
		padding: 0 60px 0 0;
	}
	.footerLinks ul.follow img {
	padding: 10px 30px 0 0;
	}
	.footerLinks ul:last-child {
		min-width: 200px;
		padding: 0;
	}
}
@media (max-width: 1024px) {
	footer#footer #footerContent {
	flex-direction: column;
	padding: 50px 25px;
	}
	#footerText {
		width: auto;
		padding: 0;
	}
	.footerInfos {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.footerLinks {
		flex-direction: row;
		align-items: flex-start;
		width: 100%;
	}
}
@media (max-width: 760px) {
	.footerLinks {
    flex-direction: column;
  }
  .footerLinks h3 {
    padding: 20px 0;
	}
	.footerLinks ul {
		padding: 0 0 20px 0;
	}
	.footerLinks ul.sitemap {
		padding: 0 0 40px 0;
	}
	.footerLinks ul.follow img {
    padding: 10px 20px 0 0;
  }
}
@media (max-device-width: 460px) {
	footer#footer #footerContent {
		padding: 25px;
		background: #161c27;
	}
  .footerInfos {
    padding: 0 0 25px 0;
  }
  .footerLinks ul {
  	display: flex;
  	flex-direction: column;
  	padding: 20px 0;
	}
	.footerLinks ul:first-child {
  	padding: 0;
	}
	.footerLinks li a {
    padding: 0;
    font-size: 20px;
  }
  .footerLinks ul.follow {
  	padding: 25px 0 0 0;
	}
  .footerLinks ul.follow img {
  	display: flex;
  	flex-direction: row;
	  width: 50px;
	  padding: 10px 30px 0 0;
	}
	.footerLinks ul.follow div {
	flex-direction: row;	
	}
	.footerLinks li {
		text-align: left;
		padding: 2px 0;
	}
	.footerLinks li a {
		text-decoration: none;
	}
	.footerLinks h3 {
    font-size: 25px;
    line-height: 1.4;
    padding: 0 0 10px 0;
    max-width: 100%;
	}
}