/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank,HTML5, CSS3

	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%;
	height: 100%;
	overflow-x:hidden;
}
body {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color:#6a6a6f;
	letter-spacing: 1px;
	height: 100%;
	background: #f6f6f6;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#6a6a6f;
	text-decoration:none;
}
a:hover {
	color:#6a6a6f;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1
{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: inherit;
	font-family: 'Benjamz', sans-serif;
}
h2
{
	font-size: 20px;
	font-family: 'Benjamz', sans-serif;
}

.menu-icon-essential_grid {
	display: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1780px;
	width:95%;
	margin:0 auto;
	padding-bottom:60px;
	position:relative;
}
#container {
	position: relative;
	min-height: 100%;
}
main
{
	margin-top:100px;
}


/* header */
.header {

}
.esg-container-fullscreen-forcer {
	padding: 0px 20px;
}
.text-light .esg-filterbutton.selected
{
	font-weight: 600;
}

.text-light .esg-filterbutton,
.text-light .esg-navigationbutton,
.text-light .esg-sortbutton,
.text-light .esg-cartbutton,
.esg-filterbutton a {
	
	 -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.esg-filterbutton a:hover {
	color:#3d44ac;
}
.esg-grid .mainul li.eg-washington-wrapper
{
	background: transparent!important;
}

.en-other,
.fr-other {
	display: none;
}

.en-other:lang(en){
	display: block;
}

.fr-other:lang(fr){
	display: block;
}

/* logo */
.logo {
    display: block;
    float: left;
    width: 90px;
}

#Calque_1 {
	width: 90px;
	height: 46px;
}

.st0 {
	opacity: 0;
	visibility: hidden;
}

/* nav */
.navbar {
	position: fixed;
	border: 1px solid transparent;
	width:100%;
	left:0;
	top:0;
	z-index: 9999;
    background-color: rgba(246,246,246,0.95)!important;
}
.navbar .navbar-header {
	padding: 15px 25px;
	border-bottom:1px solid #e5e5e5;
}
.nav ul
{
    list-style: none;
    margin:0;
    padding: 0;
}
.nav ul li:last-child{
	margin-right: 0px;
}
.menu-principal li:nth-last-child(2)
{
	margin-right: 0px;
}
.collapse.in .nav ul li a:hover
{
	transition: all 0.4s ease-out;
	color: #FFF!important;
	background-color: #3D44AC;
}

