@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
article .slide-name {
  position: absolute;
  top: 0;
  z-index: 5;
  color: white;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

header {
  background-color: black;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}
header h1 {
  font-size: 8em;
  width: 80%;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  color: white;
  z-index: 2;
  padding: 0;
  line-height: 110%;
  z-index: 3;
}
@media (max-width: 1200px) {
  header h1 {
    text-align: center;
    font-size: 6em;
    transition: font-size ease 1000ms;
  }
}
header .alps-h1 {
  font-size: 5em;
}
header h2 {
  margin-top: 20px;
  position: absolute;
  top: 60%;
  left: 10%;
  z-index: 3;
}
@media (max-width: 1200px) {
  header h2 {
    left: 35%;
  }
}
header h2 a {
  text-decoration: none;
  color: white;
  background-color: #ff0000;
  padding: 20px 60px;
  position: absolute;
  height: 30px;
  width: 150px;
  z-index: 2;
  border-radius: 50px;
  transition: 300ms;
}
header h2 a:hover {
  transform: scale(1.1);
}
header .gradient {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 85%);
}
header video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
header .bg-header {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  filter: brightness(70%);
}
header .slider {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
header .slider .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
header .slider .active,
header .slider .dot:hover {
  background-color: #717171;
}

main {
  width: 100%;
  height: auto;
  z-index: 5;
  background-color: #fff;
}
main section {
  max-height: 100vh;
  height: auto;
  margin: 300px 0;
}
main section .info {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  main section .info {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
main section .info .info-suisse {
  width: 70%;
  font-size: 1.8em;
}
main section .info .swiss-img {
  width: 25%;
  display: flex;
}
@media (max-width: 1400px) {
  main section .info .swiss-img {
    width: 40%;
  }
}
main section .info .swiss-img .swiss-flag {
  width: 100%;
  height: 60%;
  margin: auto 20px;
}
main section .histoire {
  position: relative;
  display: flex;
  width: 100%;
  height: 60vh;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  main section .histoire {
    height: 80vh;
  }
}
@media (max-width: 730px) {
  main section .histoire {
    height: 90vh;
  }
}
main section .histoire .histoire-suisse {
  padding: 35px 30px;
  width: 50%;
  height: 80%;
  font-size: 1.8em;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
          clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
}
@media (max-width: 1164px) {
  main section .histoire .histoire-suisse {
    width: 80%;
  }
}
main section .histoire .histoire-suisse p {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1425px) {
  main section .histoire .histoire-suisse p {
    font-size: 0.9em;
  }
}
main section .histoire .histoire-img-container {
  width: 100vw;
  display: flex;
}
main section .histoire .histoire-img-container .histoire-img {
  width: 50%;
  filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
}
main section .histoire .btn {
  margin-top: 20px;
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-100%);
  z-index: 3;
}
main section .histoire .btn a {
  text-decoration: none;
  color: white;
  background-color: #ff0000;
  width: 100px;
  height: 100px;
  font-size: 1.9em;
  position: absolute;
  z-index: 2;
  border-radius: 1000px;
  transition: 300ms;
}
main section .histoire .btn a:hover {
  transform: scale(1.1);
}
main section .ville {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
main section .ville .ville-suisse {
  padding: 100px 30px;
  width: 50%;
  height: 50%;
  font-size: 1.8em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
@media (max-width: 1438px) {
  main section .ville .ville-suisse {
    width: 70%;
    padding-bottom: 150px;
  }
}
@media (max-width: 1005px) {
  main section .ville .ville-suisse {
    padding-bottom: 120px;
  }
}
main section .ville .ville-suisse .ville-titre {
  font-size: 1em;
}
@media (max-width: 1005px) {
  main section .ville .ville-suisse p {
    font-size: 0.8em;
  }
}
@media (max-width: 805px) {
  main section .ville .ville-suisse p {
    font-size: 0.7em;
  }
}
main section .ville .ville-img-container {
  height: 50%;
  width: 100vw;
}
@media (max-width: 1400px) {
  main section .ville .ville-img-container {
    height: 100%;
  }
}
main section .ville .ville-img-container .ville-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main section .ville .btn {
  margin-top: 20px;
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-100%);
  z-index: 3;
}
main section .ville .btn a {
  text-decoration: none;
  color: white;
  background-color: #ff0000;
  width: 100px;
  height: 100px;
  font-size: 1.9em;
  position: absolute;
  z-index: 2;
  border-radius: 1000px;
  transition: 300ms;
}
@media (max-width: 1005px) {
  main section .ville .btn a {
    top: -20%;
    width: 80px;
    height: 80px;
    font-size: 1.5em;
  }
}
main section .ville .btn a:hover {
  transform: scale(1.1);
}
main .ville-section {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 300px;
}
@media (max-width: 1518px) {
  main .ville-section {
    flex-direction: column-reverse;
    margin-top: 300px;
  }
}
main .ville-section .ville-presentation {
  flex-basis: 45%;
}
@media (max-width: 1518px) {
  main .ville-section .ville-presentation {
    text-align: center;
  }
}
main .ville-section .ville-presentation h2 {
  font-size: 3em;
  text-decoration: underline;
  text-decoration-color: #ff0000;
}
main .ville-section .ville-presentation .ville-stats-container {
  display: flex;
  flex-wrap: wrap;
}
main .ville-section .ville-presentation .ville-stats-container h3 {
  font-size: 1.5em;
  flex-basis: 50%;
}
main .ville-section .ville-presentation .ville-stats-container h3 span {
  color: #ff0000;
}
main .ville-section .ville-presentation p {
  font-size: 1.5em;
}
main .ville-section .ville-pres-img-container {
  flex-basis: 45%;
  width: 50vw;
  height: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1518px) {
  main .ville-section .ville-pres-img-container {
    margin: 0 auto;
  }
}
main .ville-section .ville-pres-img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main .histoire-section {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 300px;
}
@media (max-width: 1150px) {
  main .histoire-section {
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 600px;
  }
}
main .histoire-section .histoire-info {
  flex-basis: 45%;
}
main .histoire-section .histoire-info h2 {
  font-size: 3em;
  text-decoration: underline;
  text-decoration-color: #ff0000;
}
main .histoire-section .histoire-info p {
  font-size: 1.5em;
}
main .histoire-section .histoire-pres-img-container {
  flex-basis: 45%;
  width: 50vw;
  height: 50vh;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  main .histoire-section .histoire-pres-img-container {
    width: 80vw;
    height: 80vh;
  }
}
main .histoire-section .histoire-pres-img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main .pres-section {
  width: 100%;
  height: auto;
}
main .pres-section h2 {
  font-size: 5em;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #ff0000;
  margin-bottom: 150px;
}
main .pres-section .stats-container {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-evenly;
}
main .pres-section .stats-container .stats {
  flex-basis: 60%;
  display: flex;
  align-items: center;
  height: 60vh;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: center;
}
main .pres-section .stats-container .stats div {
  flex-basis: 40%;
  font-size: 2em;
}
main .pres-section .stats-container .stats div p {
  color: #ff0000;
}
main .pres-section .stats-container .lang {
  flex-basis: 30%;
  display: flex;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
main .pres-section .stats-container .lang h3 {
  font-size: 2.5em;
}
main .pres-section .stats-container .lang p {
  font-size: 2em;
  color: #ff0000;
}
main .pres-section .faits-container {
  width: 80%;
  margin: 0 auto;
}
main .pres-section .faits-container .fait {
  height: 60vh;
  margin-bottom: 200px;
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .pres-section .faits-container .fait h3 {
  font-size: 3em;
}
main .pres-section .faits-container .fait p {
  font-size: 2.5em;
}
main .pres-section .faits-container .fait-r {
  height: 60vh;
  margin-bottom: 200px;
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
}
main .pres-section .faits-container .fait-r h3 {
  font-size: 3em;
}
main .pres-section .faits-container .fait-r p {
  font-size: 2.5em;
}

.ville-section-r {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 300px;
}
@media (max-width: 1518px) {
  .ville-section-r {
    flex-direction: column;
    margin-top: 300px;
  }
}
.ville-section-r .ville-presentation {
  flex-basis: 45%;
}
@media (max-width: 1518px) {
  .ville-section-r .ville-presentation {
    text-align: center;
  }
}
.ville-section-r .ville-presentation h2 {
  font-size: 3em;
  text-decoration: underline;
  text-decoration-color: #ff0000;
}
.ville-section-r .ville-presentation .ville-stats-container {
  display: flex;
  flex-wrap: wrap;
}
.ville-section-r .ville-presentation .ville-stats-container h3 {
  font-size: 1.5em;
  flex-basis: 50%;
}
.ville-section-r .ville-presentation .ville-stats-container h3 span {
  color: #ff0000;
}
.ville-section-r .ville-presentation p {
  font-size: 1.5em;
}
.ville-section-r .ville-pres-img-container {
  flex-basis: 45%;
  width: 50vw;
  height: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1518px) {
  .ville-section-r .ville-pres-img-container {
    margin: 0 auto;
  }
}
.ville-section-r .ville-pres-img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

nav {
  width: 100%;
  height: 10vh;
  position: absolute;
  z-index: 3;
  margin-top: 50px;
}
nav div {
  width: 35%;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  nav div {
    width: 80%;
  }
}
nav div ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
nav div ul a {
  padding: 20px 10px;
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  height: 15px;
  font-family: "Roboto", sans-serif;
  position: relative;
}
nav div ul a:after {
  content: "";
  background-color: #ff0000;
  height: 5px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 300ms;
}
nav div ul a:hover:after {
  width: 100%;
  transition: 300ms;
}
nav div ul .alps-btn {
  font-weight: bold;
}

footer {
  background-color: red;
  height: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  z-index: 5;
}
footer .footer-nav {
  flex-basis: 50%;
}
footer .footer-nav ul a {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px;
}
footer .copyright {
  flex-basis: 50%;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}/*# sourceMappingURL=main.css.map */