/*
Theme Name: Traveldeck Child
Theme URI: https://blossomthemes.com/wordpress-themes/traveldeck/
Template: vilva
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Description: Traveldeck is perfect for professional bloggers who want an easy-to-use, feature-rich and mobile-friendly theme. This theme is suitable for creating a website in any niche, including fashion, travel, lifestyle, beauty, recipes, makeup journaling, mom blogs, coaching and more. You can also choose from unlimited colors and 1000+ Google Fonts to change your site's look and feel with a single click. Furthermore, you can show off your Instagram posts and attract more followers. By placing a newsletter signup section, you can grow your email list and stay connected with your readers. Traveldeck is SEO-friendly, speed-optimized, translation-ready, RTL ready and WooCommerce compatible. Check the demo at https://blossomthemes.com/theme-demo/?theme=traveldeck, read the documentation at https://docs.blossomthemes.com/vilva/, and get support at https://blossomthemes.com/support-ticket/.
Tags: blog,one-column,two-columns,right-sidebar,left-sidebar,footer-widgets,custom-background,custom-header,custom-menu,custom-logo,featured-images,threaded-comments,full-width-template,rtl-language-support,translation-ready,theme-options,photography,e-commerce
Version: 1.0.0.1692297187
Updated: 2023-08-17 20:33:07

*/

:root {
    --primary-font: 'Cardo';
    --secondary-font: 'Cardo';
    --primary-color: #ef746a;
    --primary-color-rgb: 239, 116, 106;
    --background-color: #fff;
    --background-color-rgb: 255, 255, 255;
}
.style-ten .secondary-menu .secondary-menu-list {
    height: 100%;
    padding-top: 80px;
    width: 320px;
    left: 0;
    position: fixed;
    background-color: #fff;
    top: 0;
    -moz-transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 99999;
    overflow: auto;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}
.style-ten .secondary-menu.menu-toggled .secondary-menu-list {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.style-ten .secondary-menu .secondary-menu-list .close {
    height: 20px;
    width: 20px;
    right: 30px;
    display: block;
    position: fixed;
    background-color: unset;
    top: 30px;
    z-index: 9999;
    cursor: pointer;
}
.style-ten .secondary-menu .secondary-menu-list .close::before, .style-ten .secondary-menu .secondary-menu-list .close::after {
    height: 2px;
    width: 20px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #333;
    top: 0;
    bottom: 0;
    -moz-transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin: auto;
}
.style-ten .secondary-menu .secondary-menu-list .close::after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.style-ten .secondary-menu .secondary-menu-list .close:hover::before, .style-ten .secondary-menu .secondary-menu-list .close:hover::after {
    background-color: var primary color;
}
.style-ten .secondary-menu ul.nav-menu>li:first-child a {
    padding-left: 15px;
}
.header-t .header-search + .cart-block {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(0,0,0,0.15);
}
@media screen and (max-width: 1024px) {
.style-ten .header-t .secondary-menu .secondary-menu-list {
    height: auto;
    padding-top: 0;
    padding-top: 30px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    left: 15px;
    right: 15px;
    padding-bottom: 0;
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 9;
    max-height: 47vh;
    overflow: auto;
    -moz-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    visibility: visible;
}
.style-ten .header-t .secondary-menu.menu-toggled .secondary-menu-list {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.style-ten .secondary-menu .secondary-menu-list .mobile-menu {
    padding-top: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: block !important;
    background-color: unset;
    max-height: unset;
    overflow: auto;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    -o-box-shadow: unset;
    box-shadow: unset;
    visibility: visible;
}
.style-ten .secondary-menu ul.nav-menu {
    width: unset;
    position: static;
    background-color: unset;
    -moz-transform: unset !important;
    -webkit-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
    max-height: unset;
    overflow: auto;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    -o-box-shadow: unset;
    box-shadow: unset;
    visibility: visible;
    padding: 0;
}
.style-ten .secondary-menu .secondary-menu-list .close {
    position: relative;
    margin-left: auto;
}
}
@media screen and (max-width: 767px) {
.site-header.style-ten .site-branding .site-logo + .site-title-wrap {
    padding-left: 15px;
}
}
@media only screen and (max-width: 600px) {
.site-logo	.custom-logo-link img {
    width: auto;
}
.custom-logo-link {
    margin-right: 40px;
}
}

/* links plages populaire */
.widget .textwidget a {
    text-decoration: none;
}
/* slider title */
.banner-caption .banner-title a {text-transform: uppercase;
}

/* H2 home capital */
body[class*="post-layout-"] .site-main article .entry-title a {
    color: #121212;
    text-decoration: none;
	text-transform: uppercase;
}

/* single H1 capital */
.single-style-four .site-main .entry-header .entry-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 38px;
    font-family: var(--secondary-font);
    font-weight: 700;
    line-height: 1.25;
    color: #121212;
	text-transform: uppercase;
}

/* H2 single */
h2 {
    font-size: 2.1em;
    line-height: 1.26;
}