@charset "UTF-8";
/*//////////////IMPORTS////////////*/
@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");


:root{
	--vert: #13b18c;
	--blanc: #ffffff;
	--noir: #000000;
	--gris: #eeeeee;
	--grisfonce: #6c757d;
	--bordeaux: #B03A13;
}
.bloctel{
	font-size: 10px
}
select{
  -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--gris);
  color: #212529;
  height: 100%;
  min-height: 100%;
font-size: 14px;
}

html {
  height: 100%;
  background: var(--gris);
}
.reseaux-sociaux i{
font-size: 2em
}
.vert {
  color: var(--vert);
}

.noir {
  color: var(--noir) !important;
}

.
 {
  border: 1px solid red;
}

.breadcrumb-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: var(--grisfonce);
  content: "\f054";
  font: var(--fa-font-solid);
}

.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
  background: transparent;
}

/*//////////////GENERAL////////////*/
a {
  color: var(--noir);
}

a:hover {
  color: var(--vert);
  transition: all 0.5s ease;
}


/*//////////////BOUTONS////////////*/

.btn {
  border: none;
  border-radius: 5px;
  color: var(--blanc) !important;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  background: var(--vert);
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.btn:hover {
  color: var(--blanc);
}

.btn:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 3px 3px;
  transition: all 0.35s ease 0s;
}

.btn:hover:after {
  width: 100%;
}

.btn.btn-sm {
  padding-bottom: 10px;
  background-image: linear-gradient(to top, #262626 0px, #404040 8px, #262626 8px, #333 100%);
}

.btn.btn-sm:after {
  height: 8px;
}

.btn.btn-xs {
  padding-bottom: 8px;
  background-image: linear-gradient(to top, #262626 0px, #404040 6px, #262626 6px, #333 100%);
}

.btn.btn-xs:after {
  height: 6px;
}

.btn.red:after {
  background: #ff6e6e;
}

.btn.gris:after {
  background: #b7b7b7;
}

.btn.orange:after {
  background: #ef965c;
}

.btn.green:after {
  background: var(--bordeaux);
}

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px;
 }
}

.btn-primary {
  color: var(--blanc) !important;
  background: var(--vert);
  border-color: var(--vert);
  transition: all 0.5s ease;
}

.btn-primary:hover {
  color: var(--blanc) !important;
  background: var(--vert);
  border-color: var(--vert);
  transition: all 0.5s ease;
}

.btn-secondary {
  background: var(--bordeaux);
}

.home-heading {
  padding-top: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 800;
  width: 100%;
  color: var(--vert);
}

.home-heading::after {
  content: "";
  display: block;
  position: relative;
  background: var(--vert);
  height: 1px;
  width: 100%;
  margin: 15px 0 15px 0;
}

