/* -------------------------
------- GLOBAL -------------
---------------------------- */

@media (min-width: 1200px){
	.container {
	    width: 1440px;
	    max-width: 100%;
	}
}

body,html{
	font-family: 'Poppins', sans-serif!important;
}
         
#btn_gradient a, #product.product-id-89 #wrapper .btn-primary, .category-id-20 .product-miniature .btn-primary, .card-block.checkout .btn-primary{
    background-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

#btn_gradient a:hover, .btn-primary:hover, .category-id-20 .product-miniature .btn-primary:hover, .card-block.checkout .btn-primary:hover{
    background-position: right center; /* change the direction of the change here */
	color: #fff;
    text-decoration: none;
}
.scroll-down-header{
	background: transparent;
}
.scroll-down-header img{
	transform: rotate(-90deg);
}

/* -------------------------
------- HEADER -------------
---------------------------- */
#index #header{
	position: fixed;
	top: 0;
	width: 100%;

}
#index #header, #index #header .header-top{
	background: transparent;
	width: 100%;
	transition: 1s;
	box-shadow: none;
}

#index #header.sticky, #index #header.sticky .header-top {
	background-color: #fff!important;
	transition: 1s;
}
#index .header-nav{
	display: none;
}
#index #header.sticky .header-nav{
	display: block;
}
#_desktop_logo img{
	max-width: 100px!important;
}
#index #header .dropdown-item{
	color: #fff!important;
	transition: 1s;
}
#index #header.sticky  .dropdown-item{
	color: #353535!important;
	transition: 1s;
}
#header .header-nav{
	border-bottom: none;
}
#header.sticky{
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(53deg, rgba(231,76,60,1) 13%, rgba(39,174,96,1) 40%, rgba(142,68,173,1) 78%)!important;
	border-image-slice: 1!important;
}

#header .header-top-right {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#index #header .material-icons{
	color: #fff;
	transition: 1s;
}
#index #header.sticky .material-icons{
	color: #353535;
	transition: 1s
}
.js-sub-menu{
	display: none!important;
}
#_desktop_cart .cart-products-count, #_mobile_cart .cart-products-count {
    background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
    padding: 0px 7px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    right: 60px;
    bottom: 23px;
    font-size: 10px;
}
#header .header-nav .cart-preview.active{
	background: transparent;
}
#forfait, #_desktop_user_info, #_desktop_cart{
	text-align: center;
}
#forfait span, #_desktop_user_info span,  #_desktop_cart span.text{
	display: block;
	color: #000;
	font-size: 10px;
	margin-top: 5px
}
#index #forfait span,#index #_desktop_user_info span, #index #_desktop_cart span.text{
	color: #fff;
}
#index #header.sticky #forfait span,#index #header.sticky #_desktop_user_info span,#index #header.sticky #_desktop_cart span.text{
	color: #000;
}
@media(max-width: 768px){
	#header .header-top{
		padding: 0px;
	}
	#forfait span, #_mobile_user_info span,  #_mobile_cart span.text{
		display: none;
	}
	#header .header-nav #menu-icon{
		padding-top: 10px;
		margin-right: 25px;
	}
	#header .header-nav .blockcart{
		padding: 0px;
	}
	#header .header-nav .user-info, #header #forfait, #header .header-nav .blockcart{
		margin-left: 20px;
	}
	#header .header-nav .user-info, #header #forfait, #header .header-nav .blockcart{
		margin-top: 0.6rem;
	}
	#header .header-nav .cart-preview.active{
		padding-top: 0px;
	}
	#header .header-nav .blockcart{
		background: transparent;
	}
	#_mobile_cart .cart-products-count{
		position: relative;
    	right: 20px;
    	bottom: -10px;
	}
	#index #header .dropdown-item, #header .dropdown-item{
		color: #000!important;
	}
}
/* -------------------------
------- FOOTER -------------
---------------------------- */

#footer, #checkout #footer {
	background-color: transparent!important;
    background-image: linear-gradient(180deg, #23084b 0%, #733a42 83%)!important;
}
.block_newsletter{
	background: transparent;
}
#footer a, #footer p, #footer span, #footer #contact-infos, #footer #block-newsletter-label, #block_myaccount_infos .myaccount-title a{
	color: #fff;
}
#footer .block_newsletter input.btn{
	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
	font-size: 12px;
}
.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type{
	margin-left: 0px;
}
/* -------------------------
------- INDEX -------------
---------------------------- */


#index #wrapper{
	padding-top: 0px;
}
#index #main .page-footer{
	margin-bottom: 0px;
}




/* -------------------------
------- PRODUCT -------------
---------------------------- */
#banner_product{
	background: url(../img/banner_product_light.jpg);
    padding: 40px;
    margin-bottom: 40px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}
