.ecoResponsable_btn_container{
    display: flex;
    flex-direction: column;
    height: 1560px;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
    align-items: center;
}

.ecoResponsable_btn{
    width: 100%;
    height: 500px;
    font-size: 100px;
    text-transform: uppercase;
    font-family: Arial,sans-serif;
    font-weight: 400;
    color: white;
    border: none;
    box-shadow: 22px 22px 5px 0px #00000082;
}

#ecoResponsable_Container {
	z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: hidden;
	pointer-events: none;
}

#EcoResponsable_body{
position: relative;
    width: 90vw;
	height: calc(90vw / 9 * 15.5);
    display: flex;
    /*height: fit-content;*/
    background-color: rgba(255,255,255,0.8);
    left: 5vw;
	top:5vw;
    flex-direction: column;
    align-content: flex-start;
	font-family: Arial Rounded MT;
    font-style: normal;
	/*font-size: 18px;*/
	font-size: 16px;
}

.header{
	display: table-cell;
	justify-content: flex-start;
	color: rgb(46 101 183);
	text-shadow: 1px 1px 5px rgb(143 169 209);
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	background-color: rgba(255,255,255,0.90);
	box-shadow: 0px 5px 5px rgb(169 169 169);
}
#BodyScroll{
	max-height:100%;
	overflow-y:auto;
	overflow-x: none;
}
.row{
	display: grid;
    grid-auto-flow: column;
    grid-gap: 1%;
}

.EcoTitle{
	width: 70%;
}
.column{
    box-sizing: border-box;
	padding: 0 5%;
}
.img{
	margin-top:-3%;
	height: 103%;
}
#EcoResponsable_body .column>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.left{
	position: relative;
	text-align: left;
	left:5%;
}
.right{
	text-align: right;
    left: 25%;
    position: relative;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

#ecoResponsable_global_btn{
    background-color: var(--pink-narbonne);
}
#ecoResponsable_global_btn:active, ecoResponsable_global_btn:focus{
    background-color: #ff95ce;
    outline: none;
}
#ecoResponsable_local_btn{
    background-color: #0061ff;
}
ecoResponsable_local_btn:active, #ecoResponsable_local_btn:focus{
    background-color: #75a1e9;
    outline: none;
}