@import url('https://fonts.googleapis.com/css?family=Advent+Pro:400,700');

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Advent Pro', sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: 300;
	height : 100%;
	min-height: 100%;
}

body{
	margin: auto;
	background: url('images/fond.jpeg') center center no-repeat;
	position: relative;
	z-index: 0;
	background-size: cover;
	display:flex;
	padding:0 10px;
	min-height: 100%;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

body > div{
	transition:0.4s;
	/*opacity:0;
	visibility: hidden;*/
}
#body_inside_iframe{
	background:none;
}
#container_iframe{
	padding:0;
	min-height: 100%;
}
#container_iframe:after{
	display:none;
}
body:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.8;
	background: #0382a4;
	background: -moz-linear-gradient(top, #0382a4 0%, #013044 70%);
	background: -webkit-linear-gradient(top, #0382a4 0%, #013044 70%);
	background: linear-gradient(to bottom, #0382a4 0%, #013044 70%);
    background-attachment: fixed;
    position: fixed;
}

h1{
	margin:5px auto;
	font-size:1.6em;
	color:#FFF;
	font-weight: 400;
    text-transform: uppercase;
}
h2{
    color: #FFF;
    font-weight: normal;
    font-size: 1.1em;
    margin: 10px auto;
	text-align: center;
}
h4{
	margin:.5em;
}
a{
	text-decoration: none;
	color:inherit;
}
ul{
	padding-left:0;
}
li{
	list-style-type: none;
}
button {
    border: none;
    outline:none;
}
#index form{
	text-align: center;
}
form .image_connexion{
	display: block;
    margin: 10px auto 0;
    max-height: 60px;
}
#index .error {
	display : none;
	color : red;
}
#index form input[type="text"],#index form input[type="password"], #index form input[type="email"], #index form textarea, select{
	background:rgba(255, 255, 255, 0.2);
	color:rgba(255, 255, 255, 0.7);
	padding:20px;
	padding-left:50px;
	border-radius:50px;
	margin:10px auto;
	border:none;
	font-family: 'Advent Pro', sans-serif;
	width:230px;
}
#index form textarea{
	border-radius:10px;
	padding:20px;
	min-height:30px;
}
form button, .bouton_simulateur{
	background: url(images/hexagone_beige.svg) center center no-repeat;
    height: 75px;
    width: 85px;
    color: #FFF;
    font-weight: 700;
    border: none;
    margin-top: 10px;
	font-family: 'Advent Pro', sans-serif;
	font-size:0.9em;
}
.btn_retour.bouton_simulateur{
	display:none;
}
form input[type="checkbox"]{
	display:none;
}
form input[type="checkbox"] + label:before{
	content:'';
	width:10px;
	height:10px;
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
	background:url('images/checkbox.svg') center center no-repeat;
	background-size:cover;
}
form input[type="checkbox"]:checked + label:before{
	background:url('images/checkbox_checked.svg') center center no-repeat;
	background-size:cover;
}
::placeholder {
	color:rgba(255, 255, 255, 0.7);
}
form input[type="text"]:disabled{
	opacity: 1;
}

#simulateurs #fil_ariane{
	top: 75px;
	position:fixed;
}

#fil_ariane{
	color:#FFF;
	margin-bottom:10px;
}
#fil_ariane p{
	margin:auto;
	display: inline-block;
	vertical-align: middle;
}
#fil_ariane p a:first-child{
	font-weight: 700;
	text-transform:uppercase;
}
#fil_ariane a{
	color:#FFF;
}

/* ===============================================================================================
MENU
===================================================================================================*/
#menu{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.4);
	opacity:0;
	transition:0.4s ease;
	overflow:hidden;
	z-index: -1;
}
#menu.active{
	opacity:1;
	z-index: 2;
}
#menu ul{
	position:absolute;
	top:56px;
	right:0;
	width:100%;
	max-width: 40%;
}
#menu li{
	transition:0.3s ease;
	margin:10px auto;
	padding-left:120%;
	width:300%;
}
#menu.active li{
	padding:0;
}
#menu li a{
	padding: 10px 20px 10px 36px;
    background: #FFF;
    display: block;
    position: relative;
	color:#004563;
	font-weight:bold;
}
#menu li a:after{
	content:'';
	display:block;
	position:absolute;
	height:100%;
	width:50px;
	top:0;
	left:-20px;
}
#menu li:nth-child(1){
	transition-delay: 0.2s;
}
#menu li:nth-child(2){
	transition-delay: 0.22s;
}
#menu li:nth-child(3){
	transition-delay: 0.24s;
}
#menu li:nth-child(4){
	transition-delay: 0.26s;
}
#menu li:nth-child(5){
	transition-delay: 0.28s;
}
#menu li:nth-child(6){
	transition-delay: 0.3s;
}
#menu li:nth-child(7){
	transition-delay: 0.32s;
}
#menu li:nth-child(8){
	transition-delay: 0.34s;
}
#menu li:nth-child(9){
	transition-delay: 0.36s;
}
#menu li:nth-child(10){
	transition-delay: 0.38s;
}

