
/* changement couleur et taille icone */

.line-header {
    max-height: 85px;
}

.mod-header-logo {
    --desktop-logo-max-height: 50px;
    --tablet-logo-max-height: 50px;
    --mobile-logo-max-height: 50px;
}

.mod-social-links .social-link.facebook .icon-facebook.fab.fa-facebook {
    --primary:#3b5998;
    font-size: 30px;
}

.line-footer {
    --padding-lg: 15px;
}

/* Menu : Décalage vers la droite */

.nav {
    padding-left: 150px;
}

/* changement de l'opacité de l'image et de la taille du texte de la bannière */

.line-banner .zone-banner .mod-banner__wrapper .mod-banner__img { 
    --banner-overlay-opacity:0.3;
}

.line-banner .zone-banner .mod-banner__wrapper .mod-banner__content  {
    --y-text-2xl:3rem;
}

/* Titre intermédiaire */

/* Supprime l'espace sous le titre "Nos spécificités" */
.line[data-line-id="582407"] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Supprime l'espace au-dessus des 2 colonnes */
.line[data-line-id="582222"] {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ligne titre page */

[data-line-id="2712083"] {
    padding-left: 0px !important;
}

/* Centre verticalement toutes les colonnes d'une ligne */
.site-inner .line .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Centrer le calendrier Google en responsive */

.pageid-406884 iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 80vh;
    min-height: 500px;
    border: 0;
}

/* Formulaires */

.form-withProgress__wrapper h2.section-title {
    margin-top: 60px !important;
    --spacing-sm-desktop: 20px;
    --font-color: #005e92;
  }

.help-block {
    font-size: 1.5rem;
}

/* Adhésion */

.adh-description, .memberships_options {
    --primary:#000000;
}

/* Contact */
[data-zone-id="2713230"] {
--font-size-h1-desktop: 0px !important;
--font-size-h1-tablet: 0px !important;
--font-size-h1-mobile: 0px !important;
}

