/**
 * Theme Name:     Artecollezione
 * Author:         Alain DORENLOT
 * Template:       Divi
 * Text Domain:    artecollezione
 * Description:    Arte Collezione est une société française spécialiste des bijoux agrémentés de diamants.
 * Author URI:     https://dorenlot.fr
 * Version:        1.0
 */

 #top-menu li:not(.mega-menu) ul.sub-menu {
    min-width: 300px;
    white-space: normal;
}

#top-menu li:not(.mega-menu) ul.sub-menu li {
    width: 100%;
}

#top-menu li:not(.mega-menu) ul.sub-menu li a {
    white-space: nowrap;
}


/* =========================================================
   02 - FORMULAIRES / SELECT
   ========================================================= */

/* Supprime la flèche native des select */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

/* Supprime la flèche ajoutée par Divi/WooCommerce */
.et_pb_wc_cart_products select,
.woocommerce select {
    background-image: none !important;
}


/* =========================================================
   03 - PAGE PRODUIT : GALERIE IMAGE
   ========================================================= */

/* Vignettes à gauche de l'image produit */
.single-product div.product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 15%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 85%;
    margin: 0;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* =========================================================
   04 - WOOCOMMERCE : GRILLE CATEGORIES + PRODUITS
   ========================================================= */

/* Cache les compteurs de catégories */
mark.count {
    display: none !important;
}

/* Titres produits et catégories */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product-category h2,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    width: 100%;
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.3;
}

