/* ============================================================
   Theme    : FOXIZ
   Variante : 008
   Version  : 2.2
   Date     : 28/01/2026
   Fusion   : base + couche custom (TDM/POST/MENU) le 2026-05-05
============================================================ */

/* ============================================================
   BLOC 0 - POLICES (font harmonization, sitewide)
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Crimson+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap');

body {
    --cs-heading-font: "Cormorant Garamond", Georgia, serif;
    --cs-body-font: "Crimson Pro", Georgia, serif;
}


/* ============================================================
   COUCHE BASE THEME
   (contenu original de style-theme008.css)
============================================================ */

/*HEADER*/
/*HEADER > Espacement*/
.Header,
.single .site-wrap  {
    padding-top:40px!important;
}
/*HEADER > Logo*/
.logo-sec .logo-wrap img {
    min-height: 120px;
    width: 100%;
    border-radius: 8px;
}
[data-theme="dark"] .logo-sec .logo-wrap img {
    background: var(--blanc);
}

/*HEADER > Menu*/
.mega-dropdown-inner .mega-header {
    display:none!important;
}
/*HEADER > Menu > Texte*/
.mega-dropdown-inner .p-wrap .entry-title {
    font-size:16px!important;
    line-height: 1.2em;
}
/*HEADER > Menu > Ligne*/
#site-navigation .menu-item > a > span:after {
    background-color: var(--nav-color-h-accent, var(--g-color));
}
/*FOOTER*/
/*FOOTER > Espacement*/
footer .footer-inner {
    padding-top: 0!important;
    margin-top:40px!important;
}

/*FORMULAIRE*/
/*FORMULAIRE > CONTACT*/
.FondBlanc .demi-colonne,
.FondBlanc .colonne {
    margin-bottom:12px;
}
[data-theme="default"] .FondBlanc input:focus,
[data-theme="dark"] .FondBlanc input:focus {
background:var(--g-color);
color:var(--blanc);
font-weight:700;}

[data-theme="default"] .FondBlanc,
[data-theme="dark"] .FondBlanc {
border-radius: 12px;
padding:24px 40px 24px 40px;}

/*FORMULAIRE > CONTACT > BLANC*/
[data-theme="default"] .FondBlanc {
background: var(--noir);}

[data-theme="default"] .FondBlanc p {
color:var(--blanc);}

[data-theme="default"] .FondBlanc input,
[data-theme="default"] .FondBlanc textarea {
background:var(--blanc);
color:var(--noir);}

[data-theme="default"] .FondBlanc input.wpcf7-submit {
color:var(--blanc);}

/*FORMULAIRE > CONTACT > DARK*/
[data-theme="dark"] .FondBlanc {
background: var(--blanc);}

[data-theme="dark"] .FondBlanc p {
color:var(--noir);}

[data-theme="dark"] .FondBlanc input,
[data-theme="dark"] .FondBlanc textarea {
color:var(--noir);}

[data-theme="dark"] .FondBlanc input.wpcf7-submit {
color:var(--blanc);}

[data-theme="dark"] .FondBlanc input,
[data-theme="dark"] .FondBlanc textarea {
background:var(--flex-gray-7);}

/*SOMMAIRE*/
#toc_container {
    display:none!important;
}

/*BARRE DE PROGRESSION*/
#reading-progress {
    background: var(--g-color)!important;
}

/*SIDEBAR*/
/*SIDEBAR > Espacement*/
.Sidebar .Theme08Style7 .list-feat-holder {
    width: 35%;
    max-width: 35%;
}

