
.sigle {margin-left: 40px;}

.nav-button {
    gap: 20px;
    display: flex;
}

header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9999;
    padding: 0 50px;
}

a:hover {
    color: #C4D214;
}
nav a {
    color: #95AD0A;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.btn-rs {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-left: 50px;
}

div#navbarNav {
    width: fit-content;
    justify-content: end;
}

ul.nav-rs img {
    object-fit: scale-down;
}

div#navbarNav ul.nav-rs {
    gap: 15px;
}

nav .nav-button a {
    color: #fff;
    background: #95AD0A;
    padding: 10px 20px;
    border-radius: 25px;
}

.nav {
    padding: 0 50px;
}

div#navbarNav ul {
    gap: 50px;
}

section#banniere img {
    width: 100%;
}

.content-w {
    max-width: 1240px;
    margin: 0 auto;
}

.content-w.banner-text {
    position: absolute;
    top: 0;
}

section#banniere {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 504px;
    color: #fff;
    z-index: 2;
}

.banner-text p {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
}
.banner-text p a {
    color: #fff;
    text-decoration: underline;
}
section h2 {
    font-family: Jost;
    font-weight: 900;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.plus {
    font-family: Jost;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
    display: block;
    margin-top: 35px;
    position: relative;
    width: fit-content;
    text-decoration: none !important;
}

section h1 {
    font-family: Jost;
    font-weight: 900;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0px;
}



.plus::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -25px;
    left: 0;
    border-radius: 50px;
    background: linear-gradient(to right, #95AD0A 50%, #C4D214 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: background-position 0.4s ease-in-out;
}

.plus:hover::after {
    background-position: right bottom;
}
.plus:hover {
    color: #fff;
}
.heart {
    animation: beat 1.5s ease-in-out infinite;
    transform-origin: center;
}

@keyframes beat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.txt-w {
    max-width: 327px;
    margin: 0 auto;
}

.texte-image .row {
    align-items: end;
}

section.texte-image h2 {
    color: #878787;
    text-align: center;
}
section.texte-image .col-md-3, section.texte-image .col-md-4{
    position: relative;
}
h2 span, h2 em {
    font-family: Homemade Apple;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000;
    text-transform: initial;
}

p, li {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.txt-w p, .txt-w ul li {
    color: #878787;
}

.txt-w .plus {
    color: #95AD0A;
}

section.texte-image {
    margin-bottom: 100px;
    position: relative;
    margin-top: -75px;
}
section.texte-image.line1 {
    padding-bottom: 100px;
    background: url(../img/top-line.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
section.texte-image.line2 {
    /* background: url(../img/mid-line.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; */
}
section#besoin h2 {
    color: #95AD0A;
    text-align: center;
}

.intro-besoin {
    color: #878787;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.page-template-presentation .intro-besoin h2 {
    color: #878787 !important;
}
section h3 {
    font-family: Jost;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 50px 0 20px;
}

.besoin-wrp {
    display: flex;
    flex-wrap: wrap;
    max-width: 875px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 50px;
}

a.besoin-item {
    display: flex;
    flex-direction: column;
    max-width: 233px;
    border-radius: 30px;
    overflow: hidden;
}

a.besoin-item span {
    background: #95AD0A;
    color: #fff;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    padding: 20px 20px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#besoin .plus {
    color: #95AD0A;
    margin: 50px auto;
    text-align: center;
    max-width: fit-content;
    width: 100%;
    z-index: 1;
}
a.besoin-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

a.besoin-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #96ae238c; /* couleur en hover */
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease;
    z-index: 0;
}

a.besoin-item:hover::after {
    transform: scaleY(1);
}

a.besoin-item span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #95AD0A;
    padding: 20px;
    transition: color 0.3s ease;
}

a.besoin-item:hover span {
    color: #fff; /* tu peux changer si besoin */
}
section.texte-image.line2::after {
    content:"";
    background: url(../img/mid-line.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 1362px;
    display: block;
    top: -30%;
    z-index: -1;
}

section.texte-image.line2 {
    position: relative;
}
section#actu h2 {
    font-family: Homemade Apple;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
    color: #000;
    background: #C4D214;
    padding: 40px 15px 20px;
    border-radius: 30px;
}

.chiffre-wrp {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin: 50px 0 75px;
}

.ch-item {
    max-width: 374px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.ch-item .label {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: #878787;
}

span.nombre {
    background: #95AD0A;
    color: #fff;
    font-family: Jost;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    max-width: 108px;
    width: 100%;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#actu .container {
    max-width: 1520px;
}
.actu-item {
    background: #878787;
    padding: 30px;
    margin: 0 15px;
    border-radius: 30px;
}

.actu-item img {
    border-radius: 30px;
}

span.actu-info {
    display: block;
    font-family: Jost;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 15px 0;
    /* max-width: 290px; */
}

span.desc-actu {
    font-family: Jost;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

section#actu .modal-content {
    background: #96ae23;
    border-radius: 50px;
}

section#actu .modal-content {
    max-width: 1280px;
    margin-top: 100px;
    padding: 50px;
}

section#actu .modal-content .modal-title {
    font-family: Jost;
    font-weight: 800;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    width: 100%;
    color: #fff;
}