/* Pas de cadre autour des cartes */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product-category {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* Images carrées : produits + catégories */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product-category a img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    background: #fff !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 8px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

/* Zoom léger au survol */
.woocommerce ul.products li.product:hover img,
.woocommerce ul.products li.product-category:hover img {
    transform: scale(1.02);
    border-color: #888 !important;
}

/* Desktop : 5 éléments par ligne */
@media (min-width: 981px) {
    body.woocommerce ul.products li.product,
    body .woocommerce ul.products li.product,
    body .woocommerce ul.products li.product-category,
    body .et_pb_module .woocommerce ul.products li.product,
    body .et_pb_module .woocommerce ul.products li.product-category {
        width: 18% !important;
        max-width: 18% !important;
        margin: 0 1% 30px 1% !important;
        float: left !important;
        clear: none !important;
    }

    body.woocommerce ul.products li.product:nth-child(4n+1),
    body .woocommerce ul.products li.product:nth-child(4n+1),
    body .woocommerce ul.products li.product-category:nth-child(4n+1),
    body .et_pb_module .woocommerce ul.products li.product:nth-child(4n+1),
    body .et_pb_module .woocommerce ul.products li.product-category:nth-child(4n+1) {
        clear: none !important;
    }

    body.woocommerce ul.products li.product:nth-child(5n+1),
    body .woocommerce ul.products li.product:nth-child(5n+1),
    body .woocommerce ul.products li.product-category:nth-child(5n+1),
    body .et_pb_module .woocommerce ul.products li.product:nth-child(5n+1),
    body .et_pb_module .woocommerce ul.products li.product-category:nth-child(5n+1) {
        clear: both !important;
    }
}

/* Tablette : 3 éléments par ligne */
@media (min-width: 768px) and (max-width: 980px) {
    body .woocommerce ul.products li.product,
    body .woocommerce ul.products li.product-category,
    body .et_pb_module .woocommerce ul.products li.product,
    body .et_pb_module .woocommerce ul.products li.product-category {
        width: 31.33% !important;
        max-width: 31.33% !important;
        margin: 0 1% 30px 1% !important;
        float: left !important;
        clear: none !important;
    }

    body .woocommerce ul.products li.product:nth-child(3n+1),
    body .woocommerce ul.products li.product-category:nth-child(3n+1),
    body .et_pb_module .woocommerce ul.products li.product:nth-child(3n+1),
    body .et_pb_module .woocommerce ul.products li.product-category:nth-child(3n+1) {
        clear: both !important;
    }
}

/* Mobile : 2 éléments par ligne */
@media (max-width: 767px) {
    body .woocommerce ul.products li.product,
    body .woocommerce ul.products li.product-category,
    body .et_pb_module .woocommerce ul.products li.product,
    body .et_pb_module .woocommerce ul.products li.product-category {
        width: 48% !important;
        max-width: 48% !important;
        margin: 0 1% 25px 1% !important;
        float: left !important;
        clear: none !important;
    }

    body .woocommerce ul.products li.product:nth-child(2n+1),
    body .woocommerce ul.products li.product-category:nth-child(2n+1),
    body .et_pb_module .woocommerce ul.products li.product:nth-child(2n+1),
    body .et_pb_module .woocommerce ul.products li.product-category:nth-child(2n+1) {
        clear: both !important;
    }
}


/* PAGE MON COMPTE - CONNEXION */
body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account .woocommerce form.login{
  max-width:520px !important;
  margin:40px auto !important;
  background:#162736 !important;
  padding:40px !important;
  border:none !important;
  border-radius:0 !important;
  color:#fff !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}

body.woocommerce-account form.woocommerce-form-login label,
body.woocommerce-account .woocommerce form.login label{
  color:#fff !important;
}

body.woocommerce-account form.woocommerce-form-login input.input-text,
body.woocommerce-account .woocommerce form.login input.input-text{
  background:#fff !important;
  color:#222 !important;
  border:1px solid #ddd !important;
  border-radius:0 !important;
  height:48px !important;
}

body.woocommerce-account form.woocommerce-form-login .button,
body.woocommerce-account .woocommerce form.login .button{
  background:#162736 !important;
  color:#fff !important;
  border:1px solid #fff !important;
  border-radius:0 !important;
  padding:14px 32px !important;
}

body.woocommerce-account h2{
  text-align:center;
  font-weight:400;
  margin-bottom:30px;
}

/* IMAGE PRODUIT PRINCIPALE CARRÉE */
body.single-product div.product div.images .flex-viewport{
    width:100% !important;
    height:520px !important;
    border:1px solid #cfcfcf !important;
    border-radius:8px !important;
    background:#fff !important;
    overflow:hidden !important;
}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product div.product div.images .woocommerce-product-gallery__image,
body.single-product div.product div.images .woocommerce-product-gallery__image a{
    height:520px !important;
}

body.single-product div.product div.images .woocommerce-product-gallery__image img{
    width:100% !important;
    height:520px !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#fff !important;
}

.mega-cat-image img{
  width:260px;
  height:260px;
  object-fit:cover;
  display:block;
}

/* Toutes les images produits au format carré */

.woocommerce ul.products li.product img,
.woocommerce div.product div.images img,
.woocommerce-product-gallery__image img {

    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: contain;   /* Affiche toute la photo */
    background: #fff;
}
/* Panier caché par défaut */
.et-cart-info {
    display: none !important;
}

/* Panier visible uniquement pour les professionnels connectés */
body.logged-in.role-professional .et-cart-info,
body.logged-in.role-administrator .et-cart-info,
body.logged-in.role-shop_manager .et-cart-info {
    display: inline-block !important;
}
.arte-panier{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#162736;
    text-decoration:none;
    font-size:22px;
}

.arte-panier-count{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:50%;
    background:#b48a3c;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}

.search-results ul.products li.product {
    display: block !important;
}

.arte-order-header{
    display:flex;
    justify-content:space-between;
    gap:40px;
    margin-bottom:30px;
    border-bottom:0px solid #ddd;
    padding-bottom:20px;
}

.arte-order-left{
    flex:1;
}

.arte-order-right{
    flex:1;
    background:#f4efe2;
    
    padding:20px;
    border-radius:8px;
}

.arte-order-right h3{
    margin-top:0;
    margin-bottom:15px;
    font-size:22px;
}

.arte-order-left p,
.arte-order-right p{
    margin:8px 0;
}

.arte-order-separation{
    margin:40px 0;
    border:0;
    border-top:1px solid #ddd;
}

.arte-account-menu{
    position:relative;
    display:inline-block;
}

.arte-account-toggle{
    background:#fff;
    border:0;
    cursor:pointer;
    padding:8px 10px;
}

.arte-account-toggle .dashicons{
    font-size:22px;
    width:22px;
    height:22px;
    color:#162736;
}

.arte-account-dropdown{
    display:none;
    position:absolute;
    top:100%;
    right:0;
    min-width:180px;
    background:#fff;
    border:1px solid #ddd;
    z-index:999999;
    padding:8px 0;
}

.arte-account-menu:hover .arte-account-dropdown{
    display:block;
}

.arte-account-dropdown a{
    display:block;
    padding:8px 12px;
    color:#162736;
    text-decoration:none;
    font-size:13px;
    white-space:nowrap;
}

.arte-account-dropdown a:hover{
    background:#f5f5f5;
}

#top-menu li.menu-item-has-children > ul.sub-menu,
.et-menu li.menu-item-has-children > ul.sub-menu{
    background:#fff !important;
    border:1px solid #ddd !important;
    box-shadow:0 12px 35px rgba(0,0,0,.18) !important;
    padding:8px 0 !important;
}

#top-menu li.menu-item-has-children > ul.sub-menu a,
.et-menu li.menu-item-has-children > ul.sub-menu a{
    color:#162736 !important;
    font-size:13px !important;
    padding:8px 14px !important;
    white-space:nowrap !important;
}

#top-menu li.menu-item-has-children > ul.sub-menu a:hover,
.et-menu li.menu-item-has-children > ul.sub-menu a:hover{
    background:#f5f1e8 !important;
    color:#b48a3c !important;
}
#top-menu li.arte-account-nav > a::before,
.et-menu li.arte-account-nav > a::before {
    content: "\f110";
    font-family: dashicons;
    font-size: 22px;
    margin-right: 8px;
    vertical-align: middle;
    font-weight: normal;
}

body.logged-in #top-menu li.arte-account-nav > a::before,
body.logged-in .et-menu li.arte-account-nav > a::before {
    content: "\f110";
}
 

/* Carte */
.arte-cat-card{
    display:block;
    text-align:center;
    text-decoration:none;
    color:#162736;
    transition:transform .3s ease;
}

/* Animation de la carte */
.arte-cat-card:hover{
    transform:translateY(-4px);
}

/* Cadre de l'image */
.arte-cat-image{
    display:block;
    aspect-ratio:1/1;
    background:#fff;
    overflow:hidden;
    border:1px solid #e5e5e5;
    border-radius:10px;
    transition:all .35s ease;
}

/* Image */
.arte-cat-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    transition:transform .35s ease;
}

/* Zoom de l'image */
.arte-cat-card:hover .arte-cat-image img{
    transform:scale(1.08);
}

/* Ombre au survol */
.arte-cat-card:hover .arte-cat-image{
    border-color:#d5d5d5;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* Titre */
.arte-cat-title{
    display:block;
    margin-top:12px;
    font-size:18px;
    color:#162736;
    transition:color .3s ease;
}

/* Couleur du titre */
.arte-cat-card:hover .arte-cat-title{
    color:#b48a3c;
}

/* Desktop */
.arte-cat-grid{
    display:grid !important;
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
    gap:28px !important;
}

/* Tablette */
@media (max-width: 980px){
    .arte-cat-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Portable */
@media (max-width: 767px){
    .arte-cat-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
        gap:18px !important;
    }

    .arte-cat-title{
        font-size:15px !important;
    }
}

/* =========================================================
   CARACTÉRISTIQUES PRODUIT
   ========================================================= */

.arte-caracteristiques-produit{
    margin:30px 0;
    padding-top:18px;
    border-top:1px solid #d8d8d8;
}

.arte-caracteristique{
    margin-bottom:14px;
    line-height:1.7;
}

.arte-label{
    display:inline-block;
    min-width:220px;
    font-weight:600;
    color:#333;
}

.arte-valeur{
    color:#666;
}

.arte-caracteristiques-produit .arte-caracteristique{
    display:block;
    margin:0 0 8px 0 !important;
    line-height:1;
}

@media (max-width:767px){

    .arte-caracteristiques-produit{
        margin:25px 0;
    }

    .arte-caracteristique{
        margin-bottom:12px;
    }

    .arte-label{
        min-width:170px;
    }

}

/* Texte WooCommerce réservé aux lecteurs d'écran */
.woocommerce .price .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* =========================================================
   PRIX DE LA VARIATION SÉLECTIONNÉE
   ========================================================= */

.single-product .single_variation_wrap {
    width: 100%;
}

/* Conteneur du prix dynamique */
.single-product .woocommerce-variation-price {
    display: block !important;
    width: 100% !important;
    margin: 20px 0 18px !important;
    padding: 0 !important;
    text-align: center !important;
    float: none !important;
    clear: both !important;
}

/* Prix dynamique */
.single-product .woocommerce-variation-price .price {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

/* Montant */
.single-product .woocommerce-variation-price .woocommerce-Price-amount {
    font-size: inherit !important;
    font-weight: inherit !important;
}

/* Texte HT */
.single-product .woocommerce-variation-price .woocommerce-price-suffix,
.single-product .woocommerce-variation-price .arte-prix-ht {
    font-size: 15px !important;
    font-weight: 400 !important;
}
@media (max-width: 767px) {

    .single-product .woocommerce-variation-price {
        margin: 15px 0 !important;
    }

    .single-product .woocommerce-variation-price .price {
        font-size: 21px !important;
    }

    .single-product .woocommerce-variation-price .woocommerce-price-suffix,
    .single-product .woocommerce-variation-price .arte-prix-ht {
        font-size: 14px !important;
    }
}
/* Masquer le prix WooCommerce affiché au-dessus du bouton panier */
.single-product .woocommerce-variation-price {
    display: none !important;
}
/* Prix principal du produit */
.single-product .summary .price,
.single-product .et_pb_wc_price .price {
    display: block;
    width: 100%;
    margin: 18px 0 !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    text-align: center !important;
}

/* Montant */
.single-product .summary .price .woocommerce-Price-amount,
.single-product .et_pb_wc_price .price .woocommerce-Price-amount {
    font-size: inherit !important;
    font-weight: inherit !important;
}

/* Texte HT */
.single-product .summary .price .woocommerce-price-suffix,
.single-product .summary .price .arte-prix-ht,
.single-product .et_pb_wc_price .price .woocommerce-price-suffix,
.single-product .et_pb_wc_price .price .arte-prix-ht {
    font-size: 15px !important;
    font-weight: 400 !important;
}
@media (max-width: 767px) {

    .single-product .summary .price,
    .single-product .et_pb_wc_price .price {
        font-size: 21px !important;
        margin: 15px 0 !important;
    }

    .single-product .summary .price .woocommerce-price-suffix,
    .single-product .summary .price .arte-prix-ht,
    .single-product .et_pb_wc_price .price .woocommerce-price-suffix,
    .single-product .et_pb_wc_price .price .arte-prix-ht {
        font-size: 14px !important;
    }
}

/* =========================================================
   OPTION OR PALLADIÉ
   ========================================================= */

.arte-option-palladie{
    margin:18px 0;
    padding:14px 16px;
    border:1px solid #d8d8d8;
    background:#fafafa;
}

.arte-option-palladie label{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

.arte-option-palladie input[type="checkbox"]{
    width:18px;
    height:18px;
    margin:0;
}

.arte-option-palladie small{
    margin-left:6px;
    font-size:14px;
    font-weight:400;
}

.arte-palladie-detail{
    margin-top:7px;
    padding-left:28px;
    font-size:13px;
    line-height:1.4;
    color:#666;
}

.arte-vedettes .arte-cat{
    margin-top:15px;
    font-size:14px !important;
    font-weight:500;
    color:#111 !important;
    line-height:1.1;
    letter-spacing:0.5px;
}

.arte-vedettes .arte-sous-cat{
    margin-top:6px;
    font-size:12px !important;
    color:#8a8a8a !important;
    letter-spacing:0.3px;
}
.arte-vedettes {
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:30px;
}

@media (max-width:980px) {
    .arte-vedettes {
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }
}

@media (max-width:767px) {
    .arte-vedettes {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:18px;
    }
}

/* =========================================================
   ARCHIVES PRODUITS : COMPTEUR + TRI
   ========================================================= */

.arte-archive-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    width:100%;
    margin-bottom:25px;
}

.arte-archive-toolbar .woocommerce-result-count{
    float:none !important;
    margin:0 !important;
}

.arte-archive-toolbar .woocommerce-ordering{
    float:none !important;
    margin:0 !important;
}


/* =========================================================
   PAGINATION ARCHIVES
   ========================================================= */

.arte-archive-pagination{
    clear:both !important;
    width:100% !important;
    margin-top:35px !important;
    text-align:center !important;
}

.arte-archive-pagination ul{
    display:inline-flex !important;
    flex-wrap:wrap;
    justify-content:center;
}


/* Mobile */
@media (max-width:767px){

    .arte-archive-toolbar{
        flex-direction:column;
        align-items:flex-start;
    }

}
/**
 * Masque le compteur, le tri et la pagination
 * générés directement par le module Produits Woo Divi.
 *
 * Nous utilisons à la place :
 * [arte_archive_toolbar]
 * [arte_archive_pagination]
 */
.arte-woo-grid .woocommerce-result-count,
.arte-woo-grid .woocommerce-ordering,
.arte-woo-grid nav.woocommerce-pagination {
    display: none !important;
}

/* Panier WooCommerce Blocks :
   masquer le montant GRATUIT de l'expédition */
body.woocommerce-cart
.wc-block-components-totals-shipping
.wc-block-components-totals-item__value,
body.woocommerce-cart
.wc-block-components-totals-shipping__change-address__link + span,
body.woocommerce-cart
.wc-block-components-totals-shipping .wc-block-formatted-money-amount {
    display: none !important;
}

/* =========================================================
   CHECKOUT WOOCOMMERCE BLOCKS
   Masquer "GRATUIT" pour la livraison
   ========================================================= */

span.wc-block-checkout__shipping-option--free
 {
    display: none !important;
}

/* Masquer "GRATUIT" dans le résumé de commande à droite */
body.woocommerce-checkout
.wc-block-components-totals-shipping
.wc-block-components-totals-item__value {
    display: none !important;
}

/* =========================================================
   DEMANDE DE PRIX - PIERRES DE COULEUR
   ========================================================= */

.arte-demande-prix {
    margin: 25px 0;
    padding: 20px;
    border: 1px solid #d8d8d8;
    background: #faf8f2;
    text-align: center;
}

/* Texte */
.arte-demande-prix-message {
    margin-bottom: 18px;
    line-height: 1.6;
    text-align: center;
}

/* Première phrase */
.arte-demande-prix-message strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Bouton */
.arte-demande-prix-bouton {
    display: inline-block !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;

    /* Hauteur du bouton */
    padding-top: 8px !important;
    padding-bottom: 8px !important;

    /* Espace gauche / droite */
    padding-left: 22px !important;
    padding-right: 45px !important;

    cursor: pointer;
}

/* Au survol : fond toujours noir */
.arte-demande-prix-bouton:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;

    /* Garde la place nécessaire pour la flèche Divi */
    padding-right: 45px !important;
}
/* =========================================================
   FORMULAIRE DEMANDE DE PRIX
   ========================================================= */

/* Fenêtre du formulaire */
.arte-modal-demande-prix-contenu {
    width: 90% !important;
    max-width: 850px !important;
    padding: 35px !important;
    box-sizing: border-box;
}

/* Le formulaire en grille */
#arte-form-demande-prix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 20px;
    width: 100%;
}

/* Supprime les marges des paragraphes */
#arte-form-demande-prix > p {
    margin: 0 !important;
}

/* Nom / Email / Téléphone :
   les 3 premiers paragraphes occupent chacun 1 colonne */
#arte-form-demande-prix > p:nth-of-type(1),
#arte-form-demande-prix > p:nth-of-type(2),
#arte-form-demande-prix > p:nth-of-type(3) {
    grid-column: span 1;
}

