/**
 * 2008 - 2024 (c) Prestablog
 *
 * MODULE PrestaBlog
 *
 * @author    Prestablog
 * @copyright Copyright (c) permanent, Prestablog
 * @license   Commercial
 */
/* Hack fix */
.clearblog {
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

/* =============================
   Overrides against general theme on homepage
   Ensure Prestablog swiper overlay keeps our intended style
============================== */
.blog-home .prestablogswip .block_cont_home .bloc-information {
    /* Boost specificity vs .blog-home #blog_list_1-7 .bloc-information */
    background: linear-gradient(180deg, rgba(2,0,20,0) 0%, rgba(2,0,20,0.6) 30%, rgba(2,0,20,0.9) 100%) !important;
    padding: 20px !important;
    right: 0; /* use left/right instead of width for safer overlays */
    border-radius: 0 0 8px 8px;
}

.blog-home .prestablogswip .block_cont_home .bloc-information-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.blog-home .prestablogswip .block_cont_home .bloc-information-title {
    color: #fff;
}

.blog-home .prestablogswip .block_cont_home .btn-home-blog {
    background: rgba(255,255,255,0.1);
}
/* Fonts */
#module-prestablog-blog h1.prestablogcat span {  
    font-size: 15px;
    color: #575757;
}
#module-prestablog-blog h1.prestablogcat {margin: 10px 0;  line-height: 1;}
h1#prestablog_home {
    padding: 20px;
    color: #555;
}					
#prestablogfront h1, #prestablogfront  h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6, #prestablogauthor h1, #prestablogauthor h2, #prestablogauthor .prestablogtitle {
	font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
	margin: 40px 0;  
    color: #424242;
}
#prestablogfront h1 {text-align:center;}
#prestablogfront  h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6, #prestablogauthor h1, #prestablogauthor h2, #prestablogauthor .prestablogtitle {text-align: left;}
#prestablogfront h1 {margin-bottom:15px; margin-top:15px; border-top: 0px; border-bottom: 0px; padding-top: 0px; padding-bottom: 0px;}
.prestablogtitle {
	font-size: 1.375rem;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
	margin: 30px 0px 30px 0px;
    padding-bottom: 5px;
    overflow: hidden;
}
h1 span.article_number { color: #A4A4A4; font-size: 20px;}	
time.date, .info_blog { color: #7F7F7F; display: block; font-size: 12px; position: relative; text-align: center; z-index: 1; margin: 0px 20px 0px 20px;    overflow: hidden;}
time.date:before, .info_blog:before { border-top: 1px solid #bfbfbf; content: ""; position: absolute; top: 12px; left: 0; width: 100%; z-index: -1; }
time.date span, .info_blog span { background: #fff; padding: 0px 10px; }

#prestablogfront .info_blog {
	text-align: center;
	margin-bottom: 10px;
}
/* Rating css */
.star_content .material-icons {font-size:14px;color: #ccc}
.block_bas .star_content .material-icons.checked,  .star_content .material-icons.checked {
  color: orange;
}
.block_bas .star_content {font-size: 80%;}
.rating {
  border: none;
  float: left;
  width: 135px;
}

.rating > input { display: none; }

.rating > label {
  color: #ddd;
 float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

/** filtrage page recherche */
#categoriesFiltrage {
	display: block;
}
#categoriesFiltrage form {
	margin-top: 5px;
}
#categoriesFiltrage input.search_query {
	width: 250px;
	float: left;
	height: 32px;
	margin-right: 10px;
	margin-top: 3px;
	border: 1px solid #BDBDBD;
    background-color: #fff;						   
}
#categoriesFiltrage .button-search { border: 1px solid #BDBDBD; }
#categoriesFiltrage select {
	height: 38px;
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 5px;
    background-color: #fff;
}
#categoriesFiltrage div#categoriesForFilter {
  width: 100%;
  display: block;
  float: left;
}
#categoriesFiltrage div.filtrecat {
    float:left;
    color: #313131;
    padding: 5px;
    margin-right: 5px;
    background: #ececec none repeat scroll 0 0;
    border: 1px solid #ccc;
}
#categoriesFiltrage div.deleteCat {
	float:right;
	cursor: pointer;
	margin-left: 5px;
}
#categoriesFiltrage div.deleteCat:hover {
	color: #6f6f6f;
}
/** /filtrage page recherche */

/** Force margin for template without margin on there paragraphe css **/
#prestablogfont p, #prestablogfont ul, #prestablogfont ol { margin: 0 0 15px; }

/** Bloc Search **/
#prestablog_bloc_search {
	position:relative;
}
#prestablog_bloc_search .btn.button-search {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	padding: 10px 0 11px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	height: 45px;
}
#prestablog_bloc_search .btn.button-search span {
	display: none;
}
#prestablog_bloc_search .btn.button-search::after {
	content: ' ';
	background-image: url(../img/front-icons.png);
	background-position: left 2px;
	position: absolute;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	top: 12px;
	left: 18px;
}
#prestablog_bloc_search .btn.button-search:hover {
	color: #6f6f6f;
}
#prestablog_bloc_search #prestablog_search {
	 background: #fbfbfb none repeat scroll 0 0;
	 display: inline;
	 height: 45px;
	 margin-right: 1px;
	 padding: 13px 60px 13px 13px;
}
#categoriesFiltrage {margin-bottom: 20px;}										  
/** /Bloc Search **/

/** Related article on product */
ul.related_blog_product li {
	 display: block;
	 height: auto;
	 margin-bottom: 20px;
	 min-height: 40px;
	 width: 100%;
}
/** Block rss */
#prestablog_block_rss a {
	 background: none repeat scroll 0 0 #333333;
	 color: #fff;
	 display: block;
	 font-weight: bold;
	 overflow: hidden;
	 padding: 7px 10px 10px 10px;
	 text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	 font: 600 18px/22px "Open Sans",sans-serif;
}

#prestablog_block_rss a:hover {
	 background: none repeat scroll 0 0 #777777;
	 color: #fff;
}

#prestablog_block_rss a i {
	float:right;
}


/** Top NAV Menu */
.prestablog-nav-top {
	 border-left: 1px solid #515151;
	 float: right;
}

@media (max-width: 479px) {
	.prestablog-nav-top {
		 text-align: center;
		 width: 25%;
	}
}
.prestablog-nav-top a {
	 color: #FFFFFF;
	 cursor: pointer;
	 display: block;
	 font-weight: bold;
	 padding: 8px 10px 11px;
	 text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
	.prestablog-nav-top a {
		 font-size: 11px;
		 padding-left: 5px;
		 padding-right: 5px;
	}
}
.prestablog-nav-top a:hover, .prestablog-nav-top a.active {
	 background: none repeat scroll 0 0 #2B2B2B;
}

/** Slide */

.prestablog_slide {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin:0;
	padding:0;
	position: relative;
	float: left;
	margin-bottom: 7px;
	background: #FFF;
	box-shadow: #ccc 0px 0px 5px;
	border-radius: 5px;
	border: 1px solid #DADADA;
}

/** If an image is wrapped in a link  */
.prestablog_slide .nivoSlider a.nivo-imageLink {
	position:absolute;top:0px;left:0px;width:100%;
	border:0;padding:0;margin:0;z-index:6;display:none; overflow:hidden; height: 100%;}

.prestablog_slide .nivoSlider img, .productslinks .nivoSlider img {display:none;position:absolute;top:0px;left:0px;max-width: none;}
.prestablog_slide .nivo-main-image, .productslinks .nivo-main-image {display: block !important;position: relative !important; width: 100% !important;}
.prestablog_slide .nivo-slice, .productslinks .nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
.prestablog_slide .nivo-box, .productslinks .nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
.prestablog_slide .nivo-box img, .productslinks .nivo-box img { display:block; }
.prestablog_slide .nivoSlider, .productslinks .nivoSlider {position:relative;}

.prestablog_slide .nivo-controlNav {
	text-align: center;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 100%;
	height: 10px;
	z-index:8;
}
.prestablog_slide .nivo-controlNav a {
	background: none repeat scroll 0 0 #2A2A2A;
	border-radius: 5px 5px 5px 5px;
	float: none;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 6px 3px 0;
	width: 6px;
	box-shadow: #ccc 2px 2px 3px;
	cursor: pointer;
	text-indent: -9999;
	margin-top: 4px;
	margin-right: 4px;
}
.prestablog_slide .nivo-controlNav a.active, .prestablog_slide .nivo-controlNav a:hover {
	background: #fff;
	border: 2px solid #333;
	margin-bottom: -2px;
}
.prestablog_slide .nivo-caption  {
	position: absolute;
	bottom: 10px;
	background: url(../img/bg-texte-slide.png) repeat;
	border: 1px solid #626262;
	padding: 8px 8px 8px 5px;
	height: auto;
	width: auto;
	color: #FFF;
	box-shadow: #333 2px 2px 5px;
	z-index: 8;
	border-radius: 0 5px 5px 0;
}
/* Arrow for slideshow and swipe */
.prestablog_slide .nivo-directionNav,
.prestablogswip .nivo-directionNav {
    opacity: 0.2;
    transition: all 0.3s ease;
}
.prestablogswip .nivo-directionNav .swiper-button-next::after, 
.prestablogswip .nivo-directionNav .swiper-button-prev::after {
content: '';
}
.prestablog_slide:hover .nivo-directionNav, .prestablogswip:hover .nivo-directionNav {
    opacity: 1;
}
.prestablog_slide .nivo-directionNav, .prestablogswip .nivo-directionNav {
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 100%;        
}
.prestablogswip .nivo-directionNav {
    top: 20%;       
}
.prestablog_slide .nivo-directionNav a.nivo-nextNav {float: right; margin-right: 25px}
.prestablog_slide .nivo-directionNav a.nivo-prevNav {float: left; margin-left: 25px}
.prestablogswip .nivo-directionNav a.nivo-nextNav {float: right; margin-right: 12px!important}
.prestablogswip .nivo-directionNav a.nivo-prevNav {float: left; margin-left: 12px!important}

