/* police des h2 */
/* @import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@600&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");
/* font-family: 'Old Standard TT', serif; */
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;562;600;700&display=swap");
/* font-family: 'Dancing Script', cursive; */
/* pOLICE  */
@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500;600;700;800;900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,300;1,400&display=swap");
/* font-family: 'Darker Grotesque', sans-serif; */
/* font-family: 'Work Sans', sans-serif; */
:root {
  --default-black: #1a1a1a;
  --deep-blue: #0056b3;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: var(--default-black);
  box-sizing: border-box;
}

* {
  outline: none;
}

.hidden {
  display: none;
}

.fade {
  opacity: 0;
}

.anchor-separator {
  display: block;
  height: 50px;
}

/* ******************************************************************************************
============================ HEADER ======================================
****************************************************************************************** */
.header-logo {
  width: 70px;
  object-fit: cover;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.header-title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}

.header-subtitle {
  font-family: 'Work Sans', sans-serif;
  margin: 0;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  margin: 0 auto;
}

.nav-item {
  padding: 10px;
}

.nav-item:hover {
  background-color: #e2e2e2;
}

.navbar-toggler {
  margin: 0 auto;
}

.mobile-nav {
  text-align: center;
  background-image: url("img/3.jpg");
  background-size: cover;
  background-color: #fae4df;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: center;
  background-color: rgba(103, 109, 95, 0.9);
  border-bottom: 1px white solid;
}

