@charset "UTF-8";
/*
Theme Name: John Doe et Fils
Theme URI: https://johndoe-et-fils.com
Description: Thème parent pour les sites de John Doe et Fils
Version: 0.1
Author: John Doe et Fils
Author URI: https://johndoe-et-fils.com
Tags: JDF, John Doe et Fils
*/

/*** EVOLUTION :
CREATION PAGE COOPERATIVE
juin 2026 Kalélia
***/

/**************/
/*** BASICS ***/
/**************/
.acf-field .acf-label label {
    font-weight: 600 !important;
    font-size: 15px;
    color: #41bf99;
}
.acf-field .acf-input .acf-field .acf-label label {
    color: #346d67;
}
.acf-fields.-border {
    border: #c5e833 solid 2px;
}
.acf-fields > .acf-field {
    border-top-color: transparent !important;
}

/*** BODY ***/
.page-template-page-cooperation main {
    padding-bottom: 0 !important;
}

/*** Bouton retour vers le haut ***/
.back_to_top {
    display: block; /* par défaut */
    /*display: none;*/
    position: fixed !important;
    background: url('src/img/slider_fleche_blanche_rond_vert_clair.svg')no-repeat center, var(--dark_green);
    width: 33px;
    height: 33px;
    transform: rotate(-90deg);
    border: none;
    border-radius: 50px;
    right: 5%;
    bottom: 50px;
    cursor: pointer;
    transition: all 0.1s;
    z-index: 10000;
}
.back_to_top:before {
    content: "↑";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    transform: rotate(90deg);
    background-color: #c5e833;
    border-radius: 50px;
}
.back_to_top:hover {
    border: none;
    box-shadow: 0 0 3px 1px #006644FF;
}


/**************************************/
/*** page-template-page-cooperation ***/
/**************************************/

