/* =============================================================
   COUGAR STORY — style.css v2 PREMIUM
   Base originale conservée, upgrades ajoutés en fin de fichier
   ============================================================= */

/* ---- VARIABLES GLOBALES ---- */
:root {
	--cs-primary:   #F00EDC;
	--cs-dark:      #bf0899;
	--cs-deeper:    #8a0070;
	--cs-black:     #0d0010;
	--cs-white:     #ffffff;
	--cs-offwhite:  #fdf5ff;
	--cs-light:     #fff0fd;
	--cs-border:    rgba(240,14,220,0.18);
	--cs-radius:    12px;
	--cs-radius-lg: 20px;
	/* 4-point gradient charte */
	--cs-grad-4:    linear-gradient(135deg, #0d0010 0%, #5a0050 35%, #bf0899 70%, #F00EDC 100%);
	--cs-grad-btn:  linear-gradient(160deg, #ff40f0 0%, #F00EDC 40%, #bf0899 80%, #7a005e 100%);
	--cs-grad-soft: linear-gradient(135deg, #fff0fd 0%, #fce8ff 50%, #f5d0ff 100%);
	--cs-shadow-sm: 0 2px 12px rgba(240,14,220,0.12);
	--cs-shadow-md: 0 6px 28px rgba(140,0,110,0.18);
	--cs-shadow-lg: 0 14px 48px rgba(100,0,80,0.22);
}

/* ============================================================
   EXISTING CSS — conservé à l'identique
   ============================================================ */

body {
	background: url("/layout/bg.jpg") no-repeat fixed 50% 0 transparent;
	background-size:cover;
	font-family: verdana;
	color: black;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'AmaranthRegular';
	src: url('https://cougarstory.com/fonts/Amaranth-webfont.eot');
	src: url('https://cougarstory.com/fonts/Amaranth-webfont.eot?#iefix') format('embedded-opentype'), url('https://cougarstory.com/fonts/Amaranth-webfont.woff') format('woff'), url('https://cougarstory.com/fonts/Amaranth-webfont.ttf') format('truetype'), url('https://cougarstory.com/fonts/Amaranth-webfont.svg#AmaranthRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
  font-family: 'AmaranthRegular', verdana;
  color: white;
  font-size: 14px;
  margin: 0;
  width: auto;
  padding: 10px;
}

h1 a {
	color: white;
}

#loger{padding:10px;}

#ad {
	margin-right: 0;
	margin-top: -20px;
}

#ad li {
	min-width: 110px!important;
}

h2 {
	background: none repeat scroll 0 0 #FFFFFF;
	font-family: 'AmaranthRegular', verdana;
	font-size: 26px;
	font-weight: normal;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
	color: white;
	text-align:center;
	float:left;
}

.bartop {
	float: left;
	text-align: left;
	padding: 0 10px;
	margin: 0 15px;
	width: 98%;
}

#log {
display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 10px;
  border-radius: 8px;
    background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 28%), radial-gradient(circle at 88% 12%, rgba(240, 14, 220, 0.55) 0, rgba(240, 14, 220, 0) 32%), linear-gradient(135deg, #0d0010 0%, #42003f 34%, #9b007e 68%, #f00edc 100%);
  box-shadow: 0 18px 54px rgba(80, 0, 70, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
  animation: cs-premium-rise 0.65s ease both, cs-premium-glow 5.5s ease-in-out infinite;
}

#ez-login-forgotten-password-container {
	top: 35px;
}

#page {
	max-width:1200px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}

#recontenu {
	width: 100%;
	text-align: center;
}

#contenu {
	max-width:1200px;
	width: 100%;
	float: left;
	margin-top: 18px;
}

#texte {
	background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 28%), radial-gradient(circle at 88% 12%, rgba(240, 14, 220, 0.55) 0, rgba(240, 14, 220, 0) 32%), linear-gradient(135deg, #0d0010 0%, #42003f 34%, #9b007e 68%, #f00edc 100%);
	  box-shadow: 0 18px 54px rgba(80, 0, 70, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	  border: 1px solid rgba(255, 255, 255, 0.14);
	  animation: cs-premium-rise 0.65s ease both, cs-premium-glow 5.5s ease-in-out infinite;
	  min-height: 464px;
	  width: 100%;
	  border-radius: 22px;
	  display: block;
	  margin: 0 auto;
	  padding: 20px 30px;
}

#iform {
	position: relative;
	float: right;
	margin: 0;
	width: 100%;
	max-width:580px;
	z-index: 99999;
	background: white;
	border-radius: 10px;
}

.registration-form legend {
	display: none;
}

div.form-group.checkbox label.small {
	color: black;
}
#form {padding:20px;}
#cougar {
	float: left;
	width: 530px;
	height: 400px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
}

#ez-main {
	width: 572px;
	float: left;
}

#ez-register-form {
	margin: 0 0 0 50px;
	width: 572px;
	float: left;
}

#ez-register-form-container {
	margin: 0 0 0 50px;
	width: 572px;
	float: left;
}

#ez-register-form-container .ez-button {
	width: 300px;
	height: 50px;
	color: white;
	background-color: #d46d45;
	background-image: url("bgpurple.png");
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: #000000 0 0 3px;
}

#ez-register-form-container .ez-button:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1432a), to(#d46d45));
	background: -moz-linear-gradient(19% 75% 90deg, #d46d45, #b1432a);
	border-top: solid 2px #b1432a;
	border-bottom: solid 1px #e28d79;
}

@media (max-width: 890px) {
	
	#iform {max-width:380px;}
	#cougar {width:370px;}
}

@media (max-width:769px) {
	
	
}


@media (max-width: 380px) {
	
	#form button[type="submit"],
	#iform button[type="submit"],
	#form input[type="submit"],
	#iform input[type="submit"] {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-height: 78px;
		height: auto !important;
		padding: 14px 18px !important;
		white-space: normal !important;
		line-height: 1.15 !important;
		text-align: center;
		text-wrap: balance;
		overflow-wrap: anywhere;
		word-break: normal;
		border-radius: 16px;
	}

	/* Si le bouton contient une icône + texte */
	#form button[type="submit"],
	#iform button[type="submit"] {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		flex-wrap: wrap;
	}

	#form button[type="submit"],
	#iform button[type="submit"],
	#form input[type="submit"],
	#iform input[type="submit"] {
		min-height: 88px;
		padding: 14px 12px !important;
		font-size: clamp(18px, 6vw, 26px) !important;
		letter-spacing: .02em;
	}
}

.ez-main-content-border {
	border-top: 30px solid #c409a2;
	border-bottom: 30px solid #c409a2;
	padding: 15px;
	margin-top: 0 !important;
}

#ez-register-form-container #ez-register-form {
	float: left;
	font-size: 12px;
	line-height: 11px;
	margin: 0;
	min-height: 390px;
	width: 570px;
}

.inscriptformtit {
	width: 590px;
	background: black;
	font-size: 22px;
	color: white;
	padding: 5px;
	letter-spacing: -1px;
}

.inscriptformtit h2 {
	width: 590px;
	background: black;
	font-size: 18px;
	color: white;
	padding: 10px 5px 0;
	letter-spacing: -1px;
	line-height: 10px;
}

#ez-login-form-container select {
	color: black!important;
}

.ez-title-arrow {
	display: none;
}

#ez-register-form dl dd dl {
	margin: 0;
	padding: 0;
}

#ez-register-form-container input.text {
	height: 15px;
}

div#iform div#ez-register-form-container form#ez-register-form dl dd div.ez-error {
	color: white;
}

#ez-register-form-container dd {
	padding-bottom: 5px;
	padding-top: 0;
}

div#iform div#ez-register-form-container form#ez-register-form dl dd {
	padding-bottom: 3px;
	padding-top: 0;
}

div#iform div#ez-register-form-container form#ez-register-form dl dd {
	margin: 0 0 0 60px;
}

div#iform div#ez-register-form-container form#ez-register-form dl dt {
	width: 45%;
}

#botvil {
	background-attachment: scroll;
	background-color: initial;
	background-image: url(info.png);
	background-position: 0 21px;
	background-repeat: no-repeat;
	float: left;
	height: 180px;
	padding-bottom: 0;
	padding-left: 128px;
	padding-right: 0;
	padding-top: 40px;
}

#menu {
	width: 230px;
	float: left;
	margin: 10px 0;
	height: 310px;
	color: black;
	height: 100%;
}

#menuright {
	float: right;
	width: 202px;
	margin-top: 84px;
}

img {
	border: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-shadow: 1px 1px 3px #888;
	text-decoration: underline;
}

.contttt {
	background: white none repeat scroll 0 0;
	border-radius: 20px;
	color: #000;
	float: left;
	margin-top: 47px;
	padding: 5px 0;
	width: 100%;
}

#footer {
	width: 100%;
	padding: 5px 0 40px;
}

#header {
	width: 100%;
}
#header h1{text-align:left!important; }
#heado {
margin-top: 20px;
  display: inline-grid;
  grid-template-columns: 300px 1fr;
  width: 100%;
}

#logo {
	width: auto;
}

#blockedito {
	float: left;
	width: 100%px;
	height: 100%;
	padding: 0 10px;
	color: black;
	margin: 0;
	font-size: 13px;
}

#block1 {
	float: left;
	width: 382px;
	-moz-box-shadow: 5px 5px 12px #888888;
	-webkit-box-shadow: #888888 5px 5px 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: #888888 5px 5px 12px;
	background: #CDEB8B;
	padding: 0 10px 15px;
	height: 100%;
	margin-top: 10px;
}

#block1 h3 {
	padding: 4px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 15px;
	border-bottom: 1px solid black;
}

#block2 {
	float: right;
	width: 270px;
	-moz-box-shadow: 5px 5px 12px #888888;
	-webkit-box-shadow: #888888 5px 5px 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: #888888 5px 5px 12px;
	background: #C3D9FF;
	padding: 0 10px 15px;
	margin-top: 10px;
}

#block2 h3 {
	font-size: 15px;
	border-bottom: 1px solid black;
	padding: 4px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.bloc {
	float: left;
	width: 258px;
	margin: 0 0 15px 0;
	color: black;
	background: #fff;
	padding: 10px;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

.social {
	float: left;
	width: 100%;
	margin: 5px;
}

.contentmenb {
	margin-top: 34px;
	float: left;
}

#colonnes {
	color: black;
	float: left;
	margin: 10px auto 0;
}

.bigcolonne {
	float: left;
}

.bigcolonne h3 {
	text-align: center;
	font-size: 14px;
	background:black;
	color:white;
	font-weight:bold;
	padding:5px 0;
}

.noborderight h3
{
	background:black;
	color:white;
	font-weight:bold;
	padding:5px 0;
}

h3 {
	font-size: 14px;
}

