/*
	Theme Name: Halena child
	Theme URI: http://demo.agnidesigns.com/halena/demos
	Author: AgniDesigns	
	Version: 1.154
	Description: Minimal & Modern eCommerce WordPress Theme.
	Author URI: http://themeforest.net/user/AgniHD	
	Template: halena
*/

/* purple: #49354d */
/* green: #659e5e */

/* POPUP ================================ */
.pum-theme-5423 .pum-container,
.pum-theme-lightbox .pum-container {
	border: none !important;
}

.essb-customizer-toggle {
	display: none;
}

h2 {
	color: #49354d;
	line-height: 50px;
}

h4 {
	color: #49354d;
	font-size: 24px;
}

p {
	font-size: 20px !important;
	line-height: 27px;
}

.purple,
.purple h3,
.purple li {
	color: #49354d;
}

.purple-weight {
	font-weight: 700;
	color: #49354d;
}

.purple-weight a {
	text-decoration: underline;
}

.bold {
	font-weight: 700;
}

.bg-gris {
	background-color: #ebebeb;
}

.upper,
.upper h2 {
	text-transform: uppercase;
}

.purple, 
.purple h2 {
	color: #49354d;
}

.white {
	color: white;
}

.btn-vert,
.btn-mauve,
.btn-mauve-2  {
	font-weight: 700 !important;
	font-size: 24px;
	position: relative;
	padding: 15px 0;
}

.btn-vert:hover {
	color: #76b143 !important;
/*	background-color: #76b143 !important;*/
}

.btn-vert::before {
	content: "";
	position: absolute;
	background: url("https://98dc20.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-top.png") no-repeat;
	width: 100%;
	height: 8px;
	top: 2px;
	left: 0;
	transition: all 0.3s;
}

.btn-vert::after {
	content: "";
	position: absolute;
	background: url("https://0315e3.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-bottom.png") no-repeat;
	width: 100%;
	height: 8px;
	bottom: 0px;
	left: 0;
	transition: all 0.3s;
}

.btn-vert:hover::before,
.btn-mauve:hover::before,
.btn-mauve-2:hover::before {
	top: -2px;
/*	left: 30px;*/
} 

.btn-vert:hover::after,
.btn-mauve:hover::after,
.btn-mauve-2:hover::after {
	bottom: -3px;
/*	left: -30px;*/
} 


.btn-mauve,
.btn-mauve-2 {
	color: #49354d !important;
}

.btn-mauve:hover,
.btn-mauve-2:hover {
	color: #659e5e !important;
}

.btn-mauve::before {
	content: "";
	position: absolute;
	background: url("https://8ee8c2.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-top-mauve.png") no-repeat;
	width: 100%;
	height: 8px;
	top: 2px;
	left: 0;
	transition: all 0.3s;
}

.btn-mauve::after {
	content: "";
	position: absolute;
	background: url("https://b50995.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-bottom-mauve.png") no-repeat;
	width: 100%;
	height: 8px;
	bottom: 0px;
	left: 0;
	transition: all 0.3s;
}

.btn-mauve-2::before {
	content: "";
	position: absolute;
	background: url("https://193fea.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-top-mauve-2.png") no-repeat;
	width: 100%;
	height: 8px;
	top: 2px;
	left: 0;
	transition: all 0.3s;
}

.btn-mauve-2::after {
	content: "";
	position: absolute;
	background: url("https://045035.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-bottom-mauve-2.png") no-repeat;
	width: 100%;
	height: 8px;
	bottom: 0px;
	left: 0;
	transition: all 0.3s;
}

.bg-btn-mauve {
	display: block;
	background: url('https://f3de08.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-btn-mauve.png') no-repeat;
	background-size: contain;
	background-position: left center;
	font-weight: 700;
	padding: 25px 15px 25px 35px;
} 

.bg-btn-mauve:hover {
	background: url('https://c51d33.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-btn-mauve-hover-1.png') no-repeat;
	color: #49354d !important;
	padding: 25px 15px 25px 35px;
	background-size: contain;
	background-position: left center;
}

.polaroid {
	box-shadow: 0px 5px 50px -10px #888;
	background: white;
    padding: 20px;
}

.polaroid-no-padding-left {
	box-shadow: 0px 5px 50px -10px #888;
    padding: 20px 20px 20px 20px;
    background: white;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.max-width-125 img {
	max-width: 125%;
}

/* MAILCHIMP */
.checkbox-recettes,
.checkbox-decouvertes,
.checkbox-gdpr {
	position: relative;
}

.checkbox-recettes input,
.checkbox-decouvertes input,
.checkbox-gdpr input {
	position: relative;
    left: -9999px;
}
   
.checkbox-recettes span,
.checkbox-decouvertes span,
.checkbox-gdpr span {
    width: 46px;
    height: 36px;
    display: inline-block;
    border: 3px solid #49354d;
    position: relative;
    top: 10px;
    left: -16px;
}

.checkbox-recettes label,
.checkbox-decouvertes label,
.checkbox-gdpr label {
	user-select: none;
	cursor: pointer;
	color: #49354d;
}

.checkbox-gdpr br {
	display: none;
}

.checkbox-recettes label.checkbox input:checked + span,
.checkbox-decouvertes label.checkbox input:checked + span,
.checkbox-gdpr label.checkbox input:checked + span {
	width: 46px;
    height: 36px;
    background-image: url(https://aa9ce0.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox-gdpr label {
	line-height: 21px;
}

input[type=email] {
    border: 3px solid #49354d;
    font-size: 20px;
    width: 300px;
}

input[type=submit] {
	background-color: transparent;
	border: 3px solid #49354d;
	color: #49354d;
	font-size: 20px;
	width: 50px;
    height: 44px;
    background-image: url(https://1d6460.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/arrow-submit.png);
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    margin-left: -9px;
    margin-top: -3px !important;
    padding: 0px !important;
    box-sizing: border-box;
}

input[type=submit]:hover {
	background-color: #49354d;
	border: 3px solid #49354d;
}

input[type=submit]:active,
input[type=submit]:visited,
input[type=submit]:link,
input[type=submit]:focus {
	background-color: #49354d;
	border: 3px solid #49354d;
}

#mc_embed_signup div.mce_inline_error {
	width: 298px !important;
}

.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #49354d;
}

.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #49354d;
	opacity: 1;
}

.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #49354d/;
	opacity: 1;
}

.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #49354d;
}

#mce-success-response {
	color: #659e5e;
}

/* NAV ============================= */
ul.nav-menu-content:not(.additional-primary-nav-menu-content) >li >a {
	font-size: 18px !important;
	font-weight: 700;
	color: #6b506e;
	text-transform: uppercase;
}

.header-icon img {
	padding-top: 20px;

}

ul.nav-menu-content:not(.additional-primary-nav-menu-content) >li a {
	position: relative;
}

ul.nav-menu-content:not(.additional-primary-nav-menu-content) >li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '';
	color: transparent;
	background: #659e5e;
	height: 2px;
	transition: all 0.3s;
}

ul.nav-menu-content:not(.additional-primary-nav-menu-content) >li a:hover {
	color: #659e5e;

}

ul.nav-menu-content:not(.additional-primary-nav-menu-content) >li a:hover:after {
	width: 100%;
}

