@charset "UTF-8";
/*
Theme Name: LEBLEU
Author: LEBLEU
Author URI: https://ae28c5cc-4dda-4f75-ac3a-de7b76a6e2d7.p.bardy.io/
Version: 3.0.0
Text Domain: wplebleu
*/

/* Variables */

@media print {
	header, footer{
		display: none !important;		
	}

	.print-d-none, .mad-back-to-top{display: none !important;}

	.recette_details, .print-col-12{width:100% !important;}

	.mad-content, body{padding: 0px !important;}

	.mad-product.mad-product-single:not(:last-child) {
    margin-bottom: 20px !important;
	}
	.mad-product-single .left_column{padding:20px 0px !important; border:0px !important;}
}

html {
	margin-top: 0px !important;
}

#wpadminbar {
	display: none !important;
}

.mad_accordions .mad-entity-content a {
	text-decoration: underline !important;
}

.arcticmodal-container {
	width: 75% !important;
	left:12% !important;
	top: 25% !important;
	border:4px solid #001329;
	background: #FFFFFF;
}

.mad-modal--search {
	display:block;
}

:root {
	font-size: 16px;
	--color-primary: #0096D6;
	--color-primary-darker: #067C99;
	--color-primary-lighter: #00b2ff;
	--color-primary-50: #80CEE2;
	--color-primary-25: #BFE6F0;
	--color-primary-10: #E6F6FA;
	--color-primary-5: #F5FDFF;
	--color-neutral: #002129;
	--color-neutral-80: #334347;
	--color-neutral-60: #667A7F;
	--color-neutral-40: #99A6A9;
	--color-neutral-20: #CCD3D4;
	--color-neutral-15: #DFE4E5;
	--color-neutral-10: #EEF1F2;
	--color-neutral-5: #F5F7F7;
	--color-neutral-0: #fff;
	--color-secondary: #001329;
	--color-secondary-80: #337889;
	--color-secondary-60: #669AA6;
	--color-secondary-40: #99BBC4;
	--color-secondary-20: #CCDDE1;
	--color-secondary-10: #E6EFF1;
	--color-secondary-5: #F2F6F7;
}

input[type="text"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
.mad-custom-select .mad-selected-option,
.select2-container--milenia .select2-selection,
.acf-field-select select {
	font-family: inherit !important;
	letter-spacing: 0px;
}

.mad-custom-select .mad-selected-option {
	font-style: italic;
	color: #ACB5BF;
	border-color: #ACB5BF;
}

.mad-custom-select .mad-selected-option:before,
.mad-custom-select .mad-selected-option:after {
	font-style: normal !important;
}

input[type="text"]:not(.search_input),
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="email"]:not(.footer_email),
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
.select2-container--milenia .select2-selection,
.acf-field-select select {

	font-size: 16px !important;
	font-weight: 500 !important;
	color: #737980 !important;
	padding: 0 1rem;
	letter-spacing: 0px !important;
	border: 1px solid #ACB5BF !important;
	border-radius: 4px !important;
}

input[type="file"] {
	border: 0px !important
}

.pt-60 {
	padding-top: 60px;
}

.pr-40 {
	padding-right: 40px;
}

.mt--100 {
	margin-top: -100px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-0{
	margin-top:0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.width-100{
	width:100%;
}

.row-reverse{
	flex-direction: row-reverse;
}

.align-items-center {
	align-items: center;
}


.text-italic {
	font-style: italic;
}

.owl-carousel:not(.no-nav) .owl-nav {
	opacity: 1 !important;
	visibility: visible !important;
}

.mad-owl-moving .owl-nav .owl-prev {
	width: 24% !important;
}

.mad-owl-moving .owl-nav .owl-next>span,
.mad-owl-moving .owl-nav .owl-prev>span {
	opacity: 1 !important;
	visibility: visible !important;
	top: calc(50% + 2rem) !important;
}

.mad-owl-moving .owl-nav .owl-next>span {
	left: 100px !important;
}

.mad-owl-moving .owl-nav .owl-prev>span {
	right: 60px !important;
	left: auto !important
}

.text_container ul:not(.stamps) {
	list-style-type: none !important;
	padding-left: 40px;

}

.text_container ul:not(.stamps) li {
	position: relative;
}

.text_container ul:not(.stamps) li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 30px;
	background-color: var(--color-primary);
	left: -40px;
	top: 11px;
}

.text_container ol:not(.stamps) {
	list-style-type: none !important;
	padding-left: 40px;
	counter-reset: item;
}

.text_container ol:not(.stamps) li {
	position: relative;
	counter-increment: item;
}


.text_container ol:not(.stamps) li:before {
	content: counter(item) "-";
	position: absolute;
	height: 24px;
	width: 30px;
	color: var(--color-primary);
	font-size:16px;
	font-weight: 700;
	left: -30px;
	top: 0px;
}

span.insecable{
	white-space: nowrap;
}

.remove_spaces{
	padding: 80px 0px;
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

.remove_spaces > .content-element-5{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.mad-tab-link{
	text-decoration: none !important;
}

/*
.text_container ul>li:not(:last-child) {
	font-size: 18px;
	line-height: 32px;
}*/

.text_container ul>li>ul {
	margin-top: 10px;
	list-style-type: circle !important;
}

.tp-layer-section-title {
	font-family: inherit !important;
	font-size: 72px !important;
	line-height: 88px !important;
}

.content-element-5:not(:last-child) {
	margin-bottom: 0px !important;
}

.mad-breadcrumb.with-bg-img .mad-page-title {
	max-width:800px;
	margin: auto;
}



.main a:not(.btn){	
	color:#0096D6;
}

.main a:not(.btn):hover{
	color:#026e9c;
}

/* cacher WPML mode dev 
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
	display: none !important;
}*/

/*
.mad-header.header-5:not(.main-header) .mad-pre-header .mad-header-items {
	flex-direction: row !important;
}

.mad-header.header-5 .mad-pre-header .mad-actions,
.mad-header.header-5 .mad-pre-header .mad-actions .mad-col>a:not(.btn) {
	color: inherit !important;
}*/

/*body:not(.home) header,
body:not(.home) header .mad-header-section--sticky-xs {
	background: #001329 !important;
}

body:not(.home) header .mad-logo,
.mad-header-section--sticky-xs.mad-header-section--sticked .mad-logo {
	padding: 12px 0px !important;
}


body:not(.home) header .mad-logo img,
.mad-header-section--sticky-xs.mad-header-section--sticked .mad-logo img {
	max-height: 87px;
}*/

.mad-navigation>li>a {
	text-transform: uppercase;
}

.mad-navigation>li>a,
header .mad-dropdown a {
	font-size: 16px;
	line-height: 32px;
	font-weight: 800;

}

.font-blue {
	color: var(--color-primary)
}

.main>div {
	position: relative;
	z-index: 2;
}

.main>div:first-child {
	z-index: 1;
}

.mad-breadcrumb-path {
	margin-top: 20px;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0px;
	font-weight: 300;
	color: #fff;
	text-transform: initial !important;
}

.mad-breadcrumb-path span {
	display: inline-block;
	margin: 0px 8px;
}

.mad-breadcrumb-path span a {
	color: #ACB5BF !important;
}

#mad-header .container, #mad-footer .container-fluid{
	max-width:100%;
	padding-left: 6rem;
    padding-right: 6rem;
}

.mad-header-item.text-white a {
	color: #fff !important;
}

body:not(.single) .mad-header.header-3.mad-header--transparent .mad-header-section--sticky-xs:not(.mad-header-section--sticked),
body.single-produits .mad-header.header-3.mad-header--transparent .mad-header-section--sticky-xs:not(.mad-header-section--sticked)
 {
	background: transparent !important;
	position: absolute;
	width: 100%;
}

body.single:not(.single-produits) .main{
	padding-top:100px;
}
body.single:not(.single-produits) .mad-header-section--sticky-xs{
	background: var(--color-secondary) !important;
	position: absolute;
	width: 100%;
}

[class*="mad-header-section--sticky"].mad-header-section--sticked{
	position: fixed !important;
}

body.home .mad-header.header-3.mad-header--transparent .mad-header-section--sticky-xs:not(.mad-header-section--sticked) {
	position: absolute;
}

.mad-header.header-3.mad-header--transparent+.rev_slider_wrapper {
	margin-top: 0px !important;
}

.mad-header.header-3 .mad-header-section--sticky-xs .mad-logo {
	padding: 20px 0px !important;
}

.blue_bg {
	margin-top: 80px;
	margin-bottom: 80px;
}

header .text-white {
	color: #fff !important;
}

.mad-our-info .mad-info i {
	color: var(--color-primary)
}

.products_list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 21px;
	row-gap: 21px;
}

.products_list .mad-gallery-item{
	width:calc(23% - 14px);
	height:430px;
}

.products_list .mad-gallery-item:nth-child(1),
.products_list .mad-gallery-item:nth-child(6),
.products_list .mad-gallery-item:nth-child(7),
.products_list .mad-gallery-item:nth-child(12){
	width:calc(54% - 14px);
}

.products_list .mad-gallery-item a{
	height:100%;
}

.products_list .mad-gallery-item a img{
	object-fit: cover;
	height:100%;
}

.products_list .mad-gallery-item .mad-gallery-media:after{
	opacity: 1 !important;
    visibility: visible !important;
		background: linear-gradient(180deg, rgba(33, 22, 14, 0) 22.92%, rgba(33, 22, 14, 0.8) 100%) !important; 
}

.products_list .mad-gallery-item .mad-gallery-desc{
	bottom: 0px !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(20%) !important;
	text-align:left !important;
	padding-left:2rem !important;
	padding-right:2rem !important;
}

.products_list .mad-gallery-item:hover .mad-gallery-desc{
	transform: translateY(0%) !important;
}

.products_list .mad-gallery-item .mad-gallery-desc a{
	color:#fff !important;
}

.searchform-new{
	margin-bottom:40px;
}

.searchform-new .row{
	align-items: flex-end;
}

.searchform-new .row .mad-widget{
	margin-bottom:0px;
}

.acf-repeater .acf-actions .acf-button{	
    display: inline-block;
    color: var(--color-neutral-0);
    font-weight: normal;
    text-align: center;
		font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
    line-height: 1rem;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    background: var(--color-primary);
		font-weight: 800;
	border: 1px solid var(--color-primary);
}

.btn{
	font-weight: 800;
	border: 1px solid var(--color-primary);
}

.btn-pale {
	background-color: #fff;
	color: var(--color-primary);

}

.btn-pale:hover {
	color: #fff;
	background-color: var(--color-primary);
}

.btn-reset:after{
	display: none !important;
}

.mad-breadcrumb.with-bg-img{
	padding-top: 16rem;
    padding-bottom: 16rem
}

.mad-btn{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 10px;
}

.menu_btn {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}

.mad-header-section--sticky-xs:not(.mad-header-section--sticked) .menu_btn {
	display: none;
}

.top_menu{
	column-gap: 1.5rem !important;
	
}

.top_menu a{
	color: var(--color-neutral) !important;
	font-size: 0.75rem !important;
}

.top_menu a:before{
	background: var(--color-neutral) !important;
	margin-top:0px !important;
}

.mad-header-section--sticky-xs.mad-header-section--sticked .container {
	padding-left: 4rem;
	padding-right: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 100% !important;
}

.mad-footer {
	position: relative;
	margin-top: 80px;
}

.mad-footer .mad-footer-main {
	position: relative;
	z-index: 1;
}

.mad-footer .picto_left {
	position: absolute;
	max-width: 650px;
	max-height: 700px;
	bottom: 0px;
	left: 0px;
}

.mad-footer .picto_right {
	position: absolute;
	max-width: 400px;
	max-height: 375px;
	bottom: 0px;
	right: 0px;
}

.mad-footer,
.blue_bg {
	padding: 2rem 0;
	position: relative;
	background-color: #F6FAFE;


}

.mad-footer:before,
.blue_bg:before {
	content: "";
	position: absolute;
	height: 4vw;
	width: 100%;
	top: -49px;
	background-image: url("assets/images/top_footer.png");
}

.blue_bg:after {
	content: "";
	position: absolute;
	height: 70px;
	width: 100%;
	bottom: -60px;
	background-image: url("assets/images/bottom_wave.svg");
}

.mad-newsletter-form.one-line .mad-col:first-child {
	max-width: 100%;
}

footer h6.mad-widget-title {
	font-size: 16px;
	font-weight: 800;
	line-height: 32px;
	margin-bottom: 32px;
	text-transform: uppercase;
}

footer .mad-logo img {
	margin-top: -40px;
}

.mad-footer-subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #667A7F;
	margin-bottom: 15px;
	text-transform: initial !important;
}

