<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

/*@media only screen and (orientation:portrait){
  body {    
    transform: rotate(0deg);
  }
}*/



@page {
  size: auto;  /* auto is the initial value */
  /*margin: 5mm;  this affects the margin in the printer settings  */
  margin: 5mm 5mm 5mm 5mm;
}


svg { float:left; }

a:active,
a:hover {
  outline: 0; 
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

h1{
	margin:5px 0px 5px 0px;
	font-size: 1.6em;
	 background: #FFF;
}


h2{
	margin:3px 0px 3px 0px;
	font-size: 1.1em;
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */



.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 70em) {
  .js .nav-collapse {
    position: relative;
	
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
 
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 calibri;
 
 

 
 
 
}

section {
  
  text-align: center;
 
  height: auto;
  width: 100%;
}


 footer{
	  text-align: center;
	  width: 100%;
	 height: 100px;
	 margin-Bottom:10px;
	 background-color: #cc0000;
	 
	font-size:1.2em;
	font-weight: bold;
	color: white;
 }



#Forme{
  
  text-align: center;
  padding: 90px 0 0;
  height: 1000px;
  width: 100%;
     
}


#Normes{
  display: none;
   /* visibility :hidden;*/
  height : 0;
 
  text-align: center;
  padding: 90px 0 90px;
  height: 0px;
  width: 100%;
}

#ReleverCote{
  display: none;
   /* visibility :hidden;*/
  height : 0;
 
  text-align: center;
  padding: 0px 0 0;
  height: 18px;
  width: 100%;
	
}

#Plan{
 display: none;
  /* visibility :hidden;*/
  
 margin-top: 25px;
  text-align: center;
  padding: 20px 0 0;
  height: 1500px;
  width: 100%;
}



#StyleGamme{
 display: none;
   /* visibility :hidden;*/
  
 margin-top: 50px;
  text-align: center;
  padding: 20px 0 0;
  height: 0px;
  width: 100%;
}

#Finition{
  display: none;
  /* visibility :hidden;*/
   
 margin-top: 50px;
  text-align: center;
 padding: 10px 0 0;
  height: 0px;
  width: 100%;
}


#Pose{
	margin-top: 50px;
	 display: none;
   /* visibility :hidden;*/
  height : 0;
 
  text-align: center;
  padding: 20px 0 0;
  height: 0px;
  width: 100%;
	
}



#Recapitulatif{
  display: none;
  /* visibility :hidden;
   width: 2000px;
    margin-left: auto;
margin-right: auto;
  */
   margin-top: 50px;
 
  
  padding: 10px 0 0;
  height: 100%;
 
 
}


#menu-itemRecapitulatif{
	background-color: #CC0000;
	 color:#FFF;
	 font-weight: bold;
}


h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background-color: #D1CDCD;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  
}

.logo {
  -webkit-tap-highlight-color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #cc0000;
  float: left;
  font-size:20px;
}

.Ref {
  -webkit-tap-highlight-color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #b73214;
  float: left;
 
}

.RefProjet{
	 -webkit-tap-highlight-color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 5px;
  color: #6F6F6F;
  float: left;
	font-size:20px;
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 70em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }

}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 70em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
  
}

.nav-collapse li {
  float: left;
  width: 100%;
  
}

@media screen and (min-width: 70em) {
  .nav-collapse li {
    width: auto;
  }
 
}






.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #D1CDCD;
  padding: 0.7em 2em;
  color: #b73214;
  width: 100%;
  float: left;
  height: 100px;
 
}

/*.nav-collapse a:active,
.nav-collapse .active a {
  background: #FFF;
}*/

@media screen and (min-width: 70em) {
  .nav-collapse a {
    border-left: 1px solid white;
    padding: 1.02em 1em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
    font-size: 15px;
    height: 60px;
  }
    
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 70em) {
  .nav-collapse ul ul a {
    display: none;
  }
   
}

  
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 38px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}



#Num{
float:left;
font-family: Calibri;
color: white;
text-align: center;
font-size: 130%;
margin:0px 20px;
width:30px;
height:30px;
background-color: #999999;
border-radius: 50%;
}



#Num1{
float:left;
font-family: Calibri;
color: white;
text-align: center;
font-size: 130%;
margin:0px 20px;
width:30px;
height:30px;
background-color: #999999;
border-radius: 50%;
}

#Num2{
float:left;
font-family: Calibri;
color: white;
text-align: center;
font-size: 130%;
margin:0px 20px;
width:30px;
height:30px;
background-color: #999999;
border-radius: 50%;
}

#Num3{
float:left;
font-family: Calibri;
color: white;
text-align: center;
font-size: 130%;
margin:0px 20px;
width:30px;
height:30px;
background-color: #999999;
border-radius: 50%;
}

