.clear {
  clear: both;
  display: block;
}

.row {
  position: relative;
}

.closebox {
  cursor: pointer;
}

section {
  padding: 50px 0;
}

h3 {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  background: rgba(201, 201, 201, 0.5);
  margin: 40px 0;
  border: 0;
}

textarea.materialize-textarea {
  line-height: 1.5em;
  min-height: 6em;
}

.collection .collection-item {
  padding: 10px 5px;
}

.row .col {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.row .valign-top {
  vertical-align: top;
}
.row .valign-bottom {
  vertical-align: top;
}
.row .valign-middle {
  vertical-align: middle;
}

.card h5 {
  margin-top: 0.656rem;
}

.empty {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  cursor: default;
}

.fullw {
  width: 100% !important;
}

.tabs .indicator {
  background: #cccccc;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background: none;
}

.list .avatar {
  width: 100%;
  max-width: 40px;
  border-radius: 100px;
  overflow: hidden;
}
.list .avatar div {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.prestas, .prestas-uniques {
  margin-bottom: 20px;
}

.presta-simple {
  margin: 0;
}
.presta-simple p, .presta-simple input[type=text] {
  font-size: 0.9rem;
  border-bottom: none;
}

.presta {
  margin: 10px 0;
}

.spacex-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.spacex-1-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.spacex-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.spacey-5 {
  margin: 5px 0;
  display: block;
}

.spacey-10 {
  margin: 10px 0;
  display: block;
}

.spacey-25 {
  margin: 25px 0;
  display: block;
}

.spacey-50 {
  margin: 50px 0;
  display: block;
}

.dispinline {
  display: inline-block;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.choices-list li {
  display: inline-block;
  width: 50px;
}
.choices-list .current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.choices-list a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.item-id {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
  padding: 8px 5px;
}

.loader-relativ {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
  -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
}
.loader-relativ.on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.progress {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
}
.progress.off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.hline {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  margin: 50px 0;
}

.pos-relative {
  position: relative;
}

.subtitle {
  font-size: 0.8rem;
}

.nomargin {
  margin: 0 !important;
}

.text-small {
  font-size: 16px;
  line-height: 1.5em;
}

.txt-shadow {
  text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.6);
}

.btns-circle {
  text-align: center;
  margin: 30px auto 0;
}
.btns-circle a {
  width: 4rem;
  height: 4rem;
  display: inline-block;
  margin: 0 25px;
  border-radius: 100px;
  color: #000000;
  border: 3px solid #CCCCCC;
}
.btns-circle a i {
  font-size: 2rem;
  line-height: 3.5rem;
}

body {
  font-size: 16px;
  position: relative;
  padding-bottom: 100px;
}

header {
  margin-bottom: 50px;
}
header a {
  transition: all 0.5s ease;
}
header a:hover {
  color: #4db6ac;
}
header .site {
  position: absolute;
  left: 160px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}

nav ul a {
  padding: 0 20px;
}

nav .brand-logo {
  width: 130px;
  margin: 0;
  padding: 8px 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#bloc-corpo {
  background: url("../img/fond-corpo.jpg?v2") no-repeat center;
  background-size: cover;
}

.item-ref span {
  display: none;
}

.velo .item-ref span {
  display: block;
  font-size: 10px;
  line-height: 2.5em;
}

.invoice-content .child {
  font-size: 0.8em;
}

@media screen and (max-width: 992px) {
  .container {
    width: 95%;
  }

  .container > .row > .col {
    margin-bottom: 50px;
  }

  .spacey-15-mobile {
    margin: 15px 0;
    display: block;
  }

  header {
    margin-bottom: 70px;
  }
  header .site {
    left: 20px;
  }
  header .brand-logo {
    max-width: 100px;
  }
  header nav .brand-logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header nav ul a {
    padding: 0 12px;
  }

  header #nav-mobile {
    top: 60px;
    position: relative;
    width: 100%;
    text-align: center;
    float: none;
  }
  header #nav-mobile li {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  header #nav-mobile li a {
    color: #000000;
  }
}

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