.Sidebar .Theme08Style7 .p-category {
    padding: 4px 8px;
    font-size: 9px !important;
}
.Sidebar .Theme08Style7 .entry-title {
    font-size: 15px;
    line-height: 1.05em;
}
.Sidebar .Theme08Style7 p.entry-summary {
    /*font-size: 12px;*/
    display:none;
}
.Sidebar .Theme08Style7 time {
    font-size: 12px;
}
.Sidebar .Theme08Style7 .p-content {
    padding-right: 0;
    padding-left: 0;
}
.Sidebar .Theme08Style11 .overlay-holder {
    min-height: 260px !important;
    max-height: 260px !important;
    height: 260px !important;
    width: 100%;
}
.Sidebar .Theme08Style11 .p-featured {
    height: 260px !important;
    min-height: 260px;
    max-height: 260px;
    width:100%;  
}
.Sidebar .Theme08Style11 .overlay-inner {
    width: 100%!important;
    right: 0%;
}

.Sidebar .Theme08Style11 .p-category {
    font-size: 11px;
}
.Sidebar .Theme08Style11 .entry-title {
    font-size: 23px;
    line-height: 1em!important;
}
.Sidebar .Theme08Style11 p.entry-summary {
    font-size: 12px;
    line-height: 1.1em;
}
.Sidebar .Theme08Style11 time {
    font-size: 12px;
}

.Sidebar .Theme08Style11 .p-category,
.Sidebar .Theme08Style11 .entry-title,
.Sidebar .Theme08Style11 p.entry-summary,
.Sidebar .Theme08Style11 .p-meta,
.Sidebar .Theme08Style11 time {
    text-align: center!important;
    justify-content: center!important;
    margin-right:auto;
    margin-left:auto;
}
/*BARRE DE PROGRESSION*/
.elementor-scrolling-tracker-horizontal .current-progress {
    background-color: var(--g-color);
}

/*ContenuTexte*/
.ContenuTexte {
    background-color: var(--noir-opacite);
    box-shadow: 0 0 10px var(--noir-opacite);
    padding:20px;
}
.ContenuTexte h2 {
    font-size:26px;
    line-height: 1.2em;
    text-align:center;
}
.ContenuTexte p {
    font-size:16px;
    line-height: 1.2em;
    text-align:center;
}
.ContenuTexte img {
    width:90%;
    margin:0 auto;
}

/*TITRE*/
/*TITRE > Titre1*/
.Titre1 .heading-title  {
    font-size:38px;
    line-height: 1.05em;
}
.Titre1 .heading-title > * {
    border-left: 7px solid var(--g-color);
}

/*TITRE > Titre1*/
.Titre1 {
    margin-top:24px!important;
}
.Titre1.Top {
    margin-top:0px!important;
}

/*TITRE*/
/*TITRE > Titre2*/
.Titre2 {
    margin-top:12px!important;
}
.Titre2.Top {
    margin-top:-8px!important;
}
.Titre2 .heading-inner {
    border-top: 6px solid var(--g-color);
}
.Titre2 .heading-title {
    font-size: 58px;
    line-height:1.1em;
}
.Titre2 .heading-tagline {
    font-size: 18px;
}
.Titre2 .heading-tagline:hover {
    color: var(--g-color);
    text-decoration: underline;
}

/*TITRE > Espacement sur mobile*/
@media screen and (max-width: 767px) {
.Titre1,
.Titre2 {
    padding-top:32px!important;
}}

/*Theme08Style1*/
/*Theme08Style1 > Titre*/
.Theme08Style1 .entry-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1em;
}

/*Theme08Style1 > Date*/
.Theme08Style1 time {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1em;
}
/*Theme08Style1 > Texte*/
.Theme08Style1 p.entry-summary {
    font-size: 18px;
    line-height: 1.2em;
}
/*Theme08Style1 > Categorie*/
.Theme08Style1 .p-category {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: var(--g-color);
    margin-bottom:0!important;
    font-size: 16px !important;
    font-weight: 300;
    border-radius: 0;
}
/*Theme08Style1 > Image*/
.Theme08Style1 .p-featured {
    border-radius: 8px;
}
.Theme08Style1 .p-category {
    border-radius: 0 0 0 8px;
}

