/*
Theme Name: site
Author: Nassim
Author URI: http://www.hostinger.com/tutorials
Description: Store watches
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*-------------------------------------------------------------------
    File Name: style.css
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    1.import file
-------------------------------------------------------------------*/

@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');

/*-------------------------------------------------------------------
    2.basic
-------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    outline-color: var(--secondary) !important;
}


body {
    font-size: 14px;
    line-height: 26px;
    background-color: #f6f7f7;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-all);
}

iframe, video {
    max-width: 100%;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
body,
p {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #111428;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    color: #121212 !important;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 23px
}

h2 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 20px
}

h3 {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 17px;
    font-weight: 600;
    color: #111428;
    letter-spacing: -1px;
    line-height: 35px;
}

h4 {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 14px
}

h5 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 11px
}

h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px
}

a {
    color: #121212;
}

body,
p {
    color: #9f9f9f;
}

p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: normal;
    color: #444;
    font-weight: 300;
}

p.large {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 34px;
    color: #444;
    font-weight: 200;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none !important;
}

textarea:focus, input:focus {
    outline: 1px solid;
    outline-color: var(--secondary) !important;
}

.collapse {
    animation: fadeIn 2s linear;
}

.compte {
    display: none;
}

.navbar-nav li:hover
{
    background-color: var(--primary);
}

.navbar-nav li .sub-menu{
    background-color: var(--block-color);
    display: none;
}

.sub-menu:hover {
    background-color: var(--primary);
}

.navbar-nav li:hover .sub-menu{
    display: block;
}

.sub-menu {
    position: absolute;
    z-index: 2;
}

.cursor {
    cursor: pointer;
}

img, video {
    cursor: pointer;
}

/*.video-container {
    perspective: 1000px; /* Ajout d'une perspective pour l'effet 3D 
}*/

/*video {
    transition: transform 3s ease-in-out; /* Transition douce */
}*/

/* Keyframes pour l'effet de rebond */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-15px); /* Le texte monte */
    }
    50% {
        transform: translateY(5px); /* Le texte redescend légèrement */
    }
    70% {
        transform: translateY(-10px); /* Il rebondit légèrement une deuxième fois */
    }
    100% {
        transform: translateY(0); /* Retour à la position initiale */
    }
}

/*.video-container:hover video {
    transform: scale(1.05);
    transform: rotateY(360deg); /* L'élément tourne sur lui-même */
}*/

/* width */
::-webkit-scrollbar {
    width: 30px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: var(--primary); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 50%;
    cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--block-color); 
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_morem,
.white_fonts small {
    color: #fff !important;
}

.blockquote {
    border: 1px solid #e2e2e2 !important;
    background: #fff none repeat scroll 0 0;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    padding: 2rem;
}

.check li:before {
    content: "\f06c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 8px;
    position: relative;
    top: 2px;
}

.check li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.check li:last-child {
    margin-bottom: 0;
}

.check {
    margin-left: 0;
    padding-left: 0;
    margin: 0;
}

.check li a {}

hr.invis {
    border: 0;
    margin: 2rem 0;
}

