@charset 'utf-8';
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/custom/css/main.css
*	projet			: @PROJET@
*	version			: 1.0.7 2019-03-20 13:41 FS
*
\****************************************************/

img{
	max-width: 100%;
}

strong{
	font-weight: 700;
}

sup{
	font-size: 12px;
}
a:link,
a:active,
a:visited{
	color:#000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.margin-15-0{
	margin-top:15px;
	margin-bottom:15px;
}

.margin-30-0{
	margin-top:30px;
	margin-bottom:30px;
}

.margin-45-0{
	margin-top:45px;
	margin-bottom:45px;
}

.margin-60-0{
	margin-top:60px;
	margin-bottom:60px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: 400;
}

.container{
	position: relative;
}

/* HEADER */
#logo{
	display: inline-block;
	margin:15px;
}

#logo a{
	display: block;
}

header{
	position: relative;
}

header nav{
	display: block;
	transition: opacity 0.5s;
}

header nav > ul{
	width:100%;
	text-align: center;
}

header nav > ul li{
	display: inline-block;
	margin:5px 10px;
	position: relative;
}

header nav > ul li.current > a{
	font-weight:bold;
}

header nav > ul li a{
	display: block;
}

header nav > ul li > ul{
	display: none;
	position: absolute;
	top:15px;
	left:0;
	width: auto;
	background: #666;
	z-index: 1;
}

header nav > ul li:hover > ul{
	display: block;
}

header nav > ul li > ul li{
	position: relative;
}

header nav > ul li > ul li > ul{
	display: none;
	position: absolute;
	top:15px;
	right:0;
	left:auto;
	width: auto;
	background: #fff;
	z-index: 1;
}



#mobile-menu-icon{		
	width: 40px;
	display: none;		
	cursor: pointer;
	position: absolute;
	right:16px;
	bottom:10px;
}

#mobile-menu-icon span {
	display: block;
	border-bottom: 5px solid #000;
	margin-bottom: 5px;
}

/* Contenu*/
.page-bloc{
	margin-top:30px;
	margin-bottom:30px;
	margin-left: 230px
}

.page-bloc.contact-thanks{
	text-align: center;
    padding: 100px 0;
    font-size: 18px;
    font-weight: 700;
}

/* FOOTER */
footer{
	margin-bottom:15px;
}



