/*
Theme Name:     Inodia
Description:    Thème inodia
Author:         Vincent Michelet - Inodia
Author URI:     http://www.inodia.fr
Template:       enfold
Version:        1.0.0
*/

/*---------- Imports ----------*/
@import "css/cookies.css" screen;


/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900&display=swap');

@font-face {
    font-family: 'libel_suitregular';
    src: url('fonts/libel-suit-rg_1-webfont.eot');
    src: url('fonts/libel-suit-rg_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/libel-suit-rg_1-webfont.woff2') format('woff2'),
         url('fonts/libel-suit-rg_1-webfont.woff') format('woff'),
         url('fonts/libel-suit-rg_1-webfont.ttf') format('truetype'),
         url('fonts/libel-suit-rg_1-webfont.svg#libel_suitregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Icons */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fx2vf5');
  src:  url('fonts/icomoon.eot?fx2vf5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fx2vf5') format('truetype'),
    url('fonts/icomoon.woff?fx2vf5') format('woff'),
    url('fonts/icomoon.svg?fx2vf5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/*---------- Réglages généraux ----------*/
html {
	font-size:16px;
	scroll-behavior: smooth;	
}

@-moz-document url-prefix() {
    
    html {
	scrollbar-color: #4fbdc2 #FFFFFF;
	scrollbar-width: thin;
    }
}

body {
	background:#ffffff url(images/bg_texture.png) repeat;
	color:#18223c;
	font-family: 'Catamaran', sans-serif;
	font-size:0.9375rem;
	font-weight: 300;
	line-height: 1.618;
	letter-spacing: 0.05em;
	position:relative;
}

body.open_sans {
	font-family: 'Catamaran', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, ul, p, a {
	margin:0;
	padding:0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: 'libel_suitregular';
	font-weight: 400 !important;
	letter-spacing: 0.05em !important;
}

h1 {
	
}

h2, .h2 {
	position:relative;
	color:#18223c !important;
	float: none !important;
	font-size: 3.75rem;
	line-height: 1.3;
	text-transform: initial !important;
	display:table;
	margin: 0 auto 5rem auto !important;
}

h2::after,
.h2::after {
	content:"\69";
	font-family: 'icomoon';
	font-size:0.3125rem;
	color:#4fbdc2;
	position:absolute;
	bottom:-1.875rem;
	left:50%;
	transform:translateX(-50%);
}

.vague_gauche h2,
.vague_gauche .h2 {
	text-align: left;
	margin-left:0 !important;
	margin-right:0 !important;
}

.vague_gauche h2::after,
.vague_gauche .h2::after {
	content:"\69";
	left:0;
	bottom: -1.25rem;
	transform:translateX(0);
}

.picto_algue h2::before,
.picto_algue .h2::before {
	content:"";
	background:url(images/algue.svg) center center no-repeat;
	width:2.8125rem;
	height:5.0625rem;
	color:#4fbdc2;
	position:absolute;
	bottom:5px;
	left:-3.75rem;
}

.blanc h2,
.blanc .h2 {
	color:#ffffff !important;
}

h3, 
.h3,
.main_color h3,
.main_color .h3,
#top.post-type-archive-product #main > .container .page-description h2,
#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description h2 {
	color: #18223c !important;
	font-size: 2rem;
    margin-bottom: 1.5rem !important;
}

h4, .h4 {
	
}

p, 
p b, 
p strong,
li,
li b,
li strong,
.main_color p b,
.alternate_color p b,
.main_color p strong,
.alternate_color p strong,
.main_color li b,
.alternate_color li b,
.main_color li strong,
.alternate_color li strong {
	color: rgba(24, 34, 60, 0.8);
}

p {
    font-family: 'Catamaran', sans-serif;
    font-size: .9375rem;
    line-height: 1.618;
	margin-bottom: .625rem;
}


p a {
    font-weight: 400;
	letter-spacing: 0.025em;
}

a {
	color:#4fbdc2;
	outline:none !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:link {
	outline: none !important;
	text-decoration: none !important;
}

a:visited {
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
}

a:hover,
.main_color a:hover {
	color:#47a5ae;
}

a:focus,
.main_color a:focus{
	color:#3c8693;
}

button:focus {
	outline:none !important;
}

b {
	font-weight: 700;
}

strong {
	font-weight: 500;
}

input,
textarea {
	background: #fffdfa !important;
    border: 1px solid rgba(24, 34, 60, 0.075) !important;
    border-radius: 3px !important;
    color: rgba(24, 34, 60, 0.5) !important;
	font-family: 'Catamaran', sans-serif !important;
	font-size: .875rem !important;
    font-weight: 500 !important;
    padding: 10px 16px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus {
    border: 1px solid #4fbcc2 !important;
	color: rgba(24, 34, 60, 0.8) !important;
}

input[type="text"]::placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder,
input[type="text"]:-moz-placeholder { 
	color: rgba(24, 34, 60, 0.2) !important;
}

.main_color ::-webkit-input-placeholder { 
	color: rgba(24, 34, 60, 0.2);
}

input ~ span em { 
	font-size: 0.75rem;
    color: rgba(24, 34, 60, 0.5);
}

textarea {
	resize: vertical;
}

abbr,
#top label span {
	color: #4fbcc2;
    text-decoration: none;
}

#top label {
    font-weight: 400;
	margin-bottom: .5rem;
}

#top .form-row {
    margin: 0 0 1.25rem;
}

#top fieldset {
    margin-bottom: 0;
    margin-top: 3rem;
}

#top fieldset legend {
	font-family: 'libel_suitregular';
    font-size: 1.75rem;
	margin-bottom:1.5rem;
}

.icomoon > a {
	font-family: 'icomoon';
}

.home-title {
	display:none;
}

.html_stretched #wrap_all,
#main, 
.avia-msie-8 .av_header_sticky_disabled#header {
    background-color: transparent;
}


/* Boutons */
.btn_contours a {
	background:transparent !important;
	border:1px solid #4fbdc2 !important;
	border-radius:0 !important;
	color:#18223c !important;
	font-family: 'libel_suitregular';
	font-size:1.25rem !important;
	line-height: 1.2 !important;
	letter-spacing: 0.075em;
	position:relative !important;
	padding:15px 85px !important;
}

.btn_contours a:hover {
	background:#4fbdc2 !important;
	opacity:1;
}

.btn_contours a:focus {
	background:rgba(79, 189, 194, 0.85) !important;
	border:1px solid rgba(79, 189, 194, 0) !important;
}

.btn_simple a {
	background:transparent !important;
	border: none !important;
	border-radius: 0 !important;
	font-family: 'libel_suitregular';
	font-size: 1.125rem !important;
	letter-spacing: 0.05em !important;
    -webkit-transition: all 200ms ease;
    color:#18223c !important;
	min-width:initial !important;
    position: relative;
	margin:0 !important;
	padding:0 !important;
}

.btn_simple a span {
    padding: 0 2px 6px 2px !important;
	position:relative;
}

.btn_simple a span::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(images/outline_wave.svg) center center repeat-x;
    transition: all 200ms ease;
}

.btn_simple a::after {
    content: '\64';
	color:#4fbdc2 !important;
	font-family: "icomoon";
	font-size:.75rem;
	position:absolute;
	top: 3px;
    right: -22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn_simple a:hover {
	color:#4fbdc2 !important;
}

.btn_simple a:focus {
	color:#3c8693 !important;
}

.btn_simple a:hover span::before {
    opacity: 0;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.btn_simple a:hover::after {
	content:'\64';
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.btn_simple a:focus::after {
	color:#3c8693 !important;
}

a.button,
button[type="submit"],
input[type="submit"] {
	background-color: #4fbcc2 !important;
	border-radius: 0 !important;
    color: #ffffff !important;
    font-family: 'libel_suitregular' !important;
    font-size: .9375rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.075em;
    padding: 7px 45px 8px !important;
}

button[type="submit"],
input[type="submit"] {
	margin-top:1.25rem !important;
}

a.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background-color: #47a5ae !important;
	color: #ffffff !important;
}

a.button:focus,
button[type="submit"]:focus,
input[type="submit"]:focus {
	background-color: #3c8693 !important;
	color: #ffffff !important;
	text-decoration: none;
	outline: none;
}


/* SCROLLBAR */
::-webkit-scrollbar {
    background: #FFFFFF;
	width: 8px;
}
 
::-webkit-scrollbar-thumb {
    background: #4fbdc2;
}


/* Scroll to top */
#scroll-top-link {
	background:transparent;
	border: 1px solid #4fbdc2;
	border-radius: 5px;
	color:#18223c;
	width:45px;
	height:45px;
	line-height: 40px;
	opacity:1;
}

#scroll-top-link::before {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#scroll-top-link:hover {
	background:#4fbcc2;
	border: 1px solid #4fbdc2;
	color:#FFFFFF;
}

.grecaptcha-badge {
    display: none !important;
}


/* Breadcrumb */
#main .breadcrumb a {
	color:#FFFFFF;
}

#main .breadcrumb a:hover {
	color:#4fbdc2;
}

#main .breadcrumb a:focus {
	color:#3c8693;
}

#main .breadcrumb span {
    color: #FFFFFF;
    line-height: 1.8;
}

#main .breadcrumb span.sep {
	color:#4fbdc2;
}

#main .title_container,
.main_color .avia-icon-list .iconlist_icon {
	background: #f1f0ee;
}


/* Bandeau cookies */
.avia-cookie-consent {
	background: rgba(24, 34, 60, .85);
}

.avia-cookie-consent .container {
	width:100%;
	max-width:100%;
}

.avia-cookie-consent .container p {
	color:#FFFFFF;
}

.avia-cookie-consent .avia-cookie-consent-button {
	background-color:#4fbdc2;
	border-radius: 0;
	border-width: 1px;
	color:#ffffff;
	font-family: 'libel_suitregular';
	font-weight: 400;
	letter-spacing: 0.15em;
	padding: 12px 32px;
}

.avia-cookie-consent .avia-cookie-consent-button:hover {
	background-color: rgba(79, 189, 194, 0.7);
	opacity: 1;
}

.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn {
	border-color:#FFFFFF;
	border-width: 1px;
}

.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn:hover {
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	color: #18223c !important;
}

.avia-popup .av-inline-modal {
	background:#FFFFFF !important;
}


/* Messages Formulaire */
.wpcf7-validation-errors {
    background: rgba(244, 78, 63, 0.2);
    border-color: rgba(186, 27, 29, 0.2) !important;
    color: rgba(186, 27, 29, 0.9);
    line-height: 1.5;
    padding: 7px 15px !important;
}

.wpcf7-mail-sent-ok {
	background: rgba(59, 193, 74, 0.2);
    border-color: rgba(77, 161, 103, 0.3) !important;
	color: rgba(77, 161, 103, 0.9);
	line-height: 1.5;
    padding: 7px 15px !important;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #f00 !important;
    margin-bottom: 10px !important;
}


/* Élements fixed */
.fixed_elements {
	position: fixed;
    right: 0;
    top: 32vh;
    z-index: 200;
}

.fixed_elements a {
	background:#fff8f0;
	display:table;
	width:60px;
	height:60px;
	text-indent: -400%;
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
	box-shadow: 0 9px 20px -12px rgba(255, 248, 240, .35);
}

.fixed_elements a::before {
	content:"\67";
	color: #18223c;
	font-family: "icomoon";
	font-size:28px;
	text-indent: 0;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fixed_elements a:hover::before {
	color: #4fbdc2;
}

.fixed_elements a:focus::before {
	color: #3c8693;
}

.fixed_elements p {
	background:#4fbdc2;
	color:#FFFFFF;
	width:60px;
	height:auto;
	font-family: 'libel_suitregular';
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.075em;
	padding: 13px 0 25px 0;
	box-shadow: 0 9px 20px -12px rgba(79, 189, 194, .35);
}

.fixed_elements p span {
	font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
}


/* Produits */
#top ul.products .inner_product_header {
	background:transparent;
	border:none;
	padding:10px;
	min-height: initial;
}

#top ul.products .inner_product {
	border:none;
}

#top ul.products .inner_product .inner_product_header_cell {
	display:flex;
	justify-content: space-between;
}

#top ul.products .inner_product h2 {
	font-family: 'Catamaran', sans-serif;
	font-size:1.125rem;
	font-weight: 700 !important;
	margin:0 !important;
	padding:0;
}

