.blocs_missions .grid-item {
  • display: flex;
  • align-items: stretch;
}

.blocs_missions .btn-1 {
  • background-color: #ff5563 !important;
  • border-color: #ff5563 !important;
  • color: #fff !important;
}/ Voici un exemple de css custom pour le theme margot, il agit sur les variables css non personnalisables dans le theme et permet de faire des css sur mesure. Pour en savoir plus, voyez la documentation à ce sujet. /

:root {
/ --title-h1-color:var(--neutral-color); /
/ --title-h2-color:var(--primary-color); /
/ --title-h3-color:var(--secondary-color-1); /
/ --title-h4-color:var(--secondary-color-2); /
/ --success-color: #3cab3b; /
/ --danger-color: #d8604c; /
/ --warning-color: #D78958; /
/ --main-container-bg-color:var(--neutral-light-color); /
/ --link-color: var(--primary-color); /
/ --link-hover-color: var(--primary-color); /
/ --navbar-bg-color: var(--primary-color); /
/ --navbar-text-color: var(--neutral-light-color); /
/ --navbar-link-color: var(--neutral-light-color); /
/ --navbar-link-bg-color: transparent; /
/ --navbar-link-hover-color: rgba(255,255,255,0.85); /
/ --navbar-link-bg-hover-color: transparent; /
/ --navbar-border: none; /
/ --navbar-border-radius: 0; /
/ --navbar-shadow: none; /
/ --header-bg-color: var(--neutral-light-color); /
/ --header-text-color: var(--neutral-color); /
/ --header-title-color: var(--primary-color); /
/ --footer-bg-color: transparent; /
/ --footer-text-color: var(--main-text-color); /
/ --footer-title-color: var(--main-text-color); /
/ --footer-border: 3px solid var(--neutral-soft-color); /
/ --btn-border: none; /
/ --btn-border-radius: .5em; /
/ --checkbox-color: var(--primary-color); /
}

/
  • /

.navbar-brand img {
  • filter: brightness(0) invert(1);
  • height: 55px !important;
  • width: auto !important;
  • margin: 8px 20px;
}

.links-container {
  • display: flex !important;
  • justify-content: flex-end !important;
  • align-items: center !important;
  • flex: 1 !important;
}

a.btn_hinaura {
  • font-weight: 700 !important;
}

/
  • /

.accueil_reseau_titre1,
.accueil_reseau_titre2 {
  • font-weight: 900 !important;
}

/
  • /

.blocs_reseaux .col_reseau {
  • display: flex !important;
  • flex-direction: column !important;
  • height: 100% !important;
}

.blocs_reseaux .col-sm-4 {
  • display: flex !important;
  • flex-direction: column !important;
}

.col_reseau img {
  • margin-top: 15px !important;
  • margin-bottom: 15px !important;
}

/
  • /

.blocs_missions .col-sm-6 {
  • margin-bottom: 20px;
}