.mad-newsletter-form.one-line .btn {
	height: 100%;
}

footer p.content-element-4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.mad-vr-list ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: initial !important;
}

.mad-vr-list.menu ul li {
	margin-bottom: 8px;
	font-weight: 700;
	color: var(--color-primary);

}

.img_container img{width:auto}

.mad-vr-list.menu ul li a{
	text-decoration: none !important;
}

.mad-text-link:not(.no-arrow):after,
.mad-text-link:not(.no-arrow):before {
	height: 2px;
	width: 100%;
	background-color: var(--color-primary);
	margin-top: 0px !important;
	mask: initial !important;
	-webkit-mask: initial !important;
}

.mad-footer-bottom {
	padding-top: 2rem;
}

.copyrights {
	margin-bottom: 0px !important;
	font-size: 14px;
}

.picto_bg {
	position: relative
}

.picto_bg .moule_blanche {
	position: absolute;
	max-height: 680px;
	max-width: 400px;
	top: -100px;
	right: -65px;
}

.picto_bg .moules_blanches {
	position: absolute;
	max-height: 731px;
	max-width: 1079px;
	top: 50%;
	transform: translateY(-50%);
	left: -4rem;
}

.picto_bg .gaspareau {
	position: absolute;
	max-height: 420px;
	max-width: 400px;
	top: -200px;
	right: 0px;
}

.picto_bg .huitres {
	position: absolute;
	max-height: 800px;
	max-width: 560px;
	top: 380px;
	left: 0px;
}

.picto_bg .crevettes {
	position: absolute;
	max-height: 1200px;
	max-width: 900px;
	bottom: -525px;
	left: 0px;
}

.main :nth-child(1 of div.white_bg){
	background-image: url("assets/images/layer.svg");
	background-position: top -130px right;
	background-repeat: no-repeat;
}

.no_picto .picto {
	display: none !important;
}

.mad-product .image-preview-container.type-2 {
	position: relative;
}


.mad-back-to-top {
	background: var(--color-primary);
}

.mad-back-to-top:hover {
	background: var(--color-primary-lighter);
}

#rev-slider-1 .tp-parallax-wrap {
	max-width: 95rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	min-width: initial !important;
}

.tp-bullets {
	display: none;
}

.rev_slider_wrapper .mad-pre-title i {
	color: #fff !important
}

.mad-breadcrumb {
	position: relative;
	/*margin-bottom: 100px;*/

}

#sidebar {
	position: relative;
	padding-top: 52px;
}

#sidebar:not(.no_background):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -4rem;
	background-image: url("assets/images/oursins.svg");
	background-size: cover;
	background-position: center;
	height: 625px;
	width: 500px;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

#sidebar .mad-widget {
	position: relative;
	/*z-index: 1;*/
}

.btn-small{
	display: flex;
	align-items: center;
}

header .mad-dropdown .mad-dropdown-element a{
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 14px;
}

.mad-lang .mad-dropdown-element{
	margin-top:0rem;
}

.mad-lang:hover > .mad-dropdown-element{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#rev-slider-1 li:after,
.mad-breadcrumb::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("assets/images/wave.svg");
	background-size: cover;
	background-color: transparent;
	background-position: center bottom;
	height: 5vw;
	z-index: 3;
}

.content-element-5 {
	margin-bottom: 0px;
	padding: 80px 0px;
}

