/*
Theme Name: hft
Author: Marie Boulesteix
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Général */

.epingle > img {
	box-shadow: 3px 2px 15px #3c2e2873;
	margin-top : 3em !important;
	margin-bottom: 6em !important;
	width: 32em !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a {
    text-decoration: none;
    color : #d1a2ce;
    font-weight: bold;
}

body {
    background: white;
}

p {
    color: #3c3049;
    font-family: Montserrat Alternates;
	line-height: 1.4;
}

/* Menu */

.nav ul {
	list-style : none;
	margin-left: 15em;
	margin-right: 15em;
	justify-content: space-evenly;
    align-items: center;
}

.nav {
	z-index: 2;
	padding-top : 0.6em;
	padding-bottom: 0.6em;
    background-color: #d1a2ce;
}

.nav a {
	text-align : center;
	color : white;
	font-family: 'Patrick Hand SC';
	font-size: 1.4em;
	padding-left : 0.5em;
	padding-right: 0.5em;
	font-weight: normal;
}

.menu-blog a:hover {
	color : #7b5d97;
	background-color: #fff0c3;
}

.item-menu {
	margin-left : 1.2em;
	margin-right: 1.2em;
	margin-bottom : 1em;
}

nav ul {
	display : flex;
	flex-wrap : wrap;
	flex-direction : row;
	justify-content : center;
	list-style: none;
}

.sous-menu a {
	text-align : left;
}

.menu {
	position : relative;
}

.menu-blog:hover > .sous-menu {
	display : flex;
}

.menu-shop:hover > .sous-menu {
	display : flex;
}

.icones-haut {
	width: 1.4em;
	transition: transform 0.5s;
}

.icones-haut:hover {
	transform : scale(1.2);
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#d1a2ce;
    color : white !important;
	margin-bottom: 3em;
  }

/* Menu déroulant responsive caché */

.menu-mobile {
	display: none;
}

nav input[type=checkbox]:checked ~ ul {
	display: flex;
}

nav input[type=checkbox] {
	display: none;
}

/* Header Logo */

.bloc-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

.logo {
	width: 28em;
	margin-bottom: 1em;
    margin-top: 1em;
}

/* Front Page */

.bloc-banniere {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff0c3;
}

.image-banniere {
    width: 60%;
    height: auto;
}

.texte-banniere {
    width: 40%;
    padding: 2.5rem;
    background-color: white;
    margin-left: -9em;
    margin-right: 3em;
}

.titre-bloc-banniere {
    font-family: Merriweather;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 1em;
    line-height: 1.3;
    color: #7b5d97;
}

.titre-quelle-fete {
    font-family: Patrick Hand SC;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 2.7em;
    font-weight: normal;
    color : #f2bec7;
}

.bloc-choix-evenement {
    display: flex;
    padding-left: 10em;
    padding-right: 10em;
}

.bloc-choix-seul {
    flex : 1;
    padding-left: 2em;
    padding-right: 2em;
}

.image-bloc-choix {
    width: 100%;
    height: auto;
}

.image-bloc-choix:hover {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}

.h3-evenement {
    font-family: 'Merriweather';
    font-size: 1.4em;
    line-height: 2;
    border-bottom: 1.5px solid #d1a2ce;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    color : #d1a2ce;
}

.h3-evenement:hover {
	color: #7b5d97;
	transform: scale(1.05);
	transition: transform 0.3s ease;
	border-bottom: 1.5px solid #7b5d97;
}

.texte-bloc-banniere {
    font-size: 1.1em;
}

/* Front Page Philosophie */

.bloc-philosophie {
    text-align: center;
    margin-top: 6em;
    background-color: #f2bec7;
    padding-top: 5em;
    padding-bottom: 3em;
    padding-left: 22em;
    padding-right: 22em;
}

.sous-bloc-philosophie {
    background-color: white;
    padding : 2em;
}

.titre-philosophie {
    font-family: 'Merriweather';
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 1em;
    line-height: 1.4;
    color : #7b5d97;
}

.texte-philosophie {
   line-height: 1.5;
   font-size: 1.1em;
   margin-left: 1em;
   margin-right: 1em;
}

/* Front Page Ma présentation */

.bloc-ma-presentation {
   padding : 1em;
   padding-left: 8em;
   padding-right: 8em;
   display: flex;
   align-items: center;
}

.titre-presentation {
    font-family: Montserrat Alternates;
    color : #d1a2ce;
    font-size: 1.6em;
    font-weight: 600;
}

.photo-presentation {
    width: 24em;
}

.bloc-prez {
    margin-right: 4em;
    display: flex;
    flex-direction: column;
}

.texte-presentation {
    font-size: 1.1em;
    margin-top: 1.5em;
    text-align: left;
}

.bouton-en-savoir-plus {
    display: inline-block;
    background-color: #7b5d97;
    color: white;
    padding: 0.25em 1.5em;
    margin-top: 1.5em;
    font-family: 'Patrick Hand SC';
    font-size: 1.7em;
    font-weight: normal;
    transition: transform 0.3s ease;
    align-self: flex-end;
}

.bouton-en-savoir-plus:hover {
    transform: scale(1.05);
}

/* Front Page Bloc Les derniers articles */

.derniers-articles {
    background-color: #fff0c3;
    margin-top: -6em;
    padding-bottom: 2em;
}

.titre-derniers-articles {
    font-family: 'Patrick Hand SC';
    font-size: 2.6em;
    text-align: center;
    margin-bottom: 1em;
    font-weight: normal;
    color : #7b5d97;
}
.bloc-derniers-articles {
	padding-left: 5em;
	padding-right: 5em;
	display: flex;
	margin-top: 2em;
	margin-bottom: 7em;
}

.ensemble-page-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 5em;
    margin-bottom: 5em;
}

