/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');



@font-face {
     font-family: 'emilia';
     src: url(../fonts/emilia/emiliab81a.eot?%23iefix&amp;v=11301986544351655162) format("embedded-opentype"), url(../fonts/emilia/emilia27ee.otf?v=1406190216523772813) format("opentype"), url(../fonts/emilia/emilia2cda.svg?v=16866664635764078241) format("svg"), url(../fonts/emilia/emiliaeae0.ttf?v=10391525706474828202) format("truetype"), url(../fonts/emilia/emiliac2ab.woff2?v=5688613352888938484) format("woff2"), url(../fonts/emilia/emiliac1e4.woff?v=4109125997998182384) format("woff");
     font-weight: normal;
     font-style: normal !important;
}

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     margin: 0
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 30px;
}

.titlepage::before {
     content: "";
     position: absolute;
     border: #fff solid 5px;
     border-width: 5px;
     width: 80px;
     z-index: 999;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: 55px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 50px;
     color: #323232;
}

.read_more {
     display: inline-block;
     background: #6dcff6;
     color: #fff;
     max-width: 215px;
     height: 61px;
     line-height: 61px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #0e0b01;
     color: #fff;
     transition: ease-in all 0.5s;
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}



/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/
.header {
     width: 100%;
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
     background-color: rgba(146, 143, 143, 0.6);
     box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
     height: auto;
}


/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 15px;
     color: #a9a9a9;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-nav .nav-item:hover  .icon,
.navbar-nav .nav-item:focus .icon {
     color: #666666;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #000;
}

.di_no {
     display: none;
}

ul.email {
     padding-top: 1px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.email li {
     padding: 0px 35px;
}

ul.email li:nth-child(2) {
     padding-right: 0;
}

ul.email li a {
     font-size: 17px;
     color: #fff;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
}


.fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
}

.top-nav-collapse .header {
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
     background-color: rgba(146, 143, 143, 0.6);
     box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
     height: auto;
}

.top-nav-collapse .logo img {
     width: auto;
     height: 50px;
     object-fit: contain;
}
/** banner_main **/
#myVideo {
     width: 100%;
     height: 100vh;
     object-fit: cover;
     /* margin-top: 136px; */
}

#top_section {
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 120px;
     position: relative;
     height: 100vh;
     background-position: center;
}

#myCarousel .carousel-indicators {
     bottom: -50px;
     margin-left: 11px;
     right: inherit;
}

#myCarousel .carousel-indicators .active {
     background: #0e0b01;
}

#myCarousel .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     border-radius: 40px;
     width: 22px;
     height: 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 10px;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
}

.banner_main .bluid h1 {
     color: #fff;
     font-size: 100px;
     line-height: 110px;
     font-weight: bold;
     padding-bottom: 25px;
}

.banner_main .bluid p {
     color: #fff;
     line-height: 25px;
     font-weight: 500;
     padding-bottom: 50px;
     font-size: 17px;
}

.banner_main .bluid .read_more {
     margin-right: 8px;
     background: #fff;
     color: #000;
}

.banner_main .bluid .read_more:hover {
     color: #fff;
     background: #0e0b01;
}


/** we_do **/

.we_do {
     background: #fff;
     padding: 90px 0 190px 0;
}

.we_do .titlepage::before {
     border: #2e2f34 solid 5px;
}

.we1_do {
     position: inherit;
     padding: 0;
}

#bo_ho:hover {
     border: #292a2c solid 1px;
     transition: ease-in all 0.5s;
}

.we_box {
     border: #e6e7e8 solid 1px;
     transition: ease-in all 0.5s;
     padding: 40px;
     margin-bottom: 26px;
}

.we_box h3 {
     color: #292929;
     font-size: 22px;
     font-weight: bold;
     line-height: 25px;
     text-transform: uppercase;
     padding-top: 25px;
}

.we_box h3 img {
     float: right;
}

.we_box p {
     color: #292929;
     padding-top: 25px;
     display: block;
     padding-bottom: 40px;
}

.we_box .read_more {
     max-width: 131px;
     height: 41px;
     line-height: 41px;
     margin: 0 auto;
     display: block;
     margin-right: 0;
     background: #464646;
}

#we1 .carousel-indicators {
     display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 109%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
     left: 43%;
}

#we1 a.carousel-control-next {
     right: 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
     background: #464646;
     color: #fff;
     opacity: 1;
}


/** end we_do **/


/** about **/

.about {
     background: url(../images/about_bg.jpg);
     background-position: center;
     background-repeat: no-repeat;
     height: 100vh;
     padding: 90px 0;
}

.about .titlepage::before {
     border: #fff solid 5px;
}

.about .titlepage {
     padding-bottom: 0;
     margin-bottom: 0px;
}

.about .titlepage h2 {
     color: #fff;
}

