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.
65 lines
911 B
65 lines
911 B
#actus img{
|
|
float: right;
|
|
max-width: 45%;
|
|
padding: 15px;
|
|
}
|
|
|
|
.actu_items {
|
|
background-color: #02465C;
|
|
padding: 50px 40px;
|
|
margin-top: 400px;
|
|
box-shadow:8px 8px 10px 0 rgba(0,0,0,0.9);
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
color: white;
|
|
}
|
|
|
|
.actu_items h1 {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.actu_items p {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.actu_items strong {
|
|
font-size: 20px;
|
|
}
|
|
|
|
@media only screen and (max-device-width: 480px) {
|
|
|
|
#actus img{
|
|
float: left;
|
|
min-width: 100px;
|
|
padding: 15px;
|
|
}
|
|
|
|
#liens_block {
|
|
flex-direction: column;
|
|
}
|
|
#liens_block img {
|
|
padding: 30px;
|
|
}
|
|
|
|
aside {
|
|
max-height: none;
|
|
}
|
|
|
|
.actu_items {
|
|
padding-right: 30px;
|
|
padding-left: 30px;
|
|
}
|
|
#actus img {
|
|
right: auto;
|
|
left: 0;
|
|
max-width: none;
|
|
padding: 0;
|
|
margin-bottom: 25px;
|
|
}
|
|
.actu_items img {
|
|
width: 100%;
|
|
margin: 0;
|
|
box-shadow:8px 8px 10px 0 rgba(0,0,0,0.9);
|
|
}
|
|
|
|
} |