#boutondescentecgu:hover, #boutondescentecp:hover{
	color: #3d5e98;
	cursor: pointer;
}

#boutondescentecgu:active, #boutondescentecp:active{
	color: #5a88d8;
	cursor: pointer;
}

#boutondescentecgu, #boutondescentecp{
	color: #5a88d8; 
	margin-top: -35px;
	text-align: center; 
	font-size: 55px; 
	position: relative ;
}

#divBoutonDescenteCgu, #divBoutonDescenteCp{
	display: flex; 
	justify-content:center;
}

button[disabled], button[disabled]:hover {
	background-color: #b4b4b4;
}

button[color=secondary] {
		background-color: transparent;
		color: #5a88d8;
		font-weight: normal;
}

button[color=secondary] {
	background-color: transparent;
	color: #5a88d8;
	font-weight: normal;
}

button[color=secondary]:hover {
	background-color: transparent;
    color: #3d5e98;
}

.montant-avec-devise, .nombre {
	white-space: nowrap;	
}

/*********
* Spinner
*/
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  border: 0.2rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 1s linear infinite;
}

/*********
* Tooltip
*/
i[data-toggle=tooltip] {
	display: inline;
}

.mc2-tooltip {
	position: relative;
}

.mc2-tooltip > * > .tootip__titre {
	display: block;
	font-weight: 900;
	margin-bottom: 1rem;
}

.mc2-tooltip > .mc2-tooltip-bottom, .mc2-tooltip > .mc2-tooltip-top, .mc2-tooltip > .mc2-tooltip-right, .mc2-tooltip > .mc2-tooltip-left {
	visibility: hidden;
  	background-color: #002364;
    font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0.5rem;
	border-radius: 6px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1.42857143;
	
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

.mc2-tooltip > .mc2-tooltip-bottom {
  	width: 400px;
	
	top: calc(100% + 5px);
	left: 50%;
	margin-left: -200px;
}

.mc2-tooltip > .mc2-tooltip-top {
  	width: 400px;
	
	bottom: calc(100% + 5px);
	left: 50%;
	margin-left: -200px;
}

.mc2-tooltip > .mc2-tooltip-right {
  	width: 200px;
	
	left: calc(100% + 5px);
	top: 50%;
	transform:translate(0, -50%);
}

.mc2-tooltip > .mc2-tooltip-left {
  	width: 200px;
	
	right: calc(100% + 5px);
	top: 50%;
	transform:translate(0, -50%);
}

.mc2-tooltip > .mc2-tooltip-bottom::after, .mc2-tooltip > .mc2-tooltip-top::after, .mc2-tooltip > .mc2-tooltip-right::after, .mc2-tooltip > .mc2-tooltip-left::after {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
}

.mc2-tooltip > .mc2-tooltip-bottom::after {
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-color: transparent transparent #002364 transparent;
}

.mc2-tooltip > .mc2-tooltip-left::after {
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-color: transparent transparent transparent #002364;
}

.mc2-tooltip > .mc2-tooltip-right::after {
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-color: transparent #002364 transparent transparent;
}

.mc2-tooltip > .mc2-tooltip-top::after {
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-color: #002364 transparent transparent transparent;
}

.mc2-tooltip:hover > .mc2-tooltip-bottom, .mc2-tooltip:hover > .mc2-tooltip-left, .mc2-tooltip:hover > .mc2-tooltip-right, .mc2-tooltip:hover > .mc2-tooltip-top {
	visibility: visible;
  	opacity: 1;
}

ul.liste-radios {
	display: inline-block;
	padding-left: 0;
}

ul.liste-radios > li {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	list-style: none;
	font-weight: bold;
	color: #5a88d8;
	margin-left: 2.5rem;
}

ul.liste-radios > li:hover {
	color: #002364;
}

ul.liste-radios > li > label {
	font-weight: bold;
}

ul.liste-radios > li:not(.mc2-hidden) ~ li:not(.mc2-hidden),
.mc2-border-top-dotted {
	border-top: 0.2rem dotted rgb(129,129,129);	
}

.mc2-border-bottom-dotted {
	border-bottom: 0.2rem dotted rgb(129,129,129);	
}


.mc2-hidden {
	display: none !important;
}

@media screen and (max-width: 800px) {
	.formulaire fieldset>div {
		margin: 30px 0 0 !important;
		background-color: inherit;
	}
	
	#endCGU{
	text-align: center;
	}

}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.password-verdict {
	font-weight: 900 !important;
}

#example-progress-bar-container {
	position: absolute;
	margin: 0;
	padding: 0;
}

.progress .progress-bar {
	height: 7px;
	display: none;
}

.progress {
	background-color: inherit !important;
	height: inherit !important;
	margin-bottom: 0 !important;
}

