	
@font-face {
  font-family: 'Madani-Arabic-Regular';
  src: url('../fonts/Madani-Arabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Madani-Arabic-Medium';
  src: url('../fonts/Madani-Arabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

:root {
  --primary: #06AB9F;
  --title:#2E2E2E;
  --white: #fff;
  --black: #000;
  --gary: #ACACAC;
}

body {
  font-family: 'Madani-Arabic-Medium', sans-serif;
}
button:focus:not(:focus-visible) {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.container.parent label.dot, .bute_societe label.dot{
	display:none;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.navbar {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 150px !important;
}
a.navbar-brand {
  margin: 0;
}
a.navbar-brand img {
  width: 168px;
  max-width: 168px;
}
ul.navbar-nav {
  padding-right: 200px;
}
li.nav-item a {
  font-size: 18px;
  color: #000 !important;
  padding: 0 0 0 30px !important;
}

li.nav-item a.active {
  color: #D81D06 !important;
}
li.nav-item a:hover {
  color: #D81D06 !important;
  opacity: 0.9;
}
li.nav-item a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #D81D06;
}
a.nav-link {
  padding: 5px;
  color: #000;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-size: 17px;
}
a.nav-link.active , a.nav-link:hover{
  color: #D81D06;
}
a.nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #D81D06;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}


section#entry {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#ceo_name.space-5.py-5{
	padding-top: 3.5rem !important;
}
section#entry .container-fluid.h-100{
  background-size: 0%; 
  background-position: center;
  background-repeat: no-repeat;
  
 
}
nav .container-fluid{
	
	max-width:1400px;
}
footer .container-fluid{
	
	max-width:100%;
}
#GalloryNews .slick-current.slick-active h5.details {
  display: block;
  z-index: 999;
  max-width: 381px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
}
#entry .old-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  
}
#entry.zoom-effect .container-fluid.h-100{
  
  transition: clip-path 1.5s ease, background-size 1.5s ease; 
  background-size: 100%; 
  clip-path: inset(0% 0% 0% 0%); 
  background-color:#F0E1CD;
}

#entry.zoom-effect .old-image.reset{
  
  opacity: 0;
  transition: opacity 4s ease-in-out;
}

.slider {
  position: relative;
  left: -15%;
  margin-bottom: 45px;
}

.slide {
  height: 409px;
  padding:20px;
}

.slide-content {
  height: 100%;
}
.full-box {
  position: relative;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
  border-radius: 23px !important;
  margin-left: 0px;
}
.slide-data {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px 15px;
  border-radius: 20px;
  box-shadow:5px 5px 15px rgba(0, 0, 0, 0.5);
}
.slide-data h6 {
  font-size: 26px;
  color: #fff;
}
.slide-data h5 {
  font-size: 26px;
  color: #B2C5E1;
}
img.img-fluid.slide-pic {
  padding-right: 85px;
  padding-top: 20px;
  display:none;
}
.owl-nav.disabled {
  text-align: end;
  display: block !important;
}
.owl-carousel .owl-nav button {
  width: 84px;
  height: 84px;
  border: 1px solid #fff !important;
  border-radius: 50px !important;
}
.owl-carousel .owl-nav button span{
  display: none !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #6C8498;
  text-decoration: none;
  transition: background 0.3s ease; 
}
button.owl-prev {
  background-image: url(../img/nav-slide.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
}
button.owl-prev:hover {
  background-image: url(../img/nav-slide-hover.svg) !important;
  transform: none !important
}
button.owl-next {
  background-image: url(../img/nav-slide.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
button.owl-next {
  margin-left: 20% !important;
}
button.owl-next:hover {
  background-image: url(../img/nav-slide-hover.svg) !important;
  transform: rotate(180deg);
}
section.title{
background: #fff url(./img/dir_banner.jpg) center center no-repeat;
    background-size: auto;
  background-size: cover;
  min-height: 530px;
  line-height: 351px;
}
body.page section.title .content-title h1 {
  display: inline;
  font-size: 64px;
  color: #fff;
  font-weight: bold;
}
body.page .main.direction{
	
	padding-top:48px;
}
body.page .main.direction .introducton{
	text-align: right;
	font: normal normal normal 21px/43px Madani-Arabic-Medium;
	letter-spacing: 0px;
	color: #070707;
}
body.page .direction .block h2{
	
text-align: right;
font: normal normal normal 24px/41px Madani-Arabic-Medium;
letter-spacing: 0px;
color: #07020A;
opacity: 1;

}
.direction .block.no-border {
text-align: right;
font: normal normal normal 17px/33px Madani-Arabic-Medium;
letter-spacing: 0px;
color: #888888;
opacity: 1;
}
.main-navs {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 60%;
  position: absolute;
  bottom: 0;
}
.progress-bar-container {
  width: 100%;
  height: 3px;
  background: #fff;
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.progress-bar {
  height: 100%;
  width: 0; 
  background: #DA0125; 
  transition: width 0.3s ease; 
}
span#current-slide {
  font-size: 68px;
  color: #fff;
}
.slide-index {
  margin-left: 40px;
}
div#slide-desc {
  font-size: 45px;
  color: #252627;
  width: 65%;
  padding: 120px 229px 0 0;
}

div#slide-desc span {
  margin-left: 15px;
}
div#slide-desc span.colored {
  color: #DA0125; /* Example: Red color for highlighted spans */
}
section.space-5 {
  margin: 80px 0;
}
section#ceo_name.space-5 {
  margin: 60px 0;
  overflow: hidden;
  padding: 56px 0;
}

.b-title {
  display: flex;
}
.title-ico {
  background: #4d161f29;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  align-self: self-start;
}
.title-ico img {
  width: 60px;
  height: 60px;
}
.title-ico {
width: 98px;
  height: 98px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  align-self: self-start;
  background: #f5f2f3;
  margin-top: 20px;
}
.title-text h1 {
  color: #222B3A;
  font-family: 'Madani-Arabic-Medium';
  font-weight: bold;
  font-size: 92px;
}
.container.parent {
  position: relative;
}
.container.parent:after {
  content: '';
  background: #F6F7F7;
  width: 378px;
  height: 378px;
  display: block;
  bottom: -10%;
  position: absolute;
  left: -150px;
  border-radius: 50%;
  z-index: -2;
}
.b-title.absolute {
  position: absolute;
  top: 0;
  padding-top: 100px;
  right: 18%;
  z-index: 1;
}
.title-text label {
  font-size: 20px;
  color: #B4B4B4;
  margin-top: -10px;
  display: block;
}
.title-text h1 span.white {
  color: #fff;
}
.title-motif {
  align-self: center;
  margin-right: 10px;
}
.title-motif label {
  background: #DA0125;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.post-desc {
  padding: 0px 0 80px 100px;
}
.post-desc h6 {
  font-size: 18px;
  color: #242D3C;
  margin-bottom: 15px;
}
.post-desc p {
  font-size: 16px;
  color: #898989;
  margin: 0;
}
.tags {
  margin: 24px 0;
}
.tags span {
  font-size: 30px;
  color: #222B3A;
  margin-left: 20px;
}

a.cta {
  color: #fff;
  background: #DB0A2C;
  font-size: 26px;
  padding: 23px 64px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
}

/* Initial state before animation */
/*.animate-img {
  position: relative;
  width: 100%; 
  height: 100%; 
  overflow: hidden;
  border-radius: 23px;
}
/*.animate-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #DB0A2C;
  animation: none; 
  z-index: -1;
}*/
/*.animate-img img.height0 {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 23px;
	height: 0; 
	animation: none; 
}
*/
/* Active state 
.animate-img.active::before {
  animation: bgAnimate 1s ease-in-out forwards;
}
*/
/*
.animate-img.active img {
  animation: bgAnimate 1s ease-in-out 1s forwards;
}
*/
.animate-img{
  position: relative;
}
.animate-img:before {
  content: '';
  width: 94%;
  background: #DB0A2C;
  display: block;
  height: 0%;
  position: absolute;
  top: 0;
  border-radius: 23px;
  z-index:0;
  left:37px;
}

.animate-img:after {
  content: '';
   width: 100%;
  background: #fff;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
   /*z-index:0;*/
}
.animate-img img {
 border-radius: 23px;
}
/* Active state */
.animate-img.active::before {
  animation: calc01 0.5s ease-in-out 0s forwards;
}


.animate-img.active::after {
  animation: calc02 1s ease-in-out 0.5s forwards;
}

/* Background animation */
@keyframes calc01 {
  0% {
    height: 100%;
    
  }
  100% {
    height: 0%; 

  }
}

/* Background animation */
@keyframes calc02 {
  0% {
    height: 100%;
    
  }
  100% {
    height: 0%; 

  }
}
/* Background animation */
@keyframes bgAnimate {
  0% {
    height: 0;
    
  }
  100% {
    height: 100%; 

  }
}

/* Background animation */
@keyframes bgAnimatecalc {
  0% {
    opacity: 0;
   /* height: 0;*/
  }
  100% {
    opacity: 1;
    /*height: 100%;*/
  }
}

