/*
---------------------------------------------
About Us
---------------------------------------------
*/

.about-us {
  padding-top: 130px;
  position: relative;
}

.about-serv {
  position: relative;
}

.about-us .section-heading {
  margin-bottom: 45px;
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
  position: relative;
  z-index: 1;
}

.about-us .box-item {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.37);
  padding: 10px 30px;
  background-color: #fff; 
  border-radius: 40px;
  margin-bottom: 30px;
}

.about-us .box-item h4 {
  text-align: center;
  margin: 20px;
}

.about-us .box-item h4 a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  color: #2a2a2a;
  transition: all .3s;
}

.about-us .box-item p {
  margin-bottom: 0px;
  color : #5e5e5e;
}

.about-us .box-item:hover h4 a {
  color: #4b8ef1;
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-us span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-us .right-image {
  position: relative;
  z-index: 1;
}

.about-us:after {
  background-image: url(../images/images2/about-bg.jpg);
  width: 777px;
  height: 1132px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.dexa-custom-shape-wave {
  top: 0px;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  border: 0;
  outline: 0;
  word-wrap: break-word;
  color: #fff;
}


.banner-about {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1850px;
  overflow: visible;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: opacity .5s ease;
  overflow: hidden;
  padding-top: 100px !important;
  padding-bottom: 25px !important;
  background: url(../images/bg-feuille-dexa.svg) center no-repeat,linear-gradient(90deg,#28e1fd 0,#5b68eb 100%);
  margin-bottom: 0 !important;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
 
.banner-choice-box {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.37);
  padding: 10px 30px;
  background-color: #fff; 
  border-radius: 40px;
  margin-bottom: 30px;
  width: 300px;
  height: 90%;
}

.banner-picto-img {
  width: 100px;
  height: 100px;
  max-width: 100%;
  vertical-align: top;
}


.h2-banner{
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  hyphens: initial;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
}


.p-banner{
  font-family: inherit;
  font-size: 20px;
  font-style: inherit;
  font-weight: 500;
  line-height: inherit;
  border: 0;
  outline: 0;
  word-wrap: break-word;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.align-middle-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.border-button-banner a {
  color: #363936 !important;
  border: 2px solid #363936 !important;
  background-color: #fff !important;
  padding: 10px 15px !important;
  font-size: 14px;
  border-radius: 2em;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  box-sizing: border-box;
  word-wrap: break-word;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  line-height: normal;
  box-shadow: none;
  font-weight: 700;
  outline: 0;
}

.border-button-banner a:hover {
  background-color: #363936 !important;
  color: #fff !important;
}