/*x y blur color*/
/*x y blur color*/
* {
  margin: 0;
  padding: 0;
  outline: none; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fafafa; }

a:hover {
  text-decoration: none;
  cursor: pointer;
  backface-visibility: hidden; }

a, button {
  outline: none !important; }

/* Prevent ugly blue glow on chrome and safari */
#page-loading-blocs-notifaction {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  background: #fff url("img/pageload-spinner.gif") no-repeat center center; }

.container {
  max-width: 120rem; }
  .container--grey {
    background-color: rgba(0, 0, 0, 0.72); }
  .container__lg {
    padding: 100px 50px; }
  .container__md {
    padding: 30px 50px; }
  .container__sm {
    padding: 20px 50px; }
  .container__xs {
    padding: 10px 25px; }

.form__item {
  display: flex;
  flex-direction: column; }
  .form__item:not(:last-child) {
    margin-bottom: 2rem; }

.form__error {
  color: red;
  margin-bottom: 2rem; }

.navigation {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 37.5em) {
    .navigation {
      flex-direction: column; } }
  .navigation__item {
    flex: 0 0 23%; }
    @media only screen and (max-width: 37.5em) {
      .navigation__item:not(:last-child) {
        margin-bottom: 1rem; } }
  .navigation__top {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 37.5em) {
      .navigation__top {
        flex-direction: column;
        align-items: center; } }
    .navigation__top ul {
      display: flex; }
      .navigation__top ul:not(:last-child) {
        margin-right: 2rem; }
    .navigation__top li {
      display: flex;
      list-style: none; }
      .navigation__top li:not(:last-child) {
        margin-right: 2rem; }
    .navigation__top--container {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media only screen and (max-width: 37.5em) {
        .navigation__top--container {
          justify-content: center; } }
  .navigation__hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px;
    padding-bottom: 4mm; }
  .navigation__head {
    padding: 5px;
    text-align: center; }
  .navigation__list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    padding: 1rem 0 2rem 0; }
    .navigation__list--item {
      list-style: none;
      font-size: 16px;
      transition: all .2s; }
      .navigation__list--item:not(:last-child) {
        margin-right: 23px; }
      .navigation__list--item:hover {
        -webkit-filter: invert(0.9);
        filter: invert(0.9);
        transform: translateY(-3px) scale(1.05); }
      .navigation__list--item-grey:hover {
        -webkit-filter: invert(0) !important;
        filter: invert(0) !important;
        transform: translateY(-3px) scale(1.05); }
    .navigation__list--a {
      list-style: none;
      text-align: center;
      text-decoration: none;
      color: white !important;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center; }
    .navigation__list--logo {
      margin-bottom: 5px;
      width: 80px; }
    .navigation__list--svg {
      height: 80px;
      width: 80px;
      fill: currentColor;
      transform: rotate(180deg) scaleX(-1);
      margin-bottom: 5px; }
  .navigation__text {
    text-align: center;
    text-decoration: none;
    color: white; }
    .navigation__text:hover {
      color: white; }

