/*
Theme Name: Saaa App
Theme URI: https://app.saaa.fr
Author: Saaa
Author URI: https://app.saaa.fr
Description: Saaa App
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

input
{
	outline: none;
}

img
{
	max-width: 100%;
	height: auto;
}

/* App Style */

body {
  background: #000;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
	width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

main {
	padding: 0 10px;
}

.woocommerce-lost-password header #nav,
.woocommerce-lost-password footer .left {
	display:none;
}

.woocommerce-lost-password #main {
  width: 600px;
  margin: 100px auto;
  text-align: center;
	max-width: 90%;
  min-width: 300px;
}

.woocommerce-lost-password .woocommerce-Button.button {
  background: #00BCBC;
  border: 0;
  color: #fff;
  border-radius: 10px;
  width: auto;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 150px;
  cursor: pointer;
}

.woocommerce-lost-password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
.woocommerce-lost-password .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
  text-align: center;
  width: 100%;
	margin-top: 40px;
}

.woocommerce-lost-password #user_login {
  border-radius: 10px;
  height: 50px;
  width: 365px;
  max-width: 80%;
  border: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.34);
  box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.34);
}

.woocommerce-lost-password #password_1,
.woocommerce-lost-password #password_2 {
  border-radius: 10px;
  height: 50px;
  width: 100%;
  border: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.34);
  box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.34);
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #000;
  font-size: 25px;
}

/* Login Style */

.page-template-template-login .site-content {
	text-align: center;
}

.page-template-template-login .site-content img {
  margin-top: 100px;
  margin-bottom: 130px;
	width: 300px;
	cursor: pointer;
}

.page-template-template-login h1 {
	font-weight: 300;
  font-size: 28px;
  margin-bottom: 15px;
}

.page-template-template-login #username,
.page-template-template-login #password {
	border-radius: 10px;
  height: 50px;
  width: 365px;
  max-width: 80%;
  border: 0px;
	margin-bottom: 10px;
	padding-left: 10px;

	-webkit-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.34);
	box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.34);
}

.page-template-template-login a.forgot {
  font-size: 10px;
  font-weight: 300;
  color: #00BCBC;
  text-decoration: underline;
  margin-bottom: 30px;
  display: block;
	cursor: pointer;
}

.page-template-template-login .submit .btn {
  background: #00BCBC;
  border: 0;
  color: #fff;
  border-radius: 10px;
  width: 180px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
	margin-bottom: 150px;
	cursor: pointer;
}

.page-template-template-login .links {
  font-size: 15px;
  font-weight: 300;
}

.page-template-template-login .links a {
	color: #00BCBC;
  text-decoration: underline;
	cursor: pointer;
}


/* Header Style */

#header {
  height: 100px;
}

header .logo {
  width: 132px;
	margin-top: 15px;
	margin-left:10px;
}

header #nav {
	float: right;
  margin-right: 10px;
  padding-top: 20px;
}

header #nav #search {
  background: #000;
  border: 1px solid #00BCBC;
  border-radius: 10px;
  line-height: 33px;
  color: #fff;
  padding: 0px 30px 0 10px;
}

header #nav #butt {
  width: 32px;
  height: 32px;
  padding: 8px 8px 5px 5px;
  margin-left: -33px;
  float: right;
  z-index: 99;
  position: absolute;
}

header #nav #search::placeholder {
  opacity: 1;
  color: #00BCBC;
}


/* Home Category Style */

.home header.woocommerce-products-header {
	display: none;
}

.home.archive .product-category.product a {
  padding: 0px;
  display: block;
  border-radius: 10px;
	text-align: center;
	background:transparent;

	transition-property: background;
  transition-duration: 0.5s;
}

