/*14.BACKGROUND.CSS*/
body {
  background-image: url("../../images/bg/bg-citedelamer-defaut.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #131926;
}
body.home{
  background-size: cover;
  background: #131926;
  background-image: none;
}

body.page-template-espace-detail,
body.page-template-default {
  background-image: none;
  background: #131926;
}

/*14.FIN BACKGROUND.CSS*/