/*
Theme Name: Mariage Sevan
Description: Thème enfant de Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0.0
*/

body:has(.sevan-hero) main#wp--skip-link--target > .wp-block-group:first-child, body:has(.sevan-hero) main#wp--skip-link--target > .wp-block-post-content:first-child, body:has(.sevan-hero) .wp-block-post-content {
    padding: 0 !important;
}

footer.wp-block-template-part{
    margin-top:0!important;
}

a:focus,
button:focus,
.wp-element-button:focus,
.wp-block-button__link:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:focus-visible,
button:focus-visible,
.wp-element-button:focus-visible,
.wp-block-button__link:focus-visible {
  outline: 1px solid rgba(88, 71, 56, 0.35) !important;
  outline-offset: 4px !important;
  box-shadow: none !important;
}