/*
Theme Name: Face à Face
Theme URI: http://underscores.me/
Author: Magnetic
Author URI: http://magnetic.coop/
Description: Thème WordPress Face à Face
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: faceaface
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Face à Face is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'nexa-bold';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa-light';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'nexa-light', sans-serif;
	font-size: 15px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	outline: 0;
}
a:visited {
	color: purple;
	outline: 0;
}
a:hover,
a:focus,
a:active {
	outline: 0;
}

.current-menu-item a
{
	font-family: 'nexa-bold';
	color: #2cc5d2;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline;
	list-style: none;
	border-right: solid 1px #cccccc;
}
.main-navigation li:last-child {
	border: none;
}
.main-navigation a {
	text-decoration: none;
	padding: 2px 30px;
	line-height: 14px;
	text-transform: uppercase;
	font-size: 12px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
	.menu-toggle {
	cursor: pointer;
	display: none;
	text-align: right;
	text-decoration: none;
	font-size:2em;
	color:#2cc5d2;
}

.menu-toggle span{
	color:#2cc5d2;
	font-size:0.8em;
}
.menu-toggle span:hover{
	color:#2cc5d2;
}


@media screen and (max-width: 770px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation ul.open{
		display:block;
	}


}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
13.0 Thème Face à Face
--------------------------------------------------------------*/


/* ******************** GLOBAL ******************** */
#networks-responsive, #bt-professional-responsive, #language-selector-responsive
{
	display: none;
	text-align: center;
}

#bt-professional-responsive .button
{
	float: none !important;
	margin: 10px auto;
}

a
{
	color: #000;
	transition: color 0.25s ease;
}

a:hover
{
	color: #2cc5d2;
}

.no-hover a:hover
{
    background: transparent;
    cursor: default;
    color: #000;
}

.no-padding
{
	padding: 0;
}


/* ******************** ALIGN ******************** */
.text-align-center
{
	text-align: center;
}

.text-align-right
{
	text-align: right;
}

.center
{
	text-align: center;
}


/* ******************** HEADER ******************** */
#masthead
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}

#networks a, #networks-responsive a
{
	margin-right: 15px;
}

#networks a:hover
{
	/*opacity: 0.5;*/
}

#masthead .button
{
	background: #b2b2b2;
	display: block;
	width: 116px;
	line-height: 23px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'nexa-bold';
	float: right;
	transition: background-color 0.5s ease;
}

#masthead .button:hover
{
	background: #2cc5d2;
}

#header-line
{
	background: url(images/content-bg.png) bottom left repeat-x;
	height: 16px;
	z-index: 110;
	position: fixed;
	top: 152px;
	left: 0;
	width: 100%;
}

#spacer-top
{
	width: 100%;
	height: 152px;
}

#language-selector, #language-selector-responsive
{
	float: right;
	margin-right: 20px;
	text-transform: uppercase;
	line-height: 20px;
}

#language-selector-responsive
{
	float: none;
	margin: 10px auto;
}

#language-selector select, #language-selector-responsive select
{
	font-size: 11px;
	font-family: 'nexa-bold';

	border: 0 !important;  /*Removes border*/
    -webkit-appearance: none !important;  /*Removes default chrome and safari style*/
    -moz-appearance: none !important;  /*Removes default style Firefox*/
	background: url(images/nav-arrow-down.png) center right no-repeat !important;
	text-indent: 0.01px;
 	text-overflow: "";
}




/* ******************** CONTENT ******************** */
#content
{
	padding-top: 40px;
}

#content .grid
{
	max-width: 1000px;
}


/* ******************** FOOTER ******************** */
#colophon
{
	text-align: center;
	line-height: 40px;
}

#colophon ul
{
	margin: 0;
}

#colophon li
{
	display: inline;
	list-style: none;
	border-right: solid 1px #cccccc;
}

#colophon li:last-child
{
	border: none;
}

#colophon a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	padding: 2px 30px;
}


/* ******************** VIDEO ******************** */
.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level
{
	background-color: #2cc5d2 !important;
}

.vjs-poster, .vjs-big-play-button
{
	display: none !important;
}