.publication-page-blog {
    flex: 0 0 calc(32%); /* Pour avoir exactement 3 articles par ligne */
    margin: 0;
    background-color: white;
    padding: 1em;
}

/* Adaptation responsive */
@media (max-width: 1200px) {
    .publication-page-blog {
        flex: 0 0 calc(50% - 2rem);
    }
}

@media (max-width: 768px) {
    .publication-page-blog {
        flex: 0 0 100%;
    }
}

.bloc-image-derniers-articles {
    padding-left: 1em;
    padding-right : 1em;
    padding-top: 1em;
}

.attachment-post-thumbnail {
	width: 100%;
	height: auto;
	border-radius: 0px;
	transition: transform 0.5s;
}

.attachment-post-thumbnail:hover {
	transform : scale(1.05);
}

.bloc-texte-derniers-articles {
	margin-left: 1.5em;
	margin-right: 1.5em;
    padding-bottom: 2.5em;
}

.un-des-derniers-articles {
	margin-left: 2em;
	margin-right: 2em;
	flex : 1;
    background-color: white;
}

.cat-article {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Patrick Hand SC';
	font-weight: normal;
	font-size: 1.4em;
	color : #f2bec7;
	margin-top: 1em;
	margin-bottom: 1em;
}

.lien-titre-bloc-article {
	text-decoration: none;
}

.titre-bloc-article {
	font-family: 'Merriweather';
	font-weight: normal;
	text-align: center;
	color : #7b5d97;
	font-size: 1.3em;
	padding-left : 2.1em;
	padding-right: 2.1em;
	transition: transform 0.5s;
}

.titre-bloc-article:hover {
	transform : scale(1.04);
}