.hover__goldfire:hover {
  background-color: #BF0926; }

.hover__evac:hover {
  background-color: #7BBB58; }

.hover__sign:hover {
  background-color: #3a62ac; }

.hover__fire:hover {
  background-color: #ff9900; }

.navigation-right {
  float: right; }

.section {
  width: 100%;
  clear: both;
  padding: 2rem 5rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }
  .section--nav {
    padding-top: 0;
    padding-bottom: 0; }
  @media only screen and (max-width: 56.25em) {
    .section {
      padding: 2rem; }
      .section--nav {
        padding-top: 0;
        padding-bottom: 0; } }

.dossierPompier {
  margin: 2rem 0;
  display: flex;
  flex-direction: column; }
  .dossierPompier__bloc {
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 37.5em) {
      .dossierPompier__bloc {
        flex-direction: column; } }
    .dossierPompier__bloc:not(:last-child) {
      margin-bottom: 3rem; }
  .dossierPompier__img {
    flex: 0 0 35%;
    margin-right: 30px;
    vertical-align: middle; }
    @media only screen and (max-width: 37.5em) {
      .dossierPompier__img {
        margin-right: 0;
        margin-bottom: 2rem; } }
  .dossierPompier__descr h2 {
    margin: 0 0 1.5rem 0; }
  .dossierPompier__descr--ul {
    padding: 20px;
    list-style: none; }
  .dossierPompier__descr--li {
    position: relative; }
    .dossierPompier__descr--li::before {
      content: "\21D2";
      position: absolute;
      left: -20px; }
    .dossierPompier__descr--li:not(:last-child) {
      margin-bottom: 10px; }

.index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 1%; }
  @media only screen and (max-width: 37.5em) {
    .index {
      flex-direction: column; } }
  .index__item {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid currentColor;
    box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.1);
    padding: 2rem 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    flex: 0 0 32%;
    margin-right: 1%;
    margin-bottom: 1%; }
    .index__item:hover {
      background-color: #eee; }
    @media only screen and (max-width: 56.25em) {
      .index__item {
        flex: 0 0 48%; } }
    .index__item h3 {
      padding: 0;
      margin-top: 0;
      color: rgba(0, 0, 0, 0.5);
      font-weight: 700;
      text-align: center;
      display: flex;
      align-items: center;
      height: 6rem; }
    .index__item h4 {
      color: rgba(0, 0, 0, 0.5);
      text-align: center; }
  .index__img {
    width: 8rem;
    height: auto;
    margin-bottom: 1rem; }

.jobs {
  margin-top: 2rem; }
  .jobs h3 {
    font-weight: 700;
    margin-bottom: 3rem;
    padding: 2rem;
    border: 1px solid currentColor;
    box-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.3); }
  .jobs h4 {
    font-weight: 700; }
  .jobs ul {
    margin-left: 3rem; }
  .jobs__title ul {
    margin-left: 3rem; }
  .jobs__title li {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700; }

.news {
  margin-top: 2rem; }
  .news__item {
    display: flex;
    align-items: flex-start; }
    .news__item:not(:last-child) {
      padding-bottom: 2rem;
      border-bottom: 2px solid currentColor;
      margin-bottom: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .news__item {
        flex-direction: column; } }
  .news__image {
    flex: 0 0 25%;
    margin-right: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .news__image {
        margin-right: 0rem;
        margin-bottom: 2rem; } }
    .news__image--img {
      width: 100%;
      height: auto; }
  .news__content {
    padding: 0; }
  .news h2 {
    margin: 0;
    margin-bottom: 1.5rem; }
  .news p {
    text-align: justify;
    font-size: 1.6rem; }
  .news h3 {
    font-size: 1.6rem;
    font-weight: 700; }

/*-----------------------------------------------------------------------------------
	    SiteGoldfire
-----------------------------------------------------------------------------------*/
/*
*
*
Modifs Perso
*
*/
.img-responsive {
  width: auto;
  height: auto; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }

.navbar .navbar-collapse {
  text-align: center; }

.liste {
  list-style: none; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.centreVertical {
  text-align: center;
  vertical-align: middle; }

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

@media (max-width: 765px) {
  .indent {
    text-align: center; } }

/* div .coucou{
    border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	padding:5px;
    padding-bottom:3mm;
}
div .marge{
    border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	padding:5px;
} */
.tg {
  border-collapse: collapse;
  border-spacing: 0; }

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  border-right-width: 1px;
  border-left-width: 1px;
  overflow: hidden;
  word-break: normal; }

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  border-right-width: 1px;
  border-left-width: 1px;
  overflow: hidden;
  word-break: normal; }

td.noBorder {
  border: 0; }

th.noBorder {
  border: 0; }

td.leftBorder {
  border-width: 0px;
  border-left-width: 1px; }

th.leftBorder {
  border-width: 0px;
  border-left-width: 1px; }

.img-responsive {
  margin: 0 auto; }

.col-xs-0 {
  position: relative;
  min-height: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 0%;
  float: left; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px; }

.col-xs-7ths {
  width: 14.28%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-7ths {
    width: 14.28%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-7ths {
    width: 14.28%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-7ths {
    width: 14.28%;
    float: left; } }

.col-xs-9ths,
.col-sm-9ths,
.col-md-9ths,
.col-lg-9ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px; }

.col-xs-9ths {
  width: 11.11111111111%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-9ths {
    width: 11.11111111111%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-9ths {
    width: 11.11111111111%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-9ths {
    width: 11.11111111111%;
    float: left; } }

.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px; }

.col-xs-10ths {
  width: 10%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-10ths {
    width: 10%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-10ths {
    width: 10%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-10ths {
    width: 10%;
    float: left; } }

/* = Blocs
-------------------------------------------------------------- */
.bloc {
  width: 100%;
  clear: both;
  background: 0% 0% no-repeat;
  padding: 0 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }

.bloc .container {
  padding-left: 0;
  padding-right: 0; }

/* Sizes */
.bloc-lg {
  padding: 100px 50px; }

.bloc-md {
  padding: 30px 50px; }

.bloc-sm {
  padding: 20px 50px;
  background-color: #4B4C4B; }

.bloc-xs {
  padding: 10px 25px; }

/* = Full Screen Blocs 
-------------------------------------------------------------- */
.bloc-fill-screen {
  padding-top: 0;
  position: relative;
  height: inherit; }

.bloc-fill-screen > .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.bloc-fill-screen.bloc-group .bloc {
  vertical-align: middle !important; }

.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge {
  position: absolute;
  margin: 20px auto;
  left: 0;
  right: 0;
  z-index: 1;
  transform: none; }

.bloc-fill-screen .fill-bloc-top-edge {
  top: 0; }

.bloc-fill-screen .fill-bloc-bottom-edge {
  top: initial;
  bottom: 20px; }

.blocs-hero-btn-dwn {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto;
  line-height: 58px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.6);
  border: 0; }

.blocs-hero-btn-dwn:hover {
  color: white; }

/* Background Styles */
.bg-center, .bg-l-edge, .bg-r-edge, .bg-t-edge, .bg-b-edge, .bg-tl-edge, .bg-bl-edge, .bg-tr-edge, .bg-br-edge, .bg-repeat {
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important; }

.bg-repeat {
  background: repeat; }

/* Dark theme */
.d-bloc {
  color: rgba(255, 255, 255, 0.7); }

.d-bloc button:hover {
  color: rgba(255, 255, 255, 0.9); }

.d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, 0.9); }

.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, 0.2); }

.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc .navbar-brand, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
  color: rgba(255, 255, 255, 0.6); }

