2022-12-20 20:43:14 +00:00
|
|
|
@import url('https://fonts.cdnfonts.com/css/modern-typewriter');
|
2022-12-11 14:30:42 +00:00
|
|
|
|
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
2022-12-15 14:15:02 +00:00
|
|
|
z-index: 0;
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
2022-12-11 14:30:42 +00:00
|
|
|
|
2022-12-11 14:49:41 +00:00
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
font-family: 'MODERN TYPEWRITER', sans-serif;
|
2022-12-11 14:30:42 +00:00
|
|
|
font-size: medium;
|
2022-12-11 14:49:41 +00:00
|
|
|
color: black;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 100%;
|
2022-12-19 22:26:51 +00:00
|
|
|
overflow: visible;
|
2022-12-12 16:44:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-full {
|
|
|
|
position: fixed;
|
2022-12-19 22:26:51 +00:00
|
|
|
background: url('../img/spy-background.png');
|
2022-12-12 16:44:58 +00:00
|
|
|
background-size: cover;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
z-index: -99;
|
2022-12-11 14:30:42 +00:00
|
|
|
}
|
|
|
|
|
2022-12-11 14:49:41 +00:00
|
|
|
h1 {
|
2022-12-15 13:30:34 +00:00
|
|
|
font-size: 60px;
|
2022-12-11 14:49:41 +00:00
|
|
|
font-weight: 900;
|
2022-12-12 16:44:58 +00:00
|
|
|
margin-top: 0px;
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2022-12-19 22:26:51 +00:00
|
|
|
position: absolute;
|
|
|
|
z-index: 0;
|
|
|
|
top: 0px;
|
2022-12-11 14:49:41 +00:00
|
|
|
margin: 5vh 0vh;
|
|
|
|
justify-content: center;
|
|
|
|
width: 90vw;
|
2022-12-19 22:26:51 +00:00
|
|
|
min-height: 100%;
|
|
|
|
border-radius: 2px;
|
2022-12-11 14:49:41 +00:00
|
|
|
border: none;
|
|
|
|
padding: 5vw;
|
2022-12-12 16:44:58 +00:00
|
|
|
background: url("../img/background-letter.jpg");
|
|
|
|
background-size: cover;
|
|
|
|
background-position-x: right;
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo>img {
|
2022-12-20 20:38:41 +00:00
|
|
|
height: 220px;
|
|
|
|
margin-left: 3vw;
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
2022-12-11 14:30:42 +00:00
|
|
|
display: flex;
|
2022-12-11 14:49:41 +00:00
|
|
|
flex-direction: row;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
|
|
|
background-position: absolute;
|
|
|
|
}
|
|
|
|
|
2022-12-12 16:44:58 +00:00
|
|
|
hr {
|
|
|
|
text-align: center;
|
|
|
|
border: none;
|
|
|
|
width: 200px;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr::before {
|
|
|
|
content: url('../img/divider.svg');
|
|
|
|
}
|
|
|
|
|
2022-12-20 21:52:02 +00:00
|
|
|
|
2022-12-15 13:30:34 +00:00
|
|
|
p {
|
2022-12-20 21:52:02 +00:00
|
|
|
|
2022-12-15 13:30:34 +00:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2022-12-20 20:32:11 +00:00
|
|
|
color: #d75b00;
|
2022-12-15 13:30:34 +00:00
|
|
|
}
|
|
|
|
|
2022-12-15 16:14:41 +00:00
|
|
|
|
2022-12-15 13:30:34 +00:00
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prank-button {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 2.5vw;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prank-button a .underline{
|
|
|
|
position: relative;
|
|
|
|
max-width: 100%;
|
|
|
|
top: -30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prank-button a {
|
|
|
|
color: black;
|
2022-12-15 14:15:02 +00:00
|
|
|
position: relative;
|
2022-12-19 22:26:51 +00:00
|
|
|
padding: 20px 10px;
|
|
|
|
width: 100%;
|
|
|
|
|
2022-12-15 13:30:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.prank-button a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-12-15 14:15:02 +00:00
|
|
|
.hover-circle {
|
2022-12-15 13:30:34 +00:00
|
|
|
position: absolute;
|
2022-12-15 14:15:02 +00:00
|
|
|
z-index: 10;
|
2022-12-19 22:26:51 +00:00
|
|
|
top: 2px;
|
2022-12-15 14:15:02 +00:00
|
|
|
left: 0px;
|
2022-12-19 22:26:51 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2022-12-15 14:15:02 +00:00
|
|
|
display: none;
|
2022-12-15 13:30:34 +00:00
|
|
|
}
|
|
|
|
|
2022-12-11 14:49:41 +00:00
|
|
|
.banner {
|
|
|
|
padding: 3vw;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-12-12 16:44:58 +00:00
|
|
|
align-items: left;
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.col {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-12-12 16:44:58 +00:00
|
|
|
align-items: left;
|
2022-12-11 14:49:41 +00:00
|
|
|
padding: 20px;
|
|
|
|
margin: 50px 0px;
|
2022-12-15 13:30:34 +00:00
|
|
|
width: 50%;
|
|
|
|
justify-content: top;
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col-left {
|
|
|
|
border-right: 1px solid black;
|
|
|
|
padding-right: 5vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-right {
|
|
|
|
padding-left: 5vw;
|
2022-12-12 16:44:58 +00:00
|
|
|
}
|
|
|
|
|
2022-12-20 20:40:44 +00:00
|
|
|
.activite-temps {
|
|
|
|
font-size: 40px;
|
|
|
|
color: red;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-12-20 21:52:02 +00:00
|
|
|
|
|
|
|
form {
|
|
|
|
margin-top: 25vh;
|
|
|
|
margin-bottom: 10vh;
|
|
|
|
padding: 0px;
|
|
|
|
width: 50vw;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
margin: 10px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #d75b00;
|
|
|
|
height: 40px;
|
|
|
|
background: none;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus {
|
|
|
|
outline: none;
|
|
|
|
border-bottom: 2px solid #923e01;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[type="submit"] {
|
|
|
|
padding: 5px 10px;
|
|
|
|
height: 30px;
|
|
|
|
outline: 1px solid #d75b00;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
font-family: inherit;
|
|
|
|
color: #d75b00;
|
|
|
|
transition-property: all;
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
transition-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[type="submit"]:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #d75b00;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 800px) {
|
2022-12-20 20:43:14 +00:00
|
|
|
.bg-full {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-12-20 20:40:44 +00:00
|
|
|
.container {
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 0px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.logo>img {
|
|
|
|
height: 150px;
|
|
|
|
margin-left: calc(50% - 75px);
|
|
|
|
}
|
2022-12-15 13:30:34 +00:00
|
|
|
.row {
|
2022-12-20 20:32:11 +00:00
|
|
|
flex-direction: column;
|
2022-12-20 21:52:02 +00:00
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
2022-12-15 13:30:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.col {
|
|
|
|
width: 100%;
|
|
|
|
margin: 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-left {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
2022-12-20 21:52:02 +00:00
|
|
|
|
|
|
|
form {
|
|
|
|
width: 85vw;
|
|
|
|
}
|
|
|
|
}
|