@import url(http://fonts.googleapis.com/css?family=Signika:400,300,700);

/*****************************
* CSS Rules
*****************************/
html {
	background-color: #F0F0F0;
}



body {
	width: 900px;
	margin: 0 auto 20px auto;
	box-shadow: 0px 0px 10px black;
}


#mainContent {
	padding: 30px;
}


/**************************
* Misc.
**************************/
/* Added */
h1 {
	margin-top: 10px;
	color: #000;
	font-family: "Signika"; 
	text-shadow: 1px 1px 2px #0C78A3;
	text-transform: uppercase;
}

h2 {
	color: #000;
	font-family: "Signika";
	font-variant: small-caps;
	font-size: 24px;
}

textarea {
    resize: none;
}

.cgv-payment {
	height: 200px;
	overflow: auto;
	background-color: #eee;
	padding: 15px;
}

.important {
	font-weight: bold;
}


/**************************
* Misc.
**************************/
.classicBtn {
	height: 30px;
	width: 100px;
	border: none;
	outline: none;
	background-color: #0C78A3;
	color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.classicBtn:hover {
	height: 30px;
	width: 100px;
	border: 1px solid #0C78A3;
	outline: none;
	background-color: #fff;
	color: #0C78A3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.errorLog {
	line-height: 30px;
	background-color: #FFEEEE;
	color: #B50F09;
	border: 1px solid #B50F09;
	padding: 15px;
	margin-bottom: 20px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.successLog {
	line-height: 30px;
	background-color: #E3FFDC;
	color: #125A00;
	border: 1px solid #125A00;
	padding: 15px;
	margin-bottom: 20px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.itemList {
	background-color: #E0E0F8;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.itemListTitle {
	background-color: #0C759F;
	color: #fff;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.btn {
	font-family: "Segoe UI",Helvetica;
	height: 25px;
	line-height: 20px;
	border: none;
	outline: none;
	background-color: #0C78A3;
	color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.btn:hover {
	font-family: "Segoe UI",Helvetica;
	height: 25px;
	line-height: 20px;
	border: none;
	outline: 1px solid #0C78A3;
	background-color: #fff;
	color: #0C78A3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.btnDanger {
	font-family: "Segoe UI",Helvetica;
	height: 25px;
	line-height: 20px;
	border: none;
	outline: none;
	background-color: #E7352F;
	color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.btnDanger:hover {
	font-family: "Segoe UI",Helvetica;
	height: 25px;
	line-height: 20px;
	border: none;
	outline: 1px solid #E7352F;
	background-color: #fff;
	color: #E7352F;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.largeField {
width: 250px;
}

.largeField:hover {
outline: 1px solid #0C78A3;
}

input[type="submit"][disabled] {
   background-color: #eee;
   color: #aaa;
}

input[type="submit"][disabled]:hover {
	outline: none;
}


/**************************
* Formulaire de connexion / déconnexion
**************************/
.loginForm {
	height: 48px;
	background-color: #0C78A3;
	padding: 0;
	border-bottom: 1px solid #0C78A3;
	margin-bottom: 6px;
	color: #fff;
	font-family: "Segoe UI";
}

.connectionBtn {
	margin-top: 8px;
	margin-left: 5px;
	height: 32px;
	line-height: 20px;
	border: none;
	outline: none;
	background-color: #fff;
	color: #0C78A3;
}

.connectionBtn:hover {
	margin-top: 8px;
	margin-left: 5px;
	height: 32px;
	line-height: 20px;
	border: none;
	outline: none;
	background-color: #0C78A3;
	color: #fff;
	border-bottom: 1px solid #0C78A3;
	border-top: 1px solid #0C78A3;
}

.deconnectionBtn {
	margin-top: 8px;
	margin-left: 5px;
	height: 32px;
	line-height: 20px;
	border: none;
	outline: none;
	background-color: #fff;
	color: #0C78A3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.deconnectionBtn:hover {
	margin-top: 8px;
	height: 32px;
	margin-left: 5px;
	line-height: 20px;
	border: none;
	outline: none;
	background-color: #0C78A3;
	color: #fff;
	border-bottom: 1px solid #0C78A3;
	border-top: 1px solid #0C78A3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.connectionField {
	margin-top: 8px;
	padding: 4px;
	height: 32px;
	margin-left: 5px;
	border: 1px solid #fff;	
	width:180px;
}



/**************************
* Menu
**************************/
.banner {
	height: 110px;
}

.menu {
	height: 80px;
	padding-top: 78px;
	padding-bottom: 10px;
}


/**************************
* Information de l'utilisateur 
**************************/
.status {
	color: #fff;
	line-height: 47px;
	margin-right: 10px;
	margin-left: 10px;
}

/**************************
* Footer Content
**************************/
.footerContent{
	height: 100px;
	background-color: #0C78A3;
	text-align: center;
	color: #fff;
}

/**************************
* Page d'inscription
**************************/
.fieldRegister {
	width: 250px;
}

.fieldRegister:hover {
	outline: 1px solid #0C78A3;
}


/**************************
* Menu création modele
**************************/
.rightContentTitle {
	height: 20px;
	padding: 5px;
	border: 1px solid #0C78A3;
	background-color: #0C78A3;
	color: #fff;
	text-align: center;
}

.rightContent {
	padding: 5px;
}

.rightContentSubTitle {
	height: 29px;
	padding: 4px;
	border: 1px solid #0C78A3;
	background-color: #0C78A3;
	color: #fff;
}

/* Seulement partie commentaire pour le moment */
.advice {
	font-style: italic;
}

.ico-advice {
	color: #E7352F;
}

/**************************
* Special
**************************/
.ah-right {
float: right;
text-align: right;
}

.btnTransmitter {
	height: 20px;
	line-height: 18px;
	border: none;
	outline: none;
	background-color: #fff;
	color: #0C78A3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.btnTransmitter:hover {
	height: 20px;
	line-height: 18px;
	border: none;
	outline: none;
	background-color: #0C78A3;
	color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.deleteWall-1, .deleteWall-2, .deleteWall-3, .deleteWall-4, .deleteWall-5,
.deleteRoof-1, .deleteRoof-2, .deleteRoof-3, .deleteRoof-4, .deleteRoof-5,
.deleteFloor-1, .deleteFloor-2, .deleteFloor-3, .deleteFloor-4, .deleteFloor-5,
.deleteDoor-1, .deleteDoor-2, .deleteDoor-3, .deleteDoor-4, .deleteDoor-5,
.deleteWindow-1, .deleteWindow-2, .deleteWindow-3, .deleteWindow-4, .deleteWindow-5
{
	margin-top: 5px;
}


.deleteWall-1:hover, .deleteWall-2:hover, .deleteWall-3:hover, .deleteWall-4:hover, .deleteWall-5:hover,
.deleteRoof-1:hover, .deleteRoof-2:hover, .deleteRoof-3:hover, .deleteRoof-4:hover, .deleteRoof-5:hover,
.deleteFloor-1:hover, .deleteFloor-2:hover, .deleteFloor-3:hover, .deleteFloor-4:hover, .deleteFloor-5:hover,
.deleteDoor-1:hover, .deleteDoor-2:hover, .deleteDoor-3:hover, .deleteDoor-4:hover, .deleteDoor-5:hover,
.deleteWindow-1:hover, .deleteWindow-2:hover, .deleteWindow-3:hover, .deleteWindow-4:hover, .deleteWindow-5:hover
{
	color: #0C78A3;
	cursor: pointer;
}

/********
**** Cache par défaut les infos concernant les volets -- utilisé en conjonction avec la fonction displayInfoFlap
**** cf. component.js l582
********/
.infoFlap-1, .infoFlap-2, .infoFlap-3, .infoFlap-4, .infoFlap-5 {
	display: none; 
}

/**************************
* Page
**************************/
.contentTitle {
	height: 20px;
	padding: 5px;
	border: 1px solid #0C78A3;
	background-color: #0C78A3;
	color: #fff;
	text-align: center;
}

/**************************
* Commande
**************************/
.ariane-icon {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 24px;
	color: #0C78A3;
}

.ariane-item, .ariane-last-item {
	font-style: italic;
}

.ariane-last-item {
	font-weight: bold;
}

.ariane-active {
	color: #0C78A3;
}

.ah-ariane {
	
}

/**************************
* templateChoice.php
**************************/
.choiceTemplate  {
	margin-top: 20px;
}

/**************************
* Commentaires des modeles
**************************/

/**************************
* Upload
**************************/
.imgUploaded {
	width: 80px;
	height: 80px;
}

.wrapUploaded {
	display: inline-block;
	padding: 6px;
	background-color: #eee;
}

.deletePlan:hover {
	color: #0C78A3;
	cursor: pointer;
}

.deleteDoc:hover {
	color: #0C78A3;
	cursor: pointer;
}

/**************************
* Plans Traitement AdminSide
**************************/
.img-plan-admin {
	height: 100px;
	width: 100px;
	border: 1px solid #E0E0E0;
	padding: 5px;
}

.state-order-0 {
	padding: 15px;
	background-color: #f7bebc;
	color: #E7352F;
}

.state-order-1 {
	padding: 15px;
	background-color: #f7dcbc;
	color: #e7912f;
}

.state-order-2 {
	padding: 15px;
	background-color: #bcf7be;
	color: #15b31a;
}

/**************************
* Contenue textuel statique
**************************/
.top-home-img {
	background-image: url("../rsx/top-home-txt.png");
	background-repeat: no-repeat;
	height: 100px;
	width: 960px;
}

.top-home-list {
	position: relative;
	top: 30px;
	left: 60px;
}

.ah-blue {color: #0C78A3;}
.ah-bold {font-weight: bold;}
.ah-underline{text-decoration: underline;}

.img-content-txt {



}

.btn-call-to-action {
  font-variant: small-caps;
  font-family: "Signika";
  position: relative;
  display:block;
  height: 45px;
  width: 150px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  border: 1px solid #ccc;
  outline: 0;
  overflow:hidden;
  background: #0C78A3;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.btn-call-to-action:hover {
  color: #0C78A3;
}

.btn-call-to-action:before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.btn-call-to-action:hover:before {
  top: 0;
}

.italic-link {
	font-style: italic;
	text-align: center;
	display: inline-block;
	width: 100px;
	text-decoration: underline;
}

.italic-link:hover {
	font-style: italic;
	text-align: center;
	display: inline-block;
	width: 100px;
	text-decoration: none;
}

.service {
	border: 1px solid #ccc;
	text-align: center;
}


.pro-cons {
	text-align: left;
	margin-top: 51px;
}

.item-1, .item-2, .item-3 {
	padding: 10px;
}

/* Nombre impair */
.item-1, .item-3 {
	background-color: #eee;
}

.ico-green {color:#26bc00;}
.ico-red {color: #B50F09;}

h2.offers {
	margin: 0;
	padding: 10px;
}

.price-offer {
	padding: 20px;
	font-family: "Signika"; 
	font-size: 24px;
	color: #0C78A3;
}

.title-doc {
	padding: 20px;
	font-family: "Signika"; 
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #0C78A3;
}

.doc-box {
	border: 1px solid #ccc;
}

.content-doc {
	background-color: #0C78A3;
	color: #fff;
	padding: 10px;
}

.content-doc p {
	margin-bottom: 0;
}



a.a-link-doc {
	padding: 20px;
	text-align: center;
	font-variant: small-caps;
	background-color: #0c9ea3;
	color: #fff;
	display: block;
}


a.a-link-doc:hover {
	color: #0c9ea3;
	background-color: #fff;
}

.bbio-formula {
	font-size:  20px;
	color: #B50F09;
	font-weight: bold;
}

.desc-bbio-formula {
	font-size: 16px;
}

.prefix-indication {color: #B50F09;}

.small-h2 {
	font-size: 20px;
}

.cep-formula, .tic-formula {
	font-size:  18px;
	color: #B50F09;
	font-weight: bold;
}

.desc-cep-formula {
	font-size: 16px;
}

.small-text {

	font-size: 12px;
}

.vip-menu {
	background-color: #0eb5bb;
}

.uk-panel-box > .menu-admin {

	font-size: 16px;
	font-variant: small-caps;
}

.mid-home-img {

}

.little-title-doc {
	font-size: 16px;
}

.footer-link a {
	color: #fff;
}

.footer-link td {

}

.footer-link {
	border-collapse: collapse;

}

.ico-register {
	position: relative;
	top: -120px;
	left: 60px;
	cursor: pointer;
}

.subtitle-home {
	color: #000;
	font-family: "Signika";
	font-variant: small-caps;
	font-size: 18px; 
	font-weight: bold;
}

.pres-home {
	font-size: 18px;
	line-height: 38px;
}

.pres-home .bullet-home {
	color: #0C78A3;
	font-size: 28px;
	margin-top: 7px;
}


.pres-home td {
	vertical-align: middle;
	padding: 5px;
	color: #000;
}

.regulate {
	margin-top: -70px;
}