/* ICONS https://css.gg/briefcase */
:root {
   --ggs: 0.85;
} 
.gg-briefcase {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 2px;
    margin-top: 1px
}
.gg-briefcase::after,
.gg-briefcase::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-briefcase::before {
    border: 2px solid;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    left: 4px;
    width: 10px;
    height: 4px;
    border-bottom: 0;
    top: -5px
}
.gg-briefcase::after {
    width: 18px;
    height: 3px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow:
        0 2px 0,
        inset 16px 74px 0;
    top: 4px
}
/* https://css.gg/pin */ 
.gg-pin {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border-radius: 100% 100% 0 100%;
    box-shadow: inset 0 0 0 2px;
    margin-top: -4px
}
.gg-pin::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    top: 5px;
    left: 5px;
    border-radius: 40px
}

/* https://css.gg/calendar-dates */
.gg-calendar-dates {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px
}
.gg-calendar-dates::after,
.gg-calendar-dates::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    left: 2px
}
.gg-calendar-dates::before {
    background: currentColor;
    width: 2px;
    box-shadow:
        4px 0 0,8px 0 0,0 4px 0,
        4px 4px 0,8px 4px 0;
    top: 6px
}
.gg-calendar-dates::after {
    width: 10px;
    top: -4px;
    box-shadow: 0 6px 0 0
}

/* https://css.gg/tag */
.gg-tag,
.gg-tag::before {
    display: block;
    border: 2px solid
}
.gg-tag {
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
    transform: scale(var(--ggs,1));
    position: relative;
    width: 19px;
    height: 14px
}
.gg-tag::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    box-sizing: content-box;
    border-radius: 100px;
    right: 0;
    top: 2px
}
.gg-tag::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 4px;
    transform: rotate(-45deg);
    top: 0;
    right: -5px
}

/* LOADER */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #999;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* LAYOUT */
.gg-briefcase,
.gg-pin,
.gg-calendar-dates,
.gg-tag {
	margin: 0 0.5em 0 1em;;
}
.gg-briefcase {
	margin-left: 0;
}

.offreMetadata {
	display: flex;
	color: #0c649e;
	font-size: 14px;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
.detail-offre .offreMetadata {
	color: #666;
	font-size: 16px;
}
.detail-offre p {
	text-align: justify;
}
#content .corps .cls-softy-rh .pnews-results .pnews-result .excerpt .detail-offre h2 {
	margin-top: 2em;
}
.boutton-postuler {
	width: 100%;
	text-align: right;
	margin: 0.5em 0 0 0;
}
.cls-softy-rh .pnews-results {
	border-top: 1px solid #e5e5e5;
}
.cls-softy-rh .pnews-results .pnews-result .excerpt .link a:hover::before {
	content: "\2192" !important;
}
.cls-softy-rh .pnews-results .pnews-result .excerpt .link.retour a:hover::before {
	content: "\2190" !important;
}
.cls-softy-rh .pnews-results .pnews-result.offre_emploi .excerpt .link {
	margin-top: 1em;
}

.cls-softy-rh .actusearch .col-1-search,
.cls-softy-rh .actusearch .col-1-search,
.cls-softy-rh .actusearch .col-3-search {
    float: left;
    display: block;
	box-sizing: border-box;
}

.cls-softy-rh .actusearch .col-1-search,
.cls-softy-rh .actusearch .col-2-search  {
    padding-right: 20px;
    width: 25%;
}

.cls-softy-rh .actusearch .col-3-search {
    width: 25%;
}

@media screen and (max-width: 800px) {
	.cls-softy-rh .actusearch .col-1-search,
    .cls-softy-rh .actusearch .col-2-search,
	.cls-softy-rh .actusearch .col-3-search	{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
		padding-right: 0;
    }
}

.pnews-results.cls-softy-rh-list .pnews-result {
	padding: 30px 10px;
}
.resume-offre {
	width: 75%; 
	float: left;
}
.cls-softy-rh-list .button-consult {
	width: 25%; 
	float: right;
	text-align: right;
	padding-top:0.5em;
}
.cls-softy-rh-list .button-consult .button {
	font-size: 16px;
	border: 1px solid #1e9294;
	background: transparent;
	color: #555;
}
.offre-titre {
	width:70%;
	float:left;
}
#detail-offre-header .boutton-postuler {
	width:30%;
	float:right;
}
#detail-offre-header {
	border-bottom: 1px solid #e5e5e5;
}

#detail-offre-header:after { 
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 800px) {
	.resume-offre {
		width: 100%; 
		float: none;
	}
	.cls-softy-rh-list .button-consult {
		width: 100%; 
		float: none;
	}
	.offre-titre {
		width:100%;
		float:none;
	}
	#detail-offre-header .boutton-postuler {
		width:100%;
		float:none;
		margin-bottom:1em;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
	.resume-offre {
		width: 100%; 
		float: none;
	}
	.cls-softy-rh-list .button-consult {
		width: 100%; 
		float: none;
	}
}
@media screen and (min-width: 1441px) and (max-width: 1540px) {
	.resume-offre {
		width: 70%; 
	}
	.cls-softy-rh-list .button-consult {
		width: 30%; 
	}
}