.je_suis_je_cherche {
  margin-top: 50px;
}

.je_suis_je_cherche .je_suis_je_cherche_error_msg_je_cherche, .je_suis_je_cherche .je_suis_je_cherche_error_msg_je_suis {
  display: none;
}

.je_suis_je_cherche .error {
  position: relative;
}

.je_suis_je_cherche .error > .je_suis_je_cherche_error_msg_je_suis {
  display: block;
  position: absolute;
  color: red;
  bottom: 15px;
  left: 40px;
  font-size: 11px;
}

.je_suis_je_cherche .error > .je_suis_je_cherche_error_msg_je_cherche {
  display: block;
  position: absolute;
  color: red;
  bottom: 15px;
  left: 40px;
  font-size: 11px;
}

.je_suis_je_cherche form {
  display: flex;
  position: relative;
}

.je_suis_je_cherche form::after {
  content: '';
  height: 70%;
  position: absolute;
  width: 1px;
  background-color: #0093c7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.je_suis_je_cherche form::before {
    content: '';
    background-image: url(/wp-content/uploads/2021/09/Arrow-Couleur-D.svg);
    width: 23px;
    height: 22px;
    background-size: contain;
    position: absolute;
    right: -33px;
    top: 71%;
    z-index: 999;
  pointer-events: none;
}

.je_suis_je_cherche form select {
  border: none;
  padding: 25px 35px;
  width: 300px;
  height: 75px;
  color: #003367;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="270px" height="240px"><polygon points="5,5 135,230 265,5" fill="rgb(0, 51, 103)"/></svg>');
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-appearance:none; 
  -webkit-appearance:none;
  appearance:none;
  cursor: pointer;
}

.je_suis_je_cherche #je_cherche.error {
  position: relative;
}

/* .je_suis_je_cherche .select_disable {
  pointer-events: none;
}
 */
.je_suis_je_cherche form > div:nth-child(1) select{
  background-position: 95% center;
}

.je_suis_je_cherche form > div:nth-child(2) select{
  background-position: 90% center;
  padding: 25px 45px 25px 35px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.je_suis_je_cherche input[type="submit"] {
  	position: absolute;
    right: -53px;
    top: 35%;
    height: 75px;
    clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
    background: rgb(0,51,103);
    background: -webkit-linear-gradient(left, rgba(0,51,103,1) 0%, rgba(11,89,127,1) 46%, rgba(16,108,140,1) 100%);
    background: -moz-linear-gradient(left, rgba(0,51,103,1) 0%, rgba(11,89,127,1) 46%, rgba(16,108,140,1) 100%);
    background: -o-linear-gradient(left, rgba(0,51,103,1) 0%, rgba(11,89,127,1) 46%, rgba(16,108,140,1) 100%);
    background: linear-gradient(to right, rgba(0,51,103,1) 0%, rgba(11,89,127,1) 46%, rgba(16,108,140,1) 100%);
    border: none;
    color: transparent;
    padding: 0 10px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
  .je_suis_je_cherche form {
    flex-direction: column;
    left: -20px;
  }
  
  .je_suis_je_cherche input[type="submit"] {
    right: -60px;
    top: 51%;
  }
  
  .je_suis_je_cherche form::before {
    right: -40px;
  }
  
  .je_suis_je_cherche form::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .je_suis_je_cherche form select {
    padding: 15px 25px;
    width: 260px;
	  height: 65px;
  }
  
  .je_suis_je_cherche form > div:nth-child(2) select {
    padding: 15px 45px 15px 25px;
  }
	
	.je_suis_je_cherche input[type="submit"] {
  	height: 65px;
  }
}