* {
  box-sizing: border-box;
}
/*++++*/
body{
	margin:0px;
}
hr{
	width:75%;
	margin: 30px auto 20px auto;
}
hr.mini{
	width:75%;
	margin: 15px auto 15px auto;
}
div.clear{
	clear:both;
}
main{
  background-color: #f5f5f5;
}
main .menu{
  background-image:url(../images/IMG_1836.jpg);
  background-repeat:repeat-x;
  background-position:center;
  color: white;
}
.entete {
	text-align: center;
	background-color:rgba(0,85,143,0.75);
	padding:5px !important;
}
.entete a{
	color: white;
	padding: 13px 20px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	background-color: #288cd7;
	margin-top: 5px;
}
.entete a:hover{
	background-color:#2277b7;
}
main img.c{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
main .menu img{
  display:block;
  float:left;
  width:auto;
  margin-left:auto;
  margin-right:auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  padding-left:10%;
}
p.titre_article{
	padding-top: 40px;
	display: block;
  font-size: 2em;
  font-weight: bold;
  margin-block: .67em;
}
div .menu p.phone{
	font-size:1rem;
}
.titre {
	text-align: center;
	padding-right:10%;
}
  .menu::after {
  content: "";
  clear: both;
  display: table;
}
main div.graph{
	text-align: center;
	padding-top: 15px;
	margin:2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: white;
}
main img.graph{
	max-width:100%;
	height:auto;
	max-height: 575px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
main .row .recherche_index{
	display: flex;
	padding: 15px 15px 0px 15px;
}
main .row .form_index{
	width: 100%;
}
main .row button.button_index{
	cursor:pointer;
	font-size: 16px; /* Increase font-size */
	/*padding: 12px 0px 12px 0px; /* Add some padding */
	border: 1px solid #ddd; /* Add a grey border */
	border-left:none;
	margin:auto;
	width: 15%; /* Full-width */
	color:grey;
	float:right;
	/*background-color:rgb(178,204,219);*/
	/*background-image: url('../images/filtre.jpg');*/ /* Add a search icon to input */
	/*background-position: 50% 0px; /* Position the search icon */
	/*background-repeat: no-repeat; /* Do not repeat the icon image */
	/*background-size: 44px 44px;*/
	height:45px;
}
main .row #results{
	margin: 0px 15px 0px 15px;
	background-color: white;
	border: 1px solid #ddd;
	cursor: pointer;
}
main .row #results div{
	border: 1px solid #ddd;
	border-top: none;
	padding: 2px;
	padding-left: 5px;
}
/* FIN */

main::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  padding: 0px;
}

html {
  font-family: "Arial", "Century Gothic", "CenturyGothic", "Avant Garde", sans-serif;
}

.header {
  padding-top: 0px;
}