.contttt h3 {
	background:black;
	border-radius: 0;
	box-shadow: none;
	color:white;
	margin: 15px 0 20px;
	padding: 10px;
	width: 100%;
	font-family: 'AmaranthRegular', verdana;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

.contttt h2 {
	background: black;
	border-radius: 4px;
	box-shadow: none;
	color: white;
	text-align: center;
	margin: 15px 0 20px;
	padding: 5px 16px 5px 5px;
	width: 100%;
	font-family: 'AmaranthRegular', verdana;
	font-size: 26px;
}

.gradient {
	background: #000 url("gradient-bg.png") repeat-y left;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient( linear, left top, right top, from(#666), to(#000));
	background: -webkit-linear-gradient( left, #666, #000);
	background: -moz-linear-gradient( left, #666, #000);
	background: -o-linear-gradient( left, #666, #000);
	background: linear-gradient( left, #666, #000);
}

.colonnes {
	float: left;
	width: 234px;
	margin: 0 6px;
	border-right: 1px solid #eee;
}

.colonnes h3 {
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 14px;
}

.noborderight {
	border-right: none;
}


#legales {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding: 7px 0;
}

.button {
	width: auto;
	height: 50px;
	color: #fff;
	background-color: #125182;
	text-align: center;
	font-size: 19px;
	line-height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #125182), color-stop(.5, #1269ab), color-stop(.51, #004375), to(#00345b));
	background: -moz-linear-gradient(top, #125182, #1269ab 50%, #004375 51%, #00345b);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.button p {
	font-size: 19px;
	line-height: 50px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	text-shadow: 0px 0px 3px #555;
}

#contentright {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#listara {
	float: left;
	width: 100%;
	max-width: 870px;
}

#listarar {
	width:100%;
}

.button a {
	text-decoration: none;
	color: fff;
}

.button:hover {
	-moz-box-shadow: inset 0 0 50px #000000;
	-webkit-box-shadow: inset 0 0 50px #000000;
	box-shadow: inset 0 0 50px #000000;
}

.button p:hover {
	text-shadow: 0px 0px 3px #888;
}

.bwhite a {
	color: white;
}

.bwhite a:hover {
	text-shadow: 1px 1px 13px #white;
	color: #f6b569;
}

.blockprofil {
	background: #b1004c;
	color: black;
	display: block;
	float: left;
	height: 320px;
	margin: 0.5%;
	overflow: hidden;
	padding: 10px;
	width: 49%;
	border-radius: 8px
}

.blockprofil2 {
	background:#b1004c;
	border-radius: 5px;
	color:black;
	display: block;
	float: left;
	height: 320px;
	margin: 1%;
	overflow: hidden;
	padding: 10px;
	width: 48%;
}

.blockprofilunlok {
	background:#370216;
	border-radius: 5px;
	color:white;
	display: block;
	float: left;
	height: 320px;
	margin: 1%;
	overflow: hidden;
	padding: 10px;
	width: 48%;
}

#listarar .blockprofilunlok {width:31%;}

.descriptionunlok {font-weight:bold;text-align:center;margin:10px 0;float:left;}

a.blockprofil:hover, a.blockprofil2:hover, a.blockprofilunlok:hover{
	opacity:0.7;
}

.description {
	color: white;
	float: left;
	font-style: italic;
	height: 76px;
	margin-bottom: 5px;
	padding: 0 8px 12px;
	text-align: left;
	width:100%;
}

.infos {
	color: black;
	float: left;
	margin-right: 5px;
	text-align: left;
}

.infos ul {margin:0;padding:0;}

.infos ul li {
	list-style-type: none;
	color:white;
	margin-left:5px;
}

.infos strong {
	font-weight: normal;
}

.require {
	background: none repeat scroll 0 0 white;
	color: red;
	font-weight: bold;
	padding: 0 18px;
}

.lien {
	color: black;
	float: left;
	height: 27px;
	width: 100%;
}

.login {
	float: right;
	font-family: 'AmaranthRegular';
	font-size: 26px;
	text-shadow: white 1px 1px 4px;
	letter-spacing: -1px;
	text-align: right;
	margin-right: 5px;
	color:white;
	width:calc(100% - 164px);
}

.btn-success {
	border-radius: 8px;
	background: #ff0eff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0eff), to(#b7088d));
	background: -moz-linear-gradient(top, #ff0eff, #b7088d);
	background: linear-gradient(to bottom, #ff0eff, #b7088d);
	text-shadow: #6c0553 1px 1px 1px;
	font: normal normal bold 20px arial;
	color: #ffffff!important;
	border:none!important;
	text-decoration: none;
}

.btn-success:hover,
.btn-success:focus {
	background: #ff11ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff11ff), to(#dc0aa9));
	background: -moz-linear-gradient(top, #ff11ff, #dc0aa9);
	background: linear-gradient(to bottom, #ff11ff, #dc0aa9);
	color: #ffffff;
	text-decoration: none;
}
.btn-success:before{
	content:  "\0000a0";
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin: 0 4px -6px -4px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAD20lEQVRIiY2WwU9cVRTGf+fOG4YZhhIIAU2JGFIX0lJo6sqFGxYmLqYsCGpC/AdYaidhZVwRITFx0Y26aBPSKCGmNGp1QUQTFo0hFsYMSMexSms6ONJCgHE6b95x8e57zFCE3uQm571373fO/c53z3kCGI4Y6bkVEHMGdFhgUKEX6LCfN4EsMA/MKCY/lTp7FAxiHXi1jtI3Mz3ABDAk4ACoXXyE7QI3gPHJVF+uBscDTK0DLt9YNWLcUeAKkBQRUFCUwA6QFUXsg/qLdoExN+ZOf/T6hSBgL4z6PR88LXBNhOTBVqXWRhVV+67GFkgC15yyk373uzth0I7FN8a4owITiByQB4hAazxKd1uC1ngUI8LjUoX8P3s8KlXqyfbjmIiUI38B02EOLOc/i0gy3KDQeSrGGy93cqY9ScQIqmqdClVPuVvc5dZqgcJO2T+dCOJTuovSP3mpLy/puRWDyBfAcG0SB063MNx/GscIxw3XU2aXH7D8YBsVEA0xZkV407FSHBI5AOppSzAy0EXkBHCAaEQYGehi51+X37f2a6jSIVV6DOhwkAtVxQhcOvc8AbbaRB5nB3tqYkREHGDECAyK3SDAC60JOptjIUiYkhPszuYY3a0JUKs0FGDQKPQi4utchK6WOGKfRYSVbI5MNnesHcyulrgvO5HgjvQ6QIeqf5FUlYZIvVoWFpcQgfNnX/JtnraD9dHIUzlrl/TNTFUE499Lpf+5JG9d7D4xuUeNz5f+YPnhnk+df7tdA2yitiSocLewTaXq1R39WWal6rFe2PY1fpCiogGyfq0BQdmrGhZ/3ThROYftxbUN9qsmSG6Qg6wB5oM6hoAY4dvVAvnC1jOr6LeHW9xaK4AJxBIUQ+YNMKOKG1CECsSa+OSHNW6v3/cL6P/QosDt9ft8+uMaEmuyHsPpKsxEXn177LFAn4j0SlBPAKKNZDaKrOT+RD2lscGhMepYFQpVz+Pq93dYyD8ikjiFEDgNy/isop8dKnbUFTtEUM+jUtrDLZe42N3OO6+d44lb5erCMrldg4lG6/qCIKjqDnBhMtWXNwC2E42pAio+VTX1uiHRTKKtg80nEf7e2ePjb34it2uIOA31tPhJARibTPXdA0zYcBpLMg2M+03rYIeECFDcrzD19RJFacI40VAtoXIUFMbjlK9bWK+uZb4/84spNeoocEUgScBpQFdAwaF2WUPLWJzy9Q9Sr3hB4Ec3/bnMiwgfAkOAI1jpqQUTRTR04AJf4jf9exwadSewwwDe5a8yRjx6gBFgEP+3pd2uKQJZgXmFGUXzU6nz3iEsA3j/ATnZ904c4U4AAAAAAElFTkSuQmCC") no-repeat left center transparent;
	background-size: 100% 100%;
}

.buttonmmm {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #b7088d;
	border-radius: 8px;
	background: #ff0eff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0eff), to(#b7088d));
	background: -moz-linear-gradient(top, #ff0eff, #b7088d);
	background: linear-gradient(to bottom, #ff0eff, #b7088d);
	-webkit-box-shadow: #ff11ff 0px 0px 40px 0px;
	-moz-box-shadow: #ff11ff 0px 0px 40px 0px;
	box-shadow: #ff11ff 0px 0px 40px 0px;
	text-shadow: #6c0553 1px 1px 1px;
	font: normal normal bold 20px arial;
	color: #ffffff;
	text-decoration: none;
	float:right;
}
.buttonmmm:hover,
.buttonmmm:focus {
	background: #ff11ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff11ff), to(#dc0aa9));
	background: -moz-linear-gradient(top, #ff11ff, #dc0aa9);
	background: linear-gradient(to bottom, #ff11ff, #dc0aa9);
	color: #ffffff;
	text-decoration: none;
}
.buttonmmm:active {
	background: #b7088d;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7088d), to(#b7088d));
	background: -moz-linear-gradient(top, #b7088d, #b7088d);
	background: linear-gradient(to bottom, #b7088d, #b7088d);
}
.buttonmmm:before{
	content:  "\0000a0";
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin: 0 4px -6px -4px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABLElEQVRIie2VO27DMAyGPxhFUBg9Q5GpR+jUM+Q4QXKCHiDI7DFzpt6hm5Alc4peoMhQd3AyhApomXogj60/QJsi6V8kRcEAVUaegBnggFbEAVPx5b4/PSLOMbABDhHZAM+azNDPC7RRstPkX0Aj8q3sTmJDrmqgBOuZIlkBtYqpxeb9UxKI9c6pzGvDX6tKXIJnUJZft/Jxkyi/kZg2FvMQVNMpfSTvveHz+ADegK3hG2Qdiu/vIhGTFV9Sp8TKtgviivVwgizynD0JfwZ6o1dgrtYT4KWA6xd4Bz6Vzbxoa+I3NyfrHDnAY0G2MYyU3kF/TK3NLkGPR29w0SEa8DwVkSm6Ff5bVLaR1aKfK0j3FLRoDuzoz3QJ/oAlQYu8cjfcY4oGiP2Tb6IfAVrlYeGAtQ6EAAAAAElFTkSuQmCC") no-repeat left center transparent;
	background-size: 100% 100%;
}

.photo {
	color: black;
	float: left;
	height: 152px;
	margin-left: 5px;
	width: 152px;
	border: 1px solid black;
	background: #fff;
	margin-bottom:5px;
}

.superphoto {
	background: black;
	color: white;
	float: left;
	left: 8px;
	position: relative;
	text-align: center;
	top: -80px;
	width: 132px;
	font-weight: bold;
	font-family: 'AmaranthRegular';
}

.superphoto  {
	color: white!important;
}

#ez-login-form {
	float: right;
	font-size: 10px;
	margin-right: 14px;
	padding-left: 15px;
	width: auto;
}

#ez-login-form dl dd {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
}

#ez-login-form dl dt {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
}

#ez-login-form dl dd input[type=submit] {
	font-size: 14px;
}

button,
input,
select,
textarea {
	color: black!important;
}

small.ez-register-form-requried {
	float: left;
	width: 100% !important;
	text-align: center;
}

.slioo {
	float: left;
	margin-bottom: 20px;
}
.toolcontainer {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.fbbox {
	float: left;
	width: 500px;
	margin-top: 1px;
}
.gbbox {
	float: left;
	width: 450px;
}
#reseau {
	float: right;
	text-align: center;
	width: auto;
	margin: 10px 0;
}
.likeboo {
	background: none repeat scroll 0 0 #4096ee;
	float: left;
	height: 64px;
	padding: 5px 20px;
	width: 62px;
	border-radius: 4px;
	margin: 0 0 10px 5px;
}
h4 {
	color: black;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 9px;
	font-size: 23px;
	font-family: 'AmaranthRegular', verdana;
	text-transform: uppercase;
}
.registration-form .btn-facebook {
	color: #fff;
	background-color: #3c558d;
	border-color: #3c558d;
	height: 50px;
	overflow: hidden;
}
.registration-form .btn-facebook:hover {
	color: #fff;
	background-color: #354a7b;
	border-color: #2a3b62;
}
.registration-form .btn-facebook:active:hover,
.registration-form .btn-facebook:active:focus {
	background-color: #2a3b62;
	border-color: #161f34;
}
.registration-form .input-group-addon {
	background-color: #fff;
}
.registration-form select.form-control {
	padding-right: 1.75rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: auto 40%;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.registration-form .checkbox label {
	padding-left: 0;
}
.registration-form .custom-control-indicator {
	float: left;
	margin: 4px 10px 0 0;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.registration-form .form-group [class^="col-"]:first-child {
	padding-right: calc(15px / 2);
}
.registration-form .form-group [class^="col-"]:last-child {
	padding-left: calc(15px / 2);
}
.registration-form :checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.registration-form .help-block,
.registration-form .form-control-feedback {
	display: none;
}
.registration-form .has-error .help-block {
	display: block;
}
.registration-form .has-success .form-control-feedback,
.registration-form .has-warning .form-control-feedback,
.registration-form .has-error .form-control-feedback {
	display: block;
}
.registration-form .btn-xl {
	padding: 15px 20px;
	font-size: 20px;
}
.registration-form .tooltip-inner {
	min-width: 250px;
}
.editocell {
	padding: 0 32px;
}
.contenusaf p {
	padding: 0 30px;
}
.voilemasqua {
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.tadaa {
	display: block!important;
	float: right;
}
#closer {
	display: none;
	color: black;
	font-weight: bold;
	margin-right: 9px;
	cursor: pointer;
	float:left;
}
#closer a {
	color: black;
}
#closer a:hover {
	color: orange;
}

.ptprelinker-containers-fullpage.ptprelinker-contents-disclaimer-default .ptprelinker-content {background:black!important;opacity:0.9!important;}

/* Slider vanilla */
#noui.svwp {
  position: relative;
  width: 530px;
  height: 400px;
  max-width: 100%;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
}

#noui.svwp ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#noui.svwp li {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  z-index: 1;
  transform: scale(1.025);
  transition:
    opacity 0.35s ease-in-out,
    transform 0.55s ease-out;
  will-change: opacity, transform;
}

#noui.svwp li.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
}

#noui.svwp a,
#noui.svwp img {
  display: block;
  width: 100%;
  height: 100%;
}

#noui.svwp img {
  object-fit: cover;
}

@keyframes csFormPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  35% { opacity: 0.72; transform: scale(0.985); }
  70% { opacity: 1; transform: scale(1); }
}

#iform.cs-flash {
  animation: csFormPulse 0.45s ease-in-out 2;
}

#YMThumbs li.tsClick {
  cursor: pointer;
}

#YMThumbs li.tsClick img {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#YMThumbs li.tsClick:hover img {
  opacity: 0.9;
  transform: scale(1.03);
}

.kamesen {
  color: #F00EDC;
  text-decoration: underline;
  cursor: pointer;
}

.kamesen:hover {
  color: #c400b8;
}

/* ============================================================
   MOBILE — conservé à l'identique
   ============================================================ */
@media only screen and (max-width: 767px) {

	.btn-success {font-size:17px!important;}
	body {background:white;}
	#page,
	#contenu,
	#texte,
	#iform,
	#cougar,
	#cougar img,
	.colonnes,
	.blockprofil2,
	div.blockprofil2 div.description,
	#listarar,
	#listara,
	.blockprofil,
	.description,
	#contentright{
		width: 100%;
		margin: 0;
	}

	#iform {
		margin: 0;
	}

	.blockprofil2,
	.blockprofil, .blockprofilunlok {
		margin: 0 0 5px!important;
		width:100%!important;
	}

	#texte {
		padding: 20px;
		border-radius: 0;
	}

	#logo {
		width: 100%;
		text-align: center;
	}

	#heado {
		margin: 0;
		height: initial;
		grid-template-columns: 1fr;
	}

	#header {
		border-radius: 0;
	}
	
	#log {
		border-radius:0;
		border:0;
		display:block;
	}
	
	#cougar,#noui.svwp {border-radius:0;}

	#contenu {
		margin-top: 0;
	}

	h2 {
		margin: 0;
		text-align:center;
	}

	h2.gradient {
		margin-bottom: 10px;
		font-size:20px;
	}

	.registration-form .btn-xl {
		font-size: 18px;
	}

	.registration-form .btn-facebook .wrapper {
		font-size: 17px;
	}

	#cougar {
		min-height: initial;
		float:none;
	}

	.contttt {
		margin-top: 0;
	}

	.editocell {
		margin-bottom: 10px;
		padding: 5px;
	}
	
	#iform {
	  background: #fff !important;
	  border-radius: 16px !important;
	  box-shadow: 0 8px 40px rgba(140,0,110,0.18), 0 2px 8px rgba(0,0,0,0.08) !important;
	  border: 0;
	  overflow: hidden;
	  padding: 15px;
	}

	#colonnes {
		box-shadow: none;
	}

	#footer {
		padding: 5px;
	}


	#contentright p {
		padding: 10px;
		text-align: justify;
	}

	.contttt h3 {
		margin-bottom: 0;
	}

	.contttt h3, .contttt h2 {
		margin: 20px 0;
		text-align:center;
	}
}

@media only screen and (max-width: 320px) {
	.registration-form .btn-facebook .wrapper {
		font-size: 14px;
	}

	.ez-main-content-border .registration-form .btn-facebook .wrapper,
	.ez-main-content-border .registration-form .btn-xl {
		font-size: 12px;
	}
	.ez-main-content-border {
		border-top: 15px solid #c409a2;
		border-bottom: 15px solid #c409a2;
		padding: 15px 2px;
		margin-top: 0 !important;
	}
	.btn-success:before{ display:none;}
	.description{overflow:hidden;}
}


/* ============================================================
   PREMIUM UPGRADES v2 — ajouts CSS4 2026
   Scopés pour ne jamais écraser la base existante
   ============================================================ */

