/* Police */
@font-face {
  font-family: 'Maven Pro';
  src: url("../fonts/MavenProRegular.eot");
  src: url("../fonts/MavenProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MavenProRegular.woff2") format("woff2"), url("../fonts/MavenProRegular.woff") format("woff"), url("../fonts/MavenProRegular.ttf") format("truetype"), url("../fonts/MavenProRegular.svg#MavenProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../fonts/Orbitron-Black.eot");
  src: url("../fonts/Orbitron-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Orbitron-Black.woff2") format("woff2"), url("../fonts/Orbitron-Black.woff") format("woff"), url("../fonts/Orbitron-Black.ttf") format("truetype"), url("../fonts/Orbitron-Black.svg#Orbitron-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../fonts/Orbitron-Bold.eot");
  src: url("../fonts/Orbitron-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Orbitron-Bold.woff2") format("woff2"), url("../fonts/Orbitron-Bold.woff") format("woff"), url("../fonts/Orbitron-Bold.ttf") format("truetype"), url("../fonts/Orbitron-Bold.svg#Orbitron-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../fonts/Orbitron-Light.eot");
  src: url("../fonts/Orbitron-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Orbitron-Light.woff2") format("woff2"), url("../fonts/Orbitron-Light.woff") format("woff"), url("../fonts/Orbitron-Light.ttf") format("truetype"), url("../fonts/Orbitron-Light.svg#Orbitron-Light") format("svg");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../fonts/Orbitron-Medium.eot");
  src: url("../fonts/Orbitron-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Orbitron-Medium.woff2") format("woff2"), url("../fonts/Orbitron-Medium.woff") format("woff"), url("../fonts/Orbitron-Medium.ttf") format("truetype"), url("../fonts/Orbitron-Medium.svg#Orbitron-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaLTStd-Blk.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-Blk.otf") format("opentype"), url("../fonts/HelveticaLTStd-Blk.woff") format("woff"), url("../fonts/HelveticaLTStd-Blk.ttf") format("truetype"), url("../fonts/HelveticaLTStd-Blk.svg#HelveticaLTStd-Blk") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-Bold.otf") format("opentype"), url("../fonts/HelveticaLTStd-Bold.woff") format("woff"), url("../fonts/HelveticaLTStd-Bold.ttf") format("truetype"), url("../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-Light.otf") format("opentype"), url("../fonts/HelveticaLTStd-Light.woff") format("woff"), url("../fonts/HelveticaLTStd-Light.ttf") format("truetype"), url("../fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

/* line 5, ../sass/template.scss */
body {
  overflow-x: hidden;
  font-family: "Maven Pro";
  font-size: 16px;
  background: url("../images/back.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  /* line 5, ../sass/template.scss */
  body {
    padding: 0px !important;
    background: none;
  }
}

/* line 18, ../sass/template.scss */
p {
  line-height: 24px;
}

/* line 19, ../sass/template.scss */
ul {
  padding: 0 25px;
}

/* line 20, ../sass/template.scss */
a {
  color: #fb3a46;
  outline: none;
}

/* line 27, ../sass/template.scss */
a:hover,
a:focus,
a:active,
a.active {
  color: #fa0817;
  outline: none;
  text-decoration: none;
}

/* line 33, ../sass/template.scss */
h1, h2, h3, h4, h5, h6 {
  color: #3b404a;
  font-family: "Orbitron", "Maven Pro", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 39, ../sass/template.scss */
blockquote {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fb3a46;
  font-size: 30px;
  line-height: 35px;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
  border-left: inherit;
}
/* line 50, ../sass/template.scss */
blockquote p {
  font-weight: 700 !important;
}

/* line 53, ../sass/template.scss */
.img-centered {
  margin: 0 auto;
}

/* line 58, ../sass/template.scss */
.text-gras {
  font-weight: 700;
}

/* line 61, ../sass/template.scss */
.text-up {
  text-transform: uppercase;
}

/* line 64, ../sass/template.scss */
.text-gris-clair {
  color: #4f525d;
}

/* line 67, ../sass/template.scss */
.text-gris-fonce {
  color: white;
}

/* line 70, ../sass/template.scss */
.text-no-soulign {
  text-decoration: none !important;
}

/* line 74, ../sass/template.scss */
.maintitle {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 15px 0;
}
/* line 81, ../sass/template.scss */
.maintitle .highlight {
  background: #fb3a46;
  color: white;
  padding: 4px 19px 4px 15px;
  font-style: italic;
}
@media (max-width: 979px) {
  /* line 74, ../sass/template.scss */
  .maintitle {
    font-size: 2em;
  }
}

/* line 91, ../sass/template.scss */
.subtitle {
  border-bottom: 2px solid #fb3a46;
  margin: 30px 0 50px 100px;
}

/* line 96, ../sass/template.scss */
header {
  text-align: center;
  color: white;
}
/* line 103, ../sass/template.scss */
header .container .span12 {
  min-height: inherit !important;
}
/* line 107, ../sass/template.scss */
header .slideshowck {
  margin-bottom: 0px !important;
}
/* line 110, ../sass/template.scss */
header .slideshowck .camera_overlayer {
  background: url("../images/camera_overlayer.png") no-repeat center center transparent;
}
@media (max-width: 767px) {
  /* line 110, ../sass/template.scss */
  header .slideshowck .camera_overlayer {
    background: url("../images/camera_overlayer_light.png") no-repeat center center transparent;
  }
}
/* line 117, ../sass/template.scss */
header .slideshowck .camera_caption {
  top: 15px;
  bottom: inherit;
}
/* line 121, ../sass/template.scss */
header .slideshowck .camera_caption > div {
  background: none !important;
  width: 500px;
  margin: auto;
  text-shadow: 1px 1px 1px black;
}
/* line 127, ../sass/template.scss */
header .slideshowck .camera_caption .camera_caption_title {
  font-family: "Orbitron";
  font-weight: initial;
  text-align: left;
  font-size: 1.9em;
  line-height: 1.3em;
}
/* line 134, ../sass/template.scss */
header .slideshowck .camera_caption .camera_caption_desc {
  font-family: "Orbitron";
  text-align: right;
  font-size: 1.5em;
  font-style: italic;
}
/* line 141, ../sass/template.scss */
header .slideshowck .camera_commands {
  display: none;
  opacity: 0 !important;
}
/* line 145, ../sass/template.scss */
header .slideshowck .camera_prev, header .slideshowck .camera_next {
  background: transparent !important;
}
/* line 148, ../sass/template.scss */
header .slideshowck .camera_prev {
  left: 10px;
}
/* line 151, ../sass/template.scss */
header .slideshowck .camera_prev > span {
  background: url("../images/camera_prev.png") no-repeat center center transparent !important;
}
/* line 155, ../sass/template.scss */
header .slideshowck .camera_next {
  right: 10px;
}
/* line 157, ../sass/template.scss */
header .slideshowck .camera_next > span {
  background: url("../images/camera_next.png") no-repeat center center transparent !important;
}
/* line 162, ../sass/template.scss */
header .slideshowck .camera_pag ul.camera_pag_ul {
  text-align: center;
  position: relative;
  top: -30px;
}
/* line 167, ../sass/template.scss */
header .slideshowck .camera_pag ul.camera_pag_ul li {
  background: white;
  margin: 0 5px !important;
}
/* line 171, ../sass/template.scss */
header .slideshowck .camera_pag ul.camera_pag_ul li.cameracurrent, header .slideshowck .camera_pag ul.camera_pag_ul li.cameracurrent > span {
  background: #e30513;
}
/* line 174, ../sass/template.scss */
header .slideshowck .camera_pag ul.camera_pag_ul li:hover > span {
  background: #fb3a46;
}

@media (max-width: 767px) {
  /* line 192, ../sass/template.scss */
  .wrapper #top_mod, .wrapper #columns {
    padding: 0 20px;
  }
}

/* line 198, ../sass/template.scss */
footer {
  background: url("../images/logo_footer.png") no-repeat 95% center #4f525d;
  color: white;
  padding-top: 40px;
  font-family: "Maven Pro";
  font-size: 16px;
  letter-spacing: 0px;
}
/* line 209, ../sass/template.scss */
footer h3 {
  text-align: center;
  border-bottom: 1px solid #e30513;
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
/* line 218, ../sass/template.scss */
footer .footer-above a {
  color: white;
}
/* line 222, ../sass/template.scss */
footer .footer-col {
  margin-bottom: 50px;
}
/* line 225, ../sass/template.scss */
footer .footer-below {
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
}
/* line 232, ../sass/template.scss */
footer .footer-below a {
  color: white;
}
/* line 235, ../sass/template.scss */
footer .footer-below a:hover {
  color: white;
}
/* line 240, ../sass/template.scss */
footer ul.menu {
  list-style-image: url("../images/list.png") !important;
  padding: 0 0 0 35px !important;
  margin: 0 0 10px !important;
}
/* line 246, ../sass/template.scss */
footer ul.menu li {
  padding-left: 10px;
  list-style: inherit;
}
/* line 251, ../sass/template.scss */
footer ul.menu li a {
  color: white;
  display: block;
  padding: 5px 3px;
}
/* line 257, ../sass/template.scss */
footer ul.menu li a:hover, footer ul.menu li a:focus {
  background-color: transparent;
}
/* line 266, ../sass/template.scss */
footer ul.menu li:last-child a:after {
  content: none;
}
@media (max-width: 768px) {
  /* line 198, ../sass/template.scss */
  footer {
    background: #4f525d;
    padding: 25px;
  }
}
/* line 277, ../sass/template.scss */
footer .no-display {
  display: none;
}

/* line 282, ../sass/template.scss */
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}

@media (min-width: 768px) {
  /* line 289, ../sass/template.scss */
  .navbar-fixed-top li > a,
  .navbar-fixed-top li > span {
    padding: 20px 20px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  /* line 295, ../sass/template.scss */
  .navbar-fixed-top .titreck {
    font-size: 1.3em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  /* line 301, ../sass/template.scss */
  .navbar-fixed-top img {
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding-top: 0px;
  }
  /* line 310, ../sass/template.scss */
  .navbar-fixed-top.navbar-shrink li > a,
  .navbar-fixed-top.navbar-shrink li > span {
    padding: 10px 20px;
  }
  /* line 313, ../sass/template.scss */
  .navbar-fixed-top.navbar-shrink li > a .floatck,
  .navbar-fixed-top.navbar-shrink li > span .floatck {
    margin: 10px 0 0 -20px !important;
  }
  /* line 317, ../sass/template.scss */
  .navbar-fixed-top.navbar-shrink .titreck {
    font-size: 1em;
  }
  /* line 320, ../sass/template.scss */
  .navbar-fixed-top.navbar-shrink img {
    height: 25px;
    padding-top: 4px;
  }
  /* line 324, ../sass/template.scss */
  .navbar-fixed-top.navbar-shrink .menu_right {
    padding: 0px !important;
    max-width: 56px !important;
  }
}
/* line 332, ../sass/template.scss */
.navbar {
  background: #e30513;
  margin: 0px !important;
  border-top: 1px solid #e30513;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
/* line 340, ../sass/template.scss */
.navbar a:focus {
  outline: 0;
}
/* line 344, ../sass/template.scss */
.navbar .navbar-nav {
  letter-spacing: 1px;
}
/* line 346, ../sass/template.scss */
.navbar .navbar-nav li a:focus {
  outline: 0;
}
@media only screen and (max-width: 640px) {
  /* line 332, ../sass/template.scss */
  .navbar {
    margin-top: 15px;
  }
}

/* line 356, ../sass/template.scss */
ul.maximenuck {
  text-align: right;
  margin: 0px;
  padding: 12px 0;
}
/* line 361, ../sass/template.scss */
ul.maximenuck > li {
  float: inherit !important;
  border-right: 1px solid white;
  padding: 0 14px;
}
/* line 365, ../sass/template.scss */
ul.maximenuck > li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  /* line 361, ../sass/template.scss */
  ul.maximenuck > li {
    line-height: 28px;
  }
}
/* line 374, ../sass/template.scss */
ul.maximenuck > li.parent > a, ul.maximenuck > li.parent > span {
  padding-right: 0px !important;
}
/* line 376, ../sass/template.scss */
ul.maximenuck > li.parent > a:after, ul.maximenuck > li.parent > span:after {
  display: none !important;
}
/* line 381, ../sass/template.scss */
ul.maximenuck > li > a, ul.maximenuck > li > span {
  text-transform: uppercase;
  font-family: "Orbitron";
  color: white;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 389, ../sass/template.scss */
  ul.maximenuck > li > a > img, ul.maximenuck > li > span > img {
    height: 25px;
  }
}
/* line 398, ../sass/template.scss */
ul.maximenuck > li.active > a, ul.maximenuck > li.active > span, ul.maximenuck > li:hover > a, ul.maximenuck > li:hover > span {
  font-weight: 700;
}
/* line 403, ../sass/template.scss */
ul.maximenuck > li .floatck {
  background: #e30513 !important;
  margin: 12px 0 0 -14px !important;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
  /*position: relative;
  z-index: 1;*/
}
/* line 416, ../sass/template.scss */
ul.maximenuck > li .floatck ul.maximenuck2 > li {
  text-align: left !important;
}
/* line 420, ../sass/template.scss */
ul.maximenuck > li .floatck ul.maximenuck2 > li a .titreck {
  font-size: .9em;
  color: white;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 4px 8px;
}
/* line 431, ../sass/template.scss */
ul.maximenuck > li .floatck ul.maximenuck2 > li.active a .titreck, ul.maximenuck > li .floatck ul.maximenuck2 > li:hover a .titreck {
  color: white;
}
/* line 436, ../sass/template.scss */
ul.maximenuck > li .floatck ul.maximenuck2 > li:last-child {
  background: none;
}
/* line 442, ../sass/template.scss */
ul.maximenuck > li.menu_right {
  padding: 0px !important;
  max-width: 56px !important;
}

/* line 449, ../sass/template.scss */
.mobilemaximenuck {
  background: #e30513;
  color: white;
  font-size: 18px;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inherit;
  left: 0;
  top: 0;
  text-shadow: inherit;
}
/* line 462, ../sass/template.scss */
.mobilemaximenuck .mobilemaximenucktopbar {
  height: 40px;
  background: #e30513;
}
/* line 466, ../sass/template.scss */
.mobilemaximenuck .mobilemaximenucktitle {
  display: none;
}
/* line 469, ../sass/template.scss */
.mobilemaximenuck .mobilemaximenuckclose {
  display: block;
  float: right;
  margin: 4px 10px;
  background: url("../images/menumobile/close.png") center center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2500;
}
/* line 480, ../sass/template.scss */
.mobilemaximenuck div.maximenuck {
  cursor: pointer;
  background: none;
  line-height: 35px;
  padding: 0;
  position: relative;
}
/* line 491, ../sass/template.scss */
.mobilemaximenuck div.maximenuck:hover, .mobilemaximenuck div.maximenuck:focus {
  background-color: #fb3a46;
  font-weight: 700;
}
/* line 496, ../sass/template.scss */
.mobilemaximenuck div.maximenuck > a {
  border-bottom: 1px dotted white;
  color: white !important;
  font-family: inherit;
  display: block;
  margin-left: 40px;
  padding-left: 8px;
  text-decoration: none;
  text-align: left;
  /*width: 100%;*/
}
/* line 508, ../sass/template.scss */
.mobilemaximenuck div.maximenuck > a img {
  max-height: 30px;
  margin-bottom: 2px;
}
/* line 514, ../sass/template.scss */
.mobilemaximenuck div span.descck {
  padding-left: 10px;
  font-size: 12px;
}
/* line 518, ../sass/template.scss */
.mobilemaximenuck div.current {
  background: #fb3a46;
  font-weight: 700;
}
/* line 523, ../sass/template.scss */
.mobilemaximenuck div.current > a:after {
  content: " ";
  display: block;
  float: right;
  height: 35px;
  width: 16px;
  margin-right: 10px;
  background: none;
}
/* line 535, ../sass/template.scss */
.mobilemaximenuck div.level1.maximenuck > a {
  background: none;
  margin-left: 40px;
  padding-left: 8px;
}
/* line 541, ../sass/template.scss */
.mobilemaximenuck div.level2.maximenuck > a {
  background: none;
  margin-left: 55px;
  padding: 4px 0 4px 8px;
  font-size: 14px;
  line-height: 16px;
}
/* line 549, ../sass/template.scss */
.mobilemaximenuck div.level3.maximenuck > a {
  background: none;
  margin-left: 70px;
  padding: 4px 0 4px 8px;
  font-size: 12px;
  line-height: 14px;
}

/* line 557, ../sass/template.scss */
.mobilebarmaximenuck {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: #e30513;
  width: 100%;
  height: 40px;
}

/* line 567, ../sass/template.scss */
.mobilebuttonmaximenuck {
  position: relative;
  z-index: 100;
  height: 30px;
  width: 30px;
  background: url("../images/menumobile/add.png") left center no-repeat;
  background-size: cover;
  float: right;
  margin: 4px 10px;
  cursor: pointer;
}

/* line 578, ../sass/template.scss */
.mobilebarmenutitleck {
  background-size: contain;
  padding-left: 20px;
  line-height: 35px;
  color: white;
  font-size: 25px;
}

/* for accordeon */
/* line 587, ../sass/template.scss */
.mobilemaximenucktogglericon {
  background: url("../images/menumobile/undrop.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  margin: 5px 10px;
  width: 25px;
}

/* line 597, ../sass/template.scss */
.open .mobilemaximenucktogglericon {
  background-image: url("../images/menumobile/drop.png");
  background-size: cover;
}

/* line 602, ../sass/template.scss */
.btn {
  font-family: "Maven Pro";
  border: none;
  background: #fb3a46;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
  padding: 4px 14px;
  color: white;
  text-shadow: inherit;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
/* line 614, ../sass/template.scss */
.btn a {
  color: white;
}
/* line 617, ../sass/template.scss */
.btn .icon-chevron-right {
  display: none;
}

/* line 621, ../sass/template.scss */
.orange {
  color: white;
  background: #e27a3f;
}

/* line 625, ../sass/template.scss */
.rose, .toggle {
  color: white;
  background: #d54f58;
}

/* line 629, ../sass/template.scss */
.jaune {
  color: white;
  background: #f2be00;
}

/* line 633, ../sass/template.scss */
.dark {
  color: white;
  background: #e30513;
}

/* line 638, ../sass/template.scss */
.up {
  font-size: 25px;
  padding: 10px 35px;
  position: relative;
  top: -20px;
  left: -15px;
  -webkit-box-shadow: -3px 5px 5px -5px black;
  -moz-box-shadow: -3px 5px 5px -5px black;
  box-shadow: -3px 5px 5px -5px black;
  letter-spacing: 1px;
}
@media (max-width: 375px) {
  /* line 638, ../sass/template.scss */
  .up {
    font-size: .4em;
    padding: 0 10px;
    display: block;
    text-align: center;
  }
}

/* line 654, ../sass/template.scss */
.big {
  line-height: 50px;
  padding: 0 60px;
  letter-spacing: 1px;
}
@media (max-width: 375px) {
  /* line 654, ../sass/template.scss */
  .big {
    font-size: .5em;
    padding: 0px;
    display: block;
    text-align: center;
  }
}

/* line 666, ../sass/template.scss */
.no_brick {
  border-left: 0px !important;
  padding-left: 0px !important;
}

/* line 670, ../sass/template.scss */
.titre_brick, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, .contact-page .contact-title {
  border-left: 100px solid #e30513;
  padding-left: 17px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  /* line 670, ../sass/template.scss */
  .titre_brick, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, .contact-page .contact-title {
    border-left: 50px solid #e30513;
    padding-left: 8px;
    font-size: 1em;
  }
}

/* line 681, ../sass/template.scss */
.firstWord {
  color: #e30513;
  font-family: "Orbitron";
}

/* line 685, ../sass/template.scss */
.back_darkgray {
  background-color: rgba(59, 65, 73, 0.9);
}

/* line 688, ../sass/template.scss */
.back_lightgray {
  background-color: rgba(158, 158, 158, 0.9);
}

/* line 691, ../sass/template.scss */
.back_red {
  background-color: rgba(227, 5, 19, 0.9);
}

/* line 697, ../sass/template.scss */
.blog .item-image, .view-article .item-image {
  background: white;
  max-width: 50%;
  padding-right: 25px;
}

/* line 711, ../sass/template.scss */
.page-header {
  padding: 0px;
  margin: 50px 0;
  border-bottom: 0px;
  font-weight: 700;
}
/* line 717, ../sass/template.scss */
.page-header h1 {
  padding: 0px;
  border: none;
}
@media (max-width: 767px) {
  /* line 723, ../sass/template.scss */
  .page-header img {
    width: 12px !important;
    top: -2px !important;
  }
}

/* line 731, ../sass/template.scss */
#bot_mod {
  padding-top: 25px;
  background: url("../images/hr.png") no-repeat top center transparent;
}

/* line 741, ../sass/template.scss */
.home #top_mod .row-fluid > div,
.home #bot_mod .row-fluid > div {
  border-right: 1px dotted #fb3a46;
}
/* line 744, ../sass/template.scss */
.home #top_mod .row-fluid > div:last-child,
.home #bot_mod .row-fluid > div:last-child {
  border-right: inherit;
}
/* line 747, ../sass/template.scss */
.home #top_mod .row-fluid > div.span2,
.home #bot_mod .row-fluid > div.span2 {
  padding-right: 30px;
  height: 435px;
}
@media (max-width: 767px) {
  /* line 741, ../sass/template.scss */
  .home #top_mod .row-fluid > div,
  .home #bot_mod .row-fluid > div {
    border-right: none;
    margin-bottom: 55px;
  }
}
/* line 761, ../sass/template.scss */
.home h2 {
  border-left: 0px!important;
  padding-left: 0px !important;
  font-family: "Helvetica";
}
@media (min-width: 768px) {
  /* line 767, ../sass/template.scss */
  .home .readmore {
    /*
    position: absolute;
    bottom: 0px;
    width: 100%;
    */
  }
}

/* line 782, ../sass/template.scss */
.entreprise table tr td {
  border-top: none;
  vertical-align: middle;
  padding: 0px !important;
}
@media (min-width: 768px) {
  /* line 782, ../sass/template.scss */
  .entreprise table tr td {
    width: 50%;
  }
}
/* line 791, ../sass/template.scss */
.entreprise table tr td p {
  padding: 0 20px;
}
/* line 798, ../sass/template.scss */
.entreprise .title {
  text-align: center;
}
/* line 800, ../sass/template.scss */
.entreprise .title h3 {
  color: white !important;
}
/* line 802, ../sass/template.scss */
.entreprise .full_width {
  width: 100%;
  vertical-align: middle;
  max-height: 250px;
  overflow: hidden;
}
/* line 807, ../sass/template.scss */
.entreprise .full_width img {
  /*width: 100%;*/
  margin: 20px 0;
}

/* line 814, ../sass/template.scss */
.realisations .icons {
  display: none;
}
/* line 819, ../sass/template.scss */
.realisations .project-img {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}
/* line 824, ../sass/template.scss */
.realisations .project-img .project-img-extra {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
  background: rgba(227, 5, 19, 0.5);
}
/* line 835, ../sass/template.scss */
.realisations .project-img .project-img-extra .project-img-extra-content {
  padding: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
/* line 841, ../sass/template.scss */
.realisations .project-img .project-img-extra .project-img-extra-content h5 {
  font-size: 24px;
  line-height: 54px;
  border: none !important;
  padding: 0px !important;
}
/* line 847, ../sass/template.scss */
.realisations .project-img .project-img-extra .project-img-extra-content h5 a {
  color: white !important;
}
/* line 853, ../sass/template.scss */
.realisations .project-img .project-img-extra:hover {
  opacity: 1;
}

/* line 865, ../sass/template.scss */
.contact-page #cd-google-map {
  border-top: 1px solid #e30513;
  border-bottom: 1px solid #e30513;
}
/* line 869, ../sass/template.scss */
.contact-page #user .moduletable img {
  position: absolute;
  top: 450px;
  right: 6%;
  border: 3px solid #e30513;
  -webkit-box-shadow: 0px 0px 6px 2px;
  -moz-box-shadow: 0px 0px 6px 2px;
  box-shadow: 0px 0px 6px 2px;
}
@media (max-width: 1199px) {
  /* line 869, ../sass/template.scss */
  .contact-page #user .moduletable img {
    display: none !important;
  }
}
/* line 880, ../sass/template.scss */
.contact-page .left {
  font-weight: 700;
}
/* line 883, ../sass/template.scss */
.contact-page .left .moduletable {
  padding-top: 35px;
}
/* line 886, ../sass/template.scss */
.contact-page .left .moduletable h3 {
  color: #e30513;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
  padding-left: 40px;
}
/* line 893, ../sass/template.scss */
.contact-page .left .moduletable h3.phone {
  background: url("../images/contact/phone.png") no-repeat left center transparent;
}
/* line 896, ../sass/template.scss */
.contact-page .left .moduletable h3.mail {
  background: url("../images/contact/mail.png") no-repeat left center transparent;
}
/* line 899, ../sass/template.scss */
.contact-page .left .moduletable h3.post {
  background: url("../images/contact/map.png") no-repeat left center transparent;
}
/* line 908, ../sass/template.scss */
.contact-page .fox-container .fox-form-stacked .controls {
  float: inherit !important;
  width: 80% !important;
}
/* line 911, ../sass/template.scss */
.contact-page .fox-container .fox-form-stacked .controls input, .contact-page .fox-container .fox-form-stacked .controls textarea {
  width: 100% !important;
}
/* line 917, ../sass/template.scss */
.contact-page .fox-container .fox-item-submit {
  float: inherit !important;
}
/* line 919, ../sass/template.scss */
.contact-page .fox-container .fox-item-submit > .controls {
  text-align: center;
}
/* line 922, ../sass/template.scss */
.contact-page .fox-container .fox-item-submit .submit-button {
  margin-right: 0px  !important;
  font-weight: 700 !important;
  color: white !important;
  border: none !important;
  background: #fb3a46 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* line 931, ../sass/template.scss */
.contact-page .fox-container .fox-item-submit .submit-button:hover {
  background: #e30513 !important;
}
/* line 935, ../sass/template.scss */
.contact-page .fox-container .fox-item-submit .submit-button span {
  color: white !important;
  text-shadow: initial !important;
}
/* line 941, ../sass/template.scss */
.contact-page .fox-container .alert-success {
  background-color: transparent !important;
  border: none !important;
}

/* line 957, ../sass/template.scss */
.projects-wrapper {
  z-index: 0;
}
/* line 961, ../sass/template.scss */
.projects-wrapper .featured .project-img {
  max-height: 200px !important;
}
/* line 971, ../sass/template.scss */
.projects-wrapper .project-img-extra h4 {
  font-size: 26px;
}
/* line 972, ../sass/template.scss */
.projects-wrapper .project-img-extra h5 {
  font-size: 20px;
}

/* line 975, ../sass/template.scss */
.project-wrapper {
  margin-top: 80px;
}
/* line 978, ../sass/template.scss */
.project-wrapper .page-header {
  margin: 0px;
}
/* line 981, ../sass/template.scss */
.project-wrapper .page-header h2 {
  padding-bottom: 0px;
  border-bottom: none;
}

/* line 988, ../sass/template.scss */
.portfolio-list,
.portfolio-module {
  padding-bottom: 25px;
}
/* line 992, ../sass/template.scss */
.portfolio-list .projects-filter,
.portfolio-module .projects-filter {
  border-bottom: none;
  display: block;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 40px;
  padding-bottom: 20px;
  width: 100%;
}
/* line 1001, ../sass/template.scss */
.portfolio-list .projects-filter ul.option-set,
.portfolio-module .projects-filter ul.option-set {
  text-align: center;
}
/* line 1004, ../sass/template.scss */
.portfolio-list .projects-filter ul.option-set li,
.portfolio-module .projects-filter ul.option-set li {
  background: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 10px 15px 0;
}
/* line 1009, ../sass/template.scss */
.portfolio-list .projects-filter ul.option-set li a,
.portfolio-module .projects-filter ul.option-set li a {
  background: #f2f2f2;
  font-family: 'Maven Pro';
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #e30513;
  padding: 9px 18px;
}
/* line 1020, ../sass/template.scss */
.portfolio-list .projects-filter ul.option-set li a.selected, .portfolio-list .projects-filter ul.option-set li a:hover,
.portfolio-module .projects-filter ul.option-set li a.selected,
.portfolio-module .projects-filter ul.option-set li a:hover {
  background: #999999;
  color: white !important;
}
/* line 1030, ../sass/template.scss */
.portfolio-list .project-img,
.portfolio-module .project-img {
  text-align: center;
}
/* line 1035, ../sass/template.scss */
.portfolio-list .project-img .project-img-extra .project-img-extra-content h4, .portfolio-list .project-img .project-img-extra .project-img-extra-content h5, .portfolio-list .project-img .project-img-extra .project-img-extra-content a,
.portfolio-module .project-img .project-img-extra .project-img-extra-content h4,
.portfolio-module .project-img .project-img-extra .project-img-extra-content h5,
.portfolio-module .project-img .project-img-extra .project-img-extra-content a {
  color: white;
  line-height: 30px;
  border-left: 0px !important;
  padding-left: 0px !important;
  font-family: 'Helvetica';
  font-weight: 900;
}

/* line 1048, ../sass/template.scss */
.item-page {
  margin-bottom: 25px;
  /*
  .project-nav{
      background: $brand-primary;
      float: none;
      @include inline-block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      margin: 25px 0;
      
      a{  
          &.btn-return{
              float: left;
              margin-right: 3px;
          }
          &.prev-project{}
          &.next-project{}
              
          &.btn-return,
          &.prev-project,
          &.next-project{
              @include border-radius(0px);
              height: 40px;
              width: 40px;
              line-height: 40px;
              color: $blc;
              background: $rose;
              text-indent: 0px !important;
              text-align: center;
              border-right: 1px solid $blc;
          }
      }
      .disable:hover{
          background-color: transparent !important;
      }
  }
  */
}
/* line 1090, ../sass/template.scss */
.item-page .project-wrapper .page-header h2 {
  margin: 0 0 10px;
}
/* line 1094, ../sass/template.scss */
.item-page .project-wrapper .flexslider {
  text-align: center;
  height: 350px !important;
  overflow: hidden;
  z-index: 0;
}
/* line 1100, ../sass/template.scss */
.item-page .project-wrapper .flexslider ul.slides {
  height: 100%;
  text-align: center;
}
/* line 1104, ../sass/template.scss */
.item-page .project-wrapper .flexslider ul.slides li {
  height: 100%;
}
/* line 1107, ../sass/template.scss */
.item-page .project-wrapper .flexslider ul.slides li .project-img {
  height: 100%;
}
/* line 1110, ../sass/template.scss */
.item-page .project-wrapper .flexslider ul.slides li .project-img a {
  text-align: center;
}
/* line 1114, ../sass/template.scss */
.item-page .project-wrapper .flexslider ul.slides li .project-img a img {
  height: 100%;
}
/* line 1122, ../sass/template.scss */
.item-page .project-wrapper .flexslider:hover .flex-direction-nav li a,
.item-page .project-wrapper .flexslider .flex-direction-nav li a {
  opacity: 1 !important;
  height: 25px;
  width: 25px;
  top: inherit;
  top: 55px;
}
/* line 1130, ../sass/template.scss */
.item-page .project-wrapper .flexslider:hover .flex-direction-nav li a.flex-prev, .item-page .project-wrapper .flexslider:hover .flex-direction-nav li a.flex-next,
.item-page .project-wrapper .flexslider .flex-direction-nav li a.flex-prev,
.item-page .project-wrapper .flexslider .flex-direction-nav li a.flex-next {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: 162px;
}
/* line 1134, ../sass/template.scss */
.item-page .project-wrapper .flexslider:hover .flex-direction-nav li a.flex-prev,
.item-page .project-wrapper .flexslider .flex-direction-nav li a.flex-prev {
  right: 51px;
}
/* line 1135, ../sass/template.scss */
.item-page .project-wrapper .flexslider:hover .flex-direction-nav li a.flex-next,
.item-page .project-wrapper .flexslider .flex-direction-nav li a.flex-next {
  right: 25px;
}
/* line 1136, ../sass/template.scss */
.item-page .project-wrapper .flexslider:hover .flex-direction-nav li a:hover,
.item-page .project-wrapper .flexslider .flex-direction-nav li a:hover {
  background-color: #d54f58;
}

/* line 1148, ../sass/template.scss */
.legal h1, .legal h2, .legal h3, .legal h4, .legal h5, .legal h6 {
  color: #fc6c75;
}
/* line 1152, ../sass/template.scss */
.legal .page-header h2 {
  color: #e30513 !important;
  border-bottom: 1px solid #e30513;
  margin: 50px 0;
}

/* line 1160, ../sass/template.scss */
.toggle {
  cursor: pointer;
  text-align: center;
  margin-top: 70px;
}
/* line 1166, ../sass/template.scss */
.toggle [class^="icon-"],
.toggle [class*=" icon-"] {
  margin: 10px;
}

/* line 1181, ../sass/template.scss */
.moduletable.title_realisation {
  text-align: center;
}
/* line 1189, ../sass/template.scss */
.moduletable.title_realisation > h1,
.moduletable.title_realisation > h2,
.moduletable.title_realisation > h3,
.moduletable.title_realisation > h4,
.moduletable.title_realisation > h5,
.moduletable.title_realisation > h6 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #e1d4c8;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  font-weight: 100;
  padding: 8px 35px;
  margin: 25px auto;
}

