/*
Theme Name: Martinez
Theme URI: http://www.eoxia.com
Author: the Eoxia team
Author URI: http://www.eoxia.com
*/

.entry-content ul li a {
	color: #fff;
	text-decoration: none;
}
.entry-content ul li:hover {
	background: #25496f;
}
.switch-langue a::before {
	content: "";
}

.liste_actualites li {
	display: table;
	width: 100%;
}
.liste_actualites li .actu-thumbnail, .liste_actualites li .actu-content {
	display: table-cell;
	vertical-align: top;
}
.liste_actualites li .actu-thumbnail {
	/*width: 100px;*/
	padding-right: 1em;
}
.liste_actualites li .actu-thumbnail img {
	width: 150px;
	/*max-width: 100%;*/
	height: auto;
	border-radius: 50%;
}

#actualites .header_actualites {
	height: 280px;
}

/* PDF Button */
.pdf-link {
	font-family: 'Nunito', sans-serif;
	display: inline-block;
	background: #971030;
	color: #fff;
	font-size: .8em;
	padding: .25em .75em;
	text-decoration: none;
}

/** Top navigation space */
#top_nav {
	height: 101px;
}
#single_product header, .page header {
	height: 101px;
}
#slider .slider_content {
	bottom: auto;
	top: 0;
}
#slider .slider_content .slider_logo {
	margin-top: 20px;
}

/** Slider paraphraph space */
#slider .slider_content p {
	padding: 0;
}

/** Google REcaptcha 3 */
.grecaptcha-badge {
	visibility: hidden;
	pointer-events: none;
}

/** Header phone */
#top_nav_content .header-phone {
	float: right;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	margin-top: 2.2em;
	opacity: 0.8;
	margin-right: 1em;
}
#top_nav_content .header-phone:hover {
	opacity: 1;
}
#top_nav_content .header-phone .icon-container {
	line-height: 0.8;
	margin-right: 0.4em;
}
#top_nav_content .header-phone .icon-container img {
	width: 15px;
	height: auto;
}

@media ( max-width: 1250px ) {
	#top_nav_content .header-phone {
		display: none;
	}
}
@media ( max-width: 1100px ) {
	#top_nav_content .header-phone {
		display: inline-block;
		float:left;
		margin-left: 3em;
	}
}
@media ( max-width: 575px ) {
	#top_nav_content .header-phone .phone-label {
		display: none;
	}
	#top_nav_content .header-phone .icon-container {
		width: 40px;
		height: 40px;
		background: rgba(255,255,255,0.3);
		line-height: 40px;
		border-radius: 50%;
		display: flex;
	}
	#top_nav_content .header-phone .icon-container img {
		display: block;
		margin: auto;
	}
}

/** Fix responsive menu */
.responsive_navigation .content_responsive_nav.activ {
	max-height: 380px;
}

/** Link product title in product page */
#linked_products .link-products-title {
	background: #971030 url(img/trame.png) repeat;
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	height: 80px;
	line-height: 40px;
	font-size: 1em;
	font-weight: 700;
}
#linked_products .link-products-title i {
	display: inline-block;
	width: 40px;
	margin: 0 10px;
	transform: rotate(180deg);
}
#linked_products .link-products-title i svg {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#linked_products .link-products-title i svg * {
	fill: #fff;
}

/** Tax page */
body.tax-type_de_produit .tax-content {
	clear: both;
	padding-bottom: 1em;
}
body.tax-type_de_produit .tax-content h2 {
	margin-top: 0;
}
body.tax-type_de_produit #content {
	padding-top: 0;
}

/** Update of site header */
.slider_content h1 {
	margin: 0;
}
#slider {
	height: 520px;
}
#slider a {
	color: #fff;
}
@media ( max-width: 650px ) {
	.slider_content h1 {
		font-size: 20px;
	}
}
@media ( max-width: 450px ) {
	#slider {
		height: 650px;
	}
}

/** UL LI */
#page #primary ul li {
	margin-left: 1em;
}
#page #primary ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #971030; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.caracteristiques_single li::before {
	display: none !important;
	content: '';
}