#menu li:nth-child(1) a:after{
	background:url('images/li_accueil.svg') center center no-repeat;
}
#menu li:nth-child(2) a:after{
	background:url('images/li_book.svg') center center no-repeat;
}
#menu li:nth-child(3) a:after{
	background:url('images/li_memos.svg') center center no-repeat;
}
#menu li:nth-child(4) a:after{
	background:url('images/li_news.svg') center center no-repeat;
}
#menu li:nth-child(5) a:after{
	background:url('images/li_plaquette.svg') center center no-repeat;
}
#menu li:nth-child(6) a:after{
	background:url('images/li_simulateurs.svg') center center no-repeat;
}
#menu li:nth-child(7) a{
	color:#a79264;
}
#menu li:nth-child(7) a:after{
	background:url('images/li_espace_pro.svg') center center no-repeat;
}
#menu li:nth-child(8) a:after{
	background:url('images/li_support.svg') center center no-repeat;
}
#menu li:nth-child(9) a:after{
	background:url('images/li_deconnexion.svg') center center no-repeat;
}

/* ===============================================================================================
MENU BURGER
===================================================================================================*/
#menu_bouton {
    height: 54px;
    width: 54px;
    z-index: 999;
    position: fixed;
    cursor: pointer;
    right: 0;
    text-align: center;
    top: 0;
	cursor:pointer;
}
#menu_bouton:before {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
#menu_bouton:after {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}
#menu_bouton p{
	margin: auto;
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
    left: 0;
    bottom: -2px;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
}
#menu_bouton span {
    display: block;
}
#menu_bouton.active span {
    opacity: 0;
}
#menu_bouton.active:after,
#menu_bouton.active:before,
#menu_bouton.active span {
    background: #fff;
}
#menu_bouton:before,
#menu_bouton span,
#menu_bouton:after {
    content: "";
    height: 3px;
    left: 25%;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 50%;
    background: #FFF;
}
#menu_bouton.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#menu_bouton.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

/* ===============================================================================================
INDEX
===================================================================================================*/
#index{
	margin:auto;
}
#logo{
	position:absolute;
	top:10px;
	left:10px;
}
.logo {
	width:150px;
	max-width: 150px;
	margin: auto;
	display: block;
}
#index #champ_email{
	background:url('images/input_mail.svg') left 14px center no-repeat rgba(255, 255, 255, 0.2);
	background-size:28px;
}
#index #champ_mdp{
	background:url('images/input_mdp.svg') left 14px center no-repeat rgba(255, 255, 255, 0.2);
	background-size:28px;
}
#champ_prenom, #champ_nom{
	background:url('images/input_user.svg') left 14px center no-repeat rgba(255, 255, 255, 0.2) !important;
	background-size:28px !important;
}
#champ_tel{
	background:url('images/input_tel.svg') left 14px center no-repeat rgba(255, 255, 255, 0.2) !important;
	background-size:28px !important;
}
#champ_select{
	background:url('images/input_user.svg') left 14px center no-repeat rgba(255, 255, 255, 0.2) !important;
	background-size:28px !important;
}
#champ_select option{
	background:rgb(93, 135, 150);
}
#index p{
	text-align: center;
}
#index p a{
	color:#FFF;
	text-align: center;
	letter-spacing: 2px;
}
#index label{
	color:#FFF;
	display:block;
}

/* ===============================================================================================
ACCUEIL
===================================================================================================*/
.badge-news{
	display:none;
	min-width: 1.2em;
	min-height: 1.2em;
	border-radius: 50%;
	background-color: rgb(167,146,100);
	font-size:.7em;
	position:absolute;
	top:50px;
	align-items: center;
	justify-content: center;
}
.badge-news.menu{

}

#accueil,#simulateurs{
	margin:auto;
	z-index: -1;
}

