 
/* STRUCTURE ET ELEMENTS COMMUNS DU BE */


/* Initialisation des composants */
* {
	margin: 0;
	padding: 0;
	line-height: inherit;
	box-sizing: border-box;
}

strong {
	font-weight: 600;
}

span i {
	display: flex;
}

/* Désactivation du border audio click sur legend champ */
input, select, option {
	outline: none;
	appearance: none;
}

ul {
	list-style: none;
}

select {
	background: url(/img/icons/angle-bas.png) no-repeat 97% center;
	transition: transform 0.3s ease;
}

select.open {
	background: url(/img/icons/angle-haut.png) no-repeat 97% center;
	background-size: 8%;
}

h1 {
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

h3 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

h5 {
	font-size: 14px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.texte1Gras {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.texte1Small {
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

 body {
 	font-size: 16px;
 	font-family: 'Inter', sans-serif;
	 margin: 0;
	 padding: 0;
 }

/*body.modal-open {
	overflow: hidden;
}
*/
 html {
	scroll-behavior: auto;
 }

 .w-100{
	 width : 100%;
 }

/*Utils */

/* breadcrumb */

.wrap-breadcrumb-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.wrap-breadcrumb-title nav ul.breadcrumb-room {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	list-style: none;
}

ul.breadcrumb-room li:last-child a {
	text-decoration: none;
}

nav[aria-label="breadcrumb-room"] ul li {
	display: inline;
}

li.breadcrumb-item span.disabled {
	color: var(--Colors-BE-GRIS-D, #BFBFBF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* Ajouter le séparateur "/" après chaque élément sauf le dernier */
nav[aria-label="breadcrumb-room"] ul li:not(:last-child)::after {
	content: " / ";
	padding: 0 5px;
	color: inherit;
}

.wrap-breadcrumb-title nav ul.breadcrumb-room li a, .wrap-breadcrumb-title nav ul.breadcrumb-room li {
	display: flex;
	color: var(--Colors-BE-NOIR, #000);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}


.bold-txt {
	color: var(--color-black);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.divider {
	width: 100%;
	height: 1px;
	background: var(--color-black);
}

.divider-light {
	width: 100%;
	height: 0.5px;
	background: var(--color-black-lighter);
}

.button-primary-base {
	padding: 10px 50px;
	text-align: center;
	border-radius: 5px;
	background: var(--MAIN-COLOR);
	color: var(--color-white);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: .2s ease-in-out;
}
/* Disparition */
.d-none {
	display: none;
}

#loader {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 120px;
}

#overlay, #overlayUpsell {
	display: none;
	background: rgba(0, 0, 0, 0.25);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

#overlay.active, #overlayUpsell.active {
	display: block;
	left: 0
}


.separator-header {
	background: var(--Separator, #E5E5E5);
	height: 1px;
}

/* Emoji */
.emoji-succes {
	font-size: 18px;
	top: -3px;
	position: relative;
}

/* Home page provisoire, à supprimer quand content livre */
.home-page-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 40px;
	height: 100vh;
}

.wrap-bloc-home-link {
	border-radius: 6px;
	margin: 20px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 40px;
	background: var(--MAIN-COLOR-LIGHT, #E6EAFA);
	width: 80%;
}

.bloc-home-link {

	display: flex;
	justify-content: space-between;
}

.home-page-link h1 {
	font-size: 30px;
	font-weight: bold;
}

.bloc-home-link-act a {
	display: flex;
	width: 150px;
	justify-content: center;
	padding: 10px;
	background: var(--MAIN-COLOR, #3951AC);
	text-decoration: none;
	margin: 20px 0;
	border-radius: 6px;
	color: #fff;
}

.bloc-home-link h2 {
	margin: 20px auto;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: bold;
	font-size: 20px;
}

.bloc-home-link p a {
	display: flex;
	width: 150px;
	justify-content: center;
	padding: 10px;
	background: var(--MAIN-COLOR, #3951AC);
	text-decoration: none;
	margin: 20px 0;
	border-radius: 6px;
	color: #fff;
}

/* Bloc Page Common */
section.main-content {
	display: flex;
	padding: 24px 48px 200px 48px;
	flex-direction: column;
	align-items: center;
	max-width: 1500px;
	justify-content: center;
	gap: 24px;
	margin: 0 auto;
}

.wrap-tarif-detail .separator-barre-rate {
	width: 0;
	height: 1px;
	background-color: #ddd;
	margin: 1em 0;
}

.separator-barre {
	background: var(--Separator, #E5E5E5);
	height: 1px;
	align-self: stretch;
}

/* Lien de retour en haut de page */

.bloc-returnToTop {
	display: none;
}

.justForDesktop {
	display: block;
}

.container .justForMobile {
	display: none;
}

.justForIpad {
	display: none;
}

/* MEDIA QUERIES */

@media (min-width: 1025px) and (max-width: 1400px) {

	section.main-content {
		padding: 20px 40px 200px 40px;
	}

}

@media (min-width: 769px) and (max-width: 1200px) {

	.home-page-link {
		margin: 20px;
	}

	.bloc-home-link-heb, .bloc-home-link-act {
		flex: 0 0 calc(25% - 20px);
	}

	.wrap-bloc-home-link {
		width: 100%;
	}

	section.main-content {
		padding: 20px 40px 150px 40px;
		gap: 24px;
	}
	.header-top-title.justForDesktop {
		display: block;
	}

	.justForDesktop {
		display: none;
	}

	.justForIpad {
		display: block;
	}

	/* Variables globales */
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

}

@media (max-width: 768px) {

	.wrap-breadcrumb-title nav ul.breadcrumb-room {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		row-gap: 5px;
	}

	.wrap-breadcrumb-title nav ul.breadcrumb-room li a, .wrap-breadcrumb-title nav ul.breadcrumb-room li {
		font-size: 12px;
		text-underline-offset: 2px;
	}

	/* Variables globales */
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	.texte1Gras {
		font-size: 12px;
	}

	.texte1Small {
		font-size: 10px;
	}



	/* Lien de retour en haut de page */

	.container .justForMobile {
		display: block;
	}

	.justForDesktop {
		display: none;
	}

	.bloc-returnToTop {
		display: flex;
		padding: 10px;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	a#returnToTop {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: var(--MAIN-COLOR);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-decoration-line: underline;
		text-decoration: none;
	}

	body {
		padding-bottom: 100px;
	}

	section.main-content.main-content-cart {
		padding: 0 10px;
	}

	section.main-content {
		padding: 0 20px 150px 20px;
		width: 100%;
		gap: 16px;
	}

	.bloc-home-link, .home-page-link {
		margin: 10px;
	}

	.bloc-home-link {
		flex-direction: column;
	}

	.bloc-home-link p a {
		padding: 5px;
	}
}