/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
@font-face {
    font-family: 'outfitregular';
    src: url('fonts/outfit-regular-webfont.eot');
    src: url('fonts/outfit-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/-regular-webfont.woff2') format('woff2'),
         url('fonts/outfit-regular-webfont.woff') format('woff'),
         url('fonts/outfit-regular-webfont.svg#outfitregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: "outfitregular",sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-size: 2.25em;
  font-weight: 400;
  line-height: 47px;
  color: rgb(36, 20, 66);  /* NOIR */
}

p,li{
  font-size: 1.06em;
  font-weight: 400;
  line-height: 30px;
  color: rgb(79, 83, 108) /* GRIS */
}

li{
  margin-bottom: 1em;
}

.entete-page{
  background-color: #FAF9F6;
}

.col-lateral{
    border: 1px solid;
    border-color:#E2E2E2!important;
    border-radius: 10px;
}

  .body-bleu{
    background-color: #F4F8FA;
  }

  .actions{
  background-color: #172836
  }

  .actions-titre,.actions p,.hero-page h1,.titre-blanc h2,.titre-blanc h3,.titre-blanc h4,
  .titre-blanc h5,.titre-blanc h6{
      color:#fff!important;
  }


  .bouton-theme {
  transition: transform 0.3s ease; /* Transition fluide */
}

.bouton-theme:hover {
  transform: scale(1.1); /* Zoom de 10% */
}
