@font-face {
    font-family: 'gothambold';
    src: url('font/gotham-bold-webfont.eot');
    src: url('font/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gotham-bold-webfont.woff') format('woff'),
         url('font/gotham-bold-webfont.ttf') format('truetype'),
         url('font/gotham-bold-webfont.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothambook';
    src: url('font/gotham-book-webfont.eot');
    src: url('font/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gotham-book-webfont.woff') format('woff'),
         url('font/gotham-book-webfont.ttf') format('truetype'),
         url('font/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothamlight';
    src: url('font/gotham-light-webfont.eot');
    src: url('font/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gotham-light-webfont.woff') format('woff'),
         url('font/gotham-light-webfont.ttf') format('truetype'),
         url('font/gotham-light-webfont.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: gothambook;
}


a {
color: #2B3E50;
text-decoration: none;
}


.menu_resp{
	position: absolute;
	right: 25px;
	top: 25px;
	text-decoration: none;
	
	color: #2B3E50;
}

.menu_resp:hover{
  color: #ddd;
  
}



.logo_footer{
	  /* width: 35px;*/
	   margin: 20px auto;
	   opacity: 0.3;
}

.logo_footer img{
   width: 100%;	
}


.operation-block-container {
background-color: white;
max-width: 700px;
margin: 100px auto;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.20);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.20);
box-shadow: 0 1px 4px rgba(0,0,0,.20);
}

/*modifs*/
.navbar-inverse {
background: none repeat scroll 0 0 white !important;
border-bottom: solid 0px black;
padding: 0px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.20);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.20);
box-shadow: 0 1px 4px rgba(0,0,0,.20);
min-height: 66px;
}


.navbar-inverse .navbar-nav>li>a {
color: #2B3E50;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
color: #ddd;
background-color: transparent;
}


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
text-shadow: 0 0px 0 rgba(0,0,0,0);
}



.col-sm-8 {
width: 60%;
float: right;
}

@media screen and (max-width: 630px) {
   .col-sm-8 {
   width: 100%;
   float: right;
   }
}

.operation-block-title h4{
	font-size: 13px;
	
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: Verdana,Arial,sans-serif;
font-size: 11px !important;
}


.social_partage{
 border-bottom: 1px solid #eceae8;
 margin: 10px auto;
 color: #ADADAD;
 padding: 1%;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: 12px;
}

.social_partage img{
	width: 32px;
	position: relative;
	top: -2px;
	width: 32px;
	position: relative;
	top: -2px;
	border: 1px solid rgb(224, 224, 224);
	border-radius: 50%;
}


.btn-primary {
background-image: -webkit-linear-gradient(top,#2B3E50 0,#2B3E50 100%);
background-image: linear-gradient(to bottom,#2B3E50 0,#2B3E50 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B3E50', endColorstr='#2B3E50', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border-color: #2B3E50;
border: 0px solid #333;
text-transform: uppercase ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.btn-primary:hover, .btn-primary:focus {
background-color: #eceae8;
background-position: 0 -45px;
color: #2B3E50;
}


.btn-upload {
background-image: -webkit-linear-gradient(top,#2B3E50 0,#2B3E50 100%);
background-image: linear-gradient(to bottom,#2B3E50 0,#2B3E50 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B3E50', endColorstr='#2B3E50', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border-color: #2B3E50;
border: 0px solid #333;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
color:#fff;
}

.btn-upload:hover, .btn-upload:focus {
background-color: #eceae8;
background-position: 0 -65px;
color: #2B3E50;
}




.form-control {
display: block;
width: 100%;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
box-shadow: inset 0 1px 1px rgba(0,0,0,0);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 6px;
padding-top: 7px;
}

label {
display: inline-block;
margin: 5px;
font-weight: 200;
text-transform: uppercase;
letter-spacing: 0px;
font-size: 13px;
}

.bg-primary {
color: #fff;
background-color: #eceae8;
color: #2B3E50;
}

.list-group-item-heading {
margin-top: 2px;
margin-bottom: 2px;
font-size: 13px;
}

.operation-block-coordonates {
background-color: white;
padding: 0px;
overflow: hidden;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
color: #fff;
background-color: #2B3E50;
}

.nav-pills>li>a {
border-radius: 0px;
}


.thumbnail {
display: block;
padding: 4px;
margin: 20px 0;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.date-part{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
