@charset "utf-8";
html {
  color: #27251f;
}
/* DEBUT FONT Entrepreteurs (police d'icones) */@font-face {
  font-family: 'icomoon';
  src: url('/../fonts/icomoon.eot?oy2wrr');
  src: url('/../fonts/icomoon.eot?oy2wrr#iefix') format('embedded-opentype'), url('/../fonts/icomoon.ttf?oy2wrr') format('truetype'), url('/../fonts/icomoon.woff?oy2wrr') format('woff'), url('/../fonts/icomoon.svg?oy2wrr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sup:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-girardin:before {
  content: "\e902";
}
.icon-telechargement:before {
  content: "\e903";
}
.icon-Fichier-24:before {
  content: "\e904";
}
.icon-Fichier-23:before {
  content: "\e905";
}
.icon-Fichier-22:before {
  content: "\e906";
}
.icon-Fichier-21:before {
  content: "\e907";
}
.icon-Fichier-20:before {
  content: "\e908";
}
.icon-Fichier-19:before {
  content: "\e909";
}
.icon-Fichier-18:before {
  content: "\e90a";
}
.icon-Fichier-17:before {
  content: "\e90b";
}
.icon-Fichier-16:before {
  content: "\e90c";
}
.icon-Fichier-15:before {
  content: "\e90d";
}
.icon-Fichier-14:before {
  content: "\e90e";
}
.icon-Fichier-13:before {
  content: "\e90f";
}
.icon-Fichier-12:before {
  content: "\e910";
}
.icon-Fichier-11:before {
  content: "\e911";
}
.icon-Fichier-9:before {
  content: "\e912";
}
.icon-Fichier-8:before {
  content: "\e913";
}
/* FIN FONT Entrepreteurs (police d'icones) */a {
  color: #1c542c;
}
#sidenav-overlay {
  z-index: 0;
}
.alert {
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.alert a {
  color: white;
  text-decoration: underline;
}
.alert-success {
  background-color: #78b85f;
  color: white;
}
.alert-info {
  background-color: #1c542c;
  color: white;
}
.alert-danger {
  background-color: #edb50e;
  color: white;
}
.alert-warning {
  background-color: #ff9800;
  color: white;
}
nav ul li.active {
  background-color: #1c542c;
}
nav ul li:hover {
  background-color: #1c542c;
}
.container {
  margin-right: auto !important;
}
.container .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.container .row .col {
  padding: 0 !important;
}
.container .row .col.with-padding {
  padding: 0 0.75rem !important;
}
.tabs {
  background-color: #1c542c !important;
  height: auto;
  min-height: 48px;
}
.notice {
  font-style: italic;
  color: #edb50e;
}
.center {
  text-align: center;
}
p {
  font-size: 16px !important;
}
h1 {
  font-size: 36px !important;
}
h2 {
  font-size: 28px !important;
  color: #1c542c;
}
h3 {
  font-size: 22px !important;
}
h3 span.blue {
  color: #1c542c;
  background-color: transparent !important;
}
label {
  font-size: 16px !important;
  color: #27251f;
}
.input-field label {
  color: #27251f;
}
/* COLOR BTN */.bluetext {
  color: #1c542c;
}
.bluebg {
  background-color: #1c542c;
}
.greenbg {
  background-color: #78b85f;
}
.redtext {
  color: #edb50e;
}
.redbg {
  background-color: #edb50e;
}
.bluedarktext {
  color: #1c542c;
}
.bluedarkbg {
  background-color: #1c542c;
}
.whitetext {
  color: #fff;
}
.whitebg {
  background-color: #fff;
}
.orangeEP {
  color: #ff9800 !important;
}
.orangeEP-bg {
  background-color: #ff9800 !important;
}
.blueEP {
  color: #1c542c !important;
}
.blueEP-bg {
  background-color: #1c542c !important;
}
.blueEP-border {
  border-color: #1c542c;
}
.redEP {
  color : #edb50e !important;
}
.redEP-bg {
  background-color: #edb50e !important;
}
.red-border-bottom {
  border-bottom-color: #edb50e;
}
.gray-defaultEP {
  color: #27251f !important;
}
.gray-defaultEP-bg {
  background-color: #27251f !important;
}
.gray-lightEP {
  color: #575f84 !important;
}
.gray-light-border-bottom {
  border-bottom-color: #575f84;
}
.mb10 {
  margin-bottom: 10px !important;
}
/*.alert-success {
 color: #155724;
 background-color: #d4edda;
 border-color: #c3e6cb;
 }
 .alert {
 position: relative;
 padding: .75rem 1.25rem;
 margin-bottom: 1rem;
 border: 1px solid transparent;
 border-radius: .25rem;
 }*/.size32px {
  font-size : 32px !important;
}
.size18px {
  font-size: 18px !important;
}
.size16px {
  font-size: 16px !important;
}
.size22px {
  font-size: 22px !important;
}
.bold {
  font-weight: bold !important;
}
.uppercase {
  text-transform: uppercase !important;
}
[type="checkbox"]:checked + label::before {
  border-right-color: #1c542c;
  border-bottom-color: #1c542c;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #1c542c !important;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #7cbac9 !important;
}
.dropdown-content li > a, .dropdown-content li > span {
  color : #1c542c;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.helper-form {
  opacity: 0.7;
  color: #9e9e9e;
  font-size: 14px;
}
.material-icons.rounded {
  border-radius: 50%;
}
.material-icons.rounded.small {
  padding: 20px;
}
.legend {
  font-size: 13px !important;
  font-style: italic;
}
ul.legend {
  padding-left: 1em !important;
}
ul.legend li {
  list-style: disc !important;
}
input[type="text"].moneytype, input[type="text"].percenttype {
  max-width: 97%;
}
/* file upload render */.hasFile img, .fileImage {
  height: 45px;
}
/* Padding */.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
/* Margin */.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
/* BTN*/.btn {
  font-family: "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.blue-btn {
  background-color: #1c542c;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #54742c;
}
.grey-btn {
  background-color: #27251f;
}
.grey-btn:hover, .grey-btn:focus {
  background-color: #575f84;
}
.red-btn {
  background-color: #edb50e;
}
.red-btn:hover, .red-btn:focus {
  background-color: #edb50e;
}
.btn-large {
  min-width: 200px;
}
/* navbar- menu */.side-nav li > a:hover {
  background-color: #54742c;
  color: white;
}
nav li.active {
  background-color: #1c542c !important;
}
nav li:hover {
  background-color: #1c542c;
}
/* fin navbar *//*Datepicker*/.picker__date-display {
  background-color: #1c542c;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background-color: #1c542c;
}
.picker__weekday-display {
  background-color: #0f7e99;
}
.picker__close {
  color: #1c542c;
}
.picker__today {
  color: #1c542c;
}
/* FIN Datepicker */.top-banner {
  width: 100%;
  background-color: #1c542c;
}
.top-banner h1 {
  margin: 0;
  padding: 20px 0;
}
.pagination li.active {
  background-color: #1c542c;
}
/* Modal pour flash message (success ou error) */.modal {
  height: 190px;
  width: 600px;
  /*border-radius: 10px;*/
  margin: auto;
}
.close {
  cursor: pointer;
  float: right;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 15px 15px;
  opacity: 0.5;
  color: black;
}
.modal-dialog {
  margin: 0;
  height: 100%;
}
.modal-header {
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 20px;
}
.modal-body {
  text-align: center;
}
.modal-footer {
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #e5e5e5;
  background-color: #fafafa;
}
.modal-header button {
  margin: 10px 15px !important;
}
.modal-content {
  box-shadow: 0px 0px 0px;
  border-radius: 0px;
  padding: 0px !important;
  height: 100%;
}
.modal-content p {
  margin: 10px;
}
.modal .modal-footer {
  height: 72px;
}
.modal .modal-footer .btn {
  margin: 6px 6px;
  height: 34px;
  line-height: 30px;
}
/* fin styles pour modal flash */.flex {
  display: flex;
}
/******** fin styles généraux **********/#my-account {
  line-height: 1.42857;
  border-radius: 5px;
}
#all-projects {
  line-height: 1.42857 !important;
  border-radius: 4px !important;
}
/*#auth{
 line-height: 1.42857 ;
 border-radius:5px ;
 }
 #register-button{
 line-height: 1.42857 ;
 border-radius:5px ;
 }*/.card-panel {
  padding: 16px;
}
strong {
  font-weight: bold !important;
}
#stickyForAWhile .card-panel {
  position: relative;
  bottom: 0px;
  background-color: #edb50e;
  margin-bottom: 0px;
  padding-top: 12px;
  width: 100%;
  text-align: center;
}
body {
  background-color: #f5f5f5;
}
@media (max-width: 797px) {
  .container {
    width: 100% !important;
  }
}
@media (min-width: 798px) {
  .container {
    width: 780px !important;
  }
}
/******** styles de formulaires ********/.btn-form {
  font-size: 14px !important;
  height: 33px !important;
  line-height: 33px !important;
}
/* cadre blanc */.contain {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding: 0 1.7rem;
}
.contain div div.row {
  margin-bottom: 10px;
}
.field .file_errors {
  color: #edb50e;
}
/* champ texte */.input-field label {
  font-size: 16px !important;
  left: 0 !important;
}
.input-field label.erus {
  display: block;
}
.input-field input {
  font-size: 16px !important;
  margin-left: 0px !important;
}
.input-field .prefix ~ .input-helper-text, .input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem !important;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ .moneytype, .input-field .prefix ~ .percenttype {
  width: calc(100% - 4rem);
}
.input-field .prefix {
  padding-top: 11px;
}
/* barre "bleu entrepreteurs" sur focus champ texte */input[type="text"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]) {
  border-bottom: 1px solid #1c542c;
  box-shadow: 0 1px 0 0 #1c542c;
}
input[type="text"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label {
  color: #1c542c;
}
[type="radio"]:checked + label::after {
  border-color: #1c542c;
  background-color: #1c542c;
}
input::-moz-placeholder {
  /*color: transparent !important;*/
}
/* dropdown */.select-wrapper input.select-dropdown {
  font-size: 16px !important;
}
.dropdown-content {
  margin-top: 8px;
}
/* champ file *//****** fin styles de formulaires ******//**************
 Tabs
 **************/.oneTable-container {
  width: 100%;
  overflow-y: hidden;
  margin-bottom: 50px;
  font-size: 12px;
  color: #333;
}
.oneTable-container .oneTable {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  overflow: hidden;
  border: 1px solid #4c4b4f;
  width: 100%;
}
.oneTable-container table {
  transition: all 0.6s ease 0s;
  overflow: hidden;
  width: 100%;
}
.oneTable-container .red-identity {
  color: #be3f3f;
}
.oneTable-container tr:first-of-type td, .oneTable-container tr:first-of-type td:first-of-type, .oneTable-container tr:first-of-type td:nth-of-type(2n+1), .oneTable-container tr:first-of-type td:first-of-type:nth-of-type(2n+1) {
  background-color: #4c4b4f;
  color: #fff;
  padding: 15px 12px;
  border-right: 1px solid #999;
}
.oneTable-container tr td.fake-row {
  border: none;
  background-color: #fff;
  color: #fff;
}
.oneTable-container tr:first-of-type td:last-of-type {
  border-right: none;
}
.oneTable-container tr td:first-of-type, .oneTable-container tr td:first-of-type:nth-of-type(2n+1) {
  background-color: #f0f0f0;
  padding: 10px 10px;
  border-right: 1px solid #bbb;
  text-align: left;
  width: 250px;
}
.oneTable-container tr td {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  text-align: center;
  padding: 0 15px;
}
.oneTable-container tr td:last-of-type {
  border-right: none;
}
.oneTable-container .all-border tr td {
  border-right: 1px solid #999;
}
.oneTable-container .all-border tr td:last-of-type {
  border-right: none;
}
.oneTable-container tr td.no-border {
  border-bottom: none;
}
.oneTable-container tr td.minor-element, .oneTable-container tr td.minor-element:nth-of-type(2n+1) {
  padding: 5px;
}
.oneTable-container tr td.important-element, .oneTable-container tr td.important-element:nth-of-type(2n+1) {
  background-color: #4c4b4f;
  color: #fff;
  padding: 15px 12px;
  border-right: 1px solid #999;
}
.oneTable-container tr td.important-element:last-of-type {
  border-right: none;
}
.oneTable-container tr td.major-element, .oneTable-container tr td.major-element:nth-of-type(2n+1) {
  background-color: #e0e0e0;
}
.oneTable-container tr:last-of-type td {
  border-bottom: none;
}
.oneTable-container tr td:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}
.oneTable-container tr td:nth-of-type(2n+1):last-of-type {
  border-right: none;
}
/**************
 Fin Tabs
 **************/.one-canvas {
  margin-bottom: 6px;
  margin-top: 20px;
  text-align: center;
}
.one-canvas canvas {
  margin: 0 auto;
  display: block;
}
.one-canvas #canvas-legend {
  text-align: left;
}
.one-canvas #canvas-legend.big-canvas {
  margin-left: 135px;
}
.one-canvas #canvas-legend .red {
  width: 20px;
  height: 4px;
  background: #edb50e;
  margin: 7px;
  float: left;
}
.one-canvas #canvas-legend .blue {
  width: 20px;
  height: 4px;
  background: #1c542c;
  margin: 7px;
  float: left;
}
.one-canvas #canvas-legend span {
  display: block;
}
.info-file {
  text-transform: uppercase;
  color: #c7c7c7;
  text-align: center;
  margin-top: 10px;
}
.info-file.validate {
  color: #78b85f;
}
.info-file.refusate {
  color: #edb50e;
}
/* en portrait */@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
  #tablette.input-field.offset-l1.offset-m1.col.s12.m2.l3 {
    margin-left: 6px;
  }
  #monid input.select-dropdown {
    margin-left: 5px;
  }
  #tablette {
    width: 140px !important;
  }
  #bottom_subscribe {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /*.new-btn-blue{
 font-size: 16px !important;
 padding: 0;
 font-weight: 500;
 text-align: center;
 vertical-align: middle;
 line-height: 58px;
 width: 200px;
 height: 58px;
 }*/  input[type="text"].moneytype, input[type="text"].percenttype {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px !important;
  }
  .L-bloc {
    margin-right: 16px !important;
  }
  .Mid-bloc {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .R-bloc {
    margin-left: 16px !important;
  }
  .l-input {
    padding-right: 15px !important;
  }
}
@media (max-width: 1024px) {
  .select-wrapper input.select-dropdown {
    font-size: 0.8em !important;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px !important;
  }
}
@media (max-width: 640px) and (orientation: landscape) {
  .row .col.s10 {
    margin-left: 0px !important;
  }
  #monid a {
    margin-left: -45px !important;
  }
  #stickyForAWhile.card-panel {
    height: 110px;
  }
}
@media (min-width: 641px) {
  h1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
  }
}
@media (min-width: 541px) and (max-width: 640px) {
  h1 {
    font-size: 30px !important;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 20px !important;
    color: #fff;
    text-align: center;
  }
  h2 {
    font-size: 23px !important;
    margin: 1rem 0 0.5rem !important;
  }
  p {
    font-size: 14px !important;
  }
  p.subtitle {
    font-size: 15px !important;
  }
  .contain {
    padding: 0 10px;
  }
}
#monid {
  font-family: "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#monid .bloc {
  background-color: white;
  position: relative;
  margin: 20px 0 0;
}
#monid .bloc .row {
  margin-top: 20px;
}
#monid #stickyForAWhile {
  background-color: #edb50e;
  margin-bottom: 0px;
  padding-top: 12px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 110px;
}
#monid .card-panel {
  padding: 16px;
  height: 110px;
  background-color: #1c542c;
  color: #fff;
  margin-top: 0px;
  box-shadow: none;
}
#monid .card-panel h1 {
  margin: 1px;
}
#monid .card-panel p {
  text-align: center;
  color: #fff;
}
#monid h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
#monid h2 {
  color: #1c542c;
  font-size: 28px;
  margin-top: 16px;
  text-align: left;
}
#monid h3 {
  font-size: 24px;
}
#monid h4 {
  font-size: 18px;
  margin-left: 20px;
}
#monid p {
  font-size: 16px;
  color: #27251f;
  margin-top: 10px;
}
#monid label {
  color: #1c542c;
  font-weight: initial !important;
  margin-left: 0px;
}
#monid .dropdown-content li > span {
  color: #565154 !important;
}
#monid .myclass {
  font-size: 12px !important;
  margin: 0 0 10px;
  color: #a7a7a7;
}
#monid .pad0 {
  padding-top: 0;
  padding-bottom: 0;
}
#monid .input-field {
  margin-top: 0px;
}
#monid .input-field label {
  color: #565154;
}
#monid .select-wrapper {
  color: #565154;
}
#monid label::after {
  font-size: 11px;
  margin-top: -8px;
  margin-bottom: 0px;
  margin-left: -9px;
}
#monid .noUi-origin {
  background-color: #1c542c;
}
#monid .noUi-connect {
  background-color: #1c542c;
  height: 4px;
}
#monid .noUi-origin {
  background-color: #1c542c;
}
#monid .noUi-marker-large {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #000;
  margin-top: -14px;
}
#monid .noUi-tooltip {
  background-color: #1c542c;
}

