/*
Theme Name:     Blocksy Akalavolo
Theme URI:      https://wordpress.org/themes/blocksy/
Description:    Thème enfant pour Blocksy
Author:         Bulah
Author URI:     https://akalavolo.com
Template:       blocksy
Version:        1.0.0
Text Domain:    blocksy-akalavolo
*/

/* Palette principale : */
/* - Onyx : #373746 */
/* - Black Coral : #5A5A7A */
/* - Minion Yellow : #F0D351 */
/* - White Coffee : #E6E0D4  */
/* - Dark Charcoal : #2E2E2E */

/* Tu peux ajouter ton CSS personnalisé ci-dessous */
/* .wp-block-column { */
  /* background-color: #ffffff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  /* padding: 20px; */
  /* margin: 0 10px; */
/* } */

/* .wp-block-column { */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  /* border-radius: 8px; */
/* } */

/* .wp-block-column:hover { */
  /* transform: translateY(-6px); */
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.1); */
}

/* .class-title, h2:not(.class-title h2, .wp-block-heading) { */
	/* color: #F0D351 !important; */
	/* font-weight: 600 !important; */
	/* font-size: 1.8rem !important; */
	/* margin-bottom: 1rem !important; */
	/* border-bottom: 2px solid rgba(240, 211, 81, 0.7) !important; */
	/* padding-top: 10px; */
	/* padding-bottom: 4px !important; */
	/* letter-spacing: 0.3px !important; */
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.15); */
	/* display: flex; */
	/* align-items: center; */
	/* gap: 10px;  */
/* } */

h3 {
	/* font-weight: 300 !important; */
	/* font-sizef: 1.6rem !important; */
}


/* PAGE D'ACCUEIL */
/* Bannière principale */
/* @media (min-width: 769px) { */
	/* .hero-content-bar { */
	  /* display: flex; */
	  /* justify-content: space-between; */
	  /* align-items: center; */
	  /* width: 100%; */
	  /* padding: 20px 30px; */
	  /* background-color: rgba(0, 0, 0, 0.6); */
	  /* box-sizing: border-box; */
	  /* z-index: 1; */
	/* } */
	
	/* .hero-description { */
	  /* color: white; */
	  /* font-size: 1rem; */
	  /* margin: 0; */
	  /* padding-right: 20px; */
	  /* text-align: left; */
	/* } */
/* } */

/* .cta-button { */
  /* padding: 12px 24px; */
  /* background-color: #F0D351;  */
  /* color: #373746; */
  /* font-weight: bold; */
  /* text-decoration: none; */
  /* border-radius: 4px; */
  /* transition: background-color 0.2s ease-in-out; */
/* } */

/* .cta-button:hover { */
  /* background-color: #E6E0D4; */
  /* color: #373746; */
/* } */

/* .hero-banner { */
  /* position: relative; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* background-color: #000; /* fallback */ */
/* } */

/* .hero-content-bar { */
  /* position: absolute; */
  /* bottom: 0; */
  /* width: 100%; */
  /* background: rgba(0,0,0,0.6); */
  /* padding: 12px 16px; */
  /* color: #fff; */
  /* text-align: center; */
  /* z-index: 2; */
/* } */

/* @media (max-width: 768px) { */
  /* .hero-banner { */
    /* flex-direction: column; */
  /* } */

  /* .hero-content-bar { */
    /* position: relative; */
    /* background: rgba(0,0,0,0.7); */
    /* width: 100%; */
    /* padding: 12px 16px; */
    /* text-align: center; */
    /* margin-top: -8px; */
  /* } */
/* } */



/* Barre horizontale des classes */
/* .class-bar { */
  /* background-color: #1c2230; */
  /* padding: 10px 0; */
  /* border-bottom: 3px solid #dfba3d; */
  overflow-x: auto;
  /* position: relative; */
  /* overflow: visible !important;  */
  /* z-index: 1; */
/* } */

/* .class-icons { */
  /* list-style: none; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* margin: 0; */
  /* padding: 0 20px; */
  /* gap: 24px; */
  /* flex-wrap: nowrap; */
  /* overflow: visible !important; */
/* } */

/* .class-item { */
  /* position: relative; */
  /* z-index: 2; */
/* } */

/* .class-item::after { */
  /* content: ""; */
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* top: 100%; */
  /* height: 30px; */
  /* background: transparent; */
