@font-face {
    font-family: 'latoRegular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body
{
	width:980px;
	margin:0 auto;
	font-family: "latoRegular";
	box-shadow: 0px 0px 5px #000;
	margin-top: -5px;	
}

h1
{
	font-family: "latoRegular";
	font-size: 18px;
	color: #000;
	text-align: center;	
	font-weight: normal;
	margin: 5px 0;	
	margin-top: 20px;
}
header{
	position: relative;
	background-image: url(../images/fond-header.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.services{
	color:#fff;
	text-align: center;
	display: flex;
	position: absolute;
	top:5px;
	right:95px;
}
.services .nom{
	font-size: 14px;
	text-transform: uppercase;
}
.services .tel{
	font-size: 18px;
	font-weight: bold;
}
div[class*="service-"]{	
	width: 223px;
	height: 71px;
	display: flex;
	align-items: center;
	padding: 5px;
	margin: 0 4px;
}
.service-technique{
	background-color: #58595b;
}
.service-commercial{
	background-color: #f37423;
	
}
#menu{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 453px;
}
#menu a{
	color: #333333;
	text-decoration: none;
	background-color: #ff8f5e;
	border: 1px solid #fd4d00;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 5px;
}



#comment-ca-marche{
	background-color: #eeeee7;
	padding: 15px;
}
.comment-ca-marche{
	background-color: #fd4d00;
	margin:15px 30px;
	padding: 10px;
	color:#fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.comment-ca-marche h2{
	margin: 0;
	margin-bottom: 10px;
	color:#000;
	font-size: 30px;
	text-align: left;
}
.paiement-securise{
	background-color: #fff;
	margin:15px 30px;
	padding: 10px;
	color:#fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.paiement-securise>div:nth-child(2){
	margin-top: 25px;
}


