body {
  background: #000;
  margin: 0;
  padding: 0;
}
body .bgimage {
  background-position: center;
  background-size: cover;
  background-image: url("../image/global/background.jpg");
}

p {
  line-height: 150%;
}

.space {
  padding-top: 30px !important;
}

.error_bloc, .success_bloc {
  background: #e74c3c;
  padding: 15px;
  color: #FFF;
  margin-bottom: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  display: block;
}

.success_bloc {
  background: #27ae60;
}

.hidden {
  display: none;
}

.center {
  width: 95%;
  max-width: 1100px;
  margin: auto;
}

.header-menu {
  background: #000;
}
.header-menu ul.menu {
  background: #000;
  height: 38px;
  width: 100%;
  margin: 0;
  font-family: "Bebas Neue", cursive;
  font-size: 25px;
  padding: 25px;
  max-width: 1000px;
  margin: 0 auto;
}
.header-menu ul.menu li {
  list-style: none;
}
.header-menu ul.menu li:hover {
  background: #e41e25;
}
.header-menu ul.menu lili:hover ul {
  display: block;
}
.header-menu ul.menu a {
  cursor: pointer;
  display: block;
  color: white;
  line-height: 15px;
  padding: 13px 20px;
  text-decoration: none;
}
.header-menu ul.menu ul {
  background: #e41e25;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 300;
}
.header-menu ul.menu > li {
  float: left;
  position: relative;
  margin-right: 10px;
}
.header-menu ul.menu i {
  margin: -5px;
}
@media all and (max-width: 480px) {
  .header-menu ul.menu {
    height: auto;
  }
  .header-menu ul.menu > li {
    float: none;
    width: 100%;
  }
  .header-menu ul.menu a {
    line-height: 40px;
  }
  .header-menu ul.menu ul {
    position: relative;
  }
}
@media all and (min-width: 481px) {
  .header-menu ul.menu li:hover {
    background: #e41e25;
  }
  .header-menu ul.menu li:hover ul {
    display: block;
  }
}

.header {
  padding: 0;
  width: 100%;
  height: 400px;
  position: relative;
  top: 0;
  left: 0;
}
.header .logo {
  display: block;
  max-width: 400px;
  padding-top: 87px;
  height: auto;
  vertical-align: middle;
  border: 0;
  outline: 0;
  margin: 0 auto;
}
.header .logo-middel {
  display: block;
  position: relative;
  top: 28%;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.line {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 40px;
  line-height: 1.1em;
  color: #fff;
  text-align: center;
  background: #e41e25;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
}
.line a {
  color: #fff;
  text-decoration: none;
}
.line a:hover {
  color: yellow;
  text-decoration: none;
}

.separator {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  height: 5px;
}

.main {
  padding: 2% 0 2% 0;
}

.main .description {
  max-width: 1024px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

.main .home-text {
  max-width: 600px !important;
  margin: 0 auto;
}
.main .adress {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  width: 100% !important;
  clear: both;
}
.main .adress h2 {
  font-family: "Bebas Neue", cursive;
  color: #e41e25;
  font-size: 30px;
  margin: 0;
}
.main .adress h3 {
  padding-top: 40px;
  font-family: "Bebas Neue", cursive;
  color: #e41e25;
  font-size: 25px;
  margin: 0;
}
.main .adress p {
  color: #fff;
  margin: 10px;
  padding: 0;
}
.main .adress p a {
  color: #fff;
  text-decoration: none;
}
.main .adress p:hover {
  color: red;
  text-decoration: underline;
}
.main .carte {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
.main .carte .left {
  float: left;
  width: 50%;
}
.main .carte .left img {
  width: 100%;
}
.main .carte .right {
  float: left;
  width: 50%;
  margin-left: 40px;
}
.main .carte .right p {
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
  color: #fff;
}
.main .carte .right p a {
  color: #fff;
}
.main .carte .right p a:hover {
  color: red;
}

.main-footer {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.main-footer img {
  max-width: 100px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
.main-footer .right-image {
  padding-left: 80px;
}

.maps {
  width: 100%;
  display: block;
  position: relative;
  height: 400px;
  padding: 0;
  background: white;
}


.footer-info {
    background-color: #000; 
    background-image: repeating-linear-gradient(
        45deg,  
        rgba(255, 255, 255, 0.06) 0px, 
        rgba(255, 255, 255, 0.06) 1px,
        transparent 1px,
        transparent 18px  
    );
    padding: 60px 20px; 
}

.footer {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  background: #3a3939;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: red;
}

@media only screen and (max-width: 1400px) {
  .carte {
    width: 80% !important;
    margin: 0 auto !important;
  }
  .carte .left, .carte .right {
    float: left !important;
    width: 50% !important;
  }
}
@media only screen and (max-width: 900px) {
  .adress {
    width: 100% !important;
  }

  .carte {
    width: 90% !important;
    display: block !important;
  }
  .carte .left {
    float: left !important;
    width: 100% !important;
  }
  .carte .right {
    float: left !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 700px) {
  .logo, .description {
    width: 80%;
  }

  .main {
    padding: 8% 0 8% 0;
  }

  .header {
    height: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .left-image {
    display: none;
  }

  .right-image {
    padding-left: 0;
  }

  .header {
    height: 250px;
  }
}