/* Base style */
#elevato-widget-container .elevato-offers {
    display: none;
}

#elevato-widget-container.loaded .elevato-offers {
    display: block;
}

#elevato-widget-container .jobOfferContent {
    display: none;
}

#elevato-widget-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#elevato-widget-container .text-center {
    text-align: center;
    padding: 10px;
}

#elevato-widget-container .offer-item .offer-item-card {
    padding: 1.875rem 2.5rem;
    background: #FFF;
    border: 1px solid #DEDEDF;
    border-radius: .3125rem;
}
#elevato-widget-container .elevato-database.container .elevato-database-header.title-container h2
{
	font-size: 1.75rem;
    letter-spacing: -.03125rem;
    line-height: 2.375rem;
    font-weight: 700;
}
.job-card__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -20px;
}
.job-card__content {
    width: 75%;
    padding: 0 20px;
}
a {
    line-height: 1.125rem;
}
.bloc-text__content p, .tag {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.job-card__tag {
    margin: 0 0 15px;
}
.tag {
    line-height: 14px;
    padding: 4px 8px;
    border: 1px solid #00005a;
    border-radius: 4px;
	background-color: #00005a;
    display: inline-block;
	font-weight: bold;
	color: #16cbe2
}
.job-card__loc {
    line-height: 18px;
    color: #4f657a;
}
.job-card__loc {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.job-card__utils {
    width: 25%;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.job-card__title {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 5px;
	color: #00005a;
}
.job-card__content a
{
	text-decoration: none;
}
.job-card__buttons
{
	list-style: none;
}
.job-card__buttons li:last-child {
    margin: 0;
}
.button {
    height: inherit;
    min-height: 40px;
    padding: .625rem 1rem;
    border-radius: .3125rem;
    cursor: pointer;
    background: rgba(34,47,57,.03);
    border: 1px solid rgba(0,0,0,.1);
    display: inline-block;
	transition: 250ms cubic-bezier(.19,1,.22,1);
}

/* Base style */

.offer-item
{
    display: block;
    margin: 0 0 1.25rem;
}


#elevato-widget-container #elevato-pager
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
#elevato-widget-container #elevato-pager .pager{
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin: 3rem;
  border-radius: 0.6rem;
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(#5a6181, 0.05);
}
#elevato-widget-container #elevato-pager .pager li{
  display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem;
    font-size: 1.4rem;
    cursor: pointer;
}
#elevato-widget-container #elevato-pager .pager a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color .3s;
}
#elevato-widget-container #elevato-pager .pager a.current {
  background-color: #007aff;
  color: white;
  border-radius: 5px;
}

#elevato-widget-container #elevato-pager .pager a:hover:not(.current) {color: #ec44a2;}
#elevato-widget-container input, #elevato-widget-container select {
  height: 50px;
}

#no-job-offers {
  display: none;
}
#no-job-offers {
  color: white;
  position: relative;
  width: 100%;
  border-radius: 5px;
  height: 100px;
  text-align: center;
}
#no-job-offers p {
  padding: 20px 30px;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #212247;
}
#elevato-widget-container .elevato-database
{
	padding: 30px;
	text-align: center;
}
#elevato-widget-container .elevato-database p
{
	padding-top: 30px;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    width: 100%;
    margin: 1.5625rem 0;
}

.filter-row
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    padding-top:10px; 
    display: flex;
}
.filter-commands
{
    clear: both;
    padding: 15px;
}
.filter-control.form-control--alt.form-control
{
	border: 1px solid #DEDEDE !important;
    color: #828282 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #828282 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #828282 !important;
}

.filter-control, select {  
    background: #fff;
    border: 1px solid #DEDEDE;
    color: #828282;
    height: 40px;
    line-height: 27px;
    padding: 0 10px;
    margin: 10px 10px 0px 0px;
    width: 100%;
}
.filter-btn-filter
{
    padding: 0 10px;
    margin: 10px 10px 0px 0px;    
}
.btn-filter {
    margin: 10px 0;
    background: #000000;
    transition: all 0.3s ease 0s;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: 300 !important;
    text-transform: uppercase;
    float: left;
    border-radius: 2rem;
}
.btn-filter:hover
{
    background: #3e3e3e;
    color: #fff;
}
.offer-header.detail
{
    border: none;
    background-color: #FFF;
    color: #FFF;
}
#elevato-widget-container .offer-item .offer-header.detail .offer-titlea {
    color: #FFF;
}
#elevato-widget-container a:visited {
	color:#16cbe2;
}
.offer-title
{
    padding-left: 10px;
}
#job-offer-filter
{
    margin: 20px 0px;
}
#job-offer-filter h2
{
	font-size: 40px;
    font-weight: 700;
    padding: 20px 0px;
    text-align: center;
}
.job-offers.database-cv
{
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 40px;
}


.search_name,.search_keywords,.search_region, .search_category
{
    display: inline-block;
    padding: 10px 20px 10px 0px;
    width: 30%;
    float: left;
}
.search_button
{
    display: inline-block;
    padding: 20px 0px 10px 0px;
}
.search_button .elevato-button
{
	padding: 14px 25px;
}