.menu-langues {
	display: none;
	float: right;
    right: 0;
    top: 0;
    clear: both;
}
/*.collapse.in .nav .menu-principal li a:hover:after {
	width: 100%;
	
}
.collapse.in .nav .menu-principal li a:after {
	content: '';
	background-color: #3D44AC;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	transition: all 0.2s ease-out;
}*/
.nav .menu-principal li a
{
	font-family: 'Benjamz', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
    letter-spacing: 1.5px;
	color:#6a6a6f;
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	padding: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
	 -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav .menu-principal li a:hover
{
	color:#3d44ac;
}
.nav .menu-principal li:last-child a {
	border: none;
}
.nav .esg-filter-wrapper
{
    position: relative;
}
.nav .esg-filter-wrapper,
.nav .submenu
{
	display: none;
}
.submenu
{
    list-style: none;
    position: relative;
    display: inline-block;
    z-index: 999;
    margin: 15px 15px 30px;
    padding: 0;
}
.submenu li
{
	float:left;;
}
.submenu li a
{
    color: #6a6a6f;
    margin-right: 5px;
    cursor: pointer;
    margin-right: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Source Sans Pro",sans-serif;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.submenu li a:hover {
	color:#3d44ac;
}

/* sidebar */
.sidebar {

}

/* footer */
.footer {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
}
.footer p {
	margin-left: 25px;
}
.page-template-template-artdirection #menu-item-207 a,
.page-template-template-artdirection .menu-item-252 a,
.page-template-template-bycompagnies #menu-item-414 a,
.page-template-template-bycompagnies .menu-item-253 a,
.page-template-template-artdirection-fr #menu-item-414 a,
.page-template-template-bycompagnies-en #menu-item-207 a,
.page-template-template-seeall #menu-item-244 a,
.page-template-template-seeall #menu-item-212 a,
.page-template-template-seeall #menu-item-415 a,
.page-template-template-conference #menu-item-245 a,
.page-template-template-conference #menu-item-415 a,
.page-template-template-conference #menu-item-212 a,
.page-template-template-salon #menu-item-246 a,
.page-template-template-salon #menu-item-415 a,
.page-template-template-salon #menu-item-212 a,
.page-template-template-exhibition #menu-item-247 a,
.page-template-template-exhibition #menu-item-415 a,
.page-template-template-exhibition #menu-item-212 a,
.page-template-template-magazines #menu-item-251 a,
.page-template-template-magazines #menu-item-416 a,
.page-template-template-magazines #menu-item-237 a,
.page-template-template-books #menu-item-416 a,
.page-template-template-books #menu-item-237 a,
.page-template-template-videos #menu-item-416 a,
.home #menu-item-207 a,
.single-creations #menu-item-207 a,
.single-creations #menu-item-414 a,
.page-id-161 #menu-item-237 a,
.page-id-163 #menu-item-249 a,
.page-id-163 #menu-item-237 a,
.page-id-165 #menu-item-248 a,
.page-id-165 #menu-item-237 a,
header .menu-principal .current_page_item a,
.submenu .current_page_item a,
.news .current_page_item a,
.press .current_page_item a,
.objects .menu-item-258 a,
.lightings .menu-item-254 a,
.installation .menu-item-256 a,
.limited-edition .menu-item-257 a,
.products .menu-item-259 a,
.furnitures .menu-item-260 a,
.mobilier .menu-item-426 a,
.objets .menu-item-428 a,
.luminaires .menu-item-427 a,
.produits .menu-item-430 a,
.edition-limitee .menu-item-425 a,
.installation-fr .menu-item-429 a
{
	font-weight: 600!important;
	color:#3d44ac;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

.projectTitle {
	padding-left: 15px;
	color: #3d44ac;
    padding-top: 10px;
}
.home main .esg-filter-wrapper {
	margin:15px 15px 30px 5px;
}
.page-template-template-bycompagnies section .row,
.page-template-template-bycompagnies-en section .row,
.page-template-template-artdirection section .row
.page-template-template-artdirection-fr section .row
{
	    display: inline-block;
    width: 100%;
}
.page-template-template-bycompagnies .col-md-2,
.page-template-template-bycompagnies-en .col-md-2
{
	text-align: center;
}
.page-template-template-bycompagnies .col-md-2  h2,
.page-template-template-bycompagnies-en .col-md-2  h2,
.page-template-template-artdirection-fr .col-md-2  h2,
.page-template-template-artdirection .col-md-2  h2
{
	font-family: 'Benjamz', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0;
	visibility: hidden;
	opacity: 0;
	transform:translateX(-20px);
}
.design_with, .photo_et_graphisme,
.infos-marque .txt_intro  {
	opacity: 0;
	visibility: hidden;
	transform:translateX(-20px);
}
.artdirection .marques a {
	display: block;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition:         all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}



/*.artdirection .marques a:after,
.artdirection .marques a:before
 {
	content:'';
	width: 0%;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 100px;
	transform:translateY(-20px);
	background-color: #888;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1);
	z-index:-1;
}
.artdirection .marques a:before {
	
}
.artdirection .marques a:before {
	
}

.artdirection .marques a:hover:after{
	width: 50%;
}

*/

.page-template-template-bycompagnies .col-md-10 article,
.page-template-template-bycompagnies .col-md-10 article img,
.page-template-template-artdirection article,
.page-template-template-artdirection article img,
.page-template-template-bycompagnies-en .col-md-10 article,
.page-template-template-bycompagnies-en .col-md-10 article img,
.page-template-template-artdirection-fr article,
.page-template-template-artdirection-fr article img
{
	width: 100%;
}
.bycompagnies .creations, .img-news, .img-about {
	visibility: hidden;
	opacity: 0;
	transform:translateX(20px);
}
.compagnie .col-md-2 p,
.titre-news,
.content-news,
.date-news,
.date-txt,
.txt-about,
.title-press,
.content-press{
	visibility: hidden;
	opacity: 0;
	transform:translateX(-20px);
}
.aboutmain .hrpointillay {
	margin:50px auto;
}

.awards h2 {
	margin-top: 30px;
}
.awards h2,
.awards p {
	visibility: hidden;
	opacity: 0;
	transform:translateY(20px);
	transition: all 0.3s ease-in;
}
.awards p.fadein,
.awards h2.fadein  {
	visibility: visible;
	opacity: 1;
	transform:translateY(0);
}
.content-news {
	padding-right: 20px;
}
.page-template-template-artdirection .col-md-10 img,
.page-template-template-artdirection-fr .col-md-10 img
{
	vertical-align: top;
	margin-right: 10px;
	margin-bottom:10px;
	width: 100%;
	transform:translateX(30px);
	opacity: 0;
	visibility: hidden;
}
.page-template-template-artdirection .wrapper section .hrpointillay:last-child,
.page-template-template-bycompagnies .wrapper section .hrpointillay:last-child,
.page-template-template-artdirection-fr .wrapper section .hrpointillay:last-child,
.page-template-template-bycompagnies-en .wrapper section .hrpointillay:last-child   {
	display: none;
}
.page-template-template-bycompagnies .footer,
.page-template-template-bycompagnies-en .footer,
.page-template-template-artdirection-fr .footer,
.page-template-template-artdirection .footer {
	position: relative;
	padding-bottom: 20px;
}
.hrpointillay
{
	width: 100%;
	display: block;
	height: 2px;
	background: url("img/bgdot.png") repeat-x;
	margin:30px 0px;
	visibility: hidden;
	opacity: 0;
	transform:translateY(30px);
}
.page-template-template-bycompagnies .hrpointillay,
.page-template-template-bycompagnies-en .hrpointillay
{
	margin:45px 0px 70px;
}
.page-template-template-bycompagnies .col-md-10,
.page-template-template-bycompagnies-en .col-md-10 {
	margin-top:50px;
}
.page-template-template-bycompagnies .hover-container,
.page-template-template-bycompagnies-en .hover-container  {
	display: none;
}
.single-creations .hrpointillay
{
	margin:50px auto;
	width: 90%;
}
.hover-container {
	display: none;
}
.type-marques .col-md-2 {
	margin-bottom: 40px;
}
.esg-entry-cover
{
	display:none;
}
.esg-media-cover-wrapper .esg-center #Objects,
.esg-media-cover-wrapper .esg-center #Lightings,
.esg-media-cover-wrapper .esg-center #Limited,
.esg-media-cover-wrapper .esg-center #Installation,
.esg-media-cover-wrapper .esg-center #Products,
.esg-media-cover-wrapper .esg-center #Furnitures {
	display: none;
}
.esg-media-cover-wrapper .esg-center #Objets,
.esg-media-cover-wrapper .esg-center #Luminaires,
.esg-media-cover-wrapper .esg-center #Édition,
.esg-media-cover-wrapper .esg-center #Installation,
.esg-media-cover-wrapper .esg-center #Produits,
.esg-media-cover-wrapper .esg-center #Mobilier {
	display: none;
}
.tp-esg-item
{
	background-color: transparent!important;
}
.object-hover
{
	background-color: rgba(246,246,246,0.9);
	position: absolute;
	width: 100%;
	height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: none;
}
.object-inner
{
	    display: table;
    height: 100%;
    width: 100%;
}
.object-outer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.object-hover .title-hover{
	font-weight: 400;
	color: #111;
	font-size: 14px;
}
.object-hover .esg-center {
	    color: #555;
    margin-top: 3px;
}
.type_objet
{
	margin-bottom:0px;
}
.annee_de_creation
{
	margin-top:0px;
}