#example-progress-bar-container .progress {
	height: 5px;
	background-color: inherit;
}

#password-text {
	display: none;
	position: initial;
	top: 60px;
}

#example-getting-started-text {
	display: inline-block;
	padding: 0 !important;
	font-weight: bold;
}

#fileTuile {
	margin-left: 0px !important;
}

.container {
	margin-top: 225px;
}

.error-template {
	padding: 40px 15px;
	text-align: center;
}

.error-actions {
	margin-top: 15px;
	margin-bottom: 15px;
}

.error-actions .btn {
	margin-right: 10px;
}

.fieldset-actions {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.text-actions {
	color: #d70064;
	font-weight: 700;
	cursor: pointer;
}

.form-action {
	margin-top: 20px;
}

.tuile-text {
	padding-top: 50px !important;
	/* padding-left: 280px !important; */
}

.tuile-vide {
	text-align: center;
	font-style: italic;
	padding-top: 67px !important;
}

.tuileBs-vide {
	text-align: center;
	font-style: italic;
	height: 203px;
	/* background: #caddff !important; */
}

.tuile-p {
	padding-top: 82px;
}

.sautLigne {
	padding-top: 20px !important;
}

.optionTitre {
	font-size: 14px !important;
	margin-bottom: 6px !important;
}

.cgu-paragraphe {
	margin-top: 0px !important;
}

.cgu-ul {
	margin-bottom: 0px !important;
}

.cgu-mentions {
	font-style: italic;
	font-weight: 400 !important;
}

.red-tooltip+.tooltip>.tooltip-inner {
	background-color: #ffffff;
	max-width: 300px !important;
	width: 230px;
	color: #002364;
	font-weight: 900;
	width: 230px;
	box-shadow: 0 1px 3px 1px #c5c5c5;
}

.red-tooltip+.tooltip.right>.tooltip-arrow {
	border-right-color: #ffffff !important;
}

.title-weight {
	font-weight: 600 !important;
}

.title-success {
	color: rgb(100, 188, 123);
}

.modal-body {
	max-height: calc(100vh - 210px);
	overflow-x: auto;
}

.modal-dialog {
	margin-top: 0;
	margin-bottom: 0px;
}

.modal {
	text-align: center;
	padding: 0 !important;
	z-index: 1500;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.colonne-pictos {
	padding: 5px !important;
}

.afficherPlusMoisBouton {
	color: #5a88d8;
	font-weight: bold;
	cursor: pointer;
	padding-left: 15px;
}

.afficherPlusMoisBouton:hover {
	color: #3d5e98;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:after {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 10px;
	right: -5px;
	display: inline;
}

@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
		table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
		table.dataTable thead .sorting_desc_disabled:after {
		right: 4px;
	}
}

@
supports (-ms-ime-align: auto ) {table .dataTable thead .sorting:after,
	table.dataTablethead.sorting_asc :after, table.dataTablethead.sorting_desc
	:after, table.dataTablethead.sorting_asc_disabled :after,
	table.dataTablethead.sorting_desc_disabled :after {
    right : 4px;
	
}

}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc,
	table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc,
	table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting
	{
	padding-right: 8px !important;
}

table.tableauSelection input:disabled {
    background: #caddfe;
}

table.tableauSelection > thead {
	background-color: white;
	border-bottom: none;
}

table.tableauSelection > tbody {
	background-color: #caddfe;
	color: #5a88d8;
	font-weight: bold;
    cursor: pointer;
}

table.tableauSelection > tbody > tr.activeRow,
table.tableauSelection > tbody > tr:hover {
	color: #002364;
}

table.tableauSelection > tfoot {
	background-color: #caddfe;
	font-weight: bold;
}

table.tableauSelection .zmdi-check {
	color: #002364;
}

table.tableauSelection .zmdi-check-circle,
table.tableauSelection .zmdi-circle-o {
	font-size: 20px;
	margin-right: 0.5rem;
}

.zmdi-info{
	color: #002364;
}

.zmdi-replay {
	margin:0.2rem;
}

.zmdi-replay:hover {
	cursor:pointer;
}

table.c-checkable-table tr td:first-child, table.c-checkable-table tr th:first-child {
	padding-left: 2rem;
}

table.c-checkable-table tr.c-checkable-table__row--checked > td:first-child::before {
	content: '\f26b';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    margin-left: -1.5rem;
    font-size: 1.5rem;
    line-height: 100%;
}

.text-center {
	text-align: center;
}

.modal-footer-cgu {
	margin-right: 0px;
}

.afficherChamp {
	display: block !important;
}

.cacherChamp {
	display: none;
}

/* ecran de connexion login.html */


.video-votre-espace-client {
	max-width: 450px;
	margin: 0 auto;
	margin-top: 20px;
}

.video-votre-espace-client:hover {
	border-color: #5a88d8;
	border-style: solid;
	border-width: 2px;
}

.video-votre-espace-client>a>img {
	width: 100%;
}

#videoModale video {
	width: 100%;
	background-color: #ffffff !important;
}

