/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 22:07:51 */
/* ===== MENU GLOBAL ===== */
.show-logo {
	width: 50%;
}
@media (max-width: 990px) {
    .show-logo {
		width: 85%;
	}
	article.post>a {
		width: 100% !important;
	}
	.amz-bloc {
		max-width: 97% !important;
		margin: 1% !important;
	}
}
header nav ul {
	display: inline !important;
}
.site-header .header-inner {
	justify-content: inherit !important;
}
header nav a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #2b2b2b;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

/* ===== HOVER ===== */
header nav a:hover {
    color: #0B93D0;
    background: rgba(94, 96, 206, 0.08);
}

/* ===== EFFET SOUS-LIGNE DYNAMIQUE ===== */
header nav a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #5e60ce, #64dfdf);
    transition: width 0.3s ease;
    margin-top: 4px;
}

header nav a:hover::after {
    width: 100%;
}

/* ===== HEADER GLASS EFFECT ===== */
header {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.75);
	z-index: 11000;
}

/* ===== VERSION MOBILE ===== */
@media (max-width: 768px) {
    header nav a {
        display: block;
        padding: 12px;
        font-size: 16px;
    }
	.show-logo {
		width: 75%;
	}
	.site-header .site-description {
		font-size: 0.6em;
	}
}
.site-navigation ul.menu li {
    display: inline !important;
}
header nav .cta a {
    background: linear-gradient(90deg, #5e60ce, #64dfdf) !important;
    color: white !important;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 18px 0 !important;
}

header nav .cta:hover a {
    opacity: 0.9;
}

h1 {
    font-size: 1.6rem !important;
    color: #014c8f !important;
	font-weight: bold !important;
	text-align: center;
}
h2 {
    font-size: 1.5rem;
}
.page-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 0px;
	margin-bottom: 30px;
}

article.post {
	overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0eeff;
    border-radius: 12px;
}
article.post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
article.post>a {
	overflow: hidden;
	display: block;
	width: 48%;
	float: left;
	margin-right: 1%;
}
article.post:nth-child(even) > a {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 1% !important;
}
article.post>p {
	text-align: justify;
}
article {
	margin-bottom: 20px;
}
.site-breadcrumb {
	display: block !important;
}
.blog-search-form {
	display: block;
	padding-top: 0 !important;
	text-align: right;
}
.blog-search-input {
	width: auto !important;
	margin-right: 15px;
}

.site-navigation ul.menu li a {
    padding: 5px 15px !important;
}

.amz-bloc {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px;
    max-width: 45%;
    margin: 1%;
    overflow: hidden;
	float: left;
}
.amz-image-link {
    float: left;
    margin: 0 16px 8px 0;
}
.amz-image-link img {
    width: 110px;
    object-fit: contain;
    border-radius: 6px;
    display: block;
}
.amz-content { overflow: hidden; }
.amz-titre {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: .97rem;
}
.amz-desc {
    margin: 0 0 10px;
    font-size: .87rem;
    color: #666;
    line-height: 1.5;
}
.amz-prix {
    margin: 0 0 12px;
    font-weight: 700;
    color: #e6813c;
}
.amz-btn {
    display: inline-block;
    background: #e6813c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: .88rem;
}
.amz-btn:hover { opacity: .85; }