/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
@font-face {
	font-family: myDigit;
	src: url(CastoPro-Regular.otf);
}

@font-face {
	font-family: castolabel;
	src: url(CastoPro-Regular.otf);
}

@font-face {
	font-family: castolabel_Black;
	src: url(CastoPro-Black.otf);
}

@font-face {
	font-family: castolabel_Bold;
	src: url(CastoPro-Bold.otf);
}

@font-face {
	font-family: castolabel_ExtraBold;
	src: url(CastoPro-ExtraBold.otf);
}

@font-face {
	font-family: castolabel_Light;
	src: url(CastoPro-Light.otf);
}

@font-face {
	font-family: castolabel_Medium;
	src: url(CastoPro-Medium.otf);
}

.castourl {
	width: 100%
}

#castsiteimg3 {
	display: none;
}

#castsiteimg2 {
	/*display: block;*/
}

.advertise {
	font-size: 11px;
	display: block;
	padding-right: 20px;
}

.h-100 {
	height: 100px !important
}

.h-42 {
	height: 42px !important;
}

.headingtxt {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding-right: 45px;
}

.headbg {
	font-family: castolabel !important;
	font-size: 23px !important;
	line-height: normal;
	background-color: #f2f1f3;
}

select option:hover {
	background-color: yellow;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #1e90ff !important;
}

.dropdown-item {
	padding: 0.1rem 1rem !important;
}




a.hHvddy:link {
	text-decoration: none;
	color: rgb(50, 60, 65);
}

a.hHvddy:hover {
	text-decoration: underline;
	color: rgb(50, 60, 65);
	/*color: #0078D7 !important;*/
}

a.hHvddy:visited {
	text-decoration: none;
	color: rgb(50, 60, 65);
	/*color: #0078D7 !important;*/
}

.slink {
	font-family: castolabel !important;
	font-size: 20px;
}

.ipmSgY {
	background-color: transparent;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-family: inherit;
	height: 100%;
	position: relative;
	width: 100%;
	border: 0.1rem solid rgb(173, 177, 179);
}

.SyDga {
	font-size: 26px;
	font-family: castolabel !important;
}

.enezzc {
	flex-shrink: 0;
}

.dPcZKF {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1rem;
	text-align: left;
	font-size: 16px;
	font-family: castolabel !important;
}

.fozsxn {
	font-size: 1.15rem;
	line-height: 1.4rem;
}

.bxNpuD {
	display: flex;
	flex-direction: column;
	line-height: 1.5rem;
}

.diginput {
	font-family: castolabel !important;
	color: #000;
	font-size: 20px !important;
	font-weight: 400 !important;
}

.diginput1 {
	font-family: castolabel !important;
	color: #000;
	font-size: 20px !important;
	font-weight: 400 !important;
	text-align: center;
	width: 100px !important;
}

