/*
Theme Name: Stellartiste
Author: RoQnWebSite
Description: Your description goes here
Version: 1.0
Template: elsie

This is the child theme for Elsie theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@font-face {
    font-family: 'holidayfreeregular';
    src: url('fonts/holiday-webfont.eot');
    src: url('fonts/holiday-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/holiday-webfont.woff2') format('woff2'),
         url('fonts/holiday-webfont.woff') format('woff'),
         url('fonts/holiday-webfont.ttf') format('truetype'),
         url('fonts/holiday-webfont.svg#holidayfreeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html body h1 {
    font-family: 'holidayfreeregular';
    font-weight: lighter;
}
html body .no-results h1 {
    font-family: 'Cormorant Garamond', sans-serif;
}
html body .elsie-breadcrumb-trail {
    background-color: #dad7cd;
	border-bottom: 1px solid #dad7cd;
}
html body .page-header {
    margin-bottom: 75px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #dfddd6;
}
html body .hero-text-wrapper .hero-title {
    font-family: 'holidayfreeregular';
    font-weight: lighter;
    line-height: 1.33;
}
html body .elsie-breadcrumb-trail a {
    color: white;
}

/* MENU TOP - Début */
header#masthead {
	z-index: 999;
}
html body .main-navigation ul ul a {
    width: max-content;
	min-width: 150px;
}
html body .main-navigation a {
    text-transform: none;
}
/* MENU TOP - Fin */

/* FEATURED BOX - Début */
html body .featured-boxes .featured-box {
    border-radius: 500rem 500rem 0 0;
}
html body .featured-boxes .featured-box::before {
	content: '';
    background-image: url(images/cercle.svg);
    background-size: cover;
    background-position: top center;
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
    border-radius: 500rem 500rem 0 0;
}
.featured-boxes .featured-box .box-link {
    z-index: 0;
}
/* FEATURED BOX - Fin */

/* PAGES OEUVRE - Début */
.oeuvre .post-thumbnail {
	text-align: center;
}
.elsie-sharing {
    justify-content: center;
}
/* PAGES OEUVRE - Fin */








