@font-face {
  font-family: 'nagoda';
  font-weight: 400;
  src: url(font/nagoda-nagoda-regular-400.otf);
}

head {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}


body {
  font-family: 'archivo', sans-serif;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  color: #faf5f0;
}

.link {
  color: #faf5f0;
  background-color: #fe1867;
  font-size: clamp(16px, 2vw, 16px);
  margin: 0;
  padding: 15px 30px;
  border: solid 2px #fe1867;
  border-radius: 30px;
}


.link:hover {
  background-color: pink;
  border: pink;
  transition: all 0.5s ease-out;
  color: #050a0f;
}

img {
  width: 100%;
  border-radius: 0px;
}

figure {
  margin: 0;
  padding: 0;
  display: flex;
}

h1 {
  font-size: clamp(48px, 6vw, 72px);
  margin: 0;
  font-family: 'nagoda';
  font-weight: 600;
}

h2 {
  font-size: clamp(26px, 4vw, 40px);
  font-family: 'nagoda';
  margin: .5em 0;
}

h3 {
  font-size: clamp(18px, 3vw, 24px);
  color: #fe1867;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'nagoda';
  margin: .2em 0;
}

h4 {
  font-size: clamp(18px, 2vw, 20px);
  font-family: 'nagoda';
  margin: 0;
}

h5 {
  font-size: clamp(22px, 3vw, 24px);
  font-family: 'archivo';
}

p {
  font-size: clamp(20px, 3vw, 20px);
  margin: 0 0 0 .2em;
  font-weight: 200;
  line-height: 1.3em;
}

.logo {
  width: 200px;
  z-index: 1;
}


.gotoTop {
  z-index: 9997;
  /* [facultatif] au dessus du reste */
  position: absolute;
  top: 0;
  right: 1em;
  /* décalage à droite */
  bottom: 0;
  /* occupe toute la hauteur du référent */
  pointer-events: none;
  /* ne prend pas l'événement du pointer */
}

.gotoTop a {
  display: block;
  /* pour prise en compte sticky */
  position: sticky;
  /* positionnement « adhérent » */
  top: 40vh;
  /* position d'affichage fixe */
  margin-top: 100vh;
  /* pour masquer verticalement au départ */
  font-size: 1em;
  /* pour bien le voir */
  pointer-events: auto;
  /* reprend l'événement du pointer */
  text-decoration: none;
  text-transform: uppercase;
  color: #fe1867;
  background-color: #11ffee00;
  font-size: 50px;
  padding: 0px 0px;
  border: 0px;
}

.gotoTop a:hover {
  display: block;
  /* pour prise en compte sticky */
  position: sticky;
  /* positionnement « adhérent » */
  top: 40vh;
  /* position d'affichage fixe */
  margin-top: 100vh;
  /* pour masquer verticalement au départ */
  font-size: 1em;
  /* pour bien le voir */
  pointer-events: auto;
  /* reprend l'événement du pointer */
  text-decoration: none;
  text-transform: uppercase;
  color: pink;
  background-color: #11ffee00;
  font-size: 50px;
  padding: 0px 0px;
  border: 0px;
}

