﻿:root {
  --plum: #ffafff;
  --white: white;
  --orchid: #d36ff0;
  --medium-orchid-2: #9456a77d;
  --dark-orchid: #ac32d1;
  --purple: #5e1e72;
  --dark-grey: #979797;
  --dark-salmon: #e0a78b;
  --light-coral: #da7a86;
  --rosy-brown: #df969f;
  --medium-orchid: #9456a7;
  --light-grey: #cfcfcf;
  --steel-blue: #4b7e94;
  --black-2: #333;
  --black: black;
  --light-pink: #e0a8af;
  --sienna: #99725f;
}

p {
  margin-bottom: 10px;
}

a {
  color: #ac32d1;
  text-decoration: none;
}

.container {
  justify-content: flex-start;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 2px 2px 6px #0000002e;
}

.image {
  padding-top: 4px;
  padding-left: 16px;
}

.nav-link {
  color: #d36ff0;
  padding: 24px 12px;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--plum);
}

.nav-link.w--current {
  color: #ffafff;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
}

.nav-link.normal {
  background-image: url('/WebSites/Epilepsie/Images/facebook.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  flex: 1;
  width: 20px;
  height: 44px;
  margin-right: 10px;
  padding: 0;
  display: inline-block;
}

.nav-link.normal:hover {
  background-image: url('/WebSites/Epilepsie/Images/facebook_hover.svg');
}

.nav-link.last {
  margin-right: 12px;
}

.nav-link.hidden {
  display: none;
}

.nav-link-2, .nav-link-3 {
  padding: 24px;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  position: fixed;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  z-index: 1000;
  position: fixed;
}

.main {
  padding-top: 68px;
}

.grid {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.container-2 {
  height: auto;
}

.div-block {
  text-align: right;
  padding-right: 5px;
  display: inline-block;
}

.canalliance {
  max-width: 131px;
}

.canalliance._2 {
  max-width: 20px;
}

.div-block-2 {
  flex: 0 auto;
  width: 50%;
  margin-left: auto;
}

.text-block {
  text-align: right;
  margin-top: 5px;
}

.link {
  color: var(--orchid);
  font-weight: 700;
}

.link:hover {
  color: var(--plum);
}

.footer {
  background-color: #0000;
  padding: 75px 20px;
}

.section {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section._3 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section._2 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2_1.jpg');
}

.section._4 {
  background-image: linear-gradient(#da7a8633, #da7a8633), url('/WebSites/Epilepsie/Images/cerveau.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section._5 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section._6 {
  background-image: linear-gradient(#38383842, #38383842), url('/WebSites/Epilepsie/Images/Services.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section._7 {
  background-color: #00000026;
  background-image: url('/WebSites/Epilepsie/Images/Contact.png'), linear-gradient(#9456a766, #9456a766), url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, cover;
}

.link-2 {
  background-image: url('/WebSites/Epilepsie/Images/facebook_1facebook.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 36px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

.div-block-3 {
  border-radius: 4px;
  padding: 16px;
  display: block;
}

.div-block-4 {
  width: 300px;
  max-width: 300px;
  height: 300px;
  max-height: 300px;
  display: inline-block;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.firstcolumn {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #ac32d1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
}

.heading._2 {
  padding-top: 8px;
  padding-bottom: 4px;
}

.div-block-5 {
  background-color: var(--white);
  border-radius: 4px;
  width: 240px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.columns {
  margin: 56px 0;
}

.link-3 {
  color: var(--white);
  text-align: center;
  background-color: #ac32d1;
  border-radius: 14px;
  padding: 4px;
  font-weight: 600;
  display: block;
}

.div-block-6 {
  padding: 8px 16px;
}

.button {
  border: 1px solid var(--orchid);
  background-color: var(--white);
  color: var(--orchid);
  text-align: center;
  flex: 0 auto;
  width: 220px;
  padding: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: block;
}

.button:hover {
  border-color: var(--plum);
  color: var(--plum);
  background-color: #0000;
}

.button:active {
  transform: translate(1px, 1px);
  box-shadow: 0 0 2px #0000003b;
}

.button.w--current {
  background-color: var(--white);
  color: var(--dark-orchid);
  font-size: 14px;
}

.button._2 {
  background-color: var(--white);
  color: var(--dark-orchid);
  font-size: 15px;
}

.button._2:hover, .button._2.w--current {
  background-color: var(--dark-orchid);
  color: var(--white);
}

.button.next {
  margin-top: 8px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  width: 240px;
  margin-right: 10px;
  padding-top: 0;
  display: flex;
}

.div-block-8 {
  padding: 16px 16px 0;
}

.div-block-9 {
  flex: 0 auto;
  padding: 16px 16px 0;
  font-size: 15px;
}

.brand {
  opacity: 1;
}

.div-block-10 {
  padding: 16px 16px 0;
}

.div-block-11 {
  display: flex;
}

.div-block-12 {
  width: 50%;
}

.text-block-2 {
  display: inline-block;
}

.div-block-13 {
  text-align: right;
  display: block;
  position: relative;
}

.paragraph {
  background-color: #0000;
}

.dropdown-toggle {
  color: #d36ff0;
  padding: 24px 12px;
  font-weight: 600;
}

.dropdown-toggle:hover {
  color: var(--plum);
}

.text-block-3 {
  width: 76px;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  z-index: 2000;
  margin-top: 1px;
  margin-left: 4px;
  font-weight: 600;
  box-shadow: 1px 1px 3px #00000082;
}

.nav-menu {
  font-size: 14px;
}

.submenu {
  color: var(--orchid);
}

.submenu:hover {
  color: var(--plum);
}

.submenu.w--current {
  color: var(--dark-orchid);
}

.text-block-4 {
  width: 88px;
}

.text-block-5 {
  width: 67px;
}

.text-block-6 {
  width: 62px;
}

.text-block-7 {
  width: 53px;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  z-index: 2000;
  margin-top: 1px;
  margin-left: -37px;
  font-weight: 600;
  box-shadow: 1px 1px 3px #00000082;
}

.dropdown-toggle-2 {
  color: var(--purple);
  padding: 6px 12px;
  font-weight: 600;
  display: block;
}

.dropdown-toggle-2:hover {
  color: var(--dark-orchid);
}

.dropdown-toggle-2.w--open {
  margin-left: -9px;
  padding-left: 21px;
  padding-right: 21px;
}

.text-block-8 {
  width: 115px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-9 {
  width: 116px;
  padding-left: 8px;
  padding-right: 0;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.heading-2 {
  color: var(--orchid);
  text-align: center;
}

.heading-2._2 {
  text-align: center;
}

.image-1, .paragraph-2 {
  margin-bottom: 16px;
}

.heading-3 {
  color: var(--dark-orchid);
}

.div-block-14, .div-block-15, .div-block-16 {
  text-align: center;
}

.link-block {
  text-align: center;
  margin-bottom: 16px;
  display: block;
}

.paragraph-3 {
  color: var(--dark-orchid);
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.heading-4 {
  color: var(--dark-orchid);
}

.grid-2 {
  border: 1px solid #000;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-6 Area-7 Area-8"
                 "Area-9 Area-10 Area-11 Area-12"
                 "Area-13 Area-14 Area-15 Area-16"
                 "Area-17 Area-18 Area-19 Area-20"
                 / 1fr 1fr 1fr 1fr;
  padding: 17px 20px;
}

.text-block-10 {
  text-align: center;
  margin: auto;
  overflow: visible;
}

.text-block-10._2 {
  text-align: right;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 400;
}

.paragraph-5 {
  font-family: Great Vibes, cursive;
  font-size: 28px;
}

.paragraph-6 {
  font-weight: 600;
}

.paragraph-7, .div-block-17 {
  text-align: center;
}

.image-2 {
  padding-top: 24px;
}

.list {
  font-weight: 400;
}

.paragraph-8 {
  text-align: center;
}

.image-3 {
  opacity: 1;
}

.div-block-19, .paragraph-11 {
  text-align: center;
}

.italic-text, .paragraph-12 {
  text-align: left;
}

.paragraph-13 {
  color: var(--dark-orchid);
  text-align: center;
  font-size: 27px;
}

.heading-5 {
  color: var(--orchid);
  width: 100%;
}

.div-block-40 {
  border-radius: 4px;
  width: 281px;
  margin-right: 10px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-14 {
  width: 48%;
  margin-bottom: 0;
  line-height: 29px;
  display: inline-block;
}

.paragraph-15 {
  text-align: left;
  width: 50%;
  margin-bottom: 0;
  display: inline-block;
}

.paragraph-16 {
  color: var(--dark-grey);
  text-align: left;
  width: 50%;
  margin-bottom: 0;
  display: inline-block;
}

.paragraph-17 {
  color: var(--dark-grey);
  width: 48%;
  margin-bottom: 0;
  line-height: 29px;
  display: inline-block;
}

.section-2 {
  background-image: linear-gradient(#67008633, #67008633), url('/WebSites/Epilepsie/Images/famille.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-acueil {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 499px;
  margin-bottom: 151px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 84px;
}

.section-3 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-41 {
  background-color: var(--dark-salmon);
  text-align: center;
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-41:hover {
  background-color: #e2b59e;
}

.div-block-42 {
  background-color: var(--light-coral);
  text-align: center;
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-42:hover {
  background-color: var(--rosy-brown);
}

.boite {
  margin-top: 78px;
  margin-bottom: 78px;
}

.boite_text {
  color: #4d4d4d;
  margin-top: 9px;
  font-size: 23px;
  font-weight: 400;
  line-height: 38px;
}

.parag-accueil {
  padding-top: 17px;
  font-size: 16px;
  line-height: 25px;
}

.container-3 {
  text-align: left;
  padding-top: 92px;
  padding-bottom: 92px;
}

.section-4 {
  background-color: var(--medium-orchid);
}

.heading-6 {
  color: var(--white);
  text-align: left;
}

.heading-6._2 {
  text-align: center;
}

.parag-accueil-2 {
  color: var(--light-grey);
  padding-top: 17px;
  font-size: 16px;
  line-height: 25px;
}

.heading-7 {
  color: var(--white);
  font-size: 28px;
}

.heading-7._2 {
  text-align: center;
}

.list-3 {
  color: #cfcfcf;
  line-height: 26px;
}

.link-4 {
  color: var(--light-grey);
  text-transform: uppercase;
  display: block;
}

.link-4:hover {
  color: var(--white);
}

.link-5 {
  color: var(--orchid);
}

.link-5:hover {
  color: var(--plum);
}

.link-block-2 {
  flex-wrap: nowrap;
  flex: 1;
  display: flex;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  margin-top: 644px;
  margin-bottom: 160px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 84px;
}

.list-item {
  font-size: 16px;
  line-height: 20px;
}

.list-4 {
  margin-top: 41px;
}

.div-block-43 {
  z-index: 500;
  flex-flow: column wrap;
  margin-top: 76px;
  margin-right: 8px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.heading-9 {
  display: inline-block;
}

.header-activites {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 624px;
  margin-bottom: 171px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 84px;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.parag-to-open {
  color: var(--light-grey);
  padding-top: 17px;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.plus-minus {
  display: block;
}

.plus-minus.next {
  margin-top: 16px;
}

.dropdown-toggle-3 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.dropdown-plus-minus {
  z-index: 9999;
  color: var(--white);
  flex: 1;
  justify-content: space-between;
  padding: 0;
  font-size: 44px;
  display: block;
}

.text-block-11 {
  font-size: 34px;
  font-weight: 700;
}

.list-plus-minus {
  margin-top: 24px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 22px;
}

.list-plus-minus.w--open {
  background-color: var(--steel-blue);
  color: var(--light-grey);
  border-radius: 10px;
  flex: 0 auto;
  margin-top: -61px;
  padding: 10px 16px;
  position: relative;
}

.link-plus-minus {
  background-color: var(--medium-orchid);
  color: var(--light-grey);
  white-space: normal;
  padding: 32px;
  display: block;
}

.div-block-45 {
  background-image: url('/WebSites/Epilepsie/Images/minus.svg');
  background-position: 50%;
  background-size: cover;
  width: 26px;
  height: 26px;
}

.para-plus-minus {
  margin-top: 20px;
}

.div-block-46 {
  background-color: var(--steel-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  line-height: 41px;
  display: flex;
}

.div-block-47 {
  background-image: url('/WebSites/Epilepsie/Images/plus.svg');
  background-position: 50%;
  background-size: cover;
  width: 26px;
  height: 26px;
}

.text-block-12 {
  color: var(--white);
  font-size: 34px;
  font-weight: 700;
}

.section-6 {
  background-color: #0000;
}

.div-block-48 {
  justify-content: space-between;
  align-items: center;
  line-height: 41px;
  display: flex;
}

.container-5 {
  margin-top: 110px;
  margin-bottom: 26px;
}

.heading-10 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.list-ordered-plus-minus {
  padding-left: 32px;
}

.section-7 {
  background-color: var(--light-coral);
}

.heading-11 {
  color: var(--white);
}

.heading-11._2 {
  text-align: center;
}

.parag-epilepsie {
  color: #e9e8e8;
  padding-top: 17px;
  font-size: 16px;
  line-height: 25px;
}

.header-services {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 628px;
  margin-bottom: 196px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 73px;
  font-weight: 400;
  line-height: 84px;
}

.section-8 {
  background-color: var(--medium-orchid);
}

.list-5 {
  color: var(--black-2);
  line-height: 26px;
}

.html-embed {
  height: 500px;
}

.heading-12 {
  color: var(--orchid);
  font-size: 28px;
}

.heading-12._2 {
  text-align: center;
}

.employes {
  flex-wrap: wrap;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.apropos--h2 {
  color: #00445a;
  text-align: center;
  margin-bottom: 61px;
  font-size: 44px;
  font-weight: 300;
  line-height: 44px;
}

.div-block-49 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 2%;
}

.collection-list {
  flex-flow: wrap;
  place-content: stretch center;
  padding-left: 0;
  display: flex;
}

.collection-item {
  float: left;
  align-self: stretch;
  width: 32.6%;
  margin-bottom: 16px;
  position: static;
}

.heading-14 {
  color: var(--orchid);
  text-align: center;
}

.heading-14._2 {
  text-align: center;
}

.column-2 {
  text-align: center;
  padding: 16px;
}

.columns-2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 42px;
  display: flex;
}

.text-block-13 {
  text-transform: uppercase;
}

.paragraph-18 {
  text-align: left;
  margin-top: 19px;
}

.image-4 {
  height: 200px;
}

.image-4.pasdimage {
  display: inline-block;
}

.heading-15 {
  color: var(--white);
  text-align: left;
  margin-bottom: 31px;
}

.heading-15._2 {
  text-align: center;
}

.container-6 {
  text-align: center;
  padding-top: 92px;
  padding-bottom: 92px;
}

.section-9 {
  background-color: var(--dark-salmon);
}

.section-10 {
  background-color: var(--dark-grey);
}

.column-3 {
  text-align: center;
  width: 50%;
  padding: 40px 16px;
}

.column-2-copy {
  text-align: center;
  padding: 16px;
}

.column-4 {
  text-align: center;
}

.div-block-50 {
  background-color: var(--dark-grey);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  line-height: 41px;
  display: flex;
}

.list-plus-minus-2 {
  margin-top: 24px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 22px;
}

.list-plus-minus-2.w--open {
  background-color: var(--dark-grey);
  color: var(--light-grey);
  border-radius: 10px;
  flex: 0 auto;
  margin-top: -61px;
  padding: 10px 16px;
  position: relative;
}

.heading-13 {
  color: var(--light-coral);
  text-align: center;
}

.heading-13._2 {
  text-align: center;
}

.header-contact {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 638px;
  margin-bottom: 149px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 73px;
  font-weight: 400;
  line-height: 84px;
}

.section-11 {
  background-color: #9456a757;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-11._3 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section-11._2 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2_1.jpg');
}

.section-11._4 {
  background-image: linear-gradient(#da7a8633, #da7a8633), url('/WebSites/Epilepsie/Images/cerveau.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-11._5 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section-11._6 {
  background-image: linear-gradient(#38383842, #38383842), url('/WebSites/Epilepsie/Images/Services.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section-11._7 {
  background-image: linear-gradient(#d36ff054, #d36ff054), url('/WebSites/Epilepsie/Images/Contact.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-16 {
  color: var(--dark-orchid);
  background-color: #0000;
  width: 100%;
}

.heading-17 {
  color: var(--white);
  text-align: center;
}

.heading-17._2 {
  text-align: center;
}

.link-6 {
  color: var(--white);
}

.link-6:hover {
  color: var(--plum);
}

.section-12 {
  background-image: linear-gradient(#d36ff04f, #d36ff04f), url('/WebSites/Epilepsie/Images/actualites.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-12._3 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section-12._2 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2_1.jpg');
}

.section-12._4 {
  background-image: linear-gradient(#da7a8633, #da7a8633), url('/WebSites/Epilepsie/Images/cerveau.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-12._5 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section-12._6 {
  background-image: linear-gradient(#38383842, #38383842), url('/WebSites/Epilepsie/Images/Services.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section-12._7 {
  background-image: linear-gradient(#00000040, #00000040), url('/WebSites/Epilepsie/Images/Contact.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paragraph-19 {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-20 {
  text-align: right;
  display: inline-block;
}

.minus {
  background-image: url('/WebSites/Epilepsie/Images/minus.svg');
  background-position: 50%;
  background-size: cover;
  width: 26px;
  height: 26px;
}

.minus.hidden {
  display: none;
}

.link-dropdown {
  color: var(--plum);
}

.link-dropdown:hover {
  color: var(--purple);
}

.urgence {
  background-color: #912424;
  flex-direction: column;
  align-items: stretch;
  width: 623px;
  height: 404px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-26 {
  background-color: #c50909;
  justify-content: center;
  align-items: stretch;
  height: 56px;
  display: flex;
}

.warning {
  width: 64px;
  height: 48px;
}

.image-5 {
  padding: 6px;
}

.div-block-29 {
  color: #ffc52f;
  text-align: center;
  width: 100%;
  height: 48px;
  padding-top: 10px;
  font-size: 26px;
  line-height: 34px;
}

.div-block-30 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  font-size: 17px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.link-7 {
  color: #e0a78b;
}

.link-7:hover {
  color: #df969f;
}

.text-activite {
  padding-bottom: 12px;
}

.para-plus-minus-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-60 {
  text-align: center;
  display: block;
}

.text-block-14 {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  display: inline-block;
}

.section-13 {
  background-color: #69038857;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-13._3 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section-13._2 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2_1.jpg');
}

.section-13._4 {
  background-image: linear-gradient(#da7a8633, #da7a8633), url('/WebSites/Epilepsie/Images/cerveau.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-13._5 {
  background-image: url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale2.jpg');
}

.section-13._6 {
  background-image: linear-gradient(#38383842, #38383842), url('/WebSites/Epilepsie/Images/Services.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section-13._7 {
  background-image: linear-gradient(#d36ff054, #d36ff054), url('/WebSites/Epilepsie/Images/Contact.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.html-embed-2 {
  height: 400px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  max-width: 50%;
}

.link-block-4 {
  justify-content: center;
  margin-top: 93px;
  display: flex;
}

.link-block-4.jazz {
  margin-top: -49px;
}

.heading-20 {
  color: var(--orchid);
  text-align: center;
  margin-top: 88px;
}

.heading-20._2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 0;
  }

  .nav-link, .nav-link.w--current {
    background-color: var(--white);
  }

  .nav-link.normal {
    margin-right: 0;
  }

  .main {
    padding-top: 69px;
  }

  .text-block {
    margin-top: 0;
  }

  .section._7 {
    background-image: url('/WebSites/Epilepsie/Images/Contact_1.png'), linear-gradient(to bottom, var(--medium-orchid-2), var(--medium-orchid-2)), url('/WebSites/Epilepsie/Images/Lavendre_bande_verticale.jpg');
    background-attachment: scroll, scroll, scroll;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--white);
    padding: 22px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .brand {
    max-width: 248px;
  }

  .icon {
    color: #d36ff0;
  }

  .icon:hover {
    color: #ffafff;
  }

  .dropdown-toggle {
    background-color: var(--white);
  }

  .nav-menu {
    background-color: var(--white);
    box-shadow: 1px 1px 3px #00000078;
  }

  .dropdown-list-2.w--open {
    margin-left: 4px;
  }

  .dropdown-toggle-2 {
    background-color: var(--white);
  }

  .image-1 {
    text-align: left;
  }

  .header-acueil {
    margin-top: 409px;
    margin-bottom: 87px;
    font-size: 64px;
    line-height: 72px;
  }

  .section-4, .section-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-8 {
    margin-top: 386px;
    margin-bottom: 37px;
    font-size: 52px;
  }

  .header-activites {
    margin-top: 409px;
    margin-bottom: 87px;
    font-size: 64px;
    line-height: 72px;
  }

  .section-6, .section-7 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-services {
    margin-top: 409px;
    margin-bottom: 87px;
    font-size: 56px;
    line-height: 72px;
  }

  .section-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .employes {
    margin-top: 51px;
    margin-bottom: 0;
    padding-left: 51px;
    padding-right: 51px;
    position: static;
  }

  .div-block-49 {
    width: 100%;
  }

  .collection-list-wrapper {
    margin-left: 0;
  }

  .collection-list {
    padding-left: 0;
  }

  .collection-item {
    width: 50%;
    margin-bottom: 16px;
  }

  .section-9, .section-10 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-contact {
    margin-top: 321px;
    margin-bottom: 52px;
    font-size: 64px;
    line-height: 72px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    padding-left: 8px;
  }

  .main {
    padding-top: 68px;
  }

  .canalliance {
    max-width: 110px;
  }

  .div-block-2 {
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .text-block {
    text-align: center;
    margin-top: 4px;
  }

  .div-block-3 {
    margin: 10px 10px 0;
  }

  .div-block-5 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    width: auto;
    margin: 0 10px;
    display: flex;
  }

  .div-block-6 {
    width: 50%;
  }

  .div-block-7 {
    flex-flow: wrap;
    justify-content: center;
    align-items: baseline;
    width: auto;
    margin-right: 0;
  }

  .div-block-8 {
    width: 50%;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 10px;
  }

  .div-block-9 {
    width: 50%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
  }

  .brand {
    max-width: 257px;
  }

  .div-block-10 {
    width: 50%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    flex-wrap: wrap;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-13 {
    text-align: center;
  }

  .paragraph {
    text-align: center;
    margin-top: 6px;
  }

  .div-block-40 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    width: auto;
    margin: 0 10px;
    display: flex;
  }

  .header-acueil {
    margin-top: 284px;
    margin-bottom: 29px;
    font-size: 36px;
  }

  .section-3 {
    flex-direction: column;
  }

  .boite {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-activites {
    margin-top: 284px;
    margin-bottom: 29px;
    font-size: 36px;
  }

  .text-block-11 {
    font-size: 24px;
  }

  .div-block-45, .div-block-47 {
    width: 24px;
    height: 24px;
  }

  .text-block-12 {
    font-size: 24px;
  }

  .header-services {
    margin-top: 284px;
    margin-bottom: 29px;
    font-size: 36px;
  }

  .employes {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .apropos--h2 {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .collection-list {
    padding-left: 0;
  }

  .collection-item {
    width: 85%;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    display: block;
  }

  .column-3 {
    width: 100%;
  }

  .header-contact {
    margin-top: 217px;
    margin-bottom: 29px;
    font-size: 36px;
  }

  .paragraph-20 {
    text-align: center;
  }

  .minus {
    width: 24px;
    height: 24px;
  }

  .urgence {
    width: 451px;
    height: 485px;
  }

  .div-block-26 {
    height: 53px;
  }

  .div-block-60 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-bottom: 1px;
  }

  .image {
    padding-top: 6px;
  }

  .footer {
    padding: 23px 0;
  }

  .div-block-5 {
    width: auto;
  }

  .columns {
    margin-top: 13px;
    margin-bottom: 24px;
  }

  .div-block-6 {
    width: 50%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: baseline;
  }

  .menu-button {
    display: inline-block;
  }

  .brand {
    max-width: 210px;
    display: inline-block;
  }

  .brand.w--current {
    max-width: 211px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .grid-2, .paragraph-4 {
    display: none;
  }

  .div-block-18 {
    width: auto;
  }

  .paragraph-13 {
    line-height: 35px;
  }

  .div-block-40 {
    width: auto;
  }

  .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
    font-size: 14px;
  }

  .header-acueil {
    margin-top: 160px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 40px;
  }

  .boite_text {
    font-size: 15px;
    font-weight: 700;
  }

  .parag-accueil {
    font-size: 14px;
  }

  .container-3 {
    padding-top: 14px;
    padding-bottom: 31px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .parag-accueil-2 {
    padding-top: 0;
  }

  .heading-7 {
    font-size: 19px;
  }

  .heading-8 {
    margin-top: 221px;
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 57px;
  }

  .header-activites {
    margin-top: 160px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 40px;
  }

  .parag-to-open {
    padding-top: 0;
  }

  .text-block-11, .list-plus-minus {
    font-size: 14px;
  }

  .div-block-45, .div-block-47 {
    width: 16px;
    height: 16px;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .container-5 {
    margin-top: 50px;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .heading-10 {
    font-size: 14px;
    line-height: 21px;
  }

  .heading-11 {
    font-size: 22px;
  }

  .parag-epilepsie {
    font-size: 14px;
  }

  .header-services {
    margin-top: 160px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-12 {
    font-size: 22px;
  }

  .employes {
    margin-bottom: 0;
  }

  .apropos--h2 {
    font-size: 36px;
  }

  .collection-item {
    margin-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14, .heading-15 {
    font-size: 22px;
  }

  .container-6 {
    padding-top: 14px;
    padding-bottom: 31px;
  }

  .list-plus-minus-2 {
    font-size: 14px;
  }

  .heading-13 {
    font-size: 22px;
  }

  .header-contact {
    margin-top: 123px;
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-17 {
    font-size: 22px;
  }

  .minus {
    width: 16px;
    height: 16px;
  }

  .urgence {
    width: 310px;
    height: 545px;
  }

  .heading-20 {
    font-size: 22px;
  }
}


