@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');





:root{
	--vert: #1fa22e;
	--blanc: #ffffff;
	--noir: #000000;
	--gris: #eeeeee;
	--grisfonce: #6c757d;
	--bordeaux: #0bbbef;
}
.bleu {
	color: #0bbbef;
}
.vert {
	color: #1fa22e;
}

body {
	font-family: 'Roboto', cursive!important;
	background: #fff;
  color: #000;
		height: auto;
}
.bootstrap-select {
	border: 1px solid #ccc !important;
}
/* ===================================BACKGROUND=================================== */
.btn {
	background: linear-gradient(to right, #b1c800, #1fa22e);
}
.btn:hover {
	background: linear-gradient(to right, #1fa22e, #b1c800);
}
.btn.green:after {
	background: #0bbbef;
}
.block_recherche,
.main-content {
	background: #fff;
}
.btn:after {
	display: none;
}
.block-alerte-mail .btn {
	margin-top: 0;
}

/* ===================================COLORS=================================== */
.introtext h3 {
	color: #000;
	font-size: 34px;
    font-weight: 700;
}
.home-heading {
color: #0bbbef;
	font-size: 30px;
 font-weight: 700;
		margin-left: 15px;
		padding-left: 0;
}
.page_heading {
color: #0bbbef;
	font-size: 30px;
 font-weight: 700;
		margin-left: 0px;
		padding-left: 0;
}
.home-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #afafaf;
    height: 1px;
    width: 100%;
    margin: 5px 0 15px 0;
}
.bantypebien,
.list-option ul i,
.orange {
	color: #1fa22e;
}

.degrade {
	background: linear-gradient(to right, #b1c800, #1fa22e);
}
.form-style {
	border: 1px solid #ccc!important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder {
	margin-top: 0;
}
/* ===================================INDEX=================================== */
.search__form-item:nth-child(1),
.search__form-item:nth-child(n+2) {
	width: calc(100% / 6 - 10px);
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-right: 5px;
	margin-left: 5px;
}

.introtext {
	border-left: 0px solid var(--vert);
	padding: 40px 20px 40px 20px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(2px);
	background-color: rgba(255,255,255, 0.6);
}
.introtext p {
	color: #000;
	font-size: 22px;
	margin-bottom: 0;
}
.introtext p.p-intro {
	font-style: italic;
	font-size: 22px;
	color: #0bbbef;
	font-weight: 600;
}
.texteagence p {
	font-size: 17px;
	padding-left: 15px;
	margin-left: 0px;
}
.texteagence {
	background: #fff;
	padding: 0;
}
.index-agence-img {
	background: url(../images/agence.jpg) no-repeat center center;
	background-size: cover;
	padding: 0;
	min-height: 350px;
}

/* ===================================MENU=================================== */

.hidemob a.navbar-brand, .texteagence p.nom-agence, .hidedesk {
	font-family: 'Roboto', 'Courgette', cursive;
	font-weight: bold;
	font-size:34px;
	line-height: 1.1;
	font-weight: 700;
}
.hidedesk {
	text-align: center;
	margin: auto;
	width: 100%;
}

.w-item {
	width: 12%;
}
.nav-item.hidemob {
	width: 28%;
}
.nav-item.hidemob a{
	color: #333;
	letter-spacing: -1px;
}
.nav-item {
	text-align: center;
}
.navbar li a ,
.navbar li .div-menu {
	color: #000;
	text-transform: uppercase;
	padding: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
}
.navbar li .dropdown-item a{
	color: #000;
	text-transform: uppercase;
	padding: 0;
	font-size: 14px;
	text-align: left!important;
	font-weight: 500;
}
.navbar li:hover a{
	color: #0bbbef;
}
.navbar li:hover li.dropdown-item a {
	color: #000;
}
.navbar li:hover li.dropdown-item:hover a {
	color: #0bbbef;
	background: transparent;
}
.navbar li .dropdown-menu {
	margin-top: 0;
}
.navbar li .dropdown-menu .dropdown-item {
	padding: 0.75rem 7px 0.75rem 0;
}
.navbar li.hidemob:hover a {
	color: #000;
}

.index header .navbar {
	padding: 70px 0 20px 0;
}

.alert-danger {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	margin: 2% auto;
	width: 70%;
	text-align: center;
}

.block_recherche .champs {
	border: 1px solid #e4e4e4;
 height: 40px;
	border-radius: 5px;
}


/* ============================LISTING============================ */
.prod_listing > .listing_article article .description {
	font-size: 14px;
}

/* ============================FOOTER============================ */
.block-alerte-mail {
	background: #0bbbef;
	font-size: 1.4em;
	color: var(--blanc);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	justify-content: center;
	padding: 20px;
	margin: 20px 0 0 0;
	text-align: center;
}
.block-alerte-mail img{
	width: 100px;
}


footer {
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	padding-bottom: 50px;
	background: #fff;
}


@media (max-width: 991px) {
	.index header .navbar {
		padding: 20px 0 20px 0;
	}
	.w-item {
		width:auto;
}
}

@media (min-width: 768px) {
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
					display: none;
	}
}
@media (max-width: 768px) {
		.swiper {
						height: 340px;
	}
	.home-heading, .texteagence p.nom-agence {
		font-size: 2em;
}
}
@media (max-width: 610px) {
	.hidedesk {
		font-size: 30px;
	}
	.navbar-brand {
		white-space: inherit;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	right: 0;
}
.swiper {
	height: 480px;
}
.index-agence-img {
	height: 350px;
}
}

.ref, .page2ref p {
	text-align: justify;
}

.listeliens {
	text-decoration: underline;
}
.os-contenu {
	margin-top: 30px;
}

@media (max-width: 991px) {
	nav .dropdown .dropdown-menu {
		display: none;
	}
	.hidedesk {
		margin: 50px auto 0 auto;
	}
	body {
		overflow-x: hidden;
	}
}
@media (max-width: 610px) {
	.hidedesk {
		margin: 0px auto 0 auto;
	}
}

.parsley-range, .parsley-required{
	color: red;
	font-weight: bold;
}