@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--bleu-stellantis: #0e3b85;
	--gris: #ececec;
	--couleur-principale: #3474e0;
	--bg-bouton-deactive: #000000;
}

html, body {
	background: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-size:18px;
	color:#000;
}

/***********/
/* GENERAL */
/***********/
input {
	background-color:var(--gris) !important;
	border:0px !important;
	color:#000;
}
input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}
select {
	background-color:var(--gris) !important;
	border:0px !important;
	color:#000;
}
.input-group-text {
	border:none;
	background:var(--gris);
}
.input-group-text.prepend {
	padding-right: 0rem !important;
}
.bloc-calcul-apport {
	background: var(--gris);
	border-radius: .375rem;
}
.bloc-calcul-apport .input-group input, 
.bloc-calcul-apport .input-group span.input-group-text {
	background: #fff !important;
}
.separateur-operation {
	border-top:1px solid rgba(0,0,0,0.4);
}
/* readonly fields */
.readonly-group input {
	
}
.readonly-group .input-group-text {
	
}
/* /readonly fields */
.mentions {
	font-size:0.6em;
}
.form-check-input {
	/*padding: .375rem .375rem;*/
	padding: .6rem .6rem;
}
.form-check-input:checked {
	background-color: #000 !important;
	
}
sup {
	font-size:0.7em;
}
/* set a dynamic height on content for each jquery step form */
.wizard .content {
	min-height: 100px;
}
.wizard .content > .body {
	width: 100%;
	height: auto;
	padding: 15px;
	position: absolute;
}
.wizard .content .body.current {
	position: relative;
}
/******************/
/* LOGO HEADER */
/******************/
#logo-header-content {
	position:relative;
	max-width:205px;
}
#logo-header-content span {
	position:absolute;
	right:0;
	bottom:0;
	font-weight:700;
	font-size:1.5em;
	color:rgba(255,255,255,1);

	color: white;
	text-shadow:
	3px 3px 0 rgba(0,0,0,0.2),
	-1px -1px 0 rgba(0,0,0,0.2),  
	1px -1px 0 rgba(0,0,0,0.2),
	-1px 1px 0 rgba(0,0,0,0.2),
	1px 1px 0 rgba(0,0,0,0.2);
	/*rgb(237,125,49);*/
	/*text-shadow: 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49), 0 0 2px rgb(237,125,49);*/
	/*-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;*/
	/*background: -webkit-linear-gradient(45deg, rgb(237,125,49), #fff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

/******************/
/* CHOIX B2B B2C */
/******************/
#formB2bB2c label {
	cursor: pointer;
	/*filter: grayscale(100%);*/

	/*font-size: 60px;
	line-height: 170px;
	vertical-align: middle;*/
	width:128px;
	height:128px;
	/*font-weight:400;
	color:#aeaeae;*/
	/*padding:50px;*/
	/*border-radius: 50%;
	margin: 0;
	background: var(--gris);*/
	/*background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/

}
#formB2bB2c label[for="B2B"] {
	background:url('../img/btb_off.png');
}
#formB2bB2c label[for="B2B"]:hover, #formB2bB2c input[id="B2B"]:checked + label {
	background:url('../img/btb_on.png');
}

#formB2bB2c label[for="B2C"] {
	background:url('../img/btc_off.png');
}
#formB2bB2c label[for="B2C"]:hover, #formB2bB2c input[id="B2C"]:checked + label {
	background:url('../img/btc_on.png');
}
/*#formB2bB2c label:hover {
	filter: grayscale(0);
	background: -webkit-linear-gradient(45deg,#0d6efd,#B59EB0 80%);
	color:#fff;
}
#formB2bB2c input[type="radio"]:checked + label {
	filter: grayscale(0);
	background: -webkit-linear-gradient(45deg,#0d6efd,#B59EB0 80%);
	color:#fff;
}*/
/*#formB2bB2c .picto-choix-vehicule {
	max-width: 250px;
	width: 100%;
}*/
#formB2bB2c #btn-valider-vehicule {
	padding: 10px 40px;
}
/*@media (max-width: 992px) {
	#formB2bB2c .picto-choix-vehicule {
		max-width: 200px;
	}
}*/
/**********/
/* FOOTER */
/**********/
footer {
	background:#000;
	color: #fff;
	font-size:12px;
}
.logo-footer {
	max-width:160px;
}
.separateur-footer {
	padding-left:10px;
	padding-right:10px;
}
a.lien-outil {
	color: #fff;
	font-size:12px;
	text-decoration:none;
	text-transform: uppercase;
}
a.lien-outil:hover {
	color: #fff;
	font-size:12px;
	text-decoration:underline;
}
#btn-deco {
	/*font-size:1.5em;*/
	cursor: pointer;
	padding:5px 20px;
	border:1px solid #fff;
	border-radius:2px;
	background:#000;
	color:#fff;
}
#btn-deco:hover {
	background:#fff;
	color:#000;
}