.page_heading {
  padding-top: 20px;
  padding-left: 00px;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 800;
  width: 100%;
  color: var(--vert);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page_heading::after {
  content: "";
  display: none;
  position: relative;
  background: var(--vert);
  height: 1px;
  width: 100%;
  margin: 15px 0 15px 0;
}

/*//////////////PAGINATION////////////*/
.page-item.active .page-link {
  z-index: 1;
  color: var(--vert);
  background-color: none;
  border-bottom: 3px solid var(--vert);
  padding: 5px 5px;
  font-weight: 600;
  font-size: 1.4em;
}

.page-link, .page-laulau {
  position: relative;
  display: block;
  padding: 7px 8px;
  margin-left: 0;
  line-height: 1.25;
  color: #868686;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  font-size: 15px;
}

/*//////////////FORMULAIREL////////////*/

.form-style {
  color: #000000 !important;
  display: block;
  font-size: 13px;
  height: 38px;
  padding: 6px 12px;
  width: 100%;
  border: 0px;
  background: #ffffff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  border: 0px solid #ccc;
  border-radius: 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
}



/*//////////////HEADER NAVBAR RECHERCHE////////////*/

.index header .navbar {
  border-top: none;
  border-bottom: none;
  padding-top: 70px;
}

.header-img {
  width: 300px;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem 1rem;
}

.navbar li a {
  color: #000;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  font-size: 16px;
}

.bloc_search {
  background-color: rgba(0, 0, 0, 0.6);
}

.block_recherche {
  padding-top: 10px;
  background: var(--gris);
  position: fixed;
  z-index: 9;
  width: 100%;
}

.search__form-item:nth-child(1) {
  width: calc(16.5% / 1 - 4px);
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: 5px;
  margin-left: 5px;
}

.intro {
  position: absolute;
  z-index: 5;
  top: 10%;
  padding: 0 5% 0 5%;
  width: 100%;
}

.introtext {
  border-left: 5px solid var(--vert);
  padding: 40px 20px 40px 20px;
  -webkit-backdrop-filter: blur(5px);
  /* assure la compatibilité avec safari */
  backdrop-filter: blur(5px);
  background-color: rgba(182, 182, 182, 0.2);
}

.introtext h3 {
  color: var(--blanc);
  font-weight: 800;
  font-size: 3em;
  opacity: 0;
  animation: rightTOleft 1.5s ease 0.2s 1 normal forwards;
}

.introtext p {
  color: var(--blanc);
  font-weight: 500;
  font-size: 2em;
  opacity: 0;
  animation: rightTOleft 1.5s ease 0.6s 1 normal forwards;
}

.introtext .btn {
  opacity: 0;
  animation: rightTOleft 1.5s ease 1s 1 normal forwards;
}

/*//////////////SLIDER ACCUEIL////////////*/

.swiper {
  width: 100%;
  height: 490px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--blanc);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*//////////////ESTIMATION////////////*/

.estimation .content_page {
  width: 100%;
}

.estimation .sidebar {
  display: none;
}

.estimation .form-label-group {
  margin-left: 10px;
  margin-right: 10px;
}

.estimation .block_info, .alerte-email .block_info {
  background: var(--blanc);
  padding: 10px;
}

.estimation .block_info .list-option, .alerte-email .block_info .list-option {
  font-size: 12px;
}

/*//////////////ALERTEE-MAIL////////////*/
.alerte-email .content_page {
  width: 100%;
}

.alerte-email .sidebar {
  display: none;
}

.alerte-email .form-label-group {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}

.estimation .block_info .list-option, .alerte-email .block_info .list-option {
  font-size: 12px;
}




.contact article{
margin: 20px;
}

/*//////////////FOOTER////////////*/


.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: var(--gris);
  text-align: center;
}

footer {
  background-color: inherit;
  margin-top: 00px;
  padding-top: 40px;
  margin-bottom: 00px;
  padding-bottom: 50px;
  clear: both;
  background: var(--gris) url("/assets/images/background-footer.png") no-repeat center bottom;
  background-size: contain;
}

address {
  border-top: 2px solid var(--vert);
  border-bottom: 2px solid var(--vert);
}

footer, footer a {
  color: var(--noir);
}
/*//////////////PRESENTATION AGENCE ////////////*/