.home.archive .notice-et-tutoriels.product-category.product a {
	border: 4px solid #CC538B;
}
.home.archive .mobile-pricing.product-category.product a {
	border: 4px solid #B9832D;
}
.home.archive .catalogue.product-category.product a {
	border: 4px solid #5482A8;
}
.home.archive .autres.product-category.product a {
	border: 4px solid #766190;
}
.home.archive .espace-commercial.product-category.product a {
	border: 4px solid #2B6982;
}

.home ul.products li.product a img {
	margin: 0 auto;
  padding: 50px;
	filter:none;

	transition-property: filter;
  transition-duration: 0.5s;
}

.home .woocommerce-loop-category__title {
  color: #fff;
  font-size: 20px !important;
  font-weight: 900;
  padding: 0 20% !important;
	height: 50px;
}

.home .notice-et-tutoriels .woocommerce-loop-category__title {
  background: #CC538B;
}
.home .mobile-pricing .woocommerce-loop-category__title {
  background: #B9832D;
}
.home .catalogue .woocommerce-loop-category__title {
  background: #5482A8;
}
.home .autres .woocommerce-loop-category__title {
  background: #766190;
}

.home .espace-commercial .woocommerce-loop-category__title {
  background: #2B6982;
}

.home .count {
  display: none;
}

.home.archive .notice-et-tutoriels.product-category.product a:hover {
  background: #CC538B;
}
.home.archive .mobile-pricing.product-category.product a:hover {
  background: #B9832D;
}
.home.archive .catalogue.product-category.product a:hover {
  background: #5482A8;
}
.home.archive .autres.product-category.product a:hover {
  background: #766190;
}
.home.archive .home.product-category.product a:hover {
  background: #2B6982;
}

.home ul.products li.product a:hover img {
	filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(101%) contrast(101%);
}

/* Category Style */

.archive header.woocommerce-products-header h1,
.single.term-catalogue header.woocommerce-products-header h1 {
	width: fit-content;
  color: #fff;
  min-width: 350px;
  font-size: 20px;
  font-weight: 900;
  padding: 12px 30px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 50px;
}
.archive.term-notice-et-tutoriels header.woocommerce-products-header h1 {
  background: #CC538B;
}
.archive.term-mobile-pricing header.woocommerce-products-header h1 {
  background: #B9832D;
}
.archive.term-catalogue header.woocommerce-products-header h1,
.single.term-catalogue header.woocommerce-products-header h1 {
  background: #5482A8;
}
.archive.term-autres header.woocommerce-products-header h1 {
  background: #766190;
}

.archive.term-espace-commercial header.woocommerce-products-header h1 {
  background: #2B6982;
}

.single.term-catalogue #product-83 h1 {
	display:none;
}

.archive .product-category.product a {
  padding: 0px;
  display: block;
  border-radius: 10px;
	text-align: center;
	background:transparent;

	transition-property: background;
  transition-duration: 0.5s;
}

.archive.term-notice-et-tutoriels .product-category.product a {
	border: 4px solid #CC538B;
}
.archive.term-mobile-pricing .product-category.product a {
	border: 4px solid #B9832D;
}
.archive.term-catalogue .product-category.product a {
	border: 4px solid #5482A8;
}
.archive.term-autres .product-category.product a {
	border: 4px solid #766190;
}
.archive.term-espace-commercial .product-category.product a {
	border: 4px solid #2B6982;
}

.archive ul.products li.product a img {
	margin: 0 auto;
  padding: 50px;
	filter:none;

	transition-property: filter;
  transition-duration: 0.5s;
}

.archive.term-16 ul.products li.product a img {
  padding: 0px;
	filter:none;
	transition-property: none;
	border-radius:8px;
}

.archive .woocommerce-loop-category__title {
  color: #fff;
  font-size: 20px !important;
  font-weight: 900;
  padding: 0 5% !important;
	height: 50px;
	display: grid;
  align-items: center;
  text-align: center;
}

