:root{
  --main-color: #1997CB;
  --second-color: #f67280;
}
.slider-style1 .slider-item-content .entry-title{
  margin: 2px 0 22px 0;
}
.slider-item-content{
  margin-top: 150px;
}
.slider-item-content span{
  color: white;
    font-size: small;
}
.pagination nav {
  font-size: medium;
}

.pagination nav .flex .relative {
  display: none;
}

.pagination p {
  display: none;
}

.pagination svg {
  color: var(--main-color);
  width: 40px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}

.pagination .flex .relative {
  color: var(--main-color);
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.pagination .flex a {
  border: 1px solid red;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.pagination .flex a:active {
  border: 1px solid green;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.flex .justify-between a {
  display: none;
}
.desktop_view{
  display: block;
}
.mobile_view{
  display: none;
}
.newslettre .social-icones li:last-child{
  margin-right: 20px;
}
.widget-latest-posts .post-item .image img{
  object-fit: cover;
}
.widget-next-post .post-item .image img, .widget-previous-post .post-item .image img{
  object-fit: cover;
}
.main-menu .dropdown-menu{
  width: 350px!important;
}
.page-item.active .page-link{
  background-color: transparent;
    border-color: transparent;
}
.pagination ul li a {
  background: transparent;
  border: transparent;
  font-size: 20px;
  padding: 0;
    margin: 0;
    text-align: center;
}
.pagination ul li a:hover {
  background: transparent;
  border: transparent;
}
.page-item.active .page-link{
  padding: 0;
    text-align: center;
}
.page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
}
.pagination ul li:last-child{
  margin-right: 8px;
}
.newslettre{
  padding: 40px 0px 0px 0px;
}
footer{
  padding: 40px 0px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer h4{
  color: white;
  padding: 20px 0;
}
footer li{
  padding: 5px 10px;
}
footer a:hover{
  color: var(--main-color);
}
.social-icones i{
  border: 1px solid var(--main-color);
  border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 8px;
}
footer p{
  color: #94979e;
}
.social-icones i:hover{
  background-color: var(--main-color);
  color: white;
}
.slider-style1 .slider-item-content .entry-meta .post-author a{
  font-weight: 100;
  color: var(--main-color)!important;
}
p, .categorie, .entry-meta li{
  font-weight: 400;
  color: black;
  
}
.entry-cat a{
  color: white;
}
.entry-meta .post-author a{
color: var(--main-color);
}
.description li{
  color: black;
    padding: 0 10px;
    content: "\f060";
}
.post-single-body{
    color: black;
}
.post-single-body ul{
    padding-left: 25px;
}
.post-single-body ul li{
    list-style-type: disc!important;
    position: relative;
    padding-left: 1px;
    margin-bottom: 10px;
}
.post-single-body ol li{
    list-style-type: decimal!important;
    position: relative;
    padding-left: 1px;
    margin-bottom: 10px;
}
b, strong{
    font-weight: bold;
}

@media (max-width: 767px) {
  .desktop_view{
    display: none;
}
.mobile_view{
    display: block;
}
  .px-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  
}