/* Typography */
html {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;}

@media (min-width: 576px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 20px;
	}
}

.icons-social i {
	font-size: 3em;
}

/* Custom Styles */

main {
	display: flex;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0;
	margin: 0;
	text-align: center;
}

section {
	background-color: #f9f9f9;
  height: 100vh; 
  overflow: hidden; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  scroll-snap-align: start; 
  flex-direction: column; 
  margin:0;
  padding:0;
  padding: 2rem;
}

.landing {
	position: relative;
  overflow: hidden;
  margin:0;
  padding:0;
}

@keyframes move {
	100% {
	  transform: translate3d(0, 0, 1px) rotate(360deg);
	}
  }

main > .intro {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.75em;
	font-weight: 600;
}

main > .tagline {
	font-size: 1.5rem;
	margin: 1.5rem 0;
	font-weight: 100;
}

.landing .background {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing .background span {
	width: 9vmin;
  height: 9vmin;
  border-radius: 9vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: move;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.landing .center-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	/* Autres styles de centrage... */
  }
  .landing .background span:nth-child(0) {
	color: #408080;
	top: 70%;
	left: 98%;
	animation-duration: 27s;
	animation-delay: -29s;
	transform-origin: 17vw 18vh;
	box-shadow: 18vmin 0 2.2987825825812287vmin currentColor;
  }
  .landing .background span:nth-child(1) {
	color: #63cccf;
	top: 67%;
	left: 96%;
	animation-duration: 11s;
	animation-delay: -8s;
	transform-origin: 17vw -22vh;
	box-shadow: -18vmin 0 2.326950283016097vmin currentColor;
  }
  .landing .background span:nth-child(2) {
	color: #63cccf;
	top: 11%;
	left: 96%;
	animation-duration: 30s;
	animation-delay: -24s;
	transform-origin: -8vw -23vh;
	box-shadow: 18vmin 0 2.7663784758347854vmin currentColor;
  }
  .landing .background span:nth-child(3) {
	color: #63cccf;
	top: 37%;
	left: 24%;
	animation-duration: 30s;
	animation-delay: -14s;
	transform-origin: -9vw 24vh;
	box-shadow: 18vmin 0 2.355570477476819vmin currentColor;
  }
  .landing .background span:nth-child(4) {
	color: #408080;
	top: 71%;
	left: 11%;
	animation-duration: 44s;
	animation-delay: -15s;
	transform-origin: 12vw -23vh;
	box-shadow: -18vmin 0 2.756172481312359vmin currentColor;
  }
  .landing .background span:nth-child(5) {
	color: #63cccf;
	top: 70%;
	left: 65%;
	animation-duration: 25s;
	animation-delay: -11s;
	transform-origin: 20vw 15vh;
	box-shadow: -18vmin 0 2.4004647029333843vmin currentColor;
  }
  .landing .background span:nth-child(6) {
	color: #408080;
	top: 94%;
	left: 89%;
	animation-duration: 7s;
	animation-delay: -10s;
	transform-origin: -17vw -16vh;
	box-shadow: -18vmin 0 3.0560805520200693vmin currentColor;
  }
  .landing .background span:nth-child(7) {
	color: #408080;
	top: 58%;
	left: 67%;
	animation-duration: 11s;
	animation-delay: -32s;
	transform-origin: 19vw 10vh;
	box-shadow: -18vmin 0 2.7195762702904385vmin currentColor;
  }
  .landing .background span:nth-child(8) {
	color: #408080;
	top: 59%;
	left: 26%;
	animation-duration: 9s;
	animation-delay: -16s;
	transform-origin: 12vw 11vh;
	box-shadow: 18vmin 0 3.196036438156571vmin currentColor;
  }
  .landing .background span:nth-child(9) {
	color: #408080;
	top: 34%;
	left: 93%;
	animation-duration: 21s;
	animation-delay: -31s;
	transform-origin: 22vw 14vh;
	box-shadow: -18vmin 0 3.0901649218677156vmin currentColor;
  }
  .landing .background span:nth-child(10) {
	color: #63cccf;
	top: 61%;
	left: 67%;
	animation-duration: 29s;
	animation-delay: -25s;
	transform-origin: 21vw 23vh;
	box-shadow: 18vmin 0 2.5619047940725195vmin currentColor;
  }
  .landing .background span:nth-child(11) {
	color: #408080;
	top: 84%;
	left: 21%;
	animation-duration: 11s;
	animation-delay: -19s;
	transform-origin: -20vw -8vh;
	box-shadow: 18vmin 0 2.393801984034286vmin currentColor;
  }
  .landing .background span:nth-child(12) {
	color: #408080;
	top: 45%;
	left: 87%;
	animation-duration: 26s;
	animation-delay: -1s;
	transform-origin: -14vw 0vh;
	box-shadow: -18vmin 0 2.612064517398146vmin currentColor;
  }
  .landing .background span:nth-child(13) {
	color: #63cccf;
	top: 99%;
	left: 12%;
	animation-duration: 10s;
	animation-delay: -10s;
	transform-origin: -4vw -5vh;
	box-shadow: -18vmin 0 2.5476470559619644vmin currentColor;
  }
  .landing .background span:nth-child(14) {
	color: #408080;
	top: 65%;
	left: 24%;
	animation-duration: 7s;
	animation-delay: -28s;
	transform-origin: 8vw -21vh;
	box-shadow: 18vmin 0 2.6036063394365936vmin currentColor;
  }
  .landing .background span:nth-child(15) {
	color: #63cccf;
	top: 67%;
	left: 55%;
	animation-duration: 9s;
	animation-delay: -5s;
	transform-origin: 17vw 19vh;
	box-shadow: 18vmin 0 2.726878954318143vmin currentColor;
  }
  .landing .background span:nth-child(16) {
	color: #408080;
	top: 73%;
	left: 47%;
	animation-duration: 34s;
	animation-delay: -7s;
	transform-origin: -5vw 19vh;
	box-shadow: -18vmin 0 2.6851876293886043vmin currentColor;
  }
  .landing .background span:nth-child(17) {
	color: #63cccf;
	top: 15%;
	left: 17%;
	animation-duration: 35s;
	animation-delay: -3s;
	transform-origin: -10vw -16vh;
	box-shadow: 18vmin 0 2.572301456274121vmin currentColor;
  }
  .landing .background span:nth-child(18) {
	color: #63cccf;
	top: 41%;
	left: 7%;
	animation-duration: 15s;
	animation-delay: -17s;
	transform-origin: 4vw 20vh;
	box-shadow: 18vmin 0 2.9465124064534844vmin currentColor;
  }
  .landing .background span:nth-child(19) {
	color: #63cccf;
	top: 39%;
	left: 1%;
	animation-duration: 12s;
	animation-delay: -3s;
	transform-origin: 16vw 13vh;
	box-shadow: 18vmin 0 2.839573381964445vmin currentColor;
  }
  .landing .background span:nth-child(20) {
	color: #408080;
	top: 69%;
	left: 79%;
	animation-duration: 26s;
	animation-delay: -15s;
	transform-origin: -20vw -19vh;
	box-shadow: -18vmin 0 2.308672313761205vmin currentColor;
  }
  .landing .background span:nth-child(21) {
	color: #408080;
	top: 79%;
	left: 46%;
	animation-duration: 24s;
	animation-delay: -26s;
	transform-origin: 0vw -8vh;
	box-shadow: 18vmin 0 2.250438032267612vmin currentColor;
  }
  .landing .background span:nth-child(22) {
	color: #408080;
	top: 44%;
	left: 91%;
	animation-duration: 41s;
	animation-delay: -37s;
	transform-origin: -13vw -21vh;
	box-shadow: 18vmin 0 2.697956084921092vmin currentColor;
  }
  .landing .background span:nth-child(23) {
	color: #408080;
	top: 81%;
	left: 1%;
	animation-duration: 32s;
	animation-delay: -10s;
	transform-origin: 0vw -19vh;
	box-shadow: -18vmin 0 2.7731253171806496vmin currentColor;
  }
  .landing .background span:nth-child(24) {
	color: #194747;
	top: 18%;
	left: 40%;
	animation-duration: 39s;
	animation-delay: -13s;
	transform-origin: 14vw -20vh;
	box-shadow: 18vmin 0 2.770083203380579vmin currentColor;
  }
  .landing .background span:nth-child(25) {
	color: #63cccf;
	top: 71%;
	left: 16%;
	animation-duration: 12s;
	animation-delay: -34s;
	transform-origin: 12vw -19vh;
	box-shadow: 18vmin 0 2.518906290742664vmin currentColor;
  }
  .landing .background span:nth-child(26) {
	color: #194747;
	top: 68%;
	left: 83%;
	animation-duration: 23s;
	animation-delay: -13s;
	transform-origin: 23vw 3vh;
	box-shadow: 18vmin 0 2.3892226398942613vmin currentColor;
  }
  .landing .background span:nth-child(27) {
	color: #63cccf;
	top: 98%;
	left: 51%;
	animation-duration: 36s;
	animation-delay: -31s;
	transform-origin: 7vw -6vh;
	box-shadow: 18vmin 0 2.895933248996611vmin currentColor;
  }
  .landing .background span:nth-child(28) {
	color: #408080;
	top: 97%;
	left: 73%;
	animation-duration: 30s;
	animation-delay: -3s;
	transform-origin: -5vw 12vh;
	box-shadow: 18vmin 0 2.554410542753872vmin currentColor;
  }



.icons-social i {
	padding: 10px;
}

.icons-social a {
  text-decoration: none;
  color: #194747;
}

.devto {
	margin-bottom: -0.20rem;
}

.devto svg {
	margin-bottom: -0.20rem;
	margin-left: 0.675rem;
	width: 2.65rem;
	height: 2.65rem;
}