.spacer {
  height: 50px;
}
.animate-img-left {
  position: relative;
}
.animate-img-left:before {
  content: '';
  width: 100%;
  background: #f1f2f3;
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
}
.animate-img-left:after {
  content: '';
  width: 100%;
  background: #f1f2f3;
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
}
.animate-img-left img {
  border-radius: 45px 0px 0px 45px;
}
/* Active state */
.animate-img-left.active::before {
  animation: calc1 1s ease-in-out forwards;
}


.animate-img-left.active::after {
  animation: calc2 1s ease-in-out 0.5s forwards;
}
.animate-img-xleft {
  position: relative;
}
.animate-img-xleft:before {
  content: '';
  width: 100%;
  background: #fff;
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
}
.animate-img-xleft:after {
  content: '';
  width: 100%;
  background: #fff;
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
}
.animate-img-xleft img {
  border-radius: 45px 0px 0px 45px;
}
/* Active state */
.animate-img-xleft.active::before {
  animation: calc1 1s ease-in-out forwards;
}


.animate-img-xleft.active::after {
  animation: calc2 1s ease-in-out 0.5s forwards;
}

/* Background animation */
@keyframes calc1 {
  0% {
    width: 100%;
    
  }
  100% {
    width: 0%; 

  }
}

/* Background animation */
@keyframes calc2 {
  0% {
    width: 100%;
    
  }
  100% {
    width: 0%; 

  }
}

section.space-5.bg-gray {
  background: rgba(62, 70, 81, 0.07);
}
.ligne {
  position: relative;
  height: 3px;
  width: 100%;
  background: #DDDDDD;
}
.ligne:after {
  content: '';
  background: #DA0125;
  position: absolute;
  left: 0;
  width: 40%;
  top: 0;
  height: 100%;
}
.post-desc.sp-b {
  padding-bottom: 15px;
}
.b-title.min .title-text h1 {
  color: #222B3A;
  font-weight: normal;
  font-size: 24px;
  position: relative;
  margin-top: 15px;
  width: max-content;
}
.b-title.min .title-text label {
  font-size: 16px;
  color: #B4B4B4;
  margin-top: -5px;
  display: block;
}
.b-title.min .title-ico {
  background: rgba(62, 70, 81, 0.07);
  width: 62px;
  height: 62px;
}
.b-title.min .title-ico img {
  width: 34px;
  height: 34px;
}
.b-title.min .title-text h1:after {
  content: '';
  height: 3px;
  width: 262px;
  background: red;
  position: absolute;
  top: 17px;
  margin-right: 15px;
}
p.step-desc {
  font-size: 16px;
  color: #525252;
  padding-top: 20px;
  padding-bottom: 15px;
}
.ceo_name_sliding {
	overflow: hidden;
	max-height: 403px;
	transition: max-height 0.5s ease;
}
.ceo_name_sliding.expanded {
	max-height: 724px; /* طول كافٍ للنص الكامل */
}
.button_sliding {
	background-color: #DB0A2C;
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	margin-top: 10px;
	width: 100%;
}
.button_sliding:hover {
	background-color: #DB0A2C;
}
.b-title.ceo .title-text h1 {
 font-size: 54px;
  max-width: 365px !important;
}
.animate-ceo {
  background-color: #F0E1CD;
  background-image: url(../img/snam-motif.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 80px;
  position: absolute;
  width: 130%;
  z-index: -1;
  border-radius: 10px;
}
.b-title.ceo .title-motif label {
  margin-bottom: 20px;
  margin-right: -60px;
}
.relative-box {
  position: relative;
}
.relative-box .b-title.ceo {
  position: absolute;
  right: 270px;
}

.relative-box.active .b-title.ceo {
  animation: movee1 1s ease-in-out forwards;
}
@keyframes movee1 {
  0% {
    right: 270px;
    top: 0px;
    
  }
  100% {
    top: -75px;
    right: 50px; 

  }
}
.relative-box.active .animate-ceo {
  animation: movee2 1s ease-in-out 0.5s forwards;
}
@keyframes movee2 {
  0% {
    width: 130%;
    
  }
  100% {
    width: 100%; 

  }
}
.post-desc h5 {
  font-size: 34px;
}
.spacer-1 {
  height: 30px;
}
.pl-5 {
  padding-left: 90px;
}
section.bg-calc {
  position: relative;
}
section.bg-calc::after {
  content: '';
  width: 70%;
  background: rgba(62, 70, 81, 0.07);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 22px;
  right: 5%;
  pointer-events: none;
}

body.page header {
  position: relative;
  background: #fff;
  padding: 30px 0;
}
body.page {
  background: rgba(62, 70, 81, 0.07);
}
body.page .content-title {
  margin: 80px 0 50px 0;
}
body.page .content-title h1 {
  display: inline;
  font-size: 64px;
  color: #222B3A;
  font-weight: bold;
}
body.page .content-title .dot {
  width: 24px;
  height: 24px;
  background: red;
  border-radius: 50px;
}
body.page .content-title span {
  display: block;
  font-size: 16px;
  color: #B4B4B4;
}
body.page .block {
	padding-bottom: 4px;
  border-bottom: 5px solid #DDD;
  margin-bottom: 5px;
}

body.page .block h2 {
  font-size: 34px;
  color: #DA0125;
  margin-bottom: 30px;
}
body.page .block p {
  color: #525252;
  font-size: 17px;
  line-height: 33px;
}
body.page .p-right {
  padding-right: 20px;
}
.block.no-border img{
	
	border-radius: 20px;
    float: right;
    margin: 50px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 5px;
}
.block.no-border.no-border-left img{
	
	border-radius: 20px;
    float: left;
    margin: 50px;
	margin-top:0px;
	margin-left:0px;
}
.block.no-border {
  border-bottom: none !important;
   margin-bottom: 90px!important;
       color: #525252;
    font-size: 17px;
    line-height: 31px;
	text-align: justify;
}
.main.capacity {
  margin-bottom: 55px!important;
  display: flex;
}
body.page .p-left {
  padding-left: 20px;
}
ul#PostsContainer {
  list-style: none;
  padding: 0;
}
ul#PostsContainer li {
  display: inline-block !important;
  width: 33% !important;
  padding: 30px 25px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
ul#PostsContainer li[style="display: none;"], ul#PostsContainer li.jp-hidden {
  display: none !important;
}
ul#PostsContainer h3.post-title {
color: #222B3A;
  font-size: 29px;
  margin-bottom: 15px;
  height: 50px;
  overflow: hidden;
  max-width: 381px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
}
ul#PostsContainer img {
  border-radius: 10px;
}
ul#PostsContainer label.post-date {
  font-size: 18px;
  color: #DA0125;
  margin: 15px 0 4px 0;
  text-align: justify;
}
ul#PostsContainer p.post-desc {
padding: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 0px;
  min-height: 127px;
}
ul#PostsContainer a.post-more {
  color: #DA0125;
  font-size: 16px;
  text-decoration: none;
}

.articles_all .article:hover {
  background: #222B3A;
}
.articles_all .article:hover h3, .articles_all .article:hover p{
  color: #fff;
}
.articles_all .article:hover label{
  color: #CAAD8B;
}

.holder {
  margin: 40px 0 !important;
  direction: ltr;
}
.holder a {
  /* text-decoration: none; */
  /* border: 1px solid #666666; */
  /* border-radius: 4px; */
  /* padding: 15px 20px; */
  /* font-size: 14px; */
  /* color: #666666 !important; */
  text-align: center;
  line-height: 31px;
}
.holder a.jp-current, a.jp-current:hover {
	color: #fff !important;
  background: #D81E05 !important;
  font-weight: bold;
  border-color: #D81E05;
  font-weight: 100 !important;
}
.holder a:hover {
	background-color: #D81E05;
  color: #fff;
  color: #fff !important;
}

.holder a.jp-previous, .holder a.jp-next {
margin-right: 10px;
  background: #00000019;
  border-color: #00000019 !important;
  color: #00000000 !important;
  position: relative;
  width: 68px;
  height: 36px;
  background: #00000019 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
}
a.jp-next:after {
content: '>';
  position: absolute;
  left: 50%;
  font-size: 17px;
  color: #666666 !important;
  width: 20px;
  height: 100%;
  text-align: center;
  left: 33%;
  opacity: 0.8;
  font-weight: 300 !important;
}

