.btnTechnicalData {
	cursor: pointer;
}
.TechnicalData {
	padding: 4rem;
	background-color: #ffffff;
	position: relative;
}
.closeBtnTD {
	font-size: 1.1rem;
    top: 1rem;
    right: 4rem;
    position: absolute;
	color: #555;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.closeBtnTD:hover {
	color: #0A4E8E;
	border-bottom: 2px solid #0A4E8E;
}
.firstBtn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexTop {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.dataBtn {
	width: 28%;
	padding: 1rem;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 105px;
	transition: all .3s ease-in-out;
}
.dataBtn img {
	height: 100%;
	object-fit: contain;
}
.dataBtn:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	filter: brightness(1.1);
}
.manual {
	/* width: 25%; */
	transition: all .3s ease-in-out;
	cursor: pointer;
	display: none;
}
.manual img {
	width: 100%;
	height: 415px;
	object-fit: cover;
}
.manual:hover {
	filter: brightness(1.3);
}
#pContent_HplHaynes {
	display: flex;
	flex-direction: column;
	align-items: center;
}
img.HaynesLogo {
	width: 100px;
}
img.WorkshopData {
	width: 200px;
}

.green {
	background-color: #55BB47;
}
.blue {
	background-color: #0A4E8E;
	color: white;
}
.yellow {
	background-color: #FDDF00;
	color: black;
}
.notActive,
.notActive:hover {
	filter: opacity(25%) !important;
}
.mb2 {
	margin-bottom: 2rem;
}
.mb4 {
	margin-bottom: 4rem;
}
.mt4 {
	margin-top: 4rem;
}
.mt2 {
	margin-top: 2rem;
}
.LeftTxt h3 {
	font-weight: 400;
	font-size: 1.4vw;
	margin: 0;
}
.containerRATD {
	/* width: 70%; */
	width: 100%;
}
.rapidAccessTD {
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.rapidAccessTD p {
	margin: 0;
}
.links {
	width: 110px;
    margin: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
	.links img {
		width: 100%;
		height: 110px;
		object-fit: cover;
		border: 1px solid black;
		transition: all .3s ease-in-out;
		border-radius: 5px;
		margin-bottom: 7px;
	}
.links:hover img {
	border: 1px solid rgba(0, 0, 0, 0.233);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	filter: brightness(1.1);
}
.links p {
    font-size: .9rem;
    font-weight: 500;
}

@media all and (max-width: 1500px) {
	/* .manual img {
		height: 380px;
	} */
    .links {
        margin: 1rem;
    }
	.links p {
		font-size: 1vw;
	}
}
@media all and (max-width: 1400px) {
	/* .containerRATD {
		width: 65%;
	} */
	/* .manual {
		width: 35%;
	} */
	.links {
		width: 100px;
	}
	.links img {
		height: 100px;
	}
}
@media all and (max-width: 1300px) {
	#pContent_HplEntretien img, 
	#pContent_HplDevis img {
		width: 70px;
	}
	.links {
		width: 90px;
		margin: 1rem 0.5rem;
	}
	.links img {
		height: 90px;
	}
}
@media all and (max-width: 1150px) {
	#pContent_HplEntretien img, 
	#pContent_HplDevis img {
		width: 55px;
	}
	.links {
		width: 80px;
	}
	.links img {
		height: 80px;
	}
}
@media all and (max-width: 990px) {
	.firstBtn {
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.firstBtn .dataBtn {
		margin-bottom: 1rem;
		width: 38%;
	}
	.flexTop {
		flex-direction: column;
	}
	/* .manual {
		width: 100%;
		text-align: center;
	} */
	/* .containerRATD {
		width: 100%;
	} */
	.rapidAccessTD {
		justify-content: space-evenly;
	}
	/* .manual img {
		object-fit: contain;
	} */
	.links p {
		font-size: 12px;
	}
	.LeftTxt h3 {
		font-size: 1rem;
	}
}
@media all and (max-width: 768px) {
	.firstBtn {
		justify-content: space-evenly;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.firstBtn .dataBtn {
		width: 100%;
	}
}
@media all and (max-width: 450px) {
	.links {
		margin: .5rem;
		width: 90px;
	}
	.links img {
		height: 90px;
	}
	.links p {
		font-size: .8rem;
	}
	/* .manual img {
		height: 300px;
	} */
}