#project {
  margin-bottom: 25px;
}
#project .progress {
  margin-top: 3px;
  margin-bottom: 3px;
  height: 32px;
  background: #4c4b4f;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  margin-right: 15px;
  width: 120px;
}
#project .progress-bar {
  background-color: #edb50e;
  padding-top: 5px;
  font-size: 15px;
  box-shadow: none;
  border-radius: 4px;
  min-width: 30px;
}
#project .progress-bar[aria-valuenow="0"] {
  min-width: 0px;
  color: #fff;
  display: none;
}
#project ul {
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
#project #banner {
  background-color: #1c542c;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}
#project #banner #simulator {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 15px;
  display: none;
  font-size: 16px;
  color: #575f84;
}
#project #banner #simulator input[type="email"], #project #banner #simulator input[type="number"], #project #banner #simulator input[type="text"] {
  width: 252px;
  padding-left: 22px;
  color: #edb50e;
  font-family: "freight-sans-pro", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  height: 51px;
}
#project #banner #simulator .slider {
  margin-top: 50px;
  width: 460px;
  height: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#project #banner #simulator .ui-widget-content {
  background: url("/bundles/wdproject/images/timeline-simulator.jpg") no-repeat scroll 0 0;
}
#project #banner #simulator .ui-widget-content img {
  display: none;
}
#project #banner #simulator h3 {
  color: #27251f;
  margin-bottom: 20px;
}
#project #banner #simulator .separator-simulator {
  top: 15%;
  position: absolute;
  left: 50%;
  display: none;
}
#project #banner #simulator #mooving-price {
  color: #edb50e;
  position: absolute;
  margin-left: -10px;
  top: -36px;
  font-family: "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#project #banner #simulator .simulator-left {
  text-align: left;
  margin-right: 10px;
  margin-left: 20px;
  min-height: 250px;
}
#project #banner #simulator .simulator-left .red.alert-price {
  display: block;
  font-size: 16px;
}
#project #banner #simulator .simulator-left .alert-price {
  display: none;
}
#project #banner #simulator .simulator-left .radio-form {
  font-size: 14px;
}
#project #banner #simulator .simulator-left input[type="radio"]:first-child {
  margin-left: 0;
}
#project #banner #simulator .simulator-left input[type="radio"] {
  margin-left: 25px;
  margin-right: 5px;
}
#project #banner #simulator .simulator-left label {
  font-weight: normal;
  display: inline-block;
}
#project #banner #simulator .simulator-left .euro {
  font-size: 20px;
}
#project #banner #simulator .simulator-right {
  float: left;
  text-align: left;
  margin-left: 55px;
  width: 100%;
  margin-top: 45px;
}
#project #banner #simulator .simulator-right table {
  width: 90%;
}
#project #banner #simulator .simulator-right table .text-invert {
  font-family: "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #575f84;
  width: 60%;
}
#project #banner #simulator .simulator-right table .text-invert div {
  margin: 15px 0;
  background: url('/bundles/wdsite/images/dot-table.png') repeat-x center 14px;
}
#project #banner #simulator .simulator-right table .text-invert span {
  background: #fff;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
}
#project #banner #simulator .simulator-right .price {
  font-size: 28px;
  width: 112px;
  font-family: "freight-sans-pro", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #27251f;
  width: 40%;
  text-align: right;
  vertical-align: top;
}
#project #banner #simulator .simulator-right .price div {
  margin: 3px 0px 0px 0px;
}
#project #banner #simulator .simulator-right .dot-added {
  background: url("/bundles/wdsite/images/dot-table.png") repeat-x center 26px;
  width: 50px;
  height: 40px;
  float: left;
}
#project #banner #simulator .simulator-right .red.price {
  color: #edb50e;
}
#project #banner #simulator .simulator-right .btn-red {
  margin-top: 15px;
}
#project #banner #simulator .simulator-right .notice {
  font-style: italic;
  color: #edb50e;
  font-size: 12px;
  margin-top: 10px;
}
#project #banner h1 {
  text-transform: uppercase;
}
#project #banner #simulator-project {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 15px;
  color: #27251f;
  position: relative;
}
#project #banner #simulator-project .simulator-hide {
  display: block;
  line-height: 16px;
}
#project #banner #simulator-project .simulator-hide img {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 15;
}
#project #banner #simulator-project .open-simulator:hover {
  cursor: pointer;
}
#project #banner #simulator-project.active .simulator-hide {
  display: none;
}
#project #banner #simulator-project.active .simulator-visible {
  display: block;
}
#project .only-phone {
  display: none;
}
#project #filter {
  margin: 35px 0 0 0;
}
#project #filter .search-container {
  width: 420px;
  margin : -3px 0 0;
  padding-right: 0;
}
#project #filter .search-container input {
  width: 98%;
  padding-right: 50px;
  line-height: 20px;
}
#project #filter .search-container .btn {
  margin: -4px 0 0 -41px;
  padding: 9px 11px;
  border-radius: 4px;
}
#project #filter .search-container .btn .glyphicon {
  top: 3px;
}
#project #filter .one-filter {
  margin-right: 20px;
  position: relative;
  padding-right: 25px;
  line-height: 14px;
  height: 40px;
}
#project #filter .one-line {
  padding-top: 5px;
}
#project #filter .img-icon-up {
  background: url("/bundles/wdproject/images/up-filter.jpg") no-repeat scroll 0 0;
  width: 19px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