.archive.term-notice-et-tutoriels .woocommerce-loop-category__title {
  background: #CC538B;
}
.archive.term-mobile-pricing .woocommerce-loop-category__title {
  background: #B9832D;
}
.archive.term-catalogue .woocommerce-loop-category__title {
  background: #5482A8;
}
.archive.term-autres .woocommerce-loop-category__title {
  background: #766190;
}
.archive.term-espace-commercial .woocommerce-loop-category__title {
  background: #2B6982;
}

.archive .count {
  display: none;
}

.archive.term-notice-et-tutoriels .product-category.product a:hover {
  background: #CC538B;
}
.archive.term-mobile-pricing .product-category.product a:hover {
  background: #B9832D;
}
.archive.term-catalogue .product-category.product a:hover {
  background: #5482A8;
}
.archive.term-autres .product-category.product a:hover {
  background: #766190;
}
.archive.term-espace-commercial .product-category.product a:hover {
  background: #2B6982;
}

.archive ul.products li.product a:hover img {
	filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(101%) contrast(101%);
}
.archive.term-16 ul.products li.product a:hover img {
	filter: none;
}


/* Product Category */

.woocommerce-LoopProduct-link {
	padding: 0px;
	display: block;
	border-radius: 10px;
	text-align: center;
	background:transparent;

	transition-property: background;
	transition-duration: 0.5s;
}

.term-notice-et-tutoriels .woocommerce-LoopProduct-link {
	border: 4px solid #CC538B;
}
.term-mobile-pricing .woocommerce-LoopProduct-link {
	border: 4px solid #B9832D;
}
.term-catalogue .woocommerce-LoopProduct-link {
	border: 4px solid #5482A8;
}
.term-autres .woocommerce-LoopProduct-link {
	border: 4px solid #766190;
}
.term-espace-commercial .woocommerce-LoopProduct-link {
	border: 4px solid #2B6982;
}

.archive .woocommerce-loop-product__title {
  color: #fff;
  font-size: 20px !important;
  font-weight: 900;
  padding: 0 10% !important;
	height: 50px;
	display: grid;
  align-items: center;
  text-align: center;
}

.archive.term-notice-et-tutoriels .woocommerce-loop-product__title {
  background: #CC538B;
}
.archive.term-mobile-pricing .woocommerce-loop-product__title {
  background: #B9832D;
}
.archive.term-catalogue .woocommerce-loop-product__title {
  background: #5482A8;
}
.archive.term-autres .woocommerce-loop-product__title {
  background: #766190;
}
.archive.term-espace-commercial .woocommerce-loop-product__title {
  background: #2B6982;
}

.archive.category-1 ul.products li.product a img {
  margin: 0 auto;
  padding: 0px;
	border-radius: 7px 7px 0 0;
}

.archive.category-1 ul.products li.product a:hover img {
	filter: none;
}

.ariane {
  border-radius: 0 10px 10px 0;
  border-left: 0px !important;
	width: fit-content;
	min-width: 350px;
	margin-bottom: 50px;
}

.term-notice-et-tutoriels .ariane {
  border: 4px solid #CC538B;
}
.term-mobile-pricing .ariane {
  border: 4px solid #B9832D;
}
.term-catalogue .ariane {
  border: 4px solid #5482A8;
}
.term-autres .ariane {
  border: 4px solid #766190;
}
.term-espace-commercial .ariane {
  border: 4px solid #2B6982;
}

.ariane a {
  width: 100%;
  color: #fff !important;
  font-size: 20px;
  font-weight: 900;
  padding: 12px 30px;
  border-radius: 0 5px 0px 0;
  margin-bottom: 0px;
  background: #CC538B;
  display: block;
  text-decoration: none;
}

.term-notice-et-tutoriels .ariane a {
  background: #CC538B;
}
.term-mobile-pricing .ariane a {
  background: #B9832D;
}
.term-catalogue .ariane a {
  background: #5482A8;
}
.term-autres .ariane a {
  background: #766190;
}
.term-espace-commercial .ariane a {
  background: #2B6982;
}

