html {
	overflow-y: hidden;
}

body {
	font-family: 'Noto Sans Display', sans-serif;
	background-color: #EEEDE5 !important;
	color: #2F2728 !important;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 3%;
	margin-top: 3%;
}

.trait_article,
.trait_footer,
.trait_index {
	background-image: url("svg/tiret_vertical.svg");
	background-repeat: repeat-y;
	background-position-x: center;
	opacity: 0.7;
	/*border: 1px solid blue;*/
}

.trait_index {
	margin-top: 20px;
	padding: 100%;
}


.proposition,
.question {
	display: flex;
	justify-content: center;
	text-align: center;
	/*border: 1px solid goldenrod;*/
}

h1 {
	text-align: center;
	padding-top: 2vh !important;

	opacity: 0;
	animation: fadeIn 4s ease-in forwards;
}

.fondu2 {
	opacity: 0;
	animation: fadeIn 2s ease-in forwards;
}

.fondu7 {
	opacity: 0;
	animation: fadeIn 7s ease-in forwards;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

header button {
	background-color: rgb(0, 0, 0, 0);
	padding: 0;
	border: none;
	color: none;
	display: flex;
	justify-content: left;
	align-items: flex-start;
}

article,
aside {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

article p {
	text-align: justify;

	/* line-height: 1.4; */
	/*valeur d'interlignage*/
}


.pbq {
	display: flex;
	text-align: center;
	align-items: center;
}

/* b {
	white-space: nowrap; /* Empêche le texte en gras de passer à la ligne 
}  */

a {
	color: #2F2728 !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}

@media (min-width: 575.98px) {

	/*ordi seulement*/

	h1 {
		font-weight: 200 !important;
		font-style: italic;
		font-size: 1.2em !important;
	}

	nav li {
		font-weight: 600 !important;
		font-size: 0.9em !important;
	}

	article li {
		font-size: 1em;
		margin-top: 2%;
	}

	p,
	.pbq {
		font-weight: 600;
		font-size: 1.1em !important;
	}

	.ref {
		font-weight: medium !important;
		font-size: 0.8em !important;
	}


	footer .question {
		font-weight: 700 !important;
		font-size: 1.8em !important;
	}

	footer .proposition {
		font-weight: 600 !important;
		font-size: 1em !important;
	}

	.vs_avez_aime {
		font-weight: 700 !important;
		font-size: 1.2em !important;
	}

}

@media (max-width: 575.98px) {

	/*mobile seulement seulement*/

	h1 {
		font-weight: 200 !important;
		font-style: italic;
		font-size: 0.9em !important;
	}

	nav li {
		font-weight: 600 !important;
		font-size: 0.8em !important;
	}

	article li {
		font-size: 0.9em;
		margin-top: 1%;
	}

	p,
	.pbq {
		font-weight: 600;
		font-size: 0.9em !important;
	}

	.ref {
		font-weight: medium !important;
		font-size: 0.8em !important;
	}


	footer .question {
		font-weight: 700 !important;
		font-size: 1.5em !important;
	}

	footer .proposition {
		font-weight: 600 !important;
		font-size: 0.8em !important;
	}

	.vs_avez_aime {
		font-weight: 700 !important;
		font-size: 1em !important;
	}
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.page-transition {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.5s ease;
}

.page-transition.slide-up {
	transform: translateY(-100%);
}

.page-transition.slide-down {
	transform: translateY(100%);
}

.page-transition.slide-left {
	transform: translateX(100%);
}

.page-transition.slide-right {
	transform: translateX(-100%);
}

#pageContainer {
	overflow: auto;
	height: 100vh;
	scrollbar-color: #2F2728 #EEEDE5;

	position: fixed;
	bottom: 0;
	width: 100%;
}

.prop_link_left,
.prop_link_right,
.prop_link_centre {
	padding-left: 3% !important;
	padding-right: 3% !important;
}



/*_   _ ___ ____ _____ ___  ____  ___ ___  _   _ _____ 
 | | | |_ _/ ___|_   _/ _ \|  _ \|_ _/ _ \| | | | ____|
 | |_| || |\___ \ | || | | | |_) || | | | | | | |  _|  
 |  _  || | ___) || || |_| |  _ < | | |_| | |_| | |___ 
 |_| |_|___|____/ |_| \___/|_| \_\___\__\_\\___/|_____|*/


nav {
	position: absolute;
	top: 0.8vw;
	left: 1.2vw;
}


.dropdown-menu {
	--bs-dropdown-border-radius: 0rem !important;
	--bs-dropdown-border-color: #2F2728 !important;
	z-index: 100 !important;
}

.dropdown-menu.show {
	background-color: #EEEDE5;
	transform: translate(0px, 0px) !important;
	/*pour qu'il ne descende pas en dessous du bouton*/
}

.dropdown-item.liste {
	overflow-y: scroll;
	height: 50vh;
}

.dropdown-item:hover {
	background-color: #EEEDE5 !important;
}

#bouton_et_vs_avez_aime {
	display: flex;
	position: fixed;
}

.vs_avez_aime {
	/* border: 1px solid blue; */
	text-align: center;
	margin-top: 0.2vh;
	margin-left: 18px;
	margin-bottom: 3vh;

}

#bas_historique {
	/* position: relative; */
	background-color: #EEEDE5;
	width: 270px;
	/* top: 282px; */
	display: flex;
	justify-content: space-between;
	padding: 10px 15px 0px 30px;
	/*border: 1px dashed green;*/
}

.pourcentProgression {
	padding-left: 30px;
	font-size: small;
	font-weight: 600;
}

ul {
	padding-left: 50px;
}

*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #EEEDE5;
}

