/* Mobile-only footer styles */
@media screen and (max-width: 768px) {
    .footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a {
        background-color: transparent !important;
        border: none !important;
        color: white !important;
    }
    
    /* Alternative selector if the above doesn't work */
    .widget.widget_nav_menu ul.menu li a {
        background-color: transparent !important;
        border: none !important;
        color: white !important;
    }
    
    /* More specific targeting for footer menu items */
    footer .widget.widget_nav_menu ul.menu li a,
    .footer-widgets .widget.widget_nav_menu ul.menu li a {
        background-color: transparent !important;
        border: none !important;
        color: white !important;
    }
}

/* For smaller mobile devices */
@media screen and (max-width: 480px) {
    .footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a {
        background-color: transparent !important;
        border: none !important;
        color: white !important;
    }
}



body.ltr .bs-sks {
  position: fixed;
  left: 0;
  right: 0;
  top: 65px !important;
  z-index: 99999;
  pointer-events: none;
}


body.ltr .bs-sks.bs-sks-type-2 {  
  width: calc(100vw - 30px) !important; 
}


 



/* Twitter/X Icon Customization - FOOTER ONLY */
footer ul.social-list.bsc-clearfix li a[href*="twitter"], 
footer ul.social-list.bsc-clearfix li a[href*="x.com"],
.footer ul.social-list.bsc-clearfix li a[href*="twitter"], 
.footer ul.social-list.bsc-clearfix li a[href*="x.com"],
#footer ul.social-list.bsc-clearfix li a[href*="twitter"], 
#footer ul.social-list.bsc-clearfix li a[href*="x.com"] {
    font-family: Arial, sans-serif;
    background-color: #000000 !important; /* X brand black background */
    border-radius: 4px; /* Slight rounded corners */
    transition: all 0.3s ease; /* Smooth transitions */
    overflow: hidden; /* Ensure clean edges */
    display: inline-block !important; /* Match other social icons display */
    vertical-align: top !important; /* Force top alignment like other icons */
    text-align: center;
    line-height: 1;
    position: relative;
}

/* X text styling - FOOTER ONLY */
footer ul.social-list.bsc-clearfix li a[href*="twitter"]:before, 
footer ul.social-list.bsc-clearfix li a[href*="x.com"]:before,
.footer ul.social-list.bsc-clearfix li a[href*="twitter"]:before, 
.footer ul.social-list.bsc-clearfix li a[href*="x.com"]:before,
#footer ul.social-list.bsc-clearfix li a[href*="twitter"]:before, 
#footer ul.social-list.bsc-clearfix li a[href*="x.com"]:before {
    content: "𝕏"; /* Use the actual X logo character, or use "X" for regular */
    font-weight: bold;
    font-size: 12px !important; /* Much smaller to match other icon sizes */
    color: #ffffff; /* White X on black background */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    z-index: 2;
}

/* Hide the original icon content - FOOTER ONLY */
footer ul.social-list.bsc-clearfix li a[href*="twitter"] i, 
footer ul.social-list.bsc-clearfix li a[href*="twitter"] span,
footer ul.social-list.bsc-clearfix li a[href*="x.com"] i, 
footer ul.social-list.bsc-clearfix li a[href*="x.com"] span,
.footer ul.social-list.bsc-clearfix li a[href*="twitter"] i, 
.footer ul.social-list.bsc-clearfix li a[href*="twitter"] span,
.footer ul.social-list.bsc-clearfix li a[href*="x.com"] i, 
.footer ul.social-list.bsc-clearfix li a[href*="x.com"] span,
#footer ul.social-list.bsc-clearfix li a[href*="twitter"] i, 
#footer ul.social-list.bsc-clearfix li a[href*="twitter"] span,
#footer ul.social-list.bsc-clearfix li a[href*="x.com"] i, 
#footer ul.social-list.bsc-clearfix li a[href*="x.com"] span {
    opacity: 0;
    visibility: hidden;
}

/* Force same dimensions and alignment as other social icons - FOOTER ONLY */
footer ul.social-list.bsc-clearfix li a[href*="twitter"], 
footer ul.social-list.bsc-clearfix li a[href*="x.com"],
.footer ul.social-list.bsc-clearfix li a[href*="twitter"], 
.footer ul.social-list.bsc-clearfix li a[href*="x.com"],
#footer ul.social-list.bsc-clearfix li a[href*="twitter"], 
#footer ul.social-list.bsc-clearfix li a[href*="x.com"] {
    width: 32px !important; /* Match other icons exactly - smaller size */
    height: 32px !important; /* Match other icons exactly - smaller size */
    margin: 0 !important; /* Remove any margins that might affect alignment */
    padding: 0 !important; /* Remove padding that might affect positioning */
}

/* Hover effects - FOOTER ONLY */
footer ul.social-list.bsc-clearfix li a[href*="twitter"]:hover, 
footer ul.social-list.bsc-clearfix li a[href*="x.com"]:hover,
.footer ul.social-list.bsc-clearfix li a[href*="twitter"]:hover, 
.footer ul.social-list.bsc-clearfix li a[href*="x.com"]:hover,
#footer ul.social-list.bsc-clearfix li a[href*="twitter"]:hover, 
#footer ul.social-list.bsc-clearfix li a[href*="x.com"]:hover {
    background-color: #1a1a1a !important; /* Slightly lighter black on hover */
    transform: translateY(-2px); /* Subtle lift effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow for depth */
}

/* Force exact same dimensions for all footer social icons - FOOTER ONLY */
footer ul.social-list.bsc-clearfix li a,
.footer ul.social-list.bsc-clearfix li a,
#footer ul.social-list.bsc-clearfix li a {
    width: 32px !important;
    height: 32px !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 2px !important; /* Small margin between icons */
}




body.ltr .site-header.header-style-2 .header-inner {
  padding: 00px 0;
}

#alaune {
  background: #f9f5f5;
  padding: 30px 30px !important;
}

#alaune .btn-bs-pagination {
  border: 1px solid rgba(138,138,138,.33);
  color: rgba(47, 43, 43, 0.83) !important;
  font-size: 21px !important;
  padding: 2px;
  display: inline-block;
  line-height: 22px !important;
  min-width: 26px;
  text-align: center !important;
  cursor: pointer;
  text-transform: uppercase !important;
  margin-top: -167px;
  margin-right: -25px;
  border-radius: 17px;
  width: 30px;
  height: 30px;
}

