::-webkit-input-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

@media (min-width: 1200px) {
  .container {
    width: 960px; } }
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  overflow-x: hidden; }

h1 {
  font-size: 48px;
  color: white;
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  margin-top: -67px;
  left: 50%;
  margin-left: -465px;
  line-height: 30px;
  font-weight: 700;
  width: 930px; }
  h1 span {
    font-size: 30px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 400; }

h2 {
  font-size: 18px;
  font-weight: 700; }

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #84162B;
  margin: 0; }

a {
  color: #333; }
  a:hover {
    color: #84162B; }

form {
  font-size: 14px;
  background: #d7d7d7;
  padding: 15px; }
  form p {
    float: right;
    width: calc(100% - 100px);
    text-align: right;
    font-size: 9px;
    margin: 4px 15px 0 0;
    font-style: italic; }
  form .form-group {
    margin-bottom: 10px; }
  form .form-control {
    border-radius: 0;
    padding: 4px 5px;
    font-size: 13px; }
  form .btn-primary {
    padding: 4px 30px;
    color: black;
    background: white;
    border-color: black;
    font-size: 13px;
    float: right; }

#header {
  padding: 10px 0; }
  #header #logo-kantar {
    margin-top: 3px; }

#banner {
  position: relative; }
  #banner > .container-fluid {
    padding: 0; }
  #banner img {
    padding: 0;
    border: 0;
    border-radius: 0; }

#pitch {
  margin: 30px 0; }
  #pitch p:last-child {
    margin-bottom: 0; }

#questions {
  background: #dcdcde;
  padding: 30px 0; }
  #questions .bloc {
    font-size: 13px; }
    #questions .bloc h3 {
      background: white;
      width: 40%;
      height: 140px;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 15px; }
    #questions .bloc small {
      text-align: right;
      display: block;
      font-style: italic;
      font-size: 9px;
      margin-top: 5px; }
    #questions .bloc .image {
      width: 60%;
      height: 140px;
      float: left; }
    #questions .bloc .contenu {
      clear: both;
      background: #985a62;
      color: white;
      height: 175px; }
      #questions .bloc .contenu ul {
        margin: 0 0 0 15px;
        padding: 15px 45px 15px 30px; }

#contacts {
  background: #f2f2f2;
  padding: 30px 0; }
  #contacts .contact {
    background: white;
    text-align: center;
    padding: 15px 0; }
    #contacts .contact h4 {
      font-size: 14px;
      margin-bottom: 10px; }
    #contacts .contact p {
      color: #999999; }
    #contacts .contact .img-thumbnail {
      border-radius: 100px;
      border: 0;
      margin-bottom: 15px; }

#footer {
  text-align: center;
  color: white;
  background: #891925;
  padding: 8px 0;
  font-size: 12px; }
  #footer p {
    margin: 0; }
    #footer p a {
      color: white; }
      #footer p a:hover {
        color: white; }

@media all and (max-width: 992px) {
  h1 {
    width: 690px;
    margin-left: -345px; }

  #questions .bloc h3 {
    width: 60%; }
  #questions .bloc .image {
    width: 40%; }
  #questions .bloc .contenu {
    height: 190px; } }
@media all and (max-width: 767px) {
  h1 {
    width: 510px;
    margin-left: -255px; }

  form {
    margin-top: 30px; }

  #questions .bloc small {
    margin-bottom: 15px; }
  #questions .bloc .contenu {
    height: auto; } }
@media all and (max-width: 575px) {
  .col-xs-6 {
    width: 50%; }

  h1 {
    font-size: 20px;
    top: 50%;
    left: 0;
    margin-left: 30px;
    margin-top: -46px; }
    h1 span {
      font-size: 16px;
      line-height: 18px;
      margin-top: 5px; }

  #contacts .contact img {
    max-width: 180px; } }

/*# sourceMappingURL=style.css.map */