.texteagence {
  background: var(--blanc) url("/assets/images/agence.jpg") no-repeat left center;
  background-size: contain;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.texteagence p {
  font-size: 1.4em;
  padding-left: 50%;
  margin-left: 70px;
}

.block-alerte-mail {
  background: var(--vert) url("/assets/images/logo_alerte_mail.png") no-repeat center left;
  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;
  /* Pack items around the center */
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  padding: 40px 20px 40px 200px;
}

.block-alerte-mail .btn {
  float: right;
  margin-top: -5px;
}

/*//////////////PAGES FORMULAIRES////////////*/
.breadcrumb-item > a, .block_tri_list.d-flex > label {
  color: var(--vert); }

.main-content {
  background: var(--gris);
  padding: 10px;
}

/*//////////////LISTING BIENS////////////*/
.prod_accueil .block_info {
  z-index: 0;
  border: 0px solid #ddd;
  padding: 20px;
  min-height: 100px;
  text-align: center;
}

.prod_accueil .info_ville {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 0;
  font-weight: 700;
  color: var(--vert)
}
.ion-ios-email-outline{
  top:-10px
}

article {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

article .block_img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

article .block_img:hover .ville {
  animation: pancarte 2s ease 0s 1 normal forwards;
}

article .block_img:hover .bantype {
  animation: pancarte 2s ease 0s 1 normal forwards;
}

.bantype {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
}

.bantype:nth-child(2n) {
  position: absolute;
  top: 30px;
  left: 220px;
  z-index: 5;
}

.bantype::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  background-image: url("/assets/images/listing-label.svg");
  width: 51px;
  height: 40px;
  margin-left: -27.5px;
}

.bantype .item-bantype {
  color: var(--blanc);
  font-size: 13px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  padding: 8px 20px 5px 20px;
  display: inline-block;
  background-color: var(--vert);
  border: none;
  border-radius: 2px;
  position: relative;
  text-transform: uppercase;
}

.bantypebien {
  position: absolute;
  margin-top: -20px;
  left: 30px;
  bottom: -4px;
  font-size: 15px;
  background-color: var(--blanc);
  padding: 5px 15px;
  display: inline-block;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  line-height: 20px;
  z-index: 5;
  color: var(--vert);
}

.banprix {
  position: absolute;
  margin-top: -20px;
  left: 30px;
  bottom: 40px;
  font-size: 24px;
  color: var(--blanc);
  padding: 5px 15px;
  display: inline-block;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  line-height: 20px;
  z-index: 5;
  font-weight: 600;
}

.prod_listing > .listing_article article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: 335px;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod_listing > .listing_article article {
  background: var(--blanc);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  border-right: 3px solid var(--blanc);
}

.prod_listing > .listing_article article .banprix {
  position: absolute;
  bottom: 100px;
}

.prod_listing > .listing_article article .bantypebien {
  position: absolute;
  bottom: 47px;
}

.prod_listing > .listing_article article .list-option ul {
  margin-top: 20px;
  display: inline-flex;
}

.prod_listing > .listing_article article .list-option ul li {
  padding: 0 20px 0 0px;
}

.prod_listing > .listing_article article .description {
  display: block;
  font-size: 1.2em;
}

.prod_listing .block_info {
  width: 55%;
  display: block;
  padding: 15px;
  text-align: left;

}

.prod_listing > .listing_article article:hover {
  border-right: 3px solid var(--blanc);
}

[class*="listing"] .info_prix,
[class*="listing-"] .info_prix {
  margin: 12px 0 15px 0;
  line-height: 8px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--vert);
}

[class*="listing"] .info_ville,
[class*="listing-"] .info_ville {
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 0;
	font-weight: 800;
	color: var(--vert)!important;
}

[class*="listing"] article .block_img,
[class*="listing-"] article .block_img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

[class*="listing"] .info_type,
[class*="listing-"] .info_type {
  text-transform: uppercase;
  font-size: 16px;
}