.nav-link-mobile {
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.nav-link-mobile:hover {
  background-color: rgba(255, 255, 255, 0.301);
  color: white;
}

.navlink-mobile {
  color: white;
}

.close-nav-menu {
  color: red;
  margin: 20px;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 20px;
}

.close-nav-menu:active {
  background-color: lightgray;
}

.hero1 {
  background-image: url("img/1.jpg");
  background-size: cover;
  background-color: #fae4df;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero1-title {
  font-family: 'Old Standard TT', serif;
  color: white;
  font-size: 4rem;
  text-align: center;
  font-style: italic;
}

.description {
  margin-top: 4rem;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  font-size: medium;
}

.description-image {
  background-image: url("img/2.jpg");
  height: auto;
  object-fit: cover;
  background-blend-mode: multiply;
  background-size: cover;
  background-color: rgba(103, 109, 95, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.description-image-quote {
  font-size: 3rem;
  font-family: 'Old Standard TT', serif;
  font-weight: 900;
  color: #f9efec;
  width: 65%;
  margin-left: 7rem;
  margin-right: 1.5rem;
  line-height: 5rem;
}

.description-image-quote-author {
  font-size: 3rem;
  font-family: 'Old Standard TT', serif;
  font-weight: 900;
  color: #f9efec;
  text-align: right;
}

.description-title {
  text-align: left;
  letter-spacing: 1px;
  font-family: 'Old Standard TT', serif;
  font-weight: 1rem;
  font-size: 3rem;
  color: #aea2ae;
}

.description-text {
  padding-left: 3rem;
}

.parcours {
  background-color: #e9edee;
  width: 100%;
  max-width: 100%;
  margin-top: 4rem;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  font-size: medium;
  padding: 2rem;
}

.parcours-title {
  margin-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.parcours-image {
  height: 240px;
}

.parcours-container {
  width: 80%;
  margin: 0 auto;
}

.parcours-1 {
  display: flex;
  justify-content: flex-start;
}

.parcours-texte-1 {
  margin-left: 20px;
}

.coaching-de-vie {
  margin-top: 2rem;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  font-size: medium;
  padding: 2rem;
}

.coaching-de-vie-title {
  margin-bottom: 2rem;
}

.boxes-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.box-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 450px;
  height: 450px;
  background-size: cover;
  margin: 3rem;
  padding: 20px;
  padding-top: 10%;
  overflow: auto;
  text-align: center;
  border: 1px solid var(--default-black);
  cursor: pointer;
  background-blend-mode: multiply;
  background-color: #bbbeba;
  background-position: center;
  box-shadow: 13px 15px 3px 3px rgba(41, 39, 41, 0.486);
  transition: box-shadow 0.5s;
}

.box-body > h3 {
  font-family: 'Old Standard TT', serif;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

.box-body > p {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  font-size: medium;
  padding: 2rem;
  color: white;
  text-align: left;
}

.box-body:hover {
  box-shadow: 6px 5px 3px 3px rgba(41, 39, 41, 0.486);
}

.box-1 {
  background-image: url("img/boxes/1.jpg");
}

.box-2 {
  background-image: url("img/boxes/2.jpg");
}

.box-3 {
  background-image: url("img/boxes/3.jpg");
}

.box-4 {
  background-image: url("img/boxes/4.jpg");
}

.prestations {
  padding: 2rem;
}

.prestations > p {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  font-size: medium;
}

.pricing {
  display: flex;
  justify-content: center;
}

.pricing > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 220, 220, 0.185);
  margin: 2rem;
  text-align: center;
  padding: 1rem;
  width: 400px;
  letter-spacing: 1px;
  line-height: 2rem;
  font-family: 'Work Sans', sans-serif;
  font-size: medium;
  box-shadow: 3px 5px 3px 3px rgba(41, 39, 41, 0.486);
  border: 1px solid #434b48;
}

.pricing > div > img {
  width: 50px;
}

.temoignages-mobile {
  display: none;
}

.temoignages {
  background-image: url("img/testimonials.jpg");
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-color: rgba(38, 41, 35, 0.5);
  background-size: cover;
  padding: 3rem;
}

.temoignage-subtitle {
  color: white;
  font-size: large;
  text-align: center;
  font-style: italic;
}

.temoignage-content {
  letter-spacing: 1px;
  line-height: 2rem;
  font-family: 'Work Sans', sans-serif;
  font-size: medium;
  color: white;
}

.ateliers-title {
  margin-top: 2rem;
}

.ateliers {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  letter-spacing: 1px;
  line-height: 2rem;
  font-family: 'Work Sans', sans-serif;
  font-size: medium;
  max-width: 100vw;
  width: 100%;
  padding: 0;
}

.workshops-text {
  padding-left: 3rem;
  padding-right: 3rem;
}


/* .workshop-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  text-align: left;
  margin-top: 2rem;
} */

/* .workshop-icons > h3 {
  font-size: 1rem;
  line-height: 5rem;
} */

.workshops-container {
  display: flex;
  justify-content: center;
}

.workshop-image1  {
  width: 550px;
}

.workshop-image2  {
  width: 550px;
}

.bilan {
  margin-top: 5rem;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  font-size: medium;
}
.bilan h3 {
  color: #8893a9;
  font-weight: 300;
}
.workshops-text h3{
  color: #8893a9;
  font-weight: 300;
}

.bilanCitation {
  font-style: italic;
}
.bilanBloc {
  background: rgba(230, 207, 236, 0.178);
  margin: 1rem;
  padding: 1rem;
  border: 1px solid black;
  box-shadow: 5px 5px 8px rgba(0,0,0, 0.5);
}
.citationAuteur {
  text-align: center;
}
.blocsContainer {
  display: flex;
}
.bilanDeuxiemeSection {
  display: flex;
  justify-content: center;
}
.bilanTexte {
  width: 60%;
}
.bilanImage {
  width: 40%;
}
.bilanImage > img {
  object-fit: cover;
  width: 100%;
}
/* .bilanSousTitre {

} */
.containerDeuxiemeSection {
  margin-top: 5rem;
  padding: 2rem;
}

.bilanBeneficiaires {
  font-weight: 600;
  margin: 0;
  text-align: center;
}




















.etres-title {
  color: #e4cee5;
}

.etres {
  margin: 0 auto;
  padding: 0 auto;
  margin-top: 3rem;
  max-width: 95%;
  width: 100%;
  letter-spacing: 1px;
  line-height: 2rem;
  font-family: 'Work Sans', sans-serif;
  font-size: medium;
}

.fanny-quentin-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fanny-quentin-first-pargraphe {
  margin: 0 auto;
  text-align: left;
}

.fanny-quentin-img {
  width: 100px;
}

.fanny-quentin-img-container {
  margin-right: 1rem;
}

.etres-contact {
  font-weight: 700;
  text-align: center;
}

.etres-contact > a {
  color: var(--default-black);
  text-decoration: underline;
}

.etres-contact > :first-child {
  font-size: 1.5rem;
}

.fas {
  color: #959595;
  font-size: 30px;
}

.fa-times {
  color: white;
}

footer {
  background-color: #d1d9e9;
  padding: 20px;
  letter-spacing: 1px;
  line-height: 3rem;
  font-family: 'Work Sans', sans-serif;
  font-size: medium;
}

.contact-title {
  text-align: center;
  padding-top: 2rem;
}

.contact-container {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.contact-infos {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 60%;
  color: white;
  box-shadow: 4px 4px 4px rgba(26, 25, 26, 0.486);
  justify-content: center;
}

.form-section-title {
  color: #959595;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 3rem;
  font-family: 'Work Sans', sans-serif;
}

.contact-form-input {
  margin: 0 auto;
  padding: 20px 20px 5px 5px;
  border: none;
  border-bottom: 1px solid var(--default-black);
  background-color: transparent;
  width: 70%;
}

.contact-form-input:focus {
  outline: none;
}

.contact-form-textarea {
  margin: 0 auto;
  padding: 20px 20px 5px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--default-black);
  width: 70%;
}

.contact-form-textarea:focus {
  outline: none;
}

.contact-form-submit {
  margin: 20px auto;
  padding: 10px;
  background-color: white;
  text-align: center;
  width: max-content;
  border: none;
  margin-top: 10px;
  background-color: rgba(208, 215, 230, 0.5);
}

.contact-icon-container {
  margin: 20px;
  letter-spacing: 1px;
  line-height: 2rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
}

.form-errors {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-form-errors {
  font-size: 2rem;
  cursor: pointer;
  border-radius: 50%;
}

.close-form-errors > i {
  margin-left: 10px;
  margin-right: 10px;
}

.close-form-errors:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.form-confirmation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-form-confirmation {
  font-size: 2rem;
  cursor: pointer;
  border-radius: 50%;
}

.close-form-confirmation > i {
  margin-left: 10px;
  margin-right: 10px;
}

.close-form-confirmation:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

footer {
  margin-top: 2rem;
}

.mailto {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .hero1 {
    height: 20vh;
    object-fit: cover;
  }
  .hero1-title {
    font-size: 2rem;
  }
  .description-image {
    display: none;
  }
  .box-body {
    justify-content: center;
    padding: 0;
  }
  .box-body > h3 {
    text-align: center;
    font-size: 2.5rem;
    margin: 0 auto;
  }
  .box-body > p {
    overflow: auto;
  }
  .pricing {
    display: grid;
    margin: 0 auto;
  }
  .pricing > div {
    margin: 20px;
    width: 260px;
    line-height: 1.5rem;
  }
  .temoignages {
    display: none;
  }
  .temoignage-1 {
    transition: opacity 1s;
  }
  .temoignages-mobile {
    display: block;
  }
  .temoignages-mobile {
    background-image: url("img/testimonials.jpg");
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: rgba(38, 41, 35, 0.5);
    background-size: cover;
    padding: 3rem;
    min-height: 100vh;
  }
  .temoignage-title-mobile {
    color: white;
  }
  .temoignage-subtitle-mobile {
    color: white;
    font-size: large;
    text-align: center;
    font-style: italic;
  }
  .temoignage-content-mobile {
    letter-spacing: 1px;
    line-height: 2rem;
    font-family: 'Work Sans', sans-serif;
    font-size: medium;
    color: white;
  }
  .temoignage-1-mobile-voir-plus {
    background-color: transparent;
    color: white;
    border: none;
  }
  .temoignage-1-mobile-arrow-next {
    background: transparent;
    border: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    color: white;
  }
  .fa-arrow-circle-right {
    margin: 5px;
  }
  .temoignage-1-mobile-arrow-next:hover {
    font-weight: bold;
    outline: none;
  }
  .temoignage-1-mobile-buttons {
    position: absolute;
    left: 0;
    display: flex;
    width: 100%;
  }
  .temoignage-indicator {
    text-align: center;
    color: rgba(189, 189, 189, 0.7);
    padding: 50px;
  }
  .active-dot {
    color: white;
  }
  .workshop-image {
    display: none;
  }
  .fanny-quentin-container {
    display: block;
  }
  .fanny-quentin-first-pargraphe {
    text-align: left;
  }
  .contact-infos {
    flex-direction: column;
  }
  .contact-infos > p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contact {
    display: block;
  }
  .contact-form {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }
  .contact-form > input {
    width: 200px;
    margin: 0 auto;
  }
  .contact-form > textarea {
    width: 200px;
    margin: 0 auto;
  }
  .btn-submit {
    margin: 1rem;
  }
  .contact {
    width: 100%;
    margin: 0 auto;
  }
  .contact-form-title {
    margin-top: 2rem;
  }
  .footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-container {
    display: block;
  }
  .contact-form {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.footerLinks {
  display: flex;
  justify-content: center;
  margin: 0;
}

@media (max-width: 1180px) {
  .navbar-toggler {
    margin: 0 auto;
  }
  .parcours-texte-1 {
    margin-left: 20px;
  }
  .description-image-quote {
    font-size: 2rem;
    line-height: 3rem;
  }
  .description-image-quote-author {
    font-size: 3rem;
  }
  .fanny-quentin-container {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1450px) {
  .description-image-quote {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .description-image {
    height: 100vh;
  }
}

@media (max-width: 1380px) {
  .parcours-container {
    width: 90%;
  }
}

@media (max-width: 1240px) {
  .description-image-quote {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-left: 50px;
  }
  .parcours {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .parcours-1 {
    display: block;
    text-align: center;
  }
  .parcours-texte-1 {
    margin-left: 0;
  }
  .parcours-texte-2 {
    text-align: center;
  }
  .parcours-image {
    margin-bottom: 2rem;
  }
  .parcours-title {
    margin-left: 0px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .description-image-quote {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-left: 30px;
  }
  .description-image-quote-author {
    font-size: 2rem;
  }
  
  .blocsContainer {
    display: block;
  }
  .bilanImage {
    display: none;
  }
  .bilanTexte {
    width: 100%;
  }
  .footerLinks {
    flex-direction: column;
    align-items: center;
  }
}
