/*
Theme Name: Volatys
Theme URI: http://www.volatys.com/
Version: 1
Author: E-denzo
Author URI: http://www.e-denzo.fr/
Description: Thème sur-mesure pour Volatys
License: GNU General Public License v2 or later
Text Domain: volatys

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


/**
 * Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box; 
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
/*    width: auto;*/
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid rgba(209,209,209,1);
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}



/**
 * Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: rgba(104,104,104,1);
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * Galleries
 */

.gallery {
/*	margin: 0 -1.1666667% 1.75em;*/
    clear: both;
    margin: 30px 0;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
/*	padding: 0 1.1400652% 2.2801304%;*/
	padding:2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none!important;
}

.gallery-caption {
	color: rgba(108,108,108,1);
	display: block;
	font-size: 16px;
    padding-top: 10px;
	font-style: normal;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-item a, #content .gallery-item a {
    border: none;
}

/******************************************************/

:root {
    --color-noir : #555555;
    --color-vert : #98c747;
    --font-awesome: "Font Awesome 5 Free";
    --Roboto: 'Roboto', sans-serif;
    --Amati: 'Amatic SC', cursive;
}


body { 
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
    font-weight: 400;
	color: #555555;
    background: #fff;
}

.container {
	padding: 50px 100px;
    margin: auto;
}


a {
    text-decoration: none;
}

a:hover {
}

ul , ol {}

li {
    list-style: none;
}


p {
    line-height: 1.4;
}


.flex {display: flex;}

.bloc-25 {width: 25%;}
.bloc-33 { width: calc(100% / 3); }
.bloc-50 { width: 50%; }
.bloc-66 {width: calc(100% * (2/3)); }
.bloc-75 {width: 75%;}
.bloc-100 {width: 100%;}

.btn-white {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    position: relative;
}

.btn-white i{
    margin-left: 10px;
}

.btn-white span {position: relative;}

.btn-white::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    border-radius: 5px;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.btn-white:hover { color: #98c747; }

.btn-white:hover::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #fff;
}


button, a {outline: none;}

#content {
    
}

/*--------------------------------------------------------------
#HEADER
--------------------------------------------------------------*/
#site-header {
    font-size: 1em;
    z-index: 1000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    width: 100%;
    top: 0;
    /* overflow: hidden; */
}

#site-header .header-inner{
    padding-bottom: 5px;
    padding-top: 5px;
}

/*header-navigation-wrapper*/
.header-navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


#site-header.scroll {
    
}

#site-header.fixed {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
/*    border-bottom: 1px solid #e8e8e8;*/
}

#mobile-menu {
    display: none;
}

/*logo*/
#logo {}

#logo a {
    display: block;
    position: relative;
}

#logo a span{
    background: url('assets/img/logo.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 134px;
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.fixed #logo a span{background-image: url('assets/img/logo-dark.png'); height: 70px;}


#logo a::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url('assets/img/logo-green.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#logo a:hover span{ opacity: 0; visibility: hidden;}
#logo a:hover::after{ opacity: 1; visibility: visible;}

/*menu*/
#mastnav {
    display: flex;
    align-items: center;
}

#mastnav ul.menu {
    
}

#mastnav ul.menu li {
    display: inline-block;
    position: relative;
}

#mastnav ul.menu li a {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    padding: 10px 10px;
    position: relative;
}

#mastnav ul.menu li:hover > a,  #mastnav ul.menu li.current-menu-item > a, #mastnav ul.menu li.current-menu-parent > a{color: #98c747;}

#mastnav ul.menu li .sub-arrow {
    margin-left: 10px;
    font-size: 0.8em;
}

#mastnav ul.menu li.menu-item-has-children > a {
    font-weight: 700;
}

/*
#mastnav ul.menu li a .accolade {
    display: block;
    position: absolute;
    border: 3px solid #fff;
    border-radius: 25px;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
}
*/

/*
#section-volatys .accolade::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: -3px;
    width: 22px;
    right: -3px;
    height: calc(100% + 6px);
}
*/

/*
#mastnav ul.menu li.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -11px;
    width: 16px;
    height: 16px;
    border: 3px solid #98c747;
    border-left-color: transparent;
    border-top-color: transparent;
    background: #fff;
}
*/

#mastnav ul.menu li .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    
    min-width: 100%;
    padding: 0;
/*    box-shadow: 0 10px 20px 1px rgba(0,0,0,0.1);*/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#mastnav ul.menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

#mastnav ul.menu li .sub-menu li{
    display: block;
    white-space: pre;
}

#mastnav ul.menu li .sub-menu li a {
    color: #555555;
    padding: 10px 20px;
    background: #f8f8f8;
}

#mastnav ul.menu li .sub-menu li:hover a, #mastnav ul.menu li .sub-menu li.current-menu-item > a {
    color: #fff;
    background: #98c747;
}


#site-header.fixed #mastnav ul.menu li .sub-menu {
    padding-top: 20px;
}

#site-header.fixed #mastnav ul.menu li a {color: #555555;}
#site-header.fixed #mastnav ul.menu > li:hover > a {color: #98c747;}
#site-header.fixed #mastnav ul.menu li .sub-menu li:hover a {color: #fff;}

/*search*/
#mastnav ul.menu li.btn-search {
    
}

#mastnav ul.menu li.btn-search a{
    font-size: 1em;
}


/*listing langues*/
#mastnav ul.menu-lang {
/* Supprimé le temps de claquer les trads */
/*    display: none;*/
    
}

#mastnav ul.menu-lang li.lang-item a, #mastnav ul.menu-lang li.lang-item .current-lang {
    font-size: 0.7em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    padding: 10px;
}

#mastnav ul.menu-lang li .current-lang .sub-arrow {
    margin-left: 5px;
    font-size: 0.6em;
}

#mastnav ul.menu-lang li .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
/*    box-shadow: 0 10px 20px 1px rgba(0,0,0,0.1);*/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#mastnav ul.menu-lang li:hover > .current-lang {
    color: #98c747;
}

#mastnav ul.menu-lang li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

#mastnav ul.menu-lang li:hover .sub-menu li a {
    background: #f8f8f8;
    color: #555555;
}



#site-header.fixed #mastnav ul.menu-lang li.lang-item a, #site-header.fixed #mastnav ul.menu-lang li.lang-item .current-lang {
    color: #555555;
}

#site-header.fixed #mastnav ul.menu-lang .sub-menu {
    padding-top: 22px;
}

#mastnav ul.menu-lang li:hover .sub-menu li:hover a, #site-header.fixed #mastnav ul.menu-lang li:hover .sub-menu li:hover a {
    color: #fff;
    background: #98c747;
}

#mastnav .head-social { margin-right: 10px; }

#mastnav .head-social a {
    font-size: 1.2em;
    display: inline-block;
    color: #fff;
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#mastnav .head-social a:hover { color: #98c747; }

.scroll #mastnav .head-social a#yt { color: #ff0000; }
.scroll #mastnav .head-social a#in { color: #0a64c0; }
.scroll #mastnav .head-social a#fb { color: #1877f2; }
.scroll #mastnav .head-social a#insta { color: #ff3040; }


/*SEARCH*/
#btn-search {
    border: none;
    background: none;
    color: #fff;
    font-size: 0.9em;
    padding: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#search {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    bottom: -23px;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

#search.open {
    opacity: 1;
    visibility: visible;
}


#search form {
    font-size: 0.9em;
    position: relative;

}

#search form input{
    background: rgba(244,244,244,0.6);
    border: none;
    padding: 10px 40px 10px 20px;
    color: #555555;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#search form button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    background: none;
    border: none;
    color: #555555;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#search form input:focus{
    background: #98c747;
    color: #fff;
}

#search.focused form button {
    color: #fff;
}


#site-header.fixed #btn-search, #search.focused form button:hover {
    color: #555555;
}

#btn-search:hover, #site-header.fixed #btn-search:hover, #btn-search.open, #search form button:hover {
    color: #98c747;
}

#site-header.fixed #search { bottom: -64px;}

/*--------------------------------------------------------------
#FRONTPAGE
--------------------------------------------------------------*/

.section-front {
}

.section-front .title-section {
}

.section-front .title-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 3.3em;
    font-weight: 700;
}


/*SECTION HEADING*/
#section-heading {
    display: flex;
    justify-content: space-between;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
}

#section-heading::before, #heading::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(rgba(0,0,0,0.5), transparent);
    z-index: 1;
}

#section-heading #section-background{
    background-image: url('assets/img/volaille-haute-precision.jpg');
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 75vh;
    width: 100%;
    position: relative;
}

