/*
Theme Name: Exclusive Drive
Theme URI: https://thegeek.family
Author: The Geek Family
Author URI: https://thegeek.family
Description: Billeterie Exclusive Drive
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 


input
{
	outline: none;
}


a
{
	text-decoration: none;
}

.row:after
{
	clear: both;
	content: '';
	display: table;
}

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


#user_switching_switch_on
{
	position: fixed;
	left: 0;
	bottom: 0;
}

#user_switching_switch_on a
{
	background: #cd2e2b !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 2.31;
	color: #fff !important;
	padding: 15px 25px;
	text-transform: uppercase;
	border: 0;
	display: block;
}

.woocommerce form.login
{
	border: 0;
}

.woocommerce-cart-form h2
{
	font-size: 25px;
	font-weight: 600;
	line-height: 0.88;
}

.woocommerce-cart-form td:not(.product-name)
{
	text-align: center;
	font-weight: 500;
}

.woocommerce-cart-form td.product-name
{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: #cd2e2b;
}

.woocommerce-cart-form td.product-subtotal
{
	color: #cd2e2b;
}

.woocommerce-cart-form td .sessions
{
	padding-top: 10px;
}

.woocommerce-cart-form td .session
{
	font-size: 12px;
	color: #0f0f0f;
	font-weight: 500;
}

body:not(.page-template-options) .woocommerce-cart-form .remove
{
	width: 22px;
	height: 22px;
	background: url(images/remove.png) no-repeat center center!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals
{
	width: 100%;
}

body:not(.checkout):not(.account) .wrap > .woocommerce
{
	background: #fff;
	padding: 25px;
}

.woocommerce table.shop_table
{
	border: 0;
}

.woocommerce table.shop_table .order-total th
{
	text-align: right;
}

.woocommerce table.shop_table th
{
	background: url(images/dashed.png) repeat-x center top;
	font-weight: 600;
	color: #cd2e2b;
}
.woocommerce table.shop_table td
{
	border: 0;
}
.woocommerce table.shop_table tr
{
	background: url(images/dashed.png) repeat-x center bottom;
}


#content
{
	padding-bottom: 80px;
}

.more a, .more input[type=submit], #place_order, .woocommerce-button
{
	background: #cd2e2b!important;
	font-size: 13px;
	font-weight: bold;
	line-height: 2.31;
	color: #fff!important;
	padding: 3px 25px;
	text-transform: uppercase;
	border: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1
{
	width: 40%;
}

.woocommerce-button
{
	padding: 15px 30px!important;
	border-radius: 0!important;
}

.woocommerce form .form-row
{
	margin-bottom: 20px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
{
	border: 0;
	padding: 0;
}

.more.back
{
	text-align: center;
}

.more.back a
{
	width: calc(33.33% - 18px);
	display: inline-block;
	padding: 8px 10px;
	font-size: 15px;
}

.more.addtobasket {
	margin-bottom: 60px;
	text-align: center;
}

.more.addtobasket.second {
	margin-top: 60px;	
}

.more.addtobasket a {
	padding: 20px 35px;	
	display: inline-block;
}

.more.submit
{
	text-align: center;
}

.more.submit input
{
	padding: 8px 10px;
	font-size: 15px;
	width: calc(33.33% - 18px);
	cursor: pointer;
}

#customer_details
{
	margin-bottom: 25px;
}

#order_review
{
	background: #fff;
	margin-bottom: 25px;
}

#order_review_heading, #customer_details h3
{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	color: #cd2e2b;
	margin-bottom: 20px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th
{
	border: 0;
}

form input[type=text], form input[type=email], form textarea, form input[type=password], form input[type=tel]
{
	width: 100%;
	height: 40px;
	border: 0;
	border-bottom: 2px solid #cd2e2b;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #0f0f0f;
	padding: 0 10px;
	background: #fff;
}


form input[type=submit]
{
	-webkit-appearance: none;
}


form input.error
{
	border: 1px solid red;
	color: red;
}


form textarea
{
	 padding: 10px;
	 color: #aaa;
}

form textarea.on
{
	color: #7e0c49;
}


form textarea::-webkit-input-placeholder, form input::-webkit-input-placeholder 	{ font-family: 'Montserrat'; color: #aaa; opacity: 1; font-weight: normal; font-size: 14px; text-transform: none; }
form textarea::-moz-placeholder, form input::-moz-placeholder 					{ font-family: 'Montserrat'; color: #aaa; opacity: 1; font-weight: normal; font-size: 14px; text-transform: none; } 
form textarea:-ms-input-placeholder, form input:-ms-input-placeholder 			{ font-family: 'Montserrat'; color: #aaa; opacity: 1; font-weight: normal; font-size: 14px; text-transform: none; }
form textarea:-moz-placeholder, form input:-moz-placeholder 						{ font-family: 'Montserrat'; color: #aaa; opacity: 1; font-weight: normal; font-size: 14px; text-transform: none; }

form textarea.error::-webkit-input-placeholder, form input.error::-webkit-input-placeholder 	{ color: red; opacity: 1;  }
form textarea.error::-moz-placeholder, form input.error::-moz-placeholder 					{ color: red; opacity: 1; } 
form textarea.error:-ms-input-placeholder, form input.error:-ms-input-placeholder 			{ color: red; opacity: 1; }
form textarea.error:-moz-placeholder, form input.error:-moz-placeholder 						{ color: red; opacity: 1; }


.select2-container .select2-selection--single {
	height: 40px;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #cd2e2b;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

form .line
{
	margin-bottom: 50px;
}

form .line.half
{
	display: flex;
	justify-content: space-between;
}

form .line.half > span
{
	width: calc(50% - 7.5px);
}

form textarea
{
	resize: none;
	height: 382px;
}

.selectcontainer
{
	position: relative;
	display: block;
	width: 319px;
	max-width: 100%;
}

.selectcontainer select.select
{
    position:relative;
    z-index:10;
    width: 100%;
    height:56px;
    line-height:56px;
    -webkit-appearance:none;
}

.selectcontainer span.select
{
    position:absolute;
    top: 0;
    left:0;
    width: 100%;
    padding-left: 10px;
	-webkit-appearance:none;
	border: 1px solid #e8e8e8;
	height: 40px;	
	line-height: 40px;	
    background: #fff url(images/select.png) no-repeat right center / auto 7px;
    cursor:default;
    z-index:1;
    overflow: hidden;
    padding-right: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #aaa;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}

.selectcontainer.error span.select
{
	border-color: #dc3232;
}



.message
{
	margin-bottom: 25px;
}

.message.error
{
	border: 2px solid red;
	padding: 10px;
}

.message.ok
{
	padding: 10px;
	color: green;
	font-weight: 500;
}

.message.error, .message.error a
{
	font-weight: bold;
	font-size: 20px;
	color: red;
}

.message a
{
	text-decoration: underline;
}


@media (min-width: 835px)
{
	.full_width
	{
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}

body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    background: #f5f5f5;
}



body, a
{
	font-family: 'Montserrat';
	font-size: 14px;
	color: #0f0f0f;
	font-weight: 300;
}

h1
{
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 60px;
}

h2, span.h2
{
	font-size: 22px;
	font-weight: bold;
	color: #cd2e2b;
	margin-bottom: 39px;
}

h3
{
	font-size: 23px;
	font-weight: 600;
}

.wrap
{
	width: 1047px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background: #000;
}


#banner
{
	height: 310px;
	display: flex;
}

#banner .wrap
{
	position: relative;
}

#banner h1
{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #fff;
	padding: 30px 47px 29px 56px;
	background: #cd2e2b;
	left: 0;
	bottom: 0;
	position: absolute;
	margin-bottom: 0;
	text-transform: uppercase;
}

#header .pad
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 105px;
	padding: 0 25px;
}

#header .logo
{
	margin-right: 76px;
}

#header .logo img
{
	width: 176px;
}


#header .left
{
	display: flex;
	align-items: center;
}

#header  ul
{
	display: flex;
	align-items: center;
}


#header #nav
{
	display: flex;
	align-items: center;
}

#header #nav a.home
{
	display: block;
	width: 20px;
	height: 18px;
	background: url(images/home.png) no-repeat center center;
	margin-right: 65px;
}

#header #nav .nav-menu > li
{
	margin-right: 35px;
	position: relative;
}

#header #nav .sub-menu
{
	position: absolute;
	left: 0;
	top: 21px;
	display: none;
	z-index: 2;
	min-width: 100%;
}

#header #nav .nav-menu > li:hover .sub-menu
{
	display: block;
}

#header #nav .nav-menu > li.current-menu-item:after, #header #nav .nav-menu > li.current-product_cat-ancestor:after, #header #nav .nav-menu > li:hover:after
{
	position: absolute;
	bottom: -6px;
	width: 100%;
	left: 0;
	height: 3px;
	background: #cd2e2b;
	content :'';
}

#header #nav .nav-menu > li > a
{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.29;
	color: #fff;
	padding: 5px 0;
}

#header #nav .sub-menu li
{
	display: block;
}

#header #nav .sub-menu a
{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: block;
	background: #cd2e2b;
	padding: 10px 20px;
}

#header #nav .sub-menu a:hover, #header #nav .sub-menu li.current-menu-item a
{
	background: #b0211e;
}

#header .right
{
	padding-right: 90px;
}

#header .right ul
{
	display: flex;
	align-items: center;
}

#header .right ul li:not(:first-child)
{
	margin-left: 66px;
}

#header .right .user a
{
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/user.png) no-repeat center center;
}


#header .right .cart a
{
	width: 27px;
	height: 24px;
	display: block;
	background: url(images/cart.png) no-repeat center center;
}

figure img
{
	display: block;
}

body .woocommerce-MyAccount-content .h2
{
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
}

body.page-template-mes_documents .woocommerce-MyAccount-content
{
	font-weight: 500;
}



body.page-template-mes_documents .woocommerce-MyAccount-content a
{
	font-weight: 500;
	color: #cd2e2b;
}

body.page-template-mes_documents .woocommerce-MyAccount-content em
{
	font-weight: normal;
	font-size: 13px;
	color: #818181;
	font-style: normal;
	margin: 20px 0;
	display: block;
}


body.page-template-mes_documents .woocommerce-MyAccount-content .upload
{
	background: url(images/dashed.png) repeat-x center top;
	margin: 40px 0;
	padding-top: 30px;
}



body.page-template-mes_documents .woocommerce-MyAccount-content .upload .row
{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

body.page-template-mes_documents .woocommerce-MyAccount-content .upload label
{
	flex: 0 0 250px;
	margin-left: 100px;
}

body.page-template-mes_documents .woocommerce-MyAccount-content .remove
{
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(images/remove2.png) no-repeat center center;
}

body.page-template-mes_documents .woocommerce-MyAccount-content table.docs
{
	width: 100%;
	background: url(images/dashed.png) repeat-x center bottom;
	margin: 40px 0;
}

body.page-template-mes_documents .woocommerce-MyAccount-content table.docs td
{
	padding: 10px 5px;
	font-size: 13px;
}

body.page-template-mes_documents .woocommerce-MyAccount-content table.docs th
{
	background: url(images/dashed.png) repeat-x center top;
	padding: 5px 5px;
	text-align: left;
	font-weight: 600;
	color: #cd2e2b;
	font-size: 13px;
}

body.page-template-mes_documents .woocommerce-MyAccount-content table.docs tr:nth-child(2) td
{
	background: url(images/dashed.png) repeat-x center top;
}

body.page-template-mes_documents .woocommerce-MyAccount-content ul
{
	list-style-type: none;
}

body.page-template-mes_documents .woocommerce-MyAccount-content li
{
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
}

body.page-template-mes_documents .woocommerce-MyAccount-content li:before
{
	content :'';
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 4px;
	height: 4px;
	background: #cd2e2b;
	border-radius: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content
{
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul
{
	display: flex;
	justify-content: flex-start;
}

.woocommerce-MyAccount-content
{
	background: #fff;
	padding: 25px;
	margin-top: 40px;
}

body.woocommerce-edit-address .woocommerce-MyAccount-content
{
	background: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li
{
	margin-right: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a
{
	background: #cd2e2b!important;
	border-radius: 0!important;
	padding: 14px 20px!important;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff!important;
	display: block;
}

.wp-block-button__link, .button
{
	background: #cd2e2b!important;
	border-radius: 0!important;
	padding: 14px 40px!important;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff!important;
}



.wp-block-button__link:hover
{
	background: #000;
}

.wp-block-image
{
	margin: 0;
}

.wp-block-column
{
	background: #fff;
}

.wp-block-column p
{
	line-height: 18px;
}

.wp-block-column:not(:first-child)
{
	margin-left: 56px;
}

.wp-block-column p strong
{
	color: #cd2e2b;
}

body.page-template-home p a
{
	color: #cd2e2b;
	font-weight: bold;
}

body.page-template-home .wp-block-column h3
{
	letter-spacing: 0.42px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 19px;
	margin-bottom: 13px;
}

body.page-template-home .wp-block-column h3 strong
{
	color: #cd2e2b;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 1.05px;
}

body.page-template-home .wp-block-column
{
	padding-bottom: 30px;
}

body.page-template-home .wp-block-buttons
{
	margin-top: 35px;
}

body.page-template-home .wp-block-image figure
{
	width: 100%;
}

body.page-template-home .wp-block-image figure img
{
	width: 100%;
	height: 216px;
	object-fit: cover;
}

form .submit
{
	display: flex;
	flex-flow: column;
	align-items: center;
}




#content .wrap, .wp-block-group.full_width:not(.bio) .wp-block-group__inner-container
{
	padding: 30px 0px;
}


/*
p img.alignleft
{
	float: left;
	margin: 5px 20px 20px 0;
}
*/