.img_container {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.img_container.small_image{
	padding-left:100px;
	padding-bottom:80px;
}

.img_container .image_grosse{
	position:relative;
	z-index: 1;
}

.img_container .image_petite{
	position: absolute;
	bottom:0px;
	left:20px;
	max-width:440px;
	border:solid 30px #fff;
	z-index: 2;
}

body.page-template-default .img_container img.img_absolute {
	position: absolute;
	top: -200px;
	left: 20px;
	max-width: 1000px !important;
}




.img-left>.container>.row {
	flex-direction: row-reverse;
}

.img-left .img_container img.img_absolute {
	right: 50px;
	left: initial !important
}

.petit_poisson {
	position: absolute;
	top: -200px;
	right: 0;
	max-width: initial !important;
}

.mad-pre-title {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 16px;
}

.mad-pre-title i {
	margin-top: 16px;
	font-size: 28px;
	color: #009DC4;
}

.mad-form .acf-field-select select, .mad-form.acf-form .select2-selection {
	border: 2px solid var(--color-neutral-80);
	height: 3.5rem;
	padding: 0 1rem;
	line-height: 3.375rem;
	display: block;
	background-color: transparent;
	color: var(--color-neutral-80);
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	text-overflow: ellipsis;
	padding-right: 2.5rem;
}
/*
.mad-form .select2-selection__rendered{
	padding: 0 !important;
}*/

.acfe-form.acf-form .select2-container .select2-selection--multiple .select2-search__field{
	padding:0px !important;
}

.mad-form .select2-selection--single{
	padding:0px !important; 
}

.mad-form.acf-form .acf-selection{
	font-size: 16px !important;
    font-weight: 500 !important;
    color: #737980 !important;
    padding: 0 !important;
    letter-spacing: 0px !important;    
		line-height: 3.375rem;
}

.mad-form.acf-form .select2-selection__arrow{
	display: none;
}

.acfe-form.acf-form .select2-container .select2-selection--multiple .select2-selection__rendered{
	display: block !important;
}

.acfe-form.acf-form .select2-container .select2-selection--multiple .select2-search__field{
	border:0px !important;
	height:55px !important;
	margin-top:0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	margin-top:0px !important;
	height: 45px;
	margin-bottom: 5px;
	display: inline-flex;
	justify-content: center;
	padding-right:10px;
	align-items: center;
}

.iti input, .iti input[type=tel], .iti input[type=text]{
	height: 3.5rem;
  padding-left:45px !important;
    line-height: 3.375rem;
}

.acf-true-false input{
	display: inline-block !important;
	-webkit-appearance:checkbox !important;
	margin-right:10px;
}

.mad-form .acf-field.acf-accordion{
	border-bottom:0px !important;
}

.mad-navigation {	
	column-gap: 2rem;
}

.mad-gmap{
	height: auto !important;
	max-height: 40.625rem;
	min-height: auto !important;
}


.mad-form .acf-field-select .acf-input:before, .mad-form .acf-field-post-object .select2-selection:before {
	color: var(--color-neutral-80);
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	content: "keyboard_arrow_down";
	font-family: 'Material Icons';
	font-size: 1.25rem;
	line-height: inherit;
	position: absolute;
	max-width: 1rem;
}

.btn[disabled] {
    padding: 1rem 1.5rem 1rem;
    display: inline-block;
    color: var(--color-neutral-0);
    font-weight: normal;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1rem;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    background: rgba(100,100,100);
	cursor: default;
	border-color: rgba(100,100,100);
}

.main .btn, .footer_logo_box .btn {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 32px;
	padding: 12px 24px;
}

.main .btn::after, .footer_logo_box .btn:after {
	margin-left: 6px;
	content: "\f061";
	font-family: "Font Awesome 6 Pro" !important;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

.btn-noarrow i{
	line-height: 1 !important;
}

.btn-noarrow:after{
	display:none !important;
}

.btn-transparent{
	background-color: transparent;
	color:#0096D6;
	border:solid 1px #0096D6;
}

.btn-transparent:hover, .offres-list .offre:hover .btn-transparent{
	background-color: #0096D6;
	color:#fff;
}

.offres-list{
	display:flex;
	flex-direction: column;
	row-gap: 20px;
}

.offres-list .offre{
	 padding:16px;
	 background-color: #F7F9FA;
	 border-bottom:solid 1px #737980;
}

.offres-list .offre h3{
	font-size:28px;
	line-height:36px;
}

.offres-list .offre p{
	font-size:18px;
	line-height:32px;
}

.offres-list .offre a.btn{
	font-size:16px;
	line-height: 32px;
	padding:8px 16px;
}

.offres-list .offre .mad-entity-content h3, .offres-list .offre .mad-entity-content p{
	margin-bottom:0px !important;
}

.offres-list .offre .mad-entity-content .row{
	height:100%;
}

.offres-list .offre .mad-entity-content .row > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

.acf-label label, .acf-table label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: initial !important;
	color: #001329;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.acf-table input[type="number"]{
	padding: 10px 1rem !important;
}

.acf-field p.description{
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	letter-spacing: 0px;
}

.checkboxes_list {
	display: flex !important;
	flex-direction: column;
	row-gap: 10px;
}

.acf-checkbox-list,
.checkboxes_list.flex_row,
.acf-radio-list {
	display: flex !important;
	flex-direction: row;
	column-gap: 35px;
	row-gap: 20px;
	flex-wrap: wrap;
}

.mad-entity a{
	text-decoration: none !important;
}

.acf-checkbox-list:before,
.acf-radio-list:before {
	display: none !important;
}

.acf-checkbox-list li label,
.checkboxes_list li label,
.acf-radio-list li label {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	text-transform: none;
	color: #737980;
}

.acf-checkbox-list input,
.checkboxes_list input {
	display: block !important;
	-webkit-appearance: checkbox !important;
	margin-right: 10px;
}

.acf-radio-list input{
	display: block !important;
	-webkit-appearance: radio !important;
	margin-right: 10px;
}

.acf-field-radio .acf-input{
	height:56px;
	display: flex;
	align-items: center;
}

#type_de_compte {
	/*margin-bottom: 60px;*/
}

.acf-date-picker{
	position: relative;
}

.acf-date-picker:before{
	content:"\f073";
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:10px;
	z-index: 0;
	font-family: "Font Awesome 6 Pro";
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display,inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	cursor:pointer;
}

.acf-date-picker input{
	padding-left:30px !important;
	position:relative;
	z-index: 1;
	background-color: transparent !important;
}

.sticky_image{
	position: relative;

}

.sticky_image .bottom_sticky{
	position:absolute !important;
	bottom:0 !important;
}

.sticky_image .sticky{
	position: fixed !important;
	top:170px;	
}

#type_de_compte .acf-label label {
	font-size: 18px !important;
}

.acf-basic-uploader {
	display: inline-flex;
}

.acf-basic-uploader input {
	position: absolute;
	left: -20000px;
}

.acf-basic-uploader span {
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--color-primary);
	padding: 6px 24px;
	display: inline-flex;
}

.acf-basic-uploader span:hover {
	background-color: var(--color-primary-lighter);
}

.acf-form-submit {
	margin-top: 60px;
}

.acf-form-submit .btn_annuler {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 800;
	line-height: 32px;
	text-transform: uppercase;
	background-color: #fff;
	border: solid 2px var(--color-primary);
	color: var(--color-primary);
	padding: 10px 24px;
	display: inline-flex;
	text-decoration: none !important;
}

.acf-form-submit .btn_annuler:hover {
	color: #fff !important;
	background-color: var(--color-primary);
}

.acf-field-post-object 

.bg_blue_wave {
	position: relative;
	padding-top: 1px;
	display: flex;
	flex-direction: column;
	margin-top: 150px;
}

.bg_blue_wave:before {
	content: "";
	position: absolute;
	top: -72px;
	left: 0;
	right: 0;
	background-image: url("assets/images/blue_wave.svg");
	background-size: cover;
	background-color: transparent;
	background-position: center bottom;
	height: 73px;
	z-index: 0;
}