.diginput2 {
	font-family: castolabel !important;
	color: #000;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1;
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn-primary:hover {
	color: rgba(0, 0, 0, .8) !important;
}

.btn-primary:visited {
	color: rgba(0, 0, 0, .8) !important;
}



.castsiteimg {
	width: 65px;
}

.btn-secondary {
	color: rgb(50, 60, 65) !important;
	background-color: #f2f1f3 !important;
	border-color: #f2f1f3 !important;
	font-family: castolabel !important;
	line-height: normal;
	width: 100%;
	text-align: left;
	font-size: 23px !important;
	padding-left: 5px;
}

.btn-secondary:hover {
	color: rgba(0, 0, 0, .8) !important;
}

.btn-secondary:visited {
	color: rgba(0, 0, 0, .8) !important;
}

.btn-secondary:focus {
	border: 1px solid #f2f1f3 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.btn-tertiary {
	font-size: 16px;
	color: #fff !important;
	background-color: #0078d7 !important;
	border-color: #0078d7 !important;
	padding: 10px 20px;
	font-family: castolabel !important;
	line-height: normal;
}

.btn-tertiary:hover {
	color: rgba(255,255,255, .8) !important;
}

.btn-tertiary:visited {
	color: rgba(255,255,2550, .8) !important;
}

.btn-success {
	font-size: 16px;
	color: #fff !important;
	background-color: #0078d7 !important;
	border-color: #0078d7 !important;
	padding: 10px 20px;
	font-family: castolabel !important;
	line-height: normal;
}

.dropdown-item {
	font-family: castolabel !important;
	font-size: 20px !important;
	color: rgb(50, 60, 65) !important;
}

.dropdown-menu {
	width: 100% !important;
}

.nimage {
	content: url(../images/Location_LOGO_75.svg);
	width: 65px;
	margin-bottom: -40px;
}

.ntxt {
	padding: 5px 60px;
}

.ntxt1 {
	padding-left: 5px;
}

/*
.ntxt::after {
    display: inline-block;
    margin-left: 1.75em;
    vertical-align: 0.5em;
    content: "";
    border-top: 0.5em solid; 
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
}*/
.dropdown-toggle::after {
	display: none !important;
}

.btn-primary1 {
	font-size: 32px;
	color: rgba(0, 0, 0, .8);
	background-color: #f2f1f3 !important;
	border-color: #f2f1f3 !important;
	padding: 10px 40px;
	font-family: castolabel !important;
	line-height: 1.5;
}

.btn-primary1:hover {
	color: #fff !important;
}

.btn1 {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.title {
	font-size: 24px;
	color: #0078D7;
	font-weight: bold;
	font-family: castolabel !important;
	line-height: 1.2;
}

.sub-title {
	font-family: castolabel !important;
	font-size: 20px;
	color: rgba(0, 0, 0, .8);
	padding: 0px 0px;
	line-height: normal;
}

.purple-text {
	font-family: castolabel !important;
}

.ttt {
	font-size: 2rem !important;
	color: #0078D7 !important;
}

.meter {
	float: left;
	width: 80px;
	padding: 3px 0 0 0;
	text-align: center;
}

.meter1 {
	float: left;
	width: 45px !important;
	padding: 0.375rem 0.5rem !important;
	text-align: center;
}



.input-group {
	width: 100% !important;
}

.form-control[readonly] {
	background-color: #fff !important;
}

.form-control {
	text-align: center;
}

.button {
	margin: -35px 0 0 -35px;
	text-indent: -9999px;
	cursor: pointer;
	width: 29px;
	height: 29px;
	float: left;
	text-align: center;
	background: url(../images/buttons1.png) no-repeat;
}

.inputpad1 {
	padding-right: 0px !important;
}

.inputpad2 {
	padding-left: 3px !important;
}

.button11 {
	margin: -35px 0 0 -35px;
	text-indent: -9999px;
	cursor: pointer;
	width: 29px;
	height: 29px;
	float: left;
	text-align: center;
	background: url(../images/buttons1.png) no-repeat;
}

.button21 {
	margin: -35px 0 0 -35px;
	text-indent: -9999px;
	cursor: pointer;
	width: 29px;
	height: 29px;
	float: left;
	text-align: center;
	background: url(../images/buttons1.png) no-repeat;
}

.button5 {
	margin: -35px 0 0 -35px;
	text-indent: -9999px;
	cursor: pointer;
	width: 29px;
	height: 29px;
	float: left;
	text-align: center;
	background: url(../images/buttons1.png) no-repeat;
}

.space {
	/*padding-bottom: 10px;*/
	margin: 15px 0px 0px 0px;
}

.space4 {
	padding-bottom: 10px;
	margin: 89px 0px 0px 0px;
}

.space1 {
	/*padding-bottom: 10px;*/
	margin: 15px 0px 0px 0px;
}

.space3 {
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
}

.space2 {
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
}

.button1 {
	margin-top: -77px;
	margin-left: 20px !important;
}

.button2 {
	margin-top: 5px;
	margin-left: -28px !important;
}

.dec {
	background-position: 0 -29px;
}

.buttons {
	padding: 20px 0 0 140px;
}

.slider11 {
	width: 100%;
}

.input-group-text {
	/*padding: 1.1rem 0.075rem !important;*/
	padding: .6rem 0.375rem !important;
	font-family: castolabel !important;
}

.input-txt {
	font-family: castolabel !important;
	font-size: 1rem;
}

.form-select {
	font-family: castolabel !important;
	font-size: 1rem;
	padding: .475rem 2.25rem .475rem .75rem;
}

.form-control {
	padding: .6rem .75rem;
}

.res-cls {
	float: right;
}

.label {
	font-family: castolabel !important;
	color: #0078D7 !important;
	font-size: 16px !important;
	line-height: normal;
}

.bg1 {
	background-image: url(../images/Output_Button2.png);
	height: 146px;
	background-position: center;
	background-repeat: no-repeat;
}

.form-control1:focus {
	border: 1px solid #ced4da !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.output {
	margin-left: 30px;
	padding: 30px 260px;
	font-family: castolabel !important;
}

.bg2 {
	background-image: url(../images/Green_350.png);
	height: 296px;
	background-position: center;
	background-repeat: no-repeat;
}

.bg3 {
	background-image: url(../images/Blue_350.png);
	height: 296px;
	background-position: center;
	background-repeat: no-repeat;
}

.nbg2 {
	background-image: url(../images/L-407.png);
	height: 202px;
	background-position: center;
	background-repeat: no-repeat;
}

.nbg3 {
	background-image: url(../images/R-407-1.png);
	height: 202px;
	background-position: center;
	background-repeat: no-repeat;
}

.a1 {
	position: relative;
	width: 100%;
	/*height: 201px;*/
}

.b1 {
	position: absolute;
	left: auto;
	width: 65%;
	padding-left: 18px;
}

.c1 {
	position: absolute;
	left: 65%;
	width: 31%;
}

.a2 {
	position: relative;
	width: 100%;
}

.b2 {
	position: absolute;
	left: 34%;
	width: 65%;
}

.c2 {
	position: absolute;
	left: 5%;
	width: 30%;
}

.boutput-1 {
	font-size: 20px;
	line-height: normal;
	padding: 52px 35px 0px 35px;
	font-family: castolabel !important;
	color: rgba(0, 0, 0, .8);
}

.boutput-2 {
	padding: 77px 0px 0px 0px;
	font-family: castolabel_bold !important;
	font-size: 18px;
	color: rgba(0, 0, 0, .8);
	font-weight: normal;
	line-height: normal;
}

.boutput-3 {
	/*display: table;
	height: 100%;*/
}

.belement-1 {
	text-align: center;
	padding-top: 80px;
	font-size: 52px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	font-family: castolabel !important;
}

.mt-4-md {
	margin-top: 1rem !important
}

.mt-3-md {
	margin-top: .75rem !important
}

.mt-2-md {
	margin-top: .5rem !important
}

.mt-1-md {
	margin-top: .25rem !important
}

.goutput-1 {
	padding: 50px 70px 0px 30px;
	font-family: castolabel !important;
	font-size: 16px;
	color: rgba(0, 0, 0, .8);
	line-height: normal;
}

.goutput-2 {
	padding: 78px 20px 0px 0px;
	font-family: castolabel_bold !important;
	font-size: 20px;
	color: rgba(0, 0, 0, .8);
	line-height: 25px;
	font-weight: normal;
}

.single .goutput-2 {
	padding: 73px 20px 0px 0px;
	font-family: castolabel_bold !important;
	font-size: 20px;
	color: rgba(0, 0, 0, .8);
	line-height: 25px;
	font-weight: normal
}

.goutput-2.text2 {
	padding: 95px 15px 0px 0px;
}

.goutput-3 {
	/*display: table;
	height: 100%;*/
}

.gelement-1 {
	/*display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 35px;
	font-size: 28px;
	color: #448603;
	line-height: 50px;
	font-weight: bold;  */
	text-align: center;
	padding-top: 80px;
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	font-family: castolabel !important;
}

.astricktext {
	font-family: castolabel !important;
	font-size: 12px;
	font-style: italic;
	padding: 0px 50px;
	color: rgba(0, 0, 0, .8);
}

.aoutput2-1 {
	font-size: 23px;
	color: #4a7f15;
	line-height: 40px;
	font-weight: bold;
	transform: rotate(5deg);
}

.aoutput1-1 {
	transform: rotate(5deg);
}

.aoutput1-2 {
	transform: rotate(-5deg);
}

.output-1 {
	padding: 10px 15px 30px 80px;
	font-family: castolabel !important;
	font-size: 23px;
	color: #000;
	line-height: 25px;
}

.output2-1 {
	font-size: 28px;
	color: #4a7f15;
	line-height: 50px;
	font-weight: bold;
	transform: rotate(-4deg);
}

/* --- */
.aoutput-2 {
	padding: 60px 55px 0px 0px;
	font-family: castolabel !important;
	font-size: 18px;
	color: #000;
	line-height: 20px;
}

.aoutput2-2 {
	font-size: 23px;
	color: #0a717b;
	line-height: 40px;
	font-weight: bold;
	transform: rotate(-5deg);
}

.output-2 {
	padding: 10px 55px 30px 0px;
	font-family: castolabel !important;
	font-size: 23px;
	color: #000;
	line-height: 25px;
}

.atext {
	padding: 0px !important;
	font-family: castolabel !important;
	font-size: 12px;
}

.stext1 {
	font-family: castolabel !important;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	float: left;
}

.stext2 {
	font-family: castolabel !important;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	float: right;
}

.output2-2 {
	font-size: 28px;
	color: #0a717b;
	line-height: 50px;
	font-weight: bold;
	transform: rotate(-4deg);
}

.output1 {
	font-size: 17px;
	color: #000;
}

.output2 {
	font-size: 20px;
	color: #0078D7;
}

.inputpad4 {
	padding-top: 15px;
}

.slider22 {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider22:hover {
	opacity: 1;
}

.slider22::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 25px;
	background: #0078D7;
	cursor: pointer;
}

.slider22::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #0078D7;
	cursor: pointer;
}

.modal-dialog {
	max-width: 720px;
	/* New width for default modal */
}

.well-2 {
	min-height: 20px;
	margin-bottom: 20px;
}

.well {
	min-height: 20px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.nrec {
	padding: 0px !important;
}

.sbtn {
	padding: 25px 20px !important;
	line-height: 1.5rem !important;
	text-decoration: none !important;
	font-size: 1.5rem !important;
}

.btext {
	padding: 0px 15px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
/*
input[type=number] {
  -moz-appearance: textfield;
}
*/
.alnlabel {
	text-align: left !important;
}

.alnbtm {
	padding-bottom: 15px !important;
	padding-top: 10px !important;
}

#result-2 .couleurs,
#result-3 .couleurs {
	position: absolute;
	margin-top: 55px;
	padding-left: 11%;
}

.title-result {
	font-size: 14px;
	font-weight: normal;
	font-family: castolabel !important;
	text-decoration: underline;
}

.chariot {
	white-space: nowrap;
}

.surface {
	line-height: 1;
	width: 100%;
	font-size: 13px;
}

.mesure {
	line-height: 1;
	width: 100%;
	font-size: 13px
}

.form-select {
	text-align: left;
}

.nbg4 {
	height: 540px;
	background-color: #f2f1f3;
	border-radius: 10px;
	/*width: 520px !important*/
	/*width: 100%;*/
	/*min-width:450px;*/
	width: 65%;
  	margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  	display: block;
}
.nbg4.techsun {
	height: 457px;
	
}

.no-wrap {
	white-space: nowrap;
}
#table {
	display: table;
	width: 100%;
}

.tr {
	display: table-row;
	width: 100%;
}

.td {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	text-align: center;
	font-family: castolabel !important;
	font-size: 16px;
	padding: 0 10px;
}

.text-1 {
	text-align: left !important;
	padding:20px;
	vertical-align: top;
}

.text-2 {
	width: 100%;
  background-color: #0078D7;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
	font-size: 25px;
	color: #fff;
	font-family: castolabel !important;
}
.tright {text-align: right !important;}

.fs-12 {
	font-size: 12px;;
}
.fs-16 {
	font-size: 16px;;
}
.fs-14 {
	font-size: 14px;
}

.fs-13 {
	font-size: 13px;
}

#result-4 {display: none !important;}
	  #result-3 {display: block !important;}

@media (max-width: 2560px) {

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 55px;
		padding-left: 9%;
	}

	.goutput-2 {
		padding: 64px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: 25px;
		font-weight: normal;
	}

	.goutput-2.text2 {
		padding: 64px 15px 0px 0px;
	}
}

