.nossolutions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal_title,
.modal_subtitle {
	color: white;
}

.modal_title {
	font-size: 22px;
	line-height: 1.2;
}

.modal_subtitle {
	line-height: 1.3;
}

.no-scroll {
	overflow: hidden !important;
	height: 100vw;
	margin: 0 !important;
}

.background_modals {
	height: 100% !important;
	max-width: 100%;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
}

.container_before_modal_content {
	bottom: 0;
	z-index: 1;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 25px;
	cursor: pointer;
	transition: 0.3s;
}

.all_container {
	position: relative;
	width: 100%;
	padding: 0px 0px 100% 0px !important;
}

.card {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.card-container {
	width: calc((100%/3) - 60px);
	margin: 20px;
}

.container_before_modal_content:hover .solutions_container_hover {
	translate: 0px -25px;
}

.container_before_modal_content.orange:hover {
	background-color: rgba(248,154,39,0.9);
}

.container_before_modal_content.violet:hover {
	background-color: rgba(120,43,144,0.9);
	/*opacity: 0.9;*/
}

.container_before_modal_content.bleu:hover {
	background-color: rgba(45,142,175,0.9);
}

.modal_title_open {
	font-size: 22px;
	line-height: 1.2;
}

.modal_title_open.orange {
	color: #f89a27;
}

.modal_title_open.violet {
	color: #782b90;
}

.modal_title_open.bleu {
	color: #2d8eaf;
}

.modal_under_title {
	height: 2px;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 15px;
}

.modal_under_title.orange {
	background-color: #f89a27;
}

.modal_under_title.violet {
	background-color: #782b90;
}

.modal_under_title.bleu {
	background-color: #2d8eaf;
}

.solutions_container_hover .modal_know_more {
	position: absolute;
	bottom: -50px;
	opacity: 0;
	color: white !important;
	line-height: 12px !important;
	font-size: 12px !important;
	padding: 15px 30px !important;
	box-shadow: inset 0 0 0 2px white;
	margin-left: auto;
	margin-right: auto;
	border-radius: 40px !important;
	font-family: Raleway;
	text-transform: uppercase !important;
	letter-spacing: 1.5px;
	font-weight: 500;
}

.container_before_modal_content:hover .modal_know_more {
	opacity: 1 !important;
}

.modal_know_more, .modal_know_more:hover  {
	background: transparent;
}
/*
.modal_know_more.orange {
	background: rgba(248,154,39,0.9);
}

.modal_know_more.violet {
	background: #782b90;
}

.modal_know_more.bleu {
	background: #2d8eaf;
}*/

.solutions_container_hover {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

/* MODAL */

.modal_container_content ul li {
	padding: 2px 0 !important;
	line-height: 1.4;
}

.modal_container {
	position: absolute;
	height: 100%;
	padding: 200px 35px 20px 35px;
	opacity: 0;
}

.modal_container_content {
	background: white;
	padding: 50px 80px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	width: 100%;
	border-radius: 15px;
}

.container_solutions_modal_box {
	opacity: 1;
	transition: opacity .5s ease;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(58, 79, 126, 0.4);
	display: flex;
	flex-direction: column;
	z-index: 99;
}

.close_button_modal:after {
	display: inline-block;
	content: "\00d7";
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 35px;
	cursor: pointer;
}

.orange .close_button_modal:after {
	color: #f89a27;
}

.bleu .close_button_modal:after {
	color: #2d8eaf;
}

.violet .close_button_modal:after {
	color: #782b90;
}

.container_before_modal_content #to-top.animate {
	visibility: hidden !important;
}

.to-top-none {
	visibility: hidden !important;
}

#to-top{
	transition: 0s !important;
}

@media screen and (max-width: 1023px) {
	.card-container {
		width: calc((100%/2) - 50px);
	}
}

@media screen and (max-width: 765px) {
	.modal_container_content {
		padding: 25px 40px;
	}
}

@media screen and (max-width: 735px) {
	.card-container {
		width: calc(60% - 50px);
	}
}

@media screen and (max-width: 600px) {
	.card-container {
		width: 90%;
		margin: 15px 0px !important;
	}
	.modal_title_open {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	.card-container {
		width: 100%;
	}
	.modal_container {
		padding: 50px 35px 20px 35px;
	}
	.modal_container_content {
		overflow: scroll;
	}
	.modal_container_content p span {
		font-size: 14px;
	}
	.modal_container_content li span {
		font-size: 14px;
		line-height: 1;
	}
}