#alaune .btn-bs-pagination.prev.bs-slider-arrow {
  margin-top: -167px !important;
  margin-left: -26px;
  position: absolute;
}



#alaune  .listing.columns-1 .listing-item {
  width: 100%;
  float: none;
  margin-right: !important; 
  width: calc(100% - 10px) !important;
}

#alaune .term-badges.floated a {
  padding: 2px 7px;
  color: #fff;
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 1.7;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}



#alaune .listing-item-blog-5 .featured {
  position: relative;
  float: left;
  margin-right: 26px;
  line-height: 0;
  margin-left: 15px;
}


#alaune .featured.clearfix {
  width: 47% !important;
}


#alaune .listing-item-blog-5 .featured .img-holder {
  width: 100%;
  margin: 0;
}

#alaune .section-heading.sh-t1.sh-s4.main-term-none {
  position: absolute;
  right: 43%;
  z-index: 1;
  background: transparent !important;
  top: 3px;
}

#alaune .section-heading.sh-t1 .h-text {
  display: inline-block;
  padding: 4px 17px 4px 0;
  color: #444;
  background: transparent;
  color: #261f20 !important;
  font-size: 25px !important;
  font-weight: bold;
}

#alaune .bs-slider-dots-style-2 .bts-bs-dots-btn
{
	height: 12px!important;
   width: 12px!important;
}

#alaune .bs-slider-initialized .bs-slider-slide {
  display: block;
  background: #f9f5f5 !important;
}





body.ltr #alaune .listing-item-blog-5 > .item-inner > .title {
 text-transform: inherit !important;
  font-size: 34px !important;
  color: rgb(28, 24, 24) !important;
  font-family: Vollkorn !important;
  font-weight: 600;
  line-height: 34px;
  margin-top: 8px;
}


body.ltr #alaune .post-summary {
  font-family: 'Assistant';
  font-weight: 400;
  line-height: 23px;
  font-size: 17px;
  text-align: inherit;
  text-transform: initial;
  color: #888888;
}


body.ltr #alaune .term-badges .format-badge, body.ltr #alaune .term-badges .term-badge, body.ltr #alaune .main-menu .term-badges a {
  font-family: 'Barlow Condensed' !important;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}


#orientationblock .listing-item-tb-3 .title, #orientationblock .listing-item-tb-1 .title {
  font-family: 'Poppins' !important;
  font-weight: 500;
  line-height: 21px;
  font-size: 17px;
  text-align: inherit;
  text-transform: inherit;
  color: #ffffff;
}

#orientationblock {
  background: #17499a;
  padding: 35px 5px 5px 10px;
  margin-bottom: 30px;
}

#orientationblock .main-link {
  background: #f6a814 !important;
  color: white !important;
  font-size: 23px!important;
  display: inline-block!important;
  padding: 2px 9px!important;
  margin-left: -15px!important;
}

#orientationblock .section-heading.sh-t3 .main-link .h-text {
  color: #fff !important;
  font-size: 24px;
  line-height: 16px;
  padding: 7px 3px;
}

#orientationblock .section-heading .other-link {
  float: right;
  outline: 0;
  right: 595px;
}

#orientationblock  .section-heading.multi-tab .bs-pretty-tabs-container {
  padding-left: 10px;
  display: none;
}





#orientationblock .section-heading.sh-t3 a.other-link .h-text {
  color: #4f4444 !important;
  font-size: 24px;
  line-height: 13px;
  padding: 11px 20px;
  line-height: 12px;
}

#orientationblock .section-heading.sh-t3 .other-link.active .h-text {
  color: #f6a814 !important;
}

 



#orientationblock .section-heading.sh-t3.sh-s2.multi-tab.bs-pretty-tabs.bs-pretty-tabs-initialized {
width: 200%;
  max-width: 1615px;
  position: absolute; 
  z-index: 77777;
  margin-top: -70px;
}

#orientationblock .section-heading.sh-t3 > .other-link .h-text {
  padding: 0 15px;
  background: white;
  font-size: 17px;
}

#orientationblock .tab-content {
  margin-top: 65px !important;
}

#orientationblock .listing-item-tb-1 {
  margin-bottom: 15px;
  position: relative;
}


#espacestartup
{ 
  background: #eee;
  padding: 35px 5px 5px 10px;
  margin-bottom: 30px;
}

body.ltr #espacestartup .section-heading.sh-t1 .h-text {
  display: inline-block;
  padding: 4px 17px 4px 0;
    padding-right: 17px; 
  background: transparent;
  color: black !important;
  font-size: 27px;
  font-family: 'Barlow Condensed' !important;
}

body.ltr #espacestartup .listing-item-grid-1 .title  {
  text-transform: inherit !important;
  font-size: 17px !important;
  color: rgb(28, 24, 24) !important;
  font-family: 'Poppins' !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 26px;
}




#vieetudiante .listing-item-text-2 .title {
  font-family: 'Poppins' !important;
  font-weight: 400;
  line-height: 21px;
  font-size: 17px;
  text-align: inherit;
  text-transform: inherit;
  color: #0a0a0a;
}

#vieetudiante {
  background: #5e436c;
  padding: 35px 5px 5px 10px;
  margin-bottom:35px;
}

body.ltr #vieetudiante .section-heading.sh-t1 .h-text {
  display: inline-block;
  padding: 4px 31px 10px 18px;
  background: transparent;
  color: black !important;
  font-size: 27px;
  font-family: 'Barlow Condensed' !important;
  background: #cfd312;
  border-radius: 10px;
}
body.ltr #vieetudiante .section-heading.sh-t1.sh-s1 .h-text::after {
   
  display: none;
}

body.ltr #vieetudiante .listing-item-text-2:hover .item-inner
{
	border-color: #cfd312;
}

#vieetudiante .post-title.post-url {
  color: white;
}



body.ltr #lastarticleblock .section-heading.sh-t1 .h-text {
  display: inline-block;
  padding: 4px 31px 10px 18px;
  background: transparent;
  color: black !important;
  font-size: 27px;
  font-family: 'Barlow Condensed' !important; 
  border-radius: 10px;
}

body.ltr #lastarticleblock .listing-mg-4-item .title  {
  text-transform: inherit !important;
  font-size:19px !important;
  color: rgb(28, 24, 24) !important;
  font-family: 'Poppins' !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 26px;
}