#navigation li:first-of-type a::after {
	left: -12px;
}

#navigation li:last-of-type a::after {
	left: 5px;
}

.current-menu-item a {
	color: #659e5e !important;
/*	font-weight: 700;*/
}

.header-navigation-menu-container {
    background-color: rgba(255,255,255,0.7);
}

.has-hardcrop:not(.portfolio-no-gutter) .portfolio-row:not(.ignore-thumbnail-settings) .portfolio-thumbnail .portfolio-thumbnail-attachment-image {
	display: block;
}

/* logo principale */
.header-logo-container img {
	width: 290px;
	padding-top: 20px;
}

/*image droite*/
.header-menu-icons.header-menu-icons-additional-color img {
	width: 240px;
	padding-right: 50px;
	padding-top: 15px;
}

/* image gauche */
.header-additional-primary-container.nav-menu-additional-color img {
	margin-left: 50px;	
} 

.center-header-menu .header-center-menu-top-flex {
	align-items: flex-start;
}

/* FOOTER ============================= */
#dorothee-footer {
	background-color: #49354d;
	color: white;
}

#dorothee-footer .medias {
	padding: 25px 0; 
}

#dorothee-footer .medias a {
    text-align: center;
	float: left;
	width: 68px;
	height: 68px;
	border: 2px solid white;
	border-radius: 100%;
	margin-right: 17px; /*space between*/
	color: white;
	transition: all 0.3s;
}

#dorothee-footer .medias a i {
	font-size: 38px;
    line-height: 67px;
    transition: all 0.3s;
}
	
/* facebook */	
#dorothee-footer .medias a:first-of-type:hover .fa.fa-facebook {
	color: #3b5999;
}

#dorothee-footer .medias a:first-of-type:hover {
	border: 2px solid #3b5999;
}

/* instagram */
#dorothee-footer .medias a:nth-of-type(2):hover .fa.fa-instagram {
	color: #e4405f;
}

#dorothee-footer .medias a:nth-of-type(2):hover {
	border: 2px solid #e4405f;
}

/* youtube */
#dorothee-footer .medias a:nth-of-type(3):hover .fa.fa-youtube-play {
	color: #cd201f;
}

#dorothee-footer .medias a:nth-of-type(3):hover {
	border: 2px solid #cd201f;
}

/* linkedin */
#dorothee-footer .medias a:nth-of-type(4):hover .fa.fa-linkedin {
	color: #0077B5;
}

#dorothee-footer .medias a:nth-of-type(4):hover {
	border: 2px solid #0077B5;
}

/* twitter */
#dorothee-footer .medias a:nth-of-type(5):hover .fa.fa-twitter {
	color: #55acee;
}

#dorothee-footer .medias a:nth-of-type(5):hover {
	border: 2px solid #55acee;
}

#dorothee-footer .copyright {
	padding: 35px 0;
	font-size: 16px;
	font-weight: 700;
	padding-left: 70px; 
}

#dorothee-footer .realisation-sfroy a {
	color: white;

}

/* ACCUEIL ============================= */
#accueil-stack-2 {
    overflow: visible;
    z-index: 1;
}

#accueil-stack-3 .cta-accueil-envoyer-moi-recette a {
	font-weight: 700;
	font-style: italic;
}

.assiette figure:first-of-type {
    position: relative;
}

.assiette figure .monAssiette {
    width: 70%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.assiette figure .fromage {
    position: absolute;
    top: 0%;
    left: 62%;
}

.assiette figure .peche {
    position: absolute;
    top: 65%;
    left: 65%;
}

.assiette figure .feuille-1 {
    width: 20%;
    position: absolute;
    top: 46%;
    left: 76%;
}

.assiette figure .feuille-2 {
    width: 20%;
    position: absolute;
    top: 90%;
    left: 35%;
}

.img-shadow>div {
	box-shadow: 0px 5px 50px -10px #888;
}

.img-shadow .section-column-bg-container,
.img-shadow .section-column-inner-bg-container {
	padding: 20px 0 20px 20px;
	background-color: white;
}

.gourmandes-box {
	text-align: center;
	position: relative;
}

.gourmandes-box:hover .gourmandes-info {
	background-color: rgba(73, 53, 77, 0.93);
}

.gourmandes-box .gourmandes-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(73, 53, 77, 0.8);
	margin: 0 15px;
	color: white;
	pointer-events: none;
	transition: all 0.3s;
}

.gourmandes-box img {
	transition: all .3s;
	width: 100%;
}

.gourmandes-box:hover img {
	/*opacity: .8;*/
}

.layer {
/*	background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    width: 100%;
    height: 100%;*/
}

.gourmandes-box .gourmandes-info h4 {
	color: white;
	font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 0;
}

.gourmandes-box .gourmandes-info p {
	margin-bottom: 20px;
}

.envie-de-plus h2 {
	font-weight: 700 !important;
	margin-top: 0;
	margin-bottom: 0;	
}

.voir-toutes-les-decouvertes {
	color: #e96161;
	position: relative;
}

.voir-toutes-les-decouvertes::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e96161;
	width: 100%;
	height: 1px;
	transition: all 0.3s;
}

.voir-toutes-les-decouvertes:hover::after {
	background-color: #49354d;		
}

.voir-toutes-les-decouvertes:hover {
	color: #49354d;
}

.social-1,
.social-2 {
	z-index: 1;
}

#accueil-stack-6 {
	z-index: 1;
}

#accueil-stack-7 > .container {
	position: relative;
	z-index: 3;
}

#accueil-stack-7 .cuillere {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	max-height: 100%;
}

#accueil-stack-7 .fourchette {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	max-height: 100%;
}

#accueil-stack-7 .nos-partenaires h3 {
	font-weight: 400;
	color: #49354d;	
}

#accueil-stack-7 .nos-partenaires h4 {
	font-weight: 400;
	line-height: 30px;
	font-size: 26px;
	color: #49354d;
	padding: 35px 10px 10px;		
}

#accueil-stack-7 .inscrivez-vous h2 {
	font-weight: 400;
	line-height: 42px;
	color: #49354d;		
}

#accueil-stack-7 .logo-collaborateur,
#accueil-stack-7 .logo-sfroy {
	text-align: center;
}

#accueil-stack-7 .logo-sfroy img {
	width: 60%;
}

#accueil-stack-7 .logo-collaborateur img {
	width: 160px;
}

#mc_embed_signup ul {
	list-style-type: none;
	padding-left: 0;
}

#accueil-stack-7 .sous-titre-infolettre {
	padding-right: 150px;
}

#accueil-stack-7 .sous-titre-infolettre h4 {
	font-size: 22px;
    line-height: 28px;
}

/* BIO ============================= */

#apropos-stack-6 {
	z-index: 3;
	padding-bottom: 30px;	
}

#apropos-stack-6 .logo-sfroy img {
	width: 90%;
}

#cta-sfroy {
	z-index: 1;
}

.has-dark-mode li {
	line-height: 24px;
	padding-bottom: 10px;
}

/* fix bug overflow:hidden */
.page-id-3412 #content {
	overflow: initial;
}

.max-width-657 {
	max-width: 657px;
}

