/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-basic/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-basic/style.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************/
html {
  margin: 0;
  padding: 0;
}
html .navigation {
  padding: 16px 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .navigation .nav {
  text-decoration: none;
}
html .navigation .nav span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  color: #095561;
  position: relative;
  padding-right: 36px;
  text-transform: uppercase;
}
html .navigation .nav span::before {
  content: "";
  width: 26px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  top: 10px;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media screen and (min-width: 980px) {
  html .navigation .nav {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #ffffff;
    padding: 12px 60px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 980px) {
  html .navigation {
    background-color: transparent;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
  }
}
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;
}
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-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-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;
  }
}
@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;
    width: 50vw;
    height: 154px;
  }
}
html body #popGen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body #popGen #fakeBack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
html body #popGen #realBack {
  position: relative;
  z-index: 99;
  max-height: 90%;
  overflow-y: auto;
  max-width: 90%;
}
@media screen and (min-width: 1280px) {
  html body #popGen #realBack {
    max-width: 1640px;
    width: 90%;
  }
  html body #popGen #realBack.errorPop {
    max-width: 640px;
    width: 90%;
  }
}
html body #popGen #realBack #contentPop {
  box-sizing: border-box;
}
html body #popGen #realBack #contentPop.popInfo {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
html body #popGen #realBack #contentPop.popInfo.popSuivi {
  background-color: #fff;
}
html body #popGen #realBack #contentPop.popInfo .closePopInfo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDM4IDM4Ij4NCiAgPGcgaWQ9ImdvQmFja0NvbnRhY3QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05ODMuNzYxIC0zOTkuNzYxKSI+DQogICAgPGcgaWQ9IkVsbGlwc2VfMTYyIiBkYXRhLW5hbWU9IkVsbGlwc2UgMTYyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5ODMuNzYxIDM5OS43NjEpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiMwOTU1NjEiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICA8Y2lyY2xlIGN4PSIxOSIgY3k9IjE5IiByPSIxOSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxOSIgY3k9IjE5IiByPSIxOCIgZmlsbD0ibm9uZSIvPg0KICAgIDwvZz4NCiAgICA8cGF0aCBpZD0iVW5pb25fNSIgZGF0YS1uYW1lPSJVbmlvbiA1IiBkPSJNOC4xNjQsMjAuODY2VjEyLjdIMFY4LjE2NUg4LjE2NFYwSDEyLjdWOC4xNjVoOC4xNjRWMTIuN0gxMi43djguMTY1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTg3LjkxMiA0MTguNjY1KSByb3RhdGUoLTQ1KSIgZmlsbD0iIzA5NTU2MSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  html body #popGen #realBack #contentPop.popInfo .closePopInfo {
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
}
html body #popGen #realBack #contentPop.errorPop {
  background-color: #fff;
  padding: 50px;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
html body #popGen #realBack #contentPop.errorPop .closePopInfo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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