/*!
Theme Name: Lucie Monier v2.0 - juin 2026
Theme URI: http://underscores.me/
Author: Michel Ravey
Author URI: https://www.michelravey.com/
Description: Site officiel de Lucie Monier
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lucieMonier
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lucieMonier is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
    margin:0;
}
div {
    box-sizing: border-box;
    border:solid 0px lightgrey;
}
.clear { clear:both; }





#menu-hamburger {
    position:fixed;
    right:0px;top:45px;
    width:70px;height:70px;
    background:transparent;
    border:solid 0px tomato;
    /*
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center center;*/
    z-index:30000;
    display:none;
    
}
#menu-hamburger { /*background-image:url(imgs/hamburger.svg); */}
#menu-close { border:solid 1px green;background-image:url(imgs/close.svg); }
#menu-smartphone {
    position:fixed;
    overflow-y:auto;
    display:none;
    padding-top:150px;
    top:0;
    width:100%;height:100%;
    background-color:#fff;
    z-index:9500;
}
#menu-smartphone nav {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-family: 'Monterchi-Book';
    font-size:36px;
}





/* ----------------------------------


ACCUEIL 


---------------------------------- */

header {
    position: fixed;
    width: 100vw;
    top: 0;
    padding-top:50px;
    background-color: #fff;
    z-index:10000;
}
header nav {
    position: relative;
    margin:0 auto;
    /*width:900px;*/
     display: flex;
    align-items:center;
    justify-content: space-around;
}
.header-nav-item {
    font-family: 'Monterchi-Book';
    font-size:24px;
}

.header-nav-title {
    font-family: 'Kalam-Bold';
    font-size:40px;
}

#header-logo { 
    position: relative;
    border:solid 0px red;
    text-align:center;
    margin-bottom:30px;
}

#header-smartphone {
    position: fixed;
    width: 100vw;
    top: 0;
    padding-top:50px;
    z-index:10000;
    background-color: #fff;
    display: none;
}
#header-smartphone nav {
    position: relative;
    margin:0 auto;
    width:900px;
    padding-left: 15px;
}


nav a { text-decoration: none;transition:all 0.2s ease-in;}
nav a:link, nav a:visited { color:#999; }
nav a:hover, nav a:active { color:#000; }

nav .header-nav-item.on a:link, 
nav .header-nav-item.on a:visited { color:#000; }
nav .header-nav-item.on a:hover, 
nav .header-nav-item.on a:active { color:#000; }

nav .header-nav-title a { text-decoration: none;transition:all 0.2s ease-in;}
nav .header-nav-title a:link, nav .header-nav-title a:visited { color:#1d0f76; }
nav .header-nav-title a:hover, nav .header-nav-title a:active { color:#000; }


/* ----------------------------------

WP-MENU STYLES

---------------------------------- */

/* Tous les elements du menu principal */
header nav #menu-menu-1 { 
    display: flex;
    align-items:center;
    justify-content: space-around;
}
#menu-menu-1 li, #menu-menu-2 li { list-style-type: none; }

/* Tous les liens du menu principal */
#main-menu li.menu-item a {
    text-decoration:none;
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    font-family: 'AzeretMono-Regular';
    font-size:16px;
    

    transition: all 0.2s ease-in;
}
#main-menu .menu-item a:link, #main-menu .menu-item a:visited { color:#000;  }
#main-menu .menu-item a:hover, #main-menu .menu-item a:active { 
    color:#000;  
    font-family: 'AzeretMono-Italic';text-decoration: underline;
}

/* Les liens actifs (current, en cours) du menu principal */
#main-menu li.current-menu-item a {
    text-decoration:none;
    font-family: 'AzeretMono-Italic';text-decoration: underline;
    font-size:16px;
    line-height:1.4em;
}
#main-menu .current-menu-item a:link, #main-menu .current-menu-item a:visited { color:#000; }
#main-menu .current-menu-item a:hover, #main-menu .current-menu-item a:active { color:#000; }

/* SMARTPHONE */
#menu-smartphone #main-menu li.menu-item a { font-size:30px; }
#menu-smartphone #main-menu li.current-menu-item a { font-size:30px; }




#content, #page-content {
    position:relative;
    margin:0 auto;
    
    max-width:1280px;
    padding:0 30px;
}
#content { margin-top:230px; }
.content-title {
    position:relative;
    
    margin-bottom: 10px;
    font-family: 'HagridTrial-Regular';
    font-size:25px;
    color:#1D0f76;
    padding-left:2%;
}



.content-grid {
    position:relative;
    margin:0 auto;width:100%;
    margin-bottom:40px;
}
.content-grid-item, .content-grid-item-unit { 
	position:relative;
	height:auto;
	cursor:pointer;
	float:left;
	width:33.33%;padding:2% 2%;
	border:solid 0px red;
    text-align:center;
}
.content-grid-thumb { 
    position:relative;    
    margin-bottom:10px;
}
.content-grid-thumb img { width:100%; }
.content-grid-title { 
    position:relative;
    font-family: 'Monterchi-Bold';
    font-size:21px;
    margin-bottom:0;
}
.content-grid-subtitle { 
    position:relative;
    font-family: 'Monterchi-Book';
    font-size:16px;
    color:#737373;
}
.content-grid-veil {
    position:absolute;
    top:0;left:0;
    width:100%;height:100%;
    background-color:#8382b6;
    /*filter: saturate(20%);*/
    opacity:0;
    transition:all 0.4s ease-in;
}
.content-grid-veil:hover { 
    opacity:1;
    mix-blend-mode: multiply;
 }






 /* SINGLE */

 .single-col, .page-col {
    position:relative;
    float:left;
    width:50%;
 }
#single-infos { padding-right:50px; }
#single-thumb img { width:100%; }

 #single-title {
    font-family: 'HagridTrial-Regular';
    font-size:25px;
    color:#649DC8;
 }
 #single-subtitle {
    font-family: 'Kalam-Regular';
    font-size:15px;
    color:#649DC8;
    margin-bottom:30px;
 }