.max-width-546 {
	max-width: 546px;	
}

.max-width-1093 {
	max-width: 1093px;
}

.bio-stack-mon-partenaire {
	margin-top: 50px;
}


/* CONTACT ================================ */
.wok figure:first-of-type {
    position: relative;
}

.wok figure .monWok {
    width: 70%;
    position: absolute;
    top: 5%;
    left: 0%;
}

.wok figure .tomates {
    width: 35%;
    position: absolute;
    top: 0%;
    left: 62%;
}

.wok figure .assiette-noix {
    width: 50%;
    position: absolute;
    top: 55%;
    left: 60%;
}

.wok figure .persil-1 {
    width: 50%;
    position: absolute;
    top: 0%;
    left: 47%;
}

.wok figure .persil-2 {
    width: 15%;
    position: absolute;
    top: 38%;
    left: 72%;
}

.wok figure .persil-3 {
    width: 50%;
    position: absolute;
    top: 80%;
    left: 38%;
}

.wok img {
	user-select: none;
}

.page-id-3502 .agni-slide-title h2 {
	text-transform: uppercase;
	line-height: 49px;
	font-weight: 400;
}

.gform_wrapper .gfield_required {
	display: none;
}

.gfield_label {
	display: none !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 100% !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 15px !important;
	color: #49354d !important;
	border: 3px solid #49354d;
	font-weight: 700;
}

#gform_confirmation_message_1 {
	font-weight: 700;
	color: #49354d !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 30px !important;
}

.gform_wrapper textarea.medium {
	padding: 10px 15px !important;
	color: #49354d !important;
	font-weight: 700;
	border: 3px solid #49354d;	
}

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

.page-id-3502  #contact-stack-2 button, input[type="button"],
.page-id-3502  #contact-stack-2 input[type="reset"],
.page-id-3502 #contact-stack-2 input[type="submit"] {
	border: 0;
	background: url('https://5874d5.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-btn-submit.png') no-repeat;
	background-size: cover;
	padding: 20px;
	width: 230px !important;
	height: 63px;
	font-weight: 700;
	color: white;
}

.page-id-3502 #contact-stack-2 button, input[type="button"]:hover,
.page-id-3502 #contact-stack-2 input[type="reset"]:hover,
.page-id-3502 #contact-stack-2 input[type="submit"]:hover {
	color: #49354d;
	background: url('https://50680a.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-btn-submit-hover.png') no-repeat;
	background-size: cover;
	width: 230px !important;
	height: 63px;
}

#contact-stack-2 {
	z-index: 3;
	overflow: visible;
}

::-webkit-input-placeholder { /* Chrome */
  color: #49354d !important;
  font-weight: 700;	
}
:-ms-input-placeholder { /* IE 10+ */
  color: #49354d !important;
  font-weight: 700;	
}
::-moz-placeholder { /* Firefox 19+ */
  color: #49354d !important;
  opacity: 1 !important;
  font-weight: 700;	
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #49354d !important;
  opacity: 1 !important;
  font-weight: 700;	
}

/* RECETTES ARCHIVES ====================== */ 
.portfolio-column {
/*	margin: 0 !important;
    padding: 0 !important;*/
}

.page-id-4500 .agni-slide-title h2 {
	text-transform: uppercase;
	line-height: 34px;
	font-weight: 400;
	font-size: 44px;
	text-shadow: 1px 1px 7px #444;
}

.page-id-4500 .agni-slide-title h2 div {
	padding-top: 5px;
	font-size: 22px !important;
}

.filter-btn {
	margin-top: -10px;
}

.filter a {
	color: #49354d;
	font-weight: 700;
}

.filter a:hover {
	color: #659e5e;
}

.filter a.active {
	color: #659e5e;	
}

.portfolio-filter {
	padding-top: 50px;
}

.portfolio-bottom-caption-title {
	text-align: center;
	margin-top: 0;
}

.portfolio-bottom-caption-category.list-inline {
	text-align: center;
}
.portfolio-bottom-caption-category.list-inline a {
	color: #659e5e !important;
	font-weight: 700;	
	font-size: 20px;
	padding-top: 10px;
	display: inline-block;
}

.portfolio-bottom-caption-category li:before{
	color: #76b143 !important;
}

.portfolio-bottom-caption-title a {
    font-size: 18px;
    line-height: 24px;
	color: #49354d;
	font-weight: 400;
	text-transform: uppercase;
}

.portfolio-content-container {
	background-color: rgba(73,53,77, 0.4) !important;
}

.portfolio-column.portfolio-post {
	margin-top: 10px !important;
}

.portfolio-number-navigation.page-number-navigation.navigation {
	justify-content: center;	
}

.page-numbers li a {
	color: #49354d;
	font-weight: 700;
}

/* regle bogue double scrollbar recettes */
.page-id-4500 #primary-portfolio {
	overflow: hidden;
}

/* SINGLE RECETTE ========================= */
#recette-stack-1 {
	margin-top: 15px;
	background: url(https://b29039.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-header-single-recette.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}

#recette-stack-1 .row.stack-titre {
	padding-bottom: 75px;
}

#recette-stack-1 .titre-recette {
	font-size: 42px;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
	color: #49354d;
	text-transform: uppercase;
}

#recette-stack-1 .wrapper-img-recette {
	background-color: white;
	box-shadow: 0px 5px 50px -10px #888;
}

#recette-stack-1 .wrapper-img-recette img {
	width: 100%;
	padding: 20px;
}

#recette-stack-1 .recette-infos {
	background-color: #49354d;
}

#recette-stack-1 .row.recette-infos {
	margin: 30px 0 0 0;
	text-align: center;
	position: relative;
}

#recette-stack-1 .row.recette-infos h4 {
	color: #659e5e;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding-top: 40px;
}

#recette-stack-1 .row.recette-infos h5 {
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding-bottom: 40px;
}

#recette-stack-1 .row.recette-infos .filets-recettes-info:not(:first-of-type)::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 50px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url(https://95720c.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-info.png);
	background-size: contain;
	background-position: left top;
}

#recette-stack-1 .bloc-adsense-1 {
	text-align: center;
}

#recette-stack-1 .deco-adsense-1 {
	background-color: #e2b687;
	opacity: 0.5;
	width: 336px;
	height: 433px;
	margin: 20px 32px;	
}

#recette-stack-1 .adsense-1 {
	text-align: center;
	width: 300px;
	height: 280px;
	position: absolute;
	margin: -355px 50px 0;
	background-image: url(https://456f92.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/Dole_Tag_tasty_outline.svg);
	background-repeat: no-repeat;

}

.preparation-ingredients {
	padding-top: 50px;
}

.preparatioin-ingredients h2 {
	color: #49354d;
	text-transform: uppercase;
	font-size: 50px;
	padding-bottom: 30px;
}

.preparatioin-ingredients h3 {
	color: #49354d;
	text-transform: uppercase;
	font-size: 30px;
}

.bloc-preparation h2::before {
	content: "";
	position: absolute;
	background: url("https://79c4f7.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-top-preparation.png") no-repeat;
	width: 100%;
	height: 8px;
	top: -5px;
	left: 0;
}

