/*-----------------video-----------------*/
.video-container2 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-container2 video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-container2 .caption {
  z-index: 1;
  font-family: "Roboto", sans-serif;
  position: relative;
  text-align: center;
  padding-left: 10px;
  padding-top: 600px;
  font-size: 1.2em;
  color: #fff;
}
.heading-1:after {
  border-color: #C48129;
}
.theme-color {
  color: #333;
}
/*------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.contact-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #948b9f;
  border: 1px solid #ebebeb;
  background-color: #a8dffc45;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #16213E;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #948b9f;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #948b9f;
}
.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #948b9f;
}
.contact-form .form-group .form-control::placeholder {
  color: #948b9f;
}
/*--------------------------------------------------------------------------------------------------------------------------*/
h2.heading-1 {
  font-weight: 600;
  text-align: left;
  font-size: 1.6em;
}
/*--------------------------------------------------------------------------------------------------------------------------*/
.img-style-1:before {
  background-color: rgba(216, 168, 97, 0.3);
}
/*----------------titres dans bandeaux des pages----------------------------------------------------------------------------------------------------------*/
.page-tittle h2 {
  font-size: 50px;
  padding-top: 200px;
}
/*--------------------------------------------------------------------------------------------------------------------------*/