@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.clear {
	clear: both;
}

/*** Début Bouton Scroll Top ***/
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
    min-width: 50px;
    z-index: 9999;
	display: none;
}
#btn-back-to-top:hover {
	animation-name: btnbacktotop;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes btnbacktotop {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}
/*** Bouton Scroll Top - Fin ***/

/*** Sticky Element ***/
.sticky_scroll {
	position: fixed;
    top: 5rem;
    left: 5rem;
    z-index: 9;
}
/*** Sticky Element - Fin ***/

/*** Navbar ***/
.qrcode_white2grey {
    filter: brightness(0.94);
}
/*** Sticky Element - Fin ***/

/*** Navbar ***/
.navbar .navbar-brand {
    display: flex;
}
.navbar .navbar-brand img {
    height: 2rem;
}
.navbar .navbar-brand span {
	line-height: 2rem;
}
.navbar .nav-item.dropdown.active {
	background: #0000000d;
}
/*** Navbar - Fin ***/

/*** Table ***/
.labelCheck {
    position: relative;
}
.labelCheck label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.labelCheck label input {
	margin: 0;
}
.wikilink {
    color: black;
    text-decoration: none;
}
.wikilink:hover::before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f08e";
    margin-right: 0.4rem;
    font-size: 0.8rem;
}
table .dom {
	background: #FFFF99;
}
table .dompro {
	background: #FF99CC;
}
.inputfieldempty {
	background: #ff6161;
}
/*** Table - Fin ***/

/***** Présentation pour petits écrans *****/
@media (max-width: 1400px) {

	
}
/****  CSS pour les smartphones ****/ 
@media (max-width: 1100px) {
	

}
@media (max-width: 915px) {

	.createpartieSection {
		max-height: 30vh;
	}
	
}
/***** Fin PrésentationFormulaires SMARTPHONES****/

@media print {
	
}