#container_hexagone.container_hexagone_4{
	height:492px;
}
#container_hexagone{
	width:340px;
	height:326px;
	position:relative;
	margin:auto;
	transform: translateZ(1000px);
	transform-style: preserve-3d;
	z-index: -1;
}
.hexagone{
	background:url('images/hexagone_border_blanc.svg') center center no-repeat;
	width:110px;
	height:127px;
	position:absolute;
	display:flex;
	transition:0.2s ease;
	opacity:0;
}
.hexagone.is_hover{
	background:url('images/hexagone_beige.svg') center center no-repeat;
}
.hexagone a{
	margin:auto;
	color:#FFF;
	font-weight:bold;
	font-size:1em;
	text-align: center;
	padding:0 10px;
	cursor:pointer;
}
.hexagone a span{
	font-weight:normal;
	display:block;
}
.hexagone img{
	margin:auto;
	padding:0 10px;
	max-width:150px;
}
#accueil #hexagone1{
	top:-2;
	left:57.478px;
}
body.active #accueil .hexagone{
	transition:0.4s ease 0.1s;
	transform: rotateY(360deg);
	opacity:1;
}
#accueil #hexagone2{
	top:-2;
	left:172.388px;
}
body.active #accueil #hexagone2{
	transition:0.4s ease 0.2s;
	opacity:1;
}
#accueil #hexagone3{
	top:98.969px;
	left:0px;
}
body.active #accueil #hexagone3{
	transition:0.4s ease 0.3s;
	opacity:1;
}
#accueil #hexagone5{
	top:98.969px;
	left:230.667px;
}
body.active #accueil #hexagone5{
	transition:0.4s ease 0.5s;
	opacity:1;
}
#accueil #hexagone6{
	top:199.307px;
	left:57.478px;
}
body.active #accueil #hexagone6{
	transition:0.4s ease 0.6s;
	opacity:1;
}
#accueil #hexagone7{
	top:199.307px;
	left:172.388px;
}
#accueil #hexagone7{
	background:url('images/hexagone_border_beige.svg') center center no-repeat;
}
body.active #accueil #hexagone7{
	transition:0.4s ease 0.7s;
	opacity:1;
}
#accueil #hexagone8{
    top: 99px;
    left: 115px;
}
body.active #accueil #hexagone8{
	transition:0.4s ease .5s;
	opacity:1;
}

/*#simulateurs #hexagone6, #simulateurs #hexagone7,#simulateurs #hexagone8{
	background:url('images/hexagone_border_beige.svg') center center no-repeat;
}*/

.margin_top, #index.margin_top{
	width:100%;
	margin:auto;
	margin-top:70px;
	z-index: -1;
}
/* ===============================================================================================
BOOK
===================================================================================================*/
body.active .trois_hexagone .hexagone{
    transform: rotateY(360deg);
}
.trois_hexagone .hexagone{
	background:url('images/hexagone_border_bleue.svg') center center no-repeat;
	width:166px;
	height:191px;
}
.trois_hexagone #hexagone1{
	top:0;
	left:87.033px;
}
body.active .trois_hexagone #hexagone1{
	transition:0.6s ease 0.4s;
	opacity:1;
}
.trois_hexagone #hexagone2{
	top:149.858px;
	left:0px;
}
body.active .trois_hexagone #hexagone2{
	transition:0.6s ease 0.6s;
	opacity:1;
}
.trois_hexagone #hexagone3{
	top:149.858px;
	left:174.447px;
}
body.active .trois_hexagone #hexagone3{
	transition:0.6s ease 0.8s;
	opacity:1;
}
.trois_hexagone #hexagone4{
	top:300px;
	left:87.033px;
}
body.active .trois_hexagone #hexagone4{
	transition:0.6s ease 1s;
	opacity:1;
}
/* Hexagones simulateur */
#simulateurs #container_hexagone{
	height:500px;
}

#simulateurs #container_hexagone .hexagone a span img{
	max-width:50px;
}


/* ===============================================================================================
TECHNIQUE
===================================================================================================*/
.liste{
	color:#FFF;
	margin:20px auto;
	margin-left:30px;
}
.liste img{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	margin-right:10px;
}
.liste a{
	display:block;
	margin:10px auto;
	font-weight: bold;
	text-transform: uppercase;
}
.liste span{
	font-weight: normal;
	text-transform: none;
}
/* ===============================================================================================
MEMOS
===================================================================================================*/
#memos>p{
	color:#FFF;
}
#memos h2{
	color:#499abb;
	margin-top:40px;
	font-size:1.2em;
}
#memos .hexagone img,#book .hexagone img, #schemas .hexagone img {
	padding:0;
	margin-top:10px;
	width:50px;
	display:block;
}
.btn_categ a{
	color:#499abb;
	text-transform: uppercase;
	display:inline-block;
	vertical-align: middle;
	background:url('images/hexagone_border_bleue.svg') center center no-repeat;
	height: 98px;
    width: 80px;
	text-align: center;
	position:relative;
}
.btn_categ a span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:80%;
}

/* ===============================================================================================
ACTIONS
===================================================================================================*/
#menu_actions{
	margin-left:50px;
}
#menu_actions a{
	display: inline-block;
    vertical-align: middle;
    background: #FFF;
    color: #004563;
    text-transform: none;
    margin: 4px auto;
    padding-left: 35px;
    width: 170px;
    font-weight: bold;
    position: relative;
    height: 30px;
    line-height: 30px;
}
#menu_actions a img{
    display: block;
    position: absolute;
    height: 30px;
    top: 50%;
    left: -18px;
	transform: translateY(-50%);
}
#menu_actions a:after{
	content:'';
	position:absolute;
	display:block;
	background:url('images/encoche_actions.svg') center center no-repeat;
	height:30px;
	width:12px;
	top:50%;
	right:-10px;
	transform:translateY(-50%);
}
/* ===============================================================================================
PROSPECTION
===================================================================================================*/
.fiche{
	background:#FFF;
	padding:10px;
	margin-bottom:10px;
}
.fiche p{
	color:#004563;
	margin:8px auto;
	text-align:justify;
}

