/* ===============================================
// ###############################################
// ### OLLOWEB - CSS BAS #########################
// ###############################################
// ===============================================
// ### HISTORIQUE DE VERSION #####################
// ===============================================
// 25/03/2024 : Correction
// 03/10/2023 : Ajout d'un -moz-user-select: none; sur les boutons préférences et crédits
// 22/06/2023 : Correction du white-space: nowrap; pour le bouton spécial
// 06/02/2023 : Création du css
// ===============================================
// ###############################################
// ===============================================
*/
.bas {
	display: block;
	float: none;
	position: relative;
}
/*
// ===============================================
// ### BAS AVANTAGE ###############################
// ===============================================
*/
.bas-avantages {
	display: block;
	position: relative;
	float: none;
}
.bas-avantages-cadre {
	display: flex;
	position: relative;
	float: none;
	background-color: #ebebeb;
}
.bas-avantages-cadre div {
	display: flex;
	position: relative;
	float: none;
	font-size: 19px;
	flex-grow: 1;
	width: 33.33333333%;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition: font-size var(--theme_transition);
	text-align: center;
}
@media screen and (max-width: 1366px){
	.bas-avantages-cadre div {
		font-size: 18px;
	}
}
@media screen and (max-width: 1280px){
	.bas-avantages-cadre div {
		font-size: 17px;
	}
}