.bg_blue_wave .mad-section {
	position: relative;
	z-index: 2;
}

.mad-icon-boxes.grid-type .mad-icon-box:not([data-bg-image-src]):not(.empty-item):after {
	opacity: 1;
	visibility: visible;
}

.mad-icon-boxes.grid-type .mad-icon-box:hover .back-side {
	opacity: 1;
	visibility: visible;
}

.mad-icon-boxes.grid-type .mad-icon-box .back-side {
	flex-direction: column;
	color: var(--color-primary);
}

.mad-icon-boxes.grid-type .mad-icon-box .mad-icon-box-title {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
}

.mad-icon-boxes.grid-type .mad-icon-box .mad-pre-title {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: none !important;
	font-weight: 400;
	letter-spacing: initial !important;
}

.mad-icon-boxes.grid-type .mad-icon-box .mad-pre-title i {
	color: inherit
}

.mad-icon-boxes.grid-type .mad-icon-box p {
	max-width: initial !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}

.mad-icon-boxes.grid-type .mad-icon-box p i {
	margin-left: 8px;
}

.mad-icon-boxes.grid-type .mad-icon-box .back-side i {
	font-size: 60px;
	font-weight: 300;
	color: inherit;
	margin-bottom: 10px;
}

.mad-icon-boxes.grid-type .mad-icon-box .back-side p {
	font-size: 18px;
	line-height: 32px;
	color: inherit;
	margin-bottom: 10px;
}

.mad-icon-boxes.grid-type .mad-icon-box .back-side p.bigger {
	font-size: 20px;
	font-weight: 700;
}

.owl-carousel.mad-owl-center:after {
	height: 30%;
}

.mad-entity-footer {
	align-items: center;
	margin-bottom: 30px;
	row-gap:2rem;
}

h3.mad-entity-title a{
	color:var(--color-neutral) !important
}

h4.mad-entity-title a{
	color:#fff !important
}

.user_alert{
	margin-top:40px;
}

.user_alert .acf-field:not(.acf-field-63b5aafe9482d):not(.acf-field-6419adc5a8942):not(.acf-field-63eaaaaa8d62b){
	display:none !important;
}

.user_update .acf-field.acf-field-63b5aafe9482d,
.user_update .acf-field.acf-field-6419adc5a8942,
.user_update .acf-field.acf-field-63eaaaaa8d62b
{
	display:none !important;
}

.mad-entity-footer a, .mad-entity-footer span {
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none !important;
	
}

.owl-item .mad-entity-footer a{
	color:#fff;
}

.mad-entity-footer i:first-child {
	margin-right: 10px;
}

.mad-entity-footer i:last-child {
	margin-left: 10px;
}

.acf-field-accordion .acf-fields{
	display: flex;
	flex-wrap: wrap;
}

/*
.mad-entities.type-7 .mad-entity .mad-entity-content{
	transform: initial !important;
}*/

.mad-entities.type-7 .mad-entity .mad-entity-content {
	transform: translateY(calc(100% - 15rem));
}

.mad-entities.type-7 .mad-entity .mad-entity-content>.tags {
	opacity: 1 !important;
	visibility: visible !important;
}

.row-gap-0 {
	row-gap: 0px !important;
}

.return_link {
	display: flex;
	column-gap: 6px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 800;
	color: var(--color-primary);
	align-items: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.return_link i{
	text-decoration: none !important;
}

.tags {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}


.tags li a,
.tags.small li {
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	border: solid 1px #737980;
	border-radius: 25px;
	display: block;
	text-decoration: none !important;
}

.user_update #type_de_compte{
	display: none !important;
}

.tags.small li {
	font-size: 11px !important;
	line-height: 21px !important;
	padding: 4px 15px !important;
}

.tags.darker li a{
	border-color: #737980 !important;
}


ul.stamps li {	
	background: #B5D2EE;
	border-color: #B5D2EE !important;		
	white-space: nowrap;
}

ul.stamps li br{
	display: none;
}

/*.tags li:not(.tag_fourchette) a:before {
	margin-right: 6px;
	content: "\f005";
	font-family: "Font Awesome 6 Pro" !important;
	font-size: 18px;
	font-weight: 900;
	color: var(--color-primary);
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}*/

.owl-item .tags li a{
	color:#fff !important;
}


.tags li.tag_fourchette a{
	display: flex;
	align-items: center;
	column-gap: 5px;	
	text-decoration: none !important;
	font-size:14px;
	
}

.tags li.tag_fourchette a:before{
	content:"";
	width:20px;
	height:20px;
	display: inline-block;
	background-image:url("/wp-content/uploads/2023/02/fourchette_bleue.png");
	background-position: center;
	background-size: contain;
}

.content-element-main:not(:last-child) {
	margin-bottom: 4rem;
}

.mad-product-small .mad-product-description {
	max-width: 280px
}

.mad-room-details ul:not(.difficulty)>li {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap !important;
	margin-bottom: 7px;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 14px;
}

.mad-room-details ul:not(.difficulty)>li strong {
	margin-right: 10px;
	color: #001329;
	white-space: nowrap;
}

.mad-room-details ul.difficulty {
	display: flex;
}

.mad-room-details ul.difficulty li {
	width: 12px;
	height: 12px;
	border: solid 1px var(--color-primary);
	background-color: transparent;
	margin-right: 5px;
	border-radius: 25px;
}

.mad-room-details ul.difficulty li.selected {
	background-color: var(--color-primary);
}

h3.mad-entity-title {
	font-weight: 700;
}

.mad-sponsors {
	row-gap: 100px;
	padding: 100px 0px;
}

.mad-search-form.type-2 input,
.filtres .mad-selected-option {
	padding-left: 0px !important;
	padding-right: 40px;
	border-bottom: solid 2px var(--color-primary);
	padding-bottom: 5px !important;
	font-style: italic;
	font-size: 16px;
	line-height: 21px;
	color: #737980;
	letter-spacing: 0px !important;
	height: auto !important;
}

.mad-search-form.type-2 button {
	right: 10px !important;
	left: initial !important;
	color: var(--color-primary) !important;
}

.mad-widget:not(:last-child) {
	margin-bottom: 4rem;
}

h6.mad-widget-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.mad-product.mad-product-single:not(:last-child) {
	margin-bottom: 8rem;
}

.mad-products .mad-product-title a {
	font-size: 20px;
	font-weight: 700;
}

.mad-products .mad-category {
	font-size: 14px;
	line-height: 24px;
	color: #737980;

}

.image-preview-container.type-2 .image-preview {
	min-width: initial !important;
	margin-left: 0px !important;
	position: relative;
}

.image-preview-container.type-2 .image-preview .fourchette_bleue {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 100px;
}

.image-preview-container.type-2 .image-preview .adapte_enfant {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100px;
}

.image-preview .dates {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 12px;
	line-height: 32px;
	background: #001329;
	border-top: solid 2px #fff;
}

.recette_header {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 40px;
	row-gap: 1.5rem;
}

.recette_header .tags {
	margin-bottom: 0px !important;
}

.recette_header .mad-rest-info-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.recette_header .mad-rest-info-item .mad-rest-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: #737980;
	margin-right: 10px;
}

.recette_header .mad-social-icons ul li a {
	background-color: transparent;
	color: var(--color-primary);
	align-items: center;
	justify-content: center;
	display: flex;
	text-decoration: none !important;
}

.recette_header .mad-social-icons ul li a:hover {
	color: var(--color-primary-lighter);
}

.recette_details .mad-pre-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #505459;
	text-transform: initial !important;
	letter-spacing: 0px;
	margin-bottom: 8px;
}

.produits_details .mad-pre-title {
	letter-spacing: 0px;
	margin-bottom: 16px;
}

.recette_details h1,
.produits_details h1, .produits_details h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}

.recette_details h1 {
	margin-bottom: 40px !important;
}

