.evenement-block {
    display: flex;
}

.image-container {
    flex: 1;
    max-width: 50%;
}
.image-container {
	flex: 1;
	max-width: 33%;
	max-height: 300px;
    align-items: center;
    display: flex; 
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;


}

.content-container {
    flex: 1;
    padding: 35px;
    position: relative;
}

.date-address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.date {
	font-weight: bold;
	color: #fff;
	background: #8dac52;
	padding: 0.25rem 1rem;
	border-radius: 30px;
}

.address {
    position: absolute;
    top: 20px;
    right: 20px;
    font-style: italic;
}

.title {
    margin-top: 0;
    margin-bottom: 10px;
}

.resume {
    font-size: 14px;
    line-height: 1.6;
}



/* // Recipe  */

.recipe-block {
    display: flex;
    gap: 75px;
    align-items: center;
}

.recipe-image {
    flex: 1;
    max-width: 50%;
}

.recipe-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-accordion {
    flex: 1;
    max-width: 50%;
}

.recipe-item h3 {
    cursor: pointer;
}
.recipe-item h3 img {
    transform: rotate(14deg);
}

.recipe-nom{
    margin-right: 15px;
    position: relative;
}
.recipe-item h3 sup:first-child {
    margin-left: 15px;
}

.pimente img {
    width: 20px;
    height: 20px;
}

.recipe-list {
    width: 50%;
}
.recipe-main-image img {
    box-sizing: content-box;
    object-fit: cover;
    border-radius: 291px;
    max-width: 320px;
    overflow: hidden;
    height: 490px;
    border: 10px solid #831813;
    padding: 10px;
}

.recipe-accordion.ui-accordion.ui-widget.ui-helper-reset {
    display: inline;
}
i.fas.fa-pepper-hot {
    font-size: 16px;
    color: #831813;
}
.ui-state-active {
    position: relative;
}

.ui-accordion-header-active .recipe-nom:before {
   
    content: '';
    height: 2px;
    position: absolute;
    left: -60px;
    display: block;
    background: #000;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-carousel-shortcode .testimonial-item {
    max-height: 315px;
    border-radius: 20px;
}


@media screen and (max-width: 778px) {
    .evenement-block {
        display: block;
    }
    .image-container {
        flex: 1;
        max-width: 100%;
        max-height: 300px;
    }
    .address {
        position: initial;
        top: 20px;
        right: 20px;
        font-style: italic;
    }
    .date-address {
        display: block;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .date-address span {
        display: inline-block;
        margin-bottom: 10px;
    }
    .recipe-block {
        display: block;
        gap: 75px;
        align-items: center;
    }
    .recipe-list {
        width: 100%;
        margin-top: 15px;
    }
    .recipe-main-image {
        text-align: center;
    }

    .recipe-main-image img {
        box-sizing: content-box;
        object-fit: cover;
        border-radius: 291px;
        max-width: 320px;
        overflow: hidden;
        height: 350px;
        border: 10px solid #831813;
        padding: 10px;
        width: 70%;
    }

    .ui-accordion-header-active .recipe-nom:before {
        display: none;
    }

    section#media_image-2 img{
        width: 50%;
    }
}