/*Theme08Style2*/
/*Theme08Style2 > Titre*/
.Theme08Style2 .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
}
/*Theme08Style1 > Date*/
.Theme08Style2 time {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1em;
}

/*Theme08Style3*/
/*Theme08Style3 > Espacement*/
.Theme08Style3 .p-featured {
    min-height: 400px;
    max-height: 400px;
    width:100%;
}
.Theme08Style3.Big .p-featured {
    min-height: 350px;
    max-height: 350px;
    width:100%;  
}
/*Theme08Style3 > Categorie*/
.Theme08Style3 .p-category {
    padding: 8px 16px;
    border-radius: 0px;
    background-color: var(--g-color);
    font-size: 14px !important;
    font-weight: 300;
    border-radius: 0;
}
/*Theme08Style3 > Titre*/
.Theme08Style3 .entry-title {
    font-size: 32px;
    line-height: 27px;
    font-weight: 600;
}
/*Theme08Style3 > Date*/
.Theme08Style3 time {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1em;
    color: var(--blanc);
}
/*Theme08Style3 > Texte*/
.Theme08Style3 p.entry-summary {
    font-size: 12px;
    line-height: 1.2em;
}


/*Theme08Style4*/
/*Theme08Style4 > Titre*/
.Theme08Style4 .entry-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
}

/*Theme08Style4 > Date*/
.Theme08Style4 time {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1em;
}
/*Theme08Style4 > Texte*/
.Theme08Style4 p.entry-summary {
    font-size: 16px;
    line-height: 1.2em;
}
/*Theme08Style4 > Categorie*/
.Theme08Style4 .p-category {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: var(--g-color);
    margin-bottom:0!important;
    font-size: 16px !important;
    font-weight: 300;
    border-radius: 0;
}

/*Theme08Style5*/
/*Theme08Style5 > Titre*/
.Theme08Style5 .entry-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 1em;
}

/*Theme08Style5 > Date*/
.Theme08Style5 time {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
}
/*Theme08Style5 > Texte*/
.Theme08Style5 p.entry-summary {
    font-size: 14px;
    line-height: 1.2em;
}


/*Theme08Style6*/
/*Theme08Style6 > Categorie*/
.Theme08Style6 .p-category {
    padding: 6px 12px;
    border-radius: 0px;
    background-color: var(--g-color);
    font-size: 10px !important;
    font-weight: 300;
    border-radius: 0;
}
/*Theme08Style6 > Titre*/
.Theme08Style6 .entry-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}
/*Theme08Style6 > Date*/
.Theme08Style6 time {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1em;
}

/*Theme08Style7*/
/*Theme08Style7 > Categorie*/
.Theme08Style7 .p-category {
    padding: 8px 16px;
    border-radius: 0px;
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;
}
/*Theme08Style7 > Titre*/
.Theme08Style7 .entry-title {
    font-size: 27px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom:4px!important;
}
/*Theme08Style7 > Date*/
.Theme08Style7 time {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1em;
}
/*Theme08Style7 > Texte*/
.Theme08Style7 p.entry-summary {
    font-size: 14px;
    line-height: 1.1em;
}



/*Theme08Style8*/
/*Theme08Style8 > Categorie*/
.Theme08Style8 .p-category {
    padding: 8px 16px;
    border-radius: 0px;
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;
}
/*Theme08Style8 > Titre*/
.Theme08Style8 .entry-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 1px!important;
}
/*Theme08Style8 > Date*/
.Theme08Style8 time {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1em;
}
/*Theme08Style8 > Texte*/
.Theme08Style8 p.entry-summary {
    font-size: 14px;
    line-height: 1.1em;
}

