You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
689 B
61 lines
689 B
.offre-container {
|
|
margin-bottom: 5%;
|
|
}
|
|
.offre-img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#titrePrincipal {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid black;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.custom-button {
|
|
background-color: #00DBFF;
|
|
border-color: #00DBFF;
|
|
color: #fff;
|
|
}
|
|
|
|
.row1
|
|
{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.row1 h4
|
|
{
|
|
margin-left: 20px;
|
|
}
|
|
.row1 img
|
|
{
|
|
width: 20%;
|
|
}
|
|
|
|
.authorDate
|
|
{
|
|
color: #00DBFF;
|
|
margin: 1%;
|
|
}
|
|
|
|
.row3 {
|
|
width: 30%;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.row3 img {
|
|
align-self: flex-start;
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
.current{
|
|
|
|
border-bottom: 1px solid black;
|
|
}
|