/*
Theme Name: DIVI CHILD - No-Filter
Description: Theme enfant de Divi par No-Filter pour Kid'Venture
Author: No-Filter
Author URI: http://www.no-filter.fr
Template: Divi
Version: 1.1
*/


.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/*
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}


/*GO NOFILTER GO*/
.woocommerce-notices-wrapper
{
display: none;
}

#customer_details .col-2{
	display: none;
}

#customer_details .col-1{
	width: 100%;
}

#booking_price_text {
	display:none;
}

.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table tfoot {
	display:none;
}


/* GO TEO GO ---------------------------------------------------------------------------------------- */
.wrapper-product-main {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}
.wrapper-product {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.wrapper-product.odd {
    flex-direction: row;	
}
.wrapper-product.even {
    flex-direction: row-reverse;	
}
.line-sep {
    text-align: center;
	margin: 30px 0 50px 0;
}
.line-sep:before {
	content: '\4c';
	font-family: 'ETModules';
	font-size: 30px;
	color: #000;
	background-color: #fff;
	display: block;
	text-align: center;
	width: 15%;
	margin: 0 auto;
	z-index: 999;
    position: relative;	
}
.line-sep:after {
	content: '';
    display: block;
    border-bottom: #ccc 1px solid;
    width: 100%;
    margin-top: -12px;
}

.wrapper-image {width: 50%; overflow: hidden;}
.wrapper-image img {width: 100%; transition: all 0.3s ease-in-out;}
.wrapper-image img:hover {
	transform: scale(1.1);
}
.wrapper-content {width: 50%;}
.wrapper-content h2 {text-transform: uppercase;}

.wrapper-product.even .wrapper-image,
.wrapper-product.odd .wrapper-content {
	padding: 0 0 0 40px;
	text-align: left;
}
.wrapper-product.odd .wrapper-image,
.wrapper-product.even .wrapper-content{
	padding: 0 40px 0 0;
	text-align: left;
}
.p_date {}
.p_desc {}
.p_price {}
.p_price_unit {display: block;}
.p_price_plus {display: block;}
.cta-reserver {
    float: right;
    margin: 20px 0 0 0;
	border: 1px solid #000;
    padding: 3px 18px;	
}
.cta-reserver a {
	color: #000;
	display: inline-block;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.cta-reserver a:hover {
	opacity: 0.5;
}

.teo-menu-footer ul {
	display: flex!important;
	flex-direction: column!important;
	align-items: flex-start!important;	
}

.teo-header-menu {z-index: 99!important;}
.teo-header-menu .et_pb_menu__menu {
	display: none!important;
}
.teo-header-menu .et_mobile_nav_menu {
	display: flex!important;
}
.teo-header-menu ul {
    list-style-type: none!important;
    padding: 0 0 23px 1em;
    line-height: 26px;
	top: 68px;
}

.et_pb_menu.teo-header-menu ul.et_mobile_menu {	background-color: #fff!important;}

.et_pb_menu.teo-header-menu .et_pb_menu__wrap {
    justify-content: flex-start!important;
    flex-direction: row-reverse!important;
	flex: unset!important;
}
.et_pb_menu .et_pb_menu__search-container {
    background-color: #fff;
    padding: 30px 0!important;
}

@media (min-width:768px) {
	.et_mobile_menu li a {
		border-bottom: 1px solid rgba(0,0,0,.03);
		color: #000;
		padding: 10px 5%;
		display: block;
		font-size: 21px;
	  }	
	
}


@media (max-width:980px) {
	.wrapper-product.odd,
	.wrapper-product.even {
		flex-direction: column;	
	}	
	.wrapper-product.even .wrapper-image,
	.wrapper-product.odd .wrapper-content {
		padding: 0 0 0 0;
		text-align: left;
	}
	.wrapper-product.odd .wrapper-image,
	.wrapper-product.even .wrapper-content{
		padding: 0 0 0 0;
		text-align: left;
	}	
	.wrapper-content,
	.wrapper-image {width: 80%;}
	.wrapper-image {margin-bottom: 15px;}

	.teo-menu-footer .et_pb_menu__menu {
		display: flex!important;	
	}
	.teo-menu-footer .et_mobile_nav_menu {
		display: none!important;	
	}	
	.teo-menu-footer .et_pb_menu__wrap {
		justify-content: flex-start!important;
	}	
	.teo-header-menu ul {
		top: 68px!important;
	}
	.et_pb_menu.teo-header-menu .et_mobile_nav_menu	{margin: 0!important;}

}
@media (max-width:575px) {
	.wrapper-content,
	.wrapper-image {width: 90%;}
	.wrapper-content h2 {
		font-size: 18px;
	}	
}

.no-events {
	text-align: center;
    font-size: 18px;
    color: #000;	
}
.vfbp-form .btn-primary {
    color: #ffffff;
    border-color: #000;
    background-color: #000;
    border-radius: unset;
    float: right;
}

.mobile_menu_bar:after {
    content: 'Menu';
    font-size: 14px;
    font-family: 'BMW Heavy';
    position: absolute !important;
    bottom: 16px;
    vertical-align: text-bottom;
}

.mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    margin-right: 35px;
}

header button.et_pb_menu__icon {
    margin: 0 22px !important;
}