body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
}

.baseline {
    text-align: center;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.baseline p {
    font-size: 2.0em;
    margin-bottom: 20px;
}

.cta-button-large {
    padding: 20px 40px;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background-color: #ff7c00;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin-top: 20px;
    display: inline-block;
}

.cta-button-large:hover {
    background-color: #e56c00;
}

.contact-form {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative; /* Added for button positioning */
}
.contact-form h2 {
    margin-top: 0;
}
.contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.contact-form .form-group {
    flex: 1;
    min-width: 200px;
    padding: 0 15px;
    box-sizing: border-box; /* Ensure padding is included in the element's total width */
}
.contact-form .form-group-full {
    flex: 1 0 100%;
    padding: 0 15px;
    box-sizing: border-box; /* Ensure padding is included in the element's total width */
}
.contact-form label {
    display: block;
    margin-bottom: 5px;
    text-align: left; /* Align labels to the left */
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.contact-form textarea {
    resize: vertical;
}
.contact-form button {
    padding: 10px 20px;
    background-color: orange;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    position: absolute; /* Position button absolutely */
    bottom: 20px; /* 20px from the bottom */
    right: 20px; /* 20px from the right */
}
.contact-form button:hover {
    background-color: #cc8400;
}
.contact-form .form-group-full {
    flex: 1 0 100%;
    padding: 0 15px;
    box-sizing: border-box; /* Ensure padding is included in the element's total width */
}
.contact-form .form-row:last-child {
    display: flex;
    justify-content: space-between;
}
.contact-form input[type="file"] {
    padding: 0;
    border: none;
}
.description-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 0px; /* Adjust for fixed header height */
}
.description-container img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    margin-top: -1px; /* Adjust for fixed header height */
}
.description-container div {
    text-align: left;
    flex: 1;
    margin-top: -1px; /* Adjust for fixed header height */
}
.separator {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}
.header-image {
    filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.header-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    font-size: 0.7em; /* Reduce font size by 50% */
    flex-direction: column;
    justify-content: center;
    align-items: center.
}
.pictos-container {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 160px); /* Adjust width to ensure centering */
}
.pictos-container img {
    width: 80px;
    height: 80px;
    object-fit: contain.
}
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px; /* Added margin-bottom */
}
.tag {
    margin-bottom: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
.tag-standard {
    background-color: #34C352.
}
.tag-delai-rapide {
    background-color: #2A8EC1.
}
.tag-sur-mesure {
    background-color: #FF7D00.
}
.tag-5-6-semaines {
    background-color: #3AA59F.
}

@media (max-width: 1300px) {
    .description-container {
        flex-direction: column.
    }
    .description-container img {
        width: 100%; /* Adjust image width for mobile view */
    }
    .description-container div {
        margin-top: 20px.
    }
    .fixed-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px.
    }
    .header-content h1 {
        font-size: 1.5em; /* Reduce font size by 50% */
    }
    .pictos-container img {
        width: 90px; /* Reduce size by 50% */
        height: 90px; /* Reduce size by 50% */
    }
}
@media (max-width: 768px) {
    .description-container {
        flex-direction: column;
    }
    .description-container img {
        width: calc(100% - 0px); /* Réduit la largeur de l'image de 70px */
    }
    .description-container div {
        margin-top: 20px;
    }
    .fixed-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    .header-content h1 {
        font-size: 1.25em; /* Réduit la taille de la police de 50% */
    }
    .pictos-container img {
        width: 70px; /* Réduit la taille de 50% */
        height: 70px; /* Réduit la taille de 50% */
    }

    .additional-info .left select,
    .additional-info .left input {
        width: calc(100% - 100px); /* Réduit la largeur des champs de 70px */
    }

    .add-to-cart-button {
        width: calc(100% - 100px); /* Réduit la largeur du bouton de 70px */
    }
}

.additional-info {
    display: flex;
    flex-direction: column;
    margin-top: 20px.
}

.additional-info .left {
    flex: 1;
    margin-right: 20px.
}

.additional-info .left select,
.additional-info .left input {
    width: 100%; /* Adjust width to match image */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box.
}

.additional-info .left label {
    display: block;
    width: 100%; /* Adjust width to match image */
    text-align: left; /* Align labels to the left */
}

.product-price {
    color: #FE6704;
    font-weight: bold;
    font-size: 2.4em; /* Twice the original size */
    margin-top: 0;
    text-align: right.
}

#shipping-cost {
    font-weight: bold;
    color: orange.
}

#total-price {
    font-size: 1.2em; /* Adjusted font size */
    font-weight: bold; /* Bold for emphasis */
    color: #333; /* Same as body text color */
}

.message-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start.
}

.message-row .form-group {
    flex: 1;
    margin-right: 20px.
}

.message-row .button-group {
    flex: 0 1 30%;
    display: flex;
    align-items: flex-end;
    margin-left: auto.
}

.add-to-cart-button {
    width: 100%;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background-color: #ff7c00;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px.
}

.add-to-cart-button:hover {
    background-color: #cc8400.
}
.configure-door-button {
    display: inline-block;
    background-color: #28a745; /* Couleur verte */
    color: white; /* Couleur du texte */
    padding: 10px 20px; /* Espacement interne */
    text-align: center; /* Centrer le texte */
    text-decoration: none; /* Enlever le soulignement */
    border-radius: 5px; /* Coins arrondis */
    font-size: 16px; /* Taille de police */
    transition: background-color 0.3s; /* Animation au survol */
}

.configure-door-button:hover {
    background-color: #218838; /* Couleur verte plus foncée au survol */
}

