
#formCheckoutResult .card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin: 0 auto;
}

#formCheckoutResult .icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #dcfce7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #16a34a;
  font-weight: bold;
  padding:20px;
}
#formCheckoutResult .card-echec .icon{
	width:72px;
	height:72px;
	margin:0 auto 20px;
	border-radius:50%;
	background:#fee2e2;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:36px;
	color:#dc2626;
	font-weight:bold;
	padding:20px;
}

#formCheckoutResult h1 {
  margin: 0 0 12px;
  font-size: 28px;
}

#formCheckoutResult p {
  margin: 0 0 16px;
  line-height: 1.6;
  color: #4b5563;
}

#formCheckoutResult .details {
  margin: 24px 0;
  padding: 20px;
  background: #f9fafb;
  border-radius: 12px;
  text-align: left;
}

#formCheckoutResult .details div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
}

#formCheckoutResult .details div:last-child {
  margin-bottom: 0;
}

#formCheckoutResult .label {
  color: #6b7280;
}

#formCheckoutResult .value {
  font-weight: 600;
  color: #111827;
}

#formCheckoutResult .actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

#formCheckoutResult .btn {
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.2s ease;
  display: inline-block;
}

#formCheckoutResult .btn-primary {
  background: #2563eb;
  color: #fff;
}

#formCheckoutResult .btn-primary:hover {
  background: #1d4ed8;
}

#formCheckoutResult .btn-secondary {
  background: #e5e7eb;
  color: #111827;
}

#formCheckoutResult .btn-secondary:hover {
  background: #d1d5db;
}

#formCheckoutResult .small {
  margin-top: 18px;
  font-size: 13px;
  color: #9ca3af;
}
    
    

#onglets {
  padding: 0;
  margin: 0;
}
#onglets ul li {
  float: left;
  display: block;
  padding: 15px 15px;
  background: #999;
  color: #fff;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor:pointer;
}
#onglets ul li.actif{
	background: #000;
}
img.grayc {

-webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
filter: grayscale(100%); /* Firefox */

}
.lock{
	display:none;
}
.locked .lock{
	display: inline-block;
}
#achats .cat {
  display: inline-block;
  padding: 2px 20px;
  background: #000;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
}
#sources ul{
	display: block;
	float:left;
	width: 100%;
}
#sources ul li p {
  float: left;
  width: calc(100% - 50px);
  margin: 0;
    margin-top: 0px;
    margin-left: 0px;
  margin-left: 10px;
  line-height: normal;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
}
#sources ul li span{
  display: block;
  float:left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #000;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
}
#sources ul li {
  display: block;
  width: calc(50% - 30px);
  float: left;
  margin-right: 30px !important;
  margin: 10px 0;
}
#conseils ul.list-marked{
	list-style: circle;
	padding: 0 0 0 30px;
}
#conseils ul.list-marked li {
  display: list-item;
  width: calc(50% - 30px);
  float: left;
  margin-right: 30px !important;
  margin: 10px 0;
  padding: 0 15px;
}
#conseils ul.list-marked > li::before {
	display: none;
}

