/* CSS styles creche */
body {
    font-family: 'ProximaNovaSoft-Regular';
    color: #505050;
    font-size:18px;
}

a:hover,
a:focus,
a:link,
a:visited {text-decoration: none !important;}
input:focus{outline: none !important;}

.proxima-bold,
strong,
b {
    font-family: 'ProximaNovaSoft-Bold';
	font-weight: normal;
	font-style: normal;
}

.proxima-semibold {
    font-family: 'ProximaNovaSoft-Semibold';
	font-weight: normal;
	font-style: normal;
}

.red {color:#d13130;}
.grey-one {color:#616161;}
.grey-two {color:#505050;}
.grey-three {color:#787878;}
.white {color: #ffffff;}


.white-bg-color{background-color: white;}
.red-bg-color {background-color: #d13130;}
.lagoon-bg-color {background-color: #4eaeb2;}
.blue-bg-color {background-color: #a0b8df;}
.blue-old-bg-color {background-color: #89ccca;}
.green-old-bg-color {background-color: #afc86d;}
.mustard-bg-color {background-color: #eeac39;}
.violet-bg-color {background-color: #c693c2;}
.orange-old-bg-color {background-color: #f7b284;}
.transparent-bg-color {background-color: transparent;}
.orange-bg-color {background-color: #f9b256;}
.green-bg-color {background-color: #8ec89a;}

.white-border {border-color: #ffffff !important;}
.red-border {border-color: #d13130 !important;}
.white-border-3 {border:3px solid #ffffff !important;}

.nopadding {padding:0px !important;}
.nopaddingleft {padding-left:0px;}
.nopaddingright {padding-right:0px;}
.left {float: left;}
.right {float: right;}

.text-left {text-align: left !important;}
.text-right {text-align: right;}

.pb-15 {padding-bottom: 15px;}
.nopadding {padding:0px !important;}
.clear{clear: both;}

.uppercase {text-transform: uppercase;}

.btn-style {
    border-radius:22px;
    font-family: 'ProximaNovaSoft-Bold'; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 6px 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
}

@media screen and (max-width: 479px) {
    .hidden-xxs {display: none;}
}

/* Global css */
h2 {
    font-size: 28px;
    line-height: 1;
    color: #d13130;
    margin-bottom: 25px;
}

.padding-b20 {padding-bottom: 20px;}

/***********************/
/* Default css wysiwyg */
/***********************/
h1,h2{color: #d13130;margin:0;}

.container-wysiwyg h1 {padding-bottom: 35px; font-size: 42px;}

#accueil-espace-creche .container-wysiwyg h2,
#detail-espace-creche .container-wysiwyg h2,
#listing-espace-creche .container-wysiwyg h2{
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 30px;
    margin: 0 !important; 
}
.container-wysiwyg h3 {
    font-size: 24px;
    font-family: ProximaNovaSoft-Semibold;
    padding-bottom: 30px;
    margin: 0; 
}
.container-wysiwyg h4 {
    font-size: 20px;
    font-family: ProximaNovaSoft-Semibold;
    padding-bottom: 20px;
    color:#afa59d;
    margin: 0; 
}
.container-wysiwyg p{ 
    padding-bottom: 20px;
    margin: 0; 
    font-size: 18px;
    line-height: 24px;
} 
.container-wysiwyg ul{
    list-style: none;
    padding:0;
    margin:0 0 25px 0;
}
.container-wysiwyg ol  {
    padding:0 0 0 20px;
    margin:0 0 25px 0;
}

.container-wysiwyg ul li{ 
    font-size: 18px; 
    line-height: 24px;
    margin-bottom: 5px;
}
.container-wysiwyg ul li:before{
    content: "• ";
    color: #d1302f;
    font-size: 140%;
    padding-right: 5px;
}
.container-wysiwyg img{
    max-width: 100%; 
    height: auto;
}

.container-wysiwyg blockquote p{padding-bottom: 0px;}

/*.container-wysiwyg blockquote p,*/
.container-wysiwyg blockquote{
    padding: 20px;
    background-color: #f5f5f5;
    border-left: 5px solid #d1302f;
    color:#d13130;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    
/*    font-size: 22px;
    line-height: 28px;
    color:#afa59d;
    padding: 0px;
    border-left: 0px;
    margin-top: 10px;*/
}

/*.container-wysiwyg blockquote p::before,
.container-wysiwyg blockquote div::before{content:  url("/modules/creche/template/images/ui-quote-beginning.svg"); margin-right: 15px;}
.container-wysiwyg blockquote p::after,
.container-wysiwyg blockquote div::after{content:  url("/modules/creche/template/images/ui-quote-end.svg"); margin-left: 15px;}*/

.container-wysiwyg a {color:#d1302f !important;}

.container-wysiwyg p img {margin-left: 0px !important;}

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

@media screen and (min-width: 768px) {
    #accueil-espace-creche .note .note-desc {/*max-height: 160px; overflow: hidden;*/}
}


@media screen and (max-width: 767px) {
    .container-wysiwyg iframe {
    max-height: 100%; 
    width: 100%;
    padding-bottom: 25px;}
}




/************/
/** Header **/
/************/
.main-menu #navbarCollapse a.btn-style {padding: 8px 15px !important;}
#navbarCollapse .text-left.btn-style.red.red-border {text-align: left;}

/* Begin Animmate menu */
#nav-hamburger {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#nav-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-hamburger span:nth-child(1) {top: 1px;}
#nav-hamburger span:nth-child(2),#nav-icon span:nth-child(3) {top: 5px;}

#nav-hamburger.open span:nth-child(2){top: 13px;}
#nav-icon span:nth-child(3) {top: 10px;}

#nav-hamburger span:nth-child(4) {top: 17px;}
#nav-hamburger.open span:nth-child(1) {top: 30px; width: 0%; left: 50%;}
#nav-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-45deg);
}
#nav-hamburger.open span:nth-child(4) {top: 10px; width: 0%; left: 50%;}
.search-pre-header li:nth-child(4) {width:215px;}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #nav-hamburger {margin-right: 60px;}
}
/* End Animmate menu */

#header-espace-dedie .pre-header-bg {background-color: #d13130;  height: 50px;}
#header-espace-dedie .pre-header {display: table; height: 100%;}
#header-espace-dedie .desc-pre-header {
    display: table-cell;
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
    color: #ffffff;
}
#header-espace-dedie .search-pre-header {
    float: right;
    font-size: 13px;
    height: 50px;
    margin-bottom: 0;
    padding: 0;
}
#header-espace-dedie .search-pre-header li {
    list-style-type: none;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#header-espace-dedie .search-pre-header li > a img {padding-right: 10px;}
#header-espace-dedie .search-pre-header li > a {
    display: table-cell;
    padding: 14px 20px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'ProximaNovaSoft-Bold';
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
}
#header-espace-dedie .main-menu .navbar-default {background-color: #ffffff;}
#header-espace-dedie .main-menu .navbar-header {
    display: table;
    height: 135px;
}
#header-espace-dedie .main-menu .navbar-header a,
#header-espace-dedie .main-menu .navbar-header span {
    display: table-cell;
    vertical-align: middle;
}
#header-espace-dedie .navbar-header a img {width: 280px;}
#header-espace-dedie .main-menu nav ul {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 135px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
#header-espace-dedie .main-menu .navbar-nav {float: right;}
#header-espace-dedie .main-menu nav ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    margin-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #505050;
}
#header-espace-dedie .main-menu nav ul li a{color: #505050; padding: 0px;}
#header-espace-dedie .main-menu nav ul li .btn-style { padding: 8px 25px; color: #d13130;}
#header-espace-dedie .pre-header-bg {padding: 0px 25px;height: 50px;}
#header-espace-dedie .pre-header {display: table;}
#header-espace-dedie .search-pre-header {
    float: right;
    padding: 0px;
    font-size: 13px;
    margin-bottom: 0px;
    height: 50px;
}
#header-espace-dedie .search-pre-header li {
    height: 50px;
    float: left;
    display: table;
}
#header-espace-dedie .search-pre-header li > a {display: table-cell; vertical-align: middle;padding: 14px 20px;}
#header-espace-dedie .search-pre-header li > a:hover { text-decoration: none;}
#header-espace-dedie .search-pre-header li a img {padding-right: 10px;}
#header-espace-dedie .search-pre-header li:first-child {border-left: 1px solid rgba(255, 255, 255, 0.3);}
#header-espace-dedie .search-pre-header li.hamburger {height: 50px; margin-right: 0;}
#header-espace-dedie .desc-pre-header {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
}
#header-espace-dedie .main-menu .navbar-nav li span:hover,
#header-espace-dedie .main-menu .navbar-nav li a:hover {color:#d13130 !important;}
#header-espace-dedie .main-menu .navbar-nav li ul{
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    z-index: 30;
    padding-top: 10px;
    display: none;
}
#header-espace-dedie .main-menu .navbar-nav li ul:hover,
#header-espace-dedie .main-menu .navbar-nav li:hover ul{display: table;}
#header-espace-dedie .main-menu .navbar-nav li ul li{
    text-align: left;
    padding: 6px 20px;
    margin: 0;
    text-transform: none;
    font-family: 'ProximaNovaSoft-Regular';
    border-top: 2px solid #f5f5f5;
    white-space: nowrap;
}
#header-espace-dedie .main-menu .navbar-nav li ul li a,
#header-espace-dedie .main-menu .navbar-nav li ul li span{border: 0;}
#header-espace-dedie .main-menu .navbar-nav li ul li:last-child{padding-bottom: 12px; text-align: left;}
#header-espace-dedie .container.menu-content {padding: 0px;}
#header-espace-dedie .navbar-header a img {width: 280px;}


@media screen and (max-width: 1199px) {
    #header .container {width: 100%;}
    .main-menu .navbar-header a {padding-right: 0px;}
    .main-menu .navbar-default{padding: 0px 25px;}
    .main-menu nav ul li span,
    .main-menu nav ul li a{font-size: 14px;}
}


@media screen and (max-width: 991px) {
    #header .container {width: 100%;}
    #header-espace-dedie .navbar-header a img {width: 260px;}
}


@media screen and (max-width: 767px) {
    #header-espace-dedie .navbar-header a img {width: 230px;}
    .hamburger button{margin-left: 16px; margin-right: 16px}
    .pre-header-bg {padding: 0 0 0 15px;}
    #header-espace-dedie .search-pre-header li { border-left: 1px solid rgba(255, 255, 255, 0.3); border-right: 0px solid rgba(255, 255, 255, 0.3);}
    .main-menu nav ul li span, .main-menu nav ul li a{
        border: 1px solid hsl(0, 0%, 86%);
        border-radius: 20.5px;
        color: hsl(0, 0%, 31%) !important;
        display: flex;
        font-size: 16px;
    }
    .main-menu .navbar-default {padding: 0 15px;}
    #header-espace-dedie .main-menu nav ul li {margin: 0 0 10px 0;}
    #header-espace-dedie .main-menu nav ul li a{padding: 10px 15px;}
    
    #header-espace-dedie .navbar-nav {float: none !important;margin-top: 7.5px;}
    #header-espace-dedie .navbar-nav > li a,
    #header-espace-dedie .navbar-nav > li { float: none !important;}
    #header-espace-dedie .main-menu nav ul { display: block; height: 100%;}
    #header-espace-dedie .navbar-collapse {border-top: 1px solid transparent; }
    #header-espace-dedie .main-menu .navbar-header  {
        padding: 25px 0;
        width: 100%;
        height: auto;
    }
    #header-espace-dedie .pre-header-bg {padding: 0 0 0 15px !important;}
    #header-espace-dedie .search-pre-header li > a {padding: 14px 15px;}
}


/************/
/** Footer **/
/************/
#footer-espace-dedie {margin-top: 70px;}
#footer-espace-dedie .footer-top {padding: 30px 0px; background-color: #d13130;}
#footer-espace-dedie .footer-title {
    font-family: ProximaNovaSoft-Bold;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-size: 16px;
    text-transform: uppercase;
}
#footer-espace-dedie .footer-address {
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
}
#footer-espace-dedie .footer-see-more a{text-decoration: none; float: right;}
#footer-espace-dedie .footer-see-more a:hover,
#footer-espace-dedie .footer-see-more a:link,
#footer-espace-dedie .footer-see-more a:visited{color:#ffffff;}
#footer-espace-dedie .footer-bottom {
    background-color: #f5f5f5;
    height: 50px;
    font-size: 14px;
    display: table;
    width: 100%;
}
#footer-espace-dedie .footer-bottom a{color: #505050; text-decoration: none;}
#footer-espace-dedie .footer-bottom a:hover,
#footer-espace-dedie .footer-bottom a:link,
#footer-espace-dedie .footer-bottom a:active {color: #d13130;}
#footer-espace-dedie .footer-bottom > div {display: table-cell; vertical-align: middle;}

@media screen and (max-width: 992px) {
    #footer-espace-dedie {margin-top: 30px;}
}

@media screen and (max-width: 767px) {
    #footer-espace-dedie .footer-see-more a{float: left; margin-top: 15px;}
    #footer-espace-dedie .footer-bottom {padding: 0px; padding: 0px 15px;}
}


/***************************/
/** Accueil espace crèche **/
/***************************/
.alert {padding-left: 30px; padding-right: 30px;}
.container-header-display {height: 0px;}

#accueil-espace-creche h2,
#detail-espace-creche h2,
#listing-espace-creche h2{margin-bottom: 25px;}

.line{margin-bottom: 30px; display: inline-block;}
.headband-content h1 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    margin: 40px 0 5px 0;
}
.headband-desc {font-size: 20px;color: #ffffff;}

#accueil-espace-creche,
#detail-espace-creche,
#listing-espace-creche {overflow: hidden;}

a:hover.btn-style,
a:link.btn-style,
a:visited.btn-style {color: #ffffff; text-decoration: none;}

.headband {
    background: url('/modules/creche/template/images/illustration-headband@2x.png') no-repeat; 
    background-position: center center;
    background-size:cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    background-size: 100%;
    min-width: 1600px;
    height: 300px;
    margin:0;
    padding:0; 
    position: relative;
}
.headband-content {
    position: relative;
    top: -300px;
    padding-right: 380px;
}
.sub-headband{
    background: url('/modules/creche/template/images/panneau-logo@2x.png') no-repeat;
    background-size: 392px;
    position: absolute;
    right: -15px;
    top: -430px;
    width: 392px;
    height: 483px;
}

.sub-headband-logo {
    position: absolute;
    height: 210px;
    width: 300px;
    right: 30px;
    top: -220px;
    overflow: hidden;
}

.sub-headband-logo img {
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 767px) {
    .sub-headband-logo img {display: none;}
}

.sub-headband-logo-img {
    max-width: 100%;
    height: auto;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
/*    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}

.color-bloc {margin-bottom: 30px;}
.color-bloc,
.color-bloc-second {
    padding: 30px 25px; 
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}
.color-bloc-second a { padding: 6px 35px;}
.color-bloc-content {padding-left: 105px;}
.color-bloc-content-second {
    padding-left: 105px; 
    min-height: 220px;
    position: relative;
}
.color-bloc-content-second a.btn-style {
    position: absolute;
    bottom:0px;
    left: 105px;
}
.color-bloc-content .color-bloc-title,
.color-bloc-content-second .color-bloc-title{font-size: 24px; line-height: 1.2;}
.color-bloc-content-second .color-bloc-title {margin-bottom:15px; height: 70px; overflow: hidden;}
.bloc-desc {
    line-height: 24px;
    font-size: 18px;
    display: inline-block;
    height: 75px;
    overflow: hidden;
}
.section {list-style-type: none; padding-left: 0px;}
.section li:first-child{padding-top: 10px;}
.section li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    display: table;
    width: 100%;
    padding: 15px 0px;
}
.section li:last-child {border-bottom: none; padding-bottom: 0px;}
.section li .btn-style,
.section li .section-desc {display: table-cell;vertical-align: middle;}
.actualite{
    margin-bottom: 30px;
    width: 100%;
    height: 230px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.actualite a:hover{text-decoration: none;}
.actu-global {padding: 20px; height: 100%;}
.bottom-actu {
    position: relative;
    bottom: -35px;
    width: 100%; 
}
.actualite .title {color: #a0a0a0; font-size: 15px; line-height: 1; margin-bottom: 5px;}
.actualite .title-main {
    color: #d13130; 
    font-size: 24px; 
    line-height: 1;
    height: 50px; 
}
.actualite .content-max {color: #505050; font-size: 18px; line-height: 24px;}
.actualite .arrow{
    background-color:#d13130; 
    height: 26px; 
    width: 26px; 
    border-radius: 50%;
    position: relative;
}
.actualite .arrow img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.actualite .suite { display: inline-block;}
.actualite .suite a {padding: 8px 0px 8px 10px}
.actualite .suite a span{
    color: #505050;
    line-height: 24px;
    font-size: 18px;
}
.actualite .suite a:hover{text-decoration: none;}
.actualite .suite a:hover span,
.actualite .suite a:link span {color: #d13130 !important;}

.category.btn-style { padding: 1px 5px;}
.category {
    min-width: 180px;
    font-family: 'ProximaNovaSoft-Semibold';
    font-size:12px; 
    line-height: 18px;
    color: #ffffff;
    float: right;
    letter-spacing: 0.5px;
    border-radius: 22px;
    text-transform: uppercase;
    float: right;
}

.actualite .content-max {height: 55px}
#accueil-espace-creche .actualite .title-main {height: 75px}
.actu-img{
    overflow: hidden;
    height: 230px;
    /*border-right: 1px solid #ebebeb;*/
}
.actu-img img {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    width: 110%;
/*width: 100%;
height: auto;*/

    
/*    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/


/*    width: auto;
	max-height: 100%;*/
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    #accueil-espace-creche .whats-new {padding-left: 0 !important; padding-right: 15px !important;}
    #accueil-espace-creche .programm {padding-right: 0 !important; padding-left: 15px !important;}
}

@media screen and (max-width: 479px) {
    .actu-img img {
/*        max-height: 100%;
        width: auto;
        max-width: none;
        height: none;*/
        
        
/*    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    width: 100%;*/
    }
}

@media screen and (max-width: 379px) {
    .actu-img img {
        max-height: 100%;
        width: auto;
        max-width: none;
        height: none;
        
        
/*    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    width: 100%;*/
    }
}


.actu-last a{
    padding: 0px;
    color: #d13130;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'ProximaNovaSoft-Bold';
}
.actu-last a:hover,
.actu-last a:link,
.actu-last a:visited {color: #d13130; text-decoration: none;}

@media screen and (max-width: 600px) {
    .actu-last {width: 100%; padding: 10px 0px; display: inline-block;}
    .actu-last a {float: right;}
}


/* Column */
.bubble-col {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.bubble-group {display: table;}
.bubble-desc {display: table-cell; vertical-align: middle;}
.bubble-col li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
}
.bubble-col li:first-child { padding-top: 0px;}
.bubble-col li:last-child {border-bottom: 0px solid transparent; padding-bottom: 0px;}
.bubble-img {
    border-radius: 50%;
    overflow: hidden;
    height: 60px;
    width: 60px;
    margin-right: 15px;
}
.bubble-img img {max-width: 100%; height: auto;}
.bubble-name {
    color: #505050;
    font-size: 20px;
    line-height: 22px;
    font-family: 'ProximaNovaSoft-Bold';
}
.bubble-title {
    color: #a0a0a0;
    line-height: 22px;
    font-size: 18px;
}
.quote-word {
    font-size: 22px;
    line-height: 28px;
    color:#afa59d;
    margin: 15px 0px 0px 0px;
}
.quote-word img:first-child {margin-right: 15px;}
.quote-word img:last-child {margin-left: 15px;}
.download-col { list-style-type: none; padding-left: 0px;}
.download-group {
    display: inline-block;
}
.download-group a:hover .download-desc,
.download-group a:focus .download-desc {
    color: #d13130;
    text-decoration: none !important;
}
.download-desc {
    color: #505050;
    font-size: 18px;
    line-height: 24px;
    padding-left: 30px;
}
.download-col li:first-child {padding-top: 0px;}
.download-col li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px 10px 0px;
}
.download-col li:last-child { border-bottom: 0px solid transparent;}
.download-img img{margin-right: 15px !important;}
.download-img {float: left;}

.global-contact {margin-top: 35px;}
.contact {
    font-size: 18px;
    line-height: 24px;
    color: #505050;
}
.contact a{padding: 0px;}
.contact a:hover,
.contact a:visited,
.contact a:link { color: #d13130;text-decoration: none;}
.note {
    background: url('/modules/creche/template/images/pattern-notes@2x.png');
    background-repeat: repeat-y;
    background-size: 800px;
    font-family: 'PatrickHand-Regular';
    padding: 20px 20px 30px 75px;
    min-height: 280px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.note img {
    width: 46px;
    height: 53px;
    position: absolute;
    right: 20px;
    top: -10px;
}
.note-title {
    font-size: 24px;
    line-height: 24px;
    color: #d13130;
    padding-right: 60px;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}
.note-desc {
    font-size: 30px;
    line-height: 1;
    color: #414b82;
    /*height: 140px;*/
    /*overflow: hidden;*/
}
.date {
    font-size: 20px;
    margin: 20px 0 30px 0;
}
.column h2:first-child { margin-top: 0px;}
.column h2{ margin-top: 35px;}

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

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .color-bloc-second {}
    .color-bloc-content-second {padding-left: 85px;}
    .color-bloc-content-second a.btn-style {left: 65px;}
    .note {padding-left: 60px;}
    /*.note-desc {height: 160px;}*/
}

@media screen and (max-width: 991px) {
    .color-bloc-content-second a.btn-style {position: relative; left:0px;}
    .global-contact {
        padding: 25px;
        margin: 0 0 30px 0;
        border: 2px solid #d13130;
        border-radius: 12px;
    }
    .headband-content {padding-right: 310px;}
    .sub-headband{
        background-size: 315px;
        top: -405px;
        right: -85px;
    }
    .sub-headband-logo {
        width: 250px;
        height: 180px;
        right: 22px;
        top: -240px;
    }
    .headband-content h1{
        font-size: 32px;
        line-height: 32px;
        margin-top: 25px;
        top:-300px;
    }
    .note-desc {font-size: 28px; }
}

@media screen and (max-width: 767px) {
    .color-bloc-content-second .color-bloc-title {height: auto;}
    #accueil-espace-creche h2,
    #detail-espace-creche h2 {margin-bottom: 20px;}
    .color-bloc-content {padding-left: 75px;}
    .headband-content h1 {font-size: 28px; width: 100%;}
    h2 {font-size: 24px;}
    .container{padding: 0px;}
    .headband-content {padding: 0px 15px;}
    .color-bloc {margin-bottom: 20px;}
    .line .nopaddingleft {padding-right: 0px;}
    .line .nopaddingright {padding-left: 0px;}
    .color-bloc-second.green-old-bg-color,
    .color-bloc-second.violet-bg-color{margin-bottom: 20px;}
    
    .color-bloc-content-second {min-height: 0px !important;}
    .bloc-desc {height: auto;}
    .color-bloc-content-second a.btn-style {position: initial; margin-top: 15px;}
    .actualite .content-max {display: none; height: auto;}
    
    .actualite {margin-bottom: 0px;}
    .actu-global {margin-bottom: 20px;}
    .actualite .title-main{height: auto;}
    .bottom-actu {margin: 15px 0; position: initial;}
    .actualite .suite {display: block;}
    .category {float: left; margin-top: 20px; margin-left: -25px;}
    .actualite {height: auto;}
    
    .actu-global{box-shadow: 0 2px 15px rgba(0,0,0,0.08);} 
    .bottom-actu { position: initial; bottom: 0px;}
    
    .color-bloc-second img {padding-left: 10px;}
}

@media screen and (max-width: 479px) {
    .color-bloc-content-second a.btn-style {position: initial;}
    .color-bloc, .color-bloc-second {padding: 20px;}
    .color-bloc-content-second {padding-left: 60px;}
    .color-bloc-content-second a.btn-style {width: 100%;}
    .color-bloc-content-second {min-height: auto;}
    .bloc-desc {height: auto;}
    .color-bloc .section a{width: 100%; margin-top: 10px;}
    .section li .btn-style, .section li .section-desc {display: inline; float: left !important;}
    
    .color-bloc-content-second,
    .color-bloc-content {padding-left: 100px;}
    
    .color-bloc-second,
    .color-bloc {padding: 15px;}
    
    .color-bloc-content-second a,
    .color-bloc-content a {padding: 6px 15px;}
    
    .color-bloc img {padding-left: 15px;}
}

/***************************/
/**  Détail espace crèche **/
/***************************/
 .illustration{
    height: 330px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.illustration img{
      max-width: 100%;
    height: auto;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
/*    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}

#detail-espace-creche .illustration {margin-bottom: 15px;}

.title-page {
    font-size: 42px;
    line-height: 48px;
    color: #d13130;
}
.subtitle-page {
    font-size:20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.head-page .category {float: left; margin-bottom: 40px;}
.back{
    margin: 30px 0px;
    font-size: 14px;
    font-family: ProximaNovaSoft-Semibold;
}
.back a{
    display: inline-flex;
    color: #505050;
    padding-left: 0px; 
}
.back a:hover{text-decoration: none;}
.back div.img{
    width: 20px;
    height: 20px; 
    margin-right: 15px;
    display: flex;
	background-image: url('/modules/creche/template/images/ui-retour.svg') !important;
	background-size: 20px;
}
.back div.img img{margin: auto;}

.carousel-creche {margin: 20px 0px 30px 0px;}
.carousel-creche .swiper-slide.swiper-slide-active .carousel-desc {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 10px;
    margin-bottom: 25px;
    margin-right: 25px;
    margin-left: 25px;
    display: block;
}
.carousel-creche .swiper-slide.swiper-slide-active .v-bottom{ opacity: 1;background-color: transparent;}
.carousel-creche .swiper-slide .v-bottom {background-color: #ffffff; opacity: 0.5;}
.carousel-creche .address {
    color:#3c3c3c;
    font-size: 18px;
    line-height: 1;
    font-family: 'ProximaNovaSoft-Regular';
}
.carousel-creche .subtitle {
    color: #3c3c3c;
}
.carousel-creche .title{
    font-size: 18px;
    font-family: ProximaNovaSoft-Bold;
    line-height: 1;
}
.carousel-creche div:last-child {
    font-size: 15px;
}
.carousel-creche .subtitle{font-size: 26px !important;line-height: 1; margin-top: 5px;}
.carousel-creche .swiper-button-prev,
.carousel-main .swiper-button-prev {
    background-image: url('/modules/pab/template/images/ui-slider-fleche-gauche.svg');
    background-size: 10px 18px !important;
    left:0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-position: 40% 50%;
}
.carousel-creche .swiper-button-next,
.carousel-main .swiper-button-next {
    background-image: url('/modules/pab/template/images/ui-slider-fleche-droite.svg'); 
    background-size: 10px 18px !important;
    right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-position: 60% 50%;
}
.carousel-creche .swiper-button-prev,
.carousel-creche .swiper-button-next,
.carousel-main .swiper-button-prev,
.carousel-main .swiper-button-next {
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 22px 15px; 
    margin-top: 0px;
    top: 45%;
}
.carousel-creche .swiper-slide {height: 470px; width: 750px;}
.carousel-main .swiper-container {
    width: 100%;
    height: 100%;
}

#detail-espace-creche .head-page .category {margin-right: 15px;}

@media screen and (max-width: 991px) {
    .carousel-creche .swiper-slide {height: 450px;}
}

@media screen and (max-width: 767px) {
    #detail-espace-creche .head-page .category {
        margin-bottom: 40px;
        margin-left: 0px !important;
        margin-right: 15px;
    }
}

@media screen and (max-width: 479px) {
    .carousel-creche .swiper-slide {height: 235px;}
}


/***************************/
/*   Listing espace crèche */
/***************************/
#listing-espace-creche .head-page {margin-bottom: 20px;}


/****************************/
/*        Formulaire        */
/****************************/
.formulaire h2 {
    padding: 15px 0 10px 0;
    margin-bottom: 15px;
    color: #505050; 
}
.login .formulaire h1 {margin: 50px 0px 0px 0px;}
.login {background-color: #f4f4f4;}
.formulaire .obligatoire{color: #a0a0a0;font-size: 16px;margin-bottom: 35px;}
.formulaire h1 {margin-bottom: 25px;}
.formulaire .champs{
    border-left: 5px solid #d13130;
    background-color: #ffffff;
    padding: 40px 40px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.formulaire .champs div {
    height: 40px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.formulaire label {
    display: table-cell;
    max-width: 250px;
    vertical-align: middle;
    font-weight: 400;
}
.formulaire .champs input[type="email"], .formulaire .champs input[type="number"], .formulaire .champs input[type="text"],  .formulaire .champs input[type="password"] {
    padding: 10px;
}
.formulaire input, .formulaire select {
    border: 1px solid hsl(0, 0%, 82%);
    border-radius: 6px;
    float: right;
    height: 40px;
}
.formulaire input {
    box-shadow: 0 14px 8px -10px hsla(0, 0%, 0%, 0.07) inset, 0 0 8px -10px hsla(0, 0%, 0%, 0.07) inset;
    width: 340px;
}
.formulaire input.btn-style {
    margin-top: 10px;
    border-radius:22px;
    font-family: 'ProximaNovaSoft-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 10px 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    box-shadow: none;
    width: auto;
    line-height: 1;
}
.formulaire label.error{float: right;max-width: none !important;width: 390px;color: #d13130; padding-top: 5px;}
@media screen and (max-width: 767px) {
    .formulaire .champs input[type="email"],
    .formulaire .champs input[type="number"],
    .formulaire .champs input[type="password"],
    .formulaire .champs input[type="text"]{width: 100% !important;}
    .formulaire .champs label{float: left;max-width: none !important;width: 100%;}
}


/***********************/
/* Cookies utilisation */
/***********************/
#pc-cookie-notice {
    font-family: ProximaNovaSoft-Regular !important;
    font-size: 15px !important;
    padding: 15px !important;
    background: rgba(0, 0, 0, 0.6)!important;
}
#pc-cookie-notice #pc-message span {font-size: 15px !important;}

#pc-cookie-notice #pc-message {padding: 0px !important; width: auto !important; float: left !important;}

#pc-cookie-notice #pc-button{float: right !important; position: initial !important;}

#pc-cookie-notice #pc-message span {font-size: 15px !important;}

#pc-cookie-notice #pc-message {padding-right: 0px !important;}

#pc-cookie-notice #pc-button button {
    font-family: "ProximaNovaSoft-Bold" !important;
    font-size: 15px !important;
	font-weight: normal !important;
    text-transform: uppercase !important;
    border-radius: 22px !important;
    border: 1px solid #d13130 !important;
    letter-spacing: 1px !important;
    padding: 2px 10px !important;
    display: block !important;
    text-align: center !important;
    background-color: #d13130 !important;
    margin-top: 4px !important;
}

@media screen and (max-width: 767px) {
    #pc-cookie-notice #pc-button,
    #pc-cookie-notice #pc-message {clear: both !important;}
}

/* Loader */
.ias-spinner {padding-bottom: 10px;}
.spinner img {height: 32px !important; width: 32px !important;}