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

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

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	font-family: 'Roboto Slab';
}

body {
	font:300 11px/1.4 Roboto Slab, Helvetica, Arial, sans-serif;
	color:#444;
}

h1 {
	font-family: 'Roboto Condensed';
	color: #2e3036;
	display: flex;
	justify-content: center;
	font-weight: 400;
}

main section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-family: 'Roboto Condensed';
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	display: flex;
}
.mobileNavigationBtn{
	display: none;
}
/* logo */
.logo-img {
		width: 13.5vw;
		margin-top: 1vw;
}
/* nav */
.nav {
	width: 64vw;
    margin-bottom: 3vw;
}
.nav .sub-menu{
	display: none;
}
#menu-item-22:hover, #menu-item-27:hover, #menu-item-30:hover{
	background-color: rgba(40,42,47,.97);
}
#menu-item-22:hover a, #menu-item-27:hover a, #menu-item-30:hover a{
	color:white;
}
.nav li:hover .sub-menu{
	display: flex;
	flex-direction: column;

	position: absolute;
	background-color: rgba(40,42,47,.97);
	z-index: 100;

	margin-top: 0.8vw;
    margin-left: -1.5vw;
    padding: 0.7vw;
}
.nav li .sub-menu{
    list-style:none;
    padding: 0;
}
.nav li .sub-menu li{
    margin: 0.5vw 1vw;
}
.nav li .sub-menu li a{
    color:white;
    font-size: 1.5rem;
}
.nav>ul {
		display: flex;
		font-family: 'Roboto condensed';
		color: #6b6e79;
		flex-wrap: wrap;
		list-style: none;
		justify-content: center;
}
.nav>ul>li {
    padding: 1.6rem 1.2rem;
    font-size: 1.3rem;

}
.nav>ul>li a {
		color:#6b6e79;
    letter-spacing: 0.07vw;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #2e3036;
}

.copyright {
	color: white;
	font-family: 'Roboto condensed';
	font-size: 1.2vw;
	text-align: center;
	padding-top: 3.2vw;
	border-top: 1px solid rgba(255,255,255,.1)

}
.coming-soon{
	background-color: gray;
	color: white;
	height: 20vw;
	font-size: 4vw;
}
.featured-products> .woocommerce> ul{
	display: flex;
    justify-content: space-around;
}

select.orderby {
	display: none;
}

footer .title {
	font-weight: 700;
	font-size: 0.9vw;
}

footer .link-zone{
	display: flex;
	justify-content: space-around;
}
footer .list {
	display: flex;
	flex-direction: column;
	margin: 1vw;
}

footer .link-list a {
	color:rgba(255, 255, 255, 0.5);
	font-size: 1.03vw;
}
footer .list {
	color:white;
	line-height: 1.666;
}

.variations tr {
	display: flex;
    flex-direction: column;
}

p {
	font-family: 'Roboto Slab';
    font-weight: 400;
}

div.woocommerce {
	font-size: 1.4vw;
}

.product_body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.single-product {
	font-size: 1vw;
}
.overlay {
	display: none;
}
iframe{
	width: 100vw;
}

mark {
	display: none;
}

/*------------------------------------*\
    structure tablette
\*------------------------------------*/