/*Theme08Style9*/
/*Theme08Style9 > Categorie*/
.Theme08Style9 .p-category {
    padding: 8px 16px;
    border-radius: 0px;
    background-color: var(--g-color);
    font-size: 10px !important;
    font-weight: 300;
    border-radius: 0;
}
/*Theme08Style9 > Titre*/
.Theme08Style9 .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom:4px!important;
}
/*Theme08Style9 > Date*/
.Theme08Style9 time {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
}
/*Theme08Style9 > Texte*/
.Theme08Style9 p.entry-summary {
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom:4px!important;
}
/*Theme08Style9 > Image*/
.Theme08Style9 .p-featured {
    margin-bottom:4px!important;
}


/*Theme08Style10*/
/*Theme08Style10 > Titre*/
.Theme08Style10 .entry-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
}
/*Theme08Style10 > Date*/
.Theme08Style10 time {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
}
/*Theme08Style10 > Texte*/
.Theme08Style10 p.entry-summary {
    font-size: 16px;
    line-height: 1.1em;
}
@media screen and (max-width: 767px) {
.Theme08Style10 .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}
.Theme08Style10 .overlay-holder {
    min-height:240px;
    max-height:240px;
    height:240px;
    width:100%;
    object-fit: cover;
}}


/*Theme08Style11*/
/*Theme08Style11 > Titre*/
.Theme08Style11 .entry-title {
    font-size: 44px;
    line-height: 40px;
    font-weight: 800;
    text-align: left;
}
/*Theme08Style11 > Miniature*/
.Theme08Style11 .overlay-inner {
    width: 60%;
    right: 2%;
    position: absolute;
}
.Theme08Style11 .p-featured {
    height: 100%!important;
    width: 100%; 
}
.Theme08Style11 .overlay-holder {
    min-height: 400px !important;
    max-height: 400px !important;
    height: 400px !important;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 20px var(--noir-opacite);
}
@media screen and (max-width: 767px) {
.Theme08Style11 .entry-title {
    font-size: 24px;
}
.Theme08Style11 .overlay-inner {
    width: 100%!important;
}}

/*Theme08Style11 > Date*/
.Theme08Style11 time {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--blanc);
    text-align: left;
}

.Theme08Style11 .p-center .p-meta {
    justify-content: left;
}
/*Theme08Style11 > Texte*/
.Theme08Style11 p.entry-summary {
    font-size: 16px;
    line-height: 1.2em;
    text-align: left;
}
/*Theme08Style11 > Categorie*/
.Theme08Style11 .p-category {
    padding: 8px 16px;
    border-radius: 0px;
    background-color: var(--g-color);
    margin-bottom:0!important;
    font-size: 14px !important;
    font-weight: 300;
    border-radius: 0;
    text-align: left;
}
.Theme08Style11 .p-center .p-top {
    justify-content: left;
}

/*ARTICLE*/
/*ARTICLE > Contenu > Paragraphe*/
.single-post .entry-content p,
.single-post .entry-content ul li {
    text-align: justify;
}

/*ARTICLE > Contenu > Puces*/
.single-post .entry-content ul {
    padding-left: 2rem;
}
.single-post .entry-content ul li {
    margin-bottom: 8px;
    line-height:1.3em!important;
}
/*ARTICLE > Contenu > Tableaux*/
@media screen and (max-width: 767px) {
.single-post .td-ss-main-content table {
    margin-bottom:20px;
}
.single-post .td-ss-main-content table th::before, 
.single-post .td-ss-main-content table td::before {
    background-color: var(--transparent);
}
.single-post .td-ss-main-content table, 
.single-post .td-ss-main-content table th, 
.single-post .td-ss-main-content table td {
    display: inline-grid;
}
.single-post .td-ss-main-content table th,
.single-post .td-ss-main-content table td {
    text-align: left;
}

.single .td-ss-main-content table td {
    border:none;
}}

/*Correction de la largeur du tableau sur mobile*/
.single-post .td-ss-main-content table th, 
.single-post .td-ss-main-content table td {
    white-space: normal;
    width: 50%;
}

