/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
/**
 * ELEMENTS
 * -----------------------------------------------------------------------------
*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/**
 * FONTS
 * -----------------------------------------------------------------------------
 */

@font-face {
    font-family: 'Montserrat';
    src: url('font/montserrat-regular-webfont.eot');
    src: url('font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/montserrat-regular-webfont.woff2') format('woff2'),
         url('font/montserrat-regular-webfont.woff') format('woff'),
         url('font/montserrat-regular-webfont.ttf') format('truetype'),
         url('font/montserrat-regular-webfont.svg#Montserrat') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Monserrat_alt';
    src: url('font/montserratalternates-regular-webfont.eot');
    src: url('font/montserratalternates-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/montserratalternates-regular-webfont.woff2') format('woff2'),
         url('font/montserratalternates-regular-webfont.woff') format('woff'),
         url('font/montserratalternates-regular-webfont.ttf') format('truetype'),
         url('font/montserratalternates-regular-webfont.svg#Monserrat_alt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slab';
    src: url('font/robotoslab-bold-webfont.eot');
    src: url('font/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/robotoslab-bold-webfont.woff2') format('woff2'),
         url('font/robotoslab-bold-webfont.woff') format('woff'),
         url('font/robotoslab-bold-webfont.ttf') format('truetype'),
         url('font/robotoslab-bold-webfont.svg#roboto_slab') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slab';
    src: url('font/robotoslab-regular-webfont.eot');
    src: url('font/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/robotoslab-regular-webfont.woff2') format('woff2'),
         url('font/robotoslab-regular-webfont.woff') format('woff'),
         url('font/robotoslab-regular-webfont.ttf') format('truetype'),
         url('font/robotoslab-regular-webfont.svg#roboto_slab') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**
 * ELEMENTS
 * -----------------------------------------------------------------------------
 */
body {
	background: #fff;
	font-family: 'roboto_slab',serif;
	font-size: 100%;
	line-height: 1.4;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #17348b;
	font-family: 'Montserrat',sans-serif;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 25px;
}
h1 {
	font-size: 48px;
	font-size:3rem;
	font-weight: bold;
} 
h2 {
	font-size: 32px;
	font-size:2rem;
	font-weight: bold;
}
h3 {
	font-family: 'Monserrat_alt','Montserrat',sans-serif;
	font-size: 20px;
	font-size:1.25rem;
}
a:link {
	color: #3bb4df;
	font-weight:bold; 
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
}
a:hover,a:active,a:focus {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul {
	color: #17348b;
	list-style-image: url('img/list.png');
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}
ol {
	color: #17348b;
	margin: 0 0 30px;
	padding: 0 0 0 25px;
}
p {
	color: #17348b;
	margin: 0 0 20px;
}
table {
	border: none;
	border-collapse: collapse;
	margin: 0 0 30px;
	table-layout: fixed;
	width: 100%;
}
caption {
	background: #3ab4df;
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-size: 20px;
	font-size:1.25rem;
	font-weight: normal;
	padding: 15px 10px;
	text-align: left;
}
th {
	background: #16348a;
	border: none;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	font-size:0.875rem;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	word-wrap: break-word;
}
th + th {
	border-left:1px solid #fff;
}
td {
	background: #dce0ed;
	color: #16348a;
	font-size: 14px;
	font-size:0.875rem;
	padding: 10px;
	word-wrap: break-word;
}
td + td {
	border-left: 1px solid #fff;
}
tbody tr:nth-child(even) td {
	background: #fff;
}
::-webkit-input-placeholder {
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;  
}
:-ms-input-placeholder {  
   opacity: 1;  
}
input, textarea, select, .input_wrapper {
	background: #fff;
	border: 1px solid #b3b3b3;
	color: #b2b2b2;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-size: 1rem;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	width: 100%;
	/**/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/**/
	/*-webkit-appearance: none;*/
	/**/
	-webkit-border-radius: 0;
	border-radius: 0;
}
.input_wrapper{
	padding-left: 15px;
}
.input_wrapper input{
    border: none;
    width: 90%;
    height: 38px;
    padding: 0px;
    padding-left: 5px;
}
textarea {
	height: 160px;
	line-height: 1.2;
	padding: 10px 20px;
	resize: none;
}
input:focus,textarea:focus {
	border-color: #17348b;
	color: #17348b;
}
select option{
	color: #818181;
}
.row {
	margin: 0 0 20px;
}
label,
.radio-label {
	color: #17348b;
	/*display: none;*/
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
.row-radio label,
.row-radio .radio-label {
	display: inline-block;
}
.row-radio label {
	margin: 0 10px 0 0;
}
.radio-list {
	margin: 0 0 0 5px;
}
input[type="radio"]{
	height: auto;
	line-height: 1;
	margin: 0 5px 0 0;
	width: auto;
}
input[type="submit"] {
	background: #8fb824;
	border:none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size: 20px;
	font-size:1.25rem;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 45px;
	width: auto;
	/**/
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/**/
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}
input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus {
	background:#3cb4df;
}
/**
 * CUSTOM SELECT
 * -----------------------------------------------------------------------------
 */

/* Default custom select styles */
div.cs-select {
	background: #fff;
	border-left:1px solid #b9c2dc;
	color: #17348b;
	display: inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	font-size:0.875rem;
	height: 40px;
	line-height: 40px;
	max-width: 500px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 140px;
	z-index: 100;
	/**/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}
.cs-select select {
	display: none;
}
.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 0 0 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}
.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}
.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}
.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
div.cs-active {
	z-index: 200;
}
/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}
.cs-select ul li.cs-focus span {
	background-color: #ddd;
}
/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
	cursor: default;
}
div.cs-skin-elastic {
	background: transparent;
	color: #17348b;
}
.cs-skin-elastic > span {
	background-color: #fff;
	z-index: 100;
}
.cs-skin-elastic > span::after {
	content: '';
	background: url('img/select.png') no-repeat 0 0;
	background-size:10px 8px;
	height:8px;
	width:10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cs-skin-elastic .cs-options {
	overflow: visible;
	background: transparent;
	opacity: 1;
	visibility: visible;
	pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
	pointer-events: auto;
}
.cs-skin-elastic .cs-options > ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.cs-skin-elastic.cs-active .cs-options > ul::before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
  	animation: expand 0.6s ease-out;
}
.cs-skin-elastic .cs-options ul li {
	opacity: 0;
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
}
.cs-skin-elastic.cs-active .cs-options ul li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
  	animation: bounce 0.6s ease-out;
}

