/*
Theme Name: EscaleCocooningByInova
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */

/* 
	Code Couleur 
	gros foncé : #292929;
	rose : #ec008c;

*/

.liste-options ul li li {
	    list-style: circle !important;
}

@media all and (min-width: 981px) {
	.et_pb_column_20, .et_pb_column_22 {
		width:47.25%!important;
	}
	
	.et_pb_column_21 {
		display: none !important;
	}
}


#page-container { overflow:hidden; }
@media only screen and (min-width: 981px) {
    #main-header { display: none  }
  	#page-container {padding-top:30px !important; }
	#page-container {
		margin-left: 80px;
	}
	.et_fixed_nav #top-header {
		left:80px !important;
	}


}
@media only screen and (max-width: 980px) {
  	#page-container {padding-top:110px !important; }
    #main-content { padding-top:50px !important; }
  	.sticky100 { display: none }
	#page-container {
		margin-left: 0px !important;
	}
	.et_fixed_nav #top-header {
		left:0px !important;
	}
}

#homepage_blog article {
	margin-bottom:15px !important;
}

#logo {
	max-height: 100% !important;
}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 




.sticky	{
	position: fixed;
	height: 100vh;
	top:0px;
	z-index:100002;
	background-color: #292929
}
.sticky.left {
	left:0px;
}
.sticky100 {
	width: 80px;
	font-size:13px;
	line-height: 13px;
-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
}

.burger-menu {
	text-align: center;
	padding:0px;
}
.burger-menu a {
	padding:10px;
	display: block;
}
.burger-menu a:hover {
	background-color: #ec008c
}
.burger-menu a, .burger-menu {
	color: #ffffff;
	
}
.sticky .bas {
	position: absolute;
	bottom:0px;
	text-align: center;
	width:100%;
}
.sticky .bas a.block {
	display: block;
	margin-top:15px;
	padding:10px;
}
a.bon-cadeaux {
	text-align: center;
	color:#ffffff !important;
	padding:10px;
	display: block;
}
a.bon-cadeaux:hover {
		background-color: #ec008c;
}


#footer_horaires .precision {
	display: block;
	color:#ec008c;
	font-size:14px;
/* 	text-align: right; */
}


.subcat {
    color:#292929;
    text-transform: uppercase;
    font-size:16px;
    font-weight: bold;
    margin-bottom:25px;
    margin-top:25px;
}
.row_products {
    margin-top:15px;
}
.sub_catgeorie_mega_menu {
    width:29%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size:14px;
    font-weight: bold;
}
.sub_catgeorie_mega_menu.bloc_1, .sub_catgeorie_mega_menu.bloc_2 {
    margin-right: 5%;
}
.subcatproducts {
    margin-top:25px;
    text-align: center;
    text-transform: uppercase;
    font-size:15px;
    font-weight: bold;
    border-top:1px solid #777777;
    border-bottom:1px solid #777777;
    padding:10px;
}
.subcatproducts a {
    color: #777777;
}
#sfm-overlay {
	background-color: transparent !important;
	display: none !important;
}



.respond-aside {
    bottom: 75px;
    right: 15px;
    width: auto;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    cursor: pointer;
}
.respond-aside {
    max-height: 100%;
    position: fixed;
    z-index: 100;
    color: white;
}

.respond-aside .aside-toggle-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 70px;
    height: auto;
    padding: 0 0 18px;
    background: #931a3f;
    color: #fff;
}
.respond-aside .aside-toggle-btn {
    display: block;
    background: #676767;
    border-radius: 0;
    border: 0;
    position: relative;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out;
}
.respond-aside .aside-toggle-btn:hover {
    background: #cccccc;
}
 .respond-aside .vertical-label p {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    width: 10px;
    margin-right:10px;
    word-break: break-all;
    line-height: 1.15em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}


#form_reservation {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -250px;
    width: 250px;
    background: #ffffff;
    padding:5px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.18);
}
#form_reservation #resa {
    background-color: #292929;
    color:#ffffff;
    font-weight: bold;
    text-align: left;
    padding:15px;
    font-size:16px;
}
#form_reservation label {
    color: #000000;
}
#form_reservation .datepicker {
    width:100%;
    padding:5px;
    font-size:14px;
    font-weight: bold;
    border:1px solid #777777 !important;
}
#form_reservation select {
    padding:5px;
    font-size:14px;
    font-weight: bold;
    border:1px solid #777777 !important;
}

#form_reservation button#submit {
    width: 100%;
    font-size: .85em;
    font-style: inherit;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin: 10px 0 0;
    padding-top: .625em;
    padding-bottom: .625em;
    background: transparent;
    color: #292929;
    border: 1px solid #292929;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
#form_reservation button#submit:hover {
    background: #292929;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.hidden {
    display: none !important;
}


.superfly-on #sfm-sidebar .sfm-view-level-custom {
background-image: url(/wp-content/uploads/2019/05/4518723-1.png) !important;
background-repeat: no-repeat;
background-position: 100% 0% !important;
}

#sfm-sidebar .sfm-menu li, #sfm-sidebar .sfm-menu li a {
	text-transform: none !important;
}

@media all and (min-width:981px) and (max-width:1279px) {
	#contact_box .et_pb_row .et_pb_column_2 {
		width:75% !important;
	}
	#contact_box .et_pb_row .et_pb_column_3 {
		width:25% !important;
	}	
}


@media all and (max-width:600px) {
	#contact_box .et_pb_row .et_pb_column_2 .et_pb_column_1_6 {
		width:100% !important;
	}
}

@media all and (min-width:981px) {
	#footer-bottom .et-social-icons {
		display: none;
	}
}