/*** BANNIERE ***/
.page-template-page-cooperation .site-main #banniere .left {
    padding-left: 0;
}
.page-template-page-cooperation .site-main #banniere .left .texte a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 6px 14px 7px;
    margin: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #382727;
    border: 1px solid #382727;
    border-radius: 30px;
}
.page-template-page-cooperation .site-main #banniere .left .texte a:hover {
    border-color: #d1003f;
    background-color: #d1003f;
    color: #fff;
}
.page-template-page-cooperation .site-main #banniere .right {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -134px;
    z-index: 0;
}
.page-template-page-cooperation .site-main #banniere .right img:nth-child(1) {
    position: absolute;
    display: block;
    width: 273px;
    height: 304px;
    left: 114px;
    object-fit: cover;
    animation: appear-right .7s ease-in-out forwards;
    mask: url("src/img/masque-photo.svg")no-repeat;
    -webkit-mask: url("src/img/masque-photo.svg")no-repeat;
    z-index: 1;
}
.page-template-page-cooperation .site-main #banniere .right img:nth-child(2) {
    position: absolute;
    display: block;
    width: 260px;
    height: 368px;
    top: 116px;
    right: 50px;
    object-fit: cover;
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    animation: appear-right-banner .9s ease-in-out forwards;
    -webkit-animation: appear-right-banner .9s ease-in-out forwards;
    box-shadow: 10px 10px 0 rgba(60, 57, 57, 0.2);
    border-radius: 20px;
    z-index: 2;
}
.page-template-page-cooperation #banniere .parallax-item {
    position: absolute;
    display: block;
    max-width: 180px;
    max-height: 180px;
    padding: 0;
    object-fit: contain;
    z-index: 3;
}
.page-template-page-cooperation #banniere .parallax-item.concombre {
    width: 137px;
    height: 67px;
    top: 8px;
    left: 0;
}
.page-template-page-cooperation #banniere .parallax-item.poireaux {
    width: 127px;
    height: 141px;
    top: -36px;
    right: 93px;
}
.page-template-page-cooperation #banniere .parallax-item.tomate-grappe {
    width: 100px;
    height: 70px;
    top: 322px;
    left: 60px;
}
.page-template-page-cooperation #banniere .parallax-item.panais {
    width: 139px;
    height: 94px;
    top: 295px;
}
/*** INTRO ***/
.page-template-page-cooperation #intro {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 66px 0 100px 81px;
    margin-top: 68px;
    background-color: #346d67;
    border-radius: 30px 30px 0 0;
}
.page-template-page-cooperation #intro p,
.page-template-page-cooperation #intro ul li,
.page-template-page-cooperation #intro ul li::marker,
.page-template-page-cooperation #intro h2,
.page-template-page-cooperation #intro h3,
.page-template-page-cooperation #intro h4,
.page-template-page-cooperation #intro h5 {
    font-family: "Komet", sans-serif;
    color: #ffffff;
}
.page-template-page-cooperation #intro h3 {
    font-size: 26px;
    font-weight: 800;
}
.page-template-page-cooperation #intro h3,
.page-template-page-cooperation #intro h4,
.page-template-page-cooperation #intro h5 {
    padding-bottom: 20px;

}
.page-template-page-cooperation #intro .left {
    padding-bottom: 20px;
    padding-left: 69px;
}
.page-template-page-cooperation #intro .right {
    padding-left: 102px;
}
/*** HISTOIRE ***/
.page-template-page-cooperation #histoire {
    position: relative;
    padding: 100px 0 50px;
    background-image: url("src/img/fond-beige-texture.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
    border-radius: 0px 0px 30px 30px;
}
.page-template-page-cooperation #histoire:after {
    content: '';
    display: block;
    position: absolute;
    width: 127px;
    height: 195px;
    background: url("src/img/legumes/tomates.svg") no-repeat;
    top: -25px;
    right: 57px;
    z-index: 2;
}
.page-template-page-cooperation #histoire:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}
.page-template-page-cooperation #histoire .container:before {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 131px;
    background: url("src/img/legumes/navet.svg")no-repeat;
    top: -65px;
    left: 81px;
    z-index: 1;
}
.page-template-page-cooperation #histoire .container:after {
    content: '';
    display: block;
    position: absolute;
    width: 106px;
    height: 83px;
    background: url("src/img/legumes/carotte-des-sables.svg")no-repeat;
    top: 145px;
    left: 200px;
    z-index: 1;
}
.page-template-page-cooperation #histoire .intro {
    width: 720px;
    margin: 0 auto 56px;
}
.page-template-page-cooperation #histoire .intro h2,
.page-template-page-cooperation #histoire .intro p {
    text-align: center;
}
.history_slider .history_slide {
    display: flex;
    justify-content: space-between;
    column-gap: 10%;
    padding: 0 82px;
}
.history_slider .history_slide .history_content {
    display: block;
    max-width: 426px;
    box-sizing: border-box;
    padding: 55px 0 15px;
}
.history_slider .history_slide .history_content .history_title {
    display: block;
    font-family: "Daft", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #41BF99;
}
.history_slider .history_slide .history_content .history_desc {
    display: block;
}
.history_slider .history_slide .history_image {
    display: block;
    width: 507px;
    height: 338px;
    margin: 9px 0 10px;
    transform: rotate(2deg);
    border-radius: 20px;
    border: 8px solid #E40043;
}
.history_slider .history_slide .history_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.history_slider .swiper-button-prev,
.history_slider .swiper-button-next {
    width: 32px;
    height: 32px;
}
.history_slider .swiper-button-prev-history:after,
.history_slider .swiper-button-next-history:after {
    content: '';
    display: block;
    background: url("src/img/slider_fleche_blanche_rond_vert.svg") no-repeat left;
    width: 32px;
    height: 32px;
    left: 0;
}
.history_slider .swiper-button-next-history:after {
    background: url("src/img/slider_fleche_blanche_rond_vert.svg") no-repeat right;
    transform: rotate(180deg);
}
.page-template-page-cooperation #histoire .history_dates_slider {
    padding-top: 80px;
}
.history_dates_slider .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}
.history_dates_slider .swiper-slide {
    width: 13%;
    padding: 0 10px;
    white-space: nowrap;
}
.history_dates_slider .swiper-slide.is-active:not(.swiper-slide-active) .history_dates_title {
    color: #41BF99;
}
.history_dates_slider .swiper-slide.swiper-slide-active:not(.is-active) .history_dates_title {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0 14px;
    color: #382727;
}
.history_dates_slider .swiper-slide.is-active .history_dates_eyeliner {
    background-color: #41BF99;
}
.history_dates_slider .swiper-slide.is-active:not(.swiper-slide-active) .history_dates_title,
.history_dates_slider .swiper-slide .history_dates_title,
.history_dates_slider .swiper-slide:has(.is-active) .history_dates_title {
    display: block;
    font-family: "Komet", sans-serif;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 11px;
    color: #41BF99;
}
.history_dates_slider .swiper-slide:not(.swiper-slide-active) .history_dates_title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0 14px;
    color: #382727;
}
.history_dates_slider .swiper-slide .history_dates_eyeliner {
    display: block;
    width: 100%;
    height: 6px;
    background-color: #fff;
}
/*** PRODUCTEURS ***/
.page-template-page-cooperation #coop_producteurs {
    position: relative;  /* pour parallax */
    display: block;
    padding: 142px 0 0;
    /*padding: 142px 0 78px;*/
    background-color: #fff;
}
.page-template-page-cooperation #coop_producteurs .sous_titre_prod {
    display: block;
    font-family: "Komet", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0 12px;
    color: #F15784;
}
.page-template-front-page #coop_producteurs .right img {
    position: relative;
    object-fit: cover;
    z-index: 2;
}
.page-template-page-cooperation #coop_producteurs .right img:nth-child(1) {
    max-width: 80%;
    max-height: 50%;
    transform: translateX(-10%) rotate(-5deg);
    -webkit-transform: translateX(95%) rotate(5deg);
    border-radius: 20px;
}
.page-template-page-cooperation #coop_producteurs .right img:nth-child(2) {
    display: block;
    width: 270px;
    height: 300px;
    max-width: 80%;
    max-height: 50%;
    margin: 0 0 0 auto;
    object-fit: cover;
    -webkit-mask: url("src/img/masque-photo-miroir.svg");
    mask: url("src/img/masque-photo-miroir.svg");
    -webkit-mask-transform: scaleY(-1);
    mask-repeat: repeat;
    mask-position-x: 0%;
    mask-position-y: 0%;
    mask-size: auto;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    transform: translate(-79%, -40%);
    -webkit-transform: translate(-6%, -40%);
    border-radius: 20px;
}
.page-template-page-cooperation #coop_producteurs .row .parallax-item  {
    position: absolute;
    max-width: 200px;
    max-height: 200px;
    padding: 0;
    object-fit: contain;
    -o-object-fit: contain;
    z-index: 3;
}
.page-template-page-cooperation #coop_producteurs .parallax-item.salade-iceberg {
    width: 85px;
    height: 91px;
    top: 7%;
    right: 20%;
}
.page-template-page-cooperation #coop_producteurs .parallax-item.navet-jaune {
    width: 81px;
    height: 81px;
    top: 17%;
    right: 27%;
}
.page-template-page-cooperation #coop_producteurs .parallax-item.chou-chinois {
    width: 62px;
    height: 70px;
    top: 28%;
    right: 32%;
}
.page-template-page-cooperation #coop_producteurs .parallax-item.tomate-ronde-profil {
    width: 74px;
    height: 70px;
    top: 37%;
    right: 21%;
}
.page-template-page-cooperation #coop_producteurs .parallax-item.celeri-branche {
    width: 76px;
    height: 155px;
    top: 53%;
    right: 5%;
    transform: rotate(-15deg) !important;
}
.page-template-page-cooperation #coop_producteurs .parallax-item.poivron-allonge-rouge {
    width: 95px;
    height: 50px;
    top: 62%;
    right: 11%;
}
.page-template-page-cooperation #coop_producteurs .parallax-item.oignon-rouge {
    width: 82px;
    height: 188px;
    top: 60%;
    right: 19%;
}
/*** CULTIVER ***/
.page-template-page-cooperation #cultiver {
    position: relative;     /* pour parallax */
    display: block;
    padding: 100px 0 194px;
    border-radius: 30px;
    z-index: 1;
}
.page-template-page-cooperation #cultiver:before,
.page-template-page-cooperation #cultiver:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-template-page-cooperation #cultiver:before {
    background-color: #ffffff;
    z-index: -2;
}
.page-template-page-cooperation #cultiver:after {
    background: url("src/img/texture-carton.jpg") no-repeat, #346d67;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 30px;
    z-index: -1;
}
.page-template-page-cooperation #cultiver .row .right {
    padding-right: 120px;
}
.page-template-page-cooperation #cultiver .row .right h2,
.page-template-page-cooperation #cultiver .row .right h3,
.page-template-page-cooperation #cultiver .row .right h4,
.page-template-page-cooperation #cultiver .row .right p {
    color: #ffffff;
}
.page-template-page-cooperation #cultiver .left {
    display: flex;
    flex-wrap: wrap;
    width: 46%;
    margin: -160px 0 0 4%;
}
.page-template-page-cooperation #cultiver .left img:nth-child(1) {
    width: 74%;
    height: 60%;
    object-fit: cover;
    transform: translateX(0) rotate(2deg);
    box-shadow: -10px 10px 0 rgba(60, 57, 57, 0.2);
    border-radius: 20px;
}
.page-template-page-cooperation #cultiver .left img:nth-child(2) {
    width: 60%;
    height: 50%;
    margin-top: -55px;
    object-fit: cover;
    transform: translateX(50%) rotate(-2deg);
    box-shadow: -10px 10px 0 rgba(60, 57, 57, 0.2);
    border-radius: 20px;
}
.page-template-page-cooperation #cultiver .parallax-item {
    position: absolute;
}
.page-template-page-cooperation #cultiver .parallax-item.oignon-blanc {
    width: 89px;
    height: 160px;
    bottom: 175px;
    left: 755px;
}
.page-template-page-cooperation #cultiver .parallax-item.mache {
    width: 90px;
    height: 69px;
    bottom: 100px;
    left: 550px;
}
.page-template-page-cooperation #cultiver .parallax-item.chou-pack-choi {
    width: 92px;
    height: 123px;
    bottom: 130px;
    left: 280px;
}
.page-template-page-cooperation #cultiver .parallax-item.rhubarbe {
    width: 190px;
    height: 154px;
    bottom: 295px;
    left: 0;
}
.page-template-page-cooperation #cultiver .parallax-item.tomates_duo_ronde_allongee {
    width: 100px;
    height: 69px;
    bottom: 480px;
    left: 275px;
}
/*** TRACABILITE ***/
.page-template-page-cooperation #tracabilite {
    position: relative;  /* pour parallax */
    display: block;
    padding-top: 110px;
    background-color: #ffffff;
    z-index: 0;
}
.page-template-page-cooperation #tracabilite .left img {
    position: relative;
    object-fit: cover;
    z-index: 2;
}
.page-template-page-cooperation #tracabilite .left img:nth-child(1) {
    transform: translateX(-10%) rotate(-5deg);
    border-radius: 20px;
    max-width: 80%;
    max-height: 50%;
    z-index: 2;
}
.page-template-page-cooperation #tracabilite .left img:nth-child(2) {
    display: block;
    width: 270px;
    height: 300px;
    max-width: 80%;
    max-height: 50%;
    margin: 0 0 0 auto;
    mask: url("src/img/masque-photo.svg");
    -webkit-mask: url("src/img/masque-photo.svg");
    mask-repeat: repeat;
    mask-position-x: 0%;
    mask-position-y: 0%;
    mask-size: auto;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    transform: translate(-15%, -30%);
    -webkit-transform: translate(-15%, -30%);
    border-radius: 20px;
}
.page-template-page-cooperation #tracabilite .right {
    padding-right: 12%;
}
.page-template-page-cooperation #tracabilite .row .parallax-item.parallax_tracabilite_groupe1 {
    position: absolute;
    width: 360px;
    height: 491px;
    top: -2%;
    left: 29%;
    z-index: 2;
}
.page-template-page-cooperation #tracabilite .row .parallax-item.parallax_tracabilite_groupe2 {
    position: absolute;
    width: 205px;
    height: 327px;
    bottom: 35%;
    right: 0.5%;
    z-index: 2;
}
.page-template-page-cooperation #tracabilite .row .parallax-item.oignon-blanc {
    position: absolute;
    width: 89px;
    height: 160px;
    bottom: 225px;
    left: 589px;
    transform: rotate(-20deg) !important;
    z-index: 2;
}
/*.page-template-page-cooperation #tracabilite .row .parallax-item.radis {*/
/*    position: absolute;*/
/*    width: 118px;*/
/*    height: 160px;*/
/*    bottom: -120px;*/
/*    right: 400px;*/
/*    z-index: 2;*/
/*}*/
/*** VALEURS ***/
.page-template-page-cooperation #valeurs {
    position: relative;
    display: block;
    padding: 107px 0 90px;
    background-color: #F8F4EF;
    border-radius: 30px 30px 0 0;
}
.page-template-page-cooperation #valeurs:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: -2;
}
.page-template-page-cooperation #valeurs .left {
    padding-top: 5%;
}
.page-template-page-cooperation #valeurs .right {
    padding-left: 5%;
}
.page-template-page-cooperation #valeurs .valeurs_slider {
    width: 145%;
    padding: 50px;
}
.page-template-page-cooperation #valeurs .valeurs_slide {
    position: relative;     /* pour Picto */
    display: flex;
    justify-content: space-between;
    height: fit-content;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.page-template-page-cooperation #valeurs .valeurs_picto {
    position: absolute;
    content: '';
    display: block;
    width: 102px;
    height: 111px;
    top: -35px;
    left: -26px;
    z-index: 2;
}
.page-template-page-cooperation #valeurs .valeurs_images {
    display: block;
    width: 30%;
    min-width: 223px;
    height: auto;
}
.page-template-page-cooperation #valeurs .valeurs_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
.page-template-page-cooperation #valeurs .valeurs_content {
    display: block;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 0 30px 30px 0;
}
.page-template-page-cooperation #valeurs .valeurs_content .valeurs_title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.valeurs_slider .swiper-button-prev,
.valeurs_slider .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -10px;
}
.valeurs_slider .swiper-button-prev-valeurs:after,
.valeurs_slider .swiper-button-next-valeurs:after {
    content: '';
    display: block;
    background: url("src/img/slider_fleche_blanche_rond_vert_clair.svg") no-repeat left;
    width: 32px;
    height: 32px;
    left: 0;
}
.valeurs_slider .swiper-button-next-valeurs:after {
    background: url("src/img/slider_fleche_blanche_rond_vert_clair.svg") no-repeat right;
    transform: rotate(180deg);
}
.page-template-page-cooperation #valeurs .swiper-pagination-bullet-active {
    background: #C5E833;
}
.page-template-page-cooperation #valeurs .parallax-item.radis {
    position: absolute;
    width: 118px;
    height: 160px;
    top: -140px;
    right: 400px;
    z-index: 2;
}
/*** ATOUTS ***/
.page-template-page-cooperation #atouts {
    position: relative;
}
.page-template-page-cooperation #atouts:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    border-radius: 0px 0px 30px 30px;
    z-index: -1;
}
.page-template-page-cooperation #atouts > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0px 0px 30px 30px;
    z-index: -2;
}
.page-template-page-cooperation #atouts .atouts_content {
    box-sizing: border-box;
    padding: 127px 0 129px;
}
.page-template-page-cooperation #atouts .atouts_content h2,
.page-template-page-cooperation #atouts .atouts_content h3,
.page-template-page-cooperation #atouts .atouts_content h4,
.page-template-page-cooperation #atouts .atouts_content h5,
.page-template-page-cooperation #atouts .atouts_content p,
.page-template-page-cooperation #atouts .atouts_content .accordeon-title {
    color: #ffffff;
}
.page-template-page-cooperation #atouts .atouts_content h2 {
    margin-bottom: unset;
}
.atouts_accordeon .accordeon_title {
    margin-bottom: 22px;
    background: url("src/img/accordeon_titre_moins.svg") no-repeat right center;
    cursor: pointer;
}
.atouts_accordeon.atouts_accordeon_open .accordeon_title {
    background: url("src/img/accordeon_titre_plus.svg") no-repeat right center;
}
.page-template-page-cooperation #atouts .accordeon_title span {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px 7px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}
/* Ouverture/fermeture accordéon */
.accordeon_content {
    margin-bottom: 33px;
}
.atouts_accordeon.atouts_accordeon_open .accordeon_content {
    display: block;
}
/*** ENGAGEMENTS ***/
.page-template-page-cooperation #engagements {
    position: relative;
    display: block;
    padding-top: 109px;
    margin-top: -25px;
    color: #fff;
    z-index: 0;
}
.page-template-page-cooperation #engagements::before,
.page-template-page-cooperation #engagements::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-template-page-cooperation #engagements::before{
    z-index: -1;
}
.page-template-page-cooperation #engagements::after {
    background: url("src/img/texture-carton.jpg") no-repeat, #346d67;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 0 0 30px 30px;
    z-index: -3;
}
.page-template-page-cooperation #engagements .titre-enga h2 {
    color: #ffffff;
}
.page-template-page-cooperation #engagements .content-engagements .engagment-image {
    height: 500px;
    position: relative;
}
.page-template-page-cooperation #engagements img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.page-template-page-cooperation #engagements img.selected {
    display: block;
}
.page-template-page-cooperation #engagements .content-engagements .engagment-image .logo-sol-en-vie.selected {
    display: block;
}
.page-template-page-cooperation #engagements .content-engagements .engagment-image .logo-sol-en-vie {
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: -65px;
    border-radius: 20px;
    padding: 15px;
    width: 130px;
    height: 130px;
    display: none;
}
.page-template-page-cooperation #engagements .content-engagements .engagment-image .logo-sol-en-vie img {
    display: block !important;
}
.page-template-page-cooperation #engagements .content-engagements .engagment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 30px;
}
.page-template-page-cooperation #engagements .content-engagements .middle {
    display: flex;
    flex-direction: column;
}
.page-template-page-cooperation #engagements .content-engagements .engagements-liste {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: fit-content;
    padding-top: 100px;
    margin: 0 auto;
    gap: 30px;
}
.page-template-page-cooperation #engagements .content-engagements .engagements-liste li {
    list-style: none;
    font-weight: bold;
    font-size: 1.125rem;
    cursor: pointer;
}
.page-template-page-cooperation #engagements .content-engagements .engagements-liste li.selected {
    color: #c5e833;
}
.page-template-page-cooperation #engagements .content-engagements .content-engagement {
    display: none;
    flex-direction: column;
    justify-content: center;
}
.page-template-page-cooperation #engagements .content-engagements .content-engagement.selected {
    display: flex;
}
.page-template-page-cooperation #engagements .content-engagements .content-engagement .header-text-engagement {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.page-template-page-cooperation #engagements .content-engagements .content-engagement .header-text-engagement .title-engagment {
    display: block;
    font-size: 26px;
    color: #C5E833;
    font-weight: 800;
}
.page-template-page-cooperation #engagements .content-engagements .content-engagement .text-engagement {
    max-width: 380px;
}
.page-template-page-cooperation #engagements .content-engagements .content-engagement .lien_engagement {
    display: inline-block;
    font-weight: 700;
    text-decoration-skip-ink: none;
    padding-top: 20px;
    color: #41BF99;
}

