@font-face {
    font-family: "Bebas";
    src: url('../img/Bebas.otf');
}

.clear
{
    clear: both;
}

body 
{
    font-family: "Bebas";
}

body
{
    background : url('../img/header.jpg');
    min-height: 500px;
    text-align: center;
}

a
{
  outline: none;
  text-decoration: none;
}

header #logo
{
    padding-top: 60px;
}

#logo img 
{
    width: 230px;
}

header h1
{
    color: #fff;
    margin: 30px 0 40px;
    font-family: Bebas;
    font-size: 30px;
}

header form 
{
    max-width: 800px;
    width: 100%;
    margin : 0 auto;
}

header form input[type="text"]
{
    width: 60%;
    height: 45px;
}

header form input[type="submit"]
{
    width: 35%;
    float: right;
    height: 45px;
    background: #bd1919;
    border : none;
    color: #fff;
    font-size: 25px;
}

#content
{
    max-width: 1200px;
    margin: 60px auto;
}

#pub1
{
    width: 30%;
    float: left;
}

#pub1 img 
{
    float: right;
}

#sociaux
{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}

#sociaux h2
{
    font-size: 39px;
}

#sociaux ul 
{
    width: 90%;
    margin-top: 30px;
}

#sociaux ul li 
{
    list-style: none;
    float: left;
    width: 33.33%;
}

#pub2
{
    width: 30%;
    float: left;
}

#snapcode img
{
  max-width: 200px;
  width: 100%;
}


::-webkit-input-placeholder {
   font-size: 20px;
   padding: 0px 0 0 10px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 20px; 
   padding: 0px 0 0 10px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 20px;
   padding: 0px 0 0 10px;
}

:-ms-input-placeholder {  
   font-size: 20px;
   padding: 0px 0 0 10px;
}


footer
{
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 12px;
}


@media screen and (max-width: 640px) {
    #logo img
    {
        width: 160px;
    }
  header {
    min-height: 530px;
  }

  header form input[type="text"]
  {
    width: 90%;
  }

  header form input[type="submit"]
  {
    width: 90%;
    float: none;
    margin-top: 10px;
  }

  header h1
  {
    font-size: 20px;
  }

  #pub1, #pub2
  {
    width: 100%;
    text-align: center;
  }

  #pub1 img, #pub2 img
  {
    float: none;
  }

  #sociaux
  {
    width: 100%;
    margin: 20px 0 40px;
  }

}
