/*
Theme Name: Laboratoires ASEPTA
Theme URI: http://www.asepta.com
Author: Federall
Author URI: http://www.federall.net
Description: Laboratoires ASEPTA
Version: 1.0
Text Domain: asepta
*/

/**
 * Table des matières :
 *
 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Navigation
 * 4.0 - Content
 * 5.0 - Sidebar
 * 6.0 - Footer
 * 7.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/*
 * 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset */

/*
 * DEBUG
 */
pre, code {
	font-family: 'Source Code Pro';
	font-size: 12px;
	color: #000;
	background-color: #F1F1F1;
	padding: 20px;
	margin: 20px;
}


body {
	/*background-image: url('assets/images/fond-vert.jpg');*/
	/*background-color: #afdae2;*/
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:fixed
}

* {
	box-sizing: border-box;
}


/*
 * 2.0 - Header
 */

.header_cont {
	width: 100%;
	height: 160px;
	background-color: #FFF;
}
.header {
	width: 1080px;
	margin: 0 auto;
}
	.logo_container {
		float: left;
		width: 25%;
	}
	.slogan-container {
		color: #2c92b8;
		float: left;
		font-size: 18px;
		font-weight: bold;
		height: 100px;
		text-transform: uppercase;
		width: 35%;
		padding-top: 55px;
		box-sizing: border-box;
	}
	.lang_search {
		float: left;
		width: 40%;
		text-align: right;
	}
	.cart-container {
		float: left;
		position: relative;
		z-index: 777;
		width: 40%;
		text-align: right;
		height: 30px;
		padding-top: 8px;
		font-size: 12px;
		color: #747678;
	}
	.cart-contents:before {
		font-family: 'Dashicons';
		content: "\f174";
	}
	.cart-contents {
		color: #747678;
		font-size: 12px;
	}
	.cart-logout:before {
		font-family: 'Dashicons';
		content: "\f160";
	}
	.cart-logout {
		color: #747678;
		font-size: 12px;
	}
	.cart-account:before {
		font-family: 'Dashicons';
		content: "\f110";
	}
	.cart-account {
		color: #747678;
		font-size: 12px;
	}
	#navbutton {
		display: none;
	}
	.header_menu {
		float: left;
		text-align: right;
		font-size: 14px;
		width: 75%;
	}
	.header_menu ul {
		display: inline-block;
		margin-top: 35px;
	}
	.header_menu ul li {
  		float: left;
	}
	.header_menu ul li a {
		color: #676767;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
	}
	.header_menu ul li.current-menu-item a {
  		padding-bottom: 4px;
	}
	.header_menu .sub-menu {
		display: block;
		position: relative;
		z-index: 6666;
		top: 0;
		left: 0;
		margin: 0;
	}
	#menu-menu-principal > li > .sub-menu {
		display: none;
		position: relative;
		z-index: 6666;
		top: 9px;
		/*left: 84px;*/
		margin: 0;
	}
	.header_menu .sub-menu > li  {
		display: block;
		float: none;
		text-align: left;
	}
	.header_menu .sub-menu > li > a {
		display: block;
		float: none;
		background-color: #f1f1f1;
		border-top: 1px solid #FFF;
		line-height: 30px;
		padding: 0 8px;
	}
	.header_menu .sub-menu > li > a:hover {
		background-color: #2C92B8;
		color: #FFF;
	}
	.header_menu .sub-menu > li span.delimiter {
		display: none;
	}
	.header_menu ul li span {
		padding: 0 10px;
		color: #676767;
		font-weight: 600;
	}
	.header_menu ul li:last-child span {
		display: none;
	}

	#menu-menu-du-footer > li > .sub-menu {
		display: block;
		margin: 0;
	}
	#menu-menu-du-footer > li > .sub-menu > li a {
		color: #747678;
		font-size: 12px;
		font-weight: 400;
		text-decoration: none;
		text-transform: uppercase;
	}
	#menu-menu-du-footer > li > .sub-menu  li {
	  padding-bottom: 00px;
	}
	#menu-menu-du-footer > li > .sub-menu > li > ul.sub-menu > li:before {
		content: "- ";
		color: #747678;
		font-size: 12px;
	}

.search-container {
	text-align: right;
}
#main_search {
	background-color: #F1F0EF;
	width: 280px;
	height: 32px;
	border: none;
	color: #747678;
	font-size: 12px;
	font-style: italic;
	padding: 0 15px;
	margin-top: 17px;
}
#submit_form {
	width: 32px;
	height: 32px;
	background-color: #747678;
	padding: 0 5px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
}

.nos_produits_container {
	position: absolute;
	width: 1080px;
	background-color: #F1F1F1;
	top:160px;
	left: 50%;
	margin-left: -540px;
	z-index: 666666;
	box-sizing: border-box;
	padding: 30px;
	display: none;
}
	/* Les Gammes / Vos Besoins */
	.nos_produits_container > aside {
		width: 100%;
	}
	.nos_produits_container > aside > ul > li {
		float:left;
	}
	.nos_produits_container > aside > ul > li:first-child {
		margin-right: 30px;
	}

	.nos_produits_container > aside > ul > li > a {
		text-decoration: none;
		font-weight: 600;
		text-transform: uppercase;
		color: #676767;
		font-size: 14px;
		border-bottom: solid 2px #3393b6;
	}
	.nos_produits_container > aside > ul > li:last-child > a {
		border-bottom: solid 2px #cc4742 !important;
	}
	.nos_produits_container > aside > ul > li > ul {
		padding: 0 0 0 15px;
	}
	.nos_produits_container > aside > ul > li > ul > li {
		padding: 15px 0 0 0;
	}
	.nos_produits_container > aside > ul > li > ul > li > a {
		color: #3393b6;
		text-decoration: none;
		font-size: 14px;
	}
	.nos_produits_container > aside > ul > li:last-child > ul > li > a {
		color: #cc4742;
	}
	.nos_produits_container > aside > ul > li > ul > li > ul {
		padding: 0 0 0 15px;
	}
	.nos_produits_container > aside > ul > li > ul > li > ul > li > a {
		font-size: 14px;
		color: #676767;
		text-decoration: none;
	}
	.nos_produits_container > aside > ul > li > ul > li > ul > li > a:hover {
		color: #3393b6;
	}
	.nos_produits_container > aside > ul > li:last-child > ul > li > ul > li > a:hover {
		color: #cc4742;
	}

	.nos_produits_container > aside > ul > li > ul > li > ul > li > ul {
		padding: 0 0 0 15px;
	}
	.nos_produits_container > aside > ul > li > ul > li > ul > li > ul > li > a {
		font-size: 14px;
		color: #676767;
		text-decoration: none;
	}
	.nos_produits_container > aside > ul > li > ul > li > ul > li > ul > li > a:hover {
		color: #3393b6;
	}
	.nos_produits_container > aside > ul > li:last-child > ul > li > ul > li > ul > li > a:hover {
		color: #cc4742;
	}