#top ul.products .inner_product h2::after {
	display:none;
}

#top ul.products .inner_product .price {
	margin-left: 30px;
}

#top ul.products .inner_product .price,
#top ul.products .inner_product .price span {
	font-family: 'libel_suitregular';
	font-size:1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

#top ul.products .inner_product,
#top ul.products .inner_product a,
#top ul.products .inner_product a img {
    border-radius:0;
}

#top ul.products .inner_product a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#top ul.products .inner_product a img:hover {
	opacity:0.5;
}

#top ul.products .inner_product a .thumbnail_container {
    -webkit-mask:url(images/mask_single_product.svg) center center no-repeat;
	-moz-mask:url(images/mask_single_product.svg) center center no-repeat;
	-o-mask:url(images/mask_single_product.svg) center center no-repeat;
	mask:url(images/mask_single_product.svg) center center no-repeat;
	-webkit-mask-size: contain;
	-moz-mask-size: contain;
	-o-mask-size: contain;
	mask-size: contain;
	overflow:hidden;
	margin-bottom:0.9375rem;
	background: #4fbcc2;
}

#top ul.products .inner_product a .avia-arrow {
    display:none;
}

#top .pagination .current, 
#top .pagination a, 
#top .fullsize .template-blog .pagination a {
	border: 1px solid rgba(24, 34, 60, 0.1);
	background:#FFFFFF;
	font-weight: 500;
	margin-right: 5px;
}

#top .pagination .current {
	border: 1px solid rgba(79, 188, 194, 0.7);
}

#top .main_color .pagination a:hover {
	border: 1px solid #4fbcc2;
}

#top .main_color .pagination a:focus {
	background:#3c8693;
	border: 1px solid #3c8693;
	color:#FFFFFF !important;
}

#top .pagination span.pagination-meta {
	color: rgba(24, 34, 60, 0.5);
    font-size: 0.875rem;
    font-weight: 500;
}

.avia-image-container-inner, 
.avia_image, 
.av-image-caption-overlay {
	border-radius:0;
}

.image-overlay .image-overlay-inside {
	display:none;
}

#top div .avia-gallery img {
	border:none;
}

.avia-slideshow li img {
	border-radius: 0;
}

.special-heading-border {
	display:none;
}

.main_color {
	background:transparent !important;
	color:#18223c !important;
}

.sort-param > li > span {
	background-color:#FFFFFF !important;
	border-color: rgba(79, 188, 194, 0.5) !important;
	font-size: .75rem;
    line-height: 2.75;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} 

.sort-param > li:hover > span {
	border-color: #4fbcc2 !important;
}

.sort-param > li > a.sort-param-asc,
.sort-param > li > a.sort-param-desc {
	width: 2.25rem;
    height: 2.25rem;
	margin-right: .875rem;
    border-color: rgba(79, 188, 194, 0.5);
}

.sort-param ul {
	border: none;
    box-shadow: 0 9px 20px -12px rgba(24, 34, 60, 0.35);
	top: 2.375rem;
	padding:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sort-param ul li {
	padding:0;
	margin:0;
}

.sort-param ul li a {
	color:#18223c !important;
	padding:8px 16px;
	margin:0;
}

.sort-param ul li.current-param a {
	color:#4fbcc2 !important;
}

.sort-param ul li a:hover {
	background:#FFF8F0;
	color:#4fbcc2 !important;
}

.sort-param ul li a:focus {
	color:#3c8693 !important;
}

.sort-param ul li a .avia-bullet {
	display:none;
}

.container_wrap {
	border:none;
}

.content {
	padding-top: 100px;
    padding-bottom: 100px;
}

#top.home .content {
	padding-top: 50px;
    padding-bottom: 50px;
}

#top #main .title_container {
	background:url(images/bg_header_content.jpg) center center no-repeat !important;
	background-size:cover !important;
	border:none;
    color: #FFFFFF;
    padding-top: 200px;
    padding-bottom: 85px;
}

#top #main .title_container h1,
#top #main .title_container h1 a {
    color: #FFFFFF;
	font-family: 'libel_suitregular';
	font-weight: 400 !important;
	font-size:1.25rem;
	letter-spacing: 0.075em !important;
}

#top #main .title_container::after {
	content:"";
	width:100%;
	height:calc(85 * 100vw / 1920);
	background:url(images/border_bottom_produits.png) center center no-repeat !important;
	background-size:cover !important;
	position:absolute;
	bottom:0;
	left:0;
}




/**
 * -----------------------------------------
 * ------- DÉSACTIVATION WOOCOMMERCE -------
 * -----------------------------------------*/

/*header#header #header_main .ecommerce_header,
header#header #header_main #menu-item-shop.cart_dropdown,
#footer > .container .flex_column:nth-child(3) {
	display:none !important;
}

header#header #header_main nav.main_menu > .avia-menu > ul {
	margin:0 0 0 auto !important;
}

#top.home #main #av_section_2 > .container > .template-page {
    padding: 100px 0;
}

#top.home #main #av_section_2 .entry-content-wrapper > p,
#top.home #main #av_section_2 .entry-content-wrapper > .btn_contours {
	display:none;
}

#top.home #main #av_section_2 .entry-content-wrapper > section.av_textblock_section {
	display: table;
	margin:auto;
}

#top.home #main #av_section_2 .entry-content-wrapper > section.av_textblock_section p {
	display: table;
	margin:25px auto 0 auto;
}*/

.page-id-3802 #main .container {
	display: flex;
	justify-content: center;
}

/**
 * -----------------------------------------
 * ------------- ANIMATIONS ----------------
 * -----------------------------------------
 */



/*-------------------------------------*/
/*
/*---------- SITE ACTIVOCEAN ----------*/
/*
/*-------------------------------------*/

/*--------- HEADER ---------*/
header#header {
	background:#FFFFFF;
	border-radius:5px;
	box-shadow: 0 18px 40px -12px rgba(24, 34, 60, 0.35);
	position: absolute !important;
    top: 60px;
	left:60px;
    width: calc(100% - 120px);
}

header#header #header_main {
	border:none;
	border-radius:5px;
}

header#header #header_main .container {
	background:transparent;
	position:relative;
	width:100%;
	height:6.875rem;
	max-height: initial;
	max-width:initial;
	padding:0 45px;
}

header#header #header_main .container .logo {
	padding: 20px 0;
	z-index: 100;
}

header#header #header_main .container .logo a {
	height:auto;
}

header#header #header_main nav.main_menu {
	position:static;
	display: flex;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: center;
}

header#header #header_main nav.main_menu > .avia-menu {
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	width:100%;
}

header#header #header_main nav.main_menu > .avia-menu > ul {
	width: auto;
	display: table;
	margin: auto;
}

header#header #header_main nav.main_menu > .avia-menu ul li a {
	font-family: 'Catamaran', sans-serif;
	font-size:.9375rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

header#header #header_main nav.main_menu > .avia-menu ul li a span.avia-menu-text {
	position:relative;
	padding: 0 2px 5px 2px;
}

header#header #header_main nav.main_menu > .avia-menu ul li a span.avia-menu-text::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    bottom: -3px;
	opacity: 0;
    background: url(images/wave_header.svg) center center repeat-x;
    transition: all 200ms ease;
}

header#header #header_main nav.main_menu > .avia-menu ul li a:hover span.avia-menu-text::before {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

header#header #header_main nav.main_menu > .avia-menu ul li.current-menu-item a span.avia-menu-text::before {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.av-main-nav > li > a {
	padding:0 14px;
}

header#header #header_main nav.main_menu > .avia-menu ul.sub-menu {
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 0 0 5px 5px;
	top:calc(100% + 1px);
}

header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li,
header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li a {
	background: transparent;
}

header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li a {
	border:none;
	font-size: .875rem;
    padding: 12px 15px;
}

header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li a span.avia-menu-text::before {
	display:none;
}

header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li a:hover {
	background: #fff8f0;
	color:#4fbcc2;
}

header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li a:focus {
	color:#3c8693;
}

header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li:last-child,
header#header #header_main nav.main_menu > .avia-menu ul.sub-menu li:last-child a {
	border-radius: 0 0 5px 5px;
}

header#header #header_main .ecommerce_header {
	display: table;
	float:right;
	z-index: 100;
}

header#header #header_main #menu-item-shop.cart_dropdown {
	border:none;
	float:right;
	z-index: 100;
}

header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link {
	padding:0;
	height: auto;
    line-height: 1;
}

header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link .av-cart-container::before {
	content:"\62";
	font-family:"icomoon";
	font-size:1.5rem;
	color:#18223c;
}

header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link .av-cart-container svg {
	display: none;
}

header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link .av-cart-counter {
    position: absolute;
    top: 35px;
    right: -5px;
    height: auto;
    padding: 0 5px;
    line-height: 1.5;
    border-radius: 50px;
    font-size: 11px;
    text-align: center;
    margin: -20px 0 0 0;
	-webkit-transform:initial;
	transform:initial;
    opacity: 1;
}

header#header #header_main .main_menu ul#menu-e-commerce-header > li a {
	line-height: 1 !important;
}

#menu-item-shop .dropdown_widget {
    right: -32px;
    top: 150%;
}

header#header #header_main .ecommerce_header li {
	height: auto;
    line-height: 1;
	margin-right: 1.75rem;
	padding:0;
}

header#header #header_main .ecommerce_header li a {
	font-family:"icomoon";
	font-size:1.5rem;
	color:#18223c;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header#header #header_main .ecommerce_header li a:hover,
header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link:hover,
header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link:hover span:first-child::before {
	color:#4fbdc2;
}


/* HOVER PANIER */
header#header ul.product_list_widget li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header#header ul.product_list_widget li:hover {
	background: #fffdfa;
}

header#header ul.product_list_widget li a {
	font-size:.9375rem;
	padding:0;
}

header#header ul.product_list_widget li a img {
	border:none;
	padding:0;
}

header#header ul.product_list_widget li .quantity {
	font-size: .875rem;
    margin-top: .3125rem;
    display: table;
	color: #4fbcc2 !important;
}

header#header .widget_shopping_cart_content .total strong {
	color:#18223c !important;
	font-weight: 400;
}

header#header .widget_shopping_cart_content .total .amount {
	font-weight: 700;
}

header#header .dropdown_widget_cart .woocommerce-mini-cart__buttons.buttons {
	display:flex;
	justify-content: space-between;
	align-items: center;
	background: #fffdfa;
	border-color: rgba(24, 34, 60, 0.05);
}

header#header .dropdown_widget_cart a.button.wc-forward {
    background: transparent !important;
	color:#18223c !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
    width: auto !important;
	padding: 0 10px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header#header .dropdown_widget_cart a.button.wc-forward:hover {
    color: #4fbcc2 !important;
}

header#header .dropdown_widget_cart a.button.wc-forward:focus {
    color: #47a5ae !important;
}

header#header .dropdown_widget_cart a.button.checkout.wc-forward {
	background: #4fbcc2 !important;
    color: #FFFFFF !important;
    letter-spacing: 0.1em;
    padding: 7px 10px !important;
}

.woocommerce-page .button {
    min-width: initial;
}

header#header .dropdown_widget_cart a.button.checkout.wc-forward:hover {
	background-color: #47a5ae !important;
}

header#header .dropdown_widget_cart a.button.checkout.wc-forward:focus {
	background-color: #3c8693 !important;
}

header#header .header_bg {
	background:transparent;
}



/*--------- FOOTER ---------*/
.bg_footer {
	background:url(images/bg_footer.png) center center no-repeat;
	border: none;
	padding:60px;
	width:100%;
	height:795px;
	display: flex;
	align-items: flex-end;
}

.bg_footer .footer_conteneur {
	background:#18223c;
	margin:0 auto;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 18px 40px -12px rgba(24, 34, 60, .35);
}

.bg_footer .footer_conteneur #footer {
	border-radius: 5px 0 0 5px;
	background:transparent !important;
	padding:60px 0;
}

.bg_footer .footer_conteneur #socket {
	border-radius: 0 5px 5px 0;
	border:none;
	background:transparent !important;
}

#footer .image-overlay {
	display:none;
}

#footer > .container {
	display: flex;
    justify-content: flex-end;
}

#footer > .container .flex_column.first {
	margin-left:0;
	margin-right:auto;
	width:25%;
	max-width: initial;
}

#footer > .container .flex_column {
	margin-left:5%;
	max-width:15%;
}

