@font-face {
  font-family: "font-icon-M2BPO";
  src: url("../../vendorstatic/icomoon/font-icon-M2BPO.eot");
  src: url("../../vendorstatic/icomoon/font-icon-M2BPO.eot#iefix") format("embedded-opentype"), url("../../vendorstatic/icomoon/font-icon-M2BPO.ttf") format("truetype"), url("../../vendorstatic/icomoon/font-icon-M2BPO.woff") format("woff"), url("../../vendorstatic/icomoon/font-icon-M2BPO.svg#font-icon-M2BPO") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "font-icon-M2BPO" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*!
 * * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * * Code licensed under the Apache License v2.0.
 * * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 * * Edits and modifications by Alice Lapillonne
 * */
html {
  font-size: var(--base-font-size);
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", "Calibri", Arial, Helvetica, sans-serif;
  webkit-tap-highlight-color: #222;
}

::-moz-selection, ::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

hr {
  border-color: #ddd;
  border-width: 1px;
  margin: var(--main-margin-big) 0;
}
hr.light {
  border-color: #fff;
}

a {
  color: #999;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #fff;
}

h2 {
  color: var(--main-blue);
  font-weight: 300;
  margin-top: 0;
  font-size: var(--large-subtitle);
}

h3 {
  font-size: var(--small-subtitle);
  color: var(--main-blue);
  font-weight: 300;
  margin: var(--main-margin-small) 0;
}

p {
  margin-bottom: var(--main-margin-medium);
  font-size: var(--large-text);
  line-height: calc(var(--large-text) * 1.1);
}

.flex-row {
  display: -webkit-flex;
  display: flex;
  min-height: 0;
  min-width: 0;
  -webkit-align-items: center;
  align-items: center;
}

.btn-default {
  color: #fff;
  background-color: transparent;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  border: 2px solid var(--main-green);
  color: var(--main-green);
  background-color: #fff;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}

.btn {
  background: var(--main-green);
  border: none;
  border-radius: 4px;
  font-weight: 500;
  width: 100px;
  height: 40px;
}

section {
  border-bottom: 1px solid #e6e6e6;
}

.section-heading {
  margin-bottom: 0;
  color: #57606D;
}

aside {
  padding: 50px 0;
}

p.forgot-password a {
  color: white;
}

h2.login-form-title {
  color: var(--main-red);
}

.errorlist {
  list-style: none;
  color: var(--main-red);
  padding-left: 0;
}
.errorlist:before {
  content: "*";
  color: var(--main-red);
}
.errorlist li {
  display: inline;
}

.error-star {
  position: absolute;
  z-index: 100;
  right: 10px;
  font-size: 20px;
  color: red;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: 100%;
  text-align: center;
  color: #fff;
  background-color: var(--main-blue);
  background-image: url(../img/header.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
header .header-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: var(--main-green);
  font-size: var(--small-subtitle);
  margin-bottom: var(--main-margin-big);
}
header .header-content .header-content-inner hr {
  margin: var(--main-margin-big) auto;
}
header .header-content .header-content-inner p.forgot-password {
  line-height: calc(var(--large-text) * 2.5);
  margin-bottom: 0;
  font-size: var(--large-text);
}

.logo {
  margin-bottom: var(--main-margin-medium);
}
.logo img {
  height: 70px;
  width: 70px;
}
.logo h1 {
  display: inline-block;
  margin: 0;
  font-weight: 300;
  font-size: 3.75em;
  vertical-align: middle;
  margin-left: var(--main-margin-small);
}

@media screen and (max-width: 767px) {
  header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 384px;
  }
  .logo img {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-height: 560px) {
  header .header-content .header-content-inner .hide-on-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .header-content {
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
  header .header-content .header-content-inner p {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    max-width: var(--title-max-width);
    font-size: var(--large-subtitle);
    line-height: calc(var(--large-subtitle) * 1.1);
  }
  .section-heading {
    margin-bottom: var(--main-margin-big);
  }
}
.fullscreen {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fullscreen .vertical-center-container {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
  #presentation .container-width {
    max-width: 495px;
    margin-left: auto;
    margin-right: auto;
  }
  #inscription .container-width {
    max-width: var(--title-max-width);
    margin-left: auto;
    margin-right: auto;
  }
}
#inscription form .agree-to-tos {
  font-style: italic;
  color: #fff;
  text-align: left;
}
#inscription form .agree-to-tos input {
  margin-left: -5px;
  margin-right: var(--main-margin-small);
}
#inscription form .agree-to-tos label {
  display: inline;
  font-weight: normal;
}
#inscription form .agree-to-tos a {
  display: inline;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}
#inscription form .agree-to-tos a:hover {
  color: var(--main-green);
}
#inscription form .agree-to-tos .errorlist {
  text-align: center;
}

a:focus {
  outline: none;
}

section a {
  font-size: var(--large-text);
  line-height: calc(var(--large-text) * 1.1);
  display: block;
}
section a:hover {
  color: #2750be;
  text-decoration: none;
}
section a:focus {
  color: #999;
  text-decoration: none;
}

@media (min-width: 992px) {
  h2 {
    margin-bottom: var(--main-margin-big);
  }
}
#presentation .main-title {
  max-width: var(--title-max-width);
  margin-left: auto;
  margin-right: auto;
}

.card {
  margin-bottom: 40px;
}
.card:last-child {
  margin-bottom: 0;
}

.card-justified {
  text-align: justify;
}

.card p {
  color: #999;
  font-weight: 300;
}
.card .steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card .steps > li {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/right-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 10px 0 30px;
  height: 40px;
  text-align: center;
}
.card .steps > li:first-child, .card .steps > li.nobullet {
  background-image: none;
  padding-left: 0;
}
.card .steps > li:last-child {
  padding-right: 0;
}
.card .step-title {
  color: var(--main-blue);
}
.card .steps img {
  vertical-align: middle;
}

