/*	Theme Name: Dessine-moi une crèche
	Theme URI: https://dmuc.fr/
	Description: Dessine-moi une crèche
	Version: 1.1
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Calibri", sans-serif;
  font-style: normal;
  color: #047178;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  background: #EAE7DD;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/*  button */
input.gform_button,
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

form textarea {
  border: none;
}

form .ginput_container_consent input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: initial;
}

@font-face {
  font-family: "neulis-cursive";
  font-style: normal;
  font-weight: 400;
  src: local("neulis-cursive regular"), local("neulis-cursive-Regular"),
    url("/wp-content/themes/DMUC/assets/fonts/Neulis_Cursive_Regular.woff2") format("woff2"),
    url("/wp-content/themes/DMUC/assets/fonts/Neulis_Cursive_Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "neulis-cursive";
  font-style: normal;
  font-weight: 500;
  src: local("neulis-cursive medium"), local("neulis-cursive-Medium"),
    url("/wp-content/themes/DMUC/assets/fonts/Neulis_Cursive_Medium.woff2") format("woff2"),
    url("/wp-content/themes/DMUC/assets/fonts/Neulis_Cursive_Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 100;
  src: local("Calibri Light"), local("Calibri-Light"),
    url("/wp-content/themes/DMUC/assets/fonts/Calibri-Light.woff2") format("woff2"),
    url("/wp-content/themes/DMUC/assets/fonts/Calibri-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), local("Calibri"),
    url("/wp-content/themes/DMUC/assets/fonts/Calibri.woff2") format("woff2"),
    url("/wp-content/themes/DMUC/assets/fonts/Calibri.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 700;
  src: local("Calibri Bold"), local("Calibri-Bold"),
    url("/wp-content/themes/DMUC/assets/fonts/Calibri-Bold.woff2") format("woff2"),
    url("/wp-content/themes/DMUC/assets/fonts/Calibri-Bold.woff") format("woff");
  font-display: swap;
}

/* PLAYER VIDEO*/
body .mejs-container * {
  color: #fff;
}

/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
/*.logged-in.admin-bar header {
  margin-top: 32px;
}*/
/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row>* {
  float: left;
  width: 100%;
  padding-left: .9375em;
  padding-right: .9375em;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

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

@media screen and (min-width:1100px) and (max-width:1199px) {
  .container {
    max-width: 1060px;
  }
}

@media screen and (max-width:1099px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width:480px) {
  .row>* {
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
  color: #047178;
  text-decoration: none;
}

a:hover {
  color: #FF8787;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}

:focus {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

section img {
  border-radius: 30px;
}

#clients img {
  border-radius: 0;
}

main .acf-map img {
  border-radius: 0;
}

.btn {
  padding: 8px 20px 8px;
  font-weight: 600;
  display: block;
  position: relative;
  width: max-content;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


.menu-btn {
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  background: #25888e;
  border: 2px solid #25888e;
  display: block;
  width: max-content;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  font-family: "neulis-cursive", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-left: 1em;
}

header .menu-btn {
  margin-top: -1em;
}

.menu-btn:hover {
  color: #25888e;
  background: transparent;
}

.menu-btn.esp-famil {
  background: #FF8787;
  padding: 5px 15px 5px 45px;
  position: relative;
  color: #f2f0ee;
  margin-left: .5em;
  border: 2px solid #FF8787;
}

.menu-btn.esp-famil:hover {
  background: transparent;
  color: #FF8787;
}

.menu-btn.esp-famil:after {
  content: url(/wp-content/themes/DMUC/images/cadena.svg);
  position: absolute;
  left: 15px;
  top: 5px;
}

.menu-btn.esp-famil:hover:after {
  content: url(/wp-content/themes/DMUC/images/cadena-hover.svg);
}

@media screen and (min-width:601px) {
  .btn {
    font-size: 24px;
  }
}

@media screen and (max-width:600px) {
  .btn {
    font-size: 20px;
  }
}

@media only screen and (min-width: 801px) {
  .bloc-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bloc-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .bloc-3-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .bloc-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .bloc-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .bloc-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

/*------------------------------------*\
MISC
\*------------------------------------*/
::selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
\*------------------------------------*/
h1 {
  font-weight: 100;
  line-height: 1.1;
}

h1 strong {
  color: #FF8787;
}

h2,
h3,
h4 {
  line-height: 1.2;
  font-family: "neulis-cursive", sans-serif;
  font-weight: 400;
}

p {
  font-weight: 400;
  line-height: 1.4;
  margin: .5em 0;
  letter-spacing: 0.54px;
}

ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

li {
  line-height: 1.4;
  letter-spacing: 0.54px;
}

small {
  font-size: 14px;
}

@media screen and (min-width:1200px) {
  section {
    padding: 4em 0;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  p,
  li {
    font-size: 18px;
  }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
  section {
    padding: 4em 0;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

  p,
  li {
    font-size: 18px;
  }
}

@media screen and (min-width:481px) and (max-width:1024px) {
  section {
    padding: 3em 0;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  p,
  li {
    font-size: 16px;
  }
}

@media screen and (max-width:480px) {
  section {
    padding: 2em 0;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  p,
  li {
    font-size: 16px;
  }
}


/* ============================
========= HEADER ==============
=============================*/
header {
  /*  position: fixed;*/
  transition: transform 0.8s ease-in-out;
  z-index: 99;
  width: 100%;
}

.navbar-hidden {
  transform: translateY(-100%);
}

#menu-aeb.smallogo {
  /*height: 135px;*/
  background: #fff;
  box-shadow: 0 0px 5px #8d8d8d69;
}

#menu-aeb .contain {
  height: 100%;
  width: 90%;
  max-width: 1380px;
  margin: auto;
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  padding: 20px 0 0;
}

#menu-aeb.smallogo .contain {
  padding: 10px 0;
}

header .wrap-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  float: right;
}

header .wrap-nav>li {
  padding-left: 25px;
  line-height: 1;
  padding-bottom: 1em;

}

header .wrap-nav li.menu-linkedin {
  padding: 0 0 1em;
}

header .wrap-nav a,
.dropdown,
.itemnolink {
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.dropdown-content {
  display: none;
}

.dropdown .dropdown-content a {
  font-size: 17px;
  padding: 0.25em 0;
  display: block;
}

.dropdown:hover .dropdown-content a:hover {}

.menu {
  width: 90%;
}

.logo-header {
  max-height: 150px;
}

.logo-header a {
  display: block;
  width: 140px;
}

header .suivezburger {
  display: none;
}

header ul {
  list-style-type: none;
  margin: 0;
}

/* Main */

#content_archive {
  padding-top: 0;
  padding-bottom: 2em;
}

/* footer */
footer {
  background: #F0EDE5;
}

footer ul {
  margin: 0;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.logosocial a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.finis {
  padding-top: 4em;
  padding-bottom: 3em;
}

/* mention legal, politique de conf */
.mbp {
  text-align: center;
  padding: 0 1em 0.5em;
}

.mbp p,
.mbp a {
  color: #047178;
  font-size: 14px
}

.mbp a:hover {
  color: #FF8787;
}

@media screen and (max-width:480px) {
  .finis {
    padding-top: 3em;
    padding-bottom: 1em;
  }

  .mbp p,
  .mbp a {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

/* menu humberger */
.hamb {
  display: none;
}

.allelement {
  width: 45px;
  height: 42px;
  position: relative;
}

.element {
  width: 45px;
  height: 5px;
  background-color: #047178;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1
}

.element::before,
.element::after {
  width: 45px;
  height: 5px;
  background-color: #047178;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  opacity: 1;
  right: 0
}

.element::before {
  top: -14px
}

.element::after {
  top: 14px
}

.element1 {
  width: 45px;
  height: 5px;
  opacity: 0;
  background-color: #047178;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(51px, -50%)
}

.element1::before,
.element1::after {
  width: 45px;
  height: 5px;
  background-color: #047178;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  transform: translate(102px, 0)
}

.element1::before {
  top: -10px;
}

.element1::after {
  top: 17px;
}

.hamb:hover .element {
  transform: translate(-51px, 50%);
  opacity: 0
}

.hamb:hover .element::before,
.hamb:hover .element::after {
  transform: translate(102px, 0);
  opacity: 0
}

.hamb:hover .element1 {
  opacity: 1;
  transform: translate(0, -50%)
}

.hamb:hover .element1::before,
.hamb:hover .element1::after {
  opacity: 1;
  transform: translate(0%, -50%);
}

.hamb.is-active .element {
  display: none
}

.hamb.is-active .element1 {
  opacity: 1;
  transform: rotate(45deg)
}

.hamb.is-active .element1::before {
  transform: translate(0, 10px) rotate(90deg);
  transform-origin: center
}

.hamb.is-active .element1::after {
  transform-origin: center;
  transform: translate(0, -10px) rotate(0);
  opacity: 0
}

.hidden-btn .menu-btn {
  display: none;
}

@media screen and (min-width:1280px) {

  header .wrap-nav a,
  .dropdown,
  .itemnolink {
    font-size: 20px;
  }

  .menu-btn {
    font-size: 22px;
  }

  .logo-header img {
    max-height: 150px;
  }
}

@media screen and (min-width:1150px) {
  .dropdown:hover .dropdown-content {
    display: grid;
    position: absolute;
    top: 1.5em;
    padding: .5em 1em;
    width: max-content;
    background: rgb(240 237 229);
    box-shadow: -1px 3px 7px #0000000f;
    z-index: 99;
  }

  .dropdown {
    position: relative;
    padding-right: 1em;
  }

  .dropdown:after {
    content: url(/wp-content/themes/DMUC/images/puce-menu.svg);
    position: absolute;
    top: -1px;
    right: 3px;
  }

}

@media screen and (min-width:1150px) and (max-width:1300px) {
  .logo-header img {
    max-height: 120px;
  }

  header .wrap-nav a,
  .dropdown,
  .itemnolink {
    font-size: 18px;
  }

  .menu-btn {
    font-size: 20px;
  }

  header .wrap-nav>li {
    padding-left: 10px;
  }

  .dropdown:after {
    right: 6px;
  }
}

@media screen and (max-width:1149px) {
  #menu-aeb .contain {
    justify-content: space-between;
  }

  .hamb {
    display: block;
    cursor: pointer;
    overflow: hidden;
  }

  .menu {
    position: fixed;
    background-color: #EAE7DD;
    height: 100%;
    width: 100%;
    z-index: 100;
    left: -100%;
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .menu.active {
    right: 0%;
    left: inherit;
    margin-top: 170px;
    width: 100%;
    top: 0%;
    overflow: scroll;
    transform: scale(1);
    opacity: 1;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .menu .wrap .mara {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  #top.fixe {
    overflow: hidden;
    position: initial;
  }

  header .wrap-nav a {
    margin: 0.5rem 0;
  }

  .dropdown .dropdown-content a {
    color: #ff8787;
  }

  .dropdown .dropdown-content a:hover {
    color: #ff8787;
  }

  header .wrap-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin: 4rem 0 2rem;
    align-items: center;
  }

  header .wrap-nav>li {
    font-size: 28px;
    padding-left: 0;
    padding-bottom: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-btn {
    font-size: 20px;
  }

  .menu .wrap {
    height: 100%;
  }

  #menu-aeb {
    max-height: 170px;
    background: #EAE7DD;
  }

  .dropdown.activesub .dropdown-content {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }

  #menu-aeb .menu-btn {
    display: none;
  }

  #menu-aeb .hidden-btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 2rem;
  }

  #menu-aeb .hidden-btn .menu-btn {
    display: block;
    margin-left: 0;
  }

  #menu-aeb .hidden-btn .menu-btn:last-child {
    margin-left: 1rem;
  }



  /* AJOUT*/
  .dropdown {
    padding: 0;
  }

  .dropdown span {
    position: relative;
    cursor: pointer;
  }

  .menu .dropdown.active .dropdown-content {
    overflow: visible;
    transition: max-height 0.3s ease-in, padding 0.3s ease-in;
  }

  .dropdown span:before,
  .dropdown span:after {
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
    right: -20px;
    top: 10px;
    margin: 0;
    height: 2.5px;
    width: 12px;
    border-radius: 6px;
    background: #047178;
    transition: transform 0.35s, background-color 0.35s;
  }

  .dropdown span:after {
    transform: rotate(-45deg);
    top: 17px;
  }

  .dropdown.active span:before {
    transform: rotate(45deg);
    right: -15px;
    top: 15px;
    transition: transform 0.35s, background-color 0.35s;
  }

  .dropdown.active span:after {
    transform: rotate(-45deg);
    right: -22px;
    top: 15px;
    transition: transform 0.35s, background-color 0.35s;
  }

  .dropdown .dropdown-content a {
    font-size: 20px;
    padding: 0;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width:800px) {
  #menu-aeb {
    max-height: 165px;
  }

  .menu.active {
    margin-top: 165px;
  }

  .logo-header {
    max-height: 145px;
  }

  .logo-header img {
    max-height: 145px;
  }

  .logo-header a {
    width: 135px;
  }
}

@media screen and (max-width:480px) {
  .logo-header img {
    max-height: 100px;
  }

  .menu.active {
    margin-top: 126px;
    z-index: 999;
  }

  header .wrap-nav {
    margin: 8% 0 5%;
  }

  #menu-aeb .hidden-btn {
    margin-top: 1rem;
  }
}

/* PERSONNALISATION */

.titre-section {
  text-align: center;
}

/* Accueil */
#intro-accueil {
  position: relative;
  padding: 40px 0;
}

#intro-accueil::before {
  content: url(/wp-content/themes/DMUC/images/Fleur_verte.png);
  position: absolute;
  left: 0%;
  top: 75%;
  z-index: 99;
}

#espace-famille #intro-accueil::before {
  display: none;
}

#intro-accueil .container {
  max-width: 1120px;
}

#intro-accueil h1 {
  text-align: center;
  font-family: Calibri;
  font-size: 100px;
  font-weight: 300;
  line-height: 84%;
}

#intro-accueil .presentation h2 {
  text-align: center;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 2em 0 0;
}

#intro-accueil .creche {
  max-width: 380px;
  background: #55A3A8;
  border-radius: 200px;
  margin: 2em auto;
}