/*TEST*/
.page-id-224 #section-heading #section-background{ background-image: url('assets/img/fond-header2.jpg');}
.page-id-226 #section-heading #section-background{ background-image: url('assets/img/fond-header3.jpg');}
.page-id-228 #section-heading #section-background{ background-image: url('assets/img/fond-header4.jpg');}

.page-id-226 #section-heading #section-background #front-title {bottom: 100px ;top: inherit; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0);}

#section-heading #section-background #front-title {
    content: "";
    display: block;
    position: absolute;
    height: auto;
    width: 20%;
    top: 50%;
    left: 50%;
    margin: auto;
/*    padding: 50px;*/
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}

#section-heading #section-background #front-title::before,#section-heading #section-background #front-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 88px;
    height: 19px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(assets/img/icon-pap_head.png);
}
#section-heading #section-background #front-title::before { top: -59px;}
#section-heading #section-background #front-title::after {bottom: -59px;}


#front-title .accolade {
    width: 22px;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
}
#front-title .accolade#accol-left {left: -55px;}
#front-title .accolade#accol-right {right: -55px;}

#front-title .accolade::before, #front-title .accolade::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc((50% + 50px) - 12px);
    border: 3px solid #fff;
}

#front-title .accolade::before{top: -50px; border-bottom: none;} 
#front-title .accolade::after {bottom: -50px; border-top: none;}

#front-title .accolade#accol-left::before {border-top-left-radius: 25px; left: 0; border-right: none;}
#front-title .accolade#accol-right::before {border-top-right-radius: 25px; right: 0; border-left: none;}
#front-title .accolade#accol-left::after {border-bottom-left-radius: 25px; left: 0; border-right: none;}
#front-title .accolade#accol-right::after {border-bottom-right-radius: 25px; right: 0; border-left: none;}

#front-title .accolade .triangle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
}
#front-title .accolade#accol-left .triangle {border-top: none; border-right: none; left: -7px;}
#front-title .accolade#accol-right .triangle {border-bottom: none; border-left: none; right: -7px;}

#section-heading #section-background h1{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 4vw;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

/*
#section-heading #section-background h1::before{
    content: "";
    position: absolute;
    border: 3px solid #fff;
    top: 0;
    width: 22px;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom: none;
    border-radius: none;
    
}
*/

#section-heading #section-actus{
    display: flex;
    background: #98c747;
    width: 100%;
    margin: 0;
    box-shadow: inset 0 0 10px 10px rgba(0,0,0,0.1);
    min-height: 25vh;
}

#section-actus .title-section {
    padding: 0 25px;
    margin-right: 55px;
    text-align: right;
	flex: 1 0 auto;
}


#section-actus .wrapper-actus {
    display: flex;
/*	width: 100%;*/
	flex: 1 1 100%;
	overflow: hidden;
}

.wrapper-actus .une-actu {
    width: calc((100% / 3) - 20px);
    margin-left: 20px;   
}

.wrapper-actus .une-actu > a{
    display: flex;
	width: 100%;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wrapper-actus .une-actu > a:hover{
    background: rgba(255,255,255,0.2);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.une-actu .actu-thumb{
    width: 110px;
    height: 110px;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto; 
    position: relative;
}

.une-actu .actu-thumb::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #98c747;
    height: 30px;
    width: 30px;
    font-size: 0.8em;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    
}

.une-actu:hover .actu-thumb::after {
    width: 100%;
    height: 100%;
    line-height: 110px;
    font-size: 3em;
}


.une-actu .actu-content{
    padding: 5px 20px;
    overflow: hidden;
}

.une-actu .actu-content time{
    color: #3c3c3c;
    font-weight: 700;
    font-size: 0.7em;
}

.une-actu .actu-content .actu-title{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 1.6em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.une-actu .actu-content .actu-excerpt{
    font-size: 0.9em;
    color: #fff;
    line-height: 1;
}

/*SECTION VOLATYS*/
#section-volatys .container {
    display: flex;
}

#section-volatys .title-section{
    text-align: right;
    padding: 0 80px 0 50px;
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
}



#section-volatys .title-section h2{
    color: #98c747;
    margin-bottom: 10px;
}

#section-volatys .accolade {
    display: block;
    position: absolute;
    border: 3px solid #98c747; 
    border-radius: 25px;
    height: 100%;
    top: 0;
    right: 0;
    width: 30px;
}

#section-volatys .accolade::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: -3px;
    width: 22px;
    right: -4px;
    height: calc(100% + 6px);
}

#section-volatys .accolade::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -11px;
    width: 16px;
    height: 16px;
    border: 3px solid #98c747; 
    border-top-color: transparent;
    border-right-color: transparent;
    background: #fff;
}

#section-volatys .menu {
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

#section-volatys .menu li{
    width: calc(25% - 50px);
    margin: 10px 25px;
}

#section-volatys .menu li a{
    padding: 50px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
    height: 100%;
    
}

#section-volatys .menu li a .menu-image-hover-wrapper{
    display: block;
    padding: 0;
    text-align: center;
    height: 100px;
    position: relative;

}

#section-volatys .menu li a .menu-image-hover-wrapper img{
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s!important;
    -o-transition: all 0.3s ease 0s!important;
    transition: all 0.3s ease 0s!important;
        position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#section-volatys .menu li a .menu-image-hover-wrapper .hovered-image{
    position: absolute;
    margin: auto!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

#section-volatys .menu li a .menu-image-title{
    display: block;
    text-align: center;
    font-size: 2.2em;
    margin-top: 10px;
    color: #606060;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#section-volatys .menu li a:hover{ 
    background: #606060; 
/*    background: rgba(96,96,96,0.1); */
    box-shadow:  0 0 20px 1px rgba(0,0,0,0.1);
}

#section-volatys .menu li a:hover .menu-image-title{ 
    color: #fff;
}

#section-volatys .menu li a:hover .menu-image-hover-wrapper img{
    opacity: 0;
}

#section-volatys .menu li a:hover .menu-image-hover-wrapper .hovered-image{
    opacity: 1;
}

/*SECTION GAMMES*/

#section-gammes .inner-section {
    display: flex;
    
}

#section-gammes .inner-section .bloc-33 {
    padding-bottom: calc(100% / 3);
    height: 0;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(assets/img/fond-ardoise.png);
    position: relative;
}

#section-gammes .title-section {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#section-gammes .title-section::after {
    content: "";
    display: block;
    position: relative;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(assets/img/icon-papillon.png);
    height: 18px;
    width: 81px;
    margin-top: 30px;
}

#section-gammes .title-section h2{
    margin-bottom: 10px;
}

#section-gammes .inner-section .bloc-66 {
    display: flex;
}


#section-gammes .inner-section .bloc-66 .bloc-50{
    padding-bottom: 50%;
    height: 0;
    position: relative;
    overflow: hidden;
}

#section-gammes .inner-section .bloc-66 .bloc-50 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

#section-gammes .inner-section .bloc-66 .bloc-50 .fond-gamme {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#section-gammes .inner-section .bloc-66 .gamme-crue .fond-gamme, #section-gammes .inner-section .bloc-66 .raw .fond-gamme, #section-gammes .inner-section .bloc-66 .cruda .fond-gamme{ background-image: url(assets/img/thumb-crue.jpg);}
#section-gammes .inner-section .bloc-66 .gamme-cuite .fond-gamme, #section-gammes .inner-section .bloc-66 .cooked .fond-gamme, #section-gammes .inner-section .bloc-66 .cocido .fond-gamme{ background-image: url(assets/img/thumb-cuite.jpg);}


#section-gammes .inner-section .bloc-66 .bloc-50 .gamme-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;    
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.5) 60%, transparent 100%);
}

#section-gammes .inner-section .bloc-66 .bloc-50 .gamme-title h3{
   text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 3.3em;
    font-weight: 700;
    color: #fff;
}

#section-gammes .inner-section .bloc-66 .bloc-50 a:hover .fond-gamme{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*SECTION MARQUES*/

#section-marques .title-section {
    display: flex;
    align-items: center;
    padding: 0 200px;
}

#section-marques .title-section h2{
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #98c747;
    margin: 0 25px;
}

#section-marques .title-section p{
    margin-left: 25px;
    margin-right: 25px;
}

#section-marques .wrapper-marques {
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

#section-marques .wrapper-marques .bloc-25 {
/*    padding: 40px;*/
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    margin: 25px;
    width: calc((100% / 5) - 50px);
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#section-marques .wrapper-marques .bloc-25 a{ 
	padding: 40px;
	position: relative;
/*	display: block;*/
	color: #555555;
	height: 100%;
	display: flex;
	align-items: center;
}

#section-marques .wrapper-marques .bloc-25:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} 



#section-marques .wrapper-marques .bloc-25 .img-marque{
    text-align: center;