.sommaire{
	position: fixed;
	right: 0;
	text-align: left;
	z-index: 9999;
	background: #000;
	color: #fff;
	border-radius: 10px 0 0 10px;
}
.sommaire ul {
  list-style: decimal-leading-zero;
  padding: 0px 0 0px 30px;
}
.sommaire ul li{
	display: list-item;
}
.sommaire ul li a{
	color:#fff;
}
.sommaire ul li a .lock {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sommaire ul li.act{ font-weight: bold;}
.sommaire h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

h4 .lock {
  fill: #000 !important;
  position: relative;
  top: -3px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
ul.actions {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
}
ul.actions li {
  float: left;
  position: relative;
  top: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 10px;
}
ul.actions li a {
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 8px 35px;
}
ul.actions li a .content-dubbed {
	padding: 5px 35px;
}
	
ul.actions li a svg{
	position: relative;
	top:-2px;
}
.bgcolor1{ background:#B71C1C !important;color:#fff;}
.bgcolor2{ background:#C62828 !important;color:#fff;}
.bgcolor3{ background:#D32F2F !important;color:#fff;}
.bgcolor4{ background:#F57C00 !important;color:#fff;}
.bgcolor5{ background:#FB8C00 !important;color:#fff;}
.bgcolor6{ background:#FBC02D !important;color:#fff;}
.bgcolor7{ background:#7CB342 !important;color:#fff;}
.bgcolor8{ background:#43A047 !important;color:#fff;}
.bgcolor9{ background:#2E7D32 !important;color:#fff;}
.bgcolor10{ background:#1B5E20 !important;color:#fff;}

#achats .cat.haute{
	background:#B71C1C !important;color:#fff;
}

#achats .cat.basse{
	background:#1B5E20 !important;color:#fff;
}
#achats .cat.moyenne{
	background:#FB8C00 !important;color:#fff;
}

sup{
	font-size: 75% !important;
	text-transform: none !important;
}
.chiffre{
  font-weight: 700;
  font-size: 26px;
}

#mrapport .content h2,#mrapport .content h3{
	display: none;
}
.score p {
  display: inline-block;
  background: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 10px;
  text-transform: uppercase;
}
.card .content p{
	margin-top:10px !important;
}
.card .content p:first-child,.card .content p:nth-child(0){margin-top:0px !important}

.card.lined{
	text-align: center !important;
}
.card.lined .text{
	text-align: left !important;
}
.card.lined > p ,.card.lined > div,.card.lined > ul{
  border-top: 1px solid #E2E2E2;
  padding-top: 10px;
  margin-top: 10px !important;
}
.card.card-green-light.lined > p,    .card.card-blue.lined > p,   .card.card-yellow.lined > p,   .card.card-green.lined > p,
.card.card-green-light.lined > div,  .card.card-blue.lined > div, .card.card-yellow.lined > div, .card.card-green.lined > div,
.card.card-green-light.lined > ul,   .card.card-blue.lined > ul,  .card.card-yellow.lined > ul,  .card.card-green.lined > ul{
  border-top: 0.5px solid #000;
}

#map-rapport .gm-style > div > div div.gmnoprint,#map-rapport .gm-style > div > div div.gmnoscreen,#map-rapport .gm-style > div > div a img,#map-rapport div.gm-style-cc{
	display: none;
}
.content-fiche h3{
	margin-top:15px;
}
.content-fiche h6{
	margin-top:20px;
}
.content-fiche table {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.content-fiche table table{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  table-layout: fixed;
  width: 100%;
}
.content-fiche table table tr td:first-child{width:auto !important;font-weight: 300;text-transform: inherit}
.content-fiche table tr td{border:0.5px solid #000;padding:5px;}
.content-fiche table tr td.title,.content-fiche table tr.header td:first-child{width:250px !important;vertical-align: middle !important;font-weight: 700;text-transform: uppercase;}
.content-fiche table tr.header td{font-weight: 700 !important;text-transform: uppercase !important;}
.card-header {
  background: #c2e0ad;
  color: #465e35;
  padding: 10px 10px;
  font-size: 20px;
  width: calc(100% + 20px);
  position: relative;
  top: -10px;
  left: -10px;
  border-radius: 5px 5px 0 0;
}
.score{
	align-content: center;
}
.score .card div h6{
	font-size:40px !important;
}
.card > p, .card > div{
  height: 100%;
  align-content: center;
}
.tab-report {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
}
.tab-report tr th{
	text-align: center;
	border:0.5px solid #000;
	background: #F1F1F1;
}
.tab-report tr th:first-child{width:140px;border:none;background: transparent;}
.tab-report tr td:first-child{font-weight: bold;text-transform: uppercase;text-align: left;}
.tab-report tr td{
	border:0.5px solid #000;
	padding:5px;
	text-align: center;
}
.tab-report tr.footer td:first-child{border:none;}
.card.graph{
	min-height: 270px;
	align-content: center;
	align-items: center;
	flex-direction: row;
}
.graphe-circle {
  position: absolute;
  border: 0.5px solid #C2C2C2;
  border-radius: 50%;
  bottom: 10px;
}
.graphe-circle span {
  display: block;
  text-align: center;
  position: relative;
  top: 70px;
}
.graphe-circle-conteneur {
  width: calc(100% - 20px);
  aspect-ratio: 1/1;
  position: relative;
  display: block;
  left: 10px;
  height: auto !important;
}
.graphe-circle.tam {
  width: calc(100% - 20px);
  left: 10px;
  background: rgba(0,0,0,0.1);
  color: #000;
  aspect-ratio: 1/1;
}
.graphe-circle.sam{
	width: 70%;
	left: 15%;
	background: rgba(0,0,0,0.2);
	color: #000;
	aspect-ratio: 1/1;
}
.graphe-circle.som{
	width: 40%;
	left: 30%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	aspect-ratio: 1/1;
}
.form-header{
	background: #293c1c;padding: 20px 0;border-radius: 10px 10px 0px 0;color: #fff;
	float: left;
	width: 100%;
}
.form-header .step{
	float: left;
	width: 100%;
}
.form-header .step p{
	display: none;
}
.form-header h4{
	color:#fff;
}
.step label.form-label-outside{
	color:#000;
}
.risque-level, .price-card{
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  font-size: 10px;
  background: green;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
}
.card p{margin-top:0 !important}
.card{
	background: #fff;
	padding:10px;
	border:1px solid #F2F2F2;
	border-radius: 5px;
	height:100%;
	position:relative;
}
.card .card{
	height: 100% !important;
}
.card-red-1{
	background: rgba(238, 219, 68, 0.5);
}
.card-red-2{
	background: rgba(238, 156, 68, 0.5);
}
.card-red-3{
	background: rgba(226, 30, 30, 0.5);
}
.card-green{
	background: #c2e0ad;
}
.card-gray{
	background:#C2C2C2;
}
.card-gray-light{
	background:#F1F1F1;
}
.card-blue{
	background:#eff6ff;
}
.card-yellow{
	background:#fff7ed;
}
.p-type {
	margin-top:10px;
}
.form-label-outside{
	padding-right: 0 !important;
}
.p-type span {
  display: inline-block !important;
  margin-right: 5px;
  padding: 2px 20px;
  background: #eff6ff;
  margin-bottom: 5px;
  border-radius: 5px;
}
.card-green-light{
	background:#f0fdf4;
}
.ft12{
	font-size:12px !important;
}
.list-card > .card{
	margin-bottom:20px;
	height: auto !important;
}
.list-card .card:last-child{
	margin-bottom:0px;
}
.bar {
  display: inline-block;
  width: 80%;
  background: #F2F2F2;
  height: 15px;
  position: relative;
  margin: 15px 0px;
  border-radius: 10px;
}
.bar span{
	position: absolute;
	top:0;
	left:0;
	width:20%;
	display:block;
	height:100%;
	border-radius: 10px 10px 10px 10px;
	background: #000;
}

.step .bar {
  float: left;
  width: calc(100% - 60px);
  background: #fff;
  height: 15px;
  position: relative;
  margin: 15px 30px;
  border-radius: 10px;
}
.step .bar span{
	position: absolute;
	top:0;
	left:0;
	width:20%;
	display:block;
	height:100%;
	border-radius: 10px 0px 0px 10px;
	background: #465e35;
}
.form-header .step:last-child .bar span{
	border-radius: 10px 10px 10px 10px;
}
.form-content{
	background: #edf9f1;
	border-radius: 0px 0 10px 10px;
	padding:20px;
	float:left;
	width:100%;
}
.form-content .step{
	float:left;
	width:100%;
}


.products-cat-list .product-cat-item.act{border: 2px solid #000;border-radius: 10px;padding-bottom: 15px;}
.products-cat-list .product-cat-item{cursor:pointer;}