@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.h1Cat{
	text-align: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 0;
}
.h1Cat span{
	font-size: 30px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #90aabc;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}
body, input, select, textarea, .fnc-slide__action-btn, .sstitre {
	font-family: 'Lato', sans-serif;
}
ol, ul {
	list-style: none;
}
/*
#categorie a{
	width: calc(100% / 4);
	display: inline-block;
}
*/
#marque{
	margin-top: 30px;
	padding-left: 8%;
	float: left;
	padding-right: 8%;
	margin-bottom: 30px;
}
#categorie{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
#presentation{
	margin: auto;
	width: 100%;
	text-align: justify;
	float: left;
	padding-left: 12%;
	padding-right: 12%;
}
#categorie a{
	width: 100%;
	height: 100%;
	z-index: 999;
}
/* Box Model */

#catEtGorie{
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1em;
}
#logo{
	max-width: 100px;
	max-height: 65px;
	float: right;
}
#marque a img{
	display: inline-block;
	width: calc(100%/4 - 8em);
	margin: 1em 4em 1em 4em;
	opacity: 0.75;
}
#marque a img:hover{
	opacity: 1;
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

/* Header */
#header {
	text-align: center;
	width: 100%;
	position: absolute;	
	z-index: 999;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;	
	background-image: url("../../images/haut.png");
	background-size: 100% 100%;
}

#header .logo {
	display: inline-block;
	color:white;
	height: 60px;
}

#header nav {
	position: fixed;
	left: 2em;
	top: 2em;
	z-index: 10000;
}

#header nav ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header nav ul li {
	display: block;
	padding: 0;
}

#header nav ul li a {
	display: block;
	position: relative;
	height: 3em;
	line-height: 3em;
	padding: 0 1.5em;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	border: 0;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}

#header nav ul li a[href="#menu"] {
	-webkit-tap-highlight-color: transparent;
	width: 4em;
	text-indent: 4em;
	font-size: 1em;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2em 2em;
}

#header nav ul li a[href="#menu"]:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %2390aabc%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
	opacity: 0;
}

#header nav ul li a[href="#menu"]:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
	opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:before {
	opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:after {
	opacity: 0;
}
		

/* Menu */
#wrapper {
	-moz-transition: opacity 0.45s ease;
	-webkit-transition: opacity 0.45s ease;
	-ms-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
	opacity: 1;
}

#menu {
	-moz-transform: translateX(-22em);
	-webkit-transform: translateX(-22em);
	-ms-transform: translateX(-22em);
	transform: translateX(-22em);
	-moz-transition: -moz-transform 0.45s ease, visibility 0.45s;
	-webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
	-ms-transition: -ms-transform 0.45s ease, visibility 0.45s;
	transition: transform 0.45s ease, visibility 0.45s;
	position: fixed;
	top: 0;
	left: 0;
	width: 27em;
	max-width: 80%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background: black;
	color: #ffffff;
	cursor: default;
	visibility: hidden;
	z-index: 10002;
}

#menu > .inner {
	-moz-transition: opacity 0.45s ease;
	-webkit-transition: opacity 0.45s ease;
	-ms-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.75em;
	opacity: 0;
	overflow-y: auto;
}

#menu > .inner > ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#menu > .inner > ul > li {
	padding: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
}

#menu > .inner > ul > li a {
	display: block;
	padding: 1em 0;
	line-height: 1.5;
	border: 0;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

#menu > .inner > ul > li:first-child {
	border-top: 0;
	margin-top: -1em;
}

#menu > .close {
	-moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
	-webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
	-ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
	transition: opacity 0.45s ease, transform 0.45s ease;
	-moz-transform: scale(0.25) rotate(180deg);
	-webkit-transform: scale(0.25) rotate(180deg);
	-ms-transform: scale(0.25) rotate(180deg);
	transform: scale(0.25) rotate(180deg);
	-webkit-tap-highlight-color: transparent;
	display: block;
	position: absolute;
	top: 2em;
	right: -6em;
	width: 6em;
	text-indent: 6em;
	height: 3em;
	border: 0;
	font-size: 1em;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

#menu > .close:before, #menu > .close:after {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2em 2em;
}

#menu > .close:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %2390aabc%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
	opacity: 0;
}

#menu > .close:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
	opacity: 1;
}

#menu > .close:hover:before {
	opacity: 1;
}

#menu > .close:hover:after {
	opacity: 0;
}

.controls {
float: left;
width: 15%;
text-align: center;
background-color: rgba(0,0,0,0.03);
height: 100%;
padding-top: 1em;
padding-bottom: 1em;
min-height: 310px;
}

.control {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	border: 0;
	font-size: 12px;
	padding: 4px 30px;
	margin: 0px 5px;
	border-radius: 4px;
	text-transform: uppercase;
	width: 90%;
	margin-bottom: 1em;
}
.control.text {
    cursor: pointer;
    width: auto;
    height: 30px;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    background-color: rgba(0,0,0,0.25);
}
.control.logo {
    background-color: rgba(0,0,0,0);
padding: 0;
height: 60px;
}
.control.logo:hover img{
transition: all 0.5s ease 0s;
max-height: 80%;
max-width: 80%;
opacity: 1;
}
.control.logo img{
	padding: 0;	
}
.logo.mixitup-control-active img{
    max-width: 80%;
    max-height: 80%;
    opacity: 1;

}