.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc .navbar-brand:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
  color: white; }

.d-bloc .navbar-toggle .icon-bar {
  background: white; }

.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
  color: white;
  border-color: white; }

.d-bloc .panel {
  color: rgba(0, 0, 0, 0.5); }

.d-bloc .panel button:hover {
  color: rgba(0, 0, 0, 0.7); }

.d-bloc .panel icon {
  border-color: rgba(0, 0, 0, 0.7); }

.d-bloc .panel .divider-h span {
  border-color: rgba(0, 0, 0, 0.1); }

.d-bloc .panel .a-btn {
  color: rgba(0, 0, 0, 0.6); }

.d-bloc .panel .a-btn:hover {
  color: black; }

.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3); }

/* Light theme */
.d-bloc .panel, .l-bloc {
  color: rgba(0, 0, 0, 0.5); }

.d-bloc .panel button:hover, .l-bloc button:hover {
  color: rgba(0, 0, 0, 0.7); }

.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, 0.7); }

.d-bloc .panel .divider-h span, .l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, 0.1); }

.d-bloc .panel .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc .navbar-brand, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
  color: rgba(0, 0, 0, 0.6); }

.d-bloc .panel .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc .navbar-brand:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
  color: black; }

.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, 0.6); }

.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3); }

/* Bloc text custom styling */
#bloc-4 p {
  line-height: 18px; }

#bloc-5 h5 {
  line-height: 22.22px; }

/*
*SVG
*/
.svg--flag {
  width: 30px; }

/* = NavBar
-------------------------------------------------------------- */
.banniere {
  font-size: 14px;
  font-family: Gill Sans, sans-serif;
  color: white;
  transition: all .3s; }

.banniere:hover {
  color: white;
  letter-spacing: 1px; }

