input {
    border: 0;
    padding: 10px;
    font-size: 18px;
  }

  .search_bar {
    font-size: 15px !important;
    border-radius: 2.5em;
    min-height: 40px !important;
    background: #fff;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0 3.111111111111111em 0 1.111111111111111em;
    padding-right: 3em !important;
    width: 600px !important;
  }

  .slogan_header {
    padding: 7%;
  }

  .logo_af {
    width: 130px;
    height: auto;
    margin-left: 30px;
    margin-top: -15px;
  }


  .header_display {
    text-align: center;
    background: url("https://assurancefrance.fr/img/bg_wphosting_support-2c0ba21.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    font-family: helvetica;
    height: 340px;
  }

  .top_header ul {
    float: right;
    padding: 10px;
    margin-right: 5%;
  }

  .top_header li {
    display: inline;
    padding: 0px 10px 0px 10px;
    color: #1b44a5 !important;
  }

  a {
    text-decoration: none !important;
  }

  .top_header a {
    color: #1b44a5 !important;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }

  .top_header a:after {
    background: none repeat scroll 0 0;
    background-color: #f2ce6f !important;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  .top_header a:hover:after {
    width: 100%;
    left: 0;
  }

  .slogan_header h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2%;
  }