#Num4{
float:left;
font-family: Calibri;
color: white;
text-align: center;
font-size: 130%;
margin:0px 20px;
width:30px;
height:30px;
background-color: #999999;
border-radius: 50%;
}


#Num5{
float:left;
font-family: Calibri;
color: white;
text-align: center;
font-size: 130%;
margin:0px 20px;
width:30px;
height:30px;
background-color: #999999;
border-radius: 50%;
}

#Num6{
float:left;
font-family: Calibri;
color: white;
text-align: center;
font-size: 130%;
margin:0px 20px;
width:30px;
height:30px;
background-color: #999999;
border-radius: 50%;
}

#myBtn {
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #ddd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #FFF;
}






#myBtnPrecedent{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  right: 51%;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ddd;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 150px;
  
}


#myBtnPrecedent:hover {
  background-color: #FFF;
}

@media screen and (max-width: 1280px) {
	#myBtnPrecedent{
	 
 left: 1%;
  font-size: 30px;
  border-radius: 10px;
  width: 35%;
 
	}
	
}





#myBtnSuivant{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  left: 51%;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ddd;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 150px;
  
}

#myBtnSuivant:hover {
  background-color: #FFF;
}

@media screen and (max-width: 1280px) {
	#myBtnSuivant{
	   right: 1%;
    left: auto; 
  
  font-size: 30px;
  border-radius: 10px;
  width: 35%;
 
	}
	
}

#myBtnDupliquer{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  left: 51%;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ddd;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 220px;
  
}

#myBtnDupliquer:hover {
  background-color: #FFF;
}

@media screen and (max-width: 1280px) {
	#myBtnDupliquer{
	 
 left: 37%;
  font-size: 30px;
  border-radius: 10px;
  width: 35%;
  
	}
	
}




#myBtnEditer{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 65px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
  
}

#myBtnEditer:hover {
  background-color: #ddd;
}



#myBtnJoindre{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 115px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
  
}

#myBtnJoindre:hover {
  background-color: #ddd;
}

#myBtnParametreCotation{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  top: 70px;
  left: 10px;
 display : none;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #ddd;
  color: #CC0000;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 50px;
	height: 50px;
}


#myInfoPrix{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  top: 75px;
  right: 10px;
 display : none;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ddd;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  
	
}
#BCouleurVis{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;

  font-size: 0.9em;
  border: none;
  
  background-color: #fff;
  color: #cc0000;
  cursor: pointer;
 
  border-radius: 4px;
  width: 310px;
  height: 30px;
  margin: 10px;
  font-weight: bold;
}

#myBtnEnregistrer{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  top: 120px;
  right: 10px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 145px;
  height: 40px;
}

#myBtnEnregistrerXml{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  top: 120px;
  right: 10px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 190px;
  height: 40px;
}


#myBtnEnregistrerXml:hover {
  background-color: #ddd;
}

#myBtnDetailsChiffr{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);  
  position: fixed;
  top: 165px;
  right: 10px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 190px;
  height: 40px;
}


#myBtnDetailsChiffr:hover {
  background-color: #ddd;
}



#myBtnTelePlan{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);  
  position: fixed;
  top: 210px;
  right: 10px;
 
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 190px;
  height: 40px;
}


#myBtnTelePlan:hover {
  background-color: #ddd;
}


#myBtnTelePlan3D{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);  
  position: fixed;
  top: 255px;
  right: 10px;
 
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 190px;
  height: 40px;
}


#myBtnTelePlan3D:hover {
  background-color: #ddd;
}




#myBtnCommande,#myBtnEnvoieRelever{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}


#myBtnStyleProjet{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 115px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}


#myBtnPlusValue{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 166px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#myBtnPlusValue:hover {
  background-color: #ddd;
}


#myBtnConfigueClient{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 166px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#myBtnConfigueClient:hover {
  background-color: #ddd;
}




#myBtnCommande:hover {
  background-color: #ddd;
}

#buttonValideAdrPose{
box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
 
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#buttonValideAdrPose:hover {
  background-color: #ddd;
}



#buttonFermeCarte{
box-shadow: -1px 2px 5px 1px #cc0000;
 
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#buttonFermeCarte:hover {
  background-color: #ddd;
}








#myBtnCommande:hover {
  background-color: #ddd;
}

#myBtnEnvoieRelever:hover {
  background-color: #ddd;
}

#myBtnStyleProjet:hover {
  background-color: #ddd;
}

#myBtnCmdOffre{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
      
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 50px;
}

#myBtnCmdOffre:hover {
  background-color: #ddd;
}


#myBtnCreeDevis{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#myBtnCreeDevis:hover {
  background-color: #ddd;
}



