/*
Theme Name: Creativ University Child
Theme URI: http://creativthemes.com/downloads/creativ-university/
Template: creativ-university
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Creativ University is a clean and modern designed pure responsive WordPress theme. Creativ University is one stop solution for any university or educational institutions. Manage your students, organize lessons, create e-learning network and more. This theme is great for Education Institute, Events, Courses and even Learning Management System.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,left-sidebar,editor-style,right-sidebar,full-width-template,two-columns,custom-colors,custom-header,custom-logo,blog,entertainment,portfolio
Version: 1.7.1752836564
Updated: 2025-07-18 13:02:44

*/
body{
  font-family: "Work Sans";
  transition: .3s;
}

/* ==============Header============ */
.header-serche-holder {
  padding: 0!important;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.header-serche-holder::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.header-serche-holder input {
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e0e0;
  border-radius: 11px 11px 11px 11px;
  padding: 9px !important;
  padding-left: 30px !important;
}
.header-serche-holder i {
  color: #868686;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-weight: 100;
}
.btn-top-header .elementor-button-content-wrapper{
  align-items: center;
}
.btn-top-header .elementor-button-icon{
font-size: 27px!important;
}
.menu-mobile-holder .sub-menu{
  position: unset!important;
}
.menu-mobile-holder .elementor-item{
  justify-content: space-between;
}
.nav-header-in-top-holder ul.elementor-nav-menu > li:hover > .sub-menu {
    display: flex!important;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 390px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.nav-header-in-top-holder ul.elementor-nav-menu>li>.sub-menu>li{
  width: calc(50% - 10px);
}
.nav-header-in-top-holder ul.elementor-nav-menu>li>.sub-menu>li>a{
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    display: inline-block!important;
    -webkit-box-direction: normal;
    white-space: unset!important;
}
@media(max-width:767px){
  .header-serche-holder input{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0 !important;
    font-size: 0;
  }
  .header-serche-holder i{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
}
@media(max-width:500px){
  .header-serche-holder input{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0 !important;
    font-size: 0;
  }
  .header-serche-holder i{
    font-size: 11px;
  }
  .serach-top-holder{
    width: 35px!important;
  }
}
/* =============== */
.toggle-l-d-container {
  position: relative;
  width: 60px;
  height: 40px;
  background: #e8e8ea;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

.toggle-l-d-container #toggle-light-darck {
  display: none;
}

.toggle-l-d-container .toggle-label {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

body.dark-mode .toggle-l-d-container .toggle-label {
  transform: translateX(20px);
}

.toggle-l-d-container #toggle-light-darck-icon {
  color: #333;
  font-size: 16px;
}
.toggle-l-d-container i {
  color: #52535f;
}


/* Bouton enregistrer --------------------------------------------------- */
.ec-save-post {
  display: inline-flex;
  gap: 4px;
  padding: 6px 12px;
  font-size: 0.9rem;
  border: 1px solid var(--accent, #1976d2);
  background: #fff;
  color: var(--accent, #1976d2);
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.ec-save-post.is-saved {
  background: var(--accent, #1976d2);
  color: #fff;
}

/* Badge compteur ------------------------------------------------------ */
.ec-saved-link {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.ec-saved-count {
  font-weight: 600;
}

/* Listing favoris ----------------------------------------------------- */
.ec-fav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.ec-fav-item a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2px;
}
@media(max-width:500px){
   
  .toggle-l-d-container{
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .toggle-l-d-container .toggle-label{
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  body.dark-mode .toggle-l-d-container .toggle-label{
    transform: translateX(0);
  }
  .dark-icon-header-holder{
    width: 35px!important;
  }
 
}
/* ======================== Home Page Title Styles ======================== */
.home-page-first-slid .wpr-grid-media-hover-middle.elementor-clearfix {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
}
.home-page-first-slid .wpr-grid-item-category > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.home-page-first-slid .wpr-grid-item-category a {
  padding: 7px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
  background-color: #2db5e2;
  color: #ffffff;
}
.home-page-first-slid .wpr-grid-item-category a span.tax-sep {
  display: none !important;
}
.home-page-first-slid .wpr-grid-item-below-content.elementor-clearfix {
  position: absolute;
  bottom: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  left: 0;
}
.home-page-first-slid img {
  aspect-ratio: 12 / 9;
  width: 100% !important;
  border-radius: 10px !important;
}
.home-page-first-slid .wpr-grid-image-wrap {
  position: relative;
}
.home-page-first-slid .wpr-grid-image-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-radius: 10px;
}
.home-page-first-slid .wpr-grid-slider-arrow-container {
  position: absolute;
  top: -36px;
  right: 0;
  width: 90px;
  height: fit-content;
}
.home-page-first-slid .wpr-grid-slider-dots {
  display: flex !important;
  justify-content: center;
  width: 100%;
}
.home-page-first-slid
  a.wpr-button-effect.wpr-button-none
  span.wpr-grid-extra-icon-right {
  rotate: -45deg;
}
.home-page-first-slid
  a.wpr-button-effect.wpr-button-none
  span.wpr-grid-extra-icon-right i{
  color: #009fd1!important;
}
button.ec-save-post {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eeeeee9c !important;
  border: none !important;
  outline: none !important;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 6;
}
button.ec-save-post::after {
  content: "\f02e";
  font-family: "Font Awesome 5 Pro";
}
button.ec-save-post span {
  display: none;
}
.ec-save-post.is-saved {
  background: #1976d2 !important;
  color: #fff;
}
a.ec-saved-link {
  position: relative;
}
a.ec-saved-link span.ec-saved-count {
  position: absolute;
  top: -4px;
  right: -6px;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  color: #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #d8d8d8;
}
span.dashicons.dashicons-bookmark {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2db5e2;
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
span.dashicons.dashicons-bookmark::after {
  content: "\f02e";
  font-family: "Font Awesome 5 Pro";
}
.last-articles-home img {
  aspect-ratio: 14 / 9;
  width: 100% !important;
  border-radius: 7px !important;
}

.last-articles-home article > div {
  padding: 15px;
  height: 100%;
}
.last-articles-home a.wpr-load-more-btn{
  width: 300px;
}
.last-articles-home .wpr-grid-item-category > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.last-articles-home .wpr-grid-item-category a {
  padding: 7px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
  background-color: #2db5e2;
  color: #ffffff;
  font-family: 'Work Sans';
}
.last-articles-home .wpr-grid-item-category a span.tax-sep {
  display: none !important;
}
.last-articles-home .wpr-grid-item-below-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.last-articles-home .wpr-grid-item-below-content .wpr-grid-item-category{
  width: 100%;
}
.last-articles-home .wpr-grid-item-below-content .wpr-grid-item-title .inner-block{
  margin: 0!important;
}
.last-articles-home .wpr-grid-item-below-content::after {
  content: none !important;
}
.last-articles-home .wpr-grid-item-date,
.last-articles-home .wpr-grid-item-author {
  width: fit-content;
}
.last-articles-home section.wpr-grid article {
  width: calc(33.33% - 15px)!important;
  position: unset!important;
  margin: 0!important;
}
.last-articles-home section.wpr-grid {
  display: flex;
      flex-wrap: wrap;
      gap: 15px;
      flex-direction: row;
      height: auto !important;
}
.last-articles-home .side-post-holder .wpr-grid-image-wrap {
  height: 100% !important;
}
.last-articles-home .side-post-holder section.wpr-grid article{
  width: 100%!important;
}
.last-articles-home .side-post-holder article > div {
  display: flex;
  flex-wrap: wrap;
}
.last-articles-home .side-post-holder img {
  height: 100% !important;
  object-fit: cover;
}
.last-articles-home
  .side-post-holder
  a.wpr-button-effect.wpr-button-none
  span.wpr-grid-extra-icon-right {
  rotate: -45deg;
}
.last-articles-home
  .side-post-holder
  .wpr-grid-item-below-content.elementor-clearfix {
  min-height: auto !important;
}
.news-letter-home * {
  width: 100%;
  padding: 0;
  margin: 0;
}
.news-letter-home form {
  position: relative;
}
.news-letter-home input {
  width: 100%;
  padding: 15px;
  min-height: 45px;
  border-radius: 45px;
}
.news-letter-home button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: hsl(195, 76%, 53%);
  columns: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: none;
  outline: none;
}
.news-letter-home button i::after {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.contact-form-in-home textarea,
.contact-form-in-home select,
.contact-form-in-home input{
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  box-shadow: none;
  outline: none;
}
.contact-form-in-home input::placeholder,
.contact-form-in-home textarea::placeholder {
  color: #aaa;
}
.contact-form-in-home button {
  background-color: #00b4ef;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  width: fit-content;
}
.contact-form-in-home button:hover {
  background-color: #009fd1;
}
.footer-holder ul.elementor-icon-list-items li a{
  color: #fff;
}
@media(max-width: 768px){
  .last-articles-home section.wpr-grid article {
    width: calc(50% - 15px)!important;
  }
}
@media(max-width: 500px){
  .last-articles-home section.wpr-grid article {
    width: 100%!important;
  }
  .last-articles-home .wpr-grid-item-below-content{
    padding-top: 15px;
  }
  .last-articles-home .wpr-grid-media-wrap{
    margin: 0!important;
  }
  span.dashicons.dashicons-bookmark{
     width: 35px;
    height: 35px;
  }
  span.dashicons.dashicons-bookmark::after{
    font-size: 11px;
  }
}
/* =============================== */
/* =======Single post============ */
/* ============================= */
.eael-breadcrumbs__content{
  flex-wrap: wrap;
}
.categorie-in-single a {
  padding: 7px 7px;
  font-size: 12px!important;
  line-height: 1;
  border-radius: 5px;
  background-color: #2db5e2;
  color: #ffffff;
}
.single-post-content h2 *,
.single-post-content h2 {
  color: #094696;
  font-family: "Ubuntu", Sans-serif;
  font-size: 24px;
}
.single-post-content h3 *,
.single-post-content h3 {
  color: #094696;
  font-family: "Ubuntu", Sans-serif;
  font-size: 22px;
}
.single-post-content h4 *,
.single-post-content h5 *,
.single-post-content h6 *,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  color: #094696;
  font-family: "Ubuntu", Sans-serif;
  font-size: 20px;
}
.single-post-content a {
  color: #2db5e2;
  text-decoration: underline !important;
  font-weight: 500;
}

/* =============================== */
/* =======Categoris holder============ */
/* ============================= */

.categorie-listing-post img {
  aspect-ratio: 14 / 9;
  width: 100% !important;
  border-radius: 7px !important;
}

.categorie-listing-post article > div {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;

}
.categorie-listing-post .wpr-grid-item-category > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.categorie-listing-post .wpr-grid-item-category a {
  padding: 7px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
  background-color: #2db5e2;
  color: #ffffff;
}
.categorie-listing-post .wpr-grid-item-category a span.tax-sep {
  display: none !important;
}
.categorie-listing-post .wpr-grid-item-below-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  padding-right: 10px;
}
.categorie-listing-post .wpr-grid-item-below-content::after {
  content: none !important;
}
.categorie-listing-post .wpr-grid-item-date,
.categorie-listing-post .wpr-grid-item-author {
  width: fit-content;
}
.categorie-listing-post section.wpr-grid article {
  /* height: auto !important; */
  display: flex!important;
  flex-direction: column!important;
  position: unset!important;
  width: 100%!important;
}
.categorie-listing-post section.wpr-grid {
  display: flex;
  flex-wrap: wrap;
}
.categorie-listing-post .wpr-grid-image-wrap {
  height: 100% !important;
}
.categorie-listing-post article > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.categorie-listing-post img {
  height: 100% !important;
  object-fit: cover;
}
.categorie-listing-post
  a.wpr-button-effect.wpr-button-none
  span.wpr-grid-extra-icon-right {
  rotate: -45deg;
}
.categorie-listing-post .wpr-grid-pagination{
  gap: 10px;
  flex-wrap: wrap;
}
.categorie-listing-post .wpr-grid-item-below-content.elementor-clearfix {
  min-height: auto !important;
  width: calc(55% - 20px)!important;
}
.categorie-listing-post .wpr-grid-media-wrap{
  margin: 0!important;
  width: 46%!important;
}

.categorie-listing-post .wpr-grid-pagination span.wpr-next-page.wpr-disabled-arrow,
.categorie-listing-post .wpr-grid-pagination span.wpr-prev-page.wpr-disabled-arrow{
  border-radius: 6px;
  background: #2DB5E2!important;
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  
}
.categorie-listing-post .wpr-grid-pagination span.wpr-next-page.wpr-disabled-arrow>span,
.categorie-listing-post .wpr-grid-pagination span.wpr-prev-page.wpr-disabled-arrow>span{
  display: none!important;
}
.categorie-listing-post .wpr-grid-pagination a.wpr-next-page,
.categorie-listing-post .wpr-grid-pagination a.wpr-prev-page{
  height: 35px;
  background: #2DB5E2;
  color: #fff!important;
  border: solid 1px #2DB5E2!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  padding: 5px 15px;
  min-width: 194px;
}

.categorie-listing-post .wpr-grid-pagination>a{
  width: 35px;
  height: 35px;
  color: #2A2A2A;
  border: solid 1px #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
}
.categorie-listing-post .wpr-grid-pagination>a:hover,
.categorie-listing-post .wpr-grid-pagination .wpr-grid-current-page{
  width: 35px;
  height: 35px;
  color: #2DB5E2;
  border: solid 1px #2DB5E2!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
}

@media(max-width: 550px){
.categorie-listing-post .wpr-grid-media-wrap{
  width: 100%!important;
}
.categorie-listing-post .wpr-grid-item-below-content.elementor-clearfix {
  width: 100%!important;  }

}

/* =================================== */
.lis-fav-holder .wpr-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.lis-fav-holder .wpr-row article {
  width: calc(33.33% - 15px);
  padding: 10px;
  border-radius: 11px 11px 11px 11px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  background: #fff;
}
.lis-fav-holder .wpr-row article img {
  aspect-ratio: 14 / 9;
  width: 100% !important;
  border-radius: 7px !important;
}
.lis-fav-holder .wpr-grid-item-category > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.lis-fav-holder .wpr-grid-item-category > div a {
  padding: 7px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
  background-color: #2db5e2;
  color: #ffffff;
  border-style: none;
  margin-right: 3px;
  transition-duration: 0.1s;
  font-size: 14px;
}
.lis-fav-holder .wpr-grid-item-category > div a span.tax-sep {
  display: none !important;
}
.lis-fav-holder .wpr-grid-item-below-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  padding: 10px 0px 0px 0px;
  background-color: #FFFFFF;
  border-radius: 11px 11px 11px 11px;
}
.lis-fav-holder .wpr-grid-item-title{
  margin: 15px 0;
  text-align: left;
}
.lis-fav-holder .wpr-grid-item-title a{
  border-style: none;
  padding: 0px 0px 0px 0px;
  color: #282828;
  border-color: #E8E8E8;
  transition-duration: 0.2s;
  font-size: 20px;
  font-weight: 600;
}
.lis-fav-holder .wpr-grid-item-excerpt{
  font-family: "Work Sans", Sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: #303030;
}
.lis-fav-holder .elementor-shortcode >p{
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #121212;
}
.saved-post-in-singel-post button.ec-save-post{
  position: unset!important;
}
.widget.widget_recent_entries{
  background: #F4FAFF;
  padding: 25px 10px;
  border-radius: 7px;
}
aside .widget-title,
.widget.widget_recent_entries .widget-title{
  color: #212529;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  border-radius: 7px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
aside .widget-title::after,
.widget.widget_recent_entries .widget-title::after{
  content: "";
  background: #009fd1;
  width: 35px;
  height: 3px;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
aside ul.social-media-footer{
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
} 
aside ul.social-media-footer li{
  width:35px;
}
.social-media-footer a{
  border: solid 1px #428ade;
}
.widget.widget_recent_entries  ul{
  padding: 0!important;
}
.widget.widget_recent_entries  ul li a{
  color: #212529;
  font-size: 16px;
}
.widget.widget_recent_entries  ul li a::before{
  
}

@media(max-width:991px){
  .lis-fav-holder .wpr-row article {
    width: calc(50% - 15px);
  }
}
@media(max-width:768px){
  .categorie-listing-post .wpr-grid-pagination a.wpr-next-page, 
  .categorie-listing-post .wpr-grid-pagination a.wpr-prev-page{
    min-height: 35px;
  }
}
@media(max-width:600px){
  .lis-fav-holder .wpr-row article {
    width: 100%;
  }
}
@media(max-width:500px){
  .categorie-listing-post .wpr-grid-item-below-content{
    padding-right: 0;
    padding-top: 15px;
  }
}