/*
Theme Name: Aurelius Legal
Description: Child theme for Uncode theme
Author: AJANS
Author URI: https://www.ajans.fr
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/


/*
@font-face {
  font-family: 'Satoshi-Light';
  src: url('fonts/Satoshi-Light.woff2') format('woff2'),
       url('fonts/Satoshi-Light.woff') format('woff'),
       url('fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}
*/

/* Souligner tous les liens dans la page hors header et menu */
.page-body a:not(.btn):not(.button),
.page-body a:not(.btn):not(.custom-link)
{
  text-decoration: underline !important;
}
.al_mt-0 {
    margin-top:0 !important;
}

:root {
  --anchor-offset: 80px; /* ajuste à la hauteur réelle de ton header sticky */
}

/* toutes les sections one-page */
.vc_row.row-container.onepage-section[data-name] {
  padding-top: var(--anchor-offset);
  margin-top: calc(var(--anchor-offset) * -1);
}