body{
  background: url("../img/background.png");
  padding-bottom: 60px;
}

h1{
  color: #6c6277;
}

h1.page-title{
  font-weight: lighter;
}

h2.page-sub-title{
  font-weight: lighter;
}

h4{
  color: #8a8159;
}

nav{
  position: absolute;
  top: 0;
  margin: 0;
}

.container{
  max-width: 1200px;
}

a.nav-link, a.dropdown-item {
  color: #5c4b68 !important;
}

a.dropdown-item {
  font-size: 12px;
}

a:hover.nav-link {
  text-decoration: underline;
}

.lang-icon{
  width: 30px;
  margin-bottom: 15px;
}

a, a:visited {
  color: #553c70 !important;
}

a:hover{
  text-decoration: underline;
}

.bg-arpenans{
  background: #a8a38e;
  background-image: url("../img/top-background.png");
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 1px 15px #555;
}

header{
  background-color: #8A7996;
  height: 120px;
  border-bottom: 4px solid #6F6179;
  margin: 0 0 10px 0;
  padding: 0;
}

header .langues{
  display: inline-block;
  position: absolute;
  right: 15px;
  padding-top: 10px;
  padding-right: 5px;
}

.logo{
  height: 130px;
  max-height: 130px;
  padding-top: 15px;
}

.logo img{
  height: 120px;
  max-height: 120px;
  margin-top: 8px;
}

.box{
  background-color: #ffffff;
  border: 1px solid #edeff3;
}

.box-content-fixed{
  background-color: #ffffff;
  border: 1px solid #edeff3;
  padding: 10px;
  min-height: 100%;
}

.contact-map{
  min-height: 300px;
}

footer{
  color: #d9d4dd;
  background-color: #8A7996;
  height: 60px;
  margin: 10px 0 0 0;
}

#carouselHome img{
  max-height: 250px;
  min-width: auto;
}

/* Plus que 972px */
@media all and (min-width: 972px) {

  footer .content{
    max-height: 25px;
  }

  .logo img{
    height: 145px;
    margin: 10px 0 0 0;
    margin-left: 50px !important;
  }

  nom.{
    display: inline-block;
    margin-left: 120px !important;
  }

  .box{
    padding: 10px;
  }

  .telephone{
    display: inline-block;
    position: absolute;
    right: 135px;
  }

  .main-content, .box-content-fixed{
    margin: 10px 120px 10px 120px;
  }

  .main-menu-collapse{
    margin-right: 130px;
  }
}

/* Jusqu'à 767px */
@media all and (max-width: 767px) {
  .main-content, .box-content-fixed{
    border: 0px;
    margin: 0px;
  }

  .container{
    max-width:100%;
    padding: 0px;
    margin: 0;
  }

  .box{
    border: 0px;
    padding: 0px;
  }

  .contact-map{
    min-height: 200px;
  }

  header{
    height:100px;
  }

  header .langues{
    right: 25px;
  }

  nav .container{
    margin-left: 0px;
  }

  footer .content{
    text-align: center;
    max-height: 25px;
  }

  h1.page-title{
    background-color: #f1f0f0;
    padding: 2px 2px 2px 5px;
  }

  .logo img{
    height: 100px;
    margin-left: 0 !important;
    margin-top: 8px;
  }

  .nom{
    display: inline-block;
  }

  .telephone{
    display: inline-block;
  }

  .pour{
    display: inline-block;
  }

  .lang-icon{
    width: 20px;
    margin-bottom: 15px;
  }
}

/* Jusqu'à 575px */
@media all and (max-width: 575px) {
  body{
    background: #ffffff;
  }

  .box{
    border: 0px;
    padding: 0px;
  }
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  height: 60px;
}

footer .content{
  background: #6F6179;
}

span.telephone > a{
  color: #d9d4dd;
  text-decoration: underline;
}

.padding-right-15{
  padding-right: 15px;
}

.padding-left-15{
  padding-left: 15px;
}

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

.top-buffer {
  margin-top:20px;
}

.required:after{
  content:"*";
  color: red;
  font-weight:bold;
}

.icon-green{
  color: green;
}

.icon-orange{
  color: orange;
}

.button-link-icon{
  cursor:
}

.footer-links{
  font-size: 12px;
  padding-top: 12px;
}

 a.footer-links, a:visited.footer-links{
  color: #d9d4dd;
  text-decoration: none;
  font-size: 10px;
}

 a:hover.footer-links{
  text-decoration: underline;
}