.ariane .subcategory-title a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #2B6982;
	padding: 0px;
	border-radius: 0;
	float: left;
}




.ariane .subcategory-title a .backto {
  background: url(images/backlink.png) center center no-repeat;
  display: block;
  background-size: 18px 15px;
  width: 38px;
  height: 38px;
}

.ariane .subcategory-title {
  color: #fff;
  font-size: 18px;
  height: 38px;
  display: block;
}

.ariane .catttle {
  float: left;
  line-height: 38px;
  padding-left: 10px;
	font-size: 16px;
}

.category-1 .woocommerce-products-header {
	display:none !important;
}


/* Product Style */

.single-product h1 {
  font-size: 32px;
	color:#fff;
	margin-bottom: 10px;
}

.single-product h1 span {
  font-size: 22px;
	color:#fff;
	float:right;
}

.single-product .pdfbox {
  border-radius: 10px;
  padding: 10px;
	width:100%;
	display:block;
	margin-bottom: 30px;
}

.single-product.term-notice-et-tutoriels .pdfbox {
  border: 1px solid #CC53BB;
}
.single-product.term-mobile-pricing .pdfbox {
  border: 1px solid #B9832D;
}
.single-product.term-catalogue .pdfbox {
  border: 1px solid #5482A8;
}
.single-product.term-autres .pdfbox {
  border: 1px solid #766190;
}
.single-product.term-espace-commercial .pdfbox {
  border: 1px solid #2B6982;
}

.single-product .pdfbox .name {
  color:#fff;
	font-size: 16px;
	text-decoration:none;
	line-height: 32px;
}

#viewbutton {
	background: url('./images/view-pdf.png') center center no-repeat !important;
  width: 52px;
  height: 32px;
  background-size: 32px 24px !important;
  float: right;
  margin: 0 0px;
  padding-left: 0px;
  border-radius: 0px;
  display: block;
}

.single-product.term-notice-et-tutoriels .pdfbox #viewbutton,
.single-product.term-notice-et-tutoriels .pdfbox .download {
  border-left: 1px solid #CC53BB;
}
.single-product.term-mobile-pricing .pdfbox #viewbutton,
.single-product.term-mobile-pricing .pdfbox .download {
  border-left: 1px solid #B9832D;
}
.single-product.term-catalogue .pdfbox #viewbutton,
.single-product.term-catalogue .pdfbox .download {
  border-left: 1px solid #5482A8;
}
.single-product.term-autres .pdfbox #viewbutton,
.single-product.term-autres .pdfbox .download {
  border-left: 1px solid #766190;
}
.single-product.term-espace-commercial .pdfbox #viewbutton,
.single-product.term-espace-commercial .pdfbox .download {
  border-left: 1px solid #2B6982;
}

.single-product .pdfbox .download {
	background: url('./images/download-pdf.png') center center no-repeat;
  width: 46px;
  height: 32px;
  background-size: 26px 26px;
  float: right;
  margin: 0 0px;
  padding-left: 0px;
  border-radius: 0px;
  display: block;
}

.df-container .df-bg {
  background-color: #000 !important;
}

.df-lightbox-wrapper .df-lightbox-close::before {
  color: #fff;
  filter: none !important;
}

.df-lightbox-wrapper .df-lightbox-close {
  color: #fff !important;
  background-color: #00BCBC !important;
  opacity: 1 !important;
	border-radius: 10px 0 0 10px !important;
}

.df-lightbox-wrapper .df-lightbox-controls {
  padding: 40px 0px 0px 0px !important;
}

.single-product .video {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	margin-bottom:40px;
}

.single-product .video iframe,
.single-product .video object,
.single-product .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.single-product .content {
	font-size: 16px;
	font-weight:300;
	line-height:18px;
	padding-bottom:140px;
}

.single-product .content .astuces {
	font-size: 24px;
	margin-bottom:40px;
}