/* --- Keyframes --- */
@keyframes cs-fadeup {
	from { opacity: 0; transform: translateY(14px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes cs-shimmer {
	0%   { background-position: -400px 0; }
	100% { background-position: 400px 0; }
}
@keyframes cs-pulse-border {
	0%, 100% { box-shadow: 0 0 0 0 rgba(240,14,220,0); }
	50%       { box-shadow: 0 0 0 6px rgba(240,14,220,0.15); }
}
@keyframes cs-dot-blink {
	0%, 100% { opacity: 1; }
	50%       { opacity: 0.3; }
}
@keyframes cs-float {
	0%, 100% { transform: translateY(0); }
	50%       { transform: translateY(-4px); }
}

/* --- #header premium --- */


/* --- #iform (formulaire) — upgrade premium Meetic-like --- */
#iform {
	background: #fff !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 40px rgba(140,0,110,0.18), 0 2px 8px rgba(0,0,0,0.08) !important;
	border: 1px solid rgba(240,14,220,0.15) !important;
	overflow: hidden;
}

/* Barre top dégradée 4 points sur le formulaire */
#iform::before {
	content: '';
	display: block;
	height: 4px;
	background: linear-gradient(90deg, #0d0010 0%, #5a0050 30%, #bf0899 65%, #F00EDC 100%);
	border-radius: 16px 16px 0 0;
}

/* Titre formulaire */
#iform h2.gradient {
	background: linear-gradient(135deg, #0d0010 0%, #5a0050 35%, #bf0899 70%, #F00EDC 100%) !important;
	border-radius: 0 !important;
	font-size: 20px !important;
	padding: 14px 16px !important;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* --- Bouton CTA principal — ultra premium --- */
.btn-success {
	background: linear-gradient(160deg, #ff40f0 0%, #F00EDC 40%, #bf0899 80%, #7a005e 100%) !important;
	border-radius: 10px !important;
	box-shadow: 0 4px 18px rgba(240,14,220,0.4), inset 0 1px 0 rgba(255,255,255,0.18) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
	letter-spacing: 0.03em;
}
.btn-success:hover,
.btn-success:focus {
	background: linear-gradient(160deg, #ff60ff 0%, #ff20f0 40%, #d409b0 80%, #990070 100%) !important;
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 28px rgba(240,14,220,0.5), inset 0 1px 0 rgba(255,255,255,0.2) !important;
}

/* --- .buttonmmm — upgrade --- */
.buttonmmm {
	background: linear-gradient(160deg, #ff40f0 0%, #F00EDC 40%, #bf0899 80%, #7a005e 100%) !important;
	border: none !important;
	border-radius: 8px !important;
	box-shadow: 0 3px 14px rgba(240,14,220,0.35) !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}
.buttonmmm:hover,
.buttonmmm:focus {
	background: linear-gradient(160deg, #ff60ff 0%, #ff20f0 40%, #d409b0 80%, #990070 100%) !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 22px rgba(240,14,220,0.45) !important;
}

/* --- .blockprofil2 & .blockprofil — cards profils premium --- */
.blockprofil2,
.blockprofil {
	background: linear-gradient(160deg, #1a0025 0%, #3d0040 40%, #6a0058 75%, #a0006e 100%) !important;
	border-radius: 12px !important;
	border: 1px solid rgba(240,14,220,0.2) !important;
	box-shadow: var(--cs-shadow-sm) !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease !important;
	overflow: hidden;
}
.blockprofil2::before,
.blockprofil::before {
	content: '';
	display: block;
	height: 3px;
	background: linear-gradient(90deg, #F00EDC, #ff80f0, #F00EDC);
	margin: 0;
}
a.blockprofil2:hover,
a.blockprofil:hover {
	opacity: 1 !important;
	transform: translateY(-3px) scale(1.01);
	box-shadow: var(--cs-shadow-md) !important;
	border-color: rgba(240,14,220,0.4) !important;
}

/* Carte profil verrouillé */
.blockprofilunlok {
	background: linear-gradient(160deg, #0d0010 0%, #2a0025 50%, #4a0040 100%) !important;
	border: 1px solid rgba(240,14,220,0.25) !important;
	border-radius: 12px !important;
	box-shadow: var(--cs-shadow-sm) !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}
a.blockprofilunlok:hover {
	opacity: 1 !important;
	transform: translateY(-2px);
	box-shadow: var(--cs-shadow-md) !important;
}

/* Photo profil */
.photo {
	border-radius: 8px !important;
	border: 2px solid rgba(240,14,220,0.3) !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
	overflow: hidden;
}

/* Superphoto badge */
.superphoto {
	background: linear-gradient(90deg, #F00EDC, #bf0899) !important;
	border-radius: 0 0 4px 4px !important;
	font-size: 11px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}


/* ============================================================
   Navigation régions — premium footer/local nav
   ============================================================ */

.cs-region-nav {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 28px 0;
	padding: clamp(14px, 2vw, 22px);
	border-radius: 26px;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.24) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.34) 0, rgba(240,14,220,0) 38%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%) !important;
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	isolation: isolate;
	animation: cs-fadeup .45s ease both;
}

.cs-region-nav::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.14) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-shimmer 5.4s linear infinite;
	opacity: .42;
}

.cs-region-nav::after {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: -1;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.10);
	box-shadow:
		inset 0 0 46px rgba(240,14,220,.16),
		0 0 46px rgba(240,14,220,.10);
}

.cs-region-nav__section {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
}

.cs-region-nav__section:last-child {
	margin-bottom: 0;
}

.cs-region-nav h4 {
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 14px;
	padding: 12px 18px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 999px;
	background:
		radial-gradient(circle at 16% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 24%, #42003f 52%, #7a0063 78%, #bf0899 100%) !important;
	color: #fff !important;
	font-size: clamp(15px, 1.8vw, 19px);
	font-weight: 950;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .045em;
	text-shadow: 0 2px 10px rgba(0,0,0,.48);
	box-shadow:
		0 10px 28px rgba(30,0,28,.34),
		inset 0 1px 0 rgba(255,255,255,.16);
}

.cs-region-nav ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-region-nav li {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	animation: cs-region-nav-item .42s ease both;
}

.cs-region-nav li:nth-child(1) { animation-delay: .02s; }
.cs-region-nav li:nth-child(2) { animation-delay: .04s; }
.cs-region-nav li:nth-child(3) { animation-delay: .06s; }
.cs-region-nav li:nth-child(4) { animation-delay: .08s; }
.cs-region-nav li:nth-child(5) { animation-delay: .10s; }
.cs-region-nav li:nth-child(6) { animation-delay: .12s; }
.cs-region-nav li:nth-child(7) { animation-delay: .14s; }
.cs-region-nav li:nth-child(8) { animation-delay: .16s; }
.cs-region-nav li:nth-child(9) { animation-delay: .18s; }
.cs-region-nav li:nth-child(n+10) { animation-delay: .20s; }

.cs-region-nav a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 54px;
	width: 100%;
	padding: 12px 13px;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,242,253,.97) 100%);
	border: 1px solid rgba(255,255,255,.64);
	color: #1a0022;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.28;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .025em;
	box-shadow:
		0 10px 26px rgba(0,0,0,.14),
		inset 0 1px 0 rgba(255,255,255,.9);
	overflow: hidden;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease,
		background .18s ease,
		color .18s ease;
}

.cs-region-nav a::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #f00edc 0%, #bf0899 100%);
	opacity: .86;
	transition: width .18s ease, opacity .18s ease;
}

.cs-region-nav a::after {
	content: "›";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #0d0010 0%, #5a0050 46%, #bf0899 100%);
	color: #fff;
	font-size: 17px;
	font-weight: 950;
	line-height: 20px;
	text-align: center;
	box-shadow:
		0 7px 16px rgba(80,0,70,.20),
		inset 0 1px 0 rgba(255,255,255,.18);
	opacity: .86;
	transition:
		transform .18s ease,
		opacity .18s ease,
		background .18s ease;
}

.cs-region-nav a:hover,
.cs-region-nav a:focus {
	color: #8a0070;
	background:
		linear-gradient(135deg, #fff 0%, #fff0fd 100%);
	border-color: rgba(240,14,220,.34);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow:
		0 15px 36px rgba(80,0,70,.23),
		0 0 22px rgba(240,14,220,.14),
		inset 0 1px 0 rgba(255,255,255,.95);
	outline: 0;
}

.cs-region-nav a:hover::before,
.cs-region-nav a:focus::before {
	width: 7px;
	opacity: 1;
}

.cs-region-nav a:hover::after,
.cs-region-nav a:focus::after {
	opacity: 1;
	transform: translateY(-50%) translateX(2px);
	background:
		linear-gradient(135deg, #bf0899 0%, #f00edc 100%);
}

.cs-region-nav__section--legacy {
	opacity: .94;
}

.cs-region-nav__section--legacy h4 {
	background:
		linear-gradient(135deg, #050006 0%, #220020 42%, #520047 78%, #8a0070 100%) !important;
	color: rgba(255,255,255,.92) !important;
}

.cs-region-nav__section--legacy a {
	background:
		linear-gradient(135deg, rgba(255,255,255,.94) 0%, rgba(250,238,250,.92) 100%);
	color: #2b1830;
}

@keyframes cs-region-nav-item {
	from {
		opacity: 0;
		transform: translateY(8px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 900px) {
	.cs-region-nav ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.cs-region-nav {
		margin: 22px 0;
		padding: 12px;
		border-radius: 22px;
	}

	.cs-region-nav h4 {
		width: 100%;
		margin-bottom: 11px;
		padding: 12px 14px;
		border-radius: 16px;
		font-size: 15px;
	}

	.cs-region-nav ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.cs-region-nav a {
		min-height: 50px;
		padding: 12px 42px 12px 14px;
		border-radius: 15px;
		font-size: 12px;
	}

	.cs-region-nav a::after {
		right: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cs-region-nav,
	.cs-region-nav::before,
	.cs-region-nav li,
	.cs-region-nav a,
	.cs-region-nav a::before,
	.cs-region-nav a::after {
		animation: none;
		transition: none;
	}
}
/* --- #colonnes — fond subtil + ombre --- */
#colonnes {
	background: #fff;
	border-radius: 12px;
	padding: 14px 10px 10px;
	box-shadow: 0 2px 16px rgba(140,0,110,0.07);
	border: 1px solid rgba(240,14,220,0.08);
	width: 100%;
}

.bigcolonne h3,
.noborderight h3,
.colonnes h3 {
	background: linear-gradient(90deg, #0d0010 0%, #5a0050 50%, #bf0899 100%) !important;
	border-radius: 6px !important;
	letter-spacing: 0.04em;
	font-size: 13px !important;
	padding: 7px 12px !important;
}

.colonnes a,
.bigcolonne a {
	font-size: 13px;
	color: #6a0060 !important;
	transition: color 0.15s ease !important;
}
.colonnes a:hover,
.bigcolonne a:hover {
	color: var(--cs-primary) !important;
	text-decoration: none !important;
}


/* --- .contttt h2 & h3 — dégradé premium --- */
.contttt h2 {
	background: linear-gradient(90deg, #0d0010 0%, #5a0050 40%, #bf0899 75%, #F00EDC 100%) !important;
	border-radius: 6px !important;
	box-shadow: 0 3px 12px rgba(140,0,110,0.2) !important;
	letter-spacing: 0.03em;
	font-size: 22px !important;
}
.contttt h3 {
	background: linear-gradient(90deg, #0d0010 0%, #4a0042 50%, #a00080 100%) !important;
	border-radius: 0 !important;
	font-size: 18px !important;
	letter-spacing: 0.04em;
}

/* --- .editocell — légère animation d'entrée --- */
.editocell {
	animation: cs-fadeup 0.45s ease 0.1s both;
}

/* --- .contttt — fond dégradé très subtil --- */
.contttt {
	background: linear-gradient(160deg, #fff 0%, #fdf5ff 60%, #fae8ff 100%) !important;
	box-shadow: 0 2px 20px rgba(140,0,110,0.06) !important;
	border: 1px solid rgba(240,14,220,0.06) !important;
}

/* --- #footer --- */
#footer {

	border-radius: 16px 16px 0 0;
	padding: 20px 0 40px;
	margin-top: 8px;
}
#legales {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}
#legales a {
	color: rgba(255,200,255,0.75) !important;
	transition: color 0.15s ease;
}
#legales a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
#legales p {
	color: rgba(255,200,255,0.5);
	font-size: 11px;
}

/* --- Indicateur online (point vert sur les profils) --- */
.online-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	animation: cs-dot-blink 2s ease-in-out infinite;
	margin-left: 4px;
	vertical-align: middle;
}

/* ============================================================
   CS-SECTION — homepage premium
   (conserve ce qui est dans index.php, juste upgradé)
   ============================================================ */

.cs-section {
	margin: 24px 0;
	padding: 0;
	animation: cs-fadeup 0.5s ease both;
}

.cs-section h2 {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #0d0010 0%, #5a0050 40%, #bf0899 75%, #F00EDC 100%);
	border-left: none;
	border-radius: 8px;
	padding: 10px 16px;
	margin: 0 0 14px;
	letter-spacing: 0.03em;
	box-shadow: 0 3px 12px rgba(140,0,110,0.18);
}

.cs-section h3 {
	font-size: 14px;
	font-weight: 700;
	color: #5a0050;
	margin: 16px 0 6px;
	padding-left: 10px;
	border-left: 3px solid var(--cs-primary);
}

.cs-section p {
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	margin: 0 0 10px;
}

.cs-section a { color: var(--cs-primary); }
.cs-section strong { color: #1a0022; }

/* Stats strip */
.cs-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0;
}
.cs-stat {
	flex: 1;
	min-width: 100px;
	background: linear-gradient(135deg, #fff 0%, #fdf5ff 60%, #f5e0ff 100%);
	border: 1px solid rgba(240,14,220,0.2);
	border-radius: 12px;
	padding: 14px 12px;
	text-align: center;
	box-shadow: var(--cs-shadow-sm);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cs-stat:hover {
	transform: translateY(-2px);
	box-shadow: var(--cs-shadow-md);
}
.cs-stat .num {
	display: block;
	font-size: 24px;
	font-weight: 700;
	background: linear-gradient(135deg, #bf0899, #F00EDC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1.1;
}
.cs-stat .lbl {
	display: block;
	font-size: 11px;
	color: #888;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Grille villes top */
.cs-cities {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 8px;
	margin: 14px 0;
}
.cs-city-link {
	display: block;
	background: linear-gradient(135deg, #fff0fd 0%, #fce8ff 100%);
	border: 1px solid rgba(240,14,220,0.2);
	border-radius: 10px;
	padding: 9px 10px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #8a0070 !important;
	text-decoration: none !important;
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	box-shadow: var(--cs-shadow-sm);
}
.cs-city-link:hover {
	background: linear-gradient(135deg, #bf0899 0%, #F00EDC 100%) !important;
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: var(--cs-shadow-md) !important;
}

/* Témoignages */
.cs-testimonials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 14px 0;
}
.cs-testi {
	background: linear-gradient(135deg, #fff 0%, #fdf5ff 100%);
	border: 1px solid rgba(240,14,220,0.14);
	border-radius: 12px;
	padding: 16px 16px 12px;
	font-size: 13px;
	color: #444;
	line-height: 1.65;
	position: relative;
	box-shadow: var(--cs-shadow-sm);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cs-testi:hover {
	transform: translateY(-2px);
	box-shadow: var(--cs-shadow-md);
}
.cs-testi::before {
	content: '"';
	font-size: 48px;
	background: linear-gradient(135deg, #bf0899, #F00EDC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	position: absolute;
	top: 4px;
	left: 10px;
	opacity: 0.35;
	font-family: Georgia, serif;
}
.cs-testi p { margin: 0 0 8px; padding-left: 8px; }
.cs-testi cite {
	font-size: 11px;
	color: #bf0899;
	font-style: normal;
	font-weight: 600;
	display: block;
}


/* Auteur EEAT */
.cs-author {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: linear-gradient(135deg, #fff0fd 0%, #fce8ff 60%, #f5d0ff 100%);
	border: 1px solid rgba(240,14,220,0.2);
	border-radius: 12px;
	padding: 14px 16px;
	margin: 16px 0;
	box-shadow: var(--cs-shadow-sm);
}
.cs-author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(135deg, #bf0899, #F00EDC);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 3px 10px rgba(240,14,220,0.3);
	animation: cs-float 4s ease-in-out infinite;
}
.cs-author-info { flex: 1; }
.cs-author-name { font-size: 13px; font-weight: 700; color: #1a0022; margin: 0 0 4px; }
.cs-author-bio { font-size: 12px; color: #666; line-height: 1.55; margin: 0; }

/* Trust badges */
.cs-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0;
}
.cs-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: linear-gradient(135deg, #fff0fd 0%, #fce8ff 100%);
	border: 1px solid rgba(240,14,220,0.2);
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 12px;
	color: #5a0050;
	box-shadow: 0 1px 4px rgba(140,0,110,0.1);
	transition: background 0.15s ease, box-shadow 0.15s ease;
}
.cs-badge:hover {
	background: linear-gradient(135deg, #bf0899, #F00EDC) !important;
	color: #fff !important;
	box-shadow: var(--cs-shadow-sm);
}
.cs-badge-icon {
	color: var(--cs-primary);
	font-size: 13px;
	font-weight: 700;
}
.cs-badge:hover .cs-badge-icon { color: #fff; }

/* ============================================================
   PAGES PROFONDES — touches minimales (ville + région)
   Uniquement sur les éléments qui ne rankent pas directement
   ============================================================ */


/* Sidebar contentright — upgrade visuel léger */
#contentright {
	background: linear-gradient(160deg, #fff0fd 0%, #fce8ff 100%);
	border-radius: 12px;
	padding: 12px 10px;
	border: 1px solid rgba(240,14,220,0.15);
	box-shadow: var(--cs-shadow-sm);
}

#contentright h3 {
	background: linear-gradient(90deg, #0d0010 0%, #5a0050 50%, #bf0899 100%) !important;
	border-radius: 6px !important;
	font-size: 12px !important;
	padding: 8px 10px !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

#contentright p {
	font-size: 12px;
	line-height: 1.65;
	color: #444;
}


/* ============================================================
   COUGAR STORY — HOMEPAGE PREMIUM 4.0
   Classes manquantes du HTML : CTA / Steps / Versus / Responsive
   À ajouter en toute fin de /layout/style.css
   ============================================================ */

/* ---------- Scope anti-Bootstrap / anti-régression ---------- */
#contenu .editocell,
#contenu .editocell * {
	box-sizing: border-box;
}

#contenu .editocell .cs-section,
#contenu .editocell .cs-cta-banner {
	clear: both;
	position: relative;
	isolation: isolate;
}

#contenu .editocell .cs-section::after,
#contenu .editocell .cs-steps::after,
#contenu .editocell .cs-versus::after {
	content: "";
	display: table;
	clear: both;
}

/* Correction héritage h2 global float:left */
#contenu .editocell .cs-section > h2 {
	float: none !important;
	display: block !important;
	width: auto !important;
	clear: both;
}

/* ---------- Variables premium locales ---------- */
#contenu .editocell {
	--cs-glow: rgba(240, 14, 220, 0.38);
	--cs-glow-soft: rgba(240, 14, 220, 0.16);
	--cs-ink: #18001f;
	--cs-muted: #6e5d72;
	--cs-card: rgba(255, 255, 255, 0.86);
	--cs-glass: rgba(255, 255, 255, 0.72);
	--cs-line: rgba(240, 14, 220, 0.16);
	--cs-success: #18b85c;
	--cs-danger: #ef2f72;
}

/* ---------- Keyframes premium ---------- */
@keyframes cs-premium-rise {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes cs-premium-glow {
	0%, 100% {
		box-shadow:
			0 16px 44px rgba(100, 0, 80, 0.18),
			0 0 0 1px rgba(240, 14, 220, 0.12),
			0 0 0 rgba(240, 14, 220, 0);
	}
	50% {
		box-shadow:
			0 22px 60px rgba(100, 0, 80, 0.26),
			0 0 0 1px rgba(240, 14, 220, 0.22),
			0 0 34px rgba(240, 14, 220, 0.30);
	}
}

@keyframes cs-premium-shine {
	0% {
		transform: translateX(-140%) skewX(-18deg);
		opacity: 0;
	}
	18% {
		opacity: 0.65;
	}
	42% {
		opacity: 0;
	}
	100% {
		transform: translateX(140%) skewX(-18deg);
		opacity: 0;
	}
}

@keyframes cs-premium-float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

@keyframes cs-premium-arrow {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
}

@keyframes cs-premium-border {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/* ============================================================
   CTA BANNERS
   Classes HTML : .cs-cta-banner / .cs-cta-btn
   ============================================================ */

#contenu .editocell .cs-cta-banner {
	margin: 28px 0;
	padding: 28px 30px;
	overflow: hidden;
	border-radius: 22px;
	text-align: center;
	color: #fff;
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 28%),
		radial-gradient(circle at 88% 12%, rgba(240, 14, 220, 0.55) 0, rgba(240, 14, 220, 0) 32%),
		linear-gradient(135deg, #0d0010 0%, #42003f 34%, #9b007e 68%, #f00edc 100%);
	box-shadow:
		0 18px 54px rgba(80, 0, 70, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.14);
	animation: cs-premium-rise 0.65s ease both, cs-premium-glow 5.5s ease-in-out infinite;
}

#contenu .editocell .cs-cta-banner::before {
	content: "";
	position: absolute;
	inset: -2px;
	z-index: -2;
	border-radius: inherit;
	background: linear-gradient(
		120deg,
		#0d0010,
		#5a0050,
		#bf0899,
		#f00edc,
		#ff8bf6,
		#bf0899,
		#0d0010
	);
	background-size: 300% 300%;
	animation: cs-premium-border 7s ease infinite;
}

#contenu .editocell .cs-cta-banner::after {
	content: "";
	position: absolute;
	top: -40%;
	left: -35%;
	width: 70%;
	height: 180%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.26) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	pointer-events: none;
	animation: cs-premium-shine 6s ease-in-out infinite;
}

#contenu .editocell .cs-cta-banner h3 {
	float: none !important;
	width: auto !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: 'AmaranthRegular', verdana, sans-serif;
	font-size: 25px !important;
	line-height: 1.25;
	text-transform: none !important;
	letter-spacing: -0.01em;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

#contenu .editocell .cs-cta-banner p {
	max-width: 720px;
	margin: 0 auto 18px;
	color: rgba(255, 245, 255, 0.92);
	font-size: 14px;
	line-height: 1.7;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

#contenu .editocell .cs-cta-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 999px;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, #fff, #ffd6fb, #f00edc) border-box;
	border: 2px solid transparent;
	color: #8a0070 !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow:
		0 10px 26px rgba(0, 0, 0, 0.22),
		0 0 24px rgba(255, 255, 255, 0.24);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		color 0.22s ease,
		background 0.22s ease;
	will-change: transform;
}

#contenu .editocell .cs-cta-btn svg {
	flex: 0 0 auto;
	transition: transform 0.22s ease;
}

#contenu .editocell .cs-cta-btn:hover,
#contenu .editocell .cs-cta-btn:focus {
	color: #fff !important;
	background:
		linear-gradient(135deg, #ff47f1 0%, #f00edc 44%, #bf0899 100%) padding-box,
		linear-gradient(135deg, #fff, #ffd6fb, #f00edc) border-box;
	box-shadow:
		0 14px 34px rgba(0, 0, 0, 0.28),
		0 0 32px rgba(240, 14, 220, 0.42);
	transform: translateY(-3px) scale(1.025);
	text-shadow: none !important;
}

#contenu .editocell .cs-cta-btn:hover svg,
#contenu .editocell .cs-cta-btn:focus svg {
	transform: scale(1.12) rotate(-3deg);
}

#contenu .editocell .cs-cta-btn::after {
	content: "→";
	font-size: 17px;
	line-height: 1;
	animation: cs-premium-arrow 1.4s ease-in-out infinite;
}

/* ============================================================
   STEPS
   Classes HTML : .cs-steps / .cs-step / .cs-step-num
   ============================================================ */

#contenu .editocell .cs-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 18px 0 6px;
}

#contenu .editocell .cs-step {
	position: relative;
	min-height: 100%;
	padding: 22px 18px 20px;
	overflow: hidden;
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 240, 253, 0.92)) padding-box,
		linear-gradient(135deg, rgba(240, 14, 220, 0.38), rgba(255, 255, 255, 0.7), rgba(138, 0, 112, 0.25)) border-box;
	border: 1px solid transparent;
	box-shadow:
		0 10px 30px rgba(100, 0, 80, 0.10),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		border-color 0.24s ease;
	animation: cs-premium-rise 0.55s ease both;
}

#contenu .editocell .cs-step:nth-child(2) {
	animation-delay: 0.08s;
}

#contenu .editocell .cs-step:nth-child(3) {
	animation-delay: 0.16s;
}

#contenu .editocell .cs-step::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #0d0010, #bf0899, #f00edc);
	opacity: 0.95;
}

#contenu .editocell .cs-step::after {
	content: "";
	position: absolute;
	right: -36px;
	bottom: -42px;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(240, 14, 220, 0.16), rgba(240, 14, 220, 0));
	pointer-events: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

#contenu .editocell .cs-step:hover {
	transform: translateY(-5px);
	box-shadow:
		0 18px 46px rgba(100, 0, 80, 0.18),
		0 0 0 1px rgba(240, 14, 220, 0.18);
}