.about .titlepage p {
     line-height: 28px;
     padding-top: 20px;
     color: #fff;
     font-size: 17px;
}


/** end about **/


/** portfolio **/

.portfolio {
     padding-top: 90px;
     padding-bottom: 90px;
     background: #fff;
}

.portfolio .titlepage::before {
     right: inherit;
     border: #2e2f34 solid 5px;
     left: 15px;
}

.portfolio_main {
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.portfolio_main figure {
     margin: 0;
     position: relative;
     overflow: hidden;
}

#ho_nf:hover {
     box-shadow: 3px 0 20px rgba(30, 30, 30, 0.31);
     transition: ease-in all 0.5s;
}

#ho_nf:hover .portfolio_text {
     height: 240px;
     transition: ease-in all 0.5s;
     padding: 40px 40px;
}

#ho_nf:hover .li_icon {
     margin-top: -65px;
     transition: ease-in all 0.7s;
}

.portfolio_text {
     cursor: pointer;
     position: absolute;
     transition: ease-in all 0.5s;
     bottom: 0;
     height: 0;
     background: #fff;
     overflow: initial;
}

.li_icon {
     display: flex;
     transition: ease-in all 0.7s;
     z-index: 99999999999999999999999;
     position: absolute;
}

.li_icon a {
     background: #fff;
     width: 60px;
     height: 60px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #3a404e;
     box-shadow: 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
     background: #0f1012;
     color: #fff;
}

.portfolio_text h3 {
     color: #0c0c0d;
     font-size: 24px;
     line-height: 30px;
     font-weight: bold;
     padding-bottom: 15px;
}

.portfolio_text p {
     color: #031330;
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 15px;
}

.portfolio .read_more {
     margin: 0 auto;
     display: block;
     background: #252525;
     margin-top: 30px;
}

.portfolio .read_more:hover {
     background: #464646c7;
}


/* end portfolio */


/* chose */

.chose {
     padding: 90px 0 60px 0;
     background: #323232;
}

.chose .titlepage::before {
     right: inherit;
     left: 15px;
}

.chose .titlepage h2 {
     color: #fff;
}

.chose.chose .titlepage p {
     color: #fff;
     padding-top: 15px;
}

.chose_box {
     margin-bottom: 30px;
}

.chose_box h3 {
     padding-top: 20px;
     color: #fff;
     font-weight: bold;
     font-size: 30px;
     line-height: 35px;
}

.chose_box strong {
     display: block;
     color: #fff;
     font-weight: bold;
     font-size: 48px;
     line-height: 60px;
     padding-bottom: 30px;
}

.chose_box .read_more {
     background: #fff;
     color: #323232;
     max-width: 176px;
     line-height: 47px;
     height: 47px;
}

.chose_box .read_more:hover {
     background: #0e0b01;
     color: #fff;
}


/** end chose **/


/** contact section **/

.contact {
     background: #fefeff;
     padding: 90px 0;
}

.contact .titlepage::before {
     right: inherit;
     border: #2e2f34 solid 5px;
     left: 15px;
}

.main_form .contactus {
     border: #d2d2d3 solid 1px;
     padding: 0 15px;
     margin-bottom: 10px;
     width: 100%;
     height: 35px;
     background: #fff;
     color: #888888;
     font-size: 16px;
     font-weight: normal;
}

.main_form .textarea {
     border: #d2d2d3 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #888888;
     font-size: 18px;
     font-weight: normal;
     padding: 0 15px 0 15px;
     border-radius: 0;
     height: 70px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #323232;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 200px;
     width: 100%;
     display: block;
     font-weight: bold;
}

.main_form .send_btn:hover {
     background-color: #464646c7;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #888888;
     opacity: 1;
}


/** end contact section **/


/** testimonial **/

.posi_in {
     position: inherit;
     padding: 0;
}

.clientsl_text {
     margin-top: 90px;
     box-shadow: 0px 0 11px rgba(30, 30, 30, 0.07);
     padding: 40px;
     margin-bottom: 26px;
}

.clientsl_text i img {
     margin-top: -89px;
     display: block;
     margin-right: 20px;
     float: left;
}

.clientsl_text h3 {
     margin-top: -11px;
     color: #000b0a;
     font-size: 23px;
     font-weight: bold;
     line-height: 20px;
     text-align: left;
}

.clientsl_text h3 img {
     float: right;
}

.clientsl_text p {
     color: #757575;
     padding-top: 62px;
     display: block;
}

#clientsl .carousel-indicators {
     display: none;
}

#clientsl a.carousel-control-next,
#clientsl a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 105%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#clientsl a.carousel-control-prev {
     left: 37%;
}

#clientsl a.carousel-control-next {
     right: 37%;
}