.recette_details h3,
.produits_details h3 {
	margin-top: 30px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

.recette_details h3 {
	margin-bottom: 16px !important;
}

.produits_details .species {
	margin-bottom: 32px !important;
}

.produits_details .mad-room-details {
	margin-bottom: 16px !important;
}

.produits_details h3 {
	margin-bottom: 0px;
}

.produits_details p {
	margin-bottom: 30px;
}

.produits_details > .row{
	row-gap:20px;	
	margin-left:-10px;
	margin-right:-10px;
}

.produits_details >.row>*{
	padding-left:10px !important;
	padding-right:10px !important;
}

.produits_details .widget{
	padding:24px;
	border:solid 1px #A09BAA;
	height:100%;
}

.produits_details .widget.bleu_fonce{
	background-color: #001329;
	border:0px !important;
}

.produits_details .widget.bleu_pale{
	background-color: #0096D6;
	border:0px !important;
}

.produits_details .widget.bleu_fonce *, .produits_details .widget.bleu_pale *{
	color:#fff;
	margin-bottom:0px;
}

.produits_details .widget .species{
	margin-bottom:20px !important;
}

.produits_details .tags{
	margin-bottom:0px;
}

.produits_details .widget h3{
	margin-top:0px !important;
	margin-bottom:15px;
}

.produits_details .widget p{
	margin-bottom:15px;
}

.produits_details .widget *:last-child{
	margin-bottom:0px !important;
}

.mad-product-single .left_column {
	border: 1px solid #ACB5BF;
	padding: 32px;
	max-width: 95%;
}

.mad-product-single .left_column h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 30px;
}

.mad-product-single .left_column h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 16px;
}

.mad-product-single .left_column ul:not(:last-child) {
	margin-bottom: 64px;
}

.mad-product-single .left_column ul li {
	margin-bottom: 16px;
	display: flex;
	flex-direction: row;
	column-gap: 16px;
}

.mad-product-single .left_column ul li span {
	line-height: 32px;
	display: inline-block;
}

.mad-product-single .left_column ul.ingredients .qty {
	width: 75px;
	text-align: right;
	font-weight: 700;
	color: var(--color-primary);
}

.mad-product-single .left_column ul.preparation .checkbox {
	width: 30px;
	padding: 10px 9px;

}

.mad-product-single .left_column ul.preparation .checkbox input {
	-webkit-appearance: checkbox !important;
	display: block !important;
}

.savoir_plus {
	padding: 32px;
	background: #ACB5BF;
	margin-bottom: 32px;
}

.savoir_plus h4 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.savoir_plus p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px !important;
}

.video_player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom:20px;
}

.video_player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mad-entities.type-2 .mad-entity {
	padding-left: 2rem;
}

.mad-entities .mad-entity .mad-entity-content {
	padding-right: 2rem;
	padding-bottom: 1.5rem;
}

.species {
	margin-bottom: 0px !important;
	font-style: italic;
	color: #737980;
}

.species strong {
	font-style: normal !important;
}

.species.dark {
	color: #001329 !important
}

.smaller_tags {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}

.smaller_tags li label {
	display: inline-block;
	padding: 8px 16px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 21px;
	font-weight: 700;
	color: #737980;
	border: 1px solid #737980;
	border-radius: 36px;
	cursor: pointer;
	background-color: #fff;
}

.smaller_tags li label:hover,
.smaller_tags li label.selected {
	background-color: #737980;
	color: #fff;
}


.mad-tabs {
	width: 100%;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
	font-family: inherit;
	font-size: 28px;
	line-height: 36px;
	color: #001329;
	font-weight: 700;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active>a {
	border-bottom: solid 2px var(--color-primary);
	color: var(--color-primary);
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tab {
	padding-top: 2rem;

}

.filtres {
	margin-bottom: 80px;
}

.filtres h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	text-transform: initial !important;
	color: #001329;
	margin-bottom: 20px;
}

.no_padding_top .content-element-5 {
	padding-top: 0px !important;
}

.no_padding_bottom.bg_blue_wave{
	padding-bottom: 0px !important;
}

.no_padding_bottom .content-element-5 {
	padding-bottom: 0px !important;
}

.no_padding .content-element-5 {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
}

#form_inscription .row{
	row-gap: 1rem !important;
}

.slider_partners{
	padding:0px !important;
}

.slider_partners .mad-sponsors{
	padding:30px 0px  !important
}

.slider_partners .owl-dots, .slider_partners .owl-dots button{
	position:relative;
}

.slider_partners .owl-carousel .mad-grid-item{
	display: flex;
	align-items: center;
	padding:0px 15px;
}

.no_img_absolute img.img_absolute, .no_img_absolute .img_container img {
	position: relative !important;c
	top: auto !important;
}

.flex-center .row {
	align-items: center;
}

.bg_picto{
	position: relative;
}

.bg_picto .content-element-5{
	position: relative;
	z-index: 2;
}

.bg_picto .bg_crevettes{
	position:absolute;
	top:0;
	right:0;
}

.bg_picto .bg_poissons{
	position:absolute;
	bottom:0;
	left:45%;
}

.rev_slider_wrapper .mad-pre-title {
	line-height: 32px;
}

.rev_slider_wrapper .mad-pre-title i {
	margin-top: 8px !important
}

.btn-huge>i {
	vertical-align: -4px;
}


.mad-pagination>li:first-child>a,
.mad-pagination>li>a.mad-arrows>i,
.mad-pagination>li>span {
	display: block;
	font-weight: 500;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	font-size: 1rem;
	line-height: 3.5rem;
	color: var(--color-primary);
	border-radius: 50%;
	border: 1px solid var(--color-primary) !important;
	transition: all .5s ease;
}

.mad-pagination>li>span.current {
	background-color: var(--color-primary) !important;
	color: #fff !important;
}

.mad-pagination>li:last-child {
	display: flex;
	justify-content: flex-end;
}

.mad-icon-box h6.mad-icon-box-title {
	white-space: normal !important;
}

.mad-icon-boxes.grid-type .mad-icon-box {
	background-position: center;
}

#message.updated {
	background: #50c450;
	padding: 10px 20px;
}

#message.updated p {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

/*
@media only screen and (min-width: 1440px) {
	.mad-header.header-3+.rev_slider_wrapper .tp-caption {
		padding-left: 156px !important;
	}
}

*/

.mad-nav-btn,
.show_mobile {
	display: none;
}

.mad-nav-canvas.full-screen .mad-vr-nav>ul>li a {
	font-family: inherit;
	letter-spacing: 0px;
}

.mad-options-list{
	background-color: #fff;
}

.mad-widget .select2-container--default .select2-selection--single{
	border:0px !important;
}

.mad-widget .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left:0px !important;
	color: #ACB5BF;    
}

.mad-form.acfe-form > div{
	width:100%;
}

.mad-form .acf-fields > .acf-field{
	border:0px !important;
}

.mad-form .acf-field.acf-accordion .acf-label.acf-accordion-title{
	background-color: #fff;
	color: var(--color-primary);
    padding: 1rem;  		
    text-align: initial;
    display: block;
    width: 100%;
    position: relative;
		border-color: var(--color-primary);
}

.mad-form .acf-field.acf-accordion .acf-label.acf-accordion-title label{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 400;
	font-family: "Anglecia", sans-serif;
	color: var(--color-primary);
}

.mad-form .acf-field.acf-accordion .acf-label.acf-accordion-title .dashicons{
	font-size:30px;
}

.mad-form .acf-field.acf-accordion .acf-accordion-content .acf-fields{
	padding:15px 0px !important;
}

.mad-widget .select2{
	cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    line-height: 2rem;
    position: relative;
    padding-right: 2.625rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0;    
		font-style: italic;    
		padding-bottom: 0.875rem;
    height: 2.5rem;
		width:100% !important;
		border-bottom: 2px solid #ACB5BF;
}

.mad-widget .select2-selection__arrow b{display: none;}

.mad-widget .select2-selection__arrow:before{
	content: "keyboard_arrow_up";
	opacity: 0;
	visibility: hidden;
}