a.jp-previous:hover::after, a.jp-next:hover:after {
	
	  color: #fff !important;
}
a.jp-previous::after {
content: '<';
  position: absolute;
  left: 38%;
  font-size: 16px;
  color: #666666 !important;
  width: 20px;
  height: 100%;
  text-align: center;
  left: 41%;
  opacity: 0.8;
  font-weight: 300 !important;
}
.page.single-post h1.post-title {
  font-size: 59px;
  color: #222B3A;
  margin-bottom: 40px;
}
body.page.single-post .block {
  margin-top: 70px;
}
body.page.single-post label.post-date {
  font-size: 18px;
  color: #DA0125;
  margin: 15px 0;
}
body.page.single-post .block p {
  color: #222B3A;
  padding: 0;
  font-size: 16px;
  width: 100%;
}
body.page.single-post .block .img-fluid{
	
	max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 11px;
}
.articles_all .title-section{
min-height: 159px;
}
.articles_all h3{
	text-align: right;
	font: normal normal normal 24px/41px Madani-Arabic-Medium;
	letter-spacing: 0px;
	color: #242D3C;
	opacity: 1;
	margin-top:20px;
	margin-bottom: 0px;
}
.articles_all h5{
	text-align: right;
	font: normal normal normal 18px/40px Madani-Arabic-Medium;
	letter-spacing: 0px;
	color: #DB0A2C;
	opacity: 1;
	margin-bottom: 0px;
}
.articles_all p{
	text-align: right;
	font: normal normal normal 16px/27px Madani-Arabic-Medium!important;
	letter-spacing: 0px;
	color: #ADADAD!important;
	opacity: 1;
	margin-bottom: 0px;
	height: 50px;
	overflow: hidden;
	max-width: 381px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px;
}

.articles_all img.img-fluid {
  max-width: 100%;
  height: height: 286px;
  height: 286px;
  border-radius: 8px;
}

.articles_all .article{
padding: 32px;
  background: #fff;
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  margin-bottom: 40px;
  max-width: 400px;
  margin: 20px;
  padding-bottom:10px;
}

.car-filtre{
  width: max-content;
  float: left;
  display: flex;
}

.car-filtre span {
  border: none;
  border-bottom: 3px solid #CBCBCB;
  background: transparent;
  padding: 10px 60px;
  color: #2B2B2B;
  font-size: 24px;
  border-radius: 2px;
}
.car-filtre img {
  display: none;
  cursor: pointer;
}
span.b-middle {
  position: relative;
}
span.btn.b-middle:after {
  content: '';
  width: 3px;
  height: 50%;
  left: -3px;
  z-index: -1;
  top: 25%;
  position: absolute;
  background: #CBCBCB;
}
span.btn.b-middle:before {
  content: '';
  width: 3px;
  height: 50%;
  right: -3px;
  z-index: -1;
  top: 25%;
  position: absolute;
  background: #CBCBCB;
}
.car-filtre span.current {
  background: #DA0125;
  color: #fff;
  border-color: #DA0125;
}
.car-filtre span.b-middle.current:before {
  background: transparent;
}
.car-filtre span.b-middle.current:after {
  background: transparent;
}

.cars-col {
  position: relative;
}
.cars-col .row > div {
  display: none;
}

.cars-col .row > div.active {
  display: block;
}
.car-modal {
  cursor: pointer;
}
.car-details {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
  background: transparent linear-gradient(0deg, #2C3F5D 0%, #263957 53%, #283D60 100%) 0% 0% no-repeat padding-box; 
  border-radius: 10px;
  width: 0%;
  height:  537px;
  right: 0;
  display: flex;
  overflow: hidden;
} 
	.car_caracteristique{min-height:635px;}


.car-details.active{
  animation: opendetatils 0.5s ease-in-out forwards;
}
@keyframes opendetatils {
  0% {
    width: 0%;
    
  }
  100% {
    width: 100%; 

  }
}
.side-fisrt {
  width: 40%;
  padding: 0 50px;
  align-self: center;
}
.side-last {
  width: 60%;
  text-align: center;
  position: relative;
  z-index: 0;
  
}
.side-last::before {
  content: '';
  background: #fff;
  width: 80%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.title-section h1 {
  display: inline;
  font-size: 94px;
  color: #222B3A;
  font-weight: bold;
}
.title-section .dot {
  width: 24px;
  height: 24px;
  background: red;
  border-radius: 50px;
}
.title-section span {
  display: block;
  font-size: 16px;
  color: #B4B4B4;
}
.car-details .contact-title {
  margin-bottom: 0; 
}
.car-details .contact-title h6 {
  color: #fff;
}
.car-details .contact-desc p {
  color: #D5D5D5;
  font-size: 16px;
  line-height: 26px;
  margin: 35px 0;
}
.car-details a.cta {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.car-data h5 {
  margin-top: 25px;
  color: #2B2B2B;
  font-size: 44px;
}
.car-data span {
  color: #DA0125;
  font-size: 44px;
}

.partenaires {
  background-color:#222B3A;
}
.col-md-4.partenaires {
  border-radius: 0px 10px 10px 0px;
}
.partenaires p {
  color: #ADADAD;
  font-size: 16px;
  padding: 70px;
}
ul.partenaires-list {
  list-style: none;
}
.partenaires-list img {
  filter: grayscale(1); /* Apply grayscale */
  transition: filter 0.3s ease; /* Smooth transition */
}

.partenaires-list img:hover {
  filter: grayscale(0); /* Remove grayscale on hover */
}
ul.partenaires-list li {
  width: 30%;
  display: inline-block;
  text-align: center;
  background: #F1F2F3;
  margin: 10px;
  padding: 10px;
  height: 210px;
  vertical-align: middle;
}
.contact-title {
  margin-bottom: 150px;
}
.contact-title h6 {
  color: #2B2B2B;
  font-size: 24px;
  border-right: 3px solid #DB0A2C;
  padding-right: 20px;
}
.contact-title label {
  color: #B4B4B4;
  font-size: 16px;
  padding-right: 15px;
}
.contact-desc h6 {
  color: #2E2E2E;
  font-size: 35px;
}
.contact-desc p {
  color: #909090;
  font-size: 18px;
  line-height: 34px;
}
form#contactForm input {
  border: 0;
  border-bottom: 1px solid #B4B4B4;
  border-radius: 0;
  padding: 20px 0 15px 0;
  text-align: right;
  margin-bottom: 20px;
}
form#contactForm input.form-control:focus {
  color: #000;
  background-color: transparent;
  border-color: #B4B4B4;
  outline: 0;
  box-shadow: none;
}
form#contactForm input.form-control.error{
  border-color:#DB0A2C !important;
}
form#contactForm label.error{
  color:#DB0A2C;
  opacity: 0.9;
}
form#contactForm button {
  background: #DB0A2C;
  font-size: 26px;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  margin-top: 25px;
}

/********************/

.blog {
  margin: 80px 0;
}

/* Carousel Container */
.carousel-new {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: auto;
  padding: 200px 0;
}
/* Fixed Background for Centered Slide */
.center-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  background-color: #222B3A;
  z-index: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 33px 56px #00000045;
}
/* Track holding the slides */
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
  z-index: 1; /* Slides stay above the background */
  align-items: flex-end;
  
}
/* Individual Slide */
.slide-new {
  flex: 0 0 200px; /* 5 slides visible */
  text-align: center;
  padding: 10px;
  cursor: pointer;
  margin: 0 10px; /* Add margin between slides */
  /*transform: scale(0.7);
  transition: transform 0.3s ease-in-out; /* Smooth scaling transition */
  transition: flex 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: relative;
}

/* Image styling */
.slide-new img {
  width: 100%;
  border-radius: 10px;
}
/* Centered Slide Effect */
.slide-new.center {
  /*transform: scale(1.3);*/
  flex: 0 0 400px; /* Centered slide takes 40% width */
  opacity: 1;
  z-index: 10;
  margin: 0 20px; /* Add space around the centered slide */
}
.slide-new.center img {
  width: 100%;
}
.counter {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.slide-info {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* Smooth text fade-in */
}

.slide-info h2, .slide-info p {
  margin: 0;
}
section.intro-car {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}
#oreder-title{
	  border-top: 18px solid #DA0125;
	
}
section.intro-car h5 {
  font-size: 48px;
  line-height: 75px;
  color: #fff;
  width: 40%;
  text-align: right;
  float: left;
  padding-bottom: 10%;
}
section.intro-car h5 span.red{
  color: #DA0125;
}
.oreder-title {
width: fit-content;
  text-align: center;
  margin: 0 auto;
  clip-path: polygon(0 0%, 100% 0%, 87% 100%, 13% 100%);
  padding: 6px 150px;
    padding-bottom: 6px;
  background-color: #DA0125;
  border-radius: 0px 0px 80px 80px;
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
}
.oreder-title span {
  font-size: 30px;
  color: #fff;
  margin-right: 15px;
}


.single-car .side-nav {
  position: fixed;
  top: 200px;
  left: 0;
  width: fit-content;
  background-color: #070707;
  border-radius: 0 10px 10px 0px;
  background-image: url(../img/snam-motif.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 60px 25px 60px 40px;
}

.single-car .side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-car .side-nav li {
  margin-bottom: 5px;
}

.single-car .side-nav a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
  display: block;
  border-radius: 5px;
  font-size: 20px;
}

.single-car .side-nav a.active {
  background-color: #FFFFFF;
  color: #070707;
}



aside.side-nav a.cta {
  font-size: 20px !important;
  text-align: center;
}

.section-entry {
  text-align: center;
  margin: 50px 0px;
}

.section-entry span {
  color: #404040;
  font-size: 23px;
}
.section-entry h2 {
  font-size: 48px;
  color: #0A0A0A;
}
.section-entry h2:after {
  content: '';
  width: 84px;
  height: 3px;
  display: block;
  background: #DA0125;
 margin: 8px auto;
  border-radius: 10px;
}