@media(max-width:767px) {

	.video-votre-espace-client{
		width:290px;
	}
}

@media(min-width:767px) {

	.formulaire.connexion .deja-inscrit {
		border-bottom: 0 !important;
		border-right: none !important;
	}

	.premiere-connexion-col {
		border-left: 1px solid #c5c5c5;
	}
}	

@media(max-width:767px) {

	.premiere-connexion-col {
		margin-bottom:30px;
	}
}	
		

/* faq faq.html */

#faq-wrapper {
	margin-bottom: 200px;
}

.block-faq a {
    color: #5a88d8 !important;
}

/* Tuile avance dans le d�tail d'un contrat */

/* bandeau d'alerte informant que le seuil est d�pass� */
.box-footer-warning {
	width:100%;
	background-color: #5a88d8;
	height:50px;
	text-align:center;
	color:#ffff;
	line-height:50px;
	position: absolute;
	bottom:0;
}

.fade {
  opacity: 0;
  .transition(opacity .15s linear);
  &.in {
    opacity: 1;
  }
}

.collapse {
  display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  .transition-property(~"height, visibility");
  .transition-duration(.35s);
  .transition-timing-function(ease);
}

/*css pour le datePicker*/
#select-group-date{
	display: flex;
	flex-flow : row;
	justify-content: space-around;
}

.selectDay,
.selectMonth{
	margin-right: 1.8em; 
}

/* Chatbot style override*/
#dydu-teaser {
	right: 20px !important;
    bottom: 40px!important;
}

#dydu-teaser .dydu-chatbox {
	width:70px !important;
	height:70px !important;
}

#dydu-teaser .dydu-chatbox .dydu-avatar-header {
	width:60px !important;
	height:60px !important;
	bottom: 5px !important;
    right: 5px !important;
    top: initial !important;
    left: initial !important;
    top: auto !important;
    left: auto !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

#dydu-teaser .dydu-chatbox .tooltip {
	padding: 10px 10px !important;
	width: 125px !important;
}

@media(max-width: 400px)  {
	.modal a {font-size: 15px;}
}


#condition-generale-utilisation h1, #condition-particuliere h1, #erreur-affichage-pdf h1 {
	font-size: 20px;
    text-align: center;
}

#condition-generale-utilisation #endCGU div:first-child, #condition-particuliere #endCGU div:first-child {
	padding-bottom:10px;
}


.tuileContactBtn:hover{
	background: #3d5e98;
	  color: white;
	  
	}
	
.tuileContactBtn{
	text-align: center;
	margin-top:5em;
	font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: white;
    padding: 10px 18px;
    background: #5a88d8;
    border: 0;
    border-radius: 15px;
}

.text-capitalize{
	text-transform: lowercase !important;
}
.text-capitalize::first-letter {
    text-transform: uppercase;
}
.textTuileContact{
	
	margin-bottom:2em;
}
.mc2-bold{
    font-weight: bold !important;
}
.mc2-italic{
    font-style: italic;
}

.connaissance-client-texte {
	text-align: justify;
}

.icone-avertissement {
	font-size: 50px;
	text-align: center;
	padding: 0;
}

.wrapper.bulle-info {
	position: relative !important;
	background-color:#caddfe; 
	color:#002364; 
	border-radius:15px; 
	padding: 10px 10px 10px 10px; 
	margin-bottom:3rem;
	margin-top: 1rem;
}

@media(min-width: 992px) {
	.icone-avertissement {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

#tableDemandes_paginate > span > .paginate_button:hover{
	background: white;
    color: #3d5e98;
}

.return-button{
	background: white;
    color: #3d5e98;
    border: solid 2px;   
    border-radius: 1rem;
    padding: 0.4rem 1rem;
    font-size: 1.15rem;
    line-height: 2.8rem;
    font-weight: 700;
    vertical-align: baseline;
    cursor: Pointer;
    display: inline-table;
}

.return-button:hover {
	background: #3d5e98;
	color: white;
}

.box.box-height-auto {
	height: auto;
}

.text-legende {
	font-size: 0.7rem;
}

div#chartDetailContratContainer, div#chartSupportContainer, div#chartGestionContainer, div#chartContainer, div#chartRepartitionContainer {
	width: 18rem;
	margin-left: 1rem;
}

div#myChartContainer {
	width: 15rem;
	margin-left: 4rem;
}

.wizard>.actions a:hover{
	background: #3d5e98;
}

div.actions > ul > li:first-child > a {
	background: white;
    color: #3d5e98;
    border: solid 2px;
}

