/* CUSTOM STYLE HERE */
.normal-p {
  font-size: 16px;
  line-height: 25px;
}

.grecaptcha-badge {
  z-index: 99;
}

.img-height img {
  object-fit: cover;
}

.et_pb_module .mobile_menu_bar:before {
  color: #154194 !important;
}

.baby-food .img-block .et_pb_image_wrap {
  height: 400px;
  text-align: center;
  display: flex;
  align-items: center;
}
.baby-food .img-block .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#english-row.rejoignez-btn.is-hidden,
#english-btn.is-hidden {
  display: none !important;
}
#french-row.rejoignez-btn.is-hidden,
#french-btn.is-hidden {
  display: none !important;
}

/* map */
#zoomed-image {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
  padding: 20px;
  border: 1px solid white;
  max-width: 80%;
  max-height: 80%;
}
#close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
}
area {
  cursor: pointer;
}
#real_map,
#real_map_md {
  position: relative;
  z-index: 10;
  /* display: block !important;
  z-index: 10; */
}
#scrn_med,
.sm-map {
  display: none;
}

#israel,
#russie,
#france,
#espagne,
#united_kingdom,
#irlande,
#belique,
#bresil,
#canada,
#coree_de_sud,
#danemark,
#etats_unis,
#lituane,
#mexique,
#perou,
#pologne,
#republique_tcheque,
#roumanie,
#suede,
#sussie,
#algerie,
#israel_md,
#russie_md,
#france_md,
#espagne_md,
#united_kingdom_md,
#irlande_md,
#belique_md,
#bresil_md,
#canada_md,
#coree_de_sud_md,
#danemark_md,
#etats_unis_md,
#lituane_md,
#mexique_md,
#perou_md,
#pologne_md,
#republique_tcheque_md,
#roumanie_md,
#suede_md,
#sussie_md,
#algerie_md {
  display: none;
  /* z-index: 12;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; */
}

.md-screen {
  display: none;
}
.small-maps img {
  width: 100%;
}
.small-maps img:not(:first-child) {
  display: none;
}

/* header */

.header > .et_pb_row {
  display: flex;
  align-items: center;
}
#menu-item-wpml-ls-2-en .sub-menu,
#menu-item-wpml-ls-2-fr .sub-menu {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  box-sizing: border-box;
  border-radius: 3px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-item-wpml-ls-2-en,
#menu-item-wpml-ls-2-fr {
  width: fit-content;
  padding: 0;
  margin: 0;
}
#menu-item-wpml-ls-2-en.menu-item-has-children,
#menu-item-wpml-ls-2-fr.menu-item-has-children {
  padding: 0 20px 0 0;
}
#menu-item-wpml-ls-2-en a,
#menu-item-wpml-ls-2-fr a {
  padding: 0 !important;
}
#menu-item-wpml-ls-2-en a:after,
#menu-item-wpml-ls-2-fr a:after {
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -50% !important;
}
#menu-item-wpml-ls-2-en img,
#menu-item-wpml-ls-2-fr img {
  width: 25px !important;
}

#menu-item-319 > .sub-menu > li > a:after {
  display: none !important;
}
#menu-item-5696 > .sub-menu > li > a:after {
  display: none !important;
}

.et-menu .menu-item-has-children>a:first-child:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.mobile-lang-selector {
  display: none;
}

.page-id-413,
.page-id-832,
.page-id-835 {
  background-color: #f6f6f6!important;
}

#menu-primary-menu li ul.sub-menu,
#menu-primary-menu-english li ul.sub-menu {
  border-top: none;
  /* box-shadow: 0px 1px 20px 0px #888888; */
  border-radius: 6px;
}

.header #menu-primary-menu li:nth-child(1),
.header #menu-primary-menu li:nth-child(3),
.header #menu-primary-menu-english li:nth-child(1),
.header #menu-primary-menu-english li:nth-child(3)  {
  margin-right: 30px;
}
.header #menu-primary-menu a,
.header #menu-primary-menu-english a {
  text-decoration: none !important;
}
.header #menu-primary-menu li a img,
.header #menu-primary-menu-english li a img  {
  padding: 0 !important;
}

.header .et_pb_menu__wrap {
  justify-content: center;
}

