/* TITLE */

section.emploi h1{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-weight: normal;
	margin: 0 0 0.5rem 0;
	font-size: 2.5rem;
}
section.emploi h3.profession{
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 0 0 3rem 0;
	font-size: 1rem;
}


.item-offre{
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding:3%;
	margin-bottom: 2rem;
}

.item-offre.off{
	display: none !important;
}

.item-offre .wrap-image{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 20px;	
}

.item-offre .wrap-image img{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.item-offre h3{
	font-size: 1.5rem;
	margin-bottom:0;
}

.item-offre h4{
	font-size: 1.3rem;
}

.item-offre .texte{
	margin-top: 1.2rem;
	margin-bottom: 1.5rem;
	font-size: 0.85rem;
	color:#616161;
}

.item-offre .col-texte{
}

.item-offre .col-texte .wrap-item-offre-content{
	position:relative; 
}


.wrap-liste-cvtheque .wrap-col.off{
	display: none !important;
}

.item-offre .item-offre-head{
	margin-top: 1%;
}

.item-offre .item-offre-head.blur{
	backdrop-filter: blur(10px);
	filter: blur(10px);
}

.item-offre .bt-favori{
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top:-5%;
	right:3%;
	width: 9%;
	height:auto;
	aspect-ratio: 1;
	background: url('/wp-content/uploads/2024/09/icons_coeur_off.svg') no-repeat;
	background-size:cover;
	transition: all 0.3s linear;
	z-index: 20;
}

.item-offre .bt-favori:hover{
	transform: scale(1.2);
}

.item-offre .bt-favori.on{
	background: url('/wp-content/uploads/2024/09/icons_coeur_on.svg') no-repeat;
	background-size:cover;
}

.item-offre .bt-favori img{
	display: inline-block;
	width: 100%;
	height: auto;
}

/* SINGLE EMPLOI */

.wrap-header-single-offre{
	position: relative;
	 background: #ededed;
	 
	 
 }
 
 .single-emploi-top-header{
	 z-index: 1020;
	 position: relative;
 }
 
 .wrap-header-single-offre .bt-favori{
	  display: inline-block;
	  cursor: pointer;
	  width: 100%;
	  max-width: 50px;
	  min-width: 40px;
	  height:auto;
	  aspect-ratio: 1;
	  background: url('/wp-content/uploads/2024/09/icons_coeur_off.svg') no-repeat;
	  background-size:cover;
	  transition: all 0.3s linear;
	  z-index: 20;
  }
  
  .wrap-header-single-offre .bt-favori.on{
	  background: url('/wp-content/uploads/2024/09/icons_coeur_on.svg') no-repeat;
	  background-size:cover;
  }
  
  .single-offre .icon_info{
	  
  }
  
  @media only screen and (max-width: 1100px){
	  .item-offre h3{
		  font-size: 1.2rem;
		  margin-bottom:0;
	  }
	  
	  .item-offre h4{
		  font-size: 1rem;
	  }
	  
	  .item-offre .texte{
		  margin-top: 1.2rem;
		  margin-bottom: 1.5rem;
		  font-size: 0.8rem;
	  }
	  
	  .item-offre .bt-favori{
		  top:-10%;
		  right:-3%;
		  width: 10%;
	  }
	  
	}
  
  @media only screen and (max-width: 770px){
	  .single-offre .icon_info{
		  width: 35% !important;
	  }
	  
	  .item-offre h3{
			font-size: 0.9rem;
			width: 90%;
		}
		
		.item-offre h4{
			font-size: 0.8rem;
		}
		
		.item-offre .texte{
			margin-top: 1.2rem;
			margin-bottom: 1.5rem;
			font-size: 0.7rem;
		}
		
		.item-offre .bt-favori{
			top:-20%;
			right:-3%;
			width: 15%;
		}
		
		.item-offre .order-2 .bt-favori{
			right:3%;
		}
  }
  
  @media only screen and (max-width: 500px){
	  .item-offre .bt-favori{
		  right:-5%;
		  width: 20%;
	  }
  }
