*{
	box-sizing: border-box;
}

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
  font-family: 'Dosis', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.main{
	width: 100%;
	height: 100%;
}

.centrer_site{
	margin: 0 auto;
	width: 1400px;
}

.centrer_site_mini{
  margin: 0 auto;
  width: 865px;
}

section{
  padding: 80px 0 40px;
  position: relative;
    overflow: hidden;
}

header{
	width: 100%;
	height: 100%;
    position: relative;
    padding: 0;
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
}

h2{
    color: #53276e;
    font-size: 38px;
    line-height: 54px;
    font-weight: 700;
    margin: 0 0 25px;
    position: relative;
    background: url(images/ellipse.png) no-repeat left center;
    z-index: 1;
}

h3{
    color: #7bc3dd;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 25px;
}

h2:before{
  content: '';
  width: 82px;
  height: 2px;
  background: #bccf29;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}

p{
  color: #421f57;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 5px;
}

header .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    position: relative;
}

header .bx-wrapper:after{
  content: '';
    background: url(images/header-arrondi.svg) no-repeat left bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 63px;
    z-index: 1;
}

header .bx-wrapper img {
    width: 100%;
    height: 100%;
}

header .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 30px;
    z-index: 2;
}

header .bx-wrapper .bx-pager.bx-default-pager a{
  height: 12px;
  width: 12px;
  background: transparent;
  border: solid 1px #fff;
  margin: 0 7px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

header .bx-wrapper .bx-pager.bx-default-pager a:hover, 
header .bx-wrapper .bx-pager.bx-default-pager a.active, 
header .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #fff;
}

header h1{
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  width: 25%;
  margin: 0;
}

header h1 span{
  display: block;
  font-size: 58px;
  line-height: 75px;
  font-weight: 700;
}

.les_menus{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    z-index: 10;
}

.menu_secondaire{
  width: 100%;
  background: rgba(83,39,110,0.6);
  z-index: 1;
  padding: 8px 40px;
  overflow: hidden;
}

.menu_secondaire ul{
  list-style: none;
  float: right;
  display: flex;
  margin: 0;
  padding: 0
}

.menu_secondaire ul li{
}

