module valeurs/equipe

This commit is contained in:
2021-06-22 10:20:20 +02:00
parent 0a7a10c92d
commit 416d183223
4 changed files with 76 additions and 32 deletions

View File

@ -1595,26 +1595,47 @@
width: 70%;
}
}
.titre-module{
}
.module {
width: 75%;
margin:auto;
padding-right: 10%;
.valeurs{
#module{
width: 60%;
margin: auto;
margin-top: 4rem;
margin-bottom: 4rem;
padding-right: 4rem;
display: flex;
flex-direction: column;
.titre-module{
font-family: "now_alt_bold";
font-weight: 400;
font-size: 1.5rem;
line-height: 2rem;
padding-bottom: 2rem;
text-align: center;
color: #0093a3;
}
.valeurs{
display: flex;
flex-direction: row;
.valeur{
width:33%;
display: flex;
flexdirection: row;
align-items: baseline;
.valeur{
// display: flex;
// flexdirection: column;
// align-items: baseline;
padding: 10px;
flex-direction: column;
padding: 10px;
.images_v{
width:100%;
max-height: 10rem;
overflow: hidden;
img{
padding-bottom: 20px;
}
}
h5{
padding-top: 20px;
padding-bottom: 5px;
font-family: "bold";
font-size: 1.3rem;
}
}
}
}