/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* General Styles */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  :focus {
    outline-color: #bfbfbf;
  }
  
  :focus:not(:focus-visible) {
    outline: none;
  }

  /* Tarte au Citron (Cookie Consent) */

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #fff !important;
    color: #0d1441 !important;
  }
  
  #tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
  #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #0d1441 !important;
  }
  
  #tarteaucitronRoot .tarteaucitronAllow {
    background: #0d1441 !important;
  }
  
  #tarteaucitronRoot .tarteaucitronAllow,
  #tarteaucitronRoot .tarteaucitronCheck::before {
    color: #fff!important;
  }
  
  #tarteaucitronRoot .tarteaucitronDeny {
    background: #0d1441 !important;
  }
  
  #tarteaucitronAlertBig #tarteaucitronCloseAlert,
  #tarteaucitronAlertBig #tarteaucitronPersonalize,
  #tarteaucitronAlertBig #tarteaucitronPersonalize2,
  .tarteaucitronCTAButton,
  #tarteaucitron #tarteaucitronPrivacyUrl,
  #tarteaucitron #tarteaucitronPrivacyUrlDialog,
  #tarteaucitronRoot .tarteaucitronDeny,
  #tarteaucitronRoot .tarteaucitronAllow {
    border-radius: 100px;
  }
  
  #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    border: 1px solid #0d1441;
    color: #fff !important;
    background: #0d1441 !important;
  }
  
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, 
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, 
  #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: #0d1441 !important;
  }

  #tarteaucitron .tarteaucitronBorder, 
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, 
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, 
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, 
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border: none !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    border-radius: 0
}