/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2025 | 20:54:59 */
.breadcrumb {
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb a {
    text-decoration: none;
    color: #ff7652;
}

.breadcrumb a:hover {
    color: #ffa549;
}

.articles-similaires {
    padding: 0 10px;
}

.articles-similaires ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.articles-similaires li a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}

.articles-similaires li a:hover {
    color: #ff6b6b;
}

.articles-similaires small {
    color: #6b7280;
    font-size: 13px;
}

#table-of-contents {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
}

#table-of-contents li {
    margin-bottom: 5px;
}

#table-of-contents a {
    text-decoration: none;
    color: #4b5563;
}

#table-of-contents a:hover {
    color: #ff6b6b;
}

#table-of-contents-mobile {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
}

#table-of-contents-mobile li {
    margin-bottom: 5px;
}

#table-of-contents-mobile a {
    text-decoration: none;
    color: #4b5563;
}

#table-of-contents a:hover {
    color: #ff6b6b;
}

.short_categori a {
    padding: 10px 15px;
    border-radius: 20px;
    color: white;
    pointer-events: none;
    cursor: normal;
}

span.mwb-category {
   padding: 10px 15px;
   border-radius: 20px;
   color: white;
   pointer-events: none;
   margin-right: 10px;
}

.short_categori a.associations,
span.associations {
    background: linear-gradient(300deg, #3b82f6, #4ECDC4);
    /* Bleu Dégradé foncer / claire */
}

.short_categori a.entreprises,
span.entreprises {
    background: linear-gradient(300deg, #ec4899, #FF6B6B);
    /* rouge Dégradé foncer / claire */
}

.short_categori a.digital,
span.digital {
    background: linear-gradient(300deg, #ea580c, #FFA726);
    /* orange Dégradé foncer / claire */
}


.short_categori a.productivite,
span.productivite {
  background: linear-gradient(300deg, #9333ea , #b460d6 ); /* violet Dégradé foncer / claire */
}

/* page blog général */

/* bloc article a la une  */
.mwb-article-une {
    display: flex;
    height: 400px;
}

.mwb-article-une-image {
    width: 50%;
}

.mwb-article-une-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    object-fit: cover;
}

.mwb-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1ccdda;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: bold;
}

.mwb-badge .star {
    margin-right: 5px;
}

.mwb-article-une-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
    width: 50%;
}

.mwb-article-une-content .meta {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.meta .mwb-date, .mwb-date {
    font-size: 13px;
    font-weight: 700;
    color: #ff6b6b;
}

.mwb-article-une-content .title {
    font-size: 27px;
    color: #2c3e50;
    margin: 10px 0;
}

.mwb-article-une-content .excerpt {
    font-size: 16px;
    color: #4b5563;
    margin: 10px 0;
}

.mwb-article-une-content .btn-read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 10px 0;
    background: linear-gradient(270deg, #FFA726 0%, #FF6B6B 100%);
	transition: all 0s;
}

.mwb-article-une-content .btn-read:hover {
    background: #ff6b6b;
}


/* blog */
.mwb-actus-header{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 50px;
}

.wb-article-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important;
    border-radius: 20px;
    margin: 30px 0;
    height: 250px;
}

.mwb-article-img{
	height: 100%;
}

.mwb-article-img img {
    height: 100%;
    min-width: 300px;
	width: 300px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.mwb-article-content{
	padding: 30px 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mwb-article-content .meta {
    font-size: 14px;
    color: #666;
}

.mwb-article-content .title {
    font-size: 20px;
    margin: 5px 0;
    color: #2c3e50;
}

.mwb-article-content .excerpt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #4b5563;
}

.mwb-article-content .suite {
	font-size: 16px;
    font-weight: 600;
	margin: 0;
}

.btn-read {
    background: #111;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-read:hover {
    background: #ff6b6b;
}

.filter-btn {
    margin-right: 10px;
    padding: 6px 16px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    border-radius: 4px;
	background: transparent;
}

.filter-btn.active {
    background: #ff6b6b !important;
    color: #fff;
}

.filter-btn:hover {
    color: #ff6b6b;
    text-decoration: none;
	background: transparent;
}

.filter-btn.active:hover{
	color: white !important;
}

.mwb-load-more-wrap{
	text-align: center;
}

#mwb-load-more {
   	margin: 20px auto;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    background: linear-gradient(270deg, #FFA726 0%, #FF6B6B 100%);
    transition: all 0s;
	border: 0px;
	border: 0px;
    font-size: 20px;
    font-weight: 600;
}

#mwb-load-more:hover {
    /*background: #ff6b6b;*/
	 background: linear-gradient(270deg, #FF6B6B 0%, #FFA726 100%);
}


.mwb-categories-count ul {
    list-style: none;
    padding: 0;
}

.mwb-categories-count li  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.mwb-categories-count li h3 {
    color: #2c3e50;
    font-size: 14px;
}

.mwb-categories-count a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.mwb-categories-count .count {
    font-size: 14px;
    padding: 3px 10px;
}


/* test icone */
.icones_resaux {
    display: flex;
    margin: 0;
    padding: 0;
}

.icones_resaux li {
  list-style: none;
  width: 50px;
}

.icones_resaux li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3)
}

.icones_resaux li a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

.icones_resaux li a .icon {
  position: relative;
  color: #2c3e50;
  transition: .5s;
  z-index: 3;
}

.icones_resaux li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.icones_resaux li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.icones_resaux li a:hover:before {
  top: 0;
}

.icones_resaux li:nth-child(1) a:before{
  background: #3b5999;
}

.icones_resaux li:nth-child(2) a:before{
  background: #55acee;
}

.icones_resaux li:nth-child(3) a:before {
  background: #0077b5;
}
.icones_resaux li:nth-child(4) a:before {
  background: #dd4b39;
}

@media(max-width: 767px){
	
	.contenu_mwb h2{
		font-size: 20px;
	}
	
	.wb-article-link, .mwb-article-une{
		display: flex;
		flex-direction: column;
		height: auto;
	}
	
	.mwb-article-img, .mwb-article-une-image{	
    	width: 100%;
	}
	
	.mwb-article-img img, .mwb-article-une-image img {
		width: 100%;
		min-width: auto;
		height: 250px;
		object-position: top;
		border-radius: 20px 20px 0 0;
	}
	
	.mwb-article-content .meta, .mwb-article-une-content .meta {
		margin-bottom: 10px;
	}
	
	.mwb-article-une-content {
		width: auto;
    	margin: 20px;
	}
	
	.mwb-article-une-content .title {
		font-size: 23px;
	}
	.mwb-actus-header .mwb-filters .filter-btn:hover{
		color: white !important;
	}
	.mwb-actus-header .mwb-filters .filter-btn:active{
		color: white !important;
	}
}


@media(max-width: 670px){
	
	.mwb-actus-header{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.mwb-actus-header h2{
		display: none;
	}
	
	.mwb-actus-header .mwb-filters{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row;
		align-items: baseline;
	}
	.mwb-actus-header .mwb-filters .filter-btn{
		width: 80%;
	}
}