/*ARTICLE > Categorie*/
.single-post .Categorie .p-category {
    padding: 8px 16px;
    border-radius: 0;
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;
}

/*FORMULAIRE DE CONTACT*/
/*FORMULAIRE DE CONTACT > CHAMPS*/
body.contact .wpcf7 p.label { 
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6em!important;
}

body.contact .wpcf7 .wpcf7-form-control-wrap span {
    margin-top:6px;
}
body.contact .wpcf7 input[type=text], 
body.contact .wpcf7 input[type=url], 
body.contact .wpcf7 input[type=tel], 
body.contact .wpcf7 input[type=email],
body.contact .wpcf7 textarea {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #505050;
    font-family: var(--cs-heading-font)!important;
    border-radius: 4px;
}
body.contact .wpcf7 input[type=text]:hover, 
body.contact .wpcf7 input[type=url]:hover, 
body.contact .wpcf7 input[type=tel]:hover, 
body.contact .wpcf7 input[type=email]:hover,
body.contact .wpcf7 textarea:hover {
    background: var(--accent-color-1);
}
body.contact .wpcf7 input[type=text]:hover::placeholder, 
body.contact .wpcf7 input[type=url]:hover::placeholder, 
body.contact .wpcf7 input[type=tel]:hover::placeholder, 
body.contact .wpcf7 input[type=email]:hover::placeholder,
body.contact .wpcf7 textarea:hover::placeholder {
    background: var(--accent-color-1);
}

body.contact .wpcf7 input[type=text]:focus, 
body.contact .wpcf7 input[type=url]:focus, 
body.contact .wpcf7 input[type=tel]:focus, 
body.contact .wpcf7 input[type=email]:focus,
body.contact .wpcf7 textarea:focus {
    background: var(--accent-color-1)!important;
}


/*FORMULAIRE DE CONTACT > MOBILE*/
#formulaire-responsive {
    max-width:100%; 
    width:100%;
}
.rang-form {
    width: 100%;
}
/*FORMULAIRE DE CONTACT > DEMI CHAMPS*/
.demi-colonne, .colonne {
    float: left;
    position: relative;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 48em) { 
    .demi-colonne {
        width: 49%;
    }
}

/*FORMULAIRE DE CONTACT > BOUTON ENVOYER*/
form input[type=submit] {
    font-size: 18px;
    background: var(--g-color)!important;
    border-radius: 0px;
    margin-top:12px;
    transition: transform .2s;
    border-radius: 4px;
    padding: 4px 32px!important;
    margin-left:0px!important;
}

form input[type=submit]:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 15px var(--g-color)!important;
}

/*FORMULAIRE DE CONTACT > MESSAGE SUCCES*/
.wpcf7 form .wpcf7-response-output {
    margin: 0!important;
    padding: 0.8em 0.2em!important;
    border: 2px solid #46b450;
    text-align: center;
    font-weight: 500;
    color: #46b450;
    font-size:14px!important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 2px solid #dc3232;
    color: #dc3232;
    border-color:#dc3232!important;
}
.wpcf7-not-valid-tip {
    font-size: 14px!important;
}

form .wpcf7-form-control-wrap {
    padding: 0!important;
}

/*Categorie*/
/*Categorie > Categorie*/
.category .block-grid .p-category {
    padding: 6px 12px;
    border-radius: 0px;
    background-color: var(--g-color);
    font-size: 10px !important;
    font-weight: 300;
    border-radius: 0;
}
/*Categorie > Titre*/
.category .block-grid .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
}
/*Categorie > Texte*/
.category .block-grid .entry-summary {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1em;
}
/*Categorie > Date*/
.category .block-grid time {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1em;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme008-custom-styles.css)
============================================================ */

/* --- POLICES (font harmonization) --- */
.entry-title,
.entry-title a,
.heading-title,
.heading-title a,
.elementor-heading-title,
.elementor-heading-title a,
body.single-post .s-title,
h1, h2, h3, h4, h5, h6 {
	font-family: var(--cs-heading-font)!important;
}

