*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'VAG Rounded Std';
	src: url('../fonts/VAGRoundedStd-Bold.eot');
	src: url('../fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/VAGRoundedStd-Bold.woff2') format('woff2'),
		url('../fonts/VAGRoundedStd-Bold.woff') format('woff'),
		url('../fonts/VAGRoundedStd-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'VAG Rounded Std';
	src: url('../fonts/VAGRoundedStd-Thin.eot');
	src: url('../fonts/VAGRoundedStd-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/VAGRoundedStd-Thin.woff2') format('woff2'),
		url('../fonts/VAGRoundedStd-Thin.woff') format('woff'),
		url('../fonts/VAGRoundedStd-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'VAG Rounded Std';
	src: url('../fonts/VAGRoundedStd-Black.eot');
	src: url('../fonts/VAGRoundedStd-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/VAGRoundedStd-Black.woff2') format('woff2'),
		url('../fonts/VAGRoundedStd-Black.woff') format('woff'),
		url('../fonts/VAGRoundedStd-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'VAG Rounded Std';
	src: url('../fonts/VAGRoundedStd-Light.eot');
	src: url('../fonts/VAGRoundedStd-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/VAGRoundedStd-Light.woff2') format('woff2'),
		url('../fonts/VAGRoundedStd-Light.woff') format('woff'),
		url('../fonts/VAGRoundedStd-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'VAG Rounded Std';
}

ul{
	margin: 0;
	padding: 0;
}

a {color:#939393; text-decoration:none}
a:hover, a:focus {color:#fff}

h1{
	font-size: 58px;
	line-height: 58px;
	color: #fff;
    margin: 0;
}

h2{
	font-weight: bold;
    margin: 0;
    font-size: 21px;
    line-height: 36px;
}

h3{
	font-weight: bold;
    margin: 40px 0;
    font-size: 60px;
    line-height: 60px;
    color: #6f487f;
    text-align: center;
    padding: 0 0 25px;
    opacity: 0;
}

#mysect5 h3{
	opacity: 1;
}

h4{
	font-weight: bold;
    margin: 30px 0 20px;
    font-size: 30px;
    line-height: 22px;
    color: #7c5585;
    text-align: left;
    padding: 0;
}

h5{
	font-weight: bold;
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 18px;
    color: #7c5585;
    text-align: left;
    padding: 0;
}

.activeup{
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    -webkit-animation-duration: .5s;
    animation-duration: .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, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

.logo{
	float: left;
    width: 191px;
	padding: 10px 20px;
    transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;  
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;  
}

.nav-is-open .logo{
    width: 115px; 
}

.nav-is-open .logo img{
	width: 90%;
}

.trait_vert{
	background: url(../images/trait_vert.png) no-repeat center bottom;
}

.trait_violet{
	background: url(../images/trait_violet.png) no-repeat center bottom;
}

.trait_violet_fonce{
	background: url(../images/trait_violet_fonce.png) no-repeat center bottom;
}

p{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
    margin: 0 0 20px;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0 60px;
    position: relative;
}

.bloc_slider{
	position: relative;
}

.bloc_slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}

.bloc_slider .bx-wrapper img {
    float: right;
}

.bloc_slider .slider_texte{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/cache.png) no-repeat 0 0;
    background-size: 60%;
	height: 100%;
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
}

.bloc_slider .slider_texte p{
    font-size: 24px;
    font-weight: 300;
    width: 50%;
    line-height: 40px;
}

.decouvrir{
    display: table;
    border-radius: 25px;
    color: #fff;
     width: 155px;
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s;
    padding: 14px 30px;
    font-size: 21px;
    font-weight: bold;
    line-height: 18px;
}

.btn_creche{
	width: 155px;
}

.btn_contact{
	float: left;
}

.btn_photos{
	float: right;
}

.decouvrir.bg_violet{
    background: #a078ad;
}

.decouvrir.bg_violet:hover{
	background: #e88fa5;
}

.decouvrir.bg_vert{
    background: #90d057;
}

.decouvrir.bg_vert:hover{
	background: #c4ee9e;
}

.decouvrir.bg_rose{
    background: #e88fa5;
}

.decouvrir.bg_rose:hover{
	background: #f2c4d0;
}

.bloc_slider .slider_bouton{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bloc_slider .slider_bouton .slider_bouton_div{
    width: 49.5%;
}

.bloc_slider .slider_bouton .slider_bouton_div:nth-child(1) a{
	background: rgba(158,127,165,0.9);
	border-top-right-radius: 25px;
}

/*.bloc_slider .slider_bouton .slider_bouton_div:nth-child(2) a{
	background: rgba(135,188,86,0.9);
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}*/

.bloc_slider .slider_bouton .slider_bouton_div:nth-child(2) a{
	background: rgba(232,143,166,0.9);
	border-top-left-radius: 25px;
}

.bloc_slider .slider_bouton .slider_bouton_div a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    height: 60px;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    text-align: center;
}

.bloc_slider .slider_bouton .slider_bouton_div:hover a{
    margin-top: 0!important;
    height: 80px!important;
    text-decoration: none;
}

.arrow {
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bloc_slider .slider_bouton .slider_bouton_div a:hover .arrow {
    border-color: #fff;
    -webkit-animation: bounce-down 1s infinite;
    -moz-animation: bounce-down 1s infinite;
    -o-animation: bounce-down 1s infinite;
    animation: bounce-down 1s infinite;
}

@keyframes bounce-down{
	0%{
		opacity:0;
		-webkit-transform:translateY(-10px) rotate(45deg);
		-moz-transform:translateY(-10px) rotate(45deg);
		-o-transform:translateY(-10px) rotate(45deg);
		transform:translateY(-10px) rotate(45deg);
	}
	50%{
		opacity:1;
		-webkit-transform:translateY(0) rotate(45deg);
		-moz-transform:translateY(0) rotate(45deg);
		-o-transform:translateY(0) rotate(45deg);
		transform:translateY(0px) rotate(45deg);
	}
	100%{
		opacity:0;
		-webkit-transform:translateY(5px) rotate(45deg);
		-moz-transform:translateY(5px) rotate(45deg);
		-o-transform:translateY(5px) rotate(45deg);
		transform:translateY(5px) rotate(45deg);
	}
}

@-moz-keyframes bounce-down{
	0%{
		opacity:0;
		-webkit-transform:translateY(-10px) rotate(45deg);
		-moz-transform:translateY(-10px) rotate(45deg);
		-o-transform:translateY(-10px) rotate(45deg);
		transform:translateY(-10px) rotate(45deg);
	}
	50%{
		opacity:1;
		-webkit-transform:translateY(0) rotate(45deg);
		-moz-transform:translateY(0) rotate(45deg);
		-o-transform:translateY(0) rotate(45deg);
		transform:translateY(0px) rotate(45deg);
	}
	100%{
		opacity:0;
		-webkit-transform:translateY(5px) rotate(45deg);
		-moz-transform:translateY(5px) rotate(45deg);
		-o-transform:translateY(5px) rotate(45deg);
		transform:translateY(5px) rotate(45deg);
	}
}

@-webkit-keyframes bounce-down{
	0%{
		opacity:0;
		-webkit-transform:translateY(-10px) rotate(45deg);
		-moz-transform:translateY(-10px) rotate(45deg);
		-o-transform:translateY(-10px) rotate(45deg);
		transform:translateY(-10px) rotate(45deg);
	}
	50%{
		opacity:1;
		-webkit-transform:translateY(0) rotate(45deg);
		-moz-transform:translateY(0) rotate(45deg);
		-o-transform:translateY(0) rotate(45deg);
		transform:translateY(0px) rotate(45deg);
	}
	100%{
		opacity:0;
		-webkit-transform:translateY(5px) rotate(45deg);
		-moz-transform:translateY(5px) rotate(45deg);
		-o-transform:translateY(5px) rotate(45deg);
		transform:translateY(5px) rotate(45deg);
	}
}

/*== H nav ==*/
#op-horizontalnav {
    background: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  -webkit-transition: .6s;
  transition: .6s;
}

#op-horizontalnav.nav-is-open .bg_horizontal{
    /*background: rgba(158,127,165,0.9);*/
}

.bg_horizontal{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  -webkit-transition: .8s;
  transition: .8s;
}

#op-horizontalnav .op-sectionlist {
    width: auto;
    max-width: auto;
    margin: auto;
    padding: 0;
    text-align: center;
    display: table;
    float: left;
    visibility: hidden;
    transition: visibility 0.5s ease;
  -webkit-transition: visibility 0.5s ease;
}

#op-horizontalnav.nav-is-open .op-sectionlist {
	visibility: hidden;
}