.filter-label
{
    font-weight: 400;
    color: #787878;
    position: relative;
}
.clearfix
{
    clear: both;
}
.job-offer-header
{
    padding-bottom: 20px;
    color: #484848;
    text-align: center;
}
h4.title,.job-offer-header h2 {
    color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: inherit;
    display: inline-block;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    float: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.1em;
}

.offers-wrapper .job-header {
    padding: 20px 35px 20px 5px;
}
.offers-wrapper .job-header.summary
{
    padding: 20px 35px 20px 0px;
}
#elevato-widget-container .job-title
{
    width: 50%;
    text-align: left;
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
#elevato-widget-container .offer-item .offer-header{background-color: #EEE !important}
.offer-header .summary .column{font-weight: normal;}
.job-header span.column {font-weight: bold;}
#elevato-widget-container .job-category
{
    width: 20%;
    text-align: left;
    display: block;
    float: left;
}
#elevato-widget-container .job-region
{
    width: 20%;
    text-align: left;
    display: block;
    float: left;
}

#elevato-widget-container .job-location
{
    width: 20%;
    text-align: left;
    display: block;
    float: left;
}

.offer-header .job-title {
    color: #000000;
    width: 30%;
    display: inline-block;
}
.offer-header span
{
    font-size: 15px;
}
.offer-header .job-country {
    width: 10%;
    min-width: 42px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}
.offer-header .column {
    display: inline-block;
    float: left;
}
.content-entry
{
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
}
#elevato-pager
{
	margin: 10px;
}


#job-offer-content .elevato-database-title
{
	font-size: 1.77rem;
	font-weight: 700;
}
#no-job-offers p
{
	font-weight: bold;
	padding:30px 0px
}

.elevato-button {
    height: inherit;
    min-height: 40px;
    padding: 14px 16px;
    border-radius: .3125rem;
    cursor: pointer;
    background: rgba(34,47,57,.03);
    border: 1px solid rgba(0,0,0,.1);
    display: inline-block;
	transition: 250ms cubic-bezier(.19,1,.22,1);
	-webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: .03125rem;
    font-weight: 600;
	text-decoration: none;
	color: #16cbe2;
}
.elevato-button:hover, .elevato-button:hover a:visited
{
	background: #00005a;
    color: #FFF !important;
    border-color: #00005a;
}
.elevato-button.red, .elevato-button.red a:visited
{
	background-color: rgb(231, 64, 64);
	color: #FFF !important;
}
.elevato-button.red:hover
{
	border-color: #C43636;
	background-color: #C43636;
}
.elevato-button.blue
{
	background: #00005a;
    color: #FFF !important;
    border-color: #00005a
}
.elevato-button.blue:hover {
    background: #00005a;
    color: #FFF;
}

#elevato-widget-container #elevato-pager {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
#elevato-widget-container #elevato-pager .pager {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    margin: 3rem;
    border-radius: 0.6rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(#5a6181, 0.05);
}
#elevato-widget-container #elevato-pager .pager li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem;
    font-size: 1.4rem;
    cursor: pointer;
}
#elevato-widget-container #elevato-pager .pager a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
}
#elevato-widget-container #elevato-pager .pager a.current {
    padding: 14px 16px;
    border-radius: .3125rem;
    cursor: pointer;
    background: #00005a;
    border: #00005a;
	color: #FFF;
}
@media only screen and (max-width: 767px) {
    
    /* jobs */
    #elevato-widget-container .column.job-title {
        width: 65%;
    }
	#elevato-widget-container .column.job-category {
        width: 30%;
    }
	
    #elevato-widget-container .column.job-region {
        left: 190px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top:50%;
    }
    #elevato-widget-container .job-region {
        display: none;
    }
    #elevato-widget-container .job-location {
        display: none;
    }
	#job-offer-content .elevato-database-title {
		font-size: 22px;
		font-weight: 700;
	}
	.search_name,.search_keywords,.search_region, .search_category,.search_button
	{
		width: 100%;
		padding: 0;
		margin: 10px 10px 0px 0px;
	}
	.job-card__utils {
		width: 100%;
		padding: 0;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 1.25rem 0 0;
	}
	
	.job-card__buttons .elevato-button {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 750px)



@media only screen and (min-width: 767px) and (max-width: 1024px) {
    
    #elevato-widget-container .column.job-title {
        width: 40%;
    }
	
    #elevato-widget-container .column.job-region {
        display: none;
    }
}
.loading .elevato-loading {
    text-align: center
}

.loaded .elevato-loading {
    display: none;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.elevato-header-module
{
	text-align: center;
	background-color: #00005a;
	margin: 0 -40px;
	padding: 20px;
}
.elevato-header-module h2
{
	color: #fff;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 1080px) {
	.elevato-header-module
	{
		margin: 0;
	}
	#job-offer-filter, #job-offer-content
	{
		margin: 20px 10px;
	}
	.elis-footer-photo {
		text-align: center;
		padding: 0 10px;
	}
}