@charset "utf-8";

#MaskSPOT {
	background-image: url(../img/MASK-SPOTLIGHT/Fond-transparent-noir.png);
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999999;
	overflow:auto;
}
#MaskSPOT #CloseMask {

	height: 30px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 99999;
	top: 30px;
	right: 30px;
	cursor: pointer;

	
	
	text-align: center;
	line-height: 30px;
	font-size: 1.4em;
	
}
#MaskSPOT #PrevBigIMG {
	background-image: url(../img/MASK-SPOTLIGHT/Img-Prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 110;
	top: 50%;
	cursor: pointer;
	left: 50%;
}
#MaskSPOT #NextBigIMG {
	background-image: url(../img/MASK-SPOTLIGHT/Img-Next.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 115;
	top: 50%;
	cursor: pointer;
	right: 50%;
}


#MaskSPOT   a.BtMess:link {
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	height: 20px;
	width: 100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	line-height: 20px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#MaskSPOT a.BtMess:visited {
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	height: 20px;
	width: 100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	line-height: 20px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#MaskSPOT a.BtMess:hover {
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	height: 20px;
	width: 100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	line-height: 20px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#MESSAlertERROR {
	background-color: #FFD7D7;
	height: 80px;
	width: 360px;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	border: 1px solid #CC0000;
	background-image: url(../img/MASK-SPOTLIGHT/Icons-Infos-Alertes/Ic-alert-red.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	color: #8F0318;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 120px;
}
#MESSAlertINFOS {
	background-color: #F0FFFF;
	height: 160px;
	width: 360px;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	border: 1px solid #0066CC;
	background-image: url(../img/MASK-SPOTLIGHT/Icons-Infos-Alertes/Ic-infos-blue.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	color: #006699;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 120px;
}
#MESSValidINFOS {
	background-color: #E6FFD9;
	height: 160px;
	width: 360px;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	border: 1px solid #517700;
	background-image: url(../img/MASK-SPOTLIGHT/Icons-Infos-Alertes/Ic-infos-green.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	color: #517700;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 120px;
}

#URLcontent{
	height: 100px;
	width: 100px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	border: 1px none #999999;
	background-image: url(../img/MASK-SPOTLIGHT/Fond-transparent-blanc.png);
	background-repeat: repeat;
	color: #006699;
	padding: 0px;
	overflow: hidden;
}


#PopInForms {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	
	-ms-transform: translate(-50%, 0%); /* IE 9 */
    -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */
    transform: translate(-50%, 0%);
	
	left: 50%;
  	top: 0%;
	min-height: 520px;

	margin-top: -300px;
	margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  position: absolute;

  z-index: 20;
  border: none;
  color: #4B4B4B;
  padding: 15px;

  background-color: #FFF;
  overflow:hidden;

	
}

#AffVISUELunique {
	height: 100px;
	width: 100px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	border: 1px none #999999;
	background-image: url(../img/MASK-SPOTLIGHT/Fond-transparent-blanc.png);
	background-repeat: repeat;
	color: #006699;
	padding: 0px;
	overflow: hidden;
}


#NewLstBigIMG ul {
	margin: 0px;
	position: relative;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
#NewLstBigIMG ul li {
	padding: 0px;
	position: relative;
	list-style-type: none;
	width: 24%;
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 0px;
}

#NewLstBigIMG ul li img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}





#IcLOADER {
	background-color: #FFFFFF;
	padding: 5px;
	height: 32px;
	width: 32px;
	margin-top: -21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -21px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px double #666666;
}




.FondBlue {
	color: #FFF;
	
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
}
.FondBlack {
	color: #AFAFAF;
	
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
}
.BigImg {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

.BorderArrondi{
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	
}


.liste-connectes{
    width: calc(50% - 32px);
    border: solid 1px #e6e6e6;
    padding: 5px;
	padding-bottom:0px;
    display: inline-block;
    vertical-align: top;
	max-height: 350px;
    overflow-y: auto;
}

.liste-connectes li{
    font-weight: normal;
    font-size: 1em;
    padding-left: 5px;
    margin-bottom: 5px;
    line-height: 50px;
	cursor:move;
}


.liste-connectes li.ui-state-highlight
{
	width:auto;
    border: solid 1px #e6e6e6;
	    height: 48px;
    line-height: 48px;

}


#PopInForms a.actDel {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

#photo-pdt-devis{

    display: none;
}


#MaskSPOT #form-devis-short{
	
	width: 100%;
    min-width: 250px;
	margin-left:2%;
	margin-top:0%;
    display: inline-block;
    vertical-align: top;
}

#MaskSPOT #PopInForms .title-db-barre {
    text-align: center;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
}

#MaskSPOT #form-devis-short .input-txt:nth-child(even), #MaskSPOT #form-devis-short input#date_end{
    margin-right: 0px;
}
#MaskSPOT #form-devis-short .input-txt:nth-child(odd), #MaskSPOT #form-devis-short input#date_start{
    margin-right: 10px;
}





.bloc-produit .bloc-theme-txt:after {
    border-left: 25em solid transparent !important;
    border-bottom: 20px solid rgba(255,255,255,1) !important;
}














@media screen and (min-width: 1024px) and (orientation: landscape) {
	

#PopInForms {
  min-height: 520px;
  width: 910px;
  margin-top: -300px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: -495px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  border: none;
  color: #4B4B4B;
  padding: 40px;

	-ms-transform: translate(0%, 0%); /* IE 9 */
    -webkit-transform: translate(0%, 0%); /* Chrome, Safari, Opera */
    transform: translate(0%, 0%);

  background-color: #FFF;
  overflow:hidden;
}
	
	
	
	
	
#photo-pdt-devis{
	
    width: 30%;
    min-width: 250px;
    display: inline-block;
    vertical-align: top;
}


#MaskSPOT #form-devis-short{
	
	width: 68%;
    min-width: 250px;
	margin-left:2%;
	margin-top:0%;
    display: inline-block;
    vertical-align: top;
}




#MaskSPOT #form-devis-short .input-txt:nth-child(even), #MaskSPOT #form-devis-short input#date_end{
    margin-right: 0px;
}
#MaskSPOT #form-devis-short .input-txt:nth-child(odd), #MaskSPOT #form-devis-short input#date_start{
    margin-right: 10px;
}	
}

