html, body, #map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	overflow:hidden;
}
input,textarea {
	background-color: transparent !important;
}
a {
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #00c5ff;
    text-shadow: 0px 0px 10px #00c5ff, 0px 0px 30px #00c5ff;
    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul {
	margin: 0;
	padding: 0;
}
.yellow {
    color: yellow;
}
#sight {
    /* opacity: 0; */
    -webkit-transform-origin: 50%;
       -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
         -o-transform-origin: 50%;
            transform-origin: 50%;
}

.map-control {
	position: absolute;
    z-index: 1000;
    width: 382px;
    bottom: 10px;
    right: 10px;
    top: 10px;
}
.map-control_white {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 2px solid #0295b5;
	box-shadow: 0px 0px 40px rgba(0, 197, 255, 0.5);
}
#logos{
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 2;
}
#logo-partner-big {
    /*background-color: white;
    border: 10px solid white;*/
    height: 104px;
    margin-left: 15px;
    display: inline-block;
}
#logos i.fa{
	opacity:0;
}
#logos a:hover i.fa{
	opacity:0.9;
	text-shadow:none;
}

.containeur {
	position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    height: auto;
    min-height: 37px;
	padding: 15px 11px 10px 11px;
    width: 345px;
    border-top: 5px solid #01a7d3;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

/* map ???
.gm-style-iw {
    overflow: hidden !important;
}
h1.marker-title {
    margin: 5px 20px;
    white-space: nowrap;
}*/


/* MODAL INTERVIEW */
#modal-interview .modal-dialog {
	width: 1280px;
}
.modal .modal-content {
	background-color: rgba(0, 0, 0, 0.75);
}
#modal-interview .modal-content {
	margin: 0;
	padding: 0;
	background-color: #021019;
	text-align: center;
}
#modal-interview .conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 1000px;
    height: auto;
}
#modal-interview .section {
	position: relative;
	width: 100%;
	height: auto;
}
#modal-interview .conteneur_portrait {
	position: relative;
	width: 30%;
	float: left;
	padding-right: 30px;
	text-align: right;
}
#modal-interview .conteneur_portrait img {
	margin-top: 10px;
}
#modal-interview .name {
	color: #b1b1b1;
	font-weight: bold;
	margin: 20px 0 10px 0;
	font-size: 16px;
}
#modal-interview .life {
	color: #6d9dbd;
	font-style: italic;
	line-height: 2em;
}
#modal-interview .conteneur_citation {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	padding: 0 180px;
}
#modal-interview .citation {
	font-size: 24px;
	font-weight: normal;
	color: #65d9fb;
}
#modal-interview .signature {
	text-align: right;
	color: #6a90ac;
}
#modal-interview .conteneur_interview {
	position: relative;
	width: 70%;
	float: left;
	padding-left: 30px;
	border-left: 5px solid #35424a;
	line-height: 30px;
}
#modal-interview .conteneur_interview_all {
	position: relative;
	width: 70%;
	float: left;
	padding-left: 30px;
	border-left: 5px solid #35424a;
	line-height: 30px;
}
#modal-interview h1 {
	text-transform: uppercase;
	color: white;
	font-size: 60px;
	line-height: 52px;
	border-top:	1px solid #6a90ac;
	padding-top: 50px;
	margin-bottom: 100px;
	margin-top: 0;
}
#modal-interview h1 span {
	color: #65d9fb;
}
#modal-interview h2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #6a90ac;
    padding-top: 40px;
    margin-bottom: -5px;
}
#modal-interview .question {
	color: #b2bbc1;
	text-align: left;
	font-style: italic;
}
#modal-interview .answer {
	text-align: left;
    color: white;
    border-bottom: 1px dashed #50626e;
    padding-bottom: 30px;
    margin-bottom: 20px;    
}
#modal-interview a {
	display: inline-block;
	padding: 20px;
	margin: 100px 0;
	color: #a5ebff;
	border: 1px solid #67ddff;
	background-color: #39494e;
	
	transition: all 0.6s;
}
#modal-interview a:hover {
	color: white;
	text-decoration: none;
	border-color: white;
}

/* results */
.company-list-position {
    position: relative;
	height: 268px;
}
.company-list-position .wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
	display:block;
}
.iScrollIndicator {
    border: none !important;
}

.company-list-position ul.list_details {
    list-style-type: none;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}

li.details {
    display: none;
    background: transparent url('../../../HealthValley/bundles/app/images/loading.gif') no-repeat 50% 50%;
    height: 100px;
}
li.details.loaded {
    background-image: none;
    height: auto;
}
img.logo {
    height: 36px;
}