#footer > .container .flex_column .widget {
	display:table;
	margin: 0;
}

#footer > .container .flex_column .widget_custom_html {
	overflow: visible;
}

#footer .h4 {
	color:#FFFFFF;
	font-size: 1.675rem;
	margin-bottom: .9375rem;
}

#footer p {
	color:rgba(255,255,255,0.8);
	font-size:.875rem;
}

#footer p.adresse,
#footer p.tel,
#footer p.email {
	display: flex;
    align-items: center;
	position:relative;
	margin-left: 30px;
	margin-bottom:1.125rem;
}

#footer p.adresse {
    align-items: baseline;
}

#footer p.adresse::before {
	content:"\65";
	font-family: "icomoon";
	font-size:1.25rem;
	color:#4fbdc2;
	position:absolute;
	left: -30px;
    top: -8px;
}

#footer p.tel::before {
	content:"\66";
	font-family: "icomoon";
	font-size:1.25rem;
	color:#4fbdc2;
	position:absolute;
	left: -30px;
}

#footer p.email::before {
	content:"\67";
	font-family: "icomoon";
	font-size:1.0625rem;
	color:#4fbdc2;
	position:absolute;
	left: -30px;
}

#footer .image-overlay {
	display:none !important;
}

#footer .widget_nav_menu a {
	color:rgba(255,255,255,0.8);
	font-size:.875rem;
}

#footer .widget_nav_menu a:hover {
	color:#4fbdc2;
}

#footer .widget_nav_menu a:focus {
	color:rgba(79, 189, 194, 0.8);
}

#footer .widget_nav_menu .current-menu-item > a, 
#footer .widget_nav_menu .current_page_item > a {
	font-weight: 400;
}


/* Copyright */
footer#socket > .container {
	display:flex;
	justify-content: center;
	padding-top:0;
}

footer#socket > .container span.copyright {
	font-weight: 100;
	letter-spacing: 0.1em;
}

footer#socket > .container span.copyright span,
footer#socket > .container span.copyright a:hover {
	color:#4fbdc2;
}

footer#socket > .container span.copyright a:focus {
	color:rgba(79, 189, 194, 0.8);
}



/*--------- HOMEPAGE ---------*/
#top.home #main {
	padding-top:0 !important;
}


/* SLIDER */
#top.home #main #full_slider_1, 
#top.home #main #full_slider_1 ul.avia-slideshow-inner, 
#top.home #main #full_slider_1 .slideshow_caption, 
#top.home #main #full_slider_1 .slideshow_inner_caption {
	min-height: 1000px;
}

#top.home #main #full_slider_1 {
	position:relative;
	height: calc(100vh + 120px);
    overflow: hidden;
}

#top.home #main #full_slider_1::after {
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	background:url(images/border_home.png) center center no-repeat;
	background-size:cover;
	width:100%;
	height:calc(100vw * 175 / 1920);
	z-index: 50;
	pointer-events: none;
}

#top.home #main #full_slider_1 .avia-slide-slider,
#top.home #main #full_slider_1 .avia-slide-slider ul.avia-slideshow-inner,
#top.home #main #full_slider_1 .avia-slide-slider ul.avia-slideshow-inner li,
#top.home #main #full_slider_1 .avia-slide-slider ul.avia-slideshow-inner li .avia-slide-wrap,
#top.home #main #full_slider_1 .avia-slide-slider ul.avia-slideshow-inner li .avia-slide-wrap img {
	width: 100%;
	height: 100%;
}

#top.home #main #full_slider_1 .avia-slide-slider ul.avia-slideshow-inner li img {
	object-fit: cover;
}

#top.home #main #full_slider_1 .slideshow_caption {
	width:60%;
}

#top.home #main #full_slider_1 .slideshow_inner_caption {
	display: flex;
    align-items: center;
    max-height: 100vh;
}

#top.home #main #full_slider_1 .slideshow_align_caption {
	display: table;
}

#top.home #main #full_slider_1 .slideshow_caption h2 {
	color:#FFFFFF !important;
	font-size: 6.25rem;
    line-height: 1;
	margin-left: 0 !important;
	margin-bottom: 2.5rem !important;
}

#top.home #main #full_slider_1 .slideshow_caption h2::after {
	display:none;
}

#top.home #main #full_slider_1 .slideshow_caption h2 span {
	font-family: 'Catamaran', sans-serif;
	font-size:1.5625rem;
	font-weight:300;
	line-height: 1;
	letter-spacing: 0.3em;
}

#top.home #main #full_slider_1 .slideshow_caption p {
	color:#FFFFFF !important;
	font-family: 'Catamaran', sans-serif;
	font-size:1.25rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#top.home #main #full_slider_1 .slideshow_caption p:last-of-type {
	margin-bottom: 3.75rem;
}

#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button {
	background:#4fbdc2;
	border:1px solid #4fbdc2;
	border-radius: 0;
	font-family: 'libel_suitregular';
	font-size:1.25rem;
	font-weight: 400;
	text-transform: initial;
	line-height: 1;
	letter-spacing: 0.075em;
	margin-top:0;
	margin-bottom: 75px;
	padding: 16px 68px 18px 68px;
}

#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button:hover {
	opacity:1;
	background: rgba(79, 189, 194, 0.8);
	border-color: rgba(79, 189, 194, 0.8);
}

#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button-2 {
	background:transparent;
	border:1px solid #FFFFFF;
}

#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button-2:hover {
	background:rgba(255,255,255,0.9);
	border:1px solid #FFFFFF;
	color:#18223c;
}

#top.home #main #full_slider_1 .avia-slideshow-arrows,
#top.home #main #full_slider_1 .avia-slideshow-dots {
	display: none;
}


/* NOS ACTIVITÉS */
#top.home #main #av_section_1 {
	margin-bottom: 6.875rem;
}

#top.home #main #av_section_1 .template-page > .post-entry-type-page > .entry-content-wrapper {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#top.home #main #av_section_1 h2 {
	margin-top:4.375rem !important;
}

#top.home #main #av_section_1 .activite {
	background:#fff8f0;
	border-radius: 5px !important;
	box-shadow: 0 9px 18px -12px rgba(24, 34, 60, 0.35);
	display: flex;
    flex-flow: row wrap;
	width:32.5%;
	margin-left: 0.833333333333332%;
	padding-top:40px;
	display:flex;
	justify-content: space-between;
}

#top.home #main #av_section_1 .activite::before {
	display:none;
}

#top.home #main #av_section_1 .activite.first {
	margin-left: 0;
}

#top.home #main #av_section_1 .activite > .av-special-heading {
	display: table;
    width: auto;
	margin-top:0;
}

#top.home #main #av_section_1 .activite > .av-special-heading-h3 {
	width: 55%;
    margin:0 35px 1.875rem 0;
}

#top.home #main #av_section_1 .activite .numb_activites p {
	font-family: 'libel_suitregular';
	font-size: 6rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 35px;
	margin-top: -10px;
	background:url(images/numb_texture.jpg) center center no-repeat;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	color: transparent;
}

#top.home #main #av_section_1 .activite > .av-special-heading h3 {
	font-family: 'libel_suitregular';
	font-size:2.25rem;
	line-height: 1.3;
}

#top.home #main #av_section_1 .activite > .av-special-heading h3 span {
	color:#4fbdc2;
}

#top.home #main #av_section_1 .activite .activite_description {
	display: flex;
    justify-content: flex-end;
	margin-bottom: 3.125rem;
}

#top.home #main #av_section_1 .activite .activite_description p {
	width: 55%;
	color: rgba(24, 34, 60, .80);
    margin-right: 35px;
}

#top.home #main #av_section_1 .activite .avia-image-container {
	display: flex;
    align-items: flex-end;
	margin:0;
}

#top.home #main #av_section_1 .activite .avia-image-container > .avia-image-container-inner {
	position:relative;
}

#top.home #main #av_section_1 .activite .avia-image-container > .avia-image-container-inner::before {
	content:"";
	background:url(images/bordure_activite.png) center center no-repeat;
	width:390px;
	height:40px;
	position:absolute;
	top:0;
	left: 0;
	z-index: 50;
}

#top.home #main #av_section_1 .activite .avia-image-container img {
	border-radius:0 0 5px 5px;
}

#top.home #main #av_section_1 .activite .btn_activite {
	position: absolute;
    right: 0;
    bottom: 60px;
}

#top.home #main #av_section_1 .activite .btn_activite a {
	background:#18223c;
	border-radius: 50px 0 0 50px;
	box-shadow: none;
	border:none;
	padding: .625rem 65px .625rem 35px;
}

#top.home #main #av_section_1 .activite .btn_activite a:hover {
	background:#4fbdc2;
}

#top.home #main #av_section_1 .activite .btn_activite a span.avia_iconbox_title {
	font-family: 'libel_suitregular';
	font-size:1.0625rem;
	letter-spacing: 0.1em;
	position:relative;
}

#top.home #main #av_section_1 .activite .btn_activite a span.avia_iconbox_title::after {
	content:"\64";
	font-family: 'icomoon';
	font-size:1.25rem;
	line-height: 1;
	color:#4fbdc2;
    position: absolute;
    top: 60%;
    right: -36px;
    transform: translateY(-60%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#top.home #main #av_section_1 .activite .btn_activite a:hover span.avia_iconbox_title::after {
	color:#18223c;
}

#top.home #main #av_section_1 .activite .btn_activite a span.avia_iconbox_title span {
	font-family: 'Catamaran', sans-serif;
	font-size:0.8125rem;
	letter-spacing: 0.05em;
	text-transform: lowercase;
}


/* NOS PRODUITS */
#top.home #main #av_section_2 {
	background:url(images/bg_produits.jpg) center center no-repeat !important;
	background-size:cover !important;
	padding:calc(85 * 100vw / 1920) 0;
	position:relative;
}

#top.home #main #av_section_2::before {
	content:"";
	width:100%;
	height:calc(85 * 100vw / 1920);
	background:url(images/border_top_produits.png) center center no-repeat !important;
	background-size:cover !important;
	position:absolute;
	top:0;
	left:0;
}

#top.home #main #av_section_2::after {
	content:"";
	width:100%;
	height:calc(85 * 100vw / 1920);
	background:url(images/border_bottom_produits.png) center center no-repeat !important;
	background-size:cover !important;
	position:absolute;
	bottom:0;
	left:0;
}

#top.home #main #av_section_2 .img_parallaxe {
	position:absolute;
	width:auto;
	transition: transform 10s cubic-bezier(0, 1, 0.5, 1) 0s;
}

#top.home #main #av_section_2 .img_parallaxe img {
	-webkit-filter: drop-shadow(0 75px 40px rgba(24, 34, 60, 0.35));
	-moz-filter: drop-shadow(0 75px 40px rgba(24, 34, 60, 0.35));
	-o-filter: drop-shadow(0 75px 40px rgba(24, 34, 60, 0.35));
	filter: drop-shadow(0 75px 40px rgba(24, 34, 60, 0.35));
}

#top.home #main #av_section_2 .img_parallaxe.wood {
	top: 40px;
	left:55px;
}

#top.home #main #av_section_2 .img_parallaxe.shell {
	bottom: 220px;
	right:105px;
    z-index: 100;
}

#top.home #main #av_section_2 .img_parallaxe.wood,
#top.home #main #av_section_2 .img_parallaxe.shell {
	display:none;
}

#top.home #main #av_section_2 p {
	color:#FFFFFF;
}

#top.home #main #av_section_2 > .container > .template-page {
	padding:75px 0;
}

#top.home #main #av_section_2 h2,
#top.home #main #av_section_2 .btn_contours a {
	color:#FFFFFF !important;
}

#top.home #main #av_section_2 h2.woocommerce-loop-product__title {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#top.home #main #av_section_2 h2.woocommerce-loop-product__title:hover {
	color:rgba(255,255,255,0.75) !important;
}

#top.home #main #av_section_2 .avia-content-slider {
	margin-bottom: 1.875rem;
}


/* ABOUT SECTION */
#top.home #main #av_section_3 {
	margin:140px 0 40px 0;
}

#top.home #main #av_section_3 .entry-content-wrapper {
	position:relative;
}

#top.home #main #av_section_3 .home_about_txt {
	background:#fff8f0;
	box-shadow: 0 25px 36px -30px rgba(24, 34, 60, 0.35);
	border-radius:5px !important;
	width:50%;
	/*position:absolute;
	top:90px;*/
	position: relative;
    top: 35px;
	padding:50px;
	z-index: 50;
}

