/* MENU */
.menufond, .menufondhaut {height: 100%;
    background-color: none;
-webkit-transition: height .5s;
transition: height .5s;
position: absolute;
  
  left : 0px;
  z-index: 9999999;width: 100%;
  overflow: hidden;
  padding: 20px;
  
}
.menufond {
  bottom: 0px;
}
.menufondhaut {
  top: 0px;
}


.fondu {
  background-color: #898989;opacity: 0.6; 
}
.menufond:hover, .menufondhaut:hover {height: 100vh;
    background: hsla(0, 0%, 100%, 0.927);
-webkit-transition: height .5s;
transition: height .5s;
position: absolute;
  
  z-index: 9999999;width: 100%;
}

 
.navover {
  padding : 20px 60px !important;
  color : white;
  font-size: 22px !important;
}
.textemenu{ 
  visibility: hidden; 
  position: relative; 
  top : 50vh;
  -webkit-transition: height .5s;
transition: height .5s;
color : #343434;
font-size: 14px;}
.menufondhaut .textemenu{ 
  top : 10vh;

}


.menufondhaut:hover .textemenu { 
  visibility:visible; 
  position: relative; 
  top : 10vh;
  -webkit-transition: height .5s;
transition: height .5s;

} 
.menufond:hover .textemenu { 
  visibility:visible; 
  position: relative; 
  top : 50vh;
  -webkit-transition: height .5s;
transition: height .5s;

} 
.menuentete {}
.menucorp {}
.menupied {}


/* ACCUEIL SLIDE */


.fixed-ar::before {
  content: "";
  float: left;
  width: 1px;
  margin-left: -1px;
}
.fixed-ar::after {
  content: "";
  display: table;
  clear: both;
}

