/*
 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
*/

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


.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cf7-col {
  flex: 1;
  min-width: 200px;
}

.cf7-full {
  margin-bottom: 20px;
}

/* Labels */
.wpcf7 form label {
    display: block;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
    font-family: 'Kodchasan', sans-serif;
    font-size: 17px;
}

/* Champs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 4px;
  font-family: 'Kodchasan', sans-serif;
  margin-top: -12px;
}

/* Bouton */
.cf7-submit input[type="submit"] {
  background-color: #253A99;
  color: white;
  border: none;
  padding: 16px 30px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  font-family: 'Kodchasan', sans-serif;
  font-weight: 600;
  width: 100%;
}

.cf7-submit input[type="submit"]:hover {
  background-color: #1a2a6a;
}

.lr-onglets-prestations button {
    max-width: 245px;
    font-family: 'Kodchasan' !important;
    color: var(--e-global-color-primary) !important;
    border-radius: 20px !important;
	padding-top: 50px !important;
}

.lr-onglets-prestations button:hover {
  	background: #F4E9E9 !important;
}

.lr-onglets-prestations button.e-n-tab-title[aria-selected=true] {
	background: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-8ff8588) !important;
}

.lr-onglets-prestations button:first-child:before {
    content: url('https://novanov.fr/wp-content/uploads/2025/04/icone-roadmaps.svg');
    position: absolute;
    top: -30px;
}

.lr-onglets-prestations button:nth-child(2):before {
    content: url('https://novanov.fr/wp-content/uploads/2025/04/fusee-rond.svg');
    position: absolute;
    top: -30px;
}


.lr-onglets-prestations button:nth-child(3):before {
    content: url('https://novanov.fr/wp-content/uploads/2025/04/icone-etudes-marketing.svg');
    position: absolute;
    top: -30px;
}

.lr-onglets-prestations button:last-child:before {
    content: url('https://novanov.fr/wp-content/uploads/2025/04/icone-fincancement-public.svg');
    position: absolute;
    top: -30px;
}

.elementor-widget-n-tabs .e-n-tabs-heading{
  padding: 30px 0;
}


.home .header:not(she-header) {
    background: rgba(0,0,0,0) !important;
}


.home .she-header {
    background: var(--e-global-color-secondary) !important;
	border-bottom: 1px solid #43539b;
}


.elementor-icon-list-items .elementor-icon-list-item a span {
  color: #263A99;
  text-decoration: underline;
}