|
@@ -712,6 +712,39 @@ a {
|
|
.field--name-field-partenaires a svg {
|
|
.field--name-field-partenaires a svg {
|
|
display: none; }
|
|
display: none; }
|
|
|
|
|
|
|
|
+.field--name-field-equipes {
|
|
|
|
+ padding-top: 3rem; }
|
|
|
|
+ .field--name-field-equipes .paragraph--type--equipe {
|
|
|
|
+ background-color: white;
|
|
|
|
+ width: 100%; }
|
|
|
|
+ .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding-bottom: 3rem; }
|
|
|
|
+ @media (max-width: 810px) {
|
|
|
|
+ .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column; } }
|
|
|
|
+ .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-photo {
|
|
|
|
+ grid-column: 1 / 2;
|
|
|
|
+ grid-row: 2;
|
|
|
|
+ margin-top: 2rem;
|
|
|
|
+ padding-right: 1rem; }
|
|
|
|
+ .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-prenom {
|
|
|
|
+ grid-column: 2 / 8;
|
|
|
|
+ grid-row: 1;
|
|
|
|
+ font-weight: 800; }
|
|
|
|
+ .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-nom {
|
|
|
|
+ grid-column: 2 / 8;
|
|
|
|
+ grid-row: 2; }
|
|
|
|
+ .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-fonction {
|
|
|
|
+ grid-column: 2 / 8;
|
|
|
|
+ grid-row: 3; }
|
|
|
|
+ .field--name-field-equipes a {
|
|
|
|
+ color: black;
|
|
|
|
+ font-weight: 800; }
|
|
|
|
+ .field--name-field-equipes a svg {
|
|
|
|
+ display: none; }
|
|
|
|
+
|
|
.path-node.page-node-type-actualite .layout-container {
|
|
.path-node.page-node-type-actualite .layout-container {
|
|
overflow: unset; }
|
|
overflow: unset; }
|
|
|
|
|