.bloc-preparation h2::after {
	content: "";
	position: absolute;
	background: url("https://2934f0.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filet-bottom-preparation.png") no-repeat;
	width: 100%;
	height: 8px;
	top: 65px;
	left: 0;
}

ol {
	padding-top: 20px;
}

ol li.number {
	color: #659e5e;
	font-size: 30px;
	line-height: 28px;
	font-weight: 400;
	font-weight: 700;
	padding-bottom: 20px;
}

ol li span.desc {
	color: #49354d;
	font-size: 20px;
	font-weight: 700;
}

.bloc-ingredients {
	text-align: center;
	margin-bottom: 30px;
}

.bloc-ingredients a {
	color: white;
	text-decoration: underline;
}

.bloc-ingredients a:hover {
	color: #659e5e;	
}


.bloc-ingredients img {
	width: 313px;
	height: auto;
}

.bloc-ingredients ul {
	padding-left: 0;
	list-style-type: none;
	background-color: #49354d;
	margin-top: -45px;
}

.bloc-ingredients ul li:first-of-type {
	padding-top: 60px;
}

.bloc-ingredients ul li:last-of-type {
	padding-bottom: 30px;
}

.bloc-ingredients ul li {
	color: white;
/*	text-transform: uppercase;*/
	padding: 14px 25px;
	border-bottom: 1px solid #736476;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
}

.wrapper-suggestions-recettes {
	background: url(https://9cb020.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-suggestions-recettes.jpg) no-repeat;
	background-size: cover;
	background-position: center top;

}

.stack-suggestions {
	padding-bottom: 200px;
}

.stack-suggestions h2 {
	font-size: 42px;
	text-transform: uppercase;
	color: #e96161;
	padding: 30px 0 20px;
	text-align: center;
}

.stack-reseaux .bloc-adsense-2 {
	text-align: center;
/*	width: 728px;*/
	/* height: 90px;
	background-color: #ebebeb;
	border: 4px dashed #ed6161; */
}

.wpb_video_wrapper {
	box-shadow: 0px 5px 50px -10px #888;
}

.essb-like-facebook.essb-block.essb-noskin {
	line-height: 16px;
}

.stack-commentaires {
	padding: 50px 0;
	text-align: center; 
}

.stack-commentaires h2 {
	font-size: 42px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #e96161;
}

.stack-commentaires h4 {
	margin-top: 0;
	color: #49354d;
}

/* DECOUVERTES GOURMANDES ================= */
/*  fix le header issue top 0 avec spacer 0*/
.blog #page .header-navigation-menu {
	background: transparent !important;
}

/*  fix le header issue top 0 avec spacer 0*/
.blog #page .spacer {
	height: 0 !important;
}

.new-header {
	padding-top: 40px;
}	

.category-decouvertes-gourmandes .agni-slide-title h2 {
	text-transform: uppercase;
	line-height: 34px;
	font-weight: 400;
	font-size: 44px;
	text-shadow: 1px 1px 7px #444;
}

.category-decouvertes-gourmandes .agni-slide-title h2 div {
	padding-top: 5px;
	font-size: 22px !important;
}

.portfolio-single-post {
	background-color: white;
}

.agni-slide-title h2 {
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 400;
}

.message-zero a {
	display: inline-block;
	padding-top: 20px;
	color: #49354d;
	font-weight: 700;	
}

.message-zero {
	display: none;
	color: #49354d;
}

.compteur-decouvertes {
	/*display: none;*/
	visibility: hidden;
	color: #49354d ;
}

.category-decouvertes-gourmandes .agni-slide-title {
	font-size: 44px;
	line-height: 34px;
}

.category-decouvertes-gourmandes .agni-slide-title div {
	padding-top: 5px;
    font-size: 22px !important;
}

.decouvertes {
	margin-top: 15px;
	margin-bottom: 30px;
}

.decouvertes img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.decouverte-infos {
	position: relative;
}

.decouverte-infos h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	color: #49354d;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 34px;
}

.decouverte-infos h5 {
	color: #659e5e;
	font-weight: 400;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.decouverte-infos h4 {
	color: #49354d;
	font-size: 20px;
	line-height: 24px;
}

.decouverte-infos a {
	color: #49354d;
	font-weight: 700;
    transition: all 0.2s;
}

.decouverte-infos a:hover {
	color: #659e5e;
}

.decouverte-infos a::after {
	content: "";
    position: absolute;
    bottom: 4px;
    left: 16px;
    width: 105px;
    height: 2px;
    background-color: #49354d;
    transition: all 0.2s;
}

.decouverte-infos a:hover::after {
	background-color: #659e5e;	
}

input[type="search"] {
	border: 4px solid #49354d;
	font-size: 24px;
	padding: 6px 11px !important;
	color: #49354d;
	font-weight: 700;
	border-radius: 0;
	-webkit-border-radius:0px;
	-webkit-appearance: none;
}

.sidebar .widget{
	border: none;
	background: url(https://60170a.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filets-vert-decouvertes.png) no-repeat;
	width: 310px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	background-position: center bottom;
}

.sidebar .widget:first-of-type {
	padding-bottom: 10px;
}

.sidebar .widget:last-of-type {
	background: none;
}

.search-form{
	margin-bottom: 15px;
}

.sidebar .widget-title:after {
	display: none;
}

.widget >ul, .widget .menu {
	margin-bottom: 10px;
}

.sidebar .widget-title {
	color: #49354d;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.widget li {
	padding: 0px 0;
}

.widget li a {
	color: #49354d;
	font-weight: 700;
}

.widget li a:hover {
	color: #659e5e;
}

.sidebar .widget-title {
	margin-bottom: 5px;
}

#bouton-filtre-decouvertes {
	display: none;
	background-color: #659e5e;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 26px;	
}

.checkCat span {
	width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid #49354d;
    position: relative;
    top: 2px;
    left: -11px;
}

.checkCat input[type="checkbox"] {
	position: relative;
    left: -9999px;
}

.category-decouvertes-gourmandes label {
	user-select: none !important;
    cursor: pointer;
    color: #49354d;
}

.archive.category-decouvertes-gourmandes input:checked + span {
	width: 16px;
    height: 16px;
    background-image: url(https://c9d9d3.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/check-purple.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #a0c382;
}

.labelCat {
    user-select: none;
    cursor: pointer;
    font-weight: 700;
    color: #49354d;
}

label.checkCat:hover {
	cursor: pointer;	
}

.label-toutes-les-decouvertes {
    user-select: none;
    cursor: pointer;
    font-weight: 700;
    color: #49354d;
    display: inline-block;
}

/* SINGLE DECOUVERTE */
.polaroid-single-decouverte img {
	box-shadow: 0px 5px 50px -10px #888;
	background: white;
    padding: 20px;
}

.single-post a:hover {
	color: #659e5e;
}

.adsense-single-decouverte {
	text-align: center;
	width: 728px;
	height: 90px;
	background-color: #ebebeb;
	border: 4px dashed #ed6161;	
	margin: 75px auto;
}

.portfolio-navigation-container.navigation-container.container-fluid {
	display: none;
}

.portfolio-entry-content {
	margin-bottom: 0;
}

.enrichir {
	color: #49354d;
	font-weight: 700;
}

.row.stack-suggestions {
	margin-left: -15px;
	margin-right: -15px;
}

/* SEARCH =========================== */
.search .container img {
	width: 100%;
	height: auto;
}	

.search .container .row {
	padding-top: 15px;
	padding-bottom: 15px;
}

.search .container-resultats {
	text-align: center;
}

.search h1, 
.search .container-resultats h2, 
.search .container-resultats > div {
	color: #49354d;
}

.search .container-resultats h2 {
	font-weight: 700;
}

.search .container-resultats > div a{
	font-weight: 700;
	font-size: 24px;
}

.search .container-resultats > div a:hover {
	color: #659e5e;
}

/* 404 ============================= */
.valign {
	position: absolute;
	top: 55%;
    left: 0;
    right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);  
}

#oups .content-left img { 
	width: 100%;
}