body.ltr #lastarticleblock .term-badges .term-badge  {
  display: none;
}

body.ltr #lastarticleblock .post-meta {
  display: none;
}


body.ltr #lastarticleblock .listing-mg-4-item .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 6px;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
}


 

body.ltr #lastarticleblock2 .section-heading.sh-t1 .h-text {
  display: inline-block;
  padding: 4px 31px 10px 18px;
  background: transparent;
  color: black !important;
  font-size: 27px;
  font-family: 'Barlow Condensed' !important; 
  border-radius: 10px;
}

body.ltr #lastarticleblock2 .listing-mg-4-item .title  {
  text-transform: inherit !important;
  font-size:19px !important;
  color: rgb(28, 24, 24) !important;
  font-family: 'Poppins' !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 26px;
}

body.ltr #lastarticleblock2 .term-badges .term-badge  {
  display: none;
}

body.ltr #lastarticleblock2 .post-meta {
  display: none;
}


body.ltr #lastarticleblock2 .listing-mg-4-item .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 6px;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
}




body.ltr .otherblock .section-heading.sh-t1 .h-text {
  display: inline-block;
  padding: 4px 31px 10px 18px;
  background: transparent;
  color: black !important;
  font-size: 27px;
  font-family: 'Barlow Condensed' !important; 
  border-radius: 10px;
}


body.ltr  .main-menu.menu > li .sub-menu {
  width: 210px;
  background-color: #154899;
  -webkit-box-shadow: 0 7px 7px rgba(0,0,0,.15);
  -moz-box-shadow: 0 7px 7px rgba(0,0,0,.15);
  box-shadow: 0 7px 7px rgba(0,0,0,.15);
}

body.ltr  .main-menu.menu .sub-menu > li > a
{
	color: #fff !important;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  line-height: 22px;
  font-size: 19px;
  text-align: inherit;
  text-transform: inherit;
  padding: 5px 20px !important;
} 


body.ltr #header.site-header.full-width.stretched .content-wrap .container {
  max-width: 1600px !important;
}


body.ltr  .main-menu.menu .sub-menu li
{
	padding: 0 0px!important;
}

body.ltr .main-menu.menu .sub-menu > li:hover > a
{
	background-color: #154899 !important;
    color: white !important;
}

.rtl .fa-twitter::before {
  content: "X";
  font-weight:bold;
}




.fb_iframe_widget_lift {
width: 100% !important;
}

.menu-footer-navigation-2-container {
    white-space: nowrap;
}



.ltr .single-post-share .social-item.whatsapp {
  display: block !important;
}
 
div[class^='empty-note'], div[class*='empty-note']{
    display:none!important;
}



div[class^='empty-note']::parent, div[class*='empty-note']::parent{
    display:none!important;
}

.post-author-a {
  display: none;
}


body.ltr .desktopads {
  display: inline-block !important;
  background: #eaeaea !important;
}

 
body.ltr .menu-container.close { 
  width: 50px;
}
 
 
body.ltr .single-post-share .social-item.twitter a {
  background-color: #000;
  color: #2e86b1;
}

body.ltr .layout-2-col .content-column .social-item.twitter svg { 
  fill: #fdfeff;
  width: 14px;
  height: 16px;
  padding-top: 3px;
  margin-top: 4px !important;
}


body.ltr .main-menu.menu .current-menu-item , body.ltr .main-menu.menu > li.current-menu-item > a::before {
  background: transparent !important;
  border: 0 !important;
}

body.ltr .site-header .main-menu > li.current-menu-item > a {
  color: rgb(255, 255, 255)!important;
}


body.ltr .site-header.site-header .main-menu.menu > li.current-menu-parent > a   , body.ltr .main-menu.menu > li.current-menu-parent > a::before
{
	color: #fff !important;
	background-color: #2f60ac !important;
}

body.ltr .site-header .main-menu > li > a {
  transition: all 0.15s ease-in-out; /* Durée courte = transition rapide */
}

body.ltr .site-header .main-menu > li > a:hover {
  background: #f6a814 !important;
  color: #f1f7ff !important;
}

body.ltr .main-menu.menu > li > a::before {
  
  display: none;
}


body.ltr .site-header.header-style-5 .site-branding .logo.img-logo a {
  display: table-cell!important; 
  vertical-align: middle!important; 
  line-height: 40px!important; 
  height: 40px!important; 
  padding: 0 10px 0 0!important; 
}

body.ltr .site-header.header-style-5 .main-menu > li > a {
  line-height: 60px;
}

body.ltr .site-header.header-style-5 .main-menu.menu  {
  height: 60px!important; 
  overflow-y: hidden;
  margin-bottom: -1px;
}

body.ltr .bs-pinning-wrapper {
  position: relative;
  max-height: 60px;
}





body.ltr .social-item.twitter svg { 
  fill: #fff ;
  width: 14px;
  height: 16px;
  padding-top: 3px;
  margin-top: 4px !important;
}

body.ltr .topbar .social-item.twitter svg {
  fill: #f6a814 ;
  width: 13px !important;
  height: 16px;
  padding-top: 2px;
  margin-top: 3px !important;
}

body.ltr .topbar .better-social-counter.style-button .social-item .item-icon { 
  font-size: 15px; 
}


body.ltr .rh-header.light .rh-container {
	 background: #17499a !important;
	 border-bottom: 1px solid #e5e5e5 !important;
	}
	
	
body.ltr .bf-breadcrumb .bf-breadcrumb-item {
  font-size: 18px;
  line-height: 22px;
}

body.ltr.single-post .bf-breadcrumb .bf-breadcrumb-items li:last-child {
  display: none;
}

body.ltr .site-header.header-style-5.full-width {
  border-bottom: 0px solid #eee;
    border-bottom-color: rgb(238, 238, 238);
  position: fixed;
  width: 100%;
  z-index: 99999;
  margin-top: -5px;
}