#project #filter .img-icon-up:hover, #project #filter .img-icon-up.active {
  background: url("/bundles/wdproject/images/up-filter-active.jpg") no-repeat scroll 0 0;
}
#project #filter .img-icon-down {
  background: url("/bundles/wdproject/images/down-filter.jpg") no-repeat scroll 0 0;
  width: 19px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 15px;
}
#project #filter .img-icon-down:hover, #project #filter .img-icon-down.active {
  background: url("/bundles/wdproject/images/down-filter-active.jpg") no-repeat scroll 0 0;
}
#project #filter select {
  height: 33px;
  border: solid 1px #575f84;
  color: #575f84;
  font-size: 12px;
  font-family: freight-sans-pro, arial;
  margin-right: 2px;
  padding-left: 6px;
  padding-right: 6px;
}
#project #filter input.btn-red {
  padding: 8px 16px;
  margin-top: -4px;
}
#project #project-list h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #27251f;
  text-align: center;
}
#project #project-list .project-container {
  /*padding: 0px 45px;*/
  margin-bottom: 30px;
}
#project #project-list .project-container .large {
  min-height: 680px;
}
#project #project-list .project-container.project-invest-4 .content-home-project .rate-home-project, #project #project-list .project-container.project-invest-2 .content-home-project .rate-home-project, #project #project-list .project-container.project-invest-6 .content-home-project .rate-home-project, #project #project-list .project-container.project-invest-1 .content-home-project .rate-home-project, #project #project-list .project-container.project-invest-3 .content-home-project .rate-home-project, #project #project-list .project-container.project-invest-7 .content-home-project .rate-home-project, #project #project-list .project-container.private-project .content-home-project .rate-home-project {
  display: table;
}
#project #project-list .project-container.project-invest-4 .content-home-project .rate-home-project > div, #project #project-list .project-container.project-invest-2 .content-home-project .rate-home-project > div, #project #project-list .project-container.project-invest-6 .content-home-project .rate-home-project > div, #project #project-list .project-container.project-invest-1 .content-home-project .rate-home-project > div, #project #project-list .project-container.project-invest-3 .content-home-project .rate-home-project > div, #project #project-list .project-container.project-invest-7 .content-home-project .rate-home-project > div, #project #project-list .project-container.private-project .content-home-project .rate-home-project > div {
  line-height: 28px;
  display: table-cell;
  vertical-align: middle;
}
#project #project-list .card {
  margin-right: 20px;
  margin-left: 20px;
  background-color: white;
  /*      width: 100%px;*/
  margin: 0 auto;
}
#project #project-list .card .icon {
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#project #project-list .card .title {
  margin: 0;
  font-size: 18px !important;
  font-weight: 500;
  padding-top: 14px;
  padding-left: 8px;
  float: left;
}
#project #project-list .card .resume-project {
  height: 45px;
}
#project #project-list .card .image-home-project {
  padding: 0px;
  overflow: hidden;
  height: 150px;
}
#project #project-list .card .image-home-project img {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#project #project-list .card .banner-info-home-project {
  color: #fff;
}
#project #project-list .card .content-home-project {
  padding: 20px 15px 0px;
  text-align: left;
  position: relative;
}
#project #project-list .card .content-home-project p {
  line-height: 14px;
  color: #27251f;
  margin-top: 0px;
}
#project #project-list .card .content-home-project h3 {
  font-size: 20px;
  margin-top: 0;
  width: 100%;
  height: 45px;
}
#project #project-list .card .content-home-project .number {
  font-size: 22px;
  color: #27251f;
}
#project #project-list .card .content-home-project .number.red {
  color: #edb50e;
}
#project #project-list .card .content-home-project .blue {
  background-color: #39d0c1 !important;
}
#project #project-list .card .content-home-project .red {
  background-color: #ea4569 !important;
}
#project #project-list .card .content-home-project .purple {
  background-color: #c171d4 !important;
}
#project #project-list .card .content-home-project .green {
  background-color: #6ee04a !important;
}
#project #project-list .card .content-home-project .yellow {
  background-color: #dacc2d !important;
}
#project #project-list .card .content-home-project .price-home-project {
  width: 100%;
  text-align: center;
  float: left;
  color: #27251f;
  padding-bottom: 10px;
  margin-top: 10px;
  line-height: 22px;
  font-size: 22px;
}
#project #project-list .card .content-home-project .rest-home-project {
  width: 49%;
  float: left;
  color: #27251f;
  border-bottom: 1px solid #27251f;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  line-height: 22px;
}
#project #project-list .card .content-home-project .length-home-project {
  width: 49%;
  float: left;
  color: #4c4b4f;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 20px;
  line-height: 22px;
}
#project #project-list .card .content-home-project .rate-home-project .big {
  font-size: 27px;
  margin-top: -6px;
  /*height: 56px;*/
}
#project #project-list .card .content-home-project .rate-home-project .medium {
  font-size: 21px;
}
#project #project-list .card .content-home-project .rate-home-project > div {
  max-height: 64.5px;
  height: 64.5px;
}
#project #project-list .card .content-home-project .complete-progress, #project #project-list .card .content-home-project .investment-will-count {
  margin-bottom: 47px;
  padding-top: 25px;
}
#project #project-list .card .content-home-project .complete-progress p, #project #project-list .card .content-home-project .investment-will-count p {
  text-align: center;
  font-size: 15px;
}
#project #project-list .card .content-home-project .complete-progress p:first-child, #project #project-list .card .content-home-project .investment-will-count p:first-child {
  color: #4c4b4f;
  line-height: 22px;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 5px;
}
#project #project-list .card .content-home-project .complete-progress span, #project #project-list .card .content-home-project .investment-will-count span {
  color: #1c542c;
  font-weight: 600;
  font-size: 22px;
}
#project #project-list .card .content-home-project .progress-home-project {
  margin: 10px auto 0;
  position: relative;
  height: 108px;
}
#project #project-list .card .content-home-project .progress-home-project .progress-home-text {
  position: absolute;
  top: 32px;
  left: 0;
}
#project #project-list .card .content-home-project .progress-home-project .progress-project-container {
  margin: 5px auto 10px;
  width: 85px;
  position: relative;
}
#project #project-list .card .content-home-project .progress-home-project .progress-project-container .progress-project-container-text {
  position: absolute;
  top: 24px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  pointer-events: none;
}
#project #project-list .card .content-home-project .time-left, #project #project-list .card .content-home-project .pre_collect_txt {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  margin-top: -9px;
}
#project #project-list .card .content-home-project .minimum-threshold, #project #project-list .card .content-home-project .investment_wills_qtt {
  margin-bottom: 18px;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
