2019-11-28 23:03:21 +01:00
|
|
|
/*******************************************************
|
|
|
|
* Ajout
|
|
|
|
*******************************************************/
|
|
|
|
|
|
|
|
.modele-sousrubrique-bouton.bouton-utilise {
|
|
|
|
max-width: 480px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modele-sousrubrique-bouton img {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
2020-01-09 21:54:59 +01:00
|
|
|
.modele-sousrubrique-bouton > span {
|
|
|
|
color: white;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: small;
|
|
|
|
text-transform: none;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modele-sousrubrique-bouton > span > i {
|
|
|
|
color: white;
|
|
|
|
font-size: large;
|
|
|
|
font-style: initial;
|
|
|
|
text-shadow: -2px 2px 0px black;
|
|
|
|
}
|
|
|
|
|
2019-11-28 23:03:21 +01:00
|
|
|
.modele-sousrubrique-bouton.bouton-utilise {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modele-rubrique-soustitre {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modele-sousrubrique-liste {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2020-03-30 18:01:22 +02:00
|
|
|
.modele-grosbouton {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modele-sousrubrique-bouton > span {
|
|
|
|
color: white;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: small;
|
|
|
|
text-transform: none;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2020-01-09 22:17:13 +01:00
|
|
|
@media screen and (max-width: 1240px) {
|
|
|
|
|
|
|
|
.spip_documents_right img {
|
|
|
|
width: 160px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 980px) {
|
2019-11-28 23:03:21 +01:00
|
|
|
|
|
|
|
.spip_documents_right img {
|
|
|
|
width: 120px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2020-01-09 22:17:13 +01:00
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 760px) {
|
|
|
|
|
|
|
|
.spip_documents_right img {
|
|
|
|
width: 100px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
|
|
|
|
.spip_documents_right img {
|
|
|
|
width: 80px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 512px) {
|
|
|
|
|
|
|
|
.spip_documents_right img {
|
|
|
|
width: 60px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.spip_documents_right {
|
|
|
|
margin-left: 5px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spip_documents_center {
|
|
|
|
display: block;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
text-align: center;
|
|
|
|
clear: both;
|
|
|
|
}
|