#op-horizontalnav.nav-is-open.po .op-sectionlist {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#op-horizontalnav.po .op-sectionlist {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#op-horizontalnav .op-v-item {list-style:none; display:table-cell; font-size:16px}
#op-horizontalnav .op-v-item .op-v-link {
	color:#fff; 
    padding: 60px 30px;
    display:block;
    text-decoration:none;
    text-transform: uppercase;
}

#op-horizontalnav.nav-is-open .op-v-item .op-v-link {
    padding: 35px 30px;
}

#op-horizontalnav .op-v-item .op-v-link:hover, #op-horizontalnav .op-v-link.active {
	/*text-decoration: underline;*/
}

#op-verticalnav_left {
	position:fixed; 
	top:0; 
	right:auto; 
	left: 0;
	height: 100%;
    width: 60px;
	display:table;
    background: url(../images/fond_menu_secondaire.jpg) repeat-y center top;
}

#op-verticalnav_left .op-sectionlist_left {height:100%; text-align:center; display:table-cell; vertical-align:middle; list-style: none;}

/*== V nav ==*/
#op-verticalnav {
	position:fixed; 
	top:0; 
	right:0; 
	left: auto;
	height: 100%;
    width: 60px;
	display:table;
    background: url(../images/fond_menu_secondaire.jpg) repeat-y center top;
}
#op-verticalnav .op-sectionlist {height:100%; text-align:center; display:table-cell; vertical-align:middle}
#op-verticalnav .op-v-item {display:block}
#op-verticalnav .justify-height {}
#op-verticalnav .op-v-link {display:block; margin:17px 0}
#op-verticalnav .v-marker {
	width:11px; 
	height:11px; 
	border-radius:50%; 
    background-color: rgba(255,255,255,1); 
	display:inline-block; 
	vertical-align:middle; 
    margin-bottom: 0;
    margin-right: 0;
	border: 1px solid #fff;
