@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Orelega+One&display=swap');
:root 
{
  --primary-color: #2B2B2B;
  --secondary-color: #E67E22;
  --accent-color: #8B4513;
  --text-color: #333333;
  --light-color: #FFFFFF;
  --gray-color: #F5F5F5;
  --background_brown: #6B645C;
}

* 
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

ul 
{
  text-align: left;
  margin: auto;
}

body 
{
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: var(--text-color);
}

nav 
{
  height: auto;
  background-color: #00000080;
  backdrop-filter: blur(14px);
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
}

.orelega,
h1,
h2,
h3 
{
  font-family: "Orelega One", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}

.mid_block 
{
  display: inline-block;
  width: 48%;
  vertical-align: top;
  text-align: center;
  padding: 3em;
}

.legal .mid_block.right_block 
{
  font-size: 0.9em;
}

/* CTA Buttons ============================================ */

.cta-buttons 
{
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.cta-primary,
.cta-secondary 
{
  padding: 0.4rem 1.5rem;
  font-size: 1.2em;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.4s;
  line-height: 1.2em;
  font-weight: bolder;
  box-shadow: #47372678 0 0em 0em;
  transform: scale(0.9);
  text-align: center !important;
  cursor: pointer;
  display: inline-block;
  width: 16em;
  margin: auto;
}

.cta-primary 
{
  background-color: var(--secondary-color);
  color: var(--light-color);
  transform: scale(0.9);
  box-shadow: #47372678 0 0em 0em;
}

.cta-secondary 
{
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  color: var(--light-color);
}

.cta-primary:hover,
.cta-secondary:hover 
{
  transform: scale(1) translateY(-3px);
  box-shadow: #47372678 0 1em 1em;
}

/* CTA Buttons ============================================ */

/* Burger Menu ============================================================ */

.burger-menu 
{
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1001;
  position: fixed;
  right: 20px;
  top: 50%;
  top: 1.6em;
  transform: translateY(-50%);
}

.burger-menu span 
{
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--light-color);
  transition: all 0.3s ease-in-out;
}

.burger-menu.active span:nth-child(1) 
{
  transform: rotate(45deg) translate(11px, 6px);
}

.burger-menu.active span:nth-child(2) 
{
  opacity: 0;
}

.burger-menu.active span:nth-child(3) 
{
  transform: rotate(-45deg) translate(6px, 0px);
}

/* Burger Menu ============================================================ */

/* Header & Navigation ============================================================ */

header 
{
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/Ramoneur-Lyon-Ramonage-Jean-François-OTT.jpg');
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
  color: var(--light-color);
  background-attachment: fixed;
}

.topnav_desktop 
{
  /* background: rgba(0, 0, 0, 0.8); */
  position: relative;
  width: 100%;
  /* min-height: 3em; */
  backdrop-filter: blur(14px);
  z-index: 100;
}

a.topnav_logo 
{
  height: 2.2em;
  width: 20em;
  display: inline-block;
  /* background-color: red; */
  background-size: contain;
  background-repeat: no-repeat;
  margin: .4em 1em;
  -webkit-font-smoothing: antialiased;
}

ul.top-nav 
{
  display: flex;
  justify-content: flex-end;
  list-style: none;
  /* padding: 1rem 5%; */
  display: inline-block;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  vertical-align: top;
  float: right;
}

ul.top-nav li 
{
  display: inline-block;
  /* background-color: red; */
  vertical-align: top;
  padding: 0.9em 0.2em;
}

.top-nav a 
{
  color: var(--light-color);
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: all 0.6s;
  border-radius: 1em;
}

.top-nav a:hover,.top-nav a.active 
{
  background-color: var(--secondary-color);
}

/* Header & Navigation ============================================================ */

/* Hero Section ============================================================ */

.hero 
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 5% 5%; */
  min-height: calc(100vh - 60px);
  align-content: space-between;
}

.logo-container 
{
  margin-bottom: 2rem;
  margin-top: 3em;
}

.logo-container img 
{
  width: 100%;
  max-width: 24em;
}

.logo 
{
  width: 230px;
  /* height: 150px; */
  /* border-radius: 50%; */
  /* border: 3px solid var(--secondary-color); */
  mix-blend-mode: lighten;
}

.hero h1 
{
  font-size: 3.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.2em;
  font-size: calc(8vw * 0.5);
}