.en-savoir-plus{
	background-color: #ff8f5e;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	border-radius: 5px;
	padding: 0 5px;
}
h2.index{
	font-size: 14px;
	color:#f37423;
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0;
	font-weight: normal;
}
h2{
	font-size: 24px;
	color:#f37423;
	text-transform: uppercase;
	text-align: center;
	margin: 35px 0;
	font-weight: normal;
}
.etape .explication{
	background-color: #ff8f5e;
	color:#000;
	font-size: 18px;
	padding: 15px 10px;
	position: relative;
}
.etape .explication .numero{
	background-color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.etape .explication .titre{
	text-transform: uppercase;
	margin-left: 5px;
}
.etape .explication .texte{
	padding: 0px 5px;
}
.etape .explication .btn{	
	position: absolute;
	right:10px;
	top:10px;
	display: none;
}
.etape .construction{
	padding: 20px;
}
.construction .dessin,.total{
	border:1px solid #fd4d00;
	width: 460px;
	padding-left: 5px;
}
.total{
	border-color: #fff;
}
.construction .information{
	border:1px solid #fd4d00;
	width: 460px;
}
.structure{
	text-align: center;
	width: 215px;
	margin: auto;
}
/*.structureEsc{
	padding: 150px 0;
}*/
.mezzanine{
	width: 215px;
	height: 215px;
	background-color: #cbc8c8;
	position: relative;
	margin: auto;
}
div[class*="cote"],span[class*="cote"]{
	font-weight: bold;
	font-size: 16px;
	position: absolute;
}
.rond{
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.A,.B,.C,.D,.H{font-weight: bold;}
.A{color: #780d0f;}
.B{color: #ff2f00;}
.C{color: #ff9f00;}
.D{color: #b100ff;}
.H{color: #0000ff;}
.coteA {
    color: #780d0f;
	top:10px;
	left:calc(50% - 15px);
}
.coteB {
    color: #ff2f00;
	top:calc(50% - 15px);
	right:10px;
}
.coteC {
    color: #ff9f00;
	bottom:10px;
	left:calc(50% - 15px);
}
.coteD {
    color: #b100ff;
	top:calc(50% - 15px);
	left:10px;
}
span[class*="cote"] .rond{
	border:1px solid #000;
}
.posEscA .coteE{
	top: -40px;
	left: calc(50% - 15px);
}
.posEscA .coteF{
	top: calc(50% - 15px);
	left: -40px;
}
.posEscB .coteE{
	right: -40px;
	top: calc(50% - 15px);
}
.posEscB .coteF{
	top: -40px;
	left: calc(50% - 15px);	
}
.posEscC .coteE{
	bottom: -40px;
	left: calc(50% - 15px);
}
.posEscC .coteF{
	left: -40px;
	top: calc(50% - 15px);	
}
.posEscD .coteE{
	left: -40px;
	top: calc(50% - 15px);
}
.posEscD .coteF{
	top: -40px;
	left: calc(50% - 15px);	
}
.posEscA .plateforme{
	border-bottom:10px solid #cbc8c8;
}
.posEscB .plateforme{
	border-left:10px solid #cbc8c8;
}
.posEscC .plateforme{
	border-top:10px solid #cbc8c8;
	top: -10px;
}
.posEscD .plateforme{
	border-right:10px solid #cbc8c8;
}
#plateau{
	height: 3px;
	width: 100%;
	background-color: #cbc8c8;
}
#planche{
	width: 100%;
    height: 15px;
    background-color: #727272;
}
.poteau {
    background: #727272;
    height: 150px;
    width: 15px;
}
#poteauGauche{
	position: relative;
}
#poteauGauche .coteH{
	position: absolute;
	left: -50px;
	top: calc(50% - 20px);
	color: #0000ff;
	width: 40px;
}
#poteauGauche .coteH .rond{
	border:1px solid #000;
}

.dimensions>div{
	margin-top: 10px;
	font-size: 16px;
}
.info{
	margin-top: 15px;
	margin-bottom: 15px;
}
.info .rond{
	background-color: #ff8f5e;
	font-size: 40px;
	font-family: "Times New Roman";
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin: 0 10px;
}
.info .texte{
	width:calc(100% - 50px);
}
.calcul-auto{
	margin-bottom: 10px;
}
.calcul-auto>div:nth-child(1){
	width: 178px;
	color:#958e8c;
	text-align: center;
	cursor: pointer;
}
.resultat-calcul{
	border:3px solid #f37423;
	padding: 10px;
	text-align: right;
}
#poteaux{
	margin: 15px 40px 0;
	font-size: 16px;
}
.autres-details{
	padding: 10px;
	font-size: 14px;
}
#escalier,#garde-corps{
	padding: 15px 10px;
	margin-bottom: 20px;
}
#garde-corps a{
	font-size: 12px;
	color:#000;
}
#garde-corps img{
	vertical-align: middle;
}
.escalierImg,.gardeCorpsImg>div{
	cursor: pointer;
}
.choix-escalier,.choix-gc,.choix-couleur{
	width: 260px;
	margin: auto;
	padding: 15px;
	text-align: right;
}
.choix-gc,.choix-couleur{
	text-align: left;
}
.choix-couleur{
	width: 350px;
}
.position-escalier>div,.position-gc>div{
	padding: 15px;
	text-align: center;
}
.position-escalier label,.position-gc label{
	padding: 0 15px;
}
.position-gc{
	padding: 25px;
}
.types-marche,.direction-escalier{
	text-align: center;
	padding: 25px;
}
.visibility-hidden{
	visibility: hidden;
}
.total>div{
	font-size: 30px;
	background-color: #fd4d00;
	padding: 10px;
}
.bouton{
	background-color: #fd4d00;
	color:#fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 5px;
	font-size: 16px;
	border: 0;
	cursor: pointer;
}
.valider{
	padding: 30px 10px;
}
.information{
	padding-bottom: 25px;
}

#menuFooter{
	background-color: #f37423;
	padding: 20px;
	color:#fff;
	text-align: center;
	margin-top: 15px;
}
#menuFooter a{
	color:#fff;
}
.txtFooter{
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
	padding: 5px;
}
#copy{
	text-align: center;
	margin-top: 75px;
	padding-bottom: 20px;
}

