/* cbFlyNav Req Styles */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
  /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
  position: relative;
  /*overflow-x: hidden;*/
  width: 100%;
}

.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  transition: visibility 0 linear .2s;
  background: #fff;
  -webkit-box-shadow: 4px -1px 2px -1px rgba(0,0,0,0.22);
  -moz-box-shadow: 4px -1px 2px -1px rgba(0,0,0,0.22);
   box-shadow: 4px -1px 2px -1px rgba(0,0,0,0.22);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  transition: z-index 0 linear .2s;
  z-index: 1;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  background: #fff;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.cbFlyNav-wrap > nav {
  transform: translateY(0);
  transition: transform 0 ease-in-out;
  -webkit-transition: -webkit-transform 0s ease-in-out;
  /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

/*.nav-collapse {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
}*/

.layout-right-content {
  transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  /*transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;*/
  z-index: 1;
  /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
  
}

.layout-right-content.isCbFlyNavActive {
  transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  min-width: 320px;
}

.icon-cbmore {
  content: "";
  float: right;
  margin-top: 4.5px;
  padding: 4.5px;
  box-shadow: 1px -1px 0 0px #FFF inset;
  -webkit-transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  /*z-index: 1;*/
}

.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}

/* Menu Toggle */
./*btn-navbar {
  position: absolute;
  width: 50px;
  height: 40px;
  padding: 4px 0;
  display: block;
  z-index: 1;
}

.btn-navbar-navtoggle {
  left: 10px;
}

.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #4d4d4d;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}*/

@media screen and (min-width: 768px) {
  /*.btn-navbar {
    display: none;
  }*/
}
/* Navbar Styles */
/*.navbar {
  height: 40px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  background: #fafafa;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  box-shadow: 0 1px 1px 0px #dddddd;
}*/

@media screen and (max-width: 767px) {
  /*.navbar .nav-collapse {
    display: none;
  }*/
}
@media screen and (min-width: 768px) {
  /*.navbar {
    height: auto;
    position: relative;
    background: #fafafa;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px;
  }*/
}
/* Mobile First Nav */
.the-nav ul.nav.mobile {
  display: block;
  margin-bottom: 15px;
  float: none;
  padding: 0;
  height: 100%;
}
.the-nav ul.nav.mobile > li {
  float: none;
  display: block;
  width: 270px;
  list-style-type: none;
}

.the-nav ul.nav.mobile > li.selected {
	background: #eee;
}

.the-nav ul.nav.mobile > li.selected a {
	color: #000;
}

.the-nav ul.nav.mobile > li#menu_savoir-d-entreprise a {
	color: #686868;
}

.the-nav ul.nav.mobile > li#menu_savoir-d-entreprise a:hover {
	color: #000;
}

.the-nav ul.nav.mobile > li#menu_evenements a,
.the-nav ul.nav.mobile > li#pro a  {
	color: #C90019;
}

.the-nav ul.nav.mobile li a {
  color: #444;
  display: block;
  text-decoration: none;
  padding: 11px 15px;
  margin-right: 0;
  text-transform: lowercase;
  font-family: FlamaBold, sans-serif;
  font-size: 16px;
}
.the-nav ul.nav.mobile li a:hover {
  background: #ccc;
}

/*search form*/
  .the-nav ul.nav.mobile li.search {
	padding: 0 15px;
	/*width: 240px;*/
	margin: 20px 0 0;
	.icon-search {
		line-height: 20px;
	}
    }
	.the-nav ul.nav.mobile li.search .search_form #autocomplete_form {
		display: none;
	}
	
	.the-nav ul.nav.mobile li.search .search_form {
		border-top: 1px solid #ccc;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	.the-nav ul.nav.mobile li.search label {
		font-family: FlamaBold, sans-serif;
  		font-size: 12px;
		display: inline-block;
		margin-bottom: 5px;
		
	}
	.the-nav ul.nav.mobile li.search input[type="text"]{
		margin-bottom: 20px;
		font-size: 14px;
		padding: 5px;
	}
	.the-nav ul.nav.mobile li.search button.btn {
		background: none;
		border: none;
		font-size: 18px;
	}
	.the-nav ul.nav.mobile li.search button.btn .icon-search {
		line-height: 20px !important;
	}