#myBtnValideOffre{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#myBtnValideOffre:hover {
  background-color: #ddd;
}

#myBtnRelever{
		box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#myBtnRelever:hover {
  background-color: #ddd;
}


#myBtnAnnulerRelever{
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 165px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#myBtnAnnulerRelever:hover {
  background-color: #ddd;
}



#myBtnDemandeDevis{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : none;
  position: fixed;
  bottom: 15px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
}

#myBtnDemandeDevis:hover {
  background-color: #ddd;
}




#BAfficheProjet3D{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  display : block;
 
  bottom: 15px;
  right: 15px;
 
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 250px;
  height: 40px;
      margin-left: auto;
    margin-right: auto;
}

#BAfficheProjet3D:hover {
  background-color: #ddd;
}






.alert {
	visibility : hidden;
	height : 0;
    padding: 50px;
    background-color: #CC0000;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-left: 15%;
	margin-right: 15%;
	border-radius: 10px 10px 10px 10px;
	font-size: 130%;
}


.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}


/* The Modal (background) */
.modal {
	
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 15%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-content {
	/* Modal Content
	color: white;
    background-color: #CC0000;
    margin: auto;
	font-size: 22px;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	height: 400px;
	 */
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	font-size: 20px;
    padding: 20px;
    border: 2px solid #CC0000;
    width: 50%;
	
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	
	
}





/* The Close Button */
.close {
	font-weight: bold;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}






.modalRef {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalRef-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	font-size: 18px;
    padding: 30px;
    border: 2px solid #CC0000;
    width: 600px;
	
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: visible; 
	margin-right:auto;	
	margin-left:auto;
}





.modalOptionVente {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalOptionVente-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	margin-top: 100px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 600px;
	height: 300px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}


.modalOptionTvaRemise {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
		
}

/* Modal Content */
.modalOptionTvaRemise-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	margin-top: 100px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 600px;
	
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}

.modalReg {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
}

/* Modal Content */
.modalReg-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	margin-top: 100px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 700px;
	height: 200px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}


.modalOptionGC {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 90%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
}

/* Modal Content */
.modalOptionGC-content {
	position: relative;
	color: #000000;
    background-color: #bbb;
    margin: auto;
	margin-top: -50px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 755px;
	
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: auto; 
	margin-right:auto;	
	margin-left:auto;
	
}


.modalDuplique {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalDuplique-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	margin-top: 100px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 600px;
	height: 250px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}





.modalCommande {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 0%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalCommande-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	margin-top: 20px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 800px;

	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}





.modalValideOffre {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalValideOffre-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	margin-top: 100px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 800px;

	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}

.modalPrint{
	 display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}
.modalPrint-content {
	position: relative;
	color: #000000;
    background-color: #FFF;
    margin: auto;
	margin-top: 100px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 800px;

	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}


.modalDemandeDevis {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalDemandeDevis-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	margin-top: 100px;
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 800px;

	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}





.modalJoindre {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalJoindre-content {
	position: relative;
	color: #000000;
    background-color: #EEEEEE;
    margin: auto;
	
	font-size: 18px;
    
    border: 2px solid #CC0000;
    width: 800px;

	border-radius: 10px 10px 10px 10px;
	text-align: center;
	overflow-y: auto;
	
	margin-right:auto;	
	margin-left:auto;
	
	max-height: calc(100vh - 210px);
    
}

.buttonEnvoieCMD{
	cursor: pointer;
	  border:none;
	  font-size:0.9em;
	  width: 200px;
	  height: 50px;
	  background-color: #D1CDCD;
	  border-radius: 4px;
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	 margin: 10px;
	 
}




.buttonEcraseCreeRef{
	cursor: pointer;
	  border:none;
	  font-size:0.9em;
	  width: 200px;
	  height: 50px;
	  background-color: #D1CDCD;
	  border-radius: 4px;
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	 margin: 10px;
	
	
}
.buttonEcraseCreeRef:hover{
	
	background-color: #ddd;
	
}


.buttonValideNewRef{
	cursor: pointer;
	  border:none;
	  font-size:0.9em;
	  width: 200px;
	  height: 50px;
	  background-color: #D1CDCD;
	  border-radius: 4px;
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	 margin: 10px;
	
	
}
.buttonValideNewRef:hover{
	
	background-color: #ddd;
	
}



.buttonAdrLiv{
	cursor: pointer;
	  border:none;
	  font-size:0.9em;
	  width: 200px;
	  height: 50px;
	  background-color: white;
	  border-radius: 4px;
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	 margin: 15px;
	
	
}
.buttonAdrLiv:hover{
	
	background-color: #ddd;
	
}







.buttonFermeAlert{
	cursor: pointer;
	  border:none;
	  font-size:0.9em;
	  width: 200px;
	  height: 50px;
	  background-color: white;
	  border-radius: 4px;
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	 
	
	
}
.buttonFermeAlert:hover{
	
	background-color: #ddd;
	
}


#ButtonInfoAlert{
	cursor: pointer;
	position: fixed;
	
	
}