section#actu .modal-content .modal-header {
    border: none;
}

section#actu .modal-content p, section#actu .modal-content ul {
    color: #fff;
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
}

section#actu .modal-content ul {list-style: disc;line-height: 1.3;margin-bottom: 35px;}

.modal-dialog.modal-lg.modal-dialog-centered {
    max-width: 1280px;
}

section#actu .modal-content p {
    margin-bottom: 25px;
}

section#actu .modal-content h2 {
    color: #fff;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: none;
    margin: 0 0 25px;
}

.modal-header .btn-close {background-color: #fff;border-radius: 100%;padding: 8px;background-size: 12px;}
#actu .modal-content-text {
    margin-top: 50px;
    font-family: Jost;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
}
.modal-body .rounded {border-radius: 50px !important;margin-top: 25px;}

section#partenaires h2 {
    color: #878787;
    text-align: center;
}

section#partenaires {
    margin-top: 100px;
    margin-bottom: 100px;
}

.partenaire-intro p {
    color: #878787;
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
}

.partenaire-intro {
    max-width: 590px;
    margin: 0 auto 50px;
}

.slide-partenaire .item {
    margin: 0 25px;
}

section#partenaires .container {
    max-width: 1520px;
}
button.slick-arrow {
    width: 43px;
    height: 15px;
    z-index: 1;
}

button.slick-prev {
    background: url(../img/arrow-l.png) no-repeat !important;
    background-size: contain !important;
}
button.slick-next {
    background: url(../img/arrow-r.png) no-repeat !important;
    background-size: contain !important;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before,.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0 !important;
}
button.slick-arrow::before {
    opacity: 0;
}
.contact-intro {
    max-width: 582px;
    margin: 0 auto;
}
.contact-intro.text-center p {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    color: #878787;
}

ul.social-contact li a {
    font-family: Jost;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    color: #878787;
}

ul.social-contact {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    gap: 25px;
    margin-top: 35px;
}
ul.social-contact li a img {
    margin-right: 10px;
}

.form-w {
    max-width: 1240px;
    margin: 50px auto 0;
}

section#contact h2 {
    text-align: center;
    margin: 20px 0 20px;
    color: #878787;
}

.contact-intro.text-center {
    margin-bottom: 50px;
}

.form-w input {
    width: 100%;
    height: 74px;
    background: transparent;
    border: 4px solid #95AD0A;
    padding: 10px 20px;
    font-family: Jost;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #394443;
    border-radius: 30px;
    background: #D6D6D6;
    border-color: #D6D6D6;
    border-radius: 0;
}

