@font-face {
	font-family: 'cambo';
	src: url('../../../../../css/fonts/cambo/cambo-regular.woff') format('woff'),
		url('../../../../../css/fonts/cambo/cambo-regular.woff2') format('woff2'),
		url('../../../../../css/fonts/cambo/cambo-regular.svg#cambo-regular') format('svg'),
		url('../../../../../css/fonts/cambo/cambo-regular.ttf') format('truetype');
		font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'istok';
	src: url('../../../../../css/fonts/istok-web/istokweb-regular-webfont.woff') format('woff'),
		url('../../../../../css/fonts/istok-web/istokweb-regular-webfont.woff2') format('woff2'),
		url('../../../../../css/fonts/istok-web/istokweb-regular-webfont.svg#istokweb-regular-webfont') format('svg'),
		url('../../../../../css/fonts/istok-web/istokweb-regular-webfont.ttf') format('truetype');
		font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'jacques-francois';
	src: url('../../../../../css/fonts/jacques-francois/jacquesfrancois-regular.woff') format('woff'),
		url('../../../../../css/fonts/jacques-francois/jacquesfrancois-regular.woff2') format('woff2'),
		url('../../../../../css/fonts/jacques-francois/jacquesfrancois-regular.svg#jacquesfrancois-regular') format('svg'),
		url('../../../../../css/fonts/jacques-francois/jacquesfrancois-regular.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'inter-classic';
	src: url('../../../../../css/fonts/inter-classic/inter-variable.woff') format('woff'),
		url('../../../../../css/fonts/inter-classic/inter-variable.woff2') format('woff2'),
		url('../../../../../css/fonts/inter-classic/inter-variable.ttf') format('truetype');
		font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'cambria';
	src: url('../../../../../css/fonts/cambria/cambria.ttf')  format('truetype'),
	     url('../../../../../css/fonts/cambria/cambria.woff2') format('woff2'),
			 url('../../../../../css/fonts/cambria/cambria.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "arialBlack";
	src: url('../../../../../css/fonts/arialblack/ariblk.woff') format('woff'),
			url('../../../../../css/fonts/arialblack/ariblk.woff2') format('woff2'),
			url('../../../../../css/fonts/arialblack/ariblk.svg#ariblk') format('svg'),
			url('../../../../../css/fonts/arialblack/fonts/abrilfatface/ariblk.eot'),
			url('../../../../../css/fonts/arialblack/ariblk.eot?#iefix') format('embedded-opentype'),
			url('../../../../../css/fonts/arialblack/ariblk.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AbrilFatface";
	src: url('../../../../../css/fonts/abrilfatface/AbrilFatface-Regular.woff') format('woff'),
			url('../../../../../css/fonts/abrilfatface/AbrilFatface-Regular.woff2') format('woff2'),
			url('../../../../../css/fonts/abrilfatface/AbrilFatface-Regular.svg#AbrilFatface-Regular') format('svg'),
			url('../../../../../css/fonts/abrilfatface/AbrilFatface-Regular.eot'),
			url('../../../../../css/fonts/abrilfatface/AbrilFatface-Regular.eot?#iefix') format('embedded-opentype'),
			url('../../../../../css/fonts/abrilfatface/AbrilFatface-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html {
	--white: #FFF;
	--black: #222;
	--purple: #9c4efe;
	--blue: #459af8;
	--blue-light: #50AEDF;
	--blue-tchat: #F8CFFC;
	--green: #9bd1c3;
	--green-light: #ebfdf7;
	--green-dark: #4ba18b;
	--purple: #AA54B7;
	--gray: #ccc;
}

div{
	--text-color-header-title: var(--green-dark);
	--bg-color-ban-top: #e5d3ea;
	--text-color-ban-top:#333;
	--border-color-medium-header: var(--green);
	--bg-color-about-container: #ecfaf5;
}

span {
	--text-color-phone: var(--blue, #4E73DE);
}

.mainContent{
	--bg-color-main-content: gray;
}

#tchat-window{
	--border-color-tchat-window: var(--blue-light);

	--bg-color-tchat-msg: #ece0f0;
	--text-color-tchat-msg: #111;
	--box-shadow-color-tchat-msg: #c5fded;
	--text-color-medium-msg: #AA54B7;

	--box-shadow-color-zodiac:#666;
	--text-color-zodiac: var(--blue-light);

	--border-color-is-typing-container: var(--blue-light);
	--bg-color-btn-typing: #54cda3;
	--text-color-btn-typing: #FFF;
	--bg-first-spinner-is-typing : #AA54B7;
	--bg-second-spinner-is-typing : #cd62dd;

	--bg-color-btn-send-msg: #008fff;
	--text-color-btn-send-msg: var(--white);
}
.dots{
	--bg-color-dots: #AA54B7;
}
#spinner{
	--border-color-spinner-default:#AA54B7;
}
#spinner::before{
	--border-color-spinner-before: #08fe97;
}
#spinner::after{
	--border-color-spinner-after: #26ff5c;
}
/* #container-mailing{
	--border-color-container-mailing: var(--green);
} */
.ban-call-container{
	--border-width-call-content: 2px ;
	--border-width-call-container-bottom: 5px;
}
#ban-call-private{
	--border-color-call-content: #0b1470;
	--border-color-call-container-bottom: #37f6f8;

	--padding-call-content: 0 0 6px;

	--text-color-call-title:#0b1470;
	--text-color-call-subtitle:#0b1470;
	--text-color-call-phone:#0f81ff;
	--text-color-call-tarif:#0b1470;

	--text-size-call-title: 27px;
}
#ban-call-audiotel{
	--border-color-call-content: #a50f78;
	--border-color-call-container-bottom: #a50f78;

	--padding-call-content: 2px 5px 6px;

	--text-color-call-title:#a50f78;
	--text-color-call-subtitle:#0b1470;

	--text-size-call-title: 32px;
}
#phone-button{
	--bg-color-phone-ico : #FFF;
	--border-color-phone-ico : #09b187;
	--text-color-phone-ico : #09b187;

	--text-color-phone-number : #0c906f;

	--border-color-phone-number : #0c906f;
}
#reponse {
	--background-color-content: #ececec;
}
#confirm {
	--background-color-content: #ececec;
}
#phone-button-response{
	--bg-color-phone-ico: #FFF;
	--border-color-phone-ico: #2a3c67;
	--text-color-phone-ico: #2a3c67;
	--text-color-phone-number: #2a3c67;
	--border-color-phone-number: #2a3c67;
}
button{
	--text-color-btn-cards: #FFFF;
}

body{font-family: 'inter-classic', Arial sans-serif;font-size:17px}