#top.home #main #av_section_3 .home_about_txt h2 {
	font-size: 2.8125rem;
    margin: 0 0 50px 0 !important;
}

#top.home #main #av_section_3 .home_about_txt h2::after {
	bottom: -1.25rem;
}

#top.home #main #av_section_3 .home_about_txt .av_textblock_section {
	margin-bottom: 3.125rem;
}

#top.home #main #av_section_3 .home_about_img {
	float:right;
	margin-top:0;
	width: 949px;
    height: 657px;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#top.home #main #av_section_3 .home_about_img .avia-image-container {
	max-height: 100%;
    overflow: hidden;
}

#top.home #main #av_section_3 .home_about_img .avia-image-container .avia-image-container-inner {
	width: 100%;
}

#top.home #main #av_section_3 .home_about_img .avia-image-overlay-wrap {
	-webkit-mask:url(images/mask_about_home.png) center center no-repeat;
	-moz-mask:url(images/mask_about_home.png) center center no-repeat;
	-o-mask:url(images/mask_about_home.png) center center no-repeat;
	mask:url(images/mask_about_home.png) center center no-repeat;
	-webkit-mask-size: contain;
    -moz-mask-size: contain;
    -o-mask-size: contain;
    mask-size: contain;
	overflow:hidden;
}

#top.home #main #av_section_3 .home_about_img .avia-image-overlay-wrap img {
	width: 100%;
}



/*--------- PAGE BOUTIQUE ---------*/
#top.post-type-archive-product #main > .template-shop,
#top.tax-product_cat #main > .template-shop {
	padding: 100px 0;
}

#top.post-type-archive-product aside.sidebar .inner_sidebar,
#top.tax-product_cat aside.sidebar .inner_sidebar {
	margin: 0;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget {
	background: #18223c;
	border-radius: 5px;
	box-shadow: 0 18px 40px -12px rgb(24, 34, 60, .35);
	padding: 40px;
}

#top.post-type-archive-product aside.sidebar,
#top.post-type-archive-product main.template-shop,
#top.tax-product_cat aside.sidebar,
#top.tax-product_cat main.template-shop {
	border: none !important;
	padding-top: 0;
	padding-bottom: 0;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper {
	display: flex;
    margin: 0;
    padding: 0;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel {
	display: flex;
    align-items: center;
	margin-bottom: .9375rem;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper li:last-child .wpfLiLabel,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper li:last-child .wpfLiLabel {
	margin-bottom: 0;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel span,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel span {
	line-height: 1;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel span.wpfCheckbox > label,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel span.wpfCheckbox > label {
	margin: 0;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel span.wpfValue,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterWrapper .wpfLiLabel span.wpfValue {
	color: #FFFFFF;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterButtons,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterButtons {
	display: flex;
    justify-content: center;
	margin-top: 1.25rem;
}

#top.post-type-archive-product aside.sidebar .WpfWoofiltersWidget .wpfFilterButtons .wpfButton,
#top.tax-product_cat aside.sidebar .WpfWoofiltersWidget .wpfFilterButtons .wpfButton {
	background-color: #4fbcc2;
    border-radius: 0;
    color: #ffffff;
    font-family: 'libel_suitregular';
    font-size: .9375rem;
	font-weight: 400;
    line-height: 1.5;
    letter-spacing: .075em;
	min-height: initial;
    padding: 9px 40px 10px;
}

#top.post-type-archive-product #main > .template-shop ul.products,
#top.tax-product_cat #main > .template-shop ul.products {
	display: grid;
    grid-template-columns: calc(33.3333% - 20px) calc(33.3333% - 20px) calc(33.3333% - 20px);
    grid-template-rows: auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
	margin: 0;
}

#top.post-type-archive-product #main > .template-shop ul.products li,
#top.tax-product_cat #main > .template-shop ul.products li {
	width: 100%;
}

#top.post-type-archive-product #main > .template-shop ul.products li h2,
#top.tax-product_cat #main > .template-shop ul.products li h2 {
	font-size: .9375rem;
}

#top.post-type-archive-product #main > .container .page-description {
	margin-bottom: 100px;
}

#top.post-type-archive-product #main > .container .page-description h2,
#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description h2 {
	text-align: left;
	margin-left: 0 !important;
}

#top.post-type-archive-product #main > .container .page-description h2::after,
#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description h2::after {
	display: none;
}

#top.tax-product_cat #main main.template-shop > .entry-content-wrapper {
	display: flex;
	flex-flow: column;
}

#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .woocommerce-notices-wrapper {
	order: 1;
}

#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description {
	order: 4;
	margin-top: 100px;
}

#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .product-sorting {
	order: 2;
}

#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .products {
	order: 3;
}



/*--------- PAGE SINGLE PRODUIT ---------*/
#top.single-product .template-shop {
	padding-top:100px;
	padding-bottom:100px;
}

.single-product-main-image {
	margin-right: 100px;
}

#top.single-product .avia-post-nav {
	display:none;
}

#top #main .title_container .main-title a {
    color: #FFFFFF;
    font-family: 'libel_suitregular';
    font-weight: 400 !important;
    font-size: 1.25rem;
    letter-spacing: 0.075em !important;
}

#top.single-product .product .woocommerce-product-gallery figure a {
	border:none;
	background: #4fbdc2;
	padding:0;
	-webkit-mask:url(images/mask_single_product.svg) center center no-repeat;
	-moz-mask:url(images/mask_single_product.svg) center center no-repeat;
	-o-mask:url(images/mask_single_product.svg) center center no-repeat;
	mask:url(images/mask_single_product.svg) center center no-repeat;
	-webkit-mask-size: contain;
	-moz-mask-size: contain;
	-o-mask-size: contain;
	mask-size: contain;
	overflow:hidden;
}

#top.single-product .product .woocommerce-product-gallery figure a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#top.single-product .product .woocommerce-product-gallery figure a:hover img {
	opacity:0.4;
}

#top.single-product .product .woocommerce-product-gallery figure a .image-overlay {
	display:none !important;
}

#top.single-product .product .single-product-summary h1 {
	font-size: 3rem;
	margin-bottom: 1.75rem;
}

#top.single-product .product .single-product-summary p.price {
	display: table;
	margin-bottom: 2.5rem;
}

#top.single-product .product .single-product-summary p.price span {
	font-size: 1.5rem;
}

#top.single-product .product .single-product-summary p.price span.woocommerce-Price-currencySymbol {
	margin-left: .3175rem;
}

#top.single-product .product .single-product-summary .woocommerce-product-details__short-description {
	margin-bottom: 2.25rem;
}

#top.single-product .product .single-product-summary .woocommerce-product-details__short-description h2 {
	font-size: 1.875rem;
	text-align: left;
	margin: 3.75rem 0 1.875rem 0 !important;
}

#top.single-product .product .single-product-summary .woocommerce-product-details__short-description h2::after {
	display: none;
}

#top.single-product .product .single-product-summary .quantity input.qty {
	background: #FFFFFF !important;
    border-radius: 0 !important;
    padding: 0 10px !important;
    width: auto;
    border-left: none !important;
    border-right: none !important;
}

#top.single-product .product .single-product-summary .quantity input.qty:focus {
    border-left: 1px solid #4fbdc2 !important;
    border-right: 1px solid #4fbdc2 !important;
}

#top.single-product .product .single-product-summary .quantity input.plus, 
#top.single-product .product .single-product-summary .quantity input.minus {
    padding: 0 !important;
    vertical-align: middle;
    line-height: 41px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    margin: 0;
    display: inline;
    border-radius: 0 !important;
    -webkit-appearance: none;
    background-color: #fff8f0;
    border: 1px solid #E1E1E1;
    color: #18223c;
    background-image: url(../images/layout/bg-button.png);
    background-repeat: repeat-x;
    outline: none;
}

#top.single-product .product .single-product-summary button {
	font-size: 1.125rem !important;
	margin-top:0 !important;
	padding: 7px 80px 8px !important;
}

#top.single-product .product .single-product-summary .product_meta .posted_in {
	color: rgba(24, 34, 60, 0.8) !important;
}

#top.single-product .product .woocommerce-tabs .tabs li {
	background: #ffffff !important;
}

#top.single-product .product .woocommerce-tabs .tabs li a {
	border-bottom: 1px solid rgba(24, 34, 60, 0.075) !important;
}

#top.single-product .product .woocommerce-tabs .tabs li.active {
	background: #fffdfa !important;
}

#top.single-product .product .woocommerce-tabs ul.tabs li.active a {
	border-color: rgba(24, 34, 60, 0.075) !important;
	border-bottom: 1px solid #fffdfa !important
}

#top.single-product .product .woocommerce-tabs .panel {
	background: #fffdfa !important;
	border: 1px solid rgba(24, 34, 60, 0.075) !important;
	padding:30px;
}

#top.single-product .product .woocommerce-tabs .panel > *:first-child {
	margin-top:0 !important;
}

#top.single-product .product .woocommerce-tabs h2 {
	font-size: 1.875rem;
    margin: 2.5rem 0 1.5rem 0 !important;
}

#top.single-product .product .woocommerce-tabs h3 {
	font-size: 1.25rem;
	margin: 2.5rem 0 1.5rem 0 !important;
}

#top.single-product .product .woocommerce-tabs h2::after {
	display:none;
}

#top.single-product .product .woocommerce-tabs .panel p,
#top.single-product .product .woocommerce-tabs .panel li {
	font-size:.875rem;
}

#top.single-product .product .woocommerce-tabs .panel .avia-table ul {
	margin:0;
}

#top.single-product .product .woocommerce-tabs .panel .avia-table ul li {
	text-align: left;
    border: 1px solid rgba(24, 34, 60, 0.03);
}

#top.single-product .product .woocommerce-tabs .panel .pricing-table > li:nth-child(odd) {
	background:#FFFFFF;
}

#top.single-product .product .woocommerce-tabs .panel .pricing-table > li:nth-child(even) {
	color:rgba(24, 34, 60, 0.8);
}

#top.single-product .product .woocommerce-tabs .panel img {
	max-height: 50px;
    width: auto;
}

#top.single-product .product .woocommerce-tabs table,
#top.single-product .product .woocommerce-tabs table tr {
	background: transparent;
}


/* PRODUITS ASSOCIÉS */
#top.single-product #av_section_1 {
	background: url(images/bg_produits.jpg) center center no-repeat !important;
	background-size: cover !important;
	padding:90px 0;
	margin-bottom: 100px;
}

#top .related.products h2, 
#top .upsells.products h2 {
	font-size: 3.75rem;
}

#top .related.products h2::before, 
#top .upsells.products h2::before {
    content: "";
    background: url(images/algue.svg) center center no-repeat;
    width: 2.8125rem;
    height: 5.0625rem;
    color: #4fbdc2;
    position: absolute;
    bottom: 5px;
    left: -3.75rem;
}

#top .related.products li h2::before, 
#top .related.products li .h2::before,
#top .upsells.products li h2::before,
#top .upsells.products li .h2::before {
	display:none;
}

#top.single-product #av_section_1 h2 {
	color:#FFFFFF !important;
}

#top.single-product #av_section_1 h2.woocommerce-loop-product__title {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#top.single-product #av_section_1 h2.woocommerce-loop-product__title:hover {
	color:rgba(255,255,255,0.75) !important;
}



/*--------- PAGE ACTIVITÉS ---------*/
#top.page-id-3793 h2,
#top.page-id-3795 h2,
#top.page-id-3797 h2 {
	margin: 0 auto 7rem auto !important;
}

#top.page-id-3793 .vague_gauche h2,
#top.page-id-3795 .vague_gauche h2,
#top.page-id-3797 .vague_gauche h2 {
	font-size: 2.75rem;
	margin: 0 0 3.5rem 0 !important;
}

#top.page-id-3793 #av_section_1,
#top.page-id-3795 #av_section_1,
#top.page-id-3797 #av_section_1 {
    background: url(images/bg_produits.jpg) center center no-repeat !important;
	background-size: cover !important;
    padding: 120px 0;
}

#top.page-id-3793 #av_section_1 > .container > .content,
#top.page-id-3795 #av_section_1 > .container > .content,
#top.page-id-3797 #av_section_1 > .container > .content {
    padding: 0;
}