body.ltr .listing-item-grid-1 .title , body.ltr .listing-item-blog-5 > .item-inner > .title {
 text-transform: inherit !important;
  font-size: 18px !important;
  color: rgb(28, 24, 24) !important;
  font-family: 'Poppins' !important;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.ltr .post-summary {
  font-family: 'Assistant';
  font-weight: 400;
  line-height: 19px;
  font-size: 17px;
  text-align: inherit;
  text-transform: initial;
  color: #888888;
}

body.ltr  .listing-item-grid-1 .post-summary
{ 
  display: none;
}

body.ltr .post-meta .comments { 
  display: none;
}



body.page-id-4640 .wpb_column.bs-vc-column.vc_column_container.vc_col-sm-12.bf-3-main-column-size {
  display: block !important;
  width: 100% !important;
  min-width: 1014px!important;
}


body.page-id-4640 .wpb_column.bs-vc-column.vc_column_container.vc_col-sm-12 {
  display: none!important;
}


body.ltr .site-header .menu .mega-menu {
  background-color: #f8f7f5;
  padding: 22px;
  margin-top: -1px;
}

body.ltr .main-menu li > a, .main-menu li, body.ltr .off-canvas-menu > ul > li > a {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 15px;
  text-align: inherit;
  text-transform: uppercase;
  padding: 0 6px !important;
  color: white !important;
}

body.ltr .site-header.full-width .main-menu-wrapper {
  border-top: 0px solid #dedede;
    border-top-color: rgb(222, 222, 222);
  border-bottom: 0px solid #dedede;
    border-bottom-color: rgb(222, 222, 222);
  background: transparent;
}

 
body.ltr .site-header .fa-search::before  { 
  font-size: 26px;
  color: white;
}

 
 body.ltr .site-header .fa-close::before { 
  font-size: 31px;
  color: #f6a814;
}

 body.ltr .post-tp-1-header .term-badges a {
  background: #444;
    background-color: rgb(68, 68, 68);
  padding: 2px 6px;
  display: inline-block;
  line-height: 18px;
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 4px;
 font-size: 16px;
  line-height: 18px;
  margin-top: 5px !important;
}

 body.ltr .post-meta.single-post-meta b {
  color: #4d4d4d;
  margin-left: 2px;
  font-size: 18px;
}


 body.ltr .single-post-share .post-share-btn .text {
  font-size: 19px;
  font-weight: normal;
}






body.ltr .site-header .search-container .search-box .search-form .search-field {
  color: #99778e !important;
  font-family: 'Barlow';
  padding: 0 25px;
  margin: 0 !important;
  line-height: 20px;
  height: 71px !important;
  background: #f7f6f4;
  font-weight: bold;
  border-bottom: 1px solid #c6b1bf;
  border-radius: 0;
  font-size: 18px;
}

body.ltr  .search-container.open {
  top: 60px;
  opacity: 1;
  visibility: visible;
  background: #f7f6f4!important;
}

body.ltr .site-header.header-style-5 .main-menu-container.search-open .main-menu.menu,
body.ltr .site-header.header-style-6 .main-menu-container.search-open .main-menu.menu,
body.ltr .site-header.header-style-8 .main-menu-container.search-open .main-menu.menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

body.ltr .site-header.header-style-5 .main-menu-container.search-open .menu-action-buttons.width-1 {
   margin-top: 59px;
}



body.ltr .site-header .search-container .search-box .search-form .search-field::placeholder {
   
  font-size: 17px!important;
}



.main-bg-color, body.ltr .main-menu.menu .sub-menu li.current-menu-item:hover > a:hover, body.ltr .main-menu.menu .better-custom-badge, .off-canvas-menu .menu .better-custom-badge, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:hover > a, .widget.widget_nav_menu .menu .better-custom-badge, .widget.widget_nav_menu ul.menu li > a:hover, .widget.widget_nav_menu ul.menu li.current-menu-item > a, .rh-header .menu-container .resp-menu .better-custom-badge, .bs-popular-categories .bs-popular-term-item:hover .term-count, .widget.widget_tag_cloud .tagcloud a:hover, span.dropcap.dropcap-square, span.dropcap.dropcap-circle, .better-control-nav li a.better-active, .better-control-nav li:hover a, body.ltr .main-menu.menu > li:hover > a::before, body.ltr .main-menu.menu > li.current-menu-parent > a::before, body.ltr .main-menu.menu > li.current-menu-item > a::before, .main-slider .better-control-nav li a.better-active, .main-slider .better-control-nav li:hover a, .site-footer.color-scheme-dark .footer-widgets .widget.widget_tag_cloud .tagcloud a:hover, .site-footer.color-scheme-dark .footer-widgets .widget.widget_nav_menu ul.menu li a:hover, .entry-terms.via a:hover, .entry-terms.source a:hover, .entry-terms.post-tags a:hover, .comment-respond #cancel-comment-reply-link, .better-newsticker .heading, .better-newsticker .control-nav span:hover, .listing-item-text-1:hover .term-badges.floated .term-badge a, .term-badges.floated a, .archive-title .term-badges span.term-badge a:hover, .post-tp-1-header .term-badges a:hover, .archive-title .term-badges a:hover, .listing-item-tb-2:hover .term-badges.floated .term-badge a, .btn-bs-pagination:hover, .btn-bs-pagination.hover, .btn-bs-pagination.bs-pagination-in-loading, .bs-slider-dots .bs-slider-active > .bts-bs-dots-btn, .listing-item-classic:hover a.read-more, .bs-loading > div, .pagination.bs-links-pagination a:hover, .footer-widgets .bs-popular-categories .bs-popular-term-item:hover .term-count, .footer-widgets .widget .better-control-nav li a:hover, .footer-widgets .widget .better-control-nav li a.better-active, .bs-slider-2-item .content-container a.read-more:hover, .bs-slider-3-item .content-container a.read-more:hover, body.ltr .main-menu.menu .sub-menu li.current-menu-item:hover > a, body.ltr .main-menu.menu .sub-menu > li:hover > a, .bs-slider-2-item .term-badges.floated .term-badge a, .bs-slider-3-item .term-badges.floated .term-badge a, .listing-item-blog:hover a.read-more, .back-top, .site-header .shop-cart-container .cart-handler .cart-count, .site-header .shop-cart-container .cart-box::after, .single-attachment-content .return-to:hover .fa, .topbar .topbar-date, .ajax-search-results::after, .better-gallery .gallery-title .prev:hover, .better-gallery .gallery-title .next:hover, .comments-template-multiple .nav-tabs .active a::after, .comments-template-multiple .active .comments-count, .off-canvas-inner::after, .more-stories::before, .bs-push-noti .bs-push-noti-wrapper-icon, .post-count-badge.pcb-t1.pcb-s1, .bs-fpe.bs-fpe-t2 thead, .post-tp-1-header .term-badges a {
  background-color: #ffb529 !important;
}