/*
 * Home
 */
.grid-container {
	width: 1080px;
	margin: 0 auto;
}


#home_widget_container {
	min-height: 700px;
	width: 1080px;
	margin: 0 auto;
	clear: both;
}
	#home_widget_container .widgome {
		float:left;
	}
	#home_widget_container .grid-1 {
		float:left;
		width: 20%;
	}
	#home_widget_container .grid-2 {
		float:left;
		width: 40%;
	}
	#home_widget_container .grid-3 {
		float:left;
		width: 60%;
	}
	#home_widget_container .grid-4 {
		float:left;
		width: 80%;
	}
	#home_widget_container .grid-5 {
		float:left;
		width: 100%;
	}

	#home_widget_container .widget-1 {
		height: 560px;
	}
	#home_widget_container .widget-2 {
		height: 210px;
	}
	#home_widget_container .widget-3 {
		height: 350px;
	}
	#home_widget_container .widget-4 {
		height: 350px;
	}
	#home_widget_container .widget-5 {
		height: 350px;
	}
	#home_widget_container .widget-6 {
		height: 350px;
	}
	#home_widget_container .widget-7 {
		height: 350px;
	}
	#home_widget_container .widget-8 {
		height: 350px;
	}

	.full {
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #FFF;
		position: relative;
	}

	.twitter {
		background-color: #FFF;
	}

	.widget-home{
		background-color: #FFF;
	}

/*
 * Widget
 */