.prestablog_slide .nivo-directionNav a, .prestablogswip .nivo-directionNav a {
    cursor: pointer;
    display: block;
    width: 21.21px;
    height: 42.43px;
    position: relative;
    color: transparent;
    text-indent: -9999px;
    margin-top: -20px;
}
.prestablog_slide .nivo-directionNav a:before,
.prestablog_slide .nivo-directionNav a:after, 
.prestablogswip .nivo-directionNav a:before,
.prestablogswip .nivo-directionNav a:after {
    background: #fff;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: calc(50% - (1px));
    transition: all 0.3s ease;
}
.prestablog_slide .nivo-directionNav a:before, .prestablogswip .nivo-directionNav a:before {
    transform: rotate(-45deg);
}
.prestablog_slide .nivo-directionNav a:after, .prestablogswip .nivo-directionNav a:after {
    transform: rotate(45deg);
}
.prestablog_slide .nivo-directionNav a:hover:before, .prestablogswip .nivo-directionNav a:hover:before {
    transform: rotate(-33deg);
}
.prestablog_slide .nivo-directionNav a:hover:after, .prestablogswip .nivo-directionNav a:hover:after {
    transform: rotate(33deg);
}
.prestablog_slide .nivo-directionNav .nivo-prevNav:before,
.prestablog_slide .nivo-directionNav .nivo-prevNav:after,
.prestablogswip .nivo-directionNav .nivo-prevNav:before,
.prestablogswip .nivo-directionNav .nivo-prevNav:after {
    left: 0;
    transform-origin: left 50%;
}
.prestablog_slide .nivo-directionNav .nivo-prevNav:hover:before,
.prestablog_slide .nivo-directionNav .nivo-prevNav:hover:after,
.prestablogswip .nivo-directionNav .nivo-prevNav:hover:before,
.prestablogswip .nivo-directionNav .nivo-prevNav:hover:after {
    left: -10px;
}
.prestablog_slide .nivo-directionNav .nivo-nextNav:before,
.prestablog_slide .nivo-directionNav .nivo-nextNav:after,
.prestablogswip .nivo-directionNav .nivo-nextNav:before,
.prestablogswip .nivo-directionNav .nivo-nextNav:after {
    right: 0;
    transform-origin: right 50%;
}
.prestablog_slide .nivo-directionNav .nivo-nextNav:hover:before,
.prestablog_slide .nivo-directionNav .nivo-nextNav:hover:after,
.prestablogswip .nivo-directionNav .nivo-nextNav:hover:before,
.prestablogswip .nivo-directionNav .nivo-nextNav:hover:after {
    right: -10px;
}
.prestablog_slide .nivo-directionNav a:active:before, .prestablogswip .nivo-directionNav a:active:before {
    transform: rotate(-30deg);
}
.prestablog_slide .nivo-directionNav a:active:after, .prestablogswip .nivo-directionNav a:active:after {
    transform: rotate(30deg);
}
.prestablog_slide .nivo-directionNav .nivo-prevNav:active:before,
.prestablog_slide .nivo-directionNav .nivo-prevNav:active:after, 
.prestablogswip .nivo-directionNav .nivo-prevNav:active:before,
.prestablogswip .nivo-directionNav .nivo-prevNav:active:after {
    left: -8px;
    background: #BFBFBF;
}
.prestablog_slide .nivo-directionNav .nivo-nextNav:active:before,
.prestablog_slide .nivo-directionNav .nivo-nextNav:active:after,
.prestablogswip .nivo-directionNav .nivo-nextNav:active:before,
.prestablogswip .nivo-directionNav .nivo-nextNav:active:after {
    right: -8px;
    background: #BFBFBF;
}
/** Article link */
ul.articleslinks {
	padding-left: 40px;
	margin-bottom: 10px;
	list-style: square;
}

/** FIN SLIDE */
a.bloc-rss img {
	margin-bottom:5px;
}

a.bloc-rss:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
/** Listing */
#blog_list_1-7 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
}
#blog_list_1-7 {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
}
#blog_list_1-7 a { color: #535353; }
#blog_list_1-7 li {
	display: inline-block;
	list-style: none;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
	padding: 10px;
	width: 50%;
	float: left;
}
#blog_list_1-7.one_article li  {
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}
#blog_list_1-7.full_picture li  {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#blog_list_1-7.three_article li {
	width: 33.33%;
}
#blog_list_1-7 li.blog-grid-sizer {
	width: 50%;
}
#blog_list_1-7.three_article li.blog-grid-sizer {
	width: 33.33%;
}
#blog_list_1-7.one_article li.blog-grid-sizer {
	width: 100%;
}

#blog_article_linked #blog_list_1-7 li {width: 33%;}
#blog_list_1-7 li.tiers {width: 33%;}
 #blog_list_1-7 li .link_toplist:hover {background-color: #ff5600;}
#blog_list_1-7 h3 {
	line-height: 0.9;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #E7E7E7;
	font-size: 20px;
    height: auto;
}
#blog_list_1-7 .block_cont, .prestablog .block_cont  {
	width: 100%;
	border: 1px solid #DADADA;
}
#blog_list_1-7.one_article .block_cont {
    border: 0px;
}
#blog_list_1-7 li:hover .block_cont {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.49);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.29);
}
#blog_list_1-7.one_article li {border: 1px solid #fff;}
#blog_list_1-7.one_article li:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.49);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.29);
	border: 1px solid #CCCCCC;
}
#blog_list_1-7.one_article li:hover .block_cont {
	box-shadow: 0px 0px 5px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,255,0);
}
#blog_list_1-7 li .block_cont .block_top a {
	height: auto;
	display: inline-block;
    width: 100%;
}
#blog_list_1-7 li .block_cont .block_top img {					   
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
#blog_list_1-7 li:hover .block_cont .block_top img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#blog_list_1-7 .block_top {	width: 100%; position: relative; overflow: hidden;  padding: 0px;}
#blog_list_1-7.one_article .block_cont .block_top {width: 40%; float :left; margin-right: 10px;}
#blog_list_1-7 li:hover {opacity: 1;}
#blog_list_1-7 .block_top img {width: 100%;}
#blog_list_1-7 .block_bas {
	width: 100%;
	padding: 20px;
}
#blog_list_1-7.one_article .blog-grid .block_bas {width: 100%;}
#blog_list_1-7 #blog_article_linked h3 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #CFCFCF;
    color: #626262;
}
#blog_list_1-7 #blog_article_linked h3, #blog_article_linked .blog_link {
	font-size:15px;
	height: auto;
}
#blog_list_1-7 #blog_article_linked .article_li h3 {border: none;}
#blog_list_1-7 #blog_article_linked .block_bas {padding: 10px;}
#blog_list_1-7 .comments {float: right;   font-size: 14px;}
#blog_list_1-7 a.blog_link:hover, #blog_list_1-7 .comments:hover {
	text-decoration: none;
	color: #ff5600;
}
#blog_list_1-7 p {
	margin: 12px 0px;
}
#blog_list_1-7 .block_top img, #blog_list_1-7 a, .block_cont, #blog_list_1-7 li * {
	-webkit-transition: all .6s ease-in-out;
	 -moz-transition: all .6s ease-in-out;
	 -o-transition: all .6s ease-in-out;
	 transition: all .6s ease-in-out;
}
/** Grid design **/
#blog_list_1-7 .prestablog_more {
    display: block;
    background-color: #2fb5d2;
}
#blog_list_1-7.one_article .prestablog_more {
    display: block;
	float: right;
}

#blog_list_1-7 .prestablog_more .blog_link {
	display: inline-block;
}
#blog_list_1-7 .prestablog_more a {
	color: #fff;
    padding: 15px 15px;
    height: 50px;
}
.prestablog_more {color: #fff;}
#blog_list_1-7 .prestablog_more span {
	float: right;
    height: 50px;
    padding: 15px;
	font-size: 14px;
}
#blog_list_1-7 .blog-grid .block_bas {
    width: 100%;
    padding: 10px 30px 20px 30px;
    background: #02001400;
}
#blog_list_1-7 a.blog_link:hover, #blog_list_1-7 .comments:hover, #blog_list_1-7 a.blog_link:hover::before, #blog_list_1-7 .comments:hover::before {
	background-color: #0785A0;
	color: #fff;
}

#blog_list_1-7 h3, #blog_list_1-7 .h3title {
	line-height: inherit;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: none;
	font-size: 16px;
}
.prestablog_desc {font-size: 13px;}
/** Typo **/

#prestablogfont ul, #prestablogfont ol {
	padding-left: 40px;
	margin-bottom: 15px;
}

#prestablogfont ul li {
	list-style: square;
    font-size: 0.9375rem;
    /* color: #878787; */
    font-weight: 400;
}

#prestablogfont ol li {
	list-style: decimal;
    font-size: 0.9375rem;
    color: #878787;
    font-weight: 400;
}

.info_blog {
	font-size: 11px;
	color: #6F6F6F;
	}
.info_blog a, .date_blog-cat, ul#blog_list_1-7 li .date_blog-cat a { color:#3C3C3C; }
.date_blog-cat {
	font-size: 10px;
	font-weight: normal;
}

.categorie_blog {
	color: #A020F0;
}

.categorie_blog:hover {
	text-decoration:underline;
}

/** Navigation slide */
#prestablog_nav_slide {
	width: 100%;
	float: left;
	display: block;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
}
#prestablog_nav_slide a {
	background: url(../img/nav-slide.png) no-repeat right top;
	display: inline-block;
	height: 16px;
	width: 16px;
	outline: medium none;
	text-indent: -9999em;
	margin-right: 1px;
	margin-left: 1px;
}
#prestablog_nav_slide a.activeSlide {
	background: url(../img/nav-slide.png) left top;
}
#prestablog_nav_slide a:hover {
	background: url(../img/nav-slide.png) left top;
}
.prestablog_slide ul.admin { padding:0px; }

/** date */
#prestablog_dateliste ul {
	font-weight:bold;
}

#prestablog_dateliste ul ul {
	color:#7F7F7F;
	font-size:90%;
	font-weight:normal;
	margin-left:15px;
}
#prestablog_dateliste ul ul li {
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 2px;
}
/** Swip style */
.prestablogswip .swiper-container, #prestablog_lastliste .swiper-container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1
}
.prestablogproductswip.prestablogswip .swiper-wrapper *, .prestabloglastnewswip *, .bloglistswip .swiper-wrapper *, .prestabloglastnewswipintro * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
/** Subbblock slide */
.prestablogswip .bloglistswip {
    width: 100%;
    height: auto;
    margin-top: 30px; 
    margin-bottom: 10px;
    padding-bottom:25px!important;
}
.prestablogswip .bloglistswip .swiper-pagination-bloglist {
    position: absolute;
    bottom: 0px!important;
    width: 250px;
    text-align: center;
}
.bloglistswip .swiper-pagination-bullet-active {
    background-color: #989898;
}
.bloglistswip .swiper-pagination-bullet {margin:5px!important;}
/** Product linked product slide */
.prestablogproductswip.prestablogswip .swiper-pagination-bullet-active, .bloglistswip .swiper-pagination-bullet-active {
    background-color: #989898!important;
    color: #727272!important
}

