<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.resultOffer{
    margin-top: -72px;
    z-index: 50;
}
@media (max-width: 767px) {
	.resultOffer{
		margin-top: 20px;
	}
}
*/
/**
* Search form in grid
*/
@font-face {
	font-family: HelveticaNeueLt;
	font-weight: lighter;
	font-style: normal;
	src: url("../../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
}
.searchOfferType{
	position: relative;
	z-index: 50;
	top: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #e9e9e9;
	border-radius: 3px;
	box-shadow: 0 0 10px 1px #656565;
        margin-left: 20px;
        margin-right: 20px;
}
.grid-universe-container-unique .searchOfferType{
	top: 110px;
}
.grid-universe-container-generic{
	margin-bottom: 55px;
}
.grid-universe-container-generic .searchOfferType{
	top: 0;
}
.searchOfferType &gt; .row{
	margin-left: 3px;
	margin-right: 3px;
}
.searchOfferType &gt; .row &gt; .searchOfferTypeControlContainer{
	padding-left: 2px;
	padding-right: 2px;
}
.searchOfferType &gt; .row &gt; div &gt; .form-group{
	margin-bottom: 0;
}
.searchOfferTypeControlContainer &gt; .input-group &gt; .input-group-addon{
	background-color: white;
	color: #E62129;
}
.searchOfferTypeControlInput{
	border-radius: 3px;
	background-color: #F9F9F9;
    /*height: 57px;*/
}
.searchOfferTypeControlSelect{
    height: 57px;
}
.searchOfferTypeControlButtonsContainer &gt; .btn-search-offer{
/*
    font-family: HelveticaNeueLt;
    font-weight: lighter;
    font-style: normal;
    vertical-align: middle;
    font-size: 20px;
    text-transform: capitalize;
    padding-top: 5px;
    padding-bottom: 5px;
	min-height: 57px;
*/
	background-color: #E62129;
	border: solid 1px #E62129;
    border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
}

/**
* GRID
*/
.grid-universe-container{
	position: relative;
	background: white;
	padding: 20px;
	border-radius: 4px;
	margin-top: 90px;
}
.searchBGContainer &gt; .container &gt; .grid-universe-container{
	margin-top: 50px;
	margin-bottom: 50px;
}
.grid-universe{
	top: -77px;
	position: relative;	
}

.grid-universe-container{
	background: white;
	padding: 20px;
	border-radius: 4px;
	margin-top: 90px;
}
#formSearchOffer .form-group{
	margin-bottom: 0;
}

/*
.grid-universe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.grid-universe &gt; [class*='col-'] {
  display: flex;
  flex-direction: column;
}
*/