/* } */


/* .class-icon img { */
  /* height: 40px; */
  /* width: auto; */
  /* transition: transform 0.2s ease; */
/* } */

/* .class-disabled .class-icon img { */
  /* filter: grayscale(100%) brightness(70%); */
  /* opacity: 0.6; */
/* } */

/* .class-disabled .class-icon { */
  /* pointer-events: none; */
  /* cursor: not-allowed; */
/* } */

/* .class-disabled .spec-menu { */
  /* display: none !important; */
/* } */

/* .class-disabled:hover .spec-menu { */
  /* display: none !important; */
/* } */


/* .class-icon:hover img { */
  /* transform: scale(1.15); */
/* } */

/* .spec-menu { */
  /* position: absolute; */
  /* top: calc(100% + 4px); */
  /* left: 50%; */
  /* margin-top: 0 !important; */
  /* transform: translateX(-50%); */
  /* background-color: #262f45; */
  /* border: 1px solid #444; */
  /* border-radius: 6px; */
  /* padding: 0 10px 10px 10px; */
  /* display: none; */
  /* z-index: 10; */
  /* white-space: nowrap; */
/* } */

/* .class-item:hover .spec-menu { */
  /* display: block; */
/* } */

/* .spec-menu li { */
  /* list-style: none; */
  /* margin: 5px 0; */
/* } */

/* .spec-menu a { */
  /* color: #dfba3d; */
  /* text-decoration: none; */
  /* font-size: 0.9rem; */
/* } */

/* .spec-menu a:hover { */
  /* text-decoration: underline; */
  /* color: #E6E0D4; */
/* } */

/* @media (max-width: 768px) { */
	/* .class-bar { */
	  /* background-color: #1c2230; */
	  /* padding: 10px 0; */
	  /* border-bottom: 3px solid #dfba3d; */
	/* } */

	/* .class-icons { */
	  /* display: flex; */
	  /* flex-wrap: wrap; */
	  /* justify-content: center; */
	  /* gap: 16px; */
	  /* padding: 10px 16px; */
	  /* list-style: none; */
	  /* margin: 0; */
	/* } */

	/* .class-item { */
	  /* flex: 0 1 60px; */
	  /* text-align: center; */
	/* } */

	/* .class-icon img { */
	  /* width: 36px; */
	  /* height: auto; */
	  /* filter: grayscale(0%); */
	  /* opacity: 1; */
	  /* transition: transform 0.2s; */
	/* } */

	/* .class-icon:hover img { */
	  /* transform: scale(1.1); */
	/* } */
	
	/* .spec-menu { */
		/* display: none !important; */
	/* } */
/* } */


/* File d'ariane */
/* .yoast-breadcrumbs a { */
	/* color: #322233; */
	/* font-weight: bold; */
	/* #text-transform: uppercase; */
/* } */

/* .yoast-breadcrumbs { */
	/* color: #322233; */
	/* #text-transform: uppercase; */
/* } */

/* .wp-block-latest-posts__post-title { */
	/* font-weight: bold; */
/* } */

/* .page-title { */
  /* background-color: #2E2E2E; */
  /* color: #F0D351 !important; */
  /* padding: 12px 16px; */
  /* border-left: 5px solid #F0D351; */
  /* border-radius: 4px; */
  /* font-weight: 700; */
  /* font-size: 1.7rem; */
  /* box-shadow: inset 0 0 0 1px #F0D35133; */
/* } */


/* @media screen and (min-width: 1025px) { */
	/* .entry-content { */
		/* max-width: 100%; */
		/* margin-left: auto; */
		/* margin-right: auto; */
	/* } */
/* } */

/* @media (max-width: 767px) { */
  /* .entry-content, */
  /* .single .ct-container, */
  /* .page .ct-container, */
  /* .blog .ct-container { */
    /* padding-left: 5px !important; */
    /* padding-right: 5px !important; */
    /* margin-left: 0 !important; */
    /* margin-right: 0 !important; */
    /* max-width: 100% !important; */
    /* width: 100% !important; */
  /* } */
/* } */

/* .ct-header-trigger { */
  /* margin-right: 10px !important; */
/* } */

/* .site-description:not(:only-child) { */
  /* margin-top: 0 !important; */
/* } */

/* .obfx-menu-icon { */
	/* padding-right: 5px !important; */
