/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    overflow-x: hidden;
    position: relative;
}
a:focus,
#bouton_fermer a:focus {
    outline: none;
}
.conteneur-overflowclip {
    overflow-x: clip;
}


/* BOUTON LIQUIDE SIBIO */
.water-button2 .elementor-button {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background: transparent;
    border: none;
}

.water-button2 .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

.water-button2 .water {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #879600;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    z-index: 0;
}

.water-button2 .water::before,
.water-button2 .water::after {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.water-button2:hover .water::before {
    border-radius: 45%;
    background: rgba(200, 220, 50, 0.8);
    animation: wave-rotate 5s linear infinite;
}

.water-button2:hover .water::after {
    border-radius: 40%;
    background: rgba(167, 186, 0, 0.5);
    animation: wave-rotate 10s linear infinite;
}




.water-button .elementor-button {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background: transparent;
    border: none;
}

.water-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

.water-button .water {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #879600;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    z-index: 0;
}

.water-button .water::before,
.water-button .water::after {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.water-button .water::before {
    border-radius: 45%;
    background: rgba(200, 220, 50, 0.8);
    animation: wave-rotate 5s linear infinite;
}

.water-button .water::after {
    border-radius: 40%;
    background: rgba(167, 186, 0, 0.5);
    animation: wave-rotate 10s linear infinite;
}

.water-button .elementor-button:hover .water {
    top: 0px;
    background: #A7BA00;
}

.water-button .water::before,
.water-button .water::after {
    animation-delay: inherit;
}

@keyframes wave-rotate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}
/* FIN BOUTON LIQUIDE SIBIO */

/* BOUTON SUBMIT FORMULAIRE - EFFET LIQUIDE */
.water-form .elementor-field-type-submit button {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 40px !important;
    background: transparent !important;
    border: none !important;
}

.water-form .elementor-field-type-submit button span {
    position: relative !important;
    z-index: 2 !important;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 4px !important;
}

.water-form .elementor-field-type-submit .water {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #879600;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    z-index: 0;
}

.water-form .elementor-field-type-submit .water::before,
.water-form .elementor-field-type-submit .water::after {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.water-form .elementor-field-type-submit .water::before {
    border-radius: 45%;
    background: rgba(200, 220, 50, 0.8);
    animation: wave-rotate 5s linear infinite;
}

.water-form .elementor-field-type-submit .water::after {
    border-radius: 40%;
    background: rgba(167, 186, 0, 0.5);
    animation: wave-rotate 10s linear infinite;
}

.water-form .elementor-field-type-submit button:hover .water {
    top: 0px;
    background: #A7BA00;
}
/* FIN BOUTON SUBMIT FORMULAIRE - EFFET LIQUIDE */


.backgroundnorepeat .elementor-background-slideshow__slide__image{
    background-repeat: no-repeat;
}

.conteneur-photo-carousel-home{
    clip-path: ellipse(75% 100% at 50% 0%);
}
.img-banniere-sibio{
    clip-path: ellipse(55% 100% at 50% 0%);
    overflow: visible;
}



/*Animation bouteilles survol*/
.bottles-hover {
    transition: all 0.4s ease;
}
.bottle-left,
.bottle-center,
.bottle-center2,
.bottle-right,
.fruit-1,
.fruit-2,
.fruit-3,
.fruit-4{
    transition: transform 0.6s ease;
}
.fruit-1,
.fruit-2,
.fruit-3,
.fruit-4,
.conteneur-feuille{
    width: fit-content;
}
.bottles-hover:hover .bottle-left {
    transform: translateX(-15px);
}
.bottles-hover:hover .bottle-right {
    transform: translateX(15px);
}
.bottles-hover:hover .bottle-center {
    transform: translateY(5px);
}
.bottles-hover:hover .bottle-center2 {
    transform: translateY(-5px);
}
.bottles-hover:hover .fruit-1{
    transform: rotate(10deg);
}
.bottles-hover:hover .fruit-2{
    transform: rotate(5deg);
}
.bottles-hover:hover .fruit-3{
    transform: rotate(-5deg);
}
.bottles-hover:hover .fruit-4{
    transform: rotate(-10deg);
}

/*Fin Animation bouteilles survol*/

.conteneur-biais::before{
    clip-path: polygon(0 60%, 100% 41%, 100% 100%, 0% 100%);
}

.h4fin h4{
    font-weight: 300;
}
.h4fin h4 strong{
    font-weight: 700;
}
.h3fin h3 strong{
    font-weight: 500;
}

.svg-vert-pomme img{
    filter: brightness(0) saturate(100%) invert(95%) sepia(4%) saturate(3996%) hue-rotate(54deg) brightness(87%) contrast(91%);
}
.svg-vert-raisin img{
    filter: brightness(0) saturate(100%) invert(56%) sepia(92%) saturate(345%) hue-rotate(34deg) brightness(96%) contrast(95%);
}
.svg-vert-kiwi img{
    filter: brightness(0) saturate(100%) invert(54%) sepia(12%) saturate(2454%) hue-rotate(25deg) brightness(112%) contrast(85%);
}
.svg-vert-concombre img{
    filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(1484%) hue-rotate(67deg) brightness(91%) contrast(85%);
}
.svg-mauve img{
    filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(4775%) hue-rotate(294deg) brightness(99%) contrast(91%);
}
.svg-mauve-figue img{
    filter: brightness(0) saturate(100%) invert(36%) sepia(24%) saturate(1019%) hue-rotate(283deg) brightness(101%) contrast(88%);
}

.svg-rouge img{
    filter: brightness(0) saturate(100%) invert(35%) sepia(96%) saturate(3587%) hue-rotate(344deg) brightness(95%) contrast(90%);
}
.svg-rouge-grenade img{
    filter: brightness(0) saturate(100%) invert(26%) sepia(100%) saturate(3707%) hue-rotate(339deg) brightness(74%) contrast(105%);
}
.svg-rouge-tomate img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3682%) hue-rotate(357deg) brightness(100%) contrast(87%);
}
.svg-rose-framboise img{
    filter: brightness(0) saturate(100%) invert(54%) sepia(14%) saturate(5383%) hue-rotate(318deg) brightness(91%) contrast(95%);
}
.svg-orange img{
    filter: brightness(0) saturate(100%) invert(65%) sepia(25%) saturate(7238%) hue-rotate(342deg) brightness(96%) contrast(93%);
}
.svg-orange-butternut img{
    filter: brightness(0) saturate(100%) invert(53%) sepia(95%) saturate(2291%) hue-rotate(352deg) brightness(89%) contrast(102%);
}
.svg-jaune-citron img{
    filter: brightness(0) saturate(100%) invert(75%) sepia(97%) saturate(371%) hue-rotate(352deg) brightness(101%) contrast(93%);
}
.svg-jaune-limonade img{
    filter: brightness(0) saturate(100%) invert(88%) sepia(68%) saturate(4058%) hue-rotate(317deg) brightness(93%) contrast(97%);
}
.svg-jaune-pomme img{
    filter: brightness(0) saturate(100%) invert(90%) sepia(73%) saturate(5502%) hue-rotate(327deg) brightness(93%) contrast(94%);
}