#oups .content-right h1 {
	font-size: 150px;
	color: #49354d;
	font-weight: 400;
	margin-bottom: 0px;
}

#oups .content-right .message {
	font-weight: 700;
	color: #49354d;
	font-size: 50px;
	line-height: 55px;
	text-transform: uppercase;
}

#oups .content-right p { 
	font-weight: 700;
	color: #49354d;
	padding-top: 20px;
	margin-bottom: 10px;
}

#oups .content-right a {
	font-weight: 700;
	color: #49354d;
	text-decoration: underline;
}

#oups .content-right a:hover {
	color: #659e5e;
}

/* CONCOURS ========================== */
.single-post .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 90% !important;
}	

.single-post select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	width: 90% !important;
}

.single-post .gform_wrapper .top_label select.medium {
	width: 90% !important;
	border: 3px solid #49354d !important;
    font-size: 20px !important;
    color: #49354d !important;
    font-weight: 700;
    padding: 7px 15px; 
}

label.gfield_consent_label {
	color: #49354d !important;
}
	
.grecaptcha-badge {
	display: none;
}

.checkCatspan input {
	position: relative;
    left: -9999px;
}

.single-post input[type=submit] {
	/* background-image: none; */
	/* margin-bottom: 10px !important; */
	padding: 7px 15px !important;
	font-weight: 700 !important;
}

.single-post input[type=submit]:hover {
	color: white !important;
}

#field_3_16,
#field_3_11 {
	margin-top: 0px !important;
	width: 95%;
}

#input_3_12,
#field_3_16 {
	width: 95%;
}

.checkCatspan span {
	width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #49354d;
    position: relative;
    top: 2px;
    left: -18px;
}

.checkCatspan input:hover + label {
	cursor: pointer;
}

.checkCatspan input:checked + label span {
	width: 20px;
    height: 20px;
    background-image: url(https://c9d9d3.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/check-purple.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #a0c382;
}

.gform_confirmation_message {
	font-weight: 700 !important;
	font-size: 30px !important;
	padding-bottom: 30px !important;
	text-align: center !important;
}

.category-concours .decouverte-infos a::after {
	width: 147px;
}

.concours-img-mobile {
	display: none;
}

.single-post .gform_confirmation_message {
	font-size: 24px !important;
}

.reponse-participe {
	background-color: #efefef;
	padding-bottom: 30px;
}

/* #field_4_11, */
#field_4_7 {
	margin-top: 0 !important;
}

/* REGLEMENTS */
	.page-id-5564 h3 strong {
		color: #49354d;
	}

/* BLOG */
.category-articles .mon-blog h5 {
	margin: 0;
	color: #659e5e;
    font-weight: 400;
    font-size: 20px;
}

.category-articles .mon-blog h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	margin: 4px 0 10px 0;
}

.category-articles .mon-blog p {
	margin-bottom: 10px;
} 

.category-articles .decouvertes img {
	margin-bottom: 20px;
}

.category-articles .mon-blog .decouverte-infos {
	margin-bottom: 45px;
}


/* BLOG =================================== */
.category-97 .widget-title {
	color: #49354d;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
    background: url(https://60170a.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/filets-vert-decouvertes.png) no-repeat;
    width: 310px;
    height: auto;
    margin-top: -15px;
    padding-top: 20px;
    background-position: center top;
}

.category-97 .widget li a {
	font-size: 15px;
}

.category-97.category-articles .les-filtres,
.category-97.category-articles .mon-blog .decouverte-infos {
	padding: 0 30px;
}

.category-97.category-articles  a::after {
	left: 30px;
} 



/* RESPONSIVE ============================= */
@media ( max-width: 2300px ) {

/* GENERAL */
	.infolettre-margin-top > div {
		margin-top: 380px !important;
	}

/* BIO */	
	.bio-stack-mon-partenaire {
		margin-top: 0px;
	}
}	
	

@media ( max-width: 1920px ) {

/* GENERAL */
	.infolettre-margin-top > div {
		margin-top: 330px !important;
	}

/* ACCUEIL */
	#accueil-stack-5 {
		margin-top: -60px;
	}


/* BIO */
	.polaroid-no-padding-left {
	    padding: 20px 0 20px 20px;
	}


}

@media ( max-width: 1600px ) {

	.checkbox-gdpr br {
		display: block;
	}

}


@media ( max-width: 1499px ) {
	
/*RECETTES LANDING*/

	#recette-stack-1 .deco-adsense-1 {
		margin: 20px 15px;
		height: 385px;	
	}

	#recette-stack-1 .adsense-1 {
		margin: -345px 35px 0;
	}

	#recette-stack-1 .adsense-1 {
	/*	margin-top: -100px;*/
	}


}

@media ( max-width: 1440px ) {

/* MAILCHIMP */
	#accueil-stack-7 .fourchette {
		right: -100px;
	}

	#accueil-stack-7 .cuillere {
		left: -100px;
	}

/* ACCUEIL */	
	#recette-stack-1 .wrapper-img-recette img {
		padding: 15px;
	}

	#accueil-stack-3 .img-shadow .section-column-bg-container {
		padding: 15px 0 15px 15px;
	}

	#accueil-stack-3 h2 span {
		font-size: 38px;
		padding-top: 30px;
	}


/* BIO */	
	.polaroid {
		padding: 15px;
	}

	.polaroid-no-padding-left {
		    padding: 15px 0 15px 15px;
	}

/* 404 */
	#oups .content-right h1 {
		margin-top: 40px;
	}

}

@media ( max-width: 1280px ) {

/* NAV */
	/*image droite*/
	.header-menu-icons.header-menu-icons-additional-color img {
	    width: 140px;
	    padding-right: 10px;
	    padding-top: 55px;
	}

/* ACCUEIL */
	#accueil-stack-3 h2 span {
		font-size: 32px;
		padding-top: 30px;
		line-height: 38px;
	}


}

@media ( max-width: 1199px ) {

/* GENERAL */
	#accueil-stack-7 .section-row-bg-container-accueil-stack-7 > div {
		background-position: 53% !important;
	}

	/* MAILCHIMP */
	#accueil-stack-7 .fourchette {
		/*right: -150px;*/
		display: none;
	}

	#accueil-stack-7 .cuillere {
		/*left: -150px;*/
		display: none;
	}

	#accueil-stack-7 .sous-titre-infolettre {
		padding-right: 0px;
	}

