/*
 Theme Name:   Aethis Avocats
 Theme URI:    https://webdurable.fr
 Description:  Thème enfant Aethis Avocats.
 Author:       Webdurable
 Author URI:   https://webdurable.fr
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ajoute un trait bleu */
.underline {
    text-decoration: none;
    box-shadow: inset 0 -.3em 0 #BCD0E5;
    color: inherit;
}

/* ajoute un trait corail */
.underline-rouge {
    text-decoration: none;
    box-shadow: inset 0 -.3em 0 #fce6e4;
    color: inherit;
}

/* ajoute un encadré orange sur certains éléments au passage de la souris */
.shadow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #304c4d;
    border-radius: 12px;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
}

/* modifie le comportement par défaut des sous-titres - marges internes - d'accordéons sur Bricks */
.accordion-content-wrapper {
    padding-top: 0px !important;
}

/* modifie le comportement par défaut - transparence - des sous-titres d'accordéons sur Bricks */
:where(.brxe-accordion) .accordion-subtitle {
    opacity: 1!important;
}
/* Transition entre les pages */
@view-transition {
navigation: auto;
}