/** OUTILS **/
.section_title {height: 50px; background: #cccccc; color:#000; font-weight: bold; text-align: center; line-height: 50px; text-decoration: underline; text-transform: uppercase;}
.whitesection {height: 50px; background: #FFF; color:#000; font-weight: bold; text-align: center; line-height: 50px; text-decoration: underline; text-transform: uppercase; border-bottom: 3px solid #000 }

.item{ padding: 8px 8px;}
.item.withbottom{border-bottom: 1px dashed #cccccc;}
.item_title{/*display: inline-block;  width:300px;*/ }
.info_section {padding:  0px;}
.item input[type="text"], .item input[type="number"], .item select{width:90%; padding: 0px;}
.item textarea{width:100%; height: 80px;}
/*.item label{display: inline-block; width: 20%; margin-right: 10%;}
.item label em { margin-right: 15%}*/
.formapp form div{margin: 0;}
.chooseradio{width: 30%; float: left;}
.withbottom em:not(.notEm), .row em:not(.notEm){display: inline-block; width: 130px;}
.notEm{display: inline-block; width: 120px; padding-bottom: 20px;}
.padright{padding-right: 30px;}
.stationnement{padding-top: 20px;}
.globalStat{    border-bottom: 1px dashed #cccccc;}

.nopadding{padding: 0;}
.spacebottom{padding-bottom: 10px;}
.borderright{border-right: 1px dashed #cccccc;}
.formapp{border:3px solid #000;}
.formapp form {margin: 0;}
.class_checkbox {
    width: 20px;  
    height: 20px;
    background-image: url(img/sprite_input.jpg);
     background-position: 0 -1px;
        background-repeat: no-repeat;
    display: inline-block;
}
.class_checkbox.checked {
 width: 20px;  
    height: 20px;
    background-image: url(img/sprite_input.jpg);
     background-position: -21px -1px;
        background-repeat: no-repeat;
}

.authentification label{ font-weight: bold;}
.authentification input[type=text]{padding: 0; width: auto;}
.auth_eval, .AffecterDossier{cursor: pointer;}
.error{border: 1px solid red}
.showError{display:none; color:#ff0000; font-weight: bold;}
.insp_tbl, .insp_nb, .insp_confir{width: 100%; border: 1px solid #999999; padding: 5px 5px;margin-bottom: 10px;}
.insp_tbl tr td, .insp_nb tr td{padding: 10px 10px; }
.insp_confir tr td{padding: 6px 10px;}
.insp_nb{text-align: center;}
.insp_nb tr td{border: 1px solid #999999;}

.vertical-text {
    text-align:center;
    white-space:nowrap;
    transform-origin:35% 35%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    
}
.vertical-text:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

.vertical-text {
    text-align:center;
    white-space:nowrap;
    transform-origin:35% 35%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    
}
.vertical-text:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

.delete_comparaison { color: #ff0000; font-weight: bold; cursor: pointer;}
@media screen and (max-width: 1199px) {
	
	
	
}

@media screen and (max-width: 992px) {
	
	/*mobile menu*/
	#mobile-menu-icon{
		display: block;
	}
	
	header nav {
		position: absolute;
		left: 0;
		top: 123px;
		width: 100%;
		background: #000;
		z-index: 99;
		display: none;
	}
	
	header nav ul li {
		display: block;
		margin: 0;
		position: relative;
	}
	
	header nav ul li a:link,
	header nav ul li a:active,
	header nav ul li a:visited{
		display: block;
		padding: 10px 0;
		color: #fff;
		font-size: 1.4em;
	}
	
	header nav ul li a:hover{
		text-decoration: none;
		color:#fff;
		background: #666;
	}
	.item_title{padding: 10px;}
}

@media screen and (max-width: 768px) {
	
	.item_title{padding: 10px;}
	
}

@media screen and (max-width: 499px) {
	
	    .item_title{padding: 10px;}

	
}

.addComparaison{
    color:#fff; font-weight: bold; padding-right: 10px;float: right; font-size: 40px;cursor:pointer;
}

.dashboad-element div{
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
    max-height:50px;
    min-height:50px;
    text-align: center;
}
.dashboad-element div:hover{
    background: #D8B927;
    color:#FFF;
}
.dashboad-element div:hover a{
    color:#FFF;
}
.bloc-auth{ 
border:1px solid gray;
padding: 20px;
}

.bloc-auth input{ 
    width: 100% !important ;
}

.bloc-auth label{
    font-size: 12px;
}

.btnConn{
    background: #D8B927;
    text-align: center;
    padding: 10px;
}

.btnConn a{
    color: #FFF;
}
#main{
    min-height: 500px;
}
.comparaisonPicture{
    font-weight: bold;
    color:#D8B927 !important;
}
.disabled_form input, .disabled_form textarea, .disabled_form select{
   background: #efecec;
}
.valeur_a_neuf_value{text-decoration: underline; }

.btn {
    font-size: 16px;
    line-height: 1em;
    border-radius: 0;
    background: #D8B927 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 5px 0 #1A2330;
    white-space: inherit;
}

.black {
    background: #1A2330 !important;
}

.brown  {
    background: #8B8566 !important;
}

.table th {  font-weight: bold;}
.table .title {  font-weight: bold; color: #8B8566 !important; cursor: pointer; }
.table th, .table td { border: 1px solid #8B8566; border-top:1px solid #8B8566!important; }
.no-border { border: none!important;; border-top:none!important; }
#same_address {  font-weight: bold; color: #8B8566 !important; cursor: pointer; }
.link {  color: #D8B927 !important; cursor: pointer;}

#sidebar {
	display: block; 
	float: left; 
	position: fixed; 
	left:0px; 
	top: 180px;
	overflow-y: auto;
	width: 230px;
}

#sidebar div{
	border: 1px solid #999999;
    padding: 15px 10px 10px 10px;
    margin: 10px;
    max-height: 50px;
    min-height: 50px;
    text-align: center;
}

#sidebar div:hover {
    background: #D8B927;
    color: #FFF;
}
#sidebar div:hover a {
    color: #FFF;
}
#sidebar div.active {
    background: #D8B927;
    color: #FFF;
}
#sidebar div.active a {
    color: #FFF;
}

#table_filter {
	margin-bottom: 10px;
}

	
 