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,7 @@
#block-colloque2024-local-tasks ul {
display: flex;
margin-top: 2rem;
margin-bottom: 0;
padding: 0; }
#block-colloque2024-local-tasks ul li {
margin: 0.5rem; }
@@ -0,0 +1,15 @@
.medias .paragraph--type--images {
width: 100%; }
.medias .paragraph--type--video {
margin: 4rem 0; }
.medias .paragraph--type--video > div {
font-family: "Marianne";
font-size: 2rem;
line-height: normal;
text-align: center;
margin-bottom: 1rem;
text-transform: uppercase; }
@media screen and (min-width: 768px) {
.medias .paragraph--type--video > div {
text-align: left; } }
@@ -0,0 +1,113 @@
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
position: relative; }
.flickity-enabled:focus {
outline: 0; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%; }
.flickity-slider {
position: absolute;
width: 100%;
height: 100%; }
.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing; }
.flickity-button {
position: absolute;
background: rgba(255, 255, 255, 0.75);
border: none;
color: #333; }
.flickity-button:hover {
background: #fff;
cursor: pointer; }
.flickity-button:focus {
outline: 0;
box-shadow: 0 0 0 5px #19f; }
.flickity-button:active {
opacity: .6; }
.flickity-button:disabled {
opacity: .3;
cursor: auto;
pointer-events: none; }
.flickity-button-icon {
fill: currentColor; }
.flickity-prev-next-button {
top: 50%;
width: 44px;
height: 44px;
border-radius: 50%;
transform: translateY(-50%); }
.flickity-prev-next-button.previous {
left: 10px; }
.flickity-prev-next-button.next {
right: 10px; }
.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px; }
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px; }
.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%; }
.flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1; }
.flickity-rtl .flickity-page-dots {
direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: .25;
cursor: pointer; }
.flickity-page-dots .dot.is-selected {
opacity: 1; }
File diff suppressed because one or more lines are too long
@@ -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; }