File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/base/_404.scss
.ova_404_page {
text-align: center;
padding: 0 30px 110px 30px;
margin-top: 110px;
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;
@media (max-width: 1024px) {
padding: 0 30px 70px 30px;
margin-top: 70px;
}
.title-404 {
margin: -30px 0 0 0;
font-size: 350px;
line-height: 1;
color: var(--primary);
@media screen and (max-width: 666px) {
margin: 0;
font-size: 170px;
}
@media screen and (max-width: 400px) {
font-size: 130px;
}
}
.title {
margin-bottom: 25px;
font-size: 40px;
line-height: 1.2;
}
.description {
margin-bottom: 40px;
font-size: 20px;
font-weight: 400;
line-height: 1.2;
}
form {
position: relative;
display: inline-block;
width: 100%;
height: 72px;
max-width: 550px;
margin-bottom: 30px;
&:before {
font-size: 22px;
color: var(--heading);
font-family: "ovaicon";
content: "";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
position: absolute;
top: 50%;
right: 50px;
line-height: 1;
transform: translate(0, -50%);
cursor: pointer;
}
input[type=search] {
width: 100%;
height: 100%;
border: none;
border-radius: 0;
font-size: 16px;
line-height: 1.2;
color: var(--text);
padding-left: 50px;
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
&::placeholder {
font-weight: 500;
}
&::-webkit-search-cancel-button {
display: none;
}
}
input[type=submit] {
position: absolute;
right: 0;
top: 0;
background-color: transparent;
border: none;
font-size: 0;
width: 110px;
height: 100%;
}
}
.ova-go-home {
a {
transition: all .3s ease;
display: inline-block;
font-size: 15px;
font-weight: bold;
line-height: 1.3;
color: #fff;
padding: 22px 50px;
background-color: var(--primary);
border-radius: 0;
&:hover {
background-color: var(--heading);
}
}
}
}