.icons-section i {
	color: #ee4522;
}
.footer-section {
	background: #ee4522;
	color: #fff;
}
.alert-success,
.alert-success h5 {
    color: #155724 !important;
}
.nombreMarches {
	width: 155px;
}
#nombreMarches {
	text-align: center;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #626262 !important;
    border-color: #626262 !important;
}
#mesureMarches div[data-forme="Droit"] .MarcheAngle,
#mesureMarches div[data-forme="Droit"] .MarcheBalancee {
	display: none; 
} 
 .red {
	color: #ee4522;
 }
 .alert {
	color: #ee4522;
	border-radius: 0;
 }
.stepwizard-step p {
	margin-top: 20px;
	padding-left: 15px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: -45px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 85%;
	left: 0;
	right: 0;
	margin: auto;
	height: 4px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	margin: 0 auto; /* Centrer horizontalement */
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.stepwizard-step a {
	background: #ccc;
	color: #000;
	position: absolute;
	top: 0;
	margin-left: -10px;
}
.stepwizard-step a.btn-primary {
	background: #ee4522;
	border-color: #ee4522;
	color: #fff;
	box-shadow: 0 0 0 5px #ee452299;
	border-radius: 15px !important;
}
.form-control {
	border-radius: 0 !important;
}
.studentform-section h5 {
	color: #ee4522;
}
.studentform-section span {
	color: red;
}
.studentform-section ul.list-unstyled b {
	color: #ee4522;
}
#step-3 {
	overflow-x: hidden;
}
.has-error input {
	border: 1px solid red;
}
.studentform-section input:focus {
	box-shadow: none;
}

.stepwizard-row .btn-default[disabled] {
	background-color: #fff;
	border-color: #ccc;
}

.stepwizard-row .btn[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #ee4522;
}
.btn-primary {
	background: #ee4522;
	border-color: #ee4522;
	border-radius: 0 !important;
}
.btn-primary:hover {
	background-color: #000000 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #ee4522 !important;
	background: #ee4522 !important;
	color: #fff !important;
}

@media (max-width: 504px) {
	.stepwizard-step p {
		margin-top: 35px;
		padding-left: 15px;
		font-size: 12px;
	}
	.stepwizard-row::before {
		top: -50px;
	}
}
@media (min-width: 576px) {
	.stepwizard-step p {
		margin-top: 40px;
		padding-left: 15px;
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.stepwizard-step p {
		margin-top: 20px;
		padding-left: 15px;
		font-size: 1rem;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

.studentform-section {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	border-radius: 0 0 15px 15px;
}

.setup-content {
	width: 100%;
}

.d-block {
	text-align: right;
}
.stepwizard-step {
	padding: 10px;
	margin: 10px;
}

.custom-control-input {
	display: none;
}

.custom-control-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.custom-control-label img {
	margin-bottom: 10px;
}

.custom-control-label .title {
	font-size: 14px;
	font-weight: bold;
}
.card-body {
	padding: 0 !important;
}
.custom-radio-div {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 5px 5px 0 5px;
	transition: border-color 0.3s;
	max-width: 170px;
}

.custom-radio-div.selected {
	border-color: #ee4522;
}

.custom-radio-div .title {
	font-size: 14px;
	font-weight: bold;
}

.form-group {
	margin-bottom: 1rem;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group-append .btn {
	border-radius: 0;
}

.under-title {
	padding-left: 15px;
	font-size: 13px;
}

.hcursor:hover {
	cursor: pointer !important;
}

.id-rounded {
	color: white;
	font-size: 0.8em;
	background-color: #ee4522 !important;
	padding: 5px 11px;
	margin-left: 10px;
	margin-right: 10px;
}

.nextBtn {
	border-radius: 7px !important;
}

.prevBtn {
	border-radius: 7px !important;
}

.error-message {
	border-radius: 10px !important;
}

#messageError {
	border-radius: 10px !important;
}

#messageSuccess {
	border-radius: 10px !important;
}

#incrementMarches {
	border-bottom-right-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

#decrementMarches {
	border-bottom-left-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

.img-fluid {
	max-width:100%;
	height:auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.custom-rounded-left {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.custom-right-radius {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.custom-radius {
	border-radius: 5px !important;
}

.img-devis {
	height: 40px;
	transition: height 0.3s ease;
}

@media (max-width: 768px) {
	#devisDetaille {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.img-devis {
		height: 25px;
	}
}

@media (max-width: 480px) {
	.img-devis {
		height: 18px;
	}
}

.devis td, .devis th {
	padding: 0 !important;
	border: 0 !important;
}

.devis td {
	font-style:italic!important;
}

.devis th {
	padding-bottom: 15px !important;
}

#n-marche-devis {
	padding-left: 5px !important;
}


@media (max-width: 800px) {
	th::before {
		content: attr(data-short);
	}

	th {
		font-size: 0;
	}

	th::before {
		font-size: 16px;
	}
}

.marcheDevisDetaille {
	margin-bottom: 5px;
}

.MesureA, .MesureB {
	padding: 0 !important;
	margin-right: 50px !important;
}

@media (max-width: 760px) {
	.marche {
		background-color: #ee452210;
		border-radius: 15px;
		padding-top: 20px;
		padding-right: 20px;
	}
}

#mesureMarches .MarcheDroite, #mesureMarches .MarcheBalancee, #mesureMarches .MarcheAngle, .no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}