/* line 1200, ../sass/template.scss */
.tooltipgc_tooltip {
  background: none !important;
}

/* line 1206, ../sass/template.scss */
#btl .btl-panel .btn {
  background: #e30513 !important;
}
/* line 1208, ../sass/template.scss */
#btl .btl-panel .btn:hover {
  background: #fb3a46 !important;
}

/* line 1215, ../sass/template.scss */
.logged {
  display: block;
  position: absolute;
  width: 250px;
  height: 143px;
  top: 0;
  background: url("../images/admin.png") no-repeat top right transparent;
  right: 0;
}
@media (max-width: 767px) {
  /* line 1215, ../sass/template.scss */
  .logged {
    width: 110px;
    height: 63px;
    background-size: cover;
  }
}

/* line 1231, ../sass/template.scss */
.devis {
  font-size: 24px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  /* line 1238, ../sass/template.scss */
  .responsive-table-line td:before {
    content: attr(data-title);
  }

  /* line 1246, ../sass/template.scss */
  .responsive-table-line table,
  .responsive-table-line thead,
  .responsive-table-line tbody,
  .responsive-table-line th,
  .responsive-table-line td,
  .responsive-table-line tr {
    display: block;
  }

  /* line 1250, ../sass/template.scss */
  .responsive-table-line thead tr {
    display: none;
  }

  /* line 1253, ../sass/template.scss */
  .responsive-table-line td {
    position: relative;
    border: 0px solid transparent;
    white-space: normal;
    text-align: left;
  }

  /* line 1261, ../sass/template.scss */
  .responsive-table-line td:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45%;
    padding-right: 15px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    text-align: left;
  }
}