/*********************************/
/*** PAGE ACCUEIL - front-page ***/
/*********************************/
.page-template-front-page .site-main #seasonal-product .product a {
    color: #fff;
}
.page-template-front-page #carte-maraicher .card_maraicher_container {
    position: relative;
    z-index: 1;
}
.page-template-front-page #carte-maraicher .card_maraicher_taxo_picto {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    bottom: -19px;
    left: 73px;
    z-index: 2;
}
.page-template-front-page #carte-maraicher .card_maraicher_taxo_picto img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.page-template-maraichers #carte-maraicher .maraichers-listing,
.page-template-front-page #carte-maraicher .maraichers-listing {
    margin-top: 30px;
}
.page-template-front-page #fruits-legumes .swiper-button-prev::after,
.page-template-front-page #fruits-legumes .swiper-button-next::after,
.page-template-front-page #fruits-legumes .swiper-rtl .swiper-button-prev::after,
.page-template-front-page #fruits-legumes .swiper-rtl .swiper-button-next::after {
    content: '';
}

/******************************/
/*** PAGE BLOG - "home.php" ***/
/******************************/
.blog .banner {
    margin-top: 50px;
    margin-bottom: 50px;
}
.blog .banner h1 {
    margin-top: 10px;
    margin-bottom: 20px;
}


