#popupOverlay-flash-js,
#popupOverlay-flash {
  display: none;
  background: #282c2e;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.popup-flash {
  display: none;
  position: fixed;
  z-index: 110;
  top: 50%;
  max-width: 680px;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.popup-flash .popupConteneur-flash {
  border-radius: 3px;
  background: #fff;
  text-align: center;
  /*
        transform:scale(0.1);
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        opacity: 0;
        */

}
.popup-flash .popupConteneur-flash a {
  /*font-family: "Open Sans", sans-serif;*/
  text-decoration: underline;
  color: #27889b;
}
.popup-flash .popupConteneur-flash a:hover {
  text-decoration: none;
}
.popup-flash .popupHeader-flash {
  position: relative;
  line-height: 64px;
  height: 70px;
  background: #F5F5F5;
  border-bottom:1px solid #E5E5E5;
  text-align: left;
}
.popup-flash .popupHeader-flash .titre {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  color: #282c2e;
  padding-left: 40px;
}
.popup-flash .popupHeader-flash .titre:before {
  /*content: "\ac";*/

  color: #26889b;
  font-family: "Basic-picto";
  font-size: 28px;
  font-weight: normal;
  left: 15px;
  position: absolute;
  top: 20px;
}
.popup-flash .popupHeader-flash .popupClose-flash {
  color: #a1a7ab;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.popup-flash .popupHeader-flash .popupClose-flash:hover {
  color: #282c2e;
}
.popup-flash .popupContent-flash {
  padding: 40px 40px 40px 40px;
  font-size: 14px;
  line-height: 160%;
  color: #545a5d;
}
.popup-flash .popupFooter-flash {
  padding: 0px 40px;
  background: transparent url("audit/images/recommandationsSelectedBackground.png") repeat-x scroll left top;
  border-top: 1px solid #E5E5E5;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.popup-flash .popupFooter-flash .button {
  line-height: normal;
  display: inline-block;
  min-width: 200px;
  padding: 0px 20px;
  height: 50px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  background: #25889B;
  border: 2px solid #25889B;
  cursor: pointer;
  text-transform: none;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.popup-flash .popupFooter-flash .button:hover {
  background: #fff ;
  color: #25889B ;
  height: 50px;
  border: 2px solid #25889B;
}
