body {
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
}

[class*="col-"], footer {
  line-height: 20px;
}
form h4 {
  margin: 3px;
}

form {
	font-size: inherit;
}

.spacer {
  line-height: 12px;
  height: 12px;
}

h2 {
  color: #444444;
}

h5 {
	font-size: 1.2rem; 
	color: #F47421; 
	margin: .9rem 0 .7rem 0;
}

table {
	font-size: 1em;
}

.bg-violet {
	background-color: #330072;
}

.nav-sticky {
  top: 10em;
  right: 0;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  width: 250px;
}
ul.nav-sticky-menu {
  display: block;
}
ul.nav-sticky-menu .nav-item {
  float: left;	/*	Default : unset	*/
  text-align: right;
}
.nav-sticky-menu .nav-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-top: 20px;
  width: 250px;
  height: 70px;
  transition: 0.25s cubic-bezier(0.19, 0.94, 0.47, 0.99);
  background: 20px center no-repeat #330072;
  text-indent: 55px;
  text-align: left; }
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
    padding-top: 0.5rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav {
  list-style: none;
}
.nav-link.contact-sticky {
  background: 16px center no-repeat #330072;
  background-image: url("../img/icon-demande-de-contact.svg"); }

.nav-link.echantillon-sticky {
  background-image: url("../img/icon-recevoir-un-echantillon.svg"); }