p,
.entry-summary,
time {
	font-family: var(--cs-body-font)!important;
}


/* --- TDM (single post) --- */
body.single-post .ruby-table-contents {
	border: none;
	border-top: 6px solid var(--g-color);
	border-radius: 0;
	box-shadow: 0 2px 10px color-mix(in srgb, var(--noir) 8%, transparent);
	background: var(--blanc);
}
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 0px;
	padding-bottom: 6px;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 34px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	color: var(--noir);
	font-style: italic;
	letter-spacing: -0.3px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "";
	font-family: initial;
	font-size: 22px;
	color: var(--g-color) !important;
	padding-right: 0;
}
body.single-post .ruby-table-contents .inner {
	column-count: 2;
	margin-top: 0;
	padding-top: 0;
	counter-reset: toc-counter;
}
body.single-post .ruby-table-contents .inner > * {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
body.single-post .ruby-table-contents .inner a {
	position: relative;
	display: block;
	padding: 8px 4px 8px 28px;
	margin-bottom: 2px;
	color: var(--noir) !important;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	font-family: var(--cs-body-font);
	text-decoration: none !important;
	text-shadow: none !important;
	border-left: 2px solid transparent;
	transition: all .2s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--g-color) !important;
	border-left: 2px solid var(--g-color);
}
body.single-post .ruby-table-contents .inner a::before {
	content: "\25B8";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--g-color);
	font-weight: 700;
	width: auto;
	height: auto;
	background: none;
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\2B9F" !important;
	font-family: initial !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--g-color) !important;
}

/* --- POST (single article) --- */
body.single-post .s-feat-outer {
	width: 100%;
	margin-bottom: 28px;
}
body.single-post .s-feat img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
body.single-post .s-cats {
	margin-bottom: 6px;
}

body.single-post .single-meta,
body.single-post .single-meta a,
body.single-post .single-meta time,
body.single-post .single-meta .meta-date,
body.single-post .single-meta .meta-author,
body.single-post .single-meta .meta-author a,
body.single-post .single-meta .meta-category a,
body.single-post .single-meta .is-meta,
body.single-post .single-meta .smeta-in,
body.single-post .single-meta .smeta-extra,
body.single-post time {
	font-family: var(--cs-body-font);
	font-style: italic;
}
body.single-post .s-title {
	font-size: 38px;
	line-height: 38px;
	font-weight: 600;
	font-family: var(--cs-heading-font);
	margin: 0px 0 12px;
	letter-spacing: -0.5px;
}
body.single-post .entry-content.rbct {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
body.single-post .entry-content.rbct h2 {
	font-weight: 700;
	font-family: var(--cs-heading-font)!important;
	padding-top: 14px;
	border-left: none;
	padding-left: 0;
	margin-top: 36px;
	font-size: 28px;
	letter-spacing: -0.3px;
}

.Titre2 .heading-inner span {
	font-weight: 700;
	font-family: var(--cs-heading-font)!important;
	padding-top: 14px;
	border-left: none;
	padding-left: 0;
	margin-top: 36px;
	font-size: 56px;
	letter-spacing: -0.3px;
}
.Sidebar .Titre2 .heading-title,
.Sidebar .Titre2 .heading-inner span {
	margin-top: 0px!important;
	font-size: 30px!important;
	line-height: 32px!important;
}
body.single-post .entry-content.rbct h2 {
	border-top: 6px solid var(--g-color);
}
body.single-post .entry-content.rbct h3 {
	font-weight: 600;
	font-family: var(--cs-heading-font);
	border-left: 7px solid var(--g-color);
	padding-left: 14px;
	margin-top: 32px;
	font-size: 24px;
	font-style: italic;
}
body.single-post .entry-content.rbct p,
body.single-post .entry-content.rbct ol li,
body.single-post .entry-content.rbct ul li {
	font-size: 19px;
	line-height: 28px;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct blockquote {
	border-left: 6px solid var(--g-color);
	background: color-mix(in srgb, var(--g-color) 5%, var(--blanc));
	padding: 18px 24px;
	margin: 24px 0;
	font-style: italic;
	border-radius: 0;
	font-family: var(--cs-heading-font);
	font-size: 22px;
	line-height: 1.4;
}
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* --- MENU (sitewide) --- */

#site-header .logo-sec-inner {
	padding: 4px 0;
	margin-bottom:16px!important;
}
#site-header .main-menu > li > a {
	font-weight: 600;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.03em;
	text-transform: initial;
	font-size: 17px;
	font-style: italic;
	border-left: 3px solid transparent;
	padding-left: 12px;
	transition: border-color .2s ease;
}
#site-header .navbar-wrap {
	border-top: 1px solid color-mix(in srgb, var(--noir) 10%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--noir) 10%, transparent);
}
[data-theme="dark"] #site-header .navbar-wrap {
	border-top: 1px solid color-mix(in srgb, var(--blanc) 10%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--blanc) 10%, transparent);
}
.more-section-outer .more-trigger, 
.logo-sec {
    padding-top: 15px;
    padding-bottom: 0!important;
}

