@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');



/** GENERAL **/

body {

	font-family: Quicksand, sans-serif;

	color: #331e1e;

	font-size: 1.1rem;

    line-height: normal;

}

p, .product-information, .popover,

.block-categories .category-sub-menu .category-sub-link {

	font-size: 1rem;

	line-height: normal;

}

.block-categories .category-sub-menu .category-sub-link {

	text-transform: uppercase;

}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea {

	/** font-family: sans-serif; **/

}

.btn-primary, .btn-primary:focus,

.btn-comment, .btn-comment:hover,

.product-actions .add-to-cart .material-icons {

	color: white;

}

.custom-radio input[type=radio]:checked+span {

    background-color: #eadaa9;

}

.modal button.close {

    position: absolute;

    right: 20px;

    top: 35px;

}

a:hover,

.btn-primary:hover,

.btn-comment:hover, .btn-info:hover,

#products .highlighted-informations .quick-view:hover, 

.featured-products .highlighted-informations .quick-view:hover, 

.product-accessories .highlighted-informations .quick-view:hover, 

.product-miniature .highlighted-informations .quick-view:hover, 

.carousel .carousel-control .icon-next:hover i, 

.carousel .carousel-control .icon-prev:hover i,

.links a:hover i,

.tabs .nav-tabs .nav-link.active,

.search-widget form input[type=text]:focus+button .search,

.search-widget form button[type=submit] .search:hover,

.block-categories .collapse-icons .add:hover, 

.block-categories .collapse-icons .remove:hover {

    color: #eadaa9 !important;

}

.h1, .h2, .h3, .h4, .h5, .h6, p,

.tabs .nav-tabs .nav-link,

#products .product-price-and-shipping, 

.featured-products .product-price-and-shipping, 

.product-accessories .product-price-and-shipping, 

.product-miniature .product-price-and-shipping,

#products .product-title a, 

.featured-products .product-title a, 

.product-accessories .product-title a, 

.product-miniature .product-title a,

#products .highlighted-informations .quick-view, 

.featured-products .highlighted-informations .quick-view, 

.product-accessories .highlighted-informations .quick-view, 

.product-miniature .highlighted-informations .quick-view,

#custom-text h2,

#custom-text p .dark,

#custom-text p,

#products .all-product-link:not(:hover), 

.featured-products .all-product-link:not(:hover), 

.product-accessories .all-product-link:not(:hover), 

.product-miniature .all-product-link:not(:hover),

.forgot-password a:not(:hover),

.no-account a:not(:hover),

a:not(:hover):not(.btn),

form *:not(.btn):not(a:hover),

.links a:not(:hover) i,

.product-price,

#blockcart-modal .product-name,

#blockcart-modal .cart-content p.cart-products-count,

#product-comments-list-header {

    color: #331e1e;

}

#custom-text p {

    font-weight: normal;

    font-size: 1rem;

}

.btn-primary, .btn-comment, .btn-comment-inverse:hover,

.btn-info, .btn-info:hover,

.product-flag,

.products-sort-order .select-list:hover {

	background-color: #331e1e !important;

}

.block-category,

#custom-text {

    min-height: auto;

    background-color: #eadaa9!important;

}

#custom-text {

	padding: 0;

}

.pagination .current a {

    color: #eadaa9 !important;

}

.form-control:focus, .input-group.focus,

.search-widget form input[type=text]:focus {

	outline-color: #eadaa9;

	border: none;

}

.block_newsletter form input[type=email]:focus {

	border-color: #eadaa9;

}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover,

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover,

body#checkout section.checkout-step .address-item.selected,

#product-modal .modal-content .modal-body .product-images img:hover {

    border-color: #eadaa9;

}

.blockcart.cart-preview.active a {

    color: #331e1e !important;

}

.blockcart.cart-preview.active a:hover {

    color: white !important;

}

.ps_checkout {

    padding: 5px;

}

.product-title {

    max-height: 1.2rem;

    padding: 0 10px;

    word-break: keep-all;

    overflow: hidden;

    text-overflow: ellipsis;

}

.carousel .carousel-inner {

    height: 440px;

}

.carousel .carousel-item .caption {

    color: #331e1e;

    max-width: 400px;

    background-color: #eadaa9bd;

    padding: 10px;

	border-radius: 20px;

}

.carousel .carousel-item .caption .caption-description p {

    color: #331e1e;

}

.block-categories .category-sub-menu li[data-depth="0"]>a {

    padding-right: 25px;

}

