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

.clear {
	clear: both;
}


/*** Notifications Homepage ***/
.card-div-top {
	height: 3rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
	
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-div-top > i {
    font-size: 1.5rem;
}
.card-div-top .jenestpas {
    /*margin-top: -0.35rem;*/
}
/*** Notifications Homepage - Fin ***/

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

/*** Filtres ***/
.filter_actif {
	background-color: #fff3cd;
}
/*** Filtres - 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;
}
.validation_icon {
    padding: 0 0.35rem;
    color: white;
    border-radius: 50%;
    margin-left: 0.2rem;
    font-size: 0.9rem;
}
/*** Navbar - Fin ***/

/*** Largeur en % - Besoins ***/
.wp-5 {
    width: 5%;
}
.wp-6 {
    width: 6%;
}
.wp-7 {
    width: 7%;
}
.wp-8 {
    width: 8%;
}
.wp-9 {
    width: 9%;
}
.wp-10 {
    width: 10%;
}
.wp-11 {
    width: 11%;
}
.wp-12 {
    width: 12%;
}
.wp-13 {
    width: 13%;
}
.wp-14 {
    width: 14%;
}
.wp-15 {
    width: 15%;
}
.wp-16 {
    width: 16%;
}
.wp-17 {
    width: 17%;
}
.wp-18 {
    width: 18%;
}
.wp-19 {
    width: 19%;
}
.wp-20 {
    width: 20%;
}
@media (max-width: 915px) {

	.wp-5,
	.wp-6,
	.wp-7,
	.wp-8,
	.wp-9,
	.wp-10,
	.wp-11,
	.wp-12,
	.wp-13,
	.wp-14,
	.wp-15,
	.wp-16,
	.wp-17,
	.wp-18,
	.wp-19,
	.wp-20 {
		width: inherit;
	}
	
}
/*** Largeur en % - Fin ***/

/*** accordion ***/
.accordion-item-amont button.accordion-button,
.accordion-item-post button.accordion-button {
    background-color: seashell;
}
.accordion-item-amont .updown span.spinner-border,
.accordion-item-day .updown span.spinner-border,
.accordion-item-post .updown span.spinner-border {
    margin: 0.25rem 0rem !important;
}
/*** accordion - Fin ***/

/*** Ajout des fichiers ***/
html body#body .textarea_comment {
    width: 20rem;
    min-height: 5rem;
}
html body#body .textarea_comment ~ label {
    color: #b4c8da;
}
/*** Ajout des fichiers - Fin ***/

/*** Validation des fichiers ***/
html .object_edit {
    min-height: 70vh;
}
/*** Validation des fichiers - Fin ***/

/*** Modal PDF ***/
html body#body .modal-pdf .modal-content {
    max-height: 93vh;
}
html body#body .modal-pdf .modal-content object {
    height: 65vh;
}
/*** Modal PDF - 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;
}
.edit_stagiaire td {
	background: white;
	box-shadow: none;
}
/*** 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 {
	
}