#contenu .editocell .cs-step:hover::after {
	opacity: 1;
	transform: scale(1.18);
}

#contenu .editocell .cs-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 16px;
	background:
		radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.42), transparent 30%),
		linear-gradient(135deg, #0d0010 0%, #7a0066 48%, #f00edc 100%);
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	box-shadow:
		0 8px 20px rgba(240, 14, 220, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
	animation: cs-premium-float 4.8s ease-in-out infinite;
}

#contenu .editocell .cs-step h4 {
	float: none !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: 0 !important;
	color: var(--cs-ink) !important;
	background: none !important;
	font-family: 'AmaranthRegular', verdana, sans-serif;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none !important;
	letter-spacing: -0.01em;
}

#contenu .editocell .cs-step p {
	margin: 0;
	color: #4c3f50;
	font-size: 13px;
	line-height: 1.72;
}

#contenu .editocell .cs-step strong {
	color: #650058;
}

/* ============================================================
   VERSUS
   Classes HTML : .cs-versus / .cs-versus-col / .cs-versus-winner
   ============================================================ */

#contenu .editocell .cs-versus {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 18px 0;
}

#contenu .editocell .cs-versus-col {
	position: relative;
	overflow: hidden;
	padding: 20px 18px 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(120, 80, 120, 0.13);
	box-shadow: 0 10px 32px rgba(40, 0, 40, 0.08);
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		border-color 0.24s ease;
}

#contenu .editocell .cs-versus-col::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, #999, #ddd);
}

#contenu .editocell .cs-versus-col:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 46px rgba(40, 0, 40, 0.14);
}

#contenu .editocell .cs-versus-winner {
	background:
		radial-gradient(circle at 88% 0%, rgba(240, 14, 220, 0.13), transparent 32%),
		linear-gradient(145deg, #ffffff 0%, #fff0fd 100%);
	border-color: rgba(240, 14, 220, 0.26);
	box-shadow:
		0 14px 40px rgba(140, 0, 110, 0.15),
		0 0 0 1px rgba(240, 14, 220, 0.08);
}

#contenu .editocell .cs-versus-winner::before {
	background: linear-gradient(90deg, #0d0010, #bf0899, #f00edc);
}

#contenu .editocell .cs-versus-col h4 {
	float: none !important;
	margin: 0 0 13px !important;
	padding: 0 0 10px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
	background: none !important;
	color: #1c1220 !important;
	font-family: 'AmaranthRegular', verdana, sans-serif;
	font-size: 19px !important;
	line-height: 1.25;
	text-transform: none !important;
	letter-spacing: -0.01em;
}

#contenu .editocell .cs-versus-winner h4 {
	color: #730064 !important;
	border-bottom-color: rgba(240, 14, 220, 0.16) !important;
}

#contenu .editocell .cs-versus-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contenu .editocell .cs-versus-col li {
	position: relative;
	margin: 0 0 9px;
	padding-left: 20px;
	color: #443748;
	font-size: 13px;
	line-height: 1.55;
}

#contenu .editocell .cs-versus-col li:last-child {
	margin-bottom: 0;
}

#contenu .editocell .cs-versus-col li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c6b8c8;
	box-shadow: 0 0 0 4px rgba(198, 184, 200, 0.18);
}

#contenu .editocell .cs-versus-winner li::before {
	background: var(--cs-primary);
	box-shadow: 0 0 0 4px rgba(240, 14, 220, 0.12);
}



/* Focus clavier propre */
#contenu .editocell .cs-cta-btn:focus-visible,
#contenu .editocell .cs-city-link:focus-visible {
	outline: 3px solid rgba(240, 14, 220, 0.34);
	outline-offset: 3px;
}

/* ============================================================
   Petites finitions premium sur blocs existants de la homepage
   ============================================================ */

#contenu .editocell .cs-stats,
#contenu .editocell .cs-trust,
#contenu .editocell .cs-cities,
#contenu .editocell .cs-testimonials {
	clear: both;
}

#contenu .editocell .cs-stat,
#contenu .editocell .cs-badge,
#contenu .editocell .cs-city-link,
#contenu .editocell .cs-testi,
#contenu .editocell .cs-author {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

#contenu .editocell .cs-city-link {
	position: relative;
	overflow: hidden;
}

#contenu .editocell .cs-city-link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
	transform: translateX(-120%);
	transition: transform 0.45s ease;
}

#contenu .editocell .cs-city-link:hover::after {
	transform: translateX(120%);
}

/* ============================================================
   RESPONSIVE PREMIUM
   ============================================================ */

@media only screen and (max-width: 991px) {
	#contenu .editocell .cs-steps {
		grid-template-columns: 1fr;
	}

	#contenu .editocell .cs-versus {
		grid-template-columns: 1fr;
	}

	#contenu .editocell .cs-cta-banner {
		padding: 24px 20px;
	}

	#contenu .editocell .cs-cta-banner h3 {
		font-size: 22px !important;
	}
}

@media only screen and (max-width: 767px) {
	#contenu .editocell .cs-section {
		margin: 18px 0;
	}

	#contenu .editocell .cs-section > h2 {
		font-size: 18px !important;
		line-height: 1.35;
		padding: 12px 13px !important;
		margin-bottom: 12px !important;
	}

	#contenu .editocell .cs-cta-banner {
		margin: 20px 0;
		padding: 22px 16px;
		border-radius: 18px;
	}

	#contenu .editocell .cs-cta-banner h3 {
		font-size: 20px !important;
		line-height: 1.3;
	}

	#contenu .editocell .cs-cta-banner p {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	#contenu .editocell .cs-cta-btn {
		width: 100%;
		min-height: 52px;
		padding: 14px 16px;
		font-size: 14px;
	}

	#contenu .editocell .cs-step {
		padding: 19px 15px 17px;
		border-radius: 16px;
	}

	#contenu .editocell .cs-step-num {
		width: 44px;
		height: 44px;
		font-size: 22px;
		border-radius: 14px;
	}

	#contenu .editocell .cs-step h4,
	#contenu .editocell .cs-versus-col h4 {
		font-size: 17px !important;
	}

	#contenu .editocell .cs-versus-col {
		padding: 18px 15px 16px;
		border-radius: 17px;
	}

	#contenu .editocell .cs-versus-col li {
		font-size: 12.5px;
	}

	#contenu .editocell .cs-testimonials {
		grid-template-columns: 1fr !important;
	}

	#contenu .editocell .cs-cities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#contenu .editocell .cs-author {
		align-items: center;
	}

	#contenu .editocell .cs-author-avatar {
		width: 44px;
		height: 44px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 420px) {
	#contenu .editocell .cs-cities {
		grid-template-columns: 1fr;
	}

	#contenu .editocell .cs-trust {
		display: grid;
		grid-template-columns: 1fr;
	}

	#contenu .editocell .cs-badge {
		justify-content: center;
		width: 100%;
	}

	#contenu .editocell .cs-author {
		flex-direction: column;
		text-align: center;
	}

	#contenu .editocell .cs-cta-banner h3 {
		font-size: 18px !important;
	}
}

/* ============================================================
   ACCESSIBILITÉ — réduction des animations
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
	#contenu .editocell *,
	#contenu .editocell *::before,
	#contenu .editocell *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

/* Breadcrumb premium responsive */
#breadcrump.cs-breadcrumb {
  width: 100%;
  margin: 18px 0;
  padding: 0 14px;
  box-sizing: border-box;
}

#breadcrump.cs-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 16px;
  list-style: none;

  background:
    radial-gradient(circle at top left, rgba(255, 46, 139, 0.22), transparent 34%),
    linear-gradient(135deg, #050505 0%, #121212 52%, #000 100%);

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  overflow: hidden;
}

#breadcrump.cs-breadcrumb li {
  display: flex;
  align-items: center;
  min-width: 0;

  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

#breadcrump.cs-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 18px;
  line-height: 1;
}

#breadcrump.cs-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
  border-radius: 999px;
  padding: 5px 8px;
}

#breadcrump.cs-breadcrumb a:hover,
#breadcrump.cs-breadcrumb a:focus-visible {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  outline: none;
}

#breadcrump.cs-breadcrumb span[aria-current="page"] {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 5px 10px;

  color: #ff4fa3;
  background: rgba(255, 79, 163, 0.13);
  border: 1px solid rgba(255, 79, 163, 0.28);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(255, 79, 163, 0.15);
}

#breadcrump.cs-breadcrumb strong {
  font-weight: 700;
  color: inherit;
}

/* Responsive tablette */
@media (max-width: 768px) {
  #breadcrump.cs-breadcrumb {
    margin: 14px 0;
    padding: 0 10px;
  }

  #breadcrump.cs-breadcrumb ol {
    padding: 10px 12px;
    border-radius: 14px;
    gap: 6px;
  }

  #breadcrump.cs-breadcrumb li {
    font-size: 13px;
  }

  #breadcrump.cs-breadcrumb a,
  #breadcrump.cs-breadcrumb span[aria-current="page"] {
    padding: 4px 7px;
  }
}

/* Responsive mobile : scroll horizontal propre */
@media (max-width: 520px) {
  #breadcrump.cs-breadcrumb ol {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #breadcrump.cs-breadcrumb ol::-webkit-scrollbar {
    display: none;
  }

  #breadcrump.cs-breadcrumb li {
    flex: 0 0 auto;
    font-size: 12.5px;
  }

  #breadcrump.cs-breadcrumb li:last-child {
    max-width: 72vw;
  }

  #breadcrump.cs-breadcrumb span[aria-current="page"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.cs-region-city-list,
.cs-dep-city-list {
	clear: both;
	margin: 0;
	padding: 0;
}

.depvil {
	clear: both;
	margin: 0 0 14px;
	padding: 12px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}

.depvil h3 {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.3;
	color: fff;
}

.depvil h3 a {
	text-decoration: none;
	color: #fff;
}

.depvil h3 a:hover {
	color: #f00edc;
	text-decoration: underline;
}

.depvil ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width: 768px) {
	.depvil ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

.depvil li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.depvil li a {
	display: block;
	padding: 6px 8px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.depvil li a:hover {
	color: #f00edc;
	background: #fff;
}

/* Page département */

.cs-dep-page {
	padding: 8px;
}

.cs-dep-intro {
	clear: both;
	margin: 14px 0 18px;
	padding: 12px;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.cs-dep-intro p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.45;
	color: #444;
}

.cs-dep-intro a {
	font-weight: 700;
}

.cs-dep-cta {
	display: inline-block;
	margin-top: 4px;
	padding: 9px 15px;
	border-radius: 999px;
	background: #f00edc;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.cs-dep-cta:hover {
	color: #fff;
	text-decoration: none;
	filter: brightness(.95);
}

.cs-dep-quality {
	clear: both;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 18px 0;
}

.cs-dep-quality__item {
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.cs-dep-quality__item strong {
	display: block;
	margin-bottom: 5px;
	color: #f00edc;
	font-size: 14px;
}

.cs-dep-quality__item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	color: #444;
}

.cs-dep-text {
	clear: both;
	margin: 0 0 12px;
	text-align: center;
	font-size: 14px;
	line-height: 1.45;
	color: #444;
}

.cs-dep-faq {
	clear: both;
	margin: 22px 0;
	padding: 12px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}

.cs-dep-faq__item {
	margin-bottom: 10px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 7px;
}

.cs-dep-faq__item h3 {
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 1.3;
	color: #333;
}

.cs-dep-faq__item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: #444;
}


/* Footer maillage */

/* Footer premium maillage */

.cs-footer-links {
	clear: both;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 18px;
	margin: 28px 0 0;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(240,14,220,.08), rgba(255,255,255,.96) 38%, rgba(30,30,30,.03)),
		#fff;
	border: 1px solid rgba(240,14,220,.14);
	border-radius: 18px;
	box-shadow:
		0 12px 34px rgba(0,0,0,.08),
		inset 0 1px 0 rgba(255,255,255,.9);
	overflow: hidden;
}

.cs-footer-links::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 190px;
	height: 190px;
	background: radial-gradient(circle, rgba(240,14,220,.20), rgba(240,14,220,0) 70%);
	pointer-events: none;
}

.cs-footer-links::after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, #f00edc, rgba(240,14,220,.15), transparent);
	border-radius: 999px;
}

.cs-footer-links__main,
.cs-footer-links__side {
	position: relative;
	z-index: 1;
	padding: 14px;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 14px;
	backdrop-filter: blur(6px);
}

.cs-footer-links h3 {
	position: relative;
	margin: 0 0 14px;
	padding: 0 0 10px;
	color: #24212a;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -.2px;
}

.cs-footer-links h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	background: #f00edc;
	border-radius: 999px;
	box-shadow: 0 0 12px rgba(240,14,220,.35);
}

.cs-footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-footer-links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-footer-links a {
	color: inherit;
	text-decoration: none;
}

.cs-footer-links__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.cs-footer-links__side ul {
	display: grid;
	gap: 9px;
}

.cs-footer-links__grid a,
.cs-footer-links__side a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 11px 9px 34px;
	background:
		linear-gradient(180deg, #fff, #fbfbfb);
	border: 1px solid #ece8ef;
	border-radius: 12px;
	color: #302b34;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	box-shadow: 0 4px 12px rgba(0,0,0,.035);
	transition:
		transform .16s ease,
		box-shadow .16s ease,
		border-color .16s ease,
		background .16s ease,
		color .16s ease;
}