.block-categories .collapse-icons {

    text-align: right;

	width: auto;

}

.text-center {

	text-align: center;

}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin, 

.group-span-filestyle .bootstrap-touchspin .btn-touchspin, 

.group-span-filestyle .btn-default {

    line-height: 1.15rem;

    background-color: #eadaa9;

}

.sort-by,

.pagination>div:first-child {

    font-size: 1rem;

}

/** HEADER **/

#header {

	color: white;

}

#header .header-nav {

	background-color: #331e1e;

}

#header .header-nav a {

	color: black;

}

#header .header-top .position-static {

    width: auto;

	padding-top: 10px;

    padding-left: 0;

}

#header .header-top a {

    color: #331e1e !important;
    padding: 15px;

}

#header .header-top a:hover {

    color: #eadaa9 !important;

}

#_desktop_cart, #_desktop_cart .shopping-cart {

    color: #331e1e !important;

}

.top-menu a[data-depth="0"] {

    font-weight: 100;

    padding: 7px;

}

#header .material-icons {

    color: #331e1e !important;

}

#header .search-widget form input[type=text]:focus {

	outline: none;

	border: none;

}

#header .search-widget form input[type=text] {

	outline: none;

	border: none;

}

#header .header-nav .cart-preview.active {

    background-color: #eadaa9;

}

#checkout #header .header-nav {

    background-color: white;

}

.header-top .col-md-9.col-sm-12.position-static {

    float: right;

}

#header .header-nav .material-icons.lock {

	color: white !important;

    line-height: .9rem;

}

#header .header-nav .material-icons.lock:hover {

	color: #eadaa9 !important;

}

#menu-icon {

    margin-top: 10px !important;

}

#menu-icon>i.material-icons {

    font-size: 40px;

}

/** FOOTER **/

.footer-container {

    background-color: #331e1e;

}

.footer-container .h3, 

.footer-container li a:hover,

.footer-container #block_myaccount_infos .myaccount-title a,

.block-contact .block-contact-title,

.footer-container p {

	color: #eadaa9 !important;

}

.footer-container li a, 

.block-contact, 

.block-contact .dropdown:not(a:hover) {

	color: white !important;

}

.block-social ul li {

    background-color: #eadaa9;

}

.block-social ul li:hover {

    background-color: #331e1e;

}

/** AI INFORMATIQUE **/

.ai-background {

	background-image: url(/img/cms/abstract-tile-photos-1149775.png);

    background-position: center top;

    padding: 20px;

    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);

    background-size: cover;

}

.ai-background a {

	color: #331e1e !important;

}

.footer-container {

    overflow: inherit;

}

.footer-container .row {

    position: relative;

}

.ai-assistance {

    position: absolute;

    top: -220px;

    right: 20px;

	text-align: center;

}

/** MOBILE **/

@media (max-width: 768px) {

	#header .header-nav {

		background-color: white;

	}

	#header .header-nav a {

		color: #331e1e !important;

	}

	#header .header-nav .top-logo {

		padding-top: 5px;

		padding-bottom: 5px;

	}

	.block-social ul {

		display: block;

	}

	.block-social ul li {

		margin: 0;

	}

	.footer-container  {

		padding-top: 0;

	}

	.footer-container .links ul {

		background-color: #eadaa9;

	}

	.footer-container .links a:not(.h3) {

		color: #331e1e !important;

	}

	.footer-container .links a:hover {

		color: white !important;

	}

	.footer-container p.text-sm-center {

		text-align: center;

		padding-top: 15px;

		font-size: 0.8rem;

	}

}

/** HACK TABLETTE **/

@media (max-width: 991px) {

	.container {

		width: 100% !important;

	}

}

@media (max-width: 1024px) {

	.header-top>.container>.row>.col-md-9 {

		max-width: 65%;

		text-align: center;

		padding: 0 !important;

	}

	nav.header-nav {

		margin-bottom: 10px !important;

	}

	#header .header-top {

		padding-bottom: 0;

	}

	.account>span {

		display: none;

	}

}
#custom-text .afficher_text, #custom-text .afficher_botton_minus {
    display: none;
}




.unvisible {
    display: none;
}
.cat_desc a.btn.btn-default.pull-right {
    border: none;
    background: none;
    box-shadow: none;
    font-size: 10px;
    color: #a7a7a7!important;
    float: right;
    font-weight: bold;
}
.gm-cat-second-desc{
    
     background-color: transparent;   
    box-shadow: none;
    border: none;
    padding: 0;
    
    
}





