@font-face {
    font-family: 'condensed';
    src: url('font/condensed.eot');
}

@font-face {
    font-family: 'condensed';
    src: url('font/condensed.woff') format('woff'),
    url('font/condensed.svg#HelveticaLTStd-BoldCond') format('svg');
}
@font-face {
    font-family: 'black';
    src: url('font/HelveticaLTStd-Blk.eot');
}

@font-face {
    font-family: 'black';
    src: url('font/HelveticaLTStd-Blk.woff') format('woff'),
    url('font/HelveticaLTStd-Blk.svg#HelveticaLTStd-Blk') format('svg');
}  

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('font/helveticaneue-ultralight-webfont.eot');
    src: url('font/helveticaneue-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticaneue-ultralight-webfont.woff2') format('woff2'),
         url('font/helveticaneue-ultralight-webfont.woff') format('woff'),
         url('font/helveticaneue-ultralight-webfont.ttf') format('truetype'),
         url('font/helveticaneue-ultralight-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 

.inputempty {
    color: red !important;
    border-color: red !important;
}

body{font-family:"open sans";font-weight:200;background-color:black;
    color: white;
    font-size: 11px;
    line-height: 17px;
}

.container {
    background-image: url(images/bg-drift.jpg);
    background-size: 911px auto;
    background-position: center -260px;
    max-width: 911px;
    background-repeat: no-repeat;
    background-color: black;
}

.titre-drift {
    padding: 20px;
    width: 380px;
    
}

.marque-drift{margin:30px auto;width:300px;display:block}

.flex {
    align-items: center;
    display: flex;
    justify-content: center;
}

.form{margin-top:445px;background-color:black}

form {
    
    padding: 20px;
}

input[type=submit] {
    margin: 20px 0;
    padding: 10px;
    background-image: none;
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

::placeholder {
  opacity:1;
}

input[type=text] {
    width: 100%;
    margin: 10px 0;
    background-color: transparent;
    
    border: 0 solid white;
border-bottom-width: 1px;
    color: white;
}

/*POP UP CONTACT CONFIRMATION MESSAGE ENVOYÉ*/
.popupcontact {
display: none;
top: 0;
z-index: 99999;
position: fixed;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
}

#content-pop-up {
  position: absolute;
  width: 320px;
  padding: 40px;
  margin-top: -58px;
  margin-left: -200px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
}

#close-pop-up {
  margin-top: -30px;
  margin-right: -30px;
  float: right;
  width: 11px;
  height: 11px;
  cursor: pointer;
  background: url('../img/close.png');
}
.text-pop-up {
  clear: both;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

@media (max-width: 768px) {
.form{margin-top:350px}
.titre-drift {padding: 40px 0 0;}
.container {
    background-size: 768px auto;
    background-position: center -210px;
}
}