.fiche li{
	color: #004563;
    padding-left: 30px;
    position: relative;
    margin: 6px auto;
}
.fiche li span{
	color:#499abb;
	font-weight:bold;
}
.fiche li:before{
	display:block;
	background:url('images/puce_fiche.svg') center center no-repeat;
	background-size:16px;
	width:24px;
	height:24px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	content:'';
}
.fiche h1{
	color:#a79264;
	font-size:1.2em;
	text-transform: none;
	font-weight: bold;
}
.fiche h1 span{
	font-weight: 400;
}
.fiche h2{
	font-weight:bold;
	text-align: left;
	color:#004563;
}
.fiche h3{
	font-weight:bold;
	text-align: left;
	color:#004563;
	margin-bottom:0;
}
.fiche .puce_devant:before{
	display:inline-block;
	vertical-align: middle;
	background:url('images/puce_fiche.svg') center center no-repeat;
	background-size:16px;
	width:24px;
	height:24px;
	content:'';
	margin-right:10px;
}
.fiche .fond_couleur{
	background:#a79264;
	color:#FFF;
	padding:2px;
}
.fiche .encadre_bleu{
	background:rgba(73, 154, 187, 0.1);
	padding:10px;
	margin:20px auto;
}
.fiche .encadre_bleu .img_exemple{
	margin: 0 auto 20px;
	display:block;
	width:80px;
}

.fiche .icone_prospection img{
	width:32px;
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.fiche .icone_prospection p{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 48px);
}

.container_btn{
	text-align: center;
}
.container_btn a{
	text-align: center;
	color: #004563;
}

.btn_retour{
	color:#FFF;
	width:80px;
	height:80px;
	display:inline-block;
	text-align: center;
	line-height: 80px;
}

/* ===============================================================================================
NEWS
===================================================================================================*/
#container_news{
	text-align: center;
	overflow:hidden;
	opacity: 0;
}
body.active #container_news{
	transition:0.4s ease 0.4s;
	opacity: 1;
}
.container_theme{
	display:inline-block;
	vertical-align: middle;
	margin:2px;
}
.news{
	background:#FFF;
	padding:10px;
	color:#004563;
	text-align: left;
	width:48%;
    box-sizing: border-box;
	float:left;
	margin:1%;
	position:relative;
	display:block;
	height : 130px;
}
.news .container_btn_news a{
	display: inline-block;
	vertical-align: middle;
}
.news .container_btn_news img{
	width:25px;
}
.news .nouvelle_news{
	display: inline-block;
	vertical-align: middle;
	position:absolute;
	top:10px;
	right:10px;
	margin:auto;
}
.news .nouvelle_news img{
	width:25px;
}
.news .titre_news{
	font-weight:bold;
	min-height:40px;
	margin-bottom:0;
}
.news .date_news{
	margin:auto;
	color:#499abb;
}
.news .date_news span{
	font-weight:bold;
}

/* ===============================================================================================
PLAQUETTE
===================================================================================================*/
#container_btn_plaquette{
	text-align: center;
	display:flex;
	height:calc(100% - 97px);
	align-items: center;
	justify-content: middle;
}
#container_btn_plaquette a{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin:auto;
	opacity:0;
}
body.active #container_btn_plaquette a:first-child{
	transition:0.4s ease 0.4s;
	opacity:1;
}
body.active #container_btn_plaquette a:nth-child(2){
	transition:0.4s ease 0.8s;
	opacity:1;
}
body.active #container_btn_plaquette a:last-child{
	transition:0.4s ease 1.2s;
	opacity:1;
}
#container_btn_plaquette a img{
	width:100px;
	display:block;
	margin:auto;
	margin-bottom:10px;
}

/* ===============================================================================================
CREDIT IMMOBILIER
===================================================================================================*/
#credit_immobilier .liste{
	margin:20px auto;
}
#credit_immobilier .liste a{
	font-weight:normal;
}

/* ===============================================================================================
STYLE FORM
===================================================================================================*/
.style_form{
	margin: 20px auto;
    max-width: 90%;
}
.style_form h3{
	color:#499abb;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:5px;
}
.style_form .container_input{
	overflow: hidden;
	margin: 10px auto;
}
.style_form label{
	float:left;
	width:45%;
}
.style_form input{
	float:left;
	width:55%;
	background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 5px;
    color: #FFF;
	text-align: center;
	font-family: 'Advent Pro', sans-serif;
	font-size:15px;
	font-weight: bold;
}
.style_form hr{
	background: #499abb;
    border: none;
    height: 2px;
    margin: 25px auto;
}

.style_form .input_computed{
	background-color:rgb(167,146,100);
}

#calcul_mensualites .style_form input{
	width:50%;
}
/* ===============================================================================================
SIMULATEURS
===================================================================================================*/