.main-header {
  background-color: #072a34;
  /*min-height: 10vh;*/
  display: flex;
  align-items: center;
  padding: 25px 50px;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.main-header-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.list {
  display: flex;
  list-style: none;
  gap: 10px;
}

.main-nav {
  display: flex;
  align-items: self-end;
  justify-content: center;
}

.list-item a {
  background-color: none;
  border: none;
  font-size: clamp(14px, 1vw, 16px);
  padding: clamp(.75em, 2vw, 20px) clamp(1em, 2vw, 20px);
  text-transform: uppercase;
  color: #faf5f0;
  background-color: transparent;
}

.list-item a:hover {
  color: pink;
  background: none;
}


/*oiseau*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

.back {
  background-image: url(image/12\ \(2024_01_05\ 21_01_38\ UTC\).jpg);
}

.back-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center;
  padding: 2rem;
}

.back-container-content {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}

.back-container-content img {
  width: 20%;
}

.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
  
}


.bird--one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}

.bird--two {
  animation-duration: 0.9s;
  animation-delay: -0.75s;
}

.bird--three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}

.bird--four {
  animation-duration: 1.1s;
  animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 10%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bird-container--one {
  animation-duration: 15s;
  animation-delay: 0;
}

.bird-container--two {
  animation-duration: 16s;
  animation-delay: 1s;
}

.bird-container--three {
  animation-duration: 14.6s;
  animation-delay: 9.5s;
}

.bird-container--four {
  animation-duration: 16s;
  animation-delay: 10.25s;
}

@media screen and (max-width: 768px) {
  .bird-container {
	scale: 2.5
  }
}



@keyframes fly-cycle {
  
  100% {
	background-position: -900px 0;
  }
  
}

@keyframes fly-right-one {
  
  0% {
	transform: scale(0.3) translateX(-10vw);
  }
  
  10% {
	transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  
  20% {
	transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  
  30% {
	transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  
  40% {
	transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  
  50% {
	transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  
  60% {
	transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  
  100% {
	transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  
}

@keyframes fly-right-two {
  
  0% {
	transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  
  10% {
	transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  
  20% {
	transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  
  30% {
	transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  
  40% {
	transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  
  50% {
	transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  
  51% {
	transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  
  100% {
	transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  
}

/*fin oiseau*/


.top-banner {
  background-image: url(image/wave-background.webp);
  /*min-height: 75vh;*/
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.top-banner-container {
  max-width: calc(1200px + 100px);
  padding: 8em 0.5em 5em 0.5em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.top-banner-container-content {
  display: flex;
  flex-direction: column;
}

.top-banner-container-content-text {
  max-width: 500px;
  /*margin-left: 200px;*/
  z-index: 1;
  color: #faf5f0;
}

.top-banner-container-content-text h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #faf5f0;
}

.top-banner-container-content-text h5 {
  font-weight: 400;
  line-height: 1.3em;
  color: #faf5f0;
}

.top-banner-container-content-link {
  display: flex;
  gap: 50px;
}

.top-banner-container-content-link a {
  padding: 15px 30px;
  border: solid 2px #fe1867;
  border-radius: 30px;
  display: inline-block;
  font-size: clamp(16px, 2vw, 16px);
}

.top-banner-container-content-link a:hover {
  border: solid 2px pink;
}

/*.top-banner-container-content-link2 a {
text-decoration: none;
text-transform: uppercase;
color: #faf5f0;
background-color: transparent;
border: solid 2px #faf5f0;
padding: 15px 30px;
border-radius: 30px;
font-size: clamp(11px, 1.5vw, 16px);
}

.top-banner-container-content-link2 a:hover {
background-color: pink;
border: solid 2px pink;
transition: all 0.5s ease-out;
color: #050a0f;
}*/

.top-banner-container-content-link2 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #faf5f0;
  background-color: #fe1867;
  border: solid 2px #fe1867;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: clamp(16px, 2vw, 16px);
}

.top-banner-container-content-link2 a:hover {
  background-color: pink;
  border: solid 2px pink;
  transition: all 0.5s ease-out;
  color: #050a0f;
}

#product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #faf5f0;
  gap: 5em;
}

.product-tt1 {
  margin-top: 5%;
  align-items: center;
  display: flex;
  max-width: 1200px;
  background-color: #faf5f0;
  
}


.product-tt1-container {
  display: flex;
  gap: 4em;
  max-width: 1200px;
  margin: 0 5%;
}

.product-tt1-container-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: #050a0f;
  column-count: 1;
  column-gap: 3em;
}

.product-tt1-container-content p {
  text-align: justify;
}

.product-tt1-container-image {
  display: flex;
  flex: 1;
}

.product-tt1-container-image img {
  object-fit: contain;
  object-position: bottom;
}

.product-tt2 {
  margin-bottom: 10vh;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf5f0;
}

.product-tt2-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 4em;
  max-width: 1200px;
  margin: 0 5%;
}

.product-tt2-container-content {
  text-align: justify;
  display: flex;
  flex: 1;
  flex-direction: column;
  color: #050a0f;
  column-count: 1;
  column-gap: 3em;
}

.product-tt2-container-image {
  display: flex;
  flex: 1;
}

.product-tt2-container-image img {
  object-fit: contain;
  object-position: bottom;
}

.advice {
  display: flex;
  justify-content: center;
  background-color: #072a34;
}

.advice-container {
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 5%;
  margin: 0 5%;
}

.advice-container-all {
  display: flex;
}

.advicetwo {
  background-color: #072a34;
}

.advicetwo-container {
  margin: 0 5%;
  min-height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advicetwo-container-title {
  width: 700px;
}
  
.advicetwo-container-title p {
  color: #faf5f0;
  font-style: italic;
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
  
}

.advice-container-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #faf5f0;
  flex-direction: column;
}

.advice-container-content-text {
  margin-top: 1em;
}

.advice-container-content-img {
  max-width: 15%;
  justify-content: center;
  filter: invert(1);
  display: flex;
}