.form-w textarea {
    width: 100%;
    background: transparent;
    border: 4px solid #95AD0A;
    padding: 20px 20px;
    font-family: Jost;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #394443;
    border-radius: 30px;
    background: #D6D6D6;
    border-color: #D6D6D6;
    border-radius: 0;
}
.form-w .row > div {
    margin-bottom: 25px;
}
.conditions-text p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0px;
}
ul.menu-footer li a:hover {
    text-decoration: underline;
}
input.btn-contact {
    border: 5px solid #C4D214;
    color: #878787;
    font-family: Raleway;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    background: #C4D214;
    background: transparent;
    color: #95AD0A;
    border-color: #95AD0A;
    border-radius: 0;
}
input.btn-contact:hover {
    border: 5px solid #95AD0A;
    color: #fff;
    background: #95AD0A;
}
ul.menu-footer li a, ul.menu-footer li {
    font-family: Jost;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
}

ul.menu-footer {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 0;
}

footer.footer .col-lg-7 {
    background: #95AD0A;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 35px 15px;
}

footer.footer {
    margin-top: 50px;
    background: #95ad0a;
}

footer.footer .col-lg-3 {
    background: #fff;
}
ul.menu-footer li a:hover {
    text-decoration: underline;
}

a.decouvrir {
    font-family: Jost;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    background: #95AD0A;
    color: #fff;
    padding: 20px 14px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

a.decouvrir::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #C4D214;
    z-index: 0;
    transition: width 0.4s ease;
    border-radius: 50px;
    z-index: -1;
}

a.decouvrir:hover::before {
    width: 100%;
}

a.decouvrir:hover {
    color: #fff;
}

a.decouvrir span {
    position: relative;
    z-index: 1;
}
.txt-w a.decouvrir{
    margin-top: 15px;
}
section.texte-image.line2 .txt-w {
    max-width: 431px;
    text-align: center;
}
div#navbarNav  ul.sub-menu {
    position: absolute;
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    width: 100%;
    max-width: 767px;
    gap: 20px;
    padding: 50px 35px 35px;
    margin-left: -70px;
    display: none;
}
nav ul.sub-menu a {
    color: #878787;
}
div#navbarNav .menu-item-has-children:hover ul.sub-menu {
    display: grid;
}

#navbarNav a:hover {
    color: #C4D214;
}

nav a.decouvrir:hover {
    color: #fff !important;
}
section.texte-image .col-md-4.text-end img {
    max-width: 264px;
}
section.texte-image .container {
    max-width: 1440px;
}
section.texte-image .container .content-w {
    max-width: 1410px;
}
section.texte-image .col-md-4 {
    position: relative;
}

.text-clip-1 {
    position: absolute;
    font-family: Jost;
    font-weight: 500;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-top: 25%;
    margin-left: 0;
    z-index: 1;
    width: 100%;
    right: 0;
    max-width: 250px;
}

.text-clip-1 span {
    display: block;
    font-size: 28px;
    margin-top: 12px;
    line-height: 1.3;
}

.text-clip-2 {
    position: absolute;
    font-family: Homemade Apple;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 35%;
    z-index: 1;
    width: 100%;
    max-width: 250px;
    right: 0;
}
section.texte-image.line2 .plus {
    margin-right: auto;
    margin-left: auto;
}
.text-clip-2 span {
    display: block;
    font-family: Jost;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.actu-item {
    min-height: 530px;
}

::placeholder {
    color: #394443;
}
ul.social-contact li a:hover {color: #95ad0a;}
.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}
.page-template-vos-besoins section#besoin h3 {
    color: #878787;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: inherit;
}
.page-template-vos-avantages section.texte-image.line1 {
    margin-top: -50px;
}
.page-template-vos-avantages section.texte-image.line1 h3 {
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: none;
    color: #878787;
    text-align: left;
    margin: 25px 0;
}

.page-template-vos-avantages section.texte-image.line1 p {
    margin-bottom: 25px;
}

section.texte-image.line1 {
    margin-top: -50px;
}

.picto-wrp {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px auto;
    max-width: 610px;
    flex-wrap: wrap;
}

.picto-wrp .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.picto-image {
    max-width: 87px;
    width: 100%;
    height: 79px;
    background: #96ae23;
    padding: 10px;
}

.picto-label {
    font-family: Jost;
    font-weight: 500;
    color: #878787;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    max-width: 193px;
    text-align: left;
}
section.texte-image .picto-wrp {
    justify-content: start;
    max-width: 100%;
}