/*    margin-bottom: 25px;*/
}

#section-marques .wrapper-marques .bloc-25 .content-marque{
    font-size: 0.9em;
}


/*SECTION Valeurs*/
#section-valeurs .inner-section {
    display: flex;
}

#section-valeurs #bloc-vert {
    background: #98c747;
    display: flex;
    align-items: center;
    position: relative;
}

#section-valeurs #bloc-vert .fond-valeurs {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#section-valeurs #bloc-vert .pouet {
    background: #98c747;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    position: absolute;
    display: block;
    
}

#section-valeurs #bloc-vert .title-section {
    text-align: center;
    color: #fff;
    width: 75%;
    position: relative;
}

#section-valeurs #bloc-vert .title-section h2{
    margin-bottom: 20px;
}

#section-valeurs #bloc-vert .title-section p{
    font-weight: 700;
}

#section-valeurs #bloc-valeurs {
    padding-left: 0;
}

#section-valeurs #bloc-valeurs .title-section {
    text-align: center;
}

#section-valeurs #bloc-valeurs .title-section h2 {
    color: #98c747;
}

#section-valeurs #bloc-valeurs .wrapper-valeurs {
    display: flex;
}

#section-valeurs #bloc-valeurs .wrapper-valeurs .valeurs {
    text-align: center;
    padding: 170px 0 50px 50px;
    position: relative;
}

#section-valeurs #bloc-valeurs .wrapper-valeurs .valeurs figure {
    margin-bottom: 20px;
    position: absolute;
    top: 50px;
    left: 50px;
    right: 0;
    margin: auto;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#section-valeurs #bloc-valeurs .wrapper-valeurs .valeurs h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 5px;
}

#section-valeurs #bloc-valeurs .wrapper-valeurs .valeurs p {
    font-size: 0.9em;
}


/*--------------------------------------------------------------
#PAGE
--------------------------------------------------------------*/

/*HEADING*/
#heading {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/fond-heading.jpg');
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
}

#heading .inner-heading{
    margin-left: auto;
    width: calc(100% - 375px);
    position: relative;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

#heading .inner-heading h1, #heading .inner-heading .h1{
    text-transform: uppercase;
    font-size: 3.3em;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
}


#heading .inner-heading .btn-previously {
    flex: 0 0 auto;
    margin-left: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    border: none;
    background: none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#heading .inner-heading .btn-previously:hover {
    color: #555555;
}

#heading .inner-heading .btn-previously::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    border-radius: 5px;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

#heading .inner-heading .btn-previously:hover::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #fff;
}


#heading .inner-heading .btn-previously span{
    position: relative;
}

#heading .inner-heading .btn-previously i {
    margin-right: 10px;
}


#heading .inner-heading#classic-heading {
    justify-content: flex-end;
    width: 100%;
    margin-left: inherit;
}

#heading .inner-heading#classic-heading h1, #heading .inner-heading#classic-heading .h1{
    margin: auto;
}


/*SIDEBAR*/
.sidebar {
    width: 375px;
    padding-right: 25px;
    margin-top: -140px;
    position: relative;
    flex: 0 0 auto;
    z-index: 10;
}

.sidebar .menu {
    background: #fff;
}

.sidebar .menu > li {
    
    margin-bottom: 25px;
}

.sidebar .menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2em;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    background: #98c747;
    display: block;
    padding: 25px;
    text-align: center;
}

.sidebar .menu > li:last-child > a, .sidebar .menu > li.gamme-cuite > a{
    background: #e67c4a;
}

.sidebar .menu > li > a:hover {
    background: #606060;
    color: #fff;
}

.sidebar .menu > li > .sub-menu {
    border: 1px solid #efefef;
    border-top: none;
}

.sidebar .menu .sub-menu li a{
    font-size: 0.9em;
    padding: 10px 50px 10px 30px;
    color: #606060;
    display: block;
    position: relative;
}

.sidebar .menu .sub-menu li .plus {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
}

.sidebar .menu .sub-menu li .plus i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sidebar .menu .sub-menu li a{
    border-top: 1px solid rgba(60,60,60,0.05);
}

.sidebar .menu .sub-menu li a:hover{
    background: #606060;
    color: #fff;
}

.sidebar .menu .sub-menu li {}

.sidebar .menu .sub-menu .sub-menu {
    background: rgba(244,244,244,0.6);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar .menu .sub-menu li.open > .sub-menu {
    max-height: 400px;
}

.sidebar .menu .sub-menu .sub-menu li a{
    font-size: 0.8em;
    padding-left: 60px;
    padding-right: 60px;
    color: #9a9a9a;
}

.sidebar .menu .sub-menu .sub-menu li a:hover{
    color: #ffffff;
}

.sidebar .menu .current-menu-item > a{
    background: #98c747;
    color: #fff!important;
}

.sidebar .menu > li:last-child .current-menu-item > a,  .sidebar .menu > li.gamme-cuite .current-menu-item > a{
    background: #e67c4a;
}



.wrapper-page {
    display: flex;
    align-items: flex-start;
}

.wrapper-page .page-content {
/*    width: calc(100% - 300px);*/
    width: 100%;
    padding: 0 50px;
    
}



.wrapper-page .page-aside {
    width: 300px;
    flex: 0 0 auto
}

.wrapper-page .page-aside .wrapper-sidebar{
    margin-bottom: 50px;
    background: #8ab917;
}

.wrapper-page .page-aside .wrapper-sidebar #list-pages{
    padding-top: 1px;
    background: #f3f3f3;
}
.wrapper-page .page-aside .wrapper-sidebar #list-pages li {
    position: relative;
    margin-bottom: 1px;
}


.wrapper-page .page-aside .wrapper-sidebar #list-pages li::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wrapper-page .page-aside .wrapper-sidebar #list-pages li:hover::before {
    background: #8ab917;
}

.wrapper-page .page-aside .wrapper-sidebar #list-pages li::after{
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: calc(100% - 30px);
    margin: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #fff;
}


.wrapper-page .page-aside .wrapper-sidebar #list-pages li:last-child::after{
    display: none;
}

.wrapper-page .page-aside .wrapper-sidebar #list-pages li a{
    display: block;
    font-size: 0.8em;
    color: #000;
    font-family: 'GillSansMT-Bold';
    font-weight: 400;
/*    background: #f3f3f3;*/
    padding: 10px 30px;
    position: relative;
}

.wrapper-page .page-aside .wrapper-sidebar #list-pages li a:hover {
    color: #fff;
}

.wrapper-page .page-aside .wrapper-sidebar #list-pages li a::before{
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 10px;
    left: 15px;
    top: 10px;
    background: #000;
}

.wrapper-page .page-aside .wrapper-sidebar #list-pages li.current_page_item::before {background: #8ab917;}

.wrapper-page .page-aside .wrapper-sidebar #list-pages li.current_page_item a{color: #fff;}


.wrapper-page .page-aside .titre-aside {
    color: #fff;
    font-weight: 400;
    font-family: 'GillSansMT-Bold';
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 20px;
    text-align: center;
}

.wrapper-page .page-aside .bloc-sidebar {
    padding: 10px 20px;
    background: #acd22d;
    color: #565656;
}

.wrapper-page .page-aside .title-sidebar {
    color: #000;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'GillSansMT';
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}


.wrapper-page .page-aside .content-sidebar {
    padding: 0 20px;
    font-size: 0.8em;
}

.wrapper-page .page-aside .content-sidebar h3 {
    font-weight: 700;
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
}

.wrapper-page .page-aside .content-sidebar h3:first-child {
    margin-top: 0;
}

.wrapper-page .page-aside .content-sidebar h3:first-child::before {
    display: none;
    
}

.wrapper-page .page-aside .content-sidebar h3::before {
    display: block;
    content: "";
    position: absolute;
    left: -40px;
    height: 2px;
    width: calc(100% + 80px);
    top: -12px;
    background: #acd22d;
    
}

.wrapper-page .page-aside .content-sidebar strong{
    text-transform: uppercase;
    color: #000;
}

.wrapper-page .page-aside .content-sidebar p{
    margin-bottom: 0.5em;
    line-height: 1.2;
}


.wrapper-page .page-aside #contenu-sidebar {
    background: #d8e797;
    color: #000;
}

.wrapper-page .page-aside img {
    margin: 5px;
/*
    max-width: 50%;
    height: auto!important;
*/
}

.wrapper-page .page-aside .content-sidebar img:nth-child(odd) {
    margin-left: 0;
}

.wrapper-page .page-aside .content-sidebar img:nth-child(even) {
    margin-right: 0;
}



