#groupe-container {
    padding-top: 40px;
}
.offer-container a,
.consultation-recap a {
    border: 2px solid #EF7D15;
}

.offer-container a:hover,
.consultation-recap a:hover {
    background-color: #FFFFFF;
    color:  #EF7D15;
}

.offer-container h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.offer-container h3 {
    width: 80%;
    margin: auto;
}

.offer-pack {
    justify-content: center;
}

.pack {
    width: 20%;
    margin: 40px;
    border: 2px solid #AECB47;
    border-radius: 20px;
    padding: 40px;
    padding-bottom: 120px;
    position: relative;
}

.pack h2 {
    margin-bottom: 20px;
}

.tarif {
    margin-top: 20px;
}

.tarif h3 {
    font-size: 40px;
}

.logo-carrotte {
    position: absolute;
    bottom: -10px;
    width: 65%;
    right: -14px;
}

.logo-pomme {
    position: absolute;
    bottom: -10px;
    width: 58%;
    right: 0px;
}

.consultation-container {
    padding-top: 40px;
    width: 80%;
    margin: auto;
}

.consultation-container h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.consultation-container h3 {
    margin-bottom: 20px;
}

.consultation-recap {
    margin-top: 40px;
}

.consultation-recap .price {
    margin: 20px 0;
}

.legend {
    position: absolute;
    font-size: 20px;
}

.legend-container {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    font-size: 12px;
}

#groupe-container .contact-banner-container {
    background-color: #29A048;
    position: relative;
    color: #FFFFFF;
    height: 260px;
    justify-content: center;
    width: 100%;
    padding: 20px 0px;
}

#kiwi-img {
    width: 12%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
}

#ateliers {
    width: 80%;
    margin: auto;
    padding: 40px 0;
}

#title {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-bottom: 20px;
}

#title img {
    width: 11%;
    height: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#title h2 {
    font-family: "Sour Gummy", serif;
    font-size: 30px;
    color: #EF7D15;
    margin-left: 40px;
    font-weight: 500;
}

#atelier-presentation {
    display: flex;
    flex-direction: column;
}

.atelier-exemple,
.atelier-exemple-2 {
    display: flex;
    flex-direction: row;
    border: 2px solid #AECB47;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 350px;
    min-height: fit-content;
}

.atelier-exemple div,
.atelier-exemple-2 div {
    width: 50%;
    margin: auto;
    padding: 20px 0;
}

.atelier-exemple div h3 .atelier-exemple-2 div h3 {
    color: #29A048;
    font-size: 20px;
    margin-bottom: 20px;
}

.atelier-exemple div p,
.atelier-exemple-2 div p {
    margin-top: 15px;
}

.atelier-exemple img,
.atelier-exemple-2 img {
    min-width: 40%;
    max-width: 40%;
    object-fit: cover;
    border-radius: 0 18px 18px 0;
}

#button-see-more,
#button-see-more-2,
#button-see-less,
#button-see-less-2{
    background-color: #FFFFFF;
    color: #EF7D15;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

#button-see-less,
#button-see-less-2{
    display: none;
}

#button-see-more p,
#button-see-more-2 p {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 20px;
}

#button-see-more .fa-chevron-down,
#button-see-more-2 .fa-chevron-down,
#button-see-less .fa-chevron-up,
#button-see-less-2 .fa-chevron-up{
    margin-left: 20px;
    font-size: 30px;
    margin-top: 0;
}

#presentation-slide-content {
    background-color: #29A048;
    color: #FFFFFF;
    position: relative;
    width: 100%;
    padding: 40px 0;
}

#presentation-slide {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
}

#presentation-slide img {
    width: 30%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

#presentation-slide div {
    width: 50%;
    margin: auto;
}

#presentation-slide div h2 {
    font-family: "Sour Gummy", serif;
    font-size: 30px;
    margin-bottom: 20px;
}

#presentation-slide div h3 {
    margin: 20px 0;
}

#presentation-slide .contact-button-content {
    margin: 20px 0;
}

#contact-link2 {
    background-color: #29A048;
    padding: 40px;
    padding-left: 80px;
    position: relative;
}

#contact-link2 p {
    width: 50%;
    color: #FFFFFF;
    margin: 10px 0;
}

#contact-link2 a {
    margin-top: 20px;
    margin-bottom: 10px;
}

#contact-link2 a p {
    width: auto;
}

#orange-img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 80px;
}

.exemple-container {
    width: 80%;
    margin: auto;
    padding: 15px 0;
}

.exemple-title {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-bottom: 40px;
}

.exemple-title img {
    width: 11%;
    height: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.exemple-title h2 {
    font-family: "Sour Gummy", serif;
    font-size: 30px;
    color: #EF7D15;
    margin-left: 40px;
    font-weight: 500;
}

#groupe-container .contact-button-content {
    width: auto;
}


/**************************************************************************************************************************************/
/**********************************************************    RESPONSIVE    **********************************************************/
/**************************************************************************************************************************************/


@media (max-width: 1024px) {
    
    #groupe-container .presentation-banner-container img {
        display: none;
    }
    
    #groupe-container .contact-button-content img {
        display: block;
    }

    #groupe-container .div-img-text {
        padding-bottom: 0;
    }
    
}

@media (max-width: 768px) {
    
    #groupe-container #presentation-slide img {
        display: none;
    }
    
    .contact-button-content a img {
        display: block !important;
    }

    #groupe-container #presentation-slide div {
        width: 90%;
    }
}


@media (max-width: 600px) {
    
    .atelier-exemple,
    .atelier-exemple-2 {
        flex-direction: column-reverse;
        height: auto;
    }

    .atelier-exemple div,
    .atelier-exemple-2 div {
        width: 90%;
    }

    .atelier-exemple img,
    .atelier-exemple-2 img {
        min-width: 100%;
        height: auto;
        min-height: 30%;
        max-height: 30%;
        border-radius: 18px 18px 0 0;
    }
    
}

@media (max-width: 600px) {

    #groupe-container .exemple-title img,
    #groupe-container #ateliers #title img {
        display: none;
    }
    
    #groupe-container .contact-button-content a{
      padding: 8px 24px;  
    }
}