section.texte-image.line2 .picto-label {
    max-width: 100%;
}
.page-template-vos-avantages section.texte-image h3, .page-template-nous-soutenir section.texte-image h3 {
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin: 15px 0;
    text-transform: inherit;
    color: #878787;
}
.page-template-vos-avantages h1, .page-template-vos-besoins h1 {
    text-transform: uppercase;
}
section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #C4D214;
}

section .slick-dots li button:before {
    color: #C4D214;
    font-size: 20px;
}

section ul.slick-dots {
    position: relative;
}
.slide-partenaire .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.slide-partenaire img {
    max-height: 129px;
    width: auto;
    object-fit: contain;
}

span.plus {
    display: block;
    width: 200px;
    height: 10px;
}

.txt-w span.plus {width: 330px;margin: 0 auto;}

.page-template-agrumiculture section.texte-image.line1 .col-md-5 {position: relative;margin-bottom: -100px;}
.page-template-agrumiculture section.texte-image.line1 {
    padding-bottom: 200px;
}
.wrapper{
    overflow: hidden;
}

.main-contact .picto-label a {
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    color: #95AD0A;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

.main-contact .picto-wrp .item {
    flex-direction: column;
    align-items: center;
}

.main-contact .picto-image {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
}

.main-contact section.texte-image .picto-wrp {
    justify-content: center;
}

.main-contact section.texte-image.line1 p {
    text-align: center;
    font-size: 20px;
}

.main-contact .text-clip-1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35%;
}
 .form-w .col-md-6 input,  .form-w textarea,  .form-w .col-md-6 select{
    background: #D6D6D6;
    border-color: #D6D6D6;
    border-radius: 0;
}
.form-w .col-md-6 select{
    width: 100%;
    height: 74px;
    padding: 10px 20px;
    font-family: Jost;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #394443;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #D6D6D6;
    background-image: url('/wp-content/uploads/2025/09/Chevrondown.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: auto;
    cursor: pointer;
}
input.btn-contact {
    background: transparent;
    color: #95AD0A;
    border-color: #95AD0A;
    border-radius: 0;
}
.conditions-text.mob {
    display: none;
}
.conditions-text.desk {
    display: block;
}
.page-template-vos-avantages section.texte-image.line1 h2{
    position: relative;
}
.page-template-presentation .texte-image.line1 a.plus {margin: 35px auto 0;}
.page-template-presentation .texte-image.line1 .text-clip-2 span {
    font-family: Jost;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}
.page-template-presentation .texte-image.line1 .text-clip-2 {
    margin-top: 25%;
    right: 10px;
}
.page-template-presentation .texte-image.line2 .text-clip-1 {
    font-family: Jost;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.page-template-presentation .banner-text {
    max-width: 1100px;
}
.page-template-presentation .banner-text h1 {
    text-transform: uppercase;
}
.page-template-nous-soutenir .picto-label {
    max-width: 252px;
    width: 100%;
}
.page-template-nous-soutenir .picto-wrp .item {
    max-width: 390px;
    width: 100%;
    gap: 30px;
}
.txt-w a.decouvrir {
    margin-top: 75px;
}
.main-contact h1, .page-template-nous-soutenir h1{
    text-transform: uppercase;
}
div#navbarNav ul.nav-rs li a svg path {
    stroke: currentColor;
    fill: none;
}

div#navbarNav ul.nav-rs li a {
    color: #96ae23;
    transition: color 0.3s ease;
}

div#navbarNav ul.nav-rs li a:hover {
    color: #c7cd00;
}
body.hotellerie .banner-text-w div {
    max-width: 570px !important;
}
section .banner-text-w h3 {
    text-align: left;
    color: #fff;
}
.page-id-269 section.texte-image .col-md-12 .txt-w div {
    max-width: 720px !important;
}
.page-template-vos-avantages .banner-text {
    max-width: 560px;
}
.page-template-agrumiculture section.texte-image.line1 {
    margin-top: 40px;
}
.modal .carousel-control-prev-icon{
    background-image: url(../img/white-arrow-l.png) !important;
    width: 51px;
    background-size: contain;
}
.modal .carousel-control-next-icon{
    background-image: url(../img/white-arrow-r.png) !important;
    width: 51px;
    background-size: contain;
}
.modal .carousel button {
    bottom: -35px;
    top: inherit;
}
.modal .carousel {
  position: relative;
}

