body{
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}

.sidebar-logo{
    background-image: url(../images/logo-comp-pass.png);
    background-repeat: no-repeat;
   background-size: 80% auto;
   background-position: center top;
   text-indent : -5000px;
   overflow: hidden ;
   height : 140px;
}

.table.two-cols th{
	width: 50% !important;
}
 
 .footer{
 	padding-left: 1em ;
 	padding-right: 1em ;
 }   
.footer .pull-right{
	width : 40%;
}
.footer .pull-right{
	line-height: 1.5 !important;
}

.date-selects-container label{
 display: block ;
}
.date-selects-container .bootstrap-select{
	width : 32.5% !important;
  max-width: 200px !important ;
  display: inline-block;
}

.intro{
  color: #d0dcdd;
}

.text-red{
  color : red;
}


body.login #content{
  top : 50px;
  max-width : 900px;
  bottom : 45px;
}

body.login #content h1,
body.login #content h3{
  color : white;
}
/*body.login #content p,*/
/*body.login #content ul,*/
.txt-white-lg{
  font-size : 1.2em;
  line-height : 1.65;
  color : white;
}

.txt-white-lg  a{
  color : white !important;
  border-bottom:1px solid;
  text-decoration: none
}
.txt-white-lg  a:hover{
  border-bottom:1px dotted;
}
.lock-container h2{
  color:white ;
}
body.login #content p.lock-intro{
  line-height : 1.28;
}
body.login .lock-container{
  position: static ;
  width : 100%;
  height: auto ;
}

body.login .lock-container p{
line-height: 1.27 ;
color:white;
}
body.login .lock-container .panel{
  width : 95%;
  max-width : 95% !important;
}

body.login .navbar .container-fluid{
  /*padding-left : 0;*/
}
body.login .navbar-brand{
  width : 200px;
}

.login .navbar h1{
  margin : 0  ;
  padding-left : 30px;
  display : inline-block;
  height: 50px ;
  font-size : 2em;
  line-height: 50px ;
}

.login-intro{
  padding-top : 50px;
  padding-bottom : 50px;
}

.navbar-right{
  padding-right: 5px ;
}

.list-group-item-heading small{
  /*display : block;*/
  padding-top: 4px
  }

h4.list-group-item-heading{
  margin-bottom : 20px;
  }

.list-group-item-text{
  margin-bottom: 10px
}

.navbar-default .navbar-nav > li > a .fa-stack i.fa-stack-2x {
     color: #ED771F; 
}
.navbar-default .navbar-nav > li > a .fa-stack i.fa-stack-1x {
     color: #fff; 
}
.public .navbar-nav > li > a .fa-stack i.fa-stack-2x {
     color: #fff; 
}
.public .navbar-nav > li > a .fa-stack i.fa-stack-1x {
     color: #ED771F !important; 
}

.hasSubmenu.open  > a{
  color : white !important;
}

ul.portfolio-menu li a {
  font-size:.85em !important;
  padding-left:28px !important;
  line-height:26px !important;
}

.divider.h90{
  height: 90px ;
  text-align: center;
}

.login-header h1,
.login-header h2{
  margin-top: 0 ;
}
.login-header .panel-body{
  background-color : white;
  font-size : 1.2em ;
  color: #ED771F;
}

.login img.pull-left{
  margin-right: 15px ;
}

.cover.profile.image-hidden{
  background-color: transparent;
  border: none;
}
.cover.profile.image-hidden .wrapper{
  overflow : visible;
  height: 70px ;
}

.cover.profile.image-hidden .cover-info{
 background-color: white ;
}

.cover.profile.image-hidden .name,
.cover.profile.image-hidden .name a{
 color : #ED771F;
}

.cover.profile.image-hidden .wrapper .image,
.highcharts-credits,
.highcharts-contextbutton{
  display : none;
}

.small-table-container{
  width : 490px;
  max-width : 100%;
  font-size : .9rem ;
}


.beige{
  background-color: Beige !important ;
}

#FileMixerModal .modal-body{
  background : #f5f5f5 ;
}

.tab-pane h3,
.panel-body h3{
  margin-top : 30px;
  margin-bottom : 30px;
}