.cs-footer-links__grid a::before,
.cs-footer-links__side a::before {
	content: "›";
	position: absolute;
	left: 12px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: rgba(240,14,220,.10);
	color: #f00edc;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	transition: background .16s ease, color .16s ease, transform .16s ease;
}

.cs-footer-links__grid a:hover,
.cs-footer-links__side a:hover {
	transform: translateY(-2px);
	background:
		linear-gradient(180deg, #fff, #fff7fe);
	border-color: rgba(240,14,220,.42);
	color: #f00edc;
	box-shadow: 0 10px 22px rgba(240,14,220,.12);
	text-decoration: none;
}

.cs-footer-links__grid a:hover::before,
.cs-footer-links__side a:hover::before {
	background: #f00edc;
	color: #fff;
	transform: translateY(-50%) scale(1.08);
}

.cs-footer-links__side {
	background:
		linear-gradient(145deg, rgba(240,14,220,.08), rgba(255,255,255,.86)),
		rgba(255,255,255,.82);
}

.cs-footer-links__side a {
	min-height: 48px;
	font-size: 14px;
}

/* ============================================================
   Footer légal — premium
   ============================================================ */

.cs-footer-legal {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 28px 0 0;
	padding: clamp(16px, 2vw, 24px);
	border-radius: 26px 26px 0 0;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.20) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.28) 0, rgba(240,14,220,0) 38%),
		linear-gradient(135deg, #050006 0%, #190016 28%, #42003f 56%, #7a0063 80%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.16);
	border-bottom: 0;
	box-shadow:
		0 -10px 42px rgba(80,0,70,.20),
		inset 0 1px 0 rgba(255,255,255,.16);
	overflow: hidden;
	isolation: isolate;
	text-align: center;
	animation: cs-fadeup .45s ease both;
}

.cs-footer-legal::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.12) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-shimmer 5.6s linear infinite;
	opacity: .38;
}

.cs-footer-legal::after {
	content: "";
	position: absolute;
	inset: 12px;
	z-index: -1;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.09);
	box-shadow:
		inset 0 0 42px rgba(240,14,220,.12),
		0 0 38px rgba(240,14,220,.08);
}

.cs-footer-legal p {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0 auto;
	color: rgba(255,255,255,.84);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
	text-shadow: 0 1px 4px rgba(0,0,0,.34);
}

.cs-footer-legal p::first-line {
	color: #fff;
	font-size: 14px;
	font-weight: 950;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.cs-footer-legal a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 4px 3px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.14);
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .025em;
	box-shadow:
		0 8px 18px rgba(0,0,0,.12),
		inset 0 1px 0 rgba(255,255,255,.12);
	transition:
		transform .18s ease,
		background .18s ease,
		border-color .18s ease,
		box-shadow .18s ease,
		color .18s ease;
}

.cs-footer-legal a:hover,
.cs-footer-legal a:focus {
	background:
		linear-gradient(135deg, rgba(240,14,220,.95) 0%, rgba(191,8,153,.95) 100%);
	border-color: rgba(255,255,255,.28);
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow:
		0 12px 26px rgba(0,0,0,.22),
		0 0 18px rgba(240,14,220,.24),
		inset 0 1px 0 rgba(255,255,255,.18);
	outline: 0;
}

.cs-footer-legal span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
	color: rgba(255,255,255,.34);
	font-weight: 900;
}

@media (max-width: 767px) {
	.cs-footer-legal {
		margin-top: 22px;
		padding: 16px 10px;
		border-radius: 22px 22px 0 0;
	}

	.cs-footer-legal p {
		font-size: 12px;
		line-height: 1.8;
	}

	.cs-footer-legal p::first-line {
		font-size: 13px;
	}

	.cs-footer-legal a {
		display: flex;
		width: fit-content;
		max-width: 100%;
		margin: 6px auto;
		padding: 8px 12px;
		font-size: 11px;
	}

	.cs-footer-legal span {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cs-footer-legal,
	.cs-footer-legal::before,
	.cs-footer-legal a {
		animation: none;
		transition: none;
	}
}
/* Responsive footer premium */

@media (max-width: 980px) {
	.cs-footer-links {
		grid-template-columns: 1fr;
		padding: 15px;
		border-radius: 16px;
	}

	.cs-footer-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.cs-footer-links {
		margin-top: 22px;
		padding: 12px;
		gap: 12px;
	}

	.cs-footer-links__main,
	.cs-footer-links__side {
		padding: 12px;
		border-radius: 13px;
	}

	.cs-footer-links h3 {
		font-size: 16px;
	}

	.cs-footer-links__grid {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.cs-footer-links__grid a,
	.cs-footer-links__side a {
		min-height: 40px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 13px;
	}

	.cs-footer-legal {
		padding-top: 12px;
	}

	.cs-footer-legal span {
		display: none;
	}

	.cs-footer-legal a {
		display: inline-block;
		margin: 2px 4px;
	}
}

/* ============================================================
   Hero département / région — premium
   ============================================================ */

.csd-hero {
	position: relative;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	min-height: 300px;
	margin: 28px 0;
	border-radius: 28px;
	background:
		radial-gradient(circle at 14% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 30%, #5a0050 66%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.16);
	box-shadow:
		0 20px 60px rgba(80,0,70,.26),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	isolation: isolate;
}

.csd-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.13) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: csd-hero-shimmer 5.4s linear infinite;
	opacity: .32;
}

.csd-hero::after {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: 3;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.12);
	box-shadow:
		inset 0 0 50px rgba(240,14,220,.18),
		0 0 46px rgba(240,14,220,.10);
}

.csd-hero > img {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
	object-position: center;
	opacity: .78;
	filter: saturate(1.08) contrast(1.06);
	transform: scale(1.01);
	transition: transform .45s ease, filter .45s ease, opacity .45s ease;
}

.csd-hero:hover > img {
	opacity: .86;
	filter: saturate(1.14) contrast(1.08) brightness(1.03);
	transform: scale(1.045);
}

.csd-hero__ov {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 300px;
	padding: clamp(24px, 4vw, 50px) clamp(16px, 4vw, 70px);
	text-align: center;
	background:
		linear-gradient(90deg, rgba(5,0,6,.88) 0%, rgba(50,0,48,.70) 42%, rgba(150,0,125,.48) 100%),
		radial-gradient(circle at 50% 50%, rgba(240,14,220,.22) 0, rgba(240,14,220,0) 52%);
}

.csd-hero__ov h3 {
	float: none !important;
	box-sizing: border-box;
	width: fit-content !important;
	max-width: 920px;
	margin: 0 auto 12px !important;
	padding: 0 !important;
	background: none !important;
	color: #fff !important;
	font-size: clamp(24px, 3.5vw, 42px) !important;
	font-weight: 950;
	line-height: 1.08;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .035em;
	text-shadow:
		0 3px 16px rgba(0,0,0,.70),
		0 0 28px rgba(240,14,220,.32);
}

.csd-hero__ov p {
	max-width: 720px;
	margin: 0 auto 12px;
	color: rgba(255,255,255,.93);
	font-size: clamp(14px, 1.7vw, 17px);
	font-weight: 700;
	line-height: 1.58;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0,0,0,.52);
}

.csd-hero__ov p a {
	color: #fff !important;
	font-weight: 950;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.csd-hero__ov p a:hover {
	color: #ffd4fb !important;
	text-decoration: none;
}

.csd-hero__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 50px;
	margin-top: 8px;
	padding: 14px 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #fff 0%, #fff2fd 100%);
	border: 1px solid rgba(255,255,255,.72);
	color: #8a0070 !important;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .04em;
	box-shadow:
		0 16px 38px rgba(0,0,0,.30),
		0 0 28px rgba(240,14,220,.20),
		inset 0 1px 0 rgba(255,255,255,.96);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease,
		color .18s ease;
}

.csd-hero__btn::before {
	content: "💬";
	margin-right: 8px;
	font-size: 16px;
	line-height: 1;
}

.csd-hero__btn:hover,
.csd-hero__btn:focus {
	color: #bf0899 !important;
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(1.04);
	box-shadow:
		0 20px 46px rgba(0,0,0,.34),
		0 0 34px rgba(240,14,220,.30),
		inset 0 1px 0 rgba(255,255,255,.98);
	outline: 0;
}

@keyframes csd-hero-shimmer {
	0% {
		background-position: 220% 0;
	}
	100% {
		background-position: -220% 0;
	}
}

@media (max-width: 900px) {
	.csd-hero {
		min-height: 280px;
		border-radius: 24px;
	}

	.csd-hero > img,
	.csd-hero__ov {
		min-height: 280px;
	}

	.csd-hero__ov {
		background:
			linear-gradient(180deg, rgba(5,0,6,.84) 0%, rgba(55,0,50,.68) 56%, rgba(150,0,125,.54) 100%),
			radial-gradient(circle at 50% 50%, rgba(240,14,220,.20) 0, rgba(240,14,220,0) 52%);
	}
}

@media (max-width: 767px) {
	.csd-hero {
		min-height: 255px;
		margin: 22px 0;
		border-radius: 22px;
	}

	.csd-hero::after {
		inset: 10px;
		border-radius: 18px;
	}

	.csd-hero > img,
	.csd-hero__ov {
		min-height: 255px;
	}

	.csd-hero__ov {
		padding: 22px 14px;
	}

	.csd-hero__ov h3 {
		font-size: 21px !important;
		line-height: 1.12;
	}

	.csd-hero__ov p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.csd-hero__btn {
		width: 100%;
		max-width: 360px;
		min-height: 48px;
		padding: 13px 16px;
		border-radius: 16px;
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csd-hero::before,
	.csd-hero > img,
	.csd-hero__btn {
		animation: none;
		transition: none;
	}
}
.csd-table-wrap {
	position: relative;
	clear: both;
	margin: 24px 0;
	padding: 14px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 12% 18%, rgba(255,255,255,.28) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.32) 0, rgba(240,14,220,0) 34%),
		linear-gradient(135deg, #0d0010 0%, #42003f 36%, #9b007e 70%, #f00edc 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 18px 54px rgba(80,0,70,.25),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	animation: cs-fadeup .45s ease both;
}

.csd-table-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.16) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-shimmer 4.6s linear infinite;
	opacity: .45;
}

.csd-table-wrap h2 {
	position: relative;
	z-index: 1;
	float: none;
	box-sizing: border-box;
	width: auto;
	margin: 0 0 14px !important;
	padding: 13px 16px !important;
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(13,0,16,.96) 0%, rgba(90,0,80,.96) 42%, rgba(191,8,153,.96) 76%, rgba(240,14,220,.96) 100%) !important;
	color: #fff !important;
	font-size: 20px !important;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0,0,0,.35);
	box-shadow:
		0 8px 24px rgba(0,0,0,.18),
		inset 0 1px 0 rgba(255,255,255,.18);
}

.csd-table {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 720px;
	border-collapse: separate;
	border-spacing: 0;
	background: rgba(255,255,255,.97);
	border: 1px solid rgba(255,255,255,.62);
	border-radius: 18px;
	overflow: hidden;
	box-shadow:
		0 12px 34px rgba(0,0,0,.18),
		inset 0 1px 0 rgba(255,255,255,.85);
	font-size: 14px;
	line-height: 1.45;
}

.csd-table th {
	padding: 14px 16px;
	background:
		linear-gradient(135deg, #0d0010 0%, #5a0050 38%, #bf0899 74%, #f00edc 100%);
	color: #fff;
	text-align: left;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-shadow: 0 1px 4px rgba(0,0,0,.35);
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.csd-table th:first-child {
	border-top-left-radius: 18px;
}

.csd-table th:last-child {
	border-top-right-radius: 18px;
}

.csd-table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(240,14,220,.10);
	color: #332b36;
	vertical-align: middle;
	background: rgba(255,255,255,.92);
	transition:
		background .18s ease,
		transform .18s ease,
		box-shadow .18s ease;
}

.csd-table tbody tr:nth-child(even) td {
	background: linear-gradient(135deg, #fff 0%, #fff6ff 100%);
}

.csd-table tbody tr:hover td {
	background: #fff0fd;
	box-shadow: inset 4px 0 0 #f00edc;
}

.csd-table tr:last-child td {
	border-bottom: 0;
}

.csd-table td:first-child {
	width: 28%;
	color: #1a0022;
	font-weight: 900;
}

.csd-table__yes,
.csd-table__no {
	position: relative;
	font-weight: 900;
}

.csd-table__yes {
	color: #138a3d !important;
	background:
		linear-gradient(135deg, rgba(34,160,70,.10) 0%, rgba(255,255,255,.96) 100%) !important;
}

.csd-table__no {
	color: #b42318 !important;
	background:
		linear-gradient(135deg, rgba(192,57,43,.10) 0%, rgba(255,255,255,.96) 100%) !important;
}

.csd-table__yes::first-letter,
.csd-table__no::first-letter {
	font-size: 18px;
}

.csd-table-wrap::-webkit-scrollbar {
	height: 8px;
}

.csd-table-wrap::-webkit-scrollbar-track {
	background: rgba(255,255,255,.18);
	border-radius: 999px;
}

.csd-table-wrap::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.58);
	border-radius: 999px;
}

.csd-table-wrap::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.82);
}

@media (max-width: 767px) {
	.csd-table-wrap {
		margin: 18px 0;
		padding: 10px;
		border-radius: 18px;
	}

	.csd-table-wrap h2 {
		margin-bottom: 10px !important;
		padding: 11px 12px !important;
		border-radius: 14px;
		font-size: 17px !important;
	}

	.csd-table {
		min-width: 640px;
		border-radius: 15px;
		font-size: 13px;
	}

	.csd-table th,
	.csd-table td {
		padding: 11px 12px;
	}

	.csd-table th {
		font-size: 12px;
	}

	.csd-table td:first-child {
		width: 25%;
	}
}

@media (max-width: 420px) {
	.csd-table {
		min-width: 590px;
		font-size: 12px;
	}

	.csd-table th,
	.csd-table td {
		padding: 10px;
	}
}
/* ============================================================
   CTA + FAQ — premium local
   ============================================================ */

.csd-cta {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 26px 0;
	padding: clamp(20px, 3vw, 30px);
	border-radius: 26px;
	text-align: center;
	background:
		radial-gradient(circle at 16% 18%, rgba(255,255,255,.28) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.38) 0, rgba(240,14,220,0) 36%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.30),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	isolation: isolate;
	animation: cs-fadeup .45s ease both;
}

.csd-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.15) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-shimmer 5s linear infinite;
	opacity: .46;
}

.csd-cta::after {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: -1;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.10);
	box-shadow:
		inset 0 0 44px rgba(240,14,220,.16),
		0 0 44px rgba(240,14,220,.10);
}

.csd-cta h3 {
	max-width: 860px;
	margin: 0 auto 9px;
	color: #fff;
	font-size: clamp(20px, 2.6vw, 30px);
	font-weight: 950;
	line-height: 1.18;
	text-transform: uppercase;
	letter-spacing: .035em;
	text-shadow: 0 2px 12px rgba(0,0,0,.48);
}

.csd-cta p {
	max-width: 720px;
	margin: 0 auto 18px;
	color: rgba(255,255,255,.90);
	font-size: 14px;
	line-height: 1.6;
	text-shadow: 0 1px 4px rgba(0,0,0,.32);
}

.csd-cta__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 48px;
	padding: 13px 26px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #fff 0%, #fff4fe 100%);
	color: #8a0070 !important;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .035em;
	box-shadow:
		0 12px 30px rgba(0,0,0,.24),
		inset 0 1px 0 rgba(255,255,255,.92);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease;
}

.csd-cta__btn::before {
	content: "🔥";
	margin-right: 8px;
	font-size: 15px;
	line-height: 1;
}

.csd-cta__btn:hover,
.csd-cta__btn:focus {
	color: #bf0899 !important;
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(1.03);
	box-shadow:
		0 16px 38px rgba(0,0,0,.30),
		0 0 26px rgba(240,14,220,.24),
		inset 0 1px 0 rgba(255,255,255,.95);
}

.csd-cta__btn:active {
	transform: translateY(1px);
}

/* FAQ premium */
.csd-faq {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 26px 0;
	padding: clamp(12px, 2vw, 18px);
	border-radius: 26px;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.24) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.30) 0, rgba(240,14,220,0) 36%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	isolation: isolate;
	animation: cs-fadeup .45s ease both;
}

.csd-faq::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.13) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-shimmer 5.2s linear infinite;
	opacity: .42;
}

