/* .............................................................................
SITE ITEMS
............................................................................. */

/*
ITEM / Header
Default head for a block. */
.iHead { }
.iHead + * {margin-top: 1em; }

	/* 
	ALT :
	Centered. */
	.iHead--centered {text-align: center; }



/*
ITEM / Nav arrows
Navigation pour un carousel. */
.navArrows {--espacementV: 0.8em;--espacementH: 0.8em;margin: calc(-1 * var(--espacementV)) calc(-1 * var(--espacementH));display: inline-flex;align-items: center;}
.navArrows__item {flex: 0 0 auto; padding: var(--espacementV) var(--espacementH); }
.navArrows__left { }
.navArrows__right { }
.navArrows__slideNumbers {margin: 0 1.002em;}

	/*
	ALT :
	Vertical alignment. */
	.navArrows--vertical {flex-direction: column;}



/*
ITEM / Box avantage
Box avantage with badge and text. */
.iBoxAvantage {line-height: 1;display: block;}
.iBoxAvantage__in {position: relative;height: 100%;}
.iBoxAvantage__badge {margin: 0 5%;}
.iBoxAvantage__badge::before { }
.iBoxAvantage__badge .svgIcon {border: 0.6em solid var(--color-blue);border-radius: 50%;margin-left: auto;margin-right: auto;padding: 0.6em;}
.iBoxAvantage__ctn {margin-top: 1.5em;text-align: center;font-size: 1.15em;line-height: 1.3;}

	/* Smaller */
	@media (max-width:46rem) {
		.iBoxAvantage__badge .svgIcon {border-width: 0.4em; }
		.iBoxAvantage__ctn {font-size: 1em; margin-top: 1em; }
	}



/*
ITEM / Gros titre
Gros titre qui est defilant. */
.iGrosTitre {display: block;font-size: calc(1.7em + 1.7vw);line-height: 1.2;font-weight: 700;white-space: nowrap;text-transform: uppercase; color: var(--color-red); position: relative; }
.iGrosTitre::before {position:absolute;z-index: 0;display:block;content:'';top: 50%;height: 0.14em;left:0;width: 0.4em;transform: translate(-50%, -50%);background-color: var(--color-blue);}

	/* Size */
	@media (max-width:62rem) {
		.iGrosTitre {font-size: calc(0.5em + 6vw);}
	}



/*
ITEM / Title
Description. */



