* {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: white;
    font-weight: 100;
}

a:hover {
    color: white;
}

html {
	min-height: 100%;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.btn {
	text-align: left;
	font-size: 13px !important;
	margin-top: 5px;
}

.btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.3) !important;
}

select:focus, input:focus {
	border-color: transparent !important;
	box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5) !important;
}

.tooltip-inner { text-align: left; padding: 10px; }

p span { display: block; }

hr { border-top: 1px solid rgba(0, 0, 0, 0.03); }

.breadcrumb {
	border-radius: 0;
	background-color: #0415e6;
	padding: 20px;
}

.breadcrumb-item.active {
	color: white;
	font-size: 14px;
}

.title { font-family: 'Zilla Slab', serif; font-weight: 700; font-size: 50px; margin-bottom: 20px; }

.description { font-size: 17px; color: black; font-weight: 300; }

.line-separator {
    background: transparent url(../icons/bg-dots-navy.svg) repeat-x left bottom;
    height: 5px;
}

.link {
    font-weight: 900;
    font-family: 'Zilla Slab', serif;
    font-size: 18px;
}

.link:hover {
    color: #fb4f4f !important;
    text-decoration: none !important;
}

.techno {
    margin: 10px;
}

.ugly-button {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 10px;
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
    width: fit-content;
    margin-top: 5px;
}

.title.dataudiar {
	transform: scale(1);
    transition: transform 400ms;
}

.title.dataudiar:hover {
        transform: scale(1.15);
}

/* width */
::-webkit-scrollbar {
  	width: 8px;
  	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  	background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  	background: #555; 
}

body { 
  height: 100%; 
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; 
  font-weight: 400 !important; 
  font-style: normal !important; 
  background-color: white; }

.grid { margin-top: 20px; padding: 15px; }

.bloc-stat {
	position: relative;
	background-color: white;
	border: 1px solid #2406ab;
}

.bloc-stat:before {
	content: "";
	background: transparent url(../icons/bg-dots-navy.svg) repeat bottom left;
	background-color: transparent;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
	margin: auto;
	z-index: -1;
}

.bloc-stat:before {
	background-color: white;
}

.header {
	margin-bottom: 0;
    padding: 15px;
    color: #2406ab;
    border-bottom: 1px solid #2406ab;
    background-color: #dbd3ff;
}

.content {
	padding: 10px; 
}

.footer-chart {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

 .button {
	position: relative;
    z-index: 2;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
    outline: 0;
 }

 .button--important .button__label {
    background-color: #2406ab;
    color: #fff;
}
.subscribe__submit {
    padding: 12px;
    cursor: pointer;
    margin: 0;
}
.button__label {
    position: relative;
    z-index: 3;
    border: 1px solid #242a49;
    padding: 8px 12px;
    font-size: 16px;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    color: #242a49;
    background-color: #fff;
    display: block;
	transition: color .2s linear,transform .2s linear,border-color .2s linear;
}

.button:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    border: 1px solid #242a49;
    background-color: #fff;
    transition: transform .2s linear,border-color .2s linear;
}

.button:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 1px solid #242a49;
    background-color: #fff;
    transition: transform .2s linear,border-color .2s linear;
}

.button:hover:before {
    transform: translate(-2px, -2px);
    border-color: #dbd3ff;
}
 
.button:hover:after {
    transform: translate(-1px, -1px);
    border-color: #dbd3ff;
}

.image-effect {
	transform: scale(1);
	transition: transform 400ms;
}

.image-effect:hover {
	transform: scale(1.2) rotate(180deg);
	-webkit-transform: scale(1.2) rotate(180deg);
  	-moz-transform: scale(1.2) rotate(180deg);
  	-ms-transform: scale(1.2) rotate(180deg);
	-o-transform: scale(1.2) rotate(180deg);
	color: #f3cb08 !important;
}

.black-bg {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 20px;
}