.wrapper-page .page-aside .widget {
    padding: 10px 20px;
    background: rgba(255,255,255,0.5);
    margin-bottom: 3px;
}

.wrapper-page .page-aside .widget:nth-child(2), .wrapper-page .page-aside .widget:nth-child(3) {
    background: rgba(255,255,255,0.2);
    margin: 0;
}

.wrapper-page .page-aside .widget:nth-child(2) .textwidget, .wrapper-page .page-aside .widget:nth-child(3) .textwidget {
    color: #565656;
}

.wrapper-page .page-aside .widget:last-child {
    margin: 0;
}

.wrapper-page .page-aside .widget > h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'GillSansMT';
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.wrapper-page .page-aside .widget .textwidget{
    padding: 0 20px;
    font-size: 0.8em;
}

.wrapper-page .page-aside .widget .textwidget p{
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.wrapper-page .page-aside .widget .textwidget strong {
    text-transform: uppercase;
    color: #000;
}


.wrapper-content {
    max-width: 1024px;
    margin: auto;
}

.content {
    font-weight: 400;
}




.content h1, .content h2, .content h3, .content h4 {
    clear: both;
    position: relative;
    text-transform: uppercase;
    margin: 1em 0 0.5em;
}

.content h2, .content h3, .content h4 {
}

.content h1 {
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 4em;
    font-weight: 700;
    color: #98c747;
}



.content h2 {
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 3.3em;
    font-weight: 700;
    color: #98c747;
}

.content h3 {
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 2.2em;
    font-weight: 700;
    color: #606060;
}


.content h4 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
}

.content p {
    margin-bottom: 1.2em;
}

.content a{
    font-weight: 700;
    color: #98c747;
    
}

.content a:hover {
    color: #fff;
    background: #98c747;
}

.content figure a {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
}

.content s {
    text-decoration-color: #98c747;
}

.content em {}

.content strong {
    font-weight: 700;
}

.content blockquote {
    background: #f3f3f3;
    padding: 20px 40px;
    border: none;
    position: relative;
    margin: 1.5em 0;
    color: #606060;
    border-left: 8px solid #98c747;
}

.content blockquote cite{ color: #555555; font-weight: 700;}


.content .wp-block-pullquote {
    padding: 0;
}

.content .wp-block-pullquote p {font-size: 1.2em;}

.content .wp-block-pullquote blockquote {
    border: none;
}

.content .wp-block-pullquote blockquote::before, .content .wp-block-pullquote blockquote::after {
    display: block;
    position: absolute;
    color: #98c747;
    font-weight: 400;
    font-size: 5em;
    line-height: 1;
    font-family: 'Amatic SC', cursive
}

.content .wp-block-pullquote blockquote::before {
    content: "“";
    left: 5px;
    top: 0px;
}

.content .wp-block-pullquote blockquote::after {
    content: "”";
    bottom: -0.6em;
    right: 5px;
}


.content ul, .content ol {
    margin: 1em 0;
    padding-left: 15px;
    overflow: auto;
    line-height: 1.6;
}

.content ul ul, .content ol ol, .content ol ul, .content ul ol{
    margin: 0;
}

.content li{
    padding-left: 1em;
    position: relative;
    margin: 0.4em 0;
}

.content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    background: #98c747;
    font-weight: 400;
    height: 6px;
    width: 6px;
}

.content ul ul li::before, .content ol ul li::before {
    border: 2px solid #98c747;
    height: 2px;
    width: 2px;
    background: none;
}


.content ol {
    counter-reset: section;
}

.content ol li {
}

.content ol li::before {
    counter-increment: section;            
    content: counters(section,".") ". ";
    font-size: 1em;
    font-weight: 700;
    color: #98c747;
    position: absolute;
    left: 0;
    top: 0;
}


.content ul.wp-block-gallery {
    padding: 0; 
}

.content ul.wp-block-gallery li {
    padding: 0;
}

.content ul.wp-block-gallery li::before{display: none;}


.content table {
    background: #fff;
    border-collapse: collapse;
    margin: 2em 0;
    box-decoration-break: none;
    color: #606060;
    font-size: 0.8em;
    
}

.content table thead, .content table tfoot{
    background: #f3f3f3;
    color: #6a6a6a;
    text-transform: uppercase;
}

.content table th {
    font-weight: 700;
    text-align: left;
}

.content table tr {
    padding-bottom: 2px;
}

.content table td, .content table th {
    padding: 15px 25px;
    border-top: none;
}

.content table tr:first-child td {
}

.content table tr:nth-child(even) {
    background: rgba(243, 243, 243,0.5);
}


.content > :first-child {margin-top: 0;}

.content .wp-block-gallery ul {
    padding: 0;
}

.content .wp-block-gallery li {
    padding: 0;
}

.content .wp-block-button {margin-bottom: 1em;}

.content .wp-block-button__link {
    font-size: 0.9em;
    position: relative;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    display: inline-block;    
    border: 2px solid #98c747;
    color: #98c747;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    padding: 5px 15px;
    margin: 0
}

.content .wp-block-button__link:hover {
    background: #98c747;
    color: #fff;
}

.content .wp-block-embed.is-type-video .wp-block-embed__wrapper{
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	
}

.content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-cover, .wp-block-cover-image,
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
    border-radius: 20px;
}

.content .wp-block-cover__inner-container p {
  margin: 0;
}

.content .wp-block-cover__inner-container p a:hover {
    color: #fff;
    background: transparent;
}

/*--------------------------------------------------------------
#ACTIVITES
--------------------------------------------------------------*/

.list-marques {
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
}

.list-marques .une-marque {
    padding: 40px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    margin: 25px;
    width: calc(50% - 50px);
}

.list-marques .une-marque .img-marque {
    text-align: center;
    margin-bottom: 25px;
}

.list-marques .une-marque .content-marque {
    font-size: 0.9em;
}

/*--------------------------------------------------------------
#PRODUIT
--------------------------------------------------------------*/

#list-produits {
    width: calc(100% - 375px);
}

.container-flex {
    display: flex;
    justify-content: space-between;
}

.product-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.product-table thead{
    background: #f3f3f3;
}


.product-table tr {
    border: none;
    padding-bottom: 2px;
}


.product-table tbody tr:nth-child(even) {
    background: rgba(243, 243, 243,0.5);
}

.product-table tr th {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #6a6a6a;
    font-size: 0.7em;
    white-space: nowrap;
}

.product-table tr th, .product-table tr td{
    padding: 15px 25px;
}

.product-table tr td{
    color: #606060;
    font-size: 0.8em;
    text-align: center;
}


.product-table thead th i{
    margin-right: 10px;
    font-size: 1.1em;
}

.product-table tr td.designation{
    text-transform: uppercase;
    font-weight: 700;
}

.product-table tr td.designation, .product-table tr .title-designation{
    text-align: left;
}

.product-table tr td.table-thumbnail {padding: 1px 0;}



.product-table tr td.table-thumbnail figure{
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 125px;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.product-table tr td.table-thumbnail a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}

.product-table tr td.table-thumbnail figure img{
    opacity: 0;
    visibility: hidden;
    display: block;
}

.product-table tr td.table-thumbnail figure a::after{
    content: "\f00e";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #98c747;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-table tr td.table-thumbnail a:hover::after {
    background: #606060;    
}

.product-table tr td .logo-marque {
    margin-top: 10px;
    display: block;
    text-align: center;
}

.product-table tr td .logo-marque img{max-width: 100px;}

.product-table tr td span {display: block;}

.product-table .td-multiple-carac {
	padding-left: 0; 
	padding-right: 0;
	padding-top: 0;
}

.product-table .multiple-carac {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.product-table .multiple-carac tr th, .product-table .multiple-carac tr td {
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.product-table .multiple-carac thead {
	opacity: 0;
	visibility:hidden; 
}

.product-table .multiple-carac tr th {
	font-size: 0.875em;
}

.product-table .multiple-carac tbody tr:nth-child(even) {
	background: none;
}

/*--------------------------------------------------------------
#SEARCH
--------------------------------------------------------------*/
.une-recherche {
    margin: 50px 0;
    position: relative;
}

.une-recherche::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(124,124,124,0.1);
}

.une-recherche a {
    display: block;
    font-weight: 400;
    box-shadow: none;
}

.une-recherche a:hover {box-shadow: none; background: #8ab917;}

.une-recherche .content-search {
    display: block;
    align-items: center;
    text-transform: uppercase;
    font-size: 1em;
    color: #000;
    position: relative;
    padding: 15px 65px 15px 0;
    margin-top: 10px;
    z-index: 5;
}

.une-recherche .content-search::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(assets/images/icon-plus.png);
    background-attachment: scroll;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    z-index: 5;

}
.une-recherche .content-search::before {
    content: "";
    background: #8ab917;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;

}

.une-recherche .content-search .search-title {
    text-transform: uppercase;
    font-size: 1.4em;
    font-family: 'GillSansMT';
    font-weight: 400;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.une-recherche .content-search p {
    text-transform: none;
    font-size: 0.8em;
    color: #777777;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 0;
}

.une-recherche a:hover .content-search .search-title, .une-recherche a:hover .content-search p {
    color: #fff;
}

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

#home-actus {
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

#home-actus .une-actu {
    background: #fff;
    margin-bottom: 20px;
    width: calc((100% / 4) - 40px);
    margin: 20px;
    border: 1px solid #efefef;
    overflow: hidden;
}

#home-actus .une-actu > a {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    display: block;
}