-moz-box-shadow: 0px 0px 0px 1px #b5b5b5;
-webkit-box-shadow: 0px 0px 0px 1px #b5b5b5;
-o-box-shadow: 0px 0px 0px 1px #b5b5b5;
box-shadow: 0px 0px 0px 1px #b5b5b5;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#b5b5b5, Direction=NaN, Strength=0);}
#op-verticalnav .op-v-link:hover .v-marker, #op-verticalnav .op-v-item .op-v-link.active .v-marker {
    background-color: #a078ad;
    border: solid 2px #fff;
}
#op-verticalnav .op-v-itemdesc {
	display:inline-block; 
	font-size:14px; 
	position:absolute; 
	white-space:nowrap; 
	line-height:normal; 
	padding:0 34px 0 0;
	vertical-align:middle;
    text-indent: -9999px;
}
#op-verticalnav .op-v-itemdesc .op-v-itembg{
    background: rgba(158,127,165,0.9); 
    color:#fff; 
    padding:4px 10px 4px 10px; 
    border:1px solid rgba(160,160,160,.2); 
    border-radius:8px;
    margin-top: -7px;
    display: inline-block;
}
#op-verticalnav .op-v-link:hover .op-v-itemdesc {
	right:10px; 
    text-indent: 0px;
}

.open-nav {
    height: 30px;
}

.open-nav {
    display: block;
    float: right;
    z-index: 10;
    margin: 60px 25px 0 0;
    padding: 10px 14px;
    position: relative;
    overflow: hidden;
}

.po .open-nav {
    margin: 35px 25px 0 0;
}

.nav-is-open .open-nav {
    margin: 35px 25px 0 0;
}

.open-nav .hamburger {
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    transition: background 0.4s ease;
}

.open-nav.change_color .hamburger {
    background-color: #a078ad;
    transition: background 0.4s ease;
}

.open-nav:after {
  position: absolute;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}

.open-nav:hover {
  cursor: pointer;
  color: #fff;
}

.open-nav:hover:after {
  left: -10%;
  width: 120%;
}

.open-nav .hamburger:before, .open-nav .hamburger:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.4s, background 0.4s ease, right .2s ease;
    -webkit-transition: -webkit-transform 0.4s ease, background 0.4s, right .2s ease;
    -moz-transition: -moz-transform 0.4s, background 0.4s ease, right .2s ease;
    -o-transition: -o-transform 0.4s, background 0.4s ease, right .2s ease;
    -ms-transition: -ms-transform 0.4s, background 0.4s ease, right .2s ease;
}

.open-nav.change_color .hamburger:before, .open-nav.change_color .hamburger:after {
    background-color: #a078ad;
    transition: background 0.4s ease;
}

.open-nav .hamburger:before {
    right: 0;
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}

.open-nav .hamburger:after {
    right: 0;
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.po .open-nav .hamburger {
    background-color: transparent !important;
}

.po .open-nav .hamburger {
    background-color: transparent;
    transition: background 0.1s ease;
    width: 25px;
}

.nav-is-open #menu {
    visibility: visible;
    transition: visibility 0.5s ease;
}

.po .open-nav .hamburger:before {
    width: 100%;
    right: 0px;
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    background-color: #fff;
}

.po .open-nav .hamburger:after {
    width: 100%;
    right: 0px;
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    background-color: #fff;
}

section{
	padding:0;
}

#mysect2{
	padding: 90px 0 70px;
}

#mysect2 p.creche_descriptif{
	color: #4b2f52;
	width: 64%;
	text-align: justify;
    margin: 0 auto;
    text-align-last: center;
    opacity: 0;
}

.bloc_creche_infos{
	display: flex;
    justify-content: space-around;
}

.case_creche{
	/*width: 385px;
	height: 425px;*/
    width: 500px;
    height: 550px;
	border-radius: 50px;
	text-align: center;
	padding: 15px 20px;
	position: relative;
	overflow: hidden;
	opacity: 0;
}