.hovertitle {
	text-transform: uppercase;
	display: inline;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700 !important;
}
.grey {
	color: #FFF;
	background: #393939;
	box-shadow: 0 4px 0 #393939,
	          0 -4px 0 #393939,
	          6px 0 0 #393939,
	          -6px 0 0 #393939,

	          -6px -4px 0 #393939,
	          6px 4px 0 #393939,
	          -6px 4px 0 #393939,
	          6px -4px 0 #393939;
}
.blugreen {
	color: #FFF;
	background: #3393b6;
	box-shadow: 0 4px 0 #3393b6,
	          0 -4px 0 #3393b6,
	          6px 0 0 #3393b6,
	          -6px 0 0 #3393b6,

	          -6px -4px 0 #3393b6,
	          6px 4px 0 #3393b6,
	          -6px 4px 0 #3393b6,
	          6px -4px 0 #3393b6;
}
.pink {
	color: #FFF;
	background: #ef1279;
	box-shadow: 0 4px 0 #ef1279,
	          0 -4px 0 #ef1279,
	          6px 0 0 #ef1279,
	          -6px 0 0 #ef1279,

	          -6px -4px 0 #ef1279,
	          6px 4px 0 #ef1279,
	          -6px 4px 0 #ef1279,
	          6px -4px 0 #ef1279;
}
.hoverlink {
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 14px;
	color: #393939;
	display: block;
	bottom: 20px;
	left: 0;
	width: 100%;
	position: absolute;
	text-decoration: none;
}
a.hoverall {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.withtext {
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left {
	text-align: left;
	padding-left: 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.my_slider .my_slides {
	height: 560px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.my_slider .my_slides .slide-title {
	background-color: #3393b6;
	bottom: 80px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	text-transform: uppercase;
	padding: 6px 8px;
	margin: 0 auto;
	font-size: 20px;
	left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
    text-align: center;
}


.my_slider .slick-next {
	right: 22px !important;
}
.my_slider .slick-prev {
    left: 10px !important;
}
.my_slider .slick-dots li button:before {
	font-size: 14px !important;
	color: #FFF !important;
}
.my_slider .slick-dots {
	bottom: 15px !important;
}
.my_slider .slick-prev:before, .slick-next:before {
	font-size: 28px !important;
	opacity: 0.6 !important;
}

.my_slider_logo .slick-slide a {
	width: 100% !important;
	float: none !important;
	text-align: center !important;
	background-color: #ececec;
	display: block;
}
.my_slider_logo .slick-slide a img {
	display: block;
	margin: 0 auto;
}

.actu-container {
	padding: 120px 200px 0 30px;
}
.actu-container p {
	color: #FFF;
	font-weight: 300;
}
.actu-container p strong {
	font-weight: 700;
	padding: 10px 0;
	display: inline-block;
}
.actu-container a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 30px 0 0 0;
	display: block;
	font-size: 14px;
}

.download-box {
	border-bottom: 1px solid #C1C1C1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.download-box h3 {
	font-weight: 700;
	color: #3393B6;
}
.download-box p {
	padding: 15px 0 !important;
}
.download-icon a {
	text-decoration: none;
	font-size: 50px !important;
}
.download-icon a span {
	font-size: 60px !important;
}

/*
 * Accordion
 */
.accordion h3.ui-accordion-header {
	margin: 0 10px 10px 10px;
	padding: 10px;
	color: #3393B6;
	border-bottom: 1px solid #3393B6;
	cursor: pointer;
	background-image: url('assets/images/plus.png');
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
}
.accordion h3.ui-accordion-header-active {
	background-image: url('assets/images/minus.png') !important;
}

/*
 * Contact form
 */
.wpcf7-form p {}
.wpcf7-form .wpcf7-form-control-wrap {
}
.wpcf7-form .wpcf7-text {
	width: 100%;

}
.wpcf7-form .wpcf7-textarea {
	width: 100%;
	border: 1px solid #CCCCCC;
}

.wpcf7-form .wpcf7-submit {
	background-color: #3393B6;
	border: none;
	padding: 6px 24px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	float: right;
}

/* Twitter */
.widget-title:before {
	font-family: 'dashicons';
	content: "\f301";
	color: #47abf9;
	padding-right: 10px;
	font-size: 16px;
}
.widget-title {
	padding: 16px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.latest-tweets {
	padding: 18px;
	overflow: hidden;
}
.latest-tweets > ul {}
.latest-tweets > ul > li {
	padding-bottom: 25px;
}
.latest-tweets > ul > li:last-child {
	padding-bottom: 40px;
}
.latest-tweets > ul > li > .tweet-text {
	font-weight: 300;
	font-size: 14px;
}
.latest-tweets > ul > li > .tweet-text a {
	color: #3393b6;
}
.latest-tweets > ul > li > .tweet-details {
	padding-top: 5px;
}
.latest-tweets > ul > li > .tweet-details a {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #47abf9;
}

/*
 * 6.0 - Footer
 */
.footer_container {
	clear: both;
	background-color: #eeeeee;
	width: 100%;
	height: 300px;
	margin-top: 40px;
	padding-top: 30px;
}
.footer {
}

.footer > .widget_footer {
		float: left;
	}
	.footer > .widget_footer > ul > li {
		float:left;
	}
	.footer > .widget_footer > ul > li:first-child {
		margin-right: 50px;
	}
	.footer > .widget_footer > ul > li > a {
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
		color: #3393b6;
		font-size: 14px;
	}
	.footer > .widget_footer > ul > li > ul {
	}
	.footer > .widget_footer > ul > li > ul > li {
	}
	.footer > .widget_footer > ul > li > ul > li > a {
		color: #747678;
		text-decoration: none;
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.footer > .widget_footer > ul > li > ul > li > ul > li {
		display: none;
	}

.footer > .right-bloc {
	float: right;
}
.footer .menu {
	margin-right: 50px;
}
.footer .menu li {
	padding-bottom: 10px;
}
.footer .menu li a {
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	color: #3393b6;
	font-size: 14px;

}
.footer > .right-bloc h3 {
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	color: #3393b6;
	font-size: 14px;
}

/*
 * ESPACE PRO
 */


.espace-pro {
	padding-left: 40px;
}
.espace-pro h3 {
   	color: #3393b6;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.espace-pro #user_login {
	background-color: #aeafb1;
	width: 130px;
	height: 22px;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	padding: 0 5px;
    margin-top: 5px;
}
.espace-pro #user_pass {
	background-color: #aeafb1;
	width: 130px;
	height: 22px;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	padding: 0 5px;
    margin-top: 5px;
}
.espace-pro #wp-submit {
    margin-top: 5px;
	height: 22px;
	background-color: #747678;
	padding: 0 5px;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
}
.right-footer {
	float: right;
}
.right-footer h3 {
   	color: #3393b6;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.right-social, .right-newsletter{
	padding-bottom: 25px;
}
.right-newsletter input[type=text] {
	background-color: #aeafb1;
	width: 180px;
	height: 22px;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	padding: 0 5px;
    margin-top: 5px;
    margin-right: 3px;
}
.right-newsletter input[type=button] {
    margin-top: 5px;
	height: 22px;
	background-color: #747678;
	padding: 0 5px;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
}
.right-social a {
	display: inline-block;
	padding: 5px 5px 0 0;
}
.right-address p {
	font-weight: 400;
	font-size: 12px;
	padding: 5px 0;
	text-align: left;
}
.right-address p a {
	color: #3393b6;
}
.private-menu {
	background-color: #F1F1F1;
	box-sizing: border-box;
	min-height: 150px;
	padding: 15px;
	border-top: solid 2px #3393B6;
	border-bottom: solid 2px #3393B6;
}
.private-menu > .left_menu {}
.private-menu > .left_menu > ul {}
.private-menu > .left_menu > ul > li {
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
}
.private-menu > .left_menu > ul > li > a {
	text-decoration: none;
	color: #3393B6;
	text-transform: uppercase;
}
.private-menu > .left_menu > ul > li > a::before {
	content: "\f139";
	font-family: "Dashicons";
	padding-right: 4px;
}

/*
 * PAGE
 */
.page-container {
	background-color: #FFF;
	min-height: 930px;
	padding-top: 20px;
}
.page-container a {
	color: #3393B6;
	text-decoration: none;
}
.page-container h1 {
	font-weight: 800;
	color: #3393b6;
	padding: 0 0 20px 20px;
	font-size: 20px;
}
.page-container p {
	font-weight: 400;
	font-size: 14px;
	padding: 15px 30px;
	line-height: 16px;
}
.page-container b, .page-container strong {
	font-weight: 700;
}
.page-container i, .page-container em {
	font-style: italic;
}

.slider-page .slick-next {
	right: 22px !important;
}
.slider-page .slick-prev {
    left: 10px !important;
}
.slider-page .slick-dots li button:before {
	font-size: 14px !important;
	color: #FFF !important;
}
.slider-page .slick-dots {
	bottom: 15px !important;
}
.slider-page .slick-prev:before, .slick-next:before {
	font-size: 28px !important;
	opacity: 0.6 !important;
}
.slider-page .slick-slide img {
	width: 100% !important;
}

.abscontainer {
	position: absolute;
	width: 100%;
}
.abscontainer_footer {
	position: absolute;
}

/*
 * SINGLE PRODUIT
 */
.breadcrum-container {
	width: 100%;
	height: 50px;
	background-color: #F1F1F1;
}
.woocommerce-breadcrumb {
	line-height: 50px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #3393b6 !important;
}
.woocommerce-breadcrumb a {
	color:#676767 !important;
	text-decoration: none !important;
}
.product-desc-container {
	padding-top: 40px;
}
.product-container {
	background-color: #FFF;
	padding-top: 20px;
}
.image-product img {
	margin: 0 auto;
}
.product-container h1 {
	font-weight: 800;
	font-size: 34px;
	color: #000;
}
.product-desc p {
	font-size: 14px !important;
	font-weight: 400 !important;
	margin: 20px 0;
	line-height: 16px;
	padding-right: 20px;
}
.product-tabs {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 14px !important;
	padding-right: 150px;
}
.product-tabs h3 {
	text-transform: uppercase;
	color: #3393b6;
	padding-bottom: 5px;
	font-weight: 700;
}
.product-tabs p {
	margin-bottom: 30px;
}
.product-tabs strong {
	font-weight: 700;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	margin: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	width: auto !important;
	float: left !important;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
	background: #3393b6 !important;
	border-color: #25708b;
	border:none !important;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
}
.price-container {}
.price-container-list {
	font-weight: 700;
	color: #3393B6;
	font-size: 12px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.add-to-cart {
	margin-top: 15px;
}

/*
 * Page de commande
 */
.woocommerce ul.order_details {
	padding: 0 30px;
}
.woocommerce h2 {
	padding: 0 30px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	margin: 30px !important;
	width: auto !important;
}
.woocommerce .customer_details {
	padding: 10px 30px 20px 30px;
}
.woocommerce .customer_details > dt {
	float: left;
	padding-right: 4px;
}
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
	/*padding: 0 30px;*/
}
.col2-set > p {
	display: none;
}
.col2-set .title {
	font-weight: 700;
}
.woocommerce > header > h2 {
	font-weight: 700;
}
.woocommerce table.shop_table a {
	text-decoration: none;
	color: #3393B6;
	font-weight: 700;
}

/*
 * PANIER
 */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	background: #f7f6f7 !important;
	border: 1px solid #c8bfc6;
	border-radius: 2px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #5e5e5e;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	font-weight: 700;
	left: auto;
	line-height: 1em;
	margin: 0;
	overflow: visible;
	padding: 6px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}

.woocommerce-message {
	margin:0 20px;
}
.woocommerce {
	/*padding: 0 20px;*/
	box-sizing:border-box;
}

.addresses {
	padding: 0 30px;
	box-sizing:border-box;
}



/*
 * LISTING PRODUIT
 */
.leftside-container {
	background-color: #3393b6;
}
	.leftside-container .widget {
		height: 350px;
	}
.products-container {
	background-color: #FFF;
	min-height: 930px;
}
.products-container h2 {
	font-size: 18px;
	font-weight: 800;
	padding: 15px 0;
	margin-left: 30px;
	margin-right: 30px;
	text-transform: uppercase;
	border-bottom: solid 1px #c1c1c1;
}


.products-container .category-page-like {
}

.products-container .category-page-like p {
	font-weight: 300;
	font-size: 14px;
	padding: 15px 30px;
	line-height: 18px;
}

.products-container .category-page-like p a {
	padding: 4px 8px;
	background-color: #3393b6;
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
}

.products-container h2 a {
	text-decoration: none;
	color: #000;
}
.products-container h2 a:hover {
	color: #3393b6;
}
.products-container h2 span {
	font-weight: 300;
	font-size: 14px;
}
.gamme-description {
	font-weight: 300;
	font-size: 14px;
	padding: 15px 30px;
	line-height: 18px;
}
.gamme-separator {
	clear: both;
	height: 80px;
}
.filter-box {
	min-height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.filter-box p {
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 20px;
}
.filter-box select {
	width: 100%;
}
.select2-container {
	width: 100%;
	font-size: 14px;
}
.separator-20 {
	clear: both;
	height: 20px;
}

.product-box {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.product-box-content {
	position: absolute;
	top:30%;
	left: 50%;
	padding-right: 10px;
}
.product-box h3 {
	font-weight: 800;
	font-size: 18px;
}
.product-box p {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.product-box a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	background-color: #3393b6;
	padding: 2px 4px;
}
.product-box a.full_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent !important;
}
.prod-related-sep {
	background-image: url(assets/images/bottom-shadow.png);
	background-position: bottom center;
	height: 100px;
}

.related-products {
	padding: 30px 0;
}
.related-products h2 {
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0 15px 0;
	margin-left: 30px;
	margin-right: 30px;
	text-transform: uppercase;
	border-bottom: solid 1px #c1c1c1;
}

.rp-box {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.rp-box-content {
	position: absolute;
	top:30%;
	left: 50%;
	padding-right: 10px;
}
.rp-box h3 {
	font-weight: 800;
	font-size: 18px;
}
.rp-box p {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.rp-box a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	background-color: #3393b6;
	padding: 2px 4px;
}

/*
 * Listing actu
 */
.actuline {
}
.actuline h3 {
	font-size: 18px;
	font-weight: 700;
}
.actuline h4 {
	font-size: 12px;
	color: #3393b6;
}
.actuline p {
	padding: 15px 30px 15px 0;
}
.actuimg img {
	max-width: 100%;
	height: auto;
}
.lire_la_suite {
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 500 !important;
	text-transform: uppercase;
	background-color:#3393b6;
	color: #fff !important;
	text-decoration: none;
}
.sepline {
	height: 25px;
}
.current {
	background-color: #3393b6 !important;
	color: #FFF !important;
}
.page-numbers {
	font-size:14px;
	color: #3393b6;
	display: inline-block;
	padding: 4px 8px;
	text-decoration: none;
	border:solid 1px #3393b6;
}
.pager-container {
	padding-bottom: 20px;
}

/* GMAP */
.infoContent {
	padding: 0;
}
.infoContent .firstHeading {
	text-align: left;
	padding: 0 0 15px 0 !important;
}
.infoContent .bodyContent {}

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

	#menu-menu-principal > li > .sub-menu {
		display: none;
		left: 0;
		margin: 0;
		position: relative;
		top: 0;
		z-index: 6666;
	}
	.header_menu .sub-menu > li {
		display: block;
		float: none;
		text-align: left;
		padding: 0 !important;
	}
	.header_menu .sub-menu > li > a {
		background-color: #20708D;
		border-top: none;
		display: block;
		float: none;
		line-height: 30px;
		padding: 0 20px;
	}

	.grid-container {
		width: 100% !important;
		margin: 0 !important;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}
	#navbutton {
		display: block;
		-moz-box-sizing: border-box;
	   	box-sizing: border-box;
		border: 0;
		width: 100%;
		background-color: rgba(44,146,184,1);
		background-repeat: no-repeat;
		color: #FFF;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size:20px;
		text-transform: uppercase;
		line-height: 44px;
		height: 44px;
		text-align: left;
		padding: 0 5%;
		overflow: hidden;
		cursor: pointer;
		clear: both;
		float: none;
	}
	#navbutton .dashicons {
		float: right;
		line-height: 44px;
		font-size:24px;
	}
	.header_menu {
		float: none;
		text-align: left;
		font-size:18px;
		width: 100%;
	}
	.header_menu .menu {
		display: none;
	}
	.header_menu ul {
		display: block;
		margin-top: 0;
		background-color: rgba(32,112,141,1);
	}
	.header_menu ul li {
  		float: none;
  		line-height: 44px;
		padding: 0 5%;
	}
	.header_menu ul li a {
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
  		width: 100%;
  		display: block;
	}
	.header_menu ul li.current-menu-item a {
		border-bottom: solid 2px #676767;
  		padding-bottom: 4px;
	}
	.header_menu ul li.menu-item-has-children > a {
		background-image: url(assets/images/closed_menu.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.header_menu ul li.opened_menu > a {
		background-image: url(assets/images/open_menu.png) !important;
		background-repeat: no-repeat;
		background-position: right center;
	}
	.header_menu ul li.current-menu-item a {
		border-bottom: none;
		padding-bottom: 4px;
	}
	.header_menu .sub-menu {
		display: none;
	}
	.header_menu ul li span.delimiter {
		display: none;
	}
	.lang_search {
		display: none;
	}
	.logo_container {
		float: none !important;
		width: 100% !important;
		background-color: #FFF;
	}
	.logo_container a {
		display: block;
		width: 100%;
	}
	.logo_container a img {
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#home_widget_container .widget-1 {
		height: auto;
	}
	.my_slider {
		margin-bottom: 0 !important;
	}

	.my_slider .my_slides {
		height: 430px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.my_slider .my_slides .slide-title {
		background-color: #3393b6;
		bottom: 60px;
		color: #fff;
		font-weight: 700;
		position: absolute;
		text-transform: uppercase;
		padding: 6px 8px;
		margin: 0 auto;
		font-size: 18px;
		left: 50%;
	    transform: translate(-50%, 0);
	    max-width: 100%;
	    text-align: center;
	}

	nav {
		position: relative;
		z-index: 666;
		top: -44px;
	}

	.header {
		margin: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nos_produits_container {
		background-color: #f1f1f1;
		box-sizing: border-box;
		display: none;
		left: 0;
		margin-left: 0;
		padding: 30px;
		position: absolute;
		top: 140px;
		width: 100% !important;
		z-index: 666666;
	}

	.footer_container {
		clear: both;
		background-color: #eeeeee;
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer > .widget_footer {
		float: left;
	}
	.footer > .widget_footer > ul > li {
		float:left;
	}
	.footer > .widget_footer > ul > li:first-child {
		margin-right: 50px;
	}
	.footer > .widget_footer > ul > li > a {
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
		color: #3393b6;
		font-size: 14px;
	}
	.footer > .widget_footer > ul > li > ul {
	}
	.footer > .widget_footer > ul > li > ul > li {
	}
	.footer > .widget_footer > ul > li > ul > li > a {
		color: #747678;
		text-decoration: none;
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.footer > .widget_footer > ul > li > ul > li > ul > li > a {
		display: none;
	}
	.footer > .widget_footer:last-child {
		float: left;
		margin-top: 30px;
		padding-left: 40px;
	}
	.footer .menu {
		margin-right: 50px;
	}
	.footer .menu li {
		padding-bottom: 10px;
	}
	.footer .menu li a {
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
		color: #3393b6;
		font-size: 14px;

	}
	.product-tabs {
		margin-top: 60px;
		margin-bottom: 60px;
		font-size: 14px !important;
		padding-right: 10px;
	}
	.my_slider .slick-slide img {
		width: 100%;
		height: auto;
		margin-top:
	}
	.breadcrum-container {
		display: none;
	}
	.abscontainer {
		position: absolute;
		width: 100%;
		margin-top: 38px;
	}
}

@media screen and (max-width: 768px) {

	body {
		width: 100%;
		overflow-x: hidden;
	}
	#navbutton {
		display: block;
		-moz-box-sizing: border-box;
	   	box-sizing: border-box;
		border: 0;
		width: 100%;
		background-color: rgba(44,146,184,1);
		background-repeat: no-repeat;
		color: #FFF;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size:20px;
		text-transform: uppercase;
		line-height: 44px;
		height: 44px;
		text-align: left;
		padding: 0 5%;
		overflow: hidden;
		cursor: pointer;
		clear: both;
		float: none;
	}
	#navbutton .dashicons {
		float: right;
		line-height: 44px;
		font-size:24px;
	}
	.header_menu {
		float: none;
		text-align: left;
		font-size:18px;
		width: 100%;
	}
	.header_menu .menu {
		display: none;
	}
	.header_menu ul {
		display: block;
		margin-top: 0;
		background-color: rgba(32,112,141,1);
	}
	.header_menu ul li {
  		float: none;
  		line-height: 44px;
		padding: 0 5%;
	}
	.header_menu ul li a {
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
  		width: 100%;
  		display: block;
	}
	.header_menu ul li.current-menu-item a {
		border-bottom: solid 2px #676767;
  		padding-bottom: 4px;
	}
	.header_menu ul li.menu-item-has-children > a {
		background-image: url(assets/images/closed_menu.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.header_menu ul li.opened_menu > a {
		background-image: url(assets/images/open_menu.png) !important;
		background-repeat: no-repeat;
		background-position: right center;
	}
	.header_menu ul li.current-menu-item a {
		border-bottom: none;
		padding-bottom: 4px;
	}

	.header_menu .sub-menu {
		display: none;
	}
	.header_menu ul li span.delimiter {
		display: none;
	}
	.lang_search {
		display: none;
	}
	.logo_container {
		float: none !important;
		width: 100% !important;
		background-color: #FFF;
	}
	.logo_container a {
		display: block;
		width: 100%;
	}
	.logo_container a img {
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.my_slider .my_slides {
		height: 260px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.my_slider .my_slides .slide-title {
		background-color: #3393b6;
		bottom: 50px;
		color: #fff;
		font-weight: 700;
		position: absolute;
		text-transform: uppercase;
		padding: 6px 8px;
		margin: 0 auto;
		font-size: 16px;
		left: 50%;
	    transform: translate(-50%, 0);
	    max-width: 100%;
	    text-align: center;
	}

	nav {
		position: relative;
		z-index: 666;
		top: -44px;
	}
	.footer > .widget_footer {
		float: none;
		clear: both;
	}
	.footer > .widget_footer > ul > li {
		float:left;
	}
	.footer > .widget_footer > ul > li:first-child {
		margin-right: 50px;
	}
	.footer > .widget_footer > ul > li > a {
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
		color: #3393b6;
		font-size: 14px;
	}
	.footer > .widget_footer > ul > li > ul {
	}
	.footer > .widget_footer > ul > li > ul > li {
	}
	.footer > .widget_footer > ul > li > ul > li > a {
		color: #747678;
		text-decoration: none;
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.footer > .widget_footer > ul > li > ul > li > ul > li > a {
		display: none;
	}
	.footer > .widget_footer:last-child {
		float: left;
		margin-top: 30px;
		padding-left: 0px;
	}
	.footer .menu {
		margin-right: 50px;
	}
	.footer .menu li {
		padding-bottom: 10px;
	}
	.footer .menu li a {
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
		color: #3393b6;
		font-size: 14px;

	}
	.espace-pro {
		padding-left: 0px;
		padding-top: 30px;
	}
	.products-container {
		background-color: #FFF;
		min-height: 100px;
	}
}

@media screen and (max-width: 640px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
	.product-desc-container {
		padding-top: 0px;
	}
	.products-container h2 span {
		font-size: 14px;
		font-weight: 300;
		display: block;
	}
	.filter-box {
		-moz-box-sizing: border-box;
	   	box-sizing: border-box;
		min-height: 150px;
		padding: 15px;
		margin-top: 44px;
	}
	#navbutton {
		display: block;
		-moz-box-sizing: border-box;
	   	box-sizing: border-box;
		border: 0;
		width: 100%;
		background-color: rgba(44,146,184,1);
		background-repeat: no-repeat;
		color: #FFF;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size:20px;
		text-transform: uppercase;
		line-height: 44px;
		height: 44px;
		text-align: left;
		padding: 0 5%;
		overflow: hidden;
		cursor: pointer;
		clear: both;
		float: none;
	}
	#navbutton .dashicons {
		float: right;
		line-height: 44px;
		font-size:24px;
	}
	nav {
		position: relative;
		z-index: 666;
		top: 0;
	}
	.stl__lang-selector {
		float: none;
		position: relative;
		display: block;
		width: 100%;
		z-index: 777;
		background-color: #20708D;
		padding: 0 0 10px 20px;
		text-align: center;
	}
	.menu-container {
		display: none;
	}
	.header_menu {
		float: none;
		text-align: left;
		font-size:18px;
		width: 100%;
	}
	.header_menu .menu {
		display: block;
	}
	.header_menu ul {
		display: block;
		margin-top: 0;
		background-color: rgba(32,112,141,1);
	}
	.header_menu ul li {
  		float: none;
  		line-height: 44px;
		padding: 0 5%;
	}
	.header_menu ul li a {
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
  		width: 100%;
  		display: block;
	}
	.header_menu ul li.current-menu-item a {
		border-bottom: solid 2px #676767;
  		padding-bottom: 4px;
	}
	.header_menu ul li.menu-item-has-children > a {
		background-image: url(assets/images/closed_menu.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.header_menu ul li.opened_menu > a {
		background-image: url(assets/images/open_menu.png) !important;
		background-repeat: no-repeat;
		background-position: right center;
	}
	.header_menu ul li.current-menu-item a {
		border-bottom: none;
		padding-bottom: 4px;
	}

	.header_menu .sub-menu {
		display: none;
	}
	.header_menu ul li span.delimiter {
		display: none;
	}
	.lang_search {
		display: none;
	}
	.logo_container {
		float: none !important;
		width: 100% !important;
		background-color: #FFF;
	}

	.logo_container a {
		display: block;
		width: 100%;
	}
	.logo_container a img {
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.breadcrum-container {
		display: none;
	}

	.leftside-container {
	}

	.abscontainer {
		margin-top: 0;
	}
}
.tablepress {
	border: medium none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px !important;
	width: 95% !important;
}

.tablepress tbody td, .tablepress tfoot th {
	border-top: none !important;
}

.page-content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-content h1,
.page-content h2,
.page-content h3 {
	padding: 0 0 20px 30px !important;
}
.stl__lang-selector {
	float: right;
	position: relative;
	z-index: 777;
}

.stl__lang-selector__link img {
	width: 36px;
}

form > h2 {
	display: none;
}

.acf-field .acf-label label {
    font-weight: normal !important;
    font-size: 14px !important;
}


.registration{
	width:100%;
	border-radius: 4px;
	padding:20px;
	background: #efefef;
	margin-bottom:20px;
}

.cat-item-110,
.cat-item-87,
.cat-item-89,
.cat-item-83,
.cat-item-108,
.cat-item-112 {
	display: none;
}



/* NEW */
.wrapper {
	min-width: 1500px !important;
}

/* Gestion en dessous de 1500 grille à Pallo */
@media screen and (max-width: 1500px) {
	.wrapper {
		min-width: 1200px !important;
	}

}
@media screen and (max-width: 1024px) {
	.wrapper {
		min-width: 100% !important;
	}

}


.full-width-wrapper {
	min-width: 100% !important;
}
.slider-wrapper {
	height :720px;
	background-color: #787470;
	margin-bottom: 50px;
}
.my-slide {
	height :720px;
}
.my-slide .img-fond {
	height :720px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 768px) {

	.slider-wrapper {
		height :340px !important;
	}

	.my-slide {
		height :340px !important;
	}
	.my-slide .img-fond {
		height :340px !important;
	}

	.produit-wrapper h2:before,
	.produit-wrapper h2:after,
	.actu-wrapper h2:before,
	.actu-wrapper h2:after {
		display: none !important;
		font-size: 26px !important;
	}

	.produit-wrapper h2,
	.produit-wrapper h2,
	.actu-wrapper h2,
	.actu-wrapper h2 {
		font-size: 26px !important;
	}
	.box-prod .img-container {
		height: 300px;
	}
	.box-prod .logo-gamme {
		margin-top: 0px !important;
		background-position: center center !important;
	}
	.box-prod .name {
		text-align: center;
	}
	.box-prod p {
		text-align: center;
	}

}


.hover-blue {
	background-color: rgba(54,144,178,0.75);
	height :720px;
	width: 500px;
	position: absolute;
	top: 0;
	right: 300px;
	padding: 40px;
}
.hover-blue .titre {
	font-family: 'Permanent Marker', cursive;
	font-size: 62px;
	color: #FFF;
	transform: rotate(-5deg);
	padding-left: 15px;
}
.hover-blue .gamme {
	font-size: 18px;
	color: #FFF;
	padding: 60px 20px;
	line-height: 22px;
	height: 250px;
}

@media screen and (max-width: 1500px) {
	.hover-blue {
		background-color: rgba(54,144,178,0.75);
		height :720px;
		width: 500px;
		position: absolute;
		top: 0;
		right: 100px;
		padding: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.slider-wrapper {
		height :600px;
	}
	.my-slide {
		height :600px;
	}
	.my-slide .img-fond {
		height :600px;
	}
	.hover-blue {
		height :600px;
		right: 50px;
		padding: 20px;
	}
	.hover-blue .titre {
		font-family: 'Permanent Marker', cursive;
		font-size: 42px;
		color: #FFF;
		transform: rotate(-5deg);
		padding-left: 15px;
	}
}


.products {
	height: 140px;
	padding-left: 20px;
}
.prod-round {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 30px;
}
.prod-round > a {
	display: block;
	width: 100px;
	height: 100px;
}
.prod-round-suite {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
	margin-right: 30px;
	border: solid 2px #FFF;
	text-align: center;
	line-height: 90px;
	font-size: 40px;
	color: #FFF;
}
.prod-round-suite > a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
.gamme-bt {
	display: block;
	border: solid 2px #FFF;
	line-height: 50px;
	height: 60px;
	clear: both;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.header-wrapper {
	height: 120px;
	background-color: #FFF;
}

.logo-container {
	background-color: #3690b2;
	height: 120px;
}
.logo-container .logo {
	margin: 15px;
	background-image: url(assets/images/logo-asepta-blanc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	height: 90px;
}
.logo-container .logo > a {
	display: block;
	height: 90px;
}

.nav-annexe {
	padding-top: 0;
	text-align: left;
}

.bt-podologue {
	display: inline-block;
}
.bt-podologue > a {
	display: inline-block;
	background-color: #3690b2;
	color: #FFF;
	text-transform: uppercase;
	padding: 8px 16px;
	text-decoration: none;
}

.bt-contact {
	display: inline-block;
}
.bt-contact > a {
	display: inline-block;
	text-decoration: none;
	color: #787470;
	text-transform: uppercase;
	padding: 8px 16px;
}

.langues {
	display: inline-block;
}
.langues > li {
	display: inline-block;
}
.langues > li > a {
	display: inline-block;
	text-decoration: none;
	color: #787470;
	text-transform: uppercase;
	padding: 8px 16px;
}

.social {
	display: inline-block;
}
.social > li {
	display: inline-block;
}
.social > li > a {
	display: inline-block;
	font-size: 22px;
	color: #3690b2;
}

@media screen and (max-width: 1500px) {
	.bt-podologue > a {
		display: inline-block;
		background-color: #3690b2;
		color: #FFF;
		text-transform: uppercase;
		padding: 8px 8px;
		text-decoration: none;
	}
	.bt-contact > a {
		display: inline-block;
		text-decoration: none;
		color: #787470;
		text-transform: uppercase;
		padding: 8px 8px;
	}
	.langues {
		display: inline-block;
	}
	.langues > li {
		display: inline-block;
	}
	.langues > li > a {
		display: inline-block;
		text-decoration: none;
		color: #787470;
		text-transform: uppercase;
		padding: 8px 8px;
	}
}



.menu-header-big {}
.menu-header-big > li {
	display: inline-block;
}
.menu-header-big > li > a {
	margin-top: 10px;
	color: #787470;
	text-decoration: none;
	font-weight: 700;
	font-size: 22px;
	display: block;
	height: 100px;
	padding-top: 42px;
	padding-left: 34px;
	padding-right: 34px;
	border-right: solid 1px #787470;
}
.menu-header-big > li > a > .small {
	font-size: 16px;
	font-weight: 400 !important;
}

@media screen and (max-width: 1500px) {
	.menu-header-big > li > a {
		margin-top: 10px;
		color: #787470;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		display: block;
		height: 100px;
		padding-top: 36px;
		padding-left: 16px;
		padding-right: 16px;
		border-right: solid 1px #787470;
	}
}
@media screen and (max-width: 1024px) {
	.menu-header-big > li > a {
		margin-top: 10px;
		color: #787470;
		text-decoration: none;
		font-weight: 700;
		font-size: 13px;
		display: block;
		height: 100px;
		padding-top: 36px;
		padding-left: 10px;
		padding-right: 10px;
		border-right: solid 1px #787470;
	}
}

.bigs-menus-container {
	background-color: #f6f5f4;
	width: 100%;
	height: 260px;
	position: absolute;
	top: 120;
	left: 0;
	z-index: 666;
	display: none;
	overflow: hidden;
}

.big-menu-container {
	padding: 40px 0;
	display: none;
}

.gamme-menu-box {
	min-height: 85px;
	border-bottom: solid 1px #e0dedd;
	margin-bottom: 15px;
}
.besoin-menu-box {
	min-height: 85px;
	margin-bottom: 15px;
}
.besoin-menu-box > div {
	min-height: 85px;
	border-bottom: solid 1px #e0dedd;
}
.labo-menu-box {
	min-height: 85px;
	margin-bottom: 15px;
}
.labo-menu-box > div {
	min-height: 85px;
	border-bottom: solid 1px #e0dedd;
}

.gamme-menu a,
.besoins-menu a,
.labo-menu a {
	text-decoration: none;
}

.gamme-menu h3,
.besoins-menu h3,
.labo-menu h3 {
	color: #3690b2;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}
.gamme-menu p,
.besoins-menu p,
.labo-menu p {
	font-weight: 300;
	font-size: 15px;
	color: #787470;
}

.gamme-menu .titre-gamme {
	color: #3690b2;
	font-size: 14px;
	text-transform: uppercase;
}
.gamme-menu .logo-gamme {
	margin-bottom: 8px;
	height: 30px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
.gamme-menu p.content-gamme {
	font-weight: 300;
	font-size: 13px;
	color: #787470;
}





.besoins-menu .img-container,
.labo-menu .img-container {
	height: 80px;
	background-position: center center;
	background-size: cover;
	background-color: #777777;
}

.besoins-menu .titre-besoin,
.labo-menu .titre-labo {
	color: #3690b2;
	font-size: 14px;
	text-transform: uppercase;
}
.besoins-menu .content-besoin,
.labo-menu .content-labo {
	font-weight: 300;
	font-size: 13px;
	color: #787470;
}





.grille-wrapper,
.produit-wrapper,
.title-wrapper,
.actu-wrapper {
	border-bottom: solid 1px #dddcdb;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.big-slider {
	overflow: hidden;
}

/* Boite title */
.title-wrapper {
	text-align: center;
}
.title-wrapper h1 {
	text-transform: uppercase;
	color: #3690b2;
	font-size: 26px;
	font-weight: 700;
}
.title-wrapper h2 {
	font-family: 'Satisfy', cursive;
	color: #787470;
	font-size: 26px;
	font-weight: 300;
	margin-top: 15px;
	text-align: center;
}
.title-wrapper p {
	color: #787470;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.title-wrapper .seperate {
	width: 80px;
	height: 4px;
	background-color: #3690b2;
	margin: 20px auto 40px auto;
}

/* Produits */

.produit-wrapper h2 {
	color: #787470;
	font-size: 26px;
	font-weight: 300;
	margin-top: 15px;
	text-align: center;
}

.box-prod {
	position: relative;
}
.box-prod a.hoverall {
	display: block;
	position: absolute;
}
.box-prod .img-container {
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.box-prod .name {
	color: #3690b2;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}
.box-prod p {
	color: #787470;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	padding-top: 15px;
}
.box-prod .logo-gamme {
	margin-top: 80px;
	margin-bottom: 8px;
	height: 30px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Actualités */
.actu-wrapper {
}
.actu-wrapper h2.title {
	color: #787470;
	font-weight: 300;
	font-size: 26px;
	text-align: center;
	padding-bottom: 40px;
}
.actu-wrapper h2.title a {
	color: #787470;
}
.box-actu {
	text-align: center;
}
.box-actu > .img-round {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	margin: 0 auto 20px auto;
	position: relative;
}
.box-actu > .img-round > .date {
	border-radius: 50%;
	background-color: #3690b2;
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 0;
	right: -40px;
}
.box-actu > .img-round > .date > .day {
	color: #FFF;
	font-size: 38px;
	font-weight: 700;
	padding-top: 6px;
}
.box-actu > .img-round > .date > .month {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
}
.box-actu > .img-round > .date > .sep-white {
	width: 16px;
	height: 2px;
	background-color: #FFF;
	margin: 4px auto;
}

.box-actu > h2 {
	text-transform: uppercase;
	color: #3690b2;
	font-size: 20px;
	font-weight: 800;
}


/* Grille */
.grille-wrapper {}
.grille-wrapper .img-cat-up {
	height: 340px;
	border-bottom: solid 10px #3690b2;
	background-position: center center;
	background-size: cover;
	box-sizing: content-box;
}
.grille-wrapper .img-cat-down {
	height: 340px;
	border-top: solid 10px #3690b2;
	background-position: center center;
	background-size: cover;
	box-sizing: content-box;
}
.grille-wrapper .img-cat-down > a,
.grille-wrapper .img-cat-up > a {
	display: block;
	height: 100%;
}

.grille-wrapper .cat-info-container {
	background-color: #f6f5f4;
	height: 340px;
	padding: 60px;
}
.grille-wrapper .cat-info-container a {
	text-decoration: none;
}
.grille-wrapper .cat-info-container h3 {
	font-family: 'Satisfy', cursive;
	color: #3690b2;
	font-size: 20px;
	font-weight: 700;
}
.grille-wrapper .cat-info-container p {
	color: #787470;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	padding-top: 15px;
}


.img-wrapper {}
.img-wrapper .img-fond {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 460px;
}



footer {
	background-image: url('assets/images/fond-footer2.png');
	padding: 30px 0;
	color: #FFF;
}

.menu-footer-big {}
.menu-footer-big > li {
	float: left;
	padding-right: 60px;
}
.menu-footer-big > li > a {
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 15px;
	display: block;
}
.menu-footer-big > li > ul {}
.menu-footer-big > li > ul > li {}
.menu-footer-big > li > ul > li > a {
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}

.menu-footer-small {}
.menu-footer-small > li {
}
.menu-footer-small > li > a {
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 15px;
	display: block;
}

.newsletter-container {
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 15px;
	display: block;
}

#main_email {
	background-color: #F1F0EF;
	width: 280px;
	height: 32px;
	border: none;
	color: #747678;
	font-size: 12px;
	font-style: italic;
	padding: 0 15px;
	margin-top: 17px;
}
#submit_email {
	width: 32px;
	height: 32px;
	background-color: #3690b2;
	padding: 0 5px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
}

.coordonnee {
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}
.coordonnee strong {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 32px;
}

.insta-container {
	padding: 20px 120px;
}
.insta-container > a > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.insta-container {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 768px) {
	.nav-button {
		width: 44px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		color: #FFF;
		background-color: #3690b2;
		position: fixed;
		z-index: 666;
		left: 10px;
		top: 40px;
		border: solid 1px #FFF;
	}
	.nav-button > a {
		color: #FFF;
		text-decoration: none;
		font-size: 34px;
	}
	.nav-container {
		display: none;
		position: fixed;
		z-index: 666;
		left: 10px;
		top: 90px;
		width: 220px;
		background-color: #3690b2;
	}
	.nav-container > .menu-header-mobile {
	}
	.nav-container > .menu-header-mobile > li {
	}
	.nav-container > .menu-header-mobile > li > a {
		text-transform: uppercase;
		display: block;
		text-decoration: none;
		color: #FFF;
		line-height: 44px;
		padding-left: 15px;
		font-size: 18px;
		font-weight: 700;
	}
	.nav-container > .menu-header-mobile > li.current-page-ancestor > a,
	.nav-container > .menu-header-mobile > li > a:hover,
	.nav-container > .menu-header-mobile > li.current_page_item > a {
		background-color: #3690b2;
	}

	.nav-container > .menu-header-mobile > li > .sub-menu {
		display: none;
	}
	.nav-container > .menu-header-mobile > li > .sub-menu > li {
	}
	.nav-container > .menu-header-mobile > li > .sub-menu > li > a {
		text-transform: uppercase;
		display: block;
		text-decoration: none;
		color: #FFF;
		line-height: 44px;
		padding-left: 30px;
		font-size: 14px;
	}
	.nav-container > .menu-header-mobile > li > .sub-menu > li > .sub-menu {
		display: none;
	}
	.img-wrapper .img-fond {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		height: 260px;
	}
}

.dropbtn {
    border: none !important;
    cursor: pointer;
    text-decoration: none;
    color: #787470 !important;
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 699;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
	font-size: 15px !important;
	margin: 10px !important;
	padding: 0 10px !important;
}