.single-car .tab-container {
  background: #292929;
  border-radius: 10px;
  padding: 20px 40px;
}
.single-car .tab-container .nav-tabs {
  border-bottom: none;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
}
.single-car ul#car-pictures li button, .single-car ul#GalleryTab li button{
  padding: 16px 60px;
}
.single-car ul#car-pictures li .nav-link.active,  .single-car ul#GalleryTab li .nav-link.active{
  background: #DA0125 !important;
}
.single-car ul#car-pictures li:first-child button, .single-car ul#GalleryTab li:first-child button {
  border-radius: 0px 2px 2px 0px;
}
.single-car ul#car-pictures li:last-child button, .single-car ul#GalleryTab li:last-child button {
  border-radius: 2px 0px 0px 2px;
}
.single-car .tab-container .nav-tabs .nav-link {
  color: #fff;
  background-color: #4d4d4d;
  font-size: 24px;
  border: none;
}

.single-car #CarTabContent .car-view img {
  height: 500px;
}

.single-car .tab-container.gallery {
  background: #fff;
  border-radius: 0;
  padding: 0;
}

.single-car ul#GalleryTab {
  margin-bottom: 80px;
}
.single-car .tab-container.gallery .nav-tabs .nav-link {
  background-color: #d9d9d9;
}

#OrderCar .section-entry{
  margin: 0;
}
#OrderCar .section-entry h2 {
  font-size: 46px;
  color: #0A0A0A;
}

#OrderCar .section-entry span {
  color: #717171;
  font-size: 23px;
  margin-top: 35px;
  display: block;
}
#OrderCar .modal-content {
  border-radius: 20px;
  box-shadow: 0px 3px 99px #00000019;
}
#OrderCar  .modal-header {
  border: none;
  padding-bottom: 0;
}
#OrderCar  .modal-header img {
  width: 36px;
  height: 36px;
}

form#orderForm input {
  border: 0;
  border-bottom: 1px solid #B4B4B4;
  border-radius: 0;
  padding: 20px 0 15px 0;
  text-align: right;
  margin-bottom: 20px;
}
form#orderForm input.form-control:focus {
  color: #000;
  background-color: transparent;
  border-color: #B4B4B4;
  outline: 0;
  box-shadow: none;
}
form#orderForm input.form-control.error{
  border-color:#DB0A2C !important;
}
form#orderForm label.error{
  color:#DB0A2C;
  opacity: 0.9;
}
form#orderForm button {
  background: #DB0A2C;
  font-size: 26px;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  margin-top: 25px;
}
form#orderForm button {
  font-size: 19px;
}


/*******/

.blog-grid {
  position: relative;
  padding-top: 150px;
  padding-bottom: 280px;
  margin: 80px 0;
  z-index:1000;
}
.blog-grid .post-data {
  position: absolute;
  height: 100%;
  background: #222B3A 0% 0% no-repeat padding-box;
  width: 600px;
  box-shadow: 0px 33px 56px #00000045;
  display: block;
  border-radius: 10px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 80px 50px 0 50px;
  z-index: -1;
}
.blog-container {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.blog-container .post {
  overflow: hidden;
  border-radius: 10px;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; /* Center content inside the child */
  transition: height 0.2s ease, flex-basis 0.8s ease;
  z-index: 1;
  height: 250px;
}
.fake-space{
	
	min-height: 394px!important;
}
.blog-container .post img {
	border-radius: 10px;
	transform: scale(1.5);
}
.blog-container .post.center img {
  transform: scale(1);
}
.blog-container .post.center {
    flex: 0 0 500px;
    height: 428px;
}

.blog-container .post:nth-child(n+6) {
  display: none;
}

.post-data h5 {
font-size: 34px;
  color: #fff;
  max-width: 541px;
  white-space: nowrap;
margin-bottom: 25px;
  text-overflow: ellipsis;
  overflow:hidden;
}
.post-data .fake-space {
  margin-bottom: 55px;
}

.post-data span.date, .post-data a {
  font-size: 15px;
  color: #CAAD8B;
text-decoration: none;}
.post-data p {
  color: #BEBEBE;
  font-size: 13px;
  margin-top: 10px;
}
.post-pages {
  position: absolute;
  padding-top: 250px;
  right: 0;
  top: 0;
}
.post-pages span {
  color: #D7DBE2;
  font-size: 34px;
}
.post-pages span.blog-current {
  color: #222B3A;
}
a.cta.posts {
  width: 527px;
  line-height: 25px;
}
.bg-red {
  position: relative;
}
.bg-red::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #DB0A2C;
  z-index: -1;
  border-radius: 7px;
}
h6.has-line:after {
  content: '';
  width: 4px;
  height: 90px;
  background: #bdc5ca;
  border-radius: 10px;
  position: absolute;
  right: -35px;
  top: 240px;
}
/********************/
footer {
  background: #000000;
  padding: 35px 90px;
}
.f-social, .f-mail {
  display: inline;
  vertical-align: -webkit-baseline-middle;
}
.f-social img {
  width: 17px;
  height: 17px;
}
.f-social a {
	cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  line-height: 17px;
  height: 40px !important;
  height: 40px !important;
  display: inline-block;
}
.f-social a:hover {
  background-color: #DA0125;
}
.f-mail a {
	text-decoration: none;
  font-size: 19px;
  color: #FFFFFF;
  padding: 5px 65px 0 0;
  letter-spacing: 0px;
}
.f-copy a{
	text-decoration:none;
	cursor:pointer;
}
.f-copy img{
	cursor:pointer;
	width: 20px!important;
}
.f-copy {
  text-align: end;
  cursor:pointer;
}
.f-copy label {
  color: #676767;
  font-size: 17px;
  cursor:pointer;
}
.f-copy p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  display: inline;
  cursor:pointer;
}
/* Responsive */
.bute_societe .title-ico {
  background: #e8e6e8;
}
/* Extra Large Devices (Large Desktops) */
@media (min-width: 1300px) and (max-width: 1800px) {

  li.nav-item a {
    font-size: 16px;
    padding: 0 0 0 25px !important;
  }
  a.nav-link{
    font-size: 16px;
  }
  .slide {
    height: 255px;
  }
  div#slide-desc {
    font-size: 36px;
  }
  .slide-data h6,.slide-data h5 {
    font-size: 20px;
  }
  span#current-slide {
    font-size: 50px;
  }
  .owl-carousel .owl-nav button {
    width: 65px;
    height: 65px;
  }
  .title-text h1 {
    font-size: 75px;
  }
  .b-title.absolute {
    right: 23%;
  }
  ul.partenaires-list li {
	width: 28%;
    margin: 10px;
    height: 180px;
    padding: 10px;
}
.container.parent:after {
  content: none;
}
 
}
.section_contact .container-fluid{
	max-width: 1700px;
	
}
section.space-5.section_contact{
	margin: 80px 0;
	
}
.sestion_partenaires .b-title.px-5{
	
	padding-right: 6rem !important;
  padding-left: 3rem !important;
}
.partenaires-list{
	  padding-left: 185px !important;
	
}

@media (max-width: 1400px) {
	.container.parent::after {
  content: '';
  background: #F6F7F7;
  width: 378px;
  height: 378px;
  display: block;
  bottom: -10%;
  position: absolute;
  left: -25px;
  border-radius: 50%;
  z-index: -2;
}
.bute_societe .title-text h1 {
    font-size: 66px;
  }
  .bg-calc .container{
		max-width:1142px;
	  
  }
div#slide-desc {
  font-size: 40px;
  color: #252627;
  width: 75%;
  padding: 120px 120px 0 0;
}
	.contact-title {
  margin-bottom: 81px;
}
.contact-desc.px-5 {
  padding-right: 2rem !important;
  padding-left: 0rem !important;
}	
.partenaires-list {
  padding-left: 82px !important;
}
.partenaires p {
  color: #ADADAD;
  font-size: 16px;
  padding: 70px;
    padding-left: 70px;
  padding-left: 0px;
}
  .bute_societe .title-text h1 {
    font-size: 60px;
  }
  #sidebar.collapsed {
  margin-left: -173px;
}

.carousel-slides img {
  width: 233px !important;
}
.center-slider .slick-current.slick-active img {
  width: 273px !important;
}
ul.navbar-nav {
  padding-right: 100px;
}

}
@media (max-width: 1399px) {
	
	.post-desc {
  padding: 0px 0 0px 100px;
  text-align: justify;
}
.slick-track {
  right: -14px;
}

.articles_all .article {
  padding: 32px;
  background: #fff;
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  margin-bottom: 40px;
  max-width: 334px;
  margin: 20px;
}
.articles_all img.img-fluid {
  max-width: 100%;
  height: height: 286px;
  height: 243px;
  border-radius: 8px;
}

	
	.post-desc {
  padding: 0px 0 0px 100px;
  text-align: justify;
}
.slick-track {
  right: -14px;
}

.articles_all .article {
  padding: 32px;
  background: #fff;
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  margin-bottom: 40px;
  max-width: 334px;
  margin: 20px;
    padding-bottom:10px;
}
.articles_all img.img-fluid {
  max-width: 100%;
  height: height: 286px;
  height: 243px;
  border-radius: 8px;
}
}