.creche1{
	background: rgba(157,106,180,1);
	background: -moz-linear-gradient(top, rgba(157,106,180,1) 0%, rgba(124,85,133,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157,106,180,1)), color-stop(100%, rgba(124,85,133,1)));
	background: -webkit-linear-gradient(top, rgba(157,106,180,1) 0%, rgba(124,85,133,1) 100%);
	background: -o-linear-gradient(top, rgba(157,106,180,1) 0%, rgba(124,85,133,1) 100%);
	background: -ms-linear-gradient(top, rgba(157,106,180,1) 0%, rgba(124,85,133,1) 100%);
	background: linear-gradient(to bottom, rgba(157,106,180,1) 0%, rgba(124,85,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d6ab4', endColorstr='#7c5585', GradientType=0 );
}

.creche2{
	background: rgba(144,208,87,1);
	background: -moz-linear-gradient(top, rgba(144,208,87,1) 0%, rgba(103,163,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(144,208,87,1)), color-stop(100%, rgba(103,163,53,1)));
	background: -webkit-linear-gradient(top, rgba(144,208,87,1) 0%, rgba(103,163,53,1) 100%);
	background: -o-linear-gradient(top, rgba(144,208,87,1) 0%, rgba(103,163,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(144,208,87,1) 0%, rgba(103,163,53,1) 100%);
	background: linear-gradient(to bottom, rgba(144,208,87,1) 0%, rgba(103,163,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d057', endColorstr='#67a335', GradientType=0 );
}

.creche3{
	background: rgba(250,189,209,1);
	background: -moz-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,189,209,1)), color-stop(100%, rgba(241,136,169,1)));
	background: -webkit-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -o-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: linear-gradient(to bottom, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabdd1', endColorstr='#f188a9', GradientType=0 );
}

p.c_titre{
	font-size: 35px;
	font-weight: bold;
    line-height: 40px;
    margin: 30px 0 0;
}

p.c_ss_titre{
	font-size: 35px;
	font-weight: bold;
    line-height: 40px;
    margin: 0 0 40px;
}

p.c_age{
    background: url(../images/age.svg) no-repeat 0 center;
    width: 45%;
    float: left;
    height: 50px;
    margin: 0;
    overflow: hidden;
    line-height: 50px;
    text-align: left;
    padding: 0 0 0 50px;
}

p.c_horaires{
    background: url(../images/horaires.svg) no-repeat 0 center;
    width: 55%;
    float: right;
    height: 50px;
    margin: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: left;
    padding: 0 0 0 55px;
}

.creche1 p.c_titre{
	color:#b794c2;
}

.creche1 p.c_ss_titre{
	color:#724f7c;
}

.creche2 p.c_titre{
	color:#9adb60;
}

.creche2 p.c_ss_titre{
	color:#5c9643;
}

.creche3 p.c_titre{
	color:#fdcede;
}

.creche3 p.c_ss_titre{
	color:#e56fa3;
}

.card-overlay {
    height: 100%;
    font-size: 25px;
    padding: 0;
    position: absolute;
    width: 100%;
    border-radius: 50px;
    z-index: 1;
    top: 100%;
    left: 0;
    -webkit-transition: transform ease 800ms;
    -moz-transition: transform ease 800ms;
    -ms-transition: transform ease 800ms;
    transition: transform ease 800ms;
}

.creche1 .card-overlay {
    background: url(../images/illustration_fond_creche-marbehan.png) no-repeat 0 0;
     background-size: 100%;
}

.creche2 .card-overlay {
    background: url(../images/illustration_fond_creche-arlon.png) no-repeat 0 0;
     background-size: 100%;
}

.creche3 .card-overlay {
    background: url(../images/illustration_fond_creche-hagen.png) no-repeat 0 0;
     background-size: 100%;
}

.sur_overlay{
	padding: 25px;
}

.creche1 .card-overlay .sur_overlay{
    border-radius: 50px;
    height: 100%;
    width: 100%;
	background: rgba(157,106,180,0.8);
	background: -moz-linear-gradient(top, rgba(157,106,180,0.8) 0%, rgba(124,85,133,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157,106,180,0.8)), color-stop(100%, rgba(124,85,133,0.8)));
	background: -webkit-linear-gradient(top, rgba(157,106,180,0.8) 0%, rgba(124,85,133,0.8) 100%);
	background: -o-linear-gradient(top, rgba(157,106,180,0.8) 0%, rgba(124,85,133,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(157,106,180,0.8) 0%, rgba(124,85,133,0.8) 100%);
	background: linear-gradient(to bottom, rgba(157,106,180,0.8) 0%, rgba(124,85,133,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d6ab4', endColorstr='#7c5585', GradientType=0 );
}

.creche2 .card-overlay .sur_overlay{
    border-radius: 50px;
    height: 100%;
    width: 100%;
	background: rgba(144,208,87,0.8);
	background: -moz-linear-gradient(top, rgba(144,208,87,0.8) 0%, rgba(103,163,53,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(144,208,87,0.8)), color-stop(100%, rgba(103,163,53,0.8)));
	background: -webkit-linear-gradient(top, rgba(144,208,87,0.8) 0%, rgba(103,163,53,0.8) 100%);
	background: -o-linear-gradient(top, rgba(144,208,87,0.8) 0%, rgba(103,163,53,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(144,208,87,0.8) 0%, rgba(103,163,53,0.8) 100%);
	background: linear-gradient(to bottom, rgba(144,208,87,0.8) 0%, rgba(103,163,53,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d057', endColorstr='#67a335', GradientType=0 );
}

.creche3 .card-overlay .sur_overlay{
    border-radius: 50px;
    height: 100%;
    width: 100%;
	background: rgba(250,189,209,0.8);
	background: -moz-linear-gradient(top, rgba(250,189,209,0.8) 0%, rgba(241,136,169,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,189,209,0.8)), color-stop(100%, rgba(241,136,169,0.8)));
	background: -webkit-linear-gradient(top, rgba(250,189,209,0.8) 0%, rgba(241,136,169,0.8) 100%);
	background: -o-linear-gradient(top, rgba(250,189,209,0.8) 0%, rgba(241,136,169,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(250,189,209,0.8) 0%, rgba(241,136,169,0.8) 100%);
	background: linear-gradient(to bottom, rgba(250,189,209,0.8) 0%, rgba(241,136,169,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabdd1', endColorstr='#f188a9', GradientType=0 );
}

.case_creche:hover .card-overlay {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.no_transform {
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}

.overlay_bloc_haut{
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.overlay_bloc_haut p{
	line-height: 22px;
	margin: 0 0 10px;
}

#mysect3{
	padding: 50px 0 30px 0;
	min-height: 585px;
	position: relative;
    opacity: 0;
}

.stab1{
	background: rgba(210,188,221,1);
	background: -moz-linear-gradient(top, rgba(210,188,221,1) 0%, rgba(196,178,200,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,188,221,1)), color-stop(100%, rgba(196,178,200,1)));
	background: -webkit-linear-gradient(top, rgba(210,188,221,1) 0%, rgba(196,178,200,1) 100%);
	background: -o-linear-gradient(top, rgba(210,188,221,1) 0%, rgba(196,178,200,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,188,221,1) 0%, rgba(196,178,200,1) 100%);
	background: linear-gradient(to bottom, rgba(210,188,221,1) 0%, rgba(196,178,200,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2bcdd', endColorstr='#c4b2c8', GradientType=0 );
    -webkit-transition: transform all 800ms;
    -moz-transition: transform all 800ms;
    -ms-transition: transform all 800ms;
    transition: transform all 800ms;
}

.stab2{
	background: rgba(250,189,209,1);
	background: -moz-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,189,209,1)), color-stop(100%, rgba(241,136,169,1)));
	background: -webkit-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -o-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: linear-gradient(to bottom, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabdd1', endColorstr='#f188a9', GradientType=0 );
    -webkit-transition: transform all 800ms;
    -moz-transition: transform all 800ms;
    -ms-transition: transform all 800ms;
    transition: transform all 800ms;
}

.etagere1{
	position: absolute;
	right: 11px;
	top: 60px;
}

.etagere2{
	position: absolute;
	left: 11px;
	top: 60px;
}

.garcon1{
	position: absolute;
	left: 25px;
	bottom: 0;
}

.garcon2{
	position: absolute;
	right: 25px;
	bottom: 0;
}

.tabs_principal{
	text-align: center;
}

.tabs{
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background: #a078ad;
    border-radius: 48px;
    height: 56px;
    z-index: 2;
    position: relative;
    opacity: 0;
}

.tabs_un {
    width: 242px;
    font-weight: 300;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    float: left;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    position: relative;
}

.tabs_un.tabs_un_actif {
    font-weight: bold;
    color: rgba(255,255,255,1);
}

.tabs_descriptif{
    width: 44%;
	margin: 40px auto 0;
    position: relative;
    min-height: 300px;
    opacity: 0;
}

.tabs_descriptif_un{
	opacity: 0;
    position: relative;
    left: 0;
    top:0;
    display: none;
}

.tabs_descriptif_un.tabs_descriptif_un_actif{
    animation: example .3s;
    opacity: 1;
    pointer-events: inherit;
    display: block;
}

@keyframes example {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tabs_un:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    height: 34px;
    border-right: 2px solid rgba(179, 147, 189, 1);
}

.tabs_descriptif_un p{
	text-align: justify;
    margin: 0 auto 20px;
}

#mysect4{
	margin: 75px 0 0;
	padding: 50px 0 30px 0;
    opacity: 0;
}

.stab3{
	background: rgba(235,225,240,1);
	background: -moz-linear-gradient(top, rgba(235,225,240,1) 0%, rgba(229,221,231,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,225,240,1)), color-stop(100%, rgba(229,221,231,1)));
	background: -webkit-linear-gradient(top, rgba(235,225,240,1) 0%, rgba(229,221,231,1) 100%);
	background: -o-linear-gradient(top, rgba(235,225,240,1) 0%, rgba(229,221,231,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,225,240,1) 0%, rgba(229,221,231,1) 100%);
	background: linear-gradient(to bottom, rgba(235,225,240,1) 0%, rgba(229,221,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe1f0', endColorstr='#e5dde7', GradientType=0 );
    -webkit-transition: transform all 800ms;
    -moz-transition: transform all 800ms;
    -ms-transition: transform all 800ms;
    transition: transform all 800ms;
}

.stab4{
	background: rgba(250,189,209,1);
	background: -moz-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,189,209,1)), color-stop(100%, rgba(241,136,169,1)));
	background: -webkit-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -o-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	background: linear-gradient(to bottom, rgba(250,189,209,1) 0%, rgba(241,136,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabdd1', endColorstr='#f188a9', GradientType=0 );
    -webkit-transition: transform all 800ms;
    -moz-transition: transform all 800ms;
    -ms-transition: transform all 800ms;
    transition: transform all 800ms;
}

.tabs_descriptif_v2{
    width: 91%;
	margin: 40px auto 0;
    position: relative;
    min-height: 1050px;
    opacity: 0;
}

.tabs_descriptif_v2 .tabs_descriptif_un{
}

.tabs_descriptif_v2 .tabs_descriptif_un .bloc_pp_descriptif{
	display: flex;
}

.tabs_descriptif_v2 .tabs_descriptif_un .bloc_pp_descriptif:nth-child(odd){
	flex-direction: row;
}

.tabs_descriptif_v2 .tabs_descriptif_un .bloc_pp_descriptif:nth-child(even){
	flex-direction: row-reverse;
}

.bloc_pp_descriptif{
	margin: 50px 0 0;
}

.bloc_pp_descriptif p.color_violet{
	color: #a078ad;
}

.bloc_pp_descriptif_texte{
    width: 57.4%;
}

.bloc_pp_descriptif_image{
    width: 42.6%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mysect5{
    overflow: hidden;
	margin: 75px 0 0;
	padding: 0;
	/*background: rgba(158,214,109,1);
	background: -moz-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,214,109,1)), color-stop(100%, rgba(122,175,79,1)));
	background: -webkit-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
	background: -o-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
	background: -ms-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
	background: linear-gradient(to bottom, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed66d', endColorstr='#7aaf4f', GradientType=0 );*/
    background: rgba(158,214,109,1);
background: -moz-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,214,109,1)), color-stop(100%, rgba(122,175,79,1)));
background: -webkit-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
background: -o-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
background: -ms-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
background: linear-gradient(to bottom, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed66d', endColorstr='#7aaf4f', GradientType=0 );
}

.sur_section{
	background: url(../images/fond_contact.png) no-repeat right top;
    background-size: auto 100%;
	padding: 30px 0 0;
}

.sur_section h3{
	margin: 0 0 40px;
}

.contenu_contact{
    padding: 0 25px 25px;
    overflow: hidden;
}

.contact_gauche{
	width: 43%;
	float: left;
}

.contact_adresse_texte{
	display: flex;
    margin: 0 0 20px;
}

.contact_adresse_texte div{
	flex: 1;
}

.contact_adresse_texte p{
	margin: 0;
    line-height: 27px;
}

p.titre_adresse{
    background: url(../images/picto_map.svg) no-repeat right top;
    display: table;
    padding: 0 33px 0 0;
}

p.titre_adresse:hover{
    background: url(../images/picto_map-hover.svg) no-repeat right top;
}

.contact_droite{
	width: 57%;
	float: right;
}

.conteneur_champ_contact{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 28px;
}

.conteneur_champ_total{
  border: solid 2px #fff;
  border-radius: 25px;
  width: 100%;
  float: left;
  padding: 13px 25px;
  margin: 0 0 10px;
  position: relative;
}

.conteneur_champ{
  border: solid 2px #fff;
  border-radius: 25px;
width: 49%;
  float: left;
  padding: 13px 25px;
  position: relative;
}

label{
	position: absolute;
  color: #fff;
  font-size: 18px;
  width: 100%;
  transform-origin:left;
  -webkit-transition:transform 300ms ease,color 300ms ease;
  -moz-transition:transform 300ms ease,color 300ms ease;
  -ms-transition:transform 300ms ease,color 300ms ease;
  -o-transition:transform 300ms ease,color 300ms ease;
  transition:transform 300ms ease,color 300ms ease
}

.conteneur_champ_actif label{
	/*top: 5px;
	font-size:12px;
	color: rgba(255,255,255,0.6);
	transition:0.4s ease all;*/
	-webkit-transform:translateY(-70%) scale(.7);
	-moz-transform:translateY(-70%) scale(.7);
	-ms-transform:translateY(-70%) scale(.7);
	-o-transform:translateY(-70%) scale(.7);
	transform:translateY(-70%) scale(.7);
	color: rgba(255,255,255,0.6);
}

input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="date"],
select{
  color: #fff;
  font-size: 18px !important;
  font-weight: 400;
  border: none;
  width: 100%;
  background: transparent;
}

select{
  margin: 5px 0 0 !important;
}

option:not(:checked) {
	background: rgba(135,188,86,1);
}

textarea{
  color: #fff;
  font-size: 18px !important;
  font-weight: 400;
  border: none;
  width: 100%;
  height: 60px;
  background: transparent;
  outline: none;
}

input[type="submit"]{  
  font-size: 21px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  background: #a078ad;
   padding: 15px 38px;
  border-radius: 25px;
  border: none;
    float: right;
  -webkit-transition: .6s;
  transition: .6s;
  overflow: hidden;
	font-family: 'VAG Rounded Std';
}

input[type="submit"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type="submit"]:hover {
  background: #e88fa5;
  cursor: pointer;
}

button{  
  font-size: 21px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  background: #a078ad;
   padding: 15px 38px;
  border-radius: 25px;
  border: none;
    float: right;
  -webkit-transition: .6s;
  transition: .6s;
  overflow: hidden;
	font-family: 'VAG Rounded Std';
}

button:hover {
  background: #e88fa5;
  cursor: pointer;
}

.formul p.reponse{
	width: 100%;
	font-size: 18px;
}

.formul p.rouge{
	color: #f00;
}

.formul p.vert{
	color: #216b21;
}

.grecaptcha-badge{
	position: absolute;
	opacity: 0;
}

.formul p{
	font-size: 11px;
	font-weight: 300;
    margin: 0;
}

.footer{
	width: 100%;
	border-top: solid 2px #96c174;
    overflow: hidden;
}

.footer p{
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,0.55);
	text-align: center;
    margin: 0;
    line-height: 54px;
}

.footer p a{
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,0.55);
}

.footer p a:hover{
	text-decoration: underline;
	color: rgba(255,255,255,0.55);
}

#cookieChoiceInfo{
	-moz-box-shadow: 0px 0px 2px 0px #333333;
-webkit-box-shadow: 0px 0px 2px 0px #333333;
-o-box-shadow: 0px 0px 2px 0px #333333;
box-shadow: 0px 0px 2px 0px #333333;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=NaN, Strength=2);
}

#cookieChoiceInfo a{
	background:#a078ad;
	font-weight: 900;
	border-radius: 35px;
	padding: 10px 20px;
    -webkit-transition: .6s;
    transition: .6s;
}

#cookieChoiceInfo a:hover{
    background: #e88fa5;
}

#op-horizontalnav .op-sectionlist {
    position: fixed;
    width: 100%;
    max-width: 100%;
    margin: 0;
    left: 0;
    background: rgba(158,214,109,1);
    background: -moz-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,214,109,1)), color-stop(100%, rgba(122,175,79,1)));
    background: -webkit-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: -o-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: -ms-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: linear-gradient(to bottom, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed66d', endColorstr='#7aaf4f', GradientType=0 );
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

#op-horizontalnav .op-sectionlist:before{
    content: "";
    background: url(../images/fond_contact.png) no-repeat right top;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

#op-horizontalnav.nav-is-open .op-v-item .op-v-link,
#op-horizontalnav .op-v-item .op-v-link {
    padding: 2rem 0;
    font-size: 3.8rem;
    line-height: 3.8rem;
    margin: 0;
    font-weight: 700;
    text-transform: none;
}

