@media (min-width: 768px) and (max-width: 1024px){
	.container, .container-md, .container-sm{
		max-width: 90% !important;
	}
}

@media screen and (max-width: 992px) {
	.container{
		width: auto;
	}
	.content-card{
		height: 250px;
	}
}
@media screen and (max-width: 768px) {
	
	.navbar-toggler {
		margin-right: 10px;
	}
	.overlay-contnet{
		bottom: 20%;
	}
	nav ul li{
		padding: 0;
	}
	.section-contnet h1 {
		text-align: left !important;
		margin-bottom: 30px;
	}
	.content-card{
		height: auto;
		padding: 2rem !important;
	}
	.clients-logo{
		margin-bottom: 30px;
	}
	.clients-logo-last img{
		height: 150px;
		width: 150px;
	}
	.nostre-equip {
		padding: 0 !important;
	}

	.nostre-equip-card{
		width: 100%;
	}

}


@media screen and (max-width: 575px) {
	footer .text-end{
		text-align: left !important;
	}
	.search-box {
		position: relative;
		margin-bottom: 5px !important;
		margin-top: 10px;
	}
	.search-box i {
		font-size: 30px;
	}
	
	.clients-contnet .col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}