@media (max-width: 1360px) {
.b-title.absolute {
    right: 17%;
  }
.post-desc{
		padding:0px 0 10px 100px;
}	
.b-title.ceo .title-motif label {
  margin-bottom: 0px;
  margin-right: -200px;
}
.b-title.ceo .title-text h1 {
  font-size: 45px;
  width: 369px !important;
  margin-top: 11px;
}
 .title-text h1 {
    font-size: 65px;
  }
}	
@media (max-width: 1300px) {
	  li.nav-item a {
    font-size: 16px;
    padding: 0 0 0 17px !important;
  }
  .carousel-slides img {
    width: 212px !important;
  }
.f-mail a {
  text-decoration: none;
  font-size: 19px;
  color: #FFFFFF;
  padding: 0;
  letter-spacing: 0px;
}
}
@media (max-width: 1200px) {
	.slick-track {
  right: -57px;
}
.bute_societe .title-text h1 {
    font-size: 49px;
  }
  .side-fisrt {
  width: 52%;
  padding: 39px 50px 20px 11px;
  align-self: center;
}
.bg-calc .pl-5 {
  padding-left: 0px;
  padding-right: 90px;
}

  .partenaires p {
    color: #ADADAD;
    font-size: 16px;
    padding: 37px;
    padding-right: 37px;
    padding-left: 37px;
    padding-left: 70px;
    padding-left: 0px;
    padding-right: 20px;
  }
 .p-md-5 {
    padding: 2.1rem !important;
  }
  .post-desc {
    padding: 0px 50px 105px 20px!important;
  }
  
  h6.has-line::after {
  content: '';
  width: 4px;
  height: 90px;
  background: #bdc5ca;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  top: 252px;
}

section.space-5.section_contact {
  margin: 29px 0;
}
}

@media (min-width: 990px) and (max-width: 1299px) {
	
	 .partenaires-list {
    padding-left: 7px !important;
  }

  a.navbar-brand img {
    width: 80%;
}
ul.navbar-nav {
  padding-right: 75px;
}
li.nav-item a {
  font-size: 14px;
  padding: 0 0 0 15px !important;
}
a.nav-link{
  font-size: 14px;
}
.slide {
  height: 255px;
}
div#slide-desc {
  font-size: 25px;
}
.slide-data h6,.slide-data h5 {
  font-size: 15px;
}
span#current-slide {
  font-size: 35px;
}
.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
}
.title-text h1 {
  font-size: 60px;
}
.title-section h1 {
  font-size: 60px;
}
.b-title.absolute {
  right: 25%;
}
.title-ico img {
  width: 40px;
  height: 40px;
}
.title-ico {
  width: 70px;
  height: 70px;
}
.post-desc {
  padding: 0px 0 35px 50px;
}
.tags span {
  font-size: 17px;
  margin-left: 15px;
}
.post-desc p {
  font-size: 13px;
}
a.cta {
  font-size: 16px;
  padding: 14px 55px;
}
.b-title.min .title-text h1 {
  font-size: 17px;
}
.b-title.min .title-text h1 {
  font-size: 17px;
}
p.step-desc {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.b-title.min .title-ico img {
  width: 26px;
  height: 26px;
}
.b-title.min .title-ico {
  width: 46px;
  height: 46px;
}
ul.partenaires-list li {
  width: 29%;
  margin: 10px;
  height: 180px;
}
.car-filtre span {
  padding: 5px 40px;
  font-size: 18px;
}
}
/* Medium Devices (Tablets) */
@media (min-width: 992px) and (max-width: 1024px) {
	.post-desc {
    padding: 0px 50px 13px 20px !important;
  }
   .bute_societe .title-text h1 {
    font-size: 45px;
  }

.title-ico {

  margin-top: 9px;
}
  .partenaires p {
    color: #ADADAD;
    font-size: 16px;
    padding: 22px;
    padding-left: 22px;
    padding-left: 70px;
    padding-left: 0px;
  }

  ul.partenaires-list li {
    width: 28%;
    margin: 10px;
    height: 140px;
    padding: 10px;
  }
	ul.navbar-nav {
    padding-right: 3px;
  }
  li.nav-item a {
    font-size: 13px;
    padding: 0 0 0 10px !important;
  }
  .contact-desc h6 {
  color: #2E2E2E;
  font-size: 32px;
}
.contact-title {
    margin-bottom: 26px;
  }
 .articles_all .article {
    padding: 18px;
    padding-bottom: 18px;
    background: #fff;
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-bottom: 40px;
    max-width: 292px;
    margin: 20px 13px;
    padding-bottom: 10px;
  }
  #viewer-img-circile{
	  bottom: 107px!important;
  }
}

/* Medium Devices (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
		.post-desc {
    padding: 0px 50px 13px 20px !important;
  }
   .bute_societe .title-text h1 {
    font-size: 45px;
  }

.title-ico {

  margin-top: 9px;
}
  .partenaires p {
    color: #ADADAD;
    font-size: 16px;
    padding: 22px;
    padding-left: 22px;
    padding-left: 70px;
    padding-left: 0px;
  }

  ul.partenaires-list li {
    width: 28%;
    margin: 10px;
    height: 140px;
    padding: 10px;
  }
	ul.navbar-nav {
    padding-right: 3px;
  }
  li.nav-item a {
    font-size: 13px;
    padding: 0 0 0 10px !important;
  }
  .contact-desc h6 {
  color: #2E2E2E;
  font-size: 32px;
}
.contact-title {
    margin-bottom: 26px;
  }
		.post-desc {
    padding: 0px 50px 13px 20px !important;
  }
   .bute_societe .title-text h1 {
    font-size: 45px;
  }

.title-ico {

  margin-top: 9px;
}
	
 .contact-desc h6 {
    color: #2E2E2E;
    font-size: 31px;
  }
.contact-title {
    margin-bottom: 26px;
  }
	  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
.f-mail a {
  text-decoration: none;
  font-size: 19px;
  color: #FFFFFF;
  padding: 0;
  letter-spacing: 0px;
}
}

/* Small Devices (Phones in Landscape, Small Tablets) */
@media (min-width: 767px) {
	    .nav-btn {
			display:none;
		}
}
@media (max-width: 767px) {
	
	#viewer-container1{
		
		height: 243px!important;
	}
	
	#viewer-img-circile{
		bottom: 33px!important;
	}
	#viewer-img-360{
		bottom: 26px!important;
	}
	
	 .articles_all img.img-fluid {
    max-width: 100%;
    height: height: 286px;
    height: auto;
    border-radius: 8px;
  }	
  .articles_all .article {
    padding: 32px;
    padding-bottom: 32px;
    background: #fff;
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-bottom: 40px;
    max-width: 100%;
    margin: 20px 0;
    padding-bottom: 10px;
  }
	.blog-grid {
  position: relative;
  padding-top: 150px;
  padding-bottom: 280px;
  margin: 80px auto;
  width: 80%;
}
	.blog-container .post img {
		border-radius: 10px;
		transform: scale(1.5);
		width: 470px;
		height: 350px;
}
	.block.no-border img {
    border-radius: 20px;
    float: none;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
}
	  .bg-calc .pl-5 {
    padding-left: 0px;
    padding-right: 10px;
  }
	.title-ico {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  align-self: self-start;
  background: #f5f2f3;
  margin-top: 0px;
}
  .title-text h1 {
    font-size: 30px;
  }
	 .post-desc {
    padding: 0px 0px 105px 20px !important;
  }
    h6.has-line::after {
    content: '';
    width: 4px;
    height: 90px;
    background: #bdc5ca;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 102px;
  }
	 .b-title.ceo .title-text h1 {
    font-size: 45px;
    width: auto !important;
    margin-top: 11px;
  }
	
.carousel-inner, .carousel, .carousel-item, .carousel-container {
  min-height: 350px!important;
  margin: 20px auto;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
	.car-details {
	  position: absolute;
	  top: 0;
	  left: 0;
	  margin-top: 20px;
	  background: transparent linear-gradient(0deg, #2C3F5D 0%, #263957 53%, #283D60 100%) 0% 0% no-repeat padding-box;
	  border-radius: 10px;
	  width: 0%;
	  height: auto;
	  right: 0;
	  display: flex;
	  overflow: hidden;
	  padding-bottom: 100px;
	}

	/* .car-details{min-height: 460px;} */
	/* .car_caracteristique .car-details{display: inline-grid;} */
	.block_modal_photo1{
		
		display:none!important;
	}
	.block_modal_photo2{
		
		display:block!important;
	}
	.block_modal_photo2 img{
		
		margin-right: -32px;
	}
  body.page header {
    padding:0;
}
  div#navbarScroll {
    background: #fff;
}
  ul.navbar-nav {
    padding-right: 20px;
}
ul.navbar-nav li.nav-item {
  width: max-content;
  margin-bottom: 8px;
}
a.nav-link {
  width: max-content;
  display: inline-block;
  padding-right: 20px;
}
section#entry {
  background-size: cover !important;
}
span#current-slide {
  font-size: 23px;
  color: #fff;
}
  div#slide-desc {
    font-size: 26px;
    color: #252627;
    width: 100%;
    padding: 120px 0px 0 0;
  }
  .owl-carousel.slider-home .owl-stage {
    display: none;
}
.owl-carousel .owl-nav button {
  width: 45px;
  height: 45px;
}
button.owl-next {
  margin-left: 0% !important;
}
.main-navs {
  bottom: 10px;
}
  .slider {
    position: relative;
    left: 0;
    margin-bottom: 0;
}
section.space-5 {
  margin: 60px 0;
}
.pl-5 {
  padding: 0;
}
  .b-title.absolute {
      position: inherit;
      top: 0;
      padding-top: 0;
      right: 18%;
      z-index: 1;
  }
