/*
Theme Name: Honey
Template: twentytwentyone
Author: Us
Version: 1.0
*/


:root body {
  background-color: #ffffff;
    margin: 0;
}

h1{
    font-family: Coiny !important; 
    font-size: 96px; 
    text-align: left; 
    padding-bottom: 24px;
}

#presentation {
    width: 100%;            
    background-color: #EBB749; 
    margin: 0;               
    padding: 60px 0;         
    
    
}

#flex{
    display: flex;           
    align-items: center;     
    justify-content: space-between;
           
    margin: 40px;         
    padding: 0 20px;
}

#flex>div>p{
    width: 600px;          
    color: #000000 !important; 
}

#flex>div>button{
    border-radius: 16px;
    background-color: #403C01 !important;
}

#achat {
    margin-top: 24px;
}


h2{
    text-align: center;
    font-family: Coiny;
    color: #EBB749;
    font-family: Coiny !important; 
    margin-bottom: 40px;
}

h3{
    font-family: Coiny !important; 
    
}

#bene {
    position: relative; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    
    
}

#grid{
    display: grid;
    grid-template-columns: 1fr 350px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;

}

.img-centre {
        grid-column: 2;
        grid-row: 1 / -1; 
        align-self: center;
        justify-self: center;
        z-index: 10;
        margin: 40px;
    }

.img-centre img {
    width: 100%;
    max-width: 300px;
    display: block;
}

.carte{
    padding: 20px;
    border-radius: 15px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    min-height: 120px;
}

.bg-vert { 
    background-color: #A6A158; 
}
.bg-orange { 
    background-color: #EBB74B; 
}
.bg-vertfonce { 
    background-color: #403C01 ;
}

.carte h3 { 
    margin: 0 0 10px 0; font-size: 24px; 
}
.carte p { 
    margin: 0; font-size: 16px; 
}

@keyframes float {
    0% {
        transform: translateY(-5px) rotate(-20deg); 
    }
    50% {
        transform: translateY(5px) rotate(-20deg);
    }
    100% {
        transform: translateY(-5px) rotate(-20deg);
    }
}

#bene > img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    transform: rotate(-20deg);
    animation: float 4s ease-in-out infinite alternate;
   
}


#bene > img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    transform: rotate(-20deg);
    animation: float 4s ease-in-out infinite alternate;
    animation-delay: -2s;
}



#ing {
    color :#ffffff;
    background-color: #A6A158;
    display : flex; 
    gap : 100px; 
    padding : 60px;
    align-items: center;
}

#ing > img {
    width : 470px;
    height : 450px;
    border-radius: 100%;
    position: relative; 
    padding: 60px 60px 150px 60px; 
    align-items: center;
}

.separateur-vague {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0; 
    overflow: hidden; 
}

.separateur-vague img {
    display: block;
    width: 100%;
    height: auto; 
    min-height: 50px;
}