.single .left
{
	text-align: right;
}
.single .left p
{
	margin-bottom:30px;
	text-align: left;
	width: 93%;
	transform:translateX(-30px);
	visibility: hidden;
	opacity: 0;
}
#contentFille .infos-marque {
	visibility: hidden;
	opacity: 0;
	transform:translateX(20px);
}
.single h1, .single .infos-marque {
	padding-left: 15px;
}
.single h1 {
	visibility: hidden;
	opacity: 0;
	transform:translateX(20px);
}
.single .design_with,
.single .photo_et_graphisme{
	transform:translateX(20px);
}
.single .img-objet
{
	margin-top:30px;
	visibility: hidden;
	opacity: 0;
	transform:translateX(30px);
}

.single .left .img-objet {
	transform:translateX(-30px);
}
.single .left .img-objet:first-child
{
	width: 100%;
}
.left .legende_image {
	text-align: right!important;
	width: 100%!important;
}
.other-projects,
#grilleFille {
	visibility: hidden;
	opacity: 0;
	transform:translateY(30px);
}
#grilleFille {
	padding-bottom: 100px;
}
#grilleFille article {
	width: auto;
	float: left;
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 20px;
	height:150px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#grilleFille img {
	width: 100%;
}
.other-projects h2
{
	margin-bottom:40px;
	padding-left:15px;
}