#intro-accueil .img-creche {
  display: flex;
}

#intro-accueil .img-creche img {
  width: auto;
}

#intro-accueil .c-pap .img-creche {
  justify-content: flex-end;
}

#intro-accueil .c-pap .img-creche img {
  margin-top: -1.25em;
}

#intro-accueil .c-lib .img-creche img {
  margin-left: -3em;
}

#intro-accueil .texte-creche {
  display: flex;
  flex-direction: column;
  padding: 0px 40px;
  margin-top: -1em;
}

#intro-accueil .creche h2 {
  color: #EAE7DD;
  text-align: center;
  font-family: "neulis-cursive", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

#intro-accueil .creche span {
  font-family: "neulis-cursive", sans-serif;
  color: #EAE7DD;
  font-size: 32px;
  text-align: left;
  padding-left: 2em;
  display: block;
  line-height: 1;
}

#intro-accueil .creche h3 {
  color: #EAE7DD;
  font-size: 32px;
  font-family: Calibri;
  font-weight: 400;
  text-align: right;
  margin: 0;
}

#intro-accueil .btn-creche {
  padding: 1em 0 2.5em;
}

#intro-accueil .btn {
  color: #EAE7DD;
  border-radius: 20px;
  background: #24888E;
  font-size: 25px;
  font-weight: 700;
  margin: .5em auto;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-accueil .c-lib .btn {
  border: 2px solid #FF8787;
}