@media only screen and (max-width:768px) {
	header>.nav>ul{
		display: none;
	}
	.overlay {
		display: block;
	}

	body, h2, .footer .title, .copyright, footer .link-list a {
		font-size: 2vw;
	}
	
	.woocommerce-Price-amount{
		color: black;
		font-size: 3vw!important;
	}

	p,span, a, div.woocommerce, form.variations_form {
		font-size: 3vw;
	}
	.mobileNavigationBtn {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0px;
		margin-right: 8vw;
		z-index: 50;
		margin-top: -19vw;
	}
	.navbar-toggle {
		height: 22px;
	    position: relative;
	    border: 1px solid transparent;
	    border-radius: 0;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-color: #fff;
		margin-left: 20px;
	}
	.icon-bar {
	    display: block;
	    width: 25px;
	    height: 4px;
	    background-color: #000;
	    -webkit-border-radius: 1px;
	    -moz-border-radius: 1px;
	    border-radius: 1px;
	    margin-bottom: 4px;
	}
	.close-button .up-bar {
		transform: rotate(45deg) translateY(100%) translateX(30%);
	}
	.close-button .middle-bar {
		opacity: 0;
	}
	.close-button .down-bar {
		transform: rotate(-45deg) translateY(-100%) translateX(30%);
	}
	.overlay {
	    position: fixed;
	    width: 75%;
	    height: 100vh;
	    left: 0;
	    background-color: #075baa;
		padding-top: 20px;
		z-index: 501;
	}
	.overlay li a{
	    color:#fff;

	}
	.overlay-slidedown{
		-webkit-transform: translateX(-100%);
	    transform: translateX(-100%);
		-webkit-transition: -webkit-transform 0.4s ease-in-out;
	    transition: transform 0.4s ease-in-out;

	}
	.overlay-slidedown.open{
		-webkit-transform: translateX(0%);
	    transform: translateX(0%);
		-webkit-transition: -webkit-transform 0.4s ease-in-out;
	    transition: transform 0.4s ease-in-out;
		overflow-y: scroll;

	}
	.overlay nav #menu-logout{
		display: block;
		background-color:rgba(0,0,0,0);
		top: 575px;

	}
	.overlay nav>ul{
		padding:0 20px;

	}
	.overlay nav a:hover{
		font-weight:800;
	}
	.overlay nav #menu-logout a{
		color:#fff;
	}
	.overlay .sub-menu,.overlay .sub-menu-2{
		display: block!important;
		background-color:transparent;
	}
	.overlay .sub-menu a,.overlay .sub-menu-2 a{
		padding:0;
	}
	.overlay .menu-item-15{
		margin-bottom: 5rem;
	}
	.overlay .menu-item-15 .sub-menu {
		line-height: 1;
		padding: 0;
	}
	h1{
		font-size: 5vw;
	}
	.home .content{
		font-size: 2vw;
	}
	.featured-products> .woocommerce> ul{
		display: block;
	}
	.dgwt-wcas-search-form{
		margin-top: 20vw!important;
	}
	.logo-img {
	    width: 13.5vw;
	    margin-top: 4.5vw;
	}

}
/*------------------------------------*\
    structure mobile
\*------------------------------------*/

@media only screen and (max-width:480px) {
	p, span, div.woocommerce {
		font-size: 4vw!important;
	}

	p {
		margin: 0;
	}
	.home .content{
		width: 80vw!important;
	}
	body, h2, .footer .title, .copyright, footer .link-list a{
		font-size: 3vw;
	}

}

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

/* CONTACT */

main .contact .content {
	display: flex;
	justify-content: center;
	line-height: 3;
	font-size: 1.03vw;
}

/* Pages en général  */
main section .content {
	width: 50vw;
	font-size: 1.03vw;
}

/*------------------------------------*\
    Pages tablette
\*------------------------------------*/

@media only screen and (max-width:768px) {
	main section .content {
		width: 85vw;
		font-size: 2vw;
	}
}
/*------------------------------------*\
    Pages mobile
\*------------------------------------*/

@media only screen and (max-width:480px) {
	main section .content {
		width: 85vw;
		font-size: 3vw;
	}
}

/*------------------------------------*\
    HOME
\*------------------------------------*/

.home .content {
	text-align: center;
	  font-size: 1vw;
	  font-family: 'Roboto Slab';
	  width: 50vw;
	  margin: 0 auto;
}

.wrapper {
	 padding-bottom: 10vw;
}
/*------------------------------------*\
    HOME tablette
\*------------------------------------*/
@media only screen and (max-width:768px) {
	.home .content {
		width: 85vw;
		font-size: 2vw;
	}
}

.home .content {
	text-align: center;
	  font-size: 1vw;
	  font-family: 'Roboto Slab';
	  width: 50vw;
	  margin: 0 auto;
}

.wrapper {
	 padding-bottom: 10vw;
}
/*------------------------------------*\
    SHOP
\*------------------------------------*/
.shop .sidebar-widget, .shop .search, .woocommerce .sidebar-widget, .woocommerce .search, .checkout .sidebar{
	display: none;
}
.product-template-default .sidebar, .product-template-default .comments{
	display: none;
}
.woocommerce-Price-amount{
	color: black;
	font-size: 1.5vw;
}
/*------------------------------------*\
    HOW TO MEASURE YOUR HEAD
\*------------------------------------*/

 .wrapper {
	  padding-bottom: 10vw;
}
 .bottom-img {
	  width: 50vw;
}
/*------------------------------------*\
    OUR MISSION
\*------------------------------------*/

.our-mission .middle-video{
	  margin: 1.5vw 0;
}
.how-to-mesure-your-head .bottom-img {
	  width: 50vw;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

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

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

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

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

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

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

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

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

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

}
.bypostauthor {

}

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

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