#product.product-id-89 #wrapper{
	padding-top: 0px;
}
#product.product-id-89 #banner_product h1{
	font-size: 4rem;
	color: #fff;
	text-align: center;
	padding-top: 50px;  
	/*background: -webkit-linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
}
.product-flags li.product-flag, .has-discount .discount{
	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
}
#product.product-id-89 #wrapper .btn-primary{
	margin: 0px;
	padding: .5rem 1rem;
	border-radius: 0px;

}
#product .product-actions #add-to-cart-or-refresh{
	border-width: 2px;
  	border-style: solid;
  	border-image: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%) 1;
	padding: 40px;
	width: fit-content;
}
#product .product-variants .radio-label{
	border-width: 2px;
  	border-style: solid;
  	border-image: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%) 1;
  	background: transparent;
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span{
  	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%)!important;
  	color: #fff;
}
#product.product-id-89 .js-qv-mask.mask,#product.product-id-89  .breadcrumb {
	display: none;
}
#product .tabs{
	background: transparent;
	border-width: 2px;
  	border-style: solid;
  	border-image: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%) 1;
}
#product .product-price{
	font-size: 20px;
}
#product .product-prices{
	margin-top: 0px;
}
#product h1{
	font-family: Lexend;
}
#product .product-prices{
	display: flex;
}
.current-price-value{
	color: #e74c3c;
}
#product #content{
	max-width: 100%;
}
#product #urgent a{
	display: flex;
	align-items: center;
}
#product #urgent p{
	background: -webkit-linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Lexend;
    margin-left: 10px;
    margin-bottom: 0px;
    transition: 1s;
}
#product #urgent p span{
	font-weight: 900;
}
#product #urgent:hover p{
	background: -webkit-linear-gradient(360deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 0%, rgb(234, 217, 58) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1s;
    transition-duration: 1s
}
#product .product-description p{
	font-family: Lexend;
	color: #000;
}
#product .product-description{
	margin-top: 20px;
}

.tabs .nav-tabs .nav-link.active{
	background: transparent;
}
.product-id-89 .product-cover .layer{
	display: none;
}

/* -------------------------
------- PAGE MODULES -------------
---------------------------- */
.category-id-20 p, .category-id-20 span, .products-sort-order .select-title, .brands-sort .select-title, .suppliers-sort .select-title, #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
	color: #000;
}
.category-id-20 #banner_modules{
	background: url(../img/banner_modules.jpg);
    padding: 40px;
    margin-bottom: 40px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}
.category-id-20 #wrapper{
	padding-top: 0px;
}
.category-id-20 #banner_modules h1{
	font-size: 4rem;
	color: #fff;
	text-align: center;
	padding-top: 50px;  
	/*background: -webkit-linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
}

.category-id-20 .js-product{
	width: 100%;
}
.category-id-20  .product-miniature .thumbnail-container{
	display: flex;
	align-items: center;
	width: 100%;
	border-width: 1px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%) 1;
  	background: #fff;
}
.category-id-20  .product-miniature .thumbnail-container .thumbnail-top{
	margin-right: 15px;
	max-width: 100px;
}
.category-id-20 .product-miniature .product-title{
	text-align: left;
	text-transform: uppercase;
	color: #000;
}
.category-id-20 .product-miniature .product-title a{
	color: #000;
	font-family: Lexend;
	font-weight: bolder;
	font-size: 20px;
}
.category-id-20 .product-miniature .product-price-and-shipping{
	text-align: left;
	color: #e74c3c;
}
#description_short_miniature{
	color: #000;
	font-size: 14px;
}
.product-miniature .product-description{
	background: transparent;
}
.category-id-20 .breadcrumb, .category-id-22 .breadcrumb {
	display: none;
}
.category-id-20 .block-category{
	background: transparent;
}
.category-id-20 .product-miniature .btn-primary{
	border-radius: 0px;
	padding: 10px;
	margin: 0px;
	font-size: 14px;
}
.category-id-20 .product-miniature  .btn-secondary{
	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
	padding: 12px;
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
	border: none;

}
#search_filters, #search_filters_brands, #search_filters_suppliers, .products-sort-order .select-title, .brands-sort .select-title, .suppliers-sort .select-title{
	background: transparent;
}
#search_filters .ui-widget-header{
	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
}
.products-sort-order .select-title, .brands-sort .select-title, .suppliers-sort .select-title{
	border-width: 1px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%) 1;
  	background: transparent;
}
.category-id-20 #content-wrapper h1{
	background: linear-gradient(135deg, #DC2424 0%, #4A569D  51%, #DC2424  100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.total-products, .category-id-20 .pagination{
	visibility: hidden;
}






/* -------------------------
------- PAGE FORMATIONS -------------
---------------------------- */

