/* Values */
/* Mixins */
/* Helpers */
.fbold {
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  overflow: auto;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 1em;
  font-weight: 200;
  color: #000;
}
@media (max-width: 630px) {
  body {
    overflow-y: auto;
  }
}
@media (max-height: 560px) {
  body {
    overflow-y: auto;
  }
}
.underline {
  text-decoration: underline;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.home .home-top-banner {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0px auto;
  background-color: #000;
  z-index: 999;
  height: 120px;
}
.home .home-top-banner .img-logo {
  margin-top: 17px;
  margin-left: 30px;
  width: 100%;
  height: auto;
  max-width: 280px;
}
.home .home-top-banner .banner-title {
  margin-top: -62px;
  margin-right: 40px;
  text-align: right;
  font-size: 1.1em;
  color: #fff;
}
.home .separation {
  position: absolute;
  top: 103%;
  width: 100%;
  text-align: center;
}
.home .separation .img-separator {
  max-width: 350px;
  height: auto;
  width: 100%;
}
.home .separation .subtitle {
  margin: 10px 20px 0 20px;
  font-weight: 400;
}
.home .home-adress-banner {
  position: absolute;
  top: 115%;
  width: 100%;
}
.home .home-adress-banner .adress-bloc {
  padding: 10px 0 10px 0;
  text-align: center!important;
  font-size: 1.2em;
}
.home .home-adress-banner .adress-bloc .contry {
  font-size: 1.4em;
  font-weight: 400;
  color: #151b4e;
  margin-bottom: 10px;
}
.home .home-adress-banner .adress-bloc .title {
  font-style: italic;
  margin-bottom: 10px;
}
.home .home-adress-banner .adress-bloc .adress {
  margin-bottom: 10px;
}
.home .home-adress-banner .adress-bloc .phone {
  margin-bottom: 5px;
}
.home .home-adress-banner .adress-bloc .mail {
  font-size: 1em;
  display: block;
}
.home .home-adress-banner .test {
  position: relative;
}
.home .home-adress-banner .footer {
  width: 100%;
  background-color: #000;
  margin-top: 40px;
  height: auto;
}
.home .home-adress-banner .footer .img-logo-mini {
  text-align: right;
  max-width: 200px;
  height: auto;
  width: 100%;
}
.home .home-adress-banner .footer .row {
  margin: 0!important;
}
.home .home-adress-banner .footer .menu-float {
  margin: 20px 78px 0 0;
  text-align: center;
  color: #fff;
}
.home .home-adress-banner .footer .menu-float .menu {
  margin-left: 20px;
}
.home .home-adress-banner .footer .lang-select {
  z-index: 9999;
  position: absolute;
  top: 40%;
  left: 5%;
  width: 50px;
  height: 30px;
  background-color: blue;
  color: #fff;
  text-align: center;
}
.home .home-adress-banner .footer .lang-select .flag-box {
  width: 50px;
  height: 30px;
}
.home .home-adress-banner .footer .lang-select .flag-box .flag-img {
  width: 100%;
  height: auto;
}
.container-lang {
  width: 80%;
  margin: auto auto;
  height: 80%;
  text-align: center;
}
.container-lang .flag-img {
  width: 100px;
  height: auto;
  margin: 50px 20px 50px 20px;
  border: 1px solid #333;
}
hr.hr-style {
  width: 95%;
  margin: 24px 0px 0px 0px;
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
hr.hr-style-hidden {
  visibility: hidden;
  width: 95%;
  margin: 24px 0px 0px 0px;
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.link,
.link:visited {
  color: #151b4e;
  text-decoration: none;
}
.link:hover {
  color: #3d4693;
  text-decoration: none;
}
.fa-envelope:hover {
  color: #3d4693;
}
.footer {
  background-color: #000;
}
#container {
  position: absolute;
  top: 6%;
  width: 100%;
  height: 100%;
}
#map {
  position: relative;
  width: 100%;
  height: 94%;
}
.map-box {
  width: 90%;
  height: auto;
  margin: auto auto;
}
.map-box .map-img {
  width: 100%;
  height: auto;
}
.title-color,
.title-color:visited {
  padding-bottom: 40px;
  color: #151b4e;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.title-color:hover {
  font-weight: 400;
  color: #3d4693;
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.container {
  margin: 0 auto;
}
.link-white,
.link-white:visited {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.link-white:hover {
  font-weight: 400;
  color: #257be4;
  text-decoration: none;
}
.form-control {
  padding: 9px 12px!important;
}
.img-logo-mail {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.modal-header {
  text-align: center;
  padding: 15px 15px 30px 15px!important;
}
.form-mail {
  margin-top: 30px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(49, 141, 222, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(49, 141, 222, 0.6);
  outline: 0 none;
}
.modal-dialog {
  margin-top: 200px;
}
.btn-box {
  text-align: center;
  width: 100%;
  margin: auto auto;
}
.btn-box .btn-mail-modal {
  margin: 20px 30px 10px 30px;
  background-color: #1c1d4d;
  color: #fff;
  padding: 10px 20px 10px 20px;
  width: 90%;
  text-align: center;
}
.btn-box .btn-mail-modal:hover {
  background-color: #478bca;
}
.contry-title {
  margin-top: 10px;
  color: #1c1d4d;
  font-weight: bold;
  text-transform: uppercase;
}
.contry-sub {
  font-style: italic;
}
.spin-mail {
  margin: 10px 0 10px 0;
  text-align: center;
}
#vmap {
  width: 100%;
  height: 85%;
  background-color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .home .home-adress-banner {
    position: absolute;
    top: 142%;
    width: 100%;
    text-align: center;
  }
  hr.hr-style {
    width: 25%;
  }
  hr.hr-style-hidden {
    width: 25%;
    visibility: visible;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .adress-bloc {
    text-align: center!important;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1100px) {
  .home-top-banner {
    text-align: center!important ;
  }
  .home-top-banner .img-logo {
    margin-left: 0!important;
  }
  .home-top-banner .banner-title {
    padding: 88px 20px 20px 20px;
    width: 100%;
    margin-right: auto;
    text-align: center!important ;
    font-size: 1.5em;
    color: #fff;
    background-color: #000;
  }
  .adress-bloc {
    text-align: center!important;
  }
  .home .home-adress-banner {
    top: 122%;
    width: 100%;
    text-align: center;
  }
  hr.hr-style {
    width: 30%;
    margin: auto;
    text-align: center;
  }
  hr.hr-style-hidden {
    visibility: visible;
    width: 30%;
    margin: auto;
    text-align: center;
  }
  .mail {
    margin-bottom: 20px;
  }
  .footer {
    text-align: center;
  }
  .footer .menu-float {
    margin: 20px 0 5px 0!important;
  }
}
