@charset "UTF-8";
/* CSS Document */
/*--> couleur or: #b99877 */
/*--> couleur noire: #000 */

body, html {
	padding: 0;
	margin: 0;
	font-family: 'Gotham Light', sans-serif;
}

a, a:hover {
	text-decoration: none;
}

.vision, .values, .talents, .clients, .contact {
	display: block;
	height: 120px; /*même hauteur que le header*/
	margin-top: -120px; /*même hauteur que le header*/
	visibility: hidden;
}

.survol_sezane {
      width:400px;
			height:400px;
			display: inline-block;
			text-align: center;
      margin:0;
      background: url("../images/sezane_carre.png") no-repeat;
    }
.survol_sezane:hover {
	    background: url("../images/eau_sezane.jpg") no-repeat;
	    }

.survol_agatha {
			width:400px;
			height:400px;
			display: inline-block;
			text-align: center;
			margin:0;
			background: url("../images/agatha_carre.png") no-repeat;
			    }
.survol_agatha:hover {
			background: url("../images/agatha.jpg") no-repeat;
			    }

.survol_courreges {
			width:400px;
			height:400px;
			display: inline-block;
			text-align: center;
			margin:0;
			background: url("../images/courreges_carre.png") no-repeat;
					    }
.survol_courreges:hover {
			background: url("../images/courreges_4.jpg") no-repeat;
					    }

.survol_carlotha {
			width:400px;
			height:400px;
			display: inline-block;
			text-align: center;
			margin:0;
			background: url("../images/carlotha_carre.png") no-repeat;
												    }
.survol_carlotha:hover {
			background: url("../images/carlotha.jpg") no-repeat;
												    }

.divimg {
margin: 10px;
width: 209px;
height: 211px;
text-align: center;
overflow: hidden;
display: inline-block;
}

.divimg span {
color: #b99877;
margin: 1% 0 0 0;
background-color: #000;
width: 209px;
height: 211px;
display: block;
transition: 1s;
position: relative;
opacity: 0.8;
}

.divimg:hover span {
margin-top: -211px;
transition: 1s;
}

.prestige {
	font-size: 1em;
}

.parfum {
	font-size: 1.3em;
	margin-top: 6%;
}

.contacter {
	text-align: center;
	margin: 3% 0 0 0;
	font-size: 1.3em;
	font-style: bold;
}

.bureau {
	font-size: 1.1em;
	margin-top: 6%;
}

.hdp {
	float: right;
	margin: 0 1% 0 0;
	font-size: 1em;
	color: #000;
}

.hdp:hover {
	float: right;
	font-size: 1em;
	color: #b99877;
}

.couleur_or {
	color: #b99877;
		text-transform: uppercase;
	letter-spacing: 1px;
font-size: 17px;

}

.container-fluid {
	padding: 0;
}

.logo {
	margin-top: 1%;
	width: 170px;
	height: 52px;
}

.img_ban {
	margin-top: 0;
}

.menu  {
	text-align: center;
	display: inline;
	text-transform: uppercase;
	margin-right: 5%;
	margin-left: 20%;
	font-size: 1em;
	color: #000;
	letter-spacing: 1px;
}

.menu_uk  {
	text-align: center;
	display: inline;
	text-transform: uppercase;
	margin-right: 5%;
	margin-left: 20%;
	font-size: 1em;
	color: #000;
	letter-spacing: 1px;
}

.menu a {
	text-decoration: none;
	color: #000;
}

nav {
	width: 100%;
	background-color: #fff;
}

nav a {
	display: inline-block;
	text-decoration: none;
}

nav > ul > li {
	position: relative;
}

nav li {
	list-style-type: none;
	display: inline;
}

nav > li {
	list-style-type: none;
	display: inline;
}

nav > ul {
	margin: 0;
	padding: 0;
}

nav > ul > li {
	position: relative;
}

nav > ul > li > a {
	color: #000;
	padding: 5px 20px;
}

nav > ul::after {
	content: "";
	display: block;
	clear: both;
}

.header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #fff;
}

.lien_menu:link {
    color: #000;
}

.lien_menu:visited {
    color: #000;
}

.lien_menu:hover {
	color: #b99877;
}

.lien_menu:active {
    color: #b99877;
}

.ban, .ban1 {
	width: 100%;
	max-width: 100%;
	position: relative;
}

.ban1 {
	margin-top: -1%;
}

.ban img {
	width: 100%;
	max-width: 100%;
}

.banner {
	width: 100%;
	max-width: 100%;
}

.carre {
	float: left;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #f2f1f1;
	width: 270px;
	height: 270px;
	margin: 8px;

}

.logo_client1 {
	margin-top: 42%;
}

.logo_client2 {
	margin-top: 20%;
}

.logo_client3 {
	margin-top: 40%;
}

.langue {
	float: right;
	padding-right: 40px;
}

