/*
	Theme Name: Olfactive
	Theme URI: 
	Description: 
	Version: 2
	Author: WD
	Author URI: 
	Tags: Olfactive Design

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 1.2rem/1.6rem 'Roboto Mono', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
header ul{
	padding-left: 0;
}
section ul li,
section p{
	color: #999;
	padding-bottom: 10px;
}

section ul{
	margin-left: 15px;
	padding-left: 0;
}
section ul li{
	padding:0 0 20px 6px;
}
.noir{
	color:#000;
}
h1,h2{
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h3{
	font-family: 'Roboto Mono', Helvetica, Arial, sans-serif!important;
	font-size: 1.2rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}
blockquote {
    padding: 0;
    margin: 0 ;
    font-size: 1.5rem;
	line-height: 2rem;
    border:none;
}
blockquote p {
    color:#000;
}
blockquote span {
    font-size: 1.2rem;
	color:#999;
}
.npr{
	padding-left: 0;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	padding: 5px 20px 0 40px;
	position: absolute;
	top:50vh;
	width: auto;
	z-index: 5;
	/*box-shadow: 0 3px 10px #999;*/
	background-color: #fff;
}
.fixed-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px #ccc;
}
.bg-blanc{
	padding: 0 20px 0 20px;
	background-color: #fff;
	/*box-shadow: 1px 2px 10px #ccc;*/
}
p a:hover{
	text-decoration: none;
	color:red;
}
p.small a{
	color:#999!important;
}
/*------------------------------------*\
    PAGE HOME
\*------------------------------------*/

/* logo */
.logo{
	/*float: left;*/
	width: 120px;
	margin-right:25px;
	text-indent: -9999px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	border-right: none!important;
}
@media only screen and (min-width:769px) {
	.logo{
		background-image: url(img/ODKC_logo.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	li#menu-item-37{
		margin-top: 10px;
	}

}
/* nav */ 
.nav {
	/*float: left;*/
	width: 100%;
}
.nav ul {
	display: flex;
    flex-direction : row;
	margin: 0;
}
.nav ul li{
	display: flex;
	list-style: none;
    justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	min-height: 60px;
}

.nav a{
	display: block;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1.2rem;
	letter-spacing: 1px;
	border-right: 1px solid #000;
}
.nav ul li#menu-item-wpml-ls-9-en a{
	padding-right: 5px;
}
.nav ul li#menu-item-wpml-ls-9-fr a{
	padding-left: 5px;
}
#responsive-menu-item-wpml-ls-9-en,
#responsive-menu-item-wpml-ls-9-fr{
	width: 50%!important;
	float: left;
}
body #responsive-menu-container #responsive-menu #responsive-menu-item-wpml-ls-9-en .responsive-menu-item-link,
body #responsive-menu-container #responsive-menu #responsive-menu-item-wpml-ls-9-fr .responsive-menu-item-link {
    font-size: 2rem!important;
}
.nav a:active,
.nav a:focus,
.nav a:hover{
	text-decoration: none;
	color:red;
}
.nav ul li:last-child a{
	border-right: none!important;
}
.responsive-menu-open .responsive-menu-inner,
.responsive-menu-open .responsive-menu-inner::before,
.responsive-menu-open .responsive-menu-inner::after {
    background-color: #fff!important;
}
.section{
	background-size: cover;
	padding: 25px 0;
}
#section0{
	background-image: url(img/bg_home.jpg);
	background-position: center;
}
#section0 h1{
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
#section1{
	background-image: url(img/bg_parfumeur.jpg);
	background-position: center;
}
#section2{
	background-image: url(img/bg_parfum.jpg);
	background-position: center;
}
#section3{
	background-image: url(img/bg_creation.jpg);
	background-position: center;
}
#section4{
	background-image: url(img/bg_production.jpg);
	background-position: center;
}
/* zone Parfum */
#section2 p{
	padding-bottom: 0;
}
#section2 .bg-blanc{
	padding-bottom: 20px;
}
/* zone client presse */
#section5{	
}
.ligne-client{
	margin-bottom: 30px;
}
/*.ligne-client:nth-child(14n),
.ligne-client:nth-child(8n) { 
	clear: both;
}*/
.ligne-client img:hover{
        filter: invert(1);
        -webkit-filter: invert(1);
        -moz-filter: invert(1);
        -o-filter: invert(1);
        -ms-filter: invert(1);
}
.ligne-client img{
        filter: invert(0);
        -webkit-filter: invert(0);
        -moz-filter: invert(0);
        -o-filter: invert(0);
        -ms-filter: invert(0);
}
.clients h2{
	text-align: center;
	margin-bottom: 30px;
	/*margin-left: -16%;*/
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}
.presse p {
    color: #fff!important;
}
.eg-presse-element-2 {
    padding: 0 25px 25px 25px!important;
}
a.eg-post-191::before,
a.eg-post-175::before{
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 65px;
	background: url(img/picto-article.svg) center center no-repeat;
	height: 25px;
	width: 25px;
}
a.eg-post-187::before{
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 80px;
	background: url(img/picto-video.svg) center center no-repeat;
	height: 25px;
	width: 25px;
}
a.eg-post-198::before{
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 60px;
	background: url(img/picto-video.svg) center center no-repeat;
	height: 25px;
	width: 25px;
}
a.eg-presse-element-2{
	text-decoration: underline!important;	
}
/* zone contact */