.carousel button {
  top: inherit;
  bottom: -35px;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.carousel .carousel-controls-wrapper {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 20px;
}


.carousel .carousel-control-prev {
    left: -35px;
}

.carousel .carousel-control-next {
    right: -35px;
}
.actu-item img {
    width: 100%;
}
.page-id-69 a.plus.fit-plus {
    max-width: 280px;
    margin: 35px auto 0;
}
.page-template-default section {
    margin: 125px 0;
}

.page-template-default section h2 {
    margin: 25px 0 15px;
}
main#sitemap section {
    margin: 125px 0;
}

main#sitemap section ul li {
    margin: 0 0 5px;
    line-height: 1.5;
}

main#sitemap section ul li a {
    font-size: 24px;
}
section.texte-image.faq-sec-1 {
    margin-top: 100px;
}
section.texte-image.faq-sec-1 h1 {
    color: #878787;
}
section#faq {
    margin-bottom: 75px;
}

section#faq button.accordion-button {
    font-size: 22px;
    border: none !important;
    color: #95ad0a;
}
.accordion-header {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    background: #c7cd00 !important;
    color: #fff !important;
}
.accordion-body {
    color: #878787;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 24px;
    text-align: center;
    padding: 12px;
    margin-top: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    font-size: 20px;
    padding-block: 20px;
}
body.error404 section {
    min-height: 80vh;
    padding-inline: 25px;
}

body.error404 section h1 {
    margin: 150px 0 35px;
}
body.error404 section h1, body.error404 section h2 {
    text-align: center;
}

body.error404 section h2 {
    text-decoration: underline;
}
@media screen and (max-width: 1820px) and (min-width: 1024px){
.sigle {
    margin-left: 10px;
}
nav a, nav .nav-button a{
    font-size: 18px;
}
div#navbarNav ul {
    gap: 25px;
}
}

@media screen and (max-width: 1680px) and (min-width: 1024px){
nav .nav-button a {
    font-size: 18px;
}

ul.nav-rs {
    position: absolute;
    right: -40px;
    flex-direction: column;
    top: 75px;
    z-index: 1;
    padding: 25px 5px;
    border-radius: 5px;
}
ul.nav-rs li {
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
footer.footer .col-lg-3 {
    width: 40%;
}
}
@media screen and (min-width: 1440px){
.infographie-et-signaletique section h1 {
    width: 126%;
}
}
@media screen and (max-width: 1440px) and (min-width: 1024px){
a.navbar-brand.logo img {
    max-width: 170px;
    max-height: 50px;
    object-fit: contain;
}

}
@media screen and (min-width: 1024px) {
    .navbar-expand-lg {
        max-width: 1800px;
        margin: 0 auto;
    }
    button.slick-prev {
        left: -50px;
    }

    button.slick-next {
        right: -50px;
    }
    .page-template-vos-besoins section.texte-image.line1 {
        margin-top: -200px;
    }
    .page-template-vos-avantages section.texte-image.line2{
        padding-top: 100px;
    }
    .page-template-vos-avantages section.texte-image.line2::after{
        top: -50%;
    }
    .page-template-presentation .texte-image.line1 {
        margin-top: -7%;
        margin-bottom: 20px;
    }

    .page-template-presentation .texte-image.line1 .col-md-5 {
        top: -80px;
        position: relative;
    }

    .main-contact section.texte-image.line1,
    .page-template-nous-soutenir section.texte-image.line1,
    .page-template-presentation section.texte-image.line1,
    .page-template-vos-besoins section.texte-image.line1, .page-template-demarche section.texte-image.line1{
        margin-top: -300px;
    }
    .page-id-265 .txt-blk {
        top: -120px;
    }
    .page-template-agrumiculture.page-id-265 section.texte-image.line1,.page-template-agrumiculture.page-id-291 section.texte-image.line1,.page-template-agrumiculture.page-id-297 section.texte-image.line1,.page-template-agrumiculture.page-id-256 section.texte-image.line1,.page-template-agrumiculture.page-id-282 section.texte-image.line1 {
        margin-top: -175px;
    }
}
@media screen and (max-width: 1024px) {
.chiffre-wrp {
    flex-wrap: wrap;
}

section#actu h2 {
    font-size: 28px;
    line-height: 1;
    padding: 20px 10px;
}

.besoin-wrp {
    justify-content: center;
    border-radius: 25px;
    gap: 15px;
}

a.besoin-item {
    max-width: 150px;
    border-radius: 15px;
}

a.besoin-item span {
    font-size: 16px;
    line-height: 16px;
}
section.texte-image {
    margin-top: 0;
}

section#banniere {
    margin-top: 50px;
}