.other-projects img {
	width: 100%;
}
.hover-objects-container .creations {
	    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.single-creations .hover-objects-container .creations {
	    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.news,
.aboutmain,
.press,
.contact,
.single .wrapper
{
	max-width: 1070px;
	margin:0 auto;
}
.single .wrapper
{
	max-width: 1270px;
	padding-bottom: 0;
}
.news article h2,
.news article h2 p
{
	margin-bottom:0px;
}
.news article img,
.aboutmain img
{
	width: 100%;
	margin-top: 20px;
}
.date-news p,
.legende_image
{
	margin-top:5px;
	font-style: italic;
	margin-bottom:30px;
}
.date-txt
{
	font-style: italic!important;
}

.page-template-template-about .footer, {
	bottom: 0;
}
.press .col-md-9
{
	text-align: left;
	padding: 0px 15px;
}
.press .col-md-3 {
	padding: 0px 15px;
}
.img-press
{
	vertical-align: top;
	margin-right:10px;
	margin-bottom:10px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transform:translateX(-20px);
}
.image-revue-container {
	margin-bottom:20px;
}
.image-revue-container .hover-container {
	display: block;
}
.hover-container .date-revue {
	margin:0;
}
.hover-container .titre-revue {
    margin: 5px 0px;
    font-family: 'Open Sans', sans-serif!important;
    color:#111;
    font-size: 18px;
    font-weight: 400;
}
.press .col-md-3 h1
{
	margin-top:0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos .content-press p {
	margin:20px 0px;
}

#contentFille
{
	position: relative;
	z-index: 10;
}
.projetsFille{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 50px;
	background: #f6f6f6;
	z-index: 20;
}
.tooltip {
	display:none;
	position:relative;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
	z-index: 9999!important;
}


/* =Contact */

.txt-contact
{
	font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
}
.adress
{
	padding:0px 50px;
}
.contact .row
{
	margin-bottom:30px;
}
.contact .col-md-6 img
{
	width: 100%;
}
.contact .adress,
.contact .subscribe {
	visibility: hidden;
	opacity: 0;
	transform:translateX(-20px);
}
.subscribe p {
	margin-bottom:30px;
} 
.subscribe p a:hover
{
	color:#3D44AC!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contact .mapContainer,
.contact .img-contact {
	visibility: hidden;
	opacity: 0;
	transform:translateX(20px);
}
.contact .img-contact {
	width: 100%;
}
.socials
{
	display: inline-block;
	padding:0;
	margin-bottom: 30px;
}
.socials li
{
	vertical-align: top;
    display: inline;
    height: 100px;
    margin-right: 10px;
}
.socials li a
{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	 font-size: 1.4em;
	 position: relative;
	 top:0px;;
}
.socials li .facebook:hover
{
	color:#3B5998;
	top:-5px;
}
.socials li .twitter:hover
{
	color:#1da1f3;
	top:-5px;
}
.socials li .instagram:hover
{
	color:#a83db6;
	top:-5px;
}
.socials li .linkedin:hover
{
	color:#0077b5;
	top:-5px;
}


/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/

/* =Fade in menu */
.sticky-1st {
	opacity:0;
	visibility: hidden;
	padding:20px 45px!important;
}
.sticky-1st .logo-img {
	height: 62px!important;
	width: auto!important;
}
.sticky-1st .menu-principal li a {
	padding:10px 0px;
}
.sticky-1st .submenu {
	top:57px;
	
}
.sticky-end {
	transition: background 0.6s ease-in;
	opacity: 1;
    visibility: visible;
    position: fixed!important;
    background-color: rgba(246,246,246,0.95)!important;
}


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

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

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
  url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
  url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}

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

main {
    margin-top: 140px;
}
.page-template-template-bycompagnies .col-md-10 article,
.page-template-template-bycompagnies-en .col-md-10 article
{
	float:left;
	margin:0 25px 25px;
	width: auto;
	height: 150px;
}
.other-projects article
{
	width: auto!important;
	float:left;
	margin:0 15px 20px;
}
.other-projects img {
	width: auto;
	height: 120px;
}

.logo, #Calque_1 {
    width: 130px;
    height: 67px;
}
.navbar .navbar-header {
	padding:25px;
}
.navbar-toggle {
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}
.other-projects article {
	width: auto;
}
#grilleFille article {
	width: auto;
}

}