#project #project-list .card .card-action {
  background-color: #27251f;
  text-align: center;
  padding: 15px;
}
#project .financial {
  background: #fff;
}
#project .financial th, #project .financial td {
  white-space: nowrap;
}
#project .financial .head td {
  font-size: 30px;
  border: none;
  font-family: "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#project .financial tr td:first-child {
  border: none;
  text-align: left;
  width: 210px;
}
#project .financial tr td:last-child {
  border-left: none;
}
#project .financial tr td:last-child(-1) {
  border-right: none;
}
#project .financial tr td {
  border: solid 1px #27251f;
  padding: 7px 0;
  margin-bottom: 15px;
  text-align: center;
  color: #4c4b4f;
  font-size: 16px;
  font-family: "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#project .financial tr td.red {
  color: #edb50e;
}
#project .financial div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1230px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #project #filter .search-container {
    width: 260px;
  }
  #project #project-list li.one-project .frame-project .infos-project {
    width: 245px;
  }
  #project #banner #simulator .slider {
    width: 370px;
  }
  #project #banner #simulator .ui-widget-content {
    background: none;
  }
  #project #banner #simulator .ui-widget-content img {
    display: inline;
  }
  #project ul {
    padding: 0;
  }
  #project .no-phone {
    display: none;
  }
  #project .only-phone {
    display: block;
  }
  #project #filter {
    margin: 15px 0;
    padding: 0;
  }
  #project #filter .search-container {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #project #banner #simulator {
    margin-top: 15px;
  }
  #project #banner #simulator .ui-widget-content {
    background: url("/bundles/wdproject/images/timeline-simulator.jpg") no-repeat scroll 0 0;
  }
  #project #banner #simulator .ui-widget-content img {
    display: none;
  }
  #project #banner #simulator .simulator-left {
    margin-bottom: 25px;
  }
  #project #banner #simulator .simulator-left .radio-form {
    margin-bottom: 15px;
  }
  #project #banner #simulator .simulator-right table .text-invert {
    background: none;
  }
  #project #banner #simulator .simulator-right table tr, #project #banner #simulator .simulator-right table td {
    width: 60%;
  }
  #project #banner #simulator .simulator-right .price {
    font-size: 22px;
  }
  #project #banner #simulator .simulator-right .price div {
    margin-top: 10px;
  }
  #project #banner #simulator .separator-simulator {
    display: none;
  }
  #project #banner #simulator .slider {
    width: 460px;
  }
  .overflow-x {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 797px) {
  #project #banner #simulator .simulator-left {
    margin-top: 45px;
  }
  #project #banner #simulator .slider {
    width: 215px;
  }
  #project #banner #simulator .ui-widget-content {
    background: url("/bundles/wdproject/images/timeline-simulator-mobile-2.jpg") no-repeat scroll 0 0;
    background-size: 215px;
  }
  #project #banner #simulator .ui-widget-content img {
    display: inline;
  }
  #project #project-list li.one-project {
    height: inherit;
  }
  .one-project .picture-project-mobile {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
  }
  .one-project .picture-project-mobile img {
    width: 100%;
  }
  .one-project .details-project-mobile {
    margin-top: -30px;
    position: relative;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: rgba(32, 168, 192, 0.85);
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 15px;
  }
  .one-project .details-project-mobile .left-time-project {
    float: right;
    padding-right: 15px;
  }
  .one-project .details-project-mobile .clock {
    background: url("/bundles/wdproject/images/clock-128.png");
    width: 18px;
    height: 18px;
    background-size: cover;
    float: right;
    margin-right: 3px;
    margin-top: 5px;
  }
  .one-project .infos-project-mobile {
    width: 100%;
  }
  .one-project .infos-project-mobile .project-city-mobile {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .one-project .infos-project-mobile .project-activity-mobile {
    font-size: 12px;
  }
  .one-project .show-project-mobile {
    width: 100%;
    margin-bottom: 10px;
  }
  .one-project .fav-mobile {
    margin-bottom: 10px;
  }
  .one-project .fav-mobile.button-addfavorite, .one-project .fav-mobile.button-removefavorite {
    margin-left: 0px !important;
  }
  .one-project .star-on {
    background: url("/bundles/wdproject/images/favorits-start.png") no-repeat scroll 0 0;
    width: 25px;
    height: 24px;
    display: block;
  }
  .one-project .star-off {
    background: url("/bundles/wdproject/images/favorits-start.png") no-repeat scroll -25px 0;
    width: 25px;
    height: 24px;
    display: block;
  }
  .one-project .favorite-mobile {
    float: right;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 620px) {
  #project #banner #simulator .slider {
    width: 200px;
  }
  #project #banner #simulator .ui-widget-content {
    background: url("/bundles/wdproject/images/timeline-simulator-mobile-2.jpg") no-repeat scroll 0 0;
    background-size: 200px;
  }
  #project #banner #simulator input[type="email"], #project #banner #simulator input[type="number"], #project #banner #simulator input[type="text"] {
    width: 90%;
  }
  #project #banner #simulator .simulator-left {
    margin-right: 0px;
    margin-left: 0px;
  }
  #project #banner #simulator .simulator-left .ui-state-default, #project #banner #simulator .simulator-left .ui-widget-content .ui-state-default, #project #banner #simulator .simulator-left .ui-widget-header .ui-state-default {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all 0.6s;
  }
  #project #banner #simulator .simulator-left .slider img {
    margin-top: -10px;
  }
  #project #banner #simulator .simulator-right {
    margin-right: 0;
    margin-left: 0;
  }
  .ui-widget-content {
    background: url('/bundles/wdproject/images/timeline-simulator-mobile.jpg') no-repeat;
  }
}
@media only screen and (max-width: 480px) {
  #project #banner #simulator-project {
    padding: 15px 5px 15px 5px;
  }
  #project #banner #simulator-project .simulator-hide {
    padding-right: 40px;
  }
  #project #banner #simulator-project .simulator-hide img.open-simulator {
    right: 10px;
  }
  #project #banner #simulator .simulator-right table {
    width: 100%;
  }
  #project #banner #simulator .simulator-right table .text-invert {
    display: inline-block;
    width: 60%;
  }
  #project #banner #simulator .simulator-right table .text-invert div {
    background: none;
  }
  #project #banner #simulator .simulator-right table .price {
    display: inline-block;
    width: 40%;
  }
  #project #project-list li.one-project .frame-project .progress-project .circle-donate {
    margin-top: 0px;
  }
}