.prestablogproductswip  {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px; 
    margin-bottom: 10px;
    padding: 5px 5px 40px 5px;
}
.prestablogproductswip .swiper-slide {
    border:1px solid #E0E0E0;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.prestablogproductswip .swiper-slide:hover {
    border:1px solid #ECECEC;
    box-shadow: 0 0 5px rgba(0,0,0,0.0);
}
.prestablogswip .product_blog {
	display: table;
	width: 100%;
 	height: 100%;
}
.prestablogproductswip .swiper-slide .titre_product_blog {
	display: table-cell; 
	vertical-align: middle;
}
.prestablogswip .product_blog p {margin-top: auto; margin-bottom: auto;}
.prestablogswip .swiper-pagination-productblog {  
	text-align: center; 
	margin-top: 10px;  
	position: absolute; 
	display:block;
}
.prestablogproductswip.prestablogswip .product_blog img {
	padding: 10px;
	max-width: 100%;
	height: auto;
	background-color: #fff;
	margin-right: 10px;
	border:0;
}
.blogpastille {
    background-color: #f7f7f7;
    padding: 5px 10px !important;
    display: inline;
    border-radius: 3px;
    margin-top: 5px !important;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: 1px solid #e6e6e6;
    color: #393939;
}
.blog_product_regular_price {
    font-size: 12px;
    color: #b0b0b0;
    text-decoration: line-through;
    margin-right: 5px!important;
}
/** bloc last liste */
#prestablog_lastliste .prestabloglastnewswip, #prestablog_lastliste .prestabloglastnewswipintro {
	width: 100%;
	height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
	text-align: center;
}
#prestablog_lastliste .prestabloglastnewswip {  padding-top: 10px;}
#prestablog_lastliste .prestabloglastnewswip .swiper-wrapper, #prestablog_lastliste .prestabloglastnewswipintro .swiper-wrapper {
	padding-bottom: 20px;
    min-height: 150px;
}
.prestabloglastnewswip .swiper-slide-img, .prestabloglastnewswipintro .swiper-slide-img {
	position: relative;  
	width: 100%;
	display: block;
}
.swiper-slide .prestabloglastnewstitle {
    text-align: left;
    margin: 0;
    color: #FFF;
    position: absolute;
    background-color: rgba(0,0,0,0.35);
    width: 100%;
    padding: 15px;
	font-size: 14px;
}

.prestabloglastnewstitle-nopic-nointro {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: rgba(244,244,244,0.48);
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
}
.prestabloglastnewstitle-nopic-nointro:hover {
    background-color: rgba(244,244,244,0.80);	
}
.swiper-slide span.swiper-slide-resume {
	background-color: #f0f0f0;
	text-align: left;
	font-size: 12px;
	color: #686868;
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #e6e6e6;
	margin-top: 10px;
}
#prestablog_lastliste .swiper-pagination-lastnewsblog {
    position: absolute;
    bottom: -2px;
    width: 250px;
    text-align: center;
}
#prestablog_lastliste .swiper-pagination-bullet-active {
        background-color: #989898;
}
#prestablog_lastliste img.lastlisteimg {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
    width: 100%;
}

.prestablogcat .prestablog_more a {
    padding: 15px 15px;
    height: 50px;
}
/* Block category */
img.catlisteimg {
    margin-right: 7px;
    margin-bottom: 7px;
    margin-top: 5px;
    display: inline;
}
.block-categories #prestablog_catliste .blog-collapse-icons {
    top: 10px;
    right: 0;
    background-color: #dfdfdf;
    width: 25px;
    height: 25px;
    color: #999;
    border-radius: 2px;
    border: 1px solid #dbdbdb;  
    position: absolute;
    padding: 0;
    cursor: pointer;
}
#prestablog_catliste .blog-collapse-icons.blogcollapsed .remove, #prestablog_catliste .blog-collapse-icons .add {visibility:visible}  
#prestablog_catliste .blog-collapse-icons .remove, #prestablog_catliste .blog-collapse-icons.blogcollapsed .add {visibility:hidden}
#prestablog_catliste .blog-collapse-icons .material-icons {
    top: 0;
    position: absolute;
} 
#prestablog_catliste .blog-collapse-icons + .blogitems {display: none;}

#prestablog_catliste a.catblog_desc span {
    font-size: 80%;
}
.contcatblockblog {
    display: table-cell; 
    width: 100%; 
    height: 40px;
    padding-bottom: 20px;
}
.block-categories #prestablog_catliste .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    display: none;
}
#prestablog_categorieslist h4 {margin-bottom: 20px;}
.prestablogcatnotreecont {position: relative;  min-height: 40px;}
/** Pagination category */
.cat_prestablog p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
div.prestablog_pagination {
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;  
    width: 100%;
    float: left;
    clear: both;
}
div.prestablog_pagination a {
    padding: 3px 6px 3px 6px;
    margin-right: 2px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #aaa;
    background-color: #fff;
}
div.prestablog_pagination a:hover, div.prestablog_pagination a:active {
    padding: 3px 6px 3px 6px;
    margin-right: 2px;
    border: 1px solid #ccc;
    color: #494949;
}

div.prestablog_pagination span.current {
    padding: 5px 10px 5px 10px;
    margin-right: 2px;
    border: 1px solid #359BBD;
    background-color: #2fb5d2;
    color: #fff;
}
div.prestablog_pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
div.prestablog_pagination span.more {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #aaa;
}

div.block_bas p.categories {
	font-size: 85%;
}

div.block_bas p.categories a {
	font-size: 115%;
}

/** Commentaires Facebook */
#prestablog-fb-comments .fb-comments,
#prestablog-fb-comments .fb-comments iframe[style],
#prestablog-fb-comments .fb-like-box,
#prestablog-fb-comments .fb-like-box iframe[style]
{width: 100% !important;}
#prestablog-fb-comments .fb-comments span,
#prestablog-fb-comments .fb-comments iframe span[style],
#prestablog-fb-comments .fb-like-box span,
#prestablog-fb-comments .fb-like-box iframe span[style]
{width: 100% !important;}

/** Commentaire */
fieldset#prestablog-comment {
	padding: 10px;
}
fieldset#prestablog-comment p {margin: 0;}
fieldset#prestablog-comment label {
	margin: 0;
}
fieldset#prestablog-comment input {
	width: 100%;
}
fieldset#prestablog-comment input#submitComment {
	width: auto;
}
fieldset#prestablog-comment input.text {
	border: 1px solid #CCC;
	padding: 3px 5px 3px 5px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 2px;
	height: 40px;
}
fieldset#prestablog-comment textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
    border-radius: 0px 0px 4px 4px ;
}

fieldset#prestablog-comment p#errors {
	text-align:center;
	font-weight:bold;
}

fieldset#prestablog-comment input.errors, fieldset#prestablog-comment textarea.errors {
	border:solid 1px #0B9A0B;
}

div#comments {
	display: none;
}

span#toggle-comments {
	cursor:pointer;
}

div.comment h4 a {
	text-decoration:none;
}

div.comment h4 a:hover {
	text-decoration:underline;
}

div.comment {
	margin: 10px 0 10px 0;
	padding:15px;
	border-bottom: 1px solid #e3e3e3;
}
div.comment .comment_date {font-size:80%;}
div.comment .title_comment {color: #ccc;}
div.comment hr {
	color:#E5E5E5;
	background-color: #D9D7D7;
	margin-top:0px
}

div.comment p {
	color:#626262;
	font-size:90%;
	margin-bottom : 3px;
	padding: 0px;
}

div#abo {
	font-size:90%;
	float:right;
}

div#abo a {
	color: #DD2A81;
	text-decoration:none;
}

div#abo a:hover {
	text-decoration:underline;
}

#block_footer_last_list {
	 float: left;
	 width: 175px;
	 padding: 15px 10px;
}
#prestablog-fb-comments, #prestablog-comments  {
    padding: 20px;
    background-color: #fffc;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 15px;
	margin-top: 10px;
}

/** fix p sur bloc héritage prestashop */
.prestablog_cat_img {
	display: inline-block;
	height: auto;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 15px;
	background-color: #fff;
}

#prestablog_lastliste .btn-primary, #prestablog_catliste .btn-primary,
#prestablog_dateliste .btn-primary {
     display: block; margin-top: 10px;
     color: #fff;
     text-align: center;
}

#prestablog_catliste p, #prestablog_dateliste li  {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	width: 100%;
	display: inline-block;
}
#prestablog_dateliste li {
	border-bottom: none;
}
#prestablog_dateliste li li {
	border-bottom: 1px dotted #CCCCCC;
}
#prestablog_lastliste a.button_large, #prestablog_catliste a.button_large, #prestablog_dateliste a.button_large {
	margin-top:10px;
}

.prestablog_thumb_cat {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/** Menu category */
#menu-mobile {display: none;}
#prestablog_menu_cat {
    width: 100%;
    display: block;
    height: auto;
    min-height: 58px;
}

#prestablog_menu_cat nav ul {
	min-height: 58px;
}

#prestablog_menu_cat nav #nav-version {
	float:right;
}
#prestablog_menu_cat nav #nav-version:hover {
	background:none;
}
#prestablog_menu_cat nav {
	margin-bottom:10px;
}


.sub-menu.hidden {
	display: none;
}
.sub-menu.block {
	display: block;
}
#prestablog_menu_cat nav ul li i {color:#fff; cursor: pointer;margin-right: 10px; font-size: 20px}
#prestablog_menu_cat nav ul li i:hover {color: #ccc;}
#prestablog_menu_cat nav ul, img.logo_home {
	list-style: none;
	position: relative;
	background: #333333;
}
#prestablog_menu_cat nav ul:after {
	content: "";
	clear: both;
	display: block;
}
#prestablog_menu_cat nav ul li {
	float: left;
}
#prestablog_menu_cat nav span.parent {
	float: right;
}
#prestablog_menu_cat nav ul li a:hover {color: #DBDBDB;}

#prestablog_menu_cat nav ul li a {
	display: inline-block;
	padding: 18px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font: 600 18px/24px "Open Sans",sans-serif;
}
#prestablog_menu_cat nav ul li a:first-of-type i {margin-right: 0px;}
#prestablog_menu_cat nav ul li > img {
	padding: 0px 0px;
}

