/*
Theme Name: Atmosphère
Theme URI: https://treow.net/
Author: Caroline BEAU
Author URI: https://treow.net/
Description: Mon premier thème FSE
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atmosphere
Tags: 
*/

.titre-archive-recette {
    text-shadow: 1px -4px 7px #244aae;
    border-bottom: 2px dotted  #244aae ;
}
/* CLasse pour 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;
}


/* variante de sytle */
.is-style-contour .wp-block-button__link {
    border: 4px var(--wp--preset--color--primaire-1) solid;
    background: var(--wp--preset--color--primaire-5);
}
.is-style-contour .wp-block-button__link:hover {
   background: var(--wp--preset--color--primaire-7);
    
}
.is-style-ombre .wp-block-button__link {
   box-shadow: 10px 10px 10px var(--wp--custom--ombre--legere);
   background: var(--wp--preset--color--primaire-7);
    
}