body {
	background-image: none !important;
	background-color: #104695;
	font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6, .ce_revolutionslider_text.bold, .font_headline {
  	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

.header {
	background-color: transparent;
}
.header.cloned {
	background-color: #ffffff;
}

.logo a {
	/*background-image: url(../img/logo-w.png);*/
	background-image: url(../img/logo.png);
}
.header.cloned .logo a {
	background-image: url(../img/logo.png);
}

@media only screen and (min-width: 768px) {
	.header .logo {
		width: 265px;
	}
	.header.cloned .logo {
		width: 240px;
	}
	.header.original .mod_langswitcher {
		margin-left: 0px;
	}
	.header.original .mod_search {
		float: right;
		padding-left: 0;
		margin-right: 40px;
	}	
}

@media only screen and (max-width: 767px) {
	.header.cloned .logo {
		width: 185px;
	}
	.header.cloned .cartMini {
		display: none;
	}
	.mod_langswitcher {
		margin-left: 0;
	}
}

.header:not(.cloned) .mainmenu ul li a,
.header:not(.cloned) .fa {
	color: #ffffff;
}
.header:not(.cloned) .mainmenu ul.level_1 > li > .inner > li > a,
.header:not(.cloned) .fa {
	text-shadow: 0 0 6px #000000d6;
}
.header:not(.cloned) .mainmenu ul li.active a,
.header:not(.cloned) .mainmenu ul li.trail a {
	/*color: #104695;*/
	font-weight: bold;
}

.opacity .opacity-bg {
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	color: #fff;
	content: '';
}

.banner-bg-opacity:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	z-index: 0;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgb(0 23 55 / 0.6);
}

.widget-explanation, .widget-explanation p {
	margin-bottom: 0 !important;
}
.privacy.checkbox_container {
	border: 0;
	padding: 0;
}

.error, span.mandatory {
	color: #dd0000;
}

.lista_categorie .ce_linkbox {
	margin-bottom: 30px;
}


form fieldset {
	border: 0;
	padding: 0;
}

.product_list {
	display: flex;
	flex-wrap: wrap;
	/*
	border-left: 1px solid rgb(222 215 209);
	border-top: 1px solid rgb(222 215 209);
	*/
}
.product_list .product {
	width: 33.33%;
	display: flex;
	padding: 0.5em;
	margin-bottom: 30px;
	/*
	border-right: 1px solid rgb(222 215 209);
	border-bottom: 1px solid rgb(222 215 209);
	*/
}
@media only screen and (max-width: 970px) and (min-width: 768px) {
	.product_list .product {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.product_list .product {
		width: 100%;
	}
}


.product_list .product .content {
	display: flex;
}
.product_list .product .content form {
	min-height: 100%;
}
.product_list .product .content form .formbody {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.product_list .product .content form .formbody .text {
	flex: 1 0 auto;
}
.product_list .product .content form .formbody h5 {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}
.product_list .product .content form .formbody .price {
	text-align: center;
}

.edit, .remove {
	color: #104695;
}



.mod_iso_productreader .product .content {
	padding: 0px 20px 20px 20px;
}
.mod_iso_productreader .product .images,
.mod_iso_productreader .product .content {
	float: right;
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.mod_iso_productreader .product .images,
	.mod_iso_productreader .product .content {
		width: 100%;
		float: none;
		padding: 0px;
	}
}


.mod_iso_productreader .product .content .price {
	color: #104695;
}
.mod_iso_productreader .product .content .price:not(td):not(th) {
	font-size: 26px;
	margin: 20px 0;
	text-align: center;
}

.mod_iso_productreader .product .description {
	margin-top: 10px;
	line-height: 20px;
}

.mod_iso_productreader .product .description ul,
.mod_iso_productreader .product .description ol {
	list-style: initial;
	margin-left: 10px;
}
.mod_iso_productreader .product .description ul li,
.mod_iso_productreader .product .description ol li {
	margin-left: 10px;
	margin-bottom: 10px;
}

.mod_iso_productreader .product .submit_container {
	margin-top: 10px;
}
.mod_iso_productreader .product .quantity_container {
	float: left;
	width: 30%;
}
.mod_iso_productreader .product .add_to_cart {
	float: left;
	width: 70%;
}

.mod_iso_productreader .product .images .gallery figure {
	float: left;
	width: 33.3333%;
}
@media only screen and (max-width: 767px) {
	.mod_iso_productreader .product .images .gallery figure {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
}

.optionCustom {
	margin: 5px 0;
	line-height: 23px;
}
.optionCustom label {
	color: #104695;
	/*min-width: 120px;*/
	display: inline-block;
	margin: 0;
}


#iso_ajaxBox {
	width: auto;
	padding: 10px;
	left: 0;
	right: 0;
	z-index: 100000;
	max-width: 400px;
	margin: 0 auto;
}
#iso_ajaxBox .iso_confirm {
	padding: 0;
	background: none;
}
@media only screen and (max-width: 767px) {
	#iso_ajaxBox .iso_confirm .btn {
		float: none !important;
	}
}


.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	font-size: inherit;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table a {
	color: #104695;
}

.visible-xs {
	display: none!important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block!important;
	}
	.hidden-xs {
		display: none!important;
	}	
}