.margin_top_0 {
    margin-top: 0 !important;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_top_50 {
    margin-top: 50px !important;
}

.margin_top_60 {
    margin-top: 60px;
}

.margin_top_70 {
    margin-top: 70px;
}

.margin_top_80 {
    margin-top: 80px;
}

.margin_top_90 {
    margin-top: 90px;
}

.margin_top_100 {
    margin-top: 100px;
}

.margin_bottom_0 {
    margin-bottom: 0 !important;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_bottom_60 {
    margin-bottom: 60px;
}

.margin_bottom_70 {
    margin-bottom: 70px;
}

.margin_bottom_80 {
    margin-bottom: 80px;
}

.margin_bottom_90 {
    margin-bottom: 90px;
}

.margin_bottom_100 {
    margin-bottom: 100px;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
    padding: 0 15px;
    float: left;
    min-height: 25px;
}

.border_radius_0 {
    border-radius: 0 !important;
}

.span1 {
    width: 10%;
}

.span2 {
    width: 20%;
}

.span3 {
    width: 30%;
}

.span4 {
    width: 40%;
}

.span5 {
    width: 50%;
}

.span6 {
    width: 60%;
}

.span7 {
    width: 70%;
}

.span8 {
    width: 80%;
}

.span9 {
    width: 90%;
}

.span10 {
    width: 100%;
}

.center {
    justify-content: center;
    display: flex;
}

.full {
    width: 100%;
    float: left;
}

.only_md_display {
    display: none;
}

button {
    cursor: pointer;
}

button.navbar-toggler .fa-close {
    display: none;
}

button.navbar-toggler[aria-expanded="false"] .fa-bars {
    display: block;
}

button.navbar-toggler[aria-expanded="true"] .fa-close {
    display: block;
}

button.navbar-toggler[aria-expanded="true"] .fa-bars {
    display: none;
}

.padding-left_0 {
    padding-left: 0;
}

.width_50 {
    width: 50%;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}

.content {
    margin: 50px 0;
    padding: 20px;
    background-color: #f0f0f0;
    height: 200px;
}

.custom-select {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    color: #464a4c;
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.25;
    max-width: 100%;
    min-height: 45px;
    outline: medium none;
    width: 100%;
}

.page-title {
    position: relative;
    padding: 3rem 0 3rem;
}

.page-title h1 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: bold;
}

.page-title p {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.breadcrumb-item {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    float: none;
}

.breadcrumb {
    margin-top: 1.6em;
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.withoutdesc .breadcrumb {
    margin-top: 0;
    line-height: 1;
}

.withbg {
    background: rgba(0, 0, 0, 0) url("images/slider_bg.png") no-repeat scroll center bottom;
    height: 245px;
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

select.form-control:not([size]):not([multiple]) {
    color: #767676;
}

.form-control::-webkit-input-placeholder {
    color: #767676;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}

.form-control::placeholder {
    color: #767676;
    opacity: 1;
}

a {
    text-decoration: none !important
}

.entry {
    position: relative;
}

.fa-search:hover {
    color: var(--secondary);
}

.entry:hover .magnifier {
    top: 0;
}

.magnifier {
    position: absolute;
    top: 500px;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -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;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pager p {
    color: #222222;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pager a,
.magni-like a {
    color: #999999;
}

.magni-desc h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 21px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.magni-desc a {
    color: #ffffff;
}

.magni-desc small {
    opacity: 1;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}

.magni-desc {
    position: absolute;
    bottom: 20%;
    margin: -25px auto;
    text-align: center;
    left: 0;
    right: 0;
}

.with-desc .magnifier {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    bottom: 0;
    top: 0 !important;
}

.with-desc h4 {
    padding: 10px 0 0;
    margin-bottom: 0;
    font-size: 19px;
}

.with-desc small {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------
    3.header
-------------------------------------------------------------------*/

.header {
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    top: 0;
    background: white;
}

.navbar-inverse {
    padding: 0;
    z-index: 1;
}

.navbar-inverse .navbar-nav .nav-link, .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: white;
    letter-spacing: 0px;
    transition: ease all 0.5s;
    text-transform: uppercase;
}

.nav-item.active {
    background: var(--primary);
}

header .main_menu .nav-item.active a.nav-link {
    color: #fff !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.2em;
    margin-top: 0rem;
    vertical-align: middle;
    content: "\f107";
    border: 0;
    font-family: 'FontAwesome';
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding: 22px 25px 22px ;
}

.header-section {
    padding: 2rem 0 4rem;
    background-color: #ffffff;
}

.logo img {
    max-width: 324px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.navbar-nav {
    margin: 0;
}

.header .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 240px;
    border: 0;
    margin-top: 0 !important;
    border-color: #edeff2;
    background-color: #121212;
}

.header .dropdown-item {
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 1.5rem;
    background-color: #111428;
    font-weight: 300;
}

.header .dropdown ul li:last-child {
    border-bottom: 0;
}

.header .dropdown-item span {
    position: absolute;
    right: 20px;
    top: 2px;
}

.header .container-fluid {
    max-width: 1240px;
}

.header-section {
    margin-bottom: 0;
}

.header .container {
    padding-left: 0;
    padding-right: 0;
}

.heading_s2 {
    margin-bottom: 50px;
}

.topmenu i {
    padding-right: 0.3rem;
}

.top_section_info i, .top_section_info a{
    font-size: 30px !important; 
    color: var(--secondary) !important;
}

.menu-large {
    overflow: hidden;
    position: static !important;
}

.dropdown-menu.megamenu {
    left: 0;
    right: 0;
    margin-top: 10px !important;
    width: 100%;
    background-color: #121212 !important;
}

.dropdown-menu .fa.fa-angle-right {
    position: absolute;
    right: 0px;
    top: 10px;
}

.dropdown-menu .dropdown-menu {
    margin-top: 0 !important
}

.mega-menu-content {
    position: relative;
    padding: 0;
    margin: 0 -10px;
    background-color: #121212;
}

/**---- header top ----**/

.header_top_section {
    min-height: auto;
}

/* Conteneur de la barre de progression */
#progressBarContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: (--primary);
    z-index: 1000;
}

/* La barre de progression elle-même */
#progressBar {
    height: 100%;
    width: 0;
    background-color: var(--secondary);
    transition: width 0.2s ease;
    text-align: center;
    color: white;
    font-weight: bold;
}

/* Banner */

.banner-container {
    background-color: var(--block-color);
    height: 30px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Apply the animation to the text items */
.scrolling-text-item{
    animation: scroll-top 40s linear infinite reverse;
    color: var(--secondary);
    font-weight: 700;
    font-size: 25px;
    font-style: italic;
    font-family: serif;
    cursor: pointer;
    white-space: nowrap;
}

/* Pause the animation when a user hovers over it */
.scrolling-text:hover .scrolling-text-item {
    animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-top {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/**---- logo ----**/

.logo {
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.site_information {
    padding-top: 25px;
}

.site_information ul {
    padding: 0;
    list-style: none;
    margin: 34px 0 0;
    float: right;
    width: auto;
}

.site_information ul li {
    margin-left: 45px;
}

.site_information ul li {
    float: left;
}

.site_information ul li span.infor_text {
    font-size: 15px;
    color: #111428;
    font-weight: 300;
    line-height: 20px;
}

.site_information ul li span.infor_text strong {
    font-weight: 700;
}

.site_information ul li span.icon_img {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**---- header bottom section ----**/

.main_menu {
    float: left;
    padding-left: 0;
}

/**---- search bar menu ----**/

.header_bottom_section {
    background-color: var(--block-color);
    max-width: 100%;
    overflow: hidden;
}

.search_bar {
    float: right;
    width: 100%;
    height: 70px;
    background: #111428;
}

.search_bar {
    float: right;
    width: 100%;
    height: 70px;
    border: 1px solid var(--secondary);
    border-radius: 50px;
    background: #eaeaea;
    padding: 21px 25px;
}

.search_bar form {
    float: left;
    width: 100%;
}

.search_bar form input.search_field {

    width: 100%;
    padding: 0;
    border: none;
    height: 25px;
    color: #757474 !important;
    background: #eaeaea;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    letter-spacing: 0px;
    outline: none;

}


.search_bar form input.search_field:focus {
    box-shadow: none !important;
}

.search_bar form button {
    position: absolute;
    width: 25px;
    padding: 0;
    background: transparent;
    border: none;
    color: #757474;
    font-size: 21px;
    right: 32px;
    cursor: pointer;
}

.search_bar ::placeholder {
    color: #bab6b6;
    opacity: 1;
}

.site_information ul li, .site_information ul li a {
    font-size: 15px;
    color: black;
    font-weight: 300;
}

/*-------------------------------------------------------------------
    4.section
-------------------------------------------------------------------*/

.section {
    margin-top: var(--padding);
}

.img-responsive {
    width: 100%;
}

.padding_bottom_0 {
    padding-bottom: 0 !important;
}

.padding_top_0 {
    padding-bottom: 0 !important;
}

.section {
    position: relative;
    display: block;
    padding: 4rem 0;
    background-color: #ffffff;
}

.white_bg {
    background: #fff;
}

.page-title {
    padding: 8rem 0 5.4rem !important;
    margin-top: -2.6rem;
}

.page-title p {
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-title p,
.page-title h1 {
    color: #ffffff !important;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tagline p {
    font-style: italic;
    font-size: 16px;
}

.tagline h3 {
    font-size: 31px;
    margin: 0 0 1.8rem;
    padding: 0;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 3rem
}

.section-title h3 {
    z-index: 1;
    font-size: 30px;
    position: relative;
    font-weight: bold;
    text-transform: capitalize;
}

.section-title .lead {
    font-size: 18px;
    margin-bottom: 0;
    font-style: italic;
    padding: 0;
    margin-top: 1rem
}

.section-title h3 .font-backend {
    bottom: -40px;
    color: #f2f2f2;
    font-family: Cochin;
    font-size: 140px;
    height: 80px;
    left: 0;
    line-height: 80px;
    opacity: 0.1;
    position: absolute;
    right: 0;
    z-index: -1;
}

.tagline-message h3 {
    padding: 0;
    font-size: 34px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bold;
}

.nopadtop {
    padding-top: 0 !important;
}

.box {
    background-color: #ffffff;
    padding: 2rem;
    position: relative;
    z-index: 11;
}

.box:hover img {
    top: -10px;
}

.box p {
    padding: 0;
    margin-bottom: 1rem;
}

.box img {
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
    width: 60px;
    height: 82px;
    min-height: 82px;
    top: 0;
    position: relative;
    -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;
}

.box h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0;
}

.m30 {
    margin-top: -60px;
}

.p120 {
    padding-bottom: 6.6rem;
    padding-top: 4rem;
}

.yellow_bg {
    background: #feb61a;
}

.pettr {
    background-image: url(images/yellow_pettr.png);
    background-position: center center;
}

p.large_1 {
    font-size: 17.5px;
    color: #111428;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 0 0 10px 0;
}

.form_contact_main button {
    margin-top: 30px;
    background: #111428;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 45px;
    border-radius: 5px;
    transition: ease all 0.2s;
}

.form_contact_main button:hover,
.form_contact_main button:focus {
    background: #feb61a;
    color: #111428;
}

/*-------------------------------------------------------------------
    5.sidebar
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    6.pages
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    7.blog
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    8.others
-------------------------------------------------------------------*/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 11000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader {
    position: relative;
    margin: 0;
    width: auto;
    height: auto;
    animation: scaleIn 5s alternate;
}

@keyframes scaleIn{
    from {
        transform: scale(0.0);
    }
    to{
        transform: scale(1.1);
    }
}

/*-------------------------------------------------------------------
    9.buttons
-------------------------------------------------------------------*/

.button:hover {
    animation: shake 1s cubic-bezier(.36,.07,.19,.97);
}

/*-------------------------------------------------------------------
    10.widgets
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    11.slider main
-------------------------------------------------------------------*/

/** main slider **/

#main_slider {
    width: 100%;
    height: 100vh;
    padding-top: 0;
}

.slider_section {
    border-bottom: solid #fff 5px;
    box-shadow: 0 20px 75px -75px #000;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.slider_inner {
    width: 100%;
    height: 100vh;
    min-height: 890px;
    background-size: cover !important;
    background-position: center !important;
}

.slider_inner h3, .slider_inner p {
    color: white !important;
}

.slider_inner:hover h4, .slider_inner:hover h3 {
    text-decoration: line-through dotted;
}

.slider1 {
    background: var(--media1);
    background-attachment: fixed;
    animation: fadeIn 2s linear;
}

.slider2 {
    background: var(--media2);
    background-attachment: fixed;
    animation: fadeIn 2s linear;
}

.slider_inner h4 {
    font-size: 60px;
}

h4.font_themecolor {
    color: var(--primary) !important;
}

.slider_coint_inner {
    padding: 250px 0 0;
}

.slider_coint_inner h3 {
    font-size: 60px;
    font-weight: 100;
    line-height: 55px;
    color: #090303;
    letter-spacing: -4px;
    margin-bottom: 20px;
}

.slider_coint_inner p {
    font-size: 18px;
    color: #111428;
    font-weight: 300;
    position: relative;
    letter-spacing: -0.5px;
    width: 85%;
    margin-top: 50px !important;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-prev,
#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    display: none;
}

#main_slider ol.carousel-indicators li {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    padding: 0;
    margin: 20px 5px;
    background: #070100;
    max-width: 90px;
    color: #fff;
}

#main_slider ol.carousel-indicators li.active {
    background: var(--primary);
    color: #070100;
}


/* slider bullets */

.slider_bullets {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.slider_bullets .carousel-indicators {
    position: relative;
    width: auto;
    margin: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    top: 0;
}

/*-------------------------------------------------------------------
    12.layout
-------------------------------------------------------------------*/

/**---- layout padding ----**/

.layout_padding {
    padding: 90px 0;
}

.haf_layout {
    min-height: 500px;
    position: relative;
}

.haf_layout::after {
    width: 50%;
    position: absolute;
    right: 0;
    content: "";
    display: block;
    background: var(--primary);
    height: 100%;
    top: 0;
    transition: background-color 2s ease;
}

.haf_layout:hover:after {
    background-color: var(--secondary);
}

.haf_layout .container-fluid {
    position: relative;
    z-index: 1;
}

.banner_section {
    position: absolute;
    background: rgba(255,255,255,.9);
    padding: 30px 50px;
    top: 165px;
    left: 80px;
}

.banner_section p {
    margin-bottom: 0;
}


/**---- heading ----**/

.heading_s1 h2 {
    font-size: 60px;
    color: #252323;
    font-weight: 400;
    line-height: 50px;
    width: auto;
    float: left;
    position: relative;
}

.heading_s1 h2::first-letter {
    color: var(--primary);
    font-size: 100px;
    font-weight: 700;
}

.page_title h2::first-letter {
    font-size: 80px;   
    color: #070100; 
}

.heading_s1 h2 span {
    position: relative;
    top: 5px;
}

.heading_s2 h2 {
    font-size: 50px;
    font-weight: 600;
}

.heading_s1 h3 {
    float: left;
    position: relative;
    margin: 0;
}

.heading_s2 h2 span {
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
    letter-spacing: -0.5px;
}

.white_bg {
    background: #fff;
}


/**---- buttons ----**/


/*-------------------------------------------------------------------
    13.counter
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    14.information
-------------------------------------------------------------------*/

/**---- pets information ----**/

/*-------------------------------------------------------------------
    15.testimonial slider
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    16.price table
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    17.subscribe form
-------------------------------------------------------------------*/

/* pre footer */
.pre-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
}

.pre-footer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pre-footer div img {
    max-width: 100%;
    height: auto;
}

.pre-footer div img:hover {
    z-index: 0;
    animation: spin-fast 1.5s;
}

.pre-footer strong {
    z-index: 1;
}

@keyframes spin-fast {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* TESTIMONIAL SECTION */

.review-slider {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.woocommerce-recent-reviews {
    height: 98%;
    width: 97.8%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px double var(--secondary);
    border-radius: 100px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 2s ease;
}

.woocommerce-recent-reviews::before, .woocommerce-recent-reviews::after {
    position: absolute;
    color: #bbb;
    line-height: 50px;
    font-size: 80px;
    z-index: 1;
    /*! background-color: white; */
    border-radius: 50%;
    height: 40px;
    width: 40px;
} 

.woocommerce-recent-reviews::before {
  content: "“";
  left: 50px;
}

.woocommerce-recent-reviews::after {
  content: "”";
  bottom: -15px;
  right: 50px;
}

.star-rating::after {
  content: '★★★★★';
  color: yellow;
}

.woocommerce-recent-reviews .star-rating, .woocommerce-recent-reviews span
{
    color: black;
    font-size: 20px;
}

.woocommerce-recent-reviews a {
    margin-top: 20px;
    color: grey;
}

.woocommerce-recent-reviews a:hover {
    color: var(--secondary);
}

.woocommerce-recent-reviews blockquote {
    font-style: italic;
    color: black;
    font-weight: 400;
    margin-top: 30px;
    font-size: 2vw;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 10px;
}

/*-------------------------------------------------------------------
    18.footer
-------------------------------------------------------------------*/

.dark-section, .footer {
    background-color: var(--block-color);
}

.footer .widget-title {
    color: #ffffff;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_blog1 p {
    color: #f8fdfe;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.footer_social_icon {
    float: left;
    width: 100%;
}

.footer_social_icon ul {
    list-style: none;
    margin: 0;
    float: left;
    width: 100%;
}

.footer_social_icon ul li {
    display: inline;
    float: left;
}

.footer_social_icon ul li a {
    background: #fff;
    float: left;
    margin: 0 5px 0 0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    color: #111428;
    font-size: 15px;
    transition: ease all 0.5s;
}

.footer_social_icon ul li a:hover,
.footer_social_icon ul li a:focus {
    background: #feb61a;
    color: #111428;
}

.footer_link_heading h3 {
    color: var(--secondary);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
    line-height: normal;
    text-align: left;
}

.footer_blog2 ul {
    list-style: none;
    float: left;
    width: 45%;
    margin: 0;
}

.footer_blog2 ul {
    margin-top: -5px;
}

.footer_blog2 ul li {
    float: left;
    width: 100%;
    margin: 1px 0;
}

.footer_blog2 ul li a {
    font-weight: 300;
    font-size: 14px;
    transition: ease all 0.2s;
    color: #fff;
}

.address_infor p {
    display: flex;
    margin-bottom: 25px;
}

.address_infor p span.icon {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.footer_blog2 ul li a:hover,
.footer_blog2 ul li a:focus {
    color: #feb61a;
}

.address_infor .addrs {
    color: var(--secondary);
    font-size: 17px;
    font-weight: 200;
    line-height: 26px;
    margin-bottom: 0;
}

.email_address_bottom {
    width: 100%;
}

.email_address_bottom form {
    width: 280px;
    position: relative;
    max-width: 100%;
}

.email_address_bottom input {
    width: 280px;
    height: 50px;
    border: none;
    padding: 10px 25px;
    border-radius: 75px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    max-width: 100%;
}

.email_address_bottom form button {
    position: absolute;
    right: 3px;
    width: 45px;
    height: 45px;
    background: var(--primary);
    border: none;
    cursor: pointer;
    color: #171817;
    border-radius: 100%;
    top: 3px;
    font-size: 18px;
    z-index: 1;
}

footer .size-large {
    max-width: 100%;
    height: auto;
}

.cpy p {
    margin: 0;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

.cpy p a {
    color: #444
}

.cpy p a:hover,
.cpy p a:focus {
    text-decoration: underline !important;
    color: #444;
}

/*-------------------------------------------------------------------
    19.copyright
-------------------------------------------------------------------*/

.copyright {
    background: #0d0f1e;
    min-height: 60px;
    text-align: center;
}

.copyright p {
    margin: 19px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

/*-------------------------------------------------------------------
    20.inner page 
-------------------------------------------------------------------*/

.innerpage_banner {
    min-height: 250px;
    background: var(--primary);
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.page_title h2 {
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 45px;
}

.pet_info.pet_details .pet_img {
    width: 40%;
    float: left;
}

.pet_info.pet_details .petinfo {
    width: 60%;
    padding: 30px 35px;
    min-height: 378px;
    float: right;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pet_info.pet_details .pet_img img {
    width: 100%;
}

.petinfo .pet_infotop ul {
    float: left;
    width: 100%;
    margin: 25px 0 10px;
    list-style: none;
}

.petinfo .pet_infotop ul li {
    float: left;
    font-size: 17px;
    width: 33.33%;
    font-weight: 300;
    line-height: 30px;
    color: #666;
    text-align: left;
}

.pet_info.pet_details .petinfo p {
    margin: 10px 0;
    font-size: 16px;
    color: #666;
}

.services_page .service_img img {
    border: solid #f3f3f3 10px;
    margin-right: 0;
    box-shadow: none;
}

/* Button */
/* Style pour les boutons */
.button, .btn-lg {
    background-color: var(--secondary) !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
    max-width: fit-content;
}

.button:hover, .btn-lg:hover {
    background-color: var(--primary) !important;
}

.button:disabled {
    background: #e0e0e0;
    color: #666;
    cursor: not-allowed;
}

/**-------------------- testimonial page --------------------**/



/**-------------------- 404 error page --------------------**/

/*-------------------------------------------------------------------
    21.blog 
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    23.pagination
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    24.contact us
-------------------------------------------------------------------*/

.form-control:focus {
    border-color: var(--secondary) !important;
}

.mention_legal ul li a {
    color: white !important;
    padding: 0 !important;
}

.mention_legal ul li a:hover {
    color: var(--secondary) !important;
}


.social_icon ul {
    display: flex;
    font-size: 32px;
    gap: 10px;
    flex-wrap: wrap;
}

.social_icon ul li i {
    color: var(--secondary);
}

.social_icon ul li i:hover
{
    color: var(--primary);
}

.social_icon a:hover {
    background-color: transparent !important;
}

/* shop section main woocommerce */

.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
  color: var(--secondary);
}

.woocommerce .products .star-rating:hover {
    color: yellow;
}

.woocommerce ul.products li.product .onsale {
    border-radius: 50%;
    height: 50px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

.wc-block-components-product-image, .products .product
{
    transition: transform 1s ease !important;
}

.wc-block-components-product-image:hover, .products img:hover {
    transition: transform 2s ease-out !important;
    transform: scale(1.08);
}

/*to top*/
.dmtop {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    z-index: 9999;
    width: 50px;
    border-radius: 50%;
    transition: bottom 5s ease;
    background-color: var(--primary);
    color: var(--secondary);
    box-shadow: 0 0 50px 20px #fff, 0 0 60px 30px var(--primary), 0 0 70px 40px var(--secondary);
}

@keyframes blink {
   0% { opacity: 0 }
   50% { opacity: 1 }
   100% { opacity: 0 }
}

.about_img {
    max-width: 100%;
}

@media (min-width: 1000px)
{
    canvas {
        display: block;
    }
}

@media (max-width: 1000px) {
    canvas {
        display: none;
    }
}

.woocommerce-recent-reviews blockquote {
    font-style: italic;
    color: black;
}

.demo_store {
    text-align: center;
}

.about_img img:hover {
    animation: shake 1s cubic-bezier(.36,.07,.19,.97);
}

/* Animation shake */
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}