
/* FONTS */
/* @import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');  */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');/** */
.index .header {
  position: relative;
}
body {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
font-family: 'Libre Baskerville', serif;  

}


.services .top_page {
  background-image: url("/assets/images/top_page/services_top.jpg");
}
.sidebar_blocinfos p{
		font-size: 16px!important;

}
footer p{
	color: #ffffff!important;
	font-size: 16px!important;
	text-transform: none!important
}
footer p a{
	color: #ffffff!important;
	font-size: 16px!important;
	text-transform: none!important
}

label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.agence p {
  text-align: justify;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
  color: #717070;
}
 p {
  text-align: justify;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
  color: #717070;
}


.actualites .content_page {
  width: 100%;
}

.actualites-group img {
  width: 50%;
}


.bgAccueil {
    background: none !important;
    overflow: hidden;
}
div#carouselExampleIndicatorsHome:before{
    position: absolute;
    background-color: rgba(255, 255, 255,0.05);
    content:"";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.carousel-indicators {
    display: none;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
  }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
  }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
  }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
  }
  .baseline {
    z-index: 20;
    position: absolute;
  }
  .baseline img {
   width:90%;
  }
  .baseline1{
    bottom: 23%;
    right: 0px;
  }
  .baseline2{
    bottom: 18%;
    -webkit-transform: translateY(-28%);
    -moz-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
    -o-transform: translateY(-28%);
    transform: translateY(-28%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center;
  }
  .baseline3{
    top: 10%;
    -webkit-transform: translateY(-28%);
    -moz-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
    -o-transform: translateY(-28%);
    transform: translateY(-28%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center;
  }
.not-sticking .menu ul > li > a {
    color: #343f25;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 400;
}
.menu ul > li > a {
    padding: 12px 20px;
    line-height: 1.2;
    color: #343f25;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 17px;
}
nav.menu ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #4b5d2e;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav ul li a, nav ul li a:after{
  transition: all .5s;
}
nav.menu ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before{
  background-color: var(--photoboxOverlay, rgba(130, 130,130, 0.6));
}
.index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label{
  color: #fff;
}
footer {
    background-color: #717c5c;
}
@media (min-width: 992px){
.index .not-sticking .header__logo img, .not-sticking .header__logo img {
    width: 136px;
}
.sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
    width: 103px;
}
.menu a:hover,
.not-sticking .menu ul > li > a:hover {
    text-decoration: none;
    color: #fff;
}
.header .sticking {
    background: rgba(255,255,255,1);
    padding: 5px 0;
}
.site-pusher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.menu {
  width: auto;
  margin: auto 3%;
}
.menu ul > li.drapeau > a {
  padding: 12px 7px;
}
.index .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
  padding: 5px 20px;
  background-color: #eaebe7;
}
/* .index .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
  background: #fff;
} */
}
@media (max-width: 1281px){
  .menu ul > li > a {
    padding: 12px;
  }
  .not-sticking .menu ul > li > a,
  .menu ul > li > a{
    font-size: 15px;
  }
  .header__logo img {
    width: 113px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
.index .not-sticking .header__logo img, .not-sticking .header__logo img {
    width: 113px;
}
.index .not-sticking .menu ul > li > a, .not-sticking .menu ul > li > a {
  font-size: 13px;
}
.menu ul > li > a {
  font-size: 13px;
}
}
@media (max-width: 991px){
.index .not-sticking .burger-item, .index .not-sticking .burger-item::before, .index .not-sticking .burger-item::after,
.not-sticking .burger-item, .not-sticking .burger-item::before, .not-sticking .burger-item::after, .sticking .burger-item, .sticking .burger-item::before, .sticking .burger-item::after {
    color: #4b5d2e;
    background: #4b5d2e;
}
.burger-item {
  top: 36px;
}
.not-sticking .menu ul > li > a,
.menu ul > li > a {
  color: #fff;
}
nav.menu ul li a:after{
  display: none;
}
.header .sticking .header__logo img {
  width: 110px;
}
.header .sticky_menu {
  padding: 5px 0;
}
}
@media (max-width: 420px){
.header__logo img {
    margin-top: 0;
}
}
.alerte-email .form-group {
  margin: 2rem 1rem;
  padding: 10px;
  border-left: 0px solid #000;
  background: #ffffff;
}
body {
  padding-top: 0!important;
}

.sidebar {
 display: none;
}

p {
 font-size: 18px;
 line-height: 1.5;
}
.agence .header, .contact .header, .alerte-emai .header, .mentions-legales .header,  .estimation .header {
 height: 70px;
}
.estimation .bgAccueil-page {
 background: url(/assets/images/bgimg-estimation.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
 height: 80vh;
}
.services .bgAccueil-page {
 background: url(/assets/images/bgimg-services.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
 height: 80vh;
}
.agence .bgAccueil-page {
 background: url(/assets/images/bgimg-agence.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}
.contact .bgAccueil-page {
 background: url(/assets/images/bgimg-contact.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}
.alerte-email .bgAccueil-page {
 background: url(/assets/images/bgimg-alerte-email.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}
.mentions-legales .bgAccueil-page {
 background: url(/assets/images/bgimg-mentions-legales.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}



/* MODIFICATION AVENANT 18/07/2023 */
.menu .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  margin: 0;
}
.menu .dropdown-item:hover {
  background-color: #717c5c;
}