@font-face {
  font-family: SimianTextChimpanzee;
  src: url("../../../../../css/fonts/SimianText-Chimpanzee.otf") format("opentype");
}

body.edeclaration {
  background: url("../../../../../images/bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#page.edeclaration {
  opacity: 1;
  -webkit-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.75);
  margin-bottom: 50px;
}

body.edeclaration #logo a {
  background-image: url("../../../../../images/logo.png");
  width: 257px;
  height: 133px;
}

body.edeclaration .fa-nutri-home {
  background: url("../../../../../images/home.png") no-repeat;
  height: 30px;
  width: 30px;
  top: -7px;
  position: relative;
  background-size: cover;
}

body.edeclaration.navbar {
  z-index: 2;
}

body.edeclaration .navbar, body.edeclaration .navbar-default {
  background: none;
  border: none;
}

body.edeclaration .navbar .navbar-nav li a.navbar-img {
  height: 95px;
  margin-right: 45px;
}

body.edeclaration .navbar .navbar-img img {
  margin-right: 20px;
}

body.edeclaration h1.title {  
  font-family: SimianTextChimpanzee;
  font-size: 60px;
  color: #ffffff;
  text-shadow: 0 3px 20px rgba(0,0,0,0.9);
  margin-bottom: 0;
}

body.edeclaration .footer {
  margin: 10px 0;
  height: 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}

body.edeclaration .footer .navbar-nav > li > a {
  padding: 10px 10px;
}

body.edeclaration .footer > nav.navbar {
  background-color:white;
  padding-left:10px;
}

body.edeclaration .footer > nav.navbar::before {
  content: "";
  display: block;
  height: 40px;
  width: 78px;
  position: absolute;
  background: url(../../../../../images/wave_3.png) no-repeat;
  left: -78px;
  background-size: contain;
}

body.edeclaration h2.section-title {
  border: none;
  color: #1097c4;
  font-weight: normal;
}

body.edeclaration a.edecl-link {
  color: #1097c4;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
}

body.edeclaration .btn-edeclaration, .btn-edeclaration:hover {
  background-color: #f8a504;
  border-color: #f8a504;
  color: #333333;
  width: 400px;
  height: 60px;
  line-height: 30px;
  font-size: 30px;
  box-shadow: 0 10px 5px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 10px 5px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 10px 5px 0 rgba(0,0,0,0.25);
}

body.edeclaration .btn-suivant{
  background-color: #f8a504;
  border-color: #f8a504;
  color: #333333;
}

body.edeclaration .block-homepage-options {
  margin-top: 50px;
  background-color: #0195d0;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

body.edeclaration .block-homepage-options .homepage-options-divider {
  width: 50%;
  border-bottom: 1px solid #ffffff;
  line-height: 0.1em;
  margin: 0 0 20px 0;
}

body.edeclaration .block-homepage-options .homepage-options-divider span {
  background: #0195d0;
  padding: 0 10px;
  top: 3px;
  position: relative;
}

body.edeclaration .block-homepage-options a {
  margin-top: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

body.edeclaration .block-homepage-options .form-group {
  margin-bottom: 0;
}

body.edeclaration .block-homepage-options .homepage-option-icon {
  padding: 0 5px;
}

body.edeclaration .block-homepage-options .text-sm {
  display: block;
  font-size: 11px;
}

body.edeclaration .no-padding-left {
  padding-left: 0;
}

body.edeclaration .no-padding-right {
  padding-right: 0;
}

body.edeclaration{
  counter-reset: div-nav-counter;
}

body.edeclaration div.div-nav{
  z-index:1;
}

body.edeclaration div.div-nav::before{
  counter-increment: div-nav-counter;
  content:counter(div-nav-counter);
  background-color:#959492;
  width:40px;
  height:40px;
  float:left;
  border-radius:50%;
  color:#FFF;
  padding-top:15px;
  text-align:center;
  font-weight:bold;
}

body.edeclaration div.div-nav.active::before{
  background-color:#3A9ED1;
}

body.edeclaration div.div-nav input{
  border:none;
  text-align:left;
  padding-top:0;
  font-weight:bold;
  max-width: 123px;
  min-height:59px;
  white-space: break-spaces;
  background:none;
  box-shadow:none;
  color:#959492;
  background-color:#FFF;
  position: relative;
  top: -4px;
}

body.edeclaration div.div-nav.active input,
body.edeclarationdiv.div-nav input:hover
{
  color:#3A9ED1;
  background:none;
  box-shadow:none;
  background-color:#FFF;
}

body.edeclaration div#timeline::before {
  content: "";
  display: block;
  border-top: 2px solid #959492;
  position: relative;
  top: 22px;
  z-index: 0;
  margin-left: 50px;
  margin-right: 150px;
}

body.edeclaration div.bottom-nav {
  text-align:right;
}

body.edeclaration div.bottom-nav.validation {
  margin-top:25px;
  padding-top: 25px;
  border-top: 1px solid #DCDCDC;
}

body.edeclaration div.bottom-nav button,
body.edeclaration div.bottom-nav input[type=button]
{
  background-color: #F5B019;
  background-image: linear-gradient(#F5B019, #d49710)
}

body.edeclaration div#horizontalMenu{
  padding-left:0;
  padding-right:0;
}

body.edeclaration div#horizontalMenu > ul.navbar-nav:first-child{
  background-color:white;
  padding-left:20px;
  position:relative;
}

body.edeclaration div#horizontalMenu > ul.navbar-nav:first-child::after{
  content:"";
  display:block;
  position:absolute;
  left:100%;
  width:103px;
  height:61px;
  background:url("../../../../../images/wave_1.png") no-repeat;
  background-size: contain;
}

body.edeclaration div#horizontalMenu > ul.navbar-nav.navbar-right::after{
  content: "";
  display: block;
  height: 125px;
  width: 377px;
  position: absolute;
  z-index: -1;
  background: url(../../../../../images/wave_2.png) no-repeat;
  background-size: contain;
  right: 0;
}

body.edeclaration footer > nav{
  background-color:white;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  div.div-nav input{
    max-width: 90px;
  }
}

@media screen and (max-width: 991px) {
  div#timeline::before{
    border:none;
  }
}

body.edeclaration ul.form-tabs li.new-tab{
  background-color:#ffd64a;
}

/** Numero des formulaires **/
body.edeclaration div.div-nav.active::before {
  background-color: #7DC1F0 !important;
}

body.edeclaration div.div-nav.active input {
  color: #7DC1F0 !important;
}

body.edeclaration .panel {
  border-color: #D7DDE1;
}

body.edeclaration .panel-body {
  background-color: #EEF8FF;
}

body.edeclaration .chevrons > a {
  color: #7DC1F0;
}

body.edeclaration .group-transparent > .panel-body {
  background-color: transparent;
}

body.edeclaration #layout_confirm_dialog > .bd, #layout_confirm_dialog > .ft, #layout_dialog > .bd, #layout_dialog > .ft {
  background: #FFFFFF;
  border-color: #D7DDE1;
}

body.edeclaration .edeclaration .panel-primary > .panel-heading {
  background-color: #7DC1F0;
  border-color: #7DC1F0;
}

/* -------------- Fixe une taille minimum pour les form control ----------------*/
body.edeclaration .form-control{
  min-width: 60px; 
}

body.edeclaration .statictext span[data-toggle="tooltip"]::after, label span[data-toggle="tooltip"]::after, th span[data-toggle="tooltip"]::after{
  position:initial !important;
}