#home-actus .une-actu > a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#home-actus .une-actu .actu-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f3f3f3;
    background-image: url(assets/img/logo-footer.png);
}

#home-actus .une-actu a:hover .actu-thumb {

}

#home-actus .une-actu .actu-thumb img{
    position: absolute;
    opacity: 0;
}


#home-actus .une-actu:hover .actu-thumb::after {
    width: 100%;
    height: 100%;
    line-height: 150px;
    font-size: 3em;
}

#home-actus .une-actu .actu-content {
    padding: 20px 40px;
    margin-top: -40px;
    position: relative;
    width: 100%;
}

#home-actus .une-actu .actu-content::before {
    content: "";
    display: block;
    background: #fff;
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#home-actus .une-actu time{
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    font-size: 0.7em;
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 5px;
}

#home-actus .une-actu .actu-content .actu-title{
    position: relative;
    color: #555;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#home-actus .une-actu .actu-content .actu-excerpt{
    position: relative;
    color: #555;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


#home-actus .une-actu .actu-thumb::after {
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    right: inherit;
    left: 20px;
    bottom: 50px;
    color: #fff;
    background: #98c747;
}

#home-actus .une-actu:hover .actu-thumb::after {

    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    background: #fff;
    color: #98c747;
}


#home-actus .une-actu a:hover .actu-content::before, #home-actus .une-actu a:hover {
    background: #98c747;
/*    background: #555;*/
}

#home-actus .une-actu a:hover .actu-content .actu-title, 
#home-actus .une-actu a:hover .actu-content .actu-desc, 
#home-actus .une-actu a:hover .actu-content .actu-excerpt {
    color: #fff;
}

/*PAGINATION*/
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.pagination .page-numbers {
    
}

.pagination .page-numbers li {
    display: inline-block;
}

.pagination .page-numbers li .page-numbers{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #555555;
    background: #f3f3f3;
    font-size: 0.8em;
    font-weight: 700;
}

.pagination .page-numbers li .page-numbers.current {
    background: #555;
    color: #fff;
}

.pagination .page-numbers li a.page-numbers:hover{
    background: #98c747;
    color: #fff;
}


/*--------------------------------------------------------------
SINGLE
--------------------------------------------------------------*/

#published {
    color: #3c3c3c;
    padding: 5px 10px;
    background: #f3f3f3;
    font-size: 0.8em;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

#thumbnail {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
#SEARCH
--------------------------------------------------------------*/

#wrapper-search {
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

#wrapper-search .une-search{
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    width: calc((100% / 3) - 40px);
    margin: 20px;

}

#wrapper-search .une-search.has-thumb > a {
    display: flex;
    align-items: center;
    max-height: 150px;
}

#wrapper-search .une-search .wp-post-image {
    position: relative;
    z-index: 1;
    transition: all .5s ease 0s;
}

#wrapper-search .une-search.has-thumb > a:hover .wp-post-image {
    opacity: .5;
}

#wrapper-search .une-search .actu-content {
    padding-top: 10px;
    padding-bottom: 40px; 
    padding-right: 50px;
    height: 100%;
}

#wrapper-search .une-search.has-thumb .actu-content {
    width: calc(100% - 150px);
}

#wrapper-search .une-search .actu-content .actu-title {
    color: #98c747;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#wrapper-search .une-search .actu-content .actu-excerpt {
    color: #555555;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#wrapper-search .une-search > a {
    height: 100%;
    display: block;
    position: relative;
}


#wrapper-search .une-search a .actu-content::before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    background: #98c747;
    height: 30px;
    width: 30px;
    font-size: 0.8em;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#wrapper-search .une-search a:hover .actu-content::before{
    height: 100%;
    width: 100%;
    color: transparent;
}

#wrapper-search .une-search a:hover .actu-content .actu-title, #wrapper-search .une-search a:hover .actu-content .actu-excerpt {
    color: #fff;
}


/*--------------------------------------------------------------
#FANCYBOX
--------------------------------------------------------------*/

#fancybox-left-ico, #fancybox-right-ico {
    background: none;
    background: #fff;
    color: #98c747;
    font-weight: 700;
    opacity: 0.5;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    font-size: 16px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

#fancybox-left-ico {
    left: 20px;
}

#fancybox-right-ico {
    right: 20px;
    left: auto;
}

#fancybox-left:hover span, #fancybox-right:hover span {
    opacity: 1;
}

#fancybox-left span:hover, #fancybox-right span:hover {
    background: #98c747;
    color: #fff;
}

#fancybox-left-ico::before, #fancybox-right-ico::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}

#fancybox-left-ico::before {
    content: "\f053";
}

#fancybox-right-ico::before {
    content: "\f054";
}

#fancybox-close {
    background: #606060;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

#fancybox-close:hover {
    background: #e67c4a;
}

#fancybox-close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
#CONTACT
--------------------------------------------------------------*/

#map-localisation h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2em;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    background: #98c747;
    display: block;
    padding: 25px;
    text-align: center;
}


#map-localisation #map-wrapper{
    overflow: hidden;
    position: relative;
    border: 1px solid #efefef;
    border-top: none;
}

#map-localisation iframe{
    width: 100%;
/*    height: auto;*/
}

#contact-content .infos-contact-wrapper {
/*    display: flex;*/
}


#contact-content .infos-contact {
    width: 100%;
    border: 1px solid #efefef
}


#contact-content .infos-contact#infos address{
    font-style: normal;
    font-size: 1em;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 40px 40px 80px 40px;
    background: #98c747;

}

#contact-content .infos-contact address .inner-address {
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    flex: 1 0 auto;
}

#contact-content .infos-contact#infos address .wrapper-title-address {
    position: relative;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
/*    justify-content: flex-end;*/
/*    align-items: center;*/
    padding-right: 80px;
    text-align: right;
}

#contact-content .infos-contact#infos address .wrapper-title-address .accolade{
    display: block;
    position: absolute;
    border: 3px solid #fff;
    border-radius: 25px;
    height: 100%;
    top: 0;
    right: 0;
    width: 30px;
}

#contact-content .infos-contact#infos address .wrapper-title-address .accolade::before {
    content: "";
    display: block;
    position: absolute;
    background: #98c747;
    top: -3px;
    width: 22px;
    right: -3px;
    height: calc(100% + 6px);
}

#contact-content .infos-contact#infos address .wrapper-title-address .accolade::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -11px;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-top-color: rgb(152, 199, 71);
    border-right-color: rgb(152, 199, 71);
    border-top-color: transparent;
    border-right-color:transparent;
    background: #98c747;

}

#contact-content .infos-contact#infos address .address-title{
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    font-size: 3.3em;
    font-weight: 700;
    color: #fff;
}

#contact-content .infos-contact#infos address p{color: #f3f3f3;}


#contact-content .info-adresse {
    display: block;
    margin-top: 10px;
    text-align: center;
    padding: 25px;
    color: #fff;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0;
}

#contact-content .info-adresse i{
    margin-bottom: 20px;
    color: #fff;
    display: block;
    font-size: 3em;
}

#contact-content .info-adresse a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

#contact-content .info-adresse a:hover {
    color: #3c3c3c;
}

.infos-contact #contact {
    padding: 40px 80px;
    margin-top: -40px;
    position: relative;
}