@media (max-width: 1920px) {

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 55px;
		padding-left: 11.5%;
	}

	#result-2 .wall,
	#result-2 .ceil {
		position: absolute;
		margin-top: 55px;
		padding-left: 12.5%;
	}

	.goutput-2 {
		padding: 61px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: 25px;
		font-weight: normal;
	}

	.goutput-2.text2 {
		padding: 66px 15px 0px 0px;
	}

	.goutput-2.options {
		padding: 80px 20px 0px 0px;
	}

	.goutput-2.single {
		padding: 90px 20px 0px 0px;
	}
}

@media (max-width: 1680px) {

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 55px;
		padding-left: 14%;
	}
}

@media (max-width: 1536px) {

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 55px;
		padding-left: 15%;
	}
}

@media (max-width: 1440px) {
	.goutput-2 {
		padding: 78px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: 25px;
		font-weight: normal;
	}

	.btn-secondary {
		font-size: 20px !important;
	}

	.space4 {
		padding-bottom: 10px;
		margin: 64px 0px 0px 0px;
	}

	.dropdown-item {
		font-size: 16px !important;
	}

	.ntxt {
		padding: 5px 25px;
	}

	.ntxt1 {
		padding-left: 8px;
	}

	.diginput {
		font-size: 16px !important;
	}

	.btn-primary {
		font-size: 14px;
	}

	.btn-primary1 {
		font-size: 26px;
	}


	.sbtn {
		font-size: 1.25rem !important;
	}

	.button1 {
		margin-top: -95px;
		margin-left: 15px !important;
	}

	.label {
		font-size: 16px !important;
	}

	.output {
		padding: 30px 205px;
		font-family: castolabel !important;
	}

	.sub-title {
		font-size: 16px;
		padding: 0px 110px;
		;
	}

	.nbg2 {
		background-image: url(../images/L-357.png);
		height: 178px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.nbg3 {
		background-image: url(../images/R-357-1.png);
		height: 178px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.goutput-1 {
		padding: 40px 50px 0px 25px;
		font-size: 17px;
	}

	.goutput-2 {
		padding: 76px 15px 0px 0px;
		font-size: 19px;
	}

	.boutput-1 {
		padding: 40px 20px 0px 20px;
		font-size: 20px;
	}

	.boutput-2 {
		padding: 65px 15px 0px 0px;
		font-size: 17px;
	}

	.options .goutput-2 {
		padding: 54px 15px 0px 0px;
		font-size: 19px;
	}

	.astricktext {
		padding: 0px;
	}

	.a1 {
		position: relative;
		width: 100%;
	}

	.b1 {
		position: absolute;
		left: 6%;
		width: 58%;
		padding-left: 18px;
	}

	.c1 {
		position: absolute;
		left: 63%;
		width: 27%;
	}

	.belement-1 {
		padding-top: 70px;
		font-size: 44px;
		line-height: 40px;
	}

	.c2 {
		position: absolute;
		left: 4%;
		width: 30%;
	}

	.gelement-1 {
		padding-top: 70px;
		font-size: 26px;
		line-height: 40px;
	}

	.input-txt {
		/*font-size: 16px !important;*/
	}

	.form-select {
		/*	font-size: 16px !important;*/
	}

	.stext1 {
		font-size: 16px;
	}

	.stext2 {
		font-size: 16px;
	}

	.headbg {
		font-size: 20px !important;
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 42px;
		padding-left: 15.5%;
	}

	/*.c2 {
		position: absolute;
		left: 3%;
		width: 32%;
	}*/
	.c2 {
		position: absolute;
		left: 10%;
		width: 27%;
	}

	.goutput-2.text2 {
		padding: 53px 15px 0px 0px;
	}

	.single .goutput-2 {
		padding: 61px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 19px;
		color: rgba(0, 0, 0, .8);
		line-height: 25px;
		font-weight: normal;
	}
}

@media (max-width: 1366px) {

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 50px;
		padding-left: 14.2%;
	}

	.b1 {
		position: absolute;
		left: 1%;
		width: 64%;
		padding-left: 18px;
	}

	.b2 {
		position: absolute;
		left: 35%;
		width: 65%;
	}

	.c2 {
		position: absolute;
		left: 3%;
		width: 32%;
	}

	.c1 {
		position: absolute;
		left: 65%;
		width: 32%;
	}

	.single .goutput-2 {
		padding: 61px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 19px;
		color: rgba(0, 0, 0, .8);
		line-height: 25px;
		font-weight: normal;
	}

	.options .goutput-2 {
		padding: 50px 15px 0px 0px;
		font-size: 19px;
	}

	.belement-1 {
		padding-top: 70px;
		font-size: 42px;
		line-height: 42px;
	}

	.boutput-2 {
		padding: 69px 15px 0px 0px;
		font-size: 15px;
	}
}

@media (max-width: 1280px) {
	.c2 {
		position: absolute;
		left: 3%;
		width: 32%;
	}

	.single .goutput-2 {
		padding: 57px 12px 0px 0px;
		font-size: 19px;
		line-height: 25px;
		font-weight: normal;
	}

	#result-2 .wall,
	#result-2 .ceil {
		position: absolute;
		margin-top: 50px;
		padding-left: 15.2%;
	}
}