.menu_secondaire ul li a{
  border-left: solid 1px #958aa9;
  padding: 0 25px;
  font-size: 11px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.menu_secondaire ul li:last-child a{
  padding: 0 0 0 25px;
}

.menu_secondaire ul li:nth-child(1) a{
  border-left: none;
  background: url(images/accueil.svg) no-repeat left 2px;
  background-size: 20%;
  padding: 0 25px 0 30px;
}

.menu_secondaire ul li:nth-child(2) a{
  background: url(images/phone.svg) no-repeat 25px 2px;
  background-size: 11%;
  padding: 0 25px 0 50px;
}

.menu_secondaire ul li:nth-child(3) a{
  background: url(images/adresse.svg) no-repeat 25px 1px;
  background-size: 6.5%;
  padding: 0 25px 0 50px;
}

.menu_secondaire ul li:nth-child(4) a{
  background: url(images/facebook.svg) no-repeat 25px 1px;
  background-size: 11%;
  padding: 0 25px 0 50px;
}

.menu_secondaire ul li:nth-child(5) a{
  background: url(images/logo-butzebuerg.png) no-repeat 15px center;
  background-size: 17%;
  padding: 0 25px 0 50px;
}

.menu_secondaire ul li:nth-child(6) a{
  background: url(images/logo.svg) no-repeat 20px center;
  background-size: 19%;
  padding: 0 25px 0 60px;
}

.menu_secondaire ul li:nth-child(7) a{
  background: url(images/logo.svg) no-repeat 20px center;
  background-size: 17%;
  padding: 0 25px 0 60px;
}

.menu_secondaire ul li:nth-child(8) a{
  background: url(images/felsea.png) no-repeat 15px center;
  background-size: 22%;
  padding: 0 0 0 50px;
}

.menu_secondaire ul li a:hover{
  opacity: 0.8;
}

.menu_primaire{
  width: 100%;
  z-index: 1;
  padding: 0 40px;
  overflow: hidden;
  transition: background 0.5s ease;
  background: none;
}

.menu_primaire.sl{
  background: #fff;
  transition: background 0.5s ease;
}

.menu_primaire ul{
  list-style: none;
  float: right;
  display: flex;
  margin: 0;
  padding: 0
}

.menu_primaire ul li{
}

.menu_primaire ul li a{
  padding: 0 28px;
  font-size: 13px;
  color: #fff;
  line-height: 64px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.menu_primaire.sl ul li a{
  color: #53276e;
}

.menu_primaire ul li a:hover{
  opacity: 0.6;
}

.midnightHeader.presentation ul li:nth-child(2) a{
  opacity: 0.6;
}

.midnightHeader.projet ul li:nth-child(3) a{
  opacity: 0.6;
}

.midnightHeader.visee ul li:nth-child(4) a{
  opacity: 0.6;
}

.midnightHeader.contact ul li:nth-child(5) a{
  opacity: 0.6;
}

.midnightHeader.visee2 ul li:nth-child(3) a{
  opacity: 0.6;
}

.midnightHeader.contact2 ul li:nth-child(4) a{
  opacity: 0.6;
}

.menu_primaire ul li:last-child a{
  padding: 0 0 0 28px;
}

.logo{
  width: 20%;
}

.menu_primaire.sl img.logo{
  width: 5%;
}


.bxslider div:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(images/header-degrade.svg) no-repeat 0 bottom;
    background-size: 100%;
}

.header-arrondi{
  position: absolute;
  width: 100%;
  height: 63px;
  bottom: 0;
  left: 0;
}

/*************************************** préhome ************************************/
.pre_home{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pre_home h1{
  position: absolute;
  font-size: 136px;
  line-height: 140px;
    color: rgba(83,39,110,0.2);
  font-weight: 700;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  left: 0;
  margin: 0;
  top: 50%;
  height: 100%;
  text-align: center;
  transform: translateY(-50%) rotate(180deg);
}

.pre_home h1 span{
  display: block;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

.pre_home h1 span::first-letter{
  text-transform: uppercase;
}

.pre_home_bloc{
    flex: 1;
}

.pre_home_bloc_fp{
  background: rgba(240,242,173,1);
background: -moz-linear-gradient(left, rgba(240,242,173,1) 0%, rgba(231,234,140,1) 51%, rgba(225,229,120,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,242,173,1)), color-stop(51%, rgba(231,234,140,1)), color-stop(100%, rgba(225,229,120,1)));
background: -webkit-linear-gradient(left, rgba(240,242,173,1) 0%, rgba(231,234,140,1) 51%, rgba(225,229,120,1) 100%);
background: -o-linear-gradient(left, rgba(240,242,173,1) 0%, rgba(231,234,140,1) 51%, rgba(225,229,120,1) 100%);
background: -ms-linear-gradient(left, rgba(240,242,173,1) 0%, rgba(231,234,140,1) 51%, rgba(225,229,120,1) 100%);
background: linear-gradient(to right, rgba(240,242,173,1) 0%, rgba(231,234,140,1) 51%, rgba(225,229,120,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2ad', endColorstr='#e1e578', GradientType=1 );
}

.pre_home_bloc_co{
  background: rgba(235,246,253,1);
background: -moz-linear-gradient(left, rgba(235,246,253,1) 0%, rgba(222,240,252,1) 51%, rgba(214,236,251,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,246,253,1)), color-stop(51%, rgba(222,240,252,1)), color-stop(100%, rgba(214,236,251,1)));
background: -webkit-linear-gradient(left, rgba(235,246,253,1) 0%, rgba(222,240,252,1) 51%, rgba(214,236,251,1) 100%);
background: -o-linear-gradient(left, rgba(235,246,253,1) 0%, rgba(222,240,252,1) 51%, rgba(214,236,251,1) 100%);
background: -ms-linear-gradient(left, rgba(235,246,253,1) 0%, rgba(222,240,252,1) 51%, rgba(214,236,251,1) 100%);
background: linear-gradient(to right, rgba(235,246,253,1) 0%, rgba(222,240,252,1) 51%, rgba(214,236,251,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6fd', endColorstr='#d6ecfb', GradientType=1 );
}

.pre_home_bloc_fo{
  background: rgba(183,169,215,1);
background: -moz-linear-gradient(left, rgba(183,169,215,1) 0%, rgba(165,150,201,1) 51%, rgba(156,140,194,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(183,169,215,1)), color-stop(51%, rgba(165,150,201,1)), color-stop(100%, rgba(156,140,194,1)));
background: -webkit-linear-gradient(left, rgba(183,169,215,1) 0%, rgba(165,150,201,1) 51%, rgba(156,140,194,1) 100%);
background: -o-linear-gradient(left, rgba(183,169,215,1) 0%, rgba(165,150,201,1) 51%, rgba(156,140,194,1) 100%);
background: -ms-linear-gradient(left, rgba(183,169,215,1) 0%, rgba(165,150,201,1) 51%, rgba(156,140,194,1) 100%);
background: linear-gradient(to right, rgba(183,169,215,1) 0%, rgba(165,150,201,1) 51%, rgba(156,140,194,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7a9d7', endColorstr='#9c8cc2', GradientType=1 );
}

.pre_home_bloc a{
  text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.pre_home_bloc div.cont{
  margin: 0 auto;
  width: 40%;
    height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.pre_home_bloc_image{
  width: 50%;
}

.pre_home_bloc_infos{
  width: 50%;
}

.cont img {
  width: 60%;
  height: auto;
}

.pre_home_bloc_texte{
  display: flex;
}

.pre_home_bloc_texte div{
  flex: 1; 
  position: relative; 
}

.pre_home_bloc_texte p{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 5px;
  color: #421f57;
  font-weight: 600;
  padding: 0 0 0 30px;
}

.pre_home_bloc_fp .pre_home_bloc_infos_age{
  background: url(images/ages-vert.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_fp .pre_home_bloc_infos_periode{
  background: url(images/jour-vert.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_fp .pre_home_bloc_infos_horaire{
  background: url(images/horaires-vert.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_co .pre_home_bloc_infos_age{
  background: url(images/ages-bleu.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_co .pre_home_bloc_infos_periode{
  background: url(images/jour-bleu.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_co .pre_home_bloc_infos_horaire{
  background: url(images/horaires-bleu.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_fo .pre_home_bloc_infos_age{
  background: url(images/ages-mauve.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_fo .pre_home_bloc_infos_periode{
  background: url(images/jour-mauve.svg) no-repeat left center;
  background-size: 12%;
}

.pre_home_bloc_fo .pre_home_bloc_infos_horaire{
  background: url(images/horaires-mauve.svg) no-repeat left center;
  background-size: 12%;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

.button {
  padding: 0.75em 2em;
  text-align: center;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  color: #53276e;
  border: 2px solid #53276e;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.button:hover {
  background-color: #53276e;
  color: #fff;
  border-bottom: 4px solid #37194a;
}
.button:hover:before {
  -webkit-transform: skewX(-45deg) translateX(16.5em);
          transform: skewX(-45deg) translateX(16.5em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pre_home_bloc_texte div .button{
  position: absolute;
  right: 0;
  bottom: 0;
}

/*************************************** préhome ************************************/

.presentation_bloc_conteneur{
  width: 50%;
  float: left;
  position: relative;
}

.presentation_bloc_conteneur img{
  width: 50%;
}

.presentation_bloc_conteneur img.soleil{
  position: absolute;
    top: -50px;
    left: 210px;
    width: 25%;
}

.presentation_bloc_texte{
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 540px;
  background: #c4d54a;
  border-radius: 5px;
  padding: 20px 30px;
}

.presentation_bloc_texte p{
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-style: italic;
  text-align: center;
  padding: 0;
  margin: 0;
}

.presentation_bloc_slider{
  width: 618px;
  float: right;
  position: relative;
}

.presentation_bloc_slider .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
     background: transparent;
}

.presentation_bloc_slider .bx-wrapper:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #53276e;
  left: -20px;
  bottom: -10px;
  border-radius: 5px;
  z-index: -1;
}

.presentation_bloc_slider .bx-wrapper .bx-viewport{
  border-radius: 5px;
  position: relative;
}

.presentation_bloc_slider .bx-wrapper .bx-controls-direction a{
    top: 4px;
    margin-top: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
}

.presentation_bloc_slider .bx-wrapper .bx-prev, 
.presentation_bloc_slider .bx-wrapper .bx-prev:hover, 
.presentation_bloc_slider .bx-wrapper .bx-prev:focus {
    right: 34px;
    left: initial;
    background: url(images/arrow-left.svg) no-repeat center center;
    background-size: 60%;
    border-right: none;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.presentation_bloc_slider .bx-wrapper .bx-next, 
.presentation_bloc_slider .bx-wrapper .bx-next:hover, 
.presentation_bloc_slider .bx-wrapper .bx-next:focus {
    right: 4px;
    background: url(images/arrow-right.svg) no-repeat center center;
    background-size: 60%;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #fff;
}

.chiffre_accueil{
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.chiffre_accueil span{
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 0 2px;
}

.bxslider_presentation div{
  position: relative;
}

.bxslider_presentation div:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 137px;
  background: url(images/degrade_slider.png) no-repeat 0 0;
     background-size: cover;
}

#projet{
  background: #f4fafe;
}

.animaux{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12%;
}

.kid{
  position: absolute;
  right: 250px;
  bottom: 20px;
  width: 25%;
}

#projet .ui-widget.ui-widget-content {
    height: 470px;
    border: none;
    padding: 0;
    background: transparent;
}

#projet .ui-widget.ui-widget-content:before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e2f2f9;
  top: 23px;
  /*top: 50%;
  transform: translateY(-50%);*/
  z-index: 0;
}

#projet .ui-tabs .ui-tabs-nav {
  position: relative;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    width: 865px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#projet .ui-tabs .ui-tabs-nav:before{
  display: none;
}

#projet .ui-tabs .ui-tabs-nav:after{
  display: none;
}

#projet .ui-tabs .ui-tabs-nav li{
    margin: 0;
    border: solid 1px #cfe9f4;
    background: #f4fafe;
    border-radius: 5px;
}

#projet .ui-tabs .ui-tabs-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: rgba(114,183,208,0.3);
  font-family: 'Open Sans', sans-serif;
  padding: 15px 35px;
}

#projet .ui-tabs .ui-tabs-nav li:hover{
    border: solid 1px #7bc3dd;
    background: #f4fafe;
}

#projet .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    border: solid 1px #7bc3dd;
    background: #dbf0fc;
}

#projet .ui-tabs .ui-tabs-nav li:hover a{
  color: rgba(114,183,208,1);
    outline: 0;
}

#projet .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  color: rgba(114,183,208,1);
    outline: 0;
}

#projet .ui-tabs .ui-tabs-panel{
  padding: 50px 0 0;
}

#projet .ui-tabs .ui-tabs-panel .projet_conteneur{
  background: #f7fcfe;
  border-radius: 5px;
  border: solid 1px #cfe9f4;
  width: 65%;
  padding: 30px 60px;
}

#projet .ui-widget{
  font-family: 'Dosis', sans-serif;
}

section#visee{
  padding: 80px 0 0;
    overflow: initial;
}

.conteneur_visee{
  background: #f8faeb;
  padding: 30px 0;
  height: 416px;
  position: relative;
}

.conteneur_visee.co{
  height: 624px;
}

.visee_bloc_conteneur {
  width: 35%;
  float: left;
  position: relative;
}

.visee_bloc_conteneur img.mini_bebe{
  position: absolute;
    top: -60px;
    left: 400px;
    width: 25%;
}

.animaux_creche{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12%;
  z-index: 1;
  opacity: 0.15;
}

.visee_bloc_conteneur p{
  text-align: justify;
}

.conteneur_visee_bloc{
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.visee_bloc{
  background: #c4d54a;
  width: 33.2%;
  height: 49.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.6s;
  position: relative;
}

.visee_bloc.co{
  height: 33%;
}

.visee_bloc:hover{
  cursor: pointer;
  background: #d4e555;
  transition: background 0.6s;
}

.visee_bloc a{
  position: absolute;
  height: 35px;
  width: 35px;
  background: url(images/plus-normal.svg) no-repeat 0 0;
  background-size:100%; 
  top: 5px;
  right: 5px;
  font-size: 14px;
  color: #53276e;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-indent: -9999px;
}

.visee_bloc:hover a{
  background: url(images/plus-hover.svg) no-repeat right 0;
  background-size: 36%;
  width: auto;
  text-indent: 0;
  padding: 4px 35px 0 0;
}

.visee_bloc_img{
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visee_bloc_img img{
  height: 80%;
  transition: height 0.6s;
}

.visee_bloc:hover img{
  height: 90%;
  transition: height 0.6s;
}

.visee_bloc p{
  color: #fff;
  padding: 0 60px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  height: 25%;
  transition: color 0.6s;
}

.visee_bloc:hover p{
  color: #53276e;
  transition: color 0.6s;
}

.visee_bloc_texte{
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  background: #53276e;
  border: solid 3px #fff;
  padding: 0 30px;
  display: none;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s;
}

.agrandir{
  display: flex;
  width: 400px;
  height: 300px;
  opacity: 1;
  transition: opacity 0.6s;
}

.visee_bloc_texte img,
.visee_bloc_texte:hover img{
  background: none;
  position: absolute;
  height: 35px;
  width: 35px;
  top: 5px;
  right: 5px;
}

.visee_bloc_texte p,
.visee_bloc_texte:hover p{
  color: #fff;
  padding: 0;
  text-align: justify;
  height: auto;
}

section#contact{
  padding: 80px 0 60px;
}

.conteneur_contact{
  background: #f4fafe;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.contact_horaire{
  background: url(images/horaires-vert.svg) no-repeat left center;
  background-size: 3%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

.contact_adresse{
  background: url(images/adresse-vert.svg) no-repeat left center;
  background-size: 3%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

.contact_telephone{
  background: url(images/phone-vert.svg) no-repeat left center;
  background-size: 3%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

.contact_mobile{
  background: url(images/mobile-vert.svg) no-repeat left center;
  background-size: 4%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

.contact_bloc_conteneur {
  width: 55%;
  float: left;
  height: 820px;
  position: relative;
}

.enfant_joue{
  position: absolute;
  top: 20px;
  right: 0;
}

#tabs_contact{
  margin: 25px 0 0;
}

.contact_bloc_conteneur .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    background: transparent;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-nav {
  position: relative;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-nav li{
    margin: 0;
    border: solid 1px #53276e;
    background: transparent;
    border-radius: 5px;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: rgba(83,39,110,0.75);
  font-family: 'Open Sans', sans-serif;
  padding: 15px 35px;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-nav li:hover{
    border: solid 1px #53276e;
    background: #53276e;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    border: solid 1px #53276e;
    background: #53276e;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-nav li:hover a{
  color: #fff;
    outline: 0;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  color: #fff;
    outline: 0;
}

.contact_bloc_conteneur .ui-tabs .ui-tabs-panel{
  padding: 30px 0 0;
}

form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.champ_limite{
  width: 31%;
  margin: 0 0 30px;
}

.champ_complet{
  width: 100%;
  margin: 0 0 30px;
      color: #421f57;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

input[type="text"]{
  border-bottom: solid 1px #53276e;
  border-top: solid 1px #f4fafe;
  border-left: solid 1px #f4fafe;
  border-right: solid 1px #f4fafe;
  transition: border 0.6s;
  color: #bccf29;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 0 8px 40px;
  width: 100%;
}

input[type="text"]:hover{
  border-bottom: solid 1px #53276e;
  border-top: solid 1px #53276e;
  border-left: solid 1px #53276e;
  border-right: solid 1px #53276e;
  transition: border 0.6s;
}

input[type="text"]:focus{
  border-bottom: solid 1px #bccf29;
  border-top: solid 1px #bccf29;
  border-left: solid 1px #bccf29;
  border-right: solid 1px #bccf29;
  transition: border 0.6s;
  outline: none;
}

textarea{
  border-bottom: solid 1px #53276e;
  border-top: solid 1px #f4fafe;
  border-left: solid 1px #f4fafe;
  border-right: solid 1px #f4fafe;
  transition: border 0.6s;
  color: #bccf29;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 40px;
  width: 100%;
  height: 100px;
}

textarea:hover{
  border-bottom: solid 1px #53276e;
  border-top: solid 1px #53276e;
  border-left: solid 1px #53276e;
  border-right: solid 1px #53276e;
  transition: border 0.6s;
}

textarea:focus{
  border-bottom: solid 1px #bccf29;
  border-top: solid 1px #bccf29;
  border-left: solid 1px #bccf29;
  border-right: solid 1px #bccf29;
  transition: border 0.6s;
  outline: none;
}

select{
  border-bottom: solid 1px #53276e;
  border-top: solid 1px #f4fafe;
  border-left: solid 1px #f4fafe;
  border-right: solid 1px #f4fafe;
  transition: border 0.6s;
  color: #bccf29;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0 10px 40px;
  width: 100%;
  -webkit-appearance:none;
}

select:hover{
  border-bottom: solid 1px #53276e;
  border-top: solid 1px #53276e;
  border-left: solid 1px #53276e;
  border-right: solid 1px #53276e;
  transition: border 0.6s;
}

select:focus{
  border-bottom: solid 1px #bccf29;
  border-top: solid 1px #bccf29;
  border-left: solid 1px #bccf29;
  border-right: solid 1px #bccf29;
  transition: border 0.6s;
  outline: none;
}

.picto_nom{
  background: url(images/parents-nom-prenom.svg) no-repeat left center;
  background-size: 16%;
}

.picto_mail{
  background: url(images/email.svg) no-repeat left center;
  background-size: 14%;
}

.picto_message{
  background: url(images/message.svg) no-repeat 3px 3px;
  background-size: 4%;
}

.picto_enfant{
  background: url(images/enfant-nom-prenom.svg) no-repeat left center;
  background-size: 16%;
}

.picto_adresse{
  background: url(images/adresse-pays.svg) no-repeat left center;
  background-size: 16%;
}

.picto_telephone{
  background: url(images/telephone.svg) no-repeat left center;
  background-size: 16%;
}

.picto_date{
  background: url(images/date.svg) no-repeat left center;
  background-size: 16%;
}

button#submit{
  background: transparent;
  border: none;
  color: #53276e;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0.75em 2em;
  cursor: pointer;
}

.button:hover button#submit{
  color: #fff;
}

form .button:hover{
  cursor: pointer;
}

form .button{
  float: right;
  padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bccf29;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bccf29;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bccf29;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bccf29;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
}

.bloc_map {
  width: 45%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

footer{
  background: rgba(123,71,155,1);
  background: -moz-linear-gradient(top, rgba(123,71,155,1) 0%, rgba(99,51,128,1) 51%, rgba(83,39,111,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,71,155,1)), color-stop(51%, rgba(99,51,128,1)), color-stop(100%, rgba(83,39,111,1)));
  background: -webkit-linear-gradient(top, rgba(123,71,155,1) 0%, rgba(99,51,128,1) 51%, rgba(83,39,111,1) 100%);
  background: -o-linear-gradient(top, rgba(123,71,155,1) 0%, rgba(99,51,128,1) 51%, rgba(83,39,111,1) 100%);
  background: -ms-linear-gradient(top, rgba(123,71,155,1) 0%, rgba(99,51,128,1) 51%, rgba(83,39,111,1) 100%);
  background: linear-gradient(to bottom, rgba(123,71,155,1) 0%, rgba(99,51,128,1) 51%, rgba(83,39,111,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b479b', endColorstr='#53276f', GradientType=0 );
}

.footer_haut{
  display: flex;
  padding: 15px 0;
 }

.footer_haut_logo{
  width: 20%;
  position: relative;
}

.footer_haut_logo:after{
  content: '';
  background: #8c68a2;
  height: 120px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.footer_haut_logo img{
  width: 60%;
}

.footer_haut_infos{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.footer_haut_infos:after{
  content: '';
  background: #8c68a2;
  height: 120px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.contact_horaire_footer{
  background: url(images/horaires-bleu.svg) no-repeat left center;
  background-size: 8%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}

.contact_adresse_footer{
  background: url(images/adresse-bleu.svg) no-repeat left center;
  background-size: 8%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}

.contact_telephone_footer{
  background: url(images/phone-footer.svg) no-repeat left center;
  background-size: 8%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}

.contact_mobile_footer{
  background: url(images/mobile.svg) no-repeat left center;
  background-size: 8%;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}

.reponse{
    margin: 0 0 10px;
    color: #fff;
    padding: 5px;
    text-align: left;
}

.reponse2{
    margin: 0 0 10px;
    color: #fff;
    padding: 5px;
    text-align: left;
}

.rouge{
    background: #de2626;
}

.vert{
    background: #34a970;
}

.footer_haut_lien{
  width: 50%;
  padding: 0 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_haut_lien ul {
  width: 100%;
  height: 120px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_haut_lien ul li{
  height: 100%;
  width: 25%;
}

.footer_haut_lien ul li a{
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_haut_lien ul li p{
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer_haut_lien ul li div{
  height: 50%;
  text-align: center;
}

.footer_haut_lien ul li div img{
  height: 100%;
}

.footer_bas{
  border-top: solid 1px #8c68a2;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.menu_footer{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu_footer li{
  margin: 0 25px 0 0;
}

.menu_footer li a{
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.menu_footer li a:hover{
  text-decoration: underline;
}

.footer_bas p{
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Open Sans', sans-serif;
}

.footer_bas p a{
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.footer_bas p a:hover{
  text-decoration: underline;
}

.facebook{
  width: 20%;
}

.facebook:hover{
    opacity: 0.8;
}

a.retour{
    position: fixed;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #a993b6;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    right: 10px;
    display: flex;
    opacity: 0;
  transition: opacity 0.3s;
}

a.retour img{
  width: 60%;
}

a.retour.opa{
  opacity: 1;
  transition: opacity 0.3s;
}

a.retour.opa:hover{
  opacity: 0.8;
}

#cookieChoiceDismiss{
  font-family: 'Open Sans', sans-serif;
  border: solid 1px rgba(33,110,157,0.75);
  border-radius: 3px;
  padding: 3px 25px;
}

.opacity{
  opacity: 0;
}

.activeup{
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.activeupleft{
    -webkit-animation-name: fadeInUpSmallplus;
    animation-name: fadeInUpSmallplus;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.activeleft{
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.activeright{
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpSmallplus {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmallplus {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bloc_video_accueil{
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
  z-index: 1;
}

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

  .pre_home_bloc_fp .pre_home_bloc_infos_age{
    background: url(images/ages-vert.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_fp .pre_home_bloc_infos_periode{
    background: url(images/jour-vert.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_fp .pre_home_bloc_infos_horaire{
    background: url(images/horaires-vert.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_co .pre_home_bloc_infos_age{
    background: url(images/ages-bleu.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_co .pre_home_bloc_infos_periode{
    background: url(images/jour-bleu.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_co .pre_home_bloc_infos_horaire{
    background: url(images/horaires-bleu.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_fo .pre_home_bloc_infos_age{
    background: url(images/ages-mauve.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_fo .pre_home_bloc_infos_periode{
    background: url(images/jour-mauve.svg) no-repeat left center;
    background-size: 9%;
  }

  .pre_home_bloc_fo .pre_home_bloc_infos_horaire{
    background: url(images/horaires-mauve.svg) no-repeat left center;
    background-size: 9%;
  }

  .logo{
    width: 12%;
  }

  header .bx-wrapper:after{
    bottom: -1px;
  }
}

@media screen and (max-width: 1400px){
  .pre_home_bloc div.cont{
    width: 55%;
  }

  header h1{
    width: 35%;
  }

  .centrer_site {
    width: 100%;
    padding: 0 25px;
  }

  .kid {
    right: 200px;
    bottom: 40px;
  }
  
  .contact_bloc_conteneur {
    width: 53%;
  }

  .menu_primaire.sl img.logo {
    width: 6%;
  }
}

@media screen and (max-width: 1366px){

  .menu_secondaire {
    padding: 8px 10px;
    width: 100%;
  }

  .menu_secondaire ul {
    float: initial;
  }

  .menu_secondaire ul li:nth-child(1) a {
    padding: 0 20px 0 30px;
  }

  .menu_secondaire ul li:nth-child(2) a {
    background: url(images/phone.svg) no-repeat 20px 2px;
    background-size: 11%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(3) a {
    background: url(images/adresse.svg) no-repeat 20px 1px;
    background-size: 6.5%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(4) a {
    background: url(images/facebook.svg) no-repeat 20px 1px;
    background-size: 11%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(5) a {
    background: url(images/logo-butzebuerg.png) no-repeat 10px center;
    background-size: 17%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(6) a {
    background: url(images/logo.svg) no-repeat 15px center;
    background-size: 19%;
    padding: 0 20px 0 55px;
  }

  .menu_secondaire ul li:nth-child(7) a {
    background: url(images/logo.svg) no-repeat 15px center;
    background-size: 17%;
    padding: 0 20px 0 55px;
  }

  .menu_secondaire ul li:nth-child(8) a {
    background: url(images/felsea.png) no-repeat 10px center;
    background-size: 22%;
    padding: 0 0 0 40px;
  }

  .menu_primaire ul li:last-child{
    display: none;
  }

  .menu_primaire ul {
    position: fixed;
    top: 42px;
    right: 40px;
    height: 70px;
    overflow: hidden;
  }

  .sl ul {
    top: 0;
  }

  .bloc_video_accueil{
    right: 15%;
  }

  #accordion .ui-state-default span {
    background: url(images/arrow-ipad.svg) no-repeat center;
    background-size: 50%;
  }

  .ui-accordion .ui-accordion-header {
    color: #fff;
    padding: 15px 0 15px 50px !important;
    font-size: 16px !important;
    line-height: 20px;
}
}

@media screen and (max-width: 1280px){
  header {
    height: auto;
  }

  .midnight{
     height: 50px !important;
  }

  .menu_primaire ul{
    height: auto;
     top: 0;
    right: 0;
  }

  .menu_primaire ul li a{
    line-height: 50px;
  }

  .menu_secondaire {
    padding: 8px 10px;
    width: 100%;
  }

  .menu_secondaire ul {
    float: initial;
  }

  .menu_secondaire ul li:nth-child(1) a {
    padding: 0 20px 0 30px;
  }

  .menu_secondaire ul li:nth-child(2) a {
    background: url(images/phone.svg) no-repeat 20px 2px;
    background-size: 11%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(3) a {
    background: url(images/adresse.svg) no-repeat 20px 1px;
    background-size: 6.5%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(4) a {
    background: url(images/facebook.svg) no-repeat 20px 1px;
    background-size: 11%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(5) a {
    background: url(images/logo-butzebuerg.png) no-repeat 10px center;
    background-size: 17%;
    padding: 0 20px 0 45px;
  }

  .menu_secondaire ul li:nth-child(6) a {
    background: url(images/logo.svg) no-repeat 15px center;
    background-size: 19%;
    padding: 0 20px 0 55px;
  }

  .menu_secondaire ul li:nth-child(7) a {
    background: url(images/logo.svg) no-repeat 15px center;
    background-size: 17%;
    padding: 0 20px 0 55px;
  }

  .menu_secondaire ul li:nth-child(8) a {
    background: url(images/felsea.png) no-repeat 10px center;
    background-size: 22%;
    padding: 0 0 0 40px;
  }

  .presentation_bloc_conteneur {
    width: 47%;
  }

  .presentation_bloc_slider {
    width: 47%;
  }

  .presentation_bloc_texte{
    bottom: 10px;
  }

  #projet .ui-tabs .ui-tabs-panel .projet_conteneur{
    padding: 30px;
  }

  .enfant_joue {
    width: 50%;
  }

  .pre_home_bloc_image {
    width: 40%;
  }

  .pre_home_bloc_infos {
    width: 60%;
  }

  .visee_bloc p {
    padding: 0 40px;
  }

  .footer_haut_logo {
    display: flex;
    align-items: center;
  }

  .bloc_video_accueil {
    right: 10%;
  }
}

@media screen and (max-width: 1112px){
  .pre_home_bloc_infos{
    width: 70%;
  }

  .menu_secondaire ul li:nth-child(1) a {
    padding: 0 10px 0 20px;
     background: url(images/accueil.svg) no-repeat left 5px;
    background-size: 20%;
  }

  .menu_secondaire ul li:nth-child(2) a {
    background: url(images/phone.svg) no-repeat 10px 6px;
    background-size: 11%;
    padding: 0 10px 0 25px;
  }

  .menu_secondaire ul li:nth-child(3) a {
    background: url(images/adresse.svg) no-repeat 10px 4px;
    background-size: 6.5%;
    padding: 0 10px 0 25px;
  }

  .menu_secondaire ul li:nth-child(4) a {
    background: url(images/facebook.svg) no-repeat 10px 4px;
    background-size: 11%;
    padding: 0 10px 0 25px;
  }

  .menu_secondaire ul li:nth-child(5) a {
    background: url(images/logo-butzebuerg.png) no-repeat 10px center;
    background-size: 17%;
    padding: 0 10px 0 45px;
  }

  .menu_secondaire ul li:nth-child(6) a {
    background: url(images/logo.svg) no-repeat 15px center;
    background-size: 19%;
    padding: 0 10px 0 55px;
}

.menu_secondaire ul li:nth-child(7) a {
    background: url(images/logo.svg) no-repeat 15px center;
    background-size: 17%;
    padding: 0 10px 0 55px;
}
}

@media screen and (max-width: 1024px){
  .opacity{
    opacity: 1;
  }

  h2{
    font-size: 28px;
    line-height: 54px;
  }

  .menu_secondaire{
    display: none !important;
  }

  .burger-menu {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10001;
    width: 50px;
    height: 40px;
    cursor: pointer;
}
.burger {
    position: absolute;
    background: rgba(255,255,255,1);
    width: 100%;
    height: 7px;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    opacity: 1;
}
.burger::before {
    position: absolute;
    background: rgba(255,255,255,1);
    width: 50px;
    height: 7px;
    top: 15px;
    content: "";
    display: block;
}
.burger::after {
    position: absolute;
    background: rgba(255,255,255,1);
    width: 50px;
    height: 7px;
    bottom: 15px;
    content: "";
    display: block;
}
.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
.burger-menu.menu-on .burger::before{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  top: 0px;
}
.burger-menu.menu-on .burger{
 background: rgba(255,255,255,.0);
}

.sl .burger{
  background: #53276e;
}

.sl .burger::before{
  background: #53276e;
}

.sl .burger::after{
  background: #53276e;
}

.menu-on .burger{
  background: #fff;
}

.menu-on .burger::before{
  background: #fff;
}

.menu-on .burger::after{
  background: #fff;
}

  .nav_mobile{
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: #53276e;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
            display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .nav_mobile.fs{
      height: 100%;
      opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
            z-index: 10000;
    }

  .main-nav a {
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0;
  }

  .main-nav div a {
    padding: 0 20px;
  }

  .nav_mobile div{
    margin: 50px 0 0 ;
  }

  .nav_mobile div a{
    font-size: 24px;
    font-weight: 300;
  }

  .conteneur_visee {
    height: auto;
    overflow: hidden;
    padding: 30px 0;
  }

  .visee_bloc {
    height: auto;
    margin: 0 0 2px;
  }

  .visee_bloc_conteneur {
    width: 100%;
  }

  .visee_bloc_conteneur p {
    padding: 0 0 20px;
  }

  .conteneur_visee_bloc {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .conteneur_contact{
    padding: 30px 0 0;
  }

  .contact_bloc_conteneur {
    width: 100%;
    height: auto;
    padding: 0 0 30px;
  }

  .bloc_map {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
  }

  .footer_haut_lien {
    padding: 0 0 0 20px;
  }

  .footer_haut_lien ul li p {
    line-height: 15px;
  }

  .contact_horaire_footer{
    margin: 0;
  }

  .contact_adresse_footer{
    margin: 0;
  }

  .contact_telephone_footer{
    margin: 0;
  }

  .contact_mobile_footer{
    margin: 0;
  }

  .kid {
    right: 50px;
    bottom: 150px;
  }

  .menu_primaire.sl {
    height: 65px;
  }

  .menu_primaire.sl img.logo {
    width: 9%;
     margin: 5px 0 0;
  }

  header h1 {
    font-size: 22px;
    line-height: 30px;
  }

  header h1 span {
    font-size: 46px;
    line-height: 70px;
  }

  .menu_primaire ul li a, .menu_primaire.sl ul li a {
    padding: 0;
    font-size: 30px;
    line-height: 80px;
    color: #fff;
  }

  .menu_primaire ul li:last-child a {
    padding: 0;
  }

  .pre_home_bloc div.cont {
    width: 65%;
  }

  .pre_home_bloc_image {
    text-align: center;
  }

  .header_facebook{
    text-align: center;
  }

  .header_facebook_img{
    width: 50%;
  }

  .ui-accordion .ui-accordion-header{
    color: #fff;
    padding: 15px 0 15px 60px !important;
    font-size: 16px !important;
    line-height: 20px;
  }

  #accordion .ui-state-default{
    border: none;
  }

  #accordion .ui-state-active{
    border: none;
    /*background: #d4e555;*/
  }

  #accordion .ui-state-default span{
      background: url(images/arrow-ipad.svg) no-repeat center;
    background-size: 50%;
  }

  .bloc_video_accueil{
    right: 5%;
  }

  .visee_bloc_conteneur img.mini_bebe {
    top: -30px;
    left: 250px;
    width: 10%;
  }

  .conteneur_visee.co {
    height: auto;
  }

  header .bx-wrapper:after{
    display: none;
  }

  .presentation_bloc_texte p {
    font-size: 24px;
    line-height: 40px;
  }

  .presentation_bloc_texte{
    width: 40%;
    bottom: -10px;
  }
}

@media screen and (max-width: 834px){
  .presentation_bloc_texte {
      width: 47%;
      bottom: 20px;
      margin: 0;
      float: right;
      left: initial;
      right: 25px;
  }

  header h1{
     left: 15%;
  }

  .contact_horaire_footer{
      background: url(images/horaires-bleu.svg) no-repeat 10px center;
    background-size: 8%;
  }

  .contact_adresse_footer {
      background: url(images/adresse-bleu.svg) no-repeat 10px center;
      background-size: 8%;
  }

  .contact_telephone_footer {
      background: url(images/phone-footer.svg) no-repeat 10px center;
      background-size: 8%;
  }

  .contact_mobile_footer {
      background: url(images/mobile.svg) no-repeat 10px center;
      background-size: 8%;
  }
}

@media screen and (max-width: 768px){

  .presentation_bloc_slider .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
  }

  .presentation_bloc_slider .bx-wrapper .bx-prev, .presentation_bloc_slider .bx-wrapper .bx-prev:hover, .presentation_bloc_slider .bx-wrapper .bx-prev:focus{
    right: 44px;
  }

  .presentation_bloc_slider .bx-wrapper:after {
    left: -10px;
  }

  .presentation_bloc_conteneur img.soleil {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .menu_primaire {
    padding: 0 15px;
  }

  .menu_primaire.sl img.logo {
    width: 12%;
  }

  header h1 {
    width: 45%;
    left: 5%;
    font-size: 20px;
    line-height: 26px;
  }

  .presentation_bloc_conteneur {
    width: 100%;
    padding: 0 0 30px;
  }

  .presentation_bloc_slider {
    width: 100%;
  }

  .presentation_bloc_texte {
    width: 50%;
    padding: 15px;
    bottom: 0px;
  }

  .presentation_bloc_texte p {
    font-size: 20px;
    line-height: 26px;
  }

  .presentation_bloc_slider .bx-wrapper img{
    width: 100%;
  }

  #projet .ui-tabs .ui-tabs-nav{
    width: 100%;
  }

  #projet .ui-tabs .ui-tabs-nav li a{
    padding: 15px;
     width: 100%;
  }

  #projet .ui-widget.ui-widget-content{
    padding: 0 15px;
  }

  .kid {
    right: 15px;
    bottom: initial;
    top: 300px;
  }

  .visee_bloc_img img {
    height: 50%;
  }

  .footer_haut {
    flex-direction: column;
  }

  .footer_haut_logo {
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0 0 30px;
  }

  .footer_haut_logo img {
    width: 30%;
  }

  .footer_haut_logo:after{
    display: none;
  }

  .footer_haut_infos {
    width: 100%;
    padding: 0 0 30px;
  }

  .footer_haut_infos:after{
    display: none;
  }

  .footer_haut_lien {
    width: 100%;
      padding: 0;
  }

  .footer_bas{
    flex-direction: column;
    align-items: center;
  }

  .menu_footer {
    justify-content: center;
    padding: 0 0 15px;
     flex-direction: column;
    align-items: center;
  }

  .menu_footer li{
      margin: 0;
     line-height: 14px;
  }

  .footer_bas p{
    text-align: center;
  line-height: 16px;
  }

  .a_facebook{
    text-align: center;
  }

  .facebook{
    padding: 0 0 15px;
  }

  .pre_home_bloc div.cont {
    width: 75%;
  }

  .pre_home h1 {
    font-size: 100px;
    line-height: 110px;
  }
} 

@media screen and (max-width: 767px){
  .menu_primaire.sl img.logo {
    width: 22%;
}
  
  .contact_horaire {
    background: url(images/horaires-vert.svg) no-repeat left center;
    background-size: 8%;
  }

  .contact_adresse {
    background: url(images/adresse-vert.svg) no-repeat left center;
    background-size: 8%;
  }

  .contact_telephone {
    background: url(images/phone-vert.svg) no-repeat left center;
    background-size: 8%;
  }

  .contact_mobile {
    background: url(images/mobile-vert.svg) no-repeat left center;
    background-size: 8%;
  }

  .pre_home h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .pre_home_bloc div.cont {
    width: 100%;
    flex-direction: column;
  }

  .pre_home_bloc_infos {
    text-align: center;
  }

  h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .pre_home_bloc_infos h2{
    line-height: 24px;
    background: none;
  }

  .pre_home_bloc_infos h2:before{
    display: none;
  }

  .pre_home_bloc_texte {
    display: flex;
    flex-direction: column;
  }

  .pre_home_bloc_texte div:first-child{
    display: none;
  }

  .pre_home_bloc_texte div .button {
    position: relative;
  }

  .menu_primaire {
    padding: 0 15px;
  }

  .logo {
    width: 30%;
  }

  .bxslider div:after {
    background-size: cover;
  }

  header h1 {
    width: 100%;
     left: 0;
    padding: 0 15px;
  }

  header h1 span {
    font-size: 30px;
    line-height: 50px;
  }

  .centrer_site {
    padding: 0 15px;
  }

  .presentation_bloc_slider {
    margin: 0 0 30px;
  }

  .presentation_bloc_texte {
    width: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
  }

  .presentation_bloc_texte p {
    font-size: 16px;
    line-height: 22px;
  }

  section {
    padding: 40px 0;
  }

  #projet .ui-tabs .ui-tabs-nav{
    flex-direction: column;
  }

  #projet .ui-widget.ui-widget-content:before{
    display: none;
  }

  #projet .ui-tabs .ui-tabs-nav li {
    margin: 0 0 10px;
  }

  #projet .ui-tabs .ui-tabs-panel {
    padding: 10px 0 0;
  }

  #projet .ui-tabs .ui-tabs-panel .projet_conteneur{
    width: 100%;
    padding: 15px;
  }

  #projet .ui-widget.ui-widget-content {
    height: auto;
  }

  .ui-accordion .ui-accordion-content {
    padding: 15px;
  }

  .centrer_site_mini {
    width: 100%;
  }

  .kid{
    display: none;
  }

  .animaux{
    width: 35%;
  }

  .animaux_creche{
    width: 35%;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
  }

  .enfant_joue{
    display: none;
  }

  .champ_limite {
    width: 100%;
  }

  .picto_nom {
    background: url(images/parents-nom-prenom.svg) no-repeat left center;
    background-size: 12%;
  }

  .picto_mail {
    background: url(images/email.svg) no-repeat left center;
    background-size: 12%;
  }

  .picto_message {
    background: url(images/message.svg) no-repeat 3px 3px;
    background-size: 10%;
  }

  .picto_enfant {
    background: url(images/enfant-nom-prenom.svg) no-repeat left center;
    background-size: 12%;
  }

  .picto_date {
    background: url(images/date.svg) no-repeat left center;
    background-size: 12%;
  }

  .picto_adresse {
    background: url(images/adresse-pays.svg) no-repeat left center;
    background-size: 12%;
  }

  .picto_telephone {
    background: url(images/telephone.svg) no-repeat left center;
    background-size: 12%;
  }

  form .button {
    width: 100%;
    margin: 30px 0 0;
  }

  .bloc_video_accueil{
    display: none;
  }

  .presentation_bloc_conteneur img.soleil{
    display: none;
  }

  .visee_bloc_conteneur img.mini_bebe{
    display: none;
  }

  #cookieChoiceInfo{
    width: 96% !important;
     left: 2% !important;
    right: 2% !important;
     margin: 0px auto 20px !important;
  }

  .pre_home_bloc_image {
    height: 50%;
  }

  .cont img {
    width: 80%;
    height: 100%;
  }

  .pre_home_bloc_infos{
    height: 50%;
  }
} 