@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
.instal {
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #000;
	max-width: 1286px;
	margin: 0 auto;
	line-height: 1;
}

.instal .flex {
	display: flex;
}

.instal .align-center {
	align-items: center;
}

.instal strong, .instal b {
	font-weight: 400;
}

.instal header {
	padding: 1rem;
}

.instal h1 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.instal header p {
	font-size: 1.1rem;
}

.instal header .checklist_mob {
	display: none;
	margin-top: 0.5rem;
	text-align: center;
}

.instal nav {
	background-color: #fff;
	position: sticky;
	top: 78px;
	z-index: 1;
}

.instal nav ul {
	padding: 0.3rem 0.5rem 0;
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.34);
}

.instal nav .sub {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #f4efef;
	transition: all 0.3s;
}

.instal nav .sub.visible {
	max-height: 5rem;
	padding: 0.3rem 0.5rem 0;
}

.instal nav ul:not(.sub) {
	position: relative;
	z-index: 1;
}

.instal nav ul:not(.sub) li:not(:last-of-type) {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid;
	height: 32px;
	box-sizing: content-box;
	position: relative;
	cursor: pointer;
}

.instal nav .sub li {
	border: 0;
	font-weight: 400;
	font-size: 1rem;
	padding: 0.8rem 1rem;
	cursor: pointer;
}

.instal nav ul:not(.sub) li:first-of-type {
	padding-left: 0;
}

.instal nav ul:not(.sub) li:nth-of-type(5) {
	padding-right: 0;
}

.instal nav ul:not(.sub) li:not(:last-of-type):before {
	content: '';
	width: 30px;
	height: 29px;
	flex-shrink: 0;
	background: url('../images/installation/icons_nav.png') 0 0 no-repeat;
	margin-right: 0.5rem;
}

.instal nav ul:not(.sub) li:nth-of-type(2):before {
	background-position: 0 -29px;
}

.instal nav ul:not(.sub) li:nth-of-type(3):before {
	background-position: 0 -58px;
	width: 29px;
}

.instal nav ul:not(.sub) li:nth-of-type(5):before {
	background-position: 0 -87px;
	width: 31px;
	height: 32px;
}

.instal nav ul:not(.sub) li:nth-of-type(4):before {
	background-position: 0 -119px;
	width: 36px;
	height: 32px;
}

.instal nav ul:not(.sub) li:nth-of-type(6):before {
	background-position: 0 -151px;
	width: 33px;
	height: 32px;
}

.instal nav ul:not(.sub) li.current:after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #e74238;
}

.instal nav ul:not(.sub) li:last-of-type {
	flex: 1;
	text-align: center;
}

#checklist, #checklist_mob {
	border: 0;
    background-color: #e74238;
    color: #fff;
    display: inline-block;
    width: max-content;
    font-weight: 400;
    padding: 0.4rem 1rem;
    font-size: 1rem;
	line-height: 1;
    border-radius: 20px;
	cursor: pointer;
    transition: box-shadow 0.3s;
}

.instal nav ul:not(.sub) li:last-of-type button:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.instal nav ul:not(.sub) li:last-of-type button:active {
	box-shadow: none;
}

.instal .cabinet {
	height: 734px;
	background: url('../images/installation/cabinet.jpg') 0 0 no-repeat;
	position: relative;
}

.instal .cabinet i {
	background: url('../images/installation/loupe.png') 5px 5px no-repeat #f29100;
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}

.instal .cabinet i:hover {
	background-color: #e74238;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.instal .cabinet i:active {
	box-shadow: none;
}

.instal .cabinet [data-target="divans"] {
	left: 54%;
	top: 42%;
}

.instal .cabinet [data-target="lampes"] {
	left: 57%;
	top: 29%;
}

.instal .cabinet [data-target="tabourets"] {
	left: 84%;
	top: 65%;
}

.instal .cabinet [data-target="marchepieds"] {
	left: 48%;
	top: 84%;
}

.instal .cabinet [data-target="gueridons"] {
	left: 31%;
	top: 75%;
}

.instal .cabinet [data-target="paravents"] {
	left: 20%;
	top: 45%;
}

.instal [data-section="cabinet"] > div:not(.cabinet) {
	overflow: hidden;
	position: relative;
}