.csd-faq h2 {
	float: none;
	box-sizing: border-box;
	width: auto;
	margin: 0 0 12px !important;
	padding: 14px 18px !important;
	border-radius: 18px;
	background:
		radial-gradient(circle at 16% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 24%, #42003f 52%, #7a0063 78%, #bf0899 100%) !important;
	border: 1px solid rgba(255,255,255,.14);
	color: #fff !important;
	font-size: clamp(18px, 2.2vw, 24px) !important;
	font-weight: 950;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .045em;
	text-shadow: 0 2px 10px rgba(0,0,0,.48);
	box-shadow:
		0 10px 28px rgba(30,0,28,.35),
		inset 0 1px 0 rgba(255,255,255,.16);
}

.csd-faq-item {
	margin: 0 0 9px;
	border: 1px solid rgba(255,255,255,.58);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,244,254,.97) 100%);
	box-shadow:
		0 10px 28px rgba(0,0,0,.14),
		inset 0 1px 0 rgba(255,255,255,.9);
	overflow: hidden;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease;
}

.csd-faq-item:last-child {
	margin-bottom: 0;
}

.csd-faq-item:hover {
	transform: translateY(-1px);
	border-color: rgba(240,14,220,.32);
	box-shadow:
		0 14px 34px rgba(80,0,70,.20),
		inset 0 1px 0 rgba(255,255,255,.95);
}

.csd-faq-q {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 58px;
	padding: 15px 16px;
	background: transparent;
	border: 0;
	text-align: left;
	color: #1a0022 !important;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.35;
	cursor: pointer;
	gap: 14px;
	transition:
		background .18s ease,
		color .18s ease;
}

.csd-faq-q:hover,
.csd-faq-q:focus,
.csd-faq-q.open {
	background:
		linear-gradient(135deg, rgba(240,14,220,.10) 0%, rgba(255,255,255,.0) 100%);
	color: #8a0070 !important;
	outline: 0;
}

.csd-faq-arr {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #0d0010 0%, #5a0050 46%, #bf0899 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	box-shadow:
		0 8px 18px rgba(80,0,70,.20),
		inset 0 1px 0 rgba(255,255,255,.18);
	transition:
		transform .22s ease,
		background .18s ease;
}

.csd-faq-q.open .csd-faq-arr {
	transform: rotate(180deg);
	background:
		linear-gradient(135deg, #bf0899 0%, #f00edc 100%);
}

.csd-faq-a {
	display: none;
	padding: 0 18px 16px;
	color: #493448;
	font-size: 13px;
	line-height: 1.65;
}

.csd-faq-a.open {
	display: block;
	animation: cs-fadeup .22s ease both;
}

/* CTA dans la FAQ ville */
.cs-city-faq__cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: fit-content;
	max-width: calc(100% - 20px);
	min-height: 52px;
	margin: 22px auto;
	padding: 14px 24px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #050006 0%, #3b0035 42%, #8a0070 76%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	color: #fff !important;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .035em;
	text-shadow: 0 2px 8px rgba(0,0,0,.38);
	box-shadow:
		0 14px 34px rgba(80,0,70,.24),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease;
}

.cs-city-faq__cta::before {
	content: "💬";
	margin-right: 8px;
	font-size: 15px;
	line-height: 1;
}

.cs-city-faq__cta:hover,
.cs-city-faq__cta:focus {
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(1.06);
	box-shadow:
		0 18px 42px rgba(80,0,70,.32),
		0 0 26px rgba(240,14,220,.26),
		inset 0 1px 0 rgba(255,255,255,.22);
}

@media (max-width: 767px) {
	.csd-cta {
		margin: 20px 0;
		padding: 18px 14px;
		border-radius: 22px;
	}

	.csd-cta h3 {
		font-size: 19px;
	}

	.csd-cta p {
		font-size: 13px;
	}

	.csd-cta__btn {
		width: 100%;
		padding: 14px 16px;
		font-size: 13px;
	}

	.csd-faq {
		margin: 20px 0;
		padding: 10px;
		border-radius: 22px;
	}

	.csd-faq h2 {
		padding: 12px 14px !important;
		border-radius: 16px;
		font-size: 17px !important;
	}

	.csd-faq-item {
		border-radius: 15px;
	}

	.csd-faq-q {
		min-height: 54px;
		padding: 13px 13px;
		font-size: 13px;
	}

	.csd-faq-arr {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
	}

	.csd-faq-a {
		padding: 0 13px 14px;
		font-size: 13px;
	}

	.cs-city-faq__cta {
		width: 100%;
		max-width: 100%;
		padding: 14px 16px;
		border-radius: 18px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csd-cta,
	.csd-cta::before,
	.csd-cta__btn,
	.csd-faq,
	.csd-faq::before,
	.csd-faq-item,
	.csd-faq-arr,
	.csd-faq-a.open,
	.cs-city-faq__cta {
		animation: none;
		transition: none;
	}
}

@media(max-width:767px){
	.csd-hero img{height:160px;}
	.csd-hero__ov h3{font-size:16px;}
}


/* ============================================================
   Quartiers / secteurs ville — premium
   ============================================================ */
.cs-quartiers-block { display: inline-block;}
.cs-quartiers-block p {display:block;text-align:center;}
.cs-quartiers-grid {
	position: relative;
	clear: both;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 26px 0;
	padding: clamp(14px, 2vw, 22px);
	border-radius: 26px;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.34) 0, rgba(240,14,220,0) 38%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	isolation: isolate;
	animation: cs-quartiers-fadeup .45s ease both;
}

.cs-quartiers-grid::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.13) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-quartiers-shimmer 5.2s linear infinite;
	opacity: .42;
}

.cs-quartier-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 230px;
	padding: 18px 16px;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,242,253,.97) 100%);
	border: 1px solid rgba(255,255,255,.66);
	box-shadow:
		0 12px 32px rgba(0,0,0,.16),
		inset 0 1px 0 rgba(255,255,255,.9);
	text-align: center;
	overflow: hidden;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease,
		background .18s ease;
	animation: cs-quartier-card-in .42s ease both;
}

.cs-quartier-card:nth-child(1) { animation-delay: .02s; }
.cs-quartier-card:nth-child(2) { animation-delay: .04s; }
.cs-quartier-card:nth-child(3) { animation-delay: .06s; }
.cs-quartier-card:nth-child(4) { animation-delay: .08s; }
.cs-quartier-card:nth-child(5) { animation-delay: .10s; }
.cs-quartier-card:nth-child(6) { animation-delay: .12s; }
.cs-quartier-card:nth-child(7) { animation-delay: .14s; }
.cs-quartier-card:nth-child(8) { animation-delay: .16s; }

.cs-quartier-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: linear-gradient(180deg, #f00edc 0%, #bf0899 48%, #5a0050 100%);
	opacity: .9;
	transition: width .18s ease, opacity .18s ease;
}

.cs-quartier-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 85% 12%, rgba(240,14,220,.11) 0, rgba(240,14,220,0) 38%);
	opacity: .9;
}

