/* Couleurs du theme :
- primary: #81BBC2
- secondary: #048B9A (darker)
- light: #C9E1E4
- gold: #FFBD59
*/

/* Global */

h1, h2, h3 {
    color: var(--secondary);
}

.line h1:first-child,
.line h2:first-child,
.line h3:first-child {
    margin-top: 0;
}

p, li {
    font-size: var(--font-size-p-mobile);
}

p:last-child {
    margin-bottom: 0;
}

/* Header */

.header .col-sm-16 {
    width: 66.66666667%;
}

.row:has(> .zone-menu),
.logo-header {
    display: flex;
    align-items: center;
}

.logo-header > img {
    max-height: 100px;
}

.logo-header > span {
    margin-left: var(--padding-xs);
    font-size: var(--font-size-p-desktop);
}

/* Footer */

.line-footer .col-sm-12 + .col-sm-12 {
    margin-top: var(--spacing-sm-mobile)
}

@media (min-width: 768px) {
    .line-footer .col-sm-12 + .col-sm-12 {
        margin-top: 0;
    }
}

.line-footer {
    padding-top: var(--padding-md) !important;
    padding-bottom: var(--padding-md) !important;
}

.line-footer a {
    text-decoration: none;
}

.line-footer .icon-facebook {
    width: 32px;
}

/* Misc */

iframe.gMaps {
    height: 300px;
    width: 100%
}

@media (min-width: 768px) {
    iframe.gMaps {
        height: 400px;
        width: 600px;
    }
}

.faq-question {
    color: var(--primary);
}

.poweredBy-wrapper {
    display: none;
}

.flyer-div {
    margin-top: var(--spacing-sm-mobile);
    text-align: center;
}

@media (min-width: 768px) {
    .flyer-div {
        margin-top: 0;
    }
}