#top.page-id-3793 #av_section_1 h2,
#top.page-id-3795 #av_section_1 h2,
#top.page-id-3797 #av_section_1 h2,
#top.page-id-3793 #av_section_1 .btn_contours a,
#top.page-id-3795 #av_section_1 .btn_contours a,
#top.page-id-3797 #av_section_1 .btn_contours a {
	color: #FFFFFF !important;
}

#top.page-id-3793 #av_section_1 h2,
#top.page-id-3795 #av_section_1 h2,
#top.page-id-3797 #av_section_1 h2 {
    margin: 0 0 3.5rem 0 !important;
}

#top.page-id-3793 #av_section_1 .product h2,
#top.page-id-3795 #av_section_1 .product h2,
#top.page-id-3797 #av_section_1 .product h2 {
    margin: 0 !important;
}

#top.page-id-3793 #av_section_1,
#top.page-id-3795 #av_section_1,
#top.page-id-3797 #av_section_1 {
    background: url(images/bg_produits.jpg) center center no-repeat !important;
	background-size: cover !important;
    padding: 120px 0;
}

#top.page-id-3793 #av_section_1 > .container > .content
#top.page-id-3795 #av_section_1 > .container > .content,
#top.page-id-3797 #av_section_1 > .container > .content {
    padding: 0;
}

#top.page-id-3793 #av_section_1 h2,
#top.page-id-3793 #av_section_1 h3,
#top.page-id-3795 #av_section_1 h2,
#top.page-id-3795 #av_section_1 h3,
#top.page-id-3797 #av_section_1 h2,
#top.page-id-3797 #av_section_1 h3 {
	color:#FFFFFF !important;
}
#top.page-id-3793 #av_section_1 p,
#top.page-id-3793 #av_section_1 b,
#top.page-id-3793 #av_section_1 strong,
#top.page-id-3793 #av_section_1 li,
#top.page-id-3795 #av_section_1 p,
#top.page-id-3795 #av_section_1 b,
#top.page-id-3795 #av_section_1 strong,
#top.page-id-3795 #av_section_1 li,
#top.page-id-3797 #av_section_1 p,
#top.page-id-3797 #av_section_1 b,
#top.page-id-3797 #av_section_1 strong,
#top.page-id-3797 #av_section_1 li {
	color:rgba(255,255,255,0.8) !important;
}

#top.page-id-3793 .logo_bio,
#top.page-id-3795 .logo_bio,
#top.page-id-3797 .logo_bio {
	margin-top:3.5rem;
}

#top.page-id-3795 .logo_bio .avia-image-container-inner,
#top.page-id-3797 .logo_bio .avia-image-container-inner {
	display: table;
    margin: 0;
}



/*--------- PAGE ABOUT ---------*/
#top.page-id-3791 h2 {
	margin: 5rem auto 4rem auto !important;
}
#top.page-id-3791 .vague_gauche h2 {
	margin:0 0 4rem 0 !important;
}

#top.page-id-3791 .entry-content-wrapper > .flex_column:first-of-type > .av-special-heading-h2:first-of-type h2 {
	margin-top: 0 !important;
}

#top.page-id-3791 #av_section_1 {
    background: url(images/bg_produits.jpg) center center no-repeat !important;
	background-size: cover !important;
    padding: 120px 0;
}

#top.page-id-3791 #av_section_1 > .container > .content {
    padding: 0;
}

#top.page-id-3791 #av_section_1 h2,
#top.page-id-3791 #av_section_1 h3 {
	color:#FFFFFF !important;
}
#top.page-id-3791 #av_section_1 p,
#top.page-id-3791 #av_section_1 b,
#top.page-id-3791 #av_section_1 strong,
#top.page-id-3791 #av_section_1 li {
	color:rgba(255,255,255,0.8) !important;
}

#top.page-id-3791 #av_section_1 h2 {
	margin-top:0 !important;
}



/*--------- PAGE CONTACT ---------*/
#top.page-id-35 h2 {
	margin: 0 0 4rem 0 !important;
}

#top.page-id-35 .av-subheading_below {
	margin: 0 0 1rem 0 !important;
}

#top.page-id-35 .main_color ::-webkit-input-placeholder {
    color: rgba(24, 34, 60, 0.3);
}

#top.page-id-35 input[type="text"] {
	margin-bottom:0;
}

#top.page-id-35 p.rgpd {
	font-size:.8125rem;
}



/*--------- PAGE MON COMPTE ---------*/
#top.page-id-3803  .woocommerce-MyAccount-navigation,
#top.page-id-3803  .woocommerce-MyAccount-navigation:hover {
	background: #FFF8F0;
    border-radius: 5px;
    border: none;
	box-shadow: 0 9px 18px -16px rgba(24, 34, 60, 0.35);
}

#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	border: none;
	color:#18223c;
}

#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
	background: rgba(79, 188, 194, 0.2);
}

#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:focus {
	background: rgba(79, 188, 194, 0.5);
	color:#FFFFFF;
}

#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-of-type.is-active,
#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-of-type a:hover,
#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-of-type a:focus {
    border-radius: 5px 5px 0 0;
}

#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-of-type.is-active,
#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-of-type a:hover,
#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-of-type a:focus {
    border-radius: 0 0 5px 5px;
}

#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
	background: #4fbcc2;
}

#top.page-id-3803  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
	color:#FFFFFF;
}

#top.page-id-3803 div.woocommerce-message {
	background: #fffdfa;
    border: 1px solid rgba(24, 34, 60, 0.05);
	color: rgba(24, 34, 60, 0.8);
	display:block;
}

#top div div.woocommerce-message a.button {
	width: auto;
	background-color: #4fbcc2;
    color: #ffffff;
}

#top .woocommerce-info {
	background: #fffdfa;
    border: 1px solid rgba(24, 34, 60, 0.05);
	color: rgba(24, 34, 60, 0.8);
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
}


/* ADRESSES */
#top.woocommerce-edit-address .woocommerce-MyAccount-content > p {
	margin-bottom:1.875rem;
}

#top.woocommerce-edit-address .addresses.col2-set .col-1, 
#top.woocommerce-edit-address .addresses.col2-set .col-2 {
	padding:25px;
	background: #fffdfa;
    border: 1px solid rgba(24, 34, 60, 0.05);
}

#top.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title {
	margin-bottom:1.875rem;
}

#top.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title h3 {
	font-size: 1.625rem;
}

#top.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title a {
	font-weight: 500;
}

#top.woocommerce-edit-address .woocommerce-Address address {
	color: rgba(24, 34, 60, 0.6);
    font-size: 0.875rem;
}

#top.woocommerce-edit-address .woocommerce-MyAccount-content form h3 {
	font-size: 2.5rem;
	margin-bottom:1.875rem;
}



/*--------- PAGE PANIER ---------*/
#top.page-id-3801 h2 {
	font-size: 1.5rem !important;
	margin:1.875rem 0 !important;
}

#top.page-id-3801 h2::after {
	display:none;
}

#top.page-id-3801  p.cart-empty {
	background:#fffdfa;
	border:1px solid rgba(24, 34, 60, 0.05);
}

#top.page-id-3801 .woocommerce-info {
	display:block;
}

#top.page-id-3801 form table thead tr {
	background: #4fbcc2 !important;
	color:#FFFFFF !important;
}

#top.page-id-3801 form table tbody tr {
	background: #FFFFFF;
}

#top.page-id-3801 form table tr,
#top.page-id-3801 form table td,
#top.page-id-3801 .cart_totals table tbody,
#top.page-id-3801 .cart_totals table tr,
#top.page-id-3801 .cart_totals table th,
#top.page-id-3801 .cart_totals table td {
	border-color:rgba(24, 34, 60, 0.05);
}

#top.page-id-3801 form table td.product-name a {
	font-weight: 700;
}

#top.page-id-3801 .product-thumbnail img {
	width: 75px;
    height: auto;
} 

#top.page-id-3801 .product-quantity .quantity {
	width:auto;
	margin:0 !important;
} 

#top.page-id-3801 .product-quantity .quantity input.plus, 
#top.page-id-3801 .product-quantity .quantity input.minus {
    padding: 0 !important;
    vertical-align: middle;
    line-height: 41px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    margin: 0;
    display: inline;
    border-radius: 0 !important;
    -webkit-appearance: none;
    background-color: #fff8f0;
    border: 1px solid #E1E1E1;
    color: #18223c;
    background-image: url(../images/layout/bg-button.png);
    background-repeat: repeat-x;
    outline: none;
}

#top.page-id-3801 .product-quantity .quantity input.qty {
    background: #FFFFFF !important;
    border-radius: 0 !important;
    padding: 0 10px !important;
    width: auto;
    border-left: none !important;
    border-right: none !important;
}


#top.page-id-3801 form table tbody tr .coupon,
#top.page-id-3801 form table tbody tr .coupon .button {
	width:auto !important;
}

#top.page-id-3801 form table tbody tr .coupon .input-text,
#top.page-id-3801 form table tbody tr .coupon .button {
	margin:5px !important;
}

#top.page-id-3801 form table tbody tr .coupon .button {
	background:transparent !important;
	border:1px solid #4fbcc2;	
    color: #18223c !important;
    font-size: .875rem !important;
    letter-spacing: 0.1em;
    padding: 7px 35px 8px !important;
}

#top.page-id-3801 form table tbody tr .coupon .button:hover {
	background:#4fbcc2 !important;
	color: #FFFFFF !important;
}

#top.page-id-3801 form table tbody tr .coupon .button:focus {
	background:#47a5ae !important;
	color: #FFFFFF !important;
}

#top.page-id-3801 .actions .button[name="update_cart"] {
	width:auto;
	margin:5px 0 !important;
}

#top.page-id-3801 .cart_totals tr {
    background:#FFFFFF;
}

#top.page-id-3801 .cart_totals tr:first-child th, 
#top.page-id-3801 .cart_totals tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
}

#top.page-id-3801 .cart_totals tr th,
#top.page-id-3801 .cart_totals tr td,
#top.page-id-3801 .cart_totals tr td strong {
	color: #18223c;
}

#top.page-id-3801 .cart_totals tr td strong {
	font-weight: 700;
}

#top.page-id-3801 .cart_totals a.button.alt {
	width:auto;
}



/*--------- PAGE CHECKOUT ---------*/
#top.page-id-3802 main.template-page {
	padding: 50px;
    margin: 50px 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 18px 40px -12px rgba(24, 34, 60, 0.1);
	width:auto;
}

#top.page-id-3802 .woocommerce-info {
	flex-flow: row;
	padding: 32px 36px;
	margin: 0 0 50px 0;
}



/*--------- PAGE PLAN DU SITE - MENTIONS LÉGALES - POLITIQUE DE CONFIDENTIALITÉ ---------*/
#top.page-id-3599 h2, 
#top.page-id-3599 .h2, 
#top.page-id-3687 h2, 
#top.page-id-3687 .h2,
#top.page-id-3760 h2, 
#top.page-id-3760 .h2 {
	font-size: 2.75rem;
	margin-bottom: 3rem !important;
}

#top.page-id-3760 h2, 
#top.page-id-3760 .h2 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#top.page-id-3760 h2::after, 
#top.page-id-3760 .h2::after {
	content: "\69";
    left: 0;
    bottom: -1.25rem;
    transform: translateX(0);
}

#top.page-id-3599 .main_color strong,
#top.page-id-3687 .main_color strong,
#top.page-id-3760 .main_color strong {
	color: #18223c !important;
}

#top.page-id-3687 .avia_textblock {
	color: rgba(24, 34, 60, 0.8) !important;
}




/* ----------------------------------- */
/*
/* ----------- RESPONSIVE ------------ */
/*
/* ----------------------------------- */
@media screen and (min-width: 2350px) {
	
	/*----- HOMEPAGE -----*/
	/* SLIDER */
	#top.home #main #full_slider_1 {
		height: calc(100vh + 220px);
	}
	
	#top.home #main #full_slider_1, 
	#top.home #main #full_slider_1 ul.avia-slideshow-inner, 
	#top.home #main #full_slider_1 .slideshow_caption, 
	#top.home #main #full_slider_1 .slideshow_inner_caption {
		min-height: 1200px;
	}
}



@media screen and (min-width: 1921px) {
	
	/*----- FOOTER -----*/
	.bg_footer {
		background-size: cover;
		height:calc(795 * 100vw / 1920);
	}
	
	/*----- HOME -----*/
	/* PRODUITS */
	#top.home #main #av_section_2 .img_parallaxe.wood {
		top: -160px;
		left: -275px;
	}
	
	#top.home #main #av_section_2 .img_parallaxe.shell {
		bottom: -190px;
		right: -225px;
	}
}