/*******************/
/****** LOGIN ******/
/* CREATION COMPTE */
/*******************/
#page-login, #page-login-stats, #page-creation-compte {
	background: center center no-repeat url("../img/bg-login.jpg");
	background-size: cover;
}
@media (min-width:768px){
	#page-login .texte-explicatif, #page-login-stats .texte-explicatif, #page-creation-compte .texte-explicatif {
		max-width: 225px;
	}
}
.logo-login {
	max-width: 370px;
}
.login-encadre {
	background:#fff;
	border-radius:20px;
	max-width:800px;
	padding:30px 40px;
}
.login-encadre h1 {
	font-size:1.2em;
	font-weight:400;
	padding-bottom:20px;
}
.logo-login-stellantis {
	max-width: 250px;
	width:100%;
}
#loginForm label, #loginStatsForm label {
	font-size:0.8em;
	font-weight:600;
	padding-bottom:10px;
}
#loginForm label span,  #loginStatsForm label span {
	font-size:0.9em;
	font-weight:400;
}
#loginForm .mentions,  #loginStatsForm .mentions {
	font-size:0.6em;
}
#loginForm .form-group,  #loginStatsForm .form-group {
	padding-bottom:10px;
}
#loginForm .login_btn,  #loginStatsForm .login_btn {
	color: #ffffff;
	background-color: var(--bleu-stellantis);
	padding: 10px 40px;
	margin: 10px auto;
	border:0px;
	font-weight:600;
	font-size:0.9em;
}
#loginForm a.lien-mdp-oublie, #loginStatsForm a.lien-mdp-oublie {
	font-size:0.8em;
	text-decoration:underline;
	color:#000;
	font-weight:400;
}
@media (max-width:768px){
	#loginForm a.lien-mdp-oublie, #loginStatsForm a.lien-mdp-oublie {
		font-size:0.6em;
	}
}
#loginForm .help-block, #loginStatsForm .help-block {
	clear: both;
	width: 100%;
	text-align: right;
}
#loginForm .alert, #loginStatsForm .alert {
	padding:5px 10px;
	font-size:0.8em;
	border-radius: 0px;
	border: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}

/**********/
/* PROJET */
/**********/