.select_block {
	margin-bottom: 3px;
}
.select_titre {
	font-size: 12px;
    font-weight: bold;
    color: #00c4ff;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom: 3px;
	margin-top: 0px;
}
.select_ou {
	margin-top: 0px;
	color: #00c4ff;
}
.advanced {
	color: #039cca;
	text-shadow: 0px 0px 0px #039cca;
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.advanced:hover, .advanced:focus {
	text-decoration: none;
	color: #00c5ff;
	text-shadow: 0px 0px 10px #00c5ff;
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.advanced:before {
	content: "";
	background-image: url("../../../HealthValley/bundles/app/images/less.svg");
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	box-shadow: 0px 0px 5px #00c5ff;
    border-radius: 50%;
}
.advanced.collapsed:before {
	content: "";
	background-image: url("../../../HealthValley/bundles/app/images/more.svg");
	width: 17px;
	height: 17px;
	box-shadow: 0px 0px 5px #00c5ff;
    border-radius: 50%;
}
.form-control::-webkit-input-placeholder {
	color: rgba(3, 156, 202, 0.5);
}
.emplois {
	display: block;
	position: relative;
	width: 100%;
    padding: 15px !important;
    border-top: 1px solid #e3edf0;    
    font-size: 12px !important;
    font-weight: bold !important;
    color: #00caff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
    border-radius: 0;
}
#formulaire_emploi p{color: #8edcf1;font-size: 14px; margin:10px}
.emploi_block {
	/*background-color: #02101b;*/
	padding: 10px;
}
#emplois .list_block ul li, #evenements .list_block ul li {
	padding-left: 40px;
}
/*#emplois .list_details {
	padding: 0 0 0 3px;
}*/
.results {
	display: none;
	position: relative;
	width: 100%;
	border-top: 5px solid #01a7d3;
	padding: 20px;
	background-color: rgba(2,49,75,0.7);
}
.list_result {
	display: block !important;
}
.results>.select_titre {
	color: #018fbb;
}
.results>.list_block li {
	border: 1px solid rgba(0, 197, 255, 0.7);
	padding: 15px;
}
.close_result {
	margin-top: 20px;
}
.input-daterange .input-group-addon{
	background-color: transparent;
    border-color: rgba(0, 197, 255, 0.7);
    color: #00c4ff;
    text-shadow: none;
}
/* ICONS */
.icon {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}
.icon_recherche {
	background-image: url(../../../HealthValley/bundles/app/images/recherche.svg);
	left: 700px;
    top: 700px;
}
.icon_offre {
	background-image: url(../../../HealthValley/bundles/app/images/offre.svg);
	left: 900px;
    top: 600px;
}
.icon_event {
	background-image: url(../../../HealthValley/bundles/app/images/event.svg);
	left: 1100px;
    top: 700px;
}

/* LISTE */
li {
	list-style: none;
}
.list_block {
	/*display: none;*/
	position: relative;
}
.list_block ul.list_details {
	width: 100%;
	padding: 0;
	margin: 0;
}
.list_block .list_details>li:not(.ignoreAccordion) {
	margin: 0;
	padding: 10px 18px;
    border-top: 1px solid #01a7d3;
	background-color: rgba(15, 174, 185, 0.4);
}
.list_details {
	padding: 0 0 10px 34px;
	border-top: 1px solid #8ac1d0;
}
.list_details .attribute {
    font-size: 14px;
    color: #8edcf1;
    line-height: 18px;
    margin: 7px 0;
    font-style: italic;
}
.list_details .attribute .value {
	font-weight: bold;
	font-style: normal;
}
.description_html {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: block;
    font-weight: inherit;
    font-style: normal;
    padding: 7px;
    width: 95%;
}
.description_html li {
    list-style: inside none disc;
    padding: 3px 15px !important;
}
.description_html li>p {
	display:inline;
}

.placeholder {
    color: #ccc;
}


/* loading */
.loading-position {
    background-color: #000;
	opacity:0.7;
	color:#fff;
	font-size:4em;
    height: 100%;
    /*min-height: 200px;*/
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.loading-position .loading {
    /*background: url("../../../HealthValley/bundles/app/images/loading.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);*/
    height: 100%;
    width: 100%;
	vertical-align:middle;
	text-align:center;
}
.spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}



/* BOOTSTRAP */
.btn {
	border-radius: 0;
}
.btn-default {
    color: #00c4ff;
    background-color: transparent;
    border-color: rgba(0, 197, 255, 0.7);
    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: white;
    background-color: #039cca;
    border-color: #00a2d1;
    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center;
}
.nav-tabs>li {
    width: 25%;
    margin-bottom: 0;
    border-right: 1px solid white;
}
.nav-tabs>li:last-child {
	border: 0;
	margin-right: 0 !important;
}
.nav-tabs > li > a {
    margin-right: 0px; 
    line-height: 1.42857143;
    border: 1px solid #67ddff;
    border-radius: 0;
    background-color: rgba(1,167,211,0.8);
}
.nav > li > a {
    padding: 10px 0;
    
    -webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #00caff;
	
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
    background-color: #00caff;
    border: 1px solid #67ddff;
    color: white;
    box-shadow: 0px 0px 15px #00caff;
}
.nav-tabs > li > a:hover {
    border-color: #67ddff;
    color: white;
}
.row .col-lg-12:first-child {
	margin-bottom: 10px;
}
.row .col-lg-12:first-child a {
    display: block;
    margin: 0 0 6px;
    padding-left: 25px;
    position: relative;
}
.select_block .btn-default {
    width: 32.4%;
    border-radius: 0;
}
.form-control {
	border-radius: 0;
	border: 1px solid rgba(0, 197, 255, 0.7);
	color: rgb(255, 255, 255);
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 0;
}
label {
    color: #78e3ff;
    font-weight: normal;
}
.form-group.has-error .popover{
	background-color: rgba(45, 0, 0, 0.8) !important;
    color: white !important;
}
.form-group.has-error  .popover.left > .arrow::after {
    border-left-color: rgba(45, 0, 0, 0.8) !important;
}
.form-group.has-error  .popover.right > .arrow::after {
    border-right-color: rgba(45, 0, 0, 0.8) !important;
}


/* SELECT 2 */
.select2-container {
    width: 100% !important;
}
.select2-selection {
    background-image: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    line-height: 1.42857;
    padding: 0px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	color: #fff;
}
.select2-container--default .select2-search--inline .select2-search__field {
	width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
	color: rgba(3, 156, 202, 0.5);
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid rgba(0, 197, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border-radius: 0;
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-weight: normal;
    margin-right: 3px;
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #00a2d1 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #00a2d1;
}
.select2-dropdown {
    background-color: rgba(1,167,211,0.9);
    border: 1px solid #00a2d1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00caff;
    color: white;
}
.select2-results__option {
    border-bottom: 1px solid black;
    color: #7be8ff;
}
/* Google Autocomplete*/
.pac-item {
    color: #7be8ff;
	border-top: 1px solid black;
}
.pac-item:hover {
    background-color: #00caff;
    color: white;
}
.pac-container {
    background-color: rgba(1, 167, 211, 0.9);
    border-radius: 0px;
    border-top: 0px !important;
	max-height:98px;
}
.pac-item-query {
    color: #7be8ff;
}
.pac-item:hover .pac-item-query {
    color: white;
}

.gm-bundled-control{display: block !important;bottom: 91px !important;left: 28px !important; right:initial!important;}
.pac-container {z-index: 1051 !important;}
/*
.pac-logo::after {
    background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 120px 14px;
    content: "";
    display: block;
    height: 16px;
    padding: 1px 1px 1px 0;
    text-align: right;
}
.hdpi.pac-logo::after {
    background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png");
}
.pac-item {
    
    color: #999;
    cursor: default;
    font-size: 11px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 4px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pac-item:hover {
    background-color: #fafafa;
}
*/

/* tokenize2 */
.tokenize > .tokens-container {
    margin-bottom: 10px;
}
.tokenize > .tokens-container > .token {
    border: 1px solid #00a2d1;
    background-color: #d6f2fd;
    border-radius: 0;
}
.tokenize > .tokens-container > .token > .dismiss {
    position: absolute;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    left: 5px;
    padding: 0;
}
.tokenize > .tokens-container > .token span {
	margin-left: 12px;
}
.tokenize > .tokens-container {
    background-color: transparent;
}
.tokenize > .tokens-container > .placeholder {
    border: none;
}
.tokenize > .tokens-container > .token-search > input {
    border: 0;
}
.tokenize > .tokens-container > .placeholder, .tokenize > .tokens-container > .token-search {
    border: none;
}
.tokenize > .tokens-container > .token {
    background-color: transparent;
}
.tokenize > .tokens-container > .placeholder {
    color: rgba(3, 156, 202, 0.5);
}
.tokenize-dropdown {
	display: block !important;
}
.tokenize-dropdown > .dropdown-menu {
    background-color: rgba(1,167,211,0.9);
    padding: 0 !important;
}
.tokenize-dropdown > .dropdown-menu li {
    color: #7be8ff;
    border-bottom: 1px solid black;
}
.tokenize-dropdown > .dropdown-menu li:not(.active) a:hover,
.tokenize-dropdown > .dropdown-menu li:not(.active) a:focus {
    background-color:  #00caff;
}
.tokenize-dropdown > .dropdown-menu li.active a:hover,
.tokenize-dropdown > .dropdown-menu li.active a:focus {
    background-color: #00caff;
}
.dropdown-menu > li > a {
    padding: 6px;
    color: #7be8ff;
}
.tokenize > .tokens-container > .token {
    padding: 0 5px 0 5px;
}




/* JQUERY UI */
/* datepicker */
#ui-datepicker-div {
    z-index: 1004 !important;
}

/* JQUERY UI */
/* accordion */
.ui-accordion .ui-accordion-content {
	border: 0;
	padding: 0;
	background-color: transparent;
}
#tabs {
    background: rgba(0, 0, 0, 0.3);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
    color: #ffffff;
}
#tabs .nav-tabs li,.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    color: #00c5ff;
}
#tabs .nav-tabs a{
    color: #a5ebff;
    width: 100%;
    padding: 10px 0;
}
#tabs .nav-tabs > li.active > a,#tabs  .nav-tabs > li.active > a:hover,#tabs  .nav-tabs > li.active > a:focus {
    cursor: default;
    background-color: #00caff;
    border: 1px solid #67ddff;
    color: white;
    box-shadow: 0px 0px 15px #00caff;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon {
    background-image: url("../../../HealthValley/bundles/app/images/more.svg");
	width: 17px;
	height: 17px;
	box-shadow: 0px 0px 5px #00c5ff;
    border-radius: 50%;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("../../../HealthValley/bundles/app/images/less.svg");
	width: 17px;
	height: 17px;
	box-shadow: 0px 0px 5px #00c5ff;
    border-radius: 50%;
}
.ui-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.ui-accordion .ui-accordion-header,.company-list-position li a.more{
    border-top: 5px solid #01a7d3;
    margin: 0;
}
.list_block .ui-accordion .ui-accordion-header,.company-list-position li a.more  {
	border: 0px !important;
}
.ui-accordion .ui-accordion-header,.company-list-position li a.more {
    padding: .5em .5em .5em 0;
}
.company-list-position li a.more {
	display: block;
    font-size: 100%;
    position: relative;
}
.tab-content [tablist]>a {
	border: 0px !important;
	color: red !important;
	background-color: aqua;
}

