/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip2 .tooltiptext {
  visibility: hidden; 
  background-color: #46BBFF;
  color: white;
  text-align: center;
  padding-left: 5px 20px 5px 20px;
  border-radius: 6px;
  font-size:16px;
  font-weight:bold;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*pour l'input file de la page planning*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn_upl{
  border: 2px solid white;
  color: white;
  background-color: rgb(91,192,222);
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.datatables_filter_planning_repositionning{
    position: fixed;
	top:80px;
	left:70%;
	z-index:104;
}

.bouton_menu{
	width:200px;
	border-radius:5px;
	font-family:arial;
	font-size:20px;
	margin-left:10px;
	margin-bottom:15px;
	height:35px;
	color:white;
	border:none;
	box-shadow: 7px 5px 5px rgb(130,130,130);
	transition: all 1s ease-out;
}

.bouton_menu:hover,
.bouton_menu:focus {
  color: #333;
  background-color: #fff;
}

.fd_menu{
	box-shadow: 5px 5px 5px rgb(200,200,200);
}

.fd_menu:hover{
	transition: all .5s ease-out;
	transform: translateX(220px);
}
.text_main_menu{
	text-shadow: 0.3em 0.3em 0.3em rgba(0,0,0,0.5);
}
.text_main_menu:hover,
.text_main_menu:focus{
  text-shadow: 0 0 0.5em #FED057, 0 0 0.5em #FED057, 0 0 0.5em #FED057;  
}

.text_sub_menu a{
	text-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.3);
	text-decoration: none;
	color:black;
}
.text_sub_menu:hover a,
.text_sub_menu:focus a{
  text-shadow: 0 0 0.3em #FED057, 0 0 0.3em #FED057, 0 0 0.3em #FED057;
  
}

.submenu_mairie{
	display:none;
}
.submenu_mairie:hover{
	display:block;
}

.menu_mairie:hover + .submenu_mairie{
	display:block; 
}

.speech-bubble-rose {
	position: relative;
	background: #C73774;
	border-radius: .4em;
}

.speech-bubble-rose:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 44px solid transparent;
	border-top-color: #C73774;
	border-bottom: 0;
	border-left: 0;
	margin-left: -22px;
	margin-bottom: -44px;	
}