@media screen and (max-width: 1024px){
	.bas-avantages-cadre div {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
	.bas-avantages-cadre div {
		font-size: 15px;
	}
}
@media screen and (max-width: 580px){
	.bas-avantages-cadre div {
		font-size: 14px;
	}
}
@media screen and (max-width: 360px){
	.bas-avantages-cadre div {
		font-size: 13px;
	}
}
.bas-avantages-cadre div:nth-of-type(2) {
	background-color: #c2c2c2;
}
.bas-avantages-cadre div:nth-of-type(3) {
	background-color: #707070;
	color: rgb(var(--theme_couleur_blanc));
}
/*
// ===============================================
// ### BAS SITE ##################################
// ===============================================
*/
.bas-plan {
	display: block;
	background-color: rgba(var(--theme_couleur_noir), 0.85);
	float: none;
	position: relative;
}
.bas-plan-liste {
	display: flex;
	margin: 0px;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	position: relative;
	flex-wrap: wrap;
	transition: padding var(--theme_transition);
	justify-content: center;
}
.bas-plan-liste:last-of-type {
	border-top: 2px solid rgb(var(--theme_couleur_gris_moyen_fonce));
}
.bas-plan-item, .bas-plan-item-liste {
	display: flex;
	float: none;
	position: relative;
	max-width: 33.33333333%;
	width: 100%;
	flex-grow: 1;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	transition: max-width var(--theme_transition);
	justify-content: center;
}
@media screen and (max-width: 580px) {
	.bas-plan-item, .bas-plan-item-liste {
		max-width: 50%;
	}
}
@media screen and (max-width: 580px) {
	.bas-plan-item:last-of-type, .bas-plan-item-liste:last-of-type {
		max-width: 100%;
	}
}
@media screen and (max-width: 360px) {
	.bas-plan-item, .bas-plan-item-liste {
		max-width: 100%;
		justify-content: flex-start;
	}
}
.bas-plan-item-cadre, .bas-plan-item-cadre-liste {
	display: block;
	float: none;
	position: relative;
}
.bas-plan-titre {
	display: flex;
	float: none;
	position: relative;
	align-items: flex-end;
}
.bas-plan-titre div {
	display: flex;
	float: none;
	position: relative;
	align-items: flex-end;
}
.bas-plan-titre div:first-of-type {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(var(--theme_couleur_1));
	padding-bottom: 3px;
}
.bas img {
	height: inherit;
}
.bas-plan-titre div:last-of-type {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 18px;
	padding-top: 10px;
}
.bas-plan-item ul {
	display: block;
	margin: 0px;
	float: none;
	list-style-type: none;
	position: relative;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bas-plan-item ul li {
	font-size: 15px;
	font-weight: 300;
	color: #FFF;
	line-height: 1.4em;
	transition: font-size var(--theme_transition);
}
@media screen and (max-width: 768px) {
	.bas-plan-item ul li {
		font-size: 14px;
	}
}
@media screen and (max-width: 580px) {
	.bas-plan-item ul li {
		font-size: 13px;
	}
}
@media screen and (max-width: 360px) {
	.bas-plan-item ul li {
		font-size: 12px;
	}
}
.bas-plan-item ul li a {
	color: #FFF;
	text-decoration: none;
}
.bas-plan-item ul li a:hover {
	color: rgb(var(--theme_couleur_1));
}
.bas-plan-sliste {
	display: block;
	position: relative;
	float: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.bas-plan-sitem {
	display: block;
	position: relative;
	float: none;
	padding-top: 14px;
}
.bas-plan-sitem strong {
	font-size: 16px;
	font-weight: 500;
	color: rgb(var(--theme_couleur_blanc));
}
.bas-plan-sitem ul {
	display: block;
	position: relative;
	float: none;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style-type: none;
}
.bas-plan-sitem ul li {
	display: block;
	position: relative;
	float: none;
	line-height: 1.4em;
}
.bas-plan-sitem ul li a {
	display: flex;
	position: relative;
	float: none;
	font-size: 15px;
	font-weight: 300;
	color: rgb(var(--theme_couleur_blanc));
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	cursor: pointer;
	align-items: center;
	padding-right: 3px;

}
.bas-plan-sitem ul li a:hover {
	color: rgb(var(--theme_couleur_1));

}
.bas-plan-sitem ul li a span:first-of-type {
	display: block;
	position: relative;
	float: none;
	width: 6px;
	height: 10px;
	background-image: url("../../graphisme/fleche-bas.svg");
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 6px;
	transition: margin 0.2s ease-in-out;
}
.bas-plan-sitem ul li a:hover>span:first-of-type {
	margin-right: 0px;
	margin-left: 6px;
}
.bas-plan-sitem ul li a span:last-of-type {
	display: block;
	position: relative;
	float: none;
	padding-right: 3px;
	padding-left: 0px;
	transition: padding 0.2s ease-in-out;
}
.bas-plan-sitem ul li a:hover>span:last-of-type {
	padding-right: 0px;
	padding-left: 3px;
}
/*
// ===============================================
// ### BAS SITE : ESPACE COPYRIGHT ###############
// ===============================================
*/
.bas-copy{
	display: block;
	position: relative;
	float: none;
}
.bas-copyright {
	display: block;
	float: none;
	padding-top: 40px;
	padding-right: 65px;
	padding-bottom: 40px;
	padding-left: 65px;
	position: relative;
	transition: padding var(--theme_transition);
}
@media screen and (max-width: 1280px) {
	.bas-copyright {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.bas-copyright {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 580px) {
	.bas-copyright {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.bas-copyright ul {
	display: flex;
	margin: 0px;
	float: none;
	list-style-type: none;
	position: relative;
	padding: 0px;
}
@media screen and (max-width: 380px) {
	.bas-copyright ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
.bas-copyright ul li {
	font-size: 13px;
	display: block;
	float: none;
	position: relative;
	flex-grow: 1;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
@media screen and (max-width: 380px) {
	.bas-copyright ul li {
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		display: inline-block;
		flex-grow: 0;
	}
}
.bas-copyright ul li:first-of-type {
	flex-grow: 10000;
}
@media screen and (max-width: 380px) {
	.bas-copyright ul li:first-of-type {
		flex-grow: 0;
	}
}
.bas-copyright ul li div {
	color: var(--theme_bouton_1_couleur_contenu);
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	position: relative;
	border-radius: 20px;
	transition : box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
	background-color: rgba(var(--theme_bouton_2_couleur_fond),0.0);

}
.bas-copyright ul li div:hover {
	box-shadow: 0px 0px 0px 6px rgba(var(--theme_bouton_2_couleur_fond_survol),0.2);
	background-color: rgba(var(--theme_bouton_2_couleur_fond_survol),0.2);
}
/*
// ===============================================
// ### BAS SITE : ESPACE CREDITS #################
// ===============================================
*/
.bas-credits {
	display: none;
	float: none;
	position: relative;
	background-color: rgb(var(--theme_couleur_noir));
}
.bas-credits-cadre {
	display: block;
	float: none;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	transition: padding var(--theme_transition);
}
@media screen and (max-width: 580px) {
	.bas-credits-cadre {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
.bas-credits-fermer {
	display: flex;
	float: none;
	height: 21px;
	width: 21px;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 20px;
	transition: box-shadow var(--theme_transition),background var(--theme_transition);
}
.bas-credits-fermer div:first-of-type {
	background-color: rgb(var(--theme_couleur_gris_moyen));
	display: block;
	float: none;
	height: 1px;
	width: 21px;
	position: absolute;
}
.bas-credits-fermer div {
	transform: rotate(45deg);
	transition: transform var(--theme_transition);
}
.bas-credits-fermer:hover {
	box-shadow: 0px 0px 0px 5px rgba(var(--theme_couleur_blanc),0.2);
	background-color: rgba(var(--theme_couleur_blanc),0.2);
}
.bas-credits-fermer div:last-of-type {
	background-color: rgb(var(--theme_couleur_gris_moyen));
	display: block;
	float: none;
	height: 21px;
	width: 1px;
	position: absolute;
}
.bas-credits-fermer:hover div {
	background-color: rgb(var(--theme_couleur_gris_clair));
	transform: rotate(225deg);
}
.bas-credits-resume {
	display: block;
	float: none;
	position: relative;
}
.bas-credits-resume h5 {
	font-size: 25px;
	text-transform: uppercase;
	color: rgb(var(--theme_couleur_gris_moyen));
	padding: 0px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	float: none;
	position: relative;
	width: 100%;
}
.bas-credits-resume p {
	font-weight: 400;
	font-size: 13px;
	color: rgb(var(--theme_couleur_gris_moyen));
	line-height: 1.5em;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.bas-credits-resume p a, .bas-credits-resume p strong {
	color: rgb(var(--theme_couleur_gris_clair));
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	font-weight: 400;
}
.bas-credits-resume p a:hover {
	color: rgb(var(--theme_couleur_blanc));
	text-decoration: none;
}
/*
// ===============================================
// ### BAS SITE : ESPACE PREFERENCE ##############
// ===============================================
*/
.bas-preferences {
	display: none;
	float: none;
	position: relative;
	background-color: rgb(var(--theme_couleur_noir));
}
.bas-preferences-cadre {
	display: block;
	float: none;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	transition: padding var(--theme_transition);
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width: 580px) {
	.bas-preferences-cadre {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
.bas-preferences-fermer {
	display: flex;
	float: none;
	height: 21px;
	width: 21px;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 20px;
	transition: box-shadow var(--theme_transition),background var(--theme_transition);
}
.bas-preferences-fermer div {
	transform: rotate(45deg);
	transition: transform var(--theme_transition);
}
.bas-preferences-fermer div:first-of-type {
	background-color: rgb(var(--theme_couleur_gris_moyen));
	display: block;
	float: none;
	height: 1px;
	width: 21px;
	position: absolute;
}
.bas-preferences-fermer div:last-of-type {
	background-color: rgb(var(--theme_couleur_gris_moyen));
	display: block;
	float: none;
	height: 21px;
	width: 1px;
	position: absolute;
}
.bas-preferences-fermer:hover {
	box-shadow: 0px 0px 0px 5px rgba(var(--theme_couleur_blanc),0.2);
	background-color: rgba(var(--theme_couleur_blanc),0.2);
}
.bas-preferences-fermer:hover div {
	background-color: rgb(var(--theme_couleur_gris_clair));
	transform: rotate(225deg);
}
.bas-preferences-resume {
	display: block;
	float: none;
	position: relative;
}
.bas-preferences-resume h5 {
	font-size: 24px;
	text-transform: uppercase;
	color: rgb(var(--theme_couleur_gris_moyen));
	padding: 0px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	margin: 0px;
	float: none;
	position: relative;
	width: 100%;
}
.bas-preferences-resume p {
	font-weight: 400;
	font-size: 13px;
	color: rgb(var(--theme_couleur_gris_moyen));
	line-height: 1.5em;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.bas-preferences-resume p a, .bas-preferences-resume p span {
	color: rgb(var(--theme_couleur_gris_moyen));
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}
.bas-preferences-resume p a:hover {
	color: rgb(var(--theme_couleur_gris_clair));
	text-decoration: none;
}
.bas-preferences-resume ul {
	display: flex;
	float: none;
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	flex-wrap: wrap;
}
.bas-preferences-resume ul li {
	display: block;
	float: none;
	position: relative;
	flex-grow: 1;
	width: 280px;
	max-width: 280px;
	text-align: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bas-preferences-resume ul li h6 {
	font-size: 13px;
	color: rgb(var(--theme_couleur_gris_clair));
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
.bas-preferences-resume ul li p {
	font-size: 13px;
	color: rgb(var(--theme_couleur_gris_moyen));
	font-weight: 400;
	padding-right: 0px;
	padding-left: 0px;
}
.bas-preferences-script {
	background-color: rgb(var(--theme_couleur_gris_moyen_fonce));
	display: inline-block;
	padding: 2px;
	float: none;
	height: 18px;
	width: 35px;
	position: relative;
	border-radius: 18px;
	cursor: pointer;
}
.bas-preferences-script:hover> div {
	background-color: rgb(var(--theme_couleur_blanc));
}
.bas-preferences-script div {
	background-color: rgb(var(--theme_couleur_gris_clair));
	display: block;
	float: none;
	height: 14px;
	width: 14px;
	position: absolute;
	border-radius: 15px;
	left: 2px;
}
/*
// ===============================================
// ### BAS SITE : BOUTON RETOUR ##################
// ===============================================
*/
.bas-retour {
	display: none;
	position: fixed;
	float: none;
	right: 20px;
	bottom: 140px;
	z-index: 100;
}
.bas-retour-bouton {
	display: flex;
	position: relative;
	float: none;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	cursor: pointer;
	transition: box-shadow var(--theme_transition);
}
.bas-retour-bouton-bas {
	background-color: rgb(var(--theme_bouton_2_couleur_fond));
	border: 1px solid rgb(var(--theme_bouton_2_couleur_contour));
	border-radius: var(--theme_bouton_2_arrondi);
}
.bas-retour-bouton-haut {
	background-color: rgb(var(--theme_bouton_1_couleur_fond));
	border: 1px solid rgb(var(--theme_bouton_1_couleur_contour));
	border-radius: var(--theme_bouton_1_arrondi);
}
.bas-retour-bouton:hover {
	background-color: rgb(var(--theme_bouton_1_couleur_fond_survol));
	border: 1px solid rgb(var(--theme_bouton_1_couleur_contour_survol));
	box-shadow: 0px 0px 0px var(--theme_bouton_2_halo) rgba(var(--theme_bouton_2_couleur_fond_survol),0.2);
}
.bas-retour-bouton svg {
	display: block;
	position: relative;
	float: none;
	width: 22px;
	height: auto;
	max-width: 18px;
	padding-bottom: 2px;
}
.bas-retour-bouton-bas svg .pictogramme {
	fill: rgb(var(--theme_bouton_2_couleur_contenu));
}
.bas-retour-bouton-haut svg .pictogramme {
	fill: rgb(var(--theme_bouton_1_couleur_contenu));
}
.bas-retour-bouton-bas:hover svg .pictogramme {
	fill: rgb(var(--theme_bouton_2_couleur_contenu_survol));
}
.bas-retour-bouton-haut:hover svg .pictogramme {
	fill: rgb(var(--theme_bouton_1_couleur_contenu_survol));
}