#section7{
	background-image: url(img/bg_contact.jpg);
}

.contact .bg-blanc{
	padding-top: 20px;
	background-color: #fff;
}
.contact .contact-form{
	margin-bottom: 20px;
}
.contact .contact-texte a{
	color:red;
}
.contact .contact-texte {
	padding-top: 0;
}
.contact textarea,
.contact input[type=email],
.contact input[type=text] {
	width: 100%;
  	padding: 10px;
	font-size: 1.2rem;
}
.contact textarea {
  	height: 150px;
}
textarea:focus,
input:focus {
    border:1px solid red;
}
span.wpcf7-list-item {
    margin: 0;
}
.contact .wpcf7-submit{
	float: right;
	border: none;
	background-color: #000;
	color:#fff;
	padding: 12px 20px;
	margin-top: 5px;
	text-transform: uppercase;
}
.contact .wpcf7-submit:hover{
	background-color: red;
	color:#fff;
}
.contact .wpcf7-checkbox{
	color:#999;
}
input[type="checkbox"] {
    margin: 4px 0 0;
	margin-bottom: 50px;
	float: left;
}
span.wpcf7-list-item-label{
	display: block;
	float: left;
	padding-left: 10px;
	width: 90%;
}
/* zone portfolio */
.portfolio p{
	color: #ffffff;
}
.portfolio h2{
	text-align: center;
	margin-bottom: 40px;
	padding-top: 30px;
}
.portfolio .minimal-light .esg-navigationbutton {
    color: #999;
    margin: 25px 0;
    cursor: pointer;
    padding: 0px 100px;
    border: 1px solid #e5e5e5;
    line-height: 28px;
    border-radius:0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 11px;
    font-weight: 300;
	text-transform: uppercase;
    font-family: 'Roboto Mono', Helvetica, Arial, sans-serif;
    display: inline-block;
    background: #fff;
}
.portfolio .minimal-light .esg-navigationbutton:hover {
    background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	box-shadow: none;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}


@media only screen and (max-width:1024px) {
	.bg-blanc h2{
		padding-top: 0;
	}
	.header{
		/*display: none;*/
		position: fixed;
		padding: 3px 20px 0 10px;
		z-index: 5;
		box-shadow: 0 3px 10px #999;
		background-color: #fff;
		height: 50px;
		left: 20vw;
		width: 60vw;
	}
	.logo-mobile{
		display: block;
		width: 100px;
	}
	.fixed-header .container{
		padding-left: 0!important;
	}
	button#responsive-menu-button {
		top: 10px!important;
	}
	.responsive-menu-item-link{
		text-align: center;
		text-transform: uppercase;
	}
	#responsive-menu-container li.responsive-menu-item {
		padding-bottom: 25px!important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
		font-size: 2.8rem!important;
	}
	.header.fixed-header {
		/*display: none;*/
		position: fixed;
		padding: 5px 20px 0 15px;
		top: 0;
		left: 0;
		background-color: #fff;
		width: 100%;
	}
	body button#responsive-menu-button.float-burger {
		top: 51%!important;
		right: 22vw!important;
	}
	body button#responsive-menu-button.is-active {
		top: 5px!important;
		right: 5%!important;
	}
}
@media only screen and (max-width:768px) {
	.bg-blanc h2{
		padding-top: 20px;
	}
}
@media only screen and (max-width:480px) {

}
@media only screen and (min-width:769px) {
	#header-size.container{
		padding-left: 0!important;
	}
	#header-size.container{
		padding-left: 0!important;
	}
}

@media only screen and (min-width:1025px) {
	.header {
		left: 10vw;
	}
	.fixed-header{
		left: 0;
	}
	.logo-mobile{
		display: none;
	}
	#header-size.container{
		padding-left: 0!important;
		width: 1120px;
		overflow: hidden;
	}
}
@media only screen and (min-width:1026px) and (max-width:1280px) {
	/*.header {
		left: 5vw;
	}*/
}

@media only screen and (min-width:1280px) {
	.header {
		left: 15vw;
	}
	.fixed-header{
		left: 0;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