.bouton_rose {
	box-shadow: 0px 10px 14px -7px #8fcde6;
	background:linear-gradient(to bottom, #c73773 5%, #db5a92 100%);
	background-color:#c73773;
	border-radius:8px;
	display:inline;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	padding:6px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f2985;
}
.bouton_rose a{
	text-decoration: none;
	color:white;
}
.bouton_rose:hover {
	background:linear-gradient(to bottom, #db5a92 5%, #c73773 100%);
	background-color:#db5a92;
}
.bouton_gris {
	box-shadow: 0px 10px 14px -7px #8fcde6;
	background:linear-gradient(to bottom, rgb(200,200,200) 5%, rgb(220,220,220) 100%);
	background-color:rgb(200,200,200);
	border-radius:8px;
	display:inline;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	padding:6px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f2985;
}
.bouton_gris a{
	text-decoration: none;
	color:white;
}
.bouton_gris:hover {
	background:linear-gradient(to bottom, rgb(200,200,200) 5%, rgb(120,120,120) 100%);
	background-color:rgb(120,120,120);
}

.FamD_form  th, .FamD_form tr{
	border-left:solid 10px #C73774;
}
.FamD_form  td{
	padding-left:60px;
}

.FamD_form_libelle{
	font-size:18px;
	color: rgb(250,204,93);
	font-family: arial black;
	text-align:left;
}
.FamD_form_libelle_titre{
	font-size:18px;
	color: #C73774;
	font-family: arial black;
	text-align:left;
}


.bandeau_page{
	border-radius:7px;
	display:inline;
	padding-left:10px;
	padding-right:200px;
	color:white;
	position:relative;
	top:15px;	
	background:linear-gradient(90deg, rgba(203,68,125,1) 44%, rgba(255,255,255,1) 100%);
}
.section-form{
	border:solid 1px grey;
	border-radius:15px;
	padding:15px
}
.section-form-titre{
	margin-top:-30px;
	margin-left:10px;
	background-color:white;
	padding-left:10px;
	text-wrap: no-wrap;
}
.form-group label{
	color:#CB447D;
	font-weight:500;
}
.form-group b{
	color:#CB447D;
	font-weight:500;
}
.form-group input, .form-group mail, .form-group number, .form-group select{
	color:rgb(100,100,100);
	background-color: rgb(245,245,245);
}
.form-group input:hover, .form-group input:focus, .form-group  select:hover, .form-group  select:focus{
	-webkit-box-shadow: 0px 0px 11px 3px rgba(250,204,93,0.63);
	-moz-box-shadow: 0px 0px 11px 3px rgba(250,204,93,0.63);
	box-shadow: 0px 0px 11px 3px rgba(250,204,93,0.63);
	border:solid 1px rgb(180,180,180);
	background-color: rgb(230,230,230);
	border:none;
}
.borderr{
	border:solid 1px red;
}
.borderb{
	border:solid 1px black;
}
.borderg{
	border:solid 1px grey;
}
.bgr{
	background-color: #828282;
}
.bgr2{
	background-color: #CEC4C4;
}
.h100{
	height: 100%;
}
.bleuisy{
	color:#273456;
}
.button_plus{
	color:#FED057;
	border:none;
	outline: none;
	width:60px;
	height:60px;
	border-radius:30px;
	background-color:#828282;
	font-size:50px;
}
.button_plus:focus{
	outline: none;
}
.custom-file-label,
.custom-file-label::after {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  color: black;
}

.swal-overlay {
  background-color: rgba(130,130,130, 0.7);
}
.swal-button--del, .swal-button--del:hover{
	background-color: rgba(255,0,0, 0.6);
}

.display_liste th{
	color: white;
	background-color: #828282;
	font-size: 13px;
	border: solid 1px black;
	padding-left: 3px;
	padding-right: 3px;
}
.display_liste td{
	color: black;
	background-color: white;
	font-size: 13px;
	border: solid 1px black;
}
.option_bleu{
	color:#4D93D4;
}
.option_rose{
	color:#F58A8A;
}
.menu_1{
	color:white;
	font-weight:bold;
	font-size: 18px;
	background-color: rgb(4,174,242);
}
.menu_2{
	color:white;
	font-weight:bold;
	font-size: 18px;
	background-color: rgb(4,174,242);
}
.menu_3{
	color:white;
	font-weight:bold;
	font-size: 18px;
	background-color: rgb(4,174,242);
}
.titre_rapport{
	color:white;
	font-weight:bold;
	font-size: 18px;
	background-color: rgb(255,153,85);
}
.tableau_rapport th{
	border: solid 1px black;
	color: white;
	background-color: grey;
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
	z-index: 1000;	
}
.tableau_rapport .th2{
	border: solid 1px black;
	color: white;
	background-color: grey;
	position: sticky;
	top:55px; /* Don't forget this, required for the stickiness */	
	z-index: 1000;
}
.tableau_rapport td{
	border: solid 1px black;
	color: black;
	background-color: white;
	font-size: 14px;
}
.linear_rose{
	color: white;
	background:linear-gradient(90deg, rgba(203,68,125,1) 44%, rgba(255,255,255,1) 100%);
}
.linear_vert{
	color: white;
	background:linear-gradient(90deg, rgba(0,168,69) 44%, rgba(255,255,255,1) 100%);
}
.linear_gris{
	color: white;
	background:linear-gradient(90deg, rgba(130,130,130) 44%, rgba(255,255,255,1) 100%);
}
.div_calendar{
	width:40px;
	height:30px;
	padding-top:5px;
	font-size:12px;
	display:block;
	text-align:center;
}
.bdr_green{
	border:solid 1px green;
}
.bdr_blue{
	border:solid 1px blue;
}
.bdr_red{
	border:solid 1px red;
}
.fill_green{
	border:solid 1px green;
	background-color:green;
	color:white;
}
.fill_blue{
	border:solid 1px blue;
	background-color:blue;
	color:white;
}
.fill_red{
	border:solid 1px red;
	background-color:red;
	color:white;
}
.div_calendar_clos{
	width:40px;
	height:30px;
	padding-top:5px;
	font-size:12px;
	display:block;
	text-align:center;
	color:rgb(180,180,180);
	background-color:rgb(250,250,250);
}
.div_calendar_complet{
	width:40px;
	height:30px;
	padding-top:5px;
	font-size:12px;
	display:block;
	text-align:center;
	color:rgb(180,180,180);
	background-color:rgb(250,250,250);
}
.div_calendar_clos_green{
	width:40px;
	height:30px;
	padding-top:5px;
	font-size:12px;
	display:block;
	text-align:center;
	border:solid 1px #9dbd9f;
	background-color:#9dbd9f;
	color:white;
}
.div_calendar_clos_blue{
	width:40px;
	height:30px;
	padding-top:5px;
	font-size:12px;
	display:block;
	text-align:center;
	border:solid 1px #b9c1f0;
	background-color:#b9c1f0;
	color:white;
}
.div_calendar_clos_red{
	width:40px;
	height:30px;
	padding-top:5px;
	font-size:12px;
	display:block;
	text-align:center;
	border:solid 1px #edbbc7;
	background-color:#edbbc7;
	color:white;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 10005; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/*****   SLIDER CSS   *****/
	/* The switch - the box around the slider */
	.switch {
	  position: relative;
	  display: inline-block;
	  width: 60px;
	  height: 27px;
	}

	/* Hide default HTML checkbox */
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	/* The slider */
	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 20px;
	  width: 20px;
	  left: 4px;
	  bottom: 4px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
	  background-color: #2196F3;
	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(30px);
	  -ms-transform: translateX(30px);
	  transform: translateX(30px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 34px;
	}

	.slider.round:before {
	  border-radius: 50%;
	}
/*****   FIN FIN FIN      SLIDER CSS   *****/

.ligne_inactive td{
	color:#d36392;
	background-color:#f7e2eb;
}