/* 
 Theme Name:     Annonces Alternance
 Author:         JL PREHER
 Author URI:     https://annonces-alternance.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.2
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/* p 	{
	font-family: "Verdana";
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	} */

h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: #0e3d55;
}
@media screen and (max-width: 64em) {
  h1 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 50em) {
  h1 {
    font-size: 2em;
  }
}

@media screen and (max-width: 30em) {
  h1 {
    font-sitze: 1.5em;
  }
}

h2 {
  font-size: 2em;
  font-weight: 700;
  color: #0e3d55;
}

@media screen and (max-width: 64em) {
  h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 50em) {
  h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 30em) {
  h2 {
    font-sitze: 1em;
  }
}

#search_keywords,
#search_location {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search_submit input {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.job_types {
  display: flex !important;
}

.job_types li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  width: 150px;
}

.job_listings li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 20px;
}

.type-job_listing {
  box-shadow: 0px 0px 60px 5px rgb(71 74 182 / 12%);
  margin: 20px!important;
}
