/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/header-voyage/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/header-voyage/style.scss (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
html {
  margin: 0;
  padding: 0;
}
html body {
  margin: 0;
}
html body .headcontainer .bandeau {
  padding: 16px 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
}
html body .headcontainer .head img {
  display: block;
  width: 100%;
}
html body .headcontainer .head .mob {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 980px) {
  html body .headcontainer .head .mob {
    display: none;
  }
}
html body .headcontainer .head .desk {
  display: none;
}
@media screen and (min-width: 980px) {
  html body .headcontainer .head .desk {
    height: 100vh;
    display: block;
  }
}
html body .headcontainer .fondbleu {
  background-color: #095561;
  padding: 20px;
}
html body .headcontainer .fondbleu .logo img {
  width: 100%;
  height: auto;
  max-width: 181px;
  margin: 0 auto;
  display: block;
}
html body .headcontainer .fondbleu span {
  text-align: center;
  color: #ffffff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 980px) {
  html body .headcontainer .fondbleu span {
    padding-top: 30px;
    padding-bottom: 148px;
    font-size: 1.8vw;
    line-height: 1.2;
  }
}
html body .headcontainer .fondbleu .blocTransport {
  background-color: rgba(245, 249, 251, 0.9);
  border-radius: 5px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
}
html body .headcontainer .fondbleu .blocTransport .numbVoyage {
  text-align: center;
  color: #095561;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 30px;
}
html body .headcontainer .fondbleu .blocTransport .groupInput {
  position: relative;
}
html body .headcontainer .fondbleu .blocTransport .groupInput input {
  text-align: center;
  margin-top: 18px;
  width: calc(100% - 40px);
  padding: 19px 20px 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #095561;
}
html body .headcontainer .fondbleu .blocTransport .groupInput input::-moz-placeholder {
  color: #095561;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
html body .headcontainer .fondbleu .blocTransport .groupInput input::placeholder {
  color: #095561;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
html body .headcontainer .fondbleu .blocTransport .groupInput label {
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(9, 85, 97, 0.5);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
html body .headcontainer .fondbleu .blocTransport button {
  text-align: center;
  background-color: rgba(135, 189, 43, 0.5);
  border-radius: 2px;
  padding: 10px;
  color: #ffffff;
  margin-bottom: -40px;
  margin-top: 24px;
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%;
  border-color: transparent;
  transition: 0.3s;
  cursor: pointer;
}
html body .headcontainer .fondbleu .blocTransport button span {
  background-color: #87BD2B;
  display: block;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  html body .headcontainer .fondbleu .blocTransport button {
    margin-bottom: -70px;
  }
}
html body .headcontainer .fondbleu .blocTransport button:hover {
  background-color: #87bd2b;
}
@media screen and (min-width: 980px) {
  html body .headcontainer .fondbleu {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: transparent;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
html body .headcontainer .fondbleuvoyage {
  background-color: #095561;
  padding: 20px;
}
@media screen and (min-width: 1280px) {
  html body .headcontainer .fondbleuvoyage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1280px) {
  html body .headcontainer .fondbleuvoyage .bloccontain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    border-radius: 5px;
  }
}
html body .headcontainer .fondbleuvoyage .logo {
  background-color: #ffffff;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
}
html body .headcontainer .fondbleuvoyage .logo .code {
  color: #87BD2B;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 29px;
}
@media screen and (min-width: 1280px) {
  html body .headcontainer .fondbleuvoyage .logo {
    border-radius: 5px 0 0 5px;
    flex-direction: column;
  }
}
html body .headcontainer .fondbleuvoyage .infosof {
  background-color: rgba(245, 249, 251, 0.9);
  padding: 18px;
  border-radius: 0 0 5px 5px;
}
html body .headcontainer .fondbleuvoyage .infosof .voyage .depart {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  line-height: 59px;
  color: #095561;
  position: relative;
}
@media screen and (min-width: 1280px) {
  html body .headcontainer .fondbleuvoyage .infosof .voyage .depart {
    padding-right: 27px;
  }
  html body .headcontainer .fondbleuvoyage .infosof .voyage .depart::before {
    content: "";
    width: 16px;
    height: 20px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwIDE2Ij4NCiAgPHBhdGggaWQ9IlBvbHlnb25lXzciIGRhdGEtbmFtZT0iUG9seWdvbmUgNyIgZD0iTTgsMGw4LDEwSDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE2KSByb3RhdGUoLTkwKSIgZmlsbD0iIzA5NTU2MSIvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    top: 5px;
    bottom: 0;
    margin: auto;
    right: 0;
  }
}
html body .headcontainer .fondbleuvoyage .infosof .voyage .arrive {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  line-height: 59px;
  color: #095561;
  padding-left: 27px;
  position: relative;
}
html body .headcontainer .fondbleuvoyage .infosof .voyage .arrive::before {
  content: "";
  width: 16px;
  height: 20px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwIDE2Ij4NCiAgPHBhdGggaWQ9IlBvbHlnb25lXzYiIGRhdGEtbmFtZT0iUG9seWdvbmUgNiIgZD0iTTgsMGw4LDEwSDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCkgcm90YXRlKDkwKSIgZmlsbD0iIzA5NTU2MSIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  top: 5px;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (min-width: 1280px) {
  html body .headcontainer .fondbleuvoyage .infosof .voyage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
html body .headcontainer .fondbleuvoyage .infosof .bonus {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 31px;
  color: #095561;
}
html body .headcontainer .fondbleuvoyage .infosof .bonus .gras {
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  html body .headcontainer .fondbleuvoyage .infosof {
    border-radius: 0 5px 5px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}

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