.logo-header {
	max-width:205px;
}
.entete {
	background: center center no-repeat url("../img/bg-header.jpg");
	background-size: cover;
}
.pied-page {
	background: top center no-repeat url("../img/img-footer.jpg");
	background-size: cover;
	height:296px;
}
/*.pied-page .btn-deco {
	height: 95%;
	font-size:2.5em;
	color:#fff;
}*/
@media (max-width:768px){
	.pied-page {
		height:200px;
	}
}
#formProjet .content {
	background:#fff;
}
#formProjet input {
	/*max-width:330px;*/
}
#alerte_solution_montant_finance {
	font-size: 0.8em;
	padding-right: 28px;
	color: #6c757d;
}
#formProjet .actions {
	text-align:center;
}
#formProjet .actions a {
	background: var(--couleur-principale);
	color:#fff;
	font-weight:700;
	font-size:0.9em;
	padding: 10px 40px;
}
#formProjet .actions > ul > li:first-child a {
	background: #000;
	color:#fff;
}
#formProjet .actions .disabled a {
	background: #eee !important;
	color: #aaa !important;
}
#formProjet h4 {
	font-size:1.3em;
	font-weight:800;
	color:var(--couleur-principale);
	padding-bottom:20px;
}
#formProjet .content .body {
	width:100%;
}
#formProjet .steps > ul > li {
	/*width: 20%;*/
	width: 25%;
}
#formProjet .steps > ul > li a {
	text-align: center;
}
#formProjet .steps > ul > li span.number {
	display: none;
}
#formProjet .steps > ul > li.last {
	display:none;
}

#formProjet label.error {
	color: #842029;
	background: #f8d7da;
	width: 100%;
	margin-left: 0px;
	text-align: right;
	padding: 5px 10px;
	font-size: 0.8em;
	display: block;
	width: fit-content;
	margin: 5px auto 3px auto;
}

#formProjet #bloc-montant-finance {
	display: none;
}
#formProjet #financement_apport_prevoir_dont_reprise {
	display: none;
	padding: 0px 1.6rem 15px 1.6rem;
}

/* steps */
#formProjet .steps {
	width:fit-content;
	margin:0 auto;
}
#formProjet .steps > ul > li {
	background: top 37px center repeat-x url("../img/ligne-etapes.png");
}
#formProjet .steps > ul > li.done {
	background-image: url("../img/ligne-etapes-done.png");
}
#formProjet .steps > ul > li.current {
	background-image: url("../img/ligne-etapes-done.png");
}
#formProjet .steps > ul > li:first-child {
	background-position: top 37px left 80px;
	background-repeat:no-repeat;
}
#formProjet .steps > ul > li:nth-child(4) {
	background-position: top 37px right 80px;
	background-repeat:no-repeat;
}
@media (max-width:992px){
	#formProjet .steps > ul > li:first-child {
		background-position: top 37px left 100px;
	}
	#formProjet .steps > ul > li:nth-child(4) {
		background-position: top 37px right 100px;
	}
}
@media (max-width:768px){
	#formProjet .steps > ul > li:first-child {
		background-position: top 37px left 50px;
	}
	#formProjet .steps > ul > li:nth-child(4) {
		background-position: top 37px right 50px;
	}
}
#formProjet .steps a {
	color:#000;
	background:none;
	font-size:12px;
}
#formProjet .steps .done a {
	color:var(--couleur-principale);
	background:none;
}
#formProjet .steps .current a {
	color:var(--couleur-principale);
	background:none;
}
@media (min-width:768px){
	#formProjet .steps a {
		min-width:170px;
	}
}
#formProjet fieldset {
	margin:auto;
}
/* commercial */
#formProjet .steps a#formProjet-t-0:before {
	content:url("../img/picto-commercial.png");
	display:block;
}
#formProjet .steps .done a#formProjet-t-0:before {
	content:url("../img/picto-commercial-done.png");
	display:block;
}
#formProjet .steps .current a#formProjet-t-0:before {
	content:url("../img/picto-commercial-done.png");
	display:block;
}
/* client */
/*#formProjet .steps a#formProjet-t-1:before {
	content:url("../img/picto-commercial.png");
	display:block;
	}
	#formProjet .steps .done a#formProjet-t-1:before {
	content:url("../img/picto-commercial-done.png");
	display:block;
	}
	#formProjet .steps .current a#formProjet-t-1:before {
	content:url("../img/picto-commercial-done.png");
	display:block;
}*/
/* vehicule actuel */
#formProjet .steps a#formProjet-t-1:before {
	content:url("../img/picto-vehicule.png");
	display:block;
}
#formProjet .steps .done a#formProjet-t-1:before {
	content:url("../img/picto-vehicule-done.png");
	display:block;
}
#formProjet .steps .current a#formProjet-t-1:before {
	content:url("../img/picto-vehicule-done.png");
	display:block;
}
/* vehicule souhaite */
#formProjet .steps a#formProjet-t-2:before {
	content:url("../img/picto-vehicule.png");
	display:block;
}
#formProjet .steps .done a#formProjet-t-2:before {
	content:url("../img/picto-vehicule-done.png");
	display:block;
}
#formProjet .steps .current a#formProjet-t-2:before {
	content:url("../img/picto-vehicule-done.png");
	display:block;
}
/* vehicule budget */
#formProjet .steps a#formProjet-t-3:before {
	content:url("../img/picto-budget.png");
	display:block;
}
#formProjet .steps .done a#formProjet-t-3:before {
	content:url("../img/picto-budget-done.png");
	display:block;
}
#formProjet .steps .current a#formProjet-t-3:before {
	content:url("../img/picto-budget-done.png");
	display:block;
}
#btn-modifier-projet {
	cursor: pointer;
	padding:5px 20px;
	border:1px solid #fff;
	border-radius:2px;
	background:#000;
	color:#fff;
	text-decoration:none;
}
#btn-modifier-projet:hover {
	background:#fff;
	color:#000;
}

