@charset "utf-8";
/* CSS Document */


/* FONTS */


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');
/*  GENERAL  */

body {
	min-height: 2000px;
	padding-top: 50px;
}
* {
	font-family: 'Roboto', sans-serif;
	vertical-align: top;
}
span {
	vertical-align: initial;
}
/* DEBUG

	will-change: transform;

* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
END DEBUG */

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	margin-top:9px;
	margin-bottom:23px;
}
.prices p {
	font-size:13px;
}
.sidebar-holder {
	height:calc(100vh - 60px);
	padding:0 0!important;
	background-color:#424E64;
}
.portrait-holder {
	padding:0 60px!important;
}
/*  STICKY  */

.menu-holder > div {
	display: table;
	margin: 0 auto;
}
.stickybar.fixed {
	position: fixed;
	z-index: 99999;
	top: 60px;
}
.stickybar {
	height:calc(100vh - 60px);
	padding:0 0;
	color:#FFF;
	background-color:#424E64;
}
.stickybar h5 {
	text-transform:uppercase;
	font-size:18px;
}
.stickybar > div {
	padding:0 0;
	height:calc(100vh - 60px);
	display:table-cell;
	vertical-align:middle;
	width: 100%;
}
.stickybar ul {
	list-style:none;
	padding-left:0;
	line-height:24px;
}
.stickybar li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
}
.stickybar li a:hover,
.stickybar li a:active{
	color:#44c6ec;
}
 @media (max-width: 767px) {

:target:before { 
	content:""; display:block; height:60px!important; /* fixed header height*/ margin-top:-60px!important; /* negative fixed header height */ 
}

 .portrait-holder {
 padding: 0 30px!important;
}
.sidebar-holder, .stickybar, .stickybar > div {
 display:inline-block;
 height: auto;
 background-color: #424E64;
 width:100%!important;
}
 .stickybar {
padding:0 30px;
}
.stickybar li a {
    font-size: 16px;
}
.stickybar h5 {
display:block;
margin:25px auto 15px;
text-align:center;
}
 .menu-holder ul {
 text-align:center;
}
.menu-holder li {
 display: inline-block;
 margin-right:12px;
}
/*
.menu-holder li a {
 pointer-events: none;
}*/
}
/*  NAV  */

.navbar {
	margin-bottom: 0;
	border: 0 solid transparent;
	background: #373c4b;
	box-shadow: 0 9px 17px -12px rgba(0, 0, 0, 0.5);
	height:60px;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
 @media (min-width: 768px) {
.navbar-collapse.collapse {
 display: inline-block!important;
 float:right;
}
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 700;
	font-style: normal;
	padding-top: 22px;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	color:#FFF!important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color:#ed2629!important;
	background-color:transparent;
}
img.logo {
	display:inline-block;
	margin-top:14px;
}
section {
	margin-top:20px;
	margin-bottom:60px;
	padding-top:70px;
	padding-bottom:20x;
	background-image: url(../img/round-bkg.svg);
	background-repeat: no-repeat;
	background-position: top center;
}
section:first-child {
	background-image: none;
}
h1, h2, h3, h5, h6 {
	font-family: 'Roboto slab', sans-serif;
	color:#232323;
	display:inline-block;
}
.orange {
	color:#EA6511;
}
.blue {
	color:#0087A0;
}
.green {
	color:#68AE65;
}
.red {
	color:#ED282A;
}
.grey {
	color:#424242;
}
h1 {
	font-size:42px;
	font-weight:bold;
}
h2 {
	font-size:50px;
	margin-top:15px;
	margin-bottom:45px;
}
h3 {
	font-size:40px
}
h4 {
	font-size:30px;
	font-weight:600;
	margin-bottom:45px;
}
h5, h5 span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
}
.details h5, .details h5 span {
	font-size:15px;
}
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}
/* WELCOME */