.aside {
  padding: 15px;
  color: black;
  background-color: white;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.analyse{
	text-align:left;
}
.aside h2 img{
	height: 200px;
	max-width: 100%;
}
.aside a{
	color:RGB(61,158,235);
	text-decoration:none;
}
.aside a img{
	height: 12px;
	padding-left:8px;
}
.aside p.ads{
	text-align: center;
	background-color: RGB(245,246,248);
}
.aside p.ads span{
	display: block;
	color: #717b8e;
	font-size: .9rem;
	line-height: 35px;
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}
.aside .ads a img{
	height: auto;
	padding-left: 0px;
}
.aside sub{
	font-size: xx-small;
}
.aside table#evolution,.aside table#evolution_tendance{
	width: 95%;
	margin:auto;
	border-collapse:collapse;
	line-height: 2rem;
	margin-top:30px;
	font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
}
.aside table#evolution th,.aside table#evolution_tendance th{
	width: 20%;
}
.aside table#evolution .evo,.aside table#evolution_tendance .evo{
	border-right:1px solid black;
}
.aside table#evolution td.green, #demo table#table span.green{
	color:green;
}
.aside table#evolution td.red, #demo table#table span.red{
	color:red;
}
.aside .chronologie{
	background-image: url("../images/chronologie.png");
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center;
	width:100%;

}
.aside .chronologie p span.left{
	text-align: left;
	display: block;
	width: 33.33%;
	float: left;
	margin-bottom: 10px;
}
.aside .chronologie p span.center{
	text-align: center;
	display: block;
	width: 33.33%;
	float: left;
	margin-bottom: 10px;
}
.aside .chronologie p span.right{
	text-align: right;
	display: block;
	width: 33.33%;
	float: right;
	margin-bottom: 10px;
}
.aside .chronologie p span.cours{
	text-align: left;
	display: block;
	width: 100%;
	color:blue;
	font-weight: bold;
}
.mySlides{
	display:none;
}
.slider_button
{
	background-color:white;
	position: absolute;
	top:50%;
	padding:8px 16px;
	vertical-align:middle;
	cursor:pointer;
	border:2px solid #f1f1f1;
}
.slider_left{
	left:0%;
}
.slider_right{
	right:0%;
}
.bouton_graphique{
	text-decoration: none;
	background-color: #2277b7;
	border: none;
	color: white;
	padding: 15px 32px;
	font-size: 16px;
	cursor: pointer;
}
/*Modification pour les ".aside" des articles*/
.article {
	padding: 0px;
	padding-bottom:15px;
}
.article img.conseil_top{
	max-height:250px;
	width:auto;
	max-width:100%;
}
.article img.top{
	width:100%;
}
.article .container{
	padding-bottom: 0px;
	text-align:left;
	padding-left: 15px;
	padding-right: 5px;
}
.article .container p{
	font-size: 1.05rem;
  line-height: 1.55rem;
}
.article .container a.bouton, .article .container button{
	padding: 12px 24px;
	border: 1px solid #ccc;
	float:left;
	margin-top: 15px;
	color: black;
}
.article .container a:hover.bouton, .article .container button:hover{
	background-color:#ccc;
}
.article .container h1{
	font-size: 26px;
}
.article .container h2{
	padding:13px 30px;
	margin:25px 10px 10px 0px;
	font-size: 24px;
	color: white;
	background-color: #3f6EAD;
}
.article .container h3{
	font-size: 16px;
	color: #3f6EAD;
	margin-left: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dee8e9;
}
.article .container h4, .row .aside h4{
	font-size: 14px;
}
.article .container img{
	max-width: 100%;
}
.article .container div.infographie, .row .aside div.infographie{
	margin-right: 10px;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #3f6EAD;
	color: white;
	cursor: pointer;
	text-align: left;
}
.article .container div.infographie img, .row .aside div.infographie img{
	display: block;
	margin: auto;
	max-width: 250px;
}
.article .container .encart{
	border-radius: 5px;
	margin: 0 0 1.5em;
	color: #333333;
	background: #fdfdfd;
	border: solid 2px #EFEFEF;
	padding: 1em;
}
.article .container .encart a{
	border-bottom: solid 3px rgba(31,105,236,0.2);
}
.article .container .commentaire{
	float:right;
	padding: 12px 24px;
}
.article .nb_commentaire{
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	margin-right: 2px;
}
.article code.code{
	display:block;
	padding:2px;
	background-color:#1b2426;
	color:#b9bdb6;
	overflow-x: auto;
}
/*Modification pour les ".aside" Login*/
.login, .alerte_form {
  padding: 16px;
}
h2.titre_login{
	display: block;
	text-align: center;
	padding-top: 32px;
    padding-bottom: 32px;
	color:white;
    background-color: rgb(58,108,171);
}
.login input[type=text], input[type=email], input[type=password], input[type=date], input[type=number], textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}
.login input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus, input[type=number]:focus, textarea:focus {
  background-color: #ddd;
  outline: none;
}
.login hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.login a {
  color: dodgerblue;
}
.login .signin {
  text-align: center;
}
.login .g-recaptcha {
  display: inline-block;
}
/*.login .tooltip {
	display: inline-block;
	margin-left: 20px;
	padding: 2px 4px;
	border: 1px solid #555;
	background-color: #CCC;
	border-radius: 4px;
}*/
.registerbtn, .registerbtn_mini {
  background-color: rgb(58,108,171);
}
.suppbtn, .suppbtn_mini {
  background-color: rgb(171,58,58);
}
.registerbtn, .suppbtn {
	width: 100%;
	display:block;
}
.registerbtn_mini, .suppbtn_mini {
	width: 49%;
}
.registerbtn, .suppbtn, .registerbtn_mini, .suppbtn_mini {
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}
.registerbtn:hover, .suppbtn:hover {
  opacity:1;
}
.erreur{
	padding-top: 25px;
	text-align:center;
	color: red;
	font-weight: bold;
}
table.alerte, table.table_portefeuille, table.liste_action{
	border-collapse:collapse;
	width: 80%;
	margin:auto;
	margin-bottom:25px;
}
table.alerte caption, table.table_portefeuille caption{
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
}
table.alerte td, table.alerte th, table.table_portefeuille td.portefeuille, table.table_portefeuille th, table td.titre{
	border: 1px solid black;
	padding:10px;
}
table.liste_action{
	border: none;
	padding:0px;
}
table.alerte th, table.table_portefeuille th, table td.titre{
	color: white;
	background-color: #2277b7;
	font-weight: bold;	
}
table.alerte input{
	border: none;
	text-align: center;
	border-bottom: 1px dotted  black;
	background-color: transparent;
	width: 100%;
}
table.alerte tr.add, table.alerte td.add{
	background-color: beige;
}
table.alerte div#results, div#results2{
	cursor:pointer;
	text-align: left;
	background-color: rgb(58, 108, 171);
	font-weight: bold;
	color:white;
}
div#results2{
	margin-top:-22px;
	margin-bottom:22px;
}
table.alerte div#results div, div#results2 div{
	border:1px solid black;
	border-top:none;
	padding-left:5px;
}
div.liste_transaction, tr.liste_transaction{
	border-bottom: 1px solid black;
}
td.liste_transaction{
	text-align: left;
	padding: 2px 2px 2px 10px;
}
/*td.liste_transaction .marge{
	color: gray;
}*/
.fil_actu{
	text-align: left;
	padding-left: 10px;
}
/*css pour comparateur courtier*/
table.formulaire_broker{
text-align: left;
margin: auto;
}
table.formulaire_broker td{
padding: 10px;
vertical-align: top;
}
table.formulaire_broker td.nom_courtier{
font-weight: bold;
}
 /* Customize the label (the container) */