.btn-footer {
	cursor: pointer;
	padding:5px 20px;
	border:1px solid #fff;
	border-radius:2px;
	background:#000;
	color:#fff;
	text-decoration:none;
}
.btn-footer:hover {
	background:#fff;
	color:#000;
}

/* boutons precedent/suivant en haut */
/*#formProjet {
	margin-top:-3rem;
}*/
@media (max-width:960px){
	#formProjet .header_buttons_steps {
		display:none;
	}
	/*#formProjet {
		margin-top:0rem;
	}*/
}

#formProjet .header_buttons_steps {
	width:100%;
	position:absolute;
	z-index:99;
	/*top:48%*/
	top:0px;
}
#formProjet .header_buttons_steps > ul > li > a {
	/*padding: 10px 15px;*/
	padding:0px;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius: 50%;
	text-align: center;
}
#formProjet .header_buttons_steps > ul {
	width:100%;
	float:left;
}
#formProjet .header_buttons_steps > ul > li {
	display: inline-flex;
	float: right;
}
#formProjet .header_buttons_steps > ul > li:first-child {
	float: left;
}
.etiquettes-date label, .etiquettes-taux-imposition label {
	font-size:0.7em;
	background-color:#ececec;
	padding:2px 10px;
	border-radius:2px;
	color:#6c757d;
}
.etiquettes-date span.espace, .etiquettes-taux-imposition span.espace {
	width:10px;
	display: inline-block;
}
.etiquettes-date span.espace:last-child, .etiquettes-taux-imposition span.espace:last-child {
	width:0px;
}
.etiquettes-date label:hover, .etiquettes-taux-imposition label:hover {
	cursor:pointer;
}

/* ANIMATIONS */
iframe, embed {
	border: 0px;
}

