h1, h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 45px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500; }

h1:before, h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 50px;
  left: 0;
  background-color: #e82c2b; }

.column {
  float: left;
  width: 50%;
  background-color: #FFF; }

.grid, .quote, .contact {
  position: relative;
  overflow: hidden;
  zoom: 1;
  clear: both; }

.grid .left {
  background-image: url(../image/emplois/emplois.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%; }

.grid .right {
  padding: 90px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right; }

.grid .right p {
  color: #000;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 26px; }

.contact {
  background-color: #FFF; }

.contact .column.left {
  padding: 75px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.contact .column.right {
  width: 50%;
  background-image: url(../image/emplois/entrepot.jpg);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover; }

.contact .element {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.contact .element.left {
  padding-left: 0;
  padding-right: 18px;
  clear: both; }

.contact .element.right {
  padding-right: 0;
  padding-left: 18px; }

.contact .element.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.contact input,
.contact textarea {
  font-size: 15px;
  line-height: 1.25em;
  padding: 16px 20px;
  width: 100%;
  color: #5d5d5d;
  border: none;
  outline: none;
  resize: none;
  font-family: 'Raleway', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
  font-weight: 500; }

.contact input.err,
.contact textarea.err {
  border-bottom: solid 2px #e82c2b; }

.contact input[type="submit"] {
  width: auto;
  text-align: left;
  cursor: pointer;
  float: left;
  background: transparent;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-transition: width 0.1s ease;
  -moz-transition: width 0.1s ease;
  -o-transition: width 0.1s ease;
  transition: width 0.1s ease;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 20px;
  background-color: #e82c2b;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .contact input[type="submit"]:hover {
    background: #000;
    color: #fff; }

.file-box {
  border: solid 2px #e82c2b;
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  margin-bottom: 8px; }

.file-box span {
  font-size: 13px;
  font-weight: 600;
  color: #e82c2b;
  text-transform: uppercase;
  float: left;
  height: 20px;
  line-height: 22px; }

.file-box svg {
  fill: #e82c2b;
  margin-right: 15px;
  float: left; }

.file-box input {
  background-color: transparent;
  font-size: 99px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

.contact label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  color: #3c3c3c;
  padding-bottom: 8px;
  display: block;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif; }

.success {
  padding: 18px 20px;
  background-color: #2ecc71;
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 20px; }

@media screen and (max-width: 1080px) {
  .contact .column.left {
    padding: 60px; }
  .contact .element.right,
  .contact .element.left {
    width: 100%;
    padding: 15px 0px; }
  .contact .element.full,
  .contact .element {
    padding: 15px 0px; } }

@media screen and (max-width: 960px) {
  h1, h2 {
    font-size: 32px; }
  .grid .right {
    padding: 60px 65px; } }

@media screen and (max-width: 900px) {
  .contact .element.right,
  .contact .element.left {
    width: 50%; }
  .contact .element.left {
    padding-right: 18px; }
  .contact .element.right {
    padding-left: 18px; }
  .contact .column.left {
    width: 100%; }
  .contact .column.right {
    display: none; } }

@media screen and (max-width: 750px) {
  h1, h2 {
    font-size: 27px; }
  .grid .right {
    width: 100%; }
  .grid .left {
    display: none; }
  .grid .right, .contact .column.left {
    padding: 50px 45px; } }

@media screen and (max-width: 450px) {
  .contact .column.left,
  .grid .right {
    padding: 45px 8%; }
  .contact .element.right,
  .contact .element.left {
    width: 100%;
    padding: 15px 0px; }
  .contact input[type="submit"] {
    width: 100%; } }