#op-horizontalnav.nav-is-open_mobile{background: rgba(158,214,109,1);
    background: -moz-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,214,109,1)), color-stop(100%, rgba(122,175,79,1)));
    background: -webkit-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: -o-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: -ms-linear-gradient(top, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    background: linear-gradient(to bottom, rgba(158,214,109,1) 0%, rgba(122,175,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed66d', endColorstr='#7aaf4f', GradientType=0 );
}

.nav-is-open .open-nav {
    margin: 28px 11px 0 0;
}

.alerte{
    display: none;
}


.remarque{
    display: none;
}

@media screen and (max-width: 1280px){
    .wrapper{
        width: 100%;
    }

    #op-horizontalnav .op-v-item .op-v-link {
        padding: 30px 20px;
    }

    #op-horizontalnav.nav-is-open .op-v-item .op-v-link {
        /*padding: 35px 20px;*/
    }

    .case_creche {
        width: 365px;
        height: 425px;
    }

    .tabs_descriptif_v2 {
        width: 95%;
    }
}

@media screen and (max-width: 1024px){
    .logo{
        width: 15%;
    }

    .logo img{
        max-width: 100%;
    }

    #op-horizontalnav .op-v-item .op-v-link {
        padding: 45px 10px 30px;
    }

    #op-horizontalnav.nav-is-open .op-v-item .op-v-link {
        padding: 45px 10px 30px;
    }

    .open-nav {
        margin: 30px 25px 0 0;
    }

    .nav-is-open .logo img {
        width: 100%;
    }

    /*.nav-is-open .open-nav {
        margin: 42px 25px 0 0;
    }*/

    .bloc_slider .slider_texte {
        background-size: 60%;
    }

    h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .bloc_slider .slider_texte p {
        font-size: 22px;
        line-height: 26px;
    }

    .decouvrir {
        padding: 12px 30px;
        font-size: 19px;
    }

    h2 {
        font-size: 15px;
        line-height: 34px;
    }

    .case_creche {
        width: 280px;
        padding: 15px 10px;
    }

    .creche3 .card-overlay .sur_overlay{
        padding: 15px;
    }

    .overlay_bloc_haut p {
        line-height: 20px;
        margin: 0 0 10px;
        font-size: 16px;
    }

    .btn_creche {
        width: 49%;
        padding: 12px 20px;
    }

    .etagere1{
        width: 20%;
    }

    .etagere2{
        width: 20%;
    }

    .garcon1 {
        left: 40px;
        width: 10%;
    }

    .garcon2 {
        right: 40px;
        width: 10%;
    }

    .conteneur_champ {
        width: 230px;
    }

    #mysect2 p.creche_descriptif {
        width: 80%;
    }
}