#iframe_ {
	width:700px;
	height:400px;
}
#iframe_preambule {
	width:700px;
	height:500px;
}
#iframe_avantage-1-contrat-service,
#iframe_avantage-1-contrat-service-pro {
	width:700px;
	height:500px;
}
#iframe_avantage-1-garantie,
#iframe_avantage-1-garantie-pro {
	width:700px;
	height:500px;
}
#iframe_avantage-2-pva {
	width:700px;
	height:500px;
}
#iframe_avantage-2-sr {
	width:700px;
	height:500px;
}
#iframe_avantage-3-renouvellement-dc,
#iframe_avantage-3-renouvellement-dc-pro {
	width:700px;
	height:500px;
}
#iframe_avantage-3-renouvellement-locavie {
	width:700px;
	height:500px;
}
#iframe_avantage-3-renouvellement-locavie-pro {
	width:700px;
	height:500px;
}
#iframe_avantage-3-securite-dc, 
#iframe_avantage-3-securite-dc-pro {
	width:700px;
	height:500px;
}
#iframe_avantage-3-securite-locavie-pro {
	width:700px;
	height:500px;
}
#iframe_avantage-4-4-rayons {
	width:700px;
	height:400px;
}
#iframe_avantage-4-5-rayons {
	width:700px;
	height:400px;
}
#iframe_avantage-4-8-rayons {
	width:700px;
	height:400px;
}
#iframe_avantage-4-9-rayons {
	width:700px;
	height:400px;
}
#iframe_avantage-5-gpe {
	width:700px;
	height:500px;
}
#iframe_avantage-5-gcp {
	width:700px;
	height:500px;
}
#iframe_avantage-5-gcp-gpe {
	width:700px;
	height:500px;
}

/* AVANTAGES */

#body-avantages #bloc-entete img {
	display:none !important;
}
#body-avantages #bloc-logo-marque {
	display:none;
}

#date_prochain_rdv {
	max-width:200px;
}

#formAvantages fieldset.current {
	position:relative !important;
	left:0px
}
#formAvantages fieldset {
	padding-top:5px;
	display:block !important;
	position:absolute;
	top:0px;
	left:-10000px;
	margin:auto;
}
#formAvantages div.steps {
	display:none;
}
#formAvantages .content {
	background:#fff;
}
#formAvantages .actions {
	text-align:center;
}
#formAvantages .actions a {
	background: var(--couleur-principale);
	color:#fff;
	font-weight:700;
	font-size:0.9em;
	padding: 10px 40px;
}
#formAvantages .actions > ul > li:first-child a {
	background: #000;
	color:#fff;
}
#formAvantages .actions .disabled a {
	background: #eee !important;
	color: #aaa !important;
}
#formAvantages h4 {
	font-size:1.3em;
	font-weight:800;
	color:var(--couleur-principale);
	padding-bottom:10px;
}
#formAvantages .content .body {
	width:100%;
}
#formAvantages label.error {
	color: #842029;
	background: #f8d7da;
	width: 100%;
	margin-left: 0px;
	text-align: right;
	padding: 5px 10px;
	font-size: 0.8em;
	display: block;
	width: fit-content;
	margin: 5px auto 3px auto;
}
#formAvantages .input-max-width {
	max-width:330px;
}
.input-bg-ffe0c4 {
	background: #ffe0c4 !important;
}
#formAvantages .input-as-label {
	background-color:#fff !important;
	text-align: right;
	padding:0px;
}
@media (max-width:576px){
	#formAvantages .input-as-label {
		text-align: left !important;
	}
}

/* CREER COMPTE CDV */
#page-creation-compte-cdv .titre {
	background-color:#0e3b85; 
	color:#ffffff; 
}
#page-creation-compte-cdv .intro {
	color:#0e3b85; 
}

/* KPI */
.bg-choix-periode {
	background: top center no-repeat url("../img/bg-header-chiffres-cles.jpg");
	background-size: cover;
}
.encadre-form-choix-periode {
	border-radius:20px;
	margin:0 auto;
	background-color:#fff;
	max-width:800px;
}
.encadre-form-choix-periode .titre {
	background-color:#0e3b85; 
	color:#ffffff; 
	margin-bottom:0px;
	border-radius:20px 20px 0px 0px;
}
.encadre-form-choix-periode .sous-titre {
	font-size:22px;
	font-weight:600;
}
/*.form-periode {
	background-color: #deeaff;
}*/
.form-periode input {
	background-color:#e0eafd !important;
}
.form-periode select {
	background-color:#ececec !important;
	border:0px;
}
.form-periode .input-group-text {
	background-color:#0e3b85 !important;
	color:#fff;
}
#btn-stats {
	background-color:#0e3b85 !important;
	border-color:#0e3b85 !important;
}