.header #header-logo {
  width: 105px !important;
}

.header #header-menu {
  width: calc(100% - 255px);
}

.header #header-button {
  width: 150px !important;
}

.et-waypoint:not(.et_pb_counters) {
  opacity: 1!important;
}

/* #menu-primary-menu > li:last-child {
  display: none;
} */
#menu-primary-menu > li:nth-last-child(2),
#menu-primary-menu-english > li:nth-last-child(2) {
  display: none;
}

.rejoignez-btn {
  border: none;
  background-color: #154194;
  color: #fff;
  font-size: 14px;
  height: 50px;
  border-radius: 6px;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  width: 180px;
  text-align: justify;
  line-height: 1 !important;
  margin-left: auto;
  padding: 0 60px 0 20px;
  position: relative;
}
.rejoignez-btn:hover {
  padding: 0 60px 0 20px !important;
  background-color: #154194 !important;
  border: none !important;
  color: #fff !important;
}
.rejoignez-btn:after {
  opacity: 1 !important;
  right: 10px;
}

/* #menu-primary-menu .sub-menu #menu-item-324 .sub-menu {
  display: none;
} */

#menu-item-319 > .sub-menu {
  display: flex;
  gap: 20px;
  width: fit-content !important;
  background-color: #FFF;
  left: -200px;
}
#menu-item-5696 > .sub-menu {
  display: flex;
  gap: 20px;
  width: fit-content !important;
  background-color: #FFF;
  left: -200px;
}

#menu-primary-menu li >ul.sub-menu,
#menu-primary-menu-english li >ul.sub-menu {
  width: 350px;
}
#menu-primary-menu li >ul.sub-menu .sub-menu,
#menu-primary-menu-english li >ul.sub-menu .sub-menu {
  width: 300px;
}
/* #menu-primary-menu li a {
  display: block;
  width: max-content;
} */
#menu-primary-menu li >ul.sub-menu .sub-menu,
#menu-primary-menu-english li >ul.sub-menu .sub-menu {
  visibility: visible;
  opacity: 1;
}
#menu-primary-menu li >ul.sub-menu .sub-menu li a,
#menu-primary-menu-english li >ul.sub-menu .sub-menu li a {
  display: block;
  width: max-content;
  opacity: .7;
}
#menu-primary-menu .sub-menu #menu-item-324:hover .sub-menu,
#menu-primary-menu-english .sub-menu #menu-item-324:hover .sub-menu {
  display: block;
  padding: 0 !important;
  padding-left: 10px !important;
}
#menu-primary-menu .sub-menu .sub-menu a,
#menu-primary-menu-english .sub-menu .sub-menu a {
  padding: 0;
  padding-left: 20px;
}

#menu-primary-menu .sub-menu .sub-menu,
#menu-primary-menu-english .sub-menu .sub-menu  {
  position: relative;
  box-shadow: none;
  border: none;
  top: 0;
  left: -20px;
}
/* #menu-primary-menu #menu-item-324 .sub-menu {
  display: none !important;
} */

 /* #menu-primary-menu #menu-item-324 .sub-menu.show */
#menu-primary-menu #menu-item-324 .sub-menu ,
#menu-primary-menu-english #menu-item-324 .sub-menu {
  display: block !important;
  padding: 0 20px !important;
  padding-left: 10px !important;
  visibility: visible;
  opacity: 1;
}

.banner-title p {
  margin-bottom: 0 !important;
}

/* nav #menu-primary-menu ul.sub-menu {
  display: flex;
  width: fit-content !important;
  background-color: rgba(255, 255, 255, .7) !important;
}
.sub-menu li {
  margin: 0 !important;
  width: fit-content !important;
  position: relative;
}
.sub-menu li a {
  margin: 0 !important;
  width: max-content !important;
  padding: 6px 10px;
}
.sub-menu li>a::after {
  right: 0 !important;
}
#menu-primary-menu .sub-menu li#menu-item-324>ul.sub-menu,
#menu-primary-menu .sub-menu #menu-item-324:hover .sub-menu {
  position: absolute;
  left: 0;
  top: 25px;
  display: flex !important;
  width: fit-content;
  padding: 20px 0 !important;
} */