.single-product.term-notice-et-tutoriels .content .astuces {
	color:#CC538B;
}
.single-product.term-mobile-pricing .content .astuces {
	color:#B9832D;
}
.postid-83 .content .astuces,
.postid-300 .content .astuces {
	display:none;
}
.single-product.term-autres .content .astuces {
	color:#766190;
}

.single-product.term-espace-commercial .content .astuces {
	color:#2B6982;
}


.single-product .content .astuces .logo {
	height: 30px;
	width:auto;
}

.single-product.term-mobile-pricing .content .astuces .logo {
	filter: invert(52%) sepia(36%) saturate(925%) hue-rotate(358deg) brightness(97%) contrast(79%);
}
.single-product.term-catalogue .content .astuces .logo {
	filter: invert(51%) sepia(4%) saturate(6189%) hue-rotate(165deg) brightness(91%) contrast(63%);
}
.single-product.term-autres .content .astuces .logo {
	filter: invert(42%) sepia(10%) saturate(1395%) hue-rotate(224deg) brightness(94%) contrast(95%);
}


.single-product .content h3 {
	color:#fff;
	font-size: 16px;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height: 1;
	font-weight:bold;
	margin-top:25px;
}

.single-product h1.subcategory-title {
  margin-bottom: 0px;
}

/* Results Style */

.search-results .entry-content a {
	display: block;
  border: 4px solid #00BCBC;
  border-radius: 10px;
	color: #fff;
	line-height: 70px;
	text-decoration:none;
	margin-top:20px;
	clear:both;
}

.search-results .entry-content a img {
	width: 70px;
  margin-right: 10px;
	float: left;
	border-radius: 6px 0 0 6px;
}


.postid-300 h1.subcategory-title {
	display: none;
}

/* Footer Style */

.page-template-template-login #footer .left {
	display: none;
}

#footer {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 1024px;
	z-index: 2;
}

#footer .color {
  background: #2B6982;
  height: 20px;
  display: block;
  width: 100%;
  max-width: 1024px;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}

#footer .right {
  text-align: right;
  margin-right: 40px;
  margin-bottom: 0px;
}

#footer .right a {
	margin:0;
	padding:0;
}

#footer .right img {
	width: 65px;
	height: auto;
	margin:0;
	padding:0;
}

#footer .left {
	text-align: left;
  margin-left: 40px;
  margin-bottom: 0px;
  float: left;
  position: absolute;
  bottom: 20px;
}

#footer .left a {
	margin:0;
	padding:0;
	width: 50px;
	display: inline-block;
	text-align: center;
	border-radius:10px 10px 0px 0px;

	transition-property: background;
  transition-duration: 0.5s;
}

#footer .left a.notice {
	background: rgba(204,83,139,0.5);
}
#footer .left a.etiquette {
	background: rgba(185,131,45,0.5);
}
#footer .left a.catalogue {
	background: rgba(84,130,168,0.5);
}
#footer .left a.autres {
	background: rgba(118,97,144,0.5);
}

#footer .left a.notice:hover,
.term-notice-et-tutoriels #footer .left a.notice {
	background: rgba(204,83,139,1);
}
#footer .left a.etiquette:hover,
.term-mobile-pricing #footer .left a.etiquette {
	background: rgba(185,131,45,1);
}
#footer .left a.catalogue:hover,
.term-catalogue #footer .left a.catalogue {
	background: rgba(84,130,168,1);
}
#footer .left a.autres:hover,
.term-autres #footer .left a.autres {
	background: rgba(118,97,144,1);
}

#footer .left a img {
	width:60%;
	filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(101%) contrast(101%);
	padding:10px 0 0px;
	opacity:0.5;

	transition-property: opacity, padding;
  transition-duration: 0.5s;
}