@media (max-width: 1200px) {
	.castsiteimg {
		width: 40px;
		padding: 5px 0px;
	}

	.space4 {
		padding-bottom: 10px;
		margin: 23px 0px 0px 0px;
	}

	.btn-secondary {
		font-size: 18px !important;
	}

	.ntxt {
		padding: 0px 15px;
	}

	.ntxt1 {
		padding-left: 8px;
	}

	.ntxt::after {
		margin-left: 1.5em;
		vertical-align: 0.5em;
	}

	.castourl {
		width: 40px;
	}

	.headingtxt {
		padding-right: 30px;
	}

	.headbg {
		font-size: 18px !important;
	}

	.diginput {
		font-size: 14px !important;
	}

	.btn-primary {
		font-size: 12px;
	}

	.btn-primary1 {
		font-size: 20px;
		line-height: normal;
	}

	.logospace {
		padding-left: 0px;
	}

	.sbtn {
		font-size: 1rem !important;
	}

	.label {
		font-size: 14px !important;
	}

	.diginput2 {
		font-size: 1.75rem !important;
	}

	.title {
		font-size: 22px;
	}

	.meter1 {
		float: left;
		width: 30px !important;
		padding: 0rem 0.475rem !important;
		text-align: center;
	}

	.button1 {
		margin-top: -95px;
		margin-left: 10px !important;
	}

	.output {
		padding: 30px 140px;
		font-family: castolabel !important;
	}

	.bg1 {
		background-image: url(../images/Output_Button2.png);
		height: 146px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.sub-title {
		font-size: 14px;
		padding: 0px 90px;
	}

	.bg2 {
		background-image: url(../images/Green_300.png);
		height: 254px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.bg3 {
		background-image: url(../images/Blue_300.png);
		height: 254px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.aoutput-1 {
		padding: 45px 5px 0px 45px;
		font-size: 17px;
	}

	.aoutput2-1 {
		font-size: 22px;
		line-height: 30px;
	}

	.output-1 {
		padding: 15px 15px 30px 70px;
		font-size: 22px;
	}

	.output2-1 {
		font-size: 26px;
		line-height: 40px;
	}

	/*  */
	.aoutput-2 {
		padding: 45px 55px 0px 0px;
		font-size: 17px;
	}

	.aoutput2-2 {
		font-size: 22px;
		line-height: 30px;
	}

	.output-2 {
		padding: 15px 55px 30px 0px;
		font-size: 22px;
	}

	.output2-2 {
		font-size: 26px;
		line-height: 40px;
	}

	.nbg2 {
		background-image: url(../images/L-357.png);
		height: 148px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.nbg3 {
		background-image: url(../images/R-297-1.png);
		height: 148px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.goutput-1 {
		padding: 36px 30px 0px 10px;
		font-size: 16px;
	}

	.goutput-2 {
		padding: 64px 20px 0px 0px;
		font-size: 16px;
		line-height: normal;
	}

	.boutput-1 {
		padding: 36px 10px 0px 10px;
		font-size: 16px;
		line-height: normal;
	}

	.boutput-2 {
		padding: 55px 7px 0px 0px;
		font-size: 16px;
		line-height: normal;
	}

	.astricktext {
		padding: 0px 30px;
		font-size: 12px;
	}

	.belement-1 {
		padding-top: 60px;
		font-size: 42px;
		line-height: 42px;
	}

	.gelement-1 {
		padding-top: 60px;
		font-size: 20px;
		line-height: 35px;
	}

	.input-txt {
		font-size: 14px !important;
	}

	.form-select {
		font-size: 14px !important;
	}

	.stext1 {
		font-size: 14px;
	}

	.stext2 {
		font-size: 14px;
	}

	.atext {
		font-size: 12px;
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 35px;
		padding-left: 14%;
	}

	#result-2 .wall,
	#result-2 .ceil {
		position: absolute;
		margin-top: 35px;
		padding-left: 16.5%;
	}

	#result-2 .wall,
	#result-3 .ceil {
		position: absolute;
		margin-top: 35px;
		padding-left: 16%;
	}

	.b2 {
		position: absolute;
		left: 37%;
		width: 54%;
	}

	.c2 {
		position: absolute;
		left: 11%;
		width: 27%;
	}

	.single .goutput-2 {
		padding: 51px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 15px;
	}

	.single .c2 {
		position: absolute;
		left: 11%;
		width: 27%;
	}

	.options .goutput-2 {
		padding: 51px 20px 0px 0px;
		font-size: 15px;
	}

	.goutput-2.text2 {
		padding: 50px 20px 0px 0px;
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 35px;
		padding-left: 15%;
	}
}

@media (max-width: 1024px) {

	.btn-group-lg>.btn,
	.btn-lg {
		padding: .5rem 1rem;
		font-size: 1rem !important;
		border-radius: .3rem;
		border: 1px solid #0078D7 !important;
	}

	.nbg2 {
		background-image: url(../images/L-297.png);
		height: 148px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.b2 {
		position: absolute;
		left: 36%;
		width: 64%;
	}

	.boutput-2 {
		padding: 55px 7px 0px 0px;
		font-size: 13px;
		line-height: normal;
	}

	.belement-1 {
		padding-top: 56px;
		font-size: 40px;
		line-height: 40px;
	}

	.b1 {
		position: absolute;
		left: 0;
		width: 65%;
		padding-left: 13px;
	}
	.fs-16 {
		font-size: 13px;
	}
}

@media (max-width: 992px) {
	.alnbtm {
		padding-top: 0px !important;
	}

	.space4 {
		padding-bottom: 10px;
		margin: 31px 0px 0px 0px;
	}

	.castsiteimg {
		width: 35px;
		padding: 5px 0px;
	}

	.btn-secondary {
		font-size: 14px !important;
	}

	.dropdown-item {
		font-size: 14px !important;
	}

	.ntxt {
		padding: 5px 15px;
	}

	.ntxt1 {
		padding-left: 8px;
	}

	.castourl {
		width: 35px;
	}

	.headingtxt {
		padding-right: 20px;
	}

	.headbg {
		font-size: 14px !important;
	}

	.btn-primary1 {
		font-size: 16px;
		line-height: normal;
	}

	.input-group-text {
		/* padding: 1.1rem 0.075rem !important; */
		padding: 0.6rem 0.15rem !important;
		font-family: castolabel !important;
	}

	.logospace {
		padding-left: 0px;
	}

	.sbtn {
		padding: 25px 5px !important;
		font-size: 1rem !important;
	}

	.atext {
		font-size: 12px;
		padding: 0px 10px !important;
	}

	.btext {
		padding: 0px !important;
	}

	.title {
		font-size: 18px;
		padding-top: 10px;
	}

	/*.btn
	{
		padding: 10px 10px !important;
		font-size: 10px !important;
	}*/
	.sub-title {
		font-size: 14px;
		padding: 0px 25px;
	}

	.label {
		font-family: castolabel !important;
		color: #0078D7 !important;
		font-size: 14px !important;
	}

	.meter1 {
		float: left;
		width: 22px !important;
		padding: 0.175rem 0.2rem !important;
		text-align: center;
	}

	.inputpad4 {
		padding-top: 15px;
	}

	.bg1 {
		background-image: url(../images/Output_Button2.png);
		height: 146px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.output {
		padding: 30px 65px;
		font-family: castolabel !important;
	}

	.bg2 {
		background-image: url(../images/230_Green.png);
		height: 184px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.bg3 {
		background-image: url(../images/230_Blue.png);
		height: 184px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.aoutput-1 {
		padding: 30px 5px 0px 45px;
		font-size: 13px;
	}

	.aoutput2-1 {
		font-size: 18px;
		line-height: 30px;
	}

	.output-1 {
		padding: 5px 15px 30px 70px;
		font-size: 16px;
		line-height: 20px;
	}

	.output2-1 {
		font-size: 22px;
		line-height: 30px;
	}

	/*  */
	.aoutput-2 {
		padding: 30px 50px 0px 10px;
		font-size: 13px;
	}

	.aoutput2-2 {
		font-size: 18px;
		line-height: 30px;
	}

	.output-2 {
		padding: 5px 55px 30px 0px;
		font-size: 16px;
		line-height: 20px;
	}

	.output2-2 {
		font-size: 22px;
		line-height: 30px;
	}

	.nbg2 {
		background-image: url(../images/L-297.png);
		height: 121px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.nbg3 {
		background-image: url(../images/R-297-1.png);
		height: 121px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.goutput-1 {
		padding: 30px 20px 0px 0px;
		font-size: 12px;
		line-height: 15px;
	}

	.goutput-2 {
		padding: 48px 7px 0px 0px;
		font-size: 12px;
		line-height: 15px;
	}

	.goutput-2.text2 {
		padding: 36px 7px 0px 0px;
		font-size: 13px;
		line-height: 15px;
	}

	.boutput-1 {
		padding: 30px 10px 0px 10px;
		font-size: 13px;
		line-height: 15px;
	}

	.boutput-2 {
		padding: 48px 7px 0px 0px;
		font-size: 13px;
		line-height: 15px;
	}

	.astricktext {
		padding: 0px 20px;
	}

	.belement-1 {
		padding-top: 46px;
		font-size: 34px;
		line-height: 32px;
	}

	.gelement-1 {
		padding-top: 47px;
		font-size: 16px;
		line-height: 30px;
	}

	.nrec {
		padding-top: 10px !important;
	}

	.title-result {
		line-height: 1.7;
	}

	.b2 {
		position: absolute;
		left: 38%;
		width: 59%;
	}
}

@media (max-width: 960px) {
	.form-select {
		display: block;
		width: 100%;
		padding: .6rem 2.25rem .6rem .75rem;
	}

	.btn-group-lg>.btn,
	.btn-lg {
		padding: .6rem 1rem;
	}

	.c2 {
		position: absolute;
		left: 9%;
		width: 28%;
	}

	.c1 {
		position: absolute;
		left: 63%;
		width: 29%;
	}

	.options .goutput-2 {
		padding: 33px 30px 0px 0px;
		font-size: 14px;
	}

	.b2 {
		position: absolute;
		left: 35%;
		width: 64%;
	}

	.goutput-2.text2 {
		font-size: 14px;
		line-height: 1.3;
	}

	.b1 {
		position: absolute;
		left: 7%;
		width: 57%;
		padding-left: 13px;
	}
}

@media (max-width: 896px) {

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 63px;
		padding-left: 21%;
		font-size: 12px;
	}

	.title-result {
		line-height: 2.5;
	}

	.goutput-2 {
		padding: 87px 17px 0px 0px;
		font-size: 14px;
		line-height: 15px;
	}

	.c2 {
		/* position: absolute;
  left: 17%;
  width: 23%;*/
		position: absolute;
		left: 0%;
		width: 34%;
	}

	.gelement-1 {
		padding-top: 88px;
		font-size: 20px;
		line-height: 30px;
	}

	.b2 {
		position: absolute;
		left: 36%;
		width: 59%;
	}

	.goutput-2.text2 {
		padding: 64px 14px 0px 0px;
		font-size: 17px;
		line-height: 1.2;
	}

	.nbg3 {
		background-image: url(../images/R-357-1.png);
		height: 202px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.single .c2 {
		position: absolute;
		left: 0%;
		width: 34%;
	}

	.single .b2 {
		position: absolute;
		left: 37%;
		width: 57%;
	}

	.single .goutput-2 {
		padding: 68px 4px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 17px;
	}

	.options .goutput-2 {
		padding: 64px 14px 0px 0px;
		font-size: 17px;
		line-height: 1.2;
	}
}

@media (max-width: 800px) {
	.nbg2 {
		background-image: url(../images/L-297.png);
		height: 126px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.belement-1 {
		padding-top: 46px;
		font-size: 37px;
		line-height: 37px;
	}
}

@media (max-width: 768px) {
	.nbg2 {
		background-image: url(../images/L-357.png);
		height: 150px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.mt-4-md,
	.mt-3-md,
	.mt-2-md,
	.mt-1-md {
		/*margin-top: 0 !important*/
	}

	.mt-1-small {
		margin-top: 0.75rem !important;
	}

	.title {
		font-size: 24px;
	}

	.bg2 {
		background-image: url(../images/Green_350.png);
		height: 296px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.bg3 {
		background-image: url(../images/Blue_350.png);
		height: 296px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.b1 {
		position: absolute;
		left: 1%;
		width: 64%;
	}

	.c1 {
		position: absolute;
		left: 66%;
		width: 34%;
	}

	.b2 {
		position: absolute;
		left: 37%;
		width: 84%;
		padding-right: 75px;
	}

	.c2 {
		position: absolute;
		left: 0%;
		width: 34%;
	}

	.nbg3 {
		background-image: url(../images/R-357-1.png);
		height: 156px;
		background-position: center;
		background-repeat: no-repeat;
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 33px;
		padding-left: 25%;
	}

	.boutput-1 {
		padding: 50px 35px 0px 35px;
		font-family: castolabel !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
	}

	.boutput-2 {
		padding: 63px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 14px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
		font-weight: normal;
	}

	.goutput-1 {
		padding: 50px 70px 0px 30px;
		font-family: castolabel !important;
		font-size: 16px;
		color: rgba(0, 0, 0, .8);
		line-height: 20px;
	}

	.goutput-2 {
		padding: 67px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
		font-weight: normal;
	}

	.goutput-2.text2 {
		padding: 67px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
		font-weight: normal;
	}

	.belement-1 {
		padding-top: 58px;
		font-size: 45px;
		line-height: 45px;
	}

	.gelement-1 {
		padding-top: 55px;
		font-size: 26px;
		line-height: 50px;
	}

	.diginput {
		font-size: 20px !important;
	}

	.headbg {
		margin-top: 20px;
	}

	#pcode.form-control {
		padding: .75rem .75rem;
	}

	.text-center.left {
		text-align: left !important
	}

	.alnbtm {
		padding-bottom: 5px !important;
	}

	.alnbtm2 {
		padding-bottom: 5px !important;
	}

	.form-select {
		display: block;
		width: 100%;
		padding: .7rem 2.25rem .7rem .75rem;
	}

	.space4 {
		padding-bottom: 10px;
		margin: 5px 0px 0px 0px;
	}

	.marginlab {
		margin-top: 0px;
	}

	.single .b2 {
		position: absolute;
		left: 37%;
		width: 81%;
	}

	.mb-768 {
		margin-bottom: 1rem;
	}
}

@media (max-width: 600px) {

	.td {

		height: 195px;
	  }

	.nbg4 {
		width: 540px;
    height: 360px;
	}
	.text-2 {
		width: 100%;
		background-color: #0078D7;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 0px;
		font-size: 21px;
		color: #fff;
		font-family: castolabel !important;
		height: 60px;
	  }
	  #result-4 {display: block !important;}
	  #result-3 {display: none !important;}
	  
}

@media (max-width: 576px) {

	.mt-4-md,
	.mt-3-md,
	.mt-2-md,
	.mt-1-md {
		margin-top: 0 !important
	}

	.tpad {
		padding: 0px 150px;
	}


	.dropdown-item {
		font-size: 18px !important;
	}

	.ntxt::after {
		margin-left: 4em;
	}

	.output {
		padding: 30px 100px;
		font-family: castolabel !important;
	}

	.label {
		font-size: 16px !important;
		padding-right: 30px;
	}

	.stext1 {
		font-size: 16px;
	}

	.stext2 {
		font-size: 16px;
	}

	.sub-title {
		font-size: 16px;
		padding: 0px 25px;
	}

	.boutput-1 {
		padding: 50px 40px 0px 40px;
	}

	.gelement-1 {
		/*padding-left: 20px;*/
	}

	.b2 {
		padding-right: 37px;
		left: 40%;
		width: 49%;
	}

	.c2 {
		position: absolute;
		left: 18%;
		width: 22%;
	}

	.input-txt {
		font-size: 16px !important;
	}

	.form-select {
		font-size: 16px !important;
	}

	.noinputpad {
		padding-top: 0 !important;
		margin-top: 0 !important
	}

	.goutput-2.text2 {
		padding: 44px 19px 0px 0px;
		font-size: 16px;
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 33px;
		padding-left: 48%;
	}

	.single .c2 {
		position: absolute;
		left: 20%;
		width: 20%;
	}

	.single .b2 {
		position: absolute;
		left: 41%;
		width: 46%;
	}

	.input-group-text {
		padding: 0.6rem 0.275rem !important;
	}


	.nbg4 {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.nbg3 {
		background-image: url(../images/R-407-1.png);
		height: 145px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.gelement-1 {
		padding-top: 52px;
		font-size: 26px;
		line-height: 50px;
	}

	.mtop {
		margin-top: 10px;
	}

	.tpad {
		padding: 0px 115px;
	}

	.ntxt::after {
		margin-left: 3em;
	}

	.output {
		padding: 30px 70px;
		font-family: castolabel !important;
	}

	.belement-1 {
		/*padding-left: 24px;*/
	}

	.gelement-1 {
		/*padding-left: 15px;*/
	}

	.boutput-2 {
		padding: 45px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 16px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
		font-weight: normal;
	}

	.boutput-1 {
		padding: 50px 30px 0px 30px;
	}

	.b1 {
		position: absolute;
		left: 15%;
		width: 46%;
	}

	.c1 {
		position: absolute;
		left: 61%;
		width: 23%;
	}

	.c2 {
		position: absolute;
		left: 16%;
		width: 23%;
	}

	.nbg2 {
		background-image: url(../images/L-407-small.png);
	}

	.nbg3 {
		background-image: url(../images/R-407-1-small.png);
	}

	.goutput-2 {
		padding: 80px 20px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
		font-weight: normal;
	}

	.goutput-2.text2 {
		padding: 35px 12px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 16px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
		font-weight: normal;
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 34px;
		padding-left: 50%;
	}

	.b2 {
		padding-right: 37px;
		left: 39%;
		width: 53%;
	}

	.goutput-2 {
		padding: 62px 68px 0px 0px;
		font-family: castolabel_bold !important;
		font-size: 20px;
		color: rgba(0, 0, 0, .8);
		line-height: normal;
		font-weight: normal;
	}

	.headbg {
		font-family: castolabel !important;
		font-size: 17px !important;
		line-height: normal;
	}

	.mt-5 {
		margin-top: 1rem !important;
		margin-bottom: 0.5rem !important;
	}


}

@media (max-width: 480px) {
	.td .text-1 {
		font-size: 15px;
	}

	.td .text-2 {
		font-size: 17px;
	}

	.h-100 {
		height: 52px !important;
	}

	.c2 {
		position: absolute;
		left: 12%;
		width: 26%;
	}

	.b2 {
		padding-right: 37px;
		left: 39%;
		width: 56%;
	}

	.b1 {
		position: absolute;
		left: 13%;
		width: 49%;
	}

	.c1 {
		position: absolute;
		left: 62%;
		width: 25%;
	}




}

@media (max-width: 428px) {
	.nbg3 {
		background-image: url(../images/R-407-1.png);
		height: 140px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.nbg3.single {
		margin-bottom: 1rem
	}

	.b1 {
		position: absolute;
		left: 7%;
		width: 56%;
	}

	.boutput-2 {
		padding: 44px 20px 0px 0px;
	}

	.goutput-2 {
		padding: 48px 14px 0px 0px;
	}

	.c1 {
		position: absolute;
		left: 64%;
		width: 28%;
	}

	.c2 {
		position: absolute;
		left: 3%;
		width: 32%;
	}

	.gelement-1 {
		padding-left: 0px;
		text-align: center;
	}

	.belement-1 {
		padding-left: 0;
		text-align: center;
	}

	.space4 {
		padding-bottom: 10px;
		margin: 5px 0px 0px 0px;
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 28px;
		padding-left: 50%;
	}

	.gelement-1 {
		padding-top: 49px;
		font-size: 26px;
		line-height: 50px;
	}

	.goutput-2.text2 {
		padding: 39px 13px 0px 0px;
		font-size: 16px;
	}

	.single .c2 {
		position: absolute;
		left: 3%;
		width: 32%;
	}

	.single .b2 {
		position: absolute;
		left: 37%;
		width: 66%;
	}

	.b2 {
		padding-right: 37px;
		left: 37%;
		width: 64%;
	}

	.single.piece .c2 {
		position: absolute;
		left: 1%;
		width: 33%;
	}

	.single.piece .b2 {
		position: absolute;
		left: 37%;
		width: 66%;
	}

	.h-42 {
		height: 46px !important;
	}
}

@media (max-width: 414px) {
	.nbg3 {
		background-image: url(../images/R-357-1.png);
		height: 140px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.b2 {
		padding-right: 37px;
		left: 37%;
		width: 66%;
	}

	.c2 {
		position: absolute;
		left: 5%;
		width: 31%;
	}

	.goutput-2.text2 {
		padding: 31px 13px 0px 0px;
		font-size: 16px;
	}

	.options .goutput-2 {
		padding: 31px 10px 0px 0px;
		font-size: 17px;
		line-height: 1.2;
	}

	.options.piece .goutput-2 {
		padding: 32px 9px 0px 0px;
		font-size: 17px;
		line-height: 1.2;
	}

	.h-42 {
		height: 46px !important;
	}

	.boutput-2 {
		padding: 44px 5px 0px 0px;
	}

	.b1 {
		position: absolute;
		left: 6%;
		width: 57%;
	}
}

@media (max-width: 393px) {
	.nbg3 {
		background-image: url(../images/R-357-1.png);
		height: 140px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.c1 {
		position: absolute;
		left: 65%;
		width: 31%;
	}

	.c2 {
		position: absolute;
		left: 4%;
		width: 31%;
	}

	.boutput-2 {
		padding: 66px 0px 0px 0px;
	}

	.goutput-2 {
		padding: 58px 10px 0px 0px;
		font-size: 18px
	}

	.goutput-2.text2 {
		padding: 58px 0px 0px 0px;
		font-size: 18px
	}

	#result-2 .couleurs,
	#result-3 .couleurs {
		position: absolute;
		margin-top: 28px;
		padding-left: 53%;
	}

	.nbg3 {
		background-image: url(../images/R-357-1.png);
		height: 140px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.c1 {
		position: absolute;
		left: 65%;
		width: 31%;
	}

	.c2 {
		position: absolute;
		left: 4%;
		width: 31%;
	}

	.boutput-2 {
		padding: 44px 0px 0px 0px;
	}

	.goutput-2 {
		padding: 58px 0px 0px 0px;
		font-size: 18px
	}

	.goutput-2.text2 {
		padding: 30px 0px 0px 0px;
		font-size: 18px
	}

	.b1 {
		position: absolute;
		left: 3%;
		width: 61%;
	}
}

@media (max-width: 375px) {

	.nbg4 {
		height: 534px;
		background-color: #f2f1f3;
		border-radius: 10px;
		/*width: 520px !important*/
		/*width: 100%;*/
		min-width: 330px;
		width: 65%;
		  margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 0px;
		  display: block;
	}
	.nbg4.techsun {
		height: 470px;
		
	}

	.headbg {
		font-family: castolabel !important;
		font-size: 16px !important;
		line-height: normal;
	}

	.b1 {
		position: absolute;
		left: 1%;
		width: 64%;
	}

	.b2 {
		position: absolute;
		left: 35%;
		width: 69%;
		padding-right: 20px;
	}

	.boutput-2 {
		padding: 44px 20px 0px 0px;
	}

	.c1 {
		position: absolute;
		left: 66%;
		width: 32%;
		;
	}

	.c2 {
		position: absolute;
		left: 0%;
		width: 34%;
	}

	.gelement-1 {
		padding-left: 0px;
		text-align: center;
	}

	.belement-1 {
		padding-left: 0;
		text-align: center;
	}

	.goutput-2 {
		padding: 50px 10px 0px 0px;
		font-size: 18px;
	}

	.goutput-2.text2 {
		padding: 35px 20px 0px 0px;
		font-size: 18px;
	}

	.surface {
		line-height: 1;
		width: 100%;
		font-size: 13px;
		padding: 8px 9px;
	}
}

.blink-image {
	-moz-animation: blink normal 2s infinite ease-in-out;
	/* Firefox */
	-webkit-animation: blink normal 2s infinite ease-in-out;
	/* Webkit */
	-ms-animation: blink normal 2s infinite ease-in-out;
	/* IE */
	animation: blink normal 2s infinite ease-in-out;
	/* Opera and prob css3 final iteration */
	margin-top: 2px;
}

.couleurs {
	text-decoration: underline !important;
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* IE */
@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Opera and prob css3 final iteration */
@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

.bi {
	color: #fff;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
	border: 1px solid #0078D7 !important;
}

.text-justify {
	text-align: justify;
}

.fili {
	border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.opened button,
.closed button {
	width: 100%
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 85% !important;
	}
}

.wire {
	cursor: pointer;
}

.wire img:hover {
	opacity: 0.7
}

#result-3,
#result-4,
#result-5,
#result-6,
#result-7,
#result-8 {
	float: left;
}

.cursor-btn {
	cursor: pointer;
}

.store ul {
	margin-top: 20px;
}

.store li {
	font-size: 15px;
}

#showStorebanne ul {
	text-align: left;
	padding:10px 20px;
	font-size: 15px;
	min-height: 205px;
}

#showMotor p {
	text-align: center;
  font-size: 16px;
  padding: 0 20px;
}

.ct1 img, .ct2 img {
	width: 41px;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
  }

  .castourl1 {
	width: 40px;
	height: 40px;
	margin: 5px;

  }

  .dom {
	margin-top: 17px;
  }


  .video-container {
	position: relative;
	width: 100%; /* Largeur de la vidéo */
	height: auto; /* Hauteur de la vidéo */
	cursor: pointer;
	margin-bottom: 5px;
}

.video-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.video-container video {
	width: 100%;
	height: 100%;
}
.radio {
	text-align: center;
}

.img-coffre img{
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.coffre input {
	margin: 0 auto;
  display: block;
  text-align: center;
}

.coffre label {
	text-align: center;
  display: inherit;
}

.radio-image {
	display: flex;
	flex-direction: column; /* Organise les éléments en colonne */
	align-items: center; /* Centre les éléments horizontalement */
	margin-bottom: 20px; /* Espacement entre les groupes de radio-image */
	font-size: 13px;
	text-align: center;
}

.info .bi {
	font-size:20px;
	cursor: pointer;
}

.border-right {
	border-right:1px solid #e3e3e3;
}

@media(max-width:480px){
	.border-right { border:none;}
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.btn-tertiary {
	position: relative;
	display: inline-flex;
	align-items: center;
}

#spin {
	margin-left: 0.5em;
	animation: spin 1s linear infinite;
	display: none;
}

/* Classe pour afficher l'icône de rafraîchissement lors du clic sur le bouton */
.show-spinner #spin {
	display: inline-block;
}

.show-spinner .bi-send {
	display: none;
}

.show-spinner span {
	display: none;
}



.star-rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	font-size: 2rem;
	direction: rtl;
}

.star-rating input {
	display: none;
}

.star-rating label {
	color: #ddd;
	cursor: pointer;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
	color: #f5c518;
}

textarea.form-control {text-align: left;}