.infos-contact #contact::before {
    content: "";
    display: block;
    background: #fff;
    width: calc(100% - 80px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.wpcf7 form .wpcf7-form-control {
    background: #f3f3f3;
/*    background: rgba(244,244,244,0.6);*/
    border: none;
    border: 1px solid #dedede;
    display: block;
    position: relative;
    width: 100%;
    color: #555555;
    padding: 10px 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none!important;
}

.wpcf7 form ::placeholder {color: #555555;}

.wpcf7 form .wpcf7-form-control:focus {
    color: #fff;
    background: #98c747;
}

.wpcf7 form .wpcf7-form-control:focus::placeholder {
    color: #fff;
} 

.wpcf7 form .wpcf7-select:focus {
    background: rgba(244,244,244,0.6);
    background: #98c747;
    color: #fff;
}


.wpcf7 form textarea.wpcf7-form-control {
    max-height: 150px;
}


.wpcf7 form .wpcf7-acceptance {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.wpcf7 form .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
    font-size: 0.8em;
}

.wpcf7 form .wpcf7-submit {
    width: auto;
    background: #555555;
    color: #fff;
    font-size: 1.8em;
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
}


.wpcf7 form .wpcf7-submit:hover {
    background: #98c747;
}

.wpcf7 form .wpcf7-submit[disabled]:hover {
    background: #555555;
}


/*--------------------------------------------------------------
#FOOTER
--------------------------------------------------------------*/

#site-footer {
	clear: both;
}

/*Infos*/

.footer-infos {
    display: flex;
    background: rgba(242,242,242,0.35);
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
}

.footer-infos .inner-infos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-left {
    padding-right: 25px;
}

#footer-right {
    padding-left: 25px;
}

.footer-infos .bloc-info {
    margin: 0 25px;
}

/*logo*/
#logo-footer {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(assets/img/logo-footer.png);
    width: 256px;
    height: 172px;
}

/*quick-foot*/
#quick-foot .menu{
    display: flex;
}

#quick-foot .menu li{
    margin: 0 15px;
}

#quick-foot .menu li a{
    display: flex;
    justify-content: flex-end;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    color: #606060;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    font-weight: 700;
    text-align: center;
    height: 100%;
    width: 85px;
}

#quick-foot .menu li a:hover {
    background: #606060;
    color: #fff;
}

#quick-foot .menu li a .menu-image-hover-wrapper {
    display: block;
    padding: 0;
    text-align: center;
    height: 50px;
    position: relative;
}

#quick-foot .menu li a .menu-image-hover-wrapper img {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
}

#quick-foot .menu li a .menu-image-hover-wrapper .hovered-image {
    position: absolute;
    margin: auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

#quick-foot .menu li a:hover .menu-image-hover-wrapper img {
    opacity: 0;
}

#quick-foot .menu li a:hover .menu-image-hover-wrapper .hovered-image {
    opacity: 1;
}


#quick-foot .menu li a .menu-image-title {
    margin-top: 10px;
    padding: 0;
    display: block;
}


/*adresse-footer*/

.footer-infos #adresse-footer {
    font-size: 0.8em;
    font-style: normal;
}

.footer-infos #adresse-footer #adresse-titre{
    font-weight: 700;
    text-transform: uppercase;
}

.footer-infos #adresse-footer .info-adresse{
    display: block;
    margin-top: 10px;
}

.footer-infos #adresse-footer .info-adresse i{
    margin-right: 10px;
    color: #98c747;
}

.footer-infos #adresse-footer .info-adresse .inner-info-adresse{
    
}

.footer-infos #adresse-footer .info-adresse #tel-adresse {
    color: #555555;
    font-weight: 700;
}
.footer-infos #adresse-footer .info-adresse #tel-adresse:hover {color: #98c747;}

.footer-infos #adresse-footer .info-adresse #mail-adresse {
    text-transform: uppercase;
    color: #98c747;
    font-weight: 700;
    position: relative;
}
.footer-infos #adresse-footer .info-adresse #mail-adresse:hover {color: #555555;}

.footer-infos .foot-social { margin-top: 10px; }

.footer-infos .foot-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 1.7em;
}

.footer-infos .foot-social a#yt { color: #ff0000; }
.footer-infos .foot-social a#in { color: #0a64c0; }
.footer-infos .foot-social a#fb { color: #1877f2; }
.footer-infos .foot-social a#insta { color: #ff3040; }


.footer-infos .foot-social a:hover { color: #4d5256; }


/*nav-footer*/
#nav-footer {
    font-size: 0.7em;
    max-width: 250px;
}

#nav-footer .menu {
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-end;
}

#nav-footer .menu li{
    margin: 5px 0px;
}

#nav-footer .menu li a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #555555;
    font-weight: 400;
    padding: 5px;
}

#nav-footer .menu li::before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #98c747;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    margin: 0 2px;
}

#nav-footer .menu li:nth-child(odd)::before {
    display: none;
}

#nav-footer .menu li a:hover {
    color: #98c747;
}

    
/*Crédits*/

#site-footer .footer-credits {
    text-align: center;
    font-size: 0.7em;
    color: rgba(124,124,124,0.8);
    padding: 10px 0;
}

#site-footer .footer-credits a{
    color: #000;
    font-weight: 700;
    color: rgba(124,124,124,0.8);
}

#site-footer .footer-credits a:hover{
    color: #8ab917;
}



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

@media screen and (max-width: 1799px) {
    /*footer*/
    #quick-foot .menu li { margin: 0 10px;}
}

@media screen and (max-width: 1599px) {
    /*header*/
    #mastnav ul.menu li a, #btn-search { font-size: 0.68em;}
    
    /*front*/
    #section-marques .title-section { padding: 0 100px;}
	#section-marques .wrapper-marques .bloc-25 { width: calc((100% / 3) - 50px);}
    
    /*sidebar*/
    .sidebar { width: 325px;}
    #list-produits, #heading .inner-heading {  width: calc(100% - 325px); }
    
    /*home*/
    #home-actus .une-actu {width: calc((100% / 3) - 40px); }
    
    /*footer*/
    #quick-foot .menu li { margin: 0 5px;}
    
}

@media screen and (max-width: 1439px) {
    /*header*/
    #mastnav ul.menu li a, #btn-search { padding-left: 0px; padding-right: 0px;}
    
    /*front*/
    
    .wrapper-actus .une-actu:last-child {display: none;}
    .wrapper-actus .une-actu {width: calc(50% - 20px);}
    
    #section-volatys .title-section, #section-volatys .bloc-66 { width: 50%;}
    #section-volatys .menu li { width: calc(25% - 20px); margin: 10px 10px;}
    
/*    #section-marques .wrapper-marques .bloc-25 { width: calc(50% - 50px);}*/

    #section-gammes .title-section {padding: 50px;}
    
    #section-valeurs #bloc-vert .title-section {padding: 50px;}
    
    
    /*contact*/
    #contact-content .infos-contact#infos address .wrapper-title-address, #contact-content .infos-contact address .inner-address {width: 100%; }
    #contact-content .infos-contact#infos address .wrapper-title-address {text-align: center;padding-right: 0; padding-bottom: 80px;}
    #contact-content .infos-contact#infos address .wrapper-title-address .accolade {height: 30px; width: 100%; top: inherit; bottom: 0; left: 0; 
    margin: auto;}
    #contact-content .infos-contact#infos address .wrapper-title-address .accolade::before {height: 22px; width: calc(100% + 6px); bottom: -3px; left: -3px; right: inherit; top: inherit;}
    #contact-content .infos-contact#infos address .wrapper-title-address .accolade::after {border-bottom-color: transparent; border-top-color: #fff;
    bottom: 13px; top: inherit; left: 0; right: 0;}
    
    /*footer*/
    #nav-footer .menu { -webkit-flex-flow: column; -moz-flex-flow: column; -ms-flex-flow: column; -o-flex-flow: column; flex-flow: column; text-align: right;}
    #nav-footer .menu li { margin: 0;}
    #nav-footer .menu li::before { display: none;}
    
    #quick-foot .menu {-webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
    #quick-foot .menu li {width: calc(50% - 10px); margin-top: 5px; margin-bottom: 5px;}
    #quick-foot .menu li a {padding: 15px;}
}

@media screen and (max-width: 1279px) {
    .container {
        padding: 50px 25px;
    }

    #logo a span {
        width: 110px;
        height: 89px;
        margin-bottom: 10px;
    }

    #section-volatys .title-section {
        padding-left: 0;
    }

    #section-volatys .title-section, #section-volatys .bloc-66 {
        width: 48%;
    }

    #section-volatys .menu li a{
        padding: 50px 0;        
    }
    
    #section-volatys .menu li a .menu-image-hover-wrapper img{
        width: 60%;
    }

    #section-gammes .title-section {
        padding: 0 30px;
    }

    #section-gammes .title-section h2 {
        font-size: 2.5em;
    }

    #section-gammes .title-section p {
        font-size: 0.9em;
        line-height: 1.3em;
    }

    #section-valeurs .bloc-33 figure img {
        width: 75px;
    }

    #section-valeurs .bloc-33:nth-child(0n+2) figure img {
        width: 60px;
    }

    #footer-left {
        padding-right: 0;
    }

    #footer-right {
        padding-left: 0;
    }

    /* Page gamme */
    .sidebar {
        width: 230px;
    }

    #heading-page .inner-heading {
        width: calc(100% - 229px)!important;
    }

    #list-produits, #heading .inner-heading {
        width: 100%;
    }

    .product-table tr th, .product-table tr td {
        padding: 15px 21px;
    }

    .product-table tr th:not(.title-designation), .product-table tr td:not(.designation) {
        padding: 15px 10px;
    }

    .product-table tr th:not(.title-designation) i {
        display: block;
        margin-bottom: 7px;
        margin-right: 0;
    }

    /* page contact */
    #contact-content .info-adresse i {
        font-size: 2em;
    }
	
	#section-marques .wrapper-marques .bloc-25 { width: calc(50% - 50px);}
}