/* Votre demande : toute la largeur */
#arte-form-demande-prix > p:nth-of-type(4) {
    grid-column: 1 / -1;
}

/* Champs */
#arte-form-demande-prix input[type="text"],
#arte-form-demande-prix input[type="email"],
#arte-form-demande-prix textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 11px 12px !important;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Zone de message */
#arte-form-demande-prix textarea {
    width: 100% !important;
    min-height: 110px;
    resize: vertical;
}

/* Récapitulatif sélection */
#arte-recap-selection {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 15px;
    background: #f5f5f5;
}

/* Bouton envoyer */
#arte-form-demande-prix > button[type="submit"] {
    grid-column: 1 / -1;
    justify-self: center;

    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    padding: 10px 25px !important;
}

/* Résultat après envoi */
#arte-demande-prix-resultat {
    grid-column: 1 / -1;
    text-align: center;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #arte-form-demande-prix {
        grid-template-columns: 1fr;
    }

    #arte-form-demande-prix > p:nth-of-type(1),
    #arte-form-demande-prix > p:nth-of-type(2),
    #arte-form-demande-prix > p:nth-of-type(3),
    #arte-form-demande-prix > p:nth-of-type(4) {
        grid-column: 1;
    }

    .arte-modal-demande-prix-contenu {
        width: 95% !important;
        padding: 25px 18px !important;
    }
}