section#banniere img {
    min-height: 100vh;
    object-fit: cover;
    height: 100%;
}

section h1 {
    font-size: 26px;
}
ul.menu-footer li a, ul.menu-footer li {
    font-size: 16px;
}

footer.footer .col-lg-7 {
    justify-content: center;
}

a.logo-footer {
    display: flex;
    padding-bottom: 10px;
}

a.logo-footer img:nth-child(1) {
    max-width: 190px;
    object-fit: contain;
}

a.logo-footer img:nth-child(2) {
    max-width: 55px;
    object-fit: contain;
    position: relative;
    bottom: -8px;
}

footer.footer {
    margin-top: 0;
}
.text-clip-2, .text-clip-1 {margin: 100px 0; max-width: 250px; right: inherit;}
.page-template-nous-soutenir .text-clip-2 span{
    font-size: 20px;
}
section.texte-image .col-md-4.text-end {
    position: relative;
}
 section.texte-image.line1 .col-md-4{
    z-index: 1;
    /* display: block; */
}
section.texte-image .picto-wrp {
    justify-content: center;
}
.page-template-nous-soutenir section#banniere img, .page-template-vos-avantages section#banniere img{
    min-height: 460px;
}
.texte-image .col-md-3 img {
    max-width: 250px;
    text-align: center;
}

.texte-image .col-md-3 {
    display: flex;
    justify-content: center;
}

.texte-image .col-md-4 img {
    position: relative;
    margin-top: 0;
    z-index: -1;
    max-width: 250px;
}

.texte-image .col-md-4 {
    display: flex;
    justify-content: center;
}

.texte-image .col-md-5 {
    margin-top: -70px;
}
section#banniere::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
    top: 0;
}

.banner-text {
    z-index: 2;
    padding: 0 25px;
}

button.slick-arrow {
    padding: 20px;
    background-position: center !important;
}

button.slick-prev {
    left: 0;
}

button.slick-next {
    right: 10px;
}
img.img-fluid.sigle {
    margin-left: 5px;
}

header {
    padding: 0 25px;
}

span.nav-line {
    display: block;
    width: 35px;
    height: 3px;
    background: #96ae23;
    margin: 5px 0;
    transition: all 0.3s ease;
}
button:focus:not(:focus-visible) {
    border: none;
    box-shadow: none;
}
button.navbar-toggler {
    border: none;
    padding-right: 0;
}

section.texte-image.line1 {
    margin-top: -35px;
}
.main-contact .text-clip-1{
    margin-top: 20%;
}
div#navbarNav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
    padding: 30px 0;
}

.btn-rs {
    align-items: baseline;
    margin: 0;
}

div#navbarNav ul.nav-rs {
    position: relative;
    margin-top: -50px;
    top: -160px;
    margin-bottom: -160px;
    align-items: center;
}

div#navbarNav ul.sub-menu {
    position: relative;
    margin: 0;
    padding: 25px;
}

div#navbarNav .menu-item-has-children:hover ul.sub-menu, div#navbarNav .menu-item-has-children:focus ul.sub-menu {
    display: flex;
}
.nav-button {
    justify-content: space-between;
    width: 100%;
}

a.navbar-brand.logo {
    max-width: 250px;
}

a.navbar-brand.logo img:nth-child(1) {
    max-width: 160px;
}
a.navbar-brand.logo img:nth-child(2) {
    max-width: 50px;
}

