body{
	margin: 0;
	color: black!important;
	font-family: 'Nunito', sans-serif!important;
}
::selection{
    color: white;
    background-color: #079992;
}
h2{
    text-shadow: 1px 2px 2px rgb(0 0 0 / 37%);
}
#container_bornes_recharge{
    font-family: 'Nunito', sans-serif;
}
#banner_panneaux_solaires{
    margin-top: 3rem;
}
#banner_panneaux_solaires h1{
    text-align: center;
	color: #079992;
    font-size: 2rem;
    padding-bottom: 6rem; 
}
#cards_offres, #cards_equipements, #description{
    width: 70vw;
    margin: auto;
}
ul{
    margin-top: 3rem!important;
}
li{
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: 600;
}
/* BTN CTA */
.cta-button{
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 600;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    padding: 0.5rem 1rem;
	background: transparent;
	overflow: hidden;
}
.cta-button span{
	z-index: 1;
	position: relative;
	transition: color 350ms ease;
}
.cta-button:hover span{
	color: white;
}
.cta-button::after, .cta-button::before{
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.cta-button::before{
	transform: translateX(-100%);
	z-index: 1;
}
.cta-button:hover:before{
	transform: translateX(0);
	transition: transform 350ms ease;
}
.cta-button::after {
	z-index: 0;
	transform: translateX(100%);
	transition: none;
	transition: transform 350ms ease;
}
.cta-button:hover:after{
	opacity: 1;
	transform: translateX(0);
	transition: transform 350ms 360ms ease;
}
/* CTA DEVIS */
#btn_rdv{
	border: 2px solid #079992;
}
#btn_rdv::after, #btn_rdv::before{
	background: #079992;
}
.fa-hand-point-right{
	margin-right: 15px;
}
/* EQUIPEMENTS */
#cards_equipements{
	padding-bottom: 6rem;
}
#container_equipements{
	display: flex;
	justify-content: center;
}
.equipement{
	width: 50vw;
	display: flex;
	align-items: center;
}
#container{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.equipement_txt{
	text-align: justify;
	padding: 10px;
}
#panel, #panel-container{
	width: 25rem;
	height: 25rem;
}
#panel-container{
	position: absolute;
	width: 25rem;
	height: 25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../../images/solutions/br.png') center top;
	background-size: contain;
	background-repeat: no-repeat;
	transform: perspective(400px) rotateX(0deg) rotateY(0deg);
	transform-style: preserve-3d;
}
.panel-content{
	width: 100px;
	height: auto;
	padding: 15px;
	background: url("../../images/solutions/autel-logo.png") center top;
	background-size: contain;
	background-color: rgba(255, 255, 255, 0.493);
	transform: translateZ(80px) scale(0.8);
	transform-style: preserve-3d;
	overflow-wrap: break-word;
}
/* DESCRIPTION */
#description{
    margin: 0 auto 6rem auto;
}
.ene, .rev{
	font-size: 1.3rem;
	font-weight: 600;
	color: black;
}
.rev{
	color: #079992;
}
.span_green{
    color: #079992;
    font-weight: 600;
}
.ol_li li{
    list-style: auto;
    color: #079992;
    font-weight: 300;
}
@media screen and (max-width: 1250px){
	#banner_panneaux_solaires h1{
		padding-bottom: 3rem;
	}
	#cards_equipements{
		padding-bottom: 2rem;
	}
	#container_equipements{
		display: block;
	}
	.equipement{
		width: 70vw;
		display: block;
	}
	#panel, #panel-container{
		width: 70vw;
		height: 35vh;
	}
	.panel-content{
		background: none;
	}
	#description{
		margin: 0 auto 3rem auto;
		font-size: 0.75rem;
		text-align: justify;
	}
	ol, ul{
		padding-left: 1rem;
	}
	ul{
		margin-top: 0px!important;
	}
	li{
		margin-bottom: 0.5rem;
    	font-size: 0.75rem;
	}
	p{
		font-size: 0.75rem;
	}
	.modal-content{
		width: 95vw!important;
	}
}