@media screen and (max-width: 1920px) {
	
	/*----- HOME -----*/
	/* SLIDER */
	#top.home #main #full_slider_1 .avia-slide-wrap img {
		width:auto;
		height:100%;
		max-width: initial;
	}

	/* PRODUITS */
	#top.home #main #av_section_2 > .container,
	#top.home #main #av_section_2 > .container > .template-page {
		position:static;
	}
}



@media screen and (max-width: 1919px) {
	
	/*----- HOME -----*/
	/* SLIDER */
	#top.home #main #full_slider_1 .slideshow_caption h2 {
		font-size: 5.25rem;
		margin-bottom: 2rem !important;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption h2 span {
		font-size: 1.5rem;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p {
		font-size: 1.125rem;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p:last-of-type {
		margin-bottom: 4rem;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button {
		font-size: 1.125rem;
	}
}



@media screen and (max-width: 1400px) {
	
	/*----- FOOTER -----*/
	#footer > .container .flex_column {
		margin-left: 2.5%;
		max-width: 17.5%;
	}
	
	/*----- HOME -----*/
	/* SLIDER */
	#top.home #main #full_slider_1 .slideshow_caption {
		left:50%;
		transform: translateX(-50%);
	}
}



@media screen and (max-width: 1250px) {
	
	/*----- HEADER -----*/
	.responsive #top .av-main-nav .menu-item-avia-special {
		display: block;
	}
	
	.responsive #top .av-main-nav .menu-item {
		display: none;
	}
	
	header#header #header_main .container .logo {
		left: 50%;
    	transform: translateX(-50%);
		z-index: 3;
	}
	
	header#header #header_main nav.main_menu > .avia-menu {
		left: 0;
		transform: initial;
		width: auto;
	}
	
	header#header #header_main .ecommerce_header,
	header#header #header_main #menu-item-shop.cart_dropdown {
		z-index: 2;
	}
	
	.html_av-overlay-side .av-burger-overlay-scroll {
		width:100%;
	}
	
	.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
		border:none;
	}
	
	#top #wrap_all #header #av-burger-menu-ul > li {
		display: table;
   		margin: 0 auto 1.25rem auto;
	}
	
	#top #wrap_all #header #av-burger-menu-ul > li:last-child {
   		margin: 0 auto;
	}
	
	#top #wrap_all #header #av-burger-menu-ul > li a {
		background:transparent;
		display: flex;
    	align-items: center;
		justify-content: center;
		font-weight: 700;
	}
	
	.html_av-submenu-hidden .av-submenu-indicator {
		position: static;
	}
	
	#top #wrap_all #header #av-burger-menu-ul > li ul.sub-menu li a {
		font-weight: 300;
	}
	
	.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
		display:none;
	}
	
	header#header #header_main nav.main_menu > .avia-menu ul li ul.sub-menu a span.avia-menu-text {
		padding:0;
	}
	
	header#header #header_main nav.main_menu > .avia-menu ul li a span.avia-menu-text::before {
		bottom: -6px;
	}
	
	
	/*----- HOME -----*/
	/* SLIDER */
	#top.home #main #full_slider_1,
	#top.home #main #full_slider_1 ul.avia-slideshow-inner,
	#top.home #main #full_slider_1 .slideshow_caption,
	#top.home #main #full_slider_1 .slideshow_inner_caption {
		min-height: 700px;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption {
		width: calc(100% - 120px);
	}
	
	#top.home #main #full_slider_1 .slideshow_align_caption {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption h2 {
    	font-size: 4.25rem;
		text-align: center;
		width: 100%;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption h2 br:last-child {
    	display:none;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p {
		text-align: center;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p:last-of-type {
		margin-top:0;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button {
		padding: 14px 45px 18px 45px;
		margin-bottom: 0;
	}
	
	/* ACTIVITÉS */
	#top.home #main #av_section_1 {
		margin-bottom: 2.5rem;
	}
	
	#top.home #main #av_section_1 > .container > .content .entry-content-wrapper {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	
	#top.home #main #av_section_1 .activite {
		max-width:390px;
		width:100%;
		margin-bottom: 3.125rem;
	}
	
	#top.home #main #av_section_1 .activite:last-child {
		margin-bottom: 0;
	}
	
	/* ABOUT */
	#top.home #main #av_section_3 .home_about_txt {
		width:60%;
	}
	
	
	/*----- PRODUITS -----*/
	#top.post-type-archive-product .content .entry-content-wrapper,
	#top.tax-product_cat .content .entry-content-wrapper {
		padding: 0;
	}
	
	#top.post-type-archive-product aside.sidebar,
	#top.tax-product_cat aside.sidebar {
		display: none !important;
	}
	
	#top.post-type-archive-product main.template-shop,
	#top.tax-product_cat main.template-shop {
		width: 100%;
		padding-left: 0;
		margin: 0 !important;
	}
	
	#top.post-type-archive-product #main > .template-shop ul.products,
	#top.tax-product_cat #main > .template-shop ul.products {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	}
}



@media screen and (max-width: 1140px) {
	
	.avia-cookie-consent p {
		width:100%;
		line-height: 1.618;
		margin-bottom: 1.25rem !important;
	}
	
	.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-consent-button-1 {
		margin-left: 0;
	}
	
	.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-consent-button-2 {
		margin-left: 15px;
	}
	
	
	/*----- FOOTER -----*/
	#footer > .container {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	#footer > .container .flex_column.first {
		width:100%;
		margin-bottom: 2.5rem;
	}
	
	#footer > .container .flex_column.first #media_image-2 {
		margin:auto;
	}
	
	#footer > .container .flex_column {
		margin-left: 0;
		width: 30%;
		max-width: 30%;
	}
	
	#footer > .container .flex_column:nth-child(2) {
		margin-left: 0;
	}
	
	
	/*----- HOMEPAGE -----*/
	/* ABOUT */
	#top.home #main #av_section_3 .home_about_txt {
		top:0;
   		margin-bottom: -30%;
    	width: 70%;
	}
	
	#top.home #main #av_section_3 .home_about_img {
		position: relative;
		top:initial;
		transform: initial;
	}
	
	#top.home #main #av_section_3 {
		margin: 80px 0 60px 0;
	}
	
	
	/*----- PAGE PRODUIT -----*/
	#top.single-product #av_section_1 {
		padding: 60px 0;
	}
}



@media screen and (max-width: 989px) {
	
	h2, .h2 {
		font-size: 3rem;
	}
	
	h2::after, 
	.h2::after {
		font-size: 0.25rem;
		bottom: -1.5rem;
	}
	
	.picto_algue h2::before, 
	.picto_algue .h2::before {
		background-size:cover;
		width: 40px;
    	height: 72px;
		left: -55px;
	}
	
	h3, .h3, 
	.main_color h3, 
	.main_color .h3,
	#top.post-type-archive-product #main > .container .page-description h2,
	#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description h2 {
		font-size: 1.75rem;
	}
	
	#top div.woocommerce-error, 
	#top div.woocommerce-message, 
	#top .woocommerce-info {
		padding: 32px 35% 32px 36px;
	}
	
	
	/*----- HOMEPAGE -----*/
	/* SLIDER */
	#top.home #main #full_slider_1, 
	#top.home #main #full_slider_1 ul.avia-slideshow-inner, 
	#top.home #main #full_slider_1 .slideshow_caption, 
	#top.home #main #full_slider_1 .slideshow_inner_caption {
		min-height: 800px;
	}
	
	/* ACTIVITÉS */
	#top.home #main #av_section_3 {
		margin: 2.5rem 0 60px 0;
	}
	
	/* PRODUITS */
	.responsive #top.home #main .products .product {
		margin: 0 1% 2.5rem 0;
		width: 49%;
	}
	
	.responsive #top.home #main .products .product:nth-last-child(2), 
	.responsive #top.home #main .products .product:last-child {
		margin: 0 1% 2.5rem 0;
	}
	
	/* ABOUT */
	#top.home #main #av_section_3 .home_about_txt h2 {
		font-size:2.1875rem;
	}
	
	#top.home #main #av_section_3 .home_about_txt h2::after {
		bottom: -1.5rem;
	}
	
	#top.home #main #av_section_3 .home_about_img {
		width:100%;
		height:auto;
	}
	
	
	/*----- PAGE ABOUT -----*/
	#top.page-id-3791 .vague_gauche h2 {
		margin: 0 0 3rem 0 !important;
	}
	
	
	/*----- PAGE PRODUIT -----*/
	#top.single-product .product .single-product-summary h1 {
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
	
	#top .related.products h2, 
	#top .upsells.products h2 {
		font-size: 3rem;
	}
	
	#top .related.products h2::before, 
	#top .related.products .h2::before {
		background-size:cover;
		width: 40px;
    	height: 72px;
		left: -55px;
	}
	
	#top .related.products h2::after, 
	#top .related.products .h2::after {
		font-size: 0.25rem;
		bottom: -1.5rem;
	}
	
	#top.single-product #av_section_1 {
		padding:60px 0;
	}
	
	
	/*----- PAGE CHECKOUT -----*/
	#top.page-id-3802 main.template-page .form-row-first, 
	#top.page-id-3802 main.template-page .form-row-last {
		width: 100%;
	}
}



