/*PREMIUMBASE*/
/*Import Fonts*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700");
.space50 {
  width: 100%;
  height: 50px; }

.space100 {
  width: 100%;
  height: 100px; }

.bleu {
  color: #325ba6; }

.h3, h3 {
  font-size: 1.5rem; }

.contact .sidebar {
  z-index: 1001; }

/* ========================================================================= */
/*                                  TOP_PAGES                                     */
/* ========================================================================= */
.etatdeslieux .top_page {
  background-image: url("/assets/images/top_page/etatdeslieux_top.jpg"); }

.renovation .top_page {
  background-image: url("/assets/images/top_page/renovation_top.jpg"); }

.remiseenetat .top_page {
  background-image: url("/assets/images/top_page/remiseenetat_top.jpg"); }

.prosav .top_page {
  background-image: url("/assets/images/top_page/prosav_top.jpg"); }

.visite3d .top_page {
  background-image: url("/assets/images/top_page/visite3D_top.jpg"); }

.visitelocative .top_page {
  background-image: url("/assets/images/top_page/visitelocative_top.jpg"); }

/* ========================================================================= */
/*                                  GENERAL                                     */
/* ========================================================================= */
body {
  font-family: 'Work Sans', sans-serif; }

.btn-primary {
  color: #fff;
  background-color: #3761b1;
  border-color: #325ba6; }

.btn-primary:hover {
  color: #fff;
  background-color: #325ba6;
  border-color: #3761b1; }

.btn {
  border-radius: 0; }

.home_heading::after {
  content: "";
  display: block;
  position: relative;
  background: #000;
  height: 2px;
  width: 150px;
  margin: 24px auto 24px auto; }

#bloc_fixed .bloc {
  background: rgba(0, 0, 0, 0.6);
  color: #fff; }

.deco {
  padding: 10px 0;
  text-transform: uppercase;
  color: #325ba6; }

.deco::after {
  content: "";
  display: block;
  position: relative;
  background: #325ba6;
  height: 2px;
  width: 150px;
  margin: 4px 0 24px 0; }

@keyframes slideLeft {
  from {
    transform: translateX(400px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideRight {
  from {
    transform: translateX(-400px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

/* ========================================================================= */
/*                                  HEADER                                     */
/* ========================================================================= */

.bgAccueil {
  background: none !important;
  overflow: hidden; }

.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/2.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background-image: url("/assets/images/slider_home/1.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background-image: url("/assets/images/slider_home/3.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
  background-image: url("/assets/images/slider_home/4.jpg"); }

.baseline {
  z-index: 20;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.baseline h1 {
  color: #ffffff;
  font-size: 6em;
  font-weight: 800;
  animation: slideLeft 2s ease; }

.baseline .ile {
  animation: slideRight 2s ease; }

/* ========================================================================= */
/*                                  PAGE INDEX                                     */
/* ========================================================================= */
.home_cont_presentation {
  position: relative;
  background: url("/assets/images/home-background-presentation.jpg") no-repeat center top;
  background-size: auto;
  background-size: cover;
  color: #325ba6;
  margin: 0 auto;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home_cont_presentation p {
  color: #000000; }

/*CATEGORIES*/
.grid figure {
  position: relative;
  float: center;
  overflow: hidden;
  margin: 10px auto;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  background: #949494;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-shadow: 1px 1px 1px #000000; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800;
  padding-left: 10px;
  font-size: 24px !important; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
  background: #325ba6; }

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah figcaption {
  text-align: left; }

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0; }

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* ========================================================================= */
/*                                  FOOTER                                     */
/* ========================================================================= */
.home_cont_alertes {
  padding: 10px 10px;
  background: #325aa6;
  text-align: center; }

.cont_coordonnees {
  padding-bottom: 40px;
  background-color: #cccccc;
  color: #325ba6; }

footer {
  background-color: #325ba6;
  padding: 20px 10px; }

/* ========================================================================= */
/*                                  RESPONSIVE                                     */
/* ========================================================================= */
@media (max-width: 991px) {
  .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking {
    height: 85px;
    padding-bottom: 5px; }
  .menu ul {
    margin: 20px 20px 0 20px !important; }
  .header {
    background: transparent;
    position: relative; }
    
    .burger-item::after {
  content: "";
  position: absolute;
  background: #325aa6;
  color: #325aa6;
  display: block;
  height: 3px;
  width: 24px;
  margin-top: 8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
    
 .burger-item::before {
  content: "";
  position: absolute;
  background: #325aa6;
  color: #325aa6;
  display: block;
  height: 3px;
  width: 24px;
  margin-top: -8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}   

.burger-item {
  color: #325aa6;
  font-size: 40px;
  position: fixed;
  top: 25px;
  left: 15px;
  z-index: 100;
  background: #325aa6;
  height: 3px;
  width: 24px;
}
  /*
.not-sticking .burger-item::after {
  content: "";
  position: absolute;
  background: $blanc;
  color: $blanc;
  display: block;
  height: 3px;
  width: 24px;
  margin-top: 8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
not-sticking .burger-item::before {
  content: "";
  position: absolute;
  background: $blanc;
  color: $blanc;
  display: block;
  height: 3px;
  width: 24px;
  margin-top: -8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.burger-item {
  color: #000;
  font-size: 40px;
  position: fixed;
  top: 25px;
  left: 15px;
  z-index: 100;
  background: #000;
  height: 3px;
  width: 24px;
}
*/ }
.index .header .not-sticking {
  background: rgba(255, 255, 255, 0.47);
  
  }
@media (min-width: 992px) {
	
	.index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking {
  height: 105px; }

.index .header .not-sticking {
  background: rgba(255, 255, 255, 0.47);
  height: 155px; }

  nav.menu ul li {
    display: inline-block;
    text-transform: uppercase; }
  .menu ul > li > a {
    padding: 12px 10px;
    line-height: 1.2;
    color: #325ba6;
    font-size: 1.1rem;
    font-weight: 600; }
  .menu ul > li > a:hover {
    color: #b1afaf; }
  .index .not-sticking .menu ul > li > a {
    color: #325ba6; }
  .index .not-sticking .menu ul > li > a:hover {
    color: #325ba6; }
  .header__logo {
    display: block;
    height: 100px;
    padding: 5px;
    margin-bottom: 15px; }
  .dropdown-menu > li > a {
    clear: both;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    color: #325ba6 !important; }
  .dropdown-menu > li {
    display: block !important; }
  nav.menu .dropdown-menu ul li {
    display: block;
    text-transform: uppercase; } }

@media (max-width: 441px) {
  .baseline h1 {
    color: #ffffff;
    font-size: 3em;
    font-weight: 800;
    animation: slideLeft 2s ease; } }

/* ========================================================================= */
/*                                  PAGE DETAIL                                     */
/* ========================================================================= */
.detail_taber .nav-link {
  padding: 10px; }

.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
  background: #007bff !important;
  color: #fff;
  padding: 10px; }

.detail_taber {
  border-bottom: 1px solid #007bff; }

.detail_header .titre:after {
  background: #007bff; }

.detail_header .crit span:nth-child(1) {
  font-weight: 600; }

.retour_pret {
  font-size: 25px;
  font-weight: 700;
  color: #007bff; }

.retour_pret span {
  color: #007bff; }

.detail .page_heading {
  font-size: 22px;
  font-weight: 500;
  border-left: 2px solid #007bff;
  padding-left: 10px; }

.detail .info_titre {
  text-transform: inherit; }

.detail .info_prix {
  padding: 0; }

.detail .header-item {
  padding: 0; }

.lafficheur li:hover, .lafficheur li.active {
  background-color: #007bff !important; }

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #007bff !important; }

.detail #descdetail {
  text-align: justify; }

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
  position: relative;
  background: #fff; }

.detail .bloc-champ {
  background: #fff; }