.container_btn_simulateurs{
	text-align:center;
	margin:15px auto;
}
.container_btn_simulateurs img{
	width:30px;
	display:block;
	margin:auto;
	margin-bottom:5px;
}
.container_btn_simulateurs a{
	display:inline-block;
	vertical-align: top;
	width:calc(100% / 5 - 4px);
	font-size:0.8em;
}


/* ===============================================================================================
MENSUALITES
===================================================================================================*/

#error-div {
	color : red;
	width : 100%;
	text-align : center;
	display: none;
}

.graphiques_mensualites{
	display : none;
}
.wrap-tableau, .wrap-tableau table {
	width : 100%;
}
.wrap-tableau{
	overflow-x: auto;
}
#table-results-mensualites {
	background: transparent;
	color : white !important;
	background:rgba(255, 255, 255, 0.2);
}
#table-results-mensualites thead {
	display:block;
	background: transparent;
}
#table-results-mensualites tbody {
	display:block;
	max-height:200px;
	overflow-y:scroll;
	background: transparent;
	max-width:100%;
}
#table-results-mensualites thead tr, #table-results-mensualites tbody tr{
    width:100%;
    display:inline-flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	max-width:100%;
}
#table-results-mensualites thead tr th{
	color : white;
}
#table-results-mensualites tbody tr:hover{
	background-color: rgba(255,255,255,0.2);
}
#table-results-mensualites thead tr th,
#table-results-mensualites tbody tr td {
	text-align: center;
	width: calc(100% / 6);
}
#result-mensualite .mdl-card__title-text{
    margin: auto 10px;
}
.donut_stats1{
	clear:both;
	max-height:250px;
	margin: 20px auto;
	position:relative;
	z-index: 1;
}
.donut_stats1 svg{
	max-width: 100%;
	max-height: 250px;
}
.donut_stats1 svg text{
	font-size:1.1em !important;
	transform:none !important;
	fill:#FFF;
	font-family:inherit !important;
	font-weight:lighter !important;
}
.donut_stats1 svg tspan{
	fill:#0b62a4;
	transform:none !important;
}
.donut_stats1 svg text + text tspan{
	font-size:1.4em !important;
	font-weight:bold !important;
}
.prettyprint{
	display:none;
}
.donut_stats1:after {
    content: '';
    opacity: 0;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    z-index: -1;
    border-radius: 250px;
	transition:0.2s ease;
}
.graphiques_mensualites.active .donut_stats1:after {
	opacity:1;
}
/* ===============================================================================================
RACHAT ADI
===================================================================================================*/
#rachat_adi .container_btn_simulateurs a{
	width:auto;
	margin:10px;
}

input.error {
	color : red;
}

label.error {
	color : red;
}
#container_donut .container-chart{
	height : 150px;
	position: relative;
}

.container-chart {
	border-bottom : solid 1px white;
}

#container_donut .bar{
	position : absolute;
	bottom : 0;
	height : 0;
	transition-property: height;
	transition-duration: 2s;
	display : inline-block;
	width : 30%;
}

#container_donut .bar-prime-actuelle{
	left : 15%;
	background: linear-gradient(135deg, rgba(11,98,164,1) 0%,rgba(11,98,164,0) 100%);
}

#container_donut .bar-prime-future{
	left : 55%;
	background: linear-gradient(135deg, rgba(57,128,181,1) 0%,rgba(57,128,181,0) 100%);
}

.bar-inside{
	width : 100%;
	position : absolute;
	text-align: center;
	bottom : -22px;
}

.container-labels {
	position : relative;
	margin-top:22px;
}

#container_donut .container-labels .label-prime {
	position : absolute;
	width : 30%;
	text-align: center;
	padding-top : 5px;
}

#container_donut .container-labels .label-prime-actuelle {
	left : 15%;
}

#container_donut .container-labels .label-prime-future {
	left : 55%;
}

#container_donut .economie {
	font-size : 20px;
}

.completed-economie{
	width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 70px auto 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
}

#generer_epargne .completed-economie{
	margin:10px auto 20px;
}

#container_fail{
	text-align :center;
	font-size : 20px;
	padding : 20px;
}

.injection-epargne{
	padding:10px;
	margin:2px 0;
	font-weight:bold;
	transition-property: color;
	transition-duration: .2s;
	
}
.injection-epargne span {
	font-size: 1.2em;
}
.injection-epargne svg{
	display:inline-block;
    height: 1em;
    width: 1em;
}
.injection-epargne svg path {
	fill:transparent;
	stroke:rgb(167,146,100);
	stroke-width:30;
}
.injection-epargne.selected{
	color:rgb(167,146,100);
}
.injection-epargne.selected svg path{
	fill:rgb(167,146,100);
}

/* ===============================================================================================
CALCUL MONTANT PRET
===================================================================================================*/
#container_donut_pret .container-chart{
	height : 200px;
	position: relative;
}

.container-chart {
	border-bottom : solid 1px white;
}

