.dp-we-care-encart {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1430px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
}

.dp-we-care-encart__item-details-text {
  margin: 0;
  width: 312px;
  height: auto;
  border-radius: 20px;
  position: absolute;
  line-height: 1.2em;
  z-index: 2;
  font-size: 15px;
  padding-top: 53px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  padding-bottom: 35px;
  top: 5px;
  right: -75px;
  pointer-events: none;
  /*--------------------------*/
}

.dp-we-care-encart__item-details[data-open="0"]
  .dp-we-care-encart__item-details-text {
  display: none;
}

.dp-we-care-encart__item-details-text::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  height: 53px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(img/bulle.png);
  background-size: 100% auto;
  background-position: top center;
}

.dp-we-care-encart__item-details-text::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  height: calc(100% - 53px);
  width: 100%;
  top: 53px;
  left: 0;
  background-image: url(img/bulle.png);
  background-size: 100% auto;
  background-position: bottom center;
}

.dp-we-care-encart__logo {
  flex-basis: 100%;
  text-align: center;
/*  margin-top: -80px;*/
}

.dp-we-care-encart__logo img {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.dp-we-care-encart__item {
  flex-basis: 25%;
  position: relative;
  text-align: center;
}

.dp-we-care-encart__item-text {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.dp-we-care-encart__item-details {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
}

.dp-we-care-encart__item-details-bullet {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent !important;
  border: 0px solid !important;
  outline: 0 !important;
  font-size: 0;
  background-image: url(img/picto-infos.svg);
  background-size: 20px 20px;
  cursor: pointer;
  min-width: 0;
  padding: 0;
}

.dp-we-care-encart button:not(.not-tabbable):focus,
.dp-we-care-encart button:not(.not-tabbable):active,
.dp-we-care-encart button:active {
  border: 0px solid !important;
  outline: 0 !important;
}
.dp-we-care-encart__item-image {
  width: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.dp-we-care-encart__item-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .dp-we-care-encart__item-text {
    font-size: 11px;
  }

  .dp-we-care-encart__item {
    flex-basis: 50%;
  }
  .dp-we-care-encart__item-details-text {
    margin: 0;
    width: 160px;
    line-height: 1.2em;
    box-sizing: border-box;
    z-index: 2;
    padding: 20px;
    font-size: 11px;
    padding-top: 33px;
    padding-bottom: 22px;
    top: 15px;
    right: -35px;
  }
}

/*MASTER ANALYSIS EDITS*/
.breadcrumb{
  display: none;
}

.section-title-separator-wrapper{
  display: flex;
}

@media only screen and (max-width: 761px){
  .section-title-separator-container{
    margin-left: 0px;
  }  
}

/*LOGO EDITS*/
.dp-we-care-encart__logo{
  margin-top: -25px;
}

hr.section-top-left-hr {
    float: left;
    width: 37%;
}

hr.section-top-right-hr {
    float: right;
    width: 37%;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  hr.section-top-right-hr{
    width: 30%;
  }
  hr.section-top-left-hr{
    width: 30%;
  }
}

@media only screen and (max-width: 761px){
  hr.section-top-right-hr{
    width: 20%;
  }
  hr.section-top-left-hr{
    width: 20%;
  }
  .dp-we-care-encart__logo img{
    width: 190px;
  }
}