@media screen and (max-width: 767px) {
	
	.fixed_elements {
		display:none;
	}
	
	.content {
		padding-top: 80px;
    	padding-bottom: 80px;
	}

	#top.post-type-archive-product #main > .template-shop,
	#top.tax-product_cat #main > .template-shop {
		padding: 80px 0;
	}

	#top.post-type-archive-product #main > .container .page-description {
		margin-bottom: 80px;
	}
	
	#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description {
		margin-top: 80px;
	}
	
	.page-id-3802 #main .container {
		display: flex;
		justify-content: center;
	}

	#top.page-id-3791 #av_section_1,
	#top.page-id-3793 #av_section_1,
	#top.page-id-3795 #av_section_1,
	#top.page-id-3797 #av_section_1 {
		padding: 100px 0;
	}
	
	#top div.woocommerce-error, 
	#top div.woocommerce-message, 
	#top .woocommerce-info {
		display: flex;
		flex-flow: column-reverse;
		align-items: flex-start;
		padding: 32px 36px;
	}
	
	#top div.woocommerce-error a.button,
	#top div div.woocommerce-message a.button,
	#top .woocommerce-info a.button {
		display: table;
		position: static;
		float: none;
		margin-top: 20px;
	}
	
	
	/*----- HEADER -----*/
	header#header {
		top: 40px;
		left: 40px;
		width: calc(100% - 80px) !important;
	}
	
	header#header #header_main .container {
		height: 6.875rem !important;
	}
	
	.responsive #top .logo {
		position:absolute;
		width:auto;
		height:100% !important;
	}
	
	header#header #header_main .container .logo {
		z-index:0;
	}
	
	.responsive #top #wrap_all .main_menu {
		position:static;
	}
	
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
		padding: 0;
	}
	
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, 
	.responsive #top #wrap_all .av-logo-container {
		height: 110px;
    	line-height: 110px;
	}
	
	.responsive #top #wrap_all .main_menu {
		display:flex;
		height: 100%;
	}
	
	header#header #header_main #menu-item-shop.cart_dropdown {
		position:relative;
		top:0;
		height: auto;
		margin:0;
	}
	
	#top #main .title_container {
		padding-top: 190px;
    	padding-bottom: 70px;
	}
	
	#top #main .title_container .container {
		padding:0;
	}
	
	#top #main .title_container h1.main-title,
	#top #main .title_container .main-title {
		display: table;
    	margin-bottom: 10px;
	}
	
	
	/*----- FOOTER -----*/
	.bg_footer {
		background: url(images/bg_footer_mobile.png) center center no-repeat;
		background-size: cover;
    	height: auto;
		padding: 50px;
	}
	
	#footer > .container .flex_column {
		max-width: 100%;
	}
	
	#footer > .container > .flex_column:first-child {
		margin-bottom: 2.5rem !important;
	}	
	
	#footer > .container > .flex_column:last-child {
		margin-bottom: 0 !important;
	}
	
	footer#socket > .container span.copyright {
		line-height: 2;
	}
	
	
	/*----- HOMEPAGE -----*/
	/* SLIDER */
	#top.home #main #full_slider_1,
	#top.home #main #full_slider_1 ul.avia-slideshow-inner,
	#top.home #main #full_slider_1 .slideshow_caption,
	#top.home #main #full_slider_1 .slideshow_inner_caption {
		min-height: 900px;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption {
		width: calc(100% - 70px);
	}
	
	#top.home #main #full_slider_1 .slideshow_caption h2 {
    	font-size: 4rem !important;
	}
	
	/* PRODUITS */
	#top.home #main #av_section_2 > .container > .template-page {
		padding: 45px 0 75px 0;
	}
	
	/* ABOUT */
	#top.home #main #av_section_3 .home_about_txt {
		width: 100%;
		margin-bottom: -40px;
	}
	
	#top.home #main #full_slider_1 .slideshow_align_caption {
		display:flex;
		flex-flow: column;
		align-items: center;
	}
	
	#top.home #main #full_slider_1 .slideshow_align_caption > h2 {
		order:1;
	}
	
	#top.home #main #full_slider_1 .slideshow_align_caption > .avia-caption-content   {
		order:2;
	}
	
	#top.home #main #full_slider_1 .slideshow_align_caption > a:first-of-type {
		order:4;
		margin-right: 0;
	}
	
	#top.home #main #full_slider_1 .slideshow_align_caption > a.avia-slideshow-button-2 {
		order:3;
		margin-bottom: 1.25rem;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button {
    	padding: 14px 55px 18px 55px;
	}
	
	
	/*----- PAGE ABOUT -----*/
	#top.page-id-3791 #main > .container_wrap_first .content .entry-content-wrapper {
		display: flex;
		flex-flow: column;
	}
	
	#top.page-id-3791 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:nth-child(1) {
		order:1;
	}
	
	#top.page-id-3791 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:nth-child(2) {
		order:2;
		margin-bottom: 3.125rem;
	}
	
	#top.page-id-3791 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:nth-child(3) {
		order:4;
	}
	
	#top.page-id-3791 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:nth-child(4) {
		order:3;
	}
	
	#top.page-id-3791 #after_section_1 > .container > .content .entry-content-wrapper {
		display: flex;
		flex-flow: column-reverse;
	}
	
	#top.page-id-3791 #after_section_1 > .container > .content .entry-content-wrapper .flex_column:last-child {
		margin-bottom: 3.125rem;
	}
	
	
	/*----- PAGE ACTIVTÉS -----*/
	#top.page-id-3793 #av_section_1 > .container > .content .entry-content-wrapper,
	#top.page-id-3795 #av_section_1 > .container > .content .entry-content-wrapper,
	#top.page-id-3797 #av_section_1 > .container > .content .entry-content-wrapper {
		display:flex;
		flex-flow: column-reverse;
	}
	
	#top.page-id-3793 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:last-child,
	#top.page-id-3793 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child,
	#top.page-id-3795 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:first-child,
	#top.page-id-3795 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:last-child,
	#top.page-id-3795 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child,
	#top.page-id-3797 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:first-child,
	#top.page-id-3797 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:last-child,
	#top.page-id-3797 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child {
		margin-bottom: 3.125rem;
	}
	
	#top.page-id-3795 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:last-child,
	#top.page-id-3795 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child,
	#top.page-id-3797 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:last-child,
	#top.page-id-3797 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child,
	#top.page-id-3797 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column:last-child {
		margin-bottom: 0;
	}
	
	#top.page-id-3795 .logo_bio .avia-image-container-inner, 
	#top.page-id-3797 .logo_bio .avia-image-container-inner {
		margin:auto;
	}
	
	#top.page-id-3793 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column {
		margin-bottom: 1.875rem;
	}
	
	
	/*----- PAGE PRODUITS -----*/
	.responsive .avia-pricing-table-container {
		display:table;
	}
	
	.responsive .pricing-table-wrap {
		display:table-cell;
	}
	
	#top.single-product #av_section_1 {
		padding: 45px 0;
	}
	
	
	/*----- PAGE PANIER -----*/
	#top .actions .button[name="update_cart"] {
		float:left;
	}
	
	
	/*----- PAGE CHECKOUT -----*/
	.responsive #top .col2-set .col-1, 
	.responsive #top .col2-set .col-2, 
	.responsive .cart-collaterals .shipping_calculator {
		width: 100%;
	}
	
	#top.page-id-3802 div.woocommerce-error, 
	#top.page-id-3802 div.woocommerce-message, 
	#top.page-id-3802 .woocommerce-info {
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		padding: 20px;
	}
	
	#top.page-id-3802 div.woocommerce-error a, 
	#top.page-id-3802 div.woocommerce-message a, 
	#top.page-id-3802 .woocommerce-info a {
		font-size: 0.875rem;
		margin-top: 0.5rem;
	}
	
	#top #payment ul.payment_methods li.woocommerce-info {
		font-size: 0.875rem;
    	line-height: 1.5;
	}
	
	
	/*----- PAGE ACCOUNT -----*/
	.responsive .woocommerce-MyAccount-navigation {
		margin: 0 0 50px 0;
	}
	
	#top.page-id-3803 div.woocommerce-error, 
	#top.page-id-3803 div.woocommerce-message, 
	#top.page-id-3803 .woocommerce-info {
		display: flex;
		flex-flow: column-reverse;
	}
	
	
	/*----- PAGE PLAN DU SITE - MENTIONS LÉGALES - POLITIQUE DE CONFIDENTIALITÉ  -----*/
	#top.page-id-3599 h2, 
	#top.page-id-3599 .h2,
	#top.page-id-3687 h2, 
	#top.page-id-3687 .h2,
	#top.page-id-3760 h2, 
	#top.page-id-3760 .h2 {
		font-size: 2rem;
		margin-bottom: 2.5rem !important;
	}
}



@media screen and (max-width: 575px) {
	
	#top.page-id-3793 .vague_gauche h2, 
	#top.page-id-3795 .vague_gauche h2, 
	#top.page-id-3797 .vague_gauche h2 {
		font-size: 2.125rem;
	}
	
	
	/*----- HEADER -----*/
	header#header {
		top: 0;
		left: 0;
		width: 100% !important;
	}
	
	header#header,
	header#header #header_main {
		border-radius: 0;
	}
	
	.av-hamburger-box {
		width: 30px;
	}
	
	.av-hamburger-inner::before {
		top: -9px;
	}
	
	.av-hamburger-inner::after {
		bottom: -9px;
	}
	
	#top #main .title_container {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	
	
	/*----- HOMEPAGE -----*/
	/* SLIDER */
	.responsive #top #wrap_all #header {
		position:relative !important;
	}
	
	#top.home #main #full_slider_1,
	#top.home #main #full_slider_1 ul.avia-slideshow-inner,
	#top.home #main #full_slider_1 .slideshow_caption,
	#top.home #main #full_slider_1 .slideshow_inner_caption {
		min-height: 700px;
	}
	
	#top.home #main #full_slider_1 {
		height: calc(100vh - 100px);
	}
	
	#top.home #main #full_slider_1 .slideshow_inner_caption {
		max-height: calc(100vh - 150px);
	}
	
	#top.home #main #full_slider_1 .slideshow_caption h2 span {
		font-size: 1.25rem;
		font-weight: 100;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption h2 {
		font-size: 3.5rem !important;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p {
		font-size: 1rem;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p:last-of-type {
		margin-bottom: 3rem;
	}
	
	/* PRODUITS */
	#top ul.products .inner_product .inner_product_header_cell {
		flex-flow: column;
	}
	
	#top ul.products .inner_product .price {
		margin-left: 0;
	}
	
	#top ul.products .inner_product .price, 
	#top ul.products .inner_product .price span {
		font-size: 1.25rem;
	}
	
	#top ul.products .inner_product h2.woocommerce-loop-product__title {
		margin-bottom: .625rem !important;
	}
	
	/* ABOUT */
	#top.home #main #av_section_3 > .container > .content {
		padding-bottom: 0;
	}
	
	#top.home #main #av_section_3 .home_about_txt h2::after {
		font-size: 0.25rem;
	}
	
	
	/*----- PAGE ACTIVITÉ -----*/
	#top.page-id-3791 #av_section_1, 
	#top.page-id-3793 #av_section_1, 
	#top.page-id-3795 #av_section_1, 
	#top.page-id-3797 #av_section_1 {
		padding: 80px 0;
	}
	
	
	/*----- PRODUITS -----*/
	#top.post-type-archive-product #main > .template-shop ul.products,
	#top.tax-product_cat #main > .template-shop ul.products {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		grid-column-gap: 20px;
    	grid-row-gap: 20px;
	}
	
	#top.post-type-archive-product #main > .template-shop ul.products .inner_product .thumbnail_container,
	#top.tax-product_cat #main > .template-shop ul.products .inner_product .thumbnail_container {
		margin-bottom: .375rem;
	}
	
	
	/*----- PAGE PRODUIT -----*/
	#top.single-product .product .single-product-summary form {
		display: flex;
		flex-flow: column;
		align-items: flex-start;
	}
	
	#top.single-product .product .single-product-summary form .quantity {
		margin: 0 3% 1rem 0;
	}
	
	
	/* PRODUITS ASSOCIÉS */
	#top .related.products h2, 
	#top .upsells.products h2 {
		font-size:2.5rem;
	}
	
	#top .related.products h2::before, 
	#top .related.products .h2::before {
		background-size: cover;
		width: 34px;
		height: 60px;
		left: -45px;
	}
	
	#top .related.products h2::after, 
	#top .related.products .h2::after {
		font-size: 0.2125rem;
		bottom: -1.375rem;
	}
	
	#top.single-product #av_section_1 h2.woocommerce-loop-product__title {
		margin-bottom: .3125rem !important;
	}
	
	
	/*----- PAGE ACCOUNT -----*/
	#top.page-id-3803 #main form .form-row-first, 
	#top.page-id-3803 #main form .form-row-last {
		width:100%;
	}
}



@media screen and (max-width: 480px) {	
	
	h2, .h2 {
		font-size: 2.5rem;
	}
	
	h2::after, 
	.h2::after {
		font-size: 0.2125rem;
		bottom: -1.375rem;
	}
	
	.picto_algue h2::before, 
	.picto_algue .h2::before {
		background-size: cover;
		width: 34px;
		height: 60px;
		left: -45px;
	}
	
	h3, .h3, 
	.main_color h3, 
	.main_color .h3,
	#top.post-type-archive-product #main > .container .page-description h2,
	#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description h2 {
		font-size: 1.625rem;
	}
	
	.btn_contours a {
		padding: 15px 50px !important;
	}
	
	
	/*----- HEADER -----*/
	header#header #header_main .ecommerce_header li {
		margin-right: 1.25rem;
	}
	
	.av-hamburger-box {
		width: 25px;
	}
	
	.av-hamburger-inner::before {
		top: -8px;
	}
	
	.av-hamburger-inner::after {
		bottom: -8px;
	}
	
	
	/*----- FOOTER -----*/
	.bg_footer {
		padding:40px;
	}
	
	#footer > .container .flex_column.first #media_image-2 {
		max-width: 80%;
	}
	
	
	/*----- HOMEPAGE -----*/
	/* SLIDER */
	#top.home #main #full_slider_1 .slideshow_caption {
		width: calc(100% - 10px);
	}
	
	/* ACTIVITÉS */
	#top.home #main #av_section_1 .activite {
		padding-top:30px;
	}
	
	#top.home #main #av_section_1 .activite .avia-image-container::before {
		width: 100%;
    	height: calc((85vw - 30px) * 40 / 390);
	}
	
	#top.home #main #av_section_1 .activite .numb_activites p {
		font-size: 5rem;
		padding-left: 30px;
	}
	
	#top.home #main #av_section_1 .activite > .av-special-heading-h3 {
		margin: 0 30px 0.875rem 0;
	}
	
	#top.home #main #av_section_1 .activite > .av-special-heading h3 {
		font-size: 1.875rem;
	}
	
	#top.home #main #av_section_1 .activite .activite_description p {
		margin-right: 30px;
		margin-bottom: 0;
	}
	
	#top.home #main #av_section_1 .activite .activite_description {
		margin-bottom: 2.75rem;
	}
	
	#top.home #main #av_section_1 .activite .btn_activite {
		bottom: 45px;
	}
	
	/* PRODUITS */
	#top ul.products .inner_product .price, 
	#top ul.products .inner_product .price span {
		font-size: .9375rem;
	}
	
	/* ABOUT */
	#top.home #main #av_section_3 .home_about_txt {
		padding: 40px;
	}
	
	#top.home #main #av_section_3 .home_about_txt h2 {
		font-size: 1.875rem;
	}
	
	
	/*----- PRODUITS -----*/
	#top.post-type-archive-product #main > .template-shop ul.products,
	#top.tax-product_cat #main > .template-shop ul.products {
		grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
		grid-column-gap: 15px;
    	grid-row-gap: 15px;
	}
	
	
	/*----- PAGE PRODUIT -----*/
	#top.single-product .template-shop {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#top.single-product .product .single-product-summary h1 {
		font-size: 2.125rem;
		margin-bottom: 1.125rem;
	}
	
	#top.single-product .product .single-product-summary p.price span {
		font-size: 1.3rem;
	}
	
	#top.single-product .product .woocommerce-tabs h2, 
	#top.single-product .product .woocommerce-tabs h3 {
		font-size: 1.325rem;
	}
	
	#top .related.products h2, 
	#top .upsells.products h2 {
		font-size:2rem;
	}
	
	#top .related.products h2::before, 
	#top .related.products .h2::before {
		background-size: cover;
		width: 28px;
		height: 50px;
		left: -40px;
		bottom: 2px;
	}
	
	#top.single-product #av_section_1 {
		padding: 25px 0;
	}
	
	#top.single-product .product .woocommerce-tabs .panel > .avia-table {
		display:flex;
	}
	
	#top.single-product .product .woocommerce-tabs .panel > .avia-table > .pricing-table-wrap:first-child {
		width: 65%;
	}
	
	#top.single-product .product .woocommerce-tabs .panel > .avia-table > .pricing-table-wrap:last-child {
		width: 35%;
	}
	
	
	/*----- PAGE CHECKOUT -----*/
	#top.page-id-3802 main.template-page {
		padding: 5px;
	}
	#top #payment ul.payment_methods li,
	#top #payment ul.payment_methods {
		padding: 2px !important;
	}
	
	/*----- PAGE ACCOUNT -----*/
	#top.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title {
		display: flex;
		flex-flow: column;
	}
}