.control.text:hover {
    background-color: rgba(0,0,0,0.5);
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}
.control img{
	max-height: 80%;
	width: auto;
	max-width: 80%;
	height: auto;
	opacity: 0.5;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.control:hover img{
    -moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.mixitup-control-active img {
    max-width: 100%;
    max-height: 100%;
	opacity: 1;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.container {
	width: 85%;
	float: left;
	min-height: 550px;
	border: 0.5px solid rgba(0,0,0,0.1);
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

article.mix span{
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}	

body.is-menu-visible #wrapper {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	cursor: default;
	opacity: 0.25;
}

body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

body.is-menu-visible #menu > * {
	opacity: 1;
}

body.is-menu-visible #menu .close {
	-moz-transform: scale(1.0) rotate(0deg);
	-webkit-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	opacity: 1;
}

/* Main */
#main {
	margin: auto;
	margin-top: 20em;
	width: 80%;
}
		

/* Footer */
#footer {
padding: 5em 0 6em 0 ;
background-color: #90aabc;
clear: left;
	margin-top: 10%;
}

#footer > .inner {
width: 80%;
margin: auto;
}

#footer > .inner > * > :last-child {
margin-bottom: 0;
}

#footer > .inner section:nth-child(1) {
width: calc(66% - 2.5em);
margin-right: 2.5em;
}

#footer > .inner section:nth-child(2) {
width: calc(33% - 2.5em);
margin-left: 2.5em;
}

#footer > .inner .copyright {
width: 100%;
padding: 0;
margin-top: 5em;
list-style: none;
font-size: 0.8em;
color: rgba(88, 88, 88, 0.5);
}

#footer > .inner .copyright a {
color: inherit;
}

#footer > .inner .copyright li {
display: inline-block;
border-left: solid 1px rgba(88, 88, 88, 0.15);
line-height: 1;
padding: 0 0 0 1em;
margin: 0 0 0 1em;
}

#footer > .inner .copyright li:first-child {
border-left: 0;
padding-left: 0;
margin-left: 0;
}

#footer div.inner p{
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
}
.retour{
	background-color: white;
	color: #90aabc;
	text-transform: uppercase;
	padding: 2px 15px;
	border-radius: 3px;
	text-decoration: none;
}
.retour:hover{
	background-color: black;
	color: #90aabc;
}
.image img{
	width: 100%;
}

article.mix a{
	color: black;
	text-decoration: none;
}
article.mix a .content {
	opacity: 0.3;
	transition: all 0.5s ease 0s;
}
article.mix a:hover .content{
	opacity: 1;
	transition: all 0.5s ease 0s;
}
article.mix a img {
	width: 80%;
	height: 80%;
	margin-top: 10%;
	margin-bottom: 10%;
	transition: all 0.5s ease 0s;
}
article.mix a:hover img {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
}
.mix {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.tiles article {
	width: calc(100%/6);
	border: 0.5px solid rgba(0,0,0,0.1);
}
article a div.content{
	height: 60px;
	float: left;
	width: 100%;
}
article.mix a img.bariatric{
	float: left;
	width: 45px;
	border: 1px solid black;
	margin: 6px;
	padding: 5px;
	background-color: rgba(0,0,0,0.08);
	height: auto;
	z-index: 999;
}

#header{
	position: absolute;
	padding: 5em 0 12em 0;
}
#contenu{
	width: 100%;
	margin: auto;
	margin-top: 10.5em;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

@media screen and (max-width: 1280px) {
	article.mix a img.bariatric {
		width: 35px;
	}
}

@media screen and (max-width: 980px) {
	#header {
	    padding: 2em 0 7em 0;
	}
	#header .logo {
    	height: 40px;
	}
	#contenu {
	    margin-top: 6em;
	}
	#main {
	margin: auto;
	margin-top: 11em;
}
}

@media screen and (max-width: 736px) {
	#header {
		background-image: none;
		background-color: #90aabc;
		padding: 0;
		height: 100px;
	}
	#header .logo {
    	height: 65px;
		padding-top: 40px;
	}
	#contenu {
    	margin-top: 100px;
		width:calc(100%-20%);
	}

	.controls {
		float: left;
		width: 100%;
		min-height: inherit;
	}
	.control {
    width: 22%;
	}
	.container {
    width: 100%;
    float: inherit;
    border: none;
	}
	.tiles article {
    width: calc(100%/3);
	}
	article.mix a img.bariatric {
    width: 25px;
}
	#presentation {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
	}
	#marque a img {
    width: calc(100%/2 - 4em);
    margin: 1em 2em 1em 2em;
	}
	#main {
		margin: auto;
		margin-top: auto;
		margin-top: 100px;
	}
	#header nav {
    left: 0.5em;
    top: 0.5em;
	}
}
	