/*
	Theme Name: SENLS
	Tags: SENLS
	Text domain: senls
	Description:SENLS
	Author: Ahmed Babou
	Author URI:   https://learnwithahb.com
	Version:      1.0.0
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/

body{
	font-family: 'louguiyaFr' !important;
  }
.carousel-item img {
    height: 300px;
    object-fit: cover;
}

.lang li a {
    color: var(--white);
}

.copyright a{
	color: #fff; 
    margin: 0 20px;
 }
 
 .communiques .card{
 	margin-bottom: 20px;
 }
 
.communiques .card-header,.communiques .card-footer{
background: #302C83;
background: radial-gradient(circle, rgba(48, 44, 131, 1) 0%, rgba(48, 44, 131, 0.67) 50%);
    color: #fff;
}

.card-header h2{
	font-size: 16px; 
    text-align: justify;
 }
.communiques .card-footer i, .communiques .card-footer span{
	font-size: 16px; 
    color: #fff;
    margin-right: 10px; 
 }

.communiques a {
background-color: #302C83;;
color: #fff !important; } 
 /* -------- title style ------- */


.line-title {
    position: relative;
    width: 400px;
    padding: 20px 13px;
    border-left: 3px solid var(--primary-color);
    text-transform: uppercase;
    border-radius: 5px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: var(--primary-color);
}
 
 /* Carousel 4*/
 
 .content {
 position: relative;
  padding: 4rem 0; } 
  
   .content .img_bg{
 background-image: url('img/c.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .5;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
} 
.testimony-29101 .image {
  width: 40%;
  height: 425px;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .testimony-29101 .image {
      height: 300px; } }

.testimony-29101 .text {
direction: ltr; 
  width: 60%;
  padding: 7rem 4rem;
  background: #f8f9fa; }
  .testimony-29101 .text blockquote {
    position: relative;
    padding-bottom: 50px;
    font-size: 18px; }
    .testimony-29101 .text blockquote .author {
      font-size: 14px;
      position: absolute;
      bottom: 0; }

@media (max-width: 991.98px) {
  .testimony-29101 .image, .testimony-29101 .text {
    width: 100%;
    display: block !important; } }

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none; } }

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000; }
  .slide-one-item .owl-nav .owl-prev span,
  .slide-one-item .owl-nav .owl-next span {
    font-size: 30px; }
  .slide-one-item .owl-nav .owl-prev:hover,
  .slide-one-item .owl-nav .owl-next:hover {
    color: #000; }
  .slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
  .slide-one-item .owl-nav .owl-next:active,
  .slide-one-item .owl-nav .owl-next:focus {
    outline: none; }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; }

