#mask {
  position:absolute;
  width: 100% !important;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  position: fixed;
  width:680px; 
  height:auto;
  padding:0;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot {
    font-size: 16pt;
    padding: 10px 20px;
    display: inline-block;
    background: green;
    border-radius: 5px;
	margin: 20px 0 10px;
}
#popupfoot a {
    text-decoration: none;
	text-transform: uppercase;
    color: white;
    text-shadow: none;
    opacity: 1;
}
#popupfoot a:hover {
    text-decoration: underline;
}
.agree:hover{
  background-color: none;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.popup-title {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    font-family: arial;
    text-align: center;
    background: #424F89;
    padding: 10px 0;
}
.popup-txt-1 {
    text-align: center;
    color: black;
    font-size: 20px;
    background: #F3F2B6;
    padding: 5px 0;
}
.popup-txt-2 {
    line-height: 1.2;
    padding: 5px 20px 0 20px;
}
.popup-txt-3 {
    text-align: center;
    color: white;
    font-size: 22px;
    background: darkred;
    padding: 5px 20px 10px;
    margin: 10px 20px 0;
}
.popup-txt-4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    color: black;
    background: #F3F2B6;
    margin: 0 20px;
	padding: 10px 0 20px;
}
.popup-txt-5 {
    text-align: center;
    color: black;
    padding-top: 15px;
    font-size: 20px;
}
.popup-txt-5 a {
	color: blue;
}
.popup-txt-5 a:hover {
	text-decoration: underline;
}
.popup-txt-6 {
    text-align: center;
	font-size: 12px;
}

/** I PHONE 6/7/8 & 6/7/8 Plus **/
@media (max-width: 480px) {
#boxes #dialog {
  width:390px;
  left: 0 !important;
}
.popup-title {
	font-size: 16px;
}
.popup-txt-3 {
	font-size: 20px;
}
.popup-txt-4, .popup-txt-5 {
	font-size: 18px;
}
.banner-intro p.lead {
	font-size: 24px;
}
.center-title h2 {
	font-size: 28px;
}
.center-title p {
	font-size: 14px;
	line-height: 20px;
}
.wide-image-wrapper h3 {
	font-size: 16px;
	font-weight: 600;
}
.tabs-navigation li a span {
	width: 70px;
}
.h1, h1 {
	font-size: 28px;
}
.carte {
	font-size: 12px;
}
}
/** I PHONE X **/
@media (max-width: 375px) {
#mask {
	width: 390px !important;
}
}