.site-content .ast-container {
    display: initial;
}

.single-service {
    width: 100%;
    max-width: 100vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.single-service__head {
    height: 400px;
    margin: 0px -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.single-service__head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.single-service__head h1 {
    font-family: 'Kalam';
    color: var(--orange);
    font-size: 60px;
    font-weight: bold;
    z-index: 1;
}

.single-service__infos {
    display: flex;
    flex-direction: row;
    padding: 100px 150px;
    margin: 0 -20px;
    justify-content: space-around;
    background-color: bisque;
}

.service-info__img {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-info__img img {
    box-shadow: rgba(237, 108, 83, 1) -20px 20px 0px;
    max-height: 500px;
}

.service-info__content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-info__content h2 {
    font-family: 'Kalam';
    font-size: 45px;
    color: var(--bleu);
    margin-bottom: 30px;
}

.service-info__description {
    margin: 10px 0;
}

.single-service__similaire h2 {
    font-family: 'Kalam';
    color: var(--orange);
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.single-service__similaire {
    background-color: #F6E6D1;
    margin: 0px -20px;
    padding-top: 70px;
}

.similaires-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: auto;
    padding: 50px 0;
}

.projet-item {
    width: 32%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 30px;
    margin: 25px 0;
}

.projet-item h3 {
    font-size: 25px;
    text-align: center;
    color: var(--bleu);
}

.projet-item__img {
    margin: 20px 0;
}

.projet-item__img img {
    border-radius: 10px;
}

.projet-item__infos {
    display: flex;
    justify-content: space-between;
}

.projet-item__infos p {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 16px;
}

.projet-item__infos p:first-child {
    color: var(--orange);
    font-weight: bold;
}

.projet-item__infos p:last-child {
    color: var(--grey);
}

.projet-item p {
    font-size: 18px;
}

.projet-item__button {
    text-align: center;
}

/* Partie forfait */
.forfait-title {
    font-family: 'Kalam';
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.forfait {
    background-color: var(--orange);
    padding: 50px 15% 20px 15%;
    margin: 0 -20px;
}

.services-forfait {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.forfait__item {
    width: 32%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 30px;
    margin: 25px 0;
    position: relative;
}

.forfait__item h3 {
    font-size: 25px;
    text-align: center;
    color: var(--bleu);
    height: 65px;
}

.forfait__item img {
    border-radius: 10px;
    margin: 20px 0;
}

.forfait-prix {
    color: var(--orange);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
}

.forfait-contenu {
    font-weight: bold;
    height: 60px;
    margin-bottom: 20px;
}

.forfait-infos {
    height: 200px;
}

.forfait-devis {
    margin: 30px 0;
}

.giftcard {
    background-color: var(--orange);
    padding: 50px 15% 50px 15%;
    margin-top: -25px;
    margin-bottom: -27px;
    display: flex;
    gap: 20px;
}

.giftcard__text {
    width: 60%;
}

.giftcard__img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forfait-devis h3, .giftcard h3 {
    font-family: 'Kalam';
    font-size: 35px;
    color: #fff;
    margin: 30px 0 20px 0;
}

.forfait-devis hr, .giftcard hr {
    background-color: #fff;
    width: 25%;
    height: 3px;
    opacity: 1;
}

.forfait-devis p, .giftcard p {
    color: #fff;
    margin: 30px 0;
}

.forfait-devis button, .giftcard button {
    background-color: transparent;
    color: #fff;
    border: solid 1px;
    border-radius: 0px;
}

.forfait-devis button:hover, .giftcard button:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.forfait-devis a, .giftcard a {
    color: #fff;
}

/* Partie Processus */

.processus-container {
    display: flex;
    flex-direction: row;
    max-width: 1140px;
    margin: auto;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 70px;
}

.processus__item {
    width: 30%;
}

.processus h2 {
    color: var(--orange);
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Poppins';
    text-align: center;
    margin: 50px 0 30px 0;
}

.number {
    color: #F6E6D1;
    font-family: "Beau Rivage", Sans-serif;
    font-size: 110px;
    font-weight: normal;
    position: absolute;
    top: 0%;
    left: 23%;
    margin: 0;
    z-index: -1;
}

.processus__item:first-child .title-processus .number {
    left: 30%;
}

.title-processus {
    position: relative;
    height: 132px;
    width: 340px;
    display: flex;
    align-items: center;
}

.processus-h5 {
    position: relative;
    color: var(--orange);
    font-size: 25px;
    margin: auto;
}

@media screen and (max-width: 950px) {
    .single-service__head {
        margin: 0px;
        padding: 0 20px;
        height: 250px;
    }

    .single-service__head h1 {
        font-size: 45px;
        text-align: center;
    }

    .single-service__infos {
        flex-direction: column;
        padding: 50px 5% 0 5%;
    }

    .service-info__img {
        width: 80%;
        margin: auto;
    }

    .service-info__content {
        width: 100%;
        padding: 50px 5%;
    }

    .processus h2 {
        font-size: 25px;
    }

    .processus-container {
        flex-direction: column;
    }

    .processus__item {
        width: 100%;
        padding: 0 5%;
    }

    .title-processus {
        margin-left: 20px;
    }

    .forfait {
        padding: 50px 5% 20px 5%;
        margin: 0;
    }

    .forfait-title, .single-service__similaire h2 {
        font-size: 35px;
    }

    .forfait__item {
        width: 100%;
    }

    .forfait-prix {
        margin-top: 20px;
    }

    .similaires-items {
        margin: 30px 10% 20px 10%;
    }

    .projet-item {
        width: 100%;
    }

    .giftcard {
        padding: 20px 5% 50px 5%;
        flex-direction: column;
    }

    .giftcard__img, .giftcard__text {
        width: 100%;
    }
}