/*
*@colors
*/
:root{
  --bleu-color:#e99e24;
  --orange-color:#87d37c;
  --bleu-fonce:#b37108;
}

/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

.color-eco{
  color: var(--bleu-color);
}
.btn{
  border:1px solid inherit;
}
.btn-eco{
  background-color: var(--bleu-color);
  color:#fff;
}
.btn-eco:hover{
  border:1px solid var(--bleu-color);
  background-color: #fff;
  color:var(--bleu-color);
}
.btn-eco2{
  background-color: var(--orange-color);
  color:#fff;
}
.btn-eco2:hover{
  border:1px solid var(--orange-color);
  background-color: #fff;
  color:var(--bleu-color);
}
a{
  color:var(--bleu-color);
}
.table-dark{
  --bs-table-bg:var(--bleu-color);
}

.bg-grey{
  background-color: #e9e9e9;
}

h1, h2, h3, #reassurance .fs-1{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color:var(--bleu-fonce);
}


/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/
.navbar{
  background-color: #fff;
  /* z-index 3 to be above bootstrap form floating labels */
  z-index:3;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color:var(--bleu-fonce);
}
.navbar ul li{
	padding:10px 20px;
}
.nav-item a{
  color:var(--bleu-fonce);
  text-decoration:none;
}
.nav-link{
  color:var(--bleu-fonce);
}

/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/

.hero-home{
  position:relative;
  background-color:var(--bleu-fonce);
}
.hero-home:after{
  content:"";
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background: url('../images/bg-home.jpg') no-repeat top center/cover;
  z-index:1;
  opacity:0.6;
}
.hero-home .container{
	z-index:2;
	position:relative;
	color:#fff;
}
.hero-home h1{
	color:#fff;
}
h1 span{
  display: block;
  font-size:0.8em;
}


#service{
  background-color: var(--bleu-color);
  color:#fff;
  padding-top:15px;
  padding-bottom:15px;
}
#service h2{
	color:#fff;
}
.service{
  padding-top:20px;
  padding-bottom:20px;
}

.hr{
  display: block;
  width: 30%;
  height: 3px;
  background-color: var(--bleu-color);
  margin-top:15px;
  margin-bottom:15px;
}

#documents{
  background-color: #f9f9f9;
  padding-top:30px;
  padding-bottom:30px;
}
#service-footer{
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.title-service{
  background-color: var(--bleu-color);
  color:#fff;
  position: relative
}
.title-service:before{
  content:"";
  position: absolute;
  left:-100%;
  right:0;
  height:100%;
  background-color: var(--bleu-color);
  z-index: -1;
}

/* simulateur */
.form-simulateur{
  padding: 15px;
  margin:5px;
}
.bg-vert{
	background-color:var(--orange-color);
}

/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/

footer a{
  text-decoration: none;
}

/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-home{
    padding-top:150px;
    padding-bottom:150px;
  }
  #service,
  #gestion,
  #documents{
    padding-top:100px;
    padding-bottom:100px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