#container_donut_pret .bar{
	position : absolute;
	bottom : 0;
	height : 0;
	transition-property: height;
	transition-duration: 2s;
	display : inline-block;
	width : 20%;
}

#container_donut_pret .bar-capital{
	left : 10%;
	background: linear-gradient(135deg, rgba(11,98,164,1) 0%,rgba(11,98,164,0) 100%);
}

#container_donut_pret .bar-interets{
	left : 40%;
	background: linear-gradient(135deg, rgba(57,128,181,1) 0%,rgba(57,128,181,0) 100%);
}

#container_donut_pret .bar-assurance{
	left : 70%;
	background: linear-gradient(135deg, rgba(103,157,199,1) 0%,rgba(103,157,199,0) 100%);
}

#container_donut_pret .container-labels .label-prime {
	position : absolute;
	width : 20%;
	text-align: center;
	padding-top : 5px;
}

#container_donut_pret .container-labels .label-capital {
	left : 10%;
}

#container_donut_pret .container-labels .label-interets {
	left : 40%;
}

#container_donut_pret .container-labels .label-assurance {
	left : 70%;
}

#container_donut_pret .economie {
	font-size : 20px;
}

#container_fail{
	text-align :center;
}

/* ===============================================================================================
RACHAT CREDIT
===================================================================================================*/

#container_donut_economie .container-chart{
	height : 200px;
	position: relative;
}

#container_donut_economie .bar{
	position : absolute;
	bottom : 0;
	height : 0;
	transition-property: height;
	transition-duration: 2s;
	display : inline-block;
	width : 30%;
}

#container_donut_economie .bar-credit1{
	left : 15%;
	background: linear-gradient(135deg, rgba(11,98,164,1) 0%,rgba(11,98,164,0) 100%);
}

#container_donut_economie .bar-credit2{
	left : 55%;
	background: linear-gradient(135deg, rgba(57,128,181,1) 0%,rgba(57,128,181,0) 100%);
}

#container_donut_economie .container-labels .label-prime {
	position : absolute;
	width : 30%;
	text-align: center;
	padding-top : 5px;
}

#container_donut_economie .container-labels .label-credit1 {
	left : 15%;
}

#container_donut_economie .container-labels .label-credit2 {
	left : 55%;
}

#container_donut_economie .economie {
	font-size : 20px;
}

#container_fail{
	text-align :center;
}

/* ===============================================================================================
GENERER EPARGNE
===================================================================================================*/
.arrow-timeline {
	max-height:40px;
	max-width:40px;
	margin-left:calc(50% - 20px);
	display:none;
}

#generer_epargne .container_btn .btn_retour {
	width:100%;
}

/* ===============================================================================================
REDUIRE ENDETTEMENT
===================================================================================================*/