#intro-accueil .c-pap .btn {
  border: 2px solid #FFF500;
}

#intro-accueil .btn:hover {
  background: #EAE7DD;
  color: #24888E;
  border: 2px solid #EAE7DD;
}

#nous {
  padding: 7.5rem 0 5.5rem;
  position: relative;
}

#nous::before {
  content: url(/wp-content/themes/DMUC/images/fleur-etoile-bleue.png);
  position: absolute;
  right: 0%;
  top: -25%;
  z-index: 99;
}

#nous p {
  max-width: 740px;
  margin: 1.5em auto;
  text-align: center;
}

#nous .menu-btn {
  font-weight: 400;
  line-height: 1;
  margin: auto;
  display: block;
}

#jesaispas {
  background: #F0EDE5;
  padding-bottom: 0;
}

#jesaispas p {
  text-align: center;
  max-width: 550px;
  margin: auto;
}

#jesaispas .menu-btn {
  font-weight: 400;
  line-height: 1;
  margin: .5em auto 0;
  display: block;
}

#clients {
  background: #EAE7DD;
}

#clients h2 {
  margin-bottom: 36px;
  display: block;
  text-align: center;
}

footer {
  position: relative;
}

footer::before {
  content: url(/wp-content/themes/DMUC/images/chenille_fleurs.png);
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 99;
}