.title-text h1 {
    font-size: 30px;
  }
  .title-ico img {
    width: 33px;
    height: 33px;
  }
  .title-ico {
    width: 53px;
    height: 53px;
  }
  .title-motif label {
    width: 17px;
    height: 17px;
}
.title-text label {
  font-size: 15px;
}
  .post-desc {
    padding: 0px 0 35px 0;
}
.tags span {
  font-size: 20px;
}
a.cta {
  font-size: 20px;
  padding: 15px 50px;
}
.container.parent:after {

  width: 200px;
  height: 200px;
  bottom: 400px;
  left: 0;
}
section.bg-calc::after {
  width: 100%;
  right: 0;
}
.relative-box .b-title.ceo {
  position: inherit;
  right: 0;
}
.b-title.ceo .title-text h1 {
  font-size: 25px;
}
  .b-title.ceo .title-motif label {
    margin-bottom: 0px;
    margin-right: 0px;
  }
   .bute_societe .title-text h1 {
    font-size: 31px;
  }
.animate-ceo {
  padding-top: 0px;
  position: inherit;
  width: 100%;
}
.b-title.min .title-text h1:after {
  content: none;
 
}

.animate-img-left {
  margin-top: 20px;
}
img.img-fluid.slide-pic {
  padding-right: 0;
  padding-top: 0;
}
.car-details .contact-desc p {
  color: #D5D5D5;
  font-size: 14px;
  line-height: 18px;
  margin: 25px 0;
}
.b-title.min .title-ico {
  background: rgba(62, 70, 81, 0.07);
  width: 63px;
  height: 47px;
  align-self: center;
}
.b-title.min .title-ico img {
  width: 22px;
  height: 22px;
}
.title-section h1 {
  font-size: 32px;
}
.title-section .dot {
  width: 16px;
  height: 16px;
}
.car-filtre {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.car-filtre span {
  padding: 7px 24px;
  font-size: 18px;
}
.relative-box.active .b-title.ceo,.relative-box.active .animate-ceo {
  animation:none;
}
.car-data h5 {
  font-size: 20px;
}
.car-details {
  flex-direction: column;
}
.side-fisrt {
  width: 100%;
  padding: 0 40px;
  margin-top: 50px;
}
.car-data {
  display: none;
}
.car-data span {
  font-size: 25px;
}
.partenaires p {
  padding: 30px;
}
.col-md-4.partenaires {
  border-radius: 0;
}
.contact-title {
  margin: 40px 0;
}
.contact-desc h6 {
  font-size: 25px;
}
.contact-desc p {
  color: #909090;
  font-size: 14px;
  line-height: 29px;
}
.post-desc h5 {
  font-size: 22px;
}
.navbar {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0 !important;
}
a.navbar-brand img {
  width: 80%;
}
.b-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.title-text h1 span.white {
  color: #222B3A;
}
#entry.zoom-effect .container-fluid.h-100{
  transition: none;
  background-size: cover;
  clip-path: none;
  background-position: center center;
  }
body.page .p-right {
  padding-right: 0;
}
body.page .block {
  padding-bottom: 30px;
  margin-bottom: 0;
}
body.page .content-title h1 {
  font-size: 40px;
}
body.page .block h2 {
  font-size: 28px;
  margin-top: 30px;
}
body.page .block h2 {
  font-size: 28px;
  margin-top: 30px;
/*  color: #DA0125;
  margin-bottom: 30px;
  display: table-caption;
  text-align: right;
  width: 100%;
  display:block;*/
}
form#contactForm button {
  font-size: 19px;
}
  ul.partenaires-list li {
    width: 30%;
    margin: 5px;
    height: 179px;
    vertical-align: middle;
    padding: 20px;
  }

ul#PostsContainer li {
  width: 100% !important;
}
.partenaires p {
  font-size: 14px;
  padding: 30px;
  text-align: justify;
}
.contact-desc.wow.fadeInUp.px-5,.contact-title.wow.fadeInUp.px-5 {
  padding: 0 !important;
}
form#contactForm {
  padding: 0 !important;
}
ul#PostsContainer h3.post-title {
  font-size: 23px;
}
.holder {
  text-align: center;
}
.page.single-post h1.post-title {
  font-size: 26px;
}
body.page.single-post .block p {
  width: 100%;
}
.blog-container {
  gap: 8px;
}
.blog-container .post:nth-child(n+4) {
  display: none;
}
.blog-container .post.center {
  flex: 0 0 175px;
  height: 140px;
}
a.cta.posts {
  width: 100%;
}
.blog-grid .post-data {
  width: 100%;
}
.post-data h5, .post-data span.date, .post-data a {
    font-size: 16px;
    padding: 0;
  }
.post-data p {
  font-size: 12px;
}
  footer {
    padding: 25px 15px;
}
.f-social, .f-mail {
  display: block;
  text-align: center;
}
.f-mail {
  margin: 15px 0 5px 0;
}
.f-mail a {
  font-size: 16px;
  padding: 0;
}
.f-copy label {
  font-size: 12px;
}
.f-copy p {
  font-size: 11px;
}
.f-copy {
  text-align: center;
}
.partenaires-list {
    padding-left: 16px !important;
  }
  .post-data p {
   font-size: 12px;
    padding: 0;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 95px;
    display: block;
    line-height: 22px;
  }
p.step-desc {
  font-size: 16px;
  color: #525252;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: justify;
}
.block.no-border {
  border-bottom: none !important;
  margin-bottom: 30px !important;
  color: #525252;
  font-size: 17px;
  line-height: 31px;
  text-align: justify;
}
.ceo_name_sliding {
  overflow: hidden;
  max-height: 261px;
  transition: max-height 0.5s ease;

}
.slick-track {
  right: 127px;
}
/** mobile caroussel
**/
.blog-container .post {
  overflow: hidden;
  border-radius: 10px;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.2s ease, flex-basis 0.8s ease;
  z-index: 1;
  height: 50px;
  max-width: 69%;
  margin: auto;
}
 .blog-container .post.center {
    flex: 0 0 175px;
    height: 140px;
    flex: 0 0 500px;
    height: 428px;
    max-width: 69%;
    margin: auto;
  }
  .post-pages {
  position: absolute;
  padding-top: 0px;
  right: 313px;
  top: -59px;
}

.blog-container {
  display: grid;
  align-items: flex-end;
  gap: 16px;
}
  .blog-container .post:nth-child(n+4) {
    display: none;
  }
  .post-data h5 {
    font-size: 24px;
    color: #fff;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 36px;
    text-align: center;
    float: none;
    width: 100%;
  }
  .post-data .fake-space {
margin-bottom: 55px;
    min-height: 352px !important;
    height: 326px !important;
  }
  .blog-container .post{
    display: none;
  }
    .blog-container .post.center{
    display: block;
  }
  
  .blog-container {
        position: relative;
        width: 100%;
    }
    .posts-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }
    .post {
        min-width: 100%;
        box-sizing: border-box;
        opacity: 0.7;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .post.center {
        opacity: 1;
        transform: scale(1.1);
    }
    .nav-btn {
		position: absolute;
		  top: auto;
		  transform: translateY(-50%);
		  background-color: rgb(215, 24, 24);
		  color: #fff;
		  border: none;
		  border-radius: 10px;
		  padding: 10px;
		  cursor: pointer;
		  z-index: 10000;
		  bottom: 10px;
		  display: block;
    width: 72px;
    }
    .left-btn {
        left: 36%;
    }
    .right-btn {
        right: 36%;
    }
    .nav-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
	#car-pictures.flech_int{display:none;}
	#car-pictures.flech_exter{border: 0px;}
}

