/*******************************/
/* STYLE PORTAIL FORUMS PAGE MAMAS CLUB*/
.fmwp-topics-list-head, .fmwp-forums-list-head {
	border: none !important;
}
.fmwp-forums-wrapper-heading {
	display: none !important;
}
.fmwp-forums-wrapper {
	flex-direction: row !important;
	width: 100%;
	align-items: space-between !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
}
.fmwp-forum-row-lines {
	flex-direction: column !important;
}
.fmwp-forum-row-line {
	width: 100% !important;
}
.fmwp-forum-row {
	padding: 30px !important;
	border-radius: 15px;
	width: 49%;
	margin-bottom: 2% !important;
	border: none !important;
	align-items: flex-start !important;
}
.fmwp-forum-title {
	font-size: 25px;
}
.fmwp-forum-latest-topic {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.fmwp-forum-statistics-data {
	justify-content: flex-end !important;
}
.fmwp-forum-row-line .fmwp-forum-last-upgrade {
	font-size: 13px !important;
	width: unset !important;
}
.fmwp-forum-row-line .fmwp-forum-last-upgrade::before {
	content: 'Il y a ';
}
.fmwp-forum-replies-count {
	width: unset !important;
}
.fmwp-forum-actions-dropdown {
	background-color: #fff;
	width: 30px !important;
  height: 30px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 0% !important;
}
.fmwp-forum-actions-dropdown .fa-angle-down {
	height: 14px;
}

/* PROJET BB BLEU */
.fmwp-forum-row.row-projet-bebe {
	background-color: #B1C9D6 !important; 
}
.fmwp-forum-row.row-projet-bebe .fmwp-forum-title {
	color: #1F3462;
}
.fmwp-forum-row.row-projet-bebe .fmwp-forum-latest-topic a {
	color: #1F3462;
	text-decoration: underline;
}
.fmwp-forum-row.row-projet-bebe .fmwp-forum-latest-topic {
	border-bottom: 1px solid rgba(31,52,98,0.2);
}
.fmwp-forum-row.row-projet-bebe .fmwp-forum-statistics-data {
	color: #1F3462;
	font-size: 20px !important;
  font-weight: 600;
}
.fmwp-forum-row.row-projet-bebe .fmwp-forum-topics::after {
	content: ' ';
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../../../uploads/2025/06/msg.svg');
	background-size: cover;
	background-position: center center;
}
.fmwp-forum-row.row-projet-bebe .fmwp-forum-replies-count::after {
	content: ' ';
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../../../uploads/2025/06/msg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* FORUMS PAIRS */
.fmwp-forum-row {
	background-color: #F19B84;
}
.fmwp-forum-row .fmwp-forum-title {
	color: #fff;
}
.fmwp-forum-row .fmwp-forum-latest-topic a {
	color: #fff;
	text-decoration: underline;
}
.fmwp-forum-row .fmwp-forum-latest-topic {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.fmwp-forum-row .fmwp-forum-statistics-data {
	color: #fff;
	font-size: 20px !important;
  font-weight: 600;
}
.fmwp-forum-row .fmwp-forum-topics::after {
	content: ' ';
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../../../uploads/2025/07/msg_blanc.svg');
	background-size: cover;
	background-position: center center;
}
.fmwp-forum-row .fmwp-forum-replies-count::after {
	content: ' ';
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../../../uploads/2025/07/msg_blanc.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.fmwp .fa-angle-down:before {
	color: #1F3462 !important;
}
/* loader forumwp */
#doomoo-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#doomoo-loader .loader-content {
  text-align: center;
  width: 300px;
}

#doomoo-loader h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}

#doomoo-loader .wave-wrapper {
  width: 200px;     /* largeur visible à l’écran */
  max-width: 90%;   /* responsive */
  margin: 0 auto 20px auto;
  overflow: hidden;
  line-height: 0;
}

#doomoo-loader .wave-wrapper svg {
  width: 400px;     /* 2x la largeur visible, pour animation fluide */
  height: auto;
  display: block;
  animation: wave-move 2.5s linear infinite;
}

@keyframes wave-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-200px); } /* moitié de la largeur du SVG */
}