.hero-content 
{
  /* max-width: 800px; */
  /* margin: 0 auto; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  align-items: center;
}

.hero-content .mid_block 
{
  width: 49%;
  max-width: 32em;
}

.hero-content .mid_block.right_block p 
{
  text-align: justify;
}

.hero h2 
{
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* Hero Section ============================================================ */

/* Sections ============================================================== */

/* Prestations ---------------------------- */

section#prestations 
{}

.prestations-col ul 
{
  text-align: left;
  max-width: 25em;
  margin: 1em auto;
}

section#prestations 
{}

.prestations-col ul 
{
  text-align: left;
  max-width: 25em;
  margin: 1em auto;
}

.section-container 
{
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 4rem 5%;
  width: 100%;
}

section h2 
{
  text-align: center;
  margin-bottom: 3rem;
  /* color: var(--primary-color); */
}

.prestations-grid 
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.prestations-col ul 
{
  list-style: none;
}

.prestations-col li 
{
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.prestations-col li::before 
{
  content: "✓";
  color: var(--secondary-color);
  position: absolute;
  left: 0;
}

/* Prestations ---------------------------- */

/* Confiance ---------------------------- */

section#confiance 
{
  background-color: #282726;
  color: white;
}

section#confiance h2 {
    margin-top: 1em;
}

section#confiance .section-container 
{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

section#confiance .section-container>div 
{
  min-height: 20em;
  padding-bottom: 2em;
}

section#confiance .section-container .cta-buttons {
    max-width: 39.5em;
    margin: 4em auto;
}

section#confiance p 
{
  text-align: left;
  max-width: 30em;
  margin: auto;
}

.mid_block.right_block.famille_cheminee 
{
  background-image: url(img/chaussette_famille_cheminee_ramonage_lyon_OTT.jpg);
  background-size: cover;
}

/* Confiance ---------------------------- */

/* Testimonials --------------------------- */

section#testimonials 
{
  background-color: #6B645C;
  color: white;
  padding: 3em 0;
  padding-bottom: 0;
}

section#testimonials h2 
{
  font-size: 2.5em;
  margin-bottom: 0em;
  padding: 0 1em;
}

.testimonials 
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-content: space-around;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 2em;
}

/* Scrollbar horizontale - pour navigateurs compatibles (Webkit : Chrome, Edge, Safari) */

.testimonials ::-webkit-scrollbar 
{
  height: 8px;
}

.testimonials ::-webkit-scrollbar-track 
{
  background-color: #A0896F;
  /* Couleur de fond */
  border-radius: 4px;
}

.testimonials ::-webkit-scrollbar-thumb 
{
  background-color: #6B645C;
  /* Couleur du curseur */
  border-radius: 4px;
}

/* Firefox */

* 
{
  scrollbar-width: thin;
  scrollbar-color: #6B645C #A0896F;
}

a 
{}

.testimonial 
{
  background: var(--lt-color-overlay-transparent);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  width: 17em;
  vertical-align: top;
  margin: .4em;
  white-space: normal;
  height: 15em;
  padding: 2em;
  color: var(--gray-color);
  background-color: #937f67;
  box-shadow: #44392b 0 0.4em 0.6em;
}

.testimonial cite 
{
  font-style: italic;
}