.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
.clearfix {
	clear: both;
}


.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.submit_container .btn {
	width: auto;	
}


.checkoutLeft {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
.checkoutLeft .mod_login {
	padding: 20px;
	background: rgba(255,255,255,0.95);
	margin: 0 0 20px 0;
	max-width: 478px;
	border: 1px solid rgba(0,0,0,0.1);
}
/*
.steps {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
*/
.steps {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #9b9ca5;
	padding-bottom: 5px;
}
.steps ol li {
	margin-left: 30px;
	list-style: decimal;
	float: left;
}
.steps ol li.first {
	margin-left: 20px;
}
.steps a {
	color: #104695;
	font-weight: bold;
}

.checkoutContainer {
	float: left;
	width: 75%;
	padding-left: 30px;
}
@media (max-width: 767px) {
	.checkoutLeft,
	.checkoutContainer {
		float: none !important;
		width: 100%;
		padding-left: 0px;
	}	
	.steps ol li {
		margin-left: 20px;
		float: none;
	}
}

.mod_iso_checkout h2 {
	margin-bottom: 15px;
}

.btn.btn-primary {
	background: #09af2e !important;
	border-color: #09af2e !important;
}

.pagination {
	margin-top: 30px;
}


.mod_iso_productfilter {
	border-bottom: 1px solid rgb(241, 241, 241);
	padding-bottom: 20px;
 }
.mod_iso_productfilter .filters select,
.mod_iso_productfilter .search input {
	height: 35px;
	margin-bottom: 10px;
}
.mod_iso_productfilter .search .submit {
	padding: 0px 20px;
}
.mod_iso_productfilter .clear_filters {
	color: #104695;
}

div.awesomplete {
	width: 100%;
}


@media (min-width: 768px) {
	.mod_iso_checkout div.address_new .widget,
	.mod_personalData .widget,
	.mod_registration .widget {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
}

.mod_registration label {
	color: inherit;
	display: inline-block;
}

form fieldset legend {
	background-color: #104695;
	background: transparent;
	color: #104695;
	padding: 0;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
}

div.order_status {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #f5f5f5;
}

form.style2 {
	background: #104695de;
}
form.style2 .widget {
	color: #ffffff;
}
form.style2 .widget a {
	color: #83bae6;
}

.ce_hyperlink a, a.btn {
	padding: 12px 30px;
}
.iso_confirm a.btn {
	padding: 12px 20px;
}


.ce_headerimage.version1 .content {
	padding: 20px 50px;
}

.w-100.ce_leadertext.version1 {
	max-width: 100%;
	margin-bottom: 100px;
}
.ce_iconbox .content {
	text-align:left;
}


.pb-xxl {
	padding-bottom: 200px !important;
}
.pt-xxl {
	padding-top: 200px !important;
}

.bg-video {
	width: 100%;
	/*height: calc(100vh - 180px);*/
	/*min-height: 500px;*/
	max-height: 100vh;
	margin: 0 auto;
	object-fit: cover;
	margin-bottom: -5px;
}
@media (max-width: 767px) {
	.bg-video {
		height: auto;
	}
}


.ce_iconbox .ce_iconbox_inside {
	font-size: 13px;
}