.custom-pagination a {
display: inline-block;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  ext-align: center;
  letter-spacing: 0px;
  color: #666666;
  background: #f1f2f3;
  border: 1px solid #666666;
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    border-bottom-color: rgb(102, 102, 102);
    border-left-color: rgb(102, 102, 102);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  border-color: #00000019 !important;
}
.custom-pagination a:hover {
    background: #0066cc;
    color: #fff;
}
.custom-pagination a.active {
    background: #0066cc;
    color: #fff;
    border-color: #0066cc;
}
.custom-pagination a.arrow {
    font-size: 12px;
    font-weight: bold;
    background: #00000019;
    padding: 0px 30px;

}
.custom-pagination a.arrow:hover{
    background: #000;
    color: #fff;
}
.custom-pagination span {
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    color: #0066cc;
}
.story .main{
	
	 margin-bottom: 150px;
}
.story .main .block img{
border-radius: 20px;
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  max-width: 650px;
  height: auto;
  width: 100%;
}
.story .main .block {
	padding-bottom: 40px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 50px;
	text-align:justify;
	letter-spacing: 0px;
	color: #525252;
	opacity: 1;
	font-size:17px;
	line-height:33px;
}
.main #shareBlck_customer{
	
	 margin-bottom: 150px;
	 height: 25px;
	text-align: left;
	letter-spacing: 0px;
  color: #000000;
  font-size: 21px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}
.main #shareBlck_customer .fmail{
	padding-left: 15px;
	display: inline-block;
}
.main #shareBlck_customer .fsocial{
	
	display: inline-block;
}

.main #shareBlck_customer .fmail p{text-decoration: none;
  font-size: 19px;
  color: #000;
  padding: 5px 65px 0 0;
  letter-spacing: 0px;}
.fsocial img {
  width: 21px;
  height: 21px;
}
.monSVG {
  fill: red !important;
}
.fsocial a {
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  line-height: 17px;
  height: 40px !important;
  height: 40px !important;
  display: inline-block;
}
/* Extra Small Devices (Phones) */
@media (max-width: 480px) {
	section.title {
  background: #fff url(./img/dir_banner.jpg) center center no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  min-height: 316px;
  line-height: 229px;
}
	/* .center-slider .slick-slide{ */
		
		/* width:300px !important; */
	/* } */
  .slick-track {
    right: 0px;
  }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.5rem;
  pointer-events: none;
}
.imgs-grid-modal .modal-inner .modal-control.right {
right: -15px !important;
}
  .oreder-title span {
  font-size: 21px;
  color: #fff;
  margin-right: 15px;
}
.single-car #CarTabContent .car-view img {
  height: auto;
}
section.intro-car h5 {
    font-size: 41px;
    line-height: 53px;
    color: #fff;
    width: 100%;
    text-align: right;
    float: left;
    padding-bottom: 10%;
    padding-top: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
section.intro-car {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.oreder-title {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  clip-path: polygon(0 0%, 100% 0%, 87% 100%, 13% 100%);
  padding: 6px 50px;
    padding-bottom: 6px;
  padding-bottom: 6px;
  background-color: #DA0125;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
}

  .partenaires-list {
    padding-left: 16px !important;
  }
  
  section.intro-car h5 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    width: 100%;
    text-align: right;
    float: left;
    padding-bottom: 10%;
    padding-top: 36%;
  }
  ul.partenaires-list li {
    width: 45%;
    margin: 5px;
    height: 175px;
    vertical-align: middle;
    padding: 20px;
  }
  
  .car-block {
  text-align: center;
  padding: 20px 10px!important;
}
  .ceo_name_sliding.expanded {
  max-height: 842px;
}
 .post-pages {
    position: absolute;
    padding-top: 0px;
    right: 211px;
    top: -59px;
  }
  

  .blog-container .post img {
    border-radius: 10px;
    transform: scale(1.5);
    width: 388px;
    height: 350px;
  }

  .blog-grid {
    position: relative;
    padding-top: 150px;
    padding-bottom: 280px;
    margin: 80px auto;
    width: 100%;
  }
   .left-btn {
    left: 30%;
  }
    .right-btn {
    right: 30%;
  }

	.articles_all .article {
	  padding: 25px;
	  background: #fff;
	  background: #FFF 0% 0% no-repeat padding-box;
	  border-radius: 8px;
	  margin-bottom: 40px;
	  max-width: 90%;
	  margin: 10px auto;
	}
	
	.articles_all img.img-fluid {
  max-width: 100%;
  height: height: 286px;
  height: auto;
  border-radius: 8px;
}
 body.page section.title .content-title h1 {
  display: inline;
  font-size: 55px;
  color: #fff;
  font-weight: bold;
}

 #viewer-img-circile {
    bottom: 21px !important;
  }
    #viewer-img-360 {
    bottom: 12px !important;
  }

}

@media (max-width: 430px) {
	  .blog-container .post img {
    border-radius: 10px;
    transform: scale(1.5);
    width: 81%;
    height: 333px;
  }
	  .ceo_name_sliding.expanded {
    max-height: 909px;
  }
	.sestion_partenaires .b-title.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
	  .car-details {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
    background: transparent linear-gradient(0deg, #2C3F5D 0%, #263957 53%, #283D60 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 0%;
    height: auto;
    right: 0;
    display: flex;
    overflow: hidden;
    padding-bottom: 50px;
  }
	.oreder-title {
    width: fit-content;
    text-align: center;
    margin: -1px auto;
    clip-path: polygon(0 0%, 100% 0%, 87% 100%, 13% 100%);
    padding: 6px 83px;
    padding-bottom: 6px;
    padding-bottom: 6px;
    padding-bottom: 6px;
    background-color: #DA0125;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
  }
	
	.side-fisrt {
    width: 100%;
    padding: 0 40px;
    margin-top: 0px;
  }
  
	.center-slider .slick-current.slick-active {
	  width: 370px !important;
	  box-shadow: 0px 0px 0 #00000045;
	}
    .post-pages {
    position: absolute;
    padding-top: 0px;
    right: 159px;
    top: -59px;
  }
  
  .single-car .tab-container {
	  padding: 10px 10px!important;
	}
	
  .single-car ul#car-pictures.flech_int li:last-child button {
	  padding: 0px 25px!important;
	  border-radius: 5px !important;
	}
	#CarTabContent ul#car-pictures.flech_int li:first-child button {
	  padding: 0px 25px!important;
	  border-radius: 5px !important;
	}
}

@media (max-width: 414px) {
	
	.center-slider .slick-current.slick-active {
	  width: 370px !important;
	  box-shadow: 0px 0px 0 #00000045;
	}
	
	.oreder-title {
	  width: fit-content;
	  text-align: center;
	  margin: 0 auto;
	  clip-path: polygon(0 0%, 100% 0%, 87% 100%, 13% 100%);
	  padding: 6px 114px;
		padding-bottom: 6px;
	  padding-bottom: 6px;
	  background-color: #DA0125;
	  border-radius: 0px 0px 80px 80px;
	  display: flex;
	  align-items: baseline;
	  padding-bottom: 20px;
	}
	.ceo_name_sliding.expanded {
		max-height: 1040px;
	  }
	  
	    body.page section.title .content-title h1 {
    display: inline;
    font-size: 47px;
    color: #fff;
    font-weight: bold;
  }
  
}

@media (max-width: 390px) {
	.post-data .fake-space {
	margin-bottom: 45px;
    min-height: 241px !important;
	height: 216px !important;
  }
  .blog-container .post.center {
    flex: 0 0 175px;
    height: 140px;
    flex: 0 0 500px;
    height: 257px;
    max-width: 84%;
    margin: auto;
  }
  .blog-container .post img {
    border-radius: 10px;
    transform: scale(1.5);
    width: 81%;
    height: 240px;
  }
 .bute_societe .title-text h1 {
    font-size: 28px;
  }
  .post-data p {
    font-size: 12px;
    padding: 0;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 41px;
    display: block;
    line-height: 22px;
  }
}

@media (max-width: 380px) {
.left-btn {
    left: 27%;
  }
   .right-btn {
    right: 27%;
  }
	  body.page section.title .content-title h1 {
    display: inline;
    font-size: 41px;
    color: #fff;
    font-weight: bold;
  }
}
@media (max-width: 370px) {
  .ceo_name_sliding.expanded {
    max-height: 1281px;
  }
  	.center-slider .slick-current.slick-active {
	  width: 340px !important;
	  box-shadow: 0px 0px 0 #00000045;
	}
	 body.page section.title .content-title h1 {
    display: inline;
    font-size: 41px;
    color: #fff;
    font-weight: bold;
  }

  .ceo_name_sliding.expanded {
    max-height: 1281px;
  }
  	.center-slider .slick-current.slick-active {
	  width: 340px !important;
	  box-shadow: 0px 0px 0 #00000045;
	}
	  .bute_societe .title-text h1 {
    font-size: 26px;
  }
   body.page section.title .content-title h1 {
    display: inline;
    font-size: 41px;
    color: #fff;
    font-weight: bold;
  }
}

@media (max-width: 320px) {
	ul.partenaires-list li {
    width: 44%;
    margin: 5px;
    height: 105px;
    vertical-align: middle;
    padding: 20px;
  }
  .px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
 .title-text h1 {
    font-size: 26px;
  }
   .bute_societe .title-text h1 {
    font-size: 26px;
  }
    .p-md-5 {
    padding: 1rem !important;
  }
  .oreder-title span {
  font-size: 21px;
  color: #fff;
  margin-right: 15px;
}
.single-car #CarTabContent .car-view img {
  height: auto;
}
    section.intro-car h5 {
        font-size: 38px;
        line-height: 41px;
        color: #fff;
        width: 100%;
        text-align: right;
        float: left;
        padding-bottom: 10%;
        padding-top: 36%;
    }
