.titre {
	font-size: 60px !important;
	text-align: left !important;
}

.all {
	display: flex;
}

.box {
	border: 1px solid #fff !important;
	padding-top: 2%;
	text-align: center;
}

.img-btn {
	align-items: center;
	padding-bottom: 5%;
	height: 12vw;
}

.img-btn img {
	/*height: 9vw;*/
	width: 9vw;
	object-fit: cover;
}

.img-btn button {
	border: none;
	width: 3vw;
	height: 3vw;
	position: relative;
	left: 2vw;
	top: 2vw;
	background-color: #fff;
}

.img-btn button img {
	width: 0.8vw;
	height: 2vw;
	object-fit: contain;

}


.titlebox {
	padding-bottom: 5%;
	/*height: 10vw*/
	padding-bottom: 10px;
}

.titlebox h3 {
	color: #B7EB0F !important;
	text-align: center;
	/*color: #24243E;*/
	font-family: "Montserrat", Sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
}

.text {
	text-align: left;
	padding-left: 5%;
}

.text p {
	font-size: 1.2vw !important;
	margin: 0;
	line-height: 2vw;
}

.gras {
	text-align: justify;
	padding-left: 10vw;
}

.sector-final h4 {
	font-size: 2vw !important;
}

@media screen and (max-width: 768px) {
	.titlebox h3 {
		color: #B7EB0F !important;
		font-size: 3.4vw !important;
		line-height: 1rem;
	}

	.text p {
		font-size: 3.2vw !important;
		margin: 0;
		line-height: 5vw;
	}

	.img-btn img {
		height: 18vw;
		width: 12vw;
		object-fit: cover;
	}

	.img-btn button img {
		width: 1.2vw;
		height: 2.5vw;
		object-fit: contain;
	}

}

@media screen and (max-width: 320px) {
	.titlebox h3 {
		color: #B7EB0F !important;
		font-size: 3.4vw !important;
		line-height: 1rem;
	}

	.text p {
		font-size: 3.2vw !important;
		margin: 0;
		line-height: 5vw;
	}

	.img-btn img {
		height: 18vw;
		width: 12vw;
		object-fit: cover;
	}

	.img-btn button img {
		width: 1.2vw;
		height: 2.5vw;
		object-fit: contain;
	}

}

@media screen and (max-width: 375px) {
	.titlebox h3 {
		color: #B7EB0F !important;
		font-size: 3.4vw !important;
		line-height: 1rem;
	}

	.text p {
		font-size: 3.2vw !important;
		margin: 0;
		line-height: 5vw;
	}

	.img-btn img {
		height: 18vw;
		width: 12vw;
		object-fit: cover;
	}

	.img-btn button img {
		width: 1.2vw;
		height: 2.5vw;
		object-fit: contain;
	}

}

@media screen and (max-width: 414px) {
	.titlebox h3 {
		color: #B7EB0F !important;
		font-size: 3.4vw !important;
		line-height: 1rem;
	}

	.text p {
		font-size: 3.2vw !important;
		margin: 0;
		line-height: 5vw;
	}

	.img-btn img {
		height: 18vw;
		width: 12vw;
		object-fit: cover;
	}

	.img-btn button img {
		width: 1.2vw;
		height: 2.5vw;
		object-fit: contain;
	}

}

@media screen and (max-width: 414px) and (min-width: 270px) {

	.titlebox h3 {
		color: #B7EB0F !important;
		font-size: 3.4vw !important;
		line-height: 1rem;
	}

	.text p {
		font-size: 3.2vw !important;
		margin: 0;
		line-height: 5vw;
	}

	.img-btn img {
		height: 12vw;
		width: 12vw;
		object-fit: cover;
	}

	.img-btn button img {
		width: 1.2vw;
		height: 2.5vw;
		object-fit: contain;
	}

}

@media (max-width:1000px) {
	.img-btn button {
		border: none;
		width: 6vw;
		height: 7vw;
		position: relative;
		left: 5vw;
		top: 0vw;
		background-color: #fff;
	}
}

.liste-secteurs{
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
}

.secteur-titre{
	font-size: 16.5px;
	line-height: 16.5px;
	letter-spacing: normal;
	color: black !important;
	border-bottom: 2px solid #B7EB0F;
	font-family: "Montserrat", Sans-serif;
	padding-bottom: 10px;
	
}

.sous-secteur{
	font-family: "Montserrat", Sans-serif;
	font-size: 0.8rem;
	font-weight: 400;
	margin: 0;
	/*line-height: 2vw;*/
	color: black !important;
}

.liste-secteur{
	padding-top: 5%;
}

@media (max-width:770px) {
	.liste-secteurs{

		background-color: #fff;	
		padding-left: 5%;
	}
	.secteur-titre{
		padding-top: 10px;
	}
	.pitogramme1{
		display: none;
	}
}
@media (min-width:992px) {
	.pitogramme2{
		display: none;
	}
}

@media (max-width:992px) {
	.pitogramme1{
		display: none;
	}
	.pitogramme2{
		display: block;
	}
}