.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: 26px;
	text-transform: uppercase;
	color: rgb(var(--theme_couleur_gris_moyen));
	padding: 0px;
	text-align: center;
	font-weight: bold;
	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-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: 26px;
	text-transform: uppercase;
	color: rgb(var(--theme_couleur_gris_moyen));
	padding: 0px;
	text-align: center;
	font-weight: bold;
	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-property: color;
	transition-duration: 0.2s;
	transition-timing-function: 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;
}