/*
Theme Name: RVM Energies Solutions
Theme URI: https://github.com/elementor/hello-theme/
Description: RVM Energies Solutions
Author: Aurélien Dubois
Author URI: https://rvm-energies-solution.com/
Template: hello-elementor
Version: 1.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
*/
.trait-vert, .trait-blanc {
  display: flex;
  align-items: center;
  position: relative;
}

.trait-vert::before, .trait-blanc::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 2px;
  transition: width 0.4s ease;
  align-self: center;
  margin-right:10px;
}

.trait-vert::before {
	background-color:#8EB65E;
}

.trait-blanc::before {
	background-color:#FFFFFF;
}

.content:hover .trait-vert::before, .content:hover .trait-blanc::before {
  width: 40px;
}

.content .anim {
  position: relative; /* nécessaire pour le positionnement du ::before */
  overflow: hidden;   /* empêche le débordement horizontal */
}

.boxIcone::before {
  position: absolute;
  content: "";
  top: 0px;
  height:100%;
  width: 100%;
  background-color: #8EB65E33;
  transform: scaleY(0);
  transform-origin: right center;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.boxIcone:hover::before {
  transform: scaleY(1);
}

.content .anim::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 150px;
  height:90%;
  width: calc(100% - 150px);
  background-color: #8EB65E33;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.content:hover .anim::before {
  transform: scaleX(1);
}

label[for="form-field-accept"] {
    font-size: 12px !important;
}

.grecaptcha-badge {
	display:none;
}
