change typo et couleur

This commit is contained in:
2024-04-16 09:32:02 +02:00
parent 31fe945538
commit 82076eabb0
66 changed files with 6105 additions and 1133 deletions
@@ -0,0 +1,40 @@
@media screen and (min-width: 768px) {
main:not(.home) {
padding: 1.5rem 0 !important; } }
@media screen and (min-width: 992px) {
main:not(.home) {
padding: 4rem 0 !important; } }
body {
position: relative; }
body::before {
z-index: -1;
content: " ";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0; }
body::after {
z-index: -1;
content: " ";
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(255, 255, 255, 0.8), white, rgba(255, 255, 255, 0.8));
display: block;
position: absolute;
transform: translateY(-50%);
top: 50%;
left: 0; }
article.publications, article.interviews {
margin-top: 1rem; }
article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
max-width: 100%;
max-height: 400px;
object-fit: contain; }
@media screen and (min-width: 992px) {
article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
width: 100%; } }
@@ -0,0 +1,26 @@
#moments .__wrapper .__title {
margin: 0.5rem 0; }
#moments .__wrap_side {
margin-top: 0.5rem; }
#moments .__wrap_content .__head {
margin: 0.5rem 0; }
#moments .__wrap_content .__head div > div {
font-family: 'Marianneregular';
font-size: 0.8rem;
padding-right: 0.5rem; }
#moments .__wrap_content .__head div > div:not(:first-child) {
padding-left: 0.5rem; }
#moments .__wrap_content .__content {
max-height: calc(1.5rem * 12);
overflow: hidden; }
#moments .__wrap_content .__content.is_active {
max-height: 100% !important; }
@media screen and (min-width: 576px) {
#moments .__wrap_content .__content {
max-height: 100%; } }
#moments .__wrap_content .more_link.is_active {
display: none !important; }