/* tabs */
#tabs {
    border: 0;
    padding: 10px;
}
#tabs .nav.nav-tabs {
    padding: 0;
	border: 0;
    background: transparent;
    color: white;
    font-weight: normal;
}
#tabs .nav.nav-tabs li{
    border-radius: 0;
}
#tabs .nav.nav-tabs li {
    margin: 0;
    margin-right: 3px;
    width: 24.3%;
}

#tabs .nav.nav-tabs li a {
    cursor: pointer;
}
.ui-widget-content a {
	color: #8edcf1;
}
#tabs input, #tabs select, #tabs textarea, #tabs button {
    background-color: transparent;
}
.tab-content .tab-pane,.company-list-position {
    background-color: rgba(16,90,99,0.7);
    padding: 0;
}
.tab-content {
	margin-top: 10px;
	overflow:hidden;
}

/* bootstrap-slider */
.slider-handle {
    background-color: #00bcfa !important;
    background-image: none !important;
}

.search_slider {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 20px;
	margin-left: 8%;
	box-sizing: border-box;
}
.slider.slider-horizontal {
	width: 80% !important;
}
.slider-tick {
	opacity: 1 !important;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    color: #00c4f5;
}
.slider-tick.round {
    background: #064f67;
}
.slider-tick.in-selection {
    background-color: #00bcfa;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
    background-color: #064f67;
}

#feedback-control {
    top: 100%;
    height: 128px;
    background-color: #5bc0de;
    right: 10px;
    padding: 13px 18px;
}
#feedback-control p {
    font-weight: 600;
    color: white;
    font-size: 14px;
    line-height: 17px;
    float: left;
    width: 210px;
}
#feedback-control a {
    color: white;
    font-weight: 600;
    font-size: 14px;
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 35px;
    width: 91px;
    height: 34px;
    border: 1px solid #FFF;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
}