/* } */

/* .ct-widget .wp-block-heading, .ct-widget .widget-title { */
	/* background-color: #2E2E2E !important; */
	/* padding: 0.3em 0.5em; */
	/* width: 100%; */
	/* color: #F0D351 !important; */
	/* border-radius: 2px; */
	/* border-bottom: 2px solid rgba(240, 211, 81, 0.7) !important; */
/* } */

/* .wp-block-list li { */
	/* padding: 0 0 5px 10px; */
/* } */

/* COLONNE LATERALE DROITE */
/* aside[data-type="type-2"] .ct-sidebar[data-widgets="separated"] .ct-widget { */
	/* padding: 0 !important; */
	/* border: 0 !important; */
  /* border-radius: 2px; */
/* } */

/* .sidebar h2 { */
  /* margin-left: 15px; */
  /* font-size: 17px !important; */
/* } */

/* .o-posts-grid-post-title a { */
	/* color: #F0D351 !important; */
/* } */

/* Image correctement ajustée */
/* .wp-block-latest-posts__featured-image img { */
/* width: 38px; */
/* height: 38px; */
/* object-fit: cover; */
/* border-radius: 4px; */
/* } */

/* @media (max-width: 768px) { */
  /* Conteneur du post : image + titre */
  /* .wp-block-latest-posts__list li { */
    /* display: flex; */
    /* align-items: center; */
    /* gap: 12px; */
    /* margin-bottom: 10px; */
  /* } */

  /* Enlève le float et marge inutile */
  /* .wp-block-latest-posts__featured-image.alignleft { */
    /* float: none !important; */
    /* margin: 0 !important; */
    /* max-width: 38px; */
    /* max-height: 38px; */
    /* flex-shrink: 0; */
  /* } */
/* } */


/* PUBLICATIONS */
/* .entry-card { */
	/* background-color: #373746 !important; */
/* } */

/* COMMENTAIRES */
/* .comment-respond .comment-reply-title { */
	/* color: #F0D351; */
/* } */

/* TABLE OF CONTENT */
/* Conteneur du sommaire */
/* .toc-widget { */
  /* background-color: #2e2e2e; /* beige léger pour contraste sur fond sombre */ */
  /* border: 2px solid #F0D351; */
  /* padding: 1.2em; */
  /* border-radius: 10px; */
  /* font-size: 0.95em; */
  /* line-height: 1.6; */
  /* margin-bottom: 2em; */
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
/* } */

/* Liste */
/* .toc-widget ol { */
  /* list-style: none; */
  /* padding-left: 0; */
/* } */

/* .toc-widget li { */
  /* margin: 0.3em 0; */
  /* color: #F0D351; */
/* } */

/* .toc-widget li a { */
  /* color: #F0D351; */
/* } */

/* Niveaux imbriqués */
/* .toc-widget li ol { */
  /* margin-top: 0.3em; */
  /* margin-left: 1.2em; */
  /* padding-left: 1em; */
  /* border-left: 2px solid #F0D35122; */
/* } */

/* .toc-widget li ol li::before { */
  /* color: #bbb; */
  /* font-size: 0.9em; */
/* } */

/* Liens */
/* .toc-widget a { */
  /* color: #F0D351; */
  /* text-decoration: none; */
/* } */

/* .toc-widget a:hover { */
  /* color: #E6E0D4; */
  /* text-decoration: underline; */
/* } */

/* BLUE POSTS */
/* .blue-post-box { */
  /* background: #0d1117; */
  /* border: 1px solid #2f81f7; */
  /* color: #c9d1d9; */
  /* padding: 0; */
  /* border-radius: 6px; */
  /* margin: 2em 0; */
  /* font-family: "Segoe UI", sans-serif; */
  /* overflow: hidden; /* pour les arrondis */ */
/* } */

/* .blue-post-header { */
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* background: #1f6feb; */
  /* padding: 0.5em 1em; */
  /* border-radius: 4px 4px 0 0; */
  /* color: white; */
  /* font-weight: bold; */
/* } */

/* .blue-post-source { */
  /* color: white; */
  /* font-size: 0.9em; */
  /* text-decoration: underline; */
/* } */