@media screen and (max-width: 1023px) {
    #logo a span {
        width: 121px;
    }
    #mastnav {
        display: block;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: -210px;
        top: 0;
        transition: all 0.5s ease 0s;
        background: #fff;
        padding: 5px 0 15px 0;
        height: 100vh;
        font-size: 1.2em;
        border-top: solid 90px #98c747;
        overflow: auto;
    }

    #mastnav ul.menu li > a {
        color: #555555;
    }

    #mastnav.menu-open {
        visibility: visible;
        opacity: 1;
        right: 0;
    }

    #mobile-menu {
        position: fixed;
        display: block;
        border: none;
        background-color: transparent;
        color: #fff;
        font-size: 2em;
        right: 28px;
        top: 24px;
        z-index: 2;
    }

    #site-header.scroll #mobile-menu {
        color: #555555;
    }

    #mastnav ul.menu li {
        display: block;
        line-height: 2;
        border-bottom: 1px solid rgba(60, 60, 60, 0.07);
    }

    #mastnav ul.menu li .sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
    }

    #mastnav ul.menu li.show .sub-menu {
        max-height: 400px;
    }

    #heading-page .inner-heading {
        width: 100%!important
    }

    #site-header.fixed #mastnav ul.menu li .sub-menu {
        padding-top: 0;
    }

    #mastnav ul.menu li .sub-arrow {
        padding: 10px 108px 10px 10px;
    }

    #mastnav ul.menu li a {
        padding-left: 30px;
    }

    #mastnav ul.menu li .sub-menu li a {
        padding-left: 50px;
    }

    #mastnav #btn-search {
        color: #555555;
        padding: 22px;
    }

    #search {
        bottom: -439px;
        right: -20px;
        width: 250px;
    }

    #site-header.fixed #search {
        bottom: -458px;
    }

    #section-heading #section-background {
        height: 90vh;
    }

    #section-heading #section-actus {
        display: block;
        height: auto;
    }

    #section-actus .title-section {
        text-align: center;
        margin-right: 0;
    }

    #section-actus .wrapper-actus {
        padding-top: 33px;
    }

    #section-volatys .menu li {
        width: calc(50% - 20px);
    }

    #section-gammes .inner-section {
        display: block;
    }

    #section-gammes .inner-section .bloc-33 {
        width: 100%;
    }

    #section-gammes .title-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    #section-gammes .title-section::after {
        margin: 30px auto;
    }

    .bloc-66 {
        width: auto;
    }

    #section-marques .title-section {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

    #section-valeurs .inner-section {
        display: block;
    }

    .bloc-50 {
        width: 100%;
    }

    #section-valeurs #bloc-valeurs {
        padding: 30px 0;
        position: relative;
    }

    #section-valeurs #bloc-valeurs .wrapper-valeurs .valeurs {
        padding: 170px 30px 50px 30px;
    }

    #section-valeurs #bloc-valeurs .wrapper-valeurs .valeurs figure {
        left: 50%;
        transform: translateX(-50%);
    }


    /* Page */
    #heading .inner-heading {
        width: 100%;
    }

    #heading .inner-heading#classic-heading {
        justify-content: space-between;
    }

    #heading .inner-heading#classic-heading h1, #heading .inner-heading#classic-heading .h1 {
        margin: 0;
    }

    #home-actus .une-actu {
        width: calc((100% / 2) - 40px);
    }

    .container-flex {
        display: block;
    }

    .sidebar {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .sidebar ul#menu-menu-gamme {
        display: flex;
    }

    .sidebar ul#menu-menu-gamme > li {
        width: 50%;
    }

    .sidebar ul#menu-menu-gamme > li:nth-child(0n+1) {
        margin-right: 10px;
    }

    .sidebar ul#menu-menu-gamme > li:nth-child(0n+2) {
        margin-left: 10px;
    }

    .product-table tr th, .product-table tr td {
        padding: 15px 10px;
    }

    .footer-infos {
        display: block;
    }

    #quick-foot .menu {
        -webkit-flex-flow: nowrap;
        -moz-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        -o-flex-flow: nowrap;
        flex-flow: nowrap;
    }

    #quick-foot .menu li {
        width: auto;
        margin: 0 10px;
    }

    #footer-right {
        padding: 10px;
    }

}

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


    #section-heading #section-background h1 {
        font-size: 8vw;
    }

    #section-heading #section-background #front-title {
        width: 35%;
    }

    #section-actus .wrapper-actus {
        display: block;
    }

    #section-actus .wrapper-actus article {
        width: 100%;
        margin: 15px 0;
    }

    #section-volatys .container {
        display: block;
    }

    #section-volatys .title-section {
        display: block;
        text-align: center;
        padding: 0;
    }

    #section-volatys .title-section, #section-volatys .bloc-66 {
        width: 100%;
    }

    #section-volatys .accolade {
        transform: rotate(-90deg);
        height: 166%;
        top: 61px;
        right: 44%;
        width: 30px;
    }

    #section-volatys .menu {
        margin-top: 30px;
    }

    #section-volatys .menu li {
        width: calc(25% - 25px);
    }

    #section-gammes .inner-section .bloc-33 {
        padding-bottom: calc(100% / 2);
    }

    #section-marques .wrapper-marques .bloc-25 {
        width: 100%;
    }

    .footer-infos .inner-infos {
        display: block;
    }

    thead {
        display: none;
    }

    table,
    tbody,
    tr,
    td {
        display: block;
        width: auto!important;
    }

    .product-table tr td.table-thumbnail figure {
        width: 80%;
        margin: 0 auto;
    }

    .product-table tr td.table-thumbnail figure {
        padding-bottom: 32.25%;
    }

    .product-table tr td.designation, .product-table tr .title-designation {
        text-align: center;
    }

    .product-table tr th:not(.title-designation), .product-table tr td:not(.designation) {
        padding: 7px 10px;
    }

    .product-table tbody tr {
        padding: 10px 0 0 0;
        margin: 35px 0;
    }

    .product-table tbody tr {
        background: rgba(243, 243, 243,0.5);
    }

    .product-table tbody tr:nth-child(2n) {
        background: #fff;
    }

    #logo-footer {
        display: block;
        width: 210px;
        height: 130px;
        margin: 0 auto;
    }

    #quick-foot .menu {
        flex-flow: wrap;
        margin-top: 30px;
    }

    #quick-foot .menu li {
        width: calc( 50% - 20px );
        margin: 10px;
    }

    #quick-foot .menu li a {
        width: 100%;
    }

    #nav-footer {
        max-width: 100%;
    }

}

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



    #section-heading #section-background #front-title::before, #section-heading #section-background #front-title::after {
        width: 72px;
    }

    #section-heading #section-background #front-title {
        width: 40%;
    }

    #section-heading #section-background h1 {
        font-size: 10vw;
    }

    #section-marques .title-section {
        padding: 0;
    }

    #section-volatys .menu {
        margin-top: 70px;
    }

    #section-volatys .menu li {
        width: calc(50% - 25px);
    }

    #section-volatys .menu li a {
        padding: 10px 0;
    }

    #section-valeurs #bloc-vert .title-section {
        padding: 50px 0px;
    }

    #section-actus .wrapper-actus article {
        font-size: 1.2em;
    }

    #section-gammes .title-section::after {
        width: 60px;
        height: 18px;
        margin: 6px auto;
    }

    #section-gammes .inner-section .bloc-33 {
        padding-bottom: calc(100% / 1.7);
    }

    #section-valeurs #bloc-valeurs .wrapper-valeurs {
        display: block;
    }

    .bloc-33 {
        width: calc(100% / 1);
    }

    #section-valeurs #bloc-valeurs .wrapper-valeurs .valeurs {
        padding: 170px 30px 0px 30px;
        margin-top: -35px;
    }

    #section-valeurs #bloc-valeurs .title-section {
        text-align: center;
        padding: 0 15px;
    }

    .sidebar ul#menu-menu-gamme {
        display: block;
    }

    .sidebar ul#menu-menu-gamme > li {
        width: 100%;
    }

    .sidebar ul#menu-menu-gamme > li:nth-child(1) {
        margin-right: 0;
    }

    .sidebar ul#menu-menu-gamme > li:nth-child(2) {
        margin-left: 0;
    }

    .content h2 {
        font-size: 2.8em;
    }

    #home-actus .une-actu {
        width: calc((100% / 1) - 40px);
    }

    .list-marques .une-marque {
        width: 100%;
    }

    #nav-footer .menu {
        text-align: center;
        margin-top: 30px;
    }

}

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

    #site-header {
        overflow: hidden;
    }

    #section-heading #section-background #front-title::before, #section-heading #section-background #front-title::after {
        width: 52px;
    }
    
    .une-actu .actu-content {
        padding: 5px 0 5px 20px;
    }

}


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

    #section-actus .wrapper-actus article {
        font-size: 1em;
    }

    #section-volatys .accolade {
        height: 100%;
        top: 144px;
        right: 45%;
    }

    #section-volatys .menu {
        display: block;
    }

    #section-volatys .menu li {
        margin: 0 auto;
    }

    #section-volatys .menu li a {
        padding: 40px 0;
    }

    #section-gammes .inner-section .bloc-66 {
        display: block;
    }

    #section-gammes .inner-section .bloc-33 {
        padding-bottom: calc(100% / .8);
        text-align: center;
    }

    .container {
        padding: 50px 15px;
    }

    #heading .inner-heading {
        display: block;
        text-align: center;
    }

    #heading .inner-heading .btn-previously {
        margin-left: 0;
        margin-top: 20px;
    }

    .section-front .title-section h2 {
        font-size: 3em;
    }

    #section-marques .wrapper-marques .bloc-25 a {
        padding: 20px;
    }

    .list-marques .une-marque {
        padding: 30px;
        margin: 15px;
    }

    #contact-content .infos-contact address .inner-address {
        display: block;
    }

    .infos-contact #contact::before {
        width: 100%;
    }

    .infos-contact #contact {
        padding: 40px 25px;
    }

    #quick-foot .menu {
        display: block;
    }

    #quick-foot .menu li {
        width: auto;
        margin: 10px;
    }

    #footer-right {
        text-align: center;
    }

}