#clientsl a.carousel-control-next:focus,
#clientsl a.carousel-control-next:hover,
#clientsl a.carousel-control-prev:focus,
#clientsl a.carousel-control-prev:hover {
     background: #252525;
     color: #fff;
     opacity: 1;
}


/** end testimonial **/


/** footer **/

.footer {
     background: #222222;
     padding-top: 20px
}

.newslatter_form {
     display: flex;
     align-items: center;
     margin-bottom: 70px;
}

.ente {
     color: #000;
     border: inherit;
     padding: 0 30px;
     height: 66px;
     width: 100%;
     font-size: 17px;
}

.subs_btn {
     max-width: 289px;
     display: inline-block;
     background: #151515;
     height: 66px;
     width: 100%;
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: bold;
     transition: ease-in all 0.5s;
}

.subs_btn:hover {
     background: #fff;
     color: #151515;
     transition: ease-in all 0.5s;
}

.Informa h6 {
     color: #ffffff;
     font-weight: bold;
     font-size: 12px;
     margin-bottom: 10px;
     text-transform: uppercase;
}

.Informa li {
     line-height: 37px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #bdbdbe;
}

.Informa li {
     font-size: 14px;
     line-height: 22px;
}

.helpful ul li a {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
}

.helpful ul li a:hover {
     color: #bdbdbe;
}