/*Navigation des menus*/
@media (max-width: 750px) {
  .navigation__head {
    padding-top: 15px; }
  .navigation__list {
    flex-direction: column; }
  .navigation__list--item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px; }
  .navigation-right {
    float: none; }
  .hover {
    border-radius: 2em;
    padding: 8px; } }

/* Dropdown Menus SubMenu */
.dropdown-menu .dropdown-menu {
  top: -8px;
  left: 100%; }

.dropdown-menu .dropmenu-flow-right {
  top: 100%;
  left: 0;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dropdown-menu .dropdown span {
  border: 4px solid black;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin: 6px -5px 0 0 !important;
  float: right; }

/* = Bric adjustment margins
-------------------------------------------------------------- */
.mg-clear {
  margin: 0; }

.mg-sm {
  margin-top: 10px;
  margin-bottom: 5px; }

.mg-md {
  margin-top: 10px;
  margin-bottom: 20px; }

.mg-lg {
  margin-top: 10px;
  margin-bottom: 40px; }

img.mg-sm, img.mg-md, img.mg-lg {
  margin-top: 0; }

img.mg-sm {
  margin-bottom: 10px; }

img.mg-md {
  margin-bottom: 30px; }

img.mg-lg {
  margin-bottom: 50px; }

/* = Buttons
-------------------------------------------------------------- */
.btn {
  margin: 0 5px 5px 0; }

.btn.pull-right {
  margin: 0 0 5px 5px; }

.btn-d, .btn-d:hover, .btn-d:focus {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3); }

/* Prevent ugly blue glow on chrome and safari */
button {
  outline: none !important; }

.btn .caret {
  margin: 0 0 0 5px; }

.dropdown a .caret {
  margin: 0 0 0 5px; }

.btn-dropdown .dropdown-menu .dropdown {
  padding: 3px 20px; }

/*  Rounded Image */
.img-rd {
  border-radius: 6px; }

.img-rd-md {
  border-radius: 20px; }

.img-rd-lg {
  border-radius: 34px; }

/* = Panels
-------------------------------------------------------------- */
.panel {
  border: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

.panel-heading, .panel-footer {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.1) !important; }

.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer {
  border-radius: 0; }

.panel-rd {
  border-radius: 30px; }

.panel-rd .panel-heading {
  border-radius: 29px 29px 0 0; }

.panel-rd .panel-footer {
  border-radius: 0 0 29px 29px; }

/* = Forms
-------------------------------------------------------------- */
.form-control {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none; }

/* iFrame */
iframe {
  border: 0; }

/* = Carousel
-------------------------------------------------------------- */
.carousel .item img {
  margin-right: auto;
  margin-left: auto; }

