body {
  background-color: #f1f1f1;
  margin: 0;
  padding-bottom: 265px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.error_bloc, .success_bloc {
  background: #e74c3c;
  padding: 15px;
  color: #FFF;
  margin-bottom: 4px;
  font-family: 'Montserrat';
  font-size: 13px;
  display: block;
}

.success_bloc {
  background: #27ae60;
}

.hidden {
  display: none;
}

.container {
  top: -55px;
  position: relative;
  -webkit-box-shadow: 0px 0px 75px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 75px -20px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

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

.cursive {
  font-family: 'Lobster', cursive;
  text-transform: none;
  font-size: 25px;
}

.menu-link {
  display: inline-block;
  color: #daecf9;
  text-decoration: none;
}

.menu-link::after {
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.menu-link:hover::after {
  width: 100%;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.active::after {
  width: 100%;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.fa-facebook-official {
  font-size: 23px;
}

.fa-envelope {
  font-size: 18px;
  margin-right: 5px;
}

.header {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 600px;
  width: 100%;
  margin: auto;
}

.header .slider {
  background-image: url(../image/global/header-01.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  height: 600px;
  top: 0;
  width: 100%;
}

.header .slider .player {
  position: absolute;
  cursor: pointer;
  top: 42%;
  left: 49%;
  color: #fff;
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 300px;
  padding: 15px 16px 15px 22px;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 528;
}

.header .slider .player:hover {
  color: #c1121e;
}

.header .slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header .slider:before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .menu {
  width: 100%;
  top: 0;
  z-index: 10;
  height: auto;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

.header .menu #menu-main {
  display: block;
  float: right;
  height: 55px;
  width: 25px;
  margin: 0;
  position: relative;
  padding-left: 5px;
  display: none;
}

.header .menu #menu-main span {
  width: 25px;
  height: 1px;
  background-color: #000;
  float: right;
  position: relative;
  margin-bottom: 16px;
  display: block;
  margin-top: 19px;
}

.header .menu #menu-main span:before, .header .menu #menu-main span:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background-color: #000;
  left: 0;
}

.header .menu #menu-main span:before {
  top: 14px;
}

.header .menu #menu-main span:after {
  top: 7px;
}

.header .menu .logo {
  float: left;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  height: 110px;
}

.header .menu .logo img {
  height: 100%;
}

.header .menu .logo a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.header .menu ul {
  margin: 0;
  margin-top: 20px;
  list-style: none;
  padding: 0;
  float: right;
  background-color: rgba(0, 0, 0, 0.7); 
}

.header .menu ul li {
  display: inline-block;
}

.header .menu ul li .active {
  color: #c1121e;
  font-weight: bold;
}

.header .menu ul a {
  height: 85px;
  line-height: 85px;
  padding: 0px 10px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 1px 10px #000;
}

.header .menu ul a:hover {
  color: #c1121e;
}

.header .menu ul.menu-left {
  float: left;
}

.header .menu ul.menu-right {
  float: right;
}

.header .quote {
  position: absolute;
  bottom: 0;
  top: 136px;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  height: 80px;
}

.header .quote div {
  text-shadow: 1px 1px 10px #000;
}

.header .quote .cursive {
  font-size: 25px;
}

.footer {
  background-color: #231f20;
  position: absolute;
  width: 100%;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  bottom: 0;
  font-family: 'Montserrat';
  overflow: hidden;
}

.footer .center {
  padding: 0px 25px;
}

.footer ul {
  list-style: none;
  width: 25%;
  float: left;
  padding: 0;
}

.footer ul li {
  clear: both;
  padding: 5px 0px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}

.footer ul li.footer-title {
  margin-top: 15px;
}

.footer ul li.footer-title:first-child {
  margin-top: 0;
}

.footer ul li strong {
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}

.footer ul li a {
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  display: block;
}

.footer ul li a:before, .footer ul li a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  pointer-events: none;
}

.footer ul li a:after {
  width: 100%;
  height: 2px;
  background: white;
  left: 0;
  bottom: -5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.footer ul li a:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer .copyright {
  border-bottom: 0;
  background-color: #181516;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  border-top: solid 1px #141212;
  padding: 25px 0px;
  clear: both;
  color: #FFF;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 40px;
}

.footer .copyright a {
  color: #FFF;
  text-decoration: none;
  padding-left: 2px;
  font-weight: 600;
}

@media screen and (max-width: 940px) {
  .header .menu .logo {
    height: 80px;
  }
}

@media screen and (max-width: 860px) {
  .header .menu ul a {
    font-size: 17px;
  }
  .header .menu .logo {
    height: 70px;
  }
}

@media screen and (max-width: 800px) {
  #emplois {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .footer ul {
    width: 33.333%;
  }
  .footer ul.footer-adress {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  #emplois {
    display: block;
  }
  .header {
    height: 400px;
  }
  .header .quote {
    top: 75px;
  }
  .header .slider {
    position: relative;
    height: 380px;
  }
  .header .slider:before {
    display: none;
  }
  .header .slider .player {
    top: 29%;
    left: 44.5%;
  }
  .header .center {
    width: 100%;
  }
  .header .menu {
    min-height: 55px;
    background: #FFF;
    height: auto;
    overflow: hidden;
    position: static;
  }
  .header .menu.active ul {
    display: block;
  }
  .header .menu .logo {
    margin-left: 25px;
  }
  .header .menu #menu-main {
    display: block;
    margin-right: 25px;
  }
  .header .menu ul {
    width: 100%;
    margin: 0;
    display: none;
  }
  .header .menu ul li {
    display: block;
    width: 100%;
    background-color: #181818;
    border-bottom: solid 1px #000;
  }
  .header .menu ul a {
    height: 50px;
    line-height: 50px;
    text-indent: 25px;
  }
  .header .menu .logo {
    height: 40px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 550px) {
  .footer ul li {
    text-align: left;
  }
}

@media screen and (max-width: 450px) {
  .footer {
    position: relative;
  }
  .header .quote {
    display: none;
  }
  .header .slider .player {
    top: 39%;
  }
}

@media screen and (max-width: 430px) {
  body {
    padding-bottom: 0;
  }
  .footer-navigation {
    display: none;
  }
  .footer ul {
    width: 100%;
  }
  .center {
    width: 100%;
  }
}
