@import url("https://use.typekit.net/boe7krg.css");
.section1 {
  padding-top: 150px;
  background-color: #eff4f4;
  position: relative;
}
.section1 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 80px;
}
.section1 .content .titre {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section1 .content .titre {
    padding-top: 50px;
  }
}
.section1 .content .texte {
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 473px;
}
@media screen and (max-width: 768px) {
  .section1 .content .texte {
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.section1 .content .lien {
  width: fit-content;
}
.section1 .content .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section1 .content .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section1 .content .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section1 .content .lien a {
  text-decoration: none;
  color: #fff;
  border: 2px solid #4DAEC3;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  background-color: #4DAEC3;
  padding: 10px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
.section1 .content .lien a svg {
  margin-left: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section1 .content .image {
  position: absolute;
  right: 50px;
  top: 150px;
  width: calc(100% - 610px);
  max-width: 711px;
}
@media screen and (max-width: 768px) {
  .section1 .content .image {
    position: relative;
    right: 0;
    top: 110px;
    width: 100%;
  }
}
.section1 .content .image img {
  width: 100%;
  height: 442px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section1 .content .image img {
    width: 100%;
    height: auto;
  }
}

.section2 {
  position: relative;
}
.section2 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section2 .content .titre {
  padding-top: 137px;
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre {
    padding-top: 50px;
  }
}
.section2 .content .titre .caravane {
  position: absolute;
  top: 127px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre .caravane {
    padding-top: 40px;
    top: 0;
  }
}
.section2 .content .table {
  display: flex;
  justify-content: space-between;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table {
    display: block;
    padding-bottom: 50px;
  }
}
.section2 .content .table .left {
  max-width: 517px;
  width: 100%;
  height: 351px;
  margin-top: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left {
    max-width: 100%;
    margin-top: 30px;
    height: fit-content;
  }
}
.section2 .content .table .left .buttons-wrapper {
  position: absolute;
  z-index: 5;
  bottom: 3px;
  width: 517px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left .buttons-wrapper {
    width: 100%;
  }
}
.section2 .content .table .left .buttons-wrapper .button.active .other {
  display: none;
}
.section2 .content .table .left .buttons-wrapper .button.active .actu {
  display: block;
  width: 28px;
  height: 10px;
  background-color: #4DAEC3;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  animation: goToActu 1s ease forwards;
}
@keyframes goToActu {
  from {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
  }
  to {
    width: 28px;
    height: 10px;
    background-color: #4DAEC3;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.section2 .content .table .left .buttons-wrapper .button {
  margin-left: 10px;
}
.section2 .content .table .left .buttons-wrapper .button .other {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  animation: goToOther 1s ease forwards;
}
@keyframes goToOther {
  from {
    width: 28px;
    height: 10px;
    background-color: #4DAEC3;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  to {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
  }
}
.section2 .content .table .left .buttons-wrapper .button .actu {
  display: none;
}
.section2 .content .table .left .image-container {
  width: 517px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left .image-container {
    width: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section2 .content .table .left .image-container .image-wrapper {
  width: 517px;
  position: relative;
  border-radius: 30px;
  animation: fadeIn 0.5s;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left .image-container .image-wrapper {
    width: 100%;
  }
}
.section2 .content .table .left .image-container .image-wrapper img {
  width: 517px;
  height: 362px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left .image-container .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.section2 .content .table .right {
  max-width: 539px;
  padding-top: 112px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .right {
    max-width: 100%;
    padding-top: 30px;
  }
}
.section2 .content .table .right .texte {
  font-family: "Sofia-Pro";
  font-weight: lighter;
  color: #000000;
  font-size: 15px;
}
.section2 .content .table .right .texte span {
  color: #2C5A00;
  font-weight: bold;
  font-family: "Sofia-Pro";
}
.section2 .content .table .right #videoPopup {
  position: absolute;
  display: none;
  align-items: center;
  top: 280px;
  left: 0;
  z-index: 5;
  justify-content: center;
  background-color: #2C5A00;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .right #videoPopup {
    top: 585px;
  }
}
.section2 .content .table .right #videoPopup .modal-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .right #videoPopup .modal-content {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section2 .content .table .right #videoPopup .modal-content iframe {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section2 .content .table .right #videoPopup .modal-content button {
  border: 2px solid #4DAEC3;
  background-color: #4DAEC3;
  border-radius: 14px;
  color: #fff;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "MohrAlt-Medium";
}
.section2 .content .table .right #videoPopup .modal-content button:hover {
  background-color: #fff;
  color: #4DAEC3;
  cursor: pointer;
}
.section2 .content .table .right .lienytb {
  margin-top: 30px;
  text-decoration: none;
  color: #fff;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  border: 2px solid #4DAEC3;
  background-color: #4DAEC3;
  padding: 10px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .right .lienytb {
    margin-top: 20px;
  }
}
.section2 .content .table .right .lienytb img {
  margin-left: 10px;
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.section2 .content .table .right .lienytb:hover {
  cursor: pointer;
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}

.section3 {
  position: relative;
}
.section3 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section3 .fond img {
  width: 100%;
  height: 100%;
}
.section3 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  position: relative;
}
.section3 .content .titre {
  padding-top: 129px;
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section3 .content .titre {
    padding-top: 50px;
  }
}
.section3 .content .titre .foret {
  position: absolute;
  top: 115px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section3 .content .titre .foret {
    top: 36px;
  }
}
.section3 .content .texte {
  max-width: 437px;
  padding-top: 30px;
  color: #fff;
  font-family: "Sofia-Pro";
  font-weight: lighter;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .section3 .content .texte {
    max-width: 100%;
  }
}
.section3 .content .transports {
  max-width: 437px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section3 .content .transports {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.section3 .content .transports .transport-item {
  margin-bottom: 30px;
  max-width: 437px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section3 .content .transports .transport-item {
    max-width: 100%;
  }
}
.section3 .content .transports .transport-item .texte {
  margin-left: 20px;
  padding-top: 0;
}
.section3 .content .transports .transport-item .texte p {
  color: #fff;
  font-size: 15px;
  font-family: "Sofia-Pro";
  font-weight: lighter;
}
.section3 .content .transports .transport-item .icone img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.section3 .content .map {
  position: absolute;
  right: -50px;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .section3 .content .map {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding-bottom: 50px;
  }
}
.section3 .content .map img {
  width: 661px;
  height: 610px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section3 .content .map img {
    width: 100%;
    height: auto;
  }
}

.section4 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section4 .content .titre {
  position: relative;
  margin-left: 15px;
  padding-top: 147px;
}
@media screen and (max-width: 768px) {
  .section4 .content .titre {
    padding-top: 50px;
  }
}
.section4 .content .titre .campingcar {
  position: absolute;
  top: 134px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section4 .content .titre .campingcar {
    top: 37px;
  }
}
.section4 .content .table {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table {
    display: block;
    padding-bottom: 50px;
  }
}
.section4 .content .table .left {
  max-width: 358px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .left {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.section4 .content .table .left .rubriques {
  max-width: 358px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .left .rubriques {
    max-width: 100%;
  }
}
.section4 .content .table .left .rubriques .rubrique {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 15px;
  padding-right: 17px;
}
.section4 .content .table .left .rubriques .rubrique .icone {
  padding: 11px 13px;
  background-color: #fff;
  border: 2px solid #658748;
  border-radius: 15px;
}
.section4 .content .table .left .rubriques .rubrique .icone img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.section4 .content .table .left .rubriques .rubrique .ligne {
  margin-left: 20px;
  width: 200px;
  margin-right: 20px;
}
.section4 .content .table .left .rubriques .rubrique .ligne .titre {
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #000000;
  font-weight: 500;
  padding-top: 0;
}
.section4 .content .table .left .rubriques .rubrique .ligne .soustitre {
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #000000;
  font-weight: lighter;
}
.section4 .content .table .left .rubriques .rubrique:hover {
  background-color: #658748;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  padding-right: 17px;
  cursor: pointer;
}
.section4 .content .table .left .rubriques .rubrique:hover .icone {
  padding: 11px 13px;
  border: 2px solid #658748;
  border-radius: 15px;
  background-color: #658748;
}
.section4 .content .table .left .rubriques .rubrique:hover .ligne .titre {
  color: #fff;
}
.section4 .content .table .left .rubriques .rubrique:hover .ligne .soustitre {
  color: #fff;
}
.section4 .content .table .left .rubriques .rubrique:hover svg #Groupe_183 #Ligne_50 {
  stroke: #fff !important;
}
.section4 .content .table .left .rubriques .rubrique:hover svg #Groupe_183 #Ligne_51 {
  stroke: #fff !important;
}
.section4 .content .table .left .rubriques .rubrique.selected {
  display: flex;
  align-items: center;
  background-color: #658748;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  padding-right: 17px;
}
.section4 .content .table .left .rubriques .rubrique.selected .icone {
  padding: 11px 13px;
  border: 2px solid #658748;
  border-radius: 15px;
  background-color: #658748;
}
.section4 .content .table .left .rubriques .rubrique.selected .icone img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne {
  margin-left: 20px;
  width: 200px;
  margin-right: 20px;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne .titre {
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #fff;
  font-weight: 500;
  padding-top: 0;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne .soustitre {
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #fff;
  font-weight: lighter;
}
.section4 .content .table .left .rubriques .rubrique.selected svg #Groupe_183 #Ligne_50 {
  stroke: #fff !important;
}
.section4 .content .table .left .rubriques .rubrique.selected svg #Groupe_183 #Ligne_51 {
  stroke: #fff !important;
}
.section4 .content .table .right {
  max-width: 619px;
}
.section4 .content .table .right #rubrique-details {
  width: 100%;
}
.section4 .content .table .right #rubrique-details .rubrique-detail {
  width: 100%;
}
.section4 .content .table .right #rubrique-details .rubrique-detail .titre {
  font-family: "MohrAlt-Black";
  color: #2E4552;
  font-size: 25px;
  margin-bottom: 30px;
  padding-top: 0;
  min-width: 619px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-detail .titre {
    min-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-detail .texte {
  margin-bottom: 30px;
  min-width: 619px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-detail .texte {
    min-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-detail .image {
  width: 100%;
  max-width: 619px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-detail .image {
    max-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-detail .image img {
  width: auto;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-detail .image img {
    width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details {
  width: 100%;
}
.section4 .content .table .right #rubrique-details .rubrique-details .titre {
  font-family: "MohrAlt-Black";
  color: #2E4552;
  font-size: 25px;
  margin-bottom: 30px;
  padding-top: 0;
  min-width: 619px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details .titre {
    min-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details .texte {
  margin-bottom: 30px;
  min-width: 619px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details .texte {
    min-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details .image {
  width: 100%;
  max-width: 619px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details .image {
    max-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details .image img {
  width: auto;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details .image img {
    width: 100%;
  }
}

.section5 {
  position: relative;
}
.section5 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section5 .fond img {
  width: 100%;
  height: 100%;
}
.section5 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section5 .content .table {
  display: flex;
  justify-content: space-between;
  padding-top: 140px;
  padding-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table {
    padding-top: 80px;
    display: block;
  }
}
.section5 .content .table .left {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .left {
    max-width: 100%;
  }
}
.section5 .content .table .left .titre {
  position: relative;
  margin-left: 15px;
}
.section5 .content .table .left .titre .campingcar {
  position: absolute;
  top: -13px;
  z-index: -1;
  left: -15px;
}
.section5 .content .table .right {
  max-width: 548px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right {
    max-width: 100%;
  }
}
.section5 .content .table .right .texte {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right .texte {
    padding-top: 30px;
  }
}
.section5 .content .table .right .lien {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right .lien {
    display: block;
  }
}
.section5 .content .table .right .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section5 .content .table .right .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section5 .content .table .right .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section5 .content .table .right .lien a {
  text-decoration: none;
  border: 2px solid #4DAEC3;
  color: #fff;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  background-color: #4DAEC3;
  padding: 10px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
.section5 .content .table .right .lien a svg {
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section5 .content .locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section5 .content .locations {
    display: block;
    padding-bottom: 50px;
  }
}
.section5 .content .locations .location {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section5 .content .locations .location {
    padding-bottom: 50px;
  }
}
.section5 .content .locations .location a {
  text-decoration: none;
}
.section5 .content .locations .location a .icone {
  width: 100%;
  height: 288px;
}
.section5 .content .locations .location a .icone img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.section5 .content .locations .location a .titre {
  padding-top: 15px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}

.section6 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section6 .content .table {
  display: flex;
  justify-content: space-between;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .section6 .content .table {
    display: block;
    padding-top: 50px;
  }
}
.section6 .content .table .left {
  max-width: 548px;
}
@media screen and (max-width: 768px) {
  .section6 .content .table .left {
    max-width: 100%;
  }
}
.section6 .content .table .left .titre {
  position: relative;
  margin-left: 15px;
}
.section6 .content .table .left .titre .feu {
  position: absolute;
  top: -13px;
  z-index: -1;
  left: -15px;
}
.section6 .content .table .left .texte {
  padding-top: 30px;
  margin-bottom: 30px;
}
.section6 .content .table .left .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section6 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section6 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section6 .content .table .left .lien a {
  text-decoration: none;
  color: #fff;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  background-color: #4DAEC3;
  padding: 10px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
.section6 .content .table .left .lien a svg {
  margin-left: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section6 .content .table .right {
    padding-top: 50px;
  }
}
.section6 .content .table .right img {
  max-width: 361px;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section6 .content .table .right img {
    max-width: 100%;
    height: auto;
  }
}
.section6 .content .chiffres {
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section6 .content .chiffres {
    display: block;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section6 .content .chiffres .chiffre {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section6 .content .chiffres .chiffre .mainnbr {
  font-size: 73px;
  color: #2C5A00;
  font-family: "MohrAlt-Medium";
}
@media screen and (max-width: 768px) {
  .section6 .content .chiffres .chiffre .mainnbr {
    font-size: 32px;
    text-align: center;
  }
}
.section6 .content .chiffres .chiffre .desc {
  font-size: 18px;
  position: relative;
  top: -30px;
  font-family: "Sofia-Pro";
  color: #000000;
}
@media screen and (max-width: 768px) {
  .section6 .content .chiffres .chiffre .desc {
    text-align: center;
    font-size: 16px;
    top: -15px;
  }
}

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