.elementor-44070101 .elementor-element.elementor-element-a422612{margin-top:025px;margin-bottom:-35px;padding:0px 0px 0px 0px;}.elementor-44070101 .elementor-element.elementor-element-3ac32a1 > .elementor-element-populated{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-44070101 .elementor-element.elementor-element-6852da5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-44070101 .elementor-element.elementor-element-a422612{margin-top:0px;margin-bottom:-35px;}.elementor-44070101 .elementor-element.elementor-element-3ac32a1 > .elementor-element-populated{margin:0px 0px 0px 0px;}.elementor-44070101 .elementor-element.elementor-element-6852da5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:-150px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6852da5 */.carousel{
    width: 100%;
    background-color: #555; 
    height: 850px; 
    color: #eee;
    margin-top: -75px; 
    position: relative;
    display: flex;
}
@media screen and (min-width:768px) and (max-width:1020px) {
    .carousel {
        min-height: calc(100vh + 1000px);
        
    }
}
@media screen and (min-width:1020px) and (max-width:1280px) {
    .carousel {
        min-height: calc(100vh + 100px);
        
    }
}
@media screen and (max-width: 400px) {
    .carousel {
        min-height: calc(100vh + 750px);
    }

}
.carousel .list{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    flex:1;
}
.carousel .list .item {
    position : absolute; 
    top: 0; 
    left:0; 
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.carousel .list .item::before {
    position : absolute;
    width: 100%; 
    height: 100%; 
    background: var(--bg-color);
    content: var(--title);
    font-size: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.carousel .list .item .image{
    flex-shrink: 0;
    width: 448px;
    height: 612px;
    background: var(--img-src) no-repeat;
    background-size: 100% auto;
    border-radius: 10px;
    transition: background 1s ease-in-out;

}
.carousel .item .content {
    width: 1140px; 
    max-width: 90%;
    margin: auto; 
    margin-top: 125px;
    height: 60%; 
    padding-top: 0px; 
    box-sizing: border-box;
    display: flex;
    gap:50px; 
    justify-content: space-between;
    align-items: center;
}
.carousel .list .item .info .title {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.carousel .list .item .info .des {
    margin: 1em 0; 
}
.carousel .list .item .info a{
    display: inline-flex;
    text-decoration: none;
    font-weight: 500;
    color: var(--color);
    font-weight: bold; 
   
}
.carousel .list .item .info a:hover{
  color: #F26F27;
  cursor: pointer; 
}


.carousel .list .item {
    z-index: 1; 
}

.carousel .list .item.active{
    z-index: 2;

}
.carousel .list .item .active .image{
    --left : 0; 

}
.arrows button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    z-index:2;
    border-radius: 10px;
    width:60px;
    height:60px;
    font-family: monospace;
    background-color: #ee33;
    border: none; 
    color: #fff;
    font-weight: bold;
    font-size: 2em; 
    cursor:pointer;
    left:10%;
    transition: background 0.5s, color 0.5s; 

}
.arrows button#next{
    left: unset;
    right: 10%; 
}
.arrows button:hover{
    background-color: #eee;
    color: #F26F27;
    border-color: #F26F27; 
}
.dots li {
    width: 15px;
    height: 15px;
    background-color: #eee5;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 20px;
}
.dots li.active{
    background-color: #eee;


}
.dots{
    list-style: none;
    margin : 0;
    padding: 0;
    display: flex;
    gap: 20px; 
    position: absolute;
    bottom: 40px;
    z-index:2;
    width:max-content; 
    left: 50%;  
    transform: translateX(-50%);
    transition: background 0.5s; 
}
.carousel{
    overflow: hidden;

}



/*.carousel.effect .item.active {
    --transform-from: -300px;
    --transform-to: 0px;
}*/


@keyframes transformAnimation {
    0% {
        transform: translateX(-200px);
        opacity: 0; 
    }
    100% {
        transform: translateX(0px);
        opacity: 1; 
    }
}

.effect .image {
    animation: transformAnimation 1.5s ease-in-out 1 forwards;
}

 .effect .title,
 .effect .category,
 .effect .des {
animation : transformAnimation 1.5s ease-in-out 1 forwards; 
}

.effect .title{
    animation-delay: 0.08s;
}
 .effect .category{
    animation-delay: 0.04s; 
}
 .effect .des{
    animation-delay: 0.038s; 
}
 .effect .a{
    animation-delay: 0.009s; 
}
.carousel .effect .item .active {
    clip-path: circle(0.4% at 50% 50%);
    animation: animationClipPath 0.9s ease-in-out; 
}
@keyframes animationClipPath{
    100%{
        clip-path: circle(50% at 50% 50%);
    }
}
.carousel .active ul li{
    display: table;
    height: auto;
    /* background-color: #F26F27; */
    list-style: none;
    margin-bottom: 5px;
    padding-left:5px; 
    border-radius: 5px;
    padding-right: 5px; 
    word-wrap: break-word; 
    overflow-wrap: break-word;
    animation: FadeIn 1s ease-in-out;
    color: var(--color);
    font-weight: bold;
    margin-left: 20px;

}
.carousel p{
    color:#ffff;
    font-family: unset;
}

@media screen and (min-width:768px) and (max-width:1280px)
{
    /*.carousel .list .item {
        height:80%;*/
}
/*
.des p,.des ul {
  line-height: 1; 
  margin-bottom: 3px; 
}*/
@media screen and (max-width:767px) {
    .body{
    content: 500px  
    }
    .carousel {
        height: 150vh;

    }
    .carousel .list .item {
                 padding-top:0px;
                 height: 100%;
    }
    .carousel .list .item .content{
        display: block;
         margin-top: 0px;
         padding-top:0px;


        
    }
    .carousel .list .item .image{
        margin-left: 0px;
        width: 100%;
        padding-bottom:0px;
                margin-top: 10px;
                border-radius:0px;


    }
    .carousel .list .item .info{
        position: relative; 
        bottom: -10%;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        backdrop-filter: blur(20px);
        margin-top: -180px;
        padding-top: 0px;
        

       
    }
    .carousel .list .item .info .title{
        font-size: 1em;
        font-size: 30px;
    }
    .carousel .list .item .info .des {
        font-size: 0.8em;
        text-align: justify;
        justify-content: center;

    }
    .carousel ul li{
       font-size:0.89em;
    }
    .carousel .list .item .content{
        justify-content: center;
        align-items: start;
    }
    .arrows button{
       
        
    }
    .arrows button{
    position: absolute;
    z-index:2;
    border-radius: 2px;
    width:40px;
    height:40px;
    font-family: monospace;
    background-color: #ee33;
    border: none; 
    color: #fff;
    font-weight: bold;
    font-size: 2em; 
    cursor:pointer;
    left:5%;
    transition: background 0.5s, color 0.5s;
     bottom: 20px; 
    margin-top: -90px;

}
.arrows button#next{
    left: unset;
    right: 5%; 
}
.dots li {
    width:10px;
    height: 10px;
    background-color: #eee5;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
}
.dots li.active{
    background-color: #eee;

}
.dots{
    list-style: none;
    margin : 0;
    margin-top: -500px;
    padding: 0;
    display: flex;
    gap: 8px; 
    position: absolute;
    bottom: 650px;
    z-index:2;
    width:max-content; 
    left: 50%;  
    transform: translateX(-50%);
    transition: background 0.5s;

}

}
/* style du css  */
.orange-background {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 5px solid #F26F27;
  }

  .orange-background ul {
    list-style-type: none;
    padding-left: 0;
  }
  
  .orange-background li {
    margin-bottom: 10px;
  }
  
h1{
    margin-top: 5px;
    color:#F26F27;
    font-weight: bold;
    font-size: 30px;
}/* End custom CSS */