#prestablog_menu_cat nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	min-width: 200px;
	z-index: 10;
}
#prestablog_menu_cat nav ul ul li {
    float: none;
    border-left: 1px solid rgba(85, 85, 85, 0.35);
    border-right: 1px solid rgba(85, 85, 85, 0.35);
    border-bottom: 1px solid rgba(85, 85, 85, 0.35);
    border-top: 0px solid rgba(85, 85, 85, 0.35);
    position: relative;
}
#prestablog_menu_cat nav ul ul li a {
	color: #fff;
	min-width: 160px;
}
#prestablog_menu_cat nav ul ul li a img {padding-right:5px;}
#prestablog_menu_cat nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
img.news {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	}
#prestablogfont img {max-width: 100%; height: auto;}
#prestablogfont img.f_left {
	margin-right: 10px;
	margin-bottom: 10px;
}
#prestablogfont img.f_right {
	margin-left: 10px;
	margin-bottom: 10px;
}
#prestablogfont iframe {border: none; max-width:100%;}
@media (max-width: 1024px) {
#blog_list_1-7 .block_top .blog_desc {font-size: 12px;}
#blog_list_1-7 li.tiers {width: 50%;}
#blog_list_1-7 li .link_toplist {
    width: 30px;
    height: 30px;
}
}
#prestablog_catliste li {
    margin-bottom: 10px;						
    position: relative; 
    padding-left:0;
}
#prestablog_catliste li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "Material Icons";
    font-size: 14px; }
 #prestablog_catliste li span.OPEN:before, #prestablog_catliste li span.CLOSE:before {
	content: "f068";
	display: block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #333333;
	line-height: 30px;
	text-align: center; }
 #prestablog_catliste li span.CLOSE:before {
	content: "f067";
	color: silver; }

 #prestablog_catliste li span.OPEN ~ p {background-color: #f5f5f5;}
/* Personalised list */
.prestablog .title {text-align: center;text-transform: uppercase !important;}

#prestablogfront, .prestablogExtra {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #DADADA;
    margin-bottom: 20px;
	display: block;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.rrssb-buttons {margin-bottom: 20px;}

#module-prestablog-blog .fancybox-lock {
    overflow: inherit !important;
}
#prestablog-rating {
	width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #F0F0F0;
}
/* Social buttons */
ul.blogsoc-buttons {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    font-size: 35px;
    text-align: left;  
    padding-left: 15px;
    margin-top: -15px;
}
ul.blogsoc-buttons li {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center; 
}
.blogsoc-icon-container {
    width: 40px;
    height: 40px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.4s linear;
    perspective: 1000px;
}
.blogsoc-icon-container:hover .blogsoc-icon {
    transform: rotateY(180deg);
}
.blogsoc-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    color: #fff;
    line-height: 40px;
    transform: rotateY(0deg);
    transition: transform 0.4s linear;  
    box-shadow: 1px 1px 5px #ccc;
    border: 1px solid #fff;
}
.blogsoc-icon svg {
    fill: #ffffff;
    position: relative;
    font-size: 17.5px;
    transition: transform 0.4s linear;
    width:28px;
    height:28px;
}
.blogsoc-icon-container:hover svg {
    transform: rotatey(180deg) !important
}
/* Glow Home scoped styles */
.btn-glow:hover a {
    color: #000000; 
  }
