.container {
	 padding: 0rem; 
}
td:first-child, th:first-child {

	 padding: 0.5rem; 
}
.navigation {
    background: #f4f5f6;
    border-bottom: .1rem solid #d1d1d1;
    display: block;
    height: 5.2rem;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.navigation .container {
    padding-bottom: 0;
    padding-top: 0;
}

.wrapper .container {
    max-width: 80rem;
}

.navigation-title, .navigation .title {
    display: inline;
    font-size: 1.3rem;
    line-height: 5.2rem;
    padding: 0;
    text-decoration: none;
}
.navigation .navigation-list {
    list-style: none;
    margin-bottom: 0;
    margin-right: 1rem;
}
.navigation .navigation-item {
    float: left;
    margin-bottom: 0;
    margin-left: 2.5rem;
    position: relative;
}

.navigation .navigation-link, .navigation .navigation-title, .navigation .title {
    display: inline;
    font-size: 1.3rem;
    line-height: 5.2rem;
    padding: 0;
    text-decoration: none;
}
.navigation .navigation-link:hover {
	color:#333;
		transition: 1s;
}
.navigation .navigation-title, .navigation .title {
    color: #606c76;
    font-family: Gotham Rounded A,Gotham Rounded B,Helvetica Neue,Arial,sans-serif;
    position: relative;
	  font-size: 2.6rem;
}
.wrapper>.container {
    padding-bottom: 1rem;
    padding-top: 7.5rem;
}
.wrapper .container {
    max-width: 80rem;
}
.wrapper .log{
    max-width: 40rem;
	text-align:center;
}
.succes {
	background-color:#6C3;
    border: 0.1rem solid #6C3;
    border-radius: .4rem;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 3.0rem;
    white-space: nowrap
}
.erreur {
	background-color:#C30;
    border: 0.1rem solid #C30;
    border-radius: .4rem;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 3.0rem;
    white-space: nowrap
}
.devisliste {
	display:block;
	padding:1rem;
	margin-bottom:0.5rem;
	background-color:#EEE;
}
.devisliste:hover{
	background-color:#FFF;
}

a.imprime {
background:#C30;
color:#ffffff;	
display: inline;
font-size: 1.3rem;
line-height: 5.2rem;
padding: 0.5rem;
text-decoration: none;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
a.imprime:hover {
	background:#333;
	transition: 1s;
}
a{
	color:#C30;
}
.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #C30;
    border: 0.1rem solid #C30;
}
.right{
	display:inline-block;
	float:right;
}
.right:after{
	clear:both;
}


/*pour le print*/

@media print {
	.navigation, nav.navigation ,.navigation .navigation-list,.navigation .navigation-item, .navigation .navigation-title, .navigation .title {

    display: none;
  
	}
	.wrapper>.container {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
}