/**************************/
/****** PAGE PRODUIT ******/
/**************************/
.single-produit .accordeon-info-produit .image-produit img {
    object-fit: contain !important;
}
.single-produit .bloc-content-produit .saisonalite .annee p.active:last-of-type::before {
    border-radius: 0 10px 10px 0;
}
.single-produit .bloc-content-produit .saisonalite .annee p.active.start.end:before {
    border-radius: 10px;
}
.single-produit .bloc-content-produit .saisonalite .annee p.start:has(+ p.end)::before {
    width: 30px;
}
.single-produit .bloc-content-produit .saisonalite .annee p.start + p.end::before {
    width: 30px;
}
.single-produit .accordeon-info-produit .content-info.selected .header-info {
    display: flex;
}
.single-produit .accordeon-info-produit .image-produit img {
    transform: translateY(-110px) translateX(-90px) rotate(2deg) !important;
}


/***********************/
/****** PAGE BLOG ******/
/***********************/
.page-template-blog {

    .blog__listing {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }

    .blog__item {
        flex: 1 260px;
        max-width: 280px;
    }

    .filter {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 35px;

        .title-filter {
            font-weight: bold;
            font-size: 1rem;
        }
    }
}


/******************************/
/****** PAGE RECRUTEMENT ******/
/******************************/
form.wpcf7-form .col-md-6 label.piece_jointe {
    top: 10px;
}
form.wpcf7-form .col-md-6 p:has(label.piece_jointe) {
    padding-bottom: 10px;
}
.page-template-recrutement .page-content .container .form-title {
    width: fit-content;
    margin: 70px auto 40px;
}