div.actions > ul > li:first-child > a:hover{
	background: #3d5e98;
	color: white;
}

div#camembertDetailEpargneContainer {
	width: 17rem;
}

.activeError {
	display: block;
	color: #d70064;
	background: #eca9a9;
	margin: 0.3rem 0 1rem;
	padding: 3px 10px;
	border-radius: 5px;
}

.form-group .activeError{
	margin-left:25px;
}

.mail{
	line-height: 60px;
	padding-left:1.2rem;
}

.logoCNP2020 {
	width : 14rem;
	height : 5rem; 
}

#label-numero-chercher-contrat{
	margin-bottom: 1.5rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
input::placeholder {
	font-weight: normal;	
}

input:disabled {
	background: #b4b4b4;
    border-bottom: none;
}

input[type="text"].inputError {
	border-image: linear-gradient(to top, #d70064 45%, #ffffff 0%) 9
		!important;
}

input:invalid:not(mc2-touched) {
	box-shadow: none;
}

.inputInvalide {
    background: rgb(251, 227, 228) !important;
    border: 1px solid #fbc2c4 !important;
    color: #8a1f11 !important;
}

input[type=radio].mc2-radio, input[type=checkbox].mc2-checkbox {
	position: absolute;
  	left: -9999px;
}

input[type=radio].mc2-radio + label {
	cursor: pointer;
}

input[type=radio].mc2-radio + label {
	color: #5a88d8;
	font-weight: bold;
}

input[type=radio].mc2-radio + label::before{
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	padding-right: 1rem;
}


input[type=radio].mc2-radio + label::before {
	content: '\f26c';
}

input[type=radio].mc2-radio:checked + label::before {
	content: '\f269';
}

input[type=radio].mc2-radio:checked + label {
	color: #002463;
}

/* Suppression des arrows sur les type number Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0 ;
}

/* Suppression des arrows sur les type number Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::placeholder{
	color: #5a88d8;
}

input:last-child, select:last-child {
	margin-bottom: 1rem;
}

.fullWidth {
	width: 100%;
}

.mc2-start-with-icon::before {
	font-family: 'Material-Design-Iconic-Font';
    margin-right: 0.5rem;
}

.mc2-end-with-icon::after {
	font-family: 'Material-Design-Iconic-Font';
    margin-left: 0.5rem;
}

date-input-polyfill button {
	color: inherit;
	top: 0px;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	width: 30% !important;
}

date-input-polyfill button:hover {
    color: inherit;
}


date-input-polyfill .monthSelect-wrapper {
    width: 45% !important;
}

.loader {
	background: url(img/ajax-loader.gif) no-repeat center center
		transparent;
	height: 500px;
}
input[type=number].mc2-input-montant{
	width:7rem;
}
input[type=number].mc2-input-duree{
	width:3rem;
}
input[type=date].mc2-input-date{
	width: 9.5rem;
}

/* Tuile BonneMine */
.element-bonne-mine button {
	background: transparent;
}

.element-bonne-mine button:hover {
	background: transparent;
}

.element-bonne-mine button i {
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	align-items: flex-end;
	color: blueviolet;
}

.lien-rdv-non-connecte{
    display: inline-block;
    font-size: 1rem;
    line-height: normal;
    font-weight: 700;
    color: white;
    padding: 0.6rem 1.1rem;
    background: #5a88d8;
    border-radius: 1rem;
}

.modaleAideCodeActivation{
	width: 90%; 
	margin-left: 5%; 
	margin-top: 1em; 
	margin-bottom: 1em;
}

.imageModaleAideCodeActivation{
	width: 90%;
	margin-bottom: 1.5em;
}
.PrevoirContactCNPAssurances{
	color : #00b2a9;
}

.PrevoirContactPrevoir{
	color : #d52056;
}

#ancienPassword,#nouveauPassword,#nouveauPasswordVerif{
	width : 13.75rem;
}

.row.row-signature {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.row-signature-text {
    background-color: white;
    font-weight: bold;
    margin: 0 0 10px;
}

.co-browsing {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

.webCallBackLogin,.titreWebCallBack{
	margin-bottom: 2rem;
	text-align: center;	
}

.webCallBack-Tab {
	 margin-left: 3em;
}

.webCallBackTab-margin-btnRDV {	
	text-indent: 0em;
}

.text-plus-petit {
	font-size: 12px;
}

.margin-pour-visibilite{
	margin-bottom: 35%;
}

.logoPrevoir{
	float: right;
}

.body-kyc-pedagogique{
	background-color : white;
}

.derniere-maj-profil-financier{
	text-align: right;
    font-size: 12px;	
}

#logout_form{
	margin: auto;
    width: 40%;
}

.videoLogin{
	width: 100%;
	background-color: white;
}