a.navbar-brand.logo img:nth-child(3) {
    max-width: 50px;
    position: relative;
    top: 3px;
}
.navbar-toggler.open .nav-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.open .nav-line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open .nav-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
a.logo-footer img:nth-child(3) {
    max-width: 50px;
    object-fit: contain;
    position: relative;
    top: 7px;
}
ul.menu-footer{
    gap: 20px
}
section#besoin h2 span {
    display: block;
}
.text-clip-1 span {
    font-size: 22px;
    margin-top: 0;
    line-height: 1.3;
}
.page-template-vos-besoins section#banniere img {
    min-height: 80vh;
}
footer.footer .col-lg-3 {
    justify-content: center;
    display: flex;

}

.page-template-vos-avantages section.texte-image.line1 {
    margin-top: -50px;
}
    .page-template-agrumiculture section.texte-image.line1 .col-md-5 {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    .page-template-agrumiculture section.texte-image.line1{
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    .conditions-text.mob {
        display: block;
    }
    .conditions-text.desk {
        display: none;
    }
    .main-contact section#banniere img{
        min-height: 35vh;
    }
    .page-template-agrumiculture .texte-image .col-md-4 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    section.texte-image .col-md-4.text-end img {
        max-width: 180px;
    }
    .text-clip-1{
        font-size: 42px;
    }
    .page-template-vos-avantages section.texte-image .col-md-4.text-end img {
        max-width: 125px !important;
        position: relative;
        margin-bottom: -25%;
    }
    .page-template-vos-avantages .banner-text h2 br {
        display: none;
    }
    .page-template-vos-avantages .texte-image.line1 .col-md-4{
        display: block;
    }
    .page-template-presentation section.texte-image .col-md-4.text-end img {
        max-width: 240px;
    }
    .page-template-presentation .texte-image.line1 .text-clip-2 {
        margin: 100px 0;
        right: inherit;
    }
    span.nombre {
        max-width: 70px;
        width: 100%;
        height: 70px;
        font-size: 25px;
    }
    section.texte-image.line2 .col-md-4 {
        z-index: 1;
        margin-top: 0;
    }
        .page-template-accueil section.texte-image.line2 .col-md-4 {
        z-index: 0;
    }
    .page-template-nous-soutenir .text-clip-2, .page-template-nous-soutenir .text-clip-1, .page-template-vos-besoins .text-clip-2, .page-template-vos-besoins .text-clip-1 {
        margin: 80px 0;
    }
    .texte-image .col-md-4{
        margin: 15px 0;
    }
    .page-template-vos-besoins .flex-column span.label {
        text-align: center;
    }
    .page-template-accueil .partenaire-intro {
        max-width: 400px;
    }
    .page-template-accueil .contact-intro.text-center {
        max-width: 500px;
    }
    .page-template-vos-avantages .texte-image.line1 .col-md-4:nth-child(3) {
        display: block;
        text-align: center;
    }
    .page-template-vos-avantages section.texte-image.line2{
        margin-bottom: 50px;
    }
    .page-template-vos-avantages section.texte-image.mt-5 .txt-w {
        max-width: 500px !important;
    }
    .page-template-accueil section#banniere img {
        min-height: 460px;
        object-position: right;
    }
    .page-template-vos-avantages section.texte-image.line2 .col-md-4.text-end img {
        margin-bottom: 0;
    }

    .page-template-vos-avantages section.texte-image.line2 .col-md-4.text-end .text-clip-1 {
        margin-top: 65px;
    }
    body.error404 section {
        min-height: 70vh;
        padding-inline: 15px;
     }
}
@media screen and (max-width: 480px) {
    header {
        padding: 0 15px;
    }
    .texte-image .col-md-3 img {
        max-width: 250px;
    }
    section.texte-image.line1 {
        margin-top: -35px;
    }
    nav .nav-button a{
        padding: 10px;
    }
    a.decouvrir{
        font-size: 16px;
    }
    ul.social-contact {
        flex-wrap: wrap;
    }
    .item.slick-slide {
        display: flex !important;
        justify-content: center;
        margin: 0;
    }
    span.nombre{
        width: 100%;
        max-width: 70px;
        height: 70px;
        font-size: 25px;
    }
    section#actu {
        position: relative;
        margin-top: -65px;
    }
    .texte-image.line1 .col-md-4 img {
        max-width: 190px !important;
        /* margin-bottom: -125px; */
    }
    button.slick-next {
        width: 20px;
        background: transparent !important;

    }

    button.slick-prev {
        width: 20px;
        background: transparent !important;
        left: -15px;
    }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
        opacity: 1 !important;
    }
    button.slick-arrow::before {
        opacity: 1 !important;
        background: #000;
        border-radius: 100%;
        font-size: 30px;
    }
    .page-template-vos-besoins section#actu {
        position: relative;
        margin-top: -40%;
    }
    .page-template-agrumiculture  section#actu {
        margin-top: 0;
    }
    section h2{
        font-size: 22px;
    }
    .page-template-nous-soutenir .texte-image.line1 .col-md-4 img {
        max-width: 150px !important;
        margin-bottom: 0;
    }
    .main-contact .text-clip-1 {
        margin-top: 23%;
        font-size: 20px;
    }
    .main-contact .texte-image.line1 .col-md-4 img{
        max-width: 135px !important;
    }
    section#actu .modal-content {
        padding: 25px 15px;
    }

    section#actu .modal-content .modal-title {
        font-size: 20px;
    }
    .page-template-accueil section#banniere img {
        object-position: -270px;
        min-height: 600px;
    }
    section.texte-image.line1 {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .form-w input, .form-w .col-md-6 select {
        height: 50px;
    }

    .form-w .row > div {
        margin-bottom: 15px;
    }
    .page-template-agrumiculture section.texte-image.line1 {
        margin-top: 0;
    }
    .page-id-69 .banner-text-w h2 br {
        display: none;
    }
    .page-id-69 .texte-image.line1 .col-md-4 h2 {
        max-width: 280px;
    }
    .page-id-69 .texte-image.mt-5 .col-md-4 h2 {
        max-width: 320px;
    }
    .page-template-agrumiculture section.texte-image .col-md-4.text-end img {
        max-width: 150px !important;
    }
    .page-id-69  section.texte-image.line2 .plus br {
        display: none;
    }
    .page-template-agrumiculture .texte-image .col-md-4 img{
        max-width: 180px;
    }
    .page-template-agrumiculture section.texte-image{
        margin-bottom: 0;
    }
    .page-template-agrumiculture .banner-text-w span.plus {
        top: -25px;
    }
    .picto-wrp{
        gap: 20px;
    }
    .page-template-nous-soutenir .text-clip-1 span {
        font-size: 16px;
    }
    .page-template-nous-soutenir .text-clip-1 {
        max-width: 120px;
        top: -15px;
    }
    .page-template-vos-besoins section#banniere span.plus {
        top: -25px;
    }
    .page-template-vos-besoins section.texte-image .col-md-4.text-end img {
        max-width: 160px;
    }
    .page-template-vos-besoins .text-clip-1 {
        font-size: 30px;
    }
    .page-template-accueil section.texte-image.line1 {
        margin-top: 0;
    }
    .page-template-vos-avantages section.texte-image h3 {
        font-size: 18px;
    }
    section h3{
        font-size: 18px;
    }
    .texte-image.line2 .col-md-4 img {
        margin-top: 25px;
    }
    .page-template-nous-soutenir .texte-image.line2, .page-template-nous-demarche section.texte-image.line2{
        margin-bottom: 0;
    }
    .page-template-agrumiculture .ch-item .label {
        text-align: center;
    }
    .page-template-agrumiculture .chiffre-wrp {
        padding: 0 35px;
    }
    .txt-w.text-center.p-mob {
        padding: 0 15px;
    }
    .page-id-291 section h1 {
        font-size: 20px;
        margin-top: 50px;
    }

    .page-id-291 section#banniere h2 {
        font-size: 20px;
    }

    .page-id-291 .banner-text {
        padding: 0 5px;
    }
    .page-template-presentation section.texte-image .col-md-4.text-end img {
        max-width: 240px !important;
    }
}