.glow-home * { box-sizing: border-box; }
.glow-home body { background:#000; color:#f5f5f7; }
.glow-home .container { max-width:1280px; margin:0 auto; padding:0 22px; }
.glow-home .header { text-align:center; padding:80px 0 60px; }
.glow-home .header h1 { font-size:64px; font-weight:600; letter-spacing:-0.015em; line-height:1.0625; color:#f5f5f7; margin-bottom:12px; }
.glow-home .gradient-text { background: linear-gradient(90deg, #BDEC03 0%, #E244FD 67%, #8C64FF 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.glow-home .header p { font-size:21px; line-height:1.381; font-weight:400; letter-spacing:0.011em; color:#ffffff; max-width:640px; margin:0 auto; }
.glow-home .search-section {max-width:680px;/* margin:50px auto 80px; */}
.glow-home .search-bar { background:rgba(255,255,255,0.08); backdrop-filter:saturate(180%) blur(20px); border-radius:980px; padding:8px 12px; border:0.5px solid rgba(255,255,255,0.1); display:flex; align-items:center; gap:12px; }
.glow-home .search-bar:focus-within { background:rgba(255,255,255,0.12); border-color:rgba(255,255,255,0.2); }
.glow-home .search-bar input { border:none; outline:none; flex:1; font-size:17px; padding:12px 16px; background:transparent; color:#f5f5f7; font-weight:400; }
.glow-home .search-bar input::placeholder { color:#86868b; }
.glow-home .search-bar i { color:#86868b; font-size:18px; margin-left:8px; }
.glow-home .search-btn { 
    background: linear-gradient(90deg, #BDEC03 0%, #E244FD 67%, #8C64FF 100%); 
    border: none; 
    border-radius: 999px; 
    padding: 12px 24px; 
    color: #000; 
    font-weight: 600; 
    font-size: 14px; 
    cursor: pointer; 
    transition: all 0.3s ease;
    white-space: nowrap;
}
.glow-home .search-btn:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 8px 25px rgba(189, 236, 3, 0.3); 
}
.glow-home .section-header { margin:40px 0 32px; }
.glow-home .section-title { font-size:40px; font-weight:600; letter-spacing:-0.015em; color:#f5f5f7; margin-bottom:8px; }
.glow-home .section-subtitle { margin-bottom: 0;background: linear-gradient(90deg, #bdec03, #e244fd 67%, #8c64ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; width: -moz-fit-content; width: fit-content; text-transform: uppercase; letter-spacing: 1px; }
.glow-home .featured-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:11px; }
.glow-home .featured-card { background:rgba(255,255,255,0.06); backdrop-filter:saturate(180%) blur(20px); border-radius:18px; padding:40px 30px; border:0.5px solid rgba(255,255,255,0.1); cursor:pointer; transition:all .3s cubic-bezier(.4,0,.2,1); position:relative; overflow:hidden; min-height:auto; display:flex; flex-direction:column; justify-content:flex-end; }
.glow-home .featured-card::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, rgba(168,85,247,.1), rgba(236,72,153,.1)); opacity:0; transition:opacity .3s ease; }
.glow-home .featured-card:hover { background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.2); transform:translateY(-2px); }
.glow-home .featured-card:hover::before { opacity:1; }
.glow-home .featured-icon { position:absolute; top:30px; right:30px; width:36px; height:36px; background:rgba(255,255,255,0.1); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#86868b; font-size:14px; transition:all .3s ease; }
.glow-home .featured-card:hover .featured-icon { background:rgba(255,255,255,0.15); color:#f5f5f7; }
.glow-home .featured-category { font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#ffffff; font-weight:500; margin-bottom:12px; position:relative; z-index:1; }
.glow-home .featured-card h3 { font-size:24px; font-weight:600; line-height:1.16667; letter-spacing:-0.015em; color:#f5f5f7; position:relative; z-index:1; }
.glow-home .categories-section { margin:80px 0; }
.glow-home .categories-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.glow-home .category-card { background:rgba(255,255,255,0.06); backdrop-filter:saturate(180%) blur(20px); border:0.5px solid rgba(255,255,255,0.1); border-radius:18px; padding:40px 24px; text-align:center; cursor:pointer; transition:all .3s cubic-bezier(.4,0,.2,1); position:relative; overflow:hidden; }
.glow-home .category-card::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, rgba(168,85,247,.15), rgba(236,72,153,.15)); opacity:0; transition:opacity .3s ease; }
.glow-home .category-card:hover { background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.2); transform:translateY(-2px); }
.glow-home .category-card:hover::before { opacity:1; }
.glow-home .category-card i { font-size:32px; color:#f5f5f7; margin-bottom:16px; display:block; position:relative; z-index:1; }
.glow-home .category-card h4 { font-size:17px; font-weight:600; color:#f5f5f7; margin-bottom:6px; line-height:1.23536; letter-spacing:-0.022em; position:relative; z-index:1; text-align:center; max-width:100%; overflow-wrap:anywhere; word-break:break-word; white-space:normal; }
.glow-home .category-card span { font-size:14px; color:#bdec03; position:relative; z-index:1; }
.glow-home .articles-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:80px; }
.glow-home .article-card { background:rgba(255,255,255,0.06); backdrop-filter:saturate(180%) blur(20px); border:0.5px solid rgba(255,255,255,0.1); border-radius:18px; overflow:hidden; cursor:pointer; transition:all .3s cubic-bezier(.4,0,.2,1); }
.glow-home .article-card:hover { background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.2); transform:translateY(-2px); }
.glow-home .article-image { width:100%; height:240px; background:linear-gradient(135deg, rgba(168,85,247,.2), rgba(236,72,153,.2)); display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.glow-home .article-image i { font-size:48px; color:rgba(255,255,255,0.4); z-index:1; }
.glow-home .article-content { padding:30px; }
.glow-home .article-category { font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#ffffff; font-weight:500; margin-bottom:10px; }
.glow-home .article-card h4 { font-size:21px; font-weight:600; line-height:1.19048; letter-spacing:-0.022em; color:#f5f5f7; margin-bottom:12px; }
.glow-home .article-card p { font-size:14px; line-height:1.42859; color:#fff; margin-bottom:16px; }
.glow-home .article-meta { font-size:12px; color:#bdec03; display:flex; align-items:center; gap:8px; }
.glow-home .sidebar { position:relative; width:100%; display:flex; flex-direction:column; gap:12px; }
.glow-home .promo-card, .glow-home .contact-card { background:rgba(255,255,255,0.06); backdrop-filter:saturate(180%) blur(20px); border:0.5px solid rgba(255,255,255,0.1); border-radius:18px; padding:40px 32px; text-align:center; position:relative; overflow:hidden; }
.glow-home .promo-card::before { content:''; position:absolute; top:-50%; right:-50%; width:200%; height:200%; background:radial-gradient(circle, rgba(168,85,247,.1) 0%, transparent 70%); }
.glow-home .promo-card h3 { font-size:24px; font-weight:600; letter-spacing:-0.015em; color:#f5f5f7; margin-bottom:8px; position:relative; z-index:1; }
.glow-home .promo-card p { font-size:14px; line-height:1.42859; color:#ffffff; margin-bottom:24px; position:relative; z-index:1; }
.glow-home .promo-button { background:#0071e3; border:none; color:#f5f5f7; padding:12px 24px; border-radius:980px; font-size:14px; font-weight:500; cursor:pointer; transition:all .3s ease; position:relative; z-index:1; }
.glow-home .promo-button:hover { background:#0077ed; }
.glow-home .contact-card h3 { font-size:21px; font-weight:600; letter-spacing:-0.022em; color:#f5f5f7; margin-bottom:16px; }
.glow-home .contact-info { font-size:14px; color:#fff; margin-bottom:16px; line-height:1.42859; }
.glow-home .phone-number { font-size:28px; font-weight:600; letter-spacing:-0.015em; color:#bdec03; margin:20px 0; }
.glow-home .social-links { display:flex; justify-content:center; gap:12px; margin-top:24px; }
.glow-home .social-link { width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,0.1); color:#f5f5f7; text-decoration:none; transition:all .3s ease; font-size:16px; }
.glow-home .social-link:hover { background:rgba(255,255,255,0.15); transform:scale(1.05); }
.glow-home .main-wrapper { display:grid; grid-template-columns:1fr 360px; gap:32px; max-width:1280px; margin:0 auto; padding:0 22px; }
.glow-home .main-content { min-width:0; }
@media (max-width:1280px){ .glow-home .main-wrapper{ grid-template-columns:1fr; } }
@media (max-width:1024px){ .glow-home .featured-grid, .glow-home .articles-grid{ grid-template-columns:repeat(2,1fr);} .glow-home .categories-grid{ grid-template-columns:repeat(3,1fr);} .glow-home .header h1{ font-size:48px;} }
@media (max-width:768px){ .glow-home .featured-grid, .glow-home .articles-grid, .glow-home .categories-grid{ grid-template-columns:1fr;} .glow-home .header h1{ font-size:40px;} .glow-home .header p{ font-size:17px;} .glow-home .section-title{ font-size:32px;} }

/* Override mobile categories: 3 columns instead of stacked */
@media (max-width: 768px) {
  .glow-home .categories-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
/* Neon tags under category title */
.glow-home .category-tags {flex-wrap:wrap; justify-content:center; gap:10px; margin:20px 0 40px; }
.glow-home .tag-neon { display:inline-block; padding:8px 14px; border-radius:999px; color:#fff; text-decoration:none; font-size:14px; letter-spacing:.02em; position:relative; background:rgba(168,85,247,0.15); border:1px solid rgba(168,85,247,0.4); box-shadow: 0 0 8px rgba(168,85,247,0.6), inset 0 0 6px rgba(236,72,153,0.35); transition: all .25s ease; }
.glow-home .tag-neon:hover { transform: translateY(-1px); box-shadow: 0 0 12px rgba(168,85,247,0.9), 0 0 20px rgba(236,72,153,0.4), inset 0 0 8px rgba(236,72,153,0.5); }
/* Glow Home: Font Awesome fallback using Material Icons */
.glow-home i[class^="fa"],
.glow-home i[class*=" fa"] { position: relative; display: inline-block; font-style: normal; line-height: 1; }
.glow-home i[class^="fa"]::before,
.glow-home i[class*=" fa"]::before { font-family: "Material Icons"; font-weight: normal; font-style: normal; text-transform: none; letter-spacing: normal; white-space: nowrap; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; vertical-align: middle; }
.glow-home i.fas.fa-search::before { content: "search"; }
.glow-home i.fas.fa-arrow-right::before { content: "arrow_forward"; }
.glow-home i.fas.fa-graduation-cap::before { content: "school"; }
.glow-home i.fas.fa-lightbulb::before { content: "lightbulb"; }
.glow-home i.fas.fa-palette::before { content: "palette"; }
.glow-home i.fas.fa-calendar-alt::before { content: "calendar_month"; }
.glow-home i.fas.fa-tools::before { content: "build"; }
.glow-home i.fas.fa-image::before { content: "image"; }
.glow-home i.far.fa-clock::before, .glow-home i.fas.fa-clock::before { content: "schedule"; }
.glow-home i.fas.fa-running::before { content: "directions_run"; }
.glow-home i.fas.fa-home::before { content: "home"; }
.glow-home i.fas.fa-paint-brush::before { content: "brush"; }
.glow-home i.fab.fa-facebook-f::before { content: "share"; }
.glow-home i.fab.fa-pinterest-p::before { content: "push_pin"; }
.glow-home i.fab.fa-instagram::before { content: "photo_camera"; }

/* Home widget/hook swiper styles (block_cont, block_top, block_bas for swiper slides) - Glow Lab theme */
.prestablogswip .block_cont { 
    position:relative; 
    overflow:hidden; 
    border-radius:8px; 
    background:#020014; 
    border:1px solid transparent; 
    transition:all .3s cubic-bezier(.4,0,.2,1); 
    height:100%;
}
.prestablogswip .block_cont:hover { 
    border-color:#e244fd; 
    box-shadow:0 0 20px rgba(226,68,253,0.5); 
}
.prestablogswip .block_top { 
    position:relative; 
    overflow:hidden; 
}
.prestablogswip .block_top > a,
.prestablogswip .bloc-picture { 
    display:block; 
    position:relative; 
}
.prestablogswip .bloc-picture::before { 
    content:""; 
    display:block; 
    position:absolute; 
    z-index:1; 
    background:linear-gradient(180deg, rgba(2,0,20,0) 50%, rgba(2,0,20,0.75) 75%, #020014); 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    border-radius:8px;
}
.prestablogswip .block_top picture,
.prestablogswip .block_top img { 
    width:100%; 
    height:auto; 
    display:block; 
    transition:transform .6s ease; 
    border-radius:8px;
}
.prestablogswip .block_cont:hover .block_top img { 
    transform:scale(1.05); 
}
.prestablogswip .bloc-information { 
    position:absolute; 
    bottom:0; 
    left:0; 
    right:0; 
    padding:16px; 
    background:linear-gradient(to top, rgba(2,0,20,0.95) 0%, rgba(2,0,20,0.7) 60%, transparent 100%); 
    z-index:2; 
}
.prestablogswip .categorie_blog { 
    display:inline-block; 
    padding:6px 12px; 
    border-radius:50px; 
    font-size:12px; 
    font-weight:700; 
    text-transform:uppercase; 
    letter-spacing:1px; 
    color:#100c30; 
    margin-bottom:8px;
    background:rgba(255,255,255,0.1);
    backdrop-filter:blur(8px);
}
.prestablogswip .categorie_blog[data-category="1"] { 
    background-color:#e244fd; 
    backdrop-filter:none; 
}
.prestablogswip .categorie_blog[data-category="2"] { 
    background-color:#bdec03; 
    backdrop-filter:none; 
}
.prestablogswip .categorie_blog[data-category="3"] { 
    background-color:#8c64ff; 
    backdrop-filter:none; 
}
.prestablogswip .bloc-information-title { 
    color:#fff; 
    font-size:18px; 
    font-weight:500; 
    line-height:24px; 
    display:block; 
    margin:0;
}
.prestablogswip .bloc-information-button { 
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    gap:10px; 
    width:100%;
}
.prestablogswip .btn-home-blog { 
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    width:40px; 
    min-width:40px;
    height:40px; 
    border-radius:50%; 
    background:rgba(255,255,255,0.1); 
    backdrop-filter:blur(8px); 
    color:#fff; 
    transition:all .25s ease; 
    margin-left:20px;
}
.prestablogswip .btn-home-blog .material-icons { 
    font-size:24px; 
}
.prestablogswip .bloc-information-button:hover .bloc-information-title,
.prestablogswip .bloc-picture:hover + .bloc-information .bloc-information-button .bloc-information-title { 
    color:#e244fd; 
}
.prestablogswip .bloc-information-button:hover .btn-home-blog,
.prestablogswip .bloc-picture:hover + .bloc-information .bloc-information-button .btn-home-blog { 
    background:#e244fd; 
    box-shadow:0 0 8px 0 #e244fd; 
}
.prestablogswip .block_bas { 
    background:#020014; 
    color:#fff; 
    padding:16px;
}
.prestablogswip .block_bas h3 { 
    margin:0 0 8px 0; 
    border:none;
    padding:0;
}
.prestablogswip .block_bas h3 a,
.prestablogswip .block_bas h3 span { 
    color:#fff; 
    font-size:16px;
    font-weight:500;
}
.prestablogswip .block_bas h3 a:hover { 
    color:#e244fd; 
}
.prestablogswip .date_blog-cat { 
    font-size:14px; 
    color:#86868b; 
}
.prestablogswip .date_blog-cat .categorie_blog { 
    color:#e244fd; 
}
.prestablogswip .prestablog_more { 
    background:#e244fd; 
    border-radius:8px;
    padding:12px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    font-weight:600;
    color:#020014;
    transition:all .3s ease;
}
.prestablogswip .prestablog_more .blog_link { 
    display:flex; 
    align-items:center; 
    color:#020014;
}
.prestablogswip .prestablog_more:hover { 
    background:#bdec03; 
}
.prestablogswip .blog-grid { 
    height:100%; 
}
/* === Force new .block_cont structure to match former overlay design === */
.prestablogswip > .title { display:none; }
.prestablogswip .block_cont { position:relative; overflow:hidden; border-radius:8px; background:#020014; border:1px solid transparent; transition:all .3s cubic-bezier(.4,0,.2,1); height:100%; }
.prestablogswip .block_cont:hover { border-color:#e244fd; box-shadow:0 0 20px rgba(226,68,253,0.5); }
.prestablogswip .block_top { position:relative; overflow:hidden; }
.prestablogswip .block_top::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg, rgba(2,0,20,0) 50%, rgba(2,0,20,0.75) 75%, #020014); border-radius:8px; }
.prestablogswip .block_top picture, 
.prestablogswip .block_top img { width:100%; height:auto; display:block; transition:transform .6s ease; border-radius:8px; }
.prestablogswip .block_cont:hover .block_top img { transform:scale(1.05); }
/* Overlay block: take .block_bas and turn into overlay like before */
.prestablogswip .block_bas { position:absolute; left:0; right:0; bottom:0; z-index:2; padding:16px; background:linear-gradient(to top, rgba(2,0,20,0.95) 0%, rgba(2,0,20,0.7) 60%, transparent 100%); color:#fff; border:none; }
.prestablogswip .block_bas h3 { margin:0; border:none; padding:0; }
.prestablogswip .block_bas h3 a, 
.prestablogswip .block_bas h3 span { color:#fff; font-size:18px; font-weight:500; line-height:24px; }
.prestablogswip .block_bas h3 a:hover { color:#e244fd; text-decoration:none; }
.prestablogswip .block_bas .date_blog-cat { display:block; margin-top:6px; font-size:12px; color:#cfcfe4; }
.prestablogswip .block_bas .date_blog-cat .categorie_blog { display:inline-block; padding:6px 12px; border-radius:50px; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:#100c30; margin:0 4px 0 0; background:#e244fd; }
/* Hide long description and CTA row for overlay layout */
.prestablogswip .block_cont .blog_desc { display:none; }
.prestablogswip .block_cont .prestablog_more { display:none; }
/* Hide "Lire l'article" CTA block in all Prestablog swipers */
.prestablogswip .prestablog_more { display: none !important; }

/* Disable swiper arrows and bullets; use horizontal scrollbar instead */
.prestablogswip .swiper-button-next,
.prestablogswip .swiper-button-prev,
.prestablogswip .nivo-directionNav,
.prestablogswip .swiper-pagination,
.prestablogswip .swiper-pagination-bloglist,
.prestablogswip .swiper-pagination-bullets { 
    display: none !important;
}

/* Ensure horizontal scrollbar is visible and styled */
.prestablogswip .swiper-scrollbar,
.prestablogswip .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: block !important;
    position: relative;
    height: 6px;
    border-radius: 6px;
    background: rgba(255,255,255,0.14);
    bottom: 0;
    left: 1%;
    width: 98%;
}
.prestablogswip .swiper-scrollbar-drag {
    background: #e244fd;
    border-radius: 6px;
}

/* Add space for the scrollbar under the slider */
.prestablogswip .bloglistswip .swiper-wrapper { padding-bottom: 16px; }

/* Reorder inside h3: show categories above title and hide publication text */
.prestablogswip .block_cont .block_bas h3 { display:flex; flex-direction:column-reverse; gap:8px; }
.prestablogswip .block_cont .block_bas h3 br { display:none; }
/* Hide generic text in date_blog-cat but keep category links visible */
.prestablogswip .block_cont .block_bas .date_blog-cat { font-size:0; color:transparent; }
.prestablogswip .block_cont .block_bas .date_blog-cat .categorie_blog { font-size:12px; color:#100c30; background:#e244fd; }
.prestablogswip .block_cont .block_bas .date_blog-cat .categorie_blog + .categorie_blog { margin-left:5px; }

/* Match legacy category pill style (blurred pill above title) */
#blog_list_1-7 .bloc-information .categorie_blog,
.prestablogswip .block_cont .block_bas .date_blog-cat .categorie_blog {
    display: inline-block;
    background-color: #e244fd;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 6px 12px;
    border-radius: 50px;
    color: #100c30;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#blog_list_1-7 .bloc-information .categorie_blog:not(:last-child),
.prestablogswip .block_cont .block_bas .date_blog-cat .categorie_blog:not(:last-child) {
    margin-right: 5px;
}

/* Hard override if theme or inline rules win; scope to homepage context too */
.blog-home #blog_list_1-7 .bloc-information .categorie_blog,
.blog-home .prestablogswip .block_cont .block_bas .date_blog-cat .categorie_blog {
    background-color: #e244fd !important;
    padding: 6px 12px !important;
    color: #100c30 !important;
    border-radius: 50px !important;
    display: inline-block !important;
}

/* Right arrow button on the title (when .btn-home-blog not present) */
.prestablogswip .block_cont .block_bas h3 > a { 
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    gap:10px; 
    min-height: 38px; /* keep room for round button */
}
.prestablogswip .block_cont .block_bas h3 > a::after {
    content: "\e5c8"; /* Material Icons: arrow_forward */
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    color: #ffffff; /* white arrow */
    box-shadow: 0 2px 10px rgba(168,85,247,0.14);
    margin-left: 4px;
    flex: 0 0 38px; /* prevent growth/shrink; keep perfect circle */
    box-sizing: content-box;
}
.prestablogswip .block_cont .block_bas h3 > a:hover::after {
    background: #e244fd; /* hover background */
    color: #ffffff; /* keep arrow white */
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px); /* hover blur */
    box-shadow: 0 4px 20px 0 rgba(226,68,253,0.35);
}

/* Place .block_bas below image (no overlay) for .block_cont structure */
/* reverted per request */
/* Support for alternative structure: block_cont_home with overlay bloc-information */
.prestablogswip .block_cont_home { 
    position:relative; 
    overflow:hidden; 
    border-radius:8px; 
    background:#020014; 
    border:1px solid transparent; 
    transition:all .3s cubic-bezier(.4,0,.2,1); 
    height:100%;
}
.prestablogswip .block_cont_home:hover { 
    border-color:#e244fd; 
    box-shadow:0 0 20px rgba(226,68,253,0.5); 
}
.prestablogswip .block_cont_home .bloc-information { 
    position:absolute; 
    bottom:0; 
    left:0; 
    right:0; 
    padding:20px; 
    z-index:2; 
    background:linear-gradient(180deg, rgba(2,0,20,0) 0%, rgba(2,0,20,0.6) 30%, rgba(2,0,20,0.9) 100%); 
    border-radius:0 0 8px 8px;
}
.prestablogswip .block_cont_home .categorie_blog { 
    display:inline-block; 
    padding:6px 12px; 
    border-radius:4px; 
    background:#e244fd; 
    color:#fff; 
    font-size:12px; 
    font-weight:600; 
    text-transform:uppercase; 
    text-decoration:none; 
    margin-bottom:12px; 
    transition:background .2s ease;
}
.prestablogswip .block_cont_home .categorie_blog:hover { 
    background:#c73ae8; 
}
.prestablogswip .block_cont_home .categorie_blog[data-category="1"] { background:#e244fd; }
.prestablogswip .block_cont_home .categorie_blog[data-category="2"] { background:#007aff; }
.prestablogswip .block_cont_home .categorie_blog[data-category="3"] { background:#34c759; }
.prestablogswip .block_cont_home .categorie_blog[data-category="4"] { background:#ff9500; }
.prestablogswip .block_cont_home .categorie_blog[data-category="5"] { background:#ff3b30; }
.prestablogswip .block_cont_home .bloc-information-button { 
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    text-decoration:none; 
    color:#fff;
}
.prestablogswip .block_cont_home .bloc-information-button .bloc-information-title { 
    color:#fff; 
    font-size:16px; 
    font-weight:500; 
    line-height:1.3; 
    flex:1; 
    margin-right:15px;
}
.prestablogswip .block_cont_home .btn-home-blog { 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    width:40px; 
    height:40px; 
    min-width:40px; 
    border-radius:50%; 
    background:rgba(255,255,255,0.1); 
    backdrop-filter:blur(10px); 
    border:1px solid rgba(255,255,255,0.2); 
    transition:all .2s ease; 
    margin-left:15px;
}
.prestablogswip .block_cont_home .btn-home-blog:hover { 
    background:rgba(226,68,253,0.2); 
    border-color:#e244fd; 
    transform:translateX(2px);
}
.prestablogswip .block_cont_home .btn-home-blog .material-icons { 
    color:#fff; 
    font-size:18px; 
    transition:color .2s ease;
}
.prestablogswip .block_cont_home:hover .btn-home-blog .material-icons { 
    color:#e244fd;
}

/* =============================
   Glow Article Template Styles
============================== */
.glow-article {
    --bg: #000;
    --panel: rgba(255,255,255,.06);
    --panel-border: rgba(255,255,255,.10);
    --panel-hover: rgba(255,255,255,.08);
    --text: #f5f5f7;
    --muted: #86868b;
    --primary: #a855f7;
    --secondary: #ec4899;
    --tertiary: #f59e0b;
    --link: #7dd3fc;
    --ring: 0 0 0 3px rgba(168,85,247,.35);
    --radius: 18px;
    --shadow: 0 14px 40px rgba(0,0,0,.35);
    --container: 1280px;
    --content: 820px;
}

@media (prefers-color-scheme: light) {
    .glow-article {
        --bg: #f6f7fb;
        --text: #16161f;
        --muted: #5b5b6a;
        --panel: #ffffff;
        --panel-border: rgba(12,17,29,.10);
        --panel-hover: #fff;
        --ring: 0 0 0 3px rgba(168,85,247,.20);
    }
}

.glow-article {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", Segoe UI, Roboto, sans-serif;
    background: radial-gradient(1200px 800px at 100% 0%, rgba(236,72,153,.12), transparent 60%),
                radial-gradient(1200px 800px at 0% 20%, rgba(168,85,247,.10), transparent 60%),
                var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
}

.glow-article a { 
    color: var(--link); 
    text-decoration: none; 
}
.glow-article a:hover { 
    text-decoration: underline; 
}
.glow-article img { 
    max-width: 100%; 
    border-radius: 12px; 
    display: block; 
}

.glow-article .container { 
    max-width: var(--container); 
    margin: 0 auto; 
    padding: 0 22px; 
}

/* Header / Breadcrumb / Progress */
.glow-article .sitebar { 
    position: sticky; 
    top: 0; 
    z-index: 50; 
    backdrop-filter: saturate(180%) blur(18px); 
    background: rgba(0,0,0,.38); 
    border-bottom: 1px solid rgba(255,255,255,.08); 
}
@media (prefers-color-scheme: light) { 
    .glow-article .sitebar { 
        background: rgba(255,255,255,.65); 
    } 
}
.glow-article .nav { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 12px; 
    height: 64px; 
}
.glow-article .brand { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-weight: 800; 
    letter-spacing: -.02em; 
}
.glow-article .brand .dot { 
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--tertiary)); 
    box-shadow: 0 0 18px rgba(168,85,247,.8); 
}
.glow-article .crumbs { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-size: 13px; 
    color: var(--muted); 
}
.glow-article .crumbs a { 
    color: inherit; 
    text-decoration: none; 
}
.glow-article .crumbs i { 
    opacity: .7; 
}

.glow-article .progress { 
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 3px; 
    width: 0; 
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--tertiary)); 
    z-index: 60; 
    box-shadow: 0 6px 16px rgba(0,0,0,.25); 
}

/* Hero Article */
.glow-article .hero { 
    padding: 72px 0 36px; 
}
.glow-article .title { 
    font-size: clamp(32px, 4.6vw, 54px); 
    font-weight: 800; 
    letter-spacing: -.015em; 
    line-height: 1.06; 
    margin: 10px 0 14px; 
}
.glow-article .dek { 
    font-size: clamp(16px, 1.3vw, 19px); 
    color: var(--muted); 
    max-width: var(--content); 
}
.glow-article .meta { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 12px 18px; 
    align-items: center; 
    margin-top: 16px; 
    color: var(--muted); 
    font-size: 14px; 
}
.glow-article .meta .pill { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    padding: 8px 12px; 
    border-radius: 999px; 
    background: var(--panel); 
    border: 1px solid var(--panel-border); 
}
.glow-article .author { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
}
.glow-article .author img { 
    width: 36px; 
    height: 36px; 
    border-radius: 50%; 
}

/* Layout: Content + TOC + Aside */
.glow-article .main { 
    display: grid; 
    grid-template-columns: minmax(0,1fr) 280px; 
    gap: 28px; 
}
@media (max-width: 1100px) { 
    .glow-article .main { 
        grid-template-columns: 1fr; 
    } 
}

.glow-article .article { 
    background: var(--panel); 
    border: 1px solid var(--panel-border); 
    border-radius: var(--radius); 
    padding: 32px 26px; 
    box-shadow: var(--shadow); 
}
.glow-article .article :where(h2,h3,h4) { 
    scroll-margin-top: 100px; 
}
.glow-article .article h2 { 
    font-size: clamp(24px, 2.4vw, 32px); 
    margin: 28px 0 10px; 
    letter-spacing: -.01em; 
}
.glow-article .article h3 { 
    font-size: 20px; 
    margin: 20px 0 8px; 
}
.glow-article .article p { 
    color: var(--text); 
    line-height: 1.68; 
    font-size: 17px; 
}
.glow-article .article p + p { 
    margin-top: 12px; 
}
.glow-article .article ul { 
    margin: 10px 0 10px 18px; 
    color: var(--muted); 
}
.glow-article .article li { 
    margin: 6px 0; 
}
.glow-article .lead { 
    font-size: 19px; 
    color: var(--muted); 
}

.glow-article .figure { 
    margin: 22px 0; 
    border-radius: 14px; 
    overflow: hidden; 
    border: 1px solid var(--panel-border); 
    background: rgba(255,255,255,.03); 
}
.glow-article .figure figcaption { 
    font-size: 13px; 
    color: var(--muted); 
    padding: 10px 14px; 
    border-top: 1px solid var(--panel-border); 
}

.glow-article .callout { 
    border: 1px solid var(--panel-border); 
    border-left-width: 4px; 
    border-radius: 14px; 
    padding: 14px 16px; 
    margin: 18px 0; 
    background: rgba(255,255,255,.04); 
}
.glow-article .callout.info { 
    border-left-color: var(--primary); 
}
.glow-article .callout.warn { 
    border-left-color: var(--tertiary); 
}
.glow-article .callout.success { 
    border-left-color: #22c55e; 
}

.glow-article pre { 
    background: #0b0b12; 
    color: #d1d5db; 
    border: 1px solid var(--panel-border); 
    border-radius: 14px; 
    padding: 16px; 
    overflow: auto; 
}
.glow-article code { 
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; 
    font-size: 13px; 
}

.glow-article blockquote { 
    border-left: 4px solid var(--secondary); 
    margin: 20px 0; 
    padding: 8px 16px; 
    color: var(--muted); 
    font-style: italic; 
    background: rgba(255,255,255,.03); 
    border-radius: 10px; 
}

.glow-article .tags { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 8px; 
    margin-top: 18px; 
}
.glow-article .tag { 
    font-size: 12px; 
    color: var(--muted); 
    border: 1px solid var(--panel-border); 
    background: var(--panel); 
    padding: 6px 10px; 
    border-radius: 999px; 
}

.glow-article .share { 
    display: flex; 
    gap: 10px; 
    flex-wrap: wrap; 
}
.glow-article .share a { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    width: 42px; 
    height: 42px; 
    border-radius: 999px; 
    background: var(--panel); 
    border: 1px solid var(--panel-border); 
    color: var(--text); 
}

/* Table of contents */
.glow-article .toc { 
    position: sticky; 
    top: 96px; 
    align-self: start; 
}
.glow-article .toc .box { 
    background: var(--panel); 
    border: 1px solid var(--panel-border); 
    border-radius: var(--radius); 
    padding: 16px; 
}
.glow-article .toc h3 { 
    margin: 0 0 10px; 
    font-size: 14px; 
    letter-spacing: .08em; 
    text-transform: uppercase; 
    color: var(--muted); 
}
.glow-article .toc a { 
    display: block; 
    padding: 6px 8px; 
    border-radius: 8px; 
    color: var(--muted); 
    text-decoration: none; 
}
.glow-article .toc a.active { 
    color: var(--text); 
    background: rgba(168,85,247,.12); 
}

/* Footer / Next-Prev / Related */
.glow-article .article-nav { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 12px; 
    margin-top: 26px; 
}
.glow-article .article-nav a { 
    background: var(--panel); 
    border: 1px solid var(--panel-border); 
    border-radius: 12px; 
    padding: 14px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-decoration: none; 
    color: var(--text); 
}
.glow-article .article-nav a:hover { 
    background: var(--panel-hover); 
}

.glow-article .related { 
    margin: 36px 0 80px; 
}
.glow-article .related h3 { 
    font-size: 22px; 
    margin-bottom: 12px; 
}
.glow-article .grid3 { 
    display: grid; 
    grid-template-columns: repeat(3,1fr); 
    gap: 12px; 
}
@media (max-width: 900px) { 
    .glow-article .grid3 { 
        grid-template-columns: 1fr; 
    } 
}
.glow-article .card { 
    background: var(--panel); 
    border: 1px solid var(--panel-border); 
    border-radius: 18px; 
    padding: 20px; 
    transition: transform .25s ease; 
}
.glow-article .card:hover { 
    transform: translateY(-2px); 
}

/* Newsletter CTA */
.glow-article .cta { 
    background: linear-gradient(135deg, rgba(168,85,247,.15), rgba(236,72,153,.12)); 
    border: 1px solid var(--panel-border); 
    border-radius: 18px; 
    padding: 24px; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    gap: 12px; 
}
.glow-article .cta input { 
    flex: 1; 
    min-width: 220px; 
    background: var(--panel); 
    border: 1px solid var(--panel-border); 
    color: var(--text); 
    padding: 12px 14px; 
    border-radius: 999px; 
    outline: none; 
}
.glow-article .cta button { 
    background: #0071e3; 
    color: #fff; 
    border: none; 
    padding: 12px 18px; 
    border-radius: 999px; 
    cursor: pointer; 
}

/* Utilities */
.glow-article .sr-only { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0,0,0,0); 
    white-space: nowrap; 
    border: 0; 
}
.glow-article .spacer { 
    height: 20px; 
}

/* Motion respect */
@media (prefers-reduced-motion: reduce) { 
    .glow-article * { 
        transition: none !important; 
        animation: none !important; 
    } 
}
/* Responsive adjustments */
@media (max-width:767.98px) {
    .prestablogswip .bloc-information { padding:12px; }
    .prestablogswip .bloc-information-title { font-size:14px; line-height:20px; }
    .prestablogswip .btn-home-blog { width:32px; height:32px; min-width:32px; margin-left:12px; }
    .prestablogswip .categorie_blog { padding:4px 8px; font-size:10px; }
    .prestablogswip .block_bas { padding:12px; }
}
/* Couleurs pour chaque réseau social */
.blogsoc-facebook:hover .blogsoc-icon { background-color: #3B5998!important; }
.blogsoc-twitter:hover .blogsoc-icon { background-color: #000!important; }
.blogsoc-tumblr:hover .blogsoc-icon { background-color: #2C4762!important; }
.blogsoc-pinterest:hover .blogsoc-icon { background-color: #CB2027!important; }
.blogsoc-linkedin:hover .blogsoc-icon { background-color: #0077B5!important; }
.blogsoc-email:hover .blogsoc-icon { background-color: #D44638!important; }
.blogsoc-pocket:hover .blogsoc-icon { background-color: #EF3F56!important; }
.blogsoc-reddit:hover .blogsoc-icon { background-color: #FF4500!important; }
.blogsoc-hackernews:hover .blogsoc-icon { background-color: #FF6600!important; }
/* Author */
#prestablogauthor {
    padding: 20px;
    border: 1px solid #F0F0F0;
    margin-bottom: 20px;
	min-height: 100px;
	width: 100%;
	display: inline-block;
}
img.author {
	border-radius: 100%;
	float: left;
	padding: 30px;
	max-width: 100%;
	height: auto;
}
#prestablogbio {
	display: block;
    padding: 15px;
    background-color: #f2f2f2;
}
#prestablogbio h4 {
	border: none;
	padding: 0;
}
/* News en footer */
ul.prestablog-footer {font-size:12px;line-height:13px;}
ul.prestablog-footer .prestablogdat{font-size:90%;}
.prestablog-footer-title {color: #232323;  margin: 1rem 0;  font-size: 1rem;}
@media (max-width: 770px) {
	#prestablog_menu_cat nav {display: none;}
	#prestablog_menu_cat nav ul {padding: 0;}
	#menu-mobile {
		cursor: pointer;
		background: #333333;
		display: block;
		width: 100%;
		margin-bottom: 10px;
        color: #fff;
        padding: 10px;
	}
	#prestablog_menu_cat nav ul ul {
		left: 40px;
		width: auto;
	}
	#prestablog_menu_cat nav ul ul ul {
		 position: absolute;
		 top: 0px;
		width: auto;
	}
	#prestablog_menu_cat nav ul li {
		float: none;
	}
	#blog_list_1-7 li, #blog_list_1-7 li.tiers, #blog_article_linked #blog_list_1-7 li, #blog_list_1-7 li.blog-grid-sizer, #blog_list_1-7.two_article li.blog-grid-sizer, #blog_list_1-7.three_article li.blog-grid-sizer, #blog_list_1-7.three_article li {width: 100%;}
}
@media (max-width: 600px) {
#blog_list_1-7 .block_top .blog_desc {font-size: 12px;}
#prestablogauthor img.author { max-width: 45%; }
}

@media (max-width: 400px) {
img.news {
	float: none;
	display: block;
	clear: both;
	}
#blog_list_1-7 .block_top {
	text-align: center;
	width: 100%;
}
#blog_list_1-7 .block_bas {
	 width: 100%;
}

}
/**
 * Swiper 
 */

.prestablogswip :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.prestablogswip .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.prestablogswip .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.prestablogswip .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.prestablogswip .swiper-android .swiper-slide,
.prestablogswip .swiper-ios .swiper-slide,
.prestablogswip .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.prestablogswip .swiper-horizontal {
    touch-action: pan-y;
}
.prestablogswip .swiper-vertical {
    touch-action: pan-x;
}
.prestablogswip .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.prestablogswip .swiper-slide-invisible-blank {
    visibility: hidden;
}
.prestablogswip .swiper-autoheight,
.prestablogswip .swiper-autoheight .swiper-slide {
    height: auto;
}
.prestablogswip .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.prestablogswip .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prestablogswip .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.prestablogswip .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.prestablogswip .swiper-3d {
    perspective: 1200px;
}
.prestablogswip .swiper-3d .swiper-cube-shadow,
.prestablogswip .swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.prestablogswip .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.prestablogswip .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.prestablogswip .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.prestablogswip .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.prestablogswip .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.prestablogswip .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.prestablogswip .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.prestablogswip .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.prestablogswip .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.prestablogswip .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.prestablogswip .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.prestablogswip .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.prestablogswip .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.prestablogswip .swiper-3d .swiper-slide-shadow,
.prestablogswip .swiper-3d .swiper-slide-shadow-bottom,
.prestablogswip .swiper-3d .swiper-slide-shadow-left,
.prestablogswip .swiper-3d .swiper-slide-shadow-right,
.prestablogswip .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.prestablogswip .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.prestablogswip .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.prestablogswip .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.prestablogswip .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.prestablogswip .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.prestablogswip .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.prestablogswip .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.prestablogswip .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.prestablogswip .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.prestablogswip .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.prestablogswip .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.prestablogswip .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.prestablogswip .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.prestablogswip .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
.prestablogswip :root {
    --swiper-navigation-size: 44px;
}
.prestablogswip .swiper-button-next,
.prestablogswip .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.prestablogswip .swiper-button-next.swiper-button-disabled,
.prestablogswip .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.prestablogswip .swiper-button-next.swiper-button-hidden,
.prestablogswip .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.prestablogswip .swiper-navigation-disabled .swiper-button-next,
.prestablogswip .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.prestablogswip .swiper-button-next svg,
.prestablogswip .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}
.prestablogswip .swiper-rtl .swiper-button-next svg,
.prestablogswip .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}
.prestablogswip .swiper-button-prev,
.prestablogswip .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.prestablogswip .swiper-button-next,
.prestablogswip .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.prestablogswip .swiper-button-lock {
    display: none;
}
.prestablogswip .swiper-button-next,
.prestablogswip .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.prestablogswip .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.prestablogswip .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.prestablogswip .swiper-pagination-disabled > .swiper-pagination,
.prestablogswip .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.prestablogswip .swiper-horizontal > .swiper-pagination-bullets,
.prestablogswip .swiper-pagination-bullets.swiper-pagination-horizontal,
.prestablogswip .swiper-pagination-custom,
.prestablogswip .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.prestablogswip .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.prestablogswip .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.prestablogswip .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.prestablogswip .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.prestablogswip .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.prestablogswip .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.prestablogswip .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.prestablogswip .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.prestablogswip .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.prestablogswip button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.prestablogswip .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.prestablogswip .swiper-pagination-bullet:only-child {
    display: none !important;
}
.prestablogswip .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.prestablogswip .swiper-pagination-vertical.swiper-pagination-bullets,
.prestablogswip .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.prestablogswip .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.prestablogswip .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.prestablogswip .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.prestablogswip .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.prestablogswip .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.prestablogswip .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.prestablogswip .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.prestablogswip .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.prestablogswip .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.prestablogswip .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.prestablogswip .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.prestablogswip .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.prestablogswip .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.prestablogswip .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.prestablogswip .swiper-pagination-lock {
    display: none;
}
.prestablogswip .swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.prestablogswip .swiper-scrollbar-disabled > .swiper-scrollbar,
.prestablogswip .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.prestablogswip .swiper-horizontal > .swiper-scrollbar,
.prestablogswip .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.prestablogswip .swiper-scrollbar.swiper-scrollbar-vertical,
.prestablogswip .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.prestablogswip .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.prestablogswip .swiper-scrollbar-cursor-drag {
    cursor: move;
}
.prestablogswip .swiper-scrollbar-lock {
    display: none;
}
.prestablogswip .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.prestablogswip .swiper-zoom-container > canvas,
.prestablogswip .swiper-zoom-container > img,
.prestablogswip .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.prestablogswip .swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}
.prestablogswip .swiper-cube {
    overflow: visible;
}
.prestablogswip .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.prestablogswip .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.prestablogswip .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.prestablogswip .swiper-cube .swiper-slide-active,
.prestablogswip .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.prestablogswip .swiper-cube .swiper-slide-active,
.prestablogswip .swiper-cube .swiper-slide-next,
.prestablogswip .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.prestablogswip .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.prestablogswip .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.prestablogswip .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.prestablogswip .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.prestablogswip .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.prestablogswip .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.prestablogswip .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prestablogswip .swiper-flip {
    overflow: visible;
}
.prestablogswip .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.prestablogswip .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.prestablogswip .swiper-flip .swiper-slide-active,
.prestablogswip .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.prestablogswip .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.prestablogswip .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.prestablogswip .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.prestablogswip .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prestablogswip .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.prestablogswip .swiper-cards {
    overflow: visible;
}
.prestablogswip .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}




/* --- Neon Glow Diffus : PATCH --- */
.glow-home{ --neon:308 100% 64%; --duration:650ms; --timing:cubic-bezier(.19,.66,.21,1); }

.glow-home .article-card{
  position:relative;
  isolation:isolate;              /* mélange propre des halos */
  box-shadow:0 0 0 1px #ffffff10 inset;
}

.glow-home .article-card::before,
.glow-home .article-card::after{
  content:"";
  position:absolute; inset:0;
  border-radius:inherit;
  pointer-events:none;
  z-index:0;
  opacity:0;                      /* au repos, invisible */
  transform:scale(.85);
  transition:
    opacity var(--duration) var(--timing),
    transform var(--duration) var(--timing),
    filter var(--duration) var(--timing);
  background-position:var(--cx,50%) var(--cy,50%);
  background-repeat:no-repeat;
}

/* Halo diffus (grand & très flou) */
.glow-home .article-card::before{
  background:radial-gradient(120% 120% at var(--cx,50%) var(--cy,50%),
    hsl(var(--neon)/.40) 0%,
    hsl(var(--neon)/.22) 24%,
    hsl(var(--neon)/.12) 48%,
    transparent 70%);
  filter:blur(28px) saturate(130%);
}

/* Cœur lumineux (bloom) */
.glow-home .article-card::after{
  background:radial-gradient(60% 60% at var(--cx,50%) var(--cy,50%),
    hsl(var(--neon)/.55) 0%,
    hsl(var(--neon)/.30) 22%,
    transparent 60%);
  filter:blur(12px) brightness(1.35);
  mix-blend-mode:screen;
}

/* Diffusion au hover/focus */
.glow-home .article-card:hover::before,
.glow-home .article-card:focus-within::before{
  opacity:1; transform:scale(1.25); filter:blur(38px) saturate(150%);
}
.glow-home .article-card:hover::after,
.glow-home .article-card:focus-within::after{
  opacity:1; transform:scale(1.08); filter:blur(16px) brightness(1.45);
}

/* Renforce le glow autour de la carte */
.glow-home .article-card:hover,
.glow-home .article-card:focus-within{
  box-shadow:
    0 0 0 1px hsl(var(--neon)/.28) inset,
    0 0 24px hsl(var(--neon)/.25),
    0 0 64px hsl(var(--neon)/.16);
}

/* Variantes couleur (optionnel, par card) */
.neon-cyan{ --neon:188 100% 64%; }
.neon-lime{ --neon:95 100% 60%; }
.neon-blue{ --neon:225 100% 62%; }
.neon-orange{ --neon:27 100% 62%; }

/* Accessibilité */
@media (prefers-reduced-motion:reduce){
  .glow-home .article-card,
  .glow-home .article-card::before,
  .glow-home .article-card::after{ transition:none!important; }
}

/* ============================= 
   Article Page - Modern Design (Glow Lab)
   ============================= */

/* Design Tokens for Article Page */
#prestablogfront {
  --panel: rgba(255,255,255,.06);
  --panel-border: rgba(255,255,255,.10);
  --panel-hover: rgba(255,255,255,.08);
  --text: #f5f5f7;
  --muted: #86868b;
  --primary: #a855f7;
  --secondary: #ec4899;
  --tertiary: #f59e0b;
  --link: #7dd3fc;
  --radius: 18px;
  --shadow: 0 14px 40px rgba(0,0,0,.35);
}

/* Progress bar */
.glow-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #a855f7, #ec4899, #f59e0b);
  z-index: 9999;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  transition: width 0.1s ease;
}

/* Sticky Header / Sitebar */
.glow-sitebar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(180%) blur(18px);
  background: rgba(0,0,0,.38);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.glow-sitebar .glow-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px;
}

.glow-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #f5f5f7;
}

.glow-brand .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #a855f7, #ec4899, #f59e0b);
  box-shadow: 0 0 18px rgba(168,85,247,.8);
}

/* Breadcrumb */
.glow-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #86868b;
  padding: 16px 0;
  flex-wrap: wrap;
}

.glow-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.glow-breadcrumb a:hover {
  color: #a855f7;
}

.glow-breadcrumb i {
  opacity: 0.7;
  font-size: 10px;
}

.glow-breadcrumb span {
  color: #f5f5f7;
}

/* Reading time */
.glow-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  font-size: 14px;
  color: #86868b;
  margin-top: 12px;
}

.glow-reading-time i {
  font-size: 14px;
}

/* Article container improvements */
#prestablogfront {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 20px;
}

#prestablogfront h1 {
  font-size: clamp(32px, 4.6vw, 48px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin: 20px 0 16px;
  color: #f5f5f7;
}

#prestablogfront .info_blog {
  color: #86868b;
  font-size: 14px;
  margin: 16px 0;
}

#prestablogfront .info_blog a {
  color: #7dd3fc;
  text-decoration: none;
}

#prestablogfront .info_blog a:hover {
  text-decoration: underline;
}

#prestablogfront picture img {
  width: 100%;
  border-radius: 18px;
  margin: 24px 0;
}

/* Article content typography */
#prestablogfont {
  color: #f5f5f7;
  line-height: 1.68;
  font-size: 17px;
}

#prestablogfont h2 {
  font-size: clamp(24px, 2.4vw, 32px);
  margin: 32px 0 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #f5f5f7;
  scroll-margin-top: 100px;
}

#prestablogfont h3 {
  font-size: 22px;
  margin: 24px 0 12px;
  font-weight: 600;
  color: #f5f5f7;
  scroll-margin-top: 100px;
}

#prestablogfont p {
  margin: 16px 0;
  color: #e5e5e7;
}

#prestablogfont ul,
#prestablogfont ol {
  margin: 16px 0 16px 24px;
  color: #e5e5e7;
}

#prestablogfont li {
  margin: 8px 0;
}

#prestablogfont a {
  color: #7dd3fc;
  text-decoration: none;
}

#prestablogfont a:hover {
  text-decoration: underline;
}

#prestablogfont img {
  max-width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

#prestablogfont blockquote {
  border-left: 4px solid #ec4899;
  margin: 20px 0;
  padding: 12px 20px;
  color: #86868b;
  font-style: italic;
  background: rgba(255,255,255,.03);
  border-radius: 10px;
}

#prestablogfont code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  background: rgba(255,255,255,.08);
  padding: 2px 6px;
  border-radius: 4px;
  color: #ec4899;
}

#prestablogfont pre {
  background: #0b0b12;
  color: #d1d5db;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  padding: 16px;
  overflow-x: auto;
  margin: 20px 0;
}

#prestablogfont pre code {
  background: none;
  padding: 0;
  color: inherit;
}

/* Responsive */
@media (max-width: 768px) {
  .glow-breadcrumb {
    font-size: 12px;
  }
  
  #prestablogfront {
    padding: 20px 16px;
  }
  
  #prestablogfront h1 {
    font-size: 28px;
  }
  
  #prestablogfont {
    font-size: 16px;
  }
}
