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

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

@font-face {
	font-family: "AbrilFatface";
	src: url('fonts/abrilfatface/AbrilFatface-Regular.woff') format('woff'),
			url('fonts/abrilfatface/AbrilFatface-Regular.woff2') format('woff2'),
			url('fonts/abrilfatface/AbrilFatface-Regular.svg#AbrilFatface-Regular') format('svg'),
			url('fonts/abrilfatface/AbrilFatface-Regular.eot'),
			url('fonts/abrilfatface/AbrilFatface-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/abrilfatface/AbrilFatface-Regular.ttf') format('truetype');
	font-weight: normal;
	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: 'ZenAntiqueSoft-Regular';
  src: url('../../../../../css/fonts/zenantiquesoft-regular.eot');
  src: url('../../../../../css/fonts/zenantiquesoft-regular.eot?#iefix') format('embedded-opentype'),
	url('../../../../../css/fonts/zenantiquesoft-regular.ttf') format('truetype'),
	url('../../../../../css/fonts/zenantiquesoft-regular.svg#zenantiquesoft-regular') format('svg'),
	url('../../../../../css/fonts/zenantiquesoft-regular.woff2') format('woff2'),
	url('../../../../../css/fonts/zenantiquesoft-regular.woff') format('woff');
}

@font-face {
	font-family: 'inria-sans';
	src: url('../../../../../css/fonts/inria-sans/inria-sans-regular.woff2') format('woff2'),
			 url('../../../../../css/fonts/inria-sans/inria-sans-regular.woff') format('woff'),
			 url('../../../../../css/fonts/inria-sans/inria-sans-regular.eot') format('embedded-opentype'),
			 url('../../../../../css/fonts/inria-sans/inria-sans-regular.svg#InriaSans') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	--white: #FFF;
	--black: #000;
	--purple: #9c4efe;
	--blue: #3dc0ee;
	--blue-light: #57a5e2;
	--blue-extra-light: #F7FAFD;
	--green: #9bd1c3;
	--green-light: #ebfdf7;
	--green-dark: #4ba18b;
	--red-dark: #9c2245;
	--pink:#F246CE;
	--pink-light:#f9e3ea;
}

div{
	--text-color-header-title: var(--pink);
	--bg-color-ban-top: #204A8A;
	--text-color-ban-top:#FFF;
	--border-color-medium-header: var(--green);
	--bg-color-about-container: #ecfaf5;
}

span {
	--text-color-phone: var(--blue, #3dc0ee);
}

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

#tchat-window{
	--border-color-tchat-window: #AA54B7;

	--bg-color-tchat-msg: rgba(248, 207, 252, 0.27);;
	--text-color-tchat-msg: #111;
	--box-shadow-color-tchat-msg: #f6a5fb;
	--text-color-medium-msg: #911010;

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

	--border-color-is-typing-container: #AA54B7;
	--bg-color-btn-typing: #d07de7;
	--text-color-btn-typing: #FFF;
	--bg-first-spinner-is-typing : #ff387d;
	--bg-second-spinner-is-typing : #ff387d;

	--bg-color-btn-send-msg: #9F5BB2;
	--text-color-btn-send-msg: var(--white);

	--bg-color-loader-audio: #2380d5;
}

.dots{
	--bg-color-dots: #911010;
}

#spinner{
	--border-color-spinner-default:#911010;
}
#spinner::before{
	--border-color-spinner-before: #ca3838;
}
#spinner::after{
	--border-color-spinner-after: #f8b2b2;
}


#container-mailing{
	--border-color-container-mailing: #ff367e;
}
.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: #F77AC7;
	--text-color-phone-ico: #15D841;
	--text-color-phone-number: #2a3c67;
	--border-color-phone-number: #2a3c67;
}
#boutique-phone-svg{
	--bg-color-phone-ico: #FFF;
	--border-color-phone-ico: #F77AC7;
	--text-color-phone-ico: #15D841;
	--text-color-phone-number: #2a3c67;
	--border-color-phone-number: #2a3c67;
}

button{
	--text-color-btn-cards: #FFFF;

	--bg-color-btn-form-request: #FE6DC5;
	--text-color-btn-form-request: #FFF;
	--border-color-btn-form-request:#f21b9c;
}

@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(255, 99, 206, 0.5);}
  100%{box-shadow:0 0 15px 12px transparent;}
}

@keyframes anim-card-display {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	70% {
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes anim-card-number {
  0% {
    color: #FF66C4;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #ffa8dd;
    transform: scale(2);
    opacity: 1;
		filter: blur(1px);
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: #FF66C4;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}

@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-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;}
}

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

@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 anim-action-cards-button {
	0%{text-shadow: none;}
	50%{text-shadow: 0 0 4px rgb(255 255 255), 0 0 15px rgb(218 250 255);}
	25%{text-shadow: none;}
}

@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%;}}

/******************/