#welcome > div > div, #welcome > div > div > div {
	height:50vh;
}
#welcome > div > div > div {
	display:table-cell;
	vertical-align:middle;
}
.name-holder {
	display:inline-block;
	margin:auto;
	position:relative;
	left:115%;
}
.name-holder img {
	box-shadow: 0 9px 17px -12px rgba(0, 0, 0, 0.5);
}
h3.territoire {
	position: relative;
	top: 42px;
	background-color: white;
	padding: 12px 16px;
	margin-left: 20px;
}
.dataholder > div.skrollable {
	height:400px;
	transform-origin:bottom;
	margin: 0 auto;
	display:inline-block;
}
.dataholder.one > div.skrollable {
	width:50%;
}
.dataholder.two > div.skrollable {
	width:40%;
}
.dataholder.three > div.skrollable {
	width:30%;
}
.dataholder.four > div.skrollable {
	width:20%;
}
.dataholder.five > div.skrollable {
	width:15%;
}
.dataholder.five > div.skrollable {
	width:15%;
}
 @media (max-width: 767px) {
#welcome > div > div, #welcome > div > div > div, #welcome {
    height: 35vh!important;
    min-height: initial!important;
}
#welcome > div > div > div {
    float: none;
}
#familles .dataholder.five {
	width:15%;
    padding-right: 0;
    padding-left: 0;
}
h1 {
 font-size:20px;
 font-weight:bold;
}
 h2 {
 font-size:30px;
}
 .name-holder {
 display: inline-block;
 margin: auto;
 position: initial;
 padding-left: 30px;
}
h3.territoire {
 position: intial;
 top:0;
 background-color: white;
 padding: 10px 14px;
 margin-left: 10px;
 font-size:24px;
}
.name-holder img {
 width:40px;
 height:68px;
}
 section {
 margin-top: 10px;
 margin-bottom: 30px;
 padding-top: 15px;
 padding-bottom: 10x;
 background-image: url(../img/round-bkg.svg);
 background-repeat: no-repeat;
 background-position: top center;
}
.details h5, .details h5 span, .ordonnees > div {
    font-size: 12px;
}
.details h5 span {
 display:none;
}
 #familles .dataholder.five > div {
width:8%;
}
 #entreprise .dataholder.two {
 padding-left: 4px;
 padding-right: 4px;
}
 #entreprise .details > div > div > div {
 padding:0 4px;
}
 #entreprise .details h5 {
 font-size:11px;
}
}


.percentagegraph .ordonnees {
	position:absolute;
	width: 102%;
	text-align: left;
	margin-left: -2%;
	margin-right: -2%;
}
.percentagegraph .ordonnees > div {
	display:inline-block;
	width:100%;
	height:80px;
	border-top: #f5f5f5 solid 1px;
}
 @media (max-width: 767px) {
 .percentagegraph {
 width: 94%;
 margin: 0 auto;
}
 .percentagegraph .ordonnees {
 position: absolute;
 width: 104%;
 text-align: left;
 margin-left: -4%;
 margin-right: 0;
}
 #demographie .percentagegraph .ordonnees {
 margin-left: -7%;
}
}
/*   SECTION : INTRO   */

#intro .content {
	border-left: 4px #e2e2e2 solid;
	padding-left:32px;
}
/*   SECTION : DEMOGRAPHIE   */
	
#demographie .percentagegraph .ordonnees {
	position:absolute;
	padding-right: 5px;
	padding-left: 5px;
	width:90px;
	text-align:right;
}
#demographie .percentagegraph .ordonnees > div {
	display:inline-block;
	width:100%;
	height:20px;
	margin-bottom:2px
}
#demographie .percentagegraph .hommes, #demographie .percentagegraph .femmes {
	padding-right: 2px;
	padding-left: 2px;
}
#demographie .percentagegraph .hommes > div, #demographie .percentagegraph .femmes > div {
	display:inline-block;
	width:100%;
	height:20px;
	margin-bottom:2px;
}
#demographie .percentagegraph .hommes > div {
	transform-origin: right;
}
#demographie .percentagegraph .femmes > div {
	transform-origin: left;
}
#demographie .abscisses .text-left {
	border-left: solid 1px #eee;
	padding-right: 5px;
	padding-left: 5px;
}
#demographie .abscisses .text-right {
	border-right: solid 1px #eee;
	padding-right: 5px;
	padding-left: 5px;
}
/* TABLE */

section.green-block .table>thead {
	background-color: #68AE65;
	color: #FFF;
	border-radius: 10px 10px 0 0;
}
section.blue-block .table>thead {
	background-color: #0087A0;
	color: #FFF;
	border-radius: 10px 10px 0 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	font-size: 16px;
	line-height:26px;
	padding: 12px 16px;
}
thead tr:first-child th {
	text-align: center;
}
thead tr:first-child th:first-child {
	text-align: left;
	border-radius: 6px 0 0 0;
}
thead tr:first-child th:last-child {
	border-radius: 0 6px 0 0;
}
tbody tr:last-child th {
	border-radius: 0 0 0 6px;
}
tbody tr:last-child td:last-child {
	border-radius: 0 0 6px 0;
}
tr td:last-child {
	font-weight:700;
}

@media (max-width: 767px) {
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	font-size: 14px;
	line-height:22px;
	padding: 10px 13px;
}
}
/*  GRAPH  */