#op-horizontalnav .op-v-item.a_facebook{
    display: none;
}

.voir_plus{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

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

    .voir_plus{
        display: block;
    }

    #op-horizontalnav .op-v-item.a_facebook{
        display: block;
    }
    .wrapper {
        padding: 0;
    }

    #op-verticalnav_left{
        display: none;
    }

    #op-verticalnav{
        display: none;
    }

    #mysect2 p.creche_descriptif {
        opacity: 1;
        width: 90%;
    }

    .case_creche{
        opacity: 1;
        width: 385px;
        margin: 0 0 15px;
    }

    h3{
        opacity: 1;
    }

    .tabs{
        opacity: 1;
    }

    .tabs_descriptif{
        opacity: 1;
    }

    .tabs_descriptif_v2{
        opacity: 1;
    }

    #mysect3{
        opacity: 1;
    }

    #mysect4{
        opacity: 1;
    }

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

    /*.sur_section {
        background: #7aaf4f;
    }*/

    .footer {
        background: #7aaf4f;
    }

    .contact_gauche{
        width: 100%;
    }

    .contact_droite{
        width: 100%;
    }

    .conteneur_champ {
        width: 350px;
    }

    h1 {
        font-size: 28px;
    }

    .bloc_slider .slider_texte p {
        font-size: 18px;
    }

    h2 {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 0 0;
    }

    #mysect5 {
        padding: 0;
    }
}