.cs-quartier-card:hover {
	transform: translateY(-3px);
	border-color: rgba(240,14,220,.34);
	background:
		linear-gradient(135deg, #fff 0%, #fff0fd 100%);
	box-shadow:
		0 18px 42px rgba(80,0,70,.24),
		0 0 26px rgba(240,14,220,.12),
		inset 0 1px 0 rgba(255,255,255,.95);
}

.cs-quartier-card:hover::before {
	width: 8px;
	opacity: 1;
}

.cs-quartier-card h3 {
	position: relative;
	z-index: 2;
	margin: 0 0 12px;
	font-size: clamp(16px, 1.9vw, 20px);
	font-weight: 950;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .035em;
	background: linear-gradient(135deg, #050006 0%, #3b0035 44%, #8a0070 76%, #bf0899 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: white;
	text-shadow: none;
}

.cs-quartier-card p {
	position: relative;
	z-index: 2;
	margin: 0 auto 16px;
	color: #493448;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.62;
	text-align: center;
}

.cs-quartier-cta {
	position: relative;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 11px 18px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #050006 0%, #3b0035 42%, #8a0070 76%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	color: #fff !important;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .035em;
	text-shadow: 0 2px 8px rgba(0,0,0,.38);
	box-shadow:
		0 12px 28px rgba(80,0,70,.22),
		inset 0 1px 0 rgba(255,255,255,.18);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease;
}

.cs-quartier-cta::before {
	content: "📍";
	margin-right: 7px;
	font-size: 13px;
	line-height: 1;
}

/* Rend toute la carte cliquable via le CTA existant */
.cs-quartier-cta::after {
	content: "";
	position: absolute;
	inset: -190px -40px -40px;
	z-index: -1;
}

.cs-quartier-cta:hover,
.cs-quartier-cta:focus {
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
	filter: brightness(1.06);
	box-shadow:
		0 16px 38px rgba(80,0,70,.30),
		0 0 24px rgba(240,14,220,.26),
		inset 0 1px 0 rgba(255,255,255,.22);
	outline: 0;
}

@keyframes cs-quartiers-fadeup {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cs-quartier-card-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes cs-quartiers-shimmer {
	0% {
		background-position: 220% 0;
	}
	100% {
		background-position: -220% 0;
	}
}

@media (max-width: 900px) {
	.cs-quartiers-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cs-quartiers-grid {
		margin: 20px 0;
		padding: 12px;
		border-radius: 22px;
		gap: 10px;
	}

	.cs-quartier-card {
		min-height: initial;
		padding: 16px 14px;
		border-radius: 18px;
	}

	.cs-quartier-card h3 {
		font-size: 16px;
	}

	.cs-quartier-card p {
		font-size: 13px;
		line-height: 1.55;
	}

	.cs-quartier-cta {
		width: 100%;
		min-height: 46px;
		padding: 12px 14px;
		border-radius: 16px;
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cs-quartiers-grid,
	.cs-quartiers-grid::before,
	.cs-quartier-card,
	.cs-quartier-card::before,
	.cs-quartier-cta {
		animation: none;
		transition: none;
	}
}

/* ============================================================
   Quartiers longs — accordéon premium compact
   ============================================================ */

.cs-quartiers-grid {
	align-items: start;
}

.cs-quartier-card--accordion {
	position: relative;
	overflow: hidden;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease;
}

.cs-quartier-card--accordion:not(.open) {
	min-height: auto;
}

.cs-quartier-card--accordion:not(.open) p:nth-of-type(n+2) {
	display: none;
}

.cs-quartier-card--accordion:not(.open) p:first-of-type {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cs-quartier-card--accordion.open {
	grid-column: span 2;
	box-shadow:
		0 22px 58px rgba(80,0,70,.24),
		0 0 34px rgba(240,14,220,.16),
		inset 0 1px 0 rgba(255,255,255,.90);
}

.cs-quartier-card--accordion.open p {
	animation: cs-quartier-open .22s ease both;
}

.cs-quartier-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	margin: 14px 0 12px;
	padding: 11px 18px;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #130013 0%, #52004c 52%, #bf0899 100%);
	color: #fff!important;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .045em;
	cursor: pointer;
	box-shadow:
		0 10px 24px rgba(80,0,70,.22),
		inset 0 1px 0 rgba(255,255,255,.18);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease;
}

.cs-quartier-more::after {
	content: "▾";
	margin-left: 9px;
	font-size: 15px;
	line-height: 1;
	transition: transform .18s ease;
}

.cs-quartier-card.open .cs-quartier-more::after {
	transform: rotate(180deg);
}

.cs-quartier-more:hover,
.cs-quartier-more:focus {
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow:
		0 14px 30px rgba(80,0,70,.30),
		0 0 22px rgba(240,14,220,.18),
		inset 0 1px 0 rgba(255,255,255,.20);
	outline: 0;
}

.cs-quartier-card--accordion .cs-quartier-cta {
	margin-top: 0;
}

@keyframes cs-quartier-open {
	from {
		opacity: 0;
		transform: translateY(5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 900px) {
	.cs-quartier-card--accordion.open {
		grid-column: auto;
	}

	.cs-quartier-card--accordion:not(.open) p:first-of-type {
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 560px) {
	.cs-quartier-more {
		min-height: 42px;
		border-radius: 14px;
		font-size: 11px;
	}

	.cs-quartier-card--accordion:not(.open) p:first-of-type {
		-webkit-line-clamp: 5;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cs-quartier-card--accordion,
	.cs-quartier-card--accordion.open p,
	.cs-quartier-more,
	.cs-quartier-more::after {
		animation: none;
		transition: none;
	}
}

.cs-quartier-card--accordion {
	position: relative;
}

.cs-quartier-more {
	position: relative;
	z-index: 5;
	pointer-events: auto;
}

.cs-quartier-card--accordion .cs-quartier-cta {
	position: relative;
	z-index: 4;
}

.cs-city-search-form {
	position: relative;
	clear: both;
	box-sizing: border-box;
	width: min(100%, 760px);
	margin: 24px auto 28px;
	padding: 18px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 12% 18%, rgba(255,255,255,.34) 0, rgba(255,255,255,0) 30%),
		radial-gradient(circle at 90% 10%, rgba(240,14,220,.38) 0, rgba(240,14,220,0) 34%),
		linear-gradient(135deg, #0d0010 0%, #42003f 36%, #9b007e 70%, #f00edc 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 18px 54px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	animation: cs-fadeup .45s ease both;
}

.cs-city-search-form::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.18) 38%, transparent 70%);
	background-size: 220% 100%;
	animation: cs-shimmer 4.2s linear infinite;
	opacity: .55;
}

.cs-city-search-label {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.13);
	border: 1px solid rgba(255,255,255,.22);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-shadow: 0 1px 4px rgba(0,0,0,.35);
}

.cs-city-search-label::before {
	content: "📍";
	font-size: 14px;
	line-height: 1;
}

.cs-city-search-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: stretch;
	gap: 10px;
	padding: 6px;
	border-radius: 18px;
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(255,255,255,.55);
	box-shadow:
		0 10px 28px rgba(0,0,0,.16),
		inset 0 1px 0 rgba(255,255,255,.85);
}

.cs-city-search-input {
	box-sizing: border-box;
	flex: 1;
	min-width: 0;
	height: 54px;
	padding: 0 18px;
	border: 1px solid rgba(240,14,220,.18);
	border-radius: 14px;
	background: #fff;
	color: #111 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 54px;
	outline: 0;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
	transition:
		border-color .18s ease,
		box-shadow .18s ease,
		background .18s ease;
}

.cs-city-search-input::placeholder {
	color: rgba(17,17,17,.52);
	font-weight: 600;
}

.cs-city-search-input:focus {
	background: #fff;
	border-color: #f00edc;
	box-shadow:
		0 0 0 4px rgba(240,14,220,.14),
		inset 0 1px 3px rgba(0,0,0,.04);
}

.cs-city-search-submit {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 156px;
	height: 54px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(160deg, #ff40f0 0%, #f00edc 42%, #bf0899 78%, #7a005e 100%);
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-shadow: 0 1px 3px rgba(0,0,0,.38);
	box-shadow:
		0 8px 22px rgba(240,14,220,.38),
		inset 0 1px 0 rgba(255,255,255,.24);
	cursor: pointer;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease;
}

.cs-city-search-submit:hover,
.cs-city-search-submit:focus {
	color: #fff !important;
	text-decoration: none;
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow:
		0 12px 30px rgba(240,14,220,.46),
		inset 0 1px 0 rgba(255,255,255,.3);
}

.cs-city-search-submit:active {
	transform: translateY(1px);
	box-shadow:
		0 5px 14px rgba(240,14,220,.32),
		inset 0 1px 0 rgba(255,255,255,.18);
}

@media (max-width: 767px) {
	.cs-city-search-form {
		width: calc(100% - 20px);
		margin: 18px auto 22px;
		padding: 14px;
		border-radius: 18px;
	}

	.cs-city-search-label {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		font-size: 12px;
	}

	.cs-city-search-row {
		flex-direction: column;
		gap: 8px;
		padding: 8px;
		border-radius: 16px;
	}

	.cs-city-search-input,
	.cs-city-search-submit {
		width: 100%;
		min-width: 0;
		height: 50px;
		border-radius: 13px;
	}

	.cs-city-search-input {
		padding: 0 14px;
		text-align: center;
		font-size: 15px;
		line-height: 50px;
	}

	.cs-city-search-submit {
		padding: 0 16px;
		font-size: 14px;
	}
}

@media (max-width: 360px) {
	.cs-city-search-form {
		width: calc(100% - 12px);
		padding: 10px;
	}

	.cs-city-search-label {
		font-size: 11px;
	}

	.cs-city-search-input,
	.cs-city-search-submit {
		height: 48px;
	}
}

.cs-search-page {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 15px 40px;
}

.cs-search-box,
.cs-search-results-wrap,
.cs-search-fallback {
	margin: 24px 0;
	padding: 24px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.cs-search-box__eyebrow {
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.08em;
	opacity: 0.7;
}

.cs-search-notice {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.cs-search-notice--warning {
	background: #fff3f3;
}

.cs-search-results {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.cs-search-results--single {
	grid-template-columns: minmax(0, 1fr);
}

.cs-search-result-card {
	display: grid;
	position: relative;
	padding: 18px;
	border-radius: 16px;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
}

.cs-search-result-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.cs-search-result-card__dep {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #f00edc;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.cs-search-result-card strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 1.25;
}

.cs-search-result-card em,
.cs-search-result-card small {
	display: block;
	margin-top: 5px;
	font-style: normal;
	opacity: 0.75;
}

.cs-search-result-card__cta {
	display: inline-block;
	margin-top: 12px;
	font-weight: 800;
	color: #f00edc;
}

.cs-search-profile-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.cs-search-profile-card {
	display: block;
	padding: 12px;
	border-radius: 14px;
	background: #fafafa;
	text-align: center;
	text-decoration: none;
	color: inherit;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.cs-search-profile-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 10px;
}

.cs-search-profile-card strong,
.cs-search-profile-card span,
.cs-search-profile-card em {
	display: block;
}

.cs-search-profile-card em {
	margin-top: 8px;
	color: #f00edc;
	font-style: normal;
	font-weight: 800;
}

@media (max-width: 767px) {
	.cs-city-search-row {
		flex-direction: column;
	}

	.cs-search-results,
	.cs-search-profile-grid {
		grid-template-columns: 1fr;
	}

	.cs-search-box,
	.cs-search-results-wrap,
	.cs-search-fallback {
		padding: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.cs-search-results,
	.cs-search-profile-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.cs-search-result-card--small-city {
	cursor: default;
}

.cs-search-result-card--small-city:hover {
	transform: none;
}

.cs-search-result-card__small {
	display: block;
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(240, 14, 220, 0.06);
	font-size: 13px;
	line-height: 1.45;
}

.cs-search-small-city-block {
	display: block;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.cs-search-small-city-block__head h3 {
	margin: 10px 0;
	font-size: 22px;
	line-height: 1.25;
}

.cs-search-small-city-block__head p {
	margin: 0 0 14px;
	line-height: 1.65;
}

.cs-search-small-city-block__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 16px;
	padding: 0;
	list-style: none;
}

.cs-search-small-city-block__meta li {
	padding: 7px 10px;
	border-radius: 999px;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 13px;
}

.cs-search-small-city-profiles {
	margin-top: 18px;
}

.cs-search-small-city-profiles h4 {
	margin: 0 0 12px;
	font-size: 18px;
}

.cs-search-inline-profiles {
	grid-column: 1 / -1;
	margin: 6px 0 18px;
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.cs-search-inline-profiles h4 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
}

.cdv-map-widget {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 26px 0;
	padding: clamp(14px, 2vw, 22px);
	border-radius: 26px;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.28) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.34) 0, rgba(240,14,220,0) 38%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	color: rgba(255,255,255,.9);
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	isolation: isolate;
	animation: cs-fadeup .45s ease both;
}

.cdv-map-widget::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.14) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-shimmer 5s linear infinite;
	opacity: .42;
}

.cdv-map-widget__head {
	position: relative;
	z-index: 2;
	max-width: 860px;
	margin: 0 auto 16px;
	text-align: center;
}

.cdv-map-widget__head h2 {
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto 12px;
	padding: 13px 18px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 16% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 24%, #42003f 52%, #7a0063 78%, #bf0899 100%);
	color: #fff;
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 900;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .045em;
	text-shadow: 0 2px 10px rgba(0,0,0,.48);
	box-shadow:
		0 10px 28px rgba(30,0,28,.34),
		inset 0 1px 0 rgba(255,255,255,.16);
}

.cdv-map-widget__head p {
	max-width: 760px;
	margin: 0 auto 16px;
	color: rgba(255,255,255,.88);
	font-size: 14px;
	line-height: 1.65;
	text-shadow: 0 1px 4px rgba(0,0,0,.32);
}

.cdv-france-map {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	height: 520px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.22);
	background:
		radial-gradient(circle at 50% 45%, rgba(240,14,220,.22) 0, rgba(240,14,220,0) 36%),
		radial-gradient(circle at 22% 24%, rgba(255,255,255,.13) 0, rgba(255,255,255,0) 28%),
		linear-gradient(135deg, #050006 0%, #130011 30%, #260024 55%, #47003f 78%, #6d005b 100%);
	box-shadow:
		0 16px 44px rgba(0,0,0,.34),
		inset 0 1px 0 rgba(255,255,255,.18),
		inset 0 0 80px rgba(240,14,220,.16);
}

/* Fond “carte premium” visible derrière le GeoJSON */
.cdv-france-map::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
		radial-gradient(circle at 50% 48%, rgba(240,14,220,.18) 0, rgba(240,14,220,0) 42%);
	background-size: 44px 44px, 44px 44px, 100% 100%;
	mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 62%, transparent 100%);
	opacity: .76;
}

.cdv-france-map::after {
	content: "";
	position: absolute;
	inset: 18px;
	z-index: 0;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.10);
	box-shadow:
		inset 0 0 45px rgba(240,14,220,.18),
		0 0 45px rgba(240,14,220,.10);
}

/* Leaflet : forcer le fond premium si Leaflet prend le dessus */
.cdv-france-map.leaflet-container {
	background:
		radial-gradient(circle at 50% 45%, rgba(240,14,220,.22) 0, rgba(240,14,220,0) 36%),
		radial-gradient(circle at 22% 24%, rgba(255,255,255,.13) 0, rgba(255,255,255,0) 28%),
		linear-gradient(135deg, #050006 0%, #130011 30%, #260024 55%, #47003f 78%, #6d005b 100%);
}

.cdv-france-map .leaflet-pane,
.cdv-france-map .leaflet-map-pane,
.cdv-france-map .leaflet-overlay-pane,
.cdv-france-map .leaflet-shadow-pane,
.cdv-france-map .leaflet-marker-pane,
.cdv-france-map .leaflet-tooltip-pane {
	z-index: 2;
}

.cdv-france-map .leaflet-tile-pane {
	opacity: .18;
	filter: grayscale(1) contrast(1.25) brightness(.45) hue-rotate(250deg) saturate(1.8);
}

.cdv-france-map .leaflet-overlay-pane svg {
	filter:
		drop-shadow(0 8px 18px rgba(0,0,0,.45))
		drop-shadow(0 0 12px rgba(240,14,220,.24));
}

.cdv-france-map .leaflet-interactive {
	transition:
		fill-opacity .18s ease,
		stroke-width .18s ease,
		filter .18s ease;
}

.cdv-france-map .leaflet-interactive:hover {
	filter:
		drop-shadow(0 0 10px rgba(240,14,220,.75))
		drop-shadow(0 6px 14px rgba(0,0,0,.32));
	cursor: pointer;
}

.cdv-france-map .leaflet-control-zoom {
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow:
		0 10px 26px rgba(0,0,0,.32),
		inset 0 1px 0 rgba(255,255,255,.18);
}

.cdv-france-map .leaflet-control-zoom a {
	width: 36px;
	height: 36px;
	border: 0;
	background:
		linear-gradient(135deg, rgba(13,0,16,.96) 0%, rgba(90,0,80,.96) 52%, rgba(191,8,153,.96) 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 36px;
	text-decoration: none;
	text-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.cdv-france-map .leaflet-control-zoom a:hover {
	background:
		linear-gradient(135deg, #190016 0%, #7a0063 54%, #f00edc 100%);
	color: #fff;
}

.cdv-france-map .leaflet-tooltip {
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(13,0,16,.94) 0%, rgba(90,0,80,.94) 50%, rgba(191,8,153,.94) 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .02em;
	text-transform: uppercase;
	box-shadow:
		0 10px 24px rgba(0,0,0,.28),
		inset 0 1px 0 rgba(255,255,255,.16);
	text-shadow: 0 1px 4px rgba(0,0,0,.38);
}

.cdv-france-map .leaflet-tooltip::before {
	border-top-color: rgba(90,0,80,.94);
}

.cdv-map-error {
	position: relative;
	z-index: 2;
	padding: 16px;
	margin: 0;
	border-radius: 16px;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(240,14,220,.18);
	color: #3b0035;
	font-weight: 800;
	text-align: center;
	box-shadow:
		0 10px 28px rgba(0,0,0,.14),
		inset 0 1px 0 rgba(255,255,255,.8);
}

@media (max-width: 767px) {
	.cdv-map-widget {
		margin: 20px 0;
		padding: 12px;
		border-radius: 20px;
	}

	.cdv-map-widget__head h2 {
		width: 100%;
		padding: 12px 14px;
		border-radius: 16px;
		font-size: 17px;
	}

	.cdv-map-widget__head p {
		font-size: 13px;
		line-height: 1.55;
	}

	.cdv-france-map {
		height: 390px;
		border-radius: 18px;
	}

	.cdv-france-map .leaflet-control-zoom a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
}

@media (max-width: 420px) {
	.cdv-france-map {
		height: 340px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cdv-map-widget,
	.cdv-map-widget::before,
	.cdv-france-map .leaflet-interactive {
		animation: none;
		transition: none;
	}
}


#listvil .cs-dep-city-list__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 18px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

#listvil .cs-dep-city-list__grid li {
	margin: 0;
	padding: 0;
}

#listvil .cs-dep-city-list__grid a {
	display: block;
	padding: 9px 11px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 8px;
	color: #f00edc;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.35;
}

#listvil .cs-dep-city-list__grid a:hover {
	background: #fff;
	border-color: rgba(240, 14, 220, 0.35);
	text-decoration: underline;
}

/* Tablette : 2 colonnes */
@media (min-width: 768px) and (max-width: 991px) {
	#listvil .cs-dep-city-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile : 1 colonne */
@media (max-width: 767px) {
	#listvil .cs-dep-city-list__grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}
	
/* ============================================================
   Hero index image — premium
   ============================================================ */

.csi-hero {
	position: relative;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	min-height: 320px;
	margin: 28px 0;
	border-radius: 28px;
	background:
		radial-gradient(circle at 14% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 30%, #5a0050 66%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.16);
	box-shadow:
		0 20px 60px rgba(80,0,70,.26),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	isolation: isolate;
	animation: csi-hero-in .45s ease both;
}

.csi-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.14) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: csi-hero-shimmer 5.4s linear infinite;
	opacity: .32;
}

.csi-hero::after {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: 3;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.12);
	box-shadow:
		inset 0 0 50px rgba(240,14,220,.18),
		0 0 46px rgba(240,14,220,.10);
}

.csi-hero img {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center middle;
	opacity: .78;
	filter: saturate(1.08) contrast(1.06);
	transform: scale(1.01);
	transition:
		transform .45s ease,
		filter .45s ease,
		opacity .45s ease;
}

.csi-hero:hover img {
	opacity: .86;
	filter: saturate(1.14) contrast(1.08) brightness(1.03);
	transform: scale(1.045);
}

.csi-hero__overlay {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 320px;
	padding: clamp(24px, 4vw, 54px) clamp(16px, 4vw, 70px);
	text-align: center;
	background:
		linear-gradient(90deg, rgba(5,0,6,.88) 0%, rgba(50,0,48,.70) 42%, rgba(150,0,125,.48) 100%),
		radial-gradient(circle at 50% 50%, rgba(240,14,220,.22) 0, rgba(240,14,220,0) 52%);
}

.csi-hero__overlay h2 {
	float: none !important;
	box-sizing: border-box;
	width: fit-content !important;
	max-width: 920px;
	margin: 0 auto 14px !important;
	padding: 0 !important;
	background: none !important;
	color: #fff !important;
	font-size: clamp(26px, 4vw, 46px) !important;
	font-weight: 950;
	line-height: 1.06;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .035em;
	text-shadow:
		0 3px 16px rgba(0,0,0,.70),
		0 0 28px rgba(240,14,220,.32);
}

.csi-hero__overlay p {
	max-width: 720px;
	margin: 0 auto 22px;
	color: rgba(255,255,255,.93);
	font-size: clamp(14px, 1.7vw, 18px);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0,0,0,.52);
}

.csi-hero__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 52px;
	padding: 14px 28px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #fff 0%, #fff2fd 100%);
	border: 1px solid rgba(255,255,255,.72);
	color: #8a0070 !important;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .04em;
	box-shadow:
		0 16px 38px rgba(0,0,0,.30),
		0 0 28px rgba(240,14,220,.20),
		inset 0 1px 0 rgba(255,255,255,.96);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease,
		color .18s ease;
}

.csi-hero__btn::before {
	content: "💬";
	margin-right: 8px;
	font-size: 16px;
	line-height: 1;
}

.csi-hero__btn:hover,
.csi-hero__btn:focus {
	color: #bf0899 !important;
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(1.04);
	box-shadow:
		0 20px 46px rgba(0,0,0,.34),
		0 0 34px rgba(240,14,220,.30),
		inset 0 1px 0 rgba(255,255,255,.98);
	outline: 0;
}

.csi-hero__btn:active {
	transform: translateY(1px);
}

@keyframes csi-hero-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes csi-hero-shimmer {
	0% {
		background-position: 220% 0;
	}
	100% {
		background-position: -220% 0;
	}
}

@media (max-width: 900px) {
	.csi-hero {
		min-height: 300px;
		border-radius: 24px;
	}

	.csi-hero img,
	.csi-hero__overlay {
		min-height: 300px;
	}

	.csi-hero__overlay {
		background:
			linear-gradient(180deg, rgba(5,0,6,.84) 0%, rgba(55,0,50,.68) 56%, rgba(150,0,125,.54) 100%),
			radial-gradient(circle at 50% 50%, rgba(240,14,220,.20) 0, rgba(240,14,220,0) 52%);
	}
}

@media (max-width: 767px) {
	.csi-hero {
		min-height: 260px;
		margin: 22px 0;
		border-radius: 22px;
	}

	.csi-hero::after {
		inset: 10px;
		border-radius: 18px;
	}

	.csi-hero img,
	.csi-hero__overlay {
		min-height: 260px;
	}

	.csi-hero__overlay {
		padding: 22px 14px;
	}

	.csi-hero__overlay h2 {
		font-size: 22px !important;
		line-height: 1.12;
	}

	.csi-hero__overlay p {
		font-size: 13px;
		line-height: 1.55;
		margin-bottom: 16px;
	}

	.csi-hero__btn {
		width: 100%;
		max-width: 360px;
		min-height: 48px;
		padding: 13px 16px;
		border-radius: 16px;
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.csi-hero {
		min-height: 240px;
	}

	.csi-hero img,
	.csi-hero__overlay {
		min-height: 240px;
	}

	.csi-hero__overlay h2 {
		font-size: 19px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csi-hero,
	.csi-hero::before,
	.csi-hero img,
	.csi-hero__btn {
		animation: none;
		transition: none;
	}
}

.cs-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.cs-news-card {
	position: relative;
	padding: 18px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,244,254,.97) 100%);
	border: 1px solid rgba(240,14,220,.16);
	box-shadow:
		0 12px 32px rgba(80,0,70,.12),
		inset 0 1px 0 rgba(255,255,255,.9);
	text-align: center;
}

.cs-news-card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.25;
}

.cs-news-card h3 a {
	color: #fff;
	font-weight: 950;
	text-decoration: none;
}

.cs-news-card h3 a:hover {
	color: #f00edc;
	text-decoration: none;
}

.cs-news-card p {
	font-size: 13px;
	line-height: 1.6;
	color: #493448;
}

.cs-news-card__date,
.cs-news-post__date {
	color: #8a0070;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

.cs-news-post__content h2 {
	margin-top: 22px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
}

.cs-news-post__content p {
	font-size: 15px;
	line-height: 1.75;
}

@media (max-width: 900px) {
	.cs-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.cs-news-grid {
		grid-template-columns: 1fr;
	}
}

.cs-news-hero {
	position: relative;
	margin: 18px 0 20px;
	border-radius: 24px;
	overflow: hidden;
	background:
		linear-gradient(135deg, #050006 0%, #190016 28%, #42003f 56%, #7a0063 80%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 18px 52px rgba(80,0,70,.24),
		inset 0 1px 0 rgba(255,255,255,.16);
}

.cs-news-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(5,0,6,0) 35%, rgba(5,0,6,.42) 100%),
		radial-gradient(circle at 80% 10%, rgba(240,14,220,.22), transparent 36%);
}

.cs-news-hero img {
	display: block;
	width: 100%;
	height: clamp(210px, 32vw, 550px);
	object-fit: cover;
	object-position: center;
}

.cs-news-card__image {
	display: block;
	margin: -6px -6px 14px;
	border-radius: 18px;
	overflow: hidden;
	background: #190016;
}

.cs-news-card__image img {
	display: block;
	width: 100%;
	height: 145px;
	object-fit: cover;
	object-position: center;
	transition: transform .22s ease, filter .22s ease;
}

.cs-news-card:hover .cs-news-card__image img {
	transform: scale(1.04);
	filter: brightness(1.05);
}

@media (max-width: 600px) {
	.cs-news-hero {
		border-radius: 18px;
	}

	.cs-news-hero img {
		height: 220px;
	}

	.cs-news-card__image img {
		height: 160px;
	}
}

/* ============================================================
   Bloc rich région — premium
   ============================================================ */

.cs-region-rich-block {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 28px 0;
	padding: clamp(18px, 3vw, 30px);
	border-radius: 26px;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.34) 0, rgba(240,14,220,0) 38%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	text-align: center;
	overflow: hidden;
	isolation: isolate;
	animation: cs-region-rich-in .45s ease both;
}

