144 lines
3.1 KiB
SCSS
144 lines
3.1 KiB
SCSS
body {
|
|
.contents {
|
|
&__image__maintenance {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
background-image: url("public/img/banniere_default.jpg");
|
|
background-size: cover;
|
|
position: relative;
|
|
background-position: center;
|
|
height: 850px;
|
|
padding: 1, 5rem;
|
|
|
|
&__text-content {
|
|
font-family: "Montserrat", sans-serif;
|
|
}
|
|
|
|
&__heading {
|
|
font-size: 6rem;
|
|
font-weight: 700;
|
|
color: white;
|
|
line-height: 8rem;
|
|
margin-top: 14rem;
|
|
margin-bottom: 6rem;
|
|
}
|
|
|
|
&__site-esi {
|
|
color: white;
|
|
background-color: #2156a4;
|
|
padding: 0.8rem 1.2rem;
|
|
border-radius: 15px 15px 15px 0;
|
|
text-decoration: none;
|
|
font-family: "Montserrat", sans-serif;
|
|
font-weight: 400;
|
|
text-transform: uppercase;
|
|
letter-spacing: 3px;
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
&__secteurs {
|
|
&__esi {
|
|
&__list {
|
|
margin-bottom: 1rem;
|
|
&__elements {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-around;
|
|
|
|
img {
|
|
width: 95px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
hr {
|
|
display: block;
|
|
margin: 0 3rem;
|
|
background-color: #d8d8d8;
|
|
height: 1.5px;
|
|
border-style: none;
|
|
}
|
|
footer {
|
|
box-shadow: 0px -5px 15px #d8d8d8;
|
|
.contents {
|
|
&__footer {
|
|
&__logo {
|
|
width: 10rem;
|
|
height: auto;
|
|
display: flex;
|
|
margin: 0 auto;
|
|
}
|
|
&__contact {
|
|
&__elements {
|
|
padding-top: 1.5rem;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
text-align: center;
|
|
|
|
&__rgpd {
|
|
p {
|
|
font-size: 10px;
|
|
}
|
|
a {
|
|
font-size: 10px;
|
|
text-decoration: none;
|
|
color: #363839;
|
|
}
|
|
}
|
|
|
|
&__phone {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 0 3rem;
|
|
&__numbers {
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 12px;
|
|
line-height: 15px;
|
|
font-weight: 400;
|
|
i {
|
|
font-size: 13px;
|
|
margin-right: 10px;
|
|
color: #363839;
|
|
}
|
|
}
|
|
}
|
|
&__button {
|
|
i {
|
|
font-size: 12px;
|
|
color: #e5e5e5;
|
|
}
|
|
a {
|
|
font-size: 11px;
|
|
background-color: #363839;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
li {
|
|
width: 33.33333%;
|
|
margin: 0.5rem 0;
|
|
font-family: "Montserrat", sans-serif;
|
|
font-size: 1rem;
|
|
letter-spacing: 2px;
|
|
font-weight: 300;
|
|
text-align: center;
|
|
color: #363839;
|
|
margin-bottom: 2rem;
|
|
i {
|
|
color: #2156a4;
|
|
font-size: 1.2rem;
|
|
padding: 1rem 0;
|
|
}
|
|
}
|
|
}
|
|
}
|