@import url("https://fonts.googleapis.com/css?family=Nunito|Lacquer");
body {
  margin: 0;
}

body,
button,
input {
  font-family: Nunito;
}

* {
  box-sizing: border-box;
  transition: 0.4s ease all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.banner {
  background: #ffffff;
  color: rgb(10, 10, 10);
  padding: 15px;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
}

.banner .logo {
  cursor: pointer;
  font-family: Lacquer;
}

.banner ul.links {
  margin-left: auto;
  margin-right: 50px;
  list-style: none;
  display: flex;
  align-items: center;
  transition: 0.4s ease all, 0s ease background;
}
.banner ul.links li {
  text-transform: uppercase;
  padding: 0 15px;
  height: 65px;
  display: flex;
 -webkit-justify-contenu: center;
  align-items: center;
  transition: 0.4s ease all, 0s ease margin;
}
.banner ul.links li a {
  text-decoration: none;
  color: rgb(5, 5, 5);
}
.banner ul.links li:hover {
  background: #a58203;
  cursor: pointer;
  font-weight: bold;
  color: white;
}
.banner ul.links li:hover a {
  color: #080808;
}

button {
  background: #a58203;
  outline: none;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 25px;
  border: 1px solid #a58203;
  letter-spacing: 1px;
}
button:hover {
  cursor: pointer;
  transform: scale(1.1);
  color: white;
  background: #222222;
  border-color: black;
}

.contenu {
  background: url("banner.jpg") no-repeat;
  background-size: cover;
  height: calc(70vh - 65px);
  display: flex;
  flex-direction: column;
  -webkit-justify-contenu: center;
  align-items: center;
  color: rgb(17, 17, 17);
}
.contenu h2 {
  color: #ffc600;
}

.banner.sticky {
  position: fixed;
  z-index: 40;
}
.banner.sticky ~ main {
  position: relative;
  z-index: 20;
  top: 65px;
}

section {
  background: rgb(255, 255, 255);
  padding: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 750px) {
  .banner .right {
    height: 0;
    overflow: hidden;
  }

  .toggle {
    position: absolute;
    top: 32.5px;
    right: 20px;
    z-index: 99;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
   -webkit-justify-contenu: center;
    align-items: center;
  }
  .toggle > * {
    width: 80%;
    height: 2px;
    background: rgb(7, 7, 7);
    margin: 3px 0;
  }

  .banner.collapsed .toggle .line1 {
    transform: rotate(-45deg) translate(-4px, 5px);
  }
  .banner.collapsed .toggle .line2 {
    opacity: 0;
  }
  .banner.collapsed .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .banner.collapsed .logo {
    position: absolute;
    z-index: 44;
  }

  .banner .links {
    position: fixed;
    background: #080808;
    z-index: 40;
    top: 0;
    left: -100%;
    flex-direction: column;
    width: 45vw;
    height: 100vh;
  }
  .banner .links li:first-child {
    margin-top: 80px;
  }

  .banner.collapsed .links {
    left: 0;
  }
  .banner.collapsed .links a {
    color: #fff;
  }
  .banner.collapsed .links li {
    width: 100%;
  }
  .banner.collapsed .links li:hover a {
    color: #080808;
  }

  .banner.collapsed .right {
    position: fixed;
    width: 45vw;
    text-align: center;
    height: auto;
    bottom: 40px;
    left: 22.5vw;
    transform: translateX(-50%);
    z-index: 45;
  }

  .banner.collapsed ~ main {
    filter: blur(1px);
    opacity: 0.8;
  }

  .banner.sticky {
    position: fixed;
    z-index: 40;
  }
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
fieldset {
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  border: 0;
}
legend {
    margin: 0;
    padding: 0;
    display: block;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
  }
.s01 form {
  width: 100%;
  max-width: 1290px;
}

.s01 form legend {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
}

.s01 form .inner-form {
  
  padding: 17px 101px;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-pack: justify;
  -webkit-justify-contenu: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.s01 form .inner-form .input-field {
  margin-right: 30px;
  height: 68px;
}

.s01 form .inner-form .input-field input {
  height: 100%;
  background: #fff;
  border-radius: 15px;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 20px;
}

.s01 form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 10px;
}
.s01 form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 10px;
}
.s01 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.s01 form .inner-form .input-field input:hover, .s01 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s01 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.s01 form .inner-form .input-field.second-wrap {
  width: 32.77%;
  min-width: 100px;
}

.s01 form .inner-form .input-field.third-wrap {
  width: 80px;
  margin-right: 0;
  right: -50px;
}

.s01 form .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 50px;
  background: #8a8704;
  white-space: nowrap;
  border-radius: .5px;
  font-size: 20px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
}

.s01 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #272605;
}

@media screen and (max-width: 992px) {
  .s01 form legend {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }
  .s01 form .inner-form {
    padding: 30px 35px;
  }
  .s01 form .inner-form .input-field {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .s01 form legend {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .s01 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s01 form .inner-form .input-field {
    margin-right: 0;
  }
  .s01 form .inner-form .input-field input {
    padding: 5px 15px;
    font-size: 16px;
  }
  .s01 form .inner-form .input-field.first-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .s01 form .inner-form .input-field.second-wrap {
    width: calc(50% - 10px);
    min-width: auto;
  }
  .s01 form .inner-form .input-field.third-wrap {
    width: calc(50% - 10px);
  }
  .s01 form .inner-form .input-field.third-wrap .btn-search {
    font-size: 16px;
  }
}