/* .toggle-btn { */
  /* background-color: #1f6feb; */
  /* border: 1px solid #ffffff33; */
  /* color: white; */
  /* font-size: 1em; */
  /* font-weight: bold; */
  /* width: 28px; */
  /* height: 28px; */
  /* line-height: 1; */
  /* text-align: center; */
  /* border-radius: 50%; */
  /* margin-left: 1em; */
  /* cursor: pointer; */
  /* transition: background-color 0.2s ease; */
/* } */

/* .toggle-btn:hover { */
  /* background-color: #256fe8; */
/* } */


/* .blue-post-content.collapsed { */
  /* display: none; */
/* } */

/* .blue-post-content, .blue-post-content h2 { */
	/* color: #00aeff; */
	/* padding: 20px; */
/* } */

/* .blue-post-header { */
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* gap: 1em; */
  /* background: #1f6feb; */
  /* color: white; */
  /* padding: 0.5em 1em; */
  /* margin: 0;        */
  /* border-radius: 6px 6px 0 0; */
  /* width: 100%;   */
  /* box-sizing: border-box; */
/* } */

/* .blue-post-header-right { */
  /* display: flex; */
  /* align-items: center; */
  /* gap: 0.5em; */
/* } */

/* FOOTER */
/* #footer { */
	/* border-top: 2px solid #F0D351; */
/* } */
/* .akalavolo-footer { */
  /* color: #e6e0d4; */
  /* padding: 40px 20px; */
  /* font-size: 0.9rem; */
/* } */

/* .footer-col { */
  /* flex: 1 1 200px; */
/* } */

/* .footer-col h4 { */
  /* color: #F0D351; */
  /* font-size: 1.1rem; */
  /* margin-bottom: 10px; */
/* } */

/* .footer-col ul { */
  /* list-style: none; */
  /* padding: 0; */
  /* margin: 0; */
/* } */

/* .footer-col ul li { */
  /* margin-bottom: 6px; */
/* } */

/* .footer-col ul a { */
  /* color: #e6e0d4; */
  /* text-decoration: none; */
/* } */

/* .footer-col ul a:hover { */
  /* text-decoration: underline; */
  /* color: #F0D351; */
/* } */

/* .footer-columns { */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 40px; */
  /* justify-content: space-between; */
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  /* padding: 20px 0; */
/* } */

/* .footer-col { */
  /* flex: 1 1 280px; */
  /* padding: 0; */
  /* box-shadow: none; */
  /* background: none; */
  /* border: none; */
/* } */

/* .footer .widget { */
  /* background: none !important; */
  /* border: none !important; */
  /* padding: 0 !important; */
  /* box-shadow: none !important; */
/* } */

/* CSS ADDITIONNEL */
/* .wp-block-column { */
  /* background-color: #ffffff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  /* padding: 20px; */
  /* margin: 0 10px; */
/* } */

/* .wp-block-column { */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  /* border-radius: 8px; */
/* } */

/* .wp-block-column:hover { */
  /* transform: translateY(-6px); */
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.1); */
/* } */

/* .yoast-breadcrumbs a { */
	/* color: #322233; */
	/* font-weight: bold; */
	/* #text-transform: uppercase; */
/* } */

/* .yoast-breadcrumbs { */
	/* color: #322233; */
	/* #text-transform: uppercase; */
/* } */

/* .wp-block-latest-posts__post-title { */
	/* font-weight: bold; */
/* } */

/* .page-title { */
	/* color: #373746; */
/* } */

/* .entry-content { */
	/* margin-left: auto; */
  /* margin-right: auto; */
/* } */

/* .ct-widget .wp-block-heading, .ct-widget .widget-title { */
  /* background-color: #373746; */
  /* padding: 0.3em 0.5em;; */
  /* width: 100%; */
	/* color: #F0D351; */
	/* border-radius: 2px; */
/* } */

/* .wp-block-list li { */
	/* padding: 0 0 5px 10px; */
/* } */

/* aside[data-type="type-2"] .ct-sidebar[data-widgets="separated"] .ct-widget { */
	/* padding: 0 !important; */
	/* border: 0 !important; */
  /* border-radius: 2px; */
/* } */

/* .wp-block-latest-posts__list li:hover { */
	/* opacity: 0.8; */
/* } */

/* .type-page h1 { */
	/* text-transform: uppercase; */
	/* text-shadow: 2px 2px #2E2E2E; */
	/* text-align: center; */
/* } */