/* Created by TopStyle Trial - www.topstyle4.com */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

#wrap{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

#error-page{
margin-top: 1em;
padding: 2em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbf7fa;
  border-radius: 2em;
}

#error-page .content404{
text-align: center;
}

.content404 h2.header{
  font-size: 9em;
  line-height: 1em;
  position: relative;
  padding: 0;
}

.content404 h2,h5.header:after {
  position: absolute;
  content: attr(data-text);
  top: -3 px;
  left: 0;
  right: 0;
  background: -webkit-repeating-linear-gradient(-45deg, #CEC7F1,#b9e1c8, #F5EDF3, #CEC7F1, #b9e1c8, #CEC7F1, #b592ba, #d8e4df);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.25);
  animation: animate 10s ease-in-out infinite;
}

.content404 h5.header{
font-family: 'balooregular';
  font-size: 4em;
  line-height: 1em;
  position: relative;
  padding: 0;
}

.content404 h3.header{
font-family: 'balooregular';
font-weight: lighter;
  font-size: 4em;
  line-height: 1em;
  position: relative;
  padding: 0;
  color: #c98cb4;
}

.content404 h3.header:after{
  position: absolute;
  content: attr(data-text);
  top: -3 px;
  left: 0;
  right: 0;
  background: -webkit-repeating-linear-gradient(-45deg, #CEC7F1, #F5EDF3, #CEC7F1, #eef7f1, #CEC7F1, #9dede7, #CEC7F1,#eef7f1);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.25);
  animation: animate 20s ease-in-out infinite;
}


@keyframes animate {
  0%{
    background-position: 0 0;
  }
  25%{
    background-position: 100% 0;
  }
  50%{
    background-position: 100% 100%;
  }
  75%{
    background-position: 0% 100%;
  }
  100%{
    background-position: 0% 0%;
  }
}

.content404 h4{
  font-size: 1.3em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1em;
}
.content404 h4:after{
  content: attr(data-text);
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content404 p{
  font-size: 1em;
}

.goutte404{
width: 15%;
display: block;
margin: 0 auto;
}

.goutte404 img{
width: 100%;
transform: rotate(10deg);
}

.wrap-last {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
}
	
.last404 {
	font-size: 0.9em;
   width: 30%;
   margin: auto;
	height: auto;
	min-height: 400px;
	margin-top: 1em;
	vertical-align: top;
   box-shadow: 1px 1px 5px 1px #DAD3E6;
	font-weight: normal;
	text-align: left;
	padding: 2em;
}

.last404 img {
width: 100%;
opacity: 0.8;
}

.last404 p {
padding: 0;
margin-bottom: 1em;
}

.last404 h2,h6 {
padding: 0;
margin-top: 0;
margin-bottom: 0.5em;
}

/* Tablette (portrait and landscape) ----------- */
	
@media only screen and (max-width: 1300px) {	
	.wrap-last {
  	display: block;
  	margin-top: 4em;
	}
	
	.last404 {
	font-size: 1em;
   width: 95%;
   margin: 0 auto;
   margin-bottom: 2em;
	height: auto;
	min-height: inherit;
}

.last404 img {
width: 70%;
opacity: 0.6;
}

	.content404 h5.header{
font-family: 'balooregular';
  font-size: 3em;
}

}
