body{
    font-family: "Sora" ,sans-serif !important;
}
.hero-section{
    background-image: url('/img/hero-bijouterie-optimiser.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 85vh;

}
.top-logo{
    margin-top: 55px;
    width: 192px;
    
}
.hero-content{
    margin-bottom: 160px;
}
.hero-content h2{
    font-weight: 300;
    font-style: Light;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
}
.hero-content h2 .briller{
    color: #C8AC5F !important;
    font-family: "Allison", cursive;
    font-weight: 400;
    font-style: Regular;
    font-size: 226.33px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: none;
}
.section-personalisation{
    padding: 100px 0 70px 0;
}
.section-personalisation img{
    width: 62%;
}
.personalisation-text div{
    margin: 50px 0;
}
h1{
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #023401 !important;
}
.section-services{
    background-color: #FAFAFA;
    padding: 100px 0;
}
h3{
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 32px;
    text-transform: uppercase;
    color: #023401 !important;
}
.section-services p{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    
}
.service-reparation-img{
    width: 70px;
}
.service-nettoyage-img{
    width: 63px;
}
.service-conseils-img{
    width: 67px;
}
.section-pourquoi-nous{
    background-color: #FFFFFF;
}
.section-pourquoi-nous .content-gap{
    gap: 9% !important; 
}
.section-pourquoi-nous-content{
    gap: 40px;
}
.section-pourquoi-nous-content h2{
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    text-transform: uppercase;
    color: #0b3010;
}
.section-pourquoi-nous-content ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0b3010;
}
.section-pourquoi-nous-content ul li::before{
    content: "◆"; /* Symbole losange */
    position: absolute;
    left: 0;
    color: #d4af37;
    font-size: 14px;
}
.section-venez-nous-voir{
    background-color: rgba(200, 172, 95, 0.2);
    padding: 230px 0;
    margin-top: -132px;
}
.venez-nous-voir-content h2{
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #023401;
}
.venez-nous-voir-content p{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    margin-bottom: 30px;
    color: #023401;
}
.venez-nous-voir-content ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    min-height: 24px;
}

.venez-nous-voir-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.venez-nous-voir-content ul .location-icon::before {
    background-image: url('/img/svg/location-svg.svg');
}
.venez-nous-voir-content ul .phone-icon::before {
    background-image: url('/img/svg/phone-svg.svg');
}
.venez-nous-voir-content ul .clock-icon::before {
    background-image: url('/img/svg/clock-svg.svg');
}
.clock-icon{
    color: #555555;
}
.venez-nous-voir-content ul li a{
    color: #555555;
    text-decoration: none;
}
.section-map{
    margin: 0 auto;
    margin-top: -175px;
    margin-bottom: 100px;
    max-width: 1000px;
    max-height: 400px;
}
footer{
    padding: 130px 0;
}
.footer-logo{
    width: 185px;
}
/* Applique l'espacement entre TOUS les enfants directs */
.footer-content > * + * {
    margin-top: 25px;
}
footer .btn-section {
    display: inline-block;
}
footer h2{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #023401;
    margin: 0;
}
footer p{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    margin: 0;
}
footer a{
    color: rgb(49, 49, 49);
}
.gap-service{
    gap: 40px;
}
.btn-hero{
    font-weight: 700;
    font-style: ExtraBold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    border: #FFFFFF 2px solid;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}
.btn-hero:hover{
    background-color: #C8AC5F;
    border: #C8AC5F 2px solid;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #FFFFFF;
}
.btn-section{
    font-weight: 700;
    font-style: ExtraBold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #C8AC5F;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}
.btn-section:hover{
    background-color: #6a5b32;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #FFFFFF;
}
hr{
    width: 120px;
    border: none;
    border: 2px solid #C8AC5F !important;
    opacity: 1 !important;
    margin: 0 !important;
}
.img-full {
    width: 100%;
    height: 100%;       /* Elle prend toute la hauteur de la ligne */
    min-height: 500px;  /* Sécurité pour qu'elle ne soit pas trop petite */
    object-fit: cover;  /* Elle se recadre toute seule comme un fond d'écran */
    display: block;
    max-width: 1200px;
}
h3{
    margin-bottom: 0 !important;
}

/* Responsive Design */
/*Tablet*/
@media screen and (max-width: 1480px){
    .section-venez-nous-voir {
        padding: 150px 0;
        margin-top: -80px;
    }
    .section-map {
        margin-top: -100px;
    }
}
@media screen and (max-width: 1240px){
    .section-venez-nous-voir {
        padding: 125px 0;
        margin-top: -30px;
    }
    .section-map {
        margin-top: -100px;
    }
    .section-services h3{
        font-size: 24px !important;
    }
    .section-services p{
        font-size: 18px !important;
    }
}
@media (max-width: 1024px) {
    .hero-content h2 {
        font-size: 36px;
    }
    .hero-content h2 .briller {
        font-size: 150px;
    }

    .venez-nous-voir-content h2 {
        font-size: 36px;
    }
    .section-pourquoi-nous .content-gap {
        gap: 40px !important;
    }
    .section-pourquoi-nous-content h2 {
        font-size: 36px;
    }
    .gap-service{
        gap: 20px;
    }

}
@media screen and (max-width: 768px){
    .section-personalisation{
        padding: 50px 0 50px 0;
    }
    .section-personalisation-content{
        gap: 50px !important;
    }
    .section-personalisation-content img{
        max-width: 50%;
    }
        .hero-content h2 {
        font-size: 32px;
    }
    .hero-content h2 .briller {
        font-size: 130px;
    }
    .section-pourquoi-nous-content h2 {
        font-size: 32px;
    }
    .section-pourquoi-nous-content{
        padding-top: 50px;
    }
    .section-venez-nous-voir {
        padding: 50px 0;
        margin-top: 0;
    }
    .venez-nous-voir-content h2 {
        font-size: 32px;
    }
    .venez-nous-voir-content p {
        font-size: 16px;
    }
    .section-map {
        margin-top: -25px;
        margin-bottom: 0;
    }
    .section-pourquoi-nous-content{
        width: 80%;
    }
    section .container{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    footer{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

}



@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }

}