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

.clear {
	clear: both;
}

.copyzone {
	background: url("../images/bg-fff3cd.jpg") repeat;
}

/*** TousUtile ***/
h2 i.hover {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
h2:hover i.hover {
    opacity: 1;
}
.edit_tache {
    bottom: 0.2rem;
    right: 0.2rem;
}
#countdown_div {
    position: absolute;
    top: 1rem;
    border-radius: 0.3rem;
    border: solid 1px grey;
    padding: 0.3rem;
    text-align: center;
}
#countdown_div span {
    
}
#countdown {
    font-size: 2rem;
}

@media (max-width: 915px) {

    #countdown_div {
        position: relative;
        margin-bottom: 2rem;
    }
    #countdown_div span {

    }
    #countdown {
        display: inline;
    }

}

/*** Arrière-plan ***/
html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000; /* Couleur de fond de secours */
    position: relative;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Cette fois-ci, on couvre tout le document */
    background-image: url('../images/background.jpg');
    background-size: 25rem;
    background-position: top;
    background-repeat: repeat;
    /*filter: blur(5px); /* Appliquer un filtre de flou */
    opacity: 0.03; /* Réduire l'opacité de l'image */
    z-index: -1; /* Place l'image derrière le contenu */
    
    box-shadow: inset 0rem -1rem 1rem #efefef;
}

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

/*** Filtres ***/
.filter_actif {
	background-color: #fff3cd;
}
/*** Filtres - Fin ***/

/*** QR Code et Images ***/
.qrcode_white2grey {
    filter: brightness(0.94);
}
.image_white2grey {
    filter: brightness(0.975);
}
.legend-qrcode {
    margin-top: -1rem;
    position: relative;
}

.qrcode_white2grey {
  display: inline-block; /* Permettre les transformations */
  animation: shake 10s ease-in-out 0s infinite; /* Animation toutes les 10 secondes, mais avec un délai */
}

@keyframes shake {
  0%, 96% { transform: rotate(0deg); } /* Pas de mouvement au début et à la fin */
  96.5% { transform: rotate(5deg); }
  97% { transform: rotate(0deg); }
  97.5% { transform: rotate(-5deg); }
  98% { transform: rotate(0deg); }
  98.5% { transform: rotate(5deg); }
  99% { transform: rotate(0deg); }
  99.5% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

/*** QR Code et Images - 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 ***/

/*** Input ***/
.input_child:disabled {
	
}
.changemails_submit,
.changemails_save,
input.inputeditablemail {
    display: none;
}
input.inputeditablemail[name] {
    display: inline-block;
}
.changemails_pen {
    
}
/*** Input - Fin ***/

/*** Commentaires ***/
.card-commentaires em {
    top: 0;
    right: 0.4rem;
    font-size: 0.7rem;
    color: #979797;
}
.btn-commentaires {
    position: fixed;
    left: 0.5rem;
    bottom: 0.5rem;
	transition: all 0.2s ease-in-out 0s;
}
.btn-commentaires:hover {
	transform: scale(1.1);
}
.modal-commentaires .modal-body {
	background: #ebebeb;
}
/*** Commentaires - Fin ***/

/*** Émargement ***/
.dayemarg {
    border: solid 1px #8080802e;
    border-radius: 0rem 0rem 0.3rem 0.3rem;
    /*background: #4e342e3d;*/
    margin: 0 0.25rem;
    display: inline-block;
    background: rgb(78,52,46);
    background: -moz-linear-gradient(180deg, rgba(78,52,46,0) 52%, rgba(78,52,46,0.3) 100%);
    background: -webkit-linear-gradient(180deg, rgba(78,52,46,0) 52%, rgba(78,52,46,0.3) 100%);
    background: linear-gradient(180deg, rgba(78,52,46,0) 52%, rgba(78,52,46,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e342e",endColorstr="#4e342e",GradientType=1);
}
.dayemarg i.fa-user-slash {
    margin-top: 0.69rem;
    transform: translateY(-0.3rem);
}
/*** Émargement - Fin ***/

/*** Calendrier - Spécifique ***/
body.cleanCalendar {
    overflow-x: hidden !important;
}
body.cleanCalendar > .container {
    padding: 0;
    margin: 0 !important;
}
body.cleanCalendar .top-section {
    display: none;
}
/*** Calendrier - 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 ***/

/*** Needs - Besoins ***/
.col_details_need {
	margin-bottom: 0.5rem;
}
.details_need {
    border: solid #e7e7e7 1px;
    border-radius: 0.3rem;
    overflow: hidden;
}
.details_need > * {
	background: #ffffff69;
    padding: 0 0.5rem;
	margin: 0;
}
.details_need > h2{
	background: #ffffff;
    font-size: initial;
}
/*** Needs - Besoins - Fin ***/

/*** Séquences ***/
.zone_sequence {
    position: relative;
    margin-left: calc(-1 * var(--bs-gutter-x));
    padding-left: calc(1 * var(--bs-gutter-x));
	background: #2595ff0d;
    border: solid 1px #ced4da;
    border-top: none;
	
	display: none;
}
.zone_sequence.open {
	display: flex;
}
.zone_sequence .btn-close {
    position: absolute;
    right: 0rem;
    top: -1.5rem;
    background-color: #dc3545;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z'/%3E%3C/svg%3E") center/1em auto no-repeat;
}
.view_sequence {
    margin-left: calc(-1 * var(--bs-gutter-x));
    padding-left: calc(1 * var(--bs-gutter-x));
    border: solid 1px #ced4da;
}
.view_sequence > div {
	border-right: solid 1px #ced4da;
	padding: 0.15rem 0.5rem;
    box-sizing: content-box;
	display: flex;
    align-items: center;
    color: #063e90;
	font-size: 0.8rem;
    min-height: 1.8rem;
}
.view_sequence > div:last-child {
	border-right: none;
}
.title_sequence > div {
    box-sizing: content-box;
}
.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: #0d6efd;
    width: calc( 100% + 2rem );
    height: auto;
    background: white;
    opacity: 1;
    top: 0.5rem;
    padding: 0.1rem 0.5rem;
}
/*** Séquences - 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-item.item-entete .accordion-header .accordion-button {
    background: #ffc1077d;
}*/
.accordion-item.item-entete .accordion-header .accordion-button.collapsed {
    background: #ffc1073b;
    font-weight: bold;
}
.note_generale {
    transform: scale(1.5);
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
    margin-bottom: -1px;
    margin-top: -1px;
    background: #f7f7f7;
    border-radius: 0.3rem;
    padding: 0 0.2rem;
}
/*** accordion - 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 ***/

/*** Autres ***/
.top-gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#efefef",GradientType=1);
}
.margin-bottom-25vh {
    margin-bottom: 25vh;
}
/*** Autres - 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 {
    navbar,
    .btn,
    button,
    .btn-commentaires,
    #btn-back-to-top,
    button[type="submit"],
    input[type="submit"] {
        display: none;
    }
}