.select2-selection__arrow:after{
	content: "keyboard_arrow_down";
	font-family: 'Material Icons';
	font-size: 1.25rem;
	font-style: normal !important;
	line-height: inherit;
	position: absolute;
	color: var(--color-neutral-80);
	top: 0;
	right: 0;
	max-width: 1rem;
	-webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

table th, table tfoot td.title{
	font-family: inherit !important;
}

.mad-table-wrap{
	overflow-x: auto;
}

.offres_list{
	min-width:1475px;
}

ul.offres_list, ul.substituts{
	list-style: none !important;
	padding-left:0px !important;
}

ul.offres_list > li{
	border-bottom: 1px solid #ACB5BF;
	padding:40px 0px;
}

ul.offres_list li:before, ul.substituts li:before{
	display: none !important;
}

ul.offres_list > li a{
	display: block;
}

.offres_list a.company_name{
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color:#001329;	
}

.offres_list p{
	font-size:inherit !important;
	line-height: inherit !important;
}

.offres_list a:not(.company_name){
	font-weight: 500;
	margin-top:8px;
	line-height: 24px;
}

.mad-panels-title>button{
	font-family: inherit;
    font-size: 24px;
    line-height: 36px;
    color: #001329;
    font-weight: 700;
}


ul.offres_list > li h5{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color:#001329;
	margin-bottom:14px;
}

ul.offres_list > li p{
	font-weight: 400;
font-size: 16px;
line-height: 32px;
	color: #737980;
	margin-bottom:10px;
}

ul.offres_list > li p.quantity{
	font-weight: 700;
font-size: 20px;
line-height: 32px;
	color: #001329 !important;
}

.product_link{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product_link a{
	margin-bottom:0px !important;
}

.mad-gmap{
	position: relative;
	z-index: 0;
	margin-bottom:-60px;
}

.mad-entity-media > a{
	position: relative;
	display: block;
}

.mad-entity-media .company_logo{
	position: absolute;
	top:5%;
	left:5%;
	/*transform: translate(-50%, -50%);*/
	max-height: 50%;
	width:auto !important;
	max-width:60%;
}

.user_image_preview .company_logo{
	position: absolute;
	max-height: 50%;
	width:auto !important;
	top:5%;
	left:5%; 
	/*transform: translate(-50%, -50%);*/
}

img.aligncenter{
	display: block;
	margin: 0px auto;
}

ul.gallery li img{
	width:100% !important;
	height: auto !important;
	margin-bottom:10px;
}

.btn-set{
	width:100%;
}

.space-between{
	justify-content: space-between !important;
}

.space-between .content-element-2{
	display: flex;
	column-gap: 15px;
}

.lost_password{
	display: flex;
	align-items: flex-end;
	margin-top:0px !important;
}

p.credit{
	font-style: italic;
	margin-top:10px;
}

.select2-container.-acf[data-select2-id^=select2-data] .select2-selection--multiple{
	overflow: visible !important;
}

.acfe-form.acf-form .select2-container .select2-selection--multiple .select2-selection__rendered{
	display: flex !important;
	flex-wrap: wrap;
}

.mad-form .acf-field-select select, .mad-form.acf-form .select2-selection{
	height: auto !important;
}

.contact_right p{
	font-size:20px;
	line-height: 30px;
	color:#505459;
	margin-bottom:24px;
}

.contact_right p strong{
	font-weight: 600;
}

.contact_right p a.blue{
	color:#0096D6;
}
.mad-nav-canvas.full-screen .mad-nav-inner{
	row-gap: 5rem !important;
}
.mad-form .acf-field[data-width] + .acf-field[data-width]{border-left: none !important;}

.mad-nav-canvas.full-screen .mad-vr-nav>ul>li:not(:last-child){
	margin-bottom:1rem !important;
}
.mad-nav-canvas.full-screen .mad-vr-nav>ul>li>a{
	font-size: 2rem !important;
}

.my_profile i{display: none;}

.footer_logo_box{
	margin-top:-16px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: flex-start;
	justify-content: center;
	height:100%;
	padding-bottom:15px;
}


.footer_logo_box img{
	max-width:300px;
}

.footer_logo_box .btn:after{
	content: "\f0e0"; 
	font-weight: 900 !important;
}

.mad-pre-header-new{
	line-height:4rem;
	text-align: right;
	padding-left: 4rem;
	padding-right: 4rem;
}

.bandeau{
	margin: 0 4rem;
	padding:16px 48px;
	background-color: #F7941D;
	background-image: url("assets/images/bandeau_back.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bandeau.no_padding{
	margin:0px !important;
}

.bandeau .inner{
	max-width: 700px;
	margin:auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-left:50px;
}

.bandeau .inner p{
	font-weight: 700;
	font-size:20px;
	color:#fff;
	line-height: 32px;
	margin-bottom:0px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.btn-bandeau{
	background:#fff;
	color:#F7941D;
	border-color: #F7941D;
	display:flex;
	align-items: center;
}

.btn-bandeau i{
	font-weight: 400 !important;
}

.btn-bandeau:hover{
	color:#fff;
	border-color: #fff;
	background:#F7941D;
}

.mad-dropdown-new .my_profile{
	padding:12px 24px;
	background-color: #0096D6;
	
}

.mad-dropdown-new .my_profile span{
	text-transform: uppercase;
}

.mad-dropdown-new.mad-lang>a:after{
	margin-left:0px !important; 
	font-weight: 400;
	font-size: 1.75rem;
}

.mad-dropdown-new.mad-lang .mad-dropdown-element{
	margin-left: 0rem !important;
	width: 100%;
	background-color: #fff;
	padding:0px !important;
	margin-top: 6px;
}

.mad-dropdown-new.mad-lang .mad-dropdown-element li:not(:first-of-type){
	border-top:solid 1px #E4E4E4;
}

.mad-dropdown-new.mad-lang .mad-dropdown-element li a{
	padding:8px 16px;
	display: block;
	font-size:16px;
	font-weight: 800;
	line-height: 32px;
	text-transform: uppercase;
	color:#0096D6;
}

.mad-navigation .sub-menu{
	padding:1rem 0;
}

.mad-navigation .sub-menu>li>a{
	line-height: 24px;
	padding: 0.5rem 2rem;
}

.industries{display: none;}

.inner_accordions{
	display: flex;
}

.inner_accordions dl{
	margin-bottom: 0px !important;
}

.inner_accordions .mad-panels-title:not(:first-child){
	margin-top:2rem;
}

.inner_accordions .mad-entity-content{
	width:100%;
}

.inner_accordions .mad-panels-title{
	padding:20px;
	background-color: #0096D6;	
	width:100%;
	margin-bottom:0px !important;
}

.inner_accordions .mad-panels-title.mad-panels-active{
	background-color: transparent !important;
	border:solid 1px #0096D6;
	border-bottom:0px !important;
}

.inner_accordions .mad-panels-title.mad-panels-active button{
	color:#0096D6 !important;
}

.inner_accordions .mad-panels-title button{
	color:#fff !important;
}

.inner_accordions .mad-panels-title button:before{
	background-color: #fff !important;
}

.inner_accordions .mad-panels-title button:after{
	background-color: #0096D6 !important;
}

.inner_accordions .mad-panels-definition{
	padding:20px !important;
	border:solid 1px #0096D6;
	border-top:0px !important;
}

.mad_accordions{
	display: flex;
	background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
		justify-content: flex-end;
}

.mad_accordions .mad-entity-content{
	position: relative !important;
	transform: none !important;
	margin:80px 0px;
	padding:64px !important;
	top:initial !important;
	width:100%;
	max-width:62rem !important;
	background-color: #001329 !important;
	border:solid 1px #fff;
}

.mad_accordions .mad-entity-content *{
	color:#fff !important;
}

.mad_accordions .mad-panels-title>button:before, .mad_accordions .mad-panels-title>button:after{
	display: none !important;
}

.mad_accordions .mad-panels-title>button{
	padding-left:0px !important;
}

.mad_accordions .mad-panels-title:not(:first-child){
	border-top:1px solid #4F4F4F;
}

.mad_accordions .mad-panels-title{
	margin:0px !important;
	padding:20px 0px !important;
}

.mad_accordions .mad-panels-definition{
	padding-top:0px !important;
}

div.produits-tab-savoir-plus {
	background-color: #0096D6;
	padding: 20px;
	color: #fff;
}

.font-emphasis {
	font-weight: bold;
	font-size: 20px;
    line-height: 32px;
}

.h-100 {
	height: 100% !important;
}

.widget.bg-blue {
	background-color: #0096D6;
}

.widget.bg-blue h3,
.widget.bg-blue p {
	color: #ffffff;
}

.sticky_image > .fourchette_bleue {
	position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
	z-index: 1;
}

div.img-caption p {
	font-size: 16px;
    line-height: 24px;
	margin-top: 10px;
}

@media only screen and (max-width: 1700px) {
	#mad-header .container, #mad-footer .container-fluid {
		min-width: 100%;
		padding-left: 3rem;
		padding-right: 3rem;
	}

	#mad-header .container .mad-header-items {
		padding-left: 15px;
		padding-right: 15px;
	}

	.rev_slider_wrapper .container-fluid {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.container-fluid {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.bandeau{
		margin: 0 3rem;
	}
}



@media only screen and (max-width: 1600px) {
	#main .mad-entities.type-2.item-col-2>*, #main .mad-entities.type-7.item-col-2>*, #main .mad-entities.type-3.item-col-2>*{
		width:50%;
	}

	.footer_logo_box{
		justify-content: center;
	}

	.footer_logo_box .btn{
		font-size: 13px;
	}

	.mad-logo{
		max-width:250px;
	}

	.mad-navigation, .mad-actions{
		column-gap: 1rem !important;
	}

	p br{
		display: block !important;
	}
}

@media only screen and (max-width: 1400px) {
	.mad-logo{max-width:200px;}

	.mad-navigation>li>a, header .mad-dropdown a{
		font-size: 14px !important;
	}

	.mad-room-details ul:not(.difficulty)>li strong {
		/*white-space: initial !important;*/
	}

	.mad-room-details ul:not(.difficulty)>li {
		/*flex-direction: column;
		row-gap: 10px;*/
		margin-bottom: 10px;
	}

	.image-preview-container.type-2 .image-preview .fourchette_bleue {
		width: 90px;
	}

	.mad-owl-moving .owl-next {
		width: 32% !important;
	}

	.owl-carousel.nav-size-2>.owl-nav>button,
	.mad-owl-moving .owl-nav .owl-prev>span,
	.mad-owl-moving .owl-nav .owl-next>span {
		width: 5rem;
		height: 5rem;
	}

	.mad_accordions .mad-entity-content{
		max-width: 50rem !important;
	}
}

@media only screen and (max-width: 1200px) {
	#main .mad-entities.type-2.item-col-2>*, #main .mad-entities.type-7.item-col-2>*, #main .mad-entities.type-3.item-col-2>*{
		width:100%;
	}

	#mad-header .container, #mad-footer .container-fluid{		
		padding-left: 2rem;
			padding-right: 2rem;
	}

	.img_container img.img_absolute, body.home  .img_container img{
		left:160px;
	}

	.menu_btn {
		justify-content: center;
	}

	.mad-header-items .menu_btn {
		display: none;
	}

	.mad-nav-btn {
		display: block;
	}

	.mad-pre-header,
	.mad-navigation-container {
		display: none;
	}

	.rev_slider_wrapper .container-fluid, .main > .container-fluid {
		padding: 0px !important;
	}

	.bandeau{
		margin: 0 !important;
	}

.mad-nav-btn.mad-opened{
	z-index: 999;
}

	.mad-nav-canvas.full-screen.mad-nav-opened {
		transform: translateY(2px);
	}

	.mad-nav-canvas.full-screen {
		position: fixed;
		top: 0px;
		height: calc(100vh);		
		background-color: var(--color-secondary);
	}

	header .mad-logo img {
		max-height: 87px;
	}

	.img_container img.img_absolute, body.home  .img_container img {
		position: relative !important;
		top: auto !important;
		right: auto;
		width:100%;
		
		min-width: initial !important;
	}

	.mad-icon-boxes.grid-type.grid-reverse {
		flex-direction: row !important;
	}

	.mad-icon-boxes.grid-type.grid-reverse .mad-icon-box:not([data-bg-image-src]):after {
		transform: initial !important;
		right: auto;
		left: 100%;
	}

	.mt-lrg-0 {
		margin-top: 0px !important;
	}

	#rev-slider-1 li:after,
	.mad-breadcrumb::before,
	.mad-footer:before,
	.blue_bg:before {
		height: 8vw;
	}

	.mad-page-title br,
	.mad-section-title br {
		display: none !important;
	}

	.content-element-5 {
		padding: 50px 0px;
	}

	.mad-footer:not([class*="footer-"]) .mad-footer-main .row>.col-lg-12 {
		order: initial !important
	}

	.mad-entity-footer {
		margin-top: 30px;
	}

	.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
		font-size: 22px !important;
	}

	.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
		flex-direction: column;
		row-gap: 10px;

	}

	.recette_header {
		margin-top: 0px;
		flex-wrap: wrap;
		margin-bottom: 30px;
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: space-between;	
	}

	.products_list .mad-gallery-item:nth-child(1), 
	.products_list .mad-gallery-item:nth-child(6), 
	.products_list .mad-gallery-item:nth-child(7), 
	.products_list .mad-gallery-item:nth-child(12){
		width: calc(33.3333% - 14px);
	}

	.products_list .mad-gallery-item {
    width: calc(33.3333% - 14px);    
	}

	.offres-list .offre .mad-entity-content .row > div{
		text-align: left !important;
	}	

	.mad-pre-header-new{
		padding-top:0px !important;
	}
}