/* home */
.to-about-btn {
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  height: 50px;
  border-radius: 6px;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  width: fit-content;
  text-align: justify;
  line-height: 1 !important;
  padding: 0 70px 0 20px;
  position: relative;
}
.to-about-btn:hover {
  padding: 0 70px 0 20px !important;
  background-color: #fff !important;
  border: none !important;
  color: #000 !important;
}
.to-about-btn:after {
  opacity: 1 !important;
  color: #c0c0c0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-radius: 0px 5px 5px 0px;
}
.to-about-btn:hover:after {
  background: #154194;
  color: #fff;
}

.discover-btn {
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  height: auto;
  border-radius: 6px;
  text-decoration: none !important;
  line-height: 1 !important;
  padding: 0 0 0 0 !important;
  position: relative;
  width: 140px;
}
.discover-btn:hover {
  padding: 0 0 0 0 !important;
  background-color: transparent!important;
  border: none !important;
  color: #000 !important;
}
.discover-btn:hover:after {
  width: 14px;
  background-position: center right;
  background-size: cover;
}
.discover-btn:after {
  content: '' !important;
  width: 50px;
  height: 12px;
  background-image: url('https://mca.ohm-conception.com/wp-content/uploads/2024/11/arrow-right-long.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
  right: 0;
  top: 2px;
  color: #000;
  transition: 0.5s;
}

.numbertoanimate-1 .count .et_pb_text_inner p:before,
.numbertoanimate-2 .count .et_pb_text_inner p:before {
  content: '+';
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}
.text-number-wrapper .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.text-number-wrapper p {
  margin: 0;
}
.text-number-wrapper .text-number .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.text-number-wrapper .text-number h5 {
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.text-number-wrapper .text-number p {
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.buttons-section {
  position: relative;
  z-index: 10;
  top: -45px;
}
.buttons-row-wrapper {
  /* display: flex; */
  position: relative;
  align-items: center;
}
.buttons-row-wrapper .et_pb_column {
  display: flex;
  align-items: center;
  width: 33.33% !important;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.5s;
}
/* .buttons-row-wrapper > .et_pb_column.active {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
} */
.buttons-row-wrapper > .et_pb_column:nth-child(2).active {
  background-repeat: no-repeat;
  background-blend-mode: normal;
  background-image: url('https://mca.ohm-conception.com/wp-content/uploads/2025/02/2nd-menu.png');
  background-color: #FFFFFF;
}
.buttons-row-wrapper > .et_pb_column:nth-child(1):hover {
  background-repeat: no-repeat;
  background-blend-mode: normal;
  background-image: url('https://mca.ohm-conception.com/wp-content/uploads/2024/12/serv2@2x-1.jpg');
  background-color: #FFFFFF;
}
.buttons-row-wrapper > .et_pb_column:nth-child(3):hover {
  background-repeat: no-repeat;
  background-blend-mode: normal;
  background-image: url('https://mca.ohm-conception.com/wp-content/uploads/2025/02/3rd-menu.png');
  background-color: #FFFFFF;
}
.buttons-row-wrapper .et_pb_column.active,
.buttons-row-wrapper .et_pb_column.special-button:hover {
  zoom: 1.5;
  z-index: 10;
  position: relative;
  top: -10px;
}
.buttons-row-wrapper .et_pb_column.active > .et_pb_module {
  color: #fff !important;
}
.buttons-row-wrapper .et_pb_column.active .special-button p,
.buttons-row-wrapper .et_pb_column.special-button:hover .special-button p {
  color: #154194;
}
.buttons-row-wrapper .et_pb_column p {
  margin: 0;
}
.special-button:hover .et_pb_module p {
  color: #fff !important;
}

.icons-wrapper {
  display: flex;
  justify-content: space-between;
}
.icons-wrapper .icon-item {
  width: 19%;
}
.icons-wrapper .icon {
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.icons-wrapper .icon-item img {
  text-align: center;
}
.icons-wrapper .icon-item h2 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}
.icons-wrapper .icon-item:hover h2 {
  opacity: 1;
}

.latest-news {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.latest-news .news-photo {
  width: 48%;
}
.latest-news .news-info {
  width: 48%;
  padding: 15px 0;
}
.latest-news .news-photo img {
  width: 100%;
}
.latest-news .news-info h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  padding-bottom: 0;
  margin-bottom: 15px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-news .desc-wrapper {
  /* min-height: 203px; */
  min-height: 248px;
}
.latest-news .desc-wrapper .inner-desc {
  line-height: 1.3;
  height: 3.6em;
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.latest-news .desc-wrapper .inner-desc a:after {
  display: none;
}
.latest-news .desc-wrapper a,
.latest-news .desc-wrapper p > a {
  height: auto;
  width: auto;
  background-color: transparent;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #154194;
}
.latest-news .desc-wrapper a:hover,
.latest-news .desc-wrapper p > a:hover {
  background-color: transparent;
}
.latest-news .news-info p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 10px 0 20px 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
}
.latest-news .news-info > a,
.up-event .event-info > a {
  display: flex;
  align-items: center;
  padding: 0 70px 0 20px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  background-color: #154194;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  height: 45px;
  width: fit-content;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}
.up-event .event-info a {
  margin-top: 33px;
}
.latest-news .news-info a:hover,
.up-event .event-info a:hover {
  background-color: rgba(21, 65, 148, .7);
}
.latest-news .news-info a:hover:after,
.up-event .event-info a:hover:after {
  background-color: #154194;
  color: #fff;
}
.latest-news .news-info a:after,
.up-event .event-info a:after {
  content: '\279C';
  position: absolute;
  /* height: 20px;
  width: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4); */

  opacity: 1 !important;
  color: #c0c0c0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-radius: 0px 5px 5px 0px;
}

/* .event-wrapper {
  padding: 0 100px;
} */
.up-event .event-info h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  padding: 0;
  margin-bottom: 15px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.up-event .event-info p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 10px 0 20px 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.up-event .event-photo {
  /* width: 150px;
  margin: 0 auto;
  margin-bottom: 15px; */
  height: 170px;
  width: fit-content;
  /* margin: 0 auto; */
  margin-bottom: 25px;
}
.up-event .event-photo img {
  height: 100%;
  width: auto;
}

.left-absolute {
  position: absolute;
  right: 0;
}

.profile-slider .et_pb_module_header {
  padding-bottom: 0;
}
.profile-slider .et_pb_main_blurb_image {
  margin-bottom: 10px;
}
.profile-slider .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}
.profile-slider .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-model {
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.user-blurb img {
  max-width: 70px !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}
.user-blurb h4 {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.user-blurb .et_pb_blurb_content {
  width: fit-content !important;
  max-width: fit-content !important;
}
.user-comment-slider .owl-nav button {
  outline: none;
}
.user-comment-slider .owl-nav .owl-prev,
.user-comment-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.user-comment-slider .owl-nav .owl-prev {
  left: 7%;
}
.user-comment-slider .owl-nav .owl-next {
  right: 7%;
}
.user-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #154194;
  color: #fff;
  font-size: 30px;
  padding-bottom: 6px;
}

a {
  color: #000;
}

.agence-block .et_pb_blurb_content {
  width: 100% !important;
  max-width: 100% !important;
}
.agence-block .et_pb_image_wrap img {
  width: 355px;
}
.agence-contact {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.agence-contact img {
  object-fit: contain;
}
.agence-contact a {
  color: #000 !important;
}

.contact-map .agence-block h4 {
  width: 100% !important;
}

/* .for-scale {
  transform: scale(0.8);
} */
.for-scale .et_pb_module_header {
  width: 60% !important;
}

.block-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* max-width: 400px; */
  width: 100%;  
}
.block-imgs .img-item {
  /* width: 30%; */
  width: 80px;
  text-align: center;
}
.img-item span {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.icons-and-imgs .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.icons-and-imgs .et_pb_main_blurb_image {
  margin: 0;
}
.icons-and-imgs .et_pb_module_header {
  margin: 0;
  padding: 0;
}

.page-tabs {
  border: none;
}
.page-tabs ul {
  background-color: transparent;
  border-bottom: 1px solid #9F9F9F;
  padding-bottom: 20px !important;
}
.page-tabs .et_pb_tabs_controls {
  display: flex;
  justify-content: space-between;
}
.page-tabs .et_pb_tabs_controls li {
  border: none;
  color: #9F9F9F;
}
.page-tabs .et_pb_tabs_controls li:hover {
  background-color: #154194;
  color: #fff;
  border-radius: 5px;
}
.page-tabs .et_pb_tabs_controls li:hover a {
  color: #fff !important;
}
.page-tabs li.et_pb_tab_active {
  background-color: #154194;
  color: #fff;
  border-radius: 5px;
}
.page-tabs li.et_pb_tab_active a {
  color: #fff !important;
}
.page-tabs .tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center ;
}
.page-tabs .tab-img {
  width: 48%;
}
.page-tabs .tab-text {
  width: 48%;
}
.page-tabs .tab-img img {
  width: 100%;
}
.page-tabs .tab-text h2 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-tabs .tab-text p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.page-tabs .tab-text a {
  display: flex;
  align-items: center;
  padding: 0 70px 0 20px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  background-color: #154194;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  height: 45px;
  width: fit-content;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}
.page-tabs .tab-text a:hover {
  background-color: rgba(21, 65, 148, .7);
}
.page-tabs .tab-text a:hover:after {
  background-color: #154194;
  color: #fff;
}
.page-tabs .tab-text a:after {
  content: '\279C';
    position: absolute;
    opacity: 1 !important;
    color: #c0c0c0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
}

.column-negative {
  bottom: -120px;
}

.pop-up-mobile-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

/* contact */
.contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.input-wrapper.half {
  width: 48%;
}
.input-wrapper.full {
  width: 100%;
}
.input-wrapper label {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.input-wrapper .wpcf7-form-control-wrap,
.input-wrapper .wpcf7-form-control-wrap input,
.input-wrapper .wpcf7-form-control-wrap textarea {
  width: 100%;
  display: block;
}
.input-wrapper .wpcf7-form-control-wrap input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 10px;
  height: 40px;
}
.input-wrapper .wpcf7-submit {
  width: 100%;
  background-color: #154194;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* end contact */

.et_pb_section.below-banner .et_pb_column {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto !important;
  float: none !important;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.et_pb_section.below-banner .et_pb_column .et_pb_module  {
  width: 19%;
  margin-bottom: 0;
}
.et_pb_section.below-banner .et_pb_column .et_pb_module  p {
  margin-bottom: 0;
}
.et_pb_section.below-banner .et_pb_module_header {
  padding-bottom: 0;
}

.below-banner-row .et_pb_column,
.below-banner-row .et_pb_column.et-last-child {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.below-banner-row .et_pb_column .et_pb_module {
  width: 19%;
  margin-bottom: 0;
}
.below-banner-row .et_pb_column .et_pb_module  p {
  margin-bottom: 0;
}
.below-banner-row .et_pb_module_header {
  padding-bottom: 0;
}

.img-gallery .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
}
.img-gallery .owl-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D9D9D9;
  outline: none;
  border: none;
}
.img-gallery .owl-dots button.active {
  background-color: #154194;
  border-radius: 5px;
  width: 40px;
}
.img-row-gallery {
  display: flex;
  align-items: center;
}
.manip-tab-wrapper {
  border: none;
  display: flex;
  gap: 50px;
}
.manip-tab-wrapper .et_pb_tabs_controls {
  width: 200px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.manip-tab-wrapper .et_pb_tabs_controls li {
  border: none;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  padding-right: 25px;
}
.manip-tab-wrapper .et_pb_tabs_controls li:after {
  content: '\279C';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.manip-tab-wrapper .et_pb_tabs_controls:after {
  display: none;
}
.manip-tab-wrapper .et_pb_tabs_controls li a {
  padding: 10px 0;
  line-height: 1.1;
}
.manip-tab-wrapper .et_pb_all_tabs {
  width: calc(100% - 250px);
}
.manip-tab-wrapper .et_pb_tab {
  padding: 0;
}
.manip-tab-content {
  display: flex;
  width: 100%;
}
.manip-tab-content .manip-tab-img {
  width: 60%;
}
.manip-tab-content .manip-tab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manip-tab-content .manip-tab-text {
  background-color: #154194;
  padding: 50px;
  color: #fff;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.manip-tab-content .manip-tab-text h2 {
  text-align: left;
  width: 100%;
}
.manip-tab-wrapper li:hover a,
.manip-tab-wrapper li.et_pb_tab_active a,
.manip-tab-wrapper li.et_pb_tab_active:after {
  color: #154194 !important;
}
.manip-tab-wrapper li:hover:after {
  color: #154194 !important;
}
.manip-tab-content .manip-tab-text p a {
  display: flex;
  align-items: center;
  padding: 0 70px 0 20px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  height: 45px;
  width: fit-content;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}
.manip-tab-content .manip-tab-text p a:after {
  content: '\279C';
  position: absolute;
  opacity: 1 !important;
  color: #c0c0c0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-radius: 0px 5px 5px 0px;
}
.manip-tab-content .manip-tab-text p a:hover {
  padding: 0 120px 0 20px;
}
.manip-tab-content .manip-tab-text p a:hover:after {
  background-color: #0a2e70;
  color: #fff;
}

/* footer */
.wpml-ls-statics-footer {
  margin: 0 !important;
}
.touch-item br {
  display: none;
}
.touch-item a {
  color: #000 !important;
  text-decoration: none !important;
}

.footer a {
  color: #000 !important;
  text-decoration: none !important;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
}
.bottom-footer p {
  margin: 0;
}

.touch-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.touch-item img {
  object-fit: contain;
}

.manip-slider .owl-stage {
  display: flex;
  align-items: center;
}
.manip-slider .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.manip-slider .et_pb_module.et_pb_image {
  text-align: center;
  margin: 0 auto !important;
  width: 70%;
}

/* #numbers {
  position: relative;
  opacity: 0;
  top: 100px;
} */

.plus-video .et_pb_blurb_content {
  width: auto !important;
  max-width: fit-content !important;
}
.group-blurb .et_pb_blurb_content {
  width: 100%;
  max-width: 100%;
}
.group-blurb .et_pb_text_inner li {
  margin: 5px 0;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.group-blurb .et_pb_text_inner ul {
  padding-left: 0;
}
.group-blurb .et_pb_text_inner li::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('https://mca.ohm-conception.com/wp-content/uploads/2024/10/check.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* blog */
.blog-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
  padding: 60px 0;
}
.blog-banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
.blog-banner .mca-container {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.blog-banner .banner-content {
  display: flex;
  justify-content: space-between;
}
.banner-content .static-text {
  width: 35%;
}
.banner-content .static-text h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
}
.banner-content .static-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.filter {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.filter button {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter button img {
  width: 19px;
}
.filter button span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}
.filter .selection {
  max-width: 322px;
  padding: 0 10px;
  /* background-color: rgba(159, 159, 159, 0.2); */
  height: 50px;
  border-radius: 5px;
  border: 1px solid #000;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
}
.filter .selection select {
  width: 100%;
  height: 45px;
  border: none;
  background-color: transparent;
  color: #989898;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
  padding-top: 2px;
}

.blogs {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 50px;
  padding: 50px 0 80px 0;
}
.blogs .blog-item,
.blog-banner .blog-item {
  width: 32%;
  display: block;
}
.blogs .blog-item .photo,
.blog-banner .blog-item .photo {
  height: 250px;
  margin-bottom: 20px;
}
.blogs .blog-item .photo.bottom-photo,
.blog-banner .blog-item .photo.bottom-photo {
  margin-top: 20px;
  margin-bottom: 0;
}
.blogs .blog-item .photo img,
.blog-banner .blog-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.blogs .blog-info .pub_date {
  text-transform: capitalize;
}
.blogs .blog-info .pub_date,
.blog-banner .blog-info .pub_date {
  display: block;
  color: #154194 !important;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #000;
}
.blogs .blog-info h2,
.blog-banner .blog-info h2 {
  padding: 0;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs .blog-info .short-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 137px;
}
.blog-banner .blog-info .short-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}
.blogs .blog-info .long-p,
.blog-banner .blog-info .long-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 17;
  -webkit-box-orient: vertical;
  /* height: 137px; */
}
.blogs .blog-info .long-p p > a:before,
.blog-banner .blog-info .long-p p > a:before {
  display: none;
}
.blogs .blog-info p,
.blog-banner .blog-info p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #000;
}
.blogs .blog-info > a,
.blog-banner .blog-info > a {
  display: block;
  position: relative;
  padding-left: 80px;
  color: #000;
  text-decoration: none;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}
.blogs .blog-info a:before,
.blog-banner .blog-info a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blogs .blog-info a:hover,
.blog-banner .blog-info a:hover {
  color: #154194 !important;
}
.blogs .blog-info a:hover:before,
.blog-banner .blog-info a:hover:before {
  background-color: #154194;
}
.blog-banner .blog-info a:before {
  background-color: #fff;
}
.blog-banner .blog-info h2,
.blog-banner .blog-info a,
.blog-banner .blog-info p,
.blog-banner .blog-info .pub_date {
  color: #fff !important;
}

/* single blog */
.mca-container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.mca-container-sm {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.banner {
  position: relative;
}
.banner.etudes-banner {
  margin-bottom: 200px;
}
.banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.banner .title {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: flex-start;
}
.banner .title h1,
.title h1 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #000;
  /* max-width: 600px; */
  width: 100%;
  text-transform: uppercase;
  line-height: 1.1;
}
.banner .title .title-and-date span {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.banner .title .share {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.banner .title .share img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.float-box-container {
  width: 90%;
  max-width: 1600px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -35px;
}
.float-box {
  width: 100%;
  max-width: 690px;
  background-color: #154194;
  padding: 20px;
}
.float-box h1 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
}
.float-box p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  padding: 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

section.description {
  margin-top: 30px;
}
section.description h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
}
section.description p {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}
.description-with-img {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px 0;
}
.description-with-img .description-img {
  width: 570px;
}
.description-with-img .description-img img {
  width: 100%;
}
.description-with-img .img-description {
  width: calc(100% - 610px);
}

.img-n-desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.img-n-desc.odd .desc {
  order: 2;
}
.img-n-desc.odd .img-gallery-etu {
  order: 1;
}
.img-n-desc .desc,
.img-n-desc .img-gallery-etu {
  width: 48%;
}

.img-n-desc .desc h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 20px;
}
.img-n-desc .desc p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  padding: 0;
}
.gallery-slider .owl-dots {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 15px;
}
.gallery-slider .owl-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D9D9D9;
  outline: none;
}
.gallery-slider .owl-dots button.active {
  width: 40px;
  background-color: #154194;
  border-radius: 10px;
}

.etu-extra h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 20px;
}
.etu-extra img {
  width: 100%;
}
.etu-extra .two-col-text {
  columns: 2;
  margin-top: 20px;
}
.etu-extra p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  padding: 0;
}
.hashtag {
  display: flex;
  flex-wrap: wrap;
}
.hashtag span {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  display: block;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.blog-info .small-desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}


/* related blogs */
.related-blogs {
  background-color: #154194;
  padding: 50px 0;
  margin-top: 100px;
}
.related-blogs h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.related-blogs h2,
.related-blogs .blog-info .pub_date,
.related-blogs p,
.related-blogs a {
  color: #fff !important;
}
.related-blogs .blog-item {
  width: 100%;
}
.related-blogs .blog-info a:before {
  background-color: #fff;
}
.related-blogs .blog-info a:hover,
.related-blogs .blog-info a:hover {
  color: #fff !important;
}
.related-blogs .blog-info a:hover:before,
.related-blogs .blog-info a:hover:before {
  background-color: #154194;
}
.related-blogs .blog-item .photo.bottom-photo {
  margin-top: 20px;
  margin-bottom: 0;
}

/*  */
.vid-col {
  position: absolute;
  /* bottom: -100px; */
  bottom: -210px;
  right: 0;
}

.latest-etude {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latest-etude .thumbnail,
.latest-etude .text-infos {
  width: 48%;
}
.latest-etude .thumbnail img  {
  width: 100%;
}
.latest-etude .text-infos h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 30px;
}
.latest-etude .text-infos p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0;
}
.latest-etude .text-infos a {
  display: flex;
  align-items: center;
  padding: 0 70px 0 20px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  background-color: #154194;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  height: 45px;
  width: fit-content;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
  margin-top: 40px;
}
.latest-etude .text-infos a:after {
  content: '\279C';
  position: absolute;
  opacity: 1 !important;
  color: #c0c0c0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-radius: 0px 5px 5px 0px;
}
.latest-etude .text-infos a:hover {
  background-color: rgba(21, 65, 148, .7);
}
.latest-etude .text-infos a:hover:after {
  background-color: #154194;
  color: #fff;
}