/* '#0e3b85', '#0d589e', '#0d75b8', '#0c93d1', '#0cb0ea' */
.prestations_non_retenues .av_1 {
	color:#0d589e;
}
.prestations_non_retenues .av_1 div.cadre {
	border-color:#0d589e;
}
.prestations_non_retenues .av_2 {
	color:#0d75b8;
}
.prestations_non_retenues .av_2 div.cadre {
	border-color:#0d75b8;
}
.prestations_non_retenues .av_3 {
	color:#0c93d1;
}
.prestations_non_retenues .av_3 div.cadre {
	border-color:#0c93d1;
}
.prestations_non_retenues div.cadre {
	border:3px solid #0e3b85;
	border-radius:50%;
	width:120px;
	height:120px;
	background-color:#fff;
}
.prestations_non_retenues p {
	line-height:1rem; 
	padding-bottom:0px; 
	margin-bottom:0px; 
	font-size:0.8em;
}

.card {
	border:none;
}
.card-header {
	border-radius:var(--bs-card-inner-border-radius) !important;
	border-bottom:0px; 
	background-color:#0e3b85;
	color:#fff;
	font-size: 1.1rem;
	font-weight:600;
}
.card-body {
	border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) !important;
}
.card.nb_general {
	background-color:#eaeaea;
}
.card.nb_general .card-body {
	
	color:#0e3b85;
}
.card span.unite {
	font-size:0.5em;
}
.card.types_financement .card-header {
	background-color:#0e3b85;
}
.card.durees_financement .card-header {
	background-color:#0f845a;
}
.card.montants_finances .card-header {
	background-color:#107582;
}

.card-header.default {
	background: rgb(14,59,133);
	background: -moz-linear-gradient(141deg, rgba(14,59,133,1) 0%, rgba(52,116,224,1) 100%);
	background: -webkit-linear-gradient(141deg, rgba(14,59,133,1) 0%, rgba(52,116,224,1) 100%);
	background: linear-gradient(141deg, rgba(14,59,133,1) 0%, rgba(52,116,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e3b85",endColorstr="#3474e0",GradientType=1); 
	color:#fff !important;
}
.card.v1 {
	border-color:#086865; 
}
.card-header.v1 {
	background-color:#086865; 
	/*background: rgb(8,104,101);
		background: -moz-linear-gradient(141deg, rgba(8,104,101,1) 0%, rgba(33,131,128,1) 100%);
		background: -webkit-linear-gradient(141deg, rgba(8,104,101,1) 0%, rgba(33,131,128,1) 100%);
		background: linear-gradient(141deg, rgba(8,104,101,1) 0%, rgba(33,131,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#086865",endColorstr="#218380",GradientType=1);  */
	color:#fff !important;
}
.card.v2 {
	border-color:#218380; 
}
.card-header.v2 {
	background-color:#218380; 
	/*background: rgb(33,131,128);
		background: -moz-linear-gradient(141deg, rgba(33,131,128,1) 0%, rgba(148,168,154,1) 100%);
		background: -webkit-linear-gradient(141deg, rgba(33,131,128,1) 0%, rgba(148,168,154,1) 100%);
		background: linear-gradient(141deg, rgba(33,131,128,1) 0%, rgba(148,168,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#218380",endColorstr="#94a89a",GradientType=1); */  
	color:#fff !important;
}
.card.v3 {
	border-color:#94a89a; 
}
.card-header.v3 {
	background-color:#94a89a;
	/*background: rgb(148,168,154);
		background: -moz-linear-gradient(141deg, rgba(148,168,154,1) 0%, rgba(8,104,101,1) 100%);
		background: -webkit-linear-gradient(141deg, rgba(148,168,154,1) 0%, rgba(8,104,101,1) 100%);
		background: linear-gradient(141deg, rgba(148,168,154,1) 0%, rgba(8,104,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94a89a",endColorstr="#086865",GradientType=1);   */ 
	color:#fff !important;
}
/*Bootstrap Calendar*/
.datepicker {
	border-radius: 0;
	padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
	padding: 10px;
	display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
	background: #3546b3;
	color: #ffffff;
	border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
	border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
	text-transform: uppercase;
	font-weight: 300 !important;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
	border-radius: 0;
}
.datepicker td, .datepicker th {
	border-radius: 50%;
	padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
	background: #3546b3;
	color: #ffffff;
	border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-image: none;
}
.datepicker .prev, .datepicker .next {
	color: rgba(255, 255, 255, 0.5);
	transition: 0.3s;
	width: 37px;
	height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
	background: transparent;
	color: rgba(255, 255, 255, 0.99);
	font-size: 21px;
}
.datepicker .datepicker-switch {
	font-size: 24px;
	font-weight: 400;
	transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
}
.datepicker table tr td span {
	border-radius: 2px;
	margin: 3%;
	width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #3546b3;
	background-image: none;
}
.dropdown-menu {
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
	border-top: 7px solid rgba(0,0,0,.1);
}


/* PRINT */
#body-avantages .swal2-popup {
	background: #fff;
}
#body-avantages .swal2-close,
#body-avantages .swal2-close:hover {
	color:#000;
	box-shadow: none !important;
}