ul.social_icon {
     float: right;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 15px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     color: #fff;
     display: inline-block;
     text-align: center;
     line-height: 33px;
     font-size: 28px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     color: #bdbdbe;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}

.conta ul li a {
     color: #ffffff;
}

.conta ul li a i {
     padding-right: 5px;
}

.copyright {
     background: #151515;
     margin-top: 20px;
     padding: 20px 0px;
}

.copyright p {
     color: #bdbdbe;
     font-weight: 400;
}

.copyright a {
     color: #bdbdbe;
}

.copyright a:hover {
     color: #fff;
}


/** end footer **/


/*- - ener page css--*/

.inner_page .header {
     box-shadow: 0 -3px 20px 0px #717171;
     position: inherit;

}

.inner_page .about {
     margin: 90px 0;
}


/*******************************************/
.catImage {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     filter: brightness(0.3);
     -webkit-filter: brightness(0.7);
     -moz-filter: brightness(0.7);
     -o-filter: brightness(0.7);
     -ms-filter: brightness(0.7);
}

.cat {
     background-color: #fff;
     position: relative;
     display: block;
}

.thumbnails a:hover img {
     mix-blend-mode: luminosity;
}

.catTitle {
     display: block;
     position: absolute;
     color: #fff;
     top: 50%;
     left: 0;
     font-size: 4em;
     font-weight: normal;
     width: 100%;
     text-align: center;
     mix-blend-mode: normal;
     text-transform: capitalize;
     transform: translateY(-50%);
}

section:not(.cover) {
     padding: 45px 0;
}


footer .titlepage h2 {
     color: #fff;
}

.logo a {
     font-family: "Bradley Hand ITC";
     font-size: 30px;
}

.logo img {
     width: auto;
     height: 120px;
     object-fit: contain;
}


.cover img {
     width: 100%;
     background: rgba(0, 0, 0, 0.025);
     object-fit: cover;
}

/*******************************************/
.cover .cover__inner__text {
     font-size: 30px;
}

.article ul li a {
     color: #a9a9a9;
}

.article ul li {
     padding: 2px 0;
}

.article ul li a:focus,
.article ul li a:hover {
     color: #000;
}

.cover .cover__inner__text h1,
.text-emilia {
     font-family: 'emilia';
}

.text-underline {
     text-decoration: underline;
}

.produit h6 {
     font-weight: bold;
}

/* .produit .card{
     height: 300px;
     overflow: hidden;
} */

html {
     scroll-behavior: smooth;
     scroll-padding-top: 5rem;
}


.produit h5 {
     border-top: 3px solid #777;
     padding-top: 15px;
}

.cover-valeur {
     position: relative;
}

.valeur p {
     margin: 1rem 0;
}

.caret {
     cursor: pointer;
     user-select: none;
}

.caret::before {
     content: "\f054";
     color: #b8b8b8;
     display: inline-block;
     margin-right: 6px;
     font-family: FontAwesome;
}

.caret-down::before {
     content: "\f078";
     font-family: FontAwesome;
}

.nested {
     display: none;
}

.active {
     display: block;
}

.valeur-2 {
     background-color: rgba(0, 0, 0, 0.5);
     color: #fff;
}

.text-valeur {
     display: flex;
     flex-direction: column;
}

.cover-1,
.cover-2 {
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     padding: 0 4rem !important;
     height: 400px;
     overflow: hidden;
     position: relative;
}

.cover-1 img{
     position: absolute;
     top: -30vh;
     width: 100%;
}

.cover-2 img{
     position: absolute;
     top: -200px;
     width: 100%;
}

.text-12 {
     font-size: 5rem !important;
}

li.scrollspy {
     text-transform: uppercase;
}

.nested {
     text-transform: capitalize;
}

.text-primary {
     color: #442d30 !important;
}

.vase {
     position: relative;
}

.produit img {
     margin-bottom: 20px;
}

.product-details {
     margin-top: 120px;
}



/********************SLIDE******************/
.content-slides {
     display: flex;
     justify-content: center;
}

.thumbnails-flex {
     display: flex;
     flex-direction: column;
     line-height: 0;
     width: 100px;
}

.thumbnails-grid {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Ajustez la largeur minimale (200px) selon vos besoins */
     gap: 10px; /* Espace entre les images */
}

.thumbnails li {
     /* flex: 1;
     height: 100%;
     width: 100%; */
     width: 100%;
     height: 100%;
     object-fit: cover; /* ou 'contain' selon votre préférence */
}

.thumbnails a {
     display: block;
}

.thumbnails a {
     width: 100%;
     height: 100%;
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
}

.slides {
     overflow: hidden;
     width: 60vmin;
     height: 100vmin;
}

.slides li {
     width: 60vmin;
     height: 100vmin;
     position: absolute;
     z-index: 1;
}

.slides img {
     height: 100vmin;
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: center;
     object-position: center;
}

.slides li:target {
     z-index: 3;
     /* -webkit-animation: slide 1s 1; */
}

.slides li:not(:target) {
     -webkit-animation: hidden 1s 1;
}

@-webkit-keyframes slide {
     0% {
          transform: translateY(-100%);
     }

     100% {
          transform: translateY(0%);
     }
}

@keyframes slide {
     0% {
          transform: translateY(-100%);
     }

     100% {
          transform: translateY(0%);
     }
}

@-webkit-keyframes hidden {
     0% {
          z-index: 2;
     }

     100% {
          z-index: 2;
     }
}

@keyframes hidden {
     0% {
          z-index: 2;
     }

     100% {
          z-index: 2;
     }
}

/********************SLIDE******************/
.navigation.navbar-dark .navbar-nav .nav-link {
     color: #fff;
}

.produit-details p {
     text-transform: capitalize;
}

.text-float-cover {
     position: absolute;
     bottom: 0;
     background-color:  rgba(0,0,0,0.2);
     padding: 10px 0;
     text-align: center;
     width: 100%;
}

/*************************zoom************************/

.zoomable {
     position: relative;
     overflow: hidden;
}

.zoomable__img {
     transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
     transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
     cursor: zoom-in;
     transform: scale(var(--zoom, 2));
}

/*************************zoom************************/
.compagnie-title{
     font-size: 4em;
}

.img-zoom-in{
     overflow: hidden;
}
.img-zoom-in img {
     transform-origin: 50% 65%;
     transition: transform 5s, filter 3s ease-in-out;
}

/* The Transformation */
.img-zoom-in:hover img {
     filter: brightness(100%);
     transform: scale(2);
}

hr{
  border-top: 1px solid rgba(0,0,0,.5);
}

.produit div.wow:nth-child(2){
     animation-delay: 0.2s;
}

.produit div.wow:nth-child(3){
     animation-delay: 0.5s;
}

.produit div.wow:nth-child(4){
     animation-delay: 0.9s;
}


.produit div.wow:nth-child(5){
     animation-delay: 0.10s;
}


.menu-cat.wow:nth-child(2) , .text-pourquoi p.wow:nth-child(2){
     animation-delay: 0.2s;
}

.menu-cat.wow:nth-child(3), .text-pourquoi p.wow:nth-child(3){
     animation-delay: 0.5s;
}

.menu-cat.wow:nth-child(4), .text-pourquoi p.wow:nth-child(4){
     animation-delay: 0.9s;
}

.text-special-1{
     font-weight: bold;
     font-size: 15px;
}

.text-pourquoi div{
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     height: 100%;
}

.text-pourquoi p{
     font-size: 1.5rem;
     line-height: 1.2;
     text-align: justify;
}

#pourquoi {
     margin-top: 136px;
}

.nav-item .icon{
     text-align: center !important;
     color: #fff;
     font-size: 32px;
}


.text-pourquoi p::first-letter {
     font-size: 2em;
}

.text-pourquoi p i {
     font-size: 2.2em;
     text-transform:none;
     line-height: 0.8;
}

.row:hover .img-zoom-in:not(:hover), .thumbnails:hover li:not(:hover){
     filter: grayscale(100%);
}

.img-pourquoi{
     transform: rotate(180deg);
}

.row-container{
     grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
     display: grid;
     height: 39.5vh;
     gap: 5px;
}

.catImage{
     background-size: contain;
}