/*!
Theme Name: Flirt
Theme URI: http://underscores.me/
Author: Flirt-Studio
Author URI: https://flirt-studio.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flirt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Flirt is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
 	line-height: 1.15; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
 	font-size: 2em;
 	margin: 0.67em 0;
 }

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
 	box-sizing: content-box; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
 	background-color: transparent;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
 	border-bottom: none; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/**
 * Add the correct font size in all browsers.
 */

 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
 	border-style: none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit; /* 1 */
 	font-size: 18px; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */

 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

 legend {
 	box-sizing: border-box; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
 	-webkit-appearance: textfield; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
 	-webkit-appearance: button; /* 1 */
 	font: inherit; /* 2 */
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */

 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
 	display: none;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.entry-content {
	padding: 0 15px;
}





@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/FlirtType-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/FlirtType-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/FlirtType-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/FlirtType-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


p {
	margin: 0;
}

header#masthead {
  display: flex;
  position: fixed;
  padding: 0 30px;
  width: 100%;
  justify-content: space-between;
  padding-top: 17px;
    z-index: 99;
}

div#content {
  padding-top: 70px;
}

.wpb_video_widget.wpb_content_element.vc_clearfix {
  margin: 0;
}

.contacblok p:last-child {
  line-height: 1;
}

header#masthead a {
	font-family: "Arial Narrow";
	color: black;
	text-decoration: none;
	font-size: 23px;
	transition: all 500ms ease;
	font-weight: bold;
}

header#masthead a:first-child {
	text-transform: uppercase;
}

div#smush-image-bar-toggle {
	display: none;
}

header#masthead a span{
	font-family: "Arial Narrow";
}

.allproject {
	text-align: center;
	margin-top: 15px;
  overflow-y: scroll;
  max-height: 80vh;
}

.page-id-20 div#content {
  padding-top: 45px;
}

.allproject a{
	font-family: "Arial Narrow";
	color: black;
	text-decoration: none!important;
	font-size: 24px;
	text-transform: uppercase;
	transition: all 500ms ease;
}


body:not(.page-id-13) #page {
	background-image: none!important;
	background-position: 100vw center!important; 
}
body #page{
	transition:all 500ms ease;
	background-repeat: no-repeat;
	background-position: 100vw center; 
	background-size: auto 100%;
	height: 100%;
}