/* NAV */
	/*image droite*/
	.header-menu-icons.header-menu-icons-additional-color img {
	    width: 140px;
	    padding-right: 10px;
	    padding-top: 30px;
	}

	ul.nav-menu-content:not(.additional-primary-nav-menu-content) >li >a {
		font-size: 14px !important;
	}

	ul.nav-menu-content >li >a, div.nav-menu-content ul > li > a {
		padding: 5px 6px;
	}

	/*image gauche*/
	.header-additional-primary-container.nav-menu-additional-color img {
		padding-left: 10px;
		width: 75px;
		height: 100px;
	}

	.header-menu-content {
		padding-top: 8px;
	}

/* FOOTER */	
	#dorothee-footer .copyright {
		font-size: 14px;
		padding-left: 30px;
	}

/* ACCUEIL */
	.envie-de-plus h2 {
		font-size: 36px;
	}

	.adsense-accueil {
		margin-left: 0px !important;
	}

	#accueil-stack-1 .btn-vert {
		font-size: 22px;
	}

	#accueil-stack-2 h2 {
		font-size: 32px;
		line-height: 36px;
	}
 
 	#accueil-stack-3 .bg-btn-mauve {
 		font-size: 18px;
 	}

 	.gourmandes-box .gourmandes-info h4 {
 		font-size: 22px;
 	}

 	.gourmandes-box .gourmandes-info p {
 		font-size: 16px !important;
 	}

/* BIO */	
	.mobile-bio-realisations-padding-left {
		padding-left: 15% !important;
		padding-right: 15% !important;
	}

	#bio-stack-3 h4 {
		font-size: 24px !important;
		line-height: 32px;
	}

/* DECOUVERTES GOURMANDES */
	.decouverte-infos h5 {
		font-size: 16px !important;
	}

	.decouverte-infos a {
		letter-spacing: 0 !important;
	}

	.label-toutes-les-decouvertes {
		font-size: 18px;
	}

/* RECETTES */	
	.row.portfolio-row {
/*		margin-left: 0 !important;
		margin-right: 0 !important;*/
	}

	#main-portfolio {

	}  
	   
	#filters.filter a {
		font-size: 16px;
	}


/* SINGLE RECETTES */
	#recette-stack-1 .row.recette-infos h4 {
		font-size: 16px;
	}

	#recette-stack-1 .row.recette-infos h5 {
		font-size: 16px;
	}

	.bloc-ingredients img {
		width: 250px;
	}

	.stack-suggestions h2 {
		font-size: 26px;
	}

	#recette-stack-1 .row.recette-infos .filets-recettes-info:not(:first-of-type)::before {
		top: 7px;
	}

	.essb-like .essb-noskin {
		height: 22px !important;
		line-height: 16px !important;
	}

	.essb-like-facebook > div {
	    display: inline !important;
	    height: 22px;
	    max-height: 22px;
	}

	.essb-like {
		max-height: 20px;
		margin-bottom: 20px;
	}

	.contact-coordonnees {
		margin-left: 0 !important;
	}

	.contact-coordonnees > div {
		margin-right: 10% !important;
	}

	.page-id-3502 #accueil-stack-7 {
		margin-top: 0px !important;
	}

	#recette-stack-1 .deco-adsense-1 {
		height: 309px;
		margin: 20px 0px;
		width: 298px;
	}

	#recette-stack-1 .adsense-1 {
		width: 250px;
		height: 220px;
		margin: -280px 25px 0;
	}

	#recette-stack-1 .deco-adsense-1,
	#recette-stack-1 .adsense-1 {
		display: none;
	}


/* 404 */	
	#oups .content-right h1 {
		padding-top: 60px;
		font-size: 95px;
	}

	#oups .content-right .message {
		font-size: 32px;
		line-height: 38px;
	}
	

}

@media ( max-width: 1185px ) {

	#recette-stack-1 .deco-adsense-1,
	#recette-stack-1 .adsense-1  {
		display: block;
	}

	.page-id-3502 .section-row-bg-container {
		top: -50px;
	}

	.page-id-3502 .infolettre-margin-top > div {
		margin-top: 200px !important;
	}

	.page-id-3502 .accueil-stack-7 {
		padding-bottom: 0 !important;
	} 

	

}

@media ( max-width: 991px ) {

/* GENERAL */
	h2 {
		line-height: 38px;
	}

	#mc_embed_signup input[type=email] {
		width: 270px;
	}

/* NAV */
	.tab-nav-menu {
		background-color: #76b143 !important;
	}

	.current-menu-item a {
		color: white !important;
	}

	.burg {
		margin-top: 40px !important;
		margin-left: 20px !important;
	}

	.burg,
	.burg:before,
	.burg:after {
		width: 50px;
    	height: 5px;
    	border-radius: 8px 0px 8px 0px;
    	background-color: #49354d;
	}

	.burg:before {
		top: -12px;
	}

	.burg:after {
		top: 12px;
	}

	#tab-navigation {
		padding-top: 60px;
	}

	.tab-nav-menu a {
		font-weight: 700;
		font-size: 28px;
		line-height: 30px;
	}

	.tab-nav-menu-content li {
		padding: 15px 0;
	}

	.header-icon img {
		max-height: 80px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.header-menu-icons.header-menu-icons-additional-color img {
		width: 125px;
	    padding-right: 15px;
	    padding-top: 40px;
	}

/* FOOTER */	
	#dorothee-footer .medias {
		padding-bottom: 60px;
	}

	#dorothee-footer .copyright {
		padding-left: 0;
	}

	#accueil-stack-7 .inscrivez-vous h2 {
		font-size: 36px;
	}

/* ACCUEIL */	
	.page-id-3296 .agni-slide-bg.agni-slide-bg-image {
		background-position: 60% !important;
	}

	#accueil-stack-3 {
		margin-top: -150px !important;
	}

	#accueil-stack-3 h2 span {
		padding-top: 200px;
	}	

	#accueil-stack-3 .mobile-pour-moi { 
		padding-top: 15px;
	}

	#accueil-stack-3 .img-shadow .section-column-bg-container {
		padding: 15px;
	}

	.gourmandes-box {
		padding-bottom: 50px;
	}

	#accueil-stack-5 {
		margin-top: 220px;
	}

	#accueil-stack-5 figure img {
		padding-top: 50px;
	}

/* BIO */
	.max-width-125 img {
/*		max-width: 55%;
		margin-left: -100px;*/
		display: none;
	}

	#bio-stack-3 .section-row-bg-container-bio-stack-3 > div {
		/*margin-top: -400px;*/
	}

	#bio-stack-3 .section-row-bg.section-row-bg-image {
		background-size: 500% !important;
		background-position: center -470px !important;
	}

	#bio-stack-3  .content-left > div {
		margin: 0 !important;
		padding: 50px !important;
	}

	#bio-stack-3 .vc_custom_heading.upper.agni_custom_design_css.agni_custom_heading_content,
	#bio-stack-3 .agni_text_column.agni-text-block.agni_custom_design_css {
		padding-left: 5% !important;
	} 

	#bio-stack-3 .polaroid-no-padding-left {
		padding: 15px;
	}

	#bio-stack-3 .content-right > div {
		padding-top: 0 !important;
	}

	#bio-stack-3 .content-right h4 {
		padding-left: 75px !important;
	}

	#bio-stack-3 .nominations {
		margin-bottom: 0 !important;
	}