.nav-link.devis-sticky {
  background-image: url("../img/icon-telephone.svg");
  background-color: #FA9812; }
.nav-sticky-menu .icons-view {
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  display: flex; 
}

.nav-sticky-menu .icons-view:hover {
  cursor: pointer; }













[class*="col-"], footer {
  line-height: 20px;
}
form h4 {
  margin: 3px;
}

.spacer {
  line-height: 12px;
  height: 12px;
}

h2 {
  color: #444444;
}

table {
	font-size: 1em;
}

.print-only, .print-footer-p1, .print-footer-p2, .print-footer-p3 {
	display : none;
}

.print-preview {
	display : none;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.font-s {
  font-size: 12px;
  line-height: 1.2;
}

.dark {
  background-color: #deebff;
}
.light {
}

.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
}

@media (min-width: 576px) {
	.navbar-light .navbar-nav li {
		border: 1px solid #ff9900;
		background: #fff2de;
		border-radius: 0.5rem;	
		margin-right: 0.5rem;
	}
	.navbar-light .navbar-nav li.active {
		border: 1px solid #ff5c28;
		background: #ff9900;
		border-radius: 0.5rem;	
		margin-right: 0.5rem;
	}
	.navbar-light .navbar-nav li.active a.nav-link {
		color: white;
		font-weight: bold;
	}

	.navbar-light .navbar-nav li a {	
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.ib_container{
	border-radius:4px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
	background-color:#fff;
}
.ib_container p{
	margin-bottom: .6rem;
}
.ib_banner{
	width:100%;color:#007ab8;
	background-color:#f1f1f1;
}
.ib_banner_header{
	margin-top:0;color:#007ab8;
	padding:10px;
	font-size:1.4em;
	font-weight:500;
	margin-bottom:0;
	text-align:center;
}
.ib_span{
	font-weight:700
}
.ib_img_container{
	padding:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ib_img{
	width:100%
}
.ib_copy{
	font-size:1.5625rem;
	line-height:1.875rem;
	font-weight:200;
	color:#34495e;
	font-family: 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,sans-serif;
	margin:0;
	margin-top:.2rem;
	margin-bottom:.2rem;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center
}
p.ib_button_container{
	padding:10px;
	margin-bottom: 0;
}
.ib_button_container .ib_button {
	line-height: 1.4rem;
	font-size:1.2rem;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	padding:1rem;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	display:table;
	margin:0 auto;
	border-radius:5px;
	width:100%
}
.ib_button_yes {
	background-color:#ec610d;
}
.ib_button_no {
	background-color:#c6c0ac;
}
.ib_button_yes:hover {
	background-color:#ff9600;
	color:#fff;
	text-decoration:none;
}
.ib_button_no:hover {
	background-color:#b2b0a8;
	color:#fff;
	text-decoration:none;
}

/**************************************/
/*	Funky radio												*/
/**************************************/
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 0.2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.ui-accordion .ui-accordion-header {
	margin-top: .6rem;
	padding: .9em .5em .9em .7em;
	font-size: 120%;
}

.ui-accordion .ui-state-default {
	border: 1px solid #c0e87e;
	background: #e1ffaf;
	font-weight: normal;
	color: #454545
}

.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
	color: white;
	background-color: #5cb85c;
	background-image: none;
	border-color: #42a442;
}

.menu_fixed {
  position: fixed;
  right: 6%;
  z-index: 999;
  top: 200px;
}
.menu_fixed ul li {
  list-style-type: none;
}
.menu_fixed .picto {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.menu_fixed .picto span {
  text-align: center;
  background: #fff;
  line-height: 40px;
  padding: 0 5px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.menu_fixed .picto .content_img {
  width: 80px;
  height: 80px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.menu_fixed .picto .content_img i {
  color: white;
  font-size: 20px;
}
.menu_fixed .picto .content_img:hover ~ .image-title {
  display: block;
	font-weight: bold;
}
.menu_fixed .picto .content_img::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.menu_fixed .picto .content_img img {
  display: inline-block;
  vertical-align: middle;
}
.menu_fixed .picto:nth-child(1) span {
  background: #f8b332;
}
.menu_fixed .picto:nth-child(1) span.image-title:before {
  background: #f8b332;
}
.menu_fixed .picto:nth-child(2) span {
  background: #e8501f;
}
.menu_fixed .picto:nth-child(2) span.image-title:before {
  background: #e8501f;
}
.menu_fixed .picto:nth-child(3) span {
  background: #18a096;
}
.menu_fixed .picto:nth-child(3) span.image-title:before {
  background: #18a096;
}
.menu_fixed .picto:nth-child(4) span {
  background: grey;
}
.menu_fixed .picto:nth-child(4) span.image-title:before {
  background: grey;
}
.menu_fixed .picto .image-title {
  display: none;
  position: absolute;
  z-index: -1;
  width: 160px;
  right: 62px;
  top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.date-nav {
	border: 1px solid #ff9900;
	background: #ff9900;
	border-radius: 0.5rem;
	padding: .2rem .9rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: white;
}
.date-nav:hover {
	color: white;
}

.billing {box-shadow: 0 0 20px 0 rgba(0,0,0,.3); padding: 2rem; font-size: 0.8rem;}
.billing h1 {font-size: 2rem;}
.billing h2 {font-size: 1.4rem;}
.billing h3 {font-size: 1.2rem;}
.billing .container {margin-bottom: 2rem;}
.bill-infos{width:100%;margin-bottom:25px;overflow:auto}
.bill-infos #bill-infos-from{width:50%;float:left;text-align:left}
.bill-infos #bill-infos-to{width:50%;float:left;text-align:left}

.sidebar {
	padding: 0;
	font-size: .7rem;
	color: white;
	padding: .5rem;
	padding-top: 10px;
	padding-bottom: 1px;
	/*background-color: #336699;*/
	margin-bottom: 1rem;
}
.sidebar a {
	/*color: white;*/
}
.sidebar .heading {
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}
.sidebar .bouton {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f8B332;
	font-size: 1rem;
	font-weight: 600;
	border-radius: .3rem;
	margin-bottom: .6rem;
	font-size: .6rem;
}

.brand-logo {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.brand-logo img {
    vertical-align: middle;
    border-style: none;
}

.appli-title {
	font-family: "Raleway", sans-serif;
	color: #336699;
	font-size: 1.4rem;
}

#barre-bleue {
    width: 100%;
    /*background-color: #2894cc;*/
		background-color: #2e5f8f;
    color: white;
    font-size: 0.9rem;
    line-height: 1.2;
}


@media print{
	.noprint{
		display:none !important;
		visibility: hidden;
	}
	.col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96%;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
	}
}

.print-only, .print-footer-p1, .print-footer-p2, .print-footer-p3 {
	display : none;
}

.print-preview {
	display : none;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.font-s {
  font-size: 12px;
  line-height: 1.2;
}

.dark {
  background-color: #deebff;
}
.light {
}

.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
}

@media (min-width: 576px) {
	.navbar-light .navbar-nav li {
		border: 1px solid #ff9900;
		background: #fff2de;
		border-radius: 0.5rem;	
		margin-right: 0.5rem;
	}
	.navbar-light .navbar-nav li.active {
		border: 1px solid #ff5c28;
		background: #ff9900;
		border-radius: 0.5rem;	
		margin-right: 0.5rem;
	}
	.navbar-light .navbar-nav li.active a.nav-link {
		color: white;
		font-weight: bold;
	}

	.navbar-light .navbar-nav li a {	
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.ib_container{
	border-radius:4px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
	background-color:#fff;
}
.ib_container p{
	margin-bottom: .6rem;
}
.ib_banner{
	width:100%;color:#007ab8;
	background-color:#f1f1f1;
}
.ib_banner_header{
	margin-top:0;color:#007ab8;
	padding:10px;
	font-size:1.4em;
	font-weight:500;
	margin-bottom:0;
	text-align:center;
}
.ib_span{
	font-weight:700
}
.ib_img_container{
	padding:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ib_img{
	width:100%
}
.ib_copy{
	font-size:1.5625rem;
	line-height:1.875rem;
	font-weight:200;
	color:#34495e;
	font-family: 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,sans-serif;
	margin:0;
	margin-top:.2rem;
	margin-bottom:.2rem;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center
}
p.ib_button_container{
	padding:10px;
	margin-bottom: 0;
}
.ib_button_container .ib_button {
	line-height: 1.4rem;
	font-size:1.2rem;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	padding:1rem;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	display:table;
	margin:0 auto;
	border-radius:5px;
	width:100%
}
.ib_button_yes {
	background-color:#ec610d;
}
.ib_button_no {
	background-color:#c6c0ac;
}
.ib_button_yes:hover {
	background-color:#ff9600;
	color:#fff;
	text-decoration:none;
}
.ib_button_no:hover {
	background-color:#b2b0a8;
	color:#fff;
	text-decoration:none;
}

/**************************************/
/*	Funky radio												*/
/**************************************/
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 0.2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;	/*	vert	*/
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;	/*	rouge	*/
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;	/*	orange	*/
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;	/*	bleu	*/
}

.funkystyle div {
  clear: both;
  overflow: hidden;
}
.funkystyle input[type="text"] ~ label {
  display: none;
}
.funkystyle input[type="text"] {
	width: 100%;
	position: relative;
	line-height: 2.5em;
	min-height: 2.8em;
	text-indent: 1em;
	margin-top: 0.2em;
	border: 1px solid #D1D3D4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	border-radius: 3px;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	border-left: 2.5em solid #D1D3D4;
}
.funkystyle input[type="text"]::placeholder {
  color: #777;
	font-weight: normal;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.funkystyle input[type="text"]:valid, .funkystyle input[type="text"]:not(:placeholder-shown) {
	border-left: 2.5em solid #5cb85c;
}
.funkystyle input[type="text"]:invalid, .funkystyle input[type="text"]:placeholder-shown {
	border-left: 2.5em solid #D1D3D4;
}

.funky_field div {
	clear: both;
	overflow: hidden;
}

.funky_field input[type="text"] {
	width: 60%;
	border-radius: 3px;
	border: 1px solid #444444;
	font-weight: normal;
	padding: .4rem .1rem;
}
.funky_field input[type="text"]:empty ~ label {
	position: relative;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 0.2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.funky_field label {
	margin-left: 8%;
	font-weight: normal;
}

.buttons {
	margin-top: 1rem;
}

.ui-accordion .ui-accordion-header {
	margin-top: .6rem;
	padding: .9em .5em .9em .7em;
	font-size: 120%;
}

.ui-accordion .ui-state-default {
	border: 1px solid #c0e87e;
	background: #e1ffaf;
	font-weight: normal;
	color: #454545
}

.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
	color: white;
	background-color: #5cb85c;
	background-image: none;
	border-color: #42a442;
}
#progressbar_block {
	width: 100%;
	position: relative;
	z-index: 1;
}

#progressbar {
	overflow: hidden;
	padding-left: 0 !important;
	counter-reset: step;
}
#progressbar li {
	text-align: center;
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 11%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	z-index: 3; /*put it behind the numbers*/
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	content: none; 
}
#progressbar li.past:before, #progressbar li.past:after, #progressbar li.active:before,  #progressbar li.active:after {
	background: #FA9812;	/* vert #27ae60 */
	color: white;
}


/*	20220224	*/
.card-raised {
  border: none;
}

.card {
  line-height: 1.25rem;
  color: #000;
}
.small, .toast, .card, .alert {
  letter-spacing: 0.0178571429em;
  font-size: inherit;	/* default : 0.875rem;	*/
}
.shadow-1, .popover, .card-raised {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.card .card-title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  margin-bottom: 0;
}
.card .card-subtitle {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0071428571em;
  margin-bottom: 0;
  opacity: 0.6;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.border-secondary {
  border-color: #9c27b0 !important;
}