/*******************************/
/****** PAGE LISTING PDTS ******/
/**** Nos fruits et légumes ****/
/*******************************/
.page-template-listing-produits #bloc_listing,
.single-produit #bloc_listing {
    padding: 70px 0 20px;
}
.page-template-listing-produits #bloc_listing .bloc_listing_desc,
.single-produit #bloc_listing .bloc_listing_desc {
    padding-bottom: 30px;
}



/************************/
/****** RESPONSIVE ******/
/************************/
@media (max-width: 1700px) {
    .page-template-page-cooperation #coop_producteurs .right {
        margin-left: -100px;
    }
    .page-template-page-cooperation #tracabilite .row .parallax-item.oignon-blanc,
    .page-template-page-cooperation #coop_producteurs .parallax-item.tomate-ronde-profil {
        display: none;
    }
    .page-template-page-cooperation #tracabilite .row .parallax-item.parallax_tracabilite_groupe1 {
        width: 17%;
    }
    .page-template-page-cooperation #tracabilite .row .parallax-item.parallax_tracabilite_groupe2 {
        width: 10%;
    }
    .page-template-page-cooperation #valeurs .left,
    .page-template-page-cooperation #valeurs .right,
    .page-template-page-cooperation #valeurs .valeurs_slider {
        width: 100%;
    }
    .page-template-page-cooperation #valeurs .right {
        padding-left: 0;
    }
}


