/*
Theme Name:   Envol-Montgolfière
Author:       StudioJuillet
Author URI:   https://studiojuillet.com/
Template:     astra
*/

.gt_switcher_wrapper {
    bottom: 70px!important;
}

.phone-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #f8ac2a;
    color: #211606;
    padding: 10px 20px;
    font-family: Mogena, sans-serif;
    border-radius: 5px;
    text-decoration: none;
    z-index: 1000;
}
.phone-button:hover {
    background-color: #ffb64d;
}

.separator-passager {
    display: flex !important;
    align-items: center!important;
    justify-content: flex-start!important;
    width: 100%!important;
    position: relative;
    margin-left: -15px!important;
}

.separator-passager input {
    font-weight: bold;
    border: none;
    color: #333;
    background: transparent;
    pointer-events: none;
    width: fit-content!important;
    min-width: 250px;
    margin-right: 10px;
}

.separator-passager::before {
    content: '';
    height: 1px;
    background-color: #333;
    position: absolute;
}

.passager-age input, .passager-poids input {
    padding-left: 10px!important;
    padding-right: 0!important;
}

.thankyou-titre {
    font-size: 60px;
    margin: 0!important;
}

.thankyou-confirmation {
    font-size: 35px;
    font-weight: 600;
    margin: 0!important;
}

.thankyou-informations {
    margin: 30px 0!important;
}

.thankyou-apercu {
    display: flex;
    gap: 2px;
    margin-bottom: 30px;
}

.thankyou-apercu strong {
    display: block;
    font-size: 20px;
}

.thankyou-numero-commande, .thankyou-date, .thankyou-total, .thankyou-payment-method {
    background: white;
    padding: 15px 30px;
}

.thankyou-numero-commande {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.thankyou-payment-method {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.thankyou-container-commande {
    display: flex;
    margin-top: 80px;
    gap: 20px;
    justify-content: space-between;
}

.thankyou-container-commande p {
    margin: 0!important;
}

.thankyou-commande-titre {
    font-size: 35px!important;
    font-weight: 600!important;
    font-family: Fustat, sans-serif!important;
}

.thankyou-info-commande {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.thankyou-produit-commande, .thankyou-soustotal-commande, .thankyou-moyen-paiement-commande, .thankyou-total-commande {
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 15px 30px;
}

.thankyou-titre-adresse {
    font-weight: 700;
}

.thankyou-detail-client {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.thankyou-adresse, .thankyou-mail, .thankyou-tel {
    background: white;
    padding: 15px 60px;
    position: relative
}

.thankyou-adresse img, .thankyou-mail img, .thankyou-tel img {
    position: absolute;
    width: 20px;
    height: 20px;
}

.thankyou-mail img, .thankyou-tel img {
    top: 30%;
    left: 35px;
}

.thankyou-adresse img {
    top: 13%;
    left: 35px;
}

.thankyou-adresse {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.thankyou-tel {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.thankyou-produit-commande:nth-child(1) {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.thankyou-total-commande {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.thankyou-container-info-commande {
    width: 50%;
}

.thankyou-container-client {
    width: 50%;
}

@media screen and (max-width: 992px) {

    .all-order {
        padding: 40px 20px 60px 20px!important;
    }

    .thankyou-titre {
        font-size: 32px!important;
        margin-bottom: 20px!important;
    }

    .thankyou-confirmation {
        font-size: 24px;
    }

    .thankyou-informations {
        margin: 20px 0!important;
    }

    .thankyou-apercu {
        flex-direction: column;
    }

    .thankyou-apercu strong {
        display: block;
        font-size: 20px;
    }

    .thankyou-numero-commande, .thankyou-date, .thankyou-total, .thankyou-payment-method {
        padding: 15px;
    }

    .all-order a {
        font-size: 20px!important;
        width: 100%!important;
        text-align: center!important;
    }

    .thankyou-numero-commande {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

    .thankyou-payment-method {
        border-top-right-radius: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .thankyou-container-commande {
        margin-top: 60px;
        gap: 60px;
        align-items: center;
        flex-direction: column;
    }

    .thankyou-commande-titre {
        font-size: 24px!important;
        margin-bottom: 20px!important;
    }

    .thankyou-produit-commande, .thankyou-soustotal-commande, .thankyou-moyen-paiement-commande, .thankyou-total-commande {
        flex-direction: column;
        padding: 15px;
    }

    .thankyou-produit-commande p:nth-child(2), .thankyou-soustotal-commande p:nth-child(2), .thankyou-moyen-paiement-commande p:nth-child(2), .thankyou-total-commande p:nth-child(2) {
        font-weight: 700;
    }

    .thankyou-adresse, .thankyou-mail, .thankyou-tel {
        padding: 15px 40px;
    }

    .thankyou-container-info-commande, .thankyou-container-client {
        width: 100%;
    }

    .thankyou-mail img, .thankyou-tel img, .thankyou-adresse img {
        left: 15px;
    }
}