.videoContainer
{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.videoContainer .videoContent
{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.videoContent
{
	cursor: pointer !important;
}


/* ******************** HEADINGS ******************** */
h1, h2
{
	/*font-family: 'nexa-bold';*/
}

h1
{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 20px;
}

h2
{
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	color: #2cc5d2;
}

h3
{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	background: url(images/h3-bg.png) center left repeat-x;
	margin-bottom: 30px;
}

h3 span
{
	background: #fff;
}

h3 .h3-left
{
	padding-left: 20px;
}

h3 .h3-right
{
	color: #2cc5d2;
	padding-right: 20px;
}



/* ******************** SPACER ******************** */
.spacer-20, .spacer-2-20, .spacer-3-20, .spacer-4-20
{
	width: 100%;
	height: 20px;
}

.spacer-40
{
	width: 100%;
	height: 40px;
}

.spacer-form
{
	width: 100%;
	height: 10px;
}

.spacer-2-20
{
	width: 100%;
	height: 20px;
}

.clear-2, .clear-4, .clear-3
{
	clear: both;
}

.spacer-2-20, .clear-2
{
	display: none;
}


/* ******************** CONTACT ******************** */
#form-contact input[type="text"], #form-contact input[type="email"], #form-contact select
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#form-contact .col-4-12
{
	text-align: right;
}

#form-contact label
{
	text-transform: uppercase;
	color: #414141;
	font-size: 13px;
	line-height: 35px;
}

#form-contact .col-8-12
{
	line-height: 35px;
}

#form-contact label span
{
	color: #2cc5d2;
	font-size: 18px;
}

#form-contact .wpcf7-list-item-label
{
	margin-right: 14px;
}

#form-contact input[type="text"], #form-contact input[type="email"], #form-contact select
{
	background-image: initial;
	width: 340px;
	line-height: 35px;
	height: 35px;
	background: #f4f4f4;
	border: none;
	border-radius: 2px;
}

#form-contact textarea
{
	width: 340px;
	height: 190px;
	background: #f4f4f4;
	border: none;
	border-radius: 2px;
}

.button input[type="submit"]
{
	width: 113px;
	text-align: center;
	line-height: 40px;
	background: #2cc5d2;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-weight: normal;
	box-shadow: none;
}

#form-contact .wpcf7-select
{
     border: 0 !important;  /*Removes border*/
     -webkit-appearance: none;  /*Removes default chrome and safari style*/
     -moz-appearance: none;  /*Removes default style Firefox*/
	/*background: url(images/select-arrow.png) no-repeat right #f4f4f4 !important;*/
	text-indent: 0.01px;
 	text-overflow: "";
 	padding-top: 8px;
}

.spacer-textarea
{
	width: 100%;
	height: 20px;
}

.spacer-button
{
	width: 100%;
	height: 30px;
}

/* ******************** GALLERY ******************** */

#gallery-instagram .bx-wrapper .bx-viewport
{
	background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

#gallery-instagram ul, #gallery-instagram li
{
	margin: 0;
	padding: 0;
}


#gallery-instagram .bx-wrapper .bx-prev
{
	background: url(images/arrow-left.png) center right no-repeat !important;
	left: -40px !important;
}

#gallery-instagram .bx-wrapper .bx-next
{
	background: url(images/arrow-right.png) center left no-repeat !important;
	right: -40px !important;
}

#gallery-instagram .bx-wrapper .bx-prev:hover, #gallery-instagram .bx-wrapper .bx-next:hover
{
	opacity: 0.8;
}

#gallery-instagram img, #gallery-instagram .bx-wrapper .bx-prev, #gallery-instagram .bx-wrapper .bx-next
{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#gallery-instagram img:hover
{
	opacity: 0.8;
}

.gallery-item
{
	box-shadow : 0 0 5px 5px #F9F9F9;
	position: relative;
	line-height: 0;
}

.gallery-cover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'nexa-bold';
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;

	display: block;

	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.gallery-cover:hover
{
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}

.gallery-cover table
{
	margin: 0;
	height: 100%;
}

.gallery-cover td
{
	vertical-align: middle;
	text-align: center;
}

.gallery-sub-title
{
	font-size: 11px;
	margin-top: 10px;
	font-family: 'nexa-bold';
	line-height: 30px;
}


/* ******************** HOME ******************** */
#slider-home
{
	width: 100%;
	height: 100%;
	background: #eee;
}

#maximage a
{
	text-decoration: none;
}

/* ******************** COLLECTIONS ******************** */
.collection-item
{
	box-shadow : 0 0 5px 5px #F9F9F9;
	position: relative;
	line-height: 0;
}

.collection-item img
{
	width: 100%;
	height: 100%;
}

.collection-cover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'nexa-bold';
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;

	display: block;

	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.collection-cover:hover
{
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}

.collection-cover table
{
	margin: 0;
	height: 100%;
}

.collection-cover td
{
	vertical-align: middle;
	text-align: center;
}

.collection-sub-title
{
	font-size: 11px;
	margin-top: 10px;
	line-height: 30px;
}

.collection-sub-title span
{
	background: url(images/sub-title-line.png) center left no-repeat;
	padding-left: 12px;
}


/* ******************** CONCEPT ******************** */
.concept-item
{
	box-shadow : 0 0 5px 5px #F9F9F9;
	position: relative;
}

.concept-cover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'nexa-bold';
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;

	display: block;

	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.concept-show
{
	opacity: 0.9;
}

.concept-cover:hover
{
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}

.concept-cover table
{
	margin: 0;
	height: 100%;
}

.concept-cover td
{
	vertical-align: middle;
	text-align: center;
}

.concept-sub-title
{
	font-size: 11px;
	margin-top: 10px;
}

.concept-sub-title span
{
	background: url(images/sub-title-line.png) center left no-repeat;
	padding-left: 12px;
}

.concept-sub-part
{
	box-shadow : 0 0 5px 5px #F9F9F9;
	/*display: none;*/
	/*visibility: hidden;*/
	padding: 0 20px;
}

.concept-sub-part-slide
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.concept-sub-part .bx-wrapper .bx-viewport
{
	background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.concept-sub-part ul, .concept-sub-part li
{
	margin: 0;
	padding: 0;
}

.concept-sub-part .bx-wrapper .bx-prev
{
	background: url(images/arrow-left.png) center right no-repeat !important;
	left: -40px !important;
}

.concept-sub-part .bx-wrapper .bx-next
{
	background: url(images/arrow-right.png) center left no-repeat !important;
	right: -40px !important;
}

.concept-sub-part .bx-wrapper .bx-prev:hover, .concept-sub-part .bx-wrapper .bx-next:hover
{
	opacity: 0.8;
}

.concept-sub-part img, .concept-sub-part .bx-wrapper .bx-prev, .concept-sub-part .bx-wrapper .bx-next
{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.concept-sub-part img:hover
{
	opacity: 0.8;
}

#menu-concept
{
	position: fixed;
	top: 320px;
	right: 20px;
	/*background: #fff;*/
	padding: 10px;
	border-radius: 5px;
	z-index:999;
}

#menu-concept ul, #menu-conceptli
{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

#menu-concept a
{
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 125px;

	background: url(images/anchor-puce.png) center center no-repeat;
}

#menu-concept div
{
	height: 30px;
	width: 125px;

	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#menu-concept div:hover
{
	opacity: 1;
}

#menu-concept a:hover
{
	background: none;
	color: #000;
}

.current-menu-concept div
{
	opacity: 1 !important;
}

.current-menu-concept
{
	background: none !important;
}


/* ******************** SLIDER HOME ******************** */

div.mc-image
{
	/*background-position: top center !important;*/
}

#maximage
{
	margin-top: 152px !important;
}

#arrow_left
{
	display: block;
	width: 30px;
	height: 40px;
	background: url(images/home-arrow-left.png) center left no-repeat;
	position: absolute;
	left: 30px;
	top: 50%;
}

#arrow_right
{
	display: block;
	width: 30px;
	height: 40px;
	background: url(images/home-arrow-right.png) center right no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
}

#arrow_right:hover
{
	background: url(images/home-arrow-right-hover.png) center right no-repeat;
}

#arrow_left:hover
{
	background: url(images/home-arrow-left-hover.png) center left no-repeat;
}

#maximage .gauche
{
	position: absolute;
	top: 28%;
	left: 10%;
	width: 200px;
	text-align: center;
}

#maximage .haut
{
	position: absolute;
	top: 10%;
	width: 100%;
	text-align: center;
}

.home-title
{
	text-transform: uppercase;
	font-size: 17px;
}

.home-sub-title-1
{
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'nexa-bold';
	margin-bottom: 10px;
}

.home-sub-title-2
{
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'nexa-bold';
	font-size: 11px;
}

#cycle-nav
{
	position: absolute;
	right: 20px;
	bottom: 60px;
}

#cycle-nav ul
{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#cycle-nav li
{
	display: inline;
	margin-left: 10px;
}

#cycle-nav a
{
	text-decoration: none;
	background: url(images/home-pager-grey.png) center center no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

#cycle-nav a:hover, .activeSlide a
{
	background: url(images/home-pager-blue.png) center center no-repeat !important;
}

.home-link
{
	display: block;
	width: 100%;
	height: 100%;
}


/* ******************** NETWORKS ******************** */
.icon-facebook, .icon-twitter, .icon-pinterest, .icon-instagram, .icon-youtube
{
	display: inline-block;
	width: 12px;
	height: 12px;
}

.icon-youtube
{
	background: url(images/networks/icon-youtube.png) center center no-repeat;
}

.icon-facebook
{
	background: url(images/networks/icon-facebook.png) center center no-repeat;
}

.icon-twitter
{
	background: url(images/networks/icon-twitter.png) center center no-repeat;
}

.icon-pinterest
{
	background: url(images/networks/icon-pinterest.png) center center no-repeat;
}

.icon-instagram
{
	background: url(images/networks/icon-instagram.png) center center no-repeat;
}

.icon-facebook:hover
{
	background: url(images/networks/icon-facebook-hover.png) center center no-repeat;
}

.icon-twitter:hover
{
	background: url(images/networks/icon-twitter-hover.png) center center no-repeat;
}

.icon-pinterest:hover
{
	background: url(images/networks/icon-pinterest-hover.png) center center no-repeat;
}

.icon-instagram:hover
{
	background: url(images/networks/icon-instagram-hover.png) center center no-repeat;
}

.icon-youtube:hover
{
	background: url(images/networks/icon-youtube-hover.png) center center no-repeat;
}

#content select
{
	z-index:1;
}
#content select::-ms-expand {
    display: none;
}


/* ******************** PRODUCTS ******************** */

.detail_mod .bx-wrapper .bx-viewport, #zoom-product .bx-wrapper .bx-viewport
{
	height: auto;
	border: none;
	box-shadow: none;
}

#zoom-product li, #zoom-product ul
{
	margin: 0;
	padding: 0;
	left: 0;
}

#title-collection
{
	font-size: 20px;
	text-transform: uppercase;
	color: #414141;
	margin-bottom: 30px;
}
#title-collection a
{
	text-decoration: none;
}



#name-concept
{
	color: #414141;
	text-transform: uppercase;
	font-size: 40px;
}

#boxing
{
	font-size: 10px;
	color: #414141;
	margin-bottom: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
	background: #e9e9e9 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
	background: #bcbcbc !important;
}

.bx-wrapper .bx-prev
{
	background: url(images/arrow-left.png) center right no-repeat !important;
}

.bx-wrapper .bx-next
{
	background: url(images/arrow-right.png) center right no-repeat !important;
}

#other_color img
{
	width: 90px;
}

#zoom-product .bx-prev, #zoom-product .bx-next
{
	display: none;
}

.detail_mod .active, .detail_mod li:hover
{
	background: url(images/active-bg.png) top center no-repeat;
}

.detail_mod .bx-wrapper ul, .detail_mod .bx-wrapper li
{
	margin: 0;
	padding: 0;
}

.detail-mod-slide li
{
	height: 130px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 18px !important;
    width: 226px;
}

#bt-mobile
{
	display: none;
}














#product-center{
	padding: 10px 0 0 0;

}

#product-left a
{
	display: block;
	width: 30px;
	height: 40px;
	background: url(images/home-arrow-left.png) top left no-repeat;
}

#product-left a:hover
{
	background: url(images/home-arrow-left-hover.png) top left no-repeat;
}

#product-right a
{
	display: block;
	width: 30px;
	height: 40px;
	background: url(images/home-arrow-right.png) top right no-repeat;
}

#product-right a:hover
{
	background: url(images/home-arrow-right-hover.png) top right no-repeat;
}

.grid-arrow
{
    width: 100%;
    height: 40px;
    position: absolute;

    top: 380px;
}

.grid-arrow-container
{
	margin: 0 auto;
    max-width: 1140px;

		padding: 0;
    overflow: hidden;
		position: relative;

}

#product-left
{
	float: left;
}


#product-right
{
	float: right;
}

#other_color {
	-moz-columns:2 auto;
	-webkit-columns:2 auto;
    columns: 2 auto;
}
#other_color a {
	display:block;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	#other_color{
		-moz-columns:1 auto;
		-webkit-columns:1 auto;
	  columns: 1 auto;
	}
	.detail_mod{
		margin-top:80px;
	}

}
@media screen and (min-width: 1220px) and (max-width: 1395px) {
	#menu-concept{
		right:100px;
	}
}
@media screen and  (min-width: 481px) and (max-width:768px){
	#other_color{
		-moz-columns:4 auto;
		-webkit-columns:4 auto;
		columns: 4 auto;
	}

}