@media only screen and (max-width: 991px) {
	.row-reverse{
		flex-direction: column-reverse !important;
	}

.mt-md-120{
	margin-top:60px;
}
	
	.footer_logo_box{
		margin-top:10px !important;
		flex-direction: row;
		column-gap: 30px;
	}

.post-type-archive-recettes #sidebar{
	margin-top:60px;
}

.img_container img.img_absolute, body.home  .img_container img{
	left:0px;
}

#sidebar .mad-widget:not(:last-child){
	margin-bottom:30px;
}

	.mad-content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mad-form .btn {
		width: auto !important;
	}

	.pt-0 {
		padding-top: 0px !important;
	}


	.pt-md-0 {
		padding-top: 0px;
	}

	.blue_bg {
		margin-top: 100px !important;
	}

	.no-vr {
		row-gap: 0px !important;
	}

	.mad-sponsors {
		padding: 40px 0px !important;
		row-gap: 40px !important;
	}

	.picto_bg .crevettes {
		max-height: 600px;
		bottom: -300px;
	}

	.show_mobile {
		display: block;
	}

	.hide_mobile {
		display: none !important;
	}

	.mad-product.mad-product-single:not(:last-child) {
		margin-bottom: 80px !important;
	}

	.produits_details {
		margin-top: 50px;
	}

	.mad-owl-moving .owl-next {
		width: 27% !important;
	}

	.owl-carousel.nav-size-2>.owl-nav>button,
	.mad-owl-moving .owl-nav .owl-prev>span,
	.mad-owl-moving .owl-nav .owl-next>span {
		width: 4rem;
		height: 4rem;
	}

	.mad-entities .mad-entity .mad-entity-content {
		padding-top: 3rem;
	}

	.recette_header {
		margin-top: 40px;
	}

	.picto_bg .picto.huitres {
		display: none;
	}

	#sidebar {
		padding-top: 0px;
	}

	#sidebar:before {
		display: none !important;
	}

	.moule_blanche {
		display: none !important;
	}

	.two_column .row:not(.small-gap){
		row-gap:100px !important;
	}

	#mad-header .container {
		padding-left:0px;
		padding-right:0px;
	}

	.mad-dropdown-new{display: none;}
	.industries{display: block;}

	.mad_accordions {
		background-image: none !important;
	}

	.mad_accordions .mad-entity-content{
		margin:0px !important;
		padding:32px !important;
	}
	.mad-panels:not(.mad-panels--style-2){
		margin-bottom:0px !important;
	}

	.products_list{
		column-gap: 20px;
    row-gap: 20px
	}

	.products_list .mad-gallery-item:nth-child(1), 
	.products_list .mad-gallery-item:nth-child(6), 
	.products_list .mad-gallery-item:nth-child(7), 
	.products_list .mad-gallery-item:nth-child(12){
		width: calc(50% - 10px);
	}

	.products_list .mad-gallery-item {
    width: calc(50% - 10px);  
		height: 350px  
	}

	.products_list .mad-gallery-item .mad-gallery-desc{
		transform: translateY(10%) !important;
	}

	.offre .row{
		row-gap: 1rem !important;
	}
	.annonces_btn{
		align-items: flex-start !important;
	}
}