#body-avantages .swal2-confirm {
	background:#000;
}

#body-avantages .swal2-icon.swal2-info {
	color:var(--couleur-principale);
	border-color:var(--couleur-principale);
}

.swal2-popup .swal2-styled:focus {
	box-shadow: none !important;
}

.btn-print-swal {
	background:var(--couleur-principale);
	color: #fff;
	padding: 15px 40px;
	display: inline-flex;
	border-radius: 3px;
	margin-top:20px;
	text-decoration:none;
}
.btn-print-swal:hover {
	color: #fff;
}


/* PDF */

#body-pdf #bloc-entete img {
	display:none !important;
}
#body-pdf #bloc-logo-marque {
	display:none;
}
#display_pdf {
	width: 100%;
	height: 1500px;
}
@media (max-width:1200px){
	#display_pdf {
		height: 1400px;
	}
}
@media (max-width:992px){
	#display_pdf {
		height: 1000px;
	}
}
@media (max-width:768px){
	#display_pdf {
		height: 700px;
	}
}
@media (max-width:576px){
	#display_pdf {
		height: 600px;
	}
}

/* LOADER */
/* Absolute Center Spinner */
.loading {
	display:none;
	position: fixed;
	z-index: 999;
	/*height: 2em;
	width: 2em;*/
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    /*background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
	background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));*/
}

/* loader compte tour */
#loader-wrapper{
	position: absolute; 
	left: 0; 
	top: 0;
	right: 0; 
	bottom: 0; 
	background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
	background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8)); z-index: 15; overflow: hidden;
}

.loader{
	width: 150px; 
	height: 150px; 
	border: 2px #fff solid; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin: -75px 0 0 -75px; 
	border-radius: 50%;
}

.loader .loading{
	font-size: 10px;
	position: absolute; 
	width: 100%; 
	text-align: center; 
	line-height: 14px;
	font-style: italic; 
	left: 0;
	top: 50%;
	margin-top: 15px; 
	color: #fff; 
	font-weight: bold; 
	text-transform: uppercase;
}

