.list_offres_single_container{
	margin-bottom: 20px;
    box-shadow: 0 0 20px #0002;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.list_offres_single_container .titre_offre {
    margin-left: 25px;
	margin-top: 20px;
    margin-bottom: 20px;
	margin-right: 20px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
	display: flex;
    align-items: center;
}

.titre_offre::before{
	content: "";
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    left: -25px;
   
    background-color: #DD0CD6;
    font-family: 'Montserrat';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}

.text_offre{
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
}

.form_candidature_spontanee .btcd-frm-sub {
	justify-content: center;
}

.form_candidature_spontanee .btcd-frm-sub .btcd-sub-btn {
	box-shadow: none;
	font-family: Montserrat;
    color: #005fae;
    padding: 15px 40px !important;
    border: 1px solid #005fae;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    transition-duration: 0.3s;
    background-color: transparent;
    border-radius: 0px;
    width: max-content;
}

.form_candidature_spontanee .btcd-frm-sub .btcd-sub-btn:hover  {
	padding-left: 50px !important;
    padding-right: 30px !important;
}

.form_candidature_spontanee .btcd-frm-sub .btcd-sub-btn::before {
	background-image: url(https://www.sarf.fr/wp-content/uploads/2022/05/arrow-blue.svg);
    background-size: cover;
    transform: translate(-5px);
    background-repeat: no-repeat;
    width: 20px;
    transition-duration: 0.3s;
    height: 15px;
    left: 15px;
    top: 15px;
    position: absolute;
    opacity: 0;
    background-position: 50% 50%;
    content: "";
}

.form_candidature_spontanee .btcd-frm-sub .btcd-sub-btn:hover::before {
	transform: translate(1px);
    width: 20px;
    margin-right: 10px;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
  
	.list_offres_single_container {
		display: block;
  	}
	
	.list_offres_single_container .prim_button_sans_bord {
		float: right;
		font-size: 12px;
	}
	.list_offres_single_container h3 {
		margin-bottom: 0;
		font-size: 16px;
	}
	.titre_offre::before {
		top:-1px;
	}
	
	
}

@media only screen and (max-width: 480px) {
  
	
	
}