#footer .left a:hover img,
.term-notice-et-tutoriels #footer .left a.notice img,
.term-mobile-pricing #footer .left a.etiquette img,
.term-catalogue #footer .left a.catalogue img,
.term-autres #footer .left a.autres img {
	width:60%;
	opacity:1;
	padding:10px 0 5px;
}


.pdfsearch {
  background: #000;
  border: 1px solid #00BCBC;
  border-radius: 10px;
  line-height: 33px;
  color: #fff;
  padding: 0px 30px 0 10px;
	width: 350px;
}

#buttpdf {
  width: 32px;
  height: 32px;
  padding: 8px 8px 5px 5px;
  margin-left: -33px;
  float: right;
  z-index: 99;
  position: absolute;
}

.df-popup-button {
  background: url('./images/view-pdf.png') left center no-repeat !important;
  background-size: 29px 22px !important;
  padding-left: 38px !important;
}

.helpie-faq.accordions.faq-toggle {
	background: #333;
}

.helpie-faq.accordions .accordion .accordion__item .accordion__body {
  padding-bottom: 40px;
}

.helpie-faq.accordions .accordion {
	margin: 40px 0 100px;
}
.helpie-faq.accordions .accordion__header::before, .helpie-faq.accordions .accordion__header::after {
	background: #fff;
}


/* Mobile Style */

@media all and (max-width: 450px) {
	#header {
	  height: 80px;
	}
	.home #header {
	  height: 110px;
	}
	.page-template-template-login .site-content img {
	  margin-top: 0px;
	  margin-bottom: 40px;
		width: 280px;
	}
	.page-template-template-login .submit .btn {
		margin-bottom: 100px;
	}
	#footer .right {
	  margin-right: 3%;
	}

	#footer .left {
  	margin-left: 3%;
	}

	#footer .right img {
		width: 60px;
	}

	header #nav #search {
	  max-width: 180px;
	}

	.woocommerce-products-header {
	  margin-left: -10px;
	}

	.archive header.woocommerce-products-header h1 {
  	margin-bottom: 30px;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	  margin: 0 0 20px !important;
	}
	.home.woocommerce ul.products[class*="columns-"] li.product, .home.woocommerce-page ul.products[class*="columns-"] li.product {
	  margin: 0 0 40px !important;
	}
	.ariane {
	  margin-bottom: 20px;
	}
	.single-product .content .astuces {
		font-size: 16px;
	}
	.single-product h1 {
		font-size:23px;
	}
	.single-product h1 span {
		font-size:16px;
	}
	.helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
	  padding-right: 45px;
	}

}
/* Couleur d'accent du parent "Mobile Pricing" */
body.term-installation-app-product-me,
body.term-tutoriel-g-pixel,
body.term-tutoriel-fairphone,
body.term-retirez-une-retail-demo,      /* la page que tu viens de montrer */
body.term-gestion-des-retail-demo        /* au cas où le slug soit celui-ci */
{
  --accent: #B9832D;
}
/* ==============================
   PRODUITS UNIQUEMENT (pas les catégories)
   ============================== */

/* Couleur d'accent (parent Mobile Pricing) */
body.term-installation-app-product-me { --accent:#B9832D; }

/* Carte produit = uniquement le post type 'product'
   (exclut les <li class="product-category product">) */
.archive ul.products li.product.type-product,
.archive ul.products li.product:not(.product-category){
  position: relative !important;
  border: 4px solid var(--accent) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: transparent !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  box-sizing: border-box;
}

/* Réserve 50px pour le bandeau, comme tes sous-catégories */
.archive ul.products li.product.type-product > a.woocommerce-LoopProduct-link,
.archive ul.products li.product:not(.product-category) > a.woocommerce-LoopProduct-link,
.archive ul.products li.product.type-product > a.woocommerce-loop-product__link,
.archive ul.products li.product:not(.product-category) > a.woocommerce-loop-product__link{
  display: block !important;
  padding-bottom: 50px !important;
  background: transparent !important;
  margin: 0 !important;
}

/* Image (mêmes proportions que catégories : padding 50px) */
.archive ul.products li.product.type-product > a.woocommerce-LoopProduct-link img,
.archive ul.products li.product:not(.product-category) > a.woocommerce-LoopProduct-link img,
.archive ul.products li.product.type-product > a.woocommerce-loop-product__link img,
.archive ul.products li.product:not(.product-category) > a.woocommerce-loop-product__link img{
  margin: 0 auto !important;
  padding: 0px !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  transition: filter .3s ease;
}

/* Bandeau fond doré peint SOUS le titre (évite les “croissants” aux coins) */
.archive ul.products li.product.type-product::after,
.archive ul.products li.product:not(.product-category)::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 50px;
  background: var(--accent);
  border-radius: 0 0 0px 0px;
  z-index: 0;
}