body.ltr .category-block-eduma { 
  padding:0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body.ltr .category-block-eduma .eduma-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.6em;
}

body.ltr .category-block-eduma .eduma-title {
font-weight: 600;
  font-size: 16px;
  background: #8fa0bb;
  font-family: Barlow;
  border-radius: 8px;
  line-height: 28px;
  color: #fff;
  padding: 0 20px;
}

body.ltr .category-block-eduma .eduma-title:hover {
  filter: brightness(1.1);
}


body.ltr .category-block-eduma .eduma-viewall {
  font-size: 0.9em;
  color: #f7a914;
  text-decoration: none;
}

body.ltr .category-block-eduma .eduma-viewall:hover {
  text-decoration: underline;
}

body.ltr .category-block-eduma .eduma-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ltr .category-block-eduma .eduma-list li {
   text-transform: initial;
  padding: 8px 0;
}

body.ltr .category-block-eduma .eduma-list a {
  color: #656666 !important;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  line-height: 22px;
  font-size: 19px;
  text-align: inherit;
  text-transform: inherit;
  padding-left: 12px;
}

body.ltr .category-block-eduma .eduma-list a:hover {
  color: #c70039;
}





#othernews .bs-listing.bs-listing-listing-grid-1.bs-listing-single-tab {
  background: #eee;
  padding: 10px 15px;
}


#othernews .h-text::before , #entreprenariat  .h-text::before {
  background-color: #f7a914;
}




#lastsection .section-heading.sh-t5 > .main-link > .h-text::before, .section-heading.sh-t5 > a:last-child:first-child > .h-text::before {
  width: 180px;
}


.ltr #site-footer .bs-shortcode.bs-about > * {
  text-align: justify !important;
  font-family: Assistant;
  font-size: 16px;
  color: white;
}

.ltr #site-footer  #sidebar-footer-1 .section-heading.sh-t5.sh-s1 {
  display: none;
}

.ltr #site-footer .widget.widget_nav_menu ul.menu li .sub-menu > li > a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0c8';
  font-size: 2px;
  margin-bottom: -4px;
}




.site-header .site-branding .logo img {
  max-width: 153px!important; 
}

.edubanner span {
  font-family: 'Poppins' !important;
}

.edubanner span.dashicons {
  font-family: 'dashicons'!important;
}



#bannerheaderstudent .wpb_single_image img {
  height: auto!important;
  max-width: 100%!important;
  vertical-align: top!important;
  max-height: 300px!important;
  width: auto!important;
}

#header-page-metiers  .vc_col-sm-3:nth-child(1),#header-page-metiers  .vc_col-sm-3:nth-child(2),#header-page-metiers  .vc_col-sm-3:nth-child(3) {
    width: 22%;
  }
  
#header-page-metiers  .vc_col-sm-3:last-child
{
	width: 32%;
    left: 2%;
}

#header-page-orientation  .vc_col-sm-3:nth-child(1) {
    width: 15%;
  }
 

#header-page-orientation  .vc_col-sm-3:nth-child(2)  {
    width: 25%;
  }
  
 #header-page-orientation  .vc_col-sm-3:nth-child(3)  {
    width: 30%;
  }
  

  
 #header-page-orientation  .vc_col-sm-3:nth-child(4)  {
    width: 30%;
  }


#header-page-examens  .vc_col-sm-3:nth-child(1) {
    width: 15%;
  }
 

#header-page-examens  .vc_col-sm-3:nth-child(2)  {
    width: 25%;
  }
  
 #header-page-examens  .vc_col-sm-3:nth-child(3)  {
    width: 30%;
  }
  

  
 #header-page-examens  .vc_col-sm-3:nth-child(4)  {
    width: 30%;
  }



#header-page-etudiante .vc_col-sm-1\/5:nth-child(1) {
    width: 17%;
  }

#header-page-etudiante .vc_col-sm-1\/5:nth-child(2) {
    width: 15%;
  }

#header-page-etudiante .vc_col-sm-1\/5:nth-child(3) {
    width: 20%;
  }

#header-page-etudiante .vc_col-sm-1\/5:nth-child(4) {
    width: 18%;
  }

#header-page-etudiante .vc_col-sm-1\/5:nth-child(5) {
    width: 23%;
  left: 3%;
  }



 


#dossieranalyse.vc_row.wpb_row {
  background-color: #f6a814  !important;
  border-radius: 11px;
}

#dossieranalyse .section-heading.sh-t7 > .main-link > .h-text, #dossieranalyse .section-heading.sh-t7 > a:last-child:first-child > .h-text {
  position: relative!important;
  padding: 5px 56px!important;
  background: #fff!important;
  margin-top: 5px!important;
  color: #1b2b34!important;
  border-radius: 0 12px;
}

#dossieranalyse .listing-item-grid:hover .title a , #dossieranalyse .listing-item-thumbnail:hover .title a
{
	color: #e4eff3!important;
}


#dossieranalyse  .h-text:first-child:last-child::before {
  background-color: #f7a914!important;
}

#dossieranalyse  .section-heading.sh-t7{
  margin-top: 10px;
}


#dossieranalyse .listing-item-grid-1 .title , #dossieranalyse .listing-item-tb-2 .title 
{
 
  color: #fff;
} 


#dossieranalyse  .post-summary {
 
  color: #f5e9e9;
}


.alert-danger {
  display: none;
}

.single-featured img {
  max-width: 100%;
  height: auto !important;
  width: 100%;
}

.entry-content {
  text-align: justify!important;
}

.wp-caption-text {
  text-align: left;
  line-height: 20px;
  background: #ece9e4;
  padding: 2px 5px;
  text-transform: inherit;
}


body.single-cat-14 .single-featured {
  text-align: center;
  display: block;
  margin: 0 0 20px;
  line-height: 0;
  position: relative;
	width: 260px;
	float: left;
	margin-right: 15px;
}

.site-footer, .footer-widgets .section-heading.sh-t4.sh-s5 .h-text::after {
  background-color: #17499a !important;
  position: absolute;
  width: 100% !important;
}

body.ltr #sidebar-footer-1 {
  padding: 0 19px;
  margin: a;
  margin-left: -121px;
}

body.ltr .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
  border-bottom: 0px solid #dedede !important;
}




