/******************************/
/***       COMMONS          ***/
/******************************/
body {
    font-family: "Roboto Light";
    background-color: #FAF3E0 !important;
    padding-top: 35px;
    height: 100%;
}
body.pushable>.pusher {
    background: #FAF3E0;
}

a { color: #98d6f7; }
a:hover { color: #98d6f7; font-weight: 700; }
.logo-menu img { max-height: 120px; margin: 0 auto; }

/******************************/
/***      NAVBAR            ***/
/******************************/
.navbar {
  position: fixed;
  overflow: hidden;
  height: 35px;
  width: 100%;
  top:0; left: 0;
  background-color: #fff;
  z-index: 999;
}
.item-menu { line-height: 35px; cursor: pointer; color: #96D4F5; font-weight: 700; }
.title {
  font-family: "passion_oneregular"; 
  font-size: 22px;
  color: #96D4F5;
}

/******************************/
/***      SIDE MENU         ***/
/******************************/
.content { display: flex; height: 100%;}
.left-menu { background-color: #fff; height: 100%; }
.menu_fsb { background-color: rgba(205,232,241,0.3); height: 100%; width: 190px; box-shadow: none;  border:0; }
.menu_fsb .item { 
  color: #96D4F5; 
  font-family: "passion_oneregular"; 
  text-transform: uppercase; 
  font-weight: 300; 
  padding: 0.5em 1em; 
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #eee; 
}
.logo-menu svg { max-height: 90px; margin-left: auto; }

.main-content { width: 100%; }

@media screen and (max-width: 860px) {
  .left-menu { display: none; }
}

/******************************/
/***       HOME             ***/
/******************************/
.stat-nichoir-total {
    padding: 10px 20px;
    background-color: transparent;
    border-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.stat-total {
  padding: 5px 0 0;
  font-family: "viburmedium";
  text-transform: uppercase;
}
.number { font-size: 32px; margin-top: 10px; }
.stat-nichoir {
    padding: 10px 20px;
    background-color: transparent;
    border-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.icon {
    padding: 0 20px;
}
.stat-icon { max-height: 80px; }

.stat { 
  display: flex;
  flex-direction: column;
}
.stat-legend {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Roboto Light", sans-serif;
    margin-bottom: 5px;
}
.stat-number {
    font-size: 18px;
    font-weight: 300;
    color: #333;
}
.stat-potentiel {
    color: #555;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "viburmedium";
    padding: 5px 0 0;
}


/******************************/
/***       MAP              ***/
/*****************************/
.home { padding-top: 20px; }



/******************************/
/***       MAP              ***/
/******************************/

.map {
    height: 100vh;
}
.ui.right.sidebar { padding: 15px; }
/*.nichoir-side {
    z-index: 9999;
    position: fixed;
    right: 0px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding: 10px 10px;
    overflow: scroll;
}*/

/******************************/
/***    TYPE NICHOIR        ***/
/******************************/
.type-nichoir { height: 100vh; overflow: hidden; }
.type-nichoir-left, .type-nichoir-right {
    float: left;
    width: 50%;
    height: 100%;
    overflow: scroll;
    padding-left: 15px;
    padding-right: 15px;
}
.type-nichoir-right  {
    padding-left: 15px;
    padding-right: 15px;
}
.type-nichoir-left::-webkit-scrollbar-track, .ui.right.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #eee;
}
.type-nichoir-left::-webkit-scrollbar, .ui.right.sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #eee;
}
.type-nichoir-left::-webkit-scrollbar-thumb, .ui.right.sidebar::-webkit-scrollbar-thumb {
    background-color: #aaa;
    /*border: 1px solid #555555;*/
}
.type-nichoir-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #eee;
}
.type-nichoir-right::-webkit-scrollbar {
    width: 6px;
    background-color: #eee;
}
.type-nichoir-right::-webkit-scrollbar-thumb{
    background-color: #aaa;
    /*border: 1px solid #555555;*/
}
/******************************/
/***       NICHOIR          ***/
/******************************/
.nichoir {
    background-color: #FAF3E0;
}
.ui.divider.nichoir_header {
   font-family: "passion_oneregular";
   text-transform: uppercase;
   font-weight: 300;
   color: #555;
    margin-top: 5px;
}
.ui.divider.nichoir_title {
   font-family: "viburmedium";
   text-transform: uppercase;
   font-weight: 300;
   color: #555;
}
.slider {
	max-height: 250px;
	margin: auto;
	text-align: center;
}
.slider img {
	height: 250px;
	width: auto;
	margin: 0 auto;
}
.nichoir ul {
    text-align: center; padding: 0;
}
.nichoir ul > li {
    text-transform: uppercase;
    font-size: 11px;
    display: inline;
    border-right: 1px solid #aaa;
    padding-right: 5px;
}
.nichoir ul > li:last-child {
    border-right: none;
}
.audio {
    text-align: center;
    margin: 5px 0;
}
.audio audio { display: none; }
.btn-fsb {
    border: none;
    background-color: #98d6f7;
    color: #fff;
    padding: 5px 15px;
}
.sponsor {
    text-align: center;
    font-style: italic;
    font-size: 12px; 
}
.sponsor img {
    max-width: 50px;
}
.ui.items>.item>.content>.list_nichoir { font-family: "viburmedium"; text-transform: uppercase; font-size: 16px!important; font-weight: 300; }
.ui.items>.item>.content>.list_type_nichoir { text-transform: uppercase; font-size: 11px;}

/******************************/
/***       ABOUT            ***/
/******************************/
.about { max-width: 600px; margin: 20px auto; }
.ui.divider.about_title {
   font-family: "viburmedium";
   text-transform: uppercase;
   font-weight: 300;
   color: #555;
}
.about p { text-align: justify; }