@media (orientation: landscape) and (max-height : 460px) {

}


/*--------------------------------------------------------------
IDEES RECETTES
--------------------------------------------------------------*/

#home-recettes {
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

#hhome-recettes .une-actu {
    background: #fff;
    margin-bottom: 20px;
    width: calc((100% / 4) - 40px);
    margin: 20px;
    border: 1px solid #efefef;
    overflow: hidden;
}

#home-recettes .une-actu > a {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    display: block;
}

#home-recettes .une-actu > a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#home-recettes .une-actu .actu-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f3f3f3;
    background-image: url(assets/img/logo-footer.png);
}

#home-recettes .une-actu a:hover .actu-thumb {

}

#home-recettes .une-actu .actu-thumb img{
    position: absolute;
    opacity: 0;
}


#home-recettes .une-actu:hover .actu-thumb::after {
    width: 100%;
    height: 100%;
    line-height: 150px;
    font-size: 3em;
}

#home-recettes .une-actu .actu-content {
    padding: 20px 40px;
    margin-top: -40px;
    position: relative;
    width: 100%;
}

#home-recettes .une-actu .actu-content::before {
    content: "";
    display: block;
    background: #fff;
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#home-recettes .une-actu time{
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    font-size: 0.7em;
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 5px;
}

#home-recettes .une-actu .actu-content .actu-title{
    position: relative;
    color: #555;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#home-recettes .une-actu .actu-content .actu-excerpt{
    position: relative;
    color: #555;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


#home-recettes .une-actu .actu-thumb::after {
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    right: inherit;
    left: 20px;
    bottom: 50px;
    color: #fff;
    background: #98c747;
}

#home-recettes .une-actu:hover .actu-thumb::after {

    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    background: #fff;
    color: #98c747;
}

#home-recettes .une-actu .blc {
    background-color: #555555;    
    color: #ffffff;
}


#home-recettes .une-actu a:hover .actu-content::before, #home-recettes .une-actu a:hover {
    background: #98c747;
/*    background: #555;*/
}

#home-recettes .une-actu a:hover .actu-content .actu-title, #home-recettes .une-actu a:hover .actu-content .actu-excerpt{
    color: #fff;
}

#home-recettes .une-actu .actu-content .actu-desc {
    position: relative;
}

#home-recettes .infos-recette, #single-recettes .infos-recette {
    display: flex;
    gap: 20px;
    align-items: center;
}
#home-recettes .info-bloc, #single-recettes .info-bloc {
    display: flex;
    align-items: center;
    gap: 8px; /* Espace entre image et texte */
    margin-right:15px;
    color: #555555;
    font-size:14px;
}
#single-recettes .info-bloc {
    font-size:12px;
}
#home-recettes .info-picto, #single-recettes .info-picto {
    width: 24px;
    height: auto;
    display: block;
}
#single-recettes .info-bloc {
    margin-right:10px;
}
#home-recettes .info-bloc:last-child, #single-recettes .info-bloc:last-child {
    margin-right: 0;
}
#single-recettes .wp-block-heading {
    margin-bottom:10px;
}

#home-recettes .blc, #single-recettes .blc  {
    background-color: #f3f3f3;    
    color: #6a6a6a;
    padding:5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right:20px;
    margin-bottom:20px;
    font-size: 0.8em;
    font-weight: 700;
}
#single-recettes .single-recette-img {
    display:none;
    margin-top: 20px;
}
#single-recettes .blc_croise  {
    margin-right:5px;
}
#single-recettes .recette-container {
}

#single-recettes .recette-container .recette-col-gauche {
    float: left;
    width: 50%;
}
#single-recettes .recette-container .recette-col-droite {
    float: right;
    width: 50%;
}

#single-recettes .recette-photo img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
#single-recettes .recette-ingredients ul {
    padding-left: 20px;
    list-style: disc;
}
#single-recettes .liste-produits-volatys {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}
#single-recettes .bloc-produit {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
#single-recettes .produit-visuel img {
    max-width: 150px;
    height: auto;
    display: block;
}
#single-recettes .produit-texte h4 {
    margin: 0;
    font-size: 1.2em;
}



#single-recettes .col {
    float:left;
    width:48%;
    margin-right: 2%;
    padding:10px;
    padding-top:20px;
    padding-bottom: 20px;
}
#single-recettes .colAA {
    padding:10px;
    background-color: #eeeeee;
    margin-bottom: 20px;
}
#single-recettes .colA {
    padding-top: 0;
}
#single-recettes .colA h3 {
    margin-top:0;
    margin-bottom: 10px;
    font-size:2em;
    text-align: center;
}
#single-recettes .colA p {
    font-size:14px;
}
#single-recettes .colB {
    float:right;
    width:50%;
    margin-right: 0%;
    padding-top:0px;
}
#single-recettes .colB .recette-photo img {
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom:20px;
    border-radius: inherit;
}
#single-recettes .colB h3 {
    margin-top:0;
    margin-bottom: 10px;
    font-size:2em;
    text-align: center;
}
#single-recettes .colB p {
    font-size:14px;
}

#single-recettes .colB h4 {
    font-size:0.9em;
}
#single-recettes .colB iframe {
    width:100%;
    height: auto;
    min-height: 200px;
}
#single-recettes .colB .info_bloc_blc {
    color:#ffffff;
    font-weight: bold;
}
#single-recettes .colB .info_bloc {
    margin-right:20px;
}
#single-recettes .colB .recette-photo-bg {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px; /* optionnel */
    margin-bottom:20px;
}
#single-recettes .col_standard h3 {
    margin-top:0;
    margin-bottom: 10px;
    font-size:2em;
    text-align: center;
}
#single-recettes .col_standard p {
    font-size:14px;
}
#single-recettes .col_standard h4 {
    font-size:0.9em;
}
#single-recettes .col_standard iframe {
    width:100%;
    height: auto;
    min-height: 400px;
}


@media screen and (max-width: 1439px) {
    #single-recettes .une-actu:last-child {
        display: block;
    }
}
@media screen and (max-width: 968px) {
    #single-recettes .single-recette-img {
        display:block;
    }
    #single-recettes .recette-col-droite {
        display: none;
    }
    #single-recettes .recette-col-gauche {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    #home-recettes .une-actu {
        width: calc(100%);
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 968px) {
    #single-recettes .col {
        width: 100%;
        margin-right: inherit;
        padding:0;
    }
    #single-recettes .colA {
        margin-bottom:20px;
    }
}