#reduire_endettement .container_btn button {
    height: 90px;
    width: 90px;
}
.simu-arianne div{
	display:inline-block;
	height:3em;
	width:3em;
	text-align : center;
	position:relative;
}
.simu-arianne div span{
	font-size:1.5em;
	position:absolute;
	top:.4em;
	left:.8em;
}
.simu-arianne div svg {
	max-height:100%;
	max-width:100%;
	fill:transparent;
	stroke :#499abb;
	stroke-width :15;
}
.simu-arianne div.highlighted svg path{
	fill:#499abb;
}
#reduire_endettement .form-part{
	width:100%;
	opacity:0;
	position:absolute;
	top:0;
	transition:opacity .5s;
	height:150px;
}
.graph-part{
	width:100%;
	position:absolute;
	top:155px;
	transition:opacity .5s;
	width: 340px;
	height: 250px;
	margin:auto;
	left: calc(50% - 170px);
}
.graph-part#situation_graph svg, .graph-part#restructurer_graph svg, .graph-part#synthese_graph svg{
	width:140px;
	height:140px;
	position:absolute;
	fill:transparent;
	stroke-width:5;
	stroke:#499abb;
}
.graph-part#synthese_graph svg{
	stroke:rgb(167,146,100)
}
.graph-part#situation_graph div,.graph-part#restructurer_graph div,.graph-part#synthese_graph div {
	position:absolute;
	text-align:center;
}
.graph-part#situation_graph div,.graph-part#synthese_graph div{
	width: 85px;
	max-width: 85px;
	height: 80px;
	max-height: 80px;
	display:flex;  
	align-items: center;
	justify-content: center;
}
.graph-part#situation_graph svg#credit_immo,.graph-part#synthese_graph svg#eco_tresorerie{
	bottom:0;
	left:0;
}
.graph-part#situation_graph svg#credit_conso1,.graph-part#synthese_graph svg#hypoteque {
	bottom:110px;
	left:65px;
}
.graph-part#situation_graph svg#credit_conso2,.graph-part#synthese_graph svg#prudentiel{
	bottom:0;
	left:128px;
}
.graph-part#situation_graph svg#credit_conso3,.graph-part#synthese_graph svg#credit_conso{
	bottom:110px;
	left:193px;
}
.label_immo, .label_eco_tresorerie{
    bottom: 31px;
    left: 27px;
}
.label_conso1, .label_hypoteque{
    bottom: 140px;
    left: 92px;
}
.label_conso2, .label_prudentiel{
    bottom: 31px;
    left: 157px;
}
.label_conso3, .label_credit_conso{
    bottom: 140px;
    left: 221px;
}
.label_global{
	top: 105px;
	left: 95px;
	font-size:1.5em;
}
.graph-part#restructurer_graph svg#credit_global{
    bottom: 55px;
    left: 105px;
    opacity:0;
}
.graph-part div{
	opacity:0;
	position:absolute;
}
.graph-part svg{
	opacity:0;
}
#reduire_endettement .style_form.situation .graph-part#situation_graph div,
#reduire_endettement .style_form.situation .graph-part#situation_graph svg,
#reduire_endettement .style_form.restructurer .graph-part#situation_graph svg{
	opacity:1;
}
.style_form.restructurer .graph-part#situation_graph div{
	animation:toTransparent .2s ease-in forwards;
}
.style_form.restructurer .graph-part#situation_graph svg#credit_immo{
	animation: tocenter1 .2s ease-in forwards .2s, toTransparent .1s ease-in forwards .4s;
}
.style_form.restructurer .graph-part#situation_graph svg#credit_conso1{
	animation: tocenter2 .2s ease-in forwards .2s, toTransparent .1s ease-in forwards .4s;
}
.style_form.restructurer .graph-part#situation_graph svg#credit_conso2{
	animation: tocenter3 .2s ease-in forwards .2s, toTransparent .1s ease-in forwards .4s;
}
.style_form.restructurer .graph-part#situation_graph svg#credit_conso3{
	animation: tocenter4 .2s ease-in forwards .2s, toTransparent .1s ease-in forwards .4s;
}
.style_form.restructurer .graph-part#restructurer_graph svg#credit_global{
	animation: toVisible .1s ease-in forwards .4s, toScaled .5s ease-in forwards .5s;
}
.style_form.restructurer .graph-part#restructurer_graph div{
	animation: toVisible .5s ease-in forwards .6s;
}
.style_form.synthese .graph-part#synthese_graph svg{
	animation: toVisible .5s ease-in forwards;
}
.style_form.synthese .graph-part#synthese_graph div{
	animation:toVisible .2s ease-in forwards;
}
#reduire_endettement .style_form{
	position:relative;
	margin: 0px auto;
}
.style_form.situation #situation_form{
	opacity:1;
}
.style_form.restructurer #restructurer_form{
	opacity:1;
}
.style_form.synthese #synthese_form{
	opacity:1;
}
#reduire_endettement .container_btn{
	position:absolute;
	top:450px;
	width:100%;
}
@keyframes tocenter1 {
  0% { transform: translate(0,0) }
  100%   { transform:translate(105px,-55px) }
}

@keyframes tocenter2 {
  0% { transform: translate(0,0) }
  100%   { transform: translate(40px,55px) }
}

@keyframes tocenter3 {
  0% { transform: translate(0,0) }
  100%   { transform: translate(-23px,-55px) }
}

@keyframes tocenter4 {
  0% { transform: translate(0,0) }
  100%   { transform: translate(-88px,55px) }
}

@keyframes toTransparent {
  0% { opacity:1 }
  100%   { opacity:0 }
}

@keyframes toVisible {
  0% { opacity:0 }
  100%   { opacity:1 }
}

@keyframes toScaled {
  0% { transform: scale(1) }
  100%   { transform: scale(2) }
}

/* ===============================================================================================
Réduire cout crédit
===================================================================================================*/

#reduire_cout_credit .form-part, #generer_epargne .form-part{
	width:100%;
	position:relative;
	display:none;
}

#reduire_cout_credit .progress-form{
	display:none;
	margin-top: 20px;
}

#reduire_cout_credit .residence-principale{
	color:rgb(167,146,100);
}

#reduire_cout_credit .residence-principale img,
#reduire_cout_credit .dix-ans img,
#reduire_cout_credit .douze-ans img,
#reduire_cout_credit .quinze-ans img,
#reduire_cout_credit .vingt-ans img{
	width:30px;
}

#reduire_cout_credit .timeline-separator {
	border-left:dashed 2px #FFF;
	height:20px;
	min-height:20px;
	margin:10px 0px;
    margin-left: 15px;
}

.hexagone-text{
	position: relative;
	margin:10px 0px;
}

.hexagone-text span{
	position: absolute;
	left:50px;
	top:7px;
}

/* ===============================================================================================
MAIL POPUP
===================================================================================================*/

#send-mail-popup {
	color : white;
	background : transparent;
	border : none;
	font-size : 13px;
	cursor:pointer;
}

.modal-mail-container {
	display : none;
	position : fixed;
	width : 100%;
	height : 100%;
	z-index : 1000;
	background: rgba(0, 0, 0, 0.4);
	top : 0;
	left : 0;
}

