/*
Theme Name: Grenada Child
Theme URI: http://clapat.ro/themes/grenada-wordpress/
Template: grenada
Author: Clapat
Author URI: http://themeforest.net/user/clapat
Description: Responsive WordPress Theme
Tags: four-columns,custom-background,custom-colors,featured-images,full-width-template,theme-options
Version: 2.9.1763634875
Updated: 2025-11-20 11:34:35

*/
 @font-face {
    font-family: 'Open Sauce One Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Light'), url('assets/fonts/OpenSauceOne-Light.woff') format('woff');
}
@font-face {
    font-family: 'Open Sauce One Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Regular'), url('assets/fonts/OpenSauceOne-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Open Sauce One Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Bold'), url('assets/fonts/OpenSauceOne-Bold.woff') format('woff');
}
@font-face {
    font-family: 'TeXGyreTermes-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreTermes-Regular'), url('assets/fonts/texgyretermes-regular.woff') format('woff');
}
@font-face {
    font-family: 'TeXGyreTermes-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreTermes-Bold'), url('assets/fonts/texgyretermes-bold.woff') format('woff');
}
@font-face {
    font-family: 'WindSong Regular';
    font-style: normal;
    font-weight: normal;
    src: local('WindSong Regular'), url('assets/fonts/WindSong-Regular.woff') format('woff');
}
@font-face {
    font-family: 'WindSong Medium';
    font-style: normal;
    font-weight: normal;
    src: local('WindSong Medium'), url('assets/fonts/WindSong-Medium.woff') format('woff');
}

html, body {
    /*font-family: 'Open Sauce One Regular';*/
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'TeXGyreTermes-Bold';
    font-weight: normal;
}
h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter {
    font-family: 'WindSong Medium';font-weight: normal;font-size: 200%;margin-right: 3px;
}
.dark-content h1, .dark-content h2, .dark-content h3, .dark-content h4, .dark-content h5, .dark-content h6 {
	color: #000 !important;
}
h2 {
    font-size: 50px;line-height: 55px;
}

h3 {font-size: 40px;}
p {
    font-size: 16px;
}
.light-content p {
    color: #FFF;
}
li {
    font-size: 16px;
}
.dark-content p, .dark-content a, .dark-content b, .dark-content strong, .dark-content li {
	color: #000;
}
#logo img {height: 100px;}
figure > img {
    border-radius: 20px;
}
.wpb_single_image img {
    border-radius: 20px;
}
a.link, p a {
    text-decoration: underline;
}


/**
 * ACCUEIL
 */
.slide-title span {
    font-family: 'TeXGyreTermes-Bold';font-weight: normal;
}
.slide-title span::first-letter {
    font-family: 'WindSong Medium';font-weight: normal;font-size: 200%;margin-right: 3px;
}
.next-project-image {
	top: 0;
}
#project-nav .next-project-title .main-title{
	font-family: 'TeXGyreTermes-Bold';
    font-weight: normal;
}
#project-nav .next-project-title .main-title::first-letter {
    font-family: 'WindSong Medium';font-weight: normal;font-size: 200%;margin-right: 3px;
}
#external-caption .slide-caption {
    font-size: 16px;
}
.hero-subtitle, .hero-subtitle::first-letter {
    font-size: 16px;
	font-family: 'Open Sauce One Regular';
	font-weight: 600;
	margin-right: 0px;
}

/**
 * OLA VIDA
 */
.clients-table.ola-amenagements li {
    width: 33.333%;
}

@media only screen and (max-width: 479px) {
    h3 {font-size: 25px;}
    .main-title {
        font-size: 25px;
        line-height: 30px;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-30 {
        margin: 0px;
    }
    #logo {
        top: 0px;
    }
    #logo img {
        height: 80px;
    }
    .swap-on-mobile {
        display: flex !important;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 1024px) {
    .light-content .flexnav li a {
        color: #FFF;
    }
}

/**
 * FOOTER
 */
.copyright-wrap {
    width: 300px;
}
.copyright p {
    line-height: 17px;
}
.copyright-wrap .copyright p span:nth-child(2) {
    text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
	.copyright-wrap .copyright p span:nth-child(1) {
		display: none;
	}
		.copyright-wrap .copyright p span:nth-child(2) {
		text-transform: uppercase;
	}
}