.instal [data-section="cabinet"] > div:not(.cabinet) [data-section]:not(.visible) {
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.instal [data-section="cabinet"] [data-section] > div {
	background-color: #f4efef;
	margin: 1rem 0;
	border-radius: 10px;
	padding: 1rem;
}

.instal [data-section="cabinet"] [data-section="packs"] > div {
	background-color: #deeeee;
}

.instal [data-section="cabinet"] [data-section] > div > div:first-of-type {
	flex: 2;
	flex-direction: column;
	justify-content: space-between;
}

.instal [data-section="cabinet"] [data-section] > div > div:first-of-type .links {
	align-self: center;
}

.instal [data-section="cabinet"] [data-section] > div > div:first-of-type .links a {
    background-color: #e74238;
    color: #fff;
	display: inline-block;
	width: max-content;
    font-weight: 500;
    padding: 0.5rem 1rem;
	font-size: 1rem;
    border-radius: 20px;
	transition: box-shadow 0.3s;
}

.instal [data-section="cabinet"] [data-section] > div > div:first-of-type .links a:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.instal [data-section="cabinet"] [data-section] > div > div:first-of-type .links a:active {
	box-shadow: none;
}

.instal [data-section="cabinet"] h2 {
	font-size: 1.5rem;
	font-weight: 500;
}

.instal [data-section="cabinet"] [data-section] > div > div:first-of-type p {
	font-size: 1.1rem;
	padding: 0.3rem 1rem;
}

.instal [data-section="cabinet"] [data-section] > div > div:first-of-type p span {
	font-weight: 500;
	font-size: 1.5rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.instal .product {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.instal  .product > p:first-of-type {
	width: 200px;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 0.5rem auto;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.instal .product img {
	max-width: 95%;
	transition: 0.3s;
}

.instal .product:hover img {
	max-width: 100%;
}

.instal .product h3, .instal .product h4 {
	font-size: 1rem;
	font-weight: 500;
	min-height: 3rem;
}

.instal .product .brand {
	text-transform: uppercase;
	font-size: 1rem;
}

.instal .product .price {
	background-color: #e3dede;
    width: fit-content;
    margin: 0.5rem auto;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.instal .product .price span {
	font-size: 0.9rem;
}

.instal .product .price .barre {
	font-size: 0.8rem;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}

.instal .product .price .barre:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 7px;
	transform: rotate(-22deg);
}

.instal .product a {
	background-color: #15606a;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.3rem 1.5rem;
    border-radius: 20px;
	display: inline-block;
	transition: box-shadow 0.3s;
}

.instal .product a:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.instal .product a:active {
	box-shadow: none;
}

.instal .accord [data-section] {
	background-color: #cfe09b;
}

.instal .accord [data-section]:before {
	content: '';
	width: 100%;
	height: 136px;
	background: url('../images/installation/diag_general.jpg') 0 0 no-repeat;
	display: block;
}

.instal .accord h2 {
	background-color: #3faf6c;
    max-width: 85%;
    margin: -27px auto 0 auto;
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 1rem 0;
    text-align: center;
    border-radius: 10px;
}

.instal .accord [data-section] > div {
    max-width: 85%;
	margin: 0 auto;
	padding: 1rem 0;
}

.instal .accord h3 {
	background-color: #f4efef;
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.2s;
}

.instal .accord h3.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.instal .accord h3:after {
	content: '';
	width: 19px;
	height: 14px;
	background: url('../images/installation/handle.png') 0 0 no-repeat;
	transition: transform 0.3s;
}

.instal .accord h3.open:after {
	transform: rotate(180deg);
}

.instal .accord .dropdown {
	max-height: 0;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	flex-wrap: wrap;
	column-gap: 0.5rem;
	transition: all 0.3s ease-out;
}

.instal .accord h3.open + .dropdown {
	max-height: 100rem;
	padding: 1rem 2rem;
	margin-bottom: 0.5rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.instal .accord .catlink {
	flex-shrink: 0;
	width: 100%;
	text-align: center;
	margin-top: 0.5rem;
}

.instal .accord .catlink a {
    background-color: #e74238;
    color: #fff;
    font-weight: 400;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    line-height: 1;
	display: inline-block;
	margin-top: 0.5rem;
	text-wrap: nowrap;
    border-radius: 20px;
    cursor: pointer;
    transition: box-shadow 0.3s;
}

.instal .accord .catlink a:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.instal .accord .catlink a:active {
	box-shadow: none;
}

.instal .accord [data-section="specialise"] {
	background-color: #b4dfce;
}

.instal .accord [data-section="specialise"]:before {
	background-image: url('../images/installation/specialise.jpg');
}

.instal .accord [data-section="specialise"] h2 {
	background-color: #63bc99;
}

.instal .accord [data-section="poids"] {
	background-color: #8bbfe1;
}

.instal .accord [data-section="poids"]:before {
	background-image: url('../images/installation/poids_mesure.jpg');
}

.instal .accord [data-section="poids"] h2 {
	background-color: #3d95cc;
}

.instal .accord [data-section="conso"] {
	background-color: #71708f;
}

.instal .accord [data-section="conso"]:before {
	background-image: url('../images/installation/consommables.jpg');
}

.instal .accord [data-section="conso"] h2 {
	background-color: #474567;
}

.instal .accord [data-section="pansement"] {
	background-color: #8baddc;
}

.instal .accord [data-section="pansement"]:before {
	background-image: url('../images/installation/pansements.jpg');
}

.instal .accord [data-section="pansement"] h2 {
	background-color: #5972b6;
}

.instal .accord [data-section="hygiene"] {
	background-color: #b6bdd5;
}

.instal .accord [data-section="hygiene"]:before {
	background-image: url('../images/installation/hygiene.jpg');
}

.instal .accord [data-section="hygiene"] h2 {
	background-color: #8692b9;
}

.instal .accord [data-section="instrum"] {
	background-color: #bf768a;
}

.instal .accord [data-section="instrum"]:before {
	background-image: url('../images/installation/instruments.jpg');
}

.instal .accord [data-section="instrum"] h2 {
	background-color: #951b3d;
}

.instal .accord [data-section="vitale"] {
	background-color: #f7bd66;
}

.instal .accord [data-section="vitale"]:before {
	background-image: url('../images/installation/vitale.jpg');
}

.instal .accord [data-section="vitale"] h2 {
	background-color: #f29100;
}

.instal .accord [data-section="salle"] {
	background-color: #f18e88;
}

.instal .accord [data-section="salle"]:before {
	background-image: url('../images/installation/fournitures.jpg');
}

.instal .accord [data-section="salle"] h2 {
	background-color: #e74238;
}

/*
.instal .distri {
	background: url('../images/installation/cabinet-medical.jpg') 0 0 no-repeat #f5f5f5;
	padding: 1rem 1rem 1rem calc(553px + 1rem);
	font-size: 1rem;
}
*/

.instal .distri {
	background: #f5f5f5;
	font-size: 1rem;
}

.instal .distri:before {
	content: '';
	background: url('../images/installation/cabinet-medical.jpg') 0 0 no-repeat;
	width: 553px;
	height: 446px;
	flex-shrink: 0;
}

.instal .distri > div {
	padding: 2rem;
}

.instal .distri h2, .instal .steps h2 {
	font-size: 1.4rem;
	font-weight: 500;
}

.instal .distri h2:after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background-color: #f29100;
	margin: 1rem 0 2rem;
}

.instal .distri > div > div {
	margin-bottom: 1rem;
}

.instal .distri > div > div:before {
	content: '';
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/installation/icons_reassur.png') 0 0 no-repeat #f29100;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 1rem;
}

.instal .distri > div > div:nth-of-type(2):before {
	background-position: 0 -60px;
}

.instal .distri > div > div:last-of-type:before {
	background-position: 0 -120px;
}

#checklist_foot {
	cursor: pointer;
}

.instal .steps {
	padding: 1rem;
	font-size: 1rem;
}

.instal .steps h2 {
	text-align: center;
	margin-bottom: 2rem;
}

.instal .steps > div > div {
	flex: 1;
	border-right: 3px solid #000;
	margin-right: 1rem;
	align-self: stretch;
}

.instal .steps > div > div:last-of-type {
	border: 0;
	margin-right: 0;
}

.instal .steps > div > div:before {
	content: '1';
    background-color: #15606a;
    color: #fff;
    font-weight: 400;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 1rem;
}

.instal .steps > div > div:nth-of-type(2):before {
	content: '2';
}

.instal .steps > div > div:nth-of-type(3):before {
	content: '3';
}

.instal .steps > div > div:last-of-type:before {
	content: '4';
}

.instal .closing {
	background-color: #f7bd66;
	font-size: 1rem;
	padding: 1.5rem 3rem;
}

.instal .closing > div {
	flex: 3;
}

.instal .closing > p {
	flex: 1;
	text-align: center;
}

.instal .closing div p:first-of-type {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.instal .closing a {
    background-color: #fff;
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
	transition: box-shadow 0.3s;
}

.instal .closing a:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.instal .closing a:active {
	box-shadow: none;
}

@media(max-width: 1407px) {
	.instal .cabinet {
		height: 639px;
		background-size: contain;
	}
}

@media(max-width: 1216px) {
	.instal .cabinet {
		height: 530px;
	}
	
	.instal nav {
		top: 0;
	}
	
	.instal nav ul:not(.sub) li:last-of-type {
		display: none;
	}
	
	.instal header .checklist_mob {
		display: block;
	}
	
	.instal [data-section="cabinet"] [data-section] > div {
		flex-wrap: wrap;
	}
	
	.instal [data-section="cabinet"] [data-section] > div > div:first-of-type {
		flex: auto;
		width: 100%
	}
	
	.instal [data-section="cabinet"] h2, .instal [data-section="cabinet"] [data-section] > div > div:first-of-type p {
		margin-bottom: 0.5rem;
	}
	
	.instal .accord [data-section] > div {
		max-width: 95%;
	}
}

@media(max-width: 885px) {
	.instal .cabinet {
		display: none;
	}
	
	.instal [data-section="cabinet"] > div:not(.cabinet) {
		margin-top: 4rem;
	}
}