.category-id-22 #banner_formations{
	background: url(../img/formation.jpg);
    padding: 40px;
    margin-bottom: 40px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}
.category-id-22 #wrapper{
	padding-top: 0px;
}
.category-id-22 #banner_formations h1{
	font-size: 4rem;
	color: #fff;
	text-align: center;
	padding-top: 50px;  
	/*background: -webkit-linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
}
.category-id-22 .block-category{
	background: transparent;
}
.category-id-22 #content-wrapper h1{
	background: linear-gradient(135deg, #DC2424 0%, #4A569D  51%, #DC2424  100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.category-id-22 .pagination{
	visibility: hidden;
}
.category-id-22 .product-miniature{
	
	border-width: 1px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%) 1;
  	background: transparent;
  	padding: 20px;
  	margin-bottom: 30px;
}
.category-id-22 .js-product{
	width: 100%;
}
.category-id-22 .product-miniature .product-title, .category-id-22 .product-miniature .product-price-and-shipping{
	text-align: left;
}
.category-id-22 .product-miniature .product-title a{
	color: #000;
	font-family: Lexend;
	font-weight: bolder;
	font-size: 20px;
}
.category-id-22  .product-miniature a.btn{
	text-align: left;
	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
	padding: 12px;
	font-size: 14px;
	color: #fff;
	border: none;
}
.category-id-22  .product-miniature .thumbnail-top {
	max-width: 115px!important;
	margin-right: 20px!important;
}
.product-miniature .product-price-and-shipping{
	color: #e74c3c;
}
.category-id-22 .product-miniature .thumbnail-container{
	background: transparent;
	display: flex;
	align-items: center;
}




/* -------------------------
------- PANIER / CHECKOUT  -------------
---------------------------- */

#cart .card.cart-summary, #cart .cart-overview{
	border-width: 1px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%) 1;
}
#cart #wrapper{
	background: #fff;
}

#cart h1{
	font-family: Lexend;
}
.card.cart-summary{
	margin-top: 58px;
}
#checkout .text-contact{
	margin-top: 25px;
	color: #000;
}
#checkout .text-contact a{
	text-decoration: underline;
}
@media(max-width: 768px){
	body#checkout #header .header-nav .logo{
	max-height: 2rem;
	margin-top: 10px;
	}
}

.checkout-block .product-price, .mark-required .form-group.text label.required .field-label::after, .mark-required .form-group.text.need-dni label .field-label::after, .mark-required .form-group.email label.required .field-label::after, .mark-required .form-group.password label.required .field-label::after, .mark-required .form-group.tel label.required .field-label::after, .mark-required .form-group.select label.required .field-label::after, .mark-required .form-group.countrySelect label.required .field-label::after{
	color: #e74c3c!important;
}
.using-material-icons .custom-radio input[type=radio]:checked + span{
	border-color: #e74c3c!important;
	background: #e74c3c!important;
}
.page-content .custom-checkbox input[type=checkbox] + span {
    border-radius: 3px;
    border: 2px solid #e74c3c!important;
}
body#checkout .checkout-block .inner-area .offer-login a{
	background-color: #e74c3c!important;
}
#btn_gradient button{
	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
    font-size: 12px;

}
/* -------------------------
------- COMPTE  -------------
---------------------------- */
#my-account #wrapper{
	background: #fff;
}
.page-my-account #content .links .link-item{
	border-width: 2px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%) 1;
}
.page-my-account #content .links a span.link-item{
	color: #000;
	font-family: Lexend;
}
.page-my-account #content .links img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
#mwswebmastering_mesforfaitswm #boxed{
	border-width: 1px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%) 1;
  	max-width: 48%;
  	padding: 20px;
  	min-height: 250px;
  	border-radius: 10px; 
}
#mwswebmastering_mesforfaitswm #boxed .infos p{
	color: #000;
	
}
#mwswebmastering_mesforfaitswm #boxed .row.infos{
	display: flex;
    align-items: center;
    justify-content: space-around;
}    
#mwswebmastering_mesforfaitswm #boxed .infos p span{
	text-decoration: none!important;
	font-weight: bolder;
}
#mwswebmastering_mesforfaitswm #boxed .table-responsive{
	display: inline-table;
}

