/**
Theme Name: Tripicchio Laetitia
Author: IPAC Design - Promo B2 - 2026
Author URI: http://wpastra.com/about/
Description: Thème enfant basé sur Astra pour le projet de site de Laetitia Tripicchio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tripicchio-laetitia
Template: astra
*/

/* Global */

body,
h1, h2, h3, h4, h5, h6, p {
    font-family: var(--wp--preset--font-family--avenir) !important;
}

/* Nav */

.site-title {
    font-family: var(--wp--preset--font-family--bulgary-rose);
    font-size: 2.025rem;
}

/* Headers */

#section-titre,
#section-cta {
    position: relative;
    max-width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

#section-titre:before {
    content: "";
    position: absolute;
    bottom: 1em;
    left: 2em;
    width: 100px;
    height: 100px;
    background: url('/wp-content/themes/tripicchio-laetitia/assets/img/icone-fleur-1.svg')no-repeat center;
    background-size: contain;
}

#section-cta h2,
#section-cta h3,
#section-cta p,
#section-cta a {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

#section-cta:hover {
    background-color: white;
    color: #174c74!important;
    transition: .3s;
}

#section-cta:hover a {
    color: #174c74!important;
    transition: .3s;
    display: block;
}

#section-cta:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    border-radius: 100%;
}

#section-cta:hover:before {
    background: url('/wp-content/themes/tripicchio-laetitia/assets/img/bg-cta-btn.svg') no-repeat center;
    background-size: contain;
    transition: .3s;
}

#section-bg-fleurs-droite {
    position: relative;
}

#section-bg-fleurs-droite:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1em;
    width: 100px;
    height: 100%;
    background: url('/wp-content/themes/tripicchio-laetitia/assets/img/bg-fleurs-droite.svg') no-repeat center;
    background-size: contain;
}

#section-bg-fleur-top {
    position: relative;
}

#section-bg-fleur-top:before {
    content: "";
    position: absolute;
    top: -3em;
    left: -2em;
    width: 100px;
    height: 100px;
    background: url('/wp-content/themes/tripicchio-laetitia/assets/img/icone-fleur-2.svg') no-repeat center;
    background-size: contain;
}