*::-webkit-scrollbar-thumb {
	background-color: #2F2728;
	border: 3px solid #2F2728;
}

nav a {
	text-decoration: none;
}

nav li:hover {
	text-decoration: underline;
}

.spinner-border {
	/*rond de chargement du PDF*/
	color: #2F2728;
}

@media (min-width: 575.98px) {

	/*ordi seulement*/

	nav,
	#buttonImage {
		height: 2vw;
		width: 2vw;
	}
}




/*____ ___  _   _ _____ _____ _   _ _____ _   _ ____         _    ____ _____ ___ ____ _     _____ 
  / ___/ _ \| \ | |_   _| ____| \ | | ____| | | |  _ \       / \  |  _ \_   _|_ _/ ___| |   | ____|
 | |  | | | |  \| | | | |  _| |  \| |  _| | | | | |_) |     / _ \ | |_) || |  | | |   | |   |  _|  
 | |__| |_| | |\  | | | | |___| |\  | |___| |_| |  _ <     / ___ \|  _ < | |  | | |___| |___| |___ 
  \____\___/|_| \_| |_| |_____|_| \_|_____|\___/|_| \_\___/_/   \_\_| \_\|_| |___\____|_____|_____|
                                                     |_____|                                       */


.trait_article {
	padding: 10%;
}

.trait_article.index {
	padding-top: 80%;
}

article .container {
	padding-top: 50px;
}

