/*
Theme Name: IMAD
Description: IMAD Project.
Author: IMAD
Version: 1.0
*/

.section-default.low-section {
	display: block;
    width: 100%;
    padding: 0rem 0;
}
.banner-single.type-0 .type-0__img {
    width: 50%;
    min-width: 270px;
	max-width: 600px;
    margin-right: 0;
	height: auto;
}

.banner-single .banner-inner-left {
    padding: 2.5rem 10%;
	justify-content: left;
}

.banner-single.type-4 .type-4__img {
    margin: 0 auto;
}

.banner-single.type-4 .type-4__content .type-4__text {
    max-width: 640px;
    text-align: center;
}

.banner-single.type-4 .type-4__content .type-4__img {
    display: block;
    margin: 0 auto;
    max-width: 70px;
}

.type-4__text h3 {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

.career_btn {
	display:none !important;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	gap: 30px 20px;
}

.box30 {
	width: 31.8%;
}

.services-emploi {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
	margin-bottom: 1em;
	flex-wrap: wrap;
}

.service-list-emploi {
    width: calc(25% - 20px);
}

.service-list-emploi img {
    width: 100%;
}

@media screen and (max-width:1024px) {
	.box30 {
	width:50%;
}
	.service-list .service-one__name {
    height: 6rem;
    font-size: 16px;
    line-height: 1.2;
    padding: .75rem;
}
	.service-one__name .son__icon svg.icon {
    max-width: 30px;
}
}

@media screen and (max-width:767px) {
	.box30 {
	width:100%;
}
	.service-list .son__value {
    padding-right: 1.0rem;
    font-size: 1.3rem;
    line-height: 1.2;
}
	.service-list .son__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: none;
}
    .service-list-emploi {
    width: calc(50% - 10px);
		max-width:240px;
}
}
/*Card Flipper - flip div blocks on hover*/
.flipper-card {
  position: relative;
  width: 180px;
  height: 180px;
  float: left;
  perspective: 500px;
  margin: 0px 10px 10px 0px;
}

.flipper-content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 5px;

  transition: transform 1s;
  transform-style: preserve-3d;
}

.flipper-card:hover .flipper-content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}

.flipper-front {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  line-height: 180px;
  color: #0072C6;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  border-radius: 5px;
  backface-visibility: hidden;
}

.flipper-back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0072C6;
  color: white;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  border-radius: 5px;
  backface-visibility: hidden;
  transform: rotateY( 180deg );
  display: inline-flex;
}

.flipper-card img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-white {
    background-color: white;
}

.pink p {
    color: #e62671;
    font-weight: bold;
    line-height: 1.1em;
}

.white.flipper-container-text, .flipper-container-text {
    flex-direction: column;
}

.white p {
    color: white;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0;
	font-size: 14px;
}

.flipper-container-text {
    margin: 10px;
    display: inline-flex;
    align-items: center;
}

.flipper-container-text p {
    font-size: 14px;
    line-height: 1.3;
	margin: 5px 0;
}

