/*
Theme Name: Gro thème
Description: Child theme of Twenty Twenty-Five
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/


h2.wp-block-heading a {
    color: var(--primary-color);
    border-bottom: 2px solid #628474;
    font-size: 24px;
    white-space: nowrap;
}

@media (max-width: 370px) {
    h2.wp-block-heading a {
        font-size: 5vw;
    }
}

.header-logo {
    cursor: pointer;
}

.footer-row {
    padding-top: 15px !important;
    padding-bottom: 65px !important;
}

.footer-row figure {
    display: flex;
    justify-content: center;
}


.asrn-contact-brand__phone,
.asrn-contact-brand__email {
    font-size: 15px;
    text-align: right;
    color: #13544c;
    text-decoration: none;
}

.asrn-contact-brand {
    text-align: right;
}

.asrn-contact-brand__links {
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
    color: #13544c;
}

.asrn-contact-brand__sep {
    height: 1.1em;
}

@media(max-width: 440px) {

    .asrn-contact-brand__phone,
    .asrn-contact-brand__email {
        font-size: 3vw;
        white-space: nowrap !important;
    }
}