.modal-mail {
	position : fixed;
	width : 270px;
	height : 200px;
	z-index : 2;
	background: white;
	top: 50%;
	left: 50%;
	margin-top: -100px; 
	margin-left: -135px;
}
.modal-mail ::placeholder{
	color:#1f1f1f;
}
.modal-mail-content {
	position : relative;
	text-align : center;
	height : 100%;
	padding-top : 50px;
}

.modal-mail-content .mail-input {
	display : block;
	width : 100%;
}

.modal-mail-content #error-mail {
	display : none;
	color :red;
}

.modal-mail-content .mail-input button{
    width: 50px;
    color: #FFF;
    font-weight: 700;
    border: none;
    background: transparent;
    margin-top : 10px;
}
.modal-mail-content .mail-input input{
	background:rgba(255, 255, 255, 0.2);
	color:rgba(255, 255, 255, 0.7);
	padding:10px;
	border-radius:50px;
	margin:15px auto;
	border:none;
	font-family: 'Advent Pro', sans-serif;
	width:200px;
	color : #1f1f1f;
	border-bottom: 1px solid #041d2b;
    border-radius: 0;
	font-size: 1.2em;
}

.modal-mail-close {
	position : absolute;
	top : 5px;
	right : 5px;
	width : 15px;
}

/* ===============================================================================================
RACHAT ADI
===================================================================================================*/
.espace_pro:after{
	background: #0382a4;
    background: -moz-linear-gradient(top, #cbbba0 0%, #a79264 70%);
    background: -webkit-linear-gradient(top, #cbbba0 0%, #a79264 70%);
    background: linear-gradient(to bottom, #cbbba0 0%, #a79264 70%);
}

/* ===============================================================================================
STYLE GRAPHIQUE CIRCULAIRE
===================================================================================================*/
#donut1{
	width:250px;
	height:250px;
	margin:auto;
}
.donut{
	position:relative;
	z-index: 0;
}
.donut:after{
	content:'';
	display:block;
	background:#FFF;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:200px;
	height:200px;
	z-index: -1;
	border-radius: 250px;
}
.prettyprint {
    display: none;
}
.donut svg text{
	font-size: 1.1em !important;
    transform: none !important;
    fill: #499abb;
    font-family: inherit !important;
	font-weight:bold !important;
	text-transform:uppercase !important;
}

/* ===============================================================================================
CONTACT
===================================================================================================*/
#tel_contact img{
	display:inline-block;
	vertical-align: middle;
	width:24px;
	margin-right:10px;
	transition:0.2s ease;
}
#tel_contact p a{
	display:inline-block;
	vertical-align: middle;
}
#tel_contact p a:hover img{
	transform:rotate(360deg);
}

.form_contact input, .form_contact select {
	font-size: 1.1em;
	font-weight:bold;
}

.div_termes_conditions{
	z-index: 0;
}
/* ===============================================================================================
RESPONSIVE TABLE
===================================================================================================*/
@media screen and (max-width: 600px) {
	.tableResponsive{
		border:none;
	}
    .tableResponsive, .tableResponsive thead, .tableResponsive tbody, .tableResponsive th, .tableResponsive td, .tableResponsive tr { 
		display: block; 
	}
	.tableResponsive tr:nth-child(even) {
		background: rgba(255, 255, 255, 0.5) !important;
	}
	.tableResponsive thead{
		display:none;
	}
	.tableResponsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.tableResponsive tbody tr { 
        border-top:none;
		height:auto;
		display:block;
    }
	#table-results-mensualites thead tr, #table-results-mensualites tbody tr{
		display:block;
	}
    .tableResponsive tr:first-child{
        border-top:1px solid #ccc;
		display:none;
    }
	.tableResponsive td { 
		border: none;
		position: relative;
		padding-left: 50% !important;
        min-height:18px;
		white-space: normal;
		height:auto;
		width:auto !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		padding-right:10px;
		text-align:right !important;
	}
	.tableResponsive td:last-child {
		border-bottom: none;
	} 
	.tableResponsive td:before { 
		position: absolute;
		top: 50%;
		left: 0;
        transform:translateY(-50%);
		width: 45%; 
		padding: 0 10px; 
		white-space: nowrap;
		text-align:left;
	}
	
	#table-results-mensualites td:nth-of-type(1):before { content: "Mois"; }
	#table-results-mensualites td:nth-of-type(2):before { content: "Net avec assurance"; white-space: pre;}
	#table-results-mensualites td:nth-of-type(3):before { content: "Capital restant"; }
	#table-results-mensualites td:nth-of-type(4):before { content: "Assurance"; }
	#table-results-mensualites td:nth-of-type(5):before { content: "Interêt"; }
	#table-results-mensualites td:nth-of-type(6):before { content: "Capital"; }
	
	#table-results-mensualites thead tr th,
	#table-results-mensualites tbody tr td {
		width: 100px;
	}
}