footer .et_pb_blurb_container {
  padding-left: 0 !important;
}
footer .bottom-footer {
  display: flex;
  justify-content: space-between;
}

.linkedin-slider {
  margin-top: 70px;
}
.linkedin-slider .item {
  height: 600px;
}
.linkedin-slider .item video {
  height: 100%;
}
.linkedin-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.linkedin-slider .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  outline: none;
}
.linkedin-slider .owl-dots button.active {
  background-color: #154194;
}

/*  */
.process-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.semi-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.image-container {
  position: relative;
  max-width: 100%;
  width: 90%;
  height: auto;
}
.dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #154194;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  animation: pulse-animation 2s infinite;
}
.text-0p h1 {
  padding: 0 !important;
}
.dot1 {
  top: 74%;
  left: 29%;
}
.dot2 {
  top: 34%;
  left: 52%;
}
.dot3 {
  top: 28%;
  left: 69%;
}
.dot4 {
  top: 19%;
  left: 81%;
}
.tooltips {
  position: absolute;
  background-color: #154194;
  border-radius: 6px;
  height: 46px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
.tooltips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #154194;
}
.for-dot1 {
  top: 68%;
  left: 29%;
}
.for-dot2 {
  top: 28%;
  left: 52%;
}
.for-dot3 {
  top: 22%;
  left: 69%;
}
.for-dot4 {
  top: 13%;
  left: 81%;
}
.for-dot1.open,
.for-dot2.open,
.for-dot3.open,
.for-dot4.open {
  display: flex;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

/* custom select */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: DodgerBlue;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* end custom select */

.votre-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
}
.votre-slider .owl-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D9D9D9;
  outline: none;
  border: none;
}
.votre-slider .owl-dots button.active {
  background-color: #154194;
  border-radius: 5px;
  width: 40px;
}