/* -----------------------------------------------------------------------
   Minimal layout primitives (replaces Bootstrap 3 grid + utilities).
   Matches Bootstrap 3's breakpoint values and class names so the existing
   markup (col-md-6, col-xs-12, etc.) works unchanged.
   ----------------------------------------------------------------------- */

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

.container,
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/* `.container-fluid` keeps padding: 0 from the earlier rule above. */
.container {
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/*
 * Mobile-first default: every col-* starts at 100% width.
 * The targeted .col-md-6 etc. rules below must have the SAME specificity
 * as this base rule so they can override it (an earlier version used
 * `.row > [class*="col-"]` here, which had higher specificity and silently
 * defeated the responsive rules, leaving everything stacked on desktop).
 */
[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"] {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

/* xs: always-on (no media query) */
.col-xs-6  { width: 50%; }

/* sm: >= 768px */
@media (min-width: 768px) {
	.col-sm-6 { width: 50%; }
}

/* md: >= 992px */
@media (min-width: 992px) {
	.col-md-6 { width: 50%; }
}

/* lg: >= 1200px */
@media (min-width: 1200px) {
	.col-lg-6 { width: 50%; }
}

/* -----------------------------------------------------------------------
   Helius grid — generic wrapper for the team and brand listings.

   Replaces the old "<br /> after the 4th item" trick that the 2018 static
   site used to break rows. Uses repeat(auto-fit, <fixed-width>) so the
   number of columns is implicitly capped by the container's max-width:
   wide viewports get the design max (4 team / 2 brand per row), narrower
   viewports wrap progressively.

   Section width is exposed as the `--grid-max` custom property so the
   theme (or a future Customizer setting) can tweak the wrap point
   without rewriting the CSS. PHP filters `helius_team_grid_max` and
   `helius_brand_grid_max` set the defaults.
   ----------------------------------------------------------------------- */

.helius-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	max-width: var(--grid-max, 100%);
}

/* Flexbox over CSS Grid here on purpose: Grid's repeat(auto-fit, ...) leaves
   incomplete last rows left-aligned (3 of 4 cells sit at the start), which
   read as broken. Flex + justify-content: center centers each wrapped line
   independently, so 7 team members render as 4 centered + 3 centered. */

/* Team: 209x211 cards; cap container at 950px so wide viewports show
   4 per row (4 * 209 + 3 * 16 gap fits in 884, well under 950). */
.helius-grid--team {
	--grid-max: 950px;
}

/* Brand: 400x400 panels; cap container at 880px so 2 fit per row. */
.helius-grid--brand {
	--grid-max: 880px;
}

/* Strip layout: single row of brands, each card shows logo on top + product
   image below. Cap container wider since cards are narrower per brand. */
.helius-grid--brand-strip {
	--grid-max: 1200px;
}

/* Zero out the legacy per-item margins inside the grid (gap handles spacing). */
.helius-grid > .divimg,
.helius-grid > [class^="survol_"] {
	margin: 0;
}

/* -----------------------------------------------------------------------
   Brand tiles (current 2x2 layout, with hover swap).
   ----------------------------------------------------------------------- */

.brand-tile {
	width: 400px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background-image 0s;
}
.brand-tile:hover {
	background-image: var(--brand-product) !important;
}

/* -----------------------------------------------------------------------
   Brand strip (horizontal row, logo on top, product image below).
   No hover swap because both images are always visible.
   ----------------------------------------------------------------------- */

.brand-strip-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
	gap: 12px;
}
/* Logo and product image share the same box so they sit visually balanced.
   object-fit: contain preserves aspect ratio (wide logo, tall bottle) without
   cropping; either may have whitespace inside its slot. */
.brand-strip-card .brand-strip-logo,
.brand-strip-card .brand-strip-product {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

/* -----------------------------------------------------------------------
   Press cards (publication logo + quote + date + link).
   ----------------------------------------------------------------------- */

.helius-grid--press {
	--grid-max: 1150px;
}

.press-card {
	width: 280px;
	padding: 24px;
	box-sizing: border-box;
	background: #fafafa;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.press-card .press-logo {
	width: 100%;
	height: 60px;
	object-fit: contain;
}
.press-card .press-quote {
	font-style: italic;
	font-size: 0.95em;
	color: #333;
	flex: 1;
}
.press-card .press-meta {
	font-size: 0.85em;
	color: #b99877;
}
.press-card .press-meta a {
	color: inherit;
	text-decoration: underline;
}

/* -----------------------------------------------------------------------
   Award cards (badge + name + year + giving body).
   ----------------------------------------------------------------------- */

.helius-grid--award {
	--grid-max: 1150px;
}

.award-card {
	width: 220px;
	padding: 16px;
	box-sizing: border-box;
	text-align: center;
}
.award-card .award-badge {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin: 0 auto 12px;
	display: block;
}
.award-card .award-name {
	color: #b99877;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 4px;
}
.award-card .award-year {
	font-size: 1.2em;
	margin-bottom: 4px;
}
.award-card .award-body {
	font-size: 0.85em;
	color: #666;
}