/* DECOUVERTES GOURMANDES */
	.category-decouvertes-gourmandes .agni-slide-title h2 {
		line-height: 40px;
		font-size: 38px;
	}

	.category-decouvertes-gourmandes .agni-slide-title h2 div {
		/*font-size: 22px !important;*/
	}

	.decouvertes {
		margin-top: 0px;
	}

	.decouvertes img {
		margin-top: 50px;
		margin-bottom: 15px;
	}

	.decouverte-infos p {
		margin-bottom: 10px;
	}

	.search-form input[type="search"] {
		margin-top: 40px;
	}

	#bouton-filtre-decouvertes {
		display: block;	
	}

	.les-filtres {
		display: none;
	}

	.compteur-decouvertes {
		padding-top: 30px;
		display: none;
	}

	.blog h1 {
		font-size: 40px;
		text-align: center;
		line-height: 38px;
		padding-top: 15px !important;
	}

	.filter-btn {
		display: none;
	}

/* RECETTES */
	.portfolio-bottom-caption-title a {
		font-size: 18px;
	}

	.filter-btn	img {
		padding-top: 5px;
		width: 35px;
		height: auto;
	}

/* SINGLE RECETTES */
	.stack-suggestions {
		padding-bottom: 0;
	}

	.bloc-preparation h2 {
		line-height: 65px;
	}

	#recette-stack-1 .deco-adsense-1,
	#recette-stack-1 .adsense-1 {
		display: none;
	}

	#recette-stack-1 .bloc-adsense-1 {
		padding-top: 60px;
	}

	.preparation-ingredients .bloc-adsense-2 {
		padding-top: 35px;
	}



/* 404 */
	#oups .content-right h1 {
		font-size: 60px;
		padding-top: 0;
	}

	#oups .content-right .message {
		font-size: 22px;
    	line-height: 28px;
	}

/* CONCOURS */	
	.category-concours #bouton-filtre-decouvertes {
		display: none;
	}


}

@media ( max-width: 768px ) {

/* ACCUEIL */
	.adsense-accueil > p {

	}

/* BIO */
	#bio-stack-3 .section-row-bg-container-bio-stack-3 .section-row-bg.section-row-bg-image {
		background-image: url(https://fe0187.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-mobile-nominations-1.jpg) !important;
		background-size: 120% !important;
	} 

/* CONCOURS */
	.concours-img-mobile {
		display: block;
	}

	.concours-img-desktop {
		display: none;
	} 

	.pum-theme-5423 .pum-container,
	.pum-theme-lightbox .pum-container {
		background-color: transparent !important;
		box-shadow: none !important;
		border: none !important;
	}

	.pum-theme-5423 .pum-content + .pum-close,
	.pum-theme-lightbox .pum-content + .pum-close {
		right: 210px !important;
	}
	

}

@media ( max-width: 767px ) {

/* GENERAL */
	.infolettre-margin-top > div {
		margin-top: 250px !important;
	}

	#accueil-stack-7 {
		margin-top: 70px !important;
	}

	#accueil-stack-7 .section-row-bg.section-row-bg-image {
		background: url(https://b29039.claudeassets.com/20240617043711im_/https://dorotheelepicurienne.com/wp/wp-content/themes/halena-child/img/bg-header-single-recette.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center top !important;
	}

	#accueil-stack-7 .infolettre-margin-top > div {
		margin-top: 75px !important;
	}

	#accueil-stack-7 .infolettre-margin-top:last-of-type > div {
		margin-top: 20px !important;
		margin-left: 25%;
	}


/* NAV */
	.header-menu-icons.header-menu-icons-additional-color {
		display: none;
	}

	.header-navigation-menu .tab-nav-menu a {
		font-size: 24px !important;
	}


/* ACCUEIL */
	#accueil-stack-3 .img-shadow > div {
		margin-top: 0 !important;
	}

/* BIO */
	.remove-space-mobile {
		display: none;
	}

	#apropos-stack-6 .content-right-mobile > div {
		padding-top: 0px !important;
	} 
	
/* RECETTES */
	.agni-slide-content-container .agni-slide-content-inner {
		padding-top: 190px !important;
	}

	.agni-slide-title h2 {
		line-height: 40px !important;
	}

/* SINGLE RECETTES */	
	#recette-stack-1 .row.recette-infos h4 {
		padding-top: 20px;
	}

	#recette-stack-1 .row.recette-infos h5 {
		padding-bottom: 20px;
	}

	#recette-stack-1 .row.recette-infos .filets-recettes-info:first-of-type h4 {
		padding-top: 40px !important;
	}	

	#recette-stack-1 .row.recette-infos .filets-recettes-info:last-of-type h5 {
		padding-bottom: 40px;
	}	

	#recette-stack-1 .row.recette-infos .filets-recettes-info:not(:first-of-type)::before {
		width: 0;
	}

/* CONTACT */	
	
	.page-id-3502 #accueil-stack-7 {
		margin-top: 0px !important;
	}

/* 404 */
	#oups .content-right {
		text-align: center;
	}

/* INFOLETTRE */
	#accueil-stack-7 .sous-titre-infolettre {
		padding-right: 200px;
	}
	
	#accueil-stack-7 .checkbox-gdpr {
		/* padding-right: 150px; */
	}

/* ARTICLES */	
	.category-articles.category-97 #content  .agni-slide-content-container .agni-slide-content-inner {
		padding-top: 45px !important;
		margin: 0 auto;
	}

	
}

@media ( max-width: 641px ) {
	
	.checkCatspan span {
		left: 0;
	}

}	

@media ( max-width: 640px ) {

/* RECETTES */
	.list-inline > li {
		display: block;
	}

	.portfolio-filter {
		-webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    text-align: center;
	    padding-top: 30px;
	}

	.filter-btn img {
		display: none;
	}

/* CONCOURS */	
	.single-post .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: initial;
	}

	#input_3_12,
	#field_3_16 {
		width: 90%;
	}

	#field_3_7 {
		margin-top: 0 !important;
	}


}

@media ( max-width: 600px ) {

/* GENERAL */
	#accueil-stack-7 .infolettre-margin-top:last-of-type > div {
		margin-left: 15%;
	}

/* NAV */
	.header-logo-container img {
		width: 180px;
	}

/* ACCUEIL */	
	#accueil-stack-5 .vc_custom_heading.agni_custom_design_css.agni_custom_heading_content {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

/* RECETTES */
	.page-id-4500 .agni-slide-bg.agni-slide-bg-image {
		background-position: 40% !important;
	}


/* SINGLE DECOUVERTE */
	#recette-stack-1 .adsense-1 {
		margin-left: 15%;
	}


/* DECOUVERTES GOURMANDES */	
	.category-decouvertes-gourmandes .agni-slide-content-container .agni-slide-content-inner {
		padding-top: 130px !important;
	}

	.category-decouvertes-gourmandes .agni-slide-title h2 div {
		line-height: 25px;
		padding-top: 15px;
	}

	.category-decouvertes-gourmandes .agni-slide-bg.agni-slide-bg-image {
		background-position: 75% !important;
	}

	.category-decouvertes-gourmandes .agni-slide-title h2 {

	}


}