@media only screen and (min-width:700px) {
.wrapper {
    width: auto;
    padding: 0 70px;
}
#grilleFille img {
	max-width: 150px;
}
.news .col-md-7,
.news .col-md-5
{
	width: 100%;
}
.aboutmain .col-md-6 {
	width: 100%;
}
.page-template-template-artdirection .col-md-10,
.page-template-template-bycompagnies .col-md-10,
.page-template-template-artdirection-fr .col-md-10,
.page-template-template-bycompagnies-en .col-md-10 {
	width: 73.333333%;
}
.page-template-template-artdirection .col-md-2,
.page-template-template-bycompagnies .col-md-2,
.page-template-template-artdirection-fr .col-md-2,
.page-template-template-bycompagnies-en .col-md-2 {
	width: 26.666667%;
}
.page-template-template-bycompagnies .col-md-10,
.page-template-template-bycompagnies-en .col-md-10 {
	margin-top:0px;
}
/*.artdirection .marques a:hover{
	transform:translateX(-20px);
}*/
.single-creations .hrpointillay
{
	margin:55px 15px 35px;
	width: 100%;
}
.press .col-md-9
{
	text-align: right;
}
.img-press {
	width: auto;
}
.submenu li
{
	margin-right: 7px;
}

.awards .col-md-4
{
	padding-right: 40px!important;
}
.awards h2 {
	margin-top: 0px;
}
.artdirection .hrpointillay, .by-compagnies .hrpointillay {
	width: 75%;
	margin:50px auto;
}
.page-template-template-bycompagnies .col-md-2,
.page-template-template-artdirection .col-md-2,
.page-template-template-bycompagnies-en .col-md-2,
.page-template-template-artdirection-fr .col-md-2 
{
	text-align: right;
}

.page-template-template-about .footer {
	bottom: 10;
}
.footer
{
    bottom: 10px;
    z-index: 9999;
}
.footer p {
	margin-left: 25px;
}
.image-revue-container {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.image-revue-container .hover-container {
	display: none;
}
.hover-container {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(246,246,246,0.9);
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}
.inner {
	display:table;
    width: 100%;
    height: 100%;
}
.outer {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}
.titre-revue {
	    margin: 0 0 5px 0px;
}
.date-revue {
	    margin: 0;
}
.hrpointillay
{
	margin:40px auto;
}
.videos .content-press p {
	margin:0;
	padding-right: 30px;
}

}
@media only screen and (min-width:820px) {
.img-press {
    width: auto;
    max-width: 220px;
}
}


@media only screen and (min-width:940px) {
.news .col-md-7{
	width: 58.33333333%;
}
.news .col-md-5 {
	width: 41.66666667%;
}
.news article img
{
	width: 100%;
	margin-top: 0px;
}
.aboutmain .col-md-6 {
	width: 50%;
}
.txt-about
{
	padding-right:40px!important;
}
.img-press {
    max-width: 265px;
}
}

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

