/* PHOTOTHEQUE */
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 385px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}


/* BLOG ACTUALITES  */
.blog-page .item-image img{
	border-top-left-radius: var(--agrion-bdr-radius);
	border-top-right-radius: var(--agrion-bdr-radius);
  	width: 100%;
}

.blog-page .page-header{
	position: relative;
    display: block;
    background-color: var(--agrion-extra);
    border-bottom-left-radius: var(--agrion-bdr-radius);
    border-bottom-right-radius: var(--agrion-bdr-radius);
    padding: 22px 40px 33px;
}

.blog-page .page-header h2{
	font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--agrion-font);
    margin-top: 6px;
}

.blog-page .page-header h2 a{
	color: var(--agrion-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-page .page-header h2 a:hover {
  color: var(--agrion-primary);
}

/* CARRIERE */
.carriere .item{
  border-bottom: 3px solid #ED7A21 !important;
  box-shadow: 0 10px 20px 0 rgb(53 53 53 / 10%);
  transition: box-shadow 0.5s;
  background-color: #ffffff;
  padding: 25px;
}
.carriere .subheading-category{
  display: block;
  font-family: Arial !important;
  color: #333333;
  margin-bottom: 25px;
}
.carriere .item .page-header{
  padding: 0px;
  background: none;
  margin-bottom: 10px;
}
.carriere .item .page-header h2 a{
  font-family: Arial !important;
  color: #333333;
  font-weight: bold;
}
.carriere .item .page-header h2 a:hover{
  color: #ed7a21;
}
.carriere .item .offre p{
  line-height: 20px;
  text-align: justify;
  padding: 5px 0px;
}
.carriere .item .offre .subinfos{
  color: #ed7a21;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}
.carriere .item .readmore a{
  padding: 5px 20px;
  border: 1px solid #333;
  margin-top: 15px;
}
.carriere .inner-title-offre{
  padding: 50px;
  background: #00b04a !important;
  margin-bottom: 10px;
  text-align: center;
  font-family: Arial;
}
.carriere .inner-title-offre h2{
  font-family: Arial;
}




/* PAGINATION */
.pagination {
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination .pull-right {
  	display: none;
}
.pagination ul {
  	padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    /*! display: flex; */
    /*! -webkit-box-align: end; */
    -ms-flex-align: end;
    align-items: flex-end;
    /*! list-style: none; */
}
.pagination ul li {
  	list-style: none;
  	height: 50px;
	min-width: 50px;
  	margin: 0 4px;
    border: 2px solid #ededed;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pagination ul li span {
  	line-height: 46px;
  	display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
  	padding: 0px 10px;
}
.pagination ul li a {
  	line-height: 46px;
  	min-width: 50px;
  	padding: 0px 10px;
}

/* TIMELINE  */

.steps {
  position: relative;
  margin-top: 32px;
}
.steps::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #e37133;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 50%;
}

.steps .content p {
  color: #676767;
  font-size: 16px;
}

.steps .content h2 {
  font-weight: 600;
  font-size: 16px;
  color: #676767;
}

.steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 32px);
}

.steps-container .content {
  padding: 32px;
  background-color: white;
  position: relative;
  border-radius: 0px 0px 80px 0px;
  box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
}

.steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.steps-container {
  display: flex;
}

.steps .steps-container .date {
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  background-color: #e37133;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 777;
}

.step-line {
  width: 40px;
  background-color: #e37133;
  height: 1px;
  margin-top: 31px;
  opacity: 0.4;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .steps::after {
    left: 32px;
  }
  .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
  }
  .steps .steps-container:nth-child(even) {
    left: 0;
  }
}

/* OFFRES D'EMPLOI */

.offre .time{
    	font-size: 11px;
    	color: #aaaaaa;
}

.offre .info{
    	margin-top: 0px;
    	font-size: 12px;
}

.offre .info span{
    	color:#DEAD2E;
    	margin-right: 10px;
	font-weight: bold;
}

.content-offre{
	border: 2px dotted #ddd;
	padding: 20px;
	margin: 15px 0px;
	background: #f5f5f5;
}
.content-offre ul li{
	list-style-type: square;
	margin-left: 20px;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 26px;
}
.title-offre{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #dca81c;
}
.mini-detail-offre{
	line-height: 20px;
	margin: 20px 0px;
	font-size: 14px;
}
.mini-detail-offre label{
	color: #90847a;
}
.mini-detail-offre img{
	border: none !important;
}

/* Disable Powered Chronoform 7*/
.G3-body + h3 {
	display: none;
}