[class*="listing"] .list-header::after,
[class*="listing-"] .list-header::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--vert);
  height: 1px;
  width: 100%;
  margin: 40px 0 15px 0;
}




 .produits h5 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 0;
  font-weight: 700;
}

 .block_img::before {
  content: "";
  height: 40%;
  width: 100%;
  background-image: linear-gradient(to top, var(--noir), transparent);
  opacity: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

 .block_info {
  z-index: 0;
  border: none;
  padding: 20px;
  min-height: 10px;
  text-align: left;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.list-option ul {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.list-option ul i {
  color: var(--vert);
}

.info_ville {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 0;
  font-weight: 500;
}

.list-crit {
  color: var(--vert);
}

.block_info {
  background: var(--blanc);
}

/*//////////////DETAIL////////////*/
.detail-nav li a {
  color: var(--blanc);
  font-size: 12px;
  padding-bottom: 10px;
}

.detail-nav .dropdown-menu a {
  color: var(--noir) !important;
}

.detail-nav > ul > li:nth-child(2) a, .detail-nav-calcul > ul > li:nth-child(2) a {
  border-right: 0px solid var(--blanc);
  border-left: 0px solid var(--blanc);
}

.detail-info .table {
  width: 100%;
  font-size: 12px;
  background: var(--blanc);
}

.detail .table-bordered {
  border: 1px solid var(--vert);
}

.detail-info .table td {
  padding: 10px 20px;
}

.detail-dpe {
  width: 100%;
}

.detail .img-thumbnail {
  padding: .25rem;
  background-color: var(--blanc);
  border: 1px solid var(--vert);
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
}

.detail-info .table i {
  font-size: 18px;
  color: var(--vert);
}

.detail-info .table i {
  color: var(--vert);
}

.detail-nav-calcul > ul > li a {
  background: var(--bordeaux);
}

/*//////////////RESPONSIVE////////////*/



@media (max-width: 1199px) {

.navbar li a {
    color: var(--noir);
    text-transform: uppercase;
    padding: 0 10px 0 10px;
    font-size: 14px;
}

.texteagence {
    background: var(--blanc) url("/assets/images/agence.jpg") no-repeat left center;
    background-size: contain;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.texteagence p {
    font-size: 1.4em;
    padding-left: 50%;
    margin-left: 20px;
 }
}

@media (min-width: 992px) {

.navbar {
    margin-bottom: 0px;
}

header .navbar {
    border-top: 0px solid var(--vert);
    border-bottom: 1px solid var(--vert); }
  .alerte-email .prod_home article, .estimation .prod_home article, .recherche-detaillee article {
    width: 29%;
    padding: 0px;
    margin: 20px;
    background: var(--blanc);
}

.hidedesk{
	display: none;
 }
}




@media (max-width: 991px) {

.hidemob{
	display: none;
}
.navbar {
  padding-bottom: 0px;
  border-top: 0px solid var(--vert);
  border-bottom: 1px solid var(--vert);
}
.introtext {
    border-left: 0px solid var(--vert);
    padding: 20px 20px 40px 20px;
    -webkit-backdrop-filter: blur(0px);
    /* assure la compatibilité avec safari */
    backdrop-filter: blur(0px);
background-color: rgba(182, 182, 182, 0);
    text-align: center;
}

.introtext h3, .introtext p {
    color: var(--blanc);
	 text-shadow: 1px 1px 5px var(--grisfonce)
}
.introtext h3 {
  color: var(--blanc);
  font-weight: 800;
  font-size: 2.5em;
  opacity: 0;
  animation: rightTOleft 1.5s ease 0.2s 1 normal forwards;
}
.navbar-toggler::after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid var(--noir);
    border-bottom: 2px solid var(--noir);
    right: 20px;
    top: 16px;
    z-index: 99999;
}

.navbar li a {
    color: var(--noir);
    text-transform: uppercase;
    padding: 0 5px 0 5px;
    font-size: 12px;
}

.header-img {
    width: 200px;
}

.texteagence {
    background: var(--blanc) url("/assets/images/agence.jpg") no-repeat left center;
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.texteagence p {
    font-size: 1.4em;
    padding-left: 50%;
    margin-left: 20px;
}

.prod_listing .block_info {
  width: 100%;
  display: block;
  padding: 15px 15px 0px 15px;
  text-align: left;
position: absolute;
left: 0;
bottom:0px;
 backdrop-filter: blur(5px);
background-color: rgba(182, 182, 182, 0.2);}

.prod_listing .block_info p{
display: none

}
.prod_listing > .listing_article article .description{
display: none}

[class*="listing-"] .list-header::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--vert);
  height: 0px;
  width: 100%;
  margin: 40px 0 15px 0;
}
[class*="listing-"] .bantypebien {
  position: absolute;
  margin-top: 0px;
  font-size: 15px;
  background-color: var(--blanc);
  padding: 5px 15px;
  display: block;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  line-height: 20px;
  z-index: 5;
  color: var(--vert);
}
.prod_listing > .listing_article article .bantypebien {
  position: absolute;
  top: 75px;
left: 30px;
height: 30px
}

.prod_listing > .listing_article article {
  background: var(--blanc);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  border-right: 0px solid var(--blanc);
}
.prod_listing > .listing_article article:hover {
  background: var(--blanc);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  border-right: 0px solid var(--blanc);
}
.list-more {
display: none;

}
.prod_listing .list-option{
color: var(--blanc)
}
[class*="listing-"] .info_ville {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 0;
  font-weight: 800;
  color: var(--blanc) !important;
}
[class*="listing-"] .info_prix {
  margin: 12px 0 15px 0;
  line-height: 8px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--blanc);
}
.prod_listing .block_info {
  min-height: 100px;
}
.block_img::before {
  content: "";
  height: 40%;
  width: 100%;
  background-image: none;
  opacity: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.prod_listing > .listing_article article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-alerte-mail {
    background: var(--vert) url("/assets/images/logo_alerte_mail.png") no-repeat -70px center;
    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-bottom: 30px;
    margin-top: 20px;
    text-align: left;
    padding: 20px 20px 40px 150px;
}

.block-alerte-mail .btn {
    margin-top: 10px;
    margin-right: 80px;
 }


.estimation .prod_home article {
   border: 1px solid #ddd;
  width: calc(48% - 40px);
  margin: 20px;


}


.prod_home article {
  width: 50%;
  padding: 0px;
}
}



@media (max-width: 767px) {
.list-option {
  display: none
}

.prod_accueil .block_info {
  z-index: 0;
  border: 0px solid #ddd;
  padding: 20px;
  min-height: 50px;
  text-align: center;
}
.texteagence {
  background: none;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.texteagence p {
  font-size: 1.4em;
  padding-left: 0%;
  margin-left: 20px;
}
.block-alerte-mail {
  background: var(--vert) url("/assets/images/logo_alerte_mail.png") no-repeat -70px center;
  font-size: 1.1em;
  padding: 20px 20px 40px 130px;

}




#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    height: 45px;
    position: relative;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: var(--vert);
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 9px;
}

#nav-icon1 span:nth-child(3) {
    top: 18px;
}

#nav-icon1.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -30px;

}
#nav-icon1.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.container-search {
    display: none;
}