/* section:nth-child(even) {
background-color: yellow;
}

section:nth-child(odd) {
background: red;;
} */

.action {
  background-color: #faf5f0;
}

.action-container {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #050a0f;
  justify-content: center;
  /*margin: 0 15%;*/
}

.action-container-content {
  border: solid 3px black;
  margin-top: 75px;
  margin-bottom: 75px;
}

.action-container-content h3 {
  margin: 30px;
}

.action-container-content h4 {
  margin: 10px;
}

.action-container-content h5 {
  margin: 0;
}

.action-container-content p {
  margin: 10px 0 0 0;
}

.action-container-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 50px;
}

.action-container-content a {
  margin: 30px;
}

#aboutme {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf5f0;
}

.aboutme-container {
  display: flex;
  max-width: 1200px;
  margin: 0 5%;
}

.aboutme-container-content {
  max-width: 1200px;
  display: flex;
  gap: 10vw;
  margin: 10% 5% 0 5%;
}

.aboutme-container-content-text {
  text-align: justify;
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  color: #050a0f;
  margin-bottom: 10%;
}

.aboutme-container-content-image {
  display: flex;
  flex: 1;
  
}

.aboutme-container-content-image img {
  width: 75%;
  object-fit: contain;
  object-position: bottom;
  justify-content: center;
}

#footer {
  background-color: #072a34;
}

footer a:hover {
  color: #faf5f0;
  transition: all 0.5s ease-out;
}

.logo-footer a {
  margin: 50px;
}

.logo-footer img {
  width: clamp(20px, 2%, 40px);
  margin-bottom: 0.5em;
}

.footer-container-content-contact h2 {
  font-size: 20px;
  margin: 10px 0;
  font-size: clamp(12px, 3vw, 20px);
}

.footer-container-content {
  color: #faf5f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-container-content-contact {
  padding: 50px;
  z-index: 1;
}

.footer-container-content-contact a {
  padding: 5px;
  text-transform: none;
}

.footer-container-content-text {
  display: flex;
  align-items: center;
  z-index: 1;
  gap:20px;
}

#footer .footer-container-content-text * {
  font-size: 14px;
}

.footer p {
  font-size: clamp(14px, 2vw, 18px);
  margin: 0 0 0 .2em;
  font-weight: 200;
  line-height: 1.3em;
}

.footer-container-content-text a {
  text-transform: none;
  background-color: #072a34;
  border: 0;
  color: #faf5f0;
  font-weight: 200;
  padding:0;
}


.footer-container-content-text a:hover {
  font-size: 12px;
  background-color: #072a34;
  color: pink;
}
.footer-telephone {
  margin: 0.5em 0 1em 0;
}

/* neige*/
.hero {
  background-image: transparent;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  padding:25px;
  
  &__content {
	position: relative;
	align-self: center;
	padding: 3rem 0;
  }
}

.snow {
  position: absolute;
  min-width: 100vw;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.snow .svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

#snow-top-layer {
  will-change: transform;
  transform: translateY(-768px);
  animation: fall 22.5s infinite linear;
}

#snow-bottom-layer {
  will-change: transform;
  transform: translateY(-768px);
  animation: fall 45s infinite linear;
}

@keyframes fall {
  
  100% {
	transform: translateY(0);
  }
  
}

.page-home .page {
  margin-top: 70px;
}

.page-mentions .page {
  margin-top: 120px;
}

.page-mentions h1 {
  font-size: clamp(32px, 6vw, 72px);
  margin: 0;
  font-family: 'nagoda';
}

.page-mentions h2 {
  font-size: clamp(26px, 4vw, 40px);
  font-family: 'nagoda';
  margin: .5em 0;
}

.page-mentions h3 {
  font-size: clamp(18px, 3vw, 24px);
  color: #fe1867;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'nagoda';
  margin: 0.3em 0;
}

.page-mentions h4 {
  font-size: clamp(18px, 2vw, 20px);
  font-family: 'nagoda';
  margin: 0.3em 0;
  font-weight: 400;
}

.page-mentions p {
  /*	font-size: clamp(14px, 2vw, 15px);*/
}


.page-mentions .impressum {
  margin: 0 5%;
  margin-top: 100px;
  /*    display: flex;
  justify-content: center;*/
}

.page-mentions .impressum-content {
  max-width: 1000px;
  text-align: justify;
  margin: 0 auto;
}

.page-mentions .impressum-content p {
  margin-bottom: 10px;
}

.page-mentions .data {
  margin: 0 5%;
  /*display: flex;
  justify-content: center;*/
}