body.ltr .single-post-title {
   text-transform: inherit !important;
  font-size: 33px !important;
  color: black !important;
  font-family: Vollkorn !important;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: ;
}

body.ltr .entry-content {
   font-family: Assistant;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  text-align: inherit;
  text-transform: initial;
  color: #000;
  font-style: normal;
}





body.ltr .section-heading .h-text {
  font-family: 'Barlow Condensed'!important;
}

body.ltr .term-badges .format-badge,body.ltr .term-badges .term-badge, body.ltr .main-menu .term-badges a {
  font-family:'Barlow Condensed'!important;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}




.site-header.header-style-8.full-width .content-wrap {
  max-width: 100% !important;
  z-index: 8888888888;
}

.bs-sks .bs-sksitemr , .bs-sks .bs-sksiteml {
  float: inherit;
}



	.desktopads .section-heading {
	  display: none !important;
	}
	
	.desktopads   {
	  margin : 5px 0px;
	  text-align: center;
	} 
	
	.desktopads .widget  {
	  margin :0  !important;
	}



	.mobileads .section-heading {
	  display: none !important;
	}
	
	.mobileads   {
	  margin : 5px 10px;
	  text-align: center;
	} 
	
	.mobileads .widget  {
	  margin :0  !important;
	} 
	
	
	
	body.full-menu-pined .bs-sks.bs-sks-sticky .bs-sksin2 {
	  --sks-top-gap: 75px;
	}
	
	 
 
	.mixteads .section-heading {
	  display: none !important;
	}
	
	.mixteads   {
	  margin : 5px 0px;
	  text-align: center;
	} 
	
	.mixteads .widget  {
	  margin :0  !important;
	} 
	
	body.full-menu-pined .bs-sks.bs-sks-sticky .bs-sksin2 {
	  --sks-top-gap: 75px;
	}
	
	
	


 /**** laptops  ****/
@media only screen and (min-width: 700px) 
{
	
	body.ltr .site-header.header-style-5 .site-branding {
	  width: 15%;
	  float: left;
	  padding-right: 20px;
	}
	
	body.ltr .site-header.header-style-5 .main-menu-container {
	  width: 85%;
	  float: right;
	}
	
	body.ltr .site-header.header-style-5 .site-branding .logo img {
	  max-height: 90px !important; 
	}

 

	.rh-cover {
	  display: none;
	}

	body.ltr .desktopads {
	  display: inline-block !important;
	  background: #eaeaea !important;
	}
 
	
	.version_pdf-template-default.single-version_pdf .layout-2-col .content-column {
	  width: 100%!important;
	}
	
	.version_pdf-template-default.single-version_pdf  .layout-2-col .sidebar-column {
	  display: none !important;
	}
	
	.version_pdf-template-default.single-version_pdf .single-featured
	{
	  display: none !important;
	}
	
	.afterheaderblock {
	  margin: auto;
	  width: 100%;
	  background: #f2efef;
	  text-align:center;
	}
	
	.afterheaderblock .insideblock {
	  margin: auto !important;
	  max-width: 980px !important;
	  padding: 5px 15px;
	}
	
	.afterheaderblock .vc_row-has-fill .wpb_wrapper > .bs-listing:last-child
	{
		margin-bottom: 6px!important;
	}
	
	.afterheaderblock .vc_row-has-fill > .bs-vc-wrapper > .vc_column_container > .bs-vc-wrapper
	{
		padding-top: 5px!important;
	}
	
	.afterheaderblock .headerads
	{
		
	}
	
	.topbar .better-social-counter.style-button .social-item .item-icon , .site-header .top-menu.menu > li > a {
	  color: rgb(37, 78, 122) !important;
	  
	}
	
	.site-header .top-menu.menu > li > a {
	  font-size: 11px!important;
	  
	}
	
	#othernews .h-text  {
	  padding: 2px 36px;
	  border-radius: 4px;
	}

	.site-header.header-style-8 .topbar .topbar-inner {
	  padding: 0px 0;
	}
	
	.afterheaderblock .section-heading.sh-t1.sh-s1 .h-text {
		padding-right: 8px !important;
		color: #e84a5f;
	}



	.afterheaderblock .section-heading.sh-t1 .h-text {
	  display: inline-block;
	  padding: 2px 4px;
		padding-right: 4px;
	  color: #444;
	  background: #fff;
	}
	
	.afterheaderblock .section-heading.sh-t1.sh-s1 .h-text::after {
	  display: none;
	}
 
	.afterheaderblock .section-heading.sh-t1.sh-s1 {
	  margin-bottom: 0;
	  margin-left: 114px;
	  position: absolute;
	}

	.afterheaderblock .listing-thumbnail.listing-tb-1 .listing-item-tb-1 .title {
	  margin-top: 29px;
	  text-align:left;
	  line-height: 18px;
	}
	
	.afterheaderblock .listing-thumbnail.listing-tb-1 .listing-item-tb-1 .img-holder {
	  width: 100px;
	}

	.afterheaderblock .section-heading .h-text {
	  font-family: 'Barlow Condensed';
	  font-weight: 500;
	  line-height: 22px;
	  font-size: 11px;
	}
	
	.site-header.header-style-8 .site-branding .logo img {
	  background: #2a363b;
	}
	
	
	.site-header.header-style-8 .site-branding .logo {
	  line-height: 58px;
	  display: table;
	  width: 100%;
	  margin-top: -8px;
	}
	 
	
	.mega-menu .bs-pagination.bs-ajax-pagination.next_prev {
	  margin-top: 22px;
	  display: none;
	}
	
	.mega-menu .listing-item-grid-1 .title , .mega-menu .listing-item-grid-1 .title:hover {
	  color: #fffdff!important;
	}
	
	.mega-menu .term-badges.floated {
	  display: none;
	}


	
	.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-2 {
	  padding-right: 20px!important;
	}

	.site-header.header-style-8 .search-container .search-box .search-form .search-field {
	  height: 81px!important;
	}
	
	 

	
	.site-header.header-style-8 .main-menu.menu > li {
	  margin: 0!important;
	}
	
	.site-header .main-menu > li > a {
	  padding: 0 10px!important;
	  z-index: 0;
	}
	
	.post-edit-link {
	  display: none!important;
	}


	.site-header.header-style-8 .off-canvas-menu-icon-container {
	  line-height: 42px;
	  width: 15px;
	  position: absolute;
	  left: 0 !important;
	  margin-left: -30px;
	  margin-top: 20px;
	}
	
	.site-header.header-style-8 .site-branding .logo.img-logo a {
	  height: 75px;
	}
	
 
	.mobileads {
        display: none!important;
    }
	
	.bf-3-main-column-size.bf-3-main-column-size {
	  width: auto!important;
	}
	
	.bs-listing-slider-1 .better-control-nav li a {
	  width: 12px;
	  height: 12px;
	}
	
	.bs-slider-1-item .term-badges.floated {
 
	  text-align: left!important; 
	}
	
	.term-badges.floated {
	  position: absolute;
	  top: 10px;
	}
	
	body.full-width .main-wrap {
	  width: 100%; 
	}

	#lastvideos .section-heading.sh-t2 .main-link:first-child:last-child .h-text {
	  color: #f4edee;
	}
	
	
	#lastvideos .listing-item-grid-1 .format-icon {
	  right: 50%!important;
	  top: 50%!important;
	  margin-top: -16px;
	  margin-right: -16px;
	}
	

	#lastvideos .listing-item-grid-1 .title {
	  font-family: 'Barlow Condensed';
	  font-weight: 500;
	  line-height: 23px;
	  font-size: 18px;
	  text-align: inherit;
	  text-transform: none;
	  color: #f9f0f0;
	}
	
	.term-badges.floated {
	  position: absolute;
	  top: 10px!important;
	}
	
	#trendingnews {
	  padding: 0 16px;
	}
	
	#marochome .term-badges.floated {
	  display: none;
	}
	
	#homepagecol1
	{
		background-color:#f2f2f4;
		width: 300px !important;
		min-width: 300px;
	}
	
	#site-footer .widget.widget_nav_menu ul.menu li a {
	line-height: 19px;
    font-size: 17px;
    padding: 5px 10px;
    background-color: #fff;
    border: 0px solid #dedede;
    display: block;
    position: relative;
    width: 100%;
    color: white !important;
    background: transparent;
    background-color: transparent;
    font-family: Assistant;
	}
		
	
	
	#homepagecol1 .vc_col-has-fill.vc_col-has-fill > .bs-vc-wrapper {
	  padding-top: 18px !important;
	} 
	
	#site-footer .col-sm-3:first-child
	{
		width: 25%;
	}

	#site-footer .col-sm-3:nth-child(2),#site-footer .col-sm-3:nth-child(3),#site-footer .col-sm-3:nth-child(4)
	{
		width: 25%;
	}
	
	#sidebar-footer-2 .menu {
	 width: 290px !important;
    margin-left: 20px;
    background: #2f5799;
    padding: 16px 0;
	min-height: 490px !important;
	}
	
	
	#sidebar-footer-3 .menu {
	 width: 290px !important;
    margin-left: 20px;
    background: #2f5799;
    padding: 16px 0;
	min-height: 490px !important;
	}
	
	

	
	#sidebar-footer-4 .menu {
	  width: 290px !important;
    margin-left: 20px;
    background: #2f5799;
    padding: 16px 0;
	min-height: 490px !important;
	}
	
	.site-footer .copy-footer {
	  background-color: #eee!important;
	  padding: 10px 0!important;
	  
	}
	
	body .site-footer .copy-1,body .site-footer .copy-1 a, body.site-footer .copy-2, body.site-footer .copy-2 a {
	  color: rgba(17, 14, 14, 0.83) !important;
	  font-size: 18px;
	}
	
	body .site-footer .widget.widget_nav_menu ul.menu li a::before {
		display: inline-block;
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: 400;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  content: '\f111';
	  margin-left: 7px;
	  margin-right: 7px;
	  font-size: 11px;
	}
	
	.site-footer .widget img {
	max-width: 380px !important;
    margin-top: 20px !important;
	}
	
	.archive-title.category-title.with-actions.with-terms {
	  display: none;
	}
	
	.post-author-a {
	  display: none;
	}
	  
		 
		
	
}