article .row>* {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.row p {
	padding: 3% !important;
	margin: auto;
}

@media (max-width: 575.98px) {

	/*mobile seulement*/

	.container {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.row p {
		padding: 6% !important;
	}
}

.conteneur_article_index {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 60%;
	padding-top: 4%;
	/*border: 3px solid grey;*/
}


/*____  _____ _____ ____  
 |  _ \| ____|  ___/ ___| 
 | |_) |  _| | |_  \___ \ 
 |  _ <| |___|  _|  ___) |
 |_| \_\_____|_|   |____/ */

.trait_ref {
	background-image: url("svg/tiret_horizontal.svg");
	background-repeat: repeat-x;
	background-position-y: center;
	/*opacity: 0.5;*/
}

.ref img {
	height: auto;
	width: 100%;
	border-bottom: 10px solid #EEEDE5;
	cursor: pointer;
}

.ref {
	display: flex;

	/*opacité et durée de fondu*/
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	justify-content: center;
	align-items: center;
	text-align: center;
}


.photo_ref {
	display: flex;
	flex-direction: column;
	/* border-left: 5vh solid #EEEDE5;
	border-right: 5vh solid #EEEDE5; */
	background-color: #EEEDE5;
	/*border: 1px solid firebrick;*/
}

.texte_ref {
	border-left: 1vw solid #EEEDE5;
	border-right: 1vw solid #EEEDE5;
	background-color: #EEEDE5 !important;
	display: flex;
	flex-direction: column;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popup img {
	max-width: 80%;
	max-height: 80%;
}

@media (min-width: 575.98px) {

	/*ordi seulement*/

	.ref {
		opacity: 0.02;
		background-image: url("svg/tiret_horizontal.svg");
		background-repeat: repeat-x;
		background-position-y: center;
	}

	.ref.droite {
		padding-left: 3vw !important;
	}

	.ref.gauche {
		padding-right: 3vw !important;
	}

}

@media (max-width: 575.98px) {

	/*mobile seulement*/

	.texte_ref,
	.photo_ref {
		padding-left: 6%;
		padding-right: 6%;
		padding-bottom: 6%;
	}
}


/* 
.----------------.  .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| |      __      | || |    _______   | || |     _____    | || |  ________    | || |  _________   | |
| |     /  \     | || |   /  ___  |  | || |    |_   _|   | || | |_   ___ `.  | || | |_   ___  |  | |
| |    / /\ \    | || |  |  (__ \_|  | || |      | |     | || |   | |   `. \ | || |   | |_  \_|  | |
| |   / ____ \   | || |   '.___`-.   | || |      | |     | || |   | |    | | | || |   |  _|  _   | |
| | _/ /    \ \_ | || |  |`\____) |  | || |     _| |_    | || |  _| |___.' / | || |  _| |___/ |  | |
| ||____|  |____|| || |  |_______.'  | || |    |_____|   | || | |________.'  | || | |_________|  | |
| |              | || |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  */


aside {
	border: 8px double #2F2728;
	background-color: #EEEDE5;
	position: fixed;
	text-align: center;

	padding-left: 4%;
	padding-right: 4%;
	padding-top: 7%;
	padding-bottom: 7%;


	width: 60%;
	height: 60%;
	left: 20%;
	right: 20%;
	top: 20%;
	bottom: 20%;

	display: none;
}

aside p {
	padding-top: 5%;
	padding-bottom: 5%;
}

aside button {
	background-color: #EEEDE5;
	font-weight: bolder;
}



/*  ____ ___  _   _ _____ _____ _   _ _____ _   _ ____      _____ ___   ___ _____ _____ ____  
  / ___/ _ \| \ | |_   _| ____| \ | | ____| | | |  _ \    |  ___/ _ \ / _ \_   _| ____|  _ \ 
 | |  | | | |  \| | | | |  _| |  \| |  _| | | | | |_) |   | |_ | | | | | | || | |  _| | |_) |
 | |__| |_| | |\  | | | | |___| |\  | |___| |_| |  _ <    |  _|| |_| | |_| || | | |___|  _ < 
  \____\___/|_| \_| |_| |_____|_| \_|_____|\___/|_| \_\___|_|   \___/ \___/ |_| |_____|_| \_\
                                                     |_____|                                 */



.question {
	padding-top: 5vh;
	padding-bottom: 2vh;


	grid-column: 1 / 6;
	/*border: 1px solid red;*/
}

footer a {
	display: flex;
	align-items: center;
}


.proposition:hover {
	text-decoration: underline;
}

@media (min-width: 575.98px) {

	/*ordi seulement*/

	.trait_footer {
		padding: 3%;
	}

	.haut {
		padding-top: 2%;
		padding-bottom: 7%;
	}

	.bas {
		padding-top: 7%;
		padding-bottom: 2%;
	}
}

@media (max-width: 575.98px) {

	/*mobile seulement*/

	.trait_footer {
		padding: 8%;
	}

	.proposition {
		padding: 5%;
	}
}