.cs-region-rich-block::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.13) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-region-rich-shimmer 5.4s linear infinite;
	opacity: .42;
}

.cs-region-rich-block::after {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: -1;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.10);
	box-shadow:
		inset 0 0 46px rgba(240,14,220,.15),
		0 0 46px rgba(240,14,220,.10);
}

.cs-region-rich-block h2 {
	position: relative;
	float: none;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 14px !important;
	padding: 14px 20px !important;
	border-radius: 999px;
	background:
		radial-gradient(circle at 16% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 24%, #42003f 52%, #7a0063 78%, #bf0899 100%) !important;
	border: 1px solid rgba(255,255,255,.14);
	color: #fff !important;
	font-size: clamp(18px, 2.2vw, 25px) !important;
	font-weight: 950;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .045em;
	text-shadow: 0 2px 10px rgba(0,0,0,.48);
	box-shadow:
		0 10px 28px rgba(30,0,28,.35),
		inset 0 1px 0 rgba(255,255,255,.16);
}

.cs-region-rich-block > p {
	position: relative;
	z-index: 2;
	max-width: 780px;
	margin: 0 auto 20px;
	color: rgba(255,255,255,.91);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
	text-shadow: 0 1px 4px rgba(0,0,0,.32);
}

.cs-region-rich-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.cs-region-rich-grid article {
	position: relative;
	box-sizing: border-box;
	min-height: 210px;
	padding: 20px 16px 18px;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,242,253,.97) 100%);
	border: 1px solid rgba(255,255,255,.66);
	box-shadow:
		0 12px 32px rgba(0,0,0,.16),
		inset 0 1px 0 rgba(255,255,255,.9);
	text-align: center;
	overflow: hidden;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease,
		background .18s ease;
	animation: cs-region-rich-card-in .42s ease both;
}

.cs-region-rich-grid article:nth-child(1) { animation-delay: .03s; }
.cs-region-rich-grid article:nth-child(2) { animation-delay: .06s; }
.cs-region-rich-grid article:nth-child(3) { animation-delay: .09s; }

.cs-region-rich-grid article::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, #050006 0%, #7a0063 54%, #f00edc 100%);
	opacity: .92;
}

.cs-region-rich-grid article::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 88% 12%, rgba(240,14,220,.11) 0, rgba(240,14,220,0) 36%);
}

.cs-region-rich-grid article:hover {
	transform: translateY(-3px);
	border-color: rgba(240,14,220,.34);
	background:
		linear-gradient(135deg, #fff 0%, #fff0fd 100%);
	box-shadow:
		0 18px 44px rgba(80,0,70,.22),
		0 0 24px rgba(240,14,220,.12),
		inset 0 1px 0 rgba(255,255,255,.95);
}

.cs-region-rich-grid h3 {
	position: relative;
	z-index: 2;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .035em;
	background: linear-gradient(135deg, #050006 0%, #3b0035 44%, #8a0070 76%, #bf0899 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: #fff;
}

.cs-region-rich-grid p {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	color: #493448;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.62;
	text-align: center;
}

@keyframes cs-region-rich-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cs-region-rich-card-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes cs-region-rich-shimmer {
	0% {
		background-position: 220% 0;
	}
	100% {
		background-position: -220% 0;
	}
}

@media (max-width: 900px) {
	.cs-region-rich-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cs-region-rich-block {
		margin: 20px 0;
		padding: 16px 12px;
		border-radius: 22px;
	}

	.cs-region-rich-block h2 {
		width: 100%;
		padding: 12px 14px !important;
		border-radius: 16px;
		font-size: 17px !important;
	}

	.cs-region-rich-block > p {
		font-size: 13px;
		line-height: 1.6;
	}

	.cs-region-rich-grid {
		gap: 10px;
		margin-top: 14px;
	}

	.cs-region-rich-grid article {
		min-height: initial;
		padding: 18px 14px 16px;
		border-radius: 18px;
	}

	.cs-region-rich-grid h3 {
		font-size: 14px;
	}

	.cs-region-rich-grid p {
		font-size: 13px;
		line-height: 1.55;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cs-region-rich-block,
	.cs-region-rich-block::before,
	.cs-region-rich-grid article {
		animation: none;
		transition: none;
	}
}

/* ============================================================
   Index — profils live + pourquoi Cougar Story
   ============================================================ */

.cs-index-profiles,
.cs-why-story {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 28px 0;
	padding: clamp(18px, 3vw, 30px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.34) 0, rgba(240,14,220,0) 38%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	text-align: center;
	overflow: hidden;
	isolation: isolate;
}

.cs-index-profiles::before,
.cs-why-story::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.13) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cs-index-premium-shimmer 5.4s linear infinite;
	opacity: .42;
}

.cs-index-profiles__eyebrow,
.cs-why-story__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.13);
	border: 1px solid rgba(255,255,255,.22);
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .08em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

.cs-index-profiles h2,
.cs-why-story h2 {
	position: relative;
	float: none;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 14px !important;
	padding: 14px 20px !important;
	border-radius: 999px;
	background:
		radial-gradient(circle at 16% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 24%, #42003f 52%, #7a0063 78%, #bf0899 100%) !important;
	border: 1px solid rgba(255,255,255,.14);
	color: #fff !important;
	font-size: clamp(18px, 2.2vw, 25px) !important;
	font-weight: 950;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .045em;
	text-shadow: 0 2px 10px rgba(0,0,0,.48);
	box-shadow:
		0 10px 28px rgba(30,0,28,.35),
		inset 0 1px 0 rgba(255,255,255,.16);
}

.cs-index-profiles__head p,
.cs-why-story__content p {
	position: relative;
	z-index: 2;
	max-width: 840px;
	margin: 0 auto 16px;
	color: rgba(255,255,255,.91);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.72;
	text-align: center;
	text-shadow: 0 1px 4px rgba(0,0,0,.32);
}

.cs-index-profiles__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.cs-index-profile-card {
	position: relative;
	display: block;
	box-sizing: border-box;
	min-height: 260px;
	border-radius: 22px;
	overflow: hidden;
	background: #190016;
	text-decoration: none;
	box-shadow:
		0 14px 36px rgba(0,0,0,.24),
		inset 0 1px 0 rgba(255,255,255,.14);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease;
}

.cs-index-profile-card img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.06) contrast(1.04);
	transition: transform .28s ease, filter .28s ease;
}

.cs-index-profile-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(5,0,6,0) 32%, rgba(5,0,6,.86) 100%),
		radial-gradient(circle at 80% 12%, rgba(240,14,220,.22), transparent 36%);
}

.cs-index-profile-card:hover {
	transform: translateY(-3px);
	box-shadow:
		0 20px 48px rgba(0,0,0,.34),
		0 0 26px rgba(240,14,220,.22);
	text-decoration: none;
}

.cs-index-profile-card:hover img {
	transform: scale(1.045);
	filter: saturate(1.14) contrast(1.07) brightness(1.04);
}

.cs-index-profile-card__meta {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 52px;
	z-index: 2;
	display: block;
	color: #fff;
	text-align: center;
}

.cs-index-profile-card__meta strong {
	display: block;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.1;
	text-shadow: 0 2px 10px rgba(0,0,0,.55);
}

.cs-index-profile-card__meta em {
	display: block;
	margin-top: 4px;
	color: rgba(255,255,255,.82);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.cs-index-profile-card__cta {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #fff 0%, #fff2fd 100%);
	color: #8a0070;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .035em;
	box-shadow:
		0 10px 24px rgba(0,0,0,.24),
		inset 0 1px 0 rgba(255,255,255,.95);
}

.cs-why-story__highlights {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 22px auto 20px;
}

.cs-why-story__highlights span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(255,255,255,.13);
	border: 1px solid rgba(255,255,255,.22);
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .045em;
}

.cs-why-story__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #fff 0%, #fff2fd 100%);
	border: 1px solid rgba(255,255,255,.70);
	color: #8a0070 !important;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .035em;
	box-shadow:
		0 14px 34px rgba(0,0,0,.24),
		0 0 22px rgba(240,14,220,.16),
		inset 0 1px 0 rgba(255,255,255,.95);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		filter .18s ease,
		color .18s ease;
}

.cs-why-story__cta:hover,
.cs-why-story__cta:focus {
	color: #bf0899 !important;
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(1.04);
	box-shadow:
		0 18px 42px rgba(0,0,0,.30),
		0 0 30px rgba(240,14,220,.26),
		inset 0 1px 0 rgba(255,255,255,.96);
	outline: 0;
}

@keyframes cs-index-premium-shimmer {
	0% {
		background-position: 220% 0;
	}
	100% {
		background-position: -220% 0;
	}
}

@media (max-width: 1000px) {
	.cs-index-profiles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.cs-index-profiles,
	.cs-why-story {
		margin: 22px 0;
		padding: 16px 12px;
		border-radius: 22px;
	}

	.cs-index-profiles h2,
	.cs-why-story h2 {
		width: 100%;
		padding: 12px 14px !important;
		border-radius: 16px;
		font-size: 17px !important;
	}

	.cs-index-profiles__head p,
	.cs-why-story__content p {
		font-size: 13px;
		line-height: 1.62;
	}

	.cs-index-profiles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.cs-index-profile-card {
		min-height: 220px;
		border-radius: 18px;
	}

	.cs-index-profile-card img {
		height: 220px;
	}

	.cs-index-profile-card__meta strong {
		font-size: 15px;
	}

	.cs-index-profile-card__cta {
		font-size: 10px;
	}

	.cs-why-story__cta {
		width: 100%;
		border-radius: 16px;
		font-size: 13px;
	}
}


/* ============================================================
   Accès rapide départements — premium
   ============================================================ */

.cdv-dep-links {
	position: relative;
	clear: both;
	box-sizing: border-box;
	margin: 28px 0;
	padding: clamp(16px, 2.5vw, 26px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 12% 16%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 32%),
		radial-gradient(circle at 92% 8%, rgba(240,14,220,.34) 0, rgba(240,14,220,0) 38%),
		linear-gradient(135deg, #050006 0%, #190016 26%, #42003f 54%, #7a0063 78%, #bf0899 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 20px 60px rgba(80,0,70,.28),
		inset 0 1px 0 rgba(255,255,255,.18);
	overflow: hidden;
	isolation: isolate;
	animation: cdv-dep-links-in .45s ease both;
}

.cdv-dep-links::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255,255,255,.13) 38%, transparent 72%);
	background-size: 220% 100%;
	animation: cdv-dep-links-shimmer 5.4s linear infinite;
	opacity: .42;
}

.cdv-dep-links::after {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: -1;
	pointer-events: none;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.10);
	box-shadow:
		inset 0 0 46px rgba(240,14,220,.15),
		0 0 46px rgba(240,14,220,.10);
}

.cdv-dep-links h3 {
	position: relative;
	float: none !important;
	box-sizing: border-box;
	width: fit-content !important;
	max-width: 100%;
	margin: 0 auto 18px !important;
	padding: 13px 20px !important;
	border-radius: 999px !important;
	background:
		radial-gradient(circle at 16% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 30%),
		linear-gradient(135deg, #050006 0%, #190016 24%, #42003f 52%, #7a0063 78%, #bf0899 100%) !important;
	border: 1px solid rgba(255,255,255,.14);
	color: #fff !important;
	font-size: clamp(17px, 2vw, 24px) !important;
	font-weight: 950;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .045em;
	text-shadow: 0 2px 10px rgba(0,0,0,.48);
	box-shadow:
		0 10px 28px rgba(30,0,28,.35),
		inset 0 1px 0 rgba(255,255,255,.16);
}

.cdv-dep-links ul {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cdv-dep-links li {
	margin: 0;
	padding: 0;
	list-style: none;
	animation: cdv-dep-link-card-in .42s ease both;
}

.cdv-dep-links li:nth-child(1) { animation-delay: .02s; }
.cdv-dep-links li:nth-child(2) { animation-delay: .04s; }
.cdv-dep-links li:nth-child(3) { animation-delay: .06s; }
.cdv-dep-links li:nth-child(4) { animation-delay: .08s; }
.cdv-dep-links li:nth-child(5) { animation-delay: .10s; }
.cdv-dep-links li:nth-child(6) { animation-delay: .12s; }
.cdv-dep-links li:nth-child(7) { animation-delay: .14s; }
.cdv-dep-links li:nth-child(8) { animation-delay: .16s; }

.cdv-dep-links a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 54px;
	padding: 12px 42px 12px 14px;
	border-radius: 17px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,242,253,.97) 100%);
	border: 1px solid rgba(255,255,255,.64);
	color: #170018 !important;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .025em;
	box-shadow:
		0 10px 26px rgba(0,0,0,.14),
		inset 0 1px 0 rgba(255,255,255,.9);
	overflow: hidden;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease,
		background .18s ease,
		color .18s ease;
}

.cdv-dep-links a::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #f00edc 0%, #bf0899 100%);
	opacity: .9;
	transition: width .18s ease, opacity .18s ease;
}

.cdv-dep-links a::after {
	content: "›";
	position: absolute;
	right: 12px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, #0d0010 0%, #5a0050 46%, #bf0899 100%);
	color: #fff;
	font-size: 18px;
	font-weight: 950;
	line-height: 1;
	transform: translateY(-50%);
	box-shadow:
		0 7px 16px rgba(80,0,70,.20),
		inset 0 1px 0 rgba(255,255,255,.18);
	opacity: .88;
	transition:
		transform .18s ease,
		opacity .18s ease,
		background .18s ease;
}

.cdv-dep-links a:hover,
.cdv-dep-links a:focus {
	color: #8a0070 !important;
	background:
		linear-gradient(135deg, #fff 0%, #fff0fd 100%);
	border-color: rgba(240,14,220,.34);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow:
		0 15px 36px rgba(80,0,70,.23),
		0 0 22px rgba(240,14,220,.14),
		inset 0 1px 0 rgba(255,255,255,.95);
	outline: 0;
}

.cdv-dep-links a:hover::before,
.cdv-dep-links a:focus::before {
	width: 7px;
	opacity: 1;
}

.cdv-dep-links a:hover::after,
.cdv-dep-links a:focus::after {
	opacity: 1;
	transform: translateY(-50%) translateX(2px);
	background:
		linear-gradient(135deg, #bf0899 0%, #f00edc 100%);
}

@keyframes cdv-dep-links-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cdv-dep-link-card-in {
	from {
		opacity: 0;
		transform: translateY(8px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes cdv-dep-links-shimmer {
	0% {
		background-position: 220% 0;
	}
	100% {
		background-position: -220% 0;
	}
}

@media (max-width: 1100px) {
	.cdv-dep-links ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.cdv-dep-links ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.cdv-dep-links {
		margin: 22px 0;
		padding: 14px 12px;
		border-radius: 22px;
	}

	.cdv-dep-links h3 {
		width: 100% !important;
		padding: 12px 14px !important;
		border-radius: 16px !important;
		font-size: 16px !important;
	}

	.cdv-dep-links ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.cdv-dep-links a {
		min-height: 50px;
		padding: 12px 42px 12px 14px;
		border-radius: 15px;
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cdv-dep-links,
	.cdv-dep-links::before,
	.cdv-dep-links li,
	.cdv-dep-links a,
	.cdv-dep-links a::before,
	.cdv-dep-links a::after {
		animation: none;
		transition: none;
	}
}

/* ============================================================
   Fix tablette basse résolution / iPad mini
   ============================================================ */

@media only screen and (min-width: 743px) and (max-width: 830px) {
	body {
		background-position: 50% 0;
	}

	#page,
	#contenu {
		max-width: 100%;
		width: 100%;
	}

	#contenu {
		margin-top: 10px;
	}

	#texte {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
		width: calc(100% - 24px);
		min-height: initial;
		margin: 0 auto;
		padding: 24px 18px;
		border-radius: 22px;
	}

	#iform {
		float: none !important;
		order: 1;
		width: 100% !important;
		max-width: 560px !important;
		margin: 0 auto !important;
		border-radius: 22px !important;
	}

	#form {
		box-sizing: border-box;
		padding: 20px 24px;
	}

	#cougar {
		float: none !important;
		order: 2;
		width: 100% !important;
		max-width: 760px;
		height: 330px;
		margin: 0 auto !important;
		border-radius: 20px;
	}

	#noui.svwp {
		width: 100% !important;
		height: 330px !important;
		border-radius: 20px;
	}

	#noui.svwp img {
		width: 100%;
		height: 330px;
		object-fit: cover;
		object-position: center top;
	}

	.contttt {
		margin-top: 22px;
	}

	.editocell {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	#log {display: grid!important;grid-template-columns: 190px 1fr;}
}