.ColonneFlex  .ColonneG,
.ColonneFlex  .ColonneG img {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
}
.ColonneD.e-flex.e-con.e-child {
    width: 60%!important;
    min-width: 60%!important;
    max-width: 60%!important;
}

/* ============================================================
   SEARCH (light + dark) — Theme 008
   ============================================================ */

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 12px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--noir) 12%, transparent);
  transition: 0.3s ease;
}

/* search icon */
.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--g-color);
  transition: 0.2s ease;
}
.rbi-search:before {
  content: "\1F50D";
  font-family: initial;
}

/* input */
.search-text {
  flex: 1;
}
.search-text input.field {
  border: none;
  outline: none;
  width: 100%;
  padding: 10px;
  background: transparent;
  color: var(--noir);
  font-family: var(--cs-body-font);
}
.search-text input.field::placeholder {
  color: color-mix(in srgb, var(--noir) 55%, transparent);
}

/* submit button (always circular) */
.rb-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}
.rbi-cright:before {
  content: "\276F";
  font-family: initial;
  color: #fff;
  font-size: 14px;
}
.rb-search-submit:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* focus state */
.search-form-inner:focus-within {
  border-color: var(--g-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--g-color) 18%, transparent);
}

/* dark mode overrides */
[data-theme="dark"] .rb-search-form .search-form-inner {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
}
[data-theme="dark"] .search-text input.field {
  color: #fff;
}
[data-theme="dark"] .search-text input.field::placeholder {
  color: #aaa;
}
[data-theme="dark"] .rbi-search {
  color: #fff;
  opacity: 0.85;
}
[data-theme="dark"] .rb-search-submit {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}
[data-theme="dark"] .search-form-inner:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}


/* --- HEADER SEARCH (icon + dropdown) --- */
.logo-sec-right .icon-holder {
	width: 40px;
	height: 40px;
	background: var(--blanc);
	border-left: 4px solid var(--g-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s ease;
}
.logo-sec-right .wnav-icon {
	color: var(--noir);
	font-size: 18px;
}
.logo-sec-right .icon-holder:hover {
	background: color-mix(in srgb, var(--g-color) 8%, var(--blanc));
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--g-color);
}
.header-dropdown {
	margin-top: 12px;
	border-radius: 4px;
	border-left: 5px solid var(--g-color);
	padding: 0px;
	background: var(--blanc);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--noir) 10%, transparent);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .logo-sec-right .icon-holder {
	background: var(--noir);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}

header .menu-item a>span {
    font-size: 22px!important;
}