span[class*=posEsc]{
	position: absolute;
	/*background-color: #EDA956;*/
	display: none;
}
.posEscA{
	top: -10px;
	left: 0;
	height: 10px;
	width: 80px;
}
.posEscB{	
	top: 0;
	right: -10px;
	height: 80px;
	width: 10px;
}
.posEscC{
	bottom:-10px;
	left: 0;
	height: 10px;
	width: 80px;
}
.posEscD{
	top:0;
	left:-10px;
	height: 80px;
	width: 10px;
}
/*span[class*=distanceEscalier]{
	position: absolute;
	/*background-color: red;	
}*/
.marche {
    background-color: #EDA956;	
    position: absolute;
}
.plateforme{	
    background-color: red;	
	position: absolute;
	display: none;
}





span[class*=gc]{
	position: absolute;
	background-color: green;
	display: none;
}
.gcA,.posEscA .gcE,.posEscB .gcF,.posEscD .gcF{
	top:0;
	left:0;
	right:0;
	height: 10px;
}
.gcB,.posEscB .gcE{	
	top:0;
	bottom:0;
	right:0;
	width:10px;
}
.gcC,.posEscC .gcE{
	left:0;
	bottom:0;
	right:0;
	height: 10px;
}
.gcD,.posEscA .gcF,.posEscC .gcF,.posEscD .gcE{
	top:0;
	bottom:0;
	left:0;
	width:10px;
}
.gcGauche,.gcDroit{
	width: 10px;
	height: 10px;
}
.posEscB .gcGauche,.posEscC .gcGauche{
	bottom: 0;
	left: 0;
}
.posEscB .gcDroit,.posEscC .gcDroit{
	top: 0;
	right: 0;
}
.posEscA .gcGauche,.posEscD .gcDroit{	
	bottom: 0;
	right: 0;
}
.posEscA .gcDroit,.posEscD .gcGauche{	
	top: 0;
	left: 0;
}
.gcPlateforme{
	display:none;
}
.totalFlottant{
	position: fixed;
	top:15px;
	left:15px;
	max-width: 200px;
	z-index: 10000;
}
.totalFlottant>div{
	
}
.totalFlottant>div>div:nth-child(2){
	font-size: 20px;
	background-color: #fd4d00;
	padding: 10px;
	text-align: center;
}

/**** PANIER ****/
.titrecolpanier {
    background-color: #5D7077;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.separateur {
    background-color: #CDDBE6;
    height: 2px;
    margin: 0px;
    padding: 0px;
}
#main{
	padding: 0 15px;
}

/**** LIVRE DOR *****/

.liens_pages_inter a {
	font-size: 14px;
	font-weight: bold;
	background-color: #A1AAB1;
	display: block;
	padding: 5px;
	color: #575757;
}
.entete_message {
	background-color: #CCCCCC;
	color: #333333;
}
.tab_message_int {
	border: thin solid #CCCCCC;
	color: #333333;
}
.texte_entete_msg {
	margin-right: 5px;
	margin-left: 5px;
}
.error {
	font-weight: bold;
	color: #FF0000;
	display: block;
}
.libel_tab {
	padding-top: 3px;
}
#panierHorizontal {
    text-align: center;
    background-color: #F37423;
    padding: 10px;
}

#panierHorizontal a
{
	color:#FFF;
	text-decoration:none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.clrbox{
	padding: 20px;
	padding-top: 0;
}
.clrbox>div{
	border: 1px solid #fd4d00;
}
.clrbox a{
	padding: 5px;
	width: 224px;
}
.txt_panier{
	border: 1px solid #fd4d00;
	padding: 5px;
	min-width: 200px;
	background-color: #fff;
}
.phototheque>div{
	padding: 5px;
}
.ancre{
	color:#fff;
}
/* AJOUT COORD */
#form1 > table {
	width: 100%;
}
.bloc_coord {
	max-width: 400px;
	width: 100%;
	min-width: 320px;
	
}

.bloc_coord tr:first-child > td {
	background-color: #fd4d00;

	color: #fff;
	font-weight: bold;
}

.bloc_coord tr td
{
	border: thin solid #fd4d00;
	padding: 5px;
}
.bloc_coord input {
	padding: 5px;
	margin-top: 5px;
	width: 90%;
}

.bloc_coord input[type=submit],.btnsubmit {
	background-color: #fd4d00;
	color: #fff;
	text-transform: uppercase;
}
.btnsubmit {
	display: inline-block;
	width: 90%;
	padding: 5px;
	
}
a.btnsubmit {
	margin-top: 5px;
	text-decoration: none;
	color: #fff;
}