.h1-donnee{
    margin-top: 1.6em;
  }
  
.div-donnee{  
    padding-left: 7vw;
    padding-right: 7vw;
    max-width: 862px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 54em) {
.h1-donnee{
    margin-top: 3em;
  }

  main{
    background-size: 100%!important;
}

.box {
  margin-top: auto !important;
}

#cookiePopup{

  left: 1rem!important;
  right: 1rem!important;
  width: auto!important;
  top: 4rem;
  bottom: auto!important;

}


}

main{
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: bottom;
  background-image: url('../images/donnee/cookie.svg')!important;
  animation: cookie 10s;
  background-size: 25%;
  background-position: 55% 115%;
}


@keyframes cookie {
  0%  {
    background-position: 55% 115%;
  }

  50%  {
    background-position: 45% 97%;
  }

  100%  {
    background-position: 55% 115%;
  }
}






b{

    font-weight: 700;
}


/*popup*/

.fixed-cookie {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
}

#cookiePopup {
  z-index: 15;
  background-color: #ffffff;
  position: fixed;
  right: 1rem;
  bottom: 6rem;
  font-size: 14px;
  width: 70vw;
  max-width: 42.85em;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 20px;
  transition: all 0.5s ease-in;
  z-index: 20;
  box-shadow: 1px 3px 20px black;
}

#cookiePopup img {
  display: block;
  width: 3.75em;
  height: auto;
  transform: translateZ(0);
  position: relative;
  margin: auto;
}
#cookiePopup p {
  text-align: center;
  margin: 1.4em 0;
}
#cookiePopup button {
  background-color: #0974C8;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1.4em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 20px;
  cursor:pointer;
} 
#cookiePopup button:hover {
  background-color: #095FA4;
}
#cookiePopup a {
  color: #0974C8;
}
#cookiePopup a:hover {
  color: #095FA4;
  text-decoration: underline;
}

@media only screen and (max-width: 37.5em) {

  .hide {
    bottom: 2em;
    right: 0;
  }
  .show {
    right: 0;
    bottom: 0;
  }
}
.txt-noir{
  color: #010726;
}

#ZEROcookiesZEROsoucis{
  display: none;
}
#ZEROcookiesZEROsoucis:target {
  display: block;
}

#pop-debut {
  display: block;
}

#pop-debut.hidden {
  display: none;
}

#cookiePopup {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

#cookiePopup.hidden {
  opacity: 0;
  pointer-events: none;
}

.box02 div {
	width: 33%;
	display: inline-block;
	padding: 15px;
	margin: 0;
	vertical-align: middle;
	padding-top: 6em;
	padding-bottom: 2em;
}

.box02 {
  background-image: url(../images/parallax/parallax3.svg) !important;
  background-position-y: top !important;
  margin-top: 18em;

}
