			/* --------------------------------------------- */
			/* ---------- SITE WEB - PASSIV'OUEST ---------- */
			/* --------------------------------------------- */


/* CUSTOM STYLE HERE */
html,
body {
  scroll-behavior: smooth;
}

/* FONTS */
/*h1, h2 {
    font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
    font-weight: 700; /* 700 = gras */
}

p, .btn {
    font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
    font-weight: 500; /* 400 = normal */
}*/



/* ------------------------------------------- */
/* ---------- HEADER - PASSIV'OUEST ---------- */
/* ------------------------------------------- */

/* Header fixe */
.header {
  position: fixed;
  left: 0;
  right: 0;
}

/* Style général des modules du menu */
.header-menu .et_pb_module {
  background: transparent !important;
  font-weight: 600;
}

.header-menu .et_pb_module a {
  text-decoration: none;
}

/* Menu principal */
nav #menu-primary-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

nav #menu-primary-menu li a {
  padding: 0 !important;
}

/* Lien de la page active devient vert */
nav #menu-primary-menu li.current-menu-item > a {
  color: #3baad9 !important;
}

.headerLogo {
  width: 200px !important;
  max-width: 200px !important;
  padding: 10px 0;
}

/* Fond derrière le hamburger mobile */
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
  color: #3baad9 !important;
}




/* ------------------------------------------- */
/* ---------- FOOTER - PASSIV'OUEST ---------- */
/* ------------------------------------------- */

.aegis-footer-logos .et_pb_column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright .et_pb_column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright .et_pb_code {
    color: #000;
    font-size: 12px;
}
.footer-copyright .terms .et_pb_text_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-copyright .terms .et_pb_text_inner p{
    padding: 0;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
}



/* ---------------------------------------------------------- */
/* ---------- FORMULAIRE DE CONTACT - PASSIV'OUEST ---------- */
/* ---------------------------------------------------------- */

/* Container global */
.wpcf7 form {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

/* Deux colonnes */
.row-2 {
  display: flex;
  gap: 20px;
}

.row-2 .field {
  flex: 1;
}

/* Responsive */
@media(max-width: 768px) {
  .row-2 {
    flex-direction: column;
  }
}

/* Champs */
.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 15px;
  color: #000;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  transition: border-color .2s;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #000;
  outline: none;
}

/* Button */
.submit-box {
  margin-top: 10px;
}

.wpcf7 .wpcf7-submit {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: .25s;
}

.wpcf7 .wpcf7-submit:hover {
  background: #000;
  color: #fff;
}

/* Erreurs */
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: #c00;
  margin-top: 4px;
}

/* Messages de succès */
.wpcf7-mail-sent-ok {
  border: none;
  color: #0a8a00;
  padding: 10px 0;
  font-weight: 600;
}








