.apprise-overlay {
  background-color: rgb(255,255,255);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

div.apprise {
	background: #f5f5f0;
	border: 1px solid #aaa;
	/*box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-mox-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);*/
	color: #000;
	display: none;
	font-family: "lato", sans-serif;
	font-size: 18px;
    /*font-weight: normal;*/
	left: 40%;
	max-height: 90%;
	overflow: hidden;
	position: fixed;
	top: -100%;
	width: 20%;
}

div.apprise .apprise-inner {
	padding: 20px;
    text-align: center;
}

div.apprise .apprise-input {
	margin-top: 10px;
	padding: 10px 0;
}

div.apprise .apprise-input input {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-mox-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 13px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 90%;
}

div.apprise .apprise-input input:focus {
	border-color: #01AEF0;
	outline: none;
}

div.apprise .apprise-buttons {
	background: #f5f5f0;
	border-top: 0px solid #f5f5f0;
	/*box-shadow: inset 0px 1px 0px #fff;
		-moz-box-shadow: inset 0px 1px 0px #fff;
		-webkit-box-shadow: inset 0px 1px 0px #fff;*/
	padding: 10px 0px 70px 0px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.apprise .apprise-buttons button {
	background: #ededed;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-mox-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	cursor: pointer;
	font-size: 13px;
	margin: 0 2px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}

div.apprise .apprise-buttons button.blue {
	background: #6CDFEA;
}

div.apprise .apprise-buttons button.red {
	background: #D23A30;
}

div.apprise .apprise-buttons button.blue, div.apprise .apprise-buttons button.red {
	color: #fff;
}

div.apprise .apprise-buttons button:hover {
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
}

div.apprise .apprise-buttons button:active {
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
}

div.appriseSliderHPHC {
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-mox-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
	color: #626263;
	display: none;
	font-family: "lato", sans-serif;
	font-size: 18px;
    font-weight: bold;
	left: 40%;
	max-height: 90%;
	overflow: hidden;
	position: fixed;
	top: -100%;
	width: 600px;
}

div.appriseSliderHPHC .apprise-inner {
	padding: 20px;
    text-align: center;
}

div.appriseSliderHPHC .apprise-input {
	margin-top: 10px;
	padding: 10px 0;
}

div.appriseSliderHPHC .apprise-input input {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-mox-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 13px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 90%;
}

div.appriseSliderHPHC .apprise-input input:focus {
	border-color: #01AEF0;
	outline: none;
}

div.appriseSliderHPHC .apprise-buttons {
	background: #fff;
	border-top: 0px solid #fff;
	box-shadow: inset 0px 1px 0px #fff;
		-moz-box-shadow: inset 0px 1px 0px #fff;
		-webkit-box-shadow: inset 0px 1px 0px #fff;
	padding: 10px 0px 70px 0px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.appriseSliderHPHC .apprise-buttons button {
	background: #ededed;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-mox-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	cursor: pointer;
	font-size: 13px;
	margin: 0 2px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}

div.appriseSliderHPHC .apprise-buttons button.blue {
	background: #6CDFEA;
}

div.appriseSliderHPHC .apprise-buttons button.red {
	background: #D23A30;
}

div.appriseSliderHPHC .apprise-buttons button.blue, div.appriseSliderHPHC .apprise-buttons button.red {
	color: #fff;
}

div.appriseSliderHPHC .apprise-buttons button:hover {
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
}

div.appriseSliderHPHC .apprise-buttons button:active {
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
}

.apprise-btbleu {
  background: transparent;
  border: none;
  position: relative;
  margin-left: 40%;}
  /* line 681, ../sass/ui.scss */
  .apprise-btbleu .bt3D {
    position: absolute;
    }
    /* line 684, ../sass/ui.scss */
    .apprise-btbleu .bt3D:hover {
      top: 0px; }
    /* line 687, ../sass/ui.scss */
    .apprise-btbleu .bt3D .btSecondPlanGris {
      position: absolute;
      background-color: #5fc6d0;
      width: 132px;
      height: 45px;
      border-color: rgba(0, 0, 0, 0.6); }
    /* line 694, ../sass/ui.scss */
    .apprise-btbleu .bt3D .btPremierPlanBlanc {
      position: absolute;
      top: -3px;
      left: 2px;
      width: 132px;
      height: 45px;
      background-color: #6cdfea;
      color: white; }
      /* line 702, ../sass/ui.scss */
      .apprise-btbleu .bt3D .btPremierPlanBlanc:hover {
        top: 0px; }
      /* line 705, ../sass/ui.scss */
      .apprise-btbleu .bt3D .btPremierPlanBlanc .texteBt3D {
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 19px;
        color: white; }
    /* line 713, ../sass/ui.scss */
    .apprise-btbleu .bt3D .btOmbre {
      background-color: rgba(0, 0, 0, 0.1);
      width: 132px;
      margin-top: 45px; }
    
.apprise-btbleu-ok {
  background: transparent;
  border: none;
  position: relative;
  margin-left: 150px;}
  /* line 681, ../sass/ui.scss */
  .apprise-btbleu-ok .bt3D {
    position: absolute;
    }
    /* line 684, ../sass/ui.scss */
    .apprise-btbleu-ok .bt3D:hover {
      top: 0px; }
    /* line 687, ../sass/ui.scss */
    .apprise-btbleu-ok .bt3D .btSecondPlanGris {
      position: absolute;
      background-color: #5fc6d0;
      width: 132px;
      height: 45px;
      border-color: rgba(0, 0, 0, 0.6); }
    /* line 694, ../sass/ui.scss */
    .apprise-btbleu-ok .bt3D .btPremierPlanBlanc {
      position: absolute;
      top: -3px;
      left: 2px;
      width: 132px;
      height: 45px;
      background-color: #6cdfea;
      color: white; }
      /* line 702, ../sass/ui.scss */
      .apprise-btbleu-ok .bt3D .btPremierPlanBlanc:hover {
        top: 0px; }
      /* line 705, ../sass/ui.scss */
      .apprise-btbleu-ok .bt3D .btPremierPlanBlanc .texteBt3D {
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 19px;
        color: white; }
    /* line 713, ../sass/ui.scss */
    .apprise-btbleu-ok .bt3D .btOmbre {
      background-color: rgba(0, 0, 0, 0.1);
      width: 132px;
      margin-top: 45px; }
    
.apprise-btbleu-cancel {
  background: transparent;
  border: none;
  position: relative;
  margin-left: 320px;}
  /* line 681, ../sass/ui.scss */
  .apprise-btbleu-cancel .bt3D {
    position: absolute;
    }
    /* line 684, ../sass/ui.scss */
    .apprise-btbleu-cancel .bt3D:hover {
      top: 0px; }
    /* line 687, ../sass/ui.scss */
    .apprise-btbleu-cancel .bt3D .btSecondPlanGris {
      position: absolute;
      background-color: #5fc6d0;
      width: 132px;
      height: 45px;
      border-color: rgba(0, 0, 0, 0.6); }
    /* line 694, ../sass/ui.scss */
    .apprise-btbleu-cancel .bt3D .btPremierPlanBlanc {
      position: absolute;
      top: -3px;
      left: 2px;
      width: 132px;
      height: 45px;
      background-color: #6cdfea;
      color: white; }
      /* line 702, ../sass/ui.scss */
      .apprise-btbleu-cancel .bt3D .btPremierPlanBlanc:hover {
        top: 0px; }
      /* line 705, ../sass/ui.scss */
      .apprise-btbleu-cancel .bt3D .btPremierPlanBlanc .texteBt3D {
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 19px;
        color: white; }
    /* line 713, ../sass/ui.scss */
    .apprise-btbleu-cancel .bt3D .btOmbre {
      background-color: rgba(0, 0, 0, 0.1);
      width: 132px;
      margin-top: 45px; }