@media screen and (max-width: 500px){
    .formul p.alerte{
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 4px;
        display: block;
    }

    .bloc_slider .slider_bouton{
        display: none;
    }

    .bloc_slider .slider_texte p {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 8px;
        width: 60%;
    }

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

    .bloc_slider .slider_texte {
        justify-content: flex-end;
        padding: 0 25px 15px;
    }

    .etagere1{
        display: none;
    }

    .etagere2{
        display: none;
    }

    .garcon1 {
        display: none;
    }

    .garcon2 {
        display: none;
    }

    .tabs {
        width: 90%;
    }

    .tabs_un {
        width: 50%;
    }

    .tabs_descriptif {
        width: 100%;
        min-height: initial;
    }

    .tabs_descriptif_un {
        width: 90%;
        margin: 0 auto;
    }

    h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .tabs_descriptif_v2 .tabs_descriptif_un .bloc_pp_descriptif:nth-child(odd){
        flex-direction: column;
    }

    .tabs_descriptif_v2 .tabs_descriptif_un .bloc_pp_descriptif:nth-child(even){
        flex-direction: column;
    }

    .bloc_pp_descriptif_texte {
        width: 100%;
    }

    .bloc_pp_descriptif_image {
        width: 100%;
    }

    h4 {
        margin: 0 0 20px;
        line-height: 26px;
    }

    .conteneur_champ_contact {
        flex-direction: column;
        margin: 0;
    }

    .conteneur_champ {
        width: 100%;
        margin: 0 0 15px;
    }

    .footer p {
        margin: 0 auto;
        line-height: 20px;
        width: 90%;
        padding: 8px 0;
    }

    .logo {
        width: 25%;
    }

    #op-horizontalnav.nav-is-open .op-v-item .op-v-link, #op-horizontalnav .op-v-item .op-v-link {
    font-size: 2rem;
    line-height: 2rem;
    padding: 25px 10px;
    }

    #cookieChoiceInfo span{
        display: block;
        position: relative;
        padding: 0 0 20px;
    }

    #cookieChoiceInfo a:first-child{
        margin-left: 0 !important;
    }

    .case_creche {
        width: 90%;
    }

    .bloc_slider .slider_texte {
        background-size: 65%;
    }

}

@media screen and (max-width: 375px){
    .bloc_slider .slider_texte p {
        font-size: 15px;
        line-height: 17px;
        width: 60%;
    }

    .decouvrir {
        padding: 8px 20px;
        font-size: 17px;
    }

    h1 {
        font-size: 16px;
        line-height: 20px;
    }

    .bloc_slider .slider_texte {
        background-size: 70%;
    }
}