.slide-one-item .owl-nav .owl-next {
  right: 20px; }

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block; }
    .slide-one-item .owl-dots .owl-dot > span {
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      display: inline-block;
      width: 20px;
      height: 5px;
      background: #302c83;
      margin: 3px; }
    .slide-one-item .owl-dots .owl-dot.active > span {
      width: 15px;
      background: #0183e9; }
      
      
 .item{
    opacity: 1;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(1);
}

.item img{ width:100%; height:500px !important;  }
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .item{
  opacity:.5;
  transform:scale(.8);
} 


.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner{background: rgba(255,255,255,0.6); position:absolute; bottom:30px; left:0; right:0; text-align:center;  padding: 10px;}
.inner a{ color:#302c83; text-decoration:none; border-bottom:3px solid rgba(255,255,255,0.8); transition:.3s ease border-color}
.inner a{
    border-radius: 1px; font-size: 16px; color:#000; border-color:rgba(0,0,0,0.4)}
.inner a:hover{border-color:#000;}
.owl-carousel:after{content:""; display:block; position:absolute; width:8%; top:0; bottom:0; left:50%; margin-left:-4%; pointer-events: none; 
}

.owl-controls{position:absolute; margin-top:300px;}


.navbar-light .navbar-toggler{
	magin-left: auto !important;
 }
 
.toggler-btn {
	border: transparent; 
 }
 

.ads {
  border: 2px solid #00a95c;
  background: #dc3545;
  color: #fff;
  padding: 50px;
  width: 100%;
  text-align: center;
  font-size: 22px;
}


.single-gallery {
	position: relative;
	margin-bottom:30px;
}

.single-gallery img {
	width: 100%;
}

.single-gallery:hover .gallery-hover {
	-webkit-transform: scale(1);
	        transform: scale(1)
}

.gallery-hover {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: .5s;
	transition: .5s
}

.gallery-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
}

.gallery-hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: black;
	left: 0;
	top: 0;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.gallery-content h3 a {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0px;
	display: block;
}

.gallery-content h3 a span {
	display: block;
	font-weight: 300;
	font-size: 15px;
	margin-top: 7px;
}

.gallery-content h3 a i.fa {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* Services Area */
.services-area{
  padding: 20px 0;
}
.single-service {
	padding: 20px;
	margin-bottom: 50px;
	text-align: center;
	box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
	transition: .5s;
	border-bottom: 3px solid transparent;
}
.single-service i.fa {
	font-size: 30px;
	width: 80px;
	height: 80px;
	background-color:var(--primary-color);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	color: #fff;
}

.single-service h4 {
	font-size: 18px;
	margin: 18px 0;
	text-transform: uppercase;
}
.single-service:hover {
	border-color:var(--primary-color);
}

/* Blog Area */
.post-content {
	padding: 30px 20px;
}

.post-title h4 {
	text-transform: capitalize;
	font-size: 20px;
}

.post-title {
	margin-bottom: 10px;
}

.pots-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pots-meta ul li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
}

.pots-meta ul li:before {
	content: "/";
	padding: 0 5px;
}

.pots-meta ul li:first-child:before {
	content: "";
	padding-left: 0px;
	margin-left: -5px;
}

.pots-meta {
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}
.single-blog .box-btn {
	margin-top: 20px;
}

.single-blog {
	border: 1px solid #eee;
	margin-bottom:20px;
}

.single-blog img {
	width: 100%;
}

.google-map iframe {
	width: 100%;
	height: 295px;
	border: 1px solid gray;
}

.blog-single h2, .portfolio-single h2 {
	margin-bottom: 20px;
  }
  .blog-single img, .portfolio-single img {
	width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
  }
  .blog-single p, .portfolio-single p {
	margin: 20px 0;
  }
  .comments h4 {
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 40px;
  }
  .comments input, .comments textarea {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 10px;
  }
  .blog-single input[type="submit"] {
	background-color: var(--primary-color);
	width: auto;
	color: #fff;
	padding: 10px 30px;
	font-weight: bold;
	cursor: pointer;
  }
  
.single-sidebar h4, .portfolio-sidebar h4 {
	text-transform: capitalize;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
  }
  .single-sidebar ul, .portfolio-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .single-sidebar, .portfolio-sidebar {
	margin-bottom: 50px;
  }
  .single-sidebar ul li, .portfolio-sidebar ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
  }

  /* BTN Css */
a.box-btn {
	background-color: #00a95c;
	display: inline-block;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
}

a.border-btn {
	border: 2px solid #dc3545;
	display: inline-block;
	color: #fff;
	padding: 8px 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
}

a.box-btn i.fa {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 25px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
}

a.box-btn:hover i.fa {
	right: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*  page du PRESIDENT */

.page_single img {
    float: left;
    width: 30%;
    height: 300px;
    padding: 10px;
    margin: 50px 0px;
}

/* Default slide */

.partenaires-area {
	padding: 50px 0;
}
.partenaires_logos .slick-slide{
	padding: 15px 0;
	color: #FFF;
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
  }
  .partenaires_logos .slick-slide,
  .partenaires_logos .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
	transform: scale(0.8, 0.8);
	transition: all 0.4s ease-in-out;
  }

  .slick-slider {
	margin: 30px 0;
  }

  .part_logo {
	
  }

  .part_logo img{
	width: 100%;
	margin: auto;
	height: auto;
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
.slick-center,
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	transform: scale(0.8);
  }
 .slick-current.slick-active{
	transform: scale(1);
  }
  
 .slick-next, .slick-prev{
	z-index: 5;
  }
  .slick-next{
	right: 15px;
  }
 .slick-prev{
	left: 0px;
  }
 .slick-next:before, .slick-prev:before{
	color: #000;
	font-size: 26px;
  }

  .slick-dots {
    bottom: -50px;
}

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 9px;
    padding: 0;
    cursor: pointer;
}


  .slick-dots li button{
	width:10px !important; 
	height: 10px !important;
	border-radius: 50%;
	background-color: #00a95c;
  }
.slick-dots li button::before{
	width:10px !important; 
	height: 10px !important;
	color:#00a95c;
}

.slick-dots li.slick-active{
	opacity: 0.7;
	color: #00a95c;
	transform: scale(1.2);
}

.slick-prev {
    right: 67px;
    left: unset;
}

.slick-next, .slick-prev{
	top: -30px;
    border: 2px solid #00a95c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
}


.act_blog .card .card-img-top{
	width: 100% !important;
}

/* Section 404  */

.sec{
  padding: 4rem 2rem;
  text-align: center;
}

.sec .error{
  font-size: 150px;
  color: #008B62;
  text-shadow: 
    1px 1px 1px #00593E,    
    2px 2px 1px #00593E,
    3px 3px 1px #00593E,
    4px 4px 1px #00593E,
    5px 5px 1px #00593E,
    6px 6px 1px #00593E,
    7px 7px 1px #00593E,
    8px 8px 1px #00593E,
    25px 25px 8px rgba(0,0,0, 0.2);
}

.page{
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.back-home{
  display: inline-block;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0,0,0, 0.4);
	background: #00A95C;
    background: linear-gradient(138deg, rgba(0, 169, 92, 1) 14%, rgba(208, 28, 31, 0.67) 78%);
  border-radius: 6px;
}
.back-home:hover{
  color: #ddd;
}