/* Large screens */
@media only screen and (max-width: 1824px) {
	.wrap-resp{
		flex-wrap:wrap;
	}
	.nav-link {
		width: auto;
		padding-left:20px !important;
		padding-right:20px !important;
	}
}

@media only screen and (max-width: 1600px) {
	.header .size-p {
		font-size: 14px;
	}

	.nav-link {
		width: auto;
		font-size:15px;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.titre-section-pro .rec-titre-head {

		width: 75%;

	}

	.mt--20 {
		margin-top: -60px;
	}

	.mt--23 {
		margin-top: -122px !important;
	}

	.w-98 {
		width: 97.5% !important;
	}

	.header.bg-header {
		background: url(../assets/images/background/bg-header.webp) no-repeat;
		background-size: 100%;
		position: relative;
		padding-bottom: 120px;
	}
	.nav-item {
		margin: 0.2% 0.2%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
	.titre-section-pro .rec-titre-section-pro {
		position: absolute;
		width: 75%;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		left: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
	.titre-section-pro .h2 {
		position: absolute;
		font-size: 45px;
		line-height: 60px;
		z-index: 2;
		opacity: 1;
		margin: 0;
		width: 100%;
		top: -45%;
		/* padding-right: 10px; */
	}
	.titre-section-pro .h3 {
		color: #7c7c7c;
		position: initial;
		font-size: 20px;
		line-height: 60px;
		z-index: 2;
		opacity: 1;
		bottom: 0%;
		right: 0%;
		margin: 0;
	}
	.navbar{
		padding: 20px 0px 10px;
		top: 8%;
		background-color: white !important;
		z-index: 9;
	}
	.navbar .nav-link {
		background: none !important;
		color: black !important;
		font-family: 'bahnschrift';
		font-size: 15px;
	}

	.navbar .nav-link-active {
		background: none !important;
		color: #ee2f2e !important;
		font-family: 'bahnschrift';
		font-size: 15px;
	}

	.navbar .nav-link:hover {
		color: rgba(227, 6, 19, 1) !important;
	}

	.top-nav {
		width: 100%;
		position: absolute;
		z-index: 555;
		right: 0;
		top: 0;
		color: #000;
		background: #e2e2e7;
	}
	.top-nav .top-nav-link{
		color:#000;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.d-flex-resp {
		display: none;
	}

	.d-none-resp {
		display: block;
	}


	.slider_area.owl-carousel .slid_content {
		position: absolute;
		width: 100% !important;
		top: 160px;
		padding: 5%;
		padding-left: 10%;
		right: 5%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: center;
		text-align: start !important;
		background: #1f31a0 !important;
		opacity: 0.800 !important;
		z-index: 5;
		margin-top: 0;
	}

	.titre-section-pro h3 {
		color: #7c7c7c;
		position: initial;
		font-size: 20px;
		line-height: 60px;
		z-index: 2;
		opacity: 1;
		bottom: 0%;
		right: 0%;
		margin: 0;
	}

	.img-entreprise-accueil {
		width: 100%;
		height: 250px;
		object-fit: cover;
		position: initial;
		left: 0;
	}

	.titre-section2 {
		position: initial;
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		left: 0;
		/* overflow: hidden;*/
	}

	.img-presta-acc {
		position: initial;
		right: 0;
		top: 2%;
		width: 100%;
		object-fit: cover;
		height: 200px;
		z-index: -1;
		margin-top: 50px;
	}

	.titre-section .rec-titre-section {
		position: absolute;
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0;
	}

	.titre-section .h2 {
		position: initial;
		font-size: 45px;
		line-height: 60px;
		z-index: 2;
		opacity: 1;
		margin: 0;
		top: -45%;
		font-weight: 800;
		/* padding-right: 10px; */
	}

	.titre-section2 .rec-titre-section2 {
		position: initial;
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0;
		/* overflow: hidden; */
	}

	.titre-section2 .h2 {
		position: initial;
		font-size: 45px;
		line-height: 60px;
		z-index: 2;
		opacity: 1;
		margin: 0;
		top: -45%;
		font-weight: 800;
		/* padding-right: 10px; */
	}

	.btn-1 {
		border: 1px solid #ee2f2e;
		padding: 10px 10px;
		border-radius: 16px;
		z-index: 555;
		position: relative;
	}

	.custom-card-actu-acc::before {
		content: "";
		/*background-image: url(./assets/images/background/bg-fleche-bleu.webp);*/
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		height: 20%;
	}

	.rect-bleu {
		display: none;
	}

	.titre-section-pro h2 {
		position: initial;
		font-size: 45px;
		line-height: 60px;
		z-index: 2;
		opacity: 1;
		margin: 0;
		width: 100%;
		top: -45%;
	}

	.titre-section-pro .rec-titre-section-pro {
		position: absolute;
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		left: 0;
	}

	.d-block-resp {
		display: block !important;
	}

	.max-width-0 {
		max-width: 100%;
	}

	.img-activite-acc {
		height: 250px;
		width: 100%;
		object-fit: cover;
	}

	.pt-160-resp {
		padding-top: 30px !important;
	}

	.w-46p {
		width: 100% !important;
	}

	.owl-theme .owl-nav [class*=owl-] {
		position: absolute;
		top: 33%;
		transform: none;
		color: #FFF;
		font-size: 14px;
		margin: 5px;
		padding: 4px 7px;
		background: none !important;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px;
	}

	.column-resp {
		flex-direction: column;
	}

	.p-entreprise {
		padding: 0;
	}

	.slider_area.owl-carousel .slid_content .h1 {
		margin-top: 0px;
	}

	.titre-section2 .rec-titre-section2::before {
		/*display:none;*/
		top: 325px;
		height: 50px;
	}

	.index-presta {
		padding: 0;
	}

	.header.bg-header {
		background: url(../images/background/bg-header.webp) no-repeat;
		background-size: 100%;
		position: relative;
		padding-bottom: 50px;
	}

	.img-entreprise-presentation {
		position: initial;
	}

	.paragrapheStyle {
		padding-top: 28%;
		padding-left: 65px;
		visibility: visible;
		animation-name: slideInRight;
	}

	.center-resp {
		align-items: center;
		justify-content: center;
	}

	.presentation_clients_div {
		margin-top: 11%;
		position: relative;
		padding-left: 65px;
		visibility: visible;
		animation-name: slideInLeft;
	}

	.titre-section2,.hb-auto .rec-titre-section2::before {
		/* display: none; */
		top: auto;
		height: 50px;
		bottom: auto;
	}
	.checkbox-resp{
		width: 90%;
		margin-left: 1rem;
	}
	.mt50resp{
		margin-top: 50px;
	}
}

/* Extra Small Devices, Phones */
@media (max-width: 667px) {
	.owl-resp800 .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		height: 800px;
	}
}

@media (max-width: 568px) {
	.navbar.scrolled {
		padding: 10px 10px 10px;
		top: 8%;
		background-color: white !important;
		z-index: 9;
	}
}

@media (max-width: 523px) {
	.navbar-modif {
		top: 8%;
	}
}

@media only screen and (max-width: 479px) {
	.navbar-modif {
		top: 8%;
	}
	.titre-section2 .h2 {
		position: initial;
		font-size: 40px;
		line-height: 60px;
		z-index: 2;
		opacity: 1;
		margin: 0;
		top: -45%;
		font-weight: 800;
		/* padding-right: 10px; */
	}

}
@media only screen and (max-width: 414px) {
	.navbar.scrolled {
		padding: 10px 10px 10px;
		top: 8%;
		background-color: white !important;
		z-index: 9;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 360px) {
	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 319px) {
}