#mwswebmastering_mesforfaitswm .row_header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#mwswebmastering_mesforfaitswm .row_header .restant{
	background: linear-gradient(135deg, rgb(252, 83, 139) 0%, rgb(234, 124, 77) 50%, rgb(234, 217, 58) 100%);
    padding: 65px 25px;
    border-radius: 100%;
    text-align: center;
    width: max-content;
    border-radius: 10px;
}
#mwswebmastering_mesforfaitswm .row_header .restant span{
	color: #fff;
	font-family: Lexend;
	font-size: 3rem;
	display: block;
}
#mwswebmastering_mesforfaitswm #task_table{
	display: inline-table;
	width: 100%!important;
}
#mwswebmastering_mesforfaitswm table.dataTable > tbody > tr{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.checkout-block[class*='num-'] .block-header:before{
	display: none!important;
}
#checkout .card-block.block-promo .collapse-button{
	display: none;
}
#checkout #wrapper{
	padding-top: 0;
}
#checkout #wrapper #content-wrapper #content{
	background-color:  #f6f6f6;
}
#checkout #wrapper #content-wrapper .blocks.checkout-area-6{
	background-color: #fff!important;
	position: relative;
	top: -20px;
}
#checkout .block-header{
	font-family: "Roboto", Poppins;
    font-weight: 600;
	color: #e74c3c;
	font-size: 25px;

}
.block-header.shopping-cart-header{
	border-top: none!important;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name{
	color: #DC2424;
}
.ps-shown-by-js button.btn.btn-primary.center-block{
	max-width: 90%!important;
	background-image: linear-gradient(to right, #DC2424 0%, #4A569D 51%, #DC2424 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}
.page-customer-account #content{
	border-radius: 15px;
}
#thecheckout-cart-summary{
	    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
.static-customer-info{
	color: #000;
}
a.edit-customer-info .static-customer-info:after {
    content: attr(data-edit-label);
    position: absolute;
    right: 0;
    bottom: 0;
    background: #DC2424!important;
    color: white;
    padding: 2px 6px;
    font-size: 0.9em;
    opacity: 0.6;
}
body#checkout a:hover{
	color: #DC2424!important;
}
a.edit-customer-info:hover .static-customer-info{
	border-color: #DC2424!important;
}
.card-block{
	border-radius: 15px;
}
.social-btn-style-light #tc-google-signin{
	margin-left: 20px!important;
}
.classic-login{
	margin-right: 20px;
}
/* -------------------------
------- MOBILE  -------------
---------------------------- */


@media(max-width: 768px){
	.category-id-20 #banner_modules h1, .category-id-22 #banner_modules h1, #product.product-id-89 #banner_product h1, .category-id-22 #banner_formations h1{
		font-size: 3rem;
	}
	.category-id-20 .product-miniature .thumbnail-container, .category-id-22 .product-miniature .thumbnail-container{
		display: block;
		padding: 15px;
	}
	.category-id-20 .product-miniature .thumbnail-container .actions, .category-id-22 .product-miniature .thumbnail-container .actions{
		display: flex;
	}
	#product .product-actions #add-to-cart-or-refresh{
		padding: 15px;
	}
	#index .header-nav{
		display: block;
	}
	.category-id-22 .product-miniature .thumbnail-top{
		max-width: 100%!important;
		margin: 0 auto;
	}
	.ls-gui-element.ls-circle-timer{
		display: none!important;
	}
	.qty{
		padding-right: 0px;
		padding: 0;
	}
	.card-block.checkout{
		position: fixed;
	    bottom: 0px;
	    background: #fff;
	    width: 100%;
	    left: 0;
	    z-index: 999;
	    padding-bottom: 0;
	}
	.product-quantity #quantity_wanted{
		width: 2rem;
	}
	.footer-container .links ul{
		background: transparent;
	}
	.block-contact .navbar-toggler .material-icons{
		color: #fff;
	}
	.category-id-20 #banner_modules h1{
		padding-top: 0px;
	}
	#mwswebmastering_mesforfaitswm #boxed{
		max-width: 100%;
		border: none;
	}
	#mwswebmastering_mesforfaitswm .row_header{
		display: block;
		padding: 15px;
	}
	#mwswebmastering_mesforfaitswm  .last, #mwswebmastering_mesforfaitswm  #task_table_wrapper .dt-layout-cell {
		   overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	#interventions{
		padding: 15px;
	}
	#mwswebmastering_mesforfaitswm .row_header .restant{
		width: 100%;
		margin-bottom: 5px;
	}
	#mwswebmastering_mesforfaitswm #boxed .row.infos{
		display: block;
		text-align: center;
	}
	#cart .card.cart-summary, #cart .cart-overview{
		padding: 15px;
	}
	.card-block.checkout .btn-primary{
		max-width: fit-content;
		max-width: -webkit-fill-available;

	}
	.checkout-block .cart-detailed-totals{
		width: auto!important;
		left: 0!important;
	}
	.social-btn-style-light #tc-google-signin {
        margin-left: 0px!important;
    }
}