#_desktop_logo {
	text-align: center;
}

.header-top-right {
	width: 100%;
}

.header-top #search_widget {
	margin-bottom: unset;
}

.footer-copyright {
	text-align: center;
	font-size: 0.85rem;
	margin-top: 2rem;
	display: block;
}

.block-social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 1rem;
}

.block-social h4 {
	font-size: 1.3125rem;
	font-weight: normal;
	margin-right: 1rem;
}

.block-social ul li {
	background-color: #666;
}

.blockreassurance {
	margin-top: 1rem;
	font-size: 0.85rem;
}

.blockreassurance p {
	font-size: inherit;
}

.block-categories {
	display: none;
}

#subcategories ul li:hover .subcategory-image a {
	border: unset;
}
#subcategories ul li .subcategory-image a {
	padding: unset !important;
}


/* Des couleurs */

#header .header-top {
	background-color: #ccc;
}

.footer-container {
	background-color: #ccc;
}


/* Debut Desktop */
@media (min-width: 768px) {
	#contact-link a {
		color: unset;
		pointer-events: none;
	}
	
	.home-menu-link {
		display: none !important;
	}
	
	.popover.sub-menu.js-sub-menu {
		margin-top: 3em;
	}
}
/* Fin Desktop */


/* Debut Mobile */
@media (max-width: 767px) {
	.block-social ul {
		flex-flow: unset;
	}
	
	#custom-text {
		padding-left: unset;
		padding-right: unset;
	}
	
	#contact-link a {
		color: #24b9d7 !important;
	}
	
	#search_widget form input {
		padding: 5px 10px 5px 40px;
	}
}

#_mobile_logo img {
	max-height: 2.5rem !important;
}

#header .header-nav #menu-icon {
	margin-right: 0.5rem;
}

#header .header-nav #_mobile_user_info .user-info {
	margin-left: 0.5rem;
}

#header .header-nav #_mobile_cart .blockcart {
	margin-left: 0.5rem;
}

#menu-icon {
	margin: 0 0 0 1rem;
}

/* Fin Mobile */
