html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
}
body #wrapper {
  min-height: 500px;
}
@media screen and (min-width: 768px) {
  body #wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 50px;
    margin: 0 auto -155px;
  }
}
body #wrapper header {
  height: 50px;
  line-height: 50px;
  background: #fff;
}
body #wrapper header #logo {
  position: relative;
}
@media screen and (min-width: 768px) {
  body #wrapper header #logo a {
    position: absolute;
    display: block;
    z-index: 99999;
  }
}
body #wrapper header #logo a img {
  width: 100%;
}
body #wrapper header nav #menu-mobile {
  cursor: pointer;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: 8px 0;
}
body #wrapper header nav #menu-mobile button {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #c30510;
  color: #c30510;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body #wrapper header nav ul {
    display: none;
  }
}
body #wrapper header nav ul li {
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  body #wrapper header nav ul li {
    display: inline-block;
  }
}
body #wrapper header nav ul li a {
  display: block;
  color: #282828;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
body #wrapper header nav ul li a.rouge {
  color: #c30510;
}
body #wrapper header nav ul li a.rouge:after {
  display: none !important;
}
body #wrapper header nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background: #c30510;
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body #wrapper header nav ul li a:hover {
  color: #c30510;
}
body #wrapper header nav ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
body #wrapper header nav ul li.active a:after {
  width: 100%;
  opacity: 1;
}
body #wrapper #diaporama {
  min-height: 500px;
  background: url(../img/fond.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama {
    min-height: 600px;
    padding-bottom: 50px;
  }
}
body #wrapper #diaporama.prestation_detail h1 {
  text-align: left;
  color: #c30510;
  font-size: 28px;
  padding-bottom: 25px;
  overflow: hidden;
}
body #wrapper #diaporama.prestation_detail h1 strong {
  border: none;
  position: relative;
  font-weight: bold;
}
body #wrapper #diaporama.prestation_detail h1 strong:after {
  position: absolute;
  top: 48%;
  margin-right: -5000px;
  content: "";
  height: 5px;
  left: 105%;
  width: 1000px;
  background: #c30510;
}
body #wrapper #diaporama.prestation_detail nav {
  text-align: center;
  padding: 0 0 40px 0;
}
body #wrapper #diaporama.prestation_detail nav a {
  display: inline-block;
  color: #c30510;
  font-size: 14px;
  padding: 0 10px;
  text-transform: uppercase;
}
body #wrapper #diaporama.prestation_detail nav a.active {
  position: relative;
  text-align: center;
}
body #wrapper #diaporama.prestation_detail nav a.active:before {
  content: "";
  position: absolute;
  left: 46%;
  top: -12px;
  display: block;
  width: 1px;
  height: 1px;
  border: 5px solid #c30510;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body #wrapper #diaporama.prestation_detail .col-xs-12 {
  padding-left: 0 !important;
  line-height: 22px;
}
body #wrapper #diaporama.prestation_detail .text-right a img {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body #wrapper #diaporama.prestation_detail .text-right a img:hover {
  transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