.stars 
{
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

/* Testimonials --------------------------- */

/* Obligations ---------------------------- */

section#obligations 
{
  text-align: left;
}

section#obligations .mid_block.right_block strong 
{
  font-size: 1.4em;
  line-height: 1.3em;
  display: block;
  margin: 1em auto;
  color: var(--secondary-color);
}

section#obligations * 
{
  text-align: left;
}

section#obligations h2 
{
  margin-bottom: -0.1em;
}

section#obligations quote 
{
  font-weight: 900;
  padding: 2em 2em;
  display: block;
  position: relative;
}

section#obligations quote::before,
section#obligations quote::after 
{
  content: '“';
  font-size: 8em;
  position: absolute;
  left: 0em;
  color: #6b645c2b;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.5em;
  font-family: 'Orelega One';
  font-style: italic;
  font-weight: bold;
}

section#obligations quote::before 
{
  left: -0.2em;
  top: 1em;
}

section#obligations quote::after 
{
  right: 0;
  position: absolute;
  left: unset;
  content: '”';
  bottom: -0.9em;
  top: unset;
}

section#obligations ul 
{
  max-width: 24em;
  margin: 1em auto;
}

section#obligations p 
{}

/* Obligations ---------------------------- */

/* Engagements ---------------------------- */

section#engagement_qualite 
{
  background-color: var(--background_brown);
  color: var(--lt-color-gray-200);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em;
}

section#engagement_qualite * 
{
  text-align: left;
  color: white !important;!i;!;
}

section#engagement_qualite .mid_block * 
{
  max-width: 23rem;
  margin: auto;
  color: white;
}

section#engagement_qualite h2 
{
  font-size: 2em;
}

section#engagement_qualite h3 
{
  font-family: 'Inter';
  font-style: italic;
  font-weight: bold;
  line-height: 1.2em;
  margin: 2em auto !important;
  display: block !important;
}

/* Engagements ---------------------------- */

/* Zone ----------------------------------- */

section#zone 
{
  /* display: flex; */
  width: 100%;
  background-color: #f5f5f5;
}

section#zone .mid_block.left_block 
{
  /* padding: 0 8em; */
  text-align: left;
}

.zone_txt_content 
{
  max-width: 30em;
  margin: auto;
  padding: 1em;
}

.zone_txt_content strong {
    text-align: center;
    display: block;
}

.zone_txt_content ul 
{
  padding: 1em 2em;
}

section#zone .section-container 
{
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.intervention_map 
{
  background-image: url(img/zone_intervention_lyon_ramonage_OTT.jpg);
  /* height: 27em; */
  width: 52%;
  background-size: cover;
}

/* Zone ----------------------------------- */

/* Contact Form --------------------------- */

section#contact 
{
  background-image: url(img/standardiste_OTT_ramonage_LYON.jpg);
  color: white;
  background-position: center center;
}

section#contact .section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section#contact h2 
{
  font-size: 2rem;
}

.contact-content 
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  font-weight: bold;
}

.contact-info 
{
  text-align: left;
  max-width: 24em;
  display: block;
  margin: auto;
}

.contact-form 
{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  max-width: 24em;
  margin: auto;
  flex-wrap: nowrap;
  display: inline-block;
  text-align: center;
}

.contact-form input,
.contact-form textarea 
{
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 1.1em;
  margin-bottom: 1.4em;
  width: 100%;
}

.contact-form textarea 
{
  height: 150px;
}

.contact_form_reciever 
{
  padding: 2em;
  /* max-width: 30em; */
  text-align: center;
  width: 100%;
}

button.cta-primary.send_mail_bt 
{
  display: inline-block;
  border: none;
  padding: 0.4em;
  width: 13em;
  float: right;
}

/* Contact Form --------------------------- */

/* Legal ---------------------------------- */

#legal 
{
  background-color: black;
  color: white;
  padding: 2em;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: none;!;!i;!;
}

section#legal * 
{
  text-align: left;
}

section#legal h4 
{
  margin-bottom: 1em;
  font-size: 1.6rem;
}

section#legal p 
{
  margin-bottom: 1em;
}

section#legal h3 
{
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}

section#legal a 
{
  color: var(--secondary-color);
}

/* Legal ---------------------------------- */

/* Footer */

footer 
{
  background-color: var(--primary-color);
  color: var(--light-color);
  padding: 0rem 5% 1rem;
}

footer a 
{
  color: var(--secondary-color);
  text-decoration: none;
}

.footer-content 
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links 
{
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0.6em;
}

.footer-links a 
{
  color: var(--light-color);
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding: 0.3em 1em;
  /* background-color: red; */
}

.copyright 
{
  text-align: center;
  /* margin-top: 1rem; */
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-style: italic;
}

.copyright em {
    font-style: italic;
}
a.AnunaQi_icon::after {
    content: "";
    background-image: url(img/icone_AnunaQi.png);
    display: inline-block;
    height: 1.7em;
    width: 2.9em;
    background-size: contain;
    mix-blend-mode: color-dodge;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    /* background-color: red; */
}
/* Responsive Design */

@media (max-width: 768px) 
{
  .burger-menu 
  {
    display: flex;
  }
  nav 
  {
    height: var(--nav-height);
  }
  .top-nav 
  {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    background: rgb(0 0 0 / 84%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    padding: 1rem 0;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(14px);
  }
  .top-nav.active 
  {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    display: block;
    float: unset;
    white-space: normal;
    box-shadow: #000 0 1em 3em;
  }
  ul.top-nav li 
  {
    width: 100%;
    text-align: center;
    display: inline-block;
    /* height: 100%; */
    /* position: fixed; */
    /* top: 0; */
    height: auto;
    padding: 0;
  }
  .top-nav 
  {
    display: block;
  }
  .top-nav a 
  {
    display: block;
    padding: 1rem;
    width: 90%;
    margin: auto;
    border-radius: 1em;
  }
  .hero h1 
  {
    font-size: 2rem;
  }
  .cta-buttons 
  {
    flex-direction: column;
  }
  .section-container 
  {
    padding: 2rem 5%;
  }
  .mid_block 
  {
    display: block !important;
    width: 100% !important;
    vertical-align: top;
    padding: 1em;
    min-height: 20em;
  }
  .hero 
  {
    /* margin-top: 1em; */
    padding-bottom: 2em;
  }
  section:not(#legal) 
  {
    display: block !important;
    /* background-color: #f5f5f5; */
  }
}