@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');

/* Style global */
body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

/* Conteneur principal de l'espace publicitaire */
.ad-content {

    padding: 20px;
    margin: 20px auto;
    max-width: 400px;
    text-align: center;

}

/* Titre de l'espace publicitaire */
.ad-title {
    font-size: 25px;
    color: #4f5556;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

/* Description */
.ad-description {
    font-size: 15px;
    color: #4f5556;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0.02em;
}

/* Conteneur des boutons */
.ad-button-container {
    margin: 20px 0;
}

/* Bouton d'appel */
.call-button {
    display: flex;
    align-items: center; /* Aligne verticalement l'icône et le texte */
    justify-content: center; /* Centre l'icône et le texte horizontalement */
    background-color: #D32F2F; /* Couleur rouge vif */
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Ombre douce */
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.call-button i {
    font-size: 24px;
    margin-right: 10px; /* Espace entre l'icône et le texte */
}

.call-button .text-number {
    font-size: 18px;
}

.call-button:hover {
    background-color: #a93226; /* Couleur plus foncée au survol */
    transform: translateY(-3px); /* Léger effet de levée */
}

/* Mentions du numéro et tarif */
.admentions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.adnumero,
.adprix {
    padding: 8px 12px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.adnumero {
    background-color: #fff;
    color: #a50f78;
    border: 2px solid #dfdbdb;
}

.adprix {
    background-color: #a50f78;
    color: #ffffff;
}

/* Conciergerie */
.conciergerie {
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 16px;
    font-weight: 400;
    padding: 10px;
}

/* Conteneur des fonctionnalités */
.adfeatures {
    display: flex;
    justify-content: center; /* Centre le contenu horizontalement */
    align-items: center;
    padding: 16px;

}

.adfeature-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center; /* Centre le texte à l'intérieur */
}

/* Liste des fonctionnalités */
.adfeature-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.adfeature-item li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.adfeature-item li i {
    font-size: 1.2rem;
    margin-right: 8px;
    color: #616060;
}

.fa.fa-volume-control-phone {
    animation: pulse 2.5s cubic-bezier(.5,0,.5,1) infinite;

}
    /* Style pour le conteneur de la liste des fonctionnalités */
    .features-list {
        list-style: none; /* Supprime les puces */
        padding: 0;
        margin: 0;
    }

    /* Style pour chaque élément de la liste */
    .features-list li {
        display: flex;
        align-items: center; /* Aligne les icônes et le texte */
        font-size: 0.86rem; /* Taille de police pour un look plus compact */
        color: #333;
        margin-bottom: 8px;
    }

    /* Style pour les icônes */
    .features-list li i {
        color: #FF6347; /* Couleur personnalisée pour les icônes */
        font-size: 1rem; /* Taille de l'icône */
        margin-right: 8px; /* Espace entre l'icône et le texte */
    }

    /* Style pour la carte de produit */
    .product-card {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 16px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    /* Style pour les boutons */
    .btn-test, .btn-price {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 10px;
        border-radius: 20px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

    .btn-test {
        background-color: #4A90E2; /* Couleur pour le bouton "Notre Avis" */
    }

    .btn-price {
        background-color: #FF6347; /* Couleur pour le bouton de prix */
        margin-top: 5px;
    }
    .product-card img {
        width: 100%; /* Ajuste la largeur de l'image à celle de son conteneur */
        height: 150px; /* Hauteur fixe pour toutes les images */
        object-fit: contain; /* Réduit l'image pour qu'elle rentre entièrement dans le cadre */
        display: block;
        margin: 0 auto; /* Centre l'image horizontalement */
        border-radius: 8px; /* Coins arrondis (facultatif) */
        background-color: #f5f5f5; /* Couleur de fond pour les images transparentes */
    }
    
    
    .btn-test{
	    margin-top: 20px;
	      }
	      
	      	      
	  .product-card .rating    {
	    width: 50px;
	    height: 50px;
	      }

@keyframes pulse {
    0%, 100% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
        opacity: 1;
    }
}

/* Icônes et compteur */
#likeIcon {
    color: #c0392b; /* Couleur de l'icône cœur */
}

#likesCount {
    font-weight: bold;
    color: #333;
}


@media (max-width: 365px) {

    /* Texte du bouton d'appel */
    .call-button .text-number {
        font-size: 16px !important;
    }

    /* Texte des prix */
    .adprix, 
    .adnumero {
        font-size: 0.7em !important;
    }

    /* Liste des fonctionnalités */
    .adfeature-item li {
        font-size: 0.95em !important;
    }

    .adfeature-item li i {
        font-size: 0.95em !important;
    }

    /* Titre et description */
    .ad-title {
        font-size: 21px !important;
    }

    .ad-description {
        font-size: 14px !important;
    }

    /* Icône du bouton d'appel */
    .call-button i {
        font-size: 17px !important;
    }
}





@media (max-width: 343px) {

    /* Texte du bouton d'appel */
    .call-button .text-number {
        font-size: 14px !important;
    }

    /* Texte des prix */
    .adprix, 
    .adnumero {
        font-size: 0.7em !important;
    }

    /* Liste des fonctionnalités */
    .adfeature-item li {
        font-size: 0.75em !important;
    }

    .adfeature-item li i {
        font-size: 1.1em !important;
    }

    /* Titre et description */
    .ad-title {
        font-size: 21px !important;
    }

    .ad-description {
        font-size: 13px !important;
    }

    /* Icône du bouton d'appel */
    .call-button i {
        font-size: 17px !important;
    }
}