.timeline-sibio .pt-plus-timeline-list.layout-both .timeline-track{
    width: 2px;
    background: #A7BA00;
}
.timeline-sibio .pt-plus-timeline-list.layout-both .point-icon.style-1 .timeline-tooltip-wrap{
    width: 20px;
    height: 20px;
}

.timeline-sibio .timeline-tl-before.timeline-transition,
.timeline-sibio .tooltip-arrow.timeline-transition{
    display: none!important;
}

.timeline-sibio .timeline-item-wrap .timeline-item{
    padding-top: 0;
    padding-block: 0;
}
.timeline-sibio .pt-plus-timeline-list.layout-both .point-icon.style-1 {
    margin-top: 32px;
}
.h4plusgros h4{
    font-size: 2.2em;
}
.timeline-sibio .pt-plus-timeline-list.layout-both .timeline-text-tooltip{
    padding-left: 30px;
    padding-right: 30px;
}
.texteblancspan span{
    color: #FFF;
    font-weight: 300;
}






/*Media queries*/
@media(max-width: 1850px){
   .arc-shape,
    .arc-overlay{
        width: 150%!important;
        margin-left: -25%;
    }
}
@media(max-width: 1650px){
    .img-banniere-sibio {
        clip-path: ellipse(60% 100% at 50% 0%);
    }
}
@media(max-width: 1366px){
    .img-banniere-sibio {
        clip-path: ellipse(65% 100% at 50% 0%);
    }
}
@media(max-width: 1250px){
   .arc-shape,
    .arc-overlay{
        width: 200%!important;
        margin-left: -50%;
    }
    .conteneur-photo-carousel-home{
        clip-path: ellipse(85% 100% at 50% 0%);
    }
}
@media(max-width: 900px){
   .arc-shape,
    .arc-overlay{
        width: 300%!important;
        margin-left: -100%;
    }
    .conteneur-bulle-header{
        overflow: hidden;
    }
   /* .conteneur-bulle-header svg{
        width: 110%;
    }*/
    .conteneur-nonoverflow{
        overflow: hidden;
    }
    .conteneur-photo-carousel-home{
        clip-path: ellipse(95% 100% at 50% 0%);
    }
}
@media(max-width: 767px){
 .conteneur-bulle-header svg{
        width: 110%;
    }
    .conteneur-photo-carousel-home{
        position: relative;
    }
    .conteneur-photo-carousel-home:after{
        background: rgba(21, 58, 55, 0.8);
        content: "";
        position: absolute;
        display: block;
        z-index: 9999999999;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .img-banniere-sibio {
        clip-path: ellipse(75% 100% at 50% 0%);
    }
    .conteneur-overflowclip-tablet {
        overflow-x: clip;
    }
}
@media(max-width: 650px){
   .arc-shape,
    .arc-overlay{
        width: 450%!important;
        margin-left: -175%;
    }
    .menu-footer ul{
        flex-direction: column;
        align-items: center;
    }
    .menu-footer ul li:after{
        display: none;
    }
}
@media(max-width: 600px){
   .arc-shape,
    .arc-overlay{
        width: 600%!important;
        margin-left: -250%;
    }
    .conteneur-float-contact{
/*        transform: scale(0.8);*/
    }
    .conteneur-photo-carousel-home{
        clip-path: ellipse(120% 100% at 50% 0%);
    }
}
@media(max-width: 500px){
   .arc-shape,
    .arc-overlay{
        width: 800%!important;
        margin-left: -350%;
    }
    .conteneur-bulle-header svg{
        width: 180%;
    }
    .conteneur-photo-carousel-home{
        clip-path: ellipse(140% 100% at 50% 0%);
    }
}

@media (max-width: 480px) {
    .timeline-sibio .pt-plus-timeline-list.timeline-style-1 .timeline-item-wrap.text-pin-position-left,
    .timeline-sibio .pt-plus-timeline-list.timeline-style-1 .timeline-item-wrap.text-pin-position-right {
        padding-top: 0;
    }
}

@media(max-width: 400px){
    .conteneur-photo-carousel-home{
        clip-path: ellipse(180% 100% at 50% 0%);
    }
    .img-banniere-sibio {
        clip-path: ellipse(80% 100% at 50% 0%);
    }
}
@media(min-width: 1025px){
   .conteneur-nav-principale{
        width: fit-content !important;
        margin: 0 auto!important;
    }
}
@media(min-width: 725px){
    
}




