/*
Theme Name: Le GreyFox Pack
Theme URI: https://greyfoxstudio.ca
Description: Structure ultra-rapide et sur mesure pour les clients de GreyFox Studio. Propulsé par Bricks Builder.
Author: Miguel Bérubé
Author URI: https://greyfoxstudio.ca
Template: bricks
Version: 1.0.0
Text Domain: greyfox-pack
*/

/* ======================================================================
  CSS SUR MESURE - LE GREYFOX PACK
======================================================================
  variables CSS globales 
  (ex: couleurs des clients, typographie massive 1.6rem, etc.)
====================================================================== 
*/
/* Sections en construction : lien neutralise + mention */
.csl-srv-soon-label {
    color: rgba(15, 94, 107, .45) !important;
    cursor: default;
}

.csl-soon-card {
    cursor: default;
    opacity: .6;
}

.csl-srv-soon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: rgba(15, 94, 107, .55);
}

/* Cone de chantier (SVG integre, aucune requete reseau) */
.csl-srv-soon::before {
    content: "";
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    opacity: .55;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F5E6B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l6 16H6z'/%3E%3Cpath d='M4 21h16'/%3E%3Cpath d='M9.6 11h4.8'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* Note Google affichee dans le footer */
.csl-footer-rating {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 18px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    text-decoration: none;
    transition: background .2s, border-color .2s;
}

.csl-footer-rating:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(232, 168, 124, .5);
}

.csl-rating-head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.csl-rating-g {
    display: inline-flex;
    flex: 0 0 auto;
}

.csl-rating-g svg {
    width: 17px;
    height: 17px;
    display: block;
}

.csl-rating-score {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.csl-rating-stars {
    display: inline-flex;
    gap: 2px;
    color: #E8A87C;
}

.csl-rating-stars svg {
    width: 14px;
    height: 14px;
}

.csl-rating-count {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

/* Page Politique de confidentialite : alignement sur le reste du site.
   Les regles d origine sont dans un <style> en fin de page, donc plus tardives
   que cette feuille : !important est necessaire pour les surcharger. */
.csl-legal-container,
.csl-legal-hero-inner {
    max-width: 1280px !important;
}

/* La barre d en-tete est fixe et le logo descend jusqu a 131 px.
   120 px de marge haute faisaient passer le texte sous le logo. */
.csl-legal-hero {
    padding-top: 170px !important;
}

/* Footer : entree Exercices patients desactivee.
   La puce provient de a::before ; on la reproduit sur le span pour garder
   l alignement avec les autres entrees de la liste. */
.csl-footer-links li.csl-footer-soon {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.csl-footer-links li.csl-footer-soon > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14.5px;
    color: rgba(255, 255, 255, .4);
}

.csl-footer-links li.csl-footer-soon > span::before {
    content: '';
    flex: none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
}

.csl-footer-links li.csl-footer-soon > em {
    font-size: 12px;
    font-style: italic;
    color: rgba(255, 255, 255, .35);
}