/* revisions */
.logo-slider.owl-carousel .owl-item img {
  height: 70px;
  object-fit: contain;
}

.nos_menu-title .et_pb_code_inner span {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.sub-menu > li {
  margin: 0 !important;
  width: 100%;
}
.sub-menu > li a {
  width: 100% !important;
}

/* #menu-item-319 .sub-menu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
} */
/* #menu-primary-menu .menu-item {
  z-index: 1;
}
#menu-primary-menu .et-show-dropdown .sub-menu {
  z-index: 10;
} */
/* #menu-item-319:not(.et-hover) .sub-menu.hovered-li {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
} */

 /* ddi */
#menu-item-319 > .sub-menu,
#menu-item-5696 > .sub-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  display: none;
}
#menu-item-319:hover > .sub-menu,
#menu-item-5696:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  flex-direction: row;
}


#menu-item-317:not(.et-show-dropdown) #menu-item-324 {
  pointer-events: none;
}
#menu-item-324.et-show-dropdown ul,
#menu-item-324.et-show-dropdown .sub-menu {
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#menu-item-317.et-hover .sub-menu,
#menu-item-317.et-hover .sub-menu .menu-item,
#menu-item-317.et-hover #menu-item-324 .sub-menu,
#menu-item-317.et-hover #menu-item-324 .sub-menu .menu-item {
  z-index: 9999;
}

.nos_solution h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.nos_solution h4 {
  font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.nos_solution .sub-menu-title {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.nos_solution .sub-menu-title > span {
  display: block;
  width: 30px;
}
.nos_solution a {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: #000000 !important;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.nos_solution p {
  margin: 0;
  padding: 0;
}
.links-list .et_pb_column > div:nth-child(1) {
  margin-bottom: 20px;
}
.links-list .et_pb_column > div:nth-child(2) {
  padding-left: 50px;
}

#nos_solution {
  display: none;
  position: fixed;
  top: 114px;
  left: 0;
  right: 0;
}

.solution-e-product .et_pb_image_wrap {
  display: block !important;
}