@media screen and (max-width: 375px) {
	
	h2, .h2 {
		font-size: 2rem;
	}
	
	h2::after, 
	.h2::after {
		font-size: 0.2rem;
		bottom: -1.25rem;
	}
	
	.picto_algue h2::before, 
	.picto_algue .h2::before {
		background-size: cover;
		width: 28px;
		height: 50px;
		left: -40px;
		bottom: 2px;
	}
	
	h3, .h3, 
	.main_color h3, 
	.main_color .h3,
	#top.post-type-archive-product #main > .container .page-description h2,
	#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description h2 {
		font-size: 1.4rem;
	}
	
	p {
		font-size: .875rem;
	}
	
	.content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#top.post-type-archive-product #main > .template-shop,
	#top.tax-product_cat #main > .template-shop {
		padding: 60px 0;
	}

	#top.post-type-archive-product #main > .container .page-description {
		margin-bottom: 60px;
	}
	
	#top.tax-product_cat #main main.template-shop > .entry-content-wrapper > .term-description {
		margin-top: 60px;
	}
	
	.btn_contours a {
		font-size: 1.125rem !important;
		padding: 12px 15px 15px 15px !important;
		width:100%;
	}
	
	
	/*----- HEADER -----*/
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, 
	.responsive #top #wrap_all .av-logo-container {
		height: 90px !important;
		line-height: 90px !important;
	}
	
	header#header #header_main .ecommerce_header li {
		margin-right: .875rem;
	}
	
	header#header #header_main .ecommerce_header li a,
	header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link span:first-child::before {
		font-size: 1.25rem;
	}
	
	header#header #header_main .container .logo {
		padding:0;
	}	
	
	.responsive .logo img {
		max-height: 60px;
	}
	
	header#header #header_main #menu-item-shop.cart_dropdown .cart_dropdown_link .av-cart-counter {
		font-size: 10px;
		padding: 0 4px;
		top: 33px;
	}
	
	
	/*----- FOOTER -----*/
	.bg_footer {
		padding: 25px;
	}
	
	.bg_footer .footer_conteneur #footer {
		padding: 40px 0;
	}
	
	#footer > .container {
		width: calc(100% - 60px);
    	max-width: calc(100% - 60px);
	}
	
	
	/*----- HOMEPAGE -----*/
	/* SLIDER */	
	#top.home #main #full_slider_1 .slideshow_caption h2 {
		font-size: 2.75rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption h2 span {
		font-size: 1.125rem;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p {
		font-size: .9375rem;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption a.avia-slideshow-button {
		font-size: 1rem;
		padding: 14px 45px 18px 45px;
	}
	
	#top.home #main #full_slider_1 .slideshow_align_caption > a.avia-slideshow-button-2 {
		margin-bottom: .75rem;
	}
	
	/* ACTIVITÉS */	
	#top.home #main #av_section_1 h2 {
		margin-top: 2rem !important;
	}
	
	#top.home #main #av_section_1 .activite .numb_activites p {
		font-size: 4.125rem;
		margin-top: -4px;
	}
	
	#top.home #main #av_section_1 .activite > .av-special-heading-h3 {
		width:50%;
		margin: 0 30px 0.125rem 0;
	}
	
	#top.home #main #av_section_1 .activite > .av-special-heading h3 {
		font-size: 1.625rem;
	}
	
	#top.home #main #av_section_1 .activite .activite_description p {
		width: 100%;
		margin-left: 30px;
	}
	
	#top.home #main #full_slider_1 .slideshow_caption p:last-of-type {
		margin-bottom: 2.5rem;
	}
	
	#top.home #main #av_section_1 .activite .btn_activite {
		bottom: 35px;
	}
	
	/* PRODUITS */
	#top.home #main #av_section_2 > .container > .template-page {
		padding: 25px 0 75px 0;
	}
	
	.responsive #top.home #main .products .product {
		width: 80%;
		display: table;
		float: none;
		margin: 0 auto 2.5rem auto;
	}
	
	.responsive #top.home #main .products .product:nth-last-child(2), 
	.responsive #top.home #main .products .product:last-child {
		margin: 0 auto 2.5rem auto;
	}
	
	#top ul.products .inner_product h2 {
		font-size: 1.125rem;
	}
	
	#top.home #main #av_section_2 h2.woocommerce-loop-product__title {
		margin-bottom: .625rem !important;
	}
	
	#top ul.products .inner_product .price, 
	#top ul.products .inner_product .price span {
		font-size: 1.25rem;
	}
	
	/* ABOUT */
	#top.home #main #av_section_3 .home_about_txt {
		padding: 30px;
		margin-bottom: -20px;
	}
	
	#top.home #main #av_section_3 .home_about_txt h2 {
		font-size: 1.5rem;
	}
	
	#top.home #main #av_section_3 .home_about_txt h2::after {
		font-size: 0.1825rem;
		bottom: -1.25rem;
	}
	
	
	/*----- PRODUITS -----*/
	#top.post-type-archive-product #main > .template-shop ul.products,
	#top.tax-product_cat #main > .template-shop ul.products {
		grid-template-columns: calc(50% - 5px) calc(50% - 5px);
		grid-column-gap: 10px;
    	grid-row-gap: 20px;
	}
	
	#top.post-type-archive-product #main > .template-shop ul.products .inner_product_header,
	#top.tax-product_cat #main > .template-shop ul.products .inner_product_header {
		padding: 5px;
	}
	
	#top.post-type-archive-product #main > .template-shop ul.products li,
	#top.tax-product_cat #main > .template-shop ul.products li {
		margin: 0 !important;
	}
	
	#top.post-type-archive-product #main > .template-shop ul.products li h2,
	#top.tax-product_cat #main > .template-shop ul.products li h2 {
		font-size: .6875rem;
		margin-bottom: .375rem !important;
	}
	
	#top.post-type-archive-product #main > .template-shop ul.products li .price span,
	#top.tax-product_cat #main > .template-shop ul.products li .price span {
		font-size: .9375rem;
	}
	
	
	/*----- PAGE ABOUT -----*/
	#top.page-id-3791 h2 {
		margin: 5rem auto 3rem auto !important;
	}
	
	
	/*----- PAGE ACTIVITÉS -----*/
	#top.page-id-3791 #av_section_1, 
	#top.page-id-3793 #av_section_1, 
	#top.page-id-3795 #av_section_1, 
	#top.page-id-3797 #av_section_1 {
		padding: 60px 0;
	}
	
	#top.page-id-3793 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:last-child, 
	#top.page-id-3793 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child, 
	#top.page-id-3795 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:first-child, 
	#top.page-id-3795 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:last-child, 
	#top.page-id-3795 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child, 
	#top.page-id-3797 #main > .container_wrap_first .content .entry-content-wrapper .flex_column:first-child, 
	#top.page-id-3797 #av_section_1 > .container > .content .entry-content-wrapper > .flex_column:last-child, 
	#top.page-id-3797 #after_section_1 > .container > .content .entry-content-wrapper > .flex_column:first-child {
		margin-bottom: 2rem;
	}
	
	#top.page-id-3793 #av_section_1 h2,
	#top.page-id-3795 #av_section_1 h2,
	#top.page-id-3797 #av_section_1 h2,
	#top.page-id-3793 .vague_gauche h2, 
	#top.page-id-3795 .vague_gauche h2, 
	#top.page-id-3797 .vague_gauche h2 {
		margin: 0 0 2.5rem 0 !important;
	}
	
	#top.page-id-3793 .vague_gauche h2, 
	#top.page-id-3795 .vague_gauche h2, 
	#top.page-id-3797 .vague_gauche h2 {
		font-size: 1.875rem;
	}
	
	#top.page-id-3793 .logo_bio, 
	#top.page-id-3795 .logo_bio, 
	#top.page-id-3797 .logo_bio {
		max-width: 70%;
	}
	
	
	/*----- PAGE PRODUIT -----*/
	#top.single-product .template-shop {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#top div.product .woocommerce-tabs {
		margin:0;
	}
	
	#top.single-product .product .single-product-summary h1 {
		font-size: 1.875rem;
		margin-bottom: 1rem;
	}
	
	#top.single-product .product .single-product-summary p.price {
		margin-bottom: 1.5rem;
	}
	
	#top.single-product .product .single-product-summary p.price span {
		font-size: 1.25rem;
	}
	
	#top.single-product .product .single-product-summary form button {
		width:100%;
		padding: 9px 40px 10px !important;
	}
	
	#top.single-product .product .woocommerce-tabs .panel {
		padding: 20px;
	}
	
	#top.single-product .product .woocommerce-tabs .panel li {
		font-size: .75rem;
	}
	
	/* PRODUITS ASSOCIÉS */
	#top .related.products h2, 
	#top .upsells.products h2 {
		font-size: 1.75rem;
	}
	
	#top .related.products h2::before, 
	#top .related.products .h2::before {
		background-size: cover;
		width: 22px;
		height: 40px;
		left: -30px;
		bottom: 2px;
	}
	
	.responsive #top #main .products .product {
		width: 80%;
		display: table;
		float: none;	
	}
	
	.responsive #top #main .products .product,
	.responsive #top #main .products .product:nth-last-child(2) {
		margin: 0 auto 2.5rem auto;		
	}
	
	.responsive #top #main .products .product:last-child {
		margin: 0 auto;
	}
	
	#top.single-product #av_section_1 h2.woocommerce-loop-product__title {
		font-size: 1.125rem;
		margin-bottom: .625rem !important;
	}
	
	
	/*----- PAGE ACCOUNT -----*/
	#top.page-id-3803 div.woocommerce-error, 
	#top.page-id-3803 div.woocommerce-message, 
	#top.page-id-3803 .woocommerce-info {
		padding: 20px;
	}
	
	
	/*----- PAGE PAGE PLAN DU SITE - MENTIONS LÉGALES - POLITIQUE DE CONFIDENTIALITÉ  -----*/
	#top.page-id-3599 h2, 
	#top.page-id-3599 .h2,
	#top.page-id-3687 h2, 
	#top.page-id-3687 .h2,
	#top.page-id-3760 h2, 
	#top.page-id-3760 .h2 {
		font-size: 1.625rem;
		margin-bottom: 2rem !important;
	}
}



@media screen and (max-width: 300px) {
	
}