@media (max-width: 1400px) {
    .page-template-page-cooperation .site-main #banniere .right img:nth-child(2) {
        width: 208px;
        height: 279px;
        right: 10px;
    }
    .page-template-page-cooperation .site-main #banniere .right img:nth-child(1) {
        left: 100px;
    }
    .page-template-page-cooperation #histoire .container::after {
        top: 100px;
    }
}



@media (max-width: 1200px) {
    .page-template-page-cooperation #cultiver .left {
        margin: 0 0 0 4%;
    }
    #footer-logo {
        position: relative;
        justify-content: flex-start !important;
        flex-direction: column;
    }
    #footer-logo .col-md-3:last-of-type {
        position: absolute;
        width: 100%;
        right: 0;
        top: 0;
    }
}



@media (max-width: 1100px) {
    .page-template-page-cooperation .site-main #banniere .right {
        display: none;
    }
    .page-template-page-cooperation .site-main #banniere .left {
        flex: 1;
    }
}



@media (max-width: 992px) {
    .page-template-page-cooperation #intro {
        padding: 66px 0 100px 0;
    }
    .page-template-page-cooperation #intro .left,
    .page-template-page-cooperation #intro .right {
        padding-left: 0;
    }
    .page-template-page-cooperation #histoire .intro {
        width: unset;
        margin: 0;
    }
    .page-template-page-cooperation #histoire::after,
    .page-template-page-cooperation #histoire .container::after {
        display: none;
    }
    .history_slider .history_slide {
        display: block;
    }
    .history_slider .history_slide .history_content {
        max-width: unset;
    }
    .history_slider .history_slide .history_image {
        width: 100%;
        margin: 0 auto;
        transform: unset;
    }
    .page-template-page-cooperation #cultiver .left {
        width: 70%;
        margin: 0 auto 45px;
    }
    .page-template-page-cooperation #cultiver .right {
        padding: 0 40px !important;
        margin: 0 auto;
    }
    .page-template-page-cooperation #valeurs .parallax-item.radis,
    .page-template-page-cooperation #tracabilite .row .parallax-item.parallax_tracabilite_groupe1,
    .page-template-page-cooperation #tracabilite .row .parallax-item.parallax_tracabilite_groupe2,
    .page-template-page-cooperation #cultiver .parallax-item.oignon-blanc,
    .page-template-page-cooperation #cultiver .parallax-item.mache,
    .page-template-page-cooperation #cultiver .parallax-item.chou-pack-choi,
    .page-template-page-cooperation #cultiver .parallax-item.rhubarbe,
    .page-template-page-cooperation #cultiver .parallax-item.tomates_duo_ronde_allongee,
    .page-template-page-cooperation #coop_producteurs .parallax-item.oignon-rouge,
    .page-template-page-cooperation #coop_producteurs .parallax-item.poivron-allonge-rouge,
    .page-template-page-cooperation #coop_producteurs .parallax-item.celeri-branche,
    .page-template-page-cooperation #coop_producteurs .parallax-item.chou-chinois,
    .page-template-page-cooperation #coop_producteurs .parallax-item.navet-jaune,
    .page-template-page-cooperation #coop_producteurs .parallax-item.salade-iceberg {
        display: none;
    }
    .page-template-page-cooperation #valeurs,
    .page-template-page-cooperation #tracabilite,
    .page-template-page-cooperation #cultiver,
    .page-template-page-cooperation #histoire,
    .page-template-page-cooperation #coop_producteurs {
        padding-top: 40px;
    }
    .page-template-page-cooperation #cultiver {
        padding-bottom: 80px;
    }
    .page-template-page-cooperation #tracabilite .left,
    .page-template-page-cooperation #coop_producteurs .right {
        margin: 20px auto -18%;
    }
    .page-template-page-cooperation #coop_producteurs .right img:nth-child(1) {
        -webkit-transform: unset;
        object-fit: cover;
    }
    .page-template-page-cooperation #coop_producteurs .right img:nth-child(2) {
        width: 35%;
        height: auto;
    }
    .page-template-page-cooperation #tracabilite .left img:nth-child(2) {
        width: 35%;
    }
    .page-template-page-cooperation #cultiver .left img:nth-child(2) {
        transform: translateX(74%) rotate(-2deg);
    }
    .page-template-page-cooperation #tracabilite .row {
        width: auto;
        margin: 0 40px;
    }
    .page-template-page-cooperation #tracabilite .right {
        order: 1;
    }
    .page-template-page-cooperation #tracabilite .left {
        order: 2;
    }
    .page-template-page-cooperation #tracabilite .left img:nth-child(1) {
        transform: unset;
    }
    .page-template-page-cooperation #tracabilite .right {
        padding: 0;
    }
    .page-template-page-cooperation #valeurs .valeurs_slide {
        height: auto;
    }
    .page-template-page-cooperation #atouts .atouts_content {
        padding: 80px 0 80px;
    }
    .page-template-page-cooperation #atouts .atouts_content .right {
        padding-top: 30px;
    }
    .page-template-page-cooperation #engagements .content-engagements .engagment-image .logo-sol-en-vie {
        top: unset;
        right: 25px;
        bottom: -45px;
    }
    .page-template-page-cooperation #engagements .content-engagements .content-engagement,
    .page-template-page-cooperation #engagements .content-engagements .engagements-liste {
        padding-top: 50px;
    }
    .page-template-page-cooperation #engagements .content-engagements .middle,
    .page-template-page-cooperation #engagements .content-engagements .content-engagement {
        padding-bottom: 30px;
    }
    .page-template-page-cooperation #engagements .content-engagements .content-engagement {
        width: 65%;
        padding-right: 20px;
    }
    .page-template-page-cooperation #engagements .content-engagements .middle {
        width: 35%;
    }

}



