/*
 * Theme Name: haringtontheme
 * Template: spectra-one
 * Description: Thème enfant du thème "spectra-one"
 * Version: 1.0
 * Author: Aquawebit
 * Author URI: https://aquawebit.com/
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: haringtontheme
 * Tags: haringtontheme
*/

@import url("../spectra-one/style.css");
@import url("./style.css");

html {
    scroll-behavior: smooth;
}

/*.hero-section{
    height: calc(100vh - 91px);
}*/

div.wp-block-buttons.bouton-fleche {
    display: flex;
    align-items: center;
}

div.wp-block-button.bouton-fleche-content {
    display: flex;
    align-items: center;
}

a.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    gap: 5px; /* Espacement entre le texte et l'image */
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

a.wp-block-button__link:hover {
    background-color: #007b8f; /* Change la couleur au survol */
}

a.wp-block-button__link img {
    transition: transform 0.3s ease-in-out;
}

.boutonfleche:hover img {
    transform: translateX(8px); /* Déplace l'image vers la droite */
}

.claims{
    background-color: red;
}



/************** FOOTER *********************/

.footer-block {
    display: none;
}

.cta-confidentialite,  .cta-mention{
    cursor: pointer;
}

.cta-confidentialite a:hover ,  .cta-mention a:hover {
    color: #6345F4  ;
}

/************** Responsive *********************/


