/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Footer : coller footer en bas des pages ayant peu de contenu comme les mentions légales */
.brx-body {
    min-height: 100vh;
    min-height: 100dvh;
}

/* Avatar fiche annuaire individuelle */
.drts-display-element-entity_field_directory_photos-1 img {
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    object-fit: cover !important;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1) !important;
    border: 4px solid var(--background, #f9f9f9) !important;
}