@media (max-width: 780px) {
    .history_dates_slider .swiper-wrapper {
        overflow-x: scroll;
    }
    .history_slider .swiper-button-prev-history:after,
    .history_slider .swiper-button-next-history:after {
        margin-top: 140px;
    }
    .page-template-page-cooperation #valeurs .valeurs_images {
        min-width: unset;
    }
    .page-template-page-cooperation #valeurs .valeurs_images,
    .page-template-page-cooperation #valeurs .valeurs_image {
        width: 0;
    }
    .page-template-page-cooperation #valeurs .valeurs_picto {
        width: 77px;
        top: -46px;
    }
    .page-template-page-cooperation #valeurs .valeurs_content .valeurs_title {
        text-align: center;
    }
    #footer-logo .col-md-3:last-of-type {
        position: unset;
    }
    #footer-main #footer-logo .solenvie {
        position: unset !important;
    }
    #footer-main #footer-logo .solenvie .logo-sev {
        left: 0 !important;
    }
    #footer-main #footer-logo .solenvie .bloc-texte {
        margin-right: auto;
        margin-left: auto;
    }
}



@media (max-width: 580px) {
    .history_slider .history_slide {
        width: 404px;
        padding: 0px 47px;
    }
    .history_dates_slider .history_dates_slider {
        display: none;
    }
    .history_slider .swiper-button-prev-history:after,
    .history_slider .swiper-button-next-history:after {
        margin-top: 0;
    }
    .page-template-page-cooperation #tracabilite .left {
        margin-bottom: -150px;
    }
    #footer-main #footer-logo .solenvie .logo-sev {
        display: none;
    }
    #footer-main #footer-logo .solenvie .bloc-texte {
        padding: 28px !important;
        text-align: center;
    }
}



/**********************/
/*** RECETTE CLIENT ***/
/**********************/
body:not(.wp-admin) #cursor {
    display: none;
}
.page-template-contact .wp-block-contact-form-7-contact-form-selector .acceptance .submit p {
    display: block;
}