h1, h2, h3, p {margin:0; padding:0}
a:hover, a:active{text-decoration: none;}
.bold{font-weight:bold}
.underline{text-decoration: underline;}
.color-white{color:#FFF}
.color-blue{color:var(--blue)} .bg-blue{background-color:var(--blue-light)}
.color-dark-blue{color:#263C6A}
.border-top-gray{border-top: 1px solid#dadada;}
.pad-15 {padding: 15px;}

.container {padding: 0}
.break-line{display:block}
.bg-white{background-color: #FFF;}
.bg-grey{background-color: #777;}
.bg-light-blue{background-color: #f7fafd;}

.border-section{border-top: 2px solid #4ba18b;width:90%;max-width: 800px;margin: 0 auto;background-color: #f7fafd;}

/* header */
#landing #header-picture-container{background: #fff url(../images/bg-header-mobile.jpg) no-repeat scroll top center;background-size: initial;min-height: 560px;}
#valide #header-picture-container, #interdiction #header-picture-container{background: 0 none;}

/***********************/
/* news 01/2025 */
/* #header-medium-picture{max-width: 126px;margin: 0 auto;}
#header-illustrated-photo{position: absolute;right:5px;bottom:3px;color:#ccc;font-size:10px}
#header-text-container{color: #fff;font-family: "istok", Arial, Helvetica, sans-serif;margin: 0 auto;text-align: center;width: 100%;}
#header-text-container h2{font-size: 16px;}
#valide #header-text-container, #interdiction #header-text-container{top: 40%;}
#header-title-medium-container{color: #fff;margin: 0 auto;text-align: center;width: 100%;display: flex;flex-direction: row;align-content: center;justify-content: flex-end;padding-right: 10px;padding-top: 20px;}
#header-title-medium-container h2{font-family: 'jacques-francois', Times, serif;font-size: 16px;font-weight: normal;letter-spacing: 2px;text-shadow: 2px 2px 2px #636363;}
#header-title-medium-container h2 span{display:block}
#header-border-container{border-bottom:2px solid #fff;margin-top: 25px;margin-bottom: 25px;} */
/***********************/

/* phone ban (valid/deny) */
#ban-phone{font-family:"Helvetica Neue Medium";padding:8px 0}
#ban-phone h2{font-size: 22px;}
#ban-phone h2 a{color: #222;}
#ban-phone h2 span{display:block}
#ban-phone .rdv{font-size:15px;margin:8px 0}
#ban-phone .tarif{font-size:13px}
#ban-frame-container{position:relative;width: 98%;margin:5px auto 5px;z-index:0}
#ban-frame-cards-container{position: absolute;top: 28px;left: 50%;transform: translate(-50%, -100%);z-index:-1}
#ban-frame-content{padding: 5px 5px;border:2px solid #4ba18b;background-color: var(--white);border-radius:15px;box-shadow: 0 0 4px #040404;}
#ban-frame-content * {font-family: Arial, Helvetica, sans-serif;}
#ban-frame-content h2{font-size: 22px;margin-bottom: 20px;color: var(--black)}
#ban-frame-content h3.phone-tel{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;margin-bottom: 20px;font-weight: bold;}
#ban-frame-content h3.phone-tel a{font-size:20px; color:var(--blue)}
#ban-frame-content .tarif{font-size:17px;color: var(--black)}

/* top (landing) */
#landing #ban-phone{padding:4px 0 2px}
#landing #ban-promo{padding:2px 0 6px;}
#landing #ban-promo h2{font-size:16px}

#valide #ban-promo .rdv-promo-code, #valide #ban-promo .offer-tariff{font-family: Arial, sans-serif;font-size:16px;font-weight:normal;font-style:normal}

/* step */
#steps{background: #FFF;background-size: cover;position: relative; top:0}
/* #steps-container{padding-top:17%;padding-bottom:25px;} */
#steps h1{margin:0 0 10px;font-family: Georgia, 'Times New Roman', Times, serif;font-size:28px; color:var(--text-color-header-title)}
/* #steps h2{padding-top: 15px;font-size:14px;font-weight:bold} */
#steps p{margin-top: 10px;font-size:14px}
#steps p:last-child{margin-top:3px}

#step-2{opacity:0.6;transition:opacity 1s ease-out;}
#step-2.opened{opacity:1;}
/* form */
.flex-group{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.form-condition{font-size:10px;font-weight: lighter;font-family: 'istok',Arial, Helvetica, sans-serif;}
#btn-container{padding:10px 0}
#request-lead{width:100%;padding: 8px 0;text-transform: uppercase;font-size: 22px;letter-spacing: .5px;color:var(--text-color-btn-form-request, #FFF);background-color: var(--bg-color-btn-form-request, var(--purple, #9c4efe));}

/* offre (ban top & call section) */
.rdv-promo-code{margin-bottom:5px;font-size:20px;font-weight:bold;font-style: italic;}
.offer-tariff{margin-bottom:15px;font-size:15px;font-weight: normal;font-style: italic;}
.min-sup{display: block;font-size:12px;font-style: italic;}

/* top titles - valide & deny*/
#valide .titleH1, #interdiction .titleH1 {text-align: center;font-weight: bold;font-family: 'cambria', 'Georgia', 'Times New Roman', Times, serif;font-size: 16px;color:#0b1470;width: 100%;padding-top: 0;margin-bottom:0;margin-top:2px}
/* #valide .title1-top, #interdiction .title1-top{color:#0c906f;font-size:23px;font-weight: bold;margin-bottom:0;margin-top:0;font-family:'Times New Roman', Times, serif;padding-top:15px;text-align: center;} */
/* #valide .title2-top, #interdiction .title2-top{color:#0c906f;font-size:21px;font-weight:normal;margin:0 auto;padding:8px 0;font-family:'Times New Roman', Times, serif;display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;} */
.title2-top .fa-envelope {display: none;visibility: hidden;}
/* #valide .title3-top, #interdiction .title3-top{color:#263C6A;font-size:17px;font-weight:bold;text-align: center;margin-top:0;margin-bottom:5px;font-family:'Times New Roman', Times, serif;padding-top:10px;padding-bottom:15px} */

/* phone button */
#phone-button{width: 96%;max-width: 375px;margin: 0 auto;position: relative;padding: 35px 0 35px 10px;}
#phone-svg{display:block;position: absolute;top: 50%;left: 0;transform: translate(0, -50%);width: 65px;height: 65px;text-align: center;padding: 8px 8px 0 5px;	border-radius: 50%;background-color: var(--bg-color-phone-ico, #FFF);border: 3px solid var(--border-color-phone-ico, #FFF);box-shadow: 0 2px 4px #999;}
#phone-svg .ico-phone{width: 90%;height: auto;fill: var(--text-color-phone-ico, #FFF);}
#phone-number-container{text-decoration:none;display:block;background-color: #FFF;border-top-right-radius:20px;border-bottom-right-radius:20px;padding: 3px 0 3px 35px;box-shadow: 0 3px 4px #999;}
#phone-number-link{font-family: Arial, Helvetica, sans-serif;font-size: 23px;font-weight: bold;color: var(--text-color-phone-number);}

/* phone button response */
#phone-button-response{width: 96%;max-width: 375px;margin: 0 auto;position: relative;padding: 35px 0 35px 10px;}
#phone-button-response #phone-svg-response{display:block;position: absolute;top: 50%;left: 60px;transform: translate(0, -50%);width: 65px;height: 65px;text-align: center;padding: 8px 8px 0 5px;}
#phone-button-response #phone-svg-response .ico-phone{width: 70%;height: auto;fill: var(--text-color-phone-ico, #FFF);}
#phone-button-response #phone-number-container-response{text-decoration:none;display:block;background-color: #FFF;border-top-right-radius:20px;border-bottom-right-radius:20px;padding: 3px 0 3px 35px;}
#phone-button-response #phone-number-link-response{font-family: Arial, Helvetica, sans-serif;font-size: 23px;font-weight: bold;color: var(--text-color-phone-number);}

/* call section */
#call{padding:35px 0;}
#valide #call, #interdiction #call{padding:0;}

#call #phone-number{margin: 0 0 20px;font-size:24px; font-weight:bold}
#call #phone-number span{color: var(--text-color-phone)}

#call-titles-container{padding: 0 0 15px;}
#cb-secure-container img{max-width:144px;border-radius: 4px;box-shadow: 0 0 2px 0px #666666;}

#valide .title4-txt, #interdiction .title4-txt {font-family: 'arialBlack', Arial sans-serif;color: #263C6A;font-size: 18px;margin: 0 auto 10px;text-align: center;padding-top: 20px;}
#valide .title4-txt span, #interdiction .title4-txt span{display:block;font-family: Arial, Helvetica, sans-serif; font-weight: bold;font-size: 20px;margin-top: 7px;}
#valide .title4-txt, #interdiction .title4-txt{color:#263C6A;text-align: center;margin:0 auto 10px;padding-top: 20px;}
#valide .title5-txt, #interdiction .title5-txt{font-family: Arial, Helvetica, sans-serif;color:#263C6A;font-size:14px;margin:20px auto 10px;text-align: center;font-style: italic;}

#call-picture-container{padding: 40px 0;}

/* call ban */
#ban-call{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;flex-wrap: nowrap;}
#ban-call *{font-family:'cambria', 'Cochin', Georgia, Times, 'Times New Roman', serif}
#ban-call a:hover, a:focus, a:active{text-decoration:none}
.ban-call-container{position:relative;width:98%;max-width:265px}
.ban-call-content{background-color: #FFF;position:relative;transform: translateY(-15px);border: solid var(--border-width-call-content) var(--border-color-call-content);border-width:var(--border-width-call-content) var(--border-width-call-content)  1px var(--border-width-call-content);padding:var(--padding-call-content);border-radius:6px;line-height:0.9}
.ban-call-content a:hover, a:focus{color:inherit}
.ban-call-content span{display:block}
.ban-call-bar{position:absolute;left:0;bottom:0;background-color: var(--border-color-call-container-bottom);width:100%;height:100%;border-radius:0 0 6px 6px}
.ban-call-title{font-weight: bold;font-size: var(--text-size-call-title);color: var(--text-color-call-title)}
.ban-call-subtitle{font-size:19px;color: var(--text-color-call-subtitle)}
.ban-call-phone{font-size:26px;font-weight: bold;color: var(--text-color-call-phone)}
.ban-call-tarif{font-size:13px;font-style: italic;}

#ban-call-private{margin: 15px auto 0;}
#ban-call-audiotel{margin: 25px 0 0;}

#ban-call-audiotel-cartbridge{margin: 5px auto;}
#ban-text {padding:10px}

/* callback section */
#callback{
	--bg-color-callback-form: var(--green-dark, #57a5e2);
	--bg-color-callback-btn: var(--green-dark, #57a5e2);
}
#callback{padding:20px 15px 40px}
#callback p{margin:5px 0; font-size:16px;font-weight:bold}
#callback h2{font-size:25px;font-weight:bold}
#callback .form-control{background-color:#FFF;font-family: Arial, Helvetica, sans-serif;}
#callback-phone-number::placeholder{text-align: center;}
#callback .btn{background-color: var(--bg-color-callback-btn); color: white;font-weight: bold;font-size: 19px;padding: 6px 8px;border: 0 none;}

#callback-container{display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding:3px 8px;border-radius:3px;background-color: var(--bg-color-callback-form);max-width:370px}
#ico-callback{max-width:25px; height: auto;margin-right:12px}
/* #btn-rappel{padding:0;margin-left:8px;background-color: transparent;font-size:17px;color: white;font-weight:bold} */
#btn-rappel:hover, #btn-rappel:focus, #btn-rappel:active, #btn-rappel.active, #btn-rappel:focus, #btn-rappel:active:focus, #btn-rappel.active:focus {color: var(--text-color-btn-form-request, var(--white, #FFF)); text-shadow:0 0 3px var(--white, #FFF); box-shadow: none;outline:0}
#callback-spinner {width: 24px;height: 19px;border-radius: 50%;margin: 0 5px 0 11px;
	background: radial-gradient(farthest-side,#ffffff 80%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 20%,#ffffff);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 0);
	mask: radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 0);
	animation: anim-spinner 1s infinite linear;
	display: inline-block;
}
#callback-container.responsed{padding: 0;}
#callback-response {opacity:0;transition:opacity 0.8s ease-out;}
#callback-response.open {opacity:1}
#callback-response h3 {font-size: 17px;display: inline-block;background-color: #f3f9eb;padding: 11px;color: #4d9d00;font-weight: normal;border-radius: 3px;margin-bottom: 10px;text-align: justify;border: 1px solid #62ab00;}
#callback-response .text-contact-back{display: inline-block;margin: 20px auto;font-size: 20px;}
#rappel-form-phone-response-msg p{margin:0;border-radius: 3px;}

/* rappel module sur page valide (intl-tel-input) */



.fade-in{opacity: 0;animation-name:fade-in-animation;animation-duration: 0.5s; animation-fill-mode: forwards;}
.fade-out{opacity: 1;animation-name:fade-out-animation;animation-duration: 0.5s; animation-fill-mode: forwards;}

@keyframes anim-rappel-form-button {
	0%{background-position:50% 0%;text-shadow: none;}
	50%{background-position:51% 100%;text-shadow: 0 0 5px #FFF;}
	100%{background-position:50% 0%;text-shadow: none;}
}

@keyframes fade-in-animation {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fade-out-animation {
  from {opacity: 1;}
  to {opacity: 0;}
}

/* bottom */
#about{padding:10px 0 80px;}
#boutique{padding:10px 0 180px;}
#about-container{width:100%; max-width:600px;padding: 10px 20px;background-color: var(--bg-color-about-container);}
#valide #about-container, #interdiction #about-container{background-color: transparent;}

#about-sub-titles h2{padding: 25px 0 5px;font-size: 27px;margin: 0;line-height: 1.2em;}
#about-sub-titles p{padding: 0 0 25px;margin: 0 0 10px;font-size: 20px;font-style: italic;color:#a2a2a2;}

/* footer */
footer #list-container {display: flex;flex-direction: row;justify-content:space-around;align-items:center;padding:5px 0;background-color:#ABDAFC;font-size: 15px;}
footer #list-container a {color:var(--text-color-ban-top, #373664)}

/* tchat */
#tchat{padding: 0 0 15px;}
#tchat-container{padding:0 0 5px;}
#tchat-window{max-width: 600px;width:90%;padding:10px 0px 0px;margin: 0 auto;border:3px solid var(--border-color-tchat-window);box-shadow: 0 0 4px #040404;background-color: #FFF;border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;overflow: hidden;}

#tchat-header{margin:0 auto;max-width: 600px;width: 90%;background: rgb(86,115,215);
	background: linear-gradient(90deg, rgba(86,115,215,1) 0%, rgba(103,168,217,1) 100%);color:#fff;border-top-left-radius: 25px;border-top-right-radius: 25px;}
#tchat-header .title-tchat{padding-left: 25px;padding-top:7px;padding-bottom:7px;font-size:20px;font-family: Arial, Helvetica, sans-serif;text-align: left;}
#tchat-header .title-tchat span{padding-left: 25px;text-transform: capitalize;}


#tchat-loader, #tchat-content{min-height:610px; max-height:610px}
#tchat-loader{display: flex;flex-direction: column;align-items: center;justify-content: space-evenly;}

#spinner {width: 70px;height: 70px;display: grid;border:4px solid #0000;border-radius: 50%;border-right-color:var(--border-color-spinner-default, #9390ff);animation: anim-loader-spinner 1s infinite linear;}
#spinner::before, #spinner::after {content:"";grid-area: 1/1;margin:2px;border:inherit;border-radius: 50%;border-right-color:var(--border-color-spinner-default, #aca9fc);animation: anim-loader-spinner 2s infinite;}
#spinner::after {border-right-color:var(--border-color-spinner-default, #c0befd);margin:8px;animation-duration: 3s;}

#loader-text{font-size: 18px;}
#tchat-content {overflow-y: auto;}
#tchat-content .tchat-para {background: none;padding:0.4em 0px 0.4em 6px;overflow: hidden;display: flex;justify-content: flex-start;width:98%}
#tchat-content .tchat-msg {background: #DDF0FE none repeat scroll 0% 0%;  min-width: 50px;padding: 5px 10px;margin-left: 2%;border-radius: 15px;font-size: 17px;word-break: break-word;color: var(--text-color-tchat-msg);max-width: 95%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;position: relative;text-align:left;height:auto;transform-origin:left bottom;opacity:0;transform:scale(0);transition:all 0.5s ease-out;font-family: 'istok',Arial, Helvetica, sans-serif;
	box-shadow: 0px 4px 8px 0px rgba(69,69,69,0.43);
	-webkit-box-shadow: 0px 4px 8px 0px rgba(69,69,69,0.43);
	-moz-box-shadow: 0px 4px 8px 0px rgba(69,69,69,0.43);}
#tchat-content .open .tchat-msg{opacity:1;transform:scale(1);}
#tchat-content .close .tchat-msg{opacity:0;}
/* #tchat-content .tchat-msg::before {display: block;width: 0px;content: "";position: absolute;bottom: 10px;left: -12px;border-style: solid;border-width: 0 14px 18px 0;border-color: transparent var(--bg-color-tchat-msg) transparent transparent;} */
#tchat-content .tchat-para .prenom-consult-tchat {color: var(--text-color-medium-msg);font-size: 16px;display: none;visibility:hidden;}
#tchat-content .tchat-para .prenom-consult-tchat::after{content: ' : ';margin-right:3px;}

#tchat-content .is-dots .tchat-avatar{display: none;visibility: hidden;}
#tchat-content .is-dots .prenom-consult-tchat{display: inline-block;visibility:	visible;}

#tchat-content .tchat-para .check-tchat-container{display: block}
.check-tchat-container .check-tchat{margin-right: 8px}
.check-tchat-container label{font-weight: normal;}
.check-tchat-container a{color: #111;}

/* tchat - valid / deny */
#valide #tchat, #interdiction #tchat{padding: 20px 0 15px;}
#valide #tchat h1, #interdiction #tchat h1{margin:0 0 10px;font-family: Georgia, 'Times New Roman', Times, serif;font-size:28px; color:var(--text-color-header-title)}

/* tchat - audio */
#tchat-content .tchat-para.is-audio .tchat-msg{background-color: transparent;box-shadow:none}
#tchat-content .tchat-para.is-audio .tchat-msg::before{border: 0 none}
.custom-audio-player {display: flex;flex-direction: column;align-items: center;border-radius: 25px;min-width:200px;max-width: 250px;}
.audio-visualizer-row {display: flex;align-items: center;width: 100%;}
.audio-icon {width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0; border: 3px solid #FFF;border-radius:50%;background:#459af8;color:white;font-size:21px;z-index:5;}
.audio-icon:hover{background: #0070ec;}
.audio-icon .fa-play{margin-left:4px}
.audio-visualizer-container {position: relative;flex: 1;height:34px;min-width:150px;overflow: hidden;border: 3px solid #459af8;border-radius: 0 20px 20px 0;position: absolute;	left: 52px;}

.audio-visualizer-progress {position: absolute;width: 0%;height: 100%;background: #bcf3d3;z-index: 2;transition: width 0.1s linear;}

.audio-visualizer-bars {position: absolute;width: 100%;height: 100%;display: flex;align-items: center;gap: 1px;z-index: 3;padding: 3px 11px;max-width: 138px;	overflow: hidden;}

.audio-visualizer-bars div {flex-shrink: 0;width: 1px; /* Largeur fine des barres */height: 100%; /* Barres sur toute la hauteur ; par défaut */background: #459af8; /* Utilisé comme masque */}
.audio-visualizer-timing {font-size:10px;font-weight:bold;color: #333;text-align: center;position: absolute;right: 16px;bottom: 3px;}

/* user */
#tchat-content .tchat-para.is-user{justify-content: flex-end;}
#tchat-content .tchat-para.is-user .tchat-msg{margin-left:0;margin-right:5%;transform-origin: right bottom;background-color: #e0f8ff;box-shadow: #91d5ea -1px 1px 2px 0px;}
#tchat-content .tchat-para.is-user .tchat-msg::before{left:inherit;right:-12px;border-width: 14px 18px 0 0;border-color: #e0f8ff transparent transparent transparent;}
#tchat-content .tchat-para.is-user .prenom-consult-tchat {color:#3377bd;font-size: 16px;}

.dots {width:50px;height:22px;
  background:
    radial-gradient(circle closest-side,var(--bg-color-dots) 90%,#0000) 0%   50%,
    radial-gradient(circle closest-side,var(--bg-color-dots) 90%,#0000) 50%  50%,
    radial-gradient(circle closest-side,var(--bg-color-dots) 90%,#0000) 100% 50%;
  background-size:calc(100%/2.5) 10px;
  background-repeat: no-repeat;
  animation:anim-dot 1s infinite linear;
}
.audio-recording-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 20px;
  width: 60px;
}
.audio-recording-animation .fa-microphone{
	color: #AA54B7;
	margin-right: 3px;
}
.audio-recording-animation .recording-bar {
  display: inline-block;
  width: 5px;
  height: 10px;
  background-color: var(--bg-color-audio, #AA54B7);
  animation: recording-wave 1s infinite ease-in-out;
}
.audio-recording-animation .recording-bar:nth-child(1) {
  animation-delay: 0s;
}
.audio-recording-animation .recording-bar:nth-child(2) {
  animation-delay: 0.2s;
}
.audio-recording-animation .recording-bar:nth-child(3) {
  animation-delay: 0.4s;
}

#is-typing-container{min-height:23px;position:relative}

#is-typing-container{display:flex;justify-content:flex-start;align-items: center;width: 100%;height:40px;margin: 5px auto 0;padding: 10px 20px;border-top: 3px solid var(--border-color-is-typing-container);}
#is-typing-content{display: flex;	flex-direction: row;justify-content: center;align-items: center;text-align: center;font-size:13px;color:#AA54B7;font-weight: bold;}
.spinner-is-typing {width:15px;height:15px;border-radius: 50%;margin-right:5px;
  background:radial-gradient(farthest-side,var(--bg-first-spinner-is-typing) 60%,#0000) top/8px 8px no-repeat,	conic-gradient(#0000 30%,var(--bg-second-spinner-is-typing));
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
  mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
  animation:anim-spinner 1s infinite linear;
}

#btn-paper-plane, #btn-paper-plane-input-tchat{position:absolute;right:35px;top:2px;width:32px;height:32px;text-align:center;padding:8px 8px 0 5px;background-color: var(--bg-color-btn-typing, #edecff);border-radius:50%}
#btn-paper-plane .ico-paper-plane, #btn-paper-plane-input-tchat .ico-paper-plane{width:90%;height:auto;fill:var(--text-color-btn-typing, #FFF)}

#is-typing-container.active{border-color: #AA54B7;}
#input-tchat-content{width:100%}
.input-tchat{width:90%;display:block;padding: 5px;font-size: 16px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 0 none;}
.input-tchat:focus, input:active, .input-tchat:focus-visible{border: 0 none;outline: none;}
#input-tchat-sexe{width: 100%;display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: space-evenly;align-items: center;}
#input-tchat-sexe .radio, #input-tchat-sexe .radio+.radio{margin:0}
#input-tchat-content #btn-paper-plane-input-tchat{background-color: #AA54B7;cursor:pointer;}
#input-tchat-birth{width: 100%;padding: 0;display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: space-evenly;align-items: center;}
#input-tchat-birth .select-tchat{width:30%}
#input-tchat-country{width:100%;padding:0 10px}
/* signes in tchat */
#blk-signs{display: flex;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;max-width: 94%;margin:0 auto;}
.one-sign{width:33.3333333333%;padding:6px;cursor:pointer}
.content-signs{background-color: #ffffff;border-radius: 4px;padding: 6px;box-shadow: 0 0 2px var(--box-shadow-color-zodiac);}
.zodiac{font-size:28px;color: var(--text-color-zodiac);}
.hidden-xxs{display: none; visibility: hidden;}

/* server loading */
#loader-server{width: 90%;padding: 10px;margin: 10px auto;	background: var(--bg-color-tchat-msg) none repeat scroll 0% 0%;border-radius: 5px;font-size: 17px;text-align: left;}
#loader-server p{margin: 0 0 7px;font-size:17px}
#connexion-server{display:flex;justify-content: flex-end;align-items: center;color: #a9a5a5;}
#connexion-server .fa{margin-right:6px;font-size: 1.5em;}

/* reponse page */
#reponse, #confirm{overflow: hidden;}
#reponse  #content, #confirm  #content{background-image: none;background-color: var(--background-color-content, #ececec);padding: 0}
#reponse #content .container, #confirm #content .container {padding: 0;}
#response-container{padding: 0;}
#container-mailing{border:6px solid #b5d9f9;background-color: #FFF;max-width:620px}

#header-mailing-medium{font-family: 'Times New Roman', Times, serif;font-weight: none;font-size: 15px;color: #263C6A;}
#header-mailing{padding: 0 0 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}
#header-mailing-title{font-family: Verdana, Arial, Helvetica, sans-serif;color:#2b3a68;font-size:16px;font-weight: bold;margin:10px 0}
#header-mailing .fa-envelope{display: none; visibility: hidden;}
#header-mailing-subtitle{font-family: 'inter-classic', Arial sans-serif;color:#2b3a68;font-size:21px;font-weight: normal;padding:0;margin: 30px 0 12px;background-color: #dce2f6;max-width: 400px;margin: 30px auto;padding: 10px;}

#content-mailing{font-family: Verdana, Arial, Helvetica, sans-serif;background-color: #fff;padding:0 30px;}
#content-mailing a {color:#2b3a68;font-size:18px;font-weight: normal;text-align: left;}
#content-mailing a:hover, #content-mailing a:focus, #content-mailing a:visited{text-decoration: none;color:#2b3a68;}
#content-mailing p{margin-bottom:0}

#call-mailing {font-family: Verdana, Arial, Helvetica, sans-serif;padding: 10px 0;}
#call-mailing a, #call-mailing a:hover, #call-mailing a:focus, #call-mailing a:visited{text-decoration: none;}
#call-mailing hr{margin: 15px auto 15px;max-width: 250px;width: 80%;}
/* 18/11/2024 */
#call-mailing-title-1{display:block;color:#2a3c67;font-size:22px;font-weight:bold}
#call-mailing-title-2{display:block;padding:0;color:#2a3c67;font-size:19px;font-weight:normal}
#call-mailing-title-3{display:block;padding:0;color:#2a3c67;font-size:15px;font-weight:normal;text-transform: uppercase;}
#call-mailing #cb-secure-container{margin-top:10px;margin-bottom:30px}
#call-mailing #cb-secure-container img {max-width: 144px;border-radius: 4px;box-shadow: 0 0 2px 0px #666666;}
#call-mailiing-plan-container{margin-top: 12px;}
#call-mailiing-plan-container p{margin-bottom: 1px;line-height: 1.1;}
#call-mailiing-plan-container a{font-size: 13px;font-family: Verdana, Helvetica, sans-serif;color:#333}


#call-mailing #phone-number-container{border: 2px solid var(	--border-color-phone-number, #D286A4)}


#call-mailing #phone-number-link-response {color: #4E73DE;font-weight: bold;font-size: 32px;font-family: Arial, Arial sans-serif;}


/* reponse - confirmation */
#reponse .text-footer, #confirm .text-footer{text-align: center;font-family: 'inter-classic', Arial sans-serif;font-size:16px;padding:10px 0 30px 0}
#reponse .info-call-button, #confirm .info-call-button {width: 70%;}
#reponse header h1, #confirm header h1{background-color: #ABDAFC;padding: 10px;}

/* confirmation */
#confirm .text-info-1{color:#263C6A;font-family: 'inter-classic', Arial sans-serif;font-size:20px;padding: 40px 0 30px 0;width: 80%;margin: 0 auto;}
#confirm .text-info-2{color:#263C6A;font-family: 'inter-classic', Arial sans-serif;font-size:20px;padding: 0 0 30px 0;width: 80%;margin: 0 auto;}
#confirm .text-info-3{color:#263C6A;font-family: 'inter-classic', Arial sans-serif;font-size:20px;padding: 0 0 30px 0;width: 80%;margin: 0 auto;}

#confirm #header-mailing-title {color: #4E73DE;font-family: "Jacques Francois", 'Times', serif;font-size: 32px;font-style: normal;font-weight: 400;line-height: normal;}
#confirm .header-mailing-subtitle{font-family: 'inter-classic', Arial sans-serif;font-weight:300;font-size: 22px;margin-top: 0;margin-bottom: 0;text-align: center;color: #333;padding-bottom: 10px;display: flex;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;}
#confirm .header-mailing-subtitle span{margin-left:10px;display:inline-block;width: 50px;}

#confirm #content-mailing p{margin-bottom: 10px;}
#confirm #content-mailing #confirm-ban{display: block; border: 1px solid #E3D5B9;background: #ABDAFC;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);width: 82%;max-width: 400px;padding: 15px 5px; margin: 15px auto 50px; color: #263C6A;font-weight: 600;text-align: center;font-family: 'inter-classic', Arial sans-serif;font-size: 16px;}
#confirm #content-mailing #confirm-ban span{display: block;}
#confirm #content-mailing{padding: 0;}

#confirm .info-tarif-text2{font-size: 15px;}

#confirm #call-mailing{padding-bottom: 30px;}
#confirm .confirm-tel{background: rgb(79, 120, 223);background: radial-gradient(circle, rgba(79, 120, 223, 1) 0%, rgba(82, 173, 224, 1) 100%);max-width: 260px;margin: 0 auto;border-radius: 5px;color: #fff;font-weight: bold;margin-top: 10px;padding: 3px;}
#confirm #call-mailing #phone-number-link-response {color: #fff;font-weight: bold;font-size: 20px;font-family: Arial, Arial sans-serif;}


/* message error */
.message-error1{position: relative;top: 10px;left: -15px;z-index: 1000000}
#msg-error1{color: #fff;background-color: #000;padding: 5px 10px;border-radius: 5px;position: relative;font-weight: bold;font-style: italic;}
#msg-error1 .triangle-code1{position: absolute;top: -12px;left: 14px;display: inline-block;height: 0;width: 0;border-right: 13px solid transparent;border-bottom: 17px solid #000;border-left: 7px solid transparent;}

.message-error2{position: relative;top: -5px;left: -10px;z-index: 1000000}
#msg-error2{color: #fff;background-color: #000;padding: 5px 10px;border-radius: 5px;position: relative;top: 13px;left: -5px;font-weight: bold;font-style: italic;}
#msg-error2 .triangle-code2{position: absolute;top: -12px;left: 14px;display: inline-block;height: 0;width: 0;border-right: 13px solid transparent;border-bottom: 17px solid #000;border-left: 7px solid transparent;}


/* disclamer */
#rules{padding:25px 15px 65px}
.container-blk{margin:0 auto;text-align:center;max-width:620px;}
.container-blk p{font-size:11px;color:#a2a2a2;margin: 0 0 2rem;text-align:left; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}
.container-blk a{color: #a2a2a2;text-decoration: none;}
.container-blk .boprder{border:1px solid #f1f1f1;padding:7px;color:#a2a2a2}

.pseudonyme{font-size:11px;margin: 10px auto;color:#a2a2a2}
#disclamer-blk{text-align:left;border:1px solid #f1f1f1;font-size:11px;padding: 0 10px 0 0;background-color:#fafafa !important}
#disclamer-blk * {font-family:'Arial',sans-serif;color:#a2a2a2;}
#disclamer-blk h3{font-size: 11px;padding-left: 40px;margin-top:5px;font-weight:normal;margin-bottom:0;text-align:left;}
#disclamer-blk ul{padding-left:40px;padding-right:20px;list-style:inherit}

/** new landing ***/
.text-bold{font-weight: bold;}
.title1-top{color:#4E73DE;font-size:27px;text-align: center;width: 100%;margin-bottom:0;padding-top:20px;line-height: inherit;font-family: 'jacques-francois', Arial sans-serif;}
.title2-top{font-family: 'inter-classic', Arial sans-serif;font-size: 18px;margin-top: 0;margin-bottom: 0;text-align: center;color: #7e7e7e;
padding-bottom: 10px;display: flex;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;}
.title2-top span{margin-left:10px}
.title3-top{color:#263C6A;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;text-align: left;}

.display-dispo{text-align: left;margin: 0 auto;display: flex;flex-wrap: nowrap;align-content: center;justify-content: flex-start;align-items: center;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;font-size: 16px;color:#263C6A}
.point-vert{background-color: #00D42F;width: 10px;height: 10px;border-radius: 50%;margin-right: 20px;}
.tarification2{color:#AA54B7;text-align: left;margin: 0 auto;font-size:14px;font-weight: normal;padding-top: 30px;}
.display-dispo-valide{text-align: center;width: 70%;margin: 0 auto;display: flex;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;font-size: 16px;color:#263C6A;padding: 10px 0 10px}

.display-top{display: flex;flex-wrap: nowrap;align-content: space-around;justify-content: space-between;align-items: center;padding-top: 10px;width: 100%;margin: 0 auto;font-size:12px}
.display-bottom{display: flex;flex-wrap: nowrap;align-content: space-around;justify-content: space-between;align-items: center;padding-top: 20px;width: 100%;margin: 0 auto;padding-bottom: 20px;font-size:12px}
.bg-display-amour{color:#263C6A;background-color: #FAF0F5;border:1px solid #FF66C4;padding: 7px;border-radius: 20px;width:30%}
.bg-display-rencontre{color:#263C6A;background-color: #EAEEFA;border:1px solid #FF66C4;padding: 7px;border-radius: 20px;width:30%}
.bg-display-mariage{color:#263C6A;background-color: #F9F1EA;border:1px solid #FF66C4;padding: 7px;border-radius: 20px;width:30%}
.bg-display-finances{color:#263C6A;background-color: #EAEEFA;border:1px solid #FF66C4;padding: 7px;border-radius: 20px;width:30%}
.bg-display-exconjoint{color:#263C6A;background-color: #F9F1EA;border:1px solid #FF66C4;padding: 7px;border-radius: 20px;width:30%}
.bg-display-famille{color:#263C6A;background-color: #FAF0F5;border:1px solid #FF66C4;padding: 7px;border-radius: 20px;width:30%}


.title1-medium{font-weight: bold;color: #4ba18b;font-size: 24px;margin: 0;font-family: 'arialBlack', Arial sans-serif;padding-top: 20px;}
.title2-medium{color: #4ba18b;	font-size: 22px;margin: 0;font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.title3-medium{font-family: 'arial', Arial sans-serif;color: #000;font-size: 17px;margin: 20px auto 10px;text-align: center;font-style: italic;}

.list-container{text-align: center;}
.list-container ul{list-style: none;padding: 0;margin: 30px 0 0;font-family: 'Times New Roman', Times, serif;font-size:22px;text-align: center;}
#valide .list-container ul, #interdiction .list-container ul{margin: 5px 0 15px;}
.list-container li{padding-left: 1rem;text-indent: -0.75rem;}
.list-container li i{width: 20px;height: auto;display: inline-block;padding-top: 5px;}
.list-container p{margin-top:10px;font-family:'Helvetica', 'Arial', sans-serif;font-size:14px;font-style: italic;text-align: center;color:#4ba18b}
.text-bold{font-weight: bold;}

#video-call-btn{font-family:'Arial', sans-serif;margin-top:30px;background:#4ba18b;color:#FFF;padding:15px 20px;font-weight:bold;display: inline-block;font-size:18px;padding: 12px 0;border-radius: 3px;transition: all .4s;position: relative;overflow: hidden;letter-spacing: 1px;width:90%;max-width:280px}
#video-call-btn:hover{background:#4ba18b;transform: scale(0.9);text-decoration: none;}
#video-call-btn::after{content: ''; position: absolute; top: -125%; left: -100%; width: 40px; height: 350%; opacity: 0.25; transform: rotate(25deg); animation: shine; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: ease-out; background: rgba(255, 255, 255, 0.20); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 0) 100%); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);}
h3 a{color: #4ba18b;font-weight: bold;font-size: 28px;padding-bottom: 5px;display: block;}

/* new 13/09/2024 */
.title1-medium-form{font-family: Arial, Helvetica, sans-serif;color:#263C6A;font-size: 21px;margin:0;font-weight: bold;}
.title2-medium-form{font-family: Arial, Helvetica, sans-serif;font-size: 17px;color:#263C6A;margin:0;padding-top: 10px;}
.title3-medium-form{font-family: Arial, Helvetica, sans-serif;font-size: 13px;color:#263C6A;}
.cb-secure{width: 30%;}

/********************************/
/* news 01/2025 */
/* cards */
#cards-animation{display: flex;flex-wrap: wrap;justify-content: space-evenly;align-items: center;align-content: center;position: absolute;bottom:-140px;left: 50%;transform: translateX(-50%);width: 100%;max-width: 432px;}
.step-2 #cards-animation{padding-top: 20px;}
.blk-cards{width: 20%;perspective: 600px;}
.card{position: relative;width: 85px;height: 130px;cursor: pointer;transform-style: preserve-3d;transform-origin: center right;transition: transform 0.45s ease-in-out;margin: 10px auto;border-radius: 5px;}
/* width: 80px;height: 132px */
.blk-cards.is-flipped .card{transform: translateX(-100%) rotateY(-180deg);box-shadow: inherit}
.face-card, .back-card{position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;border-radius: 5px;border:1px solid var(--bg-color-btn-cards)}
.face-card {transform: rotateY(180deg);}
.card-chosen{animation: anim-card-chosen;animation-delay:0.50s;animation-duration: 0.40s;animation-iteration-count: 1;animation-timing-function: ease-out;}
.card-chosen .face-card{animation:anim-face-card;animation-delay:0.50s;animation-duration: 0.40s;animation-iteration-count: 1;animation-timing-function: ease-out;}
.form-group{margin-bottom:10px}

.header-text-container {padding-top:20px}
.header-text-container h3{font-family: "istok", Arial, Helvetica, sans-serif;font-weight: bold;color:#fff;font-size:17px;line-height: 25px;}
.step-2 #manage-titles-next-top{padding-top: 80px;color: #fff;font-size: 19px;}
#landing #header-picture-container.step-2{min-height: 480px;}
.step-2 .card{width: 85px;height: 125px;}

/* #btn-event-card{font-family:Arial, Helvetica, sans-serif;margin-top: 25px;	padding: 15px 30px;	font-size: 18px;letter-spacing: 1px;color:var(--text-color-btn-cards);	background:linear-gradient(0deg, #0AABE5, #60d5ff);background-size: 400% 400%;color:#FFF;animation: infinite anim-action-cards-button 2s cubic-bezier(0.42, 0.41, 0.13, 0.89);border-radius:35px;border:1px solid #0A6FE5;font-weight: bold;box-shadow: 0px 5px 11px 0px rgba(120,120,120,0.75);
	-webkit-box-shadow: 0px 5px 11px 0px rgba(120,120,120,0.75);
	-moz-box-shadow: 0px 5px 11px 0px rgba(120,120,120,0.75);} */

@keyframes recording-wave {
  0%, 100% {
    height: 10px;
  }
  50% {
    height: 20px;
  }
}

@keyframes anim-dot {
	20%{background-position:0%   0%, 50%  50%,100%  50%}
	40%{background-position:0% 100%, 50%   0%,100%  50%}
	60%{background-position:0%  50%, 50% 100%,100%   0%}
	80%{background-position:0%  50%, 50%  50%,100% 100%}
}

@keyframes anim-spinner{
  100%{transform: rotate(1turn)}
}
@keyframes anim-loader-spinner{  100%{transform: rotate(1turn)}}

@keyframes shine {from {left: -100%;} to {left: 200%;}}
@-moz-keyframes shine {from {left: -100%;} to {left: 200%;}}
@-webkit-keyframes shine {from {left: -100%;} to {left: 200%;}}
@-ms-keyframes shine {from {left: -100%;} to {left: 200%;}}
@-o-keyframes shine {from {left: -100%;} to {left: 200%;}}

@keyframes anim-action-cards-button {
	0%{background-position:50% 0%;text-shadow:0 0 transparent}
	50%{background-position:51% 100%;text-shadow:0 0 5px white}
	100%{background-position:50% 0%;text-shadow:0 0 transparent}
}

@keyframes anim-face-card{
  0%{filter: brightness(1);}
  80%{filter: brightness(1.21);}
  100%{filter: brightness(1);}
}
@keyframes anim-card-chosen {
  0%{box-shadow: 0 0 0 0 rgb(249 255 188);}
  100%{box-shadow:0 0 15px 12px transparent;}
}

/* slider */
.container-slider {display: flex;flex-direction: column;gap: 20px;}
.text-item {position: relative;cursor: pointer;text-align: left;width: 70%;margin: 0 auto;font-family: 'inter-classic', Arial sans-serif;color:#263C6A;}
.text-item .text-title {height: auto;border-radius: 5px;transition: transform 0.3s ease;font-weight: bold;font-size:15px}
.text-item .text-title:hover {transform: scale(1.05);}
.hidden-text {overflow: hidden;max-height: 0;transition: max-height 0.5s ease, padding 0.5s ease;color: black;padding: 0 10px;text-align: center;}
.text-item.active .hidden-text {padding: 10px 0;}
.header-item{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: space-around;justify-content: space-between;align-items: center;border-bottom: 2px solid #4E73DE;}
.border-chevron{width: 25px;fill: #4E73DE;min-width: 25px;max-width: 25px;}

/* slider rgpd */
#rgpd {padding-bottom:50px;padding-top:20px}
.container-slider-rgpd {display: flex;flex-direction: column;gap: 20px;}
.text-item-rgpd {position: relative;cursor: pointer;text-align: left;width: 60%;margin: 0 auto;font-family: Arial, Arial sans-serif;color:#333;}
.text-item-rgpd .text-title-rgpd {height: auto;border-radius: 5px;transition: transform 0.3s ease;font-size: 14px;}
.text-item-rgpd .text-title-rgpd:hover {transform: scale(1.05);}
.hidden-text-rgpd {overflow: hidden;max-height: 0;transition: max-height 0.5s ease, padding 0.5s ease;color: black;padding: 0 10px;text-align: center;}
.text-item-rgpd.active .hidden-text-rgpd {padding: 10px 0;}
.header-item-rgpd{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: space-around;justify-content: space-between;align-items: center;border-bottom: 1px solid #333;}
.border-chevron-rgpd{width: 15px;fill: #333;min-width: 15px;max-width: 15px;}
.blk-txt-rgpd{font-size: 12px;font-family: Arial, Helvetica, sans-serif}

/* boutique */
.title-boutique{border: 1px solid #4E73DE;width: 40%;margin: 0 auto;border-radius: 15px;background: #F7FAFD;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;font-size: 18px;color:#263C6A;padding: 7px;margin-bottom:20px;max-width: 300px;margin-left:50px;text-align: left;padding-left: 5%;}
.type-tarif{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: space-around;justify-content: flex-start;align-items: center;border: 1px solid #e9b2da;border-radius: 10px;width: 70%;margin: 0 auto;padding: 3px;margin-bottom:5px;    max-width: 370px;}
.blk-img{width: 25%;padding-left: 2px;}
.blk-img img{width: 68px;height:63px;border-radius:5px}
.tarif{text-align: left;font-family: 'inter-classic', Arial sans-serif;padding-left: 10px;}
.details-tarif{font-size:13px}
.color-blue{color:#263C6A}
.color-grey{color:#de78bd}
.color-black{color:#000}

/* valide */
.display-medium{font-family: 'jacques-francois', Times, serif;font-size: 26px;font-weight: normal;letter-spacing: 2px;color:#AA54B7;}
.display-title-text{color:#4F7DDE;font-family: "istok", Arial, Helvetica, sans-serif;font-weight: bold;padding:10px 0}
.display-name{color:#263C6A;font-family: "istok", Arial, Helvetica, sans-serif;font-weight: bold;font-size:20px;padding-bottom:10px}
.info-presence{color:#FF66C4;font-family: 'inter-classic', Arial sans-serif;font-size:14px;font-weight: bold;}
.info-tarif{color:#4E73DE;font-family: 'inter-classic', Arial sans-serif;font-size:17px;font-weight: bold;font-size:24px;padding-top:55px;}
.info-tarif-text1{padding-bottom:20px;}
.info-tarif-text2{line-height: 36px;padding-bottom:10px}
.info-tarif-suite{color:#263C6A;font-family: 'inter-classic', Arial sans-serif;font-size:15px;font-weight: bold;}
.info-call-button{background: rgb(86,115,215);
	background: linear-gradient(90deg, rgba(86,115,215,1) 0%, rgba(90,128,215,1) 48%, rgba(106,172,218,1) 100%);width: 70%;padding: 7px;margin: 10px auto;border-radius: 10px;box-shadow: 0px 4px 8px 0px rgba(69,69,69,0.43);-webkit-box-shadow: 0px 4px 8px 0px rgba(69,69,69,0.43);-moz-box-shadow: 0px 4px 8px 0px rgba(69,69,69,0.43);font-size: 23px;font-family: Arial, Helvetica, sans-serif;font-weight: bold;max-width: 280px;}
.info-call-button a{color:#fff}
.info-call-text{color:#263C6A;font-family: 'inter-classic', Arial sans-serif;font-size:20px;font-weight: bold;padding-top:55px}
.info-call-text-bottom{color:#B13676;font-family: 'inter-classic', Arial sans-serif;font-size:24px;font-weight: bold;padding-top:55px}

.blk-infos-medium {font-family: 'inter-classic', Arial sans-serif;text-align: left;padding: 75px 35px;color: #263C6A;font-size: 16px;font-weight: normal;}
.blk-infos-medium h3{color: #4E73DE;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;}
.blk-infos-medium h4{color: #263C6A;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;padding-top: 50px;}

.call-button-down{text-align: left;}
.call-button-down .info-call-button{margin:inherit;margin-top:10px;margin-bottom:10px;text-align: center;font-size: 23px;}
#valide #boutique, #interdiction #boutique{padding-top:50px}
#valide #boutique .title-boutique, #interdiction #boutique .title-boutique{margin: 0 15px 25px 35px;}
#valide #boutique .type-tarif, #interdiction #boutique .type-tarif{margin: 0 0 5px 35px;width: 80%;}
#valide #call .info-call-text, #interdiction #call .info-call-text{font-size: 19px;}

#valide .container, #interdiction .container{background-color: #fff;text-align: center;}

.blk-dispo{margin: 0 auto;width: 70%;max-width: 400px;padding-top: 60px;}

.blk-domaines{margin: 0 auto;width: 70%;max-width: 400px;padding-top: 60px;}
.title3-top{font-size: 16px;}


/* formulaire */
#form-box{border: 2px solid #F246CE;margin: 40px auto;border-radius: 15px;padding: 30px;}
#step-2 input{border:1px solid #263C6A;border-radius:7px}
#step-2 select{border:1px solid #263C6A;border-radius:7px;}
#z-btn button{color: #fff;font-weight: bold;font-size: 19px;margin-top: 15px;border-radius: 10px;box-shadow: 0px 5px 11px 0px rgba(120,120,120,0.75);
	-webkit-box-shadow: 0px 5px 11px 0px rgba(120,120,120,0.75);
	-moz-box-shadow: 0px 5px 11px 0px rgba(120,120,120,0.75);}
.form-condition label{font-size: 10px;}
#button-form-loader{display: inline-block;width: 20px;aspect-ratio: 1;--_c: radial-gradient(farthest-side,#FFF 92%,#0000);background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;background-size: 7px 7px;background-repeat: no-repeat;animation: anim-button-fom-loader 1s infinite;}

@keyframes anim-button-fom-loader {to{transform: rotate(.5turn)}}
@-webkit-keyframes anim-button-fom-loader {to{-webkit-transform: rotate(.5turn)}}
#z-btn button.loading{font-size:15px}

/* Style de base du span */
.custom-checkbox-span {
	display: inline-block;
	width: 12px; /* Taille de la "checkbox" */
	height: 12px;
	border-radius: 50%; /* Rond */
	border: 1px solid #4E73DE; /* Bordure */
	background-color: white; /* Fond blanc */
	margin-right: 8px; /* Espacement avec le texte */
	position: relative;
	cursor: pointer; /* Indicateur interactif */
}

/* Style quand la checkbox est cochée */
input.custom-checkbox:checked + label .custom-checkbox-span {
	background-color: #4E73DE; /* Couleur de remplissage */
	border-color: #4E73DE; /* Harmonisation de la bordure */
}

/* Style pour un effet de "check" visuel */
.custom-checkbox-span::after {
	content: '';
	display: none;
	width: 50%; /* Taille du "check" */
	height: 50%;
	background-color: white; /* Couleur du "check" */
	border-radius: 50%; /* Cercle parfait */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Afficher le "check" lorsque la checkbox est cochée */
input.custom-checkbox:checked + label .custom-checkbox-span::after {
	display: block;
}

/* new valide */
#valide .blk-no-resp, #interdiction .blk-no-resp{display:none}
.text-tranform{text-transform: uppercase;}

/* cartes */
#tarot-cards {display: flex;flex-direction: row;flex-wrap: nowrap;align-content: space-around;justify-content: space-around;align-items: center;padding:20px 30px 30px 30px;max-width: 400px;margin: 0 auto;}
#tarot-cards img{width: 20%;}

/* new css nov 2025 */
/* rappel modale sur page valide / interdiction (intl-tel-input) */
#rappel-form{
	--rappel-border-color-form: #815629;
	--rappel-background-color-form: #FFF;

	--rappel-title-color: #F3D589;
	--rappel-subtitle-color: #FFF;
	--rappel-paragraph-color: #ff387d;

	--rappel-button-close-color: #815629;
	--rappel-button-color: #FFF;
	--rappel-button-background-color: #FF387E;
	--rappel-button-background-color-gradient-1: #FF387E;
	--rappel-button-background-color-gradient-2: #e9125d;
	--rappel-button-border-color: #b80000;
	--rappel-button-shadow-color: #b80000;
}
#rappel-form{position:fixed;top:0;left:0;width: 100%;height: 100%;min-height: 100%;z-index:100;background-color: rgba(255, 255, 255, 0.4);display:flex;flex-wrap: nowrap;align-content: center;flex-direction: column;justify-content: center;align-items: center;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px)}
#rappel-form-content{position:relative;width: 90%;max-width: 370px;height: 540px;border-radius: 5px;background-color: var(--rappel-background-color-form);border-radius:15px;box-shadow: 0 1px 4px 4px rgba(0,0,0,0.2);overflow: hidden;}

#rappel-form-content-step-1 {padding: 10px;width: 100%;height: 100%;background-image: url("../images/bg-callback.jpg");
  background-image: -webkit-image-set(
    url("../images/bg-callback.webp") type("image/webp"),
    url("../images/bg-callback.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/bg-callback.webp") type("image/webp"),
    url("../images/bg-callback.jpg") type("image/jpeg")
  );
	background-repeat: no-repeat;background-size: cover;background-position: center bottom
}

#rappel-form-content-step-2 {width:100%;height:100%;display: flex;justify-content: center;align-items: stretch;background-image: url("../images/bg-callback-valide.jpg");
  background-image: -webkit-image-set(
    url("../images/bg-callback-valide.webp") type("image/webp"),
    url("../images/bg-callback-valide.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("../images/bg-callback-valide.webp") type("image/webp"),
    url("../images/bg-callback-valide.jpg") type("image/jpeg")
  );
	background-repeat: no-repeat;background-size: cover;background-position: center bottom;font-family: Arial, Helvetica, sans-serif;}


#rappel-form-phone-container{position: absolute;bottom: 20px;left: 0;width: 100%;padding: 5px;box-sizing: border-box;}


/* style etape 2 */
/* --- Conteneur et Titres --- */

/* Style du bloc blanc principal */
.congrats-modal-v2 {
    width: 300px; /* Taille pour l'exemple */
    padding: 100px 20px 30px;
    margin: 0 auto;
    text-align: center;
}

/* Titre "Bravo !" */
.main-title {
    color: #4a148c; /* Violet foncé */
    font-size: 45px;
    margin-bottom: 5px;
    font-weight: 800;
}

/* Message SMS (juste en dessous) */
.sms-message {
    font-size: 25px;
    font-weight: 600;
    color: #4a148c;
    margin-bottom: 30px;
}

/* --- Lignes d'Information (Icône + Texte) --- */

.info-item-v2 {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 5px; /* Petit espacement à gauche */
}

/* Texte des paragraphes */
.info-item-v2 p {
    margin: 0;
    font-size: 23px;
    color: #333;
    line-height: 1.3;
    /* Ajustement de la largeur pour que le texte s'aligne */
    width: calc(100% - 70px);
}

/* --- Styles des Icônes --- */

/* Conteneur pour l'icône Mail (enveloppe + coche) */
.icon-mail-container, .icon-phone-container {
    position: relative;
    width: 60px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style de l'icône Enveloppe */
.icon-mail-container .fa-envelope {
    color: #f58d2a; /* Orange de l'enveloppe */
    font-size: 45px;
    /* Ajustement de la position visuelle pour ressembler à l'image */
    transform: translateY(-5px);
}

/* Style de l'icône Téléphone */
.icon-phone-container .fa-phone-alt {
    color: #6c7ff5; /* Bleu du téléphone */
    font-size: 45px;
    /* Rotation pour l'effet de combiné */
    transform: rotate(95deg);
}

/* Style de la Coche Verte (Commune aux deux icônes) */
.info-item-v2 .fa-check {
    position: absolute;
    font-size: 40px;
    color: #76be9b;
    border-radius: 50%;
    padding: 2px;
		left: 30px;
    top: 10px;
}

/* Positionnement spécifique de la coche sur l'icône Mail */
.check-mail {
    bottom: 0px;
    right: 5px;
}

/* Positionnement spécifique de la coche sur l'icône Téléphone */
.check-phone {
    bottom: 5px;
    right: 0px;
}

/* --- Bouton OK --- */

#rappel-form-ok-btn {
    width: 90%; /* Un peu moins que 100% pour laisser une petite marge */
    padding: 15px 0;
    margin-top: 25px;
    background-color: #f58d2a; /* Orange */
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 30px; /* Rayon très grand pour l'effet "pilule" */
    cursor: pointer;
    box-shadow: 0 4px 0 #c76f22;
    transition: background-color 0.2s;
}

#rappel-form-ok-btn:hover {
    background-color: #e07b22;
}


/*****/
#rappel-form-phone-inpu-content *{font-family: Arial, Helvetica, sans-serif;}
/* #rappel-form-input-phone{color: #212529;background-color: #fff;border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);border-radius:6px;font-size:17px;width:100%} */

#rappel-form-close-btn{
	line-height: 1;
    font-size: 14px;
    background-color: #f1dee3;
    padding: 5px;
    border: 2px solid #cb6474;
    width: 40%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
		color: #cb6474
}

/* #rappel-form-close-btn{position: absolute;top:1px;right:1px;line-height: 1;font-size:20px} */
/* #rappel-form-close-btn .fa-times{cursor:pointer;color:var(--rappel-button-close-color)} */

#rappel-form-header * {font-family: 'Helvetica', 'Arial', sans-serif;position:relative;}
#rappel-form-header h2{font-size: 25px;font-weight: bold;letter-spacing: 0.5px;padding-top:20px }

#rappel-form-phone-input-content {
    /* Clé pour aligner les éléments horizontalement */
    display: flex;

    /* Permet de créer l'effet d'un seul bloc autour des éléments */
    border: 2px solid #546284;
    border-radius: 8px; /* Coins arrondis du conteneur */
    background-color: white;
    overflow: hidden; /* Empêche les enfants de dépasser */
    max-width: 400px; /* Exemple de largeur maximale */
}

#rappel-form-input-phone {
    /* Permet à l'input de s'étendre et d'occuper l'espace central */
    flex-grow: 1;

		/* Supprimer les bordures et l'arrière-plan de l'input */
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    color: #333;
		padding-left: 45px;
		width: 100%;
}

#rappel-form-phone-button {
    /* Styles pour l'apparence orange */
    background-color: #d1875c;
    color: white;
    font-weight: bold;
    text-transform: uppercase;

    /* Supprimer la bordure et ajuster le padding */
    border: none;
    padding: 0 5px;
    cursor: pointer;
		font-size: 11px;
    /* Assure qu'il est bien aligné avec le reste */
    display: flex;
    align-items: center;
}


.congrats-modal h2, .congrats-modal p {font-family: 'Open Sans',Helvetica,Arial,sans-serif;font-size:40px;margin-bottom: 5px;font-weight: 800;letter-spacing: 2px;color: #645090}
.congrats-modal h2{padding-top: 32px;text-transform: uppercase;}
.congrats-modal p{margin-bottom: 30px;font-size: 25px;letter-spacing: normal;}
#info-item-content{background-color: rgba(250, 250, 250, 0.4);width: 96%;margin: 0 auto;padding: 10px 10px 15px;border-radius: 10px;box-shadow: 0px 2px 7px #b39bb9;}
.info-item {display: flex;align-items: center;justify-content: center;text-align: left;margin-bottom:20px;}
.icon-box {display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;margin-right: 15px;}
.info-item i {font-size: 30px;}
.fa-envelope, .fa-phone {color: #b39abd;}
.info-item span {display: inline-block;min-width: 185px;padding-left: 17px;font-weight: bold;font-size: 17px;}
.btn-ok {width: 70%;padding: 6px 0;margin-top: 15px;background-color: #f58d2a;color: white;font-size: 25px;font-weight: bold;border: none;border-radius: 20px;cursor: pointer;box-shadow: 0 4px 0 #c76f22;transition: background-color 0.2s;}
.btn-ok:hover {background-color: #e07b22;}

#rappel-form-phone-inpu-content *{font-family: Arial, Helvetica, sans-serif;}
/* #rappel-form-input-phone{color: #212529;background-color: #fff;border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);border-radius:6px;font-size:17px;width:100%} */

#rappel-form-close-btn{line-height: 1;font-size: 14px;background-color: #f1dee3;padding: 5px;border: 2px solid #cb6474;width: 40%;border-radius: 20px;margin: 0 auto;margin-top: 20px;color: #cb6474}

/* #rappel-form-close-btn{position: absolute;top:1px;right:1px;line-height: 1;font-size:20px} */
#rappel-form-close-btn .fa-times{cursor:pointer;color:var(--rappel-button-close-color)}

#rappel-form-header * {font-family: 'Helvetica', 'Arial', sans-serif;position:relative;}
#rappel-form-header h2{margin-top: 15px;font-size: 21px;font-weight: bold;letter-spacing:1px; }
#rappel-form-header p {margin-top: 35px;color:var(--rappel-subtitle-color)}
#rappel-form-phone-input-content {display: flex;border: 2px solid #8e4709;border-radius: 8px; background-color: white;overflow: hidden;max-width: 400px;}

#rappel-form-input-phone {flex-grow: 1;border: none;outline: none;padding: 10px;font-size: 16px;color: #333;padding-left: 45px;width: 100%;}

#rappel-form-phone-button {background-color: #d1875c;color: white;font-weight: bold;text-transform: uppercase;border: none;padding: 0 5px;cursor: pointer;font-size: 11px;display: flex;align-items: center;}

#rappel-form-phone-error-msg{color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;border-radius: 3px;width: 95%;margin: 0 auto 20px;padding: 2px 0;font-size: 16px;}

.fade-in{opacity: 0;animation-name:fade-in-animation;animation-duration: 0.5s; animation-fill-mode: forwards;}
.fade-out{opacity: 1;animation-name:fade-out-animation;animation-duration: 0.5s; animation-fill-mode: forwards;}


@media ((min-width:380px)){
	#rappel-form-header h2{font-size: 24px;letter-spacing: normal;}
}
#rappel-form-header h3{margin-top: 25px;font-size: 18px;font-weight: bold;}
@media ((min-width:320px)){
	#rappel-form-header h3{font-size: 20px;;}
}
#rappel-form-header h4{font-size: 18px;font-weight: bold;font-style: italic;}
#rappel-form-header p{margin-top: 25px;font-size:16px;font-weight: normal;line-height: 1.2326521;color: black;}

#rappel-form-phone-container {
    position: absolute;
    bottom: 10px; /* Positionne l'élément au bas du conteneur relatif */
    left: 0;
    width: 100%; /* Prend toute la largeur */
    padding: 5px;
    box-sizing: border-box;
}

#rappel-form-phone-container.responsed{margin-top:20px;padding-bottom:20px}
#rappel-form-phone-response-msg p{font-family: 'Helvetica', 'Arial', sans-serif;padding:3px;font-size:16px;color: #155724;background-color: #d4edda;border-color: #c3e6cb;font-weight:normal}

#rappel-form-phone-checkbox-container{margin: 30px auto 0;width:95%;}
.rappel-form-phone-checkbox-content{display: flex;flex-direction: row;flex-wrap: nowrap;align-items:baseline;font-weight: normal;font-size: 13px;}
.rappel-form-phone-checkbox-content input{margin:0 5px 0 0}
.rappel-form-phone-checkbox-content label{margin:0;color: #333}
.rappel-form-phone-checkbox-content label a{color:#337ab7;text-decoration: underline;}

/* #rappel-form-phone-button, #rappel-form-phone-call-link{position:relative;overflow:hidden;font-family: Montserrat,sans-serif;
	font-size: 25px;width: 95%;padding: 2px 0;margin: 40px auto 0;text-transform: uppercase;font-size: 22px;letter-spacing:1px;color:var(--rappel-button-color, #FFF);background:linear-gradient(180deg, var(--rappel-button-background-color-gradient-1), var(--rappel-button-background-color-gradient-2));animation: infinite anim-rappel-form-button 2s cubic-bezier(0.42, 0.41, 0.13, 0.89);border:0 none;border-radius:12px;box-shadow: 0 2px var(--rappel-button-shadow-color), 0 3px 4px rgb(255 255 255 / 25%)}
#rappel-form-phone-button::after{content: '';position: absolute;top: -125%;left: -100%;width: 40px;height: 350%;opacity: 0.25;transform: rotate(45deg);animation: shine;animation-duration: 2s;animation-iteration-count: infinite;animation-timing-function: ease-out;
	background: rgba(255, 255, 255, 0.20);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1);
} */
#rappel-form-phone-error-msg{color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;border-radius: 3px;width: 95%;margin: 0 auto 20px;padding: 2px 0;font-size: 16px;}

#rappel-form-phone-container p{font-family: 'Helvetica', 'Arial', sans-serif;color: var(--rappel-paragraph-color);margin-bottom: 12px;font-style: italic;}

.fade-in{opacity: 0;animation-name:fade-in-animation;animation-duration: 0.5s; animation-fill-mode: forwards;}
.fade-out{opacity: 1;animation-name:fade-out-animation;animation-duration: 0.5s; animation-fill-mode: forwards;}

#rappel-form ul {
	list-style-type: none; /* Supprime les puces */
	margin: 0; /* Optionnel : ajuste la marge */
}

#rappel-form li {
	list-style-type: none; /* Optionnel : s'assure que chaque élément <li> n'a pas de puce */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
}
#rappel-form li i{margin-right: 8px;}
#rappel-form li i img{max-width: 20px;height: auto;}

#header-mailing-title-sms{text-align: left;color: #000;padding: 15px 30px;font-size: 25px;text-align: center;}
#header-mailing-title-sms span{font-size: 19px;}
#header-mailing-subtitle-sms{color:#2b3a68;font-size:20px;font-weight: bold;padding: 0 30px 30px;}

/* 1. Conteneur principal: Fixé en bas */
#fixed-call-to-action {
    /* Propriété clé : fixe l'élément par rapport à la fenêtre de visualisation */
    position: fixed;
    /* Positionne l'élément tout en bas de la fenêtre */
    bottom: 0;
    /* S'assure que l'élément s'étend sur toute la largeur */
    left: 0;
    right: 0;
    width: 100%;

    /* Centrer le contenu (bouton + texte) */
    text-align: center;

    /* Mettre un fond blanc derrière pour le code promo */
    background-color: white;
    /* Assure qu'il est au-dessus du reste du contenu de la page */
    z-index: 1000;

    /* Ajouter une petite ombre en haut pour le faire ressortir */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);

    /* Espacement autour du contenu */
    padding: 10px 0;
}

/* 2. Le bouton d'appel (le grand rectangle bleu) */
#call-button {
    /* Style du bouton */
    display: inline-flex; /* Permet d'aligner l'icône, le texte et le numéro */
    align-items: center;
    justify-content: center;

    /* Couleurs et forme */
    background-color: #5c6bc0; /* Bleu/Violet principal */
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 12px 10px;
    border-radius: 8px;
    text-decoration: none; /* Enlève le soulignement du lien */

    /* Ombre sous le bouton pour l'effet de relief */
    box-shadow: 0 5px 0 #3f51b5, 0 8px 15px rgba(0, 0, 0, 0.3);

    /* Marge pour le centrage et l'espacement */
    margin-bottom: 5px;


    /* Animation optionnelle pour l'effet de "pression" */
    transition: all 0.1s ease;
		margin: 10px;
}

.phone-number{font-size: 15px;}

/* 3. Style de l'icône étoile */
.star-icon {
    font-size: 28px; /* Taille de l'étoile */
    margin-right: 10px;
    line-height: 1; /* Assure un alignement parfait */
}

/* 4. Mettre le numéro en évidence */
.phone-number {
    margin-left: 10px;
    font-weight: 900; /* Plus gras que le reste du texte */
}

/* 5. Le texte du code promotionnel */
#promo-code-text {
    font-size: 16px;
    color: #333;
    margin: 0; /* Supprimer les marges par défaut */
    padding-bottom: 5px; /* Espacement au bas de la page */
}




/* ajout mars 2026 */
#landing .container{background-color: white;text-align: center;}
.title-header{font-family: 'cambo','arial',sans-serif;margin:30px auto 10px;font-weight: bold;max-width: 300px;color: #263C6A;}
.img-profil-header{padding:20px;}
.relative-container{position: relative;}
#btn-event-card {max-width: 300px;text-align: center;border-radius: 15px;color:#fff;padding:10px 20px;margin:10px auto;background: #F246CE;background: linear-gradient(90deg, rgba(242, 70, 206, 1) 0%, rgba(249, 123, 92, 1) 100%);font-weight: bold;}
.text-blue {color: #263C6A;font-size: 20px;padding: 0px 60px;margin-top:160px;font-family: 'cambo','arial',sans-serif;}
.medium-name-title {color: #263C6A;margin-top: 60px;font-family: 'cambo','arial',sans-serif;}

.form-control {color: #263C6A !important;}
.form-control::placeholder {
    color: #263C6A !important;
    opacity: 1; /* Firefox */
}

#z-btn button{background: #F246CE;background: linear-gradient(90deg, rgba(242, 70, 206, 1) 0%, rgba(249, 123, 92, 1) 100%);font-weight: bold;}
.btn{padding: 6px 30px;}

#call-group h3{font-family: 'cambo','arial',sans-serif;color: #263C6A;text-align: center;}

.display-tel{max-width: 300px;text-align: center;border-radius: 10px;color:#fff;padding:10px 50px;margin:10px auto;background: #F246CE;background: linear-gradient(90deg, rgba(242, 70, 206, 1) 0%, rgba(249, 123, 92, 1) 100%);font-weight: bold;font-size: 22px;}
.blk-tel{text-align: center;margin: 0 auto;padding-top: 30px;padding-bottom: 35px;}

.tarification{border: 1px solid #902255;border-radius: 10px;max-width: 80%;padding: 30px;margin: 0 auto;-webkit-box-shadow: 0px 5px 8px 0px rgba(144,34,85,0.5);box-shadow: 0px 5px 8px 0px rgba(144,34,85,0.5);margin-bottom: 20px;width: 400px}
.tarification-suite{border: 1px solid #902255;border-radius: 10px;max-width: 80%;padding: 0 15px 15px;margin: 20px auto;-webkit-box-shadow: 0px 5px 8px 0px rgba(144,34,85,0.5);box-shadow: 0px 5px 8px 0px rgba(144,34,85,0.5);margin-bottom: 20px;width: 400px}
.tarification-blk{display: flex;flex-wrap: nowrap;align-content: flex-start;justify-content: space-around;align-items: center;}
.tarification-suite img{max-width: 100px;}
.tarification-texte{font-size: 25px;font-family: 'cambo','arial',sans-serif;color: #263C6A;font-weight: bold;}
.tarification-list{font-family: 'cambo','arial',sans-serif;color: #263C6A;text-align: left;padding-left: 20px;}

.horaire{font-family: 'cambo', 'arial', sans-serif;color: #000;opacity: 49%;font-size: 24px;max-width: 70%;margin: 40px auto;text-align: center;}
#valide .medium-name-title, #interdiction .medium-name-title{margin-top:30px}
#landing, #valide, #interdiction, #reponse{background-color: #cccccc;}
.bg-white{background-color: white;}
.stars-social{text-align: center;}

/* 1. Le conteneur (Inchangé ou presque) */
.video-container {
    position: relative;
    max-width: 406px;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden; /* Pour s'assurer que rien ne dépasse */
}

/* 2. Le bouton Play (Forme "Squircle" avec dégradé) */
.play-btn-overlay {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90px; height: 90px; /* Légèrement agrandi pour le style */

    /* Dégradé rose/orangé de l'image Group 85 */
    background: linear-gradient(135deg, #f13ca1 0%, #ff8c70 100%);

    border: none; /* On enlève l'ancienne bordure blanche */
    border-radius: 28px; /* Forme carrée arrondie (squircle) */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(241, 60, 161, 0.4); /* Optionnel : petite ombre portée */
}

/* 3. Le cercle blanc à l'intérieur (créé en CSS) */
.play-btn-overlay::before {
    content: '';
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #fff;
    border-radius: 50%;
}

/* 4. Le triangle rose (l'icône de lecture) */
.play-icon {
    position: relative; /* Pour passer au-dessus du cercle blanc */
    z-index: 2;
    width: 0; height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    /* Couleur rose foncée assortie au début du dégradé */
    border-left: 22px solid #f13ca1;
    margin-left: 6px; /* Ajustement pour le centrage optique du triangle */
}

/* 5. EFFET : Quand la vidéo joue */
.video-playing .play-btn-overlay {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(1.1);
}

/* 6. EFFET : Au survol (Optionnel pour le peps) */
.video-container:hover .play-btn-overlay {
    transform: translate(-50%, -50%) scale(1.05);
    filter: brightness(1.05);
}





/*******************************************************************************************/
@media (min-width:280px){
	#form-box{max-width: 260px;}
}
@media (min-width:320px){
	#form-box{max-width: 280px;}

	#ban-phone{margin-top: 15px;}
	#ban-frame-content h3.phone-tel a{font-size:25px;}

	#ban-frame-container{max-width: 400px;}

	/**/
	#about-container{font-family: 'cambria','Times New Roman','Arial',sans-serif;margin-bottom:15px;margin-top:0;background-color: #ebfdf7;max-width: 720px;}

	#bg-white{max-width: 720px;}
	#about-sub-titles h2{font-size:25px; text-align: center;font-family: 'cambria','Times New Roman','Arial',sans-serif;}
	#about-sub-titles p{font-size:14px; text-align: center;font-family: 'cambria','Times New Roman','Arial',sans-serif;}
	#about-type{text-align: center;padding-top:10px; font-style: italic;}
	.blk-txt{text-align:justify;padding:10px 0;font-family: 'inter-classic', Arial sans-serif;}
	.blk-txt p,.blk-txt2 p{font-weight: normal;margin-bottom: 10px;font-size: 14px;}
	h2.blk-title2{font-size: 25px;padding-bottom:10px}

	/** txt head **/
	/* #title-etap-1{background: rgba(255,255,255,0.7);margin-top:25px;padding:15px 0;margin-bottom:15px} */
	#title-etap-1{padding:15px 0;margin-bottom:15px}
	#title-etap-1 h3.title0 {font-size: 19px;font-family: 'cambria','Times New Roman','Arial',sans-serif;margin:0;color:#0b1470;font-weight: bold;text-align: center;}
	#title-etap-1 h3.title1 {font-size: 19px;font-family: 'cambria','Times New Roman','Arial',sans-serif;margin:0;color:#0b1470;font-weight: bold;text-align: center;}
	#title-etap-1 h4.title2 {font-size: 19px;font-family: 'cambria','Times New Roman','Arial',sans-serif;margin:0;color:#0b1470;font-weight: bold;text-align: center;}
	#title-etap-1 h4.title3 {font-size: 19px;font-family: 'cambria','Times New Roman','Arial',sans-serif;margin:0;color:#0b1470;font-weight: bold;text-align: center;}
	#title-etap-1 h2{color:#0b1470;font-weight: bold;padding-top: 0;font-size: 20px;font-family: 'cambria','Times New Roman','Arial',sans-serif;margin-bottom: 0;margin-top: 0;}

	/*** text ***/
	#call-infos{padding: 0;}
	#call-infos *{font-family: 'cambria','Times New Roman','Arial',sans-serif;}
	#call-infos .title-txt{color:#0b1470;font-size: 22px;text-align: center;font-weight:bold;margin-bottom: 0px;}
	#call-infos .subtitle-txt{color:#0b1470;font-size: 23px;text-align: center;font-weight:bold;margin-top: 0px;}
	#call-infos h3 {margin: 10px;}
	#call-infos h3 a{font-weight: bold;color: #3c90f7;font-size: 27px;margin: 0;text-decoration: none;padding-top: 5px;}
	#call-infos h4 {color: #0b1470;font-size: 21px;margin: 0 auto;text-align: center;}
	#call-infos .border-bottom-resp{padding:10px 10px}
	.txt-title-medium{font-family: 'cambria','Times New Roman','Arial',sans-serif}

	.blk-txt{text-align:justify;font-family: 'inter-classic', Arial sans-serif;font-size:18px}
	.blk-txt p{font-weight: normal;margin-bottom: 10px;font-size: 17px;color:#000}
	h2.blk-title2{font-size: 25px;padding-bottom:10px;font-family: 'cambria','Times New Roman','Arial',sans-serif;}

	/* reponse page */
	#call-mailing-title-1{font-size:19px}
	#call-mailing-title-2{font-size:16px}
	#call-mailiing-plan-container a{font-size: 15px;}

}
@media (min-width:330px){
	#tchat-header .title-tchat span{font-size:15px}
	#confirm #content-mailing .hide-colon{display: none;visibility: hidden;}
}

@media (min-width:360px){
	#steps p{font-size:15px}

	.hidden-xxs{display: block; visibility: visible;}
	.zodiac-text {font-size:9px;color: var(--text-color-zodiac);margin-top: 3px;}
	.one-sign{width:25%}

	/* titles */
	#valide .title2-top .fa-envelope, #interdiction .title2-top .fa-envelope{color: #FFF;display: inline-block;visibility: visible;	font-size: 16px;	padding: 3px 4px;	border-radius: 4px;	background: #0d906f;	background: linear-gradient(180deg, #0d906f 0%, #4CAF50 100%);	margin-right: 3px;}

	/* phone button */
	#phone-svg{	width: 85px;height: 85px;}
	#phone-number-link{	font-size: 27px;}

	#valide #ban-promo .rdv-promo-code, #interdiction #ban-promo .rdv-promo-code{font-weight: bold;}

	#ban-frame-content .tarif{font-size: 20px;}

	/* response pages */
	#header-mailing .fa-envelope{display: inline; visibility: visible;color: #FFF;font-size: 16px;	padding: 3px 4px;	border-radius: 4px;	background: rgb(255, 29, 70);	background: linear-gradient(180deg, rgba(255, 29, 70, 1) 0%, rgba(255, 61, 3, 1) 100%);	margin-right: 3px}

	/* confirmation */
	#confirm .info-tarif-text2 {font-size: 18px;}


	/********************************/
	/* news 01/2025 */
	.blk-cards {width: 25%;}
	/* #cards-animation{padding-right: 30px;} */
	.blk-select-right{width: 50%;position: relative;right: -120px;}
	#form-box{max-width: 310px;}
}
@media (min-width:375px){
	/* #steps h2{font-size:19px} */
	#landing #ban-promo h2{font-size:18px}

	/* txt head */
	#title-etap-1 h2 {font-size: 23px;}
	#title-etap-1 h3.title0 {font-size: 23px;}
	#title-etap-1 h3.title1 {font-size: 23px;}
	#title-etap-1 h4.title2 {font-size: 23px;}
	#title-etap-1 h4.title3 {font-size: 23px;}


	#header-medium-container{display: block;visibility: visible; position: absolute;bottom: -50px;left:50%;transform:translate(-50%, 0); overflow: hidden;}

	/* tchat - audios */
	.custom-audio-player{min-width: 237px;max-width: 350px;}
	.audio-visualizer-container{min-width: 200px;}
	.audio-visualizer-bars{max-width: 186px;}

	#confirm #content-mailing .hide-colon{display: inline;visibility: visible;}

		/* new callback */
	#rappel-form-phone-container{ padding: 5px 15px;}
}
@media (min-width:390px){
	/* confirmation */
	#confirm .info-tarif-text2 {font-size: 24px;}
}
@media (min-width:410px){
	#steps h1{font-size: 33px;}
	/* #steps h2{font-size: 20px;} */
	#steps p{font-size: 16px;}
	#steps p:last-child{margin-bottom:8px}

	#tchat-content .tchat-para {padding: 5px;padding-bottom:10px}
	#tchat-content .tchat-msg{max-width: 98%}
	.zodiac{font-size:35px}
	.zodiac-text {font-size:11px;margin-top: 3px;}

	#is-typing-content{justify-content: center;align-items: center;text-align: center;font-size:15px}

	#valide #tchat h1, #interdiction #tchat h1{font-size: 33px;}

	#ban-phone{margin-top: 25px;}

	/* #valide .title1-top, #interdiction .title1-top{font-size:27px;margin-bottom:0}
	#valide .title2-top, #interdiction .title2-top{font-size:22px;margin-top:0;margin-bottom:0} */
	#valide .title3-top, #interdiction .title3-top{font-size:21px;font-weight:bold;margin-top:0;margin-bottom:0}

	#confirm .confirm-tel{max-width: 320px;margin: 30px auto 5px;}

	/********************************/
	/* news 01/2025 */

	.blk-select-right{right: -145px;}
	#form-box{max-width: 370px;}
}

@media (min-width:420px){
	#tchat-loader, #tchat-content{min-height:360px;max-height: 360px;}

	#ban-frame-content h3.phone-tel a{font-size:27px}
	#ban-frame-content .tarif .break-line{display: inline;}


	/* titles */
	#valide .title5-txt, #interdiction .title5-txt{font-size: 18px;font-weight: bold;font-style: normal;}
	/* #valide .title1-top, #interdiction .title1-top{font-size:27px;margin-bottom:0}
	#valide .title2-top, #interdiction .title2-top{font-size:22px;margin-top:0;margin-bottom:0} */
	#valide .title3-top, #interdiction .title3-top{font-size:21px;font-weight:bold;margin-top:0;margin-bottom:0}

	.title4-txt {font-size: 20px;}

	#header-mailing-title{font-size:18px;}
	#header-text-container h2{font-size: 18px;}

	/* tchat - audios */
	.audio-icon{height: 65px;width: 65px;}
	.audio-visualizer-container{height: 40px;}
	.audio-visualizer-container {min-width: 225px;}
	.custom-audio-player {min-width: 260px;}
	.audio-visualizer-bars {max-width: 209px;}
}
@media (min-width:430px) {
	#call-mailing-title-1{font-size:19px}
	#call-mailing-title-2{font-size:15px}
	#call-mailing-title-2 span{display: inline;font-weight: normal;}

	.display-top{font-size:14px}
	.display-bottom{font-size:14px}

	#tchat-header .title-tchat span{font-size:20px}

	#header-medium-picture{max-width: 150px}

	/********************************/
	/* news 01/2025 */
	.header-text-container {padding-top:10px}
	.blk-select-right{right: -150px;}
	.title-boutique{margin-left: 75px;}
}
@media (min-width:450px) {
	/********************************/
	/* news 01/2025 */
	/* header */
	#landing #header-picture-container{background: #fff url(../images/bg-header-pad.jpg) no-repeat scroll top center;background-size: initial;min-height: 412px;}

	.step-2 #manage-titles-next-top{padding-top: 180px;}
	#landing #header-picture-container.step-2{min-height: 580px;}
}

@media (min-width:500px){
	#call-mailing-title-1{font-size:20px}
	#call-mailing-title-2{font-size:16px;font-weight: bold;}
	#call-mailing-title-2 span{font-weight: bold;}

	#valide #tchat, #interdiction #tchat{padding: 30px 0 15px;}

	#valide .display-medium, #interdiction .display-medium{display: none;}
	#valide .display-title-text, #interdiction .display-title-text{padding-top: 0;}

	.text-item-rgpd {width: 50%;}
	/********************************/
	/* news 01/2025 */
	/* new valide */
	#valide #header-picture-container, #interdiction #header-picture-container{background: #fff url(../images/bg-header-valide-pad.jpg) no-repeat scroll top center;background-size: initial;min-height: 230px;}
	#valide .blk-no-resp, #interdiction .blk-no-resp{display:block}

	#landing #header-picture-container{min-height: 580px;}
	.step-2 #manage-titles-next-top{padding-top: 140px;}

	/********************************/
	/* news 03/2026 */
	.tarification{}
}

@media (min-width:575px){
	/********************************/
	/* news 01/2025 */

	#confirm .text-info-1{width: 70%;}
	#confirm .text-info-2{width: 70%;}
	#confirm .text-info-3{width: 70%;}

}

@media (min-width:650px) {
	#container-mailing{margin:10px auto}
	#header-text-container{position: absolute;color: #fff;font-family: "istok", Arial, Helvetica, sans-serif;top: 40%;margin: 0 auto;text-align: center;}


	#header-text-container h2{font-size: 23px;}

	#tchat-header{margin:0 auto;max-width: 550px;width: 90%;background: rgb(86,115,215);
		background: linear-gradient(90deg, rgba(86,115,215,1) 0%, rgba(103,168,217,1) 100%);color:#fff;border-top-left-radius: 50px;border-top-right-radius: 50px;}
	#tchat-window{max-width: 550px;width:90%;padding:10px 0px 0px;margin: 0 auto;border:3px solid var(--border-color-tchat-window);box-shadow: 0 0 4px #040404;background-color: #FFF;border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;}

	#header-medium-picture{width: 100%;margin: 0 auto;}
	#header-medium-picture{max-width: 169px}

	/********************************/
	/* news 01/2025 */
	/* .blk-cards {width: 10%;} */
	/* #cards-animation{width: 80%;} */
	.card{width: 90px;height:140px;}
	.title-boutique{margin-left: 135px;}

	/* new callback */
	#rappel-form-phone-button {
		padding: 10px 15px;
		font-size: 13px;
	}

	#call-button{font-size: 18px;}
	.phone-number{font-size: 25px;}

}

/* extra suit au nouvelle features du code promo */
@media (max-width:678px) {
	#ban-promo {padding-top: 0;text-align: center;}
	#ban-promo .rdv-promo-code {font-size: 16px;font-style: normal;}
	#ban-promo .offer-tarif {margin-bottom: 0;font-size: 13px;}
}

@media (max-width:500px) {
	#tchat-loader, #tchat-content{min-height: 500px;max-height: 500px;}

	#valide #header-picture-container #header-picture, #interdiction #header-picture-container #header-picture{display: none;}
	#valide #header-picture-container #header-text-container, #interdiction #header-picture-container #header-text-containe{display: none;}
	#valide #header-picture-container #header-medium-container, #interdiction #header-picture-container #header-medium-container{position: inherit;top: inherit;left: inherit;transform: inherit;width: 100%;max-width: none;}
	#valide #header-picture-container #header-illustrated-photo, #interdiction #header-picture-container #header-illustrated-photo{display: none;}
	#valide #header-medium-container, #interdiction #header-medium-container{display: none;}

	/********************************/
	/* news 01/2025 */
	/* .blk-select-right{right: -150px;} */
}

@media (max-width:375px) {
	.card{width: 75px;height: 115px;}
	.step-2 #manage-titles-next-top{padding-top: 80px;font-size: 16px;}
	#landing #header-picture-container{min-height: 480px;}
}
@media (max-width:320px) {
	.card{width: 70px;height: 105px;}
	.step-2 #manage-titles-next-top{padding-top: 80px;font-size: 16px;}
}

@media (min-width:678px){
	/* #ctnGlobal{background-color: #ccc;background-color: var(--bg-color-main-content, #ccc);} */
	/* #ctnGlobal #reponse{background-color: #ececec;background-color: var(--bg-color-main-content, #ececec);} */
	#ctnGlobal #confirm{background-color: #ececec;background-color: var(--bg-color-main-content, #ececec);}

	#header-picture{width:100%} /* force 100% */

	#ban-top{justify-content: center;}
	.ban-block{flex-direction: row;justify-content: center;width:inherit;padding-right:15px;margin-right:15px}
	.ban-block:last-child{margin:0;padding-right:0}
	.ban-block span:first-child{position: relative; margin-right: 2px;}
	.ban-block span:first-child::after{content: "-";margin-left: 2px;}

	#ban-phone{display: flex;flex-direction: row;justify-content: center;align-items: center;}

	#valide #ban-promo .rdv-promo-code, #valide #ban-promo .offer-tariff{font-family: Arial, sans-serif;font-size:18px;}

	#ban-phone h2{font-size: 21px;}
	#ban-phone h2, #ban-promo .rdv-promo-code {margin: 0 10px 0 0;}
	#ban-promo {visibility: visible;padding: 1px 0 8px}
	#ban-promo p {margin: 0;}

	#callback-container{max-width: 370px; transform-origin: bottom;}
	#callback-response{max-width: 370px;margin:0 auto}

	#landing #ban-promo h2{font-size:20px}

	#about-container{padding: 30px 47px}
	/* #about-container h2{margin-bottom: 1em;letter-spacing: 2px;font-size: 38px;} */
	/* #about-sub-titles h2{font-size: 35px;} */
	#about-sub-titles p{font-size:20px}

	#tchat{padding: 15px 0;}
	#tchat-content .tchat-para{align-items: center;}
	#tchat-content .tchat-avatar{order:0;width:65px;min-width: 65px;max-width: 65px;margin:11px 6px 0 0}
	#tchat-content .tchat-msg{order:1; margin-left:15px;}

	#tchat-content .tchat-para.is-user .tchat-avatar{order: 1}
	#tchat-content .tchat-para.is-user .tchat-msg{order: 0}
	.sodiac-text{font-size: 12px;}

	#valide #tchat, #interdiction #tchat{padding-top: 5%;}

	#ban-frame-container{max-width: 600px;}

	/* txt head */
	#title-etap-1 h2 {font-size: 30px;}
	#title-etap-1 h3.title0 {font-size: 30px;}
	#title-etap-1 h3.title1 {font-size: 30px;}
	#title-etap-1 h4.title2 {font-size: 30px;}
	#title-etap-1 h4.title3 {font-size: 30px;}

	/* #tchat-content .tchat-para .prenom-consult-tchat {display: inline-block;visibility: visible;} */
	#tchat-content .tchat-para .prenom-consult-tchat::after{content: ' : ';margin-right:3px;}

	.cb-secure{width: 12%;}

	/********************************/
	/* news 01/2025 */

	/* header */
	#landing #header-picture-container{background: #fff url(../images/bg-header-desk.jpg) no-repeat scroll top center;background-size: initial;min-height: 620px;}
	#valide #header-picture-container, #interdiction #header-picture-container{background: #fff url(../images/bg-header-valide-desk.jpg) no-repeat scroll top center;background-size: initial;min-height: 330px;}
	.header-text-container{padding-top: 20px;}
	#cards-animation{padding-top: 40px;bottom:-190px;}
	.title-boutique{margin-left: 175px;}
	.step-2 #manage-titles-next-top{padding-top: 110px;font-size: 22px;}
	#landing #header-picture-container.step-2{min-height: 610px;}

	/* valide */
	#valide .blk-infos-medium, #interdiction .blk-infos-medium {width: 60%;margin:0 auto}
	#valide .blk-boutique, #interdiction .blk-boutique {max-width: 60%;}
	.blk-boutique{margin:0 auto}

	#reponse .container {width: 650px;text-align: center;}

	.text-blue{padding: 50px 60px 0;}
	.medium-name-title{margin-top: 40px;}
}

@media (min-width:768px){
	.cb-secure {width: 18%;}

	#tchat-header .title-tchat .vocal-response{padding-left:85px}

	/********************************/
	/* news 01/2025 */

	.title-boutique{width: 70%;}
	.container-slider{width: 80%;margin:0 auto}
	.blk-domaines{max-width: 400px;margin: 0 auto;}
	#tchat-window{height: 420px;}

}

@media (min-width:908px){
	#steps{padding:0; background: #fff;background-size: cover;}
	#steps p .break-line{display: inline;}

	#tchat-container.border-top-gray{border: 0 none;}
	/* #tchat-window{padding:20px 20px 10px;} */
	/* #is-typing-container{width: 70%;box-shadow: 0 4px 6px 0px rgb(0 0 0 / 40%);border-radius: 5px;} */

	#is-typing-container{padding-left: 35px;}

	#header-text-container {left:0%;top:32%;width: 100%;}
	#header-text-container h2{font-size: 26px;font-weight: bold;line-height: 1.45;}

	/********************************/
	/* news 01/2025 */
	#cards-animation {max-width: 650px;margin-top: 5px;}
	.blk-cards {width: 20%;}

	.header-text-container h3{font-size:25px;line-height: 37px;}
	.header-text-container{padding-top: 0;}
	.title-boutique{margin-left: 175px;}

}

@media (min-width:991px){


	#steps h1{font-size:38px}
	/* #steps h2{font-size:23px} */
	#steps p{font-size:18px}

	#ban-phone h2, #ban-phone h3{font-size:28px}
	#valide #ban-promo .rdv-promo-code{font-size:23px}
	#valide #ban-promo .offer-tariff{font-size:19px}

	#valide #tchat, #interdiction #tchat{padding-top: 35px;}
	#valide #tchat h1, #interdiction #tchat h1{display:none;visibility: hidden;}

	.text-item-rgpd {width: 40%;}

	/********************************/
	/* news 01/2025 */
	.card {width: 110px;height: 182px;}
	#cards-animation{margin-top: -20px;}
	.title-boutique{margin-left: 275px;}
	.step-2 #manage-titles-next-top{font-size: 25px;}
	.step-2 #cards-animation{padding-top: 30px;}
}
@media (min-width:1200px){
	#steps h1{font-size:42px;text-shadow: #666 0 2px 3px;word-spacing: 3px;letter-spacing: 1px;}
	#steps p{font-size:20px;margin-top: 15px;}
	#header-text-container h2{font-size: 30px;}

	#header-text-container{top:36%;}


	/* valide */
	#valide .blk-infos-medium, #interdiction .blk-infos-medium{width: 40%;}
	#valide .blk-boutique, #interdiction .blk-boutique{max-width: 40%;}

	.text-item-rgpd {width: 30%;}

	/********************************/
	/* news 01/2025 */
	.container{width: 988px;}
	.header-text-container{padding-top:0}
	.title-boutique{margin-left: 295px;}
}