.fake-tender {
  border: 1px solid #b0d2e6;
  margin: 0 auto;
  width: 100%;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.fake-tender th {
  background: #d5eefa;
  border: 1px solid #b0d2e6;
  text-align: center;
  color: #476d90;
  padding: 10px;
}
.fake-tender .center {
  text-align: center;
}
.fake-tender td {
  border: 1px solid #d6d7d3;
  padding: 10px;
}
.fake-tender .actions, .fake-tender .infos {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fake-tender .actions > li {
  display: inline-block;
}
.fake-tender .deadline, .fake-tender .simple-desc {
  font-weight: bold;
}
.fake-tender .authority {
  font-weight: bold;
  color: #0269ab;
}
.fake-tender .location {
  color: #0396cf;
}

.features {
  margin-top: 1.5em;
  padding: 0;
  list-style: none;
  columns: 2;
}
.features > li {
  background-image: url(../img/bullet-check-green.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  color: #999;
  font-weight: 300;
  margin: 5px 0;
}

.text-muted {
  color: #999;
  font-weight: 300;
}

@media (min-width: 768px) {
  p.forgot-password a {
    margin-left: -35px;
  }
  form.password-email {
    margin-right: -275px;
  }
}
@media (max-width: 767px) {
  #presentation .main-title {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}
#inscription {
  background: url(../img/registration_bg.jpg) center;
  background-color: var(--main-blue);
  background-size: cover;
}
#inscription h2 {
  color: white;
}
#inscription .subtitle-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-control {
  color: #2750be;
  font-size: 14px;
  height: 40px;
  -webkit-appearance: none;
}

.form-inline .form-group {
  margin-right: var(--main-margin-small);
  vertical-align: middle;
}
.form-inline .form-control {
  width: 260px;
  border: 1px solid #fff;
}

#registration-form {
  margin-top: var(--main-margin-big);
  position: relative;
  overflow: hidden;
}
#registration-form .form-group {
  padding: 0 5px;
}
#registration-form .form-control {
  border: 1px solid #fff;
}
#registration-form .form-group.potdemiel {
  position: absolute;
  top: -1000px;
}

.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #2750be;
}

#password_group {
  display: inline-flex;
}
#password_group input {
  width: 220px;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#btn_show_hide_pwd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border: solid var(--main-green);
  border-width: 0px 0px 0px 2px;
  font-weight: unset;
  padding: 0;
  margin: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: white;
}
#btn_show_hide_pwd:hover {
  background-color: var(--main-green);
}
#btn_show_hide_pwd img {
  width: 60%;
  height: 60%;
}

@media (min-width: 768px) {
  #registration-form {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #inscription .subtitle-width {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-inline {
    margin: 0 32px;
  }
  .form-inline .form-group {
    margin-right: 0;
  }
  .form-inline .form-control {
    width: 100%;
    border: none;
  }
  #password_group {
    width: 100%;
  }
  #password_group input {
    width: calc(100% - 40px);
  }
  #registration-form {
    padding: 0 10px;
  }
}
#partenaires {
  background-color: #EEF2F5;
}

#owl-demo .item {
  margin: 5px 15px;
}
#owl-demo .item img {
  display: block;
  height: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
#owl-demo .item img:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  #owl-demo .item img {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  #owl-demo .item img {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer {
  background: url(../img/registration_bg.jpg) center;
  padding: 20px 0;
}
footer span.copyright {
  color: #fff;
  font-size: var(--large-text);
  line-height: calc(var(--large-text) * 1.1);
  padding: 0 15px;
}

.navbar-footer {
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-footer > li {
  display: inline-block;
  font-size: var(--large-text);
  line-height: calc(var(--large-text) * 1.1);
  color: #fff;
}
.navbar-footer > li > a {
  color: inherit;
  padding: 0 15px;
}
.navbar-footer > li > a:hover, .navbar-footer > li > a:focus {
  text-decoration: none;
}
.navbar-footer > li > a.phone-number {
  padding: 0 15px 0 5px;
  font-weight: 500;
  color: var(--main-green);
}

@media (min-width: 992px) {
  .navbar-footer {
    float: right;
  }
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  .navbar-footer {
    margin-top: 15px;
  }
  .navbar-footer > li > a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-footer > li > a {
    font-size: var(--small-text);
  }
}
.banner {
  min-height: 200px;
}
.banner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.page-title {
  margin-bottom: var(--main-margin-big);
}

@media screen and (max-width: 767px) {
  .banner {
    min-height: 60px;
  }
  .banner h1 {
    display: none;
  }
}
#reseau .row {
  margin-bottom: 60px;
}
#reseau .center-image {
  text-align: center;
  margin-bottom: var(--main-margin-big);
}
#reseau .center-image img {
  width: 220px;
}

#cgu h1 {
  text-align: center;
  color: var(--main-blue);
}
#cgu h2 {
  margin: var(--main-margin-small) 0;
}
#cgu hr {
  margin: var(--main-margin-medium) 0;
}
#cgu p {
  margin-bottom: var(--main-margin-small);
  color: #999;
}
#cgu ul, #cgu ol {
  font-size: var(--large-text);
  color: #999;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #apropos, #cgu {
    margin-bottom: 40px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .fixed-footer {
    height: 40px;
    padding: 10px;
  }
  .fixed-footer .navbar-footer {
    margin: 0;
  }
  .fixed-footer .copyright {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #apropos {
    height: calc(100% - 260px);
  }
  #cgu {
    margin-bottom: 60px;
  }
}
@media print {
  .logo img {
    background: grey !important;
  }
  a[href]:after {
    content: "";
  }
}

/*# sourceMappingURL=style.css.map */
