2022-12-12 16:44:58 +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-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-12 16:44:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-full {
|
|
|
|
position: fixed;
|
|
|
|
background: url('../img/backgrounf-full.jpeg');
|
|
|
|
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 {
|
|
|
|
font-size: 50px;
|
|
|
|
font-weight: 900;
|
2022-12-12 16:44:58 +00:00
|
|
|
margin-top: 0px;
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin: 5vh 0vh;
|
|
|
|
justify-content: center;
|
|
|
|
width: 90vw;
|
2022-12-12 16:44:58 +00:00
|
|
|
min-height: 100vh;
|
|
|
|
box-shadow: 1px 1px 10px #d75b00;
|
|
|
|
border-radius: 1px;
|
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
|
|
|
}
|
|
|
|
|
2022-12-12 16:44:58 +00:00
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
.container {
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 0px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2022-12-11 14:49:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo>img {
|
|
|
|
height: 9vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-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;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-left {
|
|
|
|
border-right: 1px solid black;
|
|
|
|
padding-right: 5vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-right {
|
|
|
|
padding-left: 5vw;
|
2022-12-12 16:44:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.activite-temps {
|
|
|
|
font-size: 40px;
|
|
|
|
color: red;
|
|
|
|
text-align: center;
|
2022-12-11 14:30:42 +00:00
|
|
|
}
|