.grid-universe-col{
	border-left: solid 1px white;
	border-right: solid 1px white;
/*
	padding-top: 20px;
	padding-bottom: 20px;
*/
        padding: 20px;
}
.grid-universe &gt; .grid-universe-col:first-child{
	border-left: none;
}
.grid-universe &gt; .grid-universe-col:last-child{
	border-right: none;
}
.grid-universe-col-osj,
.grid-universe-col-sales,
.grid-universe-col-retail,
.grid-universe-col-marketing{
	background: #66a7c5;
	background-image: linear-gradient(top, #66a7c5 0, #305160 100%);
	background-image: -o-linear-gradient(top, #66a7c5 0, #305160 100%);
	background-image: -moz-linear-gradient(top, #66a7c5 0, #305160 100%);
	background-image: -webkit-linear-gradient(top, #66a7c5 0, #305160 100%);
	background-image: -ms-linear-gradient(top, #66a7c5 0, #305160 100%);
}
.grid-universe-col-dnj,
.grid-universe-col-digital,
.grid-universe-col-it{
	background: #ee3233;
	background-image: linear-gradient(top, #ee3233 0, #751616 100%);
	background-image: -o-linear-gradient(top, #ee3233 0, #751616 100%);
	background-image: -moz-linear-gradient(top, #ee3233 0, #751616 100%);
	background-image: -webkit-linear-gradient(top, #ee3233 0, #751616 100%);
	background-image: -ms-linear-gradient(top, #ee3233 0, #751616 100%);
}
.grid-universe-col-header{
	margin-bottom: 130px;
}
.grid-universe-prefix-title{
	color: white;
	margin-top: 10px;
	font-size: 20px;
}
.grid-universe-title{
	font-size: 24px;
	font-weight: bold;
	color: white;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grid-universe-search-title{
	font-size: 20px;	
}
.grid-universe-title-link{
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
}
.grid-universe-title-link:hover,
.grid-universe-title-link:focus{
	color: white;
}
.grid-universe-sub-title{
	font-size: 14px;
	font-weight: bold;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
}
.grid-universe-associed-search{
	padding: 0 10px;
	margin-bottom: 0;
}
/*
.grid-universe-associed-search-item{
	padding: 0 5px;
}
*/
.btn-link-grid-universe-associed-search{
    padding: 0;
    font-size: 11px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    text-decoration: underline;
}
.grid-universe-container-unique .btn-link-grid-universe-associed-search{
    font-size: 12px;
}
.btn-link-grid-universe-associed-search:focus,
.btn-link-grid-universe-associed-search:hover{
	color: white;
}

/**
* GRID mobile
*/
#containerButtonSearchOfferMobile{
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
}
.grid-universe-container-multiple #containerButtonSearchOfferMobile,
.grid-universe-container-unique #containerButtonSearchOfferMobile{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}
#buttonSearchOfferMobile{
    font-family: HelveticaNeueLt;
    font-weight: lighter;
    font-style: normal;
    padding: 10px;
    background-color: #e9e9e9;
    border-radius: 3px;
    box-shadow: 0 0 10px 1px #656565;
}
/*
.btn-search-offer-label{
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    opacity: 0.8;
}
*/
.searchOfferTypeMobile &gt; div &gt; .row{
	height: 50px;
	margin-bottom: 10px;
}
.searchOfferTypeMobile &gt; div  &gt; .row &gt; div &gt; .form-group{
	margin-bottom: 0;
}
.grid-universe-mobile{
	top: 0;
}
.grid-universe-mobile &gt; .grid-universe-col &gt; ul &gt; li.grid-universe-title{
	font-size: 20px;
        margin-top: 120px;
}
.grid-universe-mobile &gt; .grid-universe-col &gt; ul &gt; li.grid-universe-title:first-child{
        margin-top: 10px;
}
.grid-universe-mobile &gt; .grid-universe-col &gt; ul &gt; li &gt; .grid-universe-title-link{
    font-size: 24px;
}
.bootstrap-select span.text{
    text-transform: capitalize;
}


.linksSearchContainer{
	position: relative;
	top: -80px;
}
.linksSearchHeader{
	display: flex;
	justify-content: space-around;
}
.linkSearchHeaderContainer{
	flex: 1 1 0px;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
}
.linkSearchHeader{
	position: relative;
	z-index: 100;
	background-color: #f5f5f5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
}
.linksSearchContentContainer{
	display: flex;
	justify-content: space-around;
}
.linksSearchContentListContainer{
	flex: 1 1 0px;
}
.linksSearchHeader &gt; .linkSearchHeaderContainer,
.linksSearchContentContainer &gt; .linksSearchContentListContainer{
	padding-right: 30px;
	padding-left: 30px;
}
.linksSearchHeader &gt; .linkSearchHeaderContainer:first-child,
.linksSearchContentContainer &gt; .linksSearchContentListContainer:first-child{
	padding-left: 0;
}
.linksSearchHeader &gt; .linkSearchHeaderContainer:last-child,
.linksSearchContentContainer &gt; .linksSearchContentListContainer:last-child{
	padding-right: 0;
}
.linksSearchContentList{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
/*
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
*/
}
.linkSearchContent{
	border-bottom: #f5f5f5 solid 1px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.linkSearchContent &gt; a &gt; .fa-long-arrow-alt-right{
	margin-top: 8px;
	color: #E62129;
}
.linkSearchContentLink{
	color: #b6b6b6;
}

.searchOfferTypeControlContainer{
	padding-bottom: 10px;
}
@media (min-width: 992px){
	.searchOfferTypeControlContainer{
		padding-bottom: 0;
	}	
}
</pre></body></html>