@import url(../css/modules/reset.css);

@import url(../css/modules/hamburger.css);

@import url(../css/modules/grid.css);

@import url(../css/modules/carousel.css);

@font-face {
  font-family: "DS";
  src: url("../css/DancingScript-VariableFont_wght.ttf");
}

header.index {
  background-color: #686868;
  height: 12rem;
}

html {
  background-color: #c6c6c6;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a {
  text-decoration: none;
  color: inherit;
}

img.slider-contain {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

a,
p,
h1,
h2,
h3,
h4,
div {
  font-family: "Roboto", sans-serif;
  color: black;
}

p,
li,
a {
  font-size: 1.1rem;
}

.cont-header {
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cont-header p,
  .cont-header a {
  font-family: "DS";
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
}

.cont-header a {
  position: absolute;
  margin-left: 1.5rem;
}

div.cont-header .main-logo {
  width: 9rem;
}

.flex-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cont-header-logo {
  margin-left: 0;
}

.cont-header-nav {
  width: 100%;
  position: absolute;
}

.ul-header-menu li {
  margin-bottom: 1rem;
  display: flex;
  margin: 0 2rem;
}

.ul-header-menu a {
  margin: 0;
  padding: 2rem;
  font-size: 1.5rem;
  z-index: 2;
  color: white;
  text-align: center;
  padding-right: 7rem;
  width: 100%;
}

.hamburger {
  position: relative;
  top: 3rem;
  z-index: 20;
  padding: 2rem 2rem 1rem 1rem;
}

.l-main-nav {
  background-color: black;
  opacity: 80%;
  overflow: hidden;
  transition-delay: 2s;
  z-index: 15;
  position: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
}

.hamburger + nav {
  display: none;
}

.hamburger.is-active {
  position: fixed;
}

.hamburger.is-active + nav {
  display: block;
}

.nav-menu-ham {
  display: flex;
  flex-direction: row-reverse;
}

.cont-header {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  z-index: 10;
}

@media (orientation: portrait) {
  .mySlides img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  img.mobile {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

main.index {
  display: flex;
  justify-content: center;
}

a.def-link {
  color: #4481d6;
  border-bottom: solid 1px #4481d6;
  margin-top: 2rem;
}

.index-infos {
  border: 1px solid #766f6f;
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
  padding: 0.5rem;
  align-items: center;
  margin-top: 2rem;
  text-align: center;
  border-radius: 2px;
  transition: 100ms;
  height: 430px;
}

.index-infos li {
  margin-bottom: 4px;
}

.index-infos h1,
  .index-infos p {
  margin: 1rem 2rem;
}

.index-infos i {
  font-size: 3rem;
  color: #4481d6;
  border: 2px solid #766f6f;
  padding: 1.5rem;
  border-radius: 100%;
}

.cont-demarches > h2.underscore {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #4481d6;
  padding: 0.2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: fit-content;
}

a.index-infos:hover {
  background-color: #e7e7e7;
  transition: 100ms;
}

a.index-infos:hover i {
  color: #45433b;
  border: 2px solid #4481d6;
  transition: 100ms;
}

a.index-infos:hover h1::after {
  background-color: #45433b;
  transition: 100ms;
}

main.index {
  margin-bottom: 4rem;
}

p.size-c {
  margin: 0 7px;
}

p.size-ce {
  margin: 0 30px;
}

.index-infos {
  height: auto;
  padding: 1rem;
}

.center-wraper {
  text-align: center;
  margin-left: 3rem;
}

.cont-enfants-adultes {
  text-align: start;
  max-width: 270px;
}

.cont-enfants-adultes h3 {
  margin-bottom: 5px;
  padding: 5px 0 0 0;
  border-bottom: solid 1px #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer {
  margin-top: 3rem;
  background-color: #04091e;
}

footer .wrap {
  margin: 0 auto;
}

footer img {
  width: 10rem;
  margin: 2rem;
}

footer a {
  margin: 0;
}

footer a,
  footer p,
  footer h1,
  footer h2,
  footer h3 {
  color: #fff;
}

.footer1,
.footer-contact {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.nav-name.namefooter {
  position: relative;
}

.nav-name.namefooter {
  text-align: center;
}

.footer-contact {
  height: 100%;
}

.footer-contact p {
  margin: 0;
}

.footer-contact div {
  width: auto;
  display: flex;
  flex-direction: column;
}

.cont-footermap {
  min-width: 100%;
  height: 20rem;
  padding: 1rem;
  overflow: hidden;
  margin-top: 2rem;
}

.footermap {
  border: none;
  width: 100%;
  height: 22rem;
  margin-top: -170px;
}

.cont-footermap {
  display: flex;
  justify-content: center;
}

.footerend {
  text-align: center;
  width: 100%;
  margin: 0;
  color: grey;
  font-family: inherit;
  height: 5rem;
  border-top: 1px solid grey;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.footer1 p {
  font-family: "DS";
}

@media screen and (min-width: 760px) {
  .index-infos {
    height: auto;
  }

  .cont-footermap {
    display: block;
  }

  .cont-footermap {
    width: 100vw;
    margin: 0;
    padding: 1rem;
    height: 30rem;
  }

  .footermap {
    height: 40rem;
  }
}

@media screen and (min-width: 960px) {
  div.ctr {
    justify-content: center;
  }

  a.cont-header-logo {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: -1rem;
  }

  .index-infos {
    height: auto;
    min-height: 700px;
  }

  .cont-enfants-adultes {
    text-align: start;
    margin-left: 4.5rem;
  }

  .center-wraper {
    margin-left: 0;
  }

  header .wrap {
    margin: 0 auto;
  }

  .hamburger {
    display: none;
  }

  .hamburger + nav {
    display: inline-block;
  }

  .flex-nav {
    position: relative;
  }

  .cont-footermap {
    width: 20rem;
    position: relative;
    right: 1rem;
    height: 20rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .l-main-nav {
    background-color: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: 0 auto;
    top: 7.5rem;
    opacity: 100%;
  }

  .l-main-nav a,
    .l-main-nav li {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    width: auto;
    margin: 0;
    border-bottom: none;
    padding: 0 0.5rem;
  }

  .ul-header-menu {
    display: flex;
    margin: 1rem 0 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    right: 0;
    margin-top: 2rem;
    position: initial;
    top: 0;
    color: #fff;
  }

  .ul-header-menu .is-active::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #4481d6;
    margin: 0 5px;
  }

  .ul-header-menu a:hover {
    color: #4481d6;
    transition-duration: 100ms;
  }
}

@media screen and (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }

  .cont-footermap {
    height: 20rem;
    margin-top: 1rem;
  }

  .asside-contact {
    margin-bottom: 10rem;
  }
}

.cabgrid img {
  padding: 1rem;
  width: 800px;
}

.about-pres h2 {
  margin: 0 0 2rem 4rem;
}

.about-pres.align {
  margin-top: -2rem;
}

aside.align {
  margin-top: 3.5rem;
}

.cont-demarches.semino p:nth-child(2)::before {
  content: "  ";
  font-weight: normal;
}

.cont-demarches p:nth-child(3)::before {
  content: "  ";
  font-weight: normal;
}

.cont-demarches p:nth-child(4)::before {
  content: "  ";
  font-weight: normal;
}

.cont-demarches p:nth-child(5)::before {
  content: "  ";
  font-weight: normal;
}

.cont-demarches p:nth-child(6)::before {
  content: "  ";
  font-weight: normal;
}

.cont-demarches p:nth-child(7)::before {
  content: "  ";
  font-weight: normal;
}

.cont-demarches.semino p::first-line {
  margin-left: 2rem;
}

li span.sidetxt {
  font-size: 0.8rem;
  border-bottom: none;
  font-weight: 600;
  margin-left: 1rem;
}

.cont-demarches.semino {
  margin: 2rem;
}

.cont-demarches.semino p {
  margin: 0 1rem 1.5rem 0rem;
}

.description-container {
  margin: 0;
  padding: 0;
  margin-left: -2rem;
}

.description-container h5 {
  margin: 1rem;
}

.cont-demarches.semino ol {
  margin-left: 1rem;
  padding: 0;
  font-weight: bolder;
}

.cont-demarches.semino ol p {
  margin: 1rem;
}

.cont-demarches.semino ol li p {
  font-weight: normal;
}

.description-container ol.sous-liste {
  margin-left: 4rem;
  list-style: auto;
  margin-bottom: 2rem;
}

.description-container ol.sous-liste li {
  font-weight: 400;
}

.description-container ol.sous-liste li p {
  margin: 0;
  padding-left: 1rem;
}

.span-con {
  display: flex;
}

.small-imp {
  font-size: 1.1rem;
}

ol.sous-liste.no-list {
  list-style: disc;
}

li > span.text-emphasis {
  font-size: 1.3rem;
  border-bottom: 2px solid #000;
}

p.inherit#inherit {
  font-weight: 400;
  margin: 2rem 0;
  margin-bottom: 2rem;
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.cont-demarches h2,
.cont-demarches h3,
.cont-demarches h4 {
  margin: 0rem 2rem 2rem 2rem;
}

.about-pres-section p {
  margin: 0 1rem 1.5rem 3rem;
}

.text-emphasis {
  font-weight: 800;
}

.cont-demarches p:nth-child(2)::before {
  content: "1) ";
  font-weight: bolder;
}

.cont-demarches p:nth-child(3)::before {
  content: "2) ";
  font-weight: bolder;
}

.cont-demarches p:nth-child(4)::before {
  content: "3) ";
  font-weight: bolder;
}

.cont-demarches p:nth-child(5)::before {
  content: "4) ";
  font-weight: bolder;
}

.cont-demarches p:nth-child(6)::before {
  content: "5) ";
  font-weight: bolder;
}

.cont-demarches p:nth-child(7)::before {
  content: "6) ";
  font-weight: bolder;
}

.cont-demarches p:nth-last-child(1) {
  margin-bottom: 4rem;
}

.warning {
  border-bottom: 2px solid #000;
}

header.about_me,
header.administratif {
  height: 420px;
  position: relative;
}

.aside_blocs h3 {
  background-color: #4481d6;
  padding: 0.8rem;
  margin: 1rem;
  font-size: 1.3rem;
}

.aside_blocs p,
.aside_blocs a {
  margin: 1rem 0 0 2rem;
}

.aside_blocs a:last-child {
  margin-bottom: 2rem;
}

.last {
  padding-bottom: 2rem;
}

.about-pres {
  display: flex;
  flex-direction: column;
}

aside .aside_blocs {
  display: flex;
  flex-direction: column;
}

aside {
  border: 1px solid #c4c1c0;
  margin: 1rem;
}

a.aside-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: #4481d6;
}

.about-pres-section {
  margin-top: 5rem;
}

.about-pres-section .wrap {
  margin: auto;
}

@media screen and (min-width: 760px) {
  aside {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  aside {
    margin: 1rem;
  }
}

.about-pres.contact {
  margin: 1rem;
  margin-top: 3rem;
  border: 1px solid grey;
  padding: 1rem;
}

.about-pres.contact.coordonnes p {
  margin-bottom: 0;
}

.about-pres.contact.coordonnes a {
  margin-left: 3rem;
}

#fcf-form {
  display: block;
}

.mt {
  margin-top: 0.75rem;
}

.fcf-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}

.fcf-form-group {
  margin-bottom: 1rem;
}

.fcf-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 1px solid #313131;
}

select.fcf-form-control[size],
select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.fcf-credit {
  padding-top: 10px;
  font-size: 0.9rem;
  color: #545b62;
}

.fcf-credit a {
  color: #545b62;
  text-decoration: underline;
}

.fcf-credit a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
    transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus,
.fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.fcf-btn-primary:focus,
.fcf-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg,
.fcf-btn-group-lg > .fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: block;
  width: 100%;
}

.fcf-btn-block + .fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block,
input[type="reset"].fcf-btn-block,
input[type="button"].fcf-btn-block {
  width: 100%;
}

.asside-contact {
  margin-top: 3.7rem;
}

p.contact-p {
  max-width: 100%;
}

/*# sourceMappingURL=screen.css.map */