/* Titre produit (par-dessus, sans fond) */
.archive ul.products li.product.type-product > h2.woocommerce-loop-product__title,
.archive ul.products li.product:not(.product-category) > h2.woocommerce-loop-product__title,
.archive ul.products li.product.type-product a .woocommerce-loop-product__title,
.archive ul.products li.product:not(.product-category) a .woocommerce-loop-product__title{
  position: absolute !important;
  left: 0; right: 0; bottom: 0;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 5% !important;
  display: grid !important;
  place-items: center !important;
  background: transparent !important; /* le fond est géré par ::after */
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  border-radius: 0 0 10px 10px !important;
  z-index: 1;
}

/* (optionnel) hover comme catégories */
.archive ul.products li.product.type-product:hover img,
.archive ul.products li.product:not(.product-category):hover img{
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%)
          hue-rotate(67deg) brightness(101%) contrast(101%);
}
/* ---- FIL D’ACTUALITÉ ---- */
.news-feed {
  text-align: center;
  margin: 40px auto 50px;
}

/* Titre doré au-dessus */
.news-feed .news-title {
  font-size: 30px;
  font-weight: 900;
  color: #B9832D;         /* Doré comme Mobile Pricing */
  margin-bottom: 12px;    /* Espace entre le titre et le rectangle */
  margin-left: 160px;
  text-align: left;  /* Garde le texte aligné à gauche */
}

/* Rectangle clair avec bordure dorée */
.news-feed .news-box {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* Centre verticalement le contenu */
  align-items: left;      /* Centre horizontalement */
  height: 115px; 
  max-width: 720px;
  margin: 0 auto;
  padding: 18px 26px;
  background: #fff;          /* Fond blanc */
  border: 4px solid #B9832D; /* Bordure dorée */
  border-radius: 12px;       /* Coins arrondis */
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  text-align: left;
  color: #000;               /* Texte noir */
  
}

/* Liste interne */
.news-feed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-feed li {
  position: relative;
  margin: 10px 0;
  padding-left: 16px;
  line-height: 1.4;
}

/* Puces noires */
.news-feed li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;   /* noir pour les puces */
  font-size: 20px;
  top: -1px;
}

/* Liens */
.news-feed a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.2);
  transition: color .3s, border-color .3s;
}

.news-feed a:hover {
  color: #B9832D;
  border-bottom-color: #B9832D;
}

/* ---- SECTION SAV ---- */
.sav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto 40px;  /* sous le fil d’actu */
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
}

/* ⚠️ Correction du bug : avant tu avais "margin-top: 100x;" → c’est 100px ! */
.sav-left, .sav-right {
  width: 27%;
}

.sav-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.sav-right a {
  display: block;
  text-align: center;
}

.sav-left img, .sav-right img {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

/* Adaptation mobile */
@media (max-width: 700px) {
  .sav-section {
    flex-direction: column;
    gap: 24px;
  }

  .sav-left, .sav-right {
    width: 100%;
  }

  .news-feed {
    margin: 16px 10px 24px;
  }
}
