/*-----SCROLLBAR-----*/
::-webkit-scrollbar{
  width: 5px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #ffffff7a;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #ce790d;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: #f7971d;
}

/*-----HEADER-----*/
header {
    background: #333;
    box-shadow: 0px 11px 61px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 11px 61px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 11px 61px 0px rgba(0,0,0,0.5);
	border-bottom: solid 2px #f7971d;
}
.imgHeader {
    float: left;
    margin-left: 20px;
    width: 200px;
}
.imgHeader-mobile {
    display: none;
}

/*-----MENU-----*/
.menu {
    overflow: hidden;
    background-color: #333;
    margin-right: 5px;
}
.menu a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 25px 20px 25px 20px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    transition-duration: 0.5s;
	margin-right: 5px;
	margin-left:5px;
}
.menu a:hover {
	background-color: #f7971d21;
    color: #f7971d;
	border-radius: 5px;
    margin: 5px 5px 5px 5px;
    padding: 20px 20px 20px 20px;
}
.menu a.active {
    background-color: #f7971d;
    color: white;
    border-radius: 5px;
    margin: 5px 0px 5px 0px;
    padding: 20px 20px 20px 20px;
}

/*-----FOOTER-----*/
footer {
    padding-left: 20px;
    color: white;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #252d3d;
    width: -webkit-fill-available;
}
footer a{
    border: solid 2px #252d3d;
    padding-bottom: 5px;
    text-decoration: none;
    color: white;
    transition-duration: 0.3s;
}

footer a:hover{
    border: solid 2px #252d3d;
    border-bottom-color: white;
    transition-duration: 1.5s;
}

footer a:visited {
    color: white;
}

.avantP{
    text-align: center;
    background-color: #252d3d;
}

.pagesource a {
    padding-bottom: 5px;
    text-decoration: none;
    color: white;
    transition-duration: 0.3s;
}

.pagesource a:hover {
    border-bottom-color: white;
    transition-duration: 1.5s;
}

.pagesource a:visited {
    color: white;
}
#contact{
    text-align: center;
    color: white;
}
.contact{
    color: white;
    font-family: Montserrat
}
/*-----PAGE-----*/
em{
    text-decoration: none;
    color: #f7971d;
    font-style: inherit;
    font-weight: bold;
}

.Source{
    display: block;
    margin-top: 1%;
    font-style: italic;
    color: darkgray;
}

.titreListe{
    text-decoration: underline;
    text-decoration-color: darkgray;
}

li{
    margin: 2%;
    text-align: justify;
}

html {
    background: #1d2330;
}
body {
    margin: 0;
}
h1 {
    text-align: center;
    font-family: 'Montserrat';
    color: white;
    margin-top: 50px;
    font-size: 40px;
}

.text p{
    background: #333;
    border:solid 1px #f7971d;
    border-radius: 5px;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 1%;
    word-wrap: break-word;
    text-align: justify;
    transition-duration: 0.3s;
}

.text p:hover{
    background: #333;
    border: solid 1px white;
    border-radius: 6px;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 1%;
    word-wrap: break-word;
    text-align: justify;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.1); 
    box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.1);
    transition-duration: 0.3s;
    
}

ol{
    background: #333;
    border:solid 1px #f7971d;
    border-radius: 5px;
    width: 60%;
    margin-left: 19%;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 1%;
    padding-left: 30px;
    word-wrap: break-word;
}

ul{
    background: #333;
    border:solid 1px #f7971d;
    border-radius: 5px;
    width: 60%;
    margin-left: 20%;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 10px;
    padding-left: 30px;
    word-wrap: break-word;
}

/*-----BITCOIN_GRAPH-----*/
#divBitcoin {
    height: 560px;
    background-color: #1D2330;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #282E3B;
    border-radius: 4px;
    text-align: right;
    line-height: 14px;
    font-size: 12px;
    font-feature-settings: normal;
    text-size-adjust: 100%;
    box-shadow: inset 0 -20px 0 0 #262b38;
    padding: 0px;
    margin: 0px;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 55px;
}
#bitcoinFrame {
    height: 540px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#iframeBitcoin {
    width: 100%;
    height: 536px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 14px;
}
#sourceBitcoin {
    color: #626B7F;
    line-height: 14px;
    font-weight: 400;
    font-size: 11px;
    box-sizing: border-box;
    padding: 2px 6px;
    width: 100%;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

/*-----SPECS_GRAPH-----*/
#divSpeculatifs {
    height: 551px;
    background-color: #1D2330;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #282E3B;
    border-radius: 4px;
    text-align: right;
    line-height: 14px;
    font-size: 12px;
    font-feature-settings: normal;
    text-size-adjust: 100%;
    box-shadow: inset 0 -20px 0 0 #262B38;
    padding: 0px;
    margin: 0px;
    width: 60%;
    margin-top: 50px;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 100px;
}
#speculatifsFrame {
    height: 531px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#iframeSpeculatifs {
    width: 100%;
    height: 527px;
    border: 0;
    margin: 0;
    padding: 0;
}
#sourceSpeculatifs {
    color: #626B7F;
    line-height: 14px;
    font-weight: 400;
    font-size: 11px;
    box-sizing: border-box;
    padding: 2px 6px;
    width: 100%;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}
/*-----PLAN DU SITE-----*/
#plan {
    margin-top: 100px;
    margin-left: 50px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

#plan ul li {
    list-style-type: none;
}

#plan h3 {
    font-size: 25px;
}

#plan li:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
}

#plan li a:hover {
    color: #f7971d;
}

#plan li a {
    transition-duration: 0.5s;
    font-size: 15px;
}

#plan a:link {
    text-decoration: none;
    color: white;
}

#plan a:visited {
    color: white;
    text-decoration: none;
}