.page-mentions .data-content {
  max-width: 1000px;
  text-align: justify;
  margin: 3em auto;
  margin-bottom: 7em;
}

.page-mentions .data-content p {
  margin-bottom: 10px;
}


/* BURGER-MENU BASE */
#toggle-menu {
  display: none;
}

.burger-menu {
  display: none;
}


.burger-menu span {
  display: block;
  position: relative;
  width: 26.6666666667px;
  height: 16px;
}

.burger-menu span i {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 3px;
  transition: all 100ms ease-in-out;
}


.burger-menu span i:nth-child(1) {
  top: 0;
}

.burger-menu span i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.burger-menu span i:nth-child(3) {
  bottom: 0;
}

/* BURGER-MENU ACTIF */
#toggle-menu:checked~.main-header .burger-menu i:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

#toggle-menu:checked~.main-header .burger-menu i:nth-child(2) {
  opacity: 0;
}

#toggle-menu:checked~.main-header .burger-menu i:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}



/* neige*/

@media screen and (max-width:768px) {
  .burger-menu {
	display: block;
  }
  
  .main-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	
  }
  
  .main-header .main-nav {
	width: 100vw;
	position: fixed;
	left: 0;
	top: 72px;
	height: calc(100vh - 72px);
	background: #052b34;
	z-index: -1;
	align-items: self-start;
	translate: 0 -150%;
	transition: all .3s ease-out;
  }
  
  .main-header .main-nav .list {
	flex-direction: column;
	margin-top: 80px;
	padding: 0;
	gap: 40px;
	align-items: center;
  }
  
  #toggle-menu:checked~.main-header .main-nav {
	translate: 0 0;
  }
  
  
  .page-home .top-banner-container-content-link a {
	font-size: 14px;
  }
  
  .top-banner {
	margin: auto;
	display: flex;
	justify-content: center;
  }
  .top-banner-bird {
	display: none;
  }
  
  .top-banner-container {
	flex-direction: column;
	display: flex;
	justify-content: center;
	margin: auto;
  }
  
  .top-banner-container-content {
	margin: 5%;
  }
  
  .top-banner-container-content-link {
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  
  .top-banner-container-content-link a{
	padding: 15px 20px;
	font-weight: 600;
  }
  
  #product {
	gap: 0;
  }
  
  .product-tt1 {
	max-width: 1200px;
	background-color: #faf5f0;
	margin-top: 20px;
	margin-bottom: 0px;
  }
  
  .product-tt1-container {
	flex-direction: column;
	gap: 0;
  }
  
  .product-tt1-container-content {
	margin-bottom: 5%;
  }
  
  .product-tt2 {
	max-width: 1200px;
	background-color: #faf5f0;
	margin-top: 0px;
	margin-bottom: 0px;
  }
  
  .product-tt2-container {
	flex-direction: column;
	gap: 0;
  }
  
  .product-tt2-container-content {
	margin-top: 5%;
	margin-bottom: 5%;
  }
  
  .product-tt2-container-image img{
	display: none;
	margin-bottom: 10%;
  }
  
  .action-container-content a {
	margin: 10px;
  }
  
  .action-container-content p {
	margin: 0.2em;
  }
  
  .action-container-content h5 {
	margin: 0.2em;
  }
  
  .aboutme-container-content {
	flex-direction: column;
	margin: 10% 0 0 0;
  }
  
  .aboutme-container-content-image {
	justify-content: center;
  }
  
  .aboutme-container-content-image img {
	width: 75%;
  }
  
  .aboutme-container-content-img img {
	width: 100%;
  }
  
  .advice-container {
	flex-direction: row;
	min-height: 25vh;
	flex-wrap: wrap;
	color: #faf5f0;
	padding: 5%;
	gap: 40px 0;
	margin: 5% 0;
  }
  
  .advice-container-title {
	margin: 0 5%;
  }
  
  .advice-container-all {
	flex-direction: column;
	gap: 50px;
  }
  
  .advice-container-content-img {
	max-width: 20%;
	justify-content: center;
	display: flex;
  }
  
  .advice-container-content-text p {
	margin-top: 1em;
	font-size: clamp(18px, 3vw, 20px);
  }
  
  .footer-container-content-text {
	display: flex;
	flex-direction: column-reverse;
	gap: 0;
  }
  .footer-container-content {
	gap: 50px;
  }
  .footer-container-content-contact {
	padding: 0;
  }
  #footer .footer-container-content-text * {
	font-size: 12px;
  }
  
  .footer-container-content-text a {
	margin: 0;
  }
  
  
}

