/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://exemple.com
 Description:  Thème enfant pour Hello Elementor
 Author:       Léa Ribes
 Author URI:   https://learibes.fr/
 Template:     hello-elementor
 Version:      1.0
*/


/* Ajouter les styles personnalisés ici */

.lr-ecriture-verte{
	color: var(--e-global-color-cab7a87) !important;
}
.lr-diagit-frame {
  position: relative;
  display: inline-block;
}

.lr-diagit-frame::before {
  content: "";
  position: absolute;
  bottom: -10px;  /* décale le fond vert vers le bas */
  left: -10px;    /* décale le fond vert vers la gauche */
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-cab7a87);
box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
}

.lr-diagit-frame img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.lr-check-list-verte li, .lr-check-list-bleue li, .lr-check-list-jaune li {
    padding-left: 10px;
}

.lr-check-list-verte{
	list-style-image: url('https://diag-it.fr/wp-content/uploads/2025/11/icon-check-list-verte.svg');
}

.lr-check-list-bleue{
	list-style-image: url('https://diag-it.fr/wp-content/uploads/2025/11/icon-check-list-bleue.svg');
}

.lr-check-list-jaune{
	list-style-image: url('https://diag-it.fr/wp-content/uploads/2025/11/icon-check-list-jaune.svg');
}




/****
 * 
 *  FORMULAIRE DE CONTACT 
 * 
 * 
 * **** /
 

 * /* Structure générale */
.diagit-form {
  max-width: 1000px;
  margin: 0 auto;
}

/* Deux colonnes */
.diagit-row {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
}

.diagit-row.single {
  flex-direction: column;
}

/* Labels */
.diagit-row label {
    flex: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #001B4E;
	width: 100% !important;
}

/* Champs texte */
.diagit-input {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #001B4E !important;
  padding: 10px 0;
  font-size: 16px;
  color: #001B4E;
  background: transparent;
  border-radius: 0 !important;
}

.diagit-textarea {
  border: 1px solid #001B4E;
  padding: 20px;
  min-height: 150px;
  resize: none;
  margin-top: 10px;
}

/* Compteur */
.diagit-counter {
  text-align: right;
  font-size: 13px;
  color: #001B4E;
  margin-top: -25px;
}

/* Bouton */
.diagit-btn {
  background: #002A6E !important;
  color: #fff !important;
  padding: 15px 40px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  border: none !important;
  cursor: pointer;
	width: 100% !important;
}

.diagit-btn:hover {
  background: #003a96 !important;
}

@media (max-width: 768px){
	.diagit-row label {
    	margin-top: 20px;
	}
	
	.diagit-row {
	  display: block !important;
	}
}
/****************
 * 
 * 
 *  FIN FORMULAIRE 
 * 
 * 
 * ****/




/**** 
 * 
 * MENU STICKY
 * 
 * */

.she-header {
    background: white !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0, 0.2);
}

.she-header a.hfe-menu-item {
    color: var(--e-global-color-text) !important;
}

.she-header svg.e-font-icon-svg.e-fas-align-justify {
    fill: var(--e-global-color-primary) !important;
}

/**** 
 * 
 * FIN MENU STICKY
 * 
 * */


 span.wpcf7-list-item span {
    margin-top: -100px !important;
    font-size: 12px !important;
    /* background: red; */
    line-height: 10px;
}

.diagit-form > p {
    margin-top: -40px;
    /* background: red; */
}