:root{
  --blue:#1f31d3;
  --turquoise:#43cbc4;
  --gold:#ddb041;
  --text:#20348f;
}

body{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  color:var(--text);
}

.container{
  width:90%;
  max-width:1100px;
  margin:auto;
}

.narrow{
  max-width:800px;
}

/* HEADER */
header{
  background:#f5f2ea;
  padding:10px 20px;
}

.header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  width:100px;
}

nav{
  display:flex;
  gap:20px;
}

.cta{
  background:var(--gold);
  padding:10px 20px;
  border-radius:20px;
}

/* HERO */
.hero{
  height:420px;
  background:url("accompagnement-enfants-parents-sandrine-huet\ \(2\).png") center/cover;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero h1{
  color:white;
  font-size:4rem;
  font-weight:500;
  text-align:center;
}

/* INTRO */
.intro{
  background:var(--turquoise);
  color:white;
  padding:60px 0 120px;
  position:relative;
}

.intro::after{
  content:"";
  position:absolute;
  bottom:0;
  width:100%;
  height:80px;
  background:white;
  border-radius:100% 100% 0 0;
}

.intro-inner{
  display:flex;
  gap:40px;
  align-items:center;
}

.intro-img{
  width:120px;
}

.intro h2{
  font-family:"Parisienne";
  font-size:3rem;
  color:#ff7b00;
}

/* SECTION */
.section{
  padding:80px 0;
}

.light{
  background:#efefef;
}

.cream{
  background:#f6f2e8;
}

.section h2{
  font-family:"Parisienne";
  font-size:3.5rem;
  text-align:center;
  color:var(--blue);
}

.mt{
  margin-top:60px;
}

.green{
  color:var(--turquoise);
  font-weight:600;
}

p{
  line-height:1.6;
}

/* STAR */
.star{
  width:60px;
  height:60px;
  background:gold;
  margin:40px auto;
}

/* IMAGE */
.image img{
  width:100%;
  height:350px;
  object-fit:cover;
}

/* BENEFITS */
ul{
  max-width:600px;
  margin:auto;
}

/* SUN */
.sun{
  display:block;
  margin:30px auto;
  width:200px;
}

/* BUTTON */
.btn{
  display:block;
  margin:auto;
  width:200px;
  text-align:center;
  padding:12px;
  background:var(--gold);
  border-radius:20px;
}

/* FOOTER */
.footer-qui{
  padding-top: 25px;
  background-color: #1f31d3;
  color: white;
  padding-bottom: 42px;
}

.footer-qui__inner{
  display: grid;
  gap: 26px;
  align-items: end;
  text-align: center;
}

.footer-qui__links{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
}

.footer-qui__copy{
  font-size: 1rem;
  line-height: 1.5;
}

.footer-qui__brand{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-qui__brand img{
  width: 90px;
  height: auto;
}

.footer-qui__brand span{
  font-family: "Parisienne", cursive;
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
}