@media only screen and (max-width: 767px) {
	#formulaire_recherche{
		margin-bottom: 20px;
	}

	.mad-form .mad-flex-item>.btn-set{
		flex-wrap: wrap;
	}
	 #sidebar{
		margin-bottom:40px;
	}
	
	.bandeau .inner{
		flex-direction: column;
		row-gap: 10px;
	}

	.row.vr-size-2 {
		row-gap: 2rem !important;
	}

	.mad-icon-boxes.item-col-4>* {
		width: 100% !important;
	}

	.mad-icon-boxes.grid-type .mad-icon-box:not([data-bg-image-src]):after,
	.mad-icon-boxes.grid-type.grid-reverse .mad-icon-box:not([data-bg-image-src]):after {
		transform: rotate(90deg) !important;
		left: 50% !important;
		top: 101% !important;
	}

	.mad-entities.type-7 .mad-entity .mad-entity-content {
		transform: translateY(calc(100% - 8rem));
	}

	h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.mad-icon-boxes.grid-type .mad-icon-box.box-with-text {
		padding: 5rem 1rem;
	}

	.mad-icon-boxes.grid-type .mad-icon-box:not(.box-with-text) {
		padding: 12rem 1rem;
	}

	.row {
		row-gap: 1rem !important;
	}


	.footer_logo_box{		
		flex-direction: column;		
	}


	.filtres {
		row-gap: 2rem !important;
	}

	.img_container {
		margin-top: 30px;
	}

	.mad-room-details ul:not(.difficulty)>li {
		flex-direction: row;
	}

	h3:not(:last-child) {
		margin-bottom: 1rem;
	}

	.mad-product-single .left_column {
		max-width: 100%;
		margin-bottom: 40px;
		padding: 24px 16px !important;
	}

	.row.mb-50 {
		margin-bottom: 0px !important;
	}

	.mad-content .picto {
		display: none !important;
	}


	.mad-entity-footer {
		row-gap: 2rem;
	}

	.mad-nav-canvas.full-screen .mad-vr-nav>ul>li a{
		padding:0px 20px;
		white-space: normal !important;
	}

	.text_container iframe{
		width:100%;
		height:400px;
	}

	.bandeau .inner{
		padding-left:0px;
	}

	.products_list .mad-gallery-item:nth-child(1), 
	.products_list .mad-gallery-item:nth-child(6), 
	.products_list .mad-gallery-item:nth-child(7), 
	.products_list .mad-gallery-item:nth-child(12){
		width: 100%;
	}

	.products_list .mad-gallery-item {
    width: 100%;  
		height: 350px  
	}

	.mad-widget.mad-btn{
		align-items: flex-start !important;
	}
}

@media only screen and (max-width: 600px) {
	.tp-layer-section-title {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.text_container iframe{
		width:100%;
		height:350px;
	}
}

@media only screen and (max-width: 575px) {
	body:not(.home) .mad-breadcrumb.with-bg-img{
		padding-top: 12rem;
    padding-bottom: 12rem;
	}

	.bandeau .inner{
		text-align: center;
	}

#rev-slider-1{
	max-height:80vh;
}
	
	body:not(.home) .mad-breadcrumb.with-bg-img h1.mad-page-title{
		font-size: 40px;
    line-height: 50px;
	}

	footer {
		text-align: center;
	}

	footer .mad-social-icons ul,
	.mad-vr-list.menu ul li,
	.btn-set {
		justify-content: center;
	}

	.image-preview-container.type-2 .image-preview .fourchette_bleue {
		width: 80px;
		top: 15px;
		right: 15px;
	}

	.mad-owl-moving .owl-nav {
		display: none !important;
	}

	.owl-item .mad-entity-title {
		font-size: 24px;
		line-height: 32px;
	}

	.tp-layer-section-title {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	#rev-slider-1 li:after,
	.mad-breadcrumb::before,
	.mad-footer:before,
	.blue_bg:before {
		left: 0;
		height: 15vw
	}

	.mad-footer-main .pt-60 {
		padding-top: 0px !important;
	}

	.mad-footer-main .mad-widget-title {
		margin-bottom: 10px;
		margin-top: 30px;
	}

	.mad-footer .picto_left,
	.mad-footer .picto_right {
		display: none !important;
	}

	.mad-product.mad-product-single:not(:last-child) {
		margin-bottom: 50px !important;
	}

	.mad-product-single .left_column ul li {
		margin-bottom: 8px;
	}

	.mad-product-single .left_column ul:not(:last-child) {
		margin-bottom: 40px;
	}

	.mad-entities .mad-entity .mad-entity-content {
		padding-top: 1.5rem;
	}

	.species {
		margin-bottom: 10px !important;
	}

	.mad-product-single .mad-room-details ul:not(.difficulty)>li {
		flex-direction: column;
	}

	.produits_details h1 {
		margin-bottom: 10px !important;
	}

	.mad-room-details ul:not(.difficulty)>li {
		flex-direction: column;
	}

	.my_profile i{display: inline-block;}
	.my_profile{display: flex;}
	.my_profile span{display: none;}
	.mad-lang .mad-dropdown-element{
		margin-left: -6rem;
	}

	.text_container iframe{
		width:100%;
		height:300px;
	}
}

@media only screen and (max-width: 480px) {
	.mad-lang .mad-dropdown-element{
		margin-left: -7rem;
	}

	.mad-header-items {
		flex-direction: row !important;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.produits_details h3 {
		margin-bottom: 5px !important;
	}

	body:not(.home) header .mad-logo img,
	.mad-header-section--sticky-xs.mad-header-section--sticked .mad-logo img {
		max-height: 70px;
	}

	.mad-nav-canvas.full-screen.mad-nav-opened {
		transform: translateY(110px);
	}

	p {
		font-size: 16px;
		line-height: 28px;
	}

	.picto_bg .picto {
		display: none !important;
	}

	.mad-form.type-2 .row {
		row-gap: 2rem !important;
	}

	.mad-header-section--sticky-xs .container {
		padding: 0px 1rem !important;
	}

	.menu_btn {
		flex-direction: column;
		row-gap: 1rem;
		align-items: center;
	}

	h1 {
		font-size: 40px;
		line-height: 54px;
	}

	.mad-entities.type-7 .mad-entity .mad-entity-content>.tags {
		display: none !important;
	}

	.mad-entities.type-2 .mad-entity .mad-entity-media+.mad-entity-content {
		padding-left: 0px !important
	}

	.mad-pre-title {
		font-size: 16px;
		margin-bottom: 10px;

	}

	.mad_accordions .mad-entity-content{		
		padding:32px 0px !important;
		border:0px !important;
	}

	.slider_partners .row > div{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.slider_partners img{
		max-width: 280px;
	}

	.mad-colorizer--scheme-color-3>.mad-colorizer-bg-color{
		background-color:#001329 !important
	}
	body.home .picto_bg .moules_blanches{
		display: none !important;
	}

	.img_container.small_image{
		padding-left: 1rem !important;
		padding-bottom: 0px !important;
	}

	.img_container .image_petite{
		position: relative;
		max-width: 100% !important;
		border: 0px !important;
		left:0px !important;
		margin-top:15px;
	}
}

.footer-bottom.mad-footer-bottom p a {
	color: var(--color-neutral-80);
	font-size: 14px;
	text-decoration: underline;
}