p.imgLeft
{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

p.imgLeft img
{
	margin-right: 20px;
}

.page-category .intro
{
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
}

.page-category .current
{
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	background: url(images/dashed.png) repeat-x center bottom;
}

.page-category .current h2
{
	font-size: 25px;
	font-weight: 600;
	line-height: 0.88;
	margin-bottom: 15px;
}

.page-category .current .description
{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.29;
}

.page-category .current .description p
{
	padding-bottom: 25px;
}

.page-category .current.stage .description
{
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
}

.page-category .intro p:after
{
	display: table;
	clear: both;
	content: '';
}

.page-category .intro a, .wc-proceed-to-checkout .contact a, #place_order, .woocommerce-button
{
	color: #cd2e2b; 
	font-weight: 500;
}

.cart-empty.woocommerce-info
{
	background: none;
	border: 0;
	padding-left: 5px;
}

.cart-empty.woocommerce-info:before
{
	display: none;
}

.wc-proceed-to-checkout .contact
{
	font-weight: 500;
	font-size: 16px;
}

.wc-proceed-to-checkout .contact .link
{
	display: block;
	padding-top: 5px;
}

.page-category .intro .more
{
	margin-top: 35px;
	text-align: center;
}

.page-category .intro .more a
{
	color: #fff; 
	font-weight: bold;
	font-size: 15px;
	padding: 15px 38px;
}


.page-category .intro a[href^=tel], .wc-proceed-to-checkout .contact a[href^=tel], #place_order, .woocommerce-button
{
	font-size: 20px;
}

.page-category .intro strong
{
	color: #cd2e2b;
	font-weight: 600;
}


body.page-template-options .entry-content h2
{
	font-size: 30px;
	font-weight: 300;
	line-height: 1.33;
	text-align: left;
	color: #cd2e2b;
	padding-left: 20px;
	padding-top: 20px;
}

body.page-template-options .withsidebar
{
	display: flex;
}

body.page-template-options .withsidebar .content
{
	flex: 1;
}

body.page-template-options .withsidebar .sidebar
{
	flex: 0 0 332px;
	margin-left: 15px;
}

body.page-template-options .withsidebar .sidebar .recap
{
	background: #fff;
	padding: 28px;
}

body.page-template-options .withsidebar .sidebar .recap .titre
{
	font-size: 25px;
	font-weight: 600;
	line-height: 0.88;
	text-align: left;
	color: #cd2e2b;
}


/*body:not(.page-template-options) .page-category .options,*/ .page-category .intro:not(:first-child) {
	margin-top: 84px;
}


.page-category > .subcategories-list ul
{
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}

.page-category > .subcategories-list li li
{
	background: #fff;
	flex: 0 0 486px;
	margin-top: 60px;
	position: relative;
}

.actions .coupon
{
	display: none;
}

body.page-template-options .page-category > .subcategories-list li li
{
	flex: 0 0 calc(50% - 18px)
}


.page-category > .subcategories-list li li:nth-child(1), .page-category > .subcategories-list li li:nth-child(2)
{
	margin-top: 0;
}

.page-category > .subcategories-list ul li:nth-child(2n+1)
{
	margin-right: 75px;
}

body.page-template-options .sidebar .cart_item, body.page-template-options .sidebar .recap .titre
{
	background: url(images/dashed.png) repeat-x center bottom;
	padding-bottom: 30px;
}

body.page-template-options .cart_totals 
{
	background: url(images/dashed.png) repeat-x center bottom;
	padding: 10px 0;	
	text-align: right;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.29;
	color: #cd2e2b;
}

body.page-template-options .cart_totals table
{
	width: 100%;
}

body.page-template-options .cart_totals th
{
	width: 100%;
}

body.page-template-options .cart_totals td
{
	white-space: nowrap;
}

.woocommerce table.shop_table
{
	margin-bottom: 0;
}

body.page-template-options .checkout-button
{
	display: block;
	padding: 8px 15px;
	background: #cd2e2b;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 13px;
}

body.page-template-options .sidebar .cart_item td
{
	padding: 25px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	color: #cd2e2b;
}

body.page-template-options .sidebar .cart_item td.product-subtotal
{
	padding: 25px 0 25px 25px;
	white-space: nowrap;
}

.checkoutvalidation
{
	text-align: center;
	padding: 50px 0;
	font-weight: 500;
	font-size: 16px;
}

.checkoutvalidation a
{
	color: #cd2e2b;
	font-size: 16px;
	font-weight: 500;
}

.checkoutsubmit
{
	text-align: right;
}

.checkoutbtn
{
	padding: 14px 80px 15px;
    background-color: #cd2e2b;
    font-size: 15px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: #fff;
	border: 0;
}

body.page-template-options .sidebar .cart_item td .remove
{
	margin-top: 25px;
	display: flex;
}

body.page-template-options .sidebar .cart_item td .remove select
{
	margin-left: 20px;
}

body.page-template-options .sidebar .cart_item td .remove a
{
	color: #cd2e2b;
	font-size: 12px;
	font-weight: 600;
}

body.page-template-options .sidebar .cart_item td .sessions
{
	padding-top: 10px;
}

body.page-template-options .sidebar .cart_item td .session
{
	font-size: 12px;
	color: #0f0f0f;
	font-weight: 500;
}

body.page-template-options .page-category > .subcategories-list ul li:nth-child(2n+1)
{
	margin-right: 36px;
}

.page-category > .subcategories-list > li .cat
{
	padding: 23px 23px 80px 23px;
}

.page-category .subcategories-list li > .name
{
	font-size: 32px;
	font-weight: 300;
	line-height: 0.69;
	text-transform: uppercase;
	margin-top: 84px;
}

.page-category .subcategories-list li:first-child > .name
{
	margin-top: 0;
}

.page-category .subcategories-list li > .description
{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.47;
	text-align: left;
	color: #cd2e2b;
	margin-top: 10px;
}

.page-category > .subcategories-list > li .cat .top
{
	display: flex;
	justify-content: space-between;
}

.page-category > .subcategories-list > li .cat .top .price
{
	flex: 0 0 180px;
	text-align: right;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 500;
}

body.page-template-options .page-category > .subcategories-list > li .cat .top .price
{
	display: none;
}

.page-category > .subcategories-list > li .cat .top .price strong
{
	font-size: 24px;
	font-weight: bold;
	line-height: 0.92;
	text-align: left;
	color: #cd2e2b;
	padding-left: 5px;
}

.page-category > .subcategories-list > li .cat .top .price sup
{
	vertical-align: super;
	font-size: 14px;
}

.page-category > .subcategories-list > li .cat .name
{
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	color: #cd2e2b;
}

.page-category .name span
{
	color: #0f0f0f;
}

.page-category > .subcategories-list > li .cat .more
{
	text-align: center;
	position: absolute;
	left: 0;
	bottom : 19px;
	width: 100%;
}

.page-category > .subcategories-list > li .cat .more a
{
	display: inline-block;
	vertical-align: top;
}

.page-category > .subcategories-list > li .cat .description
{
	margin-top: 5px;
	font-weight: 500;
	line-height: 1.57;
}

.page-category .slidedown
{
	background: #fff;
	border-bottom: 3px solid #cd2e2b;
	padding: 22px 26px;
	margin-top: 20px;
}

.page-category .slidedown .top
{
	display: flex;
	align-items: center;
}

.page-category .slidedown .top .name, .page-category .slidedown .product .name
{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.29;
	color: #cd2e2b;
	padding-bottom: 7px;
}

body.term-visiteurs .page-category .slidedown .product .name
{
	color: #0f0f0f;
	font-weight: 500;
}

body.term-visiteurs .subcategories-list > li.stage.bapteme
{
	margin-top: 84px;
}

body.term-visiteurs .page-category .intro
{
	margin-bottom: 36px;
}

.page-category .slidedown .product .name
{
	padding-bottom: 0;
}

.page-category .slidedown .top .name
{
	padding-bottom: 0px;
}

.page-category .slidedown.open .top
{
	padding-bottom: 18px;
}

.page-category .slidedown .top .description
{
	font-weight: 500;
	padding-right: 100px;
	padding-top: 7px;
}

.page-category .slidedown .top .toggle
{
	display: inline-block;
	cursor: pointer;
	width: 31px;
	height: 31px;
	background: url(images/arrow-right.png) no-repeat center center;
}

.page-category .slidedown.open .top .toggle
{
	background: url(images/arrow-down.png) no-repeat center center;
}

.page-category .slidedown .product .description
{
	font-weight: 500;
}

.page-category .slidedown .down
{
	display: none;
}

.page-category .slidedown.open .product
{
	background: url(images/dashed.png) repeat-x center top;
}

.page-category .slidedown .product
{
	padding: 18px 0;
	align-items: center;
	display: flex;
}

.page-category .slidedown .left
{
	flex: 1;
}

.page-category .slidedown .product .price
{
	flex: 0 0 83px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	color: #cd2e2b;
}

.page-category .slidedown .link
{
	flex: 0 0 74px;
	text-align: right;
}

body.page-template-planning .product
{
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 27px;
	margin-bottom: 35px;
	background: url(images/dashed.png) repeat-x center bottom;
	display: flex;
}

body.page-template-planning .product .detail
{
	flex: 1;
}

.warning
{
	padding-left: 40px;
	background: url(images/warning.png) no-repeat left center;
	font-weight: 500;
	padding-top: 20px;
	display: block;
	padding-bottom: 20px;
}

body.page-template-planning .product .detail .warning
{
	margin-top: 20px;
}

body.page-template-planning .product .detail p
{
	margin-bottom: 20px;
}

body.page-template-planning .product .back
{
	flex: 0 0 300px;
	text-align: right;
}

body.page-template-planning .product .back a
{
	width: auto;
	padding-left: 50px;
	padding-right: 50px;
}

body.page-template-planning .product h2
{
	margin-bottom: 18px;
	font-size: 25px;
	font-weight: 600;
}

body.page-template-planning .product .description
{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.29;
}

body.page-template-planning .product .description p
{
	padding-bottom: 25px;
}

body.page-template-planning .pack-detail
{
	margin-top: 28px;
	font-weight: 500;
}

body.page-template-planning .pack-detail .titre
{
	font-size: 30px;
	font-weight: 300;
	line-height: 0.73;
	color: #cd2e2b;
	margin-bottom: 29px;
	padding-left: 10px;
}

body.page-template-planning .pack-detail .body
{
	background: #fff;
	padding: 20px 0;
	border-bottom: 3px solid #cd2e2b;
}

body.page-template-planning .pack-detail .body .days li
{
	margin-bottom: 20px;
}

body.page-template-planning .pack-detail .body .days li label.disabled
{
	opacity: 0.3;
}

body.page-template-planning .pack-detail .body .accompagnants ul, body.page-template-planning .pack-detail .body .pilotes ul
{
	margin-top: 30px;
}

body.page-template-planning .pack-detail .body .accompagnants li, body.page-template-planning .pack-detail .body .pilotes li
{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

body.page-template-planning .pack-detail .body .accompagnants li:not(.active), body.page-template-planning .pack-detail .body .pilotes li:not(.active)
{
	color: #BCBCBC;
}

body.page-template-planning .pack-detail .body .accompagnants li .jour, body.page-template-planning .pack-detail .body .pilotes li .jour
{
	flex: 0 0 112px;
}

body.page-template-planning .pack-detail .body .dejeuners
{
	padding: 26px;
	background: url(images/dashed.png) repeat-x center top;
	margin: 30px 20px 0 20px;
}

body.page-template-planning .pack-detail .body .dejeuners ul
{
	display: flex;	
}

body.page-template-planning .pack-detail .body .dejeuners li:not(:last-child)
{
	margin-right: 76px;
}

body.page-template-planning .sessions
{
	background: #fff;
	padding: 22px 22px 40px 22px;
	margin-top: 40px;
	margin-bottom: 60px;
	border-bottom: 3px solid #cd2e2b;
}

body.page-template-planning .sessions .caption
{
	padding-bottom: 20px;
}

body.page-template-planning .sessions .others
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

body.page-template-planning .sessions .others .other
{
	border: 2px solid #cd2e2b;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

body.page-template-planning .sessions .others .other img
{
	border-radius: 5px;
	width: 75px;
	margin-right: 5px;
}

body.page-template-planning .sessions .others .other.active
{
	background: #cd2e2b;
	color: #fff;
	cursor: default;
}

body.page-template-planning .sessions .titre
{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.29;
	color: #cd2e2b;
	padding-bottom: 17px;
	margin-bottom: 26px;
	background: url(images/dashed.png) repeat-x center bottom;
	display: flex;
}


body.page-template-planning .sessions .titre .options
{
	margin-left: 50px;
}


body.page-template-planning .sessions .intro
{
	display: flex;
	background: #f5f5f5;
	margin-bottom: 20px;
}

body.page-template-planning .sessions .intro .img
{
	flex: 0 0 calc(33.33% - 12px);
	height: 121px;
	background: url(images/intro_moniteur.jpg) no-repeat center center / cover;
}

body.page-template-planning .sessions .intro .desc
{
	flex: 1;
	padding: 0px 30px;
	font-size: 14px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

body.page-template-planning .sessions .intro .desc p
{
	font-weight: 500;
	line-height: 1.57;
}

body.page-template-planning .sessions .intro .desc h3
{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.22;
	color: #cd2e2b;
	padding-bottom: 5px;
}

body.page-template-planning .sessions .calendrier
{
	display: flex;
}

body.page-template-planning .sessions .calendrier.hidden
{
	display: none;
}

body.page-template-planning .sessions .calendrier .jour
{
	flex: 0 0 calc(33.33% - 12px);
}

body.page-template-planning .sessions .calendrier.j2 .jour
{
	flex: 0 0 calc(50% - 12px);
}

body.page-template-planning .sessions .calendrier .jour:not(:last-child)
{
	margin-right: 18px;
}

body.page-template-planning .sessions .calendrier .jour .nom
{
	background: #cd2e2b;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: 500;
}

body.page-template-planning .sessions .calendrier .jour .cols
{
	display: flex;
	position: relative;
	height: calc(100% - 38px);
}

body.page-template-planning .sessions .calendrier .jour .cols .mask
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.36;
	text-align: center;
	color: #7e7e7e;
	display: none;
	background: #fdfdfd;
	z-index: 2;
}

body.page-template-planning .sessions .calendrier .jour.disabled .cols .mask
{
	display: flex;
}

body.page-template-planning .sessions .calendrier .jour .cols .col
{
	flex: 1;
}

/*
body.page-template-planning .sessions .calendrier.pack .jour .cols .col.heure
{
	flex: 0 0 38%;
}
*/
body.page-template-planning .sessions .calendrier.pack:not(.j2) .jour .cols .col.moniteur
{
	flex: 0 0 32%;
}
body.page-template-planning .sessions .calendrier.pack:not(.j2) .jour .cols .col.dispos
{
	flex: 0 0 30%;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur span.moniteur
{
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur li.selected span.moniteur, body.page-template-planning .sessions .calendrier.moniteur .jour .cols .col.moniteur li span.moniteur
{
	cursor: pointer;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur .action
{
	flex: 0 0 18px;
	height: 18px;	
	background: url(images/moniteur_plus.png) no-repeat right center;
}


body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur .moniteur.selected .action
{
	background: url(images/moniteur_check.png) no-repeat right center;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur .icon
{
	flex: 0 0 20px;
	height: 20px;	
	background: url(images/casque.png) no-repeat center center;
	margin-left: 4px;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur .moniteur.selected .icon, body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur li.selected .moniteur:hover .icon, body.page-template-planning .sessions .calendrier.moniteur .jour .cols .col.moniteur .moniteur:hover .icon
{
	background: url(images/casque_on.png) no-repeat center center;
}

body.page-template-planning .sessions .calendrier .jour .cols .col .header
{
	background-color: #fafafa;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
}

body.page-template-planning .sessions .calendrier .jour .cols .col li
{
	height: 30px;
	overflow: hidden;
	text-align: center;
	border: 2px solid transparent;
	display: flex;
	align-items: center;
	background: #fcfcfc;
}


body.page-template-planning .sessions .calendrier .jour .cols .col li .blocqte
{
	position: absolute;
	left: 134px;
	height: 23px;
	font-size: 14px;
	display: none;	
}

body.page-template-planning .sessions .calendrier .jour .cols .col li.pause
{
	background: #fafafa;
	height: 61px;
}

body.page-template-planning .sessions .calendrier .jour .cols .col li.pause div
{
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	text-align: center;
	color: #000;
}

body.page-template-planning .sessions .calendrier .jour.disabled .cols .col li.pause div
{
	display: none;
}


body.page-template-planning .sessions .calendrier .jour .cols .col:not(.heure) li
{
	justify-content: center;	
}

body.page-template-planning .sessions .calendrier:not(.pack) .jour .cols .col.heure li
{
	justify-content: center;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.heure li
{
	border-right: 0;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.heure li .message {
	position: absolute;
	left: 0;
	margin-top: 30px;
	width: 100%;
	background: red;
	color: #fff;
	padding: 3px;
	z-index: 3;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur li
{
	border-right: 0;
	border-left: 0;
	font-size: 11px;
	color: #c7c7c7;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.heure li .time
{
	text-align: center;
}

body.page-template-planning .sessions .calendrier.pack .jour .cols .col.heure li .time
{
	flex: 1;
}

body.page-template-planning .sessions .calendrier .jour .cols li.out *
{
	opacity: 0.2;
}

body.page-template-planning .sessions .calendrier .jour .cols li.out .outofstock
{
	opacity: 1;
	color: #000;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.heure li.selected
{
	border-left: solid 2px #cd2e2b;
	border-top: solid 2px #cd2e2b;
	border-bottom: solid 2px #cd2e2b;
}
body.page-template-planning .sessions .calendrier .jour .cols .col.moniteur li.selected
{
	border-top: solid 2px #cd2e2b;
	border-bottom: solid 2px #cd2e2b;
}
body.page-template-planning .sessions .calendrier .jour .cols .col.dispos li.selected, body.page-template-planning .sessions .calendrier .jour .cols .col.categories li.selected
{
	border-right: solid 2px #cd2e2b;
	border-top: solid 2px #cd2e2b;
	border-bottom: solid 2px #cd2e2b;
}

body.page-template-planning .sessions .calendrier.j2 .jour .cols .col.dispos li.selected
{
	border-right: 0;
}

body.page-template-planning .sessions .calendrier .jour .cols .col.dispos li, body.page-template-planning .sessions .calendrier .jour .cols .col.categories li
{
	border-left: 0;
}

body.page-template-planning .sessions .mavoiture
{
	text-align: center;
	margin-top: 30px;
	font-weight: 500;
}

body.page-template-planning .sessions .mavoiture a
{
	color: #cd2e2b;
	font-weight: 500;
}


.addtocart
{
	width: 27px;
	height: 24px;
	cursor: pointer;
	background: url(images/cart_red.png) no-repeat center center;
}

.blocqte
{
	width: 88px;
	height: 30px;
	border-radius: 50px;
	border: solid 1px #d8d8d8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 600;
}


.blocqte .plus
{
	width: 12px;
	height: 22px;
	background: url(images/plus.png) no-repeat center center;
	margin-right: 14px;
}

.blocqte:not(.disabled) .plus, .blocqte:not(.disabled) .moins
{
	cursor: pointer;
}

@media(min-width: 901px)
{
	.blocqte:not(.disabled) .plus:hover
	{
		background: url(images/plus_on.png) no-repeat center center;
	}
}

.blocqte .moins
{
	width: 12px;
	height: 22px;
	background: url(images/moins.png) no-repeat center center;
	margin-left: 14px;
}

@media(min-width: 901px)
{
	.blocqte:not(.disabled) .moins:hover
	{
		background: url(images/moins_on.png) no-repeat center center;
	}
}
	
.blocqte:not(.disabled).active
{
	color: #cd2e2b;
}

body.page-template-planning .pack-detail .body .cols
{
	display: flex;
}

body.page-template-planning .pack-detail .body .cols > div
{
	flex: 1;
	padding: 0 26px;
}

body.page-template-planning .pack-detail .body .cols > div:not(:last-child)
{
	background: url(images/dashed_vert.png) repeat-y right top;
}

body.page-template-planning .pack-detail .body .cols .txt, body.page-template-planning .pack-detail .body .dejeuners .txt
{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	margin-bottom: 17px;
}

body.page-template-planning .pack-detail p
{
	line-height: 1.71;
}

body.page-template-planning .prix
{
	color: #cd2e2b;
	font-size: 16px;
	font-weight: 600;
}

#footer 
{
	background: #000;
}

#footer .wrap
{
	padding: 20px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#footer, #footer a
{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #838383;
}

#footer a
{
	color: #e0e0e0;
	text-decoration: underline;
}

.dropdown {
  position: relative;
  margin-bottom: 0px;
}
.dropdown .dropdown-list {
  padding: 10px 20px;
  background: #f1f1f1;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  max-height: 223px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  font-size: 15px;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity .2s;
}


.dropdown.images .checkbox {
	display: inline-block;
}



.dropdown .dropdown-label {
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background: #fff url(images/select.png) no-repeat right center / auto 18px;
	font-size: 16px;
	padding-right: 44px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-weight: 500;
	padding-left: 10px;
	border: 1px solid #a4b08f;
	color: #7e0c49;
}

.dropdown .dropdown-label img {
	width: 25px;
	margin-top: 17px;
	margin-right: 5px;
}

.many .dropdown .dropdown-label {
	width: 240px;
}

.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 3px;
}
.checkbox:last-child {
  margin-bottom: 10px;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 10px;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  height: 10px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
  margin-right: 0;
  margin-left: 0;
  padding-left: 25px;
  line-height: 1.2em;
}

.filtres input[type=text], .dropdown .dropdown-label
{
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
}

.dropdown.images .checkbox .checkbox-custom-label {
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

.dropdown.images .dropdown-list {
	padding: 4px;
}

.dropdown.images .checkbox .checkbox-custom-label img {
	width: 30px;
}

.dropdown.images .checkbox .checkbox-custom + .checkbox-custom-label:before {
	left: 13px;
	top : 32px;
}

.dropdown.images .checkbox .checkbox-custom + .checkbox-custom-label:after {
	left: 18px;
	top : 34px;
}

ul.products .description
{
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
}


.woocommerce-EditAccountForm > p:not(:last-child)
{
	display: none;
}


.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
	width: calc(33.33% - 18px);
	margin-bottom: 35px;
}

.woocommerce-Price-currencySymbol
{
	font-size: 13px;
	display: inline-block;
	vertical-align: super;	
}

.woocommerce ul.products li.product .video video
{
	width: 100%;
}

.woocommerce ul.products li.product .price
{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #cd2e2b;
	font-size: 20px;
	font-weight: bold;
}

.woocommerce ul.products li.product .price ins
{
	text-decoration: none;
}

.woocommerce ul.products li.product .price del {
	opacity: 1;
	color: #0f0f0f;
	font-size: 14px;
	font-weight: 500;
	margin-right: 25px;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-currencySymbol {
	font-size: 11px;
}

.woocommerce-thankyou-custom
{
	margin-bottom: 40px;
	font-size: 16px;
}

.woocommerce-thankyou-custom a
{
	font-size: 16px;
	color: #cd2e2b;
}

#overall
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99998;
	display: none;
}

#popin
{
	width: 867px;
	max-width: 100%;
	left: calc(50% - 433px);
	top: 10px;
	position: absolute;
	background: #fff;
	border-bottom: 3px solid #cd2e2b;
	padding: 20px;
	z-index: 99999;
	display: none;
}

#popin .pad
{
	position: relative;
	padding-bottom: 50px;
	min-height: 250px;
}

#popin .titre
{
	font-size: 18px;
	font-weight: bold;
	color: #cd2e2b;
	padding-bottom: 20px;
	background: url(images/dashed.png) repeat-x center bottom;
	margin-bottom: 20px;
}

#popin .liste
{
	padding-bottom: 20px;
	background: url(images/dashed.png) repeat-x center bottom;
	margin-bottom: 20px;
}

#popin .cross .t
{
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 34px;
	margin-bottom: 20px;
}

#popin .cross .products
{
	display: flex;
}

#popin .cross .products .product
{
	flex: 0 0 calc(50% - 15px);
	padding-bottom: 70px;
	position: relative;
	border: 1px solid #f5f5f5;
}

#popin .cross .products .product:first-child
{
	margin-right: 30px;
}

#popin .cross .products .product .body
{
	padding: 15px;
}

#popin .cross .products .product .more
{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

#popin .cross .products .product .more a
{
	padding: 10px 25px;
	font-size: 12px;
}

#popin .cross .products .product span
{
	display: block;
}

#popin .cross .products .product .title
{
	font-weight: bold;
	color: #cd2e2b;
	font-size: 18px;
	margin-bottom: 10px;
}

#popin .cross .products .product .desc
{
	font-size: 12px;
}

#popin .buttons
{
	display: flex;
	justify-content: flex-start;
}

#popin .buttons .btn
{
	display: block;
	border: 0;
	background: #cd2e2b;
	padding: 15px 25px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	cursor: pointer;
	text-align: center;
}

#popin .pad .big {
	font-weight: bold;
	font-size: 18px;
}

#popin .pad > .close
{
	position: absolute;
	right: 0;
	top: 0px;
	width: 16px;
	height: 16px;
	background: url(images/close.png) no-repeat center center;
	cursor: pointer;
}


.product .add
{
	background: #f5f5f5 url(images/add.png) no-repeat center center;
	width: 43px;
	height: 43px;
	display: inline-block;
	border-radius: 43px;
}

.product .add:hover
{
	background-color: #000;
}
.product .action
{
	display: flex;
	align-items: center;
}

.product .action .addtocart
{
	margin-left: 10px;
	visibility: hidden;
}

ul.products .add
{
	position: absolute;
	right: 14px;
	bottom: 14px;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
}


.products.columns-3 .img
{
	width: 332px;
	height: 170px;
	overflow: hidden;
	max-width: 100%;
}

.products.columns-3 .img img
{
	display: block;
	width: auto;
	max-width: none;
	height: 100%;
}


.woocommerce ul.products li.circuit
{
	flex: 0 0 100%;
	padding-bottom: 30px;
}

.woocommerce ul.products li.circuit:not(.first)
{
	margin-top: 50px;
}

.woocommerce ul.products li.circuit h2
{
	margin-bottom: 20px;
}

.woocommerce ul.products li.circuit p
{
	line-height: 18px;
	font-size: 16px;
	padding-bottom: 20px;
}

.woocommerce ul.products li.product
{
	background: #fff;
	margin-right:26px;
	position: relative;
}

.woocommerce ul.products li.product
{
	padding: 0px 0px 79px 0px;
}

.woocommerce ul.products li.product em
{
	display: block;
	font-style: normal;
	font-size: 11px;
}

.woocommerce ul.products li.product h2, .woocommerce ul.products li.product .description
{
	padding-left: 16px!important; 
	padding-right: 16px!important;
}

.woocommerce ul.products li.product.pack
{
	padding-top: 16px;
}

.woocommerce ul.products li.product:nth-child(3n)
{
	margin-right: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
}

#toggle
{
	width: 60px;
	height: 30px;
	float: right;
	background: url(images/toggle.png) no-repeat right center / auto 30px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 38px;
	z-index: 99999;
	display: none;
}

body.menu #toggle
{
	background: url(images/close2.png) no-repeat right center / auto 30px;
	width: 30px;
}

#customer_details span.h2, #customer_details #billing_voiture_marque_field, #customer_details #billing_voiture_modele_field, #customer_details #billing_voiture_annee_field {
	display: none;
}

.register span.h2, .register #billing_voiture_marque_field, .register #billing_voiture_modele_field, .register #billing_voiture_annee_field {
	display: none;
}

@media (max-width: 1100px)
{
	.wp-block-column:not(:first-child) {
		margin-left: 20px;
	}
	
	.wrap {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	
	.page-category > .subcategories-list li li {
		flex: 1 1 calc(50% - 40px);
		max-width: 486px;
	}
	
	.page-category .subcategories-list li > .name {
		line-height: 1.2;
	}
	
	body:not(.page-template-options) .page-category .options, .page-category .intro:not(:first-child) {
		margin-top: 40px;
	}
	
	
}

@media(max-width: 900px)
{
	
	#header .logo {
		margin-right: 0;
	}
	
	#header #nav li {
	margin: 0 15px;
	}
	
	body.menu #header .right, body.menu #header #nav {
		display: flex!important;
		position: absolute;
		flex-flow: column;
		left: 0;
		top: 100px;
		width: 100%;
		background: #000;
		padding-bottom: 50px;
		padding-top: 17px;
		align-items: center;
		z-index: 999;
	}
	
	#header #nav a.home {
		display: none;
	}
	
	body.menu #header .right {
		top: 150px;
		padding-right: 0;
	}
	
	#toggle {
		display: block;
	}
	
	.more.back a {
		width: 100%;
	}
	
	body.page-template-mes_documents .woocommerce-MyAccount-content .upload .row {
		display: block;
		margin-bottom: 30px;
	}
	
	body.page-template-mes_documents .woocommerce-MyAccount-content .upload label {
		flex: 0 auto;
		margin-left: 0;
		margin-right: 20px;
		display: block;
		margin-bottom: 10px;
	}
	
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation li {
		margin-bottom: 10px;	
	}
	
	.page-category .slidedown .top .description {
		padding-right: 0px;
	}
	
	.page-category .slidedown .top .description br {
		display: none;
	}
	
	#header .right, #header #nav {
		display: none;
	}
	
	#header .pad {
		justify-content: center;
	}
	
	#banner {
		height: 180px;
	}
	
	.wp-block-column p {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#banner h1 {
		left: 30px;
		padding: 16px 29px 18px 26px;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.31;
		letter-spacing: 1.3px;
	}
	
	body.page-template-options .page-category > .subcategories-list ul li:nth-child(2n+1) {
		margin-right: 0;
	}
	
	p.imgLeft {
		align-items: flex-start;
	}
	
	.page-category .subcategories-list li > .name {
		font-size: 28px;
		max-width: 486px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-category .subcategories-list li > .description {
		max-width: 486px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-category > .subcategories-list ul {
		flex-flow: column;
		align-items: center;
	}
	
	.page-category > .subcategories-list ul li:nth-child(2n+1) {
		margin-right: 0;
	}
	
	.page-category > .subcategories-list li li {
		margin-bottom: 30px;
	}
	
	.page-category > .subcategories-list > li .cat .more {
		right: 20px;
		left: auto;
		width: auto;
	}
	
	
	.page-category > .subcategories-list > li .cat .top {
		display: block;
	}
	
	.page-category .slidedown .product .price {
		flex: 0 0 auto;
		font-size: 17px;
		padding: 0 10px;
		position: absolute;
		right: 0px;
		bottom: 5px;
		width: 84px;
	}
	
	.page-category .slidedown .addtocart {
		position: absolute;
		right: 32px;
		top: 5px;
	}
	
	.product .add {
		margin: 20px;
	}
	
	.page-category .slidedown {
		padding: 22px 13px;
	}
	
	.page-category .slidedown .product .blocqte {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.page-category .slidedown .top .name, .page-category .slidedown .product .name {
		font-size: 15px;
		font-weight: 600;
	}
	
	.page-category .slidedown .top .name, .page-category .slidedown .product .name {
		padding-right: 15px;
	}
	
	.woocommerce ul.products, .woocommerce-page ul.products {
		flex-flow: column;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		margin: 20px 0;
		width: 100%;
	}
	
	ul.products .add {
		bottom: 0;
	}
	
	body.page-template-planning .product .back {
		display: none;
	}
	
	body.page-template-planning .pack-detail .titre {
		line-height: 1.2;
	}
	
	body.page-template-planning .pack-detail .body .cols {
		flex-flow: column;
	}
	
	body.page-template-planning .pack-detail .body .cols .days, body.page-template-planning .pack-detail .body .cols .accompagnants {
		padding-bottom: 30px;
		background: url(images/dashed.png) repeat-x center bottom!important;
		margin-bottom: 30px;
	}
	
	body.page-template-planning .sessions .intro {
		flex-flow: column;
	}
	
	body.page-template-planning .sessions .intro .desc {
		padding: 20px;
	}
	
	body.page-template-planning .sessions .intro .img {
		flex: 1 auto;
	}
	
	body.page-template-planning .sessions .calendrier {
		flex-flow: column;
	}
	
	body.page-template-planning .sessions .calendrier .jour:not(:last-child) {
		margin-right: 0;
	}
	
	body.page-template-planning .sessions .calendrier .jour {
		margin-bottom: 20px;
	}
	
	body.page-template-planning .sessions .calendrier .jour.disabled .cols {
		height: 130px;
		overflow: hidden;
	}
	
	body.page-template-options .withsidebar {
		flex-flow: column;
	}
	
	body.page-template-options .withsidebar .sidebar {
		flex: 1;
		margin: 20px 0;
	}
	
	.page-category .slidedown .product {
		position: relative;
	}
	
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
		width: 100%;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	
	.wrap .wrap {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	#popin {
		width: 90%;
		left: 5%;
	}
	
	#popin .pad {
		min-height: 0;
		height: 80vh;
		overflow: auto;
	}
	
	#popin .cross .products {
		flex-flow: column;
		flex: auto;
	}
	
	#popin .cross .products .product:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#popin .cross .t {
		font-size: 19px;
	}
	
	#popin .cross .products .product .desc {
		display: none;
	}
	
	.checkoutbtn {
		padding: 10px 20px;
	}
	
	.checkoutsubmit {
		text-align: center;
		margin-bottom: 30px;
	}
	
	#place_order {
		margin-top: 30px;
	}
}

@media(max-width: 599px)
{
	.wp-block-column:not(:first-child) {
		margin-left: 0;
		margin-top: 30px;
	}
	
	#footer p {
		line-height: 25px;
		text-align: center;
	}
}