.page-template-template-artdirection .col-md-10,
.page-template-template-bycompagnies .col-md-10,
.page-template-template-artdirection-fr .col-md-10,
.page-template-template-bycompagnies-en .col-md-10 {
	    width: 83.33333333%;
}
.page-template-template-artdirection .col-md-2,
.page-template-template-bycompagnies .col-md-2,
.page-template-template-artdirection-fr .col-md-2,
.page-template-template-bycompagnies-en .col-md-2 {
	    width: 16.66666667%;
}
.page-template-template-bycompagnies .col-md-10 article img,
.page-template-template-artdirection article,
.page-template-template-artdirection .col-md-10 img,
.page-template-template-bycompagnies-en .col-md-10 article img,
.page-template-template-artdirection-fr article,
.page-template-template-artdirection-fr .col-md-10 img 
{
	width: auto;
}
.page-template-template-bycompagnies .col-md-10 article img,
.page-template-template-bycompagnies-en .col-md-10 article img
{
	height:140px;
}
}


@media only screen and (min-width:1070px) {
.wrapper {
    padding: 15px 105px 20px;
}
.menu-principal .lang-item {
	display: none;
}
.menu-langues {
	display: block;
}
main
{
	margin-top:200px;
}
.page-template-template-artdirection #menu-item-207 a,
.page-template-template-artdirection .menu-item-252 a,
.page-template-template-bycompagnies #menu-item-207 a,
.page-template-template-bycompagnies .menu-item-253 a,
.page-template-template-seeall #menu-item-244 a,
.page-template-template-seeall #menu-item-212 a,
.page-template-template-conference #menu-item-245 a,
.page-template-template-conference #menu-item-212 a,
.page-template-template-salon #menu-item-246 a,
.page-template-template-salon #menu-item-212 a,
.page-template-template-exhibition #menu-item-247 a,
.page-template-template-exhibition #menu-item-212 a,
.page-template-template-magazines #menu-item-251 a,
.page-template-template-magazines #menu-item-237 a,
.home #menu-item-207 a,
.page-id-161 #menu-item-237 a,
.page-id-163 #menu-item-249 a,
.page-id-163 #menu-item-237 a,
.page-id-165 #menu-item-248 a,
.page-id-165 #menu-item-237 a,
header .current_page_item a
{
	font-weight: 600!important;
	color:#3d44ac!important;
}
.esg-container-fullscreen-forcer {
	padding: 0px 35px;
}
.nav .esg-filter-wrapper
{
	    display: inline-block;
    position: absolute;
    right: 38px;
    top: 95px;
}
.submenu
{
	display: inline-block;
    position: absolute;
    right: 45px;
    top: 95px;
    margin:0;
}
.submenu li
{
	margin-right: 13px;
}
.img-press {
    max-width: 300px;
}
#Calque_1 {
	width:160px;
	    height: 82px;
	 max-width: none;
}
.projectTitle {
	display: none!important;
}
.infos-marque .txt_intro {
	margin-top:35px;
}
.page-template-template-bycompagnies .col-md-10,
.page-template-template-artdirection .col-md-10,
.page-template-template-bycompagnies-en .col-md-10,
.page-template-template-artdirection-fr .col-md-10
{
	padding-left:50px;
}



.menu-principal {
	margin-top: 6px!important;
	clear:both;
}
.menu-principal li {
	padding:0;
    margin-right: 35px;
    text-align: left;
}
.logo {
    width: 160px;
}
.navbar .navbar-header {
	padding:0;
	border:0;
}
.nav .menu-principal li a {
	border:0;
}
.menu-langues {
	    float: right;
    top: -2px;
    position: relative
}
.nav ul
{
    float:right;
    
}
.nav ul li
{
	float: left;
}
.submenu li a
{
	margin-right: 10px;
}
.submenu li:last-child a {
	margin-right: 0px;
}
main .submenu,
main .esg-filter-wrapper
{
	display: none;
}
.nav .esg-filter-wrapper,
.nav .submenu
{
	display: block;
}

.navbar {
	background: transparent;
	padding:30px 45px;
}
.footer p {
	margin-left: 45px;
}
.hrpointillay
{
	margin:70px 0px;
}
}
@media only screen and (min-width:1140px) {

.logo{
	width: auto;
}

}

@media only screen and (min-width:1275px) {
.img-press {
    max-width: inherit!important;
}
}

@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;
}
.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;
	}
}
