/* ============================================
   BASE STYLES
   ============================================ */
*, *::before, *::after {
	box-sizing: border-box;
}


.texteniveau span
 {
    display: block;
}

body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	background-color: #f4f8fb;
	overflow-x: hidden;
}

.container {
	max-width: 1200px;
	margin: 0px auto;
	width: 100%;
	box-sizing: border-box;
}

.fullwidthcontainer {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.shadowbox {
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.shadowbox img {
	margin-top: 10px;
}

.blancbg {
	background-color: #fff;
}

.zindex2 {
	position: relative;
	z-index: 2;
}

.zindex1 {
	position: relative;
	z-index: 1;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1 {
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 10px;
	color: #3a4284;
}

p.textebanner {
	color: #3a4284;
	line-height: 25px;
}

.titre-classement {
	font-weight: 400;
	background: linear-gradient(90deg, #00BCD4 0%, #1976D2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	border-bottom: 3px solid;
	border-image: linear-gradient(90deg, #00BCD4 0%, #1976D2 100%) 1;
	width: max-content;
}

span.mentionslegales a {
	color: #3a4284;
	font-size: 14px;
}

/* ============================================
   HEADER & MENU
   ============================================ */
.logo img {
	max-width: 220px;
	height: auto;
}

.menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 10001;
	position: relative;
}

.menu-toggle span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #3a4284;
	margin: 6px 0;
	transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
	transform: rotate(45deg) translate(-6px, -6px);
}

.iconeappel {
	background-color: #3a4284;
	padding: 11px;
	border-radius: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.iconeappel a {
	text-decoration: none;
}

.iconeappel i {
	color: #fff;
	font-size: 16px;
}

.iconeappel-mobile {
	display: none;
}

/* CORRECTION 1: Menu overlay DERRIÈRE le menu */
.menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9997;
}

.menu-overlay.active {
	display: block;
}

/* ============================================
   BOXES OFFRES EN AVANT
   ============================================ */
.shadowboxofferenavant {
	margin: 0px auto;
	border-radius: 10px;
	padding: 20px;
	width: 90%;
	text-align: center;
	position: relative;
	background-color: #fff;
}

.numero-offreenavant {
	background-color: #0facc4;
	position: absolute;
	left: 0;
	padding: 10px;
	border-radius: 10px 0px 10px 0px;
	color: #fff;
	font-weight: bold;
	top: 0px;
}

/* button.boutonboxoffreenavant {
	background-color: #0facc4;
	border: 0px;
	color: #fff;
	border-radius: 20px;
	padding: 7px 22px;
	margin-top: 10px;
	font-weight: bold;
} */
 button.boutonboxoffreenavant,
a.boutonboxoffreenavant {
	background-color: #0facc4;
	border: 0px;
	color: #fff;
	border-radius: 20px;
	padding: 7px 22px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
    font-size: 13px;
}

.texteboxoffreenavant {
	color: #3a4284;
	margin-top: 7px;
	font-size: 16px;
}

.meilleurchoix {
	font-size: 12px;
	color: #9d5e00;
	background-color: #ffddaa;
}

.meilleurchoixbox {
	border: 1px solid #ffddaa;
	box-shadow: 0 0 20px rgb(249 206 141);
}

span.notemeilleurchoix {
	background-color: #9d5e00;
	padding: 9px;
	margin-left: 8px;
	margin-right: -8px;
	color: #fff;
	font-size: 15px;
	border-radius: 0px 0px 10px 0px;
}

img.logomeilleurchoix {
	margin-top: 30px;
}

/* ============================================
   BANNER OFFER LIST - STRUCTURE PRINCIPALE
   ============================================ */
.container.bannerslist {
	margin-top: 27px;
}

.bannerofferlist {
	background: white;
	border-radius: 12px;
	padding: 18px 20px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 20px; /*--------- modif 1 -------------*/
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	position: relative;
	width: 100%;
}

/* ============================================
   COL 1 - LOGO & BADGES (Desktop: 18%)
   ============================================ */
.col1bannerofferlist {
	width: 20%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-shrink: 0;
}

.numerobannerofferlist {
	width: 42px;
	height: 42px;
	background: linear-gradient(135deg, #00bcd4 0%, #00acc1 100%);
	border-radius: 10px 0px 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 22px;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
}

.actualisebanner {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #666;
	font-size: 13px;
}

.actualisebanner i {
	font-size: 12px;
}

.meilleurchoixofferlist {
	background: #e0f7fa;
	color: #00838f;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
}

.meilleurchoixofferlist i {
	color: #ffd700;
	font-size: 14px;
}

.logobannerlist {
	margin-top: 12px;
}

.logobannerlist img {
	height: 30px;
	width: auto;
}

/* ============================================
   COL 2 - BARRES & HOSPITALISATION (Desktop: 30%)
   ============================================ */
.col2bannerofferlist {
	width: 34%;
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
	flex-shrink: 0;
}















/* ============================================
COL 5 - ETIQUETTE PRODUIT
============================================ */
.col5bannerofferlist {
width: 12%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.etiquette-offre {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding: 14px 10px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 600;
line-height: 1.3;
text-align: center;
position: relative;
transition: transform 0.3s ease, box-shadow 0.3s ease;
letter-spacing: 0.02em;
width: 100%;
max-width: 120px;
font-family: 'Fira Sans', sans-serif;
}
.etiquette-offre:hover {
transform: translateY(-3px);
}
.etiquette-icon-wrap {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
flex-shrink: 0;
transition: transform 0.3s ease;
}
.etiquette-offre:hover .etiquette-icon-wrap {
transform: scale(1.08);
}
.etiquette-offre span {
display: block;
max-width: 100px;
}
/* --- Variante Actifs (cyan / turquoise Mon Gaston) --- */
.etiquette-actifs {
background: #edf9fb;
color: #0d8fa3;
border: 1px solid #c5eef4;
box-shadow: 0 2px 8px rgba(15, 172, 196, 0.1);
}
.etiquette-actifs:hover {
box-shadow: 0 6px 18px rgba(15, 172, 196, 0.2);
}
.etiquette-actifs .etiquette-icon-wrap {
background: linear-gradient(135deg, #00bcd4 0%, #0facc4 100%);
color: #fff;
box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
}
/* --- Variante Actifs & Seniors (bleu navy Mon Gaston) --- */
.etiquette-actifs-seniors {
background: #eceef6;
color: #3a4284;
border: 1px solid #d0d3e8;
box-shadow: 0 2px 8px rgba(58, 66, 132, 0.08);
}
.etiquette-actifs-seniors:hover {
box-shadow: 0 6px 18px rgba(58, 66, 132, 0.16);
}
.etiquette-actifs-seniors .etiquette-icon-wrap {
background: linear-gradient(135deg, #3a4284 0%, #525db0 100%);
color: #fff;
box-shadow: 0 4px 12px rgba(58, 66, 132, 0.3);
}
/* --- Variante Seniors (dore / ambre Mon Gaston) --- */
.etiquette-seniors {
background: #fef7ed;
color: #9d5e00;
border: 1px solid #f5e2c1;
box-shadow: 0 2px 8px rgba(157, 94, 0, 0.08);
}
.etiquette-seniors:hover {
box-shadow: 0 6px 18px rgba(157, 94, 0, 0.15);
}
.etiquette-seniors .etiquette-icon-wrap {
background: linear-gradient(135deg, #f9a825 0%, #ffb74d 100%);
color: #fff;
box-shadow: 0 4px 12px rgba(249, 168, 37, 0.35);
}












.guarantee-item-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.guarantee-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.guarantee-icon {
	color: #1e3a8a;
	font-size: 16px;
	width: 20px;
	flex-shrink: 0;
}

.guarantee-label {
	color: #1e3a8a;
	font-weight: 600;
	font-size: 13px;
	min-width: 70px;
	flex-shrink: 0;
}

.guarantee-bar {
	flex: 1;
	height: 8px;
	background: #e0e7ff;
	border-radius: 5px;
	overflow: hidden;
	max-width: 200px;
}

.guarantee-fill {
	height: 100%;
	background: linear-gradient(90deg, #00bcd4 0%, #00acc1 100%);
	border-radius: 5px;
	transition: width 0.8s ease;
}

.texteniveau {
	background-color: #e9fae7;
	padding: 15px 25px;
	color: #2da81f;
	border-radius: 8px;
	flex-shrink: 0;
	white-space: nowrap;
}

.texteniveau span {
	font-size: 19px;
	font-weight: bold;
}

/* ============================================
   COL 3 - CTA BUTTON (Desktop: 32%)
   ============================================ */
.col3bannerofferlist {
	width: 14%;
	display: flex;
	flex-shrink: 0;
}

.cta-button {
	background: linear-gradient(135deg, #ff6b35 0%, #ff5722 100%);
	color: white;
	padding: 14px 18px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
	transition: transform 0.2s, box-shadow 0.2s;
	justify-content: center;
	width: 100%;
}

.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.cta-button i {
	font-size: 14px;
}

/* ============================================
   COL 4 - SCORE CIRCLE (Desktop: 20%)
   ============================================ */
.col4bannerofferlist {
	width: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

.score-circle {
	width: 85px;
	height: 85px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.score-circle svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	transform: rotate(-90deg);
}

.score-circle-bg {
	fill: none;
	stroke: #e0e0e0;
	stroke-width: 6;
}

.score-circle-fill {
	fill: none;
	stroke: #4caf50;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-dasharray: 245;
	stroke-dashoffset: 245;
	transition: stroke-dashoffset 1s ease;
}

.score-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.score-value {
	font-size: 32px;
	font-weight: 700;
	color: #2e7d32;
	line-height: 1;
}

.score-max {
	font-size: 14px;
	color: #666;
	font-weight: 600;
}

.score-label {
	color: #666;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-top: 8px;
}

.score-label-bold {
	color: #333;
	font-weight: 700;
}

/* ============================================
   RESPONSIVE DESKTOP (> 1000px)
   ============================================ */
@media only screen and (min-width: 1001px) {
	.guarantee-item-box{width: 50%;}
	.texteniveau{width: 50%;}
	.texteniveau {text-align: center;}
	.displayflex {
		display: flex;
	}

	.container {
		padding: 0 20px;
	}

	.logo {
		float: left;
		margin-right: auto;
		padding-right: 20px;
	}

	.menu {
		float: right;
	}

	.menu ul {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.menu ul li {
		float: left;
		list-style: none;
		margin: 0px 10px;
	}

	.menu ul li a {
		list-style: none;
		color: #3a4284;
		text-decoration: none;
		font-size: 15px;
	}

	.header {
		display: flex;
		align-items: center;
		padding: 10px 20px;
	}

	span.mentionslegales {
		position: relative;
		top: 150px;
	}

	.col-1sur3 {
		width: 33%;
		float: left;
	}

	.banner-col-left {
		width: 60%;
		float: left;
	}

	.titre-classement {
		font-size: 27px;
		text-align: left;
	}

	.bgheadermongaston {
		background-image: url('https://mongaston.fr/images/bgmongaston-new.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
	}

	.banner-col-right img {
		display: none;
	}

	.actualisebanner {
		margin-left: 37px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.titreoffreavant {
		display: none;
	}
	
	/* ============================================
	   CORRECTION 2: BLOC TEXTE AVEC MENU STICKY
	   align-items: stretch permet au parent du sticky
	   de prendre la même hauteur que le texte
	   ============================================ */
	.blocdetextepage {
		margin-top: 40px;
		display: flex;
		gap: 30px;
		align-items: stretch;
		position: relative;
	}
	
	.coltexteleft {
		width: 70%;
		text-align: justify;
		color: #3a4284;
	}
	
	.coltexteleft p {
		font-size: 15px;
		line-height: 23px;
	}
	
	.coltexteright {
		width: 30%;
	}
	
	.contenucoltexteright {
		width: 100%;
		border: 1px solid #efefef;
		border-radius: 20px;
		background-color: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		padding: 12px 23px;
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
	}
	
	/* Style du scrollbar */
	.contenucoltexteright::-webkit-scrollbar {
		width: 6px;
	}
	
	.contenucoltexteright::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 10px;
	}
	
	.contenucoltexteright::-webkit-scrollbar-thumb {
		background: #3a4284;
		border-radius: 10px;
	}
	
	.contenucoltexteright::-webkit-scrollbar-thumb:hover {
		background: #2d3366;
	}
}

/* ============================================
   RESPONSIVE MOBILE/TABLETTE (< 1000px)
   ============================================ */
@media only screen and (max-width: 1000px) {
	.mrgoffertop {
		margin-top: 18px;
	}

	.actualisebanner {
		margin-top: -34px;
		margin-left: 35px;
		margin-bottom: 10px;
	}

	.mentionslegales {
		position: static;
		display: block;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 10px;
		padding: 0 15px;
	}
	
	.mentionslegales-tooltip {
		font-size: 13px;
	}

	.banner-col-right img {
		width: 100%;
	}

	p.textebanner {
		display: none;
	}

	.col-1sur3 {
		width: 100%;
		float: left;
	}

	.banner-col-left {
		width: 70%;
		float: left;
	}

	.banner-col-right {
		width: 30%;
		float: right;
	}

	.titre-classement {
		font-size: 14px;
		text-align: left;
		margin: 0px 0 15px 0;
		padding-bottom: 10px;
		width: 100%;
		display: none;
	}

	.container {
		padding: 0 15px;
	}

	.header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		padding: 15px 0;
	}

	.logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.logo img {
		max-width: 180px;
	}

	.menu-toggle {
		display: block;
	}

	/* Menu mobile avec z-index supérieur à l'overlay */
	.menu {
		position: fixed;
		top: 0;
		left: -100%;
		width: 280px;
		height: 100vh;
		background-color: #fff;
		transition: left 0.3s ease;
		z-index: 10000;
		overflow-y: auto;
		box-shadow: 5px 0 15px rgba(0,0,0,0.1);
	}

	.menu.active {
		left: 0;
	}

	.menu ul {
		margin: 0;
		padding: 110px 0 20px 0;
		list-style: none;
	}

	.menu ul li {
		margin: 0;
		border-bottom: 1px solid #f0f0f0;
	}

	.menu ul li a {
		display: block;
		padding: 18px 25px;
		color: #3a4284;
		text-decoration: none;
		font-size: 16px;
		transition: background-color 0.2s;
	}

	.menu ul li a:hover {
		background-color: #f8f9fa;
	}

	.menu ul li.iconeappel {
		display: none;
	}

	.iconeappel-mobile {
		display: block;
		background-color: #3a4284;
		padding: 11px;
		border-radius: 36px;
		z-index: 10001;
		right: 20px;
		position: relative;
	}

	.iconeappel-mobile a {
		text-decoration: none;
	}

	.iconeappel-mobile i {
		color: #fff;
		font-size: 16px;
	}

	.iconeappel {
		position: relative;
		top: -13px;
	}

	.shadowboxofferenavant {
		margin-bottom: 15px;
	}

	/* BANNER OFFER LIST - MOBILE */
	.bannerofferlist {
		flex-direction: column;
		padding: 16px 18px;
		gap: 15px;
		align-items: stretch;
		width: 100%;
		margin: 0 auto 15px auto;
	}

	.col1bannerofferlist {
		width: 100%;
		gap: 10px;
		order: 1;
	}

	.numerobannerofferlist {
		position: static;
		width: 38px;
		height: 38px;
		font-size: 19px;
		margin-bottom: 4px;
		margin-top: -16px;
		margin-left: -18px;
	}

	.actualisebanner {
		font-size: 11px;
		color: #999;
	}

	.meilleurchoixofferlist {
		font-size: 11.5px;
		padding: 4px 10px;
	}

	.logobannerlist {
		margin-top: 8px;
	}

	.logobannerlist img {
		height: 32px;
	}

	.col2bannerofferlist {
		width: 100%;
		flex-direction: row;
		gap: 12px;
		order: 2;
		align-items: flex-start;
	}

	.guarantee-item-box {
		flex: 1;
		gap: 8px;
		min-width: 60%;
	}

	.guarantee-item {
		gap: 3px;
	}

	.guarantee-icon {
		font-size: 15px;
		width: 18px;
	}

	.guarantee-label {
		font-size: 12px;
		min-width: 65px;
	}

	.guarantee-bar {
		max-width: none;
		height: 8px;
	}

	.texteniveau {
		padding: 10px 15px;
		font-size: 12px;
		border-radius: 6px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		min-width: auto;
		line-height: 1.3;
		margin-top: 7px;
	}

	.texteniveau span {
		font-size: 14px;
		display: block;
	}

	.col3bannerofferlist {
		width: 100%;
		order: 3;
		margin-top: 0px;
	}

	.cta-button {
		padding: 15px 24px;
		font-size: 15.5px;
		border-radius: 8px;
	}

	.col4bannerofferlist {
		width: auto;
		position: absolute;
		top: 6px;
        right: 10px;
		order: 4;
	}

	.score-circle {
		width: 72px;
		height: 72px;
	}

	.score-circle svg {
		width: 72px;
		height: 72px;
	}

	.score-value {
		font-size: 28px;
	}

	.score-max {
		font-size: 12px;
	}

	.score-label {
		font-size: 12.5px;
		margin-top: 5px;
	}
	
	.coltexteright {
		display: none;
	}
	
	.coltexteleft p {
		font-size: 13px;
		line-height: 19px;
	}
	
	.coltexteleft {
		text-align: justify;
		color: #3a4284;
	}
	
	.blocdetextepage {
		margin-top: 40px;
	}
	
	.titreoffreavant {
		display: block;
	}
	
	.titreoffreavant h2 {
		font-weight: 700;
		color: #3a4284;
		margin-top: 30px;
		text-align: center;
	}
}

.container.bannerslist.displayflex {
	flex-direction: column;
}

/* ============================================
   BARRE NOTIFICATION TICKER
   ============================================ */
.menumarge {
	margin-top: 43px;
}

.ticker-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: linear-gradient(135deg, #FFF5F1 0%, #FFE8DD 50%, #FFF0EB 100%);
	border-bottom: 2px solid rgba(255, 107, 53, 0.12);
	overflow: hidden;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(10px);
}

.ticker-wrapper::before,
.ticker-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.ticker-wrapper::before {
	left: 0;
	background: linear-gradient(to right, rgba(255, 245, 241, 1) 0%, rgba(255, 245, 241, 0) 100%);
}

.ticker-wrapper::after {
	right: 0;
	background: linear-gradient(to left, rgba(255, 240, 235, 1) 0%, rgba(255, 240, 235, 0) 100%);
}

.ticker-container {
	display: inline-flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
}

.ticker-item {
	display: inline-flex;
	align-items: center;
	padding: 0 22px;
	white-space: nowrap;
	font-size: 13.5px;
	color: #2c2c2c;
	font-weight: 500;
	letter-spacing: 0.01em;
	transition: transform 0.2s ease;
}

.ticker-item:hover {
	transform: scale(1.02);
}

.icon {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 9px;
	flex-shrink: 0;
	position: relative;
}

.icon-fire {
	background: linear-gradient(135deg, #FF6B35 0%, #FF8C5A 100%);
	box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4), 0 2px 6px rgba(255, 107, 53, 0.3);
	animation: glow-fire 2.5s ease-in-out infinite;
}

.icon-fire::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
}

.icon-user {
	background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
	box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4), 0 2px 6px rgba(76, 175, 80, 0.2);
	animation: pulse-green 2.8s ease-in-out infinite;
}

.icon-user::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}

.icon-activity {
	background: linear-gradient(135deg, #00BCD4 0%, #26C6DA 100%);
	box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.4), 0 2px 6px rgba(0, 188, 212, 0.2);
	animation: pulse-blue 3s ease-in-out infinite;
}

.icon-activity::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}

@keyframes glow-fire {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4), 0 2px 6px rgba(255, 107, 53, 0.3);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 0 0 4px rgba(255, 107, 53, 0), 0 2px 10px rgba(255, 107, 53, 0.5);
		transform: scale(1.15);
	}
}

@keyframes pulse-green {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4), 0 2px 6px rgba(76, 175, 80, 0.2);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 0 0 4px rgba(76, 175, 80, 0), 0 2px 8px rgba(76, 175, 80, 0.4);
		transform: scale(1.15);
	}
}

@keyframes pulse-blue {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.4), 0 2px 6px rgba(0, 188, 212, 0.2);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 0 0 4px rgba(0, 188, 212, 0), 0 2px 8px rgba(0, 188, 212, 0.4);
		transform: scale(1.15);
	}
}

.number {
	font-weight: 700;
	color: #FF6B35;
	font-size: 14.5px;
	letter-spacing: -0.02em;
	text-shadow: 0 1px 2px rgba(255, 107, 53, 0.1);
	margin-right: 5px;
}

.divider {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: linear-gradient(135deg, rgba(255, 107, 53, 0.25) 0%, rgba(255, 107, 53, 0.15) 100%);
	border-radius: 50%;
	margin: 0 16px;
	box-shadow: 0 1px 2px rgba(255, 107, 53, 0.1);
}

@media (max-width: 380px) {
	.ticker-item {
		font-size: 12.5px;
		padding: 0 18px;
	}
	
	.number {
		font-size: 13.5px;
	}
	
	.icon {
		width: 7px;
		height: 7px;
	}
}

/* ============================================
   OFFRES EN AVANT RESPONSIVE
   ============================================ */
.offresenavantdesktop {
	display: flex;
}

.offresenavantmobile {
	display: none;
}

@media (max-width: 1000px) {
	.offresenavantdesktop {
		display: none !important;
	}
	
	.offresenavantmobile {
		display: block !important;
	}
	
	.offresenavantmobile .col-1sur3 {
		width: 100% !important;
		float: none !important;
		margin-bottom: 20px;
	}
}

/* ============================================
   REVIEWS SECTION
   ============================================ */
.reviews-section {
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}

.section-title {
	font-size: 32px;
	font-weight: 700;
	color: #3a4284;
	margin-bottom: 12px;
}

.section-description {
	font-size: 16px;
	color: #3a4284;
	line-height: 1.6;
	max-width: 600px;
	margin: 0 auto;
}

.reviews-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0 auto;
}

.review-card {
	background: white;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e7eb;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s, box-shadow 0.2s;
}

.review-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.review-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviewer-info {
	flex: 1;
}

.reviewer-name {
	font-size: 16px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 4px;
}

.stars {
	display: flex;
	gap: 2px;
}

.star {
	color: #fbbf24;
	font-size: 16px;
}

.review-text {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 12px;
	flex: 1;
}

.read-more {
	color: #3b82f6;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	align-self: flex-end;
	cursor: pointer;
	transition: color 0.2s;
}

.read-more:hover {
	color: #2563eb;
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.reviews-container {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}

@media (max-width: 768px) {
	.reviews-container {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 16px;
	}

	.review-card {
		padding: 20px;
	}

	.section-title {
		font-size: 26px;
	}

	.section-description {
		font-size: 15px;
	}

	.reviews-section {
		margin-bottom: 30px;
		margin-top: 46px;
	}
}

@media (max-width: 480px) {
	.reviews-container {
		grid-template-columns: 1fr;
	}

	.review-card {
		padding: 18px;
	}

	.reviewer-name {
		font-size: 15px;
	}

	.review-text {
		font-size: 13px;
	}

	.section-title {
		font-size: 24px;
	}

	.section-description {
		font-size: 14px;
	}
}

/* ============================================
   ACCORDÉON MOBILE
   ============================================ */
@media (max-width: 768px) {
	h1 {
		font-size: 26px;
		width: 80%;
	}

	.blocdetextepage .coltexteleft h2 {
		cursor: pointer;
		position: relative;
		padding-right: 40px;
		margin-bottom: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		border-bottom: 1px solid #ddd;
		transition: all 0.3s ease;
		font-size: 14px;
		line-height: 22px;
	}
	
	.blocdetextepage .coltexteleft h2:hover {
		background-color: #f5f5f5;
	}
	
	.blocdetextepage .coltexteleft h2::after {
		content: '+';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 24px;
		font-weight: bold;
		transition: transform 0.3s ease, color 0.3s ease;
	}
	
	.blocdetextepage .coltexteleft h2.active::after {
		content: '−';
		transform: translateY(-50%) rotate(180deg);
	}
	
	.accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-in-out, opacity 0.3s ease;
		opacity: 0;
	}
	
	.accordion-content.active {
		max-height: 2000px;
		opacity: 1;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.accordion-content p {
		margin-bottom: 15px;
		animation: fadeIn 0.5s ease;
	}
	
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}

/* ============================================
   CARROUSEL REVIEWS - MOBILE UNIQUEMENT
   ============================================ */
@media (min-width: 769px) {
	.carousel-btn {
		display: none !important;
	}
}

@media (max-width: 768px) {

.footer-social {
    justify-content: center;}

	.reviews-container {
		position: relative;
		padding: 0 20px 80px 20px;
		display: block !important;
		grid-template-columns: 1fr !important;
	}

	.reviews-container .review-card {
		display: none !important;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		width: 100%;
		margin: 0 auto;
	}

	.reviews-container .review-card.active {
		display: flex !important;
		opacity: 1;
	}

	.carousel-btn {
		position: absolute;
		bottom: 20px;
		left: 50%;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #3a4284;
		border: none;
		color: white;
		font-size: 18px;
		cursor: pointer;
		transition: all 0.3s ease;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 4px 12px rgba(58, 66, 132, 0.3);
	}

	.carousel-btn:hover {
		background: #2d3366;
		transform: scale(1.1);
		box-shadow: 0 6px 16px rgba(58, 66, 132, 0.4);
	}

	.carousel-btn-prev {
		transform: translateX(-70px);
	}

	.carousel-btn-prev:hover {
		transform: translateX(-70px) scale(1.1);
	}

	.carousel-btn-next {
		transform: translateX(20px);
	}

	.carousel-btn-next:hover {
		transform: translateX(20px) scale(1.1);
	}
}

@media (max-width: 480px) {
	.reviews-container {
		padding: 0 15px 70px 15px;
	}
	
	.carousel-btn {
		width: 40px;
		height: 40px;
		font-size: 16px;
		bottom: 4px;
	}

	.carousel-btn-prev {
		transform: translateX(-60px);
	}

	.carousel-btn-prev:hover {
		transform: translateX(-60px) scale(1.1);
	}

	.carousel-btn-next {
		transform: translateX(15px);
	}

	.carousel-btn-next:hover {
		transform: translateX(15px) scale(1.1);
	}
}

/* ============================================
   MENU LATÉRAL STYLES
   ============================================ */
.contenucoltexteright h2 {
	color: #3a4284;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
}

.contenucoltexteright li {
	list-style: none;
	margin-bottom: 17px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	transition: all 0.3s ease;
}

.contenucoltexteright li:last-child {
	border-bottom: none;
}

.contenucoltexteright li:hover {
	transform: translateX(5px);
	border-bottom-color: #3a4284;
}

.contenucoltexteright li a {
	text-decoration: none;
	color: #3a4284;
	line-height: 23px;
	font-size: 15px;
	display: block;
	transition: color 0.3s ease;
}

.contenucoltexteright li a:hover {
	color: #0facc4;
}

.contenucoltexteright ul {
	margin-left: 0px;
	padding-left: 0;
}

.contenucoltexteright li.active {
	background-color: #f0f8ff;
	border-left: 3px solid #0facc4;
	padding-left: 10px;
	margin-left: -10px;
}

.contenucoltexteright li.active a {
	color: #0facc4;
	font-weight: 600;
}


/*-------------- Footer ----------------*/

.fullwidthblue{width: 100%;background-color: #374c9b;padding: 30px 0px;margin-top: 30px;color:#fff;}
img.logofooter {height: 54px; margin-bottom: 19px;}
.colfooter{float: left;}
@media only screen and (max-width: 767px){
	.colfooter{flex-direction: column; width: 100%;}
	.fullwidthblue{display: flex; text-align: center; }
	img.logofooter{    margin-bottom: 19px;}


}
@media only screen and (min-width: 768px){
	.colfooter{flex-direction: row;flex-direction: row;width: 25%;}
	.fullwidthblue{display: flex; text-align: left; }
	.col4bannerofferlist img {
    margin-right: 21px;
}
}


/* Colonne 1 - Logo et infos */
.footer-col-logo {
    max-width: 240px;
}

/* SVG pour le personnage Mon Gustave */
.gustave-character {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.footer-brand-name {
    color: #5dd3c5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.footer-tagline {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 8px;
}

.footer-address {
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
}

.footer-address a {
    color: #5dd3c5;
    text-decoration: none;
}

.footer-address a:hover {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #5dd3c5;
}


/* Colonnes de liens */

.colfooter h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.colfooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.colfooter ul li {
    margin-bottom: 8px;
}

.colfooter ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.colfooter ul li a:hover {
    color: #5dd3c5;
}


/* Colonne Nous connaître avec logo Weedo */


.footer-col-connaitre ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-connaitre ul li {
    margin-bottom: 8px;
}

.footer-col-connaitre ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-col-connaitre ul li a:hover {
    color: #5dd3c5;
}


.footer-col-contact h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-col-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.footer-col-contact ul li {
    margin-bottom: 10px;
}

.footer-col-contact ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-col-contact ul li a:hover {
    color: #5dd3c5;
}

.orias-number {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1000px){
	img.logorectangulaire{
		height: 40px;
        margin-top: -12px;
        margin-bottom: 27px;
	}
	.col3bannerofferlist {display: block;text-align: center;}
	.meilleurchoixofferlist.bestdesktop {display: none;}
	.meilleurchoixofferlist.bestmobile{margin-bottom: 10px;}
	img.logocarre {
    height: 80px;
    margin-top: -18px;
}
    .mrgoffertop {
        margin-top: 0px;
    }

}
@media only screen and (min-width: 1001px){
	.meilleurchoixofferlist.bestmobile {display: none;}
	img.logocarre {
    height: 100px;
    margin-top: -15px;
    margin-left: 16px;
}
img.logorectangulaire {
    height: 90px;
    /* margin-top: -15px; */
    margin-left: 16px;
}
    .cta-button {
    margin-right: 15px;
}
}

.boxoffreenavant img{
    height: 58px;
}








@media only screen and (min-width: 1001px) {
.actualisebanner{
    display: none;
}
.meilleurchoixofferlist {
    margin-left: 16px;
    margin-bottom: -11px;
    margin-top: -4px;
}

.numerobannerofferlist {
    width: 27px;
    height: 28px;
    font-size: 17px;
}

    img.logorectangulaire {
        height: 82px;}

.col1bannerofferlist {
    width: 14%;}

    .col2bannerofferlist {
    width: 38%;}

    .col3bannerofferlist {
    width: 17%;
    }

    .meilleurchoixofferlist {
    margin-left: 16px;
    margin-bottom: -11px;
    margin-top: -4px;
    position: absolute;
    top: -11px;
    left: 23px;
    border: 1px solid #00b3c7;
    border-radius: 23px;
}

.bannerofferlist.borderblue {
    border: 1px solid #00b1c5;
}



}





@media only screen and (max-width: 1000px) {



.col5bannerofferlist {
width: 100%;
order: 2;
justify-content: flex-start;
}
.etiquette-offre {
flex-direction: row;
padding: 7px 14px 7px 8px;
font-size: 12px;
gap: 8px;
border-radius: 20px;
max-width: none;
width: auto;
}
.etiquette-icon-wrap {
width: 28px;
height: 28px;
font-size: 12px;
}
.etiquette-offre span {
max-width: none;
white-space: nowrap;
}



	
    .logobannerlist {
        margin-bottom: 0px;
    }


        img.logorectangulaire {
        height: 60px;
        margin-top: -21px;
        margin-bottom: 0px;
    }


        .numerobannerofferlist {
        position: static;
        width: 22px;
        height: 25px;
        font-size: 15px;
        margin-bottom: 4px;
        margin-top: -16px;
        margin-left: -18px;
    }

        .col4bannerofferlist {
        width: auto;
        position: absolute;
        top: 16px;
        right: 13px;
        order: 4;
    }

    .meilleurchoixofferlist {
    margin-top: -15px;
    margin-bottom: 21px;
    margin-left: 18px;
}

.actualisebanner {
    display: none;
}


.meilleurchoixofferlist {
    margin-top: -26px;
    margin-bottom: 14px;
    margin-left: 18px;
}


    .meilleurchoixofferlist {
        position: absolute;
        border-radius: 20px;
        border: 1px solid #00b1c5;
        left: 31px;
    }

    .bannerofferlist.borderblue {
    border: 1px solid #00b1c5;
}


}

/* ============================================
   TOOLTIP MENTIONS LEGALES
   ============================================ */
   .mentionslegales-tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: rgba(58, 66, 132, 0.7);
	font-size: 14px;
}

.mentionslegales-tooltip .tooltip-text {
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	color: rgba(58, 66, 132, 0.7);
	text-align: justify;
	border-radius: 8px;
	padding: 18px 20px;
	position: absolute;
	z-index: 10000;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border: 1px solid #e0e0e0;
	transition: opacity 0.3s, visibility 0.3s;
	font-size: 13px;
	line-height: 1.7;
	max-width: 450px;
	width: max-content;
	min-width: 300px;
	white-space: normal;
}

.mentionslegales-tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.mentionslegales-tooltip:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 1000px) {
	.mentionslegales-tooltip .tooltip-text {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: calc(100vw - 40px);
		width: calc(100vw - 40px);
		min-width: auto;
		font-size: 11px;
		padding: 15px;
		line-height: 1.5;
		max-height: 80vh;
		overflow-y: auto;
	}
	
	.mentionslegales-tooltip .tooltip-text::after {
		display: none;
	}
	
	.mentionslegales-tooltip .tooltip-text::-webkit-scrollbar {
		width: 5px;
	}
	
	.mentionslegales-tooltip .tooltip-text::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 10px;
	}
	
	.mentionslegales-tooltip .tooltip-text::-webkit-scrollbar-thumb {
		background: rgba(58, 66, 132, 0.5);
		border-radius: 10px;
	}
}

/* ============================================
   ASTÉRISQUE SCORE MONTGASTON
   ============================================ */
   .col4bannerofferlist > div {
	position: relative;
	display: inline-block;
}

.col4bannerofferlist .score-asterisk {
	position: absolute;
    top: 2px;
	right: 2px;
	color: #3a4284;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	line-height: 1;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s, box-shadow 0.2s; 
}
.col4bannerofferlist .score-asterisk {
	text-decoration: none;  /* ← Enlever le soulignement du lien */
}
@media (max-width: 1000px) {
	.col4bannerofferlist .score-asterisk {
		font-size: 12px;
		top: 1px;
        right: 1px;
        width: 16px;
        height: 16px;
	}
}

/* ============================================
   MENTION LÉGALE SCORE MONTGASTON
   ============================================ */
.score-mention-legale {
	margin-top: 30px;
	padding: 20px;
	background-color: #f8f9fa;
	border-left: 4px solid #3a4284;
	border-radius: 4px;
}

.score-mention-legale p {
	margin: 0;
	font-size: 13px;
	color: #3a4284;
	line-height: 1.6;
}

.score-mention-legale strong {
	font-size: 14px;
}

@media (max-width: 1000px) {
	.score-mention-legale {
		padding: 15px;
		margin-top: 25px;
	}
	
	.score-mention-legale p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	.score-mention-legale strong {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.score-mention-legale {
		padding: 12px;
		margin-top: 20px;
	}
	
	.score-mention-legale p {
		font-size: 11.5px;
		line-height: 1.4;
	}
	
	.score-mention-legale strong {
		font-size: 12.5px;
	}
}
