#workshop-content {
    width: 100%;
}

#social-input input {
    margin-top: 20px;
}

#workshop-content #workshop-banner {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image: url("../../../Public/Img/actualite-event-dietetique.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#workshop-content #workshop-banner h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 60px;
}

#workshop-content #last-actu {
    width: 100%;
    margin: auto;
}

#worshop-slider {
    background-color: #EF7D15;
    color: #FFFFFF;
    padding-bottom: 50px;
    overflow: hidden;
}

#logo-cerise {
    width: 16%;
    height: auto;
    position: absolute;
    bottom: 0;
}

#worshop-slider .title {
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#worshop-slider .title .swiper-button-prev,
#worshop-slider .title .swiper-button-next{
    position: initial;
    margin-top: auto;
}

#worshop-slider h2 {
    font-family: "Sour Gummy", serif;
    font-size: 34px;
    font-weight: 300;
    margin-left: 10%;
}

#worshop-slider #arrow-content {
    display: flex;
    flex-direction: row;
}

#worshop-slider #arrow-content img {
    width: 50px;
    height: auto;
    margin-left: 80px;
}
#worshop-slider .swiper {
    width: 100%;
    height: 100%;
}

#worshop-slider .swiper-wrapper {
    height: fit-content !important;
}

#worshop-slider .swiper-slide {
    max-height: fit-content;
    height: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

#worshop-slider .swiper-slide .image {
    width: 100%;
    height: 300px;
    border-radius: 20px 20px 0 0;
}

#worshop-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

#worshop-slider .swiper-slide .text-content {
    color: #494949;
    padding: 20px;
    text-align: left;
}

#worshop-slider .swiper-slide .text-content h3 {
    text-transform: uppercase;
    color: #EF7D15;
}

#worshop-slider .swiper-slide .text-content .date {
    font-size: 12px;
    margin: 10px 0;
}
#worshop-slider .swiper-slide .text-content .text {
    font-size: 12px;
    margin-bottom: 10px;
}

#worshop-slider .swiper-slide .text-content a {
    width: fit-content;
}

.test {
    display: none;
}

#jennifer-insta-content {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

#jennifer-insta-content #jennifer-insta-text {
    width: 80%;
    margin: auto;
}

#jennifer-insta-content #jennifer-insta-text h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #EF7D15;
    margin-top: 40px;
    margin-bottom: 20px;
}

#jennifer-insta-content #jennifer-insta-image {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#jennifer-insta-content #recettes {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    background-image: url("../../../Public/Img/brocolis-vert.png");
    background-size: 16%;
    margin-right: 20px;
}

#jennifer-insta-content #recettes img {
    width: 30%;
    height: auto;
    border-radius: 20px;
    margin: 40px 20px;
}

#jennifer-insta-content #jennifer-insta {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#jennifer-insta-content #jennifer-insta a {
    width: -webkit-fill-available;
    background-color: #29A048;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #29A048;
    border-radius: 20px;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 20px;
}

#jennifer-insta-content #jennifer-insta a p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
#jennifer-insta-content #jennifer-insta a img {
    width: 40px;
    height: auto;
    margin-left: 10px;
}


#newsletter-content {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
    padding: 40px;
    position: relative;
    background-image: url("../../../Public/Img/repas-dietetique (1).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 40px;
}

#newsletter-content #filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(41, 160, 72,0.8);
    z-index: 1;
    border-radius: 20px;
}

#newsletter-content h2 {
    z-index: 100;
    position: relative;
    color: #FFFFFF;
    font-family: "Sour Gummy", serif;
    font-weight: 600;
}


#social-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#social-form form a {
    color: #FFFFFF;
}

#social-form form #social-input-2 {
    position: relative;
    z-index: 100;
}

#social-form form #social-input-2 input {
    width: 50%;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}
#social-radio-2 {
    position: relative;
    z-index: 100;
    justify-content: flex-start !important;
    margin-bottom: 20px;
}

#social-radio-2 input[type="radio"] {
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #FFFFFF;
    border-radius: 50% !important;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0 !important;
    margin: 0;
    margin-right: 10px;
}

#social-form #social-input-2 {
    margin: 0;
}

#social-radio-2 label {
    color: #FFFFFF;
}
#social-radio-2 input[type="radio"]:checked {
    background-color: #FFFFFF;
}
#social-form form #social-input-2 input::placeholder {
    color: #FFFFFF;
}

/**************************************************************************************************************************************/
/**********************************************************    RESPONSIVE    **********************************************************/
/**************************************************************************************************************************************/


@media (max-width: 1024px) {
    
    .test {
        display: block;
    }

    .test2 {
        display: none;
    }

    .mySwiper2 {
        width: 90%;
        margin: auto;
    }

    #worshop-slider .swiper-wrapper .first {
        margin-left: 0;
    }

    #jennifer-insta-image {
        flex-direction: column !important;
    }

    #jennifer-insta-content #recettes {
        width: 100%;
    }

    #jennifer-insta-content #jennifer-insta {
        width: 50%;
        margin: auto;
        padding: 40px 0;
    }

    #jennifer-insta-content #jennifer-insta a {
        width: fit-content;
        margin: auto;
        margin-top: 40px;
    }
    
}

@media (max-width: 900px) {
    #workshop-content #workshop-banner h1 {
        font-size: 40px;
    }
}

@media (max-width: 859px) {
    
    #worshop-slider .title {
        flex-direction: column;
        margin: 20px 0;
        height: auto;
    }
    
    #worshop-slider .title h2{
        margin: 0;
    }

    #worshop-slider #arrow-content img {
        margin: 0;
    }

    #worshop-slider .title  .swiper-button-prev-3 {
        margin-right: 20px !important;
    }

    #worshop-slider .title  .swiper-button-next-3 img {
        margin-left: 20px !important;
    }
}

@media (max-width: 768px) {
    #newsletter-content #social-input input {
        width: calc(100% - 20px) !important;
        margin-top: 20px;
    }
}

@media (max-width: 678px) { 
    #social-form form #social-input-2 {
        display: flex;
        flex-direction: column;
    }
    
    #social-form form #social-input-2 input {
    width: calc(100% - 16px);
    }
    
    #social-input #newsletter-button, #social-input-2 #newsletter-button-2 {
        margin-top: 20px;
        margin-bottom: 10px;
        width: fit-content;
        margin-left: 0;
    }
}

@media (max-width: 610px) {
    #workshop-content #workshop-banner h1 {
        font-size: 20px;
    }
    
    #worshop-slider .title h2 {
        width: 80%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    
    #jennifer-insta-content #jennifer-insta a {
        display: flex;
        flex-direction: column;
    }

    #jennifer-insta-content #jennifer-insta a p{
        font-size: 16px;
    }
    
    @media (max-width: 1024px) {
        #content {
            padding-bottom: 0px !important;
        }
    }
}





