
/*
 * Fonts
 */




/*
 * Globals
 */

/* Titles */
h1, h2, h3 {
  font-family: 'Lato', sans-serif;
}

h2 {
  font-weight: 300;
}

/* Links */

a {
  font-family: 'Raleway',sans-serif; 
}

a,
a:focus,
a:hover {
  color: #9C722E;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

body {
  color: rgb(51, 51, 51);
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

p {
  color: rgb(34, 34, 34); 
  font-family: 'Raleway',sans-serif; 
  font-size: 18px; 
  font-weight: 500; 
  line-height: 32px; 
  -webkit-transition: all 1000ms ease-in;
  -moz-transition: all 1000ms ease-in;
  -ms-transition: all 1000ms ease-in;
  -o-transition: all 1000ms ease-in;
  transition: all 1000ms ease-in;
}

ul {
  padding-left: 17px;
  max-width: 715px;
}
ul li {
  color: rgb(34, 34, 34); 
  font-family: 'Raleway',sans-serif; 
  font-size: 18px; 
  font-weight: 500; 
  line-height: 32px; 
  text-align: left;
  text-shadow: none;
  list-style-type: none;
  padding-left: 5px;
}

li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-left: -17px;
    color: rgb(34, 34, 34);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  width: 100%;
  height: 100%; /* For at least Firefox */
  background-color: white;
}
.site-wrapper-inner {
  width: 100%;
  height: 100%; /* For at least Firefox */
  overflow: hidden; 
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * First Div
 */
.site-wrapper-inner {
  background-size: 100% auto;
  z-index: 1;
  margin-bottom: 0px;
}

.site-wrapper-inner h1, .site-wrapper-inner h2 {
  color: white;
}

/*
 * Sections
 */

.section-title {
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 45px;
  padding-bottom: 20px;
}

.section-title h3 {
  margin-top: 10px;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 2em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  color: black;
  -webkit-transition: all 1000ms ease-in;
  -moz-transition: all 1000ms ease-in;
  -ms-transition: all 1000ms ease-in;
  -o-transition: all 1000ms ease-in;
  transition: all 1000ms ease-in;
}

.section-text {
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 45px;
  padding-right: 45px;

}
.section-text .bg-white {
  background-color: white;
}

.section-text .bg-grey {
  background-color: #f3f3f3;
}

.section-text h3 {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 1.8em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  color: black;
  -webkit-transition: all 1000ms ease-in;
  -moz-transition: all 1000ms ease-in;
  -ms-transition: all 1000ms ease-in;
  -o-transition: all 1000ms ease-in;
  transition: all 1000ms ease-in;
}

.section-text h4 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  text-align: left;
  text-shadow: none;
  color: black;
  text-transform: lowercase;
  border-bottom: 1px solid #9C722E;
  -webkit-transition: all 1000ms ease-in;
  -moz-transition: all 1000ms ease-in;
  -ms-transition: all 1000ms ease-in;
  -o-transition: all 1000ms ease-in;
  transition: all 1000ms ease-in;
}

.section-text .glyphicon {
  font-weight: 200;
}


.section-text p {
  max-width: 715px;
  text-align: left;
  text-shadow: none;
}

.section-text .panel-group {
  max-width: 715px;
}

.panel-title {
  text-transform: uppercase !important;
  font-size: 1.5em !important;
} 

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

/*
  Parallax effect 
*/

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.hideIt {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in;
  -moz-transition: opacity 1000ms ease-in;
  -ms-transition: opacity 1000ms ease-in;
  -o-transition: opacity 1000ms ease-in;
  transition: opacity 1000ms ease-in;
}

/*
  Bouton Play
*/


.play {
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 60px solid #a99269;
  margin: 46px auto 25px auto;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 10px;
}
.play:before {
  content: '';
  position: absolute;
  top: -75px;
  left: -115px;
  bottom: -75px;
  right: -35px;
  border-radius: 50%;
  border: 10px solid #a99269;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.play:after {
  content: '';
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}
.play:hover:before, .play:focus:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.play.active {
  color: transparent;
}
.play.active:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 60px solid #a99269;
  margin: 46px auto 25px auto;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 10px;

}

/*
 * Testimonials
*/

.testimonial {
  margin-top: 25px;
}
.img-testimonial {
  height: 140px;
}

cite {
  display: block;
  color: #b3988e;
  text-shadow: none;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}

cite strong {
  color: #6b4c35;
  text-shadow: none;
  font-family: 'Source Sans Pro';
  font-size: 1.2em;
}

.company {
  font-style: italic;
}

/*
 * Testimonials overlay
 */
.hovereffect {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}


.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 60px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: 0 0 0 0;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.form-group input, .form-group textarea {
  border: 1px solid #9C722E;
  height: 60px;
  width: 350px;
  padding-left: 20px;
  margin-right: 80px;
  border-radius: 10px;
  font-size: 18px;
  color: rgb(34, 34, 34); 
  font-family: 'Raleway',sans-serif; 
  font-size: 18px; 
  font-weight: 500; 
  line-height: 32px; 
}

.form-group .button-send {
  text-align: center;
  text-transform: uppercase;
  color: #9C722E;
  background-color: white;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.form-group .button-send:hover {
  color: white;
  background-color: #9C722E;
  border-color: white;
}

/*
  Modals
*/

.welcome-movie .modal-content {
  background-color: transparent;
}

.welcome-movie .modal-content {
  background-color: rgba(255, 255, 255, 0.7);
}

.modal-content .close {
  padding-top: 8px;
  padding-right: 3%;
  color: #a99269;
  font-size: 30px;
  text-shadow: none;
  opacity: 1;
}
.modal-content .video {
  margin: 25px 3% 25px 3%;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 100px auto auto;
}

/* Preloader */
#preloader {

    z-index:99; /* makes sure it stays on top */
}


/*
 * Loader
 */


/*
 * Custom class
 */


/*
 * Affix and center
 */


@media (min-width: 480px) {
  .parallax-bg {
    background-image: url("../images/bg.jpg"); 
    background-size: 100% 100%; 
    height: 100%;
  }
}

/* Mobiles */


