/*
 Theme Name:   Oceanwp Tizeleduc
 Theme URI:    https://oceanwp.org/
 Description:  Thème enfant pour le thème Oceanwp
 Author:       Fabien Quillévéré
 Author URI:   https://github.com/codeboarder42
 Template:     oceanwp
 Version:      1.0.0
*/

@font-face {
  font-family: "Quicksand";
  src: url("fonts/Quicksand-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("fonts/Quicksand-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("fonts/Quicksand-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "RoundedMplus1c";
  src: url("fonts/RoundedMplus1c-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RoundedMplus1c";
  src: url("fonts/RoundedMplus1c-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "RoundedMplus1c";
  src: url("fonts/RoundedMplus1c-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

:root {
  --color-primary-brown: #a86926;
  --color-secondary-brown: #e39c56;
  --color-antracite: #313131;
  --color-green: #61ce70;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: "RoundedMplus1c";
}

body {
  font-size: clamp(0.875rem, 0.8214rem + 0.2381vw, 1rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand";
}

h1 {
  font-size: clamp(2.7rem, 2.5714rem + 0.5714vw, 3rem);
}

h2 {
  font-size: clamp(2.2rem, 2.0714rem + 0.5714vw, 2.5rem);
}

h3 {
  font-size: clamp(1.7rem, 1.5714rem + 0.5714vw, 2rem);
}

h4 {
  font-size: clamp(1.2rem, 1.0714rem + 0.5714vw, 1.5rem);
}

footer p {
  margin: 0;
}

footer p a,
#footer-widgets .footer-box a {
  color: var(--color-antracite);
}

#site-header {
  background: transparent;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: background 0.5s ease;
}

#site-header.scrolled {
  background: white;
  box-shadow: #00000030 0px 1px 20px 0px;
}

#site-header a.menu-link {
  transition: color 0.3s ease;
}

#site-header.scrolled a.menu-link {
  color: #000;
}

#site-navigation-wrap .dropdown-menu > li > a {
  color: #fff;
  font-size: clamp(1.1rem, 1.17vw, 1.6rem);
}

#site-navigation-wrap .dropdown-menu > li > a:hover {
  color: rgb(12 173 115);
}

.effect-one
  #site-navigation-wrap
  .dropdown-menu
  > li
  > a.menu-link
  > span:after {
  bottom: -15%;
  background-color: rgb(12 173 115);
}

#tiz-banner {
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* Contrer l'outline parent */
a.menu-link:focus {
  outline: none !important;
}

.tiz-home-section {
  padding-bottom: 20px;
}

#tiz-faq .elementor-accordion .elementor-accordion-item {
  border: none;
  border-radius: 5px;
  background-color: white;
  margin: 15px;
}

#tiz-faq .elementor-accordion .elementor-tab-content {
  border: none;
}

.tiz-form {
  display: flex;
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 1em 2em;
}

.tiz-form input[type="submit"] {
  width: 100%;
  border-radius: 5px;
  background-color: var(--color-primary-brown);
  border: 3px solid var(--color-primary-brown);
  color: white;
}

.tiz-form p:last-child {
  margin: 0;
}

.tiz-form input[type="submit"]:hover {
  background-color: white;
  color: var(--color-primary-brown);
}

form textarea {
  min-height: 90px;
  height: 90px;
}

#tiz-section-faq::after,
#tiz-section-mediation::after,
#tiz-section-review::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 42%;
  width: 15%;
  height: 8px;
  background-color: var(--color-secondary-brown);
  z-index: 99;
}

#tiz-footer-social {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

#tiz-footer-social a {
  width: 20px;
  display: flex;
}

.no-border {
  border: none;
}

table.mediation-price {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.8em;
}

table.mediation-price th,
table.mediation-price td {
  border: none;
  border-bottom: none;
}

table.mediation-price td,
table.mediation-price th {
  padding: 0.5em 1em;
}

table.mediation-price thead tr th:nth-child(3),
table.mediation-price tr td:nth-child(3) {
  background-color: rgb(249, 249, 249);
}

table.mediation-price thead tr:nth-child(2) th:nth-child(1),
table.mediation-price tr td:nth-child(1) {
  background-color: #f6edd9;
}

table.mediation-price thead tr th,
table.mediation-price tr td:nth-child(n + 2) {
  text-align: center;
}

table.mediation-price thead tr:first-child th:last-child {
  border-radius: 10px 10px 0px 0px;
  background-color: #f6edd9;
}

table.mediation-price thead tr:nth-child(2) th:first-child {
  border-radius: 10px 0px 0px 0px;
  background-color: #f6edd9;
}
