/*
 Theme Name:     Inessens
 Theme URI:      https://slapp.me
 Description:    Inessens theme by Slapp
 Author:         Slapp Inc.
 Author URI:     https://slapp.me
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.social-link-in {
	margin-left: 4px;
	margin-right: 4px;
}

.offre-emploi-cards {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 2em;
}

.offre-emploi-card {
	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: flex-start;
  	flex-grow: 0;
  	flex-shrink: 0;
  	flex-basis: auto;
  	box-sizing: border-box;
  	margin-bottom: 1.4em;
  	padding: 1em;
	width: 100%;
	background-color: #FFFFFF;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.offre-emploi-card:hover {
	transform: scale(1.05);
}

.offre-emploi-card p {
	text-align: left;
	color: #666666;
    font-weight: 500;
	font-size: 13px;
	padding-bottom: 2px;
}

.offre-emploi-card p.offre-title {
	color: #333333;
	font-size: 19px;
	line-height: 32px;
	margin-bottom: 6px;
}

.dipe_one, .dipe_one_half {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-bottom: 20px;
}

.dipe_one {
	width: 100%;
}

.dipe_one_half {
	width: 50%;
}

.btn-center {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-form-control.wpcf7-select.disabled {
    pointer-events: none;
}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
  .offre-emploi-cards {
    justify-content: center;
  }

  .offre-emploi-card {
    width: 100%;
  }
	
	.dipe_one_half {
		width: 100%;
	}
}