@media ( max-width: 480px ) {
/* GENERAL */
	#accueil-stack-7 .infolettre-margin-top:last-of-type > div {
		margin-left: 8%;
	}

	h2 {
		font-size: 27px !important;
		line-height: 34px;
	}

	h4 {
		font-size: 24px;
	}

	.page-id-3296 .btn-vert::before,
	.page-id-3296 .btn-vert::after {
		width: 225px;
	}

	.page-id-4500 .agni-slide-title h2 div {
		line-height: 22px;
	}

/* NAV */
	.header-logo-container img {
		width: 150px;
	}

	.burg {
		margin-left: 0px !important;
	}

	.burg,
	.burg:before,
	.burg:after {
		width: 40px;
	}

/* FOOTER */
	#dorothee-footer {
		text-align: center;
	}

	#dorothee-footer .medias a i {
		font-size: 24px;
		line-height: 48px;
	}

	#dorothee-footer .medias a {
		width: 50px;
		height: 50px;
	}

	#dorothee-footer .medias {
		padding-left: 15%;
	}

/* ACCUEIL */
	.page-id-3296 .agni-slide-bg.agni-slide-bg-image {
		background-position: 70% !important;
	}

	#bio-stack-3 .content-right h4 {
		padding-right: 20px !important;
    	padding-left: 20px !important;
    	text-align: center !important;
	}

	#bio-stack-3 .agni_text_column.agni-text-block.agni_custom_design_css {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	#accueil-stack-3 .img-shadow .section-column-bg-container {
		padding: 8px;
	}

	#accueil-stack-7 .logo-collaborateur img {
		width: 100px;
	}


/* DOROTHEE */	
	.polaroid {
		padding: 8px;
	}

	#bio-stack-3 .polaroid-no-padding-left {
		padding: 8px;
	}


/* DECOUVERTES GOURMANDES */
	.decouverte-infos h2 {
		font-size: 26px !important;
	}

	.agni-slide-title h2 {
		line-height: 30px !important;
	}

	.polaroid-single-decouverte img {
		padding: 0;
	}

	#bouton-filtre-decouvertes {
		font-size: 22px;
	}

/* CONCOURS */	
	.category-concours .agni-slide-bg.agni-slide-bg-image {
		background-position: 35% !important;
	}
	
/* INFOLETTRE */
	#accueil-stack-7 .sous-titre-infolettre {
		padding-right: 0px;
	}

	#accueil-stack-7 .checkbox-gdpr {
		padding-right: 0px;
	}

	#accueil-stack-7 .sous-titre-infolettre h4 {
		font-size: 20px !important;
		line-height: 24px !important;
	}


}

@media ( max-width: 414px ) {
/* ACCUEIL */
	#accueil-stack-7 .infolettre-margin-top:last-of-type > div {
		margin-left: 0;
	}

/* FOOTER */
	#dorothee-footer .medias {
		padding-left: 10%;
	}

	#dorothee-footer .medias a {
		width: 40px;
    	height: 40px;
	}

	#dorothee-footer .medias a i {
		line-height: 39px;
	}

/* SINGLE RECETTES */	
	.gourmandes-box .gourmandes-info h4 {
		font-size: 20px;
		padding-top: 10px;
	}

	.gourmandes-box .gourmandes-info p {
		margin-bottom: 15px;
	}

}

@media ( max-width: 375px ) {

/* GENERAL */
	h4 {
		font-size: 22px !important;
	}
	
	.checkbox-decouvertes label,
	.checkbox-recettes label,
	.checkbox-gdpr label {
		font-size: 16px !important;
	}
	.checkbox-recettes span,
	.checkbox-decouvertes span,
	.checkbox-gdpr span {
		width: 34px !important;
		height: 32px !important;
	}

/* ACCUEIL */
	#accueil-stack-2 h2 {
		font-size: 26px !important;
		line-height: 32px;
	}

	#mc_embed_signup input[type=email] {
		width: 246px;
	}

	#accueil-stack-7 .inscrivez-vous h2 {
		font-size: 30px;
    	line-height: 33px;
	}

	#accueil-stack-1 .btn-vert {
		font-size: 18px;
	}

	.accueil-cta-creations-gourmandes {

	}

	#accueil-stack-3 .bg-btn-mauve {
		padding: 25px 0px 25px 20px;
		background-size: contain;
		font-size: 16px;
		line-height: 22px;
	}

/* BIO */	
	#bio-stack-3 .content-left > div,
	#bio-stack-3 .content-right > div {
		padding: 6% !important;
	}

	.btn-mauve-2 {
		font-size: 20px !important;
	} 

/* CONTACT */
	.page-id-3502 .agni-slide-title h2 {
		font-size: 26px !important;
	}

/* SINGLE DECOUVERTE */
	#recette-stack-1 .adsense-1 {
		margin-left: 4%;
	}

	h1 {
		font-size: 36px !important;
	}	

}	

@media ( max-width: 320px ) {

/* GENERAL */
	h2 {
		font-size: 22px !important;
		line-height: 28px;
	}


/* NAV */
	.header-icon img {
		max-height: 60px !important;
	}

	.header-navigation-menu:not(.side-header-menu) .tab-nav-menu {
		width: 295px !important;
	}

	.header-navigation-menu:not(.side-header-menu) .tab-nav-menu-content {
		margin-left: 35px !important;
	}

/* FOOTER */	
	#dorothee-footer .medias a {
		margin-right: 10px;
	}


/* ACCUEIL */
	#mc_embed_signup input[type=email] {
		width: 215px;
	}

	.btn-vert::before,
	.btn-vert::after {
		display: none;
	}

	#accueil-stack-3 h2 span {
		padding-top: 270px;
		font-size: 26px;
	}

	#accueil-stack-2 h2 {
		font-size: 22px !important;
	}

	#accueil-stack-3 .bg-btn-mauve {
		font-size: 15px;
	}

/* DOROTHEE */		
	.btn-mauve-2 {
		font-size: 17px !important;
	}

/* DECOUVERTES GOURMANDES */
	.agni-slide-title h2 {
		line-height: 26px !important;
	}

/* CONTACT */
	.page-id-3502 .agni-slide-title h2 {
		font-size: 22px !important;
	}

	.page-id-3502 #primary {
		padding-top: 70px;
	}		 


/* CONCOURS */
	.pum-theme-5423 .pum-content + .pum-close,
	.pum-theme-lightbox .pum-content + .pum-close {
		right: 235px !important;
		top: 8px !important;
	}


}

@media ( min-width: 992px ) {

	.header-menu-flex {
		min-height: 50px !important;
		margin-top: -10px;
	}

}















/*
     FILE ARCHIVED ON 23:49:27 Jun 15, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:29:20 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.613
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.045
  esindex: 0.008
  cdx.remote: 117.001
  LoadShardBlock: 608.378 (3)
  PetaboxLoader3.resolve: 736.259 (4)
  PetaboxLoader3.datanode: 548.681 (5)
  load_resource: 853.832
  loaddict: 317.108
*/