@charset "UTF-8";
/*
Theme Name: LEBLEU
Author: LEBLEU
Author URI: https://equipelebleu.com/
Version: 3.0.0
Text Domain: wplebleu
*/

/* Variables */
:root {
	--themeprincipal: #39404A;
	--blanc : white;
	--noir : black;
}

.cky-consent-container .cky-consent-bar {
  box-shadow: none !important;
}


/* Footer */
.signatureLEBLEU{
  padding-top: 1.75rem;
  font-size: 0.6875rem;
	text-decoration: none;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
}
.signatureLEBLEU:hover {
  color: var(--themeprincipal); /*couleur du thème, noir ou blanc ou le gris LEBLEU #39404A */
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* cacher WPML mode dev */
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
	display: none !important;
}

/* cacher badge recaptcha v3 en bas à droite */
.grecaptcha-badge {
	visibility: hidden;
}