section.intro-car {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.oreder-title {

  padding: 6px 58px !important;
  border-radius: 0px 0px 13px 39px !important;
 
}
.side-fisrt {
    width: 100%;
    padding: 0 40px;
    margin-top: 0px;
  }
  
	.car_caracteristique{min-height:635px;}
  .car-details {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
    background: transparent linear-gradient(0deg, #2C3F5D 0%, #263957 53%, #283D60 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 0%;
    height: 400px;
    right: 0;
    display: flex;
    overflow: hidden;
    padding-bottom: 50px;
  }
   .ceo_name_sliding.expanded {
    max-height: 1281px;
  }
  	.center-slider .slick-current.slick-active {
	  width: 300px !important;
	  box-shadow: 0px 0px 0 #00000045;
	}
	  .blog-container .post.center {
    flex: 0 0 175px;
    height: 140px;
    flex: 0 0 500px;
    height: 185px;
    max-width: 84%;
    margin: auto;
  }
  
    .blog-container .post img {
    border-radius: 10px;
    transform: scale(1.5);
    width: 86%;
    height: auto;
  }
  
   .blog-container .post.center {
    flex: 0 0 175px;
    height: 140px;
    flex: 0 0 500px;
    height: 218px;
    max-width: 100%;
    margin: auto;
  }
  .right-btn {
    right: 21%;
  }
  .left-btn {
    left: 21%;
  }

.blog-grid .post-data {

  padding: 80px 25px 0 25px;
  z-index: -1;
}

  .post-pages {
    position: absolute;
    padding-top: 0px;
    right: 119px;
    top: -59px;
  }
}



.modal {
  z-index: 999999;
}

.carousel {
 border-radius: 10px;
  overflow: hidden;
}


.carousel-inner, .carousel, .carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.carouselitem.active {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
 transition: transform 1s ease-in-out !important; /* Transition plus lente */
  transform: translateX(0);
      opacity: 1;
	  border-radius:10px;
}

    .carouselitem {
      position: relative;
      transform: translateX(100%);
      opacity: 0;
      transition: all 0.5s ease-in-out;
	  border-radius:10px;
    }
    /* Quand la classe 'hide' est ajoutée */
	.carouselitem.hide {
		 transition: transform 1s ease-in-out !important; /* Transition plus lente */
      transform: translateX(100%); /* Glisse vers le haut */

    }

.carouselitem-prev:not(.carouselitem-end), .active.carouselitem-start {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

.carouselitem-next:not(.carouselitem-start), .active.carouselitem-end {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}
#vertical-carousel.slide{
	padding: 0px;
}
.carousel-indicators {
  top: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  display: none;
}

.carousel-indicators [data-bs-target] {
  background: none;
  border: 2px solid white;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
}

.carousel-indicators li.active {
  background: white;
  
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.carousel-control-prev-icon {
  top: 5%;
}

.unclickable {
  pointer-events: none;
  display:none;
}

.clickable {
  pointer-events: all;
}

.btn-style {
  border-color: white;
  content: url("./images/GitHub-Mark-Light-120px-plus.png");
  width: calc(1.475rem + 2.7vw);
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px;
}

.btn-style:hover {
  background-color: black;
  content: url("./images/GitHub-Mark-Light-120px-plus.png");
  width: calc(1.475rem + 2.7vw);
}

.img-style {
  width: calc(1.475rem + 2.7vw);
}

.img-style:hover {
  width: calc(1.475rem + 2.7vw);
}

.roll-in-blurred-right {
	-webkit-animation: roll-in-blurred-right 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: roll-in-blurred-right 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-2-15 0:50:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-blurred-right
 * ----------------------------------------
 */
 @-webkit-keyframes roll-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) rotate(720deg);
            transform: translateX(1000px) rotate(720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) rotate(720deg);
            transform: translateX(1000px) rotate(720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
  .vertical.carousel .carousel-control {
      bottom: auto;
      width: 100%;
      height: 15%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  }
  .vertical.carousel .carousel-control.right {
    top: auto;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .vertical.carousel .carousel-control .glyphicon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .vertical.carousel .carousel-indicators {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 10px;
    width: 14px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vertical.carousel .carousel-inner > .item {
    left: 0;
    top: 0;
  }
  .vertical.carousel .carousel-inner > .item > img {
    width: 100%;
  }
  .vertical.carousel .carousel-inner > .item.next,
  .vertical.carousel .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .vertical.carousel .carousel-inner > .item.prev,
  .vertical.carousel .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .vertical.carousel .carousel-inner > .item.next.left,
  .vertical.carousel .carousel-inner > .item.prev.right,
  .vertical.carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
  }
  .vertical.carousel .carousel-inner > .active,
  .vertical.carousel .carousel-inner > .next.left,
  .vertical.carousel .carousel-inner .prev.right {
    top: 0;
  }
  .vertical.carousel .carousel-inner > .next,
  .vertical.carousel .carousel-inner > .active.right {
    top: 100%;
    left: 0;
  }
  .vertical.carousel .carousel-inner > .prev,
  .vertical.carousel .carousel-inner > .active.left {
    top: -100%;
    left: 0;
  }
   .car-block {
text-align: center;
  padding: 20px 100px;
        }
        .car-title {
           font-size: 24px;
  font-weight: 500;
  color: #333;
        }
        .car-year {
            color: red;
            font-size: 20px;
        }
        .car-description {
      font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0px;
  color: #B4B4B4;
  padding: 0 20px;
  max-width: 300px;
  margin: auto;
  margin-top: 10px;
        }
		 .carousel .carousel-inner {
            transition: transform 1s ease-in-out !important; /* Transition plus lente */
        }
		.swiper {
            width: 100%;
            max-width: 100%;
            height: 1127px;
        }
        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
      
        }
		
  .swiper-slide img.img-fluid {
	  max-width: 100%;
	  height: auto;
	}
		
		.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background:#da0125!important;
}


/* Default slide */

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(1, 1);
    transition: all 0.4s ease-in-out;

}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  letter-spacing: -4px;
}
.pagination span{
	color: #222B3A;
	
}
/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);

}
.center-slider .slick-current.slick-active{
    display: flex;
    flex-direction: column;
    background: #006CB3;
    border-radius: 10px;

    transform: scale(1.3);
}

.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
.slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
}
.slick-slide .details {
    display: none;

}

[dir="rtl"] .slick-prev,[dir="rtl"] .slick-next{
    display: none !important;
}
.slick-current.slick-active .details{
    display: block;
    z-index: 999;
}

#GalloryNews {
    position: relative;
    margin-top: 40px;

}

.wrapper {
    height: 100%;
}
.counter {
position: absolute;
  top: 221px;
  right: 20px;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  font: normal normal normal 34px/58px Madani-Arabic-Medium;
    font-size: 34px;
  // font-family: 'Madani-Arabic-Medium', sans-serif;
  letter-spacing: 0px;
  color: #81B4D5;
  opacity: 1;
  direction: ltr;
  color: #D7DBE2;
  font-size: 34px;
}

.center-slider .slick-current.slick-active .post-data{
	margin-right:20px;
	margin-left:20px;
	
}
.center-slider .slick-current.slick-active {
	display: flex;
	flex-direction: column;
	background: #222B3A;
	border-radius: 10px;
	transform: scale(1.4);
	transform-origin: center;
	width: 433px!important;
	box-shadow: 0px 13px 36px #00000045;
	display: block;
	border-radius: 10px;
	height: 580px;
	font-size: 1rem;
	transition: transform 0.4s ease-in-out, background 0.4s ease-in-out; /* Smooth scaling and background transitions */
	z-index: 1; /* Brings the active slide above others */
}

.center-slider .slick-slide .details.post-data{
	margin-top:65px;
	
	
}
.center-slider .slick-slide {
    color: #FFF;
    padding: 44px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1); /* Default scale for non-active slides */
    transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
    z-index: 10; /* Keeps non-active slides behind the active slide */
}

.center-slider .slick-slide:not(.slick-current) {
    transform: scale(1); /* Reset scale for non-active slides */
}
.swiper-pagination{display:none;}


/********** swipper*****/

.swiper label ,.swiper h1 {
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
 .swiper h6 {
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
 .swiper  .post-desc  p{
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
    transform: translate3d(-40%, 0, 0);
    opacity: 0;
}
 .swiper  .post-desc  .tags{
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(-40%, 0, 0);
    opacity: 0;
}
.swiper-slide.swiper-slide-active h1,
.swiper-slide.swiper-slide-active label,
.swiper-slide.swiper-slide-active .post-desc  p ,
.swiper-slide.swiper-slide-active  h6,
.swiper-slide.swiper-slide-active .post-desc  .tags{
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


@media (max-width: 320px) {

section.title {
  background: #fff url(./img/dir_banner.jpg) center center no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  min-height: 330px;
  line-height: 229px;
}
  body.page section.title .content-title h1 {
    display: inline;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
  }
  body.page .content-title .dot {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50px;
}
}