footer .bloc-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}

footer .bloc-coor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

footer .bloc-btn-foot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}

footer .bloc-coor h3,
footer .bloc-coor p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.48px;
}

footer .bloc-coor h3 {
  font-weight: 700;
}

footer .bloc-coor p {
  margin: 0;
}

footer .bloc-coor h3 span {
  font-family: "neulis-cursive", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
}

footer .bloc-btn-foot .menu-btn {
  width: 155px;
  margin: 0 0 .5em;
}

footer .res {
  margin-top: 0.25rem;
}

footer .res a:nth-child(2) {
  margin: 0 4px;
}

footer .caf img {
  width: 100%;
}

.nav-mobile {
  display: none;
}

@media screen and (max-width: 1500px) {
  footer::before {
    display: none;
  }
}

@media screen and (min-width:1025px) and (max-width:1199px) {

  #intro-accueil::before,
  #nous::before {
    zoom: 0.8;
  }

  #nous::before {
    top: -20%;
  }
}

@media screen and (min-width:801px) and (max-width:1199px) {
  p {
    font-size: 18px;
  }
}

@media screen and (max-width:1024px) {
  #intro-accueil .creche h2 {
    font-size: 55px;
  }

  #intro-accueil::before,
  #nous::before {
    display: none;
  }
}

