/*!
Theme Name: Divi Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html,
body{
	overflow-x: hidden;
}
.woocommerce-terms-and-conditions-checkbox-text a{
	text-decoration: underline;
}
.et_pb_shop .woocommerce-LoopProduct-link{
	pointer-events: none;
}
.et_pb_shop .woocommerce ul.products li, 
.woocommerce-page .et_pb_shop ul.products li{
    border:1px solid #003f7d;
    padding:5px 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 1.5rem;
    width:100% !important;
}
.et_pb_shop .woocommerce ul.products li .wrapper, 
.woocommerce-page .et_pb_shop ul.products li .wrapper{
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all .2s ease;
    width:100% !important;
    flex-wrap: wrap;
}
@media (max-width: 980px) {
	.et_pb_shop ul.products.columns-1 li.product, .et_pb_shop ul.products.columns-2 li.product, .et_pb_shop ul.products.columns-3 li.product, .et_pb_shop ul.products.columns-4 li.product, .et_pb_shop ul.products.columns-5 li.product, .et_pb_shop ul.products.columns-6 li.product{
		width:100% !important;
		margin-bottom: 1.5rem !important;
	}
}

.et_pb_shop .woocommerce ul.products li:hover, 
.woocommerce-page .et_pb_shop ul.products li:hover{
	background-color:white;
}
.woocommerce ul.products li.product .button{
	flex-shrink: 0;
	margin :0.5rem 0 !important;
	position: unset;
}
#formations .et_pb_column{
	position: relative;
}
#formations .et_pb_column .et_pb_button_module_wrapper,
#formations .et_pb_column .et_pb_button_module_wrapper .et_pb_button{
	position: unset;
}
#formations .et_pb_column .et_pb_button_module_wrapper .et_pb_button:after{
	content: "" !important;
    position: absolute !important;
	top: 0 !important;
    left: 6% !important;
    z-index: 1 !important;
    display: block !important;
    width: 100%;
    height: 100%;
}

.woocommerce ul.products li.product .button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding-right:1rem;
}
@media (max-width: 767px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		width: 100%;
	}
	
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock,
.et_pb_shop div.product p.stock {
    color: #003F7D;
    margin: .5rem 0;
    padding:0;
    font-size: 1rem;
    font-style: italic;
    font-family: 'Spectral', serif;
    line-height: 1.15;
}
#dates .info_ligne{
	padding-bottom: 0;
}
#dates summary{
	cursor: pointer;
	margin-bottom: 10px;
}
#dates .details{
	z-index: 999;
	position: relative;
	width: 100%;
}
#dates .fa-user,
#dates .fa-location-dot{
	margin-right:5px;
	color: #f97b00;
}
#dates .label_info{
	font-weight: 700;
}

#dates tr td {
    padding: 6px 10px;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{
	visibility: visible;
	text-align: left;
}
.woocommerce-cart .wc-block-cart-items__header-image,
.woocommerce-cart .wc-block-components-product-badge.wc-block-components-product-low-stock-badge,
.woocommerce-cart td.wc-block-cart-item__image{
    display: none;
}
.woocommerce-cart .wc-block-cart-item__product{
	width: 80%;
}

.woocommerce-cart .wc-block-components-product-name{
	font-weight: 600;
}
.woocommerce-cart .wc-block-cart-item__prices{
	display: none;
}
.woocommerce-cart .wc-block-cart table.wc-block-cart-items td.wc-block-cart-item__product{
	padding-left: 0;
}
/* customise WooCommerce with Divi */ 
:root :where(.wp-element-button, .wp-block-button__link):hover,
.woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt, .woocommerce a.button:hover, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button, .woocommerce-page button.button, .woocommerce-page button.button.button.alt, .woocommerce button.button:hover, .woocommerce button.button.button:hover, .woocommerce-page button.button:hover, .woocommerce-page button.button.button.alt:hover { 
	background-color: #003f7d !important;
	color: #fff !important; }

:root :where(.wp-element-button, .wp-block-button__link),
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { 
	color: #fff !important;
    background-color: #f97b00;
    border-width: 0px !important;
    border-color: #f97b00;
    border-radius: 4px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .2s ease;
}

.woocommerce .woocommerce-message { color: #ffffff!important; } 
.entry-summary p.price ins { color: #f97b00 !important;}
.woocommerce span.onsale, .woocommerce-page span.onsale { background: #f97b00 !important; }

.et_pb_post_content{
	min-height: 50vh;
}
.cmplz-show-banner{
	cursor: pointer;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul{
	width: min-content;
    max-width: unset;
}
.et_pb_menu .et-menu-nav>ul ul{
	padding:10px 0 !important;
}
.et_pb_menu .et-menu-nav>ul ul li{
	padding:0 !important;
	width: max-content;
    max-width: unset;
}
.et_pb_menu .et-menu-nav>ul ul li a{
	width: max-content;
    max-width: unset;
}