#single-description {
    font-family: 'Monterchi-Bold';
    font-size:17px;
    color:#000;
    margin-bottom:30px;
 }
 #single-description img, #single-description video { max-width:100%; }
 
 .single-header {
    padding: 3px 5px;
 }
 .single-grid-item {
    position:relative;
    float:left;
    width:50%;
    padding: 3px 5px;
 }
 .single-item-grid-full { width:100%; }
 .single-grid-item img { width:100%; }

 #single-nav {
    position:relative;
    padding:50px 30px;
    width:100%;
 }
 
 #single-nav-prev-container { 
    width:50%;text-align:left; 
    position:relative;float:left;
    
    height:36px;
    font-family: 'Monterchi-Book';
    font-size:17px;
    color:#000;   
}
#single-nav-prev {
    position:relative;
    background-image:url(imgs/fleche-precedent.svg);
    background-position:left bottom;
    padding-left:3px;
    background-repeat: no-repeat;
    overflow:hidden; height:36px;
    width:fit-content;
}

 #single-nav-next-container { 
    position:relative;float:left;
    background-size:50%;
    background-repeat: no-repeat;
    height:36px;
    font-family: 'Monterchi-Book';
    font-size:17px;
    color:#000;
    width:50%;text-align:right; 
    
}
#single-nav-next { 
    float:right; 
    background-image:url(imgs/fleche-suivant.svg);
    background-position:right bottom;
    padding-left:3px;
    background-repeat: no-repeat;
    overflow:hidden; height:36px;
    width:fit-content;
}

#single-nav-prev-container.off, 
#single-nav-next-container.off
 { opacity:0.3; }






 /* PAGE */

/*
see above
#page-content, .page-col
*/
.page-col {
    font-family: 'Monterchi-Bold';
    font-size:17px;
    color:#000;
}
.page-col img { max-width:100%; }
.page-col:first-child { padding-right:50px; }

 #page-title {
    position:relative;
    font-family: 'HagridTrial-Regular';
    font-size:25px;
    color:#1D0f76;
    margin-bottom:15px;
 }

 .page-full {
 	max-width:800px;font-family: 'Monterchi-Book';
    font-size:17px;
    color:#000;
 }