body{font-family: 'inter-classic', 'Arial', sans-serif;font-size:17px;overflow-x: hidden;}
sup{font-size: 50%;}
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-pink{color: var(--pink, #F246CE);}
.color-blue{color:var(--blue)} .bg-blue{background-color:var(--blue-light)}
.border-top-gray{border-top: 1px solid#dadada;}
.pad-15 {padding: 15px;}
.bg-container{background-color: #F7FAFD;}
.container {padding: 0;}
.break-line{display:block}
.color-dark-blue{color:#263C6A}
.semi-bold {font-weight: 600;}

.color-blue{color:#263C6A}
.color-grey{color:#de78bd}
.color-black{color:#000}

.bar-separator{width: 90%;height:2px;max-width: 400px;margin:0 auto;background-color: #F246CE;box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);}
.pink-content{position: absolute;z-index: 1; left:0;bottom:0;transform: translateY(65%);width: 100%;height:220px; background-color:rgba(255, 102, 196, .20)}

.point-vert{background-color: #00D42F;width: 16px;height: 16px;border-radius: 50%;margin-right: 8px;}

/* header */
header {position: relative;z-index: 2;margin-top:80px}
#header-picture-container{width: 90%;max-width:320px;margin: 0 auto;}
#header-picture{border:1px solid #263C6A;border-radius: 8px;}
header .pink-content{display: none;visibility: hidden;}

/* step */
#steps{position: relative;}
#steps-container{position:relative;z-index: 2;}
#step-1-container{position: relative;}
#step-1-information{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
#step-1-information p {font-family: 'inria-sans', Arial, Helvetica, sans-serif;}

#step-1-information-title{color:#263C6A;font-size: 10px;font-weight: bold;}
#step-1-information-choice{color:#FF66C4;font-weight: bold;margin: 5px 0 9px;}
#step-1-information-benefit{color:#263C6A;font-size: 12px;}
#step-1-information-benefit span{display: block;margin: 0 auto;}
#step-1-information-number{color:#FF66C4;margin-top:5px;font-size: 38px;font-weight: bold;opacity:0}
#step-1-information-number.animate{opacity:1;animation: anim-card-number 1s 1 linear forwards;}
#step-2{opacity:0.6;transition:opacity 1s ease-out;}
#step-2-container{padding: 0 0 20px;}
#step-2.opened{opacity:1;}
#step-2-information{font-family: 'istok', 'Arial', sans-serif;color: #111;font-size: 14px;    padding: 15px 0 0;}
#step-2-information span{display: block;}

/* form */
#lead-form{width:95%;max-width: 390px;margin: 15px auto 0;padding:30px 10px;border-radius: 20px;background: #FFF;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
#lead-form .form-control, #lead-form .form-control::placeholder{color: #111;font-weight: normal;text-align: left;text-align-last: left;font-family: 'istok', 'Arial', sans-serif;text-align:left}
#lead-form select{padding: 6px 0 6px 6px;}
.input-group-addon{padding: 6px 5px 6px 10px;background-color: #FFF;color: #AC4EE6;font-size: 18px;border-radius: 8px 0 0 8px;border-right: 0 none;}


/* form - checkbox */
#lead-form .custom-checkbox-span {display: inline-block;width: 15px;height: 15px;border-radius: 50%;border: 1px solid #111;background-color: white;margin-right: 5px;position: relative;cursor: pointer;}
#lead-form input.custom-checkbox:checked + label .custom-checkbox-span {background-color: #5C1F65;border-color: #5C1F65;}
#lead-form .custom-checkbox-span::after {content: '';display: none;width: 50%;height: 50%;background-color: white;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#lead-form input.custom-checkbox:checked + label .custom-checkbox-span::after {display: block;}
#lead-form .custom-checkbox-label{font-size: 10px;font-weight:lighter;width: calc(100% - 20px);font-family: 'istok',Arial, Helvetica, sans-serif;}
#lead-form .custom-checkbox-container{display: flex;align-items: center;justify-content: flex-start;flex-wrap: nowrap;flex-direction: row;}


#lead-form .form-control{border-radius: 8px;border-color: #BCC3D1;}
#lead-form .input-group .form-control{margin: 0;border-radius: 0 8px 8px 0;border-color: #BCC3D1;border-left: 0 none;text-align: left;}
#lead-form #sexe, #lead-form #pays {max-width: 130px;}
#lead-form .label-control {font-weight: normal;font-size: 16px;flex: 1;}
.flex-group{display: flex;flex-direction: row;justify-content: flex-end;align-items: center;}
.flex-group div {width: 20%;margin-left: 7px;}
.form-condition{font-size:12px}

#request-lead{padding: 1px 0;margin-top: 15px;width: 90%;margin: 15px auto 0;font-weight: bold;font-size: 21px;letter-spacing: .5px;color:var(--text-color-btn-form-request, #FFF);background-color: var(--bg-color-btn-form-request, var(--purple, #9c4efe));border-radius: 20px;border: 2px solid var(--border-color-btn-form-request, #333);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}

#request-lead[disabled]{opacity: 0.85}
#request-lead.loading{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;margin-left: auto;margin-right: auto;}
#button-form-loader{display: inline-block;margin-right: 8px;width: 23px;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;}

/* call section */
#call {padding:0;max-width: 380px;padding: 0 10px;margin: 0 auto;}
#call-medium-title{font-size: 18px;margin: 15px 0;font-family: 'jacques-francois', Times, serif;}

#call-information{padding:15px 0 5px;color: #263C6A;font-family: "istok", Arial, Helvetica, sans-serif;}
.call-information-title{margin: 35px 0 20px;padding-left: 10px;color:#FF66C4;font-size: 20px;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;}
#call-information ul {padding-left: 18px;padding-inline-start:18px;}
#call-information ul li{margin-top: 10px;}
#call-information .bold{font-family: 'inter-classic', Arial sans-serif;}
#call-information-paragraph-checklist p {margin: 15px 0;}
#call-phone-button{display: block;padding: 12px;max-width: 245px;margin: 20px 0;border-radius: 10px;border: 1px solid #263C6A;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);background-color: #FFF;color:#263C6A;font-size: 22px;font-family: "istok", Arial, Helvetica, sans-serif;}
#call-promo-code{color:#263C6A;font-size: 15px;font-family: "istok", Arial, Helvetica, sans-serif;}


/* about section */
#about {padding:0;max-width: 380px;padding: 0 10px;margin: 0 auto;}
#about-medium-title{font-size: 18px;margin: 15px 0;font-family: 'jacques-francois', Times, serif;}

#about-information{padding:15px 0 5px;color: #263C6A;font-family: "istok", Arial, Helvetica, sans-serif;}
.about-information-title{margin: 35px 0 20px;padding-left: 10px;color:#FF66C4;font-size: 20px;font-weight: bold;font-family: 'inter-classic', Arial sans-serif;}
#about-information-title-plan{display: flex;margin-top: 80px;}
#plan-glass{margin-right: 20px;}
#about-information ul {padding-left: 18px;padding-inline-start:18px;}
#about-information ul li{margin-top: 10px;}
#about-information .bold{font-family: 'inter-classic', Arial sans-serif;}
#about-information-paragraph-checklist p {margin: 15px 0;}


#about-plan-container{display: flex;flex-direction: column;	flex-wrap: nowrap;align-items: stretch;justify-content: space-between;align-content: space-around;margin-bottom: 130px;}
.about-plan-content{padding:3px 0;width: 85%;margin: 5px auto; border-radius: 5px;border: 1px solid #F246CE;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);color: #111;}
.about-plan-content:nth-child(1) {background-color: #FDE3E6;}
.about-plan-content:nth-child(2) {background-color: #F5EBD5;}
.about-plan-content:nth-child(3) {background-color: #DEFFF3;}
.about-plan-content:nth-child(4) {background-color: #DDDCFF;}

.about-plan-title{font-size: 20px;font-weight: 500;font-style: italic;font-family: 'inter-classic', Arial sans-serif;}
.about-plan-description{font-size: 16px;font-family: 'jacques-francois', Times, serif;}
.about-plan-price{margin-top:5px;color: #FF66C4;font-family: 'inter-classic', Arial sans-serif;font-size: 16px;font-style: italic;font-weight: 400;}

#offer-call-container{position: absolute;top: 10px;left:0;width:100%;z-index: 3;display:none;visibility: hidden;}
#offer-call-title{font-family: 'istok', 'Arial', sans-serif;font-weight: 400;font-size:16px;color: #FF367E;}
#offer-call-ban{display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: space-between;align-content: center;width:90%;margin: 0 auto; background-color: #FFF;border: 1px solid #F246CE;border-radius: 5px;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
#offer-call-ban-description{display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;align-content: center;justify-content: center;width: 49%;font-size: 15px;font-weight: 500;font-style: italic;font-family: 'inter-classic', Arial sans-serif;color: #111;}
#offer-call-ban-tarif{color: #FF367E;}
#offer-call-ban-phone{display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;align-content: center;justify-content: center;width: 49%;font-size: 17px;font-weight: 500;font-family: 'inter-classic', Arial sans-serif;color: #263C6A;}
#offer-call-ban-promo{font-size: 8px;font-weight: normal;}
/* footer */
#footer .container{padding: 0; color: #fff;}

#footer-link{background-color: #F7CFDD;}
footer #list-container {display: flex;flex-direction: column;justify-content:space-around;align-items:center;padding:5px 0;background: linear-gradient(90deg, #71369B 0%, #ED8ED3 100%);}
footer #list-container a {color:var(--text-color-ban-top, #373664)}


/* tchat */
#tchat{position:relative;padding:0 0 11px;border-radius: 0px 0px 25px 25px;background-color: #F7FAFD;}
#tchat .pink-content{bottom: 100px;}
#tchat-container{padding:15px 0 0;position: relative;z-index: 2}

#tchat-window{max-width: 600px;width: 95%;margin: 0 auto;border: 2px solid var(--border-color-tchat-window, #AA54B7);border-radius: 30px;background-color: #FFF;overflow: hidden;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}


#tchat-header{max-width: 600px;width: 95%;padding:5px;display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: space-between;align-items: center;margin: 0 auto 30px;background: linear-gradient(90deg, #FE70C6 0%, #FDD9E3 100%);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);border: 1px solid #FF6BC5;border-radius: 30px;}
#tchat-header-left {display: flex;align-items: center;gap: 10px;}
#tchat-header-avatar{max-width: 50px;height: auto;border-radius: 50%;overflow: hidden;border:2px solid #263C6A;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
#tchat-header-name{color:#111;font-weight: 500;font-size: 16px;font-family: 'inter-classic', Arial sans-serif;}
#tchat-header-vocal .point-vert{width: 22px;height: 22px;border: 1px solid #FFF;}
#tchat-loader, #tchat-content{min-height:400px; max-height:400px;margin-top: 10px;}
#tchat-content{padding:0 4px;}
#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, #ff387d);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-before, #ff387d);animation: anim-loader-spinner 2s infinite;}
#spinner::after {border-right-color:var(--border-color-spinner-after, #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 7px 0.4em 10px;;overflow: hidden;display: flex;justify-content: flex-start;width:100%}
#tchat-content .tchat-msg {background: var(--bg-color-tchat-msg) none repeat scroll 0% 0%;  min-width: 50px;padding: 5px;  margin-left: 3%;border-radius: 5px;box-shadow:  var(--box-shadow-color-tchat-msg) 1px 1px 2px 0px;font-size: 16px;word-break: break-word;color: var(--text-color-tchat-msg);max-width: 92%;-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:"verdana",sans-serif}

#valide #tchat-content .is-dots .tchat-msg, #interdiction .is-dots #tchat-content .tchat-msg{display: flex; flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;justify-content: center;}
#valide #tchat-content .is-audio .tchat-msg, #interdiction #tchat-content .is-audio .tchat-msg{width: 100%;background-color: transparent;padding:0;margin-left: 0;}

#tchat-content .tchat-para .prenom-consult-tchat {color: var(--text-color-medium-msg);font-size: 18px;display:inline-block}
#tchat-content .tchat-para .prenom-consult-tchat::after{content: ' : ';margin-right:3px;}
#tchat-content .tchat-para .check-tchat-container{display: block;}

/***/
#tchat-content .open .tchat-msg{opacity:1;transform:scale(1);}
#tchat-content .close .tchat-msg{opacity:0;}

#tchat-content .is-dots .tchat-avatar{display: none;visibility: hidden;}

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

#tchat-content .tchat-para.birth .tchat-msg{width: 100%;max-width: 290px;}

#tchat-content input, #tchat-content select {border-radius: 5px;border: 1px solid #FF66C4;padding: 3px;}
.birth-section .form-control, .birth-section .form-control::placeholder {color: #333;font-weight: normal;text-align: center;text-align-last: center;font-family: 'istok', 'Arial', sans-serif;}
.birth-section label{font-weight: normal;font-size: 16px;}

#tchat-content .tchat-para.sexe .tchat-msg{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;justify-content: space-between;padding: 5px 12px;}
#tchat-content .tchat-para.sexe .tchat-msg .radio{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;justify-content: flex-start;background-color: #FFF;padding: 0 3px ;border-radius: 5px;border: 1px solid #FF66C4;}
#tchat-content .tchat-para.sexe .tchat-msg .radio input[type="radio"]{position: initial;}
#tchat-content .tchat-para.sexe .tchat-msg .radio+.radio{margin-top: 10px;margin-left: 20px;}

#tchat-content .tchat-para.country .tchat-msg{width: 100%;max-width: 374px;padding: 10px 10px;}


/* cards */
#cards-animation {display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: auto auto auto auto;grid-auto-rows: minmax(140px, auto);justify-items: center;align-items: center;gap: 10px; max-width:420px;margin: auto;cursor: pointer;}

#blk-card-1 { grid-column: 1; grid-row: 1; }
#blk-card-2 { grid-column: 2; grid-row: 1; }
#blk-card-3 { grid-column: 3; grid-row: 1; }
#blk-card-4 { grid-column: 4; grid-row: 1; }
#blk-card-5 { grid-column: 1; grid-row: 2; }
#blk-card-6 { grid-column: 4; grid-row: 2; }
#blk-card-7 { grid-column: 1; grid-row: 3; }
#blk-card-8 { grid-column: 4; grid-row: 3; }
#blk-card-9  { grid-column: 1; grid-row: 4; }
#blk-card-10 { grid-column: 2; grid-row: 4; }
#blk-card-11 { grid-column: 3; grid-row: 4; }
#blk-card-12 { grid-column: 4; grid-row: 4; }

.card{position: relative;width: 60px;height: 90px;cursor: pointer;transform-style: preserve-3d;transform-origin: center right;transition: transform 0.45s ease-in-out;margin: 0 auto;border:2px solid #FFF;border-radius: 5px;box-shadow: 0 4px 4px #555;position: relative;}
.blk-cards{perspective: 600px;animation: anim-card-display 0.6s ease-in-out forwards;opacity: 0;}
.blk-cards:nth-child(1) { animation-delay: 0s; }
.blk-cards:nth-child(2) { animation-delay: 0.02s; }
.blk-cards:nth-child(3) { animation-delay: 0.04s; }
.blk-cards:nth-child(4) { animation-delay: 0.06s; }
.blk-cards:nth-child(5) { animation-delay: 0.08s; }
.blk-cards:nth-child(6) { animation-delay: 0.10s; }
.blk-cards:nth-child(7) { animation-delay: 0.12s; }
.blk-cards:nth-child(8) { animation-delay: 0.14s; }
.blk-cards:nth-child(9) { animation-delay: 0.16s; }
.blk-cards:nth-child(10) { animation-delay: 0.18s; }
.blk-cards:nth-child(11) { animation-delay: 0.20s; }
.blk-cards:nth-child(12) { animation-delay: 0.22s; }
.blk-cards.animated{opacity: 1;}

.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;}
.face-card {transform: rotateY(180deg);border:1px solid #0A6FE5}
.card-chosen{animation: anim-card-chosen;animation-delay:0.50s;animation-duration: 0.40s;animation-iteration-count: 1;animation-timing-function: ease-out;}

#landing #tchat-content .tchat-para.is-cards .tchat-msg{text-align: center;margin:0 auto;opacity: 1;transform: scale(1);background-color: transparent;box-shadow: none;font-family: "Jacques Francois", 'Times New Roman', Times, serif, sans-serif;}
#cards-animation-title{font-size: 20px;}
#cards-animation-subtitle{font-size: 16px}


/* tchat - cards (valide/interdiction) */
#tchat-content .tchat-para.is-cards .tchat-msg{width: 100%;max-width: 374px;}

#btn-event-card{position:relative;overflow:hidden;margin-top: 25px; padding:15px 30px;background-color:var(--bg-color-btn-cards, #9c4efe); color:var(--text-color-btn-cards, #FFF);border:3px solid var(--border-color-btn-cards);border-radius: 8px;font-size: 18px;letter-spacing: 1px;animation: infinite anim-action-cards-button 2s cubic-bezier(0.42, 0.41, 0.13, 0.89);}
#btn-event-card::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);
}


/* tchat - audio */
#tchat-content .tchat-para.is-audio {padding: 0.2em 3px 0.2em 5px;}
#tchat-content .tchat-para.is-audio .tchat-msg{background-color: transparent;box-shadow:none;max-width: inherit;}
#tchat-content .tchat-para.is-audio .tchat-msg::before{border: 0 none}
#tchat-content .tchat-para.is-audio .prenom-consult-tchat{font-size: 13px;}

.custom-audio-player {display: flex;flex-direction: column;align-items: center;min-width: 220px;background-color: #fdf2fe;border-radius: 12px;padding: 8px;box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1), inset -2px -2px 5px rgba(255, 255, 255, 0.5);position: relative;}

/* Ligne principale contenant le bouton et la barre */
.audio-visualizer-row {display: flex;align-items: center;justify-content: space-between;width: 100%;}

/* Icône Play/Pause */
.audio-icon {width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 50%;background: #f45eab;box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.8);color: #fff;font-size: 18px;
transition: transform 0.3s ease, background 0.3s ease;}

.audio-icon:hover {transform: scale(1.1);background: #f52e95;}

.audio-icon .fa-play{margin-left: 5px;}

/* Conteneur de la barre d'oscilloscope */
.audio-timeline-container{max-width: 154px;margin-top: 14px;flex: 1;}
.audio-visualizer-container {position: relative;height: 10px;background: #e0e0e0;border-radius: 10px;overflow: hidden;box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.5);}

/* Barre de progression */
.audio-visualizer-progress{position: absolute;width: 0%;height: 100%;background: linear-gradient(to right, #f45ab7, #ffadd7);transition: width 0.2s linear;}


/* Barres de l'oscilloscope */
.audio-visualizer-bars {position: absolute;width: 100%;height: 100%;display: flex;align-items: center;gap: 2px;padding: 0 2px;display: none;}
.audio-visualizer-bars div {flex-shrink: 0;width: 2px;height: 100%;background: #2380d5;animation: pulse 0.8s infinite ease-in-out;animation-delay: calc(var(--index) * 0.05s);}
.audio-visualizer-row .tchat-avatar {margin-left: 4px;max-width: 0;max-height: 0;}

/* Animation pour les barres */
@keyframes pulse {
  0%, 100% {
    transform: scaleY(0.5);
    opacity: 0.6;
  }
  50% {
    transform: scaleY(1.5);
    opacity: 1;
  }
}

/* Conteneur des timings */
.audio-visualizer-timing {font-size: 8px;color: #111;text-align: right;margin-top: 1px;width: 100%;display: flex;justify-content: space-between;}


/* tchat click to call */

#tchat-content .tchat-para.is-to-call .tchat-msg a{display: block;margin: 20px auto 0;width: 80%;text-align: center;padding: 5px 0;
	border-radius: 5px;
	background: linear-gradient(90deg, #204C8B 0%, #1069D4 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	font-weight: bold;font-size: 20px;}
#tchat-content .tchat-para.is-to-call .tchat-msg{padding-bottom: 25px;}
/* 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;flex-direction: row-reverse;align-items: center;gap: 3px;height: 20px;margin-left: 8px;background: rgb(255 255 255 / 35%);border-radius: 5px;padding: 2px 5px;}
.audio-recording-animation .fa-microphone{color: var(--bg-color-loader-audio, #ff397c);margin-left: 3px;}
.audio-recording-animation .recording-bar {display: inline-block;width: 2px;height: 6px;background-color: var(--bg-color-loader-audio, #ff397c);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;display:flex;justify-content:flex-start;align-items: center;width: 100%;height:45px;margin: 5px auto 0;padding: 10px 0 10px 5px;border-top: 2px solid var(--border-color-is-typing-container);color:#4E73DE;font-weight: 600;}
#is-typing-content{display: flex;	flex-direction: row;justify-content: center;align-items: center;text-align: left;font-size:13px}

.spinner-is-typing {width:15px;height:15px;border-radius: 50%;margin-right:5px;
  background:radial-gradient(farthest-side,#c20b0b 60%,#0000) top/8px 8px no-repeat,	conic-gradient(#0000 30%,#ff1625);
  -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:6px;top:3px;width:35px;height:35px;text-align:center;padding:8px 8px 0 5px;background-color: var(--bg-color-btn-typing, #b3204c);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: #50AEDF;} */
#input-tchat-content{width:100%}
.input-tchat{width:90%;display:block;padding: 6px;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: var(--bg-color-btn-send-msg);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;}
.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;}

#footer-tchat ::-webkit-input-placeholder {color: #fff;}
#footer-tchat ::-moz-placeholder {color: #fff;}
#footer-tchat :-ms-input-placeholder {color: #fff;}
#footer-tchat :-moz-placeholder {color: #fff;}

/* 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;}

/* cards (valide / interdiction) */
#titles-tchat-title{font-size: 20px;color: #263C6A;margin-top: 30px;}
#tchat-text-desktop{display:none;visibility: hidden;}

#tarot-cards{width: 100%;display: flex;	flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;margin: 0 auto 0}
#tarot-cards .tarot-cards-content{width: 50%;max-width: 112px;}
/* #tarot-cards .tarot-cards-content.tarot-card-5{display:none;visibility: hidden} */
#tarot-cards .tarot-card-wrap{width: 41px;height: 68px;border:1px solid #333;border-radius: 4px;overflow: hidden;margin: 0 auto;}
#tarot-cards .tarot-card-wrap img{width: 100%;height: 100%;}
#user-names{margin-top: 20px;font-size: 22px;font-family: 'jacques-francois', Arial sans-serif;color: #263C6A;}


/* reponse page */
#reponse{overflow: hidden;}
#reponse header{background-color: #000;}
#reponse #content{background-image: none;background-color: var(--background-color-content, #f7fafd);}
#reponse #content .container {padding: 0;}
#response-container{padding: 0;}
#container-mailing{border:1px solid var(--border-color-container-mailing);background-color: #FFF;max-width:620px;border-radius: 0 0 20px 20px;overflow: hidden;}

#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: Verdana, Arial, Helvetica, sans-serif;color:#2b3a68;font-size:15px;font-weight: normal;padding:0;margin: 0 0 12px}

#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: justify;}
#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 25px;background-color: #fff;color: #263C6A;}
#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-svg{display: none;visibility: hidden;}
#call-mailing #phone-number-container{border-radius: 25px;padding: 3px;border: 3px solid var(	--border-color-phone-number, #D286A4)} */
#call-mailing #phone-button{padding: 20px 5px 30px;}
#call-mailing #phone-button-response{padding: 20px 5px 30px;}
#call-mailing #phone-number-link{font-size: 27px;}


#confirm #offer-call-container{position: initial;}
#confirm #offer-call-ban{flex-direction: column;}


.blk-infos {display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;padding-top:20px;padding-bottom:20px}
.blk-medium{border-left:1px solid #eee;border-right:1px solid #eee;}
.blk-infos .title{color: #2a3c67;font-weight: bold;font-size: 15px;}

/* 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;}



/* rgod - 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:#b0b0b0;max-width: 400px;}
.text-item-rgpd .text-title-rgpd {height: auto;border-radius: 5px;transition: transform 0.3s ease;font-size: 14px;color: #222;}
.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 #222;}
.border-chevron-rgpd{width: 15px;fill: #b0b0b0;min-width: 15px;max-width: 15px;}
.blk-txt-rgpd{font-size: 12px;font-family: Arial, Helvetica, sans-serif;padding-bottom: 50px;}



/* callback section */
#callback{
	--bg-color-callback-form: var(--pink, #ff387d);
	--bg-color-callback-btn: var(--pink, #ff387d);
}
#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 modale sur page valide / interdiction (intl-tel-input) */
#rappel-form{
	--rappel-border-color-form: #815629;
	--rappel-background-color-form: #FFF;

	--rappel-title-color: #52213A;
	--rappel-subtitle-color: #52213A;
	--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 top;font-family: Arial, Helvetica, sans-serif;}


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

.congrats-modal{width: 100%;overflow:hidden}
.congrats-modal h2, .congrats-modal p {font-family: 'Open Sans',Helvetica,Arial,sans-serif;font-size:43px;margin-bottom: 5px;font-weight: 800;letter-spacing: 2px;color: #645090}
.congrats-modal h2{padding-top: 40px;color: #FFF;margin-bottom: 30px;text-shadow:0 1px 0 #444}

.info-item {width: 94%;margin: 0 auto;padding: 0 5px;display: flex;align-items: center;justify-content: center;text-align: left;margin-bottom:20px;max-width: 260px;}

.icon-box {display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;margin-right: 15px;}
.info-item i {font-size: 30px;color:#FFF}
.info-item .fa-sms{background-color: #910ea8;color: #FFF;display: inline-block;padding: 7px;border-radius: 5px;font-size: 25px}
.info-item .fa-phone {background-color: #e943b7;border-radius: 50%;display: inline-block;padding: 11px;font-size: 20px;}
.info-item .fa-envelope {color: #d97415;font-size: 41px;}

.info-item span {display: inline-block;min-width: 185px;padding-left: 17px;font-weight: bold;font-size: 17px;color:#FFF}
.btn-ok {width: 70%;padding: 6px 0;margin-top: 45px;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: 60%;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: 0;padding-top:10px;font-size: 21px;font-weight: bold;letter-spacing:1px;color:var(--rappel-title-color); font-family: 'Helvetica', 'Arial', sans-serif}
#rappel-form-header p {margin-top: 15px;color:var(--rappel-subtitle-color)}
#rappel-form-header .fa-check {color:#04c22d; font-size: 18px;}

#rappel-form-phone-input-content {display: flex;border: 2px solid #2175b8;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;}


@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;}}

@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%;}}


/**landing***/

.text-bold{font-weight: bold;}
.title1-top{color:#ff387d;font-size:23px;text-align: center;width: 100%;margin-bottom:0;padding-top:20px;line-height: inherit;font-family: 'AbrilFatface', Arial sans-serif;}
.title2-top{font-family: 'Times New Roman', Times, serif;font-weight: bold;color: #333;font-size: 26px;margin-top: 25px;margin-bottom:0}
.title3-top{font-family: 'Times New Roman', Times, serif;font-weight: normal;color: #333;font-size: 27px;margin-top: 0;}
.title4-top{font-family: 'arialBlack', Arial sans-serif;color: #ff387d;font-size: 22px;margin: 0;padding-bottom: 10px;}

.title1-medium{font-weight: bold;color: #ff387d;font-size: 22px;margin: 0;font-family: 'arialBlack', Arial sans-serif;padding-top: 0;}
.title2-medium{color: #ff387d;	font-size: 22px;margin: 0;font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.title3-medium{font-family: 'arial', Arial sans-serif;color: #ff387d;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;}
.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:#ff387d}
.text-bold{font-weight: bold;}

#video-call-btn{font-family:'Arial', sans-serif;margin-top:30px;background:#ff387d;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:#ff387d;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);}


#call h3 a{font-weight: bold;color: #ff387d;font-size: 25px;margin: 0;text-decoration: none;padding-top: 5px;font-family: 'cambria', 'Cochin', Georgia, Times, 'Times New Roman', serif;}


/* reponse */
#response .title1-container{font-size: 32px;font-family: 'Times New Roman', Times, serif;font-weight: bold;color: #333;}
#response .title2-container {font-family: 'Helvetica', 'Arial', sans-serif;font-weight: normal;color: #333;font-size: 14px;margin-top: 7px;
font-style: italic;}
#response .title3-container h4{margin-top: 28px;font-size: 20px;font-family: 'arialBlack', Arial sans-serif;color: #ff387d;margin-bottom: 0;}

#response .title4-container{font-family: Arial sans-serif;color:#ff387d;font-size:18px;margin:20px auto 10px;text-align: center;font-style: italic;}

#response #header-mailing-subtitle {margin: 35px 0 12px;color:#263C6A;font-size:18px}
#reponse {background-color: var(--background-color-content, #f7fafd);}
#response .text-footer {text-align: center;font-family: 'inter-classic', Arial sans-serif;font-size: 16px;padding: 30px 0;background-color: #fff;}
#response header h1{background-color: #ABDAFC;padding: 10px;}

#response #call-mailing-phone-number {display:inline-block;max-width:350px;width:90%;text-align:center;padding:5px 0;border-radius: 5px;background: linear-gradient(90deg, #FFE3F4 0%, #FFE3F4 100%);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);color:#263C6A;font-weight: normal;font-style:italic;font-family: 'inter-classic', Arial sans-serif;margin: 0 auto 20px;font-size: 22px;font-style: italic;}
#response #call-mailing-dispo{display: flex;max-width: 500px;width: 90%;text-align: center;margin: 0 auto;color: #263C6A;font-size: 15px;text-align: center;flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;justify-content: center;}
#response .info-tarif{display: block;margin-top: 20px;padding-top:0;font-family: 'inter-classic', Arial sans-serif;color:#B13F74;font-size: 18px;}

#response .info-tarif-promo{display: inline-block;font-size: 14px;}


.check-tchat-container label{font-weight: normal;font-size: 14px;}
#tchat-content .tchat-para .check-tchat-container{display: block;;margin: 4px 0;}


/* reponse sms page */
#response-sms-container, #response-sms-container #call-mailiing-plan-container{background-color: transparent;}
#response-sms-container #container-mailing{max-width: 450px;border-width:1px;}
#header-mailing-title-sms{display:inline-block;width: 90%;max-width: 373px;text-align: left;color: #000;padding: 15px 5px;font-size: 19px;font-weight:bold}
#header-mailing-title-sms span{font-size: 17px;font-weight: normal;}
#header-mailing-picture{border-radius: 15px;border: 1px solid #263C6A;width: 90%;max-width:373px;}
#header-mailing-ban-analyse{background-color: #FDD0CC;padding: 8px; width: 90%;max-width:373px;margin: 20px auto 0;text-align: left;}

#header-mailing-subtitle-sms{display:inline-block;width: 90%;max-width: 373px;text-align: left;font-size:20px;font-weight: bold;padding: 30px 0;}
#response-sms-container #content-mailing{display:inline-block;width: 90%;max-width: 373px;text-align: left;padding: 0;}

#fixed-call-to-action {position: fixed;bottom: 0;left: 0;right: 0;width: 100%;text-align: center;background-color: white;z-index: 1000;box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);padding: 10px 0;z-index: 90000000;}
#call-button {width:90%;max-width: 450px;display: flex;align-items: center;justify-content: center;background-color: #F87668;color: white;font-size: 10px;font-weight: 700;padding: 12px 8px;border-radius: 8px;text-decoration: none;box-shadow: 0 5px 0 #F87668, 0 8px 15px rgba(0, 0, 0, 0.3);margin:0 auto 10px;transition: all 0.1s ease;}
#fixed-call-star-icon {font-size: 20px;}
#fixed-call-text{display: none}
#fixed-call-phone-number{font-size: 22px;margin-left: 10px;font-weight: 900;}
#promo-code-text {width:90%;max-width: 400px;font-size: 16px;color: #333;margin: 0 auto;padding-bottom: 5px;text-align: left;}

#rgpd.sms-page{padding-bottom: 150px;width: 100%;}


@media (min-width:320px){
	#step-1-information-title{font-size: 11px;}
	#step-1-information-benefit{font-size: 14px;}
	#step-1-information-number {margin-top: 12px;font-size: 45px;}

	.card{width: 65px;height: 100px;}

	#offer-call-container{display: block;visibility: visible;}

	#tchat{padding: 120px 0 11px;}

	.audio-visualizer-row .tchat-avatar {max-width: 42px;max-height: 42px;}
	.audio-visualizer-row .tchat-avatar img{box-shadow: 1px 2px 6px hsl(0deg 0% 0% / 31%);border: 2px solid #fcd6d6;}
}
@media (min-width:360px){
	#offer-call-title {font-size: 18px;}
	#offer-call-ban{width: 95%;margin: 5px auto 0;}
	#offer-call-ban-description{font-size: 16px;}
	#offer-call-ban-phone{font-size: 19px;}
	#offer-call-ban-promo{font-size: 10px;}

	#step-1-information-title{font-size: 13px;}
	#step-1-information-choice{font-size: 18px;}
	#step-1-information-benefit{font-size: 15px;}
	#step-1-information-number {margin-top: 14px;font-size: 55px;}

	.card{width: 80px;height: 120px;}

	#step-2-information{font-size: 16px;}

	#call-medium-title {font-size: 24px;}

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

	#is-typing-container{padding: 10px 0 10px 12px;}

	/* cards - valid / interdiction */
	#tarot-cards .tarot-card-wrap{width: 47px;height: 77px;}

	#tchat-header{padding: 6px 10px;}

	footer #list-container {flex-direction:row}

	/* 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}

	.details-tarif {font-size: 15px;}

	#confirm #offer-call-ban-description{font-size: 18px;}

	/* modal rappel fom */
	#rappel-form-header h2 {font-size:28px}
	#rappel-form-header p{font-size: 16px;}
	#rappel-form-content-step-1{background-position: center top}
	#rappel-form-phone-container{bottom: 25px;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Arial, sans-serif;}
	#rappel-form-close-btn{margin: 30px auto 0;padding:4px 8px; display: inline-block;width: auto;font-size: 15px;}
	#rappel-form-close-btn .fa-times{color: #cb6474;font-weight: bold;}

	#rappel-form-phone-input-content{padding: 3px;border-radius: 10px;border-width: 3px;width: 90%;margin: 0 auto;}
	#rappel-form-input-phone{padding: 5px 10px 5px 48px;}
	#rappel-form-phone-button{border-radius: 6px;font-size:	15px}

	.congrats-modal h2{font-size:42px}
	.congrats-modal p{font-size:33px;}
	.info-item{align-items: flex-start;}
	.info-item .fa-sms {font-size: 35px}
	.info-item .fa-envelope{font-size: 45px;}
	.info-item .fa-phone{font-size: 27px;}
	.info-item span{font-size:19px}

	/* response sms */
	#header-mailing-title-sms{font-size: 22px;}
	#header-mailing-title-sms span{font-size: 19px;}
}

@media (min-width:390px){
	#offer-call-title {font-size: 19px;}
	#offer-call-ban{padding: 8px 0;}
	#offer-call-ban-phone{font-size: 20px;}
	#offer-call-ban-promo{font-size: 12px;}


	#step-1-information-title{font-size: 14px;}
	#step-1-information-choice{font-size: 20px;}
	#step-1-information-benefit{font-size: 16px;font-weight: bold;}
	#step-1-information-number {margin-top: 12px;font-size: 72px;}

	.card{width: 85px;height: 136px;}
	#lead-form{padding: 35px 30px;}

	#about-plan-container{flex-direction: row;flex-wrap: wrap;}
	.about-plan-content{width: 47%;}

	#tarot-cards .tarot-card-wrap{width: 54px;height: 93px;}


	.bottom-subtitle .hidden{display: initial !important;visibility: visible !important;}

	/* tchat - audio */
	.custom-audio-player {max-width: 320px;}
	.audio-timeline-container{max-width: 192px;}
}
@media (min-width:410px){
	.card{width: 90px;height: 145px;}

	#tchat-content .tchat-para {padding: 0 5px 5px 0px}
	#tchat-content .tchat-msg{max-width: 100%}
	.zodiac{font-size:35px}
	.zodiac-text {font-size:8px;margin-top: 3px;}

	#header-mailing-title-sms{font-size: 24px;}
	#header-mailing-title-sms span{font-size: 21px;}

	#fixed-call-to-action{font-family: 'Open Sans',Helvetica,Arial,sans-serif;}
	#fixed-call-star-icon {font-size: 17px;}
	#fixed-call-text{display: inline-block;margin-left: 3px;font-size: 17px;}
	#fixed-call-phone-number{font-size: 17px;}

	.congrats-modal p{margin: 36px 0 30px 0;border-radius: 35px 35px 0 0;;}
}

@media (min-width:420px){
	.card{width: 98px;height: 160px;}

	#call-medium-title {font-size: 28px;}

	#tchat-loader, #tchat-content{min-height:480px;max-height: 480px;}

	#tarot-cards .tarot-card-wrap{width: 60px;height: 117px;}


	#tchat-header {padding: 9px 10px;}
	/* tchat - cards */
	/* .blk-cards{width: 25%;} */
	#tchat-content .tchat-para.is-cards .tchat-msg{padding: 3px;}
}
@media (min-width:430px) {

	#header-subtitle-2 {font-size: 24px;margin-bottom: 166px;}

	#call .title1-top{font-size: 32px;margin-top: 70px;}

	#blk-dispo-promo{display: inline;visibility: visible;}
	#blk-promo{display: hidden;visibility: hidden;}

	#call-mailing-title-1{font-size:19px}
	#call-mailing-title-2{font-size:15px}
	#call-mailing-title-2 span{display: inline;font-weight: normal;}

	#tchat-content .tchat-para.sexe .tchat-msg .radio{padding: 0 12px;}
}

@media (min-width:450px){
	.text-item {max-width:500px}

	#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;}
}
@media (min-width:467px){
	.blk-infos div{padding: 0 14px;}
}
@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;}

	#header-title {font-size: 25px;}
}
@media (min-width:600px) {
	.zodiac-text {font-size:12px;}
	#header-title {font-size: 28px;}
}
@media (min-width:650px){
	#reponse #overlay{background-color: transparent;}
	#response-container{padding-top: 12px;}
	#container-mailing{margin:10px auto}

	.card{width: 100px;height: 153px;}

	/* tchat - cards */
	#tchat-content .tchat-para.is-cards .tchat-msg{max-width: inherit;}
}


@media (min-width:678px){
	#ctnGlobal{background-color: gray;background-color: var(--bg-color-main-content, #ebeaea);}
	.container{background-color: var(--blue-extra-light, #FFF);}

	#header-picture{width:100%;} /* force 100% */
	#header-medium-container{transform: translate(-50%, -80%);}

	#offer-call-container{position: initial;}

	#call-information {max-width: 600px;margin: 40px auto 0;}
	#call-information p{font-size: 16px;}

	#tchat{padding: 15px 0;}
	#tchat-content .tchat-para{align-items: center;}
	#landing #tchat-content .tchat-avatar{order:0;width:65px;min-width: 65px;max-width: 65px;margin:11px 6px 0 0} /* seulement pour la landing page */
	#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;}


	/*** text ***/
	.bg-infos.txt-style{padding:0 95px 25px;}
	.bg-infos2.txt-style{padding:0 95px 25px;margin:0 auto}
	.blk-txt{padding:0px 15px 10px;}
	.bg-infos, .bg-infos2 {width: 85%;}
	#contact p{margin:0 45px 10px}
	.bg-infos2 h4{padding:20px 5px}
	#valide #ban-tarif, 	#interdiction #ban-tarif{border-radius: inherit;margin: 0 auto;}
	#ban-text{width: 65%;}

	#bg-white{padding: 0 47px}
	#ban-text{width: 70%;}

	#about-container{padding: 30px 47px}
	#ban-text {width:50%;}

	#title-cards-action{max-width: 600px;width: 98%;margin: 0 auto}
	#call .title-txt{padding-top: 10px;}
	#response #call .title-txt{padding-top: 15px;}
	#ban-text{width: 80%;}
	#footer{margin-bottom: 0;}
}


@media (min-width: 768px){
	#container-top{position: relative;}

	#tchat-window{max-width: 420px;min-width: 400px;}
	#tchat-header {max-width: 420px;}

	#step-1-information-title{font-size: 16px;}
	#step-1-information-choice {font-size: 23px}
	#step-1-information-benefit{font-size: 18px;}
}


@media (min-width:908px) {
	#tchat-container.border-top-gray{border: 0 none;}

	#about-container p{text-align:justify;}
	#bg-white p{text-align:justify;}
}

@media (min-width:992px){
	#container-top{display: flex;flex-direction: row-reverse;flex-wrap: nowrap;align-content: flex-end;align-items: flex-end;justify-content: space-around;padding-top: 20px;}

	header{width: 50%;margin: 0 auto;}
	#header-picture-container {max-width: 685px;position: relative;z-index: 2;}
	#header-picture{transform: scaleX(-1);}

	#steps{width: 50%;min-height: 484px;}
	#steps-container{padding-bottom: 15px;}
	#step-1-information-title{font-size: 17px;}
	#step-1-information-choice {font-size: 25px}

	#step-2-container{padding: 0;}
	#step-2-information{font-size: 17px;margin-bottom: 10px;}

	.card{width: 91px;height: 136px;}

	#tchat{width: 50%;}
	#tcha-container{min-height: 600px}
	#tchat .pink-content{bottom: 0;}

	header .pink-content{display: block;visibility: visible;}

	#call-medium-title {font-size: 30px;}
	#call-group{padding-top: 160px;display: flex;}
	#call, #about{padding: 0;}
	#call-information p, #call-information ul{font-size: 19px;}

	#about-information{padding-top: 110px;font-size: 19px;}
	#valide #about-information, #interdiction #about-information{padding-top: 15px}

	#titles-tchat-title{display: none;visibility: hidden;}
	#tchat-text-desktop{visibility: visible;position:absolute;left: 0;bottom: 0;min-height: 108px;width: 100%;padding: 5px 3px;background-color: rgba(177, 73, 88, 0.63);font-size: 30px;color:#FFF;display:flex;justify-content: center;align-items: center;font-family: "Jacques Francois", 'Times New Roman', Times, serif, sans-serif;}




	#tchat-window, #tchat-header{max-width: 400px;}
	#tchat-container{padding: 0;}

	#tchat-loader, #tchat-content{min-height: 400px;max-height: 400px;}

	#landing .tchat-avatar{display: none;visibility: hidden;}
	#tchat-content .tchat-msg{order:1; margin-left:5px;}
	#tchat-content .tchat-msg::before {display: none;width: 0px;content: initial;}
	#cards-animation-subtitle{max-width: 285px;margin: 0 auto;}

	#valide #call-group, #interdiction #call-group{padding-top: 214px;}

	.zodiac-text {font-size: 7px;}

	.info-presence{margin-top: 10px;}
	#response #call-mailing .info-presence{margin-top: 5px;}
}

@media (min-width:1000px){
	#tchat-content .tchat-para.is-cards .tchat-msg{max-width: 456px;}

	.border-container-top{border-top:1px solid #E3CDF7; border-left:1px solid #E3CDF7; border-right:1px solid #E3CDF7}
	.border-container-middle{border-left:1px solid #E3CDF7; border-right:1px solid #E3CDF7}
	.border-container-bottom{border-bottom:1px solid #E3CDF7; border-left:1px solid #E3CDF7; border-right:1px solid #E3CDF7}
}
@media (min-width:1200px) {
	#steps-container {padding-bottom: 35px;}
	.card{width: 100px;height: 153px;}
	#cards-animation{gap: 17px;max-width: 485px;}

	#steps{min-height: 663px;}
	#step-1-information-title {font-size: 19px;}
	#step-1-information-choice{font-size: 27px;}

	#step-2-information{font-size: 18px;margin-bottom: 30px;}

	#form-condition-first{padding: 30px 0 5px;}
	#form-condition-second{padding: 5px 0 30px;}

	#tchat{padding: 0 0 40px;}
	#tchat-window, #tchat-header {max-width: 350px;min-width: 350px;}
	#tchat-loader, #tchat-content{min-height: 500px;max-height: 500px;}

	#valide .pink-content{bottom:80px;height: 260px;}

	#valide #call-group, #interdiction #call-group {padding-top: 190px;}

	.custom-audio-player{max-width: 372px;}
	.audio-timeline-container{max-width: 252px;padding-left: 7px;}
}