.allimg {
	position: absolute!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


p.imgic {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.owl-carousel .imgic img {
  width: auto!important;
  height: 100vh!important;
  max-width: none!important;
}

.smush-detected-img {
	box-shadow: none!important;
	border: none!important;
}

.owl-nav {
	z-index: 98;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body .owl-carousel {
  display: block;
}
.slider p.imgic {
  display: inline-block;
  width: auto;
}

.owl-carousel.owl-loaded {
  overflow: hidden;
}

.slider .singlecond {
  display: inline-flex;
  width: auto;
  flex-wrap: wrap;
}

.owl-nav button{
	font-size: 0px!important;
	height: 100%;
	width: 50%;
	outline: none!important;
}

.singlecond {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100vh;
	justify-content: center;
}

p.imgic {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}


.owl-carousel.owl-theme.owl-loaded .singlecond{
	display: flex;
}


a.backa {
	z-index: 9999;
	color: black;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	left: 30px;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	font-size: 30px;
	outline: none;
}


a.backi {
	z-index: 9999;
	color: black;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right : 30px;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	font-size: 30px;
	outline: none;
}

.textinfo {
	padding: 15px;
	display: flex;
	background-color: rgba(255, 255, 255, 0.55);
	position: fixed;
	top: 140vh;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.closebot {
	z-index: 10000;
	color: black;
	text-decoration: none;
	position: absolute;
	bottom: 30px;
	right : 30px;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	font-size: 30px;
	outline: none;
	cursor: pointer;
}

.contenutext * {
  color: black;
}

.contacblok p a {
  color: black;
  text-decoration: none;
}
.contacblok p {
  text-align: center;
  color: black;
  font-family: "Arial Narrow";
}


.contacblok p a span{
	font-family: "Arial Narrow";
	font-style: italic;
	font-size: 24px;
}

.contenutext h2 {
	margin-top: 0;
}


.textinfo.vis {
	top: 0;
	overflow: visible;
}

.page.home div#content {
  padding-top: 0;
}

.contenutext {
  width: 800px;
  overflow: auto;
  max-width: 95%;
  font-family: "Arial Narrow";
  max-height: 75vh;
}


.home div#page {
	background-color: transparent!important;
}

.single-projets header#masthead {
	display: none;
}

.imgic video {
	max-width: 100%;
	height: 100%;
	width: auto;
	object-fit: contain;
}

body {
  font-family: "Arial Narrow";
}

* {
  outline: none!important;
}

.imgic.cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-20 .vc_column-inner>.wpb_wrapper {
  max-width: 60%;
  margin: 0 auto;
}

.owl-carousel .owl-stage-outer {
  z-index: 9999;
  pointer-events: none;
}


.owl-carousel .owl-stage-outer video {
	pointer-events: all;
}

p.imgic.video {align-items: center;}

.owl-item video {opacity: 0;}
.owl-item.active video {opacity: 1;}
p.imgic.box video {width: 100%;height: auto;max-width: 70%;max-height: 70%;}
p.imgic.boxe {width: 72%;height: 72%;background-size: auto 100%;}
.contenutext a {color: inherit!important;text-decoration: underline;}
header#masthead a+a+a:hover {border-color: black;}
header#masthead a span {transition: all 500ms ease;display: inline-block;}
header#masthead a:hover span {display: inline-block;transform: rotateX(0deg);}
.textinfo .closebot {opacity: 0;}
.textinfo.vis .closebot {opacity: 1;}
button.owl-prev{cursor: url(img/flecheleft.png), auto!important;}
button.owl-next{cursor: url(img/flecheright3.png), auto!important;}
div#page.boxed {background-size: auto 72%!important;}
.textinfo.vis{cursor: url(img/newclose.png), pointer!important;}
.singlecond .texte {padding: 0 15px;z-index: 9999;color: #000;text-decoration: none;font-family: "Arial Narrow";font-size: 30px;outline: none;width: 55%;}
.allindex {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.allindex .item a {background-color: rgba(255,255,255,0.1);display: flex;position: absolute;color: #000;text-shadow: 0px 0px 10px #ffffffb3;text-decoration: none;font-family: "Arial Narrow";text-transform: uppercase;font-size: 30px;outline: none;text-align: center;top: 0;left: 0;right: 0;bottom: 0;align-items: center;justify-content: center;}
.page-id-505 header#masthead {background-color: transparent;}
.owl-carousel .owl-item {animation-duration: 3s !important;}
.allindex .fullitem {flex-wrap: wrap;margin-bottom: 40px!important;background-position: center;background-size: cover;display: flex;width: 32%;justify-content: center;align-items: center;position: relative;}
.allindex .item {margin-bottom: 20px!important;background-position: center;background-size: cover;display: flex;min-height: 24vw;width: 100%;justify-content: center;align-items: center;position: relative;}
.allindex .item+p{font-family: "Arial Narrow";color: #000;text-decoration: none;font-size: 30px;text-transform: uppercase;}
.allindex .fullitem a {z-index:6;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
p.imgic {align-items: flex-start;}
.linkmobile{display: none;}


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

.owl-carousel .owl-item img {max-height: 100%!important;max-width: 100%!important;width: auto!important;height: auto!important;}
.owl-nav {display: none!important;}
body #page {background-image: none!important;}
p.imgic {background-size: contain;background-position: top center;}
.owl-carousel .owl-stage-outer {pointer-events: all;}
p.imgic.boxe {width: 100%;height: 100%;background-size: contain;background-position: top center;}
video {height: auto!important;max-width: 100%;}
.allindex .fullitem {flex-wrap: wrap;margin-bottom: 20px!important;background-position: center;background-size: cover;display: flex;width: 98%;justify-content: center;align-items: center;position: relative;}
.allindex .item {margin-bottom: 10px!important;background-position: center;background-size: cover;display: flex;min-height: 60vw;width: 100%;justify-content: center;align-items: center;position: relative;}
.singlecond .texte {font-size: 16px;}
.singlecond {align-items: flex-start;padding-top: 0px;}
.singlecond .texte {padding-top: 30px;}
.singlecond .texte {width: 95%;}
.page-id-20 .vc_column-inner>.wpb_wrapper {max-width: 95%;margin: 0 auto;}
.linkmobile{display: inline-block;}
.linkdesktop{display: none;}

}





div.modalaleter .modal-content{overflow: visible;}
p.buttonmap.alerte {position: relative;margin-top: -12px;pointer-events: all;border: 1px solid #9696967d;transition: all .3s;line-height: 1;text-align: center;padding: 8px 14px;font-size: 8pt;width: auto;cursor: pointer;color: #151513;background-color: #fff;text-transform: uppercase;margin-left: 15px;top: 5px;}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child {display: none;}
.woocommerce-cart .woocommerce-message {display: none;}
.cart_totals h2 {text-align: left;margin-bottom: 42px;}
.woocommerce-info {display: none;}
input#account_username {font-weight: 300;margin-bottom: 10px;margin-top: 5px;color: black;font-family: 'Arial Narrow';padding: 4.5px 7px!important;border: 1px solid #9696967d;border-radius: 0;width: 100%;font-size: 10.4pt;}
.account-button {list-style: none;margin-right: 30px;}
.woocommerce-cart .woocommerce table.shop_table tr.order-total td {padding-top: 0!important;}
input#account_password {font-weight: 300;margin-bottom: 10px;margin-top: 5px;color: black;font-family: 'Arial Narrow';padding: 4.5px 7px!important;border: 1px solid #9696967d;border-radius: 0;width: 100%;font-size: 10.4pt;}
* {outline: none;}
td.product-name a+div {display: none;}
body .woocommerce .cart-collaterals .cart_totals {float: none;width: 100%;}
body.woocommerce-page .cart-collaterals .cart_totals {float: none;width: 100%;}
td.product-name a {font-weight: 300;color: black;pointer-events: none;font-size: 10pt;}
.woocommerce-cart table.cart .product-thumbnail img {width: 130px;}
body .woocommerce table.shop_table {border-top: none;border-left: none;border-right: none;}
body .woocommerce table.shop_table thead th {font-weight: 400;font-size: 16px;color: #6a676a;}
body .woocommerce a.remove:hover {color: #000!important;background-color: transparent!important;font-weight: 700;}
body .woocommerce a.remove {font-size: 1.8em;font-weight: 400;color: #000!important;}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background-color: transparent!important;}
.cart_totals th {text-align: center;}
.cart_totals td {text-align: center;}
.woocommerce ul#shipping_method li {text-align: left;margin: 0;line-height: 1.2;}
.cart_totals tr {display: block;}
.ms-drop.bottom {margin-top: -11px!important;}
.woocommerce .cart_totals table.shop_table th {font-size: 11pt;text-align: left;color: black;font-weight: 300;display: block;width: 100%;margin-bottom: 5px;border: none;}
.woocommerce .cart_totals table.shop_table td {text-align: left;padding: 0px;margin-bottom: 12px;display: block;border: none;font-size: 16px;}
a.checkout-button.button.alt.wc-forward {font-weight: 300;transition: all 300ms;text-align: center;padding: 12px;font-size: 16px;width: 100%;cursor: pointer;height: auto;color: white;background-color: #151513;border: 1px solid black;border-radius: 0;margin-bottom: 0;text-transform: uppercase;line-height: normal;}
a.checkout-button.button.alt.wc-forward:hover {border: 1px solid #151513;color: #3a3a36;background-color: white;}
.done ul#shipping_method {display: block;}
.woocommerce-cart .wc-proceed-to-checkout {padding-bottom: 0;}
.woocommerce p#breadcrumbs {margin: 20px 0;}
.postalform input[type="submit"] {font-size: 18px;padding: 8px 30px;background-color: #151513;border: none;color: white;text-transform: uppercase;height: 43px;}
.postalform input[type="text"] {background-color: #ececec;padding: 8px 10px;margin-right: 30px;box-shadow: none;border: none;height: 43px;min-width: 205px;}
.done a.checkout-button.button.alt.wc-forward.disabled {pointer-events: all;opacity: 1;cursor: pointer;background-color: #27c24c;}
.done .onlynot{display: none;}
.pickup-location-field .pickup-location-address {margin: 2px 0;}
body .woocommerce table.shop_table {border: none;}
.buttonheader a {text-decoration: none!important;}
.woocommerce table.shop_table td {font-weight: 300;font-size:10pt;border:none;padding: 0px!important;}
.woocommerce table.shop_table th {color: #151513;font-weight: 600;border:none;padding: 0px!important;}
.woocommerce table.shop_table .cart_item td {display: table-cell;}
.woocommerce table.shop_table tr.shipping.pickup_location th {padding-top: 15px!important;}
.woocommerce table.shop_table .order-total th {padding-top: 15px!important;}
.woocommerce-checkout div#payment {background-color: transparent;}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {width: 100%;}
body .woocommerce-checkout #payment ul.payment_methods {padding: 0;border: none;background-color: transparent;}
form.checkout.woocommerce-checkout.row {align-items: flex-start;}
.woocommerce-checkout #payment div.form-row {padding: 0;}
form.checkout.woocommerce-checkout.row .woocommerce-billing-fields input {box-shadow:none!important;background-color: #fff!important;border: none;border-radius: 0;border-radius: 0;border: 1px solid #151513;}
body .woocommerce #payment #place_order {margin-top: 10px;font-weight: 300;font-family: 'Arial Narrow';transition: all 300ms;line-height: 1;text-align: center;padding: 10px;font-size: 16px;width: 100%;cursor: pointer;height: 40px;color: white;background-color: #151513;border: 1px solid white;text-transform: uppercase;}
body .woocommerce #payment #place_order:hover{border: 1px solid #151513;color: #3a3a36;background-color: white;}
body .woocommerce-page #payment #place_order {background-color: #151513;float: none;border-radius: 0;width: 100%;padding: 12px;text-transform: uppercase;}
.mpc-tabs__nav span.mpc-button__title.mpc-transition {font-size: 26px;line-height: 30px;color: #3c3c3c;text-transform: uppercase;font-weight: 400;margin-bottom: 16px;}
.mpc-tabs__nav .mpc-active span.mpc-button__title.mpc-transition {color: #151513;}
li.mpc-tabs__nav-item.mpc-parent-hover {margin-bottom: 30px;}
li.mpc-tabs__nav-item.mpc-parent-hover+li {margin-left: 15px;}
li.mpc-tabs__nav-item.mpc-parent-hover.mpc-active+li span {color: #3c3c3c;}
.stripe-card-group {width: 100%;display: block;}
div#stripe-exp-element {display: block;width: 100%;}
div#stripe-cvc-element {width: 100%;display: block;}
form.checkout.woocommerce-checkout.row .woocommerce-billing-fields input {box-shadow: none!important;border: 1px solid #151513;border-radius: 0;}
input#wc-stripe-new-payment-method +label {width: 79%;line-height: 1.2;}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {margin-bottom: 32px;font-family: 'Arial Narrow';text-transform: uppercase;font-size: 12.5pt;font-weight: 300;color: black;text-align: center;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {margin: 0 0 32px;padding: 0;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {font-size: 10pt;font-weight: 300;}
.woocommerce-order-received .woocommerce {margin: 0;}
.nomargin .sticky-element-original.element-is-not-sticky {height: 0;}
.owl-thumbs {display: flex;margin: 10px 0;}
.owl-thumb-item {display: table-cell;border: none;background: none;padding: 0 10px;}
*:focus {outline: none!important;}
.owl-carousel.owlproduct.owl-loaded.owl-drag img {width: 70%;margin: 0 auto;}
ul#main-menu ul li.current_page_item a {background-color: rgba(0, 52, 106, 0.6)!important;}
.woocommerce-page form .form-row textarea {border: 1px solid #151513;min-height: 8rem;border-radius: 0;}
a.list-group-item.list-group-item-action:hover {background-color: #151513;color: white;}
a.list-group-item.list-group-item-action {border-radius: 0;border-color: transparent;color: black;font-size: 10pt;}
.woocommerce-account input {padding: 12px;border: 1px solid #151513;}
.woocommerce-account a.button:hover {background-color: #151513;font-weight: 500;color: white;}
.woocommerce-account a.button {font-weight: 400;background-color: ##151513;color: white;text-transform: uppercase;padding: 12px 30px;border-radius: 0;border:none;}
button.btn.btn-outline-primary{font-weight: 400;background-color: #151513;color: white;text-transform: uppercase;padding: 12px 30px;border-radius: 0;border:none;}
button.btn.btn-outline-primary:hover {background-color: #151513;font-weight: 500;color: white;}
.woocommerce-account a.button+a.button {margin-left: 15px;}
body label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {display: none;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border: none;border-radius: 0;}
form.woocommerce-form.woocommerce-form-register.register {padding: 0;}
body .woocommerce form.login {padding: 0;}
p.woocommerce-LostPassword.lost_password a {color: inherit;text-decoration: underline;}
p.woocommerce-LostPassword.lost_password {  padding-top: 10px;min-height: 46px;font-size: 10pt;text-align: right;}
.woocommerce-account .woocommerce-MyAccount-navigation {margin-bottom: 30px;}
.pickup-location-address table td {width: 100%!important;}
.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {text-align: left!important;background-color: transparent!important;}
div#wrapper-navbar {width: 100%!important;}
button#nextBtn {text-transform: uppercase;margin-top: 10px;background-color: #253c54;border: none;background-image: none;-webkit-appearance: none;color: white;padding: 8px 30px;}
input#submitBtn {text-transform: uppercase;margin-top: 10px;background-color: #253c54;border: none;background-image: none;-webkit-appearance: none;color: white;padding: 8px 30px;}
input[type="radio"] {width: auto;}
.tab .row {margin-bottom: 16px;}
.tab .col-sm-12 input#confirm {display: inline-block;width: auto;height: auto;margin-right: 10px;}
.curtab {clear: both;margin-top: 40px;display: block;}
.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {margin-bottom: 0;}
form.form-not input.findrev {display: inline-block;background-color: #27c24c;text-decoration: none;border: none;color: white;text-transform: uppercase;font-size: 16px;padding: 10px 26px;margin-top: 15px;}
.woocommerce form .form-row .input-checkbox {margin: 0;width: auto;height: auto;}
.woocommerce {margin-top: 30px;}
.woocommerce table.shop_table td {border-top: 1px solid rgba(0,0,0,.1);padding: 9px 12px;vertical-align: middle;line-height: 1.5em;}
h2.titlepanier {text-align: left;margin-bottom: 30px;}
.woocommerce .shop_table.shop_table_responsive.cart tr td {padding: 12px 5px!important;}
p.woocommerce-shipping-destination {display: none;}
form.woocommerce-shipping-calculator {display: none;}
div#customer_details>div+div {display: none;}
#newheader a.account {color: black;display: flex;align-items: center;background-color: #efefef;text-align: center;padding: 15px;}
#newheader a.account span {line-height: 1;color: black;text-transform: uppercase;}
#newheader a.account i {font-size: 18px;margin-right: 15px;}
#newheader a.panier {color: white;display: flex;align-items: center;background-color: #151513;text-align: center;padding: 15px;}
#newheader a.panier span {line-height: 1;color: white;text-transform: uppercase;}
#newheader a.panier i {font-size: 18px;margin-right: 15px;}
p#billing_company_field {display: none;}
span.buttonsmail {cursor:pointer;background: #151513;color: #FFF !important;font-weight: bold;line-height: 30px;
 text-decoration: none;white-space: nowrap;align-self: flex-end;transition: all 0.3s ease;display: block;border-radius:0;width:100%;text-align: center !important;font-size: 11px;padding: 3px 0;border-radius: 0px 0px 4px 4px;}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {max-width: 100%;}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {max-width: 100%;}
button.button[disabled] {display: none;}
p#revendeur_dolphin_field {display: none;}
p#billing_address_2_field {display: none!important;}
p#billing_country_field label:after {content: " : ";}
p#billing_country_field label {display: inline-block;margin-right: 10px;}
input#account_password {border: 1px solid #151513;}
p#billing_postcode_field {width: 47%;float: left;clear: none;}
p#billing_city_field {width: 47%;float: right;clear: none;}
body .woocommerce-info {border-top-color: #151513;}
body .woocommerce-info::before {color: #151513;}
nav.woocommerce-MyAccount-navigation i {margin-right: 10px;}
body button.btnrecher {margin: 0;border-radius: 0;}
body .woocommerce table.shop_table td {border-top: 1px solid rgba(0,0,0,1);}
.allstep .step {display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;width: auto;height: inherit;position: relative;font-size: 14px;}
.allstep {margin: 0px 0 45px;display: flex;justify-content: center;}
.allstep .step+.step:before {content: '';position: absolute;width: 50px;height: 1px;background-color: black;left: -42px;z-index: 99999;top: 18px;}
.allstep .step+.step{margin-left: 40px;}
.allstep .current.step span:first-child {background-color: #151513;color: white;}
.allstep .step span:first-child {border-radius: 50%;width: 35px;height: 35px;border: 1px solid black;font-size: 13px;display: flex;justify-content: center;align-items: center;}
.allstep .step span+span {font-size: 16px;}
.woocommerce-billing-fields input {padding: 12px 5px!important;}
input#account_password {padding: 12px 5px;}
td.nopd.imginside img {width: auto;height: 30px!important;}
td.nopd.imginside {text-align: center;}
div#sl_div {margin: 15px 15px 15px 0px!important;background-color: #f7f7f7;padding: 30px 30px 10px;margin-bottom: 30px;width: 101%;max-width: 101%;}
span.icones {display: none;}
.textmandatory {font-size: 13px;margin-bottom: 30px;font-weight: 300;}
.sans_icones{display: none;}
.buttonnext span {cursor: pointer;background: #151513;color: #FFF !important;font-weight: bold;line-height: 30px;text-decoration: none;white-space: nowrap;align-self: flex-end;transition: all 0.3s ease;display: block;border-radius: 0;width: auto;text-align: center !important;font-size: 11px;padding: 3px 30px;border-radius: 0px;display: inline-block;margin-bottom: 15px;}
.buttonnext {justify-content: center;display: flex;width: 100%;text-align: center;}
.buttonshow span {width:400px;cursor: pointer;background: #151513;color: #FFF !important;font-weight: bold;line-height: 30px;text-decoration: none;white-space: nowrap;align-self: flex-end;transition: all 0.3s ease;display: block;border-radius: 0;text-align: center !important;font-size: 11px;padding: 3px 30px;border-radius: 0px;display: inline-block;margin-bottom: 15px;}
.buttonshow {justify-content: flex-start;display: flex;width: 100%;text-align: left;margin-top: 15px;}
body tr#cm_mapTR {display:none;}
.woocommerce-terms-and-conditions-wrapper {font-size: 13px;}
.woocommerce .woocommerce-customer-details address {padding: 0;border: none;font-size: 10pt;}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {display: none;}
div#map_sidebar.nt9+div {display: none;}
.u-column.woocommerce-Address+.u-column.woocommerce-Address {display: none;}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details+h2+p {border: 1px solid #151513;padding: 15px;}
.woocommerce form .form-row label {text-transform: uppercase;margin: 0;display: block;font-size: 16px;line-height: 1.6;}
.woocommerce table.shop_table tr.order-total td {padding-top: 15px!important;}
span.woocommerce-input-wrapper {width: 100%;display: block;}
.woocommerce-billing-fields h2 {margin-bottom: 32px;text-align: left;}
body form.checkout.woocommerce-checkout.row .woocommerce-billing-fields input {font-weight: 300;margin-bottom: 10px;margin-top: 5px;color: black;font-family: 'Arial Narrow';padding: 4.5px 7px!important;border: 1px solid #9696967d;border-radius: 0;width: 100%;font-size: 10.4pt;}
h2#order_review_heading {margin-bottom: 30px;text-align: left;}
p#billing_country_field {display: none;}
table.shop_table.woocommerce-checkout-review-order-table td {font-weight: 300;font-size: 16px;}
table.shop_table.woocommerce-checkout-review-order-table tfoot th {font-weight: 300;font-size: 16px;text-transform: uppercase;}
.woocommerce ul#shipping_method li label {font-size: 0pt;padding: 0;color: #353e47;font-weight: 300;display: inline-block;width: 100%;margin-bottom: 0px;}
.woocommerce ul#shipping_method .amount {font-weight: 300;font-size: 16px;color: black;}
body .woocommerce form .form-row .required{color: #000000;font-weight: 300;}
body .woocommerce-checkout #payment div.payment_box::before{display: none;}
body .woocommerce table.shop_table thead th {font-weight: 300;font-size: 11pt;color: black;}
.woocommerce-checkout #payment div.payment_box {background-color: white;padding: 0;margin: 0;}
div#stripe-payment-data p a {color: inherit;text-decoration: underline;}
div#stripe-payment-data p {font-size: 16px;font-weight: 300;}
li.wc_payment_method.payment_method_stripe>input+label {font-size: 11pt;font-weight: 300;}
li.wc_payment_method.payment_method_stripe label {font-weight: 300;}
.woocommerce form .form-row input+label {text-transform: none;}
fieldset#wc-stripe-cc-form .clear {display: none;}
.woocommerce-privacy-policy-text p {font-size: 16px;font-weight: 300;margin-bottom: 10px;}
.woocommerce-privacy-policy-text p a {color: inherit;text-decoration: underline;}
span.woocommerce-terms-and-conditions-checkbox-text {text-transform: none;}
span.woocommerce-terms-and-conditions-checkbox-text a {color: inherit;text-decoration: underline;}
h2.woocommerce-order-details__title {text-align: left;margin-bottom: 15px;}
h2.woocommerce-column__title {text-align: left;margin-bottom: 15px;}
.woocommerce table.shop_table tfoot td {font-weight: 300;font-size: 10pt;}
.woocommerce table.shop_table tfoot th {font-weight: 300;font-size: 10pt;}
small.shipped_via {display: none;}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {display: block;width: 100%;margin-bottom: 5px;}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.disn {display: none;}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide+fieldset {padding: 0;margin: 20px 0 10px;}
fieldset h2 {text-align: left;margin-bottom: 10px;}
body.woocommerce-account input {line-height: 1.5!important;font-weight: 300;color: black;font-family: 'Arial Narrow';padding: 4.5px 7px;border: 1px solid #9696967d;border-radius: 0;font-size: 10.4pt;width: 100%;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {position: absolute;right: .7em;top: 5px;cursor: pointer;}
span.password-input {width: 100%;}
body button.btn.btn-outline-primary {font-family: 'Arial Narrow';outline: none;text-transform: uppercase;font-weight: 300;transition: all 300ms;line-height: 1;text-align: center;padding: 15px 60px;font-size: 16px;cursor: pointer;height: auto;color: white;background-color: #151513;border: 1px solid white;}
body button.btn.btn-outline-primary:hover {border: 1px solid #151513;color: #3a3a36;background-color: white;}
.woocommerce table.my_account_orders .button {outline: none;text-transform: uppercase;font-weight: 300;transition: all 300ms;line-height: 1;text-align: center;padding: 15px 60px;font-size: 16px;cursor: pointer;height: auto;color: white;background-color: #151513;border: 1px solid white;}
.woocommerce table.my_account_orders .button:hover {border: 1px solid #151513;color: #3a3a36;background-color: white;}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {text-decoration: underline;color: inherit;}
.woocommerce-MyAccount-content p a {color: inherit;text-decoration: underline;}
.woocommerce-MyAccount-content h2 {text-align: left;margin-bottom: 15px;}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {display: none;}
th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {display: none;}
form.addproduct {margin-top: 15px;}
.selectadd {margin: 0 0 10px;}
.selectadd label {width: 100%;display: block;font-size: 16px;margin-bottom: 3px;}
.selectadd select {background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;-moz-appearance: none;-webkit-appearance: none;appearance: none;background-color: white;text-align-last: center;font-size: 8pt;margin: 0px;text-align: center;color: black;font-family: 'Arial Narrow';padding: 10px 7px;border: 1px solid #9696967d;border-radius: 0;width: 100%;background-color: white;border-radius: 0;}
input.addsub {font-weight:300;transition: all 300ms;line-height: 1;text-align: center;padding: 10px;font-size: 16px;width: 100%;cursor: pointer;background-color: white;height: auto;color: white;background-color: #151513;border:none;font-family: Arial Narrow;text-transform: uppercase;border-radius: 0;}
button.ms-choice {margin: 0;text-transform: uppercase;background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 97% 50%;-moz-appearance: none;-webkit-appearance: none;background-color: white;text-align-last: center;font-size: 8pt;height: 29px;margin-bottom: 10px;margin-top: 7px;text-align: center;color: black;font-family: 'Arial Narrow';border: 1px solid #9696967d;width: 100%;background-color: white;border-radius: 0;padding: 0;}
body .ms-choice > span {top: 9px;}
.ms-choice > div.icon-caret {display: none;}
.ms-drop.bottom li label {font-size: 8pt;text-transform: uppercase;font-weight: 300;}
body .ms-drop {border: 1px solid #9696967d;border-radius: 0;box-shadow: none;}
p.buttonmap.alerte a {color: inherit;}
p.cart-empty.woocommerce-info {padding: 0;display: block;border: none;background-color: transparent;font-size: 10.4pt;}
body .woocommerce-info::before{display: none;}
.cartdiv a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.cartdiv {position: relative;background-image: url(/wp-content/themes/archik/img/cartinside.png);width: 15.5px;height: 13px;background-size: contain;background-position: center;background-repeat: no-repeat;margin-right: 10px;display: none;}
.parent-pageid-641 .cartdiv {display: inline-block;}
.single-editions .cartdiv {display: inline-block;}
select option {font-size: 8pt;background-color: white;color: black;font-weight: 300;}
body .ms-drop input[type=radio], body .ms-drop input[type=checkbox] {margin-top: 0.1rem;}



.backgroundimg {background-position: center;background-size: cover;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: black;}
body {overflow-x: hidden;}
.single-product header#masthead a {color: black;}
.woocommerce div.product .product_title {text-transform: uppercase;font-family: "Arial Narrow";color: #000;font-weight: normal;font-size: 30px;font-style: italic;margin-top: 20px;}
.woocommerce div.product .product_title+p{margin-top: -20px;margin-bottom: 20px;}
.woocommerce div.product p.price{font-size: 30px;}
.woocommerce div.product .product_title span{font-style: normal;padding-left: 5px;}
body.single-product .quantity {display: none;}
body.single-product span.woocommerce-Price-amount.amount bdi {text-transform: uppercase;font-size: 30px;font-family: "Arial Narrow";color: #000;font-weight: normal;}
.single-product .woovr-variation-selector {display: none;}
body.single-product .woovr-variations .woovr-variation {display: inline-block;margin-right: 10px;}
body.single-product .woovr-variations .woovr-variation:last-child {margin-right: 0px;}
body.single-product .woovr-variations .woovr-variation .woovr-variation-name {position: relative; text-transform: uppercase;font-size: 30px;font-family: "Arial Narrow";color: #000;font-weight: normal;}
body.single-product .woovr-variations .woovr-variation:hover {background-color: transparent;}
body.single-product .woovr-variation.woovr-variation-radio.woovr-variation-active .woovr-variation-name:before {top: 3px;left: -7px;position: absolute;content: '(';display: inline-block;font-family: "Arial Narrow";color: black;line-height: 1;}
body.single-product .woovr-variation.woovr-variation-radio.woovr-variation-active .woovr-variation-name:after {top: 3px;right: -7px;position: absolute;content: ')';display: inline-block;font-family: "Arial Narrow";color: black;line-height: 1;}
.woocommerce div.product form.cart div.quantity {display: none!important;}
.woocommerce-product-details__short-description {text-transform: uppercase;font-size: 23px;font-family: "Arial Narrow";color: #000;font-weight: normal;margin: 0 0 15px;line-height: 1.2;}
button.single_add_to_cart_button.button.alt:hover {background-color: black;color: white;}
button.single_add_to_cart_button.button.alt {width: 100%;padding: 16px 64px;font-size: 30px;font-family: "Arial Narrow";color: #000;font-weight: normal;margin: 15px 0 0!important;background-color: transparent;border: 2px solid black;text-transform: uppercase;transition: all 500ms;}
header#masthead:before {display: none;}
header#masthead:after {display: none;}
article#post-3 {padding: 0 15px;}
body.woocommerce button.button.alt.disabled, body.woocommerce button.button.alt.disabled:hover {background-color: transparent;}
.woocommerce {margin-top: 0px;}
div#page {padding-top: 0px;}
.summary.entry-summary {padding: 0 15px;}
p.numberproduct {font-size: 30px;text-transform: uppercase;font-family: "Arial Narrow";color: #000;font-weight: 400;line-height: 1;}
p.collabproduct {font-size: 30px;text-transform: uppercase;font-family: "Arial Narrow";color: #000;font-weight: 400;line-height: 1.1;}
p:empty{display: none;}
.coupon {display: none;}
p.sizeguide:hover {text-decoration: underline;cursor: pointer;}
p.sizeguide {display: inline-block;text-transform: uppercase;font-size: 30px;font-family: "Arial Narrow";color: #000;font-weight: normal;margin: 12px 0 15px;}
.guidtailleall {transition: all 500ms;cursor: pointer;position: fixed;top: 0;left: 100vw;width: 100vw;bottom: 0;z-index: 9999}
.guidtaille {display: flex;background-color: rgba(255,255,255,0.2);position: absolute;right: 0;width: 50%;top: 0;bottom: 0;cursor: default;flex-wrap: wrap;flex-direction: column;justify-content: space-between;padding: 17px 20px 30px;align-items: center;}
.guidtaille span {display: inline-block;text-transform: uppercase;font-size: 30px;font-family: "Arial Narrow";color: #000;font-weight: normal;}
.toptaille {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.guidtaille span.close {color: black;opacity: 1;cursor: pointer;}
.bottomtaille {text-transform: uppercase;font-size: 30px;font-family: "Arial Narrow";color: #000;font-weight: normal;line-height: 1.1;width: 100%;}
.guidtailleall.see{left: 0;}
.guidtailleallleft {position: absolute;top: 0;left: 0;width: 50vw;bottom: 0;}
p.woocommerce-result-count {display: none;}
h1.woocommerce-products-header__title.page-title {display: none;}
.post-type-archive main#main {padding: 0 30px;}
.post-type-archive h2.woocommerce-loop-product__title {text-transform: uppercase;font-family: "Arial Narrow";color: black;font-weight: normal;font-size: 20px!important;text-align: center;}
.post-type-archive.woocommerce ul.productse li.product .price {text-transform: uppercase;font-family: "Arial Narrow";color: black;font-weight: normal;font-size: 30px;text-align: center;}
.post-type-archive.woocommerce .add-to-cart-container {display: none;}
header#masthead.nomenu .menuright {display: none;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width: 100%;position: static;pointer-events: none;float: none;margin: -80vh 0 0 0;}
div#content {min-height: calc(100vh - 69px);}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {flex-direction: column;justify-content: center;display: flex;width: 40%;float: none;padding-left: 30px;position: sticky;top: 0;margin: 0;height: 80vh;}
.guidtaille img {width: 50%;height: auto;display: inline-block;margin: 15px auto;}
.middlesize {text-align: center;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {background-color: white;}
nav.woocommerce-breadcrumb {display: none;}
header#masthead .menuright a+a {margin-left: 40px;}
footer {display: flex;justify-content: space-between;padding: 17px 30px;color: black;font-family: "Arial Narrow";color: black;position: relative;font-size: 23px;font-weight: bold;}
body.single-product footer {color: #000;}
footer p{margin: 0;}
.backgroundimg.video video {width: 100%;height: 100%!important;object-fit: cover;}
::-webkit-scrollbar {width: 2px;height: 2px;display: block;}
::-webkit-scrollbar-button {width: 2px;height: 0px;}
::-webkit-scrollbar-thumb {background: #151513;border: 0px none #151513;border-radius: 0px;}
::-webkit-scrollbar-thumb:hover {background: #151513;}
::-webkit-scrollbar-thumb:active {background: #151513;}
::-webkit-scrollbar-track {background: #151513;border: 0px none #151513;border-radius: 0px;}
::-webkit-scrollbar-track:hover {background: #151513;}
::-webkit-scrollbar-track:active {background: #151513;}
::-webkit-scrollbar-corner {background: transparent;}
*{scrollbar-color: #151513 white;scrollbar-width: thin;}
.insindesummary {position: absolute;top: 10vh;height: 100%;display: flex;flex-direction: column;justify-content: flex-end;width: 100%;}
.imgproduit {background-position: center;position: static;top: 0;left: 0;right: 0;bottom: 0;background-size: auto 85%;background-repeat: no-repeat;width: 100vw;height: 75vh;}
.insindesummary * {font-weight: bold!important;}
p.collabproduct span {text-transform: none;padding: 0 10px;font-size: 18px;line-height: 0;}
button.single_add_to_cart_button.button.alt.disabled:before {font-size: 30px;content: 'SELECT A SIZE';}
button.single_add_to_cart_button.button.alt.disabled {font-size: 0;}
.beforefooterproduct {margin-top: 6vw;}
.woocommerce-product-gallery.owl-carousel.owl-theme.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {min-height: 100vh;}
button.single_add_to_cart_button.button {width: 100%;max-width: 400px;}
.woocommerce div.product .price+form.cart a {color: white;text-decoration: underline;}
.woocommerce div.product .price+form.cart {margin-top: 15px;}
p.price {color: black!important;}
article#post-7 {padding: 0 15px;}
article#post-8 {padding: 0 15px;}
.entry-content p a{color: inherit;}
.single-product div#content {padding: 0;}
.beforefooterproduct {color: black;position: relative;padding: 17px 30px;text-align: center;font-size: 10vw;font-weight: bold;}
.woocommerce div.product form.cart .button{color: black;}
.woocommerce div.product form.cart .button:hover{color: white;}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {color: black;}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {color: black;}
.woocommerce-product-details__short-description p a{color: black!important;}
.imgproduit:only-child {margin-top: 12.5vh;}

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


body .woovr-variations .woovr-variation > div {padding: 5px 8px;}
.guidtailleallleft {width: 100%;z-index: 555;}
.guidtaille {width: 100%;}
.bottomtaille {font-size: 16px;}
.guidtaille span {font-size: 16px;}

header#masthead .menuright a+a {margin-left: 5px;}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {margin: 0 auto;}
header#masthead {padding: 0 15px;}
div#page {padding-top: 0px;}
header#masthead{padding-top: 5px;}
header#masthead a {font-size: 18px;}
.woocommerce-page div.product div.summary * {font-size: 16px!important;}
body.single-product footer {z-index: 0;position: relative;}
.guidtaille {background-color: #E84F1E;}
footer {flex-direction: column;align-items: center;font-size: 18px;}
footer>a{display: inline-block;margin-bottom: 20px;}
footer>p{display: inline-block;margin-bottom: 20px;text-align: center;}
button.single_add_to_cart_button.button.alt.disabled {font-size: 0!important;}
.woocommerce div.product form.cart .button {float: none;width: 100%;}
button.single_add_to_cart_button.button.alt.disabled:before {font-size: 16px;}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{display: none;}
td.product-name a {text-align: left;}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {text-align: left!important;}


}




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

header#masthead a {font-size: 15px;}
footer {font-size: 15px;}


}


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



.woocommerce div.product form.cart .button{margin-top: 70px!important;}


}



body.woocommerce div.product form.cart {margin-bottom: 0;}
.page-id-3 h1 {margin: 0 0 15px;text-transform: uppercase;color: black;font-size: 30px;}
.page-id-3 h2 {margin: 25px 0 15px;text-transform: uppercase;color: black;font-size: 30px;}
.page-id-3 .entry-content p:last-child {margin-bottom: 5px;}
.page-id-3 strong{color: black;}
.page-id-3 .entry-content p:last-child {font-size: 14px;margin-top: 15px;margin-bottom: 0;}
.paypal-button.paypal-button-number-1.paypal-button-layout-horizontal.paypal-button-shape-rect.paypal-button-number-multiple.paypal-button-env-production.paypal-button-color-gold.paypal-button-text-color-black.paypal-logo-color-blue {display: none!important;}
.paypal-button-row.paypal-button-number-1.paypal-button-layout-horizontal.paypal-button-shape-rect.paypal-button-number-multiple.paypal-button-env-production.paypal-button-color-gold.paypal-button-text-color-black.paypal-logo-color-blue{display: none!important;}
article#post-7 h1{margin: 0 0 15px;text-transform: uppercase;color: black;font-size: 30px;}
article#post-7 h2{margin: 0 0 15px;text-transform: uppercase;color: black;font-size: 30px;}
article#post-8 h1{margin: 0 0 15px;text-transform: uppercase;color: black;font-size: 30px;}
article#post-8 h2{margin: 0 0 15px;text-transform: uppercase;color: black;font-size: 30px;}
.woocommerce ul.productse li.product a img{margin-bottom: 0!important;}
a:hover {text-decoration: none!important}
body.woocommerce ul.productse li.product a img {width: 90%;margin: 0 auto 1em;}

::selection {color: #ee4124!important;background-color: transparent!important;}




.fond {
    display: flex;
    width: 100%;
    align-items: center;
    position: sticky;
    top: calc(50vh - 50px);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #000;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1;
    height: 100%;
    justify-content: center;}

.fond p {
    pointer-events: none;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.beforefooter{text-align: center;color: #000;font-size: 8vw;font-weight: 700;line-height: 1;margin:0 0 100px;margin-top: 8vw;}
a:hover p.numberpr {opacity: 1;}
p.numberpr {color: white;position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;justify-content: center;align-items: center;opacity: 0;pointer-events: none;}



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

p.numberpr {opacity: 1;position: static;color: black;}
}


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

body.woocommerce ul.productse[class*=columns-] li.product, body.woocommerce-page ul.productse[class*=columns-] li.product{width: 100%;margin-top: 50px;}
.fond {font-size: 13vw;}
.beforefooter {font-size: 13vw;margin-top: 14vw;}
.beforefooterproduct {font-size: 13vw;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {position: static;height: auto;width: 100%;padding-left: 15px;}
body.woocommerce-page div.product div.images {margin: 0!important;}
body .insindesummary {position: static;}
.woocommerce div.product {display: flex;flex-direction: column-reverse;}
.imgproduit {height: 120vw;background-size: contain;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{pointer-events: all;}
div#content {z-index: 9;position: relative;}
.imgproduit:only-child {margin-top: 0vh;}

}


.logo a+a{display: none;}

.product-template-default .logo:hover a{display: none;}
.product-template-default .logo:hover a+a{display: block;}

body .woocommerce-product-details__short-description {text-transform: none;}


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

.woocommerce div.product .product_title+p {margin-top: -10px;}
.woocommerce div.product .product_title {margin-top: 10px;}
body .woocommerce-product-gallery.owl-carousel.owl-theme.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {min-height: 85vh;padding-top: 5vh;}
body .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #000;}
body .owl-theme .owl-dots .owl-dot span {background: #fff;}
.firstleft.col-sm-7 {padding: 0;}


}