.InfoStyle{
	
	display: none;
	height:30px;
	float: right;
	cursor: pointer; 
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
}

.ButtonInfoAlert:hover{
	
	background-color: #ddd;
	
}


#TextAreaAlerte{
	resize:none;
	font-size:0.7em;
	width:100%;
	display: none;
}


.modalLoad3D  {
	
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalLoad3D-content {
	color: white;
    
    margin: auto;
	
    padding: 20px;
  
    width: 100%; /* Full width */
    height: 100%; /* Full height */
	
	text-align: center;
}

.loader3D  {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #CC0000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-right:auto;	
	margin-left:auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




.modalInfo {
	
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	
	
	
	
	
}

/* Modal Content */
.modalInfo-content {
	position: relative;
	color: #000000;
    background-color: #fff;
    margin: auto;
	font-size: 20px;
    padding: 30px;
    border: 2px solid #6C6B6B;
    width: 400px;
	
	
	text-align: center;
	overflow-y: auto;
	overflow: hidden; 
	margin-right:auto;	
	margin-left:auto;
}




#TextAreaInfo{
	color: black;
	background-color: #C5C5C5;
	font: normal 100%/1.4 calibri;
	border-radius: 3px 3px 3px 3px;
	padding:10px;
}



#MatiereInfo{
	text-align: left;
}
#SpecificiteInfo{
	text-align: left;
}








/* The container */
.containerCheckBox {
  display: block;
  position: relative;
 
  margin-bottom: 12px;
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.CheckBox {
  position: absolute;
  top: 24px;
  
  height: 25px;
  width: 25px;
  background-color: #fff;
   border: solid #CC0000;
   margin-left: 10px;
}

/* On mouse-over, add a grey background color */
.containerCheckBox:hover input ~ .CheckBox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheckBox input:checked ~ .CheckBox {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.CheckBox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckBox input:checked ~ .CheckBox:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckBox .CheckBox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #CC0000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.modalEchelle{
	display: block; 
    position: fixed; 
    z-index: 99; 
    padding-top: 5%; 
    right: 0;
    top: 0;
    width: 100px; 
    height: 600px; 
    overflow: auto; 
    background-color: #EEEEEE;
}



    #map {        
      max-width: 100%;
      max-height: 100%;
    }
    #map path {
     
      stroke:#FFFFFF;
      stroke-width:0.6;
      transition: fill 0.2s, stroke 0.3s;
    }
    #map path:hover {
      fill: red;
      stroke: red;
    }
    #map .separator {
      stroke: #ccc;
      fill: none;
      stroke-width:1.5;
    }
    #map .separator:hover {
      stroke: #ccc;
      fill: none;
    }




    #valideTeleplan{
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
      display : none;
      position: fixed;
      bottom: 15px;
      left: 51%;
     
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #ddd;
      color: #444444;
      cursor: pointer;
      padding: 5px;
      border-radius: 4px;
      width: 200px;
      
    }
    
    
    #valideTeleplan:hover {
      background-color: #FFF;
    }
    
    @media screen and (max-width: 1280px) {
      #valideTeleplan{
       
     left: 1%;
      font-size: 30px;
      border-radius: 10px;
      width: 35%;
     
      }
      
    }
    
    
    
    
    
    #annuleTeleplan{
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
      display : none;
      position: fixed;
      bottom: 15px;
      right: 51%;
     
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #ddd;
      color: #444444;
      cursor: pointer;
      padding: 5px;
      border-radius: 4px;
      width: 200px;
      
    }
    
    #annuleTeleplan:hover {
      background-color: #FFF;
    }
    
    @media screen and (max-width: 1280px) {
      #annuleTeleplan{
         right: 1%;
        left: auto; 
      
      font-size: 30px;
      border-radius: 10px;
      width: 35%;
     
      }
      
    }
    

    
    #continuerDevis{
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
      display : none;
      position: fixed;
      bottom: 15px;
      left: 51%;
     
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #ddd;
      color: #444444;
      cursor: pointer;
      padding: 5px;
      border-radius: 4px;
      width: 200px;
      
    }
    
    
    #continuerDevis:hover {
      background-color: #FFF;
    }
    
    @media screen and (max-width: 1280px) {
      #continuerDevis{
       
     left: 1%;
      font-size: 30px;
      border-radius: 10px;
      width: 35%;
     
      }
      
    }</pre></body></html>