.carousel-control span {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-caption {
  color: #DB3A32;
  font-size: 30px; }

.carousel-control {
  color: #000 !important;
  text-shadow: none; }

.carousel-indicators li {
  margin: 0 4px;
  background: #000; }

.carousel-indicators .active {
  margin: 0 4px -1px;
  background: #DB3A32; }

.no-shadows .carousel-control.left, .no-shadows .carousel-control.right {
  background-image: none; }

/* ScrollToTop button */
.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 500;
  transition: all .3s ease-in-out; }

.scrollToTop span {
  margin-top: 6px; }

.showScrollTop {
  font-size: 14px;
  opacity: 1; }

/* = Lightbox
-------------------------------------------------------------- */
a[data-lightbox] {
  position: relative;
  display: block;
  text-align: center; }

a[data-lightbox]:hover::before {
  content: "";
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

a[data-lightbox]:hover::after {
  content: "+";
  position: absolute;
  color: white;
  font-weight: 100;
  font-size: 34px;
  z-index: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

a[data-lightbox]:hover img {
  opacity: 0.6;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none; }

#lightbox-modal .modal-dialog {
  width: 90%;
  max-width: 1800px;
  margin: 30px auto 0; }

#lightbox-modal .modal-dialog img {
  margin: 0 auto; }

.lightbox-caption {
  padding: 20px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 5px; }

.close-lightbox {
  display: none;
  font-size: 40px;
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 20; }

.next-lightbox, .prev-lightbox {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 50%; }

.next-lightbox {
  right: 25px;
  border-left: 20px solid rgba(255, 255, 255, 0.4); }

.prev-lightbox {
  left: 25px;
  border-right: 20px solid rgba(255, 255, 255, 0.4); }

.prev-lightbox:hover, .next-lightbox:hover {
  border-right-color: rgba(255, 255, 255, 0.9);
  border-left-color: rgba(255, 255, 255, 0.9); }

/* = Custom Styling
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, label, .btn, a {
  font-family: "Helvetica"; }

.container {
  max-width: 1170px; }

.hero-bloc-text {
  font-size: 55px; }

.hero-bloc-text-sub {
  font-size: 36px; }

.lake-hero-text-s {
  font-size: 60px; }

.lake-hero-text-sub-s {
  font-size: 34px; }

.blocs-hero-btn-dwn {
  background-color: rgba(0, 0, 0, 0); }

.stat-bloc-text {
  font-size: 44px;
  text-align: center;
  font-weight: bold; }

.stat-bloc-sub-text {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }

/* = Colour
-------------------------------------------------------------- */
/*Couleur a*/
.couleurBleu
.couleurRouge
.couleurVert
a .couleurOrange {
  color: #ff9900 !important; }

a .couleurOrange:hover {
  color: #FFF !important; }

/* Background colour styles */
.bgc-red {
  background-color: #BF0926; }

.bgc-gray-x11-gray {
  background-color: rgba(0, 0, 0, 0.72); }

.bgc-gray-x10-gray {
  background-color: rgba(0, 0, 0, 0.72); }

.bgc-anti-flash-white {
  background-color: #F2F1F0; }

.bgc-anti-flash-white-2 {
  background-color: #F2F1F0; }

.bgc-crimson-glory {
  background-color: #BF0926 !important; }

.bgc-vert-pomme {
  background-color: #7BBB58 !important; }

.bgc-bleu-marine {
  background-color: #3a62ac !important; }

.bgc-orange {
  background-color: #ff9900 !important; }

/* Text colour styles */
.tc-anti-flash-white {
  color: #F2F1F0 !important; }

.tc-anti-flash-white-2 {
  color: #F2F1F0 !important; }

.tc-quartz {
  color: #4B4C4B !important; }

.tc-taupe-gray {
  color: #888787 !important; }

/* Button colour styles */
.btn-cg-red {
  background: #DB3A32;
  color: #FFFFFF !important; }

.btn-cg-red:hover {
  background: #af2e28;
  color: #FFFFFF !important; }

.btn-crimson-glory {
  background: #BF0926;
  color: #FFFFFF !important; }

.btn-crimson-glory:hover {
  background: #99071e;
  color: #FFFFFF !important; }

/* Link colour styles */
.ltc-anti-flash-white {
  color: #F2F1F0 !important; }

.ltc-anti-flash-white:hover {
  color: black !important; }

/* Link colour styles */
.ltc-anti-flash-white-2 {
  color: #F2F1F0 !important; }

.ltc-anti-flash-white-2:hover {
  color: #DB3A32 !important;
  background: transparent !important; }

.ltc-anti-flash-white-3 {
  color: #F2F1F0 !important; }

.ltc-anti-flash-white-3:hover {
  /*color:rgba(0,0,0,0.8) !important;*/
  -webkit-filter: invert(0.9);
  filter: invert(0.9); }

.ltc-anti-flash-white-3-logo {
  color: #F2F1F0 !important; }

.ltc-anti-flash-white-3-logo:hover {
  color: rgba(0, 0, 0, 0.8) !important; }

/*invert(0.9);*/
.moveUP {
  transition: all .2s; }

.moveUP:hover {
  transform: translateY(-3px) scale(1.1); }

.orangeLien {
  color: #ff9900 !important; }

.orangeLien:hover {
  color: rgba(0, 0, 0, 0.6) !important; }

.bleuLien {
  color: #3a62ac !important; }

.bleuLien:hover {
  color: rgba(0, 0, 0, 0.6) !important; }

.vertLien {
  color: #7BBB58 !important; }

.vertLien:hover {
  color: rgba(0, 0, 0, 0.6) !important; }

.rougeLien {
  color: #BF0926 !important; }

.rougeLien:hover {
  color: rgba(0, 0, 0, 0.6) !important; }

/* Bloc image backgrounds */
.bg-PhotoFondEcran {
  background-image: url("img/PhotoFondEcran.jpg"); }

.bg-AccueilSite {
  background-image: url("img/AccueilSite.jpg"); }

.bg-Logos-test-01 {
  background-image: url("img/Logos-test-01.png"); }

.bg-Oeil-copie {
  background-image: url("img/Oeil%20copie.png"); }

/*    INDEX    */
.index__table--logo {
  width: 160px; }

.demandeDevis__btn {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 25px;
  margin-top: 10px;
  transition: all .2s;
  background-color: #BF0926;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px; }

.demandeDevis__btn:visited {
  color: white !important;
  text-decoration: none !important; }

.demandeDevis__btn:hover {
  transform: scale(1.07) translateY(-5px);
  cursor: pointer;
  color: white;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); }

.demandeDevis__btn:active {
  transform: translateY(-1px); }

.btn-devis-positionFixe {
  position: fixed !important; }

.interv_ul {
  list-style: none;
  margin-left: 25px; }

.interv_li {
  position: relative; }

.interv_li:not(:last-child) {
  margin-bottom: 8px; }

.interv_li::before {
  position: absolute;
  content: "\21D2";
  left: -25px;
  color: inherit; }

.piu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.piu_item {
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
  font-size: 12px;
  flex: 0 0 20%; }

@media (max-width: 767px) {
  .piu_list {
    justify-content: space-around; }
  .piu_item {
    flex: 0 0 33%; } }

@media (max-width: 400px) {
  .piu_item {
    flex: 0 0 50%; } }

@media (max-width: 275px) {
  .piu_item {
    flex: 0 0 100%; } }

@media (max-width: 750px) {
  .exo_evac_ol {
    padding: 20px; } }

/*
	*
	* Cahier des charges
	*
	**/
.cdc {
  margin-top: 50px; }

.cdc__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: -15px;
  /* background-color: #4B4C4B; */ }

.cdc__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  flex: 0 0 32%;
  margin-bottom: 20px;
  /* max-width: 400px; */
  /* min-width: 300px; */ }

.cdc__img {
  width: 140px;
  height: 140px;
  fill: currentColor;
  transform: scaleX(-1) rotate(180deg); }

.cdc__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #3a62ac;
  padding: 20px;
  margin-bottom: 15px;
  /* margin: 15px; */
  border-radius: 20px;
  border: 3px solid currentColor;
  font-size: 21px;
  font-weight: 600; }

@media (max-width: 767px) {
  .cdc {
    padding: 10px;
    margin: 20px; } }

@media (max-width: 400px) {
  .cdc__list {
    justify-content: center; } }

/*Dossier pompier*/
/*Disaster recovery plan*/
.drp {
  /* background-color: rgb(45, 214, 45); */ }

.drp__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -15px; }

.drp__box {
  flex: 30%;
  padding: 0;
  text-align: center;
  font-size: 20px;
  margin: 15px;
  background-color: #d2ebeb;
  border: 2px solid #3a62ac; }

.drp__box--head {
  text-transform: uppercase;
  padding: 0 8px;
  font-weight: 600;
  height: 80px;
  vertical-align: middle;
  background: #3a62ac;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

.drp__box--main {
  padding: 20px;
  background-color: #ebebeb;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 745px) {
  .drp__list {
    margin: 0px; }
  .drp__box--head {
    height: 120px; }
  .drp__box--main {
    height: 260px; } }

@media (max-width: 500px) {
  .drp__box--main {
    height: 300px; } }

@media (max-width: 450px) {
  .drp__box--main {
    height: 350px; } }

@media (max-width: 400px) {
  .drp__list {
    margin: 0px; }
  .drp__box--head {
    height: 100px; }
  .drp__box--main {
    height: 200px; } }

/*Evacuation*/
.planEvac {
  margin-top: 30px; }

.planEvac__title {
  margin-bottom: 18px;
  font-size: 26px; }

.planEvac__img {
  width: 100%; }

.planEvac__features {
  display: flex;
  justify-content: space-between; }

.planEvac__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 19%;
  text-align: center; }

.planEvac__item:not(:last-child) {
  margin-bottom: 0px; }

.planEvac__ul {
  list-style: none; }

.planEvac__li {
  position: relative;
  margin-left: 25px; }

.planEvac__li::before {
  content: "\21D2";
  position: absolute;
  left: -25px; }

.planEvac__li:not(:last-child) {
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .planEvac__features {
    flex-wrap: wrap;
    justify-content: space-around; }
  .planEvac__item {
    flex: 0 0 30%; } }

@media (max-width: 530px) {
  .planEvac__features {
    flex-wrap: wrap;
    justify-content: space-around; }
  .planEvac__item {
    flex: 0 0 48%; }
  .planEvac__item:not(:last-child) {
    margin-bottom: 20px; } }

@media (max-width: 350px) {
  .planEvac__features {
    flex-wrap: wrap;
    justify-content: space-around; }
  .planEvac__item {
    flex: 0 0 90%; }
  .planEvac__item:not(:last-child) {
    margin-bottom: 20px; } }

.consignes__ul {
  list-style: none; }

.consignes__li {
  margin-left: 25px;
  position: relative; }

.consignes__li:not(:last-child) {
  margin-bottom: 10px; }

.consignes__li::before {
  content: "\21D2";
  position: absolute;
  left: -25px; }

.exempleSignalisation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.exempleSignalisation__item {
  flex: 0 0 49%;
  margin-bottom: 20px; }

@media (max-width: 700px) {
  .exempleSignalisation__item {
    flex: 0 0 95%; } }

.index__table--img {
  width: 150px; }

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
  .bloc {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 768px) {
  .container {
    width: 100%; }
  .b-parallax {
    background-attachment: scroll; }
  .page-container, #hero-bloc {
    overflow-x: hidden;
    position: relative; }
  /* Prevent unwanted side scroll on mobile */ }

@media (max-width: 767px) {
  .page-container {
    overflow-x: hidden;
    position: relative; }
  h1, h2, h3, h4, h5, h6, p {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  #hero-bloc h1 {
    font-size: 40px; }
  #hero-bloc h2 {
    font-size: 34px; }
  #hero-bloc h3 {
    font-size: 25px; }
  .bloc {
    padding-left: 0;
    padding-right: 0;
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%; }
  .b-parallax {
    background-attachment: scroll; }
  /* .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    } */
  /* .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    } */
  .dropdown .dropdown a .caret {
    float: none;
    margin: 5px 0 0 10px !important;
    border: 4px solid black;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent; }
  #hero-bloc .navbar .nav {
    background: rgba(0, 0, 0, 0.8); }
  #hero-bloc .navbar .nav a {
    color: rgba(255, 255, 255, 0.6); }
  .hero {
    padding: 50px 0; }
  .hero-nav {
    left: -1px;
    right: -1px; }
  .navbar-collapse {
    padding: 0;
    overflow-x: hidden;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-brand img {
    max-height: 40px;
    width: auto;
    margin: -10px 10px 0 0; }
  .nav-invert .navbar-header {
    float: none;
    width: 100%; }
  .nav-invert .navbar-toggle {
    float: left; }
  .bloc-group .bloc {
    display: block;
    width: 100%; }
  .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    padding-left: 10px;
    padding-right: 10px; }
  .bloc-xxl, .bloc-xl, .bloc-lg {
    padding: 40px 0; }
  .bloc-sm, .bloc-md {
    padding-left: 0;
    padding-right: 0; }
  .a-block {
    padding: 0 10px; }
  .btn-dwn {
    display: none; }
  .voffset {
    margin-top: 5px; }
  .voffset-md {
    margin-top: 20px; }
  .voffset-lg {
    margin-top: 30px; }
  form {
    padding: 5px; }
  .close-lightbox {
    display: inline-block; }
  .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .video-bg-contianer {
    display: none; }
  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px; }
  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px; } }

.back-color {
  background-color: #3a62ac; }

.team {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 37.5em) {
    .team {
      flex-direction: column; } }
  .team__item {
    flex: 0 0 23%; }
