body {
    color: #fff!important;
    font-size: 16px;
  }

.page-header.page-header-modern.page-header-lg {
    padding: 245px 0;
    background-image: url(/img/bgheader.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 75%;
}

p {
    color: #FFFF !important;
}

#flashsinfos {background-color: #911316;}
#flashsinfos a,
#flashsinfos p {
  font-size: 17px !important;
  font-weight: normal;
  color: #fff;
  margin: 100px;
  padding: 12px, 0!important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a { color:#fff!important;}


.imgbw {  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.imgbw:hover {  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

@media (max-width: 1399px) {
  #header>div>div>div>div.header-column.flex-row.flex-lg-column.justify-content-end.justify-content-lg-center.align-items-center.align-items-lg-end>ul>li>a:nth-child(2) {
    display: none;
  }
  /*header sur la home*/
  #home {height: 50vh!important;} 
  /*header sur les pages*/
  .page-header.page-header-modern.page-header-lg {
    padding: 200px 0;
    background-image: url(/img/header-mobile.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
}

@media (max-width: 1199px) {

  #header .header-nav.header-nav-links nav>ul>li>a,
  #header .header-nav.header-nav-links nav>ul>li:hover>a,
  #header .header-nav.header-nav-line nav>ul>li>a,
  #header .header-nav.header-nav-line nav>ul>li:hover>a {
    padding: 0.5rem;
  }
}

body > div {
  background-image: url("/img/body.jpg");
}

.bgzacho { background-image: url("/img/bgzacho.jpg")!important;}


/*POLAROID*/
.wrapper {
  width: 100%;
/*  padding: 0 2rem;*/
  text-align: center;
}
.polaroid {
  background: #fff;
  padding: 1rem;
/*  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);*/
  
}
.polaroid > img{
  max-width: 100%;
  height: auto;
}
.caption {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2em;
}
.item {
  width: 30%;
  display: inline-block;
  margin-top: 2rem;
  filter: grayscale(100%);
}
.item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
/*  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);*/
}
.item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
/*  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);*/
}
.item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
/*  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);*/
}
.item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
/*  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);*/
}
.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}
.item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
/*  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);*/
  transition: all 0.35s;
}

/*END POLAROID*/



/*angle TOP*/
.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(102% + 1.3px);
    height: 126px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom .shape-fill {
    fill: #0f0f0f;
}

/*FOOTER*/
.custom-shape-divider-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-footer svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 55px;
    transform: rotateY(180deg);
}

.custom-shape-divider-footer .shape-fill {
    fill: #101010;
}