.container_courtier {
  display: block;
  position: relative;
  padding-left: 35px;
height:25px;
margin-bottom: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_courtier .courtier_checkbox {
  vertical-align: middle;
}
/* Hide the browser's default checkbox */
.container_courtier input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* Create a custom radio button */
.checkmark_radio {
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_courtier:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_courtier input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_courtier input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_courtier .checkmark_checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
/* Style the indicator (dot/circle) */
.container .checkmark_radio:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*css pour les sommaires*/
p.sommaire{
	text-align:left;
}
a.sommaire{
	display: block;
	color:black;
	vertical-align:center;
	border-bottom:1px solid #ccc;
	margin-right:10px;
	margin-left:20px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:5px;
}
a.sommaire_first{
	border-top:1px solid #ccc;
}
a:hover.sommaire{
	background-color:#ccc;
}
.div_side{
	float:right;
	margin-bottom: 35px;
}
a.mon_titre_h3{
	font-weight: bold;
}
a.mon_titre_h4{
	padding-left: 10%;
}
.show{
	display: block !important;
}

#footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
h1{margin-top:50px;}
[class*="p-"] {
  float: left;
  padding: 0px;
}
.p-4 {width: 33.33%;padding-top: 15px;}
.p-8 {width: 66.66%;}

@media only screen and (min-width: 600px) {
  /* For tablets: */
	[class*="col-"] {
		padding:15px;
	}
	h1{margin-top:20px;}
	p.titre_article{
		padding-top: 0px;}
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  
  /*++++*/
  main .menu img{
    max-height:200px;
    float:none;
  }
  .phone{
	display: none!important;
  }
  [class*="p-"] {
    padding: 15px;
  }
  .sticky
  {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
  }
.article .container{
	padding: 15px;
}
.article .container div.infographie img, .row .aside div.infographie img{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
  /*FIN*/
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  
  /*++++*/
  .row{
	/*! max-width: 70rem; */
	margin: 0 auto;
	float: none;
  }
  /*FIN*/
  
}

/*++++*/
div.header{
/*! height:60px; */
}

div.header img.logo{
float:left;
width:122px;
margin-left:5%;
max-width:95%;
margin-top: 15px;
height: 30px;
}
div.header img.mon_compte{
width:28px;
margin-top:3px;
margin-left:4px;
opacity: 0.95;
}
div.header a.mon_compte{
background-color:rgb(230,140,6);
border-radius:50%;
border: 2px solid orange;
width:40px;
height:40px;
float:right;
margin-top:8px;
margin-right:20px;
}

div.header span{
font-size:30px;
cursor:pointer;
float:right;
margin-right:5%;
margin-top: 5px;
color: white;
}
.opacity{
	opacity: 0.60;
}

@media only screen and (max-width: 600px) {
  .no_phone {
    display: none;
  }
}

/*Modal*/
.modal{
	overflow: auto;
	z-index:3;
	display:none;
	padding-top:100px;
	padding-left:9px;
	padding-right:9px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
}
.animate-top{animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.modal-content-full{
	margin:auto;
	background-color:#fff;
	position:relative;
	text-align: center;
	max-width:1200px;
}
.modal-content{
	margin:auto;
	background-color:#fff;
	position:relative;
	max-width:600px;
}
.modal-content img, .modal-content-full img{
	max-width: 100%;
}
header {
    display: block;
	text-align: center;
	padding-top: 32px;
    padding-bottom: 32px;
	color:white;
    background-color: rgb(58,108,171);
}
.close_modal {
    font-size: 24px;
	position: absolute;
    right: 0;
    top: 0;
    padding: 8px 16px;
    cursor: pointer;
    color: white !important;
}
.corps_modal{
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;

}
.button_modal {
	float:none;
	border: none;
    padding: 8px 16px;
	margin-bottom: 5px;
	color:white;
    background-color: rgb(58,108,171);
    cursor: pointer;
}

/*++MENU++*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Color code Python*/
.python_bleu{
	color:#5ba1cf !important;
	font-weight: 700 !important;
}
.python_string{
	color:#E6DB74 !important;
}
.python_com{
	color:#A6E22E !important;
}
.python_fonction{
	color:#ffaa3e !important;
	font-weight: 700 !important;
}
.python_com .python_string, .python_com .python_bleu, .python_com .python_fonction{
	color:#A6E22E !important;
}							