/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* ------------------------------------------------------------------
 * Drapeaux Polylang personnalisés (SVG net, agrandi) — code MAJ
 * Le filtre maj_pll_custom_flag() (functions.php) fournit le SVG ;
 * ici on agrandit + on lève l'éventuelle contrainte de taille Salient.
 * height:auto = ratio du SVG préservé (pas de déformation).
 * ------------------------------------------------------------------ */
.lang-item img,
.menu-item.lang-item img,
#header-outer .lang-item img,
#header-outer .sf-menu .lang-item img {
	width: 28px !important;
	height: auto !important;
	max-width: none !important;
	vertical-align: middle;
}


/* ------------------------------------------------------------------
 * Pictos « accès » (voiture / piéton) — code MAJ
 * Le picto est un ::before sur le <span> qui ENTOURE la durée (« 7min »).
 * Raison : l'éditeur WordPress/WPBakery supprime les <span> VIDES ; en
 * mettant la durée dans le span, il est conservé. SVG officiels Font
 * Awesome en mask-image : couleur pilotée par CSS, AUCUN fichier à
 * uploader (data-URI), et on n'utilise pas <i class="fa-…"> (Salient
 * n'embarque que Font Awesome 4.2, sans icône piéton).
 *
 * Usage :  <span class="maj-acces maj-acces--car">7min</span>
 *          <span class="maj-acces maj-acces--walk">27min</span>
 * Couleur : --maj-ico-color (ou currentColor pour suivre le texte).
 * ------------------------------------------------------------------ */
.maj-acces {
	--maj-ico-color: #c70a33;
}
.maj-acces::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .4em;
	vertical-align: -0.125em;
	background-color: var(--maj-ico-color);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-size: contain;
	        mask-size: contain;
}

.maj-acces--car::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M135.2%20117.4L109.1%20192H402.9l-26.1-74.6C372.3%20104.6%20360.2%2096%20346.6%2096H165.4c-13.6%200-25.7%208.6-30.2%2021.4zM39.6%20196.8L74.8%2096.3C88.3%2057.8%20124.6%2032%20165.4%2032H346.6c40.8%200%2077.1%2025.8%2090.6%2064.3l35.2%20100.5c23.2%209.6%2039.6%2032.5%2039.6%2059.2V400v48c0%2017.7-14.3%2032-32%2032H448c-17.7%200-32-14.3-32-32V400H96v48c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32V400%20256c0-26.7%2016.4-49.6%2039.6-59.2zM128%20288a32%2032%200%201%200%20-64%200%2032%2032%200%201%200%2064%200zm288%2032a32%2032%200%201%200%200-64%2032%2032%200%201%200%200%2064z'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M135.2%20117.4L109.1%20192H402.9l-26.1-74.6C372.3%20104.6%20360.2%2096%20346.6%2096H165.4c-13.6%200-25.7%208.6-30.2%2021.4zM39.6%20196.8L74.8%2096.3C88.3%2057.8%20124.6%2032%20165.4%2032H346.6c40.8%200%2077.1%2025.8%2090.6%2064.3l35.2%20100.5c23.2%209.6%2039.6%2032.5%2039.6%2059.2V400v48c0%2017.7-14.3%2032-32%2032H448c-17.7%200-32-14.3-32-32V400H96v48c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32V400%20256c0-26.7%2016.4-49.6%2039.6-59.2zM128%20288a32%2032%200%201%200%20-64%200%2032%2032%200%201%200%2064%200zm288%2032a32%2032%200%201%200%200-64%2032%2032%200%201%200%200%2064z'/%3E%3C/svg%3E");
}

.maj-acces--walk::before {
	width: .625em; /* viewBox 320×512 → ratio conservé */
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20320%20512'%3E%3Cpath%20d='M160%2048a48%2048%200%201%201%2096%200%2048%2048%200%201%201%20-96%200zM126.5%20199.3c-1%20.4-1.9%20.8-2.9%201.2l-8%203.5c-16.4%207.3-29%2021.2-34.7%2038.2l-2.6%207.8c-5.6%2016.8-23.7%2025.8-40.5%2020.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1%2036.6-61.9%2069.4-76.5l8-3.5c20.8-9.2%2043.3-14%2066.1-14c44.6%200%2084.8%2026.8%20101.9%2067.9L281%20232.7l21.4%2010.7c15.8%207.9%2022.2%2027.1%2014.3%2042.9s-27.1%2022.2-42.9%2014.3L247%20287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3%2065.5%2049.5%2054c5.4%205.9%209.2%2013%2011.2%2020.8l23%2092.1c4.3%2017.1-6.1%2034.5-23.3%2038.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7%20398l25-62.4c2.1%203%204.5%205.8%207%208.6l40.7%2044.4-14.5%2036.2c-2.4%206-6%2011.5-10.6%2016.1L54.6%20502.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L68.7%20398z'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20320%20512'%3E%3Cpath%20d='M160%2048a48%2048%200%201%201%2096%200%2048%2048%200%201%201%20-96%200zM126.5%20199.3c-1%20.4-1.9%20.8-2.9%201.2l-8%203.5c-16.4%207.3-29%2021.2-34.7%2038.2l-2.6%207.8c-5.6%2016.8-23.7%2025.8-40.5%2020.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1%2036.6-61.9%2069.4-76.5l8-3.5c20.8-9.2%2043.3-14%2066.1-14c44.6%200%2084.8%2026.8%20101.9%2067.9L281%20232.7l21.4%2010.7c15.8%207.9%2022.2%2027.1%2014.3%2042.9s-27.1%2022.2-42.9%2014.3L247%20287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3%2065.5%2049.5%2054c5.4%205.9%209.2%2013%2011.2%2020.8l23%2092.1c4.3%2017.1-6.1%2034.5-23.3%2038.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7%20398l25-62.4c2.1%203%204.5%205.8%207%208.6l40.7%2044.4-14.5%2036.2c-2.4%206-6%2011.5-10.6%2016.1L54.6%20502.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L68.7%20398z'/%3E%3C/svg%3E");
}