.legendes.chart {
	height: 320px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.legendes h6 {
	font-size:12px;
}

.legendes h6:before {
	content:" ";
	margin-right:4px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position:relative;
	top:4px;
}
.legendes .col-xs-2 h6:before {
/*	margin-bottom: 8px; */
}
.legendes h6.light:before {
	opacity:0.5;
}
.data-circle-holder {
	margin:40px auto;
}
.data-circle {
	border-radius:100%;
	width:130px;
	height:130px;
	display:inline-block;
	margin:0 auto;
	background-color:#FFF;
}
.data-circle h4 {
	padding-top: 36px;
}
.percentagegraph {
	border-bottom:solid 1px #CCC;
}
.percentagegraph div.skrollable:hover {
	opacity:0.75;
}
.data-circle-holder p {
	padding: 0 14px;
}
.sources p {	
    font-size: 13px;
	}
 @media (max-width: 767px) {
.legendes.chart {
 height: auto;
 width: 100%;
 display: block;
 padding:0 0; 
}
.legendes.chart h5 {
    margin-bottom: 0px;
    display: block;
}
.legendes.chart h6 {
    margin-top: 0px;
}

.legendes.chart h6:before {
    margin-bottom: 0px;
}

.data-circle-holder p{
    margin-bottom: 45px;
}
}
.red-block h2 span, .red-block h4 span, .red-block h5 span {
	color:#ED282A;
}
.red-block .data-circle {
	border: solid 3px #ED282A
}
.blue-block h2 span, .blue-block h4 span, .blue-block h5 span {
	color:#0087A0;
}
.blue-block .data-circle {
	border: solid 3px #0087A0
}
.orange-block h2 span, .orange-block h4 span, .orange-block h5 span {
	color:#ee7525;
}
.orange-block .data-circle {
	border: solid 3px #ee7525
}
.green-block h2 span, .green-block h4 span, .green-block h5 span {
	color:#68AE65;
}
.green-block .data-circle {
	border: solid 3px #68AE65
}

.btn-primary,
.btn-outline-primary {
	margin-bottom:20px;
	}

.red-before:before,
.red-block .btn-primary{
	background-color:#ee4649;	
	border: solid 2px #ED282A!important;
    border:none;
}
.blue-before:before,
.blue-block .btn-primary{
	background-color:#44c6ec;	
	border: solid 2px #44c6ec!important;
    border:none;
}
.grey-before:before,
.grey-block .btn-primary{
	background-color:#777777;	
	border: solid 2px #777777!important;
    border:none;
}
.green-before:before,
.green-block .btn-primary{
	background-color:#a4d185;
	border: solid 2px #a4d185!important;
    border:none;
}
.orange-before:before,
.orange-block .btn-primary{
	background-color:#f09e6a;	
	border: solid 2px #f09e6a!important;
    border:none;
}


.red-block .btn-primary:hover{
	color: #ED282A!important;
	border: solid 2px #ED282A!important;
	background-color:#FFF;
}
.blue-block .btn-primary:hover{
	color: #44c6ec!important;
	border: solid 2px #44c6ec!important;
	background-color:#FFF;
}
.grey-block .btn-primary:hover{
	color: #777777!important;
	border: solid 2px #777777!important;
	background-color:#FFF;
}
.green-block .btn-primary:hover{
	color:#a4d185!important;	
	border: solid 2px #a4d185!important;
	background-color:#FFF;
}
.orange-block .btn-primary:hover{
	color:#f09e6a!important;	
	border: solid 2px #f09e6a!important;
	background-color:#FFF;
}


.red-block .btn-outline-primary {
	color: #ED282A;
	border: solid 2px #ED282A;
	}
.blue-block .btn-outline-primary {
	color: #44c6ec;
	border: solid 2px #44c6ec;
	}
.grey-block .btn-outline-primary {
	color: #777777;
	border: solid 2px #777777;
	}
.green-block .btn-outline-primary {
	color: #a4d185;
	border: solid 2px #a4d185;
	}
.orange-block .btn-outline-primary {
	color: #f09e6a;
	border: solid 2px #f09e6a;
	}
	
.red-block .btn-outline-primary:hover {
	background-color: #ED282A;
	border: solid 2px #ED282A;
	color:#FFF;
	}
.blue-block .btn-outline-primary:hover {
	background-color: #44c6ec;
	border: solid 2px #44c6ec;
	color:#FFF;
	}
.grey-block .btn-outline-primary:hover {
	background-color: #777777;
	border: solid 2px #777777;
	color:#FFF;
	}
.green-block .btn-outline-primary:hover {
	background-color: #a4d185;
	border: solid 2px #a4d185;
	color:#FFF;
	}
.orange-block .btn-outline-primary:hover {
	background-color: #f09e6a;
	border: solid 2px #f09e6a;
	color:#FFF;
	}

.tooltip-inner{ font-size: 15px; font-weight:600; padding:3px 8px 1px;}

.grey-block .tooltip-inner{
	background-color:#FFF;
	color:#777777;
	border:2px solid #777777;
	}
.red-block .tooltip-inner{
	background-color:#FFF;
	color:#ee4649;
	border:2px solid #ee4649;
	}
.blue-block .tooltip-inner{
	background-color:#FFF;
	color:#44c6ec;
	border:2px solid #44c6ec;
	}	
.green-block .tooltip-inner{
	background-color:#FFF;
	color:#a4d185;
	border:2px solid #a4d185;
	}	
.orange-block .tooltip-inner{
	background-color:#FFF;
	color:#f09e6a;
	border:2px solid #f09e6a;
	}	
	
.red-block .hommes .tooltip-inner {
	background-color:#FFF;
	color:#44c6ec;
	border:2px solid #44c6ec;
	float:right;
	width:auto;
	}
.red-block .femmes .tooltip-inner {
	float:left;
	width:auto;
	}
	
.grey-block .tooltip.top .tooltip-arrow{
	border-top-color:#777777;
	}
.red-block .tooltip.top .tooltip-arrow{
	border-top-color:#ee4649;
	}
.blue-block .tooltip.top .tooltip-arrow{
	border-top-color:#44c6ec;
	}	
.green-block .tooltip.top .tooltip-arrow{
	border-top-color:#a4d185;
	}	
.orange-block .tooltip.top .tooltip-arrow{
	border-top-color:#f09e6a;
	}	
	
.red-block .hommes .tooltip .tooltip-arrow{
	border-left-color:#44c6ec;
}
.red-block .femmes .tooltip .tooltip-arrow{
	border-right-color:#ee4649;
}
	

.grey-bkg {
	background: #424242; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #424242 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7d7e7d 0%, #424242 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7d7e7d 0%, #424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#424242', GradientType=0 ); /* IE6-9 */
}
.red-bkg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee4649+0,ed282a+100 */
background: #ee4649; /* Old browsers */
	background: -moz-linear-gradient(top, #ee4649 0%, #ed282a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ee4649 0%, #ed282a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ee4649 0%, #ed282a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4649', endColorstr='#ed282a', GradientType=0 ); /* IE6-9 */
}
.blue-bkg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44c6ec+0,24a7c8+100 */
background: #44c6ec; /* Old browsers */
	background: -moz-linear-gradient(top, #44c6ec 0%, #24a7c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #44c6ec 0%, #24a7c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #44c6ec 0%, #24a7c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c6ec', endColorstr='#24a7c8', GradientType=0 ); /* IE6-9 */
}
.green-bkg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4d185+0,68ae65+100 */
background: #a4d185; /* Old browsers */
	background: -moz-linear-gradient(top, #a4d185 0%, #68ae65 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a4d185 0%, #68ae65 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a4d185 0%, #68ae65 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d185', endColorstr='#68ae65', GradientType=0 ); /* IE6-9 */
}
.orange-bkg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f09e6a+0,f58843+100 */
background: #f09e6a; /* Old browsers */
	background: -moz-linear-gradient(top, #f09e6a 0%, #f58843 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f09e6a 0%, #f58843 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f09e6a 0%, #f58843 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e6a', endColorstr='#f58843', GradientType=0 ); /* IE6-9 */
}
/* CHARTS */

.legendes h5 span {
	font-weight: bold;
	line-height: 28px;
	padding-right: 5px;
	display:inline-block;
	min-width:40px;
	text-align:right;
}
.legendes h5 span.red {
	color:#ee4649;
}
.legendes h5 span.green {
	color:#a4d185;
}
.legendes h5 span.blue {
	color:#44c6ec;
}
.legendes h5 span.grey {
	color:#424242;
}
.single-chart {
	width: 100%;
	justify-content: space-around;
}
.circular-chart {
	display: block;
	margin: 10px auto;
	max-width: 80%;
	max-height: 320px;
}
.circle-bg {
	fill: none;
	stroke: #eee;
	stroke-width: 4;
}
.circle {
	fill: none;
	stroke-width: 3.25;
	animation: progress 1s ease-out forwards;
}
/*
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}*/
.circle-red {
	stroke: #ee4649;
}
.circle-orange {
	stroke: #f09e6a;
}
.circle-green {
	stroke: #a4d185;
}
.circle-blue {
	stroke: #44c6ec;
}
.circle-grey {
	stroke: #777777;
}
.percentage {
	fill: #666;
	font-family: sans-serif;
	font-size: 0.5em;
	text-anchor: middle;
}

/* WELCOME INTRO */