.navbar-collapse {
    margin-top: 0px;
}

.navbar-toggler::after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid var(--vert);
    border-bottom: 2px solid var(--vert);
    right: 20px;
    top: 16px;
}

  .navbar-toggler::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid var(--vert);
    right: 20px;
    top: 26px;
}

  .navbar-toggler {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--noir);
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
}

.header-img {
    width: 300px;
}

.index header .navbar {
    border-top: none;
    border-bottom: none;
    padding-top: 00px;
}


header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


.swiper {
    width: 100%;
    height: 490px;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    box-shadow: 0 0 20px 0px transparent;
    padding: 0 5px !important;
 }


.estimation .prod_home article {
   border: 1px solid #ddd;
  width: calc(100% - 40px);
  margin: 20px;


}
}


@media (max-width: 441px) {
#agence{
display: none}
.header-img {
    width: 250px;
}

.texteagence p {
    font-size: 1.4em;
    padding-left: 0%;
    margin-left: 00px;
}

.texteagence {
    background: rgba(255, 255, 255, 0.2);
}

.home-heading {
  padding-top: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 800;
  width: 100%;
  color: var(--vert);
 }


footer {
  background-color: inherit;
  margin-top: 00px;
  padding-top: 00px;
  margin-bottom: 00px;
  padding-bottom: 00px;
  clear: both;
  background: var(--gris) url("/assets/images/background-footer.png") no-repeat center bottom;
  background-size: contain;
}
}
	

/*//////////////KEYFRAMES////////////*/
@keyframes rightTOleft {
  0% {
    opacity: 0;
    transform: translateX(250px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes pancarte {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%; }
  15% {
    transform: translateX(-30px) rotate(6deg); }
  30% {
    transform: translateX(15px) rotate(-6deg); }
  45% {
    transform: translateX(-15px) rotate(3.6deg); }
  60% {
    transform: translateX(9px) rotate(-2.4deg); }
  75% {
    transform: translateX(-6px) rotate(1.2deg); } }


.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}