body #wrapper #diaporama.prestation_detail p {
  padding: 0 0 15px 0 !important;
}
body #wrapper #diaporama.prestation_detail ul {
  list-style-type: disc;
  padding-left: 25px;
}
body #wrapper #diaporama main {
  padding: 7.5% 0 2% 0 !important;
  color: #282828;
}
body #wrapper #diaporama main h1 {
  text-align: center;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body #wrapper #diaporama main h1 strong {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body #wrapper #diaporama main h2 {
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 30px;
  margin: 15px 0;
}
body #wrapper #diaporama main p {
  padding: 25px;
  line-height: 20px;
}
body #wrapper #diaporama #centre {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama #centre {
    top: 10%;
  }
}
body #wrapper #diaporama #centre #boutons {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
body #wrapper #diaporama .rotation {
  position: absolute;
}
body #wrapper #diaporama .rotation a {
  text-decoration: none;
  color: #c30510;
  font-weight: 500;
  margin: auto;
  background: #fff;
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  overflow: hidden;
  position: relative;
}
body #wrapper #diaporama .rotation a:after {
  content: "";
  border: 1px solid #c30510;
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  z-index: 999999;
  opacity: 1;
}
body #wrapper #diaporama .rotation a:hover:after {
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 0;
  border-width: 20px;
}
body #wrapper #diaporama .rotation a span {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
body #wrapper #diaporama .rotation a span strong {
  font-weight: 700;
  font-size: 1.2em;
  display: block;
  clear: both;
}
body #wrapper #diaporama .rotation a span img {
  vertical-align: middle;
}
body #wrapper #diaporama #btnLogo {
  top: 0;
  left: 75px;
}
@media screen and (max-width: 767px) {
  body #wrapper #diaporama #btnLogo a {
    font-size: 14px;
  }
}
body #wrapper #diaporama #btnLogo a img {
  width: 100%;
  vertical-align: middle;
  float: left;
  margin-left: -48px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama #btnLogo a img {
    margin: 0 !important;
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama #btnLogo a {
    width: 250px;
    height: 250px;
    line-height: 250px;
  }
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama #btnLogo {
    top: 0;
    left: 25px;
  }
}
body #wrapper #diaporama #btnRealisations {
  top: 115px;
  left: -30px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama #btnRealisations {
    left: -30px;
    top: 235px;
  }
}
body #wrapper #diaporama #btnRealisations a {
  padding-top: 60px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  body #wrapper #diaporama #btnRealisations a span {
    font-size: 16px !important;
    margin-left: 15px;
    margin-top: -5px;
  }
}
body #wrapper #diaporama #btnPrestations {
  left: 200px;
  top: 115px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama #btnPrestations {
    left: 200px;
    top: 235px;
  }
}
body #wrapper #diaporama #btnPrestations a {
  padding-top: 60px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  body #wrapper #diaporama #btnPrestations a span {
    font-size: 16px !important;
    margin-left: -10px;
    margin-top: 10px;
  }
}
body #wrapper #diaporama #btnContact {
  top: 225px;
  z-index: 2;
  left: 85px;
}
@media screen and (min-width: 768px) {
  body #wrapper #diaporama #btnContact {
    top: 350px;
  }
}
body #wrapper #diaporama #btnContact a {
  padding-top: 68px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  body #wrapper #diaporama #btnContact a span {
    font-size: 16px !important;
    margin-left: 0;
    margin-top: -10px;
  }
}
body footer {
  position: relative;
  clear: both;
  padding: 15px 25px;
  line-height: 18px;
  background: #282828;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
body footer a {
  color: #fff;
}
body footer a:hover {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body footer {
    padding: 25px;
    height: 155px;
    box-sizing: border-box;
  }
}
body footer strong {
  font-weight: bold;
}
body footer div {
  padding: 20px 15px !important;
}
@media screen and (max-width: 767px) {
  body footer div+div {
    border-top: 2px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  body footer div {
    height: 100px;
  }
  body footer div+div {
    border-left: 2px solid #fff;
  }
}
body footer div.text-center {
  padding: 0 !important;
}
.clearfix {
  border: none !important;
}
.grid-sizer,
.grid-item {
  float: left;
}
.grid-sizer img,
.grid-item img {
  max-width: 100%;
  width: 100%;
}
.grid {
  margin: 0 0 50px 0;
}
.filter-button-group button {
  border: none;
  background: none;
  color: #c30510;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  padding: 15px;
}
.filter-button-group button:active,
.filter-button-group button:focus {
  outline: none;
}
.filter-button-group button.active {
  border: 2px solid #c30510;
}
form {
  display: block;
  padding: 10px 0 25px 0;
  clear: both;
  overflow: auto;
}
form .col-xs-12 {
  padding-left: 0 !important;
}
form .col-xs-12 textarea {
  height: 132px;
  resize: none;
}
form .col-xs-12 input[type=submit] {
  background: #c30510;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 8px 10px;
  text-transform: uppercase;
  border: none;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
form .col-xs-12 input[type=submit]:hover {
  background: red;
}
form .col-xs-12 a {
  color: #282828;
}
form .col-xs-12 p {
  padding: 0 15px !important;
}
form .col-xs-12 p strong {
  font-weight: 700;
}
p.reduit {
  padding: 15px 50px !important;
}
.prestation {
  margin-bottom: 50px;
}
.prestation a {
  display: block;
  color: #282828;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  height: 410px;
  -webkit-box-shadow: 0 8px 6px -6px #282828;
  -moz-box-shadow: 0 8px 6px -6px #282828;
  box-shadow: 0 8px 6px -6px #282828;
}
.prestation a img {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
.prestation a:hover img {
  transform: scale(1.02,1.02);
  -moz-transform: scale(1.02,1.02);
  -webkit-transform: scale(1.02,1.02);
}
.prestation a p {
  padding: 8px 25px !important;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  display: block;
  height: 150px;
}
.prestation a .btn {
  text-align: right;
  color: #c30510;
  display: block;
}
.prestation a h2 {
  font-size: 16px !important;
  letter-spacing: 0px;
  color: #c30510;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
}
#diaporama.prestation_detail h1 {
  color: #c30510;
  text-align: left;
}
#bottop {
  position: fixed;
  bottom: 15%;
  right: 10px;
}
#bottop a {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #c30510;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
#bottop a i {
  font-size: 35px;
  vertical-align: middle;
}
#bottop a.active {
  display: block;
}
.button {
  display: inline-block;
  margin: 15px auto;
  background: #c30510;
  color: #fff;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
  background: red;
  color: #fff;
}
@keyframes devis {
  0% {
    color: #c30510;
    font-size: 16px;
  }
  5% {
    color: red;
    font-size: 18px;
  }
  10% {
    color: #c30510;
    font-size: 16px;
  }
  100% {
    color: #c30510;
    font-size: 16px;
  }
}
@-webkit-keyframes devis {
  0% {
    color: #c30510;
    font-size: 16px;
  }
  5% {
    color: red;
    font-size: 18px;
  }
  10% {
    color: #c30510;
    font-size: 16px;
  }
  100% {
    color: #c30510;
    font-size: 16px;
  }
}
@-moz-keyframes devis {
  0% {
    color: #c30510;
    font-size: 16px;
  }
  5% {
    color: red;
    font-size: 18px;
  }
  10% {
    color: #c30510;
    font-size: 16px;
  }
  100% {
    color: #c30510;
    font-size: 16px;
  }
}
.devis {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
  vertical-align: middle;
  animation: devis 5s infinite;
  -webkit-animation: devis 5s infinite;
  -moz-animation: devis 5s infinite;
}
#zones {
  position: relative;
  margin-top: 400px;
  background: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
#villes {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  font-size: 14px;
  text-align: justify;
  padding: 25px;
}
#villes a {
  color: #282828;
}
#villes #voir-plus {
  position: absolute;
  padding: 40px 0 8px 0;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom,transparent,white);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(1,rgba(255,255,255,100)));
  background-image: -moz-linear-gradient(to bottom,transparent,white);
}
strong {
  font-weight: bold;
}
