/*
Theme Name: The7-Child
Description: Theme enfant
Author: Emma LANDRY
Author URI: http://localhost
Template: dt-the7
Version: 0.1.0
*/

h1, h2, h3, h4, h5, h6 {
    /*text-align: center;*/
}

p {
    text-align: justify;
}

.pretitle {
	text-align: center !important;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    display: block;
}



footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    text-align: left !important;
    text-transform: uppercase;
	font-size: 20px;

}


/* Desktop */
#main {
    padding-bottom: 0 !important;
}

/* Mobile */
@media screen and (max-width: 778px) {
    #main {
        padding-bottom: 0 !important;
    }
}


/* ── PRE-FOOTER ── */
#pre-footer {
    background: #F0F0E1;
    width: 100%;
    margin: 20px 0 0 0 !important;
    padding: 1rem 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* Neutralise les marges du container footer parent */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    width: 100vw !important;
}

.social-icons {
    display: flex;
    gap: 12px;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: #82002C;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons i { font-size: 18px; line-height: 1; }

.social-icons a:hover {
    background: #82002C;
    color: #ffffff !important;
}

/* ── HEADER TITLE ── */
.header-bar .branding {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

#site-title-text a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.3;
}

#site-title-text .site-name {
    font-family: 'Cormorant Garamond SC', serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #82002C;
}

#site-title-text .site-slogan {
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #82002C;
}


.img-4-3 .vc_single_image-wrapper img {
    aspect-ratio: 4/3 !important;
    object-fit: cover !important;
    width: 100% !important;
}
.img-4-3 .vc_single_image-wrapper,
.img-4-3 .vc_single_image-img {
    width: 100% !important;
    height: auto !important;
}

.img-4-3 .shortcode-single-image-wrap img,
.img-4-3 .vc_single_image-wrapper img {
    --ratio: 4 / 3 !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
}

.img-4-3 .fancy-media-wrap,
.img-4-3 .vc_single_image-wrapper {
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
}

.default-btn-shortcode span {
    font-family: 'Inter', sans-serif !important;
	letter-spacing: 0.12em;
	font-weight:500;
}
.dt-testimonials-shortcode .testimonial-vcard .text-primary {
	font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
	
.dt-testimonials-shortcode .testimonial-vcard .text-secondary{
	font-family: 'Inter', sans-serif;
	font-size: 0.74rem;
	letter-spacing: 0.10em;
}

.pswp__caption__center {
	font-size:16px;
	color:#F0F0E1;
}

.pswp__caption h5 {
	font-size:20px;
}