@media screen and (min-width:801px) and (max-width:1024px) {

  .bloc-btn-foot {
    display: none;
  }

  .bloc-5 {
    display: none;
  }

  footer .bloc-logo,
  footer .bloc-coor {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media screen and (max-width:800px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 16px;
  }

  #intro-accueil h1 {
    font-size: 55px;
  }

  #intro-accueil h3 {
    font-size: 16px;
  }

  #intro-accueil .c-lib {
    margin: 2em auto 0;
  }

  #nous {
    padding: 6rem 0 3rem;
  }

  footer .row>* {
    margin-bottom: 15px;
  }

  footer .bloc-logo,
  footer .bloc-coor,
  footer .bloc-btn-foot {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  footer .bloc-5 img {
    content: url(/wp-content/themes/DMUC/images/alloc_mob.png);
    width: 100%;
  }

  footer .bloc-btn-foot {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 0;
  }

  footer .bloc-btn-foot .menu-btn {
    margin: 0;
  }

  .mbp {
    margin-bottom: 60px;
  }

  .nav-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: #FFF;
    padding: 1rem 0;
    z-index: 110;
  }

  .nav-mobile a {
    display: flex;
  }
}

@media screen and (max-width:480px) {
  #intro-accueil .texte-creche {
    padding: 0px 20px;
  }

  #intro-accueil h3 {
    margin: 1em 0;
  }

  #intro-accueil .creche {
    margin: 1em auto 0;
  }

  #intro-accueil .creche.c-pap {
    margin: 0 auto 1em;
  }

  /*#intro-accueil {
	padding: 30px 0;
}*/
  #intro-accueil .creche {
    margin: 1em auto;
  }

  #nous {
    padding: 5rem 0 3rem;
  }
}

@media screen and (min-width:481px) and (max-width:800px) {}