.loader-circle-1{
	width: 138px; 
	height: 138px;
	left: 5px; 
	top: 5px; 
	border: 1px #fff solid; 
	border-radius: 50%; 
	position: absolute; 
	border-right-color: transparent;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loader-circle-2{
	width: 126px;
	height: 126px; 
	left: 5px; 
	top: 5px; 
	border: 1px transparent solid;
	border-radius: 50%; 
	position: absolute;
	border-right-color: var(--couleur-principale);
	-webkit-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}

.loader .line{
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
}

.loader .line:nth-child(1){
	left: 16px; 
	top: 50%;
	margin-top: -1px;
}

.loader .line:nth-child(2){
	transform: rotate(45deg);
	-moz-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	left: 33px; 
	top: 33px;
}

.loader .line:nth-child(3){
	top: 16px;
	left: 50%; 
	width: 2px; 
	height: 10px;
}

.loader .line:nth-child(4){
	transform: rotate(135deg);
	-moz-transform: rotate(135deg); 
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	right: 33px; 
	top: 33px;
}

.loader .line:nth-child(5){
	right: 16px;
	top: 50%; 
	margin-top: -1px;
}

.loader .line:nth-child(6){
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	right: 33px; 
	bottom: 33px; 
	background: var(--couleur-principale);
}

.loader .subline{
	position: absolute;
	width: 3px; 
	height: 2px; 
	background: #fff;
}

.loader .subline:nth-child(7){
	transform: rotate(22.5deg); 
	-moz-transform: rotate(22.5deg); 
	-webkit-transform: rotate(22.5deg); 
	-ms-transform: rotate(22.5deg); 
	left: 21px; 
	top: 50px;
}

.loader .subline:nth-child(8){
	transform: rotate(67.5deg); 
	-moz-transform: rotate(67.5deg); 
	-webkit-transform: rotate(67.5deg); 
	-ms-transform: rotate(67.5deg); 
	left: 50px; 
	top: 21px;
}

.loader .subline:nth-child(9){
	transform: rotate(112.5deg); 
	-moz-transform: rotate(112.5deg); 
	-webkit-transform: rotate(112.5deg); 
	-ms-transform: rotate(112.5deg); 
	right: 50px; 
	top: 21px;
}

.loader .subline:nth-child(10){
	transform: rotate(157.5deg);
	-moz-transform: rotate(157.5deg); 
	-webkit-transform: rotate(157.5deg); 
	-ms-transform: rotate(157.5deg); 
	right: 21px; 
	top: 50px;
}

.loader .subline:nth-child(11){
	transform: rotate(22.5deg);
	-moz-transform: rotate(22.5deg);
	-webkit-transform: rotate(22.5deg);
	-ms-transform: rotate(22.5deg);
	right: 20px;
	bottom: 49px;
	background: var(--couleur-principale);
}

.loader .needle{
	width: 14px; 
	height: 14px;
	border-radius: 50%;
	border: 1px #fff solid;
	position: absolute;
	left: 50%; 
	top: 50%; 
	margin: -8px 0 0 -8px;  
	z-index: 1;  
	-webkit-animation: pegIt 3s infinite ease-in-out;
	animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before{
	content: ""; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 50px 3.5px 0;
	border-color: transparent var(--couleur-principale) transparent transparent;
	position: absolute; 
	right: 50%; 
	top: 50%; 
	margin: -3.5px 0 0 0; 
	border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
	0% {transform: rotate(0deg);}
	16% {transform: rotate(75deg);}
	25% {transform: rotate(55deg);}
	30% {transform: rotate(90deg);}
	36% {transform: rotate(170deg);}
	42% {transform: rotate(150deg);}
	50% {transform: rotate(227deg);}
	100% {transform: rotate(0deg);}
}

@-webkit-keyframes pegIt {
	0% {-webkit-transform: rotate(0deg);}
	16% {-webkit-transform: rotate(75deg);}
	25% {-webkit-transform: rotate(55deg);}
	30% {-webkit-transform: rotate(90deg);}
	36% {-webkit-transform: rotate(170deg);}
	42% {-webkit-transform: rotate(150deg);}
	50% {-webkit-transform: rotate(227deg);}
	100% {-webkit-transform: rotate(0deg);}
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}	
