table {
	caption-side: top;
}

caption {
	caption-side:top;
}

table tfoot {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

table th {
	padding: 6px 12px;
	background-color: lightblue;
}

table td {
	padding: 6px 12px;
}

.data {
	margin-left: 10px;
	background-color: white;
}
.data-catalog {
	margin-left: 0px;
	background-color: white;
}

.carousel-control-prev, .carousel-control-next {
	background-color: transparent;
	border: none;
	color: black;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}

.card-image-wrapper {
  height: 100px;
  width: 200px;
  overflow: hidden;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This will crop the image to fill the space if needed */
}

.card-text {
	text-align: justify;
}

.cardbtn {
	background: #45aba6 !important;
	outline: none;
}

.filtre {
	position: relative;
	text-align: left;
	background: blue;
	border: 1px solid black;
}

.context-menu {
	position: absolute;
	text-align: center;
	background: lightgray;
	border: 1px solid black;
}

.context-menu ul {
	padding: 0px;
	margin: 0px;
	min-width: 150px;
	list-style: none;
}

.context-menu ul li {
	padding-bottom: 7px;
	padding-top: 7px;
	border: 1px solid black;
}

.context-menu ul li a {
	text-decoration: none;
	color: black;
}

.context-menu ul li:hover {
	background: darkgray;
}

.modal-login {		
	color: #636363;
//	width: 350px;
	text-align: center;
	background: lightgray;
	border: 1px solid black;
	position:absolute top=50 start=50 translate-middle;
}
.modal-login .modal-content {
//	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 20px;
	margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
	border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .close {
	position: absolute;
	top: 5px;
	right: 5px;
}	
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
//	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-footer a {
	color: #999;
}		
.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #60c7c1;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login.modal-dialog {
	margin-top: 80px;
}
.modal-login .btn, .modal-login .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #45aba6 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
}

@media screen and (min-width: 770px) {
.notsmartphone {
	display: block;
}
.onlysmartphone {
	display: none;
}
.bouton-mpc {
	color: white;
	border: none;
	width: 100%;
	background: #60c7c1;
  	font-size: 20px;
	padding: 8px 16px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}

.mpc-button {
	color: white;
	border: none;
	width: 100%;
	background: #60c7c1;
  	font-size: 20px;
	padding: 8px 16px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}
}

@media screen and (max-width: 769px) {
.notsmartphone {
	display: none;
}
.onlysmartphone {
	display: block;
}
.bouton-mpc {
	color: white;
	border: none;
	width: 100%;
	background: #60c7c1;
  	font-size: 15px;
	padding: 8px 16px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}

.mpc-button {
	color: white;
	border: none;
	width: 100%;
	background: #60c7c1;
  	font-size: 15px;
	padding: 8px 16px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}
}

@media screen and (max-width: 769px) {
.accordion-button {
	color: white;
	border: none;
	width: 100%;
	background: #60c7c1;
  	font-size: 15px;
	padding: 8px 16px;
}
}
@media screen and (min-width: 770px) {
.accordion-button {
	color: white;
	border: none;
	width: 100%;
	background: #60c7c1;
  	font-size: 20px;
	padding: 8px 16px;
}
}

.accordion-buttonii {
  width: 100%;
  background-color: #60c7c1;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}

/*
.mpc-button2 {
	color: white;
	border: none;
	background: #60c7c1;
  	font-size: 20px;
	padding: 8px 16px;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
}

@include media-breakpoint-down(sm) {
.mpc-button2 {
	color: white;
	border: none;
	background: salmon;
  	font-size: 20px;
	padding: 8px 16px;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
	display: none;
}
*/

@media screen and (min-width: 770px) {
.mpc-card {
  padding: 10px;
  position: relative;
  width: 350px;
  height: 400px;
  border: 10px double rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .4);
  background-clip: padding-box;
}

.mpc-card-img {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 350px;
  height: 80px;
  background: lightgrey;
  overflow: hidden;
}
.mpc-card-header {
  background: lightblue;
  color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 30px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.mpc-card-body {
  background: lightgrey;
  position: absolute;
  left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  top: 110px;
  color: black;
  height: 240px;
  width: 350px;
}
.mpc-card-footer {
  background: grey;
  color: black;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 350px;
  height: 30px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}
.mpc-card-link {
  color: blue;
  text-align: center;
}
.mpc-card-button {
  background: #60c7c1;
  font-size: 15px;
  color: white;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 310px;
  height: 30px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  vertical-align: middle;
}
}

@media screen and (max-width: 769px) {
.mpc-card {
  padding: 10px;
  position: relative;
  width: 250px;
  height: 400px;
  border: 10px double rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .4);
  background-clip: padding-box;
}

.mpc-card-img {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 250px;
  height: 80px;
  background: lightgrey;
  overflow: hidden;
}
.mpc-card-header {
  background: lightblue;
  color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 30px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.mpc-card-body {
  background: lightgrey;
  position: absolute;
  left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  top: 110px;
  color: black;
  height: 240px;
  width: 250px;
}
.mpc-card-footer {
  background: grey;
  color: black;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 250px;
  height: 30px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}
.mpc-card-link {
  color: blue;
  text-align: center;
}
.mpc-card-button {
  background: #60c7c1;
  font-size: 15px;
  color: white;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 210px;
  height: 30px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  vertical-align: middle;
}
}

.photosgrid {
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: transparent;
  gap: 0.3rem;
  padding: 0.3rem;
}

.photositem {
  display: inline-flex;
  background-color: lightgrey;
  padding: 0.3rem;
}

label {
	display: inline-block;
	width: 100px;
	margin-right: 20px;
	vertical-align: top;
	text-align: right;
}

.ctxmenu {
  position:absolute;	
  min-width: 128px;
  height:auto;
  padding: 8px;
  margin:0;
  margin-left:32px;
  margin-top:-16px;
  border: 1px solid #999;
  background: #F8F8F8;
  box-shadow: 2px 2px 2px #AAA;
  z-index:11;
  overflow: visible;
}

.ctxline {
  display:block;
  margin:0px;
  padding:2px 2px 2px 8px;
  border:1px solid #F8F8F8;
  border-radius:3px;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  overflow:visible;
}

.ctxline:hover {
  border:1px solid #BBB;
  background-color: #F0F0F0;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
    from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
    endColorstr='#e6e6e6', GradientType=0);
}

