/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Thème enfant Hello Elementor, personnalisé par Jean Levatic
Author: Jean Levatic
Author URI: https://jlevatic.fr
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

@import url("../hello-elementor/style.css");

/* Ajoutez vos styles personnalisés ci-dessous */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #FFFFFF!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

a {
  color: #1e73be;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
	display:none;
}


/*bannière cookies*/
.size-cmplz_banner_image {
  height: 70px !important;
  width: 100px !important;
  max-height: 100px !important;
}

.cmplz-title {
  font-size: 2em !important;
  font-weight: 800 !important;
  margin-left: 40px;

}

.cmplz-message h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  padding: 0 0 10px 0;
}

.cmplz-links {
  display: none !important;
}

.cmplz-message p {
  margin-bottom: 10px;
}

.cmplz-manage-consent {
  right: calc(50% - 100px) !important;
  background-color: #E38900 !important;
  color: white !important;
  font-weight: 600 !important;
  width: 200px !important;
}