/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: .95rem;
  line-height: 1 ;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}.cd-horizontal-timeline .events a span{
  display: inline-block;
  max-width: 60px ;
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 1.5em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.cd-horizontal-timeline ul,
.cd-horizontal-timeline ol {
  list-style: none;
}


.table-help{
  margin-top:-15px;
}

.cover.profile .cover-info .cover-nav > li > a {
  padding : 18px 10px;
  /*font-size : 13px;*/
}

small.xs{
  font-size : 70%;
}

.st-container .modal.in .sidebar{
  visibility: visible ;
}

.a2a_kit{
  z-index: 100;
  position : fixed;
  top : 50%;
  left : 0;
  margin-top : -128px;
}
.a2a_kit.a2a_default_style a{
float : none;
display : block;
margin-bottom : 1px;
}

.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_menu .a2a_svg {
  border-radius: 0 !important;
}

.sidebar-menu > li:first-child > a{
  /*color : white !important;*/
}

.cover.profile .cover-info .avatar img {
   background-color: white
}

.sidebar-menu .badge,
h5 .badge{
  background-color: red !important;
  color : white !important;
}

ul.comments{
  list-style-type: none ;
  margin : 10px 0;
  padding : 0;
}
li.simple-list{
  border-bottom : 1px solid #eee;
  padding : 5px;
}

.cursor-pointer{
  cursor : pointer;
}
.timeline-block.cursor-pointer{
  cursor : pointer;
  transition : all .2s ease-in-out;
}
.timeline-block.cursor-pointer:hover{
 box-shadow : 0 0 30px 0px #666;
}

.menu-level1 > li.open > a:first-child{
  color :white !important ;
}

.public ul.icon-list li i {
min-width: 16px
}

.capitalize{
  text-transform: capitalize;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-white{color:white!important}

/* Laurent */

body {
  font-family: Arial, sans-serif;
  font-size: 1.27rem;
  line-height: 2rem;
  color:#727272;
}

a {
    color: #ED771F;
    text-decoration: none;
}

.home-logo {
  background-color: #ED771F;
  padding-top: 30px;
  width: 100%;
  margin: 0;
}

.section {
  margin: 0px 0;
  overflow: hidden;
  position: relative;
}
  
.d-flex, .fullscreen {
  display: flex !important;
}
  
.fullscreen {
  min-height: calc(100vh - 0rem);
}
  
.bg-intro {
  background-color: #ED771F;
}
  
.bg-primary-white {
  background-color: #fff;
}
  
.align-items-center {
  align-items: center !important;
}

.container-connexion {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 15px;
}
  
h1-home,
h2-home,
h3-home {
  font-weight: 700;
}

  h1-home {
    font-size:72px;
    line-height: 1.7em;
  }
  
  h2-home {
    color:#ED771F;
    font-size:42px;
    line-height: 1.27em;
  }
  
  h3-home {
    font-size:32px;
    line-height: 1.27em;
  }

  .screen_bottom {
    position:absolute;
    bottom:0;
    display:block;
    width:100%;
  }

  .screen_bottom_2 {
    margin-top:10vh;
  }  

  .legend {  
    color:#d0d0d0;
    font-size: 12px;
    text-align:right;
  }

  .arrow {
    font-size:30px;
    /* transform: rotate(0deg) translate3d(0, 200px, 0); */
  }

  .arrow, .text-center a {
    text-decoration:none;
  }

  .arrow a:hover {
    color:#d0d0d0;
  }

  .screen_video {
    position: absolute;
    top: 0;
    left: 0;
    /* height: calc(100vh - 3.5rem); */
    height: 100vh;
    width: 100%;
  }
  
  .compass_video video {
    display: block;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }

  .panel-default-home {
    margin-top: 10vh;
    border-color: none;
  }
  
  .panel-body-home {
    padding:0;
  }
  
  .panel-body-home > *:last-child {
    margin-bottom: 0;
    padding: 30px;
    border: 1px #d0d0d0 solid;
  }
  
  .connexion {
    background-color:#363636;
    padding:20px;
    font-weight: 700;
    color: #fff;
  }
  
  .form-control-home {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #363636;
    background-image: none;
    height: 60px;
    background-color: #fff;
    border-top: 2px solid #363636;
    border-bottom: 2px solid #363636;
    border-left: none;
    border-right: none;
    margin-top: 10px;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
  .form-check {
    position: relative;
    display: block;
    margin-top: 10px;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
}

.form-check-label {
  padding-left: 1.75rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
}

.forgot-password, .registration{
  font-size: 1rem;
}

.go {
  background-color:#ED771F;
  border:none;
  border-radius: 50px;
  padding: 10px;
  font-weight: 700;
  margin: 30px 0;
}

.footer {
  background-color: #363636;
}

[class*="bottom-footer"] .footer {
  position: relative;
}

/*Formulaire*/
.formulaire {
  background-color: #fff;
  padding:20px;;
}

/*Responsive*/
@media only screen and (max-width: 768px) {

  .login, .cgu, .privacy-policy, .password-retreive, .inscription {
    background: #363636;
  }

  .connect {
    text-align: center;
  }
  
  h1-home {
    color:#ED771F;
    font-size:42px;
    line-height: 1.27em;
  }
  
  h2-home {
    font-size:36px;
  }
  
  h3-home {
    font-size:24px;
    padding-top: 50px;
    display: block;
  }

  .legend {
    text-align: center;
  }

  .screen_bottom {
    display: none ;
/*     flex-direction:column-reverse;
    position:relative; */
  }

  .screen-mobile {
    padding-top: 40px;;
  }

  .accueil{
    text-align: center;
    margin-right: 25px;
  }

  .compass_video {
    display: none;
  }
  
  .panel-default-home {
    margin-right: 25px;
  }
}

  /* animation */
  h1-home {
    animation-duration: 3s;
    animation-name: glissement;
    animation-iteration-count: infinite;
  }
  
  .infini {
    animation-iteration-count: infinite;
  }
  
  .one {
    animation-iteration-count: 1;
  }
  
  @keyframes glissement {
    from {
      margin-left: -100%;
      width: 200%;
      opacity:0;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
      opacity:1;
    }
  }

  .profile-avatar{
    margin-bottom: 1rem;
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center center;
    border-radius: 50em;
    border: 5px solid #eee;
  }

  .modal-content .list-group-item-heading{
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 1em;
  }
