#module_home_preface_scroll .et_pb_text_inner {
  overflow-y: auto;
  max-height: 60vh;
  direction: rtl;
  padding-left: 50px;
  margin-left: -50px;
}
#module_home_preface_scroll .et_pb_text_inner > * {
  direction: ltr;
}

/* Pour Chrome, Edge et Safari */
#module_home_preface_scroll .et_pb_text_inner::-webkit-scrollbar {
  width: 20px;
  border-radius: 50px;
  transform: translateX(-50px);
}

#module_home_preface_scroll .et_pb_text_inner::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid #212b55;
  border-radius: 50px !important;
  box-sizing: border-box;
  width: 15px;
}

#module_home_preface_scroll .et_pb_text_inner::-webkit-scrollbar-thumb {
  background: #212b55;
  border-radius: 50px;
  /* border: 4px solid transparent; */
  background-clip: padding-box;
}
#module_home_preface_scroll .et_pb_text_inner::-webkit-scrollbar-button {
  display: none;
}
@media screen and (max-width : 1650px){
	.title_boards{
		white-space: nowrap !important;
		font-size: 12px !important;
	}
}
@media screen and (max-width : 980px){
    #module_home_preface_scroll .et_pb_text_inner {
        padding-left: 20px;
        margin-left: -20px;
      }
}