/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */

.cs-skin-elastic .cs-options span {
	background-repeat: no-repeat;
	background-position: 90px 50%;
	background-size: 2em auto;
	padding: 0 20px;
}
.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
	background-color: #b9c2dc;
}
.cs-skin-elastic .cs-options .cs-selected span::after {
	content: '';
}
.cs-skin-elastic .cs-options li.flag-france span {
	background-image: url(img/flag-fr.png);
	background-size:15px 9px;
}
.cs-skin-elastic .cs-options li.flag-uk span {
	background-image: url(img/flag-uk.png);
	background-size:15px 9px;
}
@-webkit-keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1) }
	100% { -webkit-transform: scale3d(1,1,1); }
}
@keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
	100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@-webkit-keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}

/**
 * USEFULS CLASSES
 * -----------------------------------------------------------------------------
 */

/*
CLEARFIX	
-----------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.h1 {
	color: #17348b;
	font-family: 'Montserrat',sans-serif;
	font-size: 48px;
	font-size:3rem;
	font-weight: normal;
	line-height: 1;
}
.h2 {
	color: #17348b;
	font-family: 'Montserrat',sans-serif;
	font-size: 32px;
	font-size:2rem;
	font-weight: normal;
	line-height: 1;
}
.h3 {
	color: #17348b;
	font-family: 'Montserrat',sans-serif;
	font-size: 20px;
	font-size:1.25rem;
	font-weight: normal;
	line-height: 1;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a.btn{
	background: #3bb4df;
	clear: both;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size: 20px;
	font-size:1.25rem;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	/**/
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/**/
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}
a.btn-green {
	background: #8fb824;
}
a.btn-green:hover,a.btn-green:active,a.btn-green:focus {
	background:#3cb4df;
}
a.btn-blue {
	background: #3bb4df;
}
a.btn-blue:hover,a.btn-blue:active,a.btn-blue:focus {
	background:#8fb824;
}
a.btn-disable{
	background:#D3D3D3;
	cursor:defaut;
}
a.btn-left{
	border-radius: 20px 0 0 20px;
}
a.btn-right{
	border-radius: 0 20px 20px 0;
}
a.btn-sm{
	font-size: 0.75rem;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.valign-middle {
	left: 50%;
	position: absolute;
	top:50%;
	/**/
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.w25 {
	width: 25%;
}
.w50 {
	width: 50%;
}
.w100 {
	width: 100%;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
/**
 * STRUCTURE
 * -----------------------------------------------------------------------------
 */
 
/**
 * HEADER
 * -----------------------------------------------------------------------------
 */
.site-header {
	position: fixed;
	top:0;
	width: 100%;
	z-index: 10;
}
.site-title {
	left: 49px;
	margin: 0;
	position: absolute;
	top:45px;
}
.site-title a {
	background:url('/themes/common/grossiste/img/logo.png') no-repeat 0 0;
	background-size:200px 68px;
	direction: ltr;
	display: block;
	font-size: 0;
	height: 68px;
	text-indent: -999em;
	width: 200px;
}
.header-top {
	background: #fff;
	border-bottom: 1px solid #b9c2dc;
	height: 41px;
}
/*
BOX LANG
-----------------------------*/
.box-lang {
	float: right;
}
/*
NAV SECOND
-----------------------------*/
.nav-second {
	float: right;
}
.nav-second ul {
	font-size: 0; /* INLINE BLOCK HACK */
}
.nav-second li {
	display: inline-block;
}
.nav-second .espace > a {
	background: #fff;
	color: #8fb824;
	display: block;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	font-size:0.875rem;
	font-weight: normal;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	/**/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-second .espace > a:hover,.nav-second .espace > a:active,.nav-second .espace> a:focus {
	background: #8fb824;
	color: #fff;
}
.nav-second .link > a {
    background: #fff;
    color: #17348b;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.nav-second .link > a:hover,.nav-second .link > a:active,.nav-second .link> a:focus {
	background: #b9c2dc;
	color: #fff;
}


.header-bottom {
	background: rgba(255,255,255,0.9);
}
/**
 * NAVIGATION
 * -----------------------------------------------------------------------------
 */

.menu-toggle {
	direction: ltr;
	display: none;
	height: 23px;
	left: 10px;
	position: absolute;
	text-indent: -999em;
	top:14px;
	width: 30px;
	z-index: 5;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	background: #8fb824;
	display: block;
	height: 5px;
	width: 30px;
	/**/
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.menu-toggle span {
	margin: 9px auto 0;
	position: relative;
}
.menu-toggle span:before,
.menu-toggle span:after {
	content: '';
	position: absolute;
}
.menu-toggle span:before {
	top:-9px;
}
.menu-toggle span:after {
	top:9px;
}
.js-nav .menu-toggle span {
  	background: transparent;
}
.js-nav .menu-toggle span:before {
	background-color: #3bb4df;	
	top:0;
	/**/
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.js-nav .menu-toggle span:after {
	background-color: #3bb4df;	
	top:0;
	/**/
	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.site-navigation {
	float: right;
}
.site-navigation ul {
	font-size: 0; /* INLINE BLOCK HACK */
	z-index: 50;
}
.site-navigation li {
	display: inline-block;
	padding: 0 15px;
}
.site-navigation a {
	color: #17348b;
	display: block;
	font-family: 'Montserrat',sans-serif;
	font-size: 22px;
	font-size:1.375rem;
	font-weight: normal;
	height: 79px;
	line-height: 79px;
	text-decoration: none;
	/**/
	-webkit-box-shadow:none;
	box-shadow:none;
	/**/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.site-navigation a:hover,.site-navigation a:active,.site-navigation a:focus,
.site-navigation li:hover a {
	/**/
	-webkit-box-shadow:inset 0 -5px 0 0 #17348b;
	box-shadow:inset 0 -5px 0 0 #17348b;
}
.site-navigation .sub-menu {
	background: #17348b;
	font-size: 16px;
	font-size: 1rem;
	left: -999em;
	padding: 45px 50px;
	position: absolute;
	/**/
	-webkit-border-radius: 0 0 50px 0;
	border-radius: 0 0 50px 0;
}
.site-navigation .sub-menu .third {
	display: none;
}
.site-navigation .sub-menu li {
	display: block;
}
.site-navigation .sub-menu li + li {
	margin: 15px 0 0;
}
.site-navigation .sub-menu a {
	color: #3bb4df;
	font-family: 'roboto_slab',serif;
	font-size: 16px;
	font-size: 1rem;
	height: auto;
	line-height: 1.4;
}
.site-navigation .sub-menu a:hover,.site-navigation .sub-menu a:active,.site-navigation .sub-menu a:focus {
	color: #fff;
}

.menu li:hover .sub-menu {
	left:auto;
}
.menu .last:hover .sub-menu {
	right: 15px;
}

/**
 * SIDEBAR NAVIGATION
 * -----------------------------------------------------------------------------
 */
.sidebar-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-navigation li + li {
	margin: 10px 0 0;
}
.sidebar-navigation li a {
	background: #3bb4df;
	color: #fff;
	display: block;
	font-family: 'Montserrat',sans-serif;
	font-size: 20px;
	font-size:1.25rem;
	font-weight: normal;
	padding: 20px 20px 20px 50px;
	text-decoration: none;
	/**/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar-navigation li a:hover,.sidebar-navigation li a:active,.sidebar-navigation li a:focus {
	background: #8fb824;
}
.sidebar-navigation .expanded a {
	background: #8fb824;
}
.sidebar-navigation .sub-menu {
	background: #ddeabd;
	padding: 20px 0;
}
.sidebar-navigation .sub-menu li {
	margin: 0;
}
.sidebar-navigation .sub-menu a {
	background: none;
	color: #17348b;
	font-size: 16px;
	font-size: 1rem;
	padding: 0 20px 0 50px;
}
.sidebar-navigation .sub-menu a:before {
	content: '>';
}
.sidebar-navigation .sub-menu a:hover,.sidebar-navigation .sub-menu a:active,.sidebar-navigation .sub-menu a:focus {
	background: none;
}
/**
 * SEARCH BOX
 * -----------------------------------------------------------------------------
 */
.search-box {
	bottom: -50px;
	position: absolute;
	right: 0;
}
.search-box label {
	background: url('img/search.svg') no-repeat 50% 50% #17348b;
	background-size: 30px 30px;
	cursor: pointer;
	direction: ltr;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	text-indent: -999em;
	top: 0;
	width: 50px;
	/**/
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.search-box .submit {
	display: none;
} 
.search-box input {
	background: #17348b;
	border: none;
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 0;
	overflow: hidden;
	text-indent: 20px;
	width: 0;
	/**/
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	/**/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.search-box input:focus {
	width: 320px;
}
/**
 * FOOTER
 * -----------------------------------------------------------------------------
 */
.site-footer {
	background: #fff;
	border-top: 1px solid #dadada;
	padding: 50px 0 0;
	position: relative;
}
.site-footer .table {
	position: relative;
}
/*.site-footer .table:after {
	background: url('img/planet-pharma-footer.jpg') no-repeat 0 0;
	background-size: 140px;
	content: '';
	display: block;
	height: 192px;
	position: absolute;
	right: 20px;
	width: 140px;
}*/
/*
FOOTER BOXES
-----------------------------*/
.site-footer .table-cell {
	padding: 0 0 40px;
}
.site-footer .logo-footer {
	padding: 0 80px 40px 0;
	text-align: center;
	vertical-align: top;
	width: 390px;
}
.footer-navigation a {
	color: #8fb824;
	display: inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size: 22px;
	font-size:1.375rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
	position: relative;
	text-decoration: none;
}
.footer-navigation a:after {
	content: '';
	background: #8fb824;
	bottom: -3px;
	display: block;
	height: 1px;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-navigation a:hover:after,.footer-navigation a:active:after,.footer-navigation a:focus:after {
	width: 100%;
}
.footer-navigation li + .expanded {
	margin: 15px 0 0;
}
.footer-navigation li li a {
	color: #17348b;
	font-family: 'roboto_slab',serif;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 5px;
}
.footer-navigation li li a:after {
	background-color: #17348b;
}
/*
BACK TO TOP
-----------------------------*/
a.btn-top {
	background: url('img/top.svg') no-repeat 22px 50% #3bb4df;
	background-size: 25px 14px;
	bottom: 20px;
	direction: ltr;
	display: block;
	height: 50px;
	position: absolute;
	text-indent: -999em;
	right: 0;
	width: 60px;
	z-index: 1;
	/**/
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
/*
BOTTOM NAV
-----------------------------*/
.bottom-nav {
	border-top: 1px solid #dadada;
	padding: 10px 0;
	text-align: center;
}
.bottom-nav ul {
	font-size: 0; /* INLINE BLOCK HACK */
}
.bottom-nav li {
	display: inline-block;
	font-size: 14px;
	font-size:0.875rem;
}
.bottom-nav li + li:before {
	content: '-';
	color: #999;
}
.bottom-nav li a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.bottom-nav li a:hover,.bottom-nav li a:active,.bottom-nav li a:focus {
	text-decoration: underline;
}

/**
 * PAGES
 * -----------------------------------------------------------------------------
 */
.banner img {
	height: auto;
	width: 100%;
}
.centred {
	margin: 0 auto;
	max-width: 1160px;
	padding: 0 10px;
}
.sidebar {
	display: table-cell;
	padding: 0 30px 0 0;
	vertical-align: top;
	width: 340px;
}
.entry-content {
	display: table-cell;
	padding: 0 0 50px;
}
.full .entry-content {
	display: block;
}
.breadcrumb {
	margin: 50px 0 30px;
}
.breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb ol li {
	color: #3bb4df;
	display: inline;
	font-family: 'Monserrat',sans-serif;
	font-size: 12px;
	font-size:0.75rem;
}
.breadcrumb ol li + li:before {
	content: '>';
}
.breadcrumb a {
	color: #3bb4df;
	font-weight: normal;
	text-decoration: none;
}
.breadcrumb a:hover,.breadcrumb a:active,.breadcrumb a:focus {
	text-decoration: underline;
}

/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width:1400px){
	/*
	FOOTER
	------------------*/
	.site-footer .table-cell {
		width: 20%;
	}
	.site-footer .logo-footer {
		width: 320px;
	}
}
@media only screen and (max-width:1200px){
	/*
	FOOTER
	------------------*/
	.site-footer .table {
		display: block;
		font-size: 0;
	}
	.site-footer .table-cell {
		display: inline-block;
		padding: 0 0 40px 20px;
		width: 25%;
	}
	.site-footer .logo-footer {
		display: block;
		margin: 0 auto 30px;
		padding: 0;
		width: 300px;
	}
	.site-footer .table::after{
		margin: 0 auto 30px;
		position: static;
	}
}
@media only screen and (max-width:1000px) {
	/*
	RÉSOUDRE SOUCI DE SOUS NAV MOBILE AU SCROLL...
	------------------*/
	html,
	body {
		height: 100%;
		overflow: hidden;
	}
	.site-main {
		background: #fff;
		bottom: 0;
		left: 0;
		overflow-y:scroll;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
	}
	/*
	GENERAL
	------------------*/
	.site-header {
		background: #fff;
		height: 145px;
		width: 100%;
	}
	.site-title {
		border-top: 1px solid #b9c2dc;
		bottom: 0;
		height: 95px;
		left: 0;
		top: auto;
		width: 100%;
	}
	.site-title a {
		background-position: 50% 50%;
		height: 94px;
		width: 230px;
		margin: 0 auto;
		padding: 0;
	}
	.search-box {
		bottom: auto;
		top: 0;
	}
	.header-side {
		background: #d9d9d9;
		height: 100%;
		left: 0;
		overflow: auto;
		padding: 0 0 20px;
		position: fixed;
		top: 50px;
		width: 320px;
		z-index: 15;
		/**/
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		/**/
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.js-nav .header-side {
		/**/
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.header-top {
		background: url('img/logo.png') no-repeat 44px 6px #fff;
		background-size: 97px;
		border: none;
		height: auto;
	}
	.menu-toggle {
		display: block;
	}
	.nav-second {
		border-top: 1px solid #b9c2dc;
		clear: both;
		float: none;
		padding: 20px 0;
	}
	.nav-second ul {
		text-align: center;
	}
	.nav-second li {
		display: block;
	}
	.header-bottom {
		background: #d9d9d9;
		padding: 20px 20px 50px;
	}
	.site-navigation {
		float: none;
	}
	.site-navigation li {
		display: block;
		padding: 0;
	}
	.site-navigation li + li {
		margin: 20px 0 0;
	}
	.site-navigation a {
		background: #fff;
		height: auto;
		line-height: 50px;
		padding: 0 0 0 20px;
		/**/
		-webkit-box-shadow:none;
		box-shadow: none;
	}
	.site-navigation a:hover,.site-navigation a:active,.site-navigation a:focus,
	.site-navigation li:hover a {
		/**/
		-webkit-box-shadow:none;
		box-shadow: none;
	}
	.site-navigation .expanded > a {
		padding: 0 50px 0 20px;
		position: relative;
	}
	.site-navigation .expanded > a:after {
		content: '+';
		background: #17348b;
		color: #fff;
		display: block;
		font-family: serif;
		font-size: 50px;
		font-size:3.125rem;	
		font-weight: bold;
		height: 50px;
		line-height: 50px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 50px;
		/**/
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.site-navigation .open > a:after {
		background: #3bb4df;
		content: '-';
	}
	.site-navigation .sub-menu {
		max-height: 0;
		opacity: 1;
		overflow: hidden;
		padding: 0;
		position: static;
		width: 100%;
		/**/
		-webkit-border-radius: 0;
		border-radius: 0;
		/**/
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.site-navigation .open > .sub-menu {
		max-height: 500px;
		opacity: 1;
		width: 100%;
	}
	.site-navigation .sub-menu li {
		margin: 20px 0;
	}
	.site-navigation .sub-menu li + li {
		margin:0 0 20px;
	}
	.site-navigation .sub-menu a {
		background: none;
	}
	.site-navigation .sub-menu .third {
		display: block;
	}
	.site-navigation .sub-menu .third li {
		margin: 10px 0 10px 20px;
	}
	.site-navigation .sub-menu .third a:before {
		content: '>';
	}
	
	.secondary-navigation .sub-menu {
		left: 0;
		opacity: 1;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 100%;
		/**/
		-webkit-border-radius: 0;
		border-radius: 0;
		/**/
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	/*
	PAGES
	------------------*/
	.site-main {
		padding: 145px 0 0;
	}
	.home .site-main {
		padding: 0;
	}
	.sidebar {
		display: none;
	}
	.entry-content {
		display: block;
	}
}
@media only screen and (max-width:600px){
	/*
	GENERAL
	------------------*/
	h1 {
		font-size: 30px;
		font-size:1.875rem;
	}
	.site-main {
		padding: 145px 0 0;
	}
	/*
	FOOTER
	------------------*/
	.site-footer .table-cell {
		display: block;
		padding: 0 0 40px;
		text-align: center;
		width: auto;
	}
}

@media only screen and (max-width:1000px) {
	.input_wrapper_password input {
		width: 80%;
	}
}
@media only screen and (min-width:1000px) {
	.input_wrapper_password input {
		width: 85%;
	}
}
.input_wrapper_password a {
	color: #b2b2b2;
}