/**** large desktop ****/	
	@media only screen and (min-width: 1440px) {
	
	.rh-cover {
	  display: none;
	}
	
	body.ltr .desktopads {
	  display: block !important;
	  background: #ffffff !important;
	}
	
	.mobileads {
        display: none!important;
    }
	 
	.bf-3-main-column-size.bf-3-main-column-size {
	  width: auto!important;
	}
		


}


/******* mobile ****/
@media only screen and (min-device-width: 121px) and (max-device-width: 700px) 
{	
	
	body.ltr #sidebar-footer-1 {
	  padding: 0 !important;
	  margin: 0!important;
	  margin-left: 0 !important;
	}


	  #alaune {
		background: #f9f5f5;
		padding: 15px 20px !important;
		width: calc(100% + 34px);
		margin-left: -15px;
		margin-right: 10px !important;
		margin-top: -50px;
	  }

	#alaune .featured.clearfix {
	  width: 100% !important;
	}
	
	body.ltr #alaune .listing-item-blog-5 > .item-inner > .title {
  text-transform: n0 !important;
  font-size: 25px !important;
  color: rgb(51, 45, 45) !important;
  font-family: Vollkorn !important;
  font-weight: 600;
  line-height: 35px;
  margin-top: 8px;
}


	
	
	#alaune .btn-bs-pagination {
	  border: 1px solid rgba(138,138,138,.33);
	  color: rgba(47, 43, 43, 0.83) !important;
	  font-size: 21px !important;
	  padding: 2px;
	  display: inline-block;
	  line-height: 22px !important;
	  min-width: 26px;
	  text-align: center !important;
	  cursor: pointer;
	  text-transform: uppercase !important;
	  margin-top: -5px;
	  margin-right: 6px;
	  border-radius: 17px;
  
	}
	
	#alaune .btn-bs-pagination.prev.bs-slider-arrow {
		margin-top: -5px !important;
		margin-left: -5px;
		position: absolute;
	}
	
	
	#orientationblock .section-heading.sh-t3.sh-s2.multi-tab.bs-pretty-tabs.bs-pretty-tabs-initialized {
	  width: 100% !important;
	  max-width: 100% !important;
	  position: absolute;
	  z-index: 77777;
	  margin-top: -44px;
	}
	
	#orientationblock .bs-pretty-tabs.bs-pretty-tabs-initialized .other-link {
	  opacity: 1;
	  position: relative;
	  display: none;
	}
	
	

	
	#orientationblock .section-heading .other-link {
		float: right;
	  outline: 0;
	  right: auto;
	}
	
	#orientationblock .listing.columns-2 .listing-item, .mega-links.columns-2 > .menu-item {
	  width: 100%;
	  float: left;
	  margin: 7px 5px !important;
	  padding: 0 !important;
	}
	
	#orientationblock .bs-pretty-tabs-container {
	  display: none !important;
	}
	
	#orientationblock .tab-content {
	  margin-top: 20px !important;
	}











	.cover-wrap
	{
		display:none;
	}
	

	.main-wrap.content-main-wrap .wpb_column.bs-vc-column.vc_column_container {
	  padding: 0 6px !important;
	}
	
 


  


	.post-template-1 .single-post-title {
	  font-size: 28px!important;
	}


	.rh-header.light .rh-container {
	  background:#f6a814 !important;
	  border-bottom: 1px solid #e5e5e5;
	}
	
	.rh-header .menu-container .menu-handler {
	  background-color: transparent!important;
	  float: left!important;
	}
	
	.rh-header .logo-container img {
		max-height: 100% !important;
		max-width: 175px !important;
		margin-left: 0; 
	}
	
	.rh-header .logo-container
	{ 
	  text-align: center;
	  height: 55px!important;
	}

	
	.rh-cover::before {
	  height: 0!important; 
	}
	
	#lastvideos .section-heading.sh-t2 .main-link:first-child:last-child .h-text {
	  color: #f4edee;
	}
	
	
	#lastvideos .listing-item-grid-1 .format-icon {
	  right: 50%!important;
	  top: 50%!important;
	  margin-top: -16px;
	  margin-right: -16px;
	}
	

	#lastvideos .listing-item-grid-1 .title {
	  font-family: 'Barlow Condensed';
	  font-weight: 500;
	  line-height: 23px;
	  font-size: 18px;
	  text-align: inherit;
	  text-transform: none;
	  color: #f9f0f0;
	}
	
	
	
	.rh-cover .better-social-counter {
	  margin: 20px 0 0 !important;
	  padding-bottom: 80px;
	}

	
	.rh-cover {
	  top: 50px!important;
	  background: #f8f7f5  !important;
	}
	
	.rh-cover .rh-p-h {
	  display: none;
	}
	.rh-header .menu-container {
	  left: 0;
	}
	
	body.open-rh .rh-cover {
			left: 0;
		  visibility: visible;
		  width: 260px!important;
		  top: 54px !important;
		}

	.rh-cover .rh-c-m .resp-menu li > a {
	  padding: 0 0 0 3px;
	  color: #526c7a!important;
	  font-size: 19px!important;
	}
	
	
	.rh-cover .rh-close::after, .rh-cover .rh-close::before {
	  content: '';
	  width: 2px;
	  height: 18px;
	  position: absolute;
	  left: 50%;
	  margin-left: -1px;
	  top: 50%;
	  margin-top: -10px;
	  opacity: .65;
	  background: #0299d6!important;
	  transform: rotate(45deg);
	  border-radius: 5px;
	}
	
	.site-footer .copy-footer {
	  padding: 0 5px!important;
	  background: #fbfeff !important;
	  color: black !important;
	}
	
	body .site-footer .copy-1  {
	  color: rgb(37, 78, 122) !important;
	}
	
	.post-related {
	  display: none;
	}





	
	.rh-cover .search-form input[type="submit"] { 
	  color: #f6a814 !important; 
	}
	
	.rh-cover .search-form ::placeholder {
		color: #fff !important;
		font-size: 16px; 
		margin: 0 !important;
	}
	
	.rh-cover .search-form {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: #17499a;
	}


	
	.col-sm-4.sidebar-column.sidebar-column-primary {
	  display: none !important;
	}
 
 

	.rh-cover .better-social-counter.style-button .item-icon {
		 width: 42px;
		height: 42px;
		line-height: 38px;
		color: #fbfbfb !important;
		 background: rgb(23, 73, 154) !important; 
		border: 1px solid rgb(37, 78, 122) !important;
	}
	
	
	.rh-cover .search-form ::placeholder {
	  color: #38423d;
	}
	
	body.ltr .category-block-eduma .eduma-title {
	  font-weight: 600;
	  font-size: 19px;
	  background: #8fa0bb;
	  font-family: Barlow;
	  border-radius: 8px;
	  line-height: 28px;
	  color: white;
	  padding: 0 20px;
	}




	
	.rh-header.light .menu-container .menu-handler .lines, .rh-header.light .menu-container .menu-handler .lines::after, .rh-header.light .menu-container .menu-handler .lines::before {
	  background:#fff !important;
	}


	body.ltr .desktopads {
        display: none!important;
    }
	body.ltr .mobileads {
        display: block!important;
    }
	
	
	#site-footer .col-sm-3:first-child , #site-footer .col-sm-3:first-child #sidebar-footer-1
	{
		 width:100%!important;
	
	}


	#site-footer .col-sm-3:nth-child(2) , #site-footer .col-sm-3:nth-child(3), #site-footer .col-sm-3:last-child
	{
		display: none;
	}
	
	#site-footer .widget img {
	  max-width: 250px;
	  height: auto;
	}
	
	.ltr #site-footer .bs-about > * {
	  text-align: center;
	}
	
	.ltr .bs-slider-1-item .title {
	  font-family: 'Barlow Condensed';
	  font-weight: 700;
	  line-height: 24px!important;
	  font-size: 17px!important;
	  text-align: inherit;
	}
	
	.ltr .bs-slider-1-item .content-container {
	  bottom: 0px!important;
	  left: 10px!important;
	  right: 10px!important;
	  padding: 0 0 10px 0 !important;
	}
	
	.ltr .bs-slider-1-item .term-badges.floated {
	  text-align: left!important;
	}
	
	.term-badges.floated {
	  position: absolute;
	  top: 10px!important;
	  left: 0;
	}
	
	.entry-content p {
	  margin-bottom: 17px;
	  text-align: justify!important;
	}
	
	.archive-title {
	  display: none;
	}

	
	

}

/******* small mobile ****/
@media only screen and (max-device-width: 120px) 
{
	
	.desktopads {
        display: none!important;
    }
	.mobileads {
        display: block!important;
    }
	
		 
}