.colmarge {
  padding: 1px !important;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nav-link {
  font-size: 17px; 
  padding-right: .3rem !important; 
padding-left: .3rem !important;

}
/* proportions */

.fixed-ar-1-1::before {
  padding-top: 100%;
}
.fixed-ar-4-3::before {
  padding-top: 75%;
}
.fixed-ar-16-9::before {
  padding-top: 56.25%;
}





/* CHERCK BOX */

/*General style*/
  .custom-checkbox label, .custom-radio label {
    position: relative;
    cursor: pointer;
    
    /*font-size: 21px;*/
  }

  .titrechp{
      font-size: 20px;
  }

.photo-bg {
    width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position-x: center;
}

  .fondgrisaccueil {
      height: 50%;
position: absolute;
right: 0%;
left: 220px;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
background: linear-gradient(#f2f2f2, #ffffff);
  }
 .custom-checkbox input[type="checkbox"] ,.custom-radio input[type="radio"] {
    position: absolute;
    right: 9000px;
  }
   /*Custom checkboxes style*/
  .custom-checkbox input[type="checkbox"]+.label-text:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
  }
  .custom-checkbox input[type="checkbox"]:checked+.label-text:before {
    content: "\f14a";
    color: #2980b9;
    -webkit-animation: effect 250ms ease-in;
            animation: effect 250ms ease-in;
  }
  .custom-checkbox input[type="checkbox"]:disabled+.label-text {
    color: #aaa;
  }
  .custom-checkbox input[type="checkbox"]:disabled+.label-text:before {
    content: "\f0c8";
    color: #ccc;
  }

   /*Custom checkboxes style*/
  .custom-radio input[type="radio"]+.label-text:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-radio input[type="radio"]:checked+.label-text:before {
    content: "\f192";
    color: #8e44ad;
    -webkit-animation: effect 250ms ease-in;
            animation: effect 250ms ease-in;
  }

  .custom-radio input[type="radio"]:disabled+.label-text {
    color: #aaa;
  }

  .custom-radio input[type="radio"]:disabled+.label-text:before {
    content: "\f111";
    color: #ccc;
  }

  @-webkit-keyframes effect {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    25% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
    75% {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  @keyframes effect {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    25% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
    75% {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

/* BREADSCRUMB */

ul.breadcrumb1 {
  list-style: none;
  /*background-color: #eee;*/
   font-size: 12px;
  padding: 10px 16px 10px 0px;
}
ul.breadcrumb1 li {
  display: inline;
 
}
ul.breadcrumb1 li+li:before {
  padding: 8px;
  color: black;
  content: ">";
 
}
ul.breadcrumb1 li a {
 
  text-decoration: none;
}
ul.breadcrumb1 li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.photoliste {
   min-height : 200px;
}

/* FONTS */
@font-face{
font-family:"hk-grotesk-bold";
src:url("/css/HKGrotesk-Bold.ttf") format("woff"),
url("/css/HKGrotesk-Bold.ttf") format("opentype"),
url("/cs/HKGrotesk-Bold.ttf") format("truetype");
}


@font-face{
font-family:"clear-sans-regular";
src:url("/css/ClearSans-Regular.ttf") format("woff"),
url("/css/ClearSans-Regular.ttf") format("opentype"),
url("/css/ClearSans-Regular.ttf") format("truetype");
}



@font-face{font-family:"clear-sans-thin-regular";
src:url("/css/ClearSans-Thin.ttf") format("woff"),
url("/css/ClearSans-Thin.ttf") format("opentype"),
url("/css/ClearSans-Thin.ttf") format("truetype");
}

@font-face{font-family:"amsterdam-regular";
src:url("/css/amsterdam-four-ttf.ttf") format("woff"),
url("/css/amsterdam-four-ttf.ttf") format("opentype"),
url("/css/amsterdam-four-ttf.ttf") format("truetype");
}
@font-face{font-family:"Arapey-Regular";
src:url("/css/Arapey-Regular.ttf") format("woff"),
url("/css/Arapey-Regular.ttf") format("opentype"),
url("/css/Arapey-Regular.ttf") format("truetype");
}
.font-arapey{
    font-family: 'Arapey-Regular', sans-serif;
    font-weight: lighter;
}

@font-face{font-family:"Merriweather";
src:url("/css/Merriweather-Regular.ttf") format("woff"),
url("/css/Merriweather-Regular.ttf") format("opentype"),
url("/css/Merriweather-Regular.ttf") format("truetype");
}
.font-Merriweather{
    font-family: 'Merriweather', sans-serif;
}

@font-face{font-family:"Brown-Sugar";
src:url("/css/Brown-Sugar.ttf") format("woff"),
url("/css/Brown-Sugar.ttf") format("opentype"),
url("/css/Brown-Sugar.ttf") format("truetype");
}
.font-Brown{
    font-family: 'Brown', sans-serif;
}

@font-face{font-family:"Brilliant-Signature";
src:url("/css/Brilliant-Signature.otf") format("woff"),
url("/css/Brilliant-Signature.otf") format("opentype"),
url("/css/Brilliant-Signature.otf") format("truetype");
}
.font-Brilliant{
    font-family: 'Brilliant-Signature', sans-serif;
}

.font-glacial{
    font-family: 'glacialindeifference-regular', sans-serif;
}
.titre1 {
  font-size: 36px !important;
  z-index: 9999;
  position: relative;
}
.titre2 {
font-family: 'amsterdam-regular', sans-serif;
font-size: 150px;
position: absolute;
top: 20px;
color: silver;
}

.texteapropos{
    font-family: 'clear-sans-thin-regular', sans-serif;
    font-size: 20px;
padding-left: 40%;
}

.font-hk{
    font-family: 'hk-grotesk-bold', sans-serif;
    
}
.font-glacial{
    font-family: 'glacialindeifference-regular', sans-serif;
}
.font-amsterdam{
    font-family: 'amsterdam-regular', sans-serif;
}
.font-brillant{
    font-family: 'Brilliant-Signature', sans-serif;
}

body{
    font-family: 'clear-sans-regular', sans-serif;
}
/*
h1,h2,h3,h4,h5,h6{
    font-family: 'clear-sans-thin-regular', sans-serif;
} */

h1 {
  font-size: 3rem !important;
}
.clear-thin{
    font-family: 'clear-sans-thin-regular', sans-serif;
} 

.menutelhautdroite {
    position: absolute;
top: 0px;
right: 0px;
height: 100%;
}
.btnaccueil{
   height: 220px;
   width: 350px;
position: relative;
/*top: -80px;*/
overflow : hidden;
  font-size: 20px;
}

.img-centre {
    top: -25%;
position: relative;
}

.col-mini{
    height: 270px;
    overflow: hidden;
}
.col-maxi{
    height: 540px;
    overflow: hidden;
}


.textepub {
    white-space: break-spaces;
    
}


.ma-widget-feedback.ma-widget-feedback-type3.ma-widget-feedback--large .ma-widget-feedback__logo {
    position: absolute;
    top: 3px !important;
    left: 10px  !important;
}
.ma-widget-feedback {
    background: #fff;
    border: 0 !important;
}
.ma-widget-feedback.ma-widget-feedback--large {
    width: 200px !important;
}   
.ma-widget-feedback.ma-widget-feedback-type3.ma-widget-feedback--large .ma-widget-link {
    margin-right: 0px ! important;
}
h1 {
    /* font-size: 2rem !important */
}

.card-body {
    padding: 15px;
}
.crit33 {
    display: inline-block;
    width: 33%;
    font-size: 16px;
}
.bandeauvenduaccueil {
    color: red;
    background-color: #fff;
    font-weight: bold;
}
.bandeaubaisseaccueil, .bandeaunouveauteaccueil, .bandeauexcluaccueil, .bandeauvenduaccueil {
    font-size: 13px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 24%;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -31%;
    z-index: 999;
}

.bigimageaccueil {
    height: 450px;
    background-image: url('/images/accueil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
}
.texteaccueil{
  height : 130px;
}

.entetesite a,
#pied a{color: #fff;
    text-decoration: none;
    background-color: transparent;

}

a {color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.col {border-radius: 2px;}
/* .navbar-dark .navbar-nav .nav-link { color: rgb(255, 255, 255,1);}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    font-weight: 600;
} */

.vignette {
  min-height : 200px;
}

.navbar-dark .navbar-nav .nav-link {
color : #ffffff !important;
margin-left: 30px; 
}
    
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
 
 color: rgb(179, 198, 255) !important;
 padding-left: 20px;
 padding-right: 20px;
 /*background-color: #f4c201;*/

}


svg {  width: 100%; }
#dpe {  width: 50%; }
#ges {  width: 50%; }
.bouton-loupe {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    font-size: 2em;color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    /* -webkit-box-shadow: 1px 1px 1px #fff *//* -webkit-box-shadow: 1px 1px 1px #fff *//* box-shadow: 1px 1px 1px #fff */
}
hr {
    border-left: 1px solid #e9e7e7;
    border-right: 1px solid #e9e7e7;
    width: 80%;
    border-color: #e9e7e7 #777777;
    border-style: solid;
    border-width: 1px 100px;
}
.crit25{
    display: inline-block;width: 25%;
    /* line-height: 50px */
    color: #777777;
    font-size: 16px;
}

.blocrechercheaccueil {
    position: absolute;
  
  top: 150px;
}

.bandeaucategorie{
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 30px;
}
/* CSS Document */
.navbar {  border-top: 0px solid #444a54;}

.fond1 { background-color: #f2f2f2 !important; color: black }
.fond2 {background-color:#f4c201 !important; color: #000000;}
.fond3 { background-color:#2f3234 !important; color: white;}
.fond4 { background-color:rgb(179, 198, 255) !important; color: black;}
.fondbouton {background-color: rgb(184, 179, 161);} 
.fondentete {
  
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  height: 100vh;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
video {
  z-index: -4 !important;
  position: fixed ! important;
}
.fondINDEXxxx {
 background-image: url("/images/fondaccueil.png");
}
.fondATELIER{
 background-image: url("/images/accueil2.jpg");
 height: 500px;
}
.fondMONTAGE {
 background-image: url("/images/accueil3.jpg");
 height: 500px;
}
.fondBUREAU-ETUDE {
 background-image: url("/images/accueil1.jpg");
 height: 500px;
}
.fondSOCIETE {
 background-image: url("/images/agence.png");
 height: 500px;
}
.fondESTIMATION {
 background-image: url("/images/215127968.jpeg");
 height: 240px;
}
.fondALERTESMAIL {
 background-image: url("/images/472531091.jpeg");
 height: 35vh;
}.fondCONTACT {
 background-image: url("/images/215127968.jpeg");
 height: 35vh;
}
.fondFINANCEMENT {
 background-image: url("/images/calculette.jpg");
 height: 35vh;
}



.fondnacre {
  background: transparent url("/images/fondnacre.jpg") ;
      background-color: transparent;
    background-position-x: 50%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    
    background-size: cover;
    background-origin: padding-box;
    background-clip: border-box;
  
}
.favorites-v1 {
  position: relative;
  z-index: 0;
}
.couleur1 { color: #343a40 !important; }
.couleur2 { color:#593e31; }
.couleur3 { color: #7e7e7e !important; }
.couleur4 { color: #7e7e7e !important; }
.noir { color: #000 !important; }

.titreentete {
    text-shadow: 1px 1px 0 #ffffff;
    color:#ff9d01; 
}

 .top-item {
	color: rgba(255,255,255,.5);
	font-size: 12px;
}

p.lead {
	font-size: 1.15em;
}
.card-body{
  padding: 15px;
}
.card-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor:  pointer;
  overflow:  hidden;
}
.card-header {
  position: relative;
  z-index:10;
  background: #f7f7f7;
}
.card:hover {
      -webkit-box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
              box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
}
.card-footer {
  padding: 10px;
}
.card-img-top {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 350px;
}
.card:hover .card-img-top {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.custom-select {width: 100%;
}
footer {
  padding: 10px 0 5px;
  font-size: 12px;
}
#blocrechaccueil {background-color: rgba(255, 255, 255, 0.0) !important;
    border-radius: 5px
}
a.page-link {
    border-radius: 35px !important;
   
}
li.page-item {
   margin : 5px;

}
.style1 {
    border-left-width: 86px;
    border-left-style: solid;
}
.style2 {
    background-color: #ad1a1a;
    color: #b87070;
}
.ChampsEstimation {
    font-weight: bold;
    text-align: left;
}
.est {}
.style3 {
    text-align: right;
}
.style4 {
    text-align: right;
}
.style5 {
    background-image: linear-gradient(178deg, #210b00 0%, #AC6F3A 100%);
}
.style6 {
    width: 100%;
}
.style7 {
}
.exclu{
    background-color: red;
    color: white;
}
.coupdecoeur{
    background-color: rgb(39, 39, 39);
    color: white;
}

@media (min-width: 576px) {
.style8 {
        height: 150px;
    }
    .style11 {
        position: relative;
        top: 150px;
    }
   
}
.style8 {
    height: 160px;
}
.style9 {
    /*background-image: url("../images/accueil2.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}



.style11 {
    position: relative;
    top: -40px;
}

.slideaccueil2 {
    /* height: 10vh */
    /* padding-top: 30% !important */
    /* max-height: 460px */ 
}

.style10 {}

.style12 {
    background-size: cover;
    background-image: url("/images/accueil3.jpg");
}

.style13 {
    background-color: #e1e1e1;
}

.style14{
background-image:url("/images/fondestim50.png");
background-size:cover;
background-repeat:no-repeat;
background-position: center;

}

.style15 {
  opacity: 0.3;
}