.the-nav ul.nav.mobile .dropdown {
  position: static;
}
.the-nav ul.nav.mobile .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
  background: #595959;
  transition: width .2s ease-in-out;
  overflow-y: scroll;
  -webkit-overflown-scrolling:touch;
}
.the-nav ul.nav.mobile .dropdown .subnav > li {
  width: 180px;
  list-style-type: none;
}
.the-nav ul.nav.mobile .dropdown .subnav > li.dernieres_nouvelles {
	margin-top: 0;
}

.the-nav ul.nav.mobile .dropdown .subnav > li.active {
	background: #cecece;
}

.the-nav ul.nav.mobile .dropdown .subnav > li a {
	color: #fff;
}
.the-nav ul.nav.mobile .dropdown .subnav > li.active a {
	color: #666;
}

.the-nav ul.nav.mobile .dropdown .subnav > li a:hover {
	color: #444;
}

.the-nav ul.nav.mobile .dropdown .subnav > li:first-child {
	background: #333;
	border-bottom: 1px solid #777;
}

.the-nav ul.nav.mobile .dropdown .subnav > li:first-child a {
	font-size: 18px;
}

.the-nav ul.nav.mobile .dropdown .subnav.is-subnav-visible {
  width: 180px;
}

/*.the-nav ul.nav.mobile menu_blogues .dropdown.is-active .subnav.is-subnav-visible {
	height: auto !important;
}*/

.the-nav.is-inactive ul.nav.mobile > li > a {
  opacity: .2;
}
.the-nav.is-inactive ul.nav.mobile > li.is-active > a {
  opacity: 1;
  background: #ccc;
  color: #888;
}

/* Large Screen Styles*/
@media screen and (min-width: 768px) {
  /*.container {
    width: 95%;
    margin: 0 auto;
  }*/

  .the-nav {
    display: block;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
    margin: 0;
    line-height: normal;
  }

  .the-nav > .nav > li {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
  }

  .the-nav > .nav > li .caret {
    margin-top: 8px;
    margin-left: 2px;
    border-top-color: #A7A7A7;
    border-bottom-color: #A7A7A7;
  }

  .the-nav > .nav > li a {
    display: block;
    padding: 10px 10px 10px;
    color: #A7A7A7;
    font-weight: 500;
    text-decoration: none;
  }

  .the-nav > .nav > li:nth-of-type(1) > a {
    padding-left: 0;
  }

  .the-nav > .nav > li:last-of-type > a {
    padding-right: 0;
  }

  /* Active State */
  .the-nav > .nav > li:hover > a {
    color: #303030;
  }

  .the-nav > .nav > li:hover .subnav {
    display: block;
  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
  }

  /* Subnav */
  .layout-left-flyout .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin: 0;
    padding: 0;
    min-width: 160px;
    background: #F7F7F7;
    box-shadow: 0 1px 1px 0px #DDDDDD;
  }

  .layout-left-flyout .nav > li > .subnav > li {
    margin-bottom: 0;
  }

  .layout-left-flyout .nav > li > .subnav > li a {
    color: #A7A7A7;
    transition: all .2s;
  }

  .layout-left-flyout .nav > li > .subnav > li:hover a {
    background: #ff8358;
    color: white;
  }
  
  
}
/* General Mobile First Styles */
.hidden-sm {
  display: none;
}

@media screen and (min-width: 768px) {
 /* .visible-sm {
    display: none;
  }

  .hidden-sm {
    display: block;
  }*/
}
/* Resets and clean ups and extras */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}




.dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid gray;
  content: "";
}

/*.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  font-family: 'Lato', Sans-serif;
  width: 95%;
  margin: 0 auto;
}
.container.navbar {
  width: 100%;
}
.container:before, .container:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-size: 3.7em;
  font-weight: 200;
  margin-top: .2em;
}

p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}
*/
a.gh-btn {
  display: inline-block;
  width: 250px;
  background: white;
  color: #1D1F21;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  transition: all .2s ease-in-out;
}
a.gh-btn:hover {
  background: #e6e6e6;
}

/*.align-center {
  text-align: center;
}

pre {
  color: #cccccc;
  overflow: auto;
  overflow: auto;
  background: #1D1F21;
  padding: 0;
  font-family: monospace;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -ms-word-break: normal;
  word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: relative;
}
pre code {
  background: none;
  padding: 15px;
  white-space: pre;
  overflow: auto;
  display: block;
}

.layout-right-content {
  color: #ffdede;
}*/