.date-article {
	text-align: center;
	font-family: 'Montserrat Alternates';
    font-weight: normal;
    color : #d1a2ce;
	font-size: 1em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

.extrait-blog-DA {
	text-align: justify;
	padding-left: 2em;
	padding-right: 2em;
	font-size : 1em;
	line-height: 1.4;
}

.lien-suite {
	color : #a79c97;
	text-decoration: none;
}

.lien-suite:hover {
	color : white;
}

.bouton-suite {
	border : 1.2px solid #d1a2ce;
	color :#d1a2ce;
	margin-top: 1.5em;
	margin-left : 2em;
	margin-right: 2em;
	padding : 0.2em;
	font-weight: normal;
	font-size: 1.4em;
	font-family: 'Patrick Hand SC';
	text-align: center;
	transition : transform 0.5s;
}

.bouton-suite:hover {
	border : none;
	background-color : #d1a2ce;
	color : white !important;
	transform : scale(1.05);
}

/* Pied de page */

.site-info {
	display: none;
}

.footer {
	display: flex;
	justify-content: space-around;
	padding-top : 1em;
    padding-bottom: 1em;
    padding-left: 4em;
    padding-right: 4em;
}

.footer-bloc1 {
	display: flex;
	flex-direction: column;
	border-right: 1.2px solid #f3bdc8;
	flex : 1;
	align-items: center;
	justify-content: center;
}

.citation-footer {
	font-family: Montserrat Alternates;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding-left: 4em;
	padding-right: 4em;
    line-height: 1.4;
}

.texte-sur-le-site {
	text-transform: uppercase;
	font-family: 'Merriweather';
	font-size: 1.1em;
	color : #8c6ea8;
	margin-bottom: 1em;
}

.icones-pied-page:hover {
	transform : scale(1.3);
}

.bloc-icones-footer {
	display: flex;
}

.footer-bloc2 {
	flex : 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-pied-page {
	width: 24em;
}

.footer-bloc3 {
	border-left: 1.2px solid #f3bdc8;
	flex : 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.lien-du-bas {
	text-decoration: none;
	font-family: 'Montserrat Alternates';
	font-size: 0.9em;
	font-weight: normal;
	color :#3c3049 !important;
	padding-left: 0.8em;
	padding-right: 0.8em;
	transition: transform 0.5s;
	margin-bottom: 1em;
	text-decoration: none !important;
}

.lien-du-bas:hover {
	color : white !important;
	background-color: #d1a2ce;
	transform : scale(1.15);
	font-weight: 500;
}

/* Blog*/

.page-blog {
	background-color:#fff0c3;
	padding-bottom: 1em;
}
.ensemble-page-blog {
	display: flex;
	flex-wrap : wrap;
	padding-left: 5em;
	padding-right: 5em;
	margin-bottom: 5em;
}

.ensemble-page-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 5em;
    margin-bottom: 5em;
}

.publication-page-blog {
    flex: 0 0 calc(32% - 2.667rem); /* Pour avoir exactement 3 articles par ligne */
    margin: 0;
	margin-bottom: 4em;
    background-color: white;
    padding: 1em;
}

/* Adaptation responsive */
@media (max-width: 1200px) {
    .publication-page-blog {
        flex: 0 0 calc(50% - 2rem);
    }
}

@media (max-width: 768px) {
    .publication-page-blog {
        flex: 0 0 100%;
    }
    
    .ensemble-page-blog {
        padding: 0 2em;
    }
}

.titre-page-blog {
	text-align : center;
	font-size : 1.7em;
	font-family : 'Merriweather';
	color : #7b5d97;
	padding-top: 2.5em;
	margin-bottom: 2.5em;
}

.thumbnail-page-blog {
	text-align: center;
}

.thumbnail-page-blog > img {
	width: 100%;
	height: auto;
	text-align: center;
}

.lire-suite {
	border : 1.2px solid #d1a2ce;
	color :#d1a2ce;
	margin-top: 1.5em;
	margin-left : 2em;
	margin-right: 2em;
	margin-bottom: 1.5em;
	padding : 0.2em;
	font-weight: normal;
	font-size: 1.4em;
	font-family: 'Patrick Hand SC';
	text-align: center;
	transition : transform 0.5s;
	text-transform: uppercase;
}

.lire-suite:hover {
 	border : none;
	background-color : #d1a2ce;
	color : white !important;
	transform : scale(1.05);
}

#comment {
	width: 100%;
}

.extrait-article {
	text-align: center;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* A propos */

.ensemble-page-a-propos {
	display: flex;
	padding-left: 4em;
	padding-right: 4em;
	margin-top: 3em;
	margin-bottom: 6em;
}

.titre-page-a-propos {
	text-align : center;
	font-size : 1.7em;
	font-family : 'Merriweather';
	color : #7b5d97;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.bloc-a-propos {
    flex : 2.4;
}

.h2-a-propos {
	font-family: 'Patrick Hand SC';
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	color : #d1a2ce;
	margin-top: 2em;;
	margin-bottom: 1em;
}

.p-propos {
	font-weight: 600;
	font-size: 1.1em;
	color : #f2bec7;
}

.liste-propos {
	list-style-position: inside;
	color : #3c3049;
	font-family: Montserrat Alternates;
	line-height: 1.4;
	margin-top: 1em;
	margin-left: 0.2em;
}

.bloc-img-a-propos {
	display: flex;
	justify-content: center;
}

.image-a-propos {
	width: 75%;
	margin-top: 2em;
	margin-bottom: 2em;
}

/* Sidebar */

.sidebar {
	flex : 1;
	margin-left: 3.5em;
}

.barre-sidebar {
	font-weight: 500;
    font-family: 'Patrick Hand SC';
    text-transform: uppercase;
    font-size: 1.5em;
    background: #fff0c3;
    padding: 0.15em;
    text-align: center;
	color : #7b5d97;
}

.texte-presentation-sidebar {
	padding-left: 1.1em;
	padding-right: 1.1em;
	margin-bottom: 2em;
}

.photo-presentation-sidebar {
	width: 100%;
}

.bloc-photo-prez {
	padding-left: 3em;
	padding-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.liens-sidebar-categories {
	font-family: Montserrat Alternates;
	margin-left: 0.3em;
	font-weight: normal;
	color: #3c3049;
	line-height: 1.7;
}

.liens-sidebar-categories:hover {
	color : #d1a2ce;
	font-weight: 500;
}

.categories-sidebar {
	padding : 1em;
	margin-bottom: 1em;
}

.liens-reseaux {
	display: flex;
	justify-content: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.icones-sidebar {
	width: 2.5em;
	margin-left: 1em;
	margin-right: 1em;
	transition: transform 0.5s;
}

.icones-sidebar:hover {
	transform : scale(1.2);
}

/* Article de blog */

.page-area-article {
	flex : 2.2;
	padding-left : 2.5em;
	padding-right: 2.5em;
}

.wrap-article {
	display: flex;
	margin-top: 5em;
	padding-left : 2.5em;
	padding-right: 2.5em;
	margin-bottom: 4em;
}

.titre-article {
	font-family: 'Merriweather';
	color : #7b5d97;
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 1.8em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
}

.sur-titre-article {
	text-align: center;
	font-family: Montserrat Alternates;
	margin-top: 1em;
	font-weight : 500;
	text-transform: uppercase;
	font-size: 1.2em;
	color : #d1a2ce;
	margin-bottom: 1em;
}

.le-contenu {
	font-family: Montserrat Alternates;
	color : #3c3049;
}

.le-contenu a {
	text-decoration: underline !important
}

.le-contenu > p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.4;
	margin-top: 2em;
	margin-bottom: 2em;
}

.le-contenu > h2 {
	font-family: 'Patrick Hand SC';
	color : #f2bec7;
	font-size: 1.55em;
	font-weight: 500;
	text-align: justify;
	text-transform: uppercase;
}

.le-contenu > h3 {
	font-family: Montserrat Alternates;
	color : #d1a2ce;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 2em;
	font-size: 1em;
	font-weight: bold;
}

.le-contenu > ul > li, .le-contenu > ol > li {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.le-contenu > ul, .le-contenu > ol {
	padding-left: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.wp-block-media-text__content > p {
	font-size: 1em;
	text-align: justify;
}

.wp-block-image {
	text-align : center;
	font-size : 0.85em;
}

.wp-block-image img {
	width: 50em;
	height: auto;
	margin-top: 1em;
	margin-bottom: 3em;
}

.epingle {
	box-shadow: 3px 2px 15px #3c2e2873;
	margin-top : 3em !important;
	margin-bottom: 6em !important;
	width: 32em !important;
}

.epingle2 {
	box-shadow: 3px 2px 15px #3c2e2873;
	margin-top : 2.5em !important;
	margin-bottom: 2.5em !important;
}

/* Page Contact */

.ensemble-page-contact {
	display : flex;
	flex-wrap : wrap;
	padding-top: 4em;
	padding-left : 3em;
	padding-right: 3em;
	margin-bottom: 8em;
}

.page-area-contact {
	flex : 2.3;
	padding-left : 3em;
	padding-right: 3em;;
}

.titre-page-contact {
	text-align : center;
	font-size : 1.7em;
	font-family : 'Merriweather';
	color : #7b5d97;
	margin-bottom: 2em;
}

.p-contact {
	font-family: 'Montserrat Alternates';
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: justify;
}

.h2-contact {
	font-family: 'Patrick Hand SC';
	color : #f2bec7;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
}

.photo-page-contact {
	width: 100%;
}

.lien-contact:hover {
	text-decoration: underline;
}

/* Catégorie */

.page-category {
	background : #f2bec7;
	padding-bottom: 1em;
}

.titre-page-category {
	text-align: center;
	font-family: Merriweather;
	color : white;
	padding-top: 2em;
	font-size: 1.6em;
	margin-bottom: 1.5em;
}

.description-category {
	text-align: center;
	font-family: Montserrat Alternates;
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 2em;
	padding-left: 6em;
	padding-right: 6em;
}

.titre-bloc-article-category {
	font-family: 'Merriweather';
	font-weight: normal;
	text-align: center;
	color : #7b5d97;
	font-size: 1.3em;
	margin-top: 1.5em;
	padding-left : 2.1em;
	padding-right: 2.1em;
	transition: transform 0.5s;
}

.titre-bloc-article-category:hover {
	transform : scale(1.04);
}

/* CTA événement */
.cta-evenements {
    width: 100%;
    background-color: #f2bec7;
    padding-top : 1.5em;
}

.titre-cta {
    text-align: center;
    font-family: 'Merriweather';
    color: #7b5d97;
    font-size: 1.7em;
	margin-top: 1.5em;
    margin-bottom: 2.5em;
}

.conteneur-evenements {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6em;
}

.evenement {
    flex: 1;
    text-align: center;
    padding: 0 2em;
}

.evenement h3 {
    font-family: 'Patrick Hand SC';
    color: white;
	font-weight: normal;
	text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 1em;
    transition: transform 0.3s ease;
}

.evenement h3:hover {
    transform: scale(1.05);
    color: #7b5d97;
}

.image-evenement {
    max-width: 140px;
    height: auto;
	transition: transform 0.3s ease;
}

.image-evenement:hover {
	transform: scale(1.1);
}

/* Boutique */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 5em;
    margin: 2em 0 5em 0 !important;
	list-style: none;
}

.woocommerce ul.products li.product {
    flex: 0 0 calc(33.333% - 2rem) !important;
    margin: 0 !important;
    float: none !important;
    background: white;
    padding: 1em;
    box-sizing: border-box;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce-products-header {
	padding : 2.5em;
    margin-left: 6em;
    margin-right: 6em;
    margin-top: 4em;
    background: #f2bec7;
}

.woocommerce-products-header__title {
	text-align: center;
	font-family: 'Merriweather';
	color: white;
	font-size: 1.8em;
	margin-bottom: 1em;
}

.page-description {
	font-size: 1.1em;
	text-align: center;
}

/* Confirmation LM EVJF */

.titre-page-confirmation {
	font-family: Patrick Hand SC;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 2.5em;
    font-weight: normal;
    color: #f2bec7;
}

.page-confirmation {
	display: flex;
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 5em;
}

.image-tshirt-evjf {
	width: 35em;
}

.bloc-texte-freebie-evjf {
	padding-left: 5em;
	padding-top: 2em;
	font-size: 1.1em;
}

/* Formulaires site */

#ff_3_names_first_name_, #ff_3_email{
	border-radius: unset;
	border: 1px solid #f2bec7;
	font-family: Montserrat Alternates;
}

.ff-btn-submit {
	font-family: Montserrat Alternates;
}

.ff-el-group {
	color: #3c3049;
}

.fluentform {
	padding : 2em;
	box-shadow : 0 0 7px #d1a2ce6b;
	margin-bottom: 3em;
}

#ff_3_names_first_name_::placeholder {
	color : white;
}

#ff_3_email::placeholder {
	color : white;
}

.fluentform label:after {
	color : #7b5d97 !important;
}

.ff-btn-submit:hover {
	background-color: #fff0c3;
	color : #7b5d97;
	border : none;
}

/* Sélections shopping */

.colonnes-shopping {
	display: flex;
	max-width: 100%;
	border : 1px solid #e6d0a8;
	padding-left : 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2.5em;
	align-items: center;
}

.colonne-seule {
	width: 100%;
	height: auto;
	flex : 1;
	padding : 1.5em;
	text-align: center;
}

.colonne-seule img {
	width: 100%;
	height: auto;
}

.bloc-shopping {
	color : white;
	font-size: 1.1em;
	background-color: #e6d0a8;
	margin-bottom: 0 !important;
	text-align: center !important;
	margin-top: 1.5em;
	padding : 1em;
	text-transform: uppercase;
}

.liste-numerotee {
	padding-left: 3em !important;
	margin-bottom: 2.5em !important;
}