#header-offre-cv {
  background-color: rgba(125, 19, 61, 1);
  padding: 60px 40px;
  text-align: center;
	margin-top: 76px;
}

#header-offre-cv .header-link {
  margin-bottom: 20px;
  border: 1px solid white;
  padding: 14px 26px;
  line-height: 23px;
	display: block;
	text-decoration: none;
}

#header-offre-cv .header-link a {
	text-decoration: none !important;
}

#header-offre-cv a {
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-left: 5px;
}

#cvupload-container i {
  color: white;
}

#header-offre-cv h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

#sep_bottom_c {
	background: none !important;
	margin-top: -43px !important;
	height: 0px !important;
}

#lg-bottom-lst {
    margin-top: 0px !important;
}

#cvupload-container {
    padding-bottom: 44px;
}

@media screen and (min-width: 780px) {
  #header-offre-cv {
    display: flex;
    align-items: center;
    gap: 34px;
    justify-content: center;
  }

  #header-offre-cv .header-link {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1000px) {
	#header-offre-cv {
		margin-top: 125px;
	}
}

@media screen and (max-width: 579px) {
	#header-offre-cv {
		margin-top: 125px;
	}
}

@media screen and (max-width: 480px) {
	#header-offre-cv h1 {
		padding: 0px !important;
	}
	#header-offre-cv {
		padding: 30px 40px;
	}
	
}

@media screen and (max-width: 380px) and (min-width: 370px) {
	#header-offre-cv {
		margin-top: 290px;
	}
	
}

@media screen and (max-width: 370px) and (min-width: 320px) {
	#header-offre-cv {
		margin-top: 190px;
	}
	
}

@media screen and (max-width: 330px) {
	#header-offre-cv {
		padding: 30px 10px;
		margin: 0px;
	}
	
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
	z-index: 99999;
}

#cvupload-container .finalisation-btn-envoyer {
	height: 50px;
}

#cvupload-container .finalisation-btn-modifier {
	height: 50px;
	color: black;
}
