@charset "UTF-8";
/*
Theme Name: Roue 3D
Theme URI: https://www.gregoirenoyelle.com/
Author: Grégoire Noyelle
Author URI: https://www.gregoirenoyelle.com/
Description: Thème FSE pour le site Roue 3D
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roue-3d
Tags: 
*/

/* Défilement doux */

html {
	scroll-behavior: smooth;
}


/* Classe pour l'accessibilité */

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;   
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* Base */

a,
input {
    transition: var(--wp--custom--transition-lien);
}

/* Tableau */

.wp-block-table {
    border: 1px solid var(--wp--preset--color--primaire-5);
    border-collapse: collapse;
}
.wp-block-table td, 
.wp-block-table th,
.wp-block-table tr {
    border: none;
}

.wp-block-table td {
    padding: 0.7rem 1.3rem;
}
.wp-block-table td strong {
    color: var(--wp--preset--color--primaire-1);
    font-weight: 800;
    letter-spacing: 1px;
}
.wp-block-table td:nth-child(2) {
    text-align: right;
    border-left: 1px solid var(--wp--preset--color--primaire-5);
}
.wp-block-table tr:last-child td {
    border-bottom: 1px solid var(--wp--preset--color--primaire-5);
}
.wp-block-table tr:nth-child(odd)  {
    background: var(--wp--preset--color--primaire-5);    
}