* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    list-style-type: none;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: .5s ease-in-out;
}

body {
    position: relative;
}

.overlay_toute_page {
    transition: .9s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.877);
    z-index: 100;
    position: fixed;
    display: none;
}

.cart_box {
    transition: .9s ease-in-out;
    position: fixed;
    background: rgba(255, 255, 255, 0.836);
    border: none;
    border-radius: 10px;
    z-index: 1000;
    width: 60%;
    height: 750px;
    overflow-y: scroll;
    margin-left: 20%;
    margin-top: 5%;
    display: none;
}

.cart_box .close_cart {
    transition: .9s ease-in-out;
    cursor: pointer;
    font-size: 20px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

#add_cart:active {
    /* background: rgb(255, 7, 44); */
    background: rgb(34, 34, 34);
}

#add_cart:hover {
    background: rgb(34, 33, 33);
}

#add_cart {
    transition: .2s all ease;
    /* display: none; */
    position: absolute;
    z-index: 1000;
    padding: 30px;
    /* margin: 30px; */
    position: fixed;
    bottom: 150px;
    right: 55px;
    /* background: rgba(255, 7, 45, 0.788); */
    background: black;
    color: white;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
}

.item_total {
    position: absolute;
    bottom: 30px;
    width: 35px;
    height: 35px;
    padding: 5px 5px 5px 5px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 50%;
    background-color: rgb(248, 8, 48);
    color: white;
}

#ScrollToTop {
    transition: .2s all ease;
    /* display: none; */
    position: absolute;
    z-index: 1000;
    padding: 30px;
    /* margin: 30px; */
    position: fixed;
    bottom: 50px;
    right: 55px;
    /* background: rgba(255, 7, 45, 0.788); */
    background: rgba(0, 0, 0, 0.986);
    color: white;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

#ScrollToTop:active {
    /* background: rgb(255, 7, 44); */
    background: rgb(34, 34, 34);
}

body {
    position: relative;
    width: 100%;
    height: 100vh;
}

header {
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background: rgb(192, 191, 191);
    padding: auto;
}

.container {
    width: 80%;
    margin: auto;
}

header .navbar {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    /* padding-left: 0px;
    padding-right: 0px; */
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

header .navbar .nav-logo {
    float: left;
    text-align: left;
    width: 20%;
    /* border: 1px solid blue; */
}

header .navbar .nav-logo img {
    padding-left: 0;
    font-weight: bold;
    /* width: 100%; */
    height: 90px;
}

header .navbar .nav-links {
    float: right;
}

header .navbar .nav-links ul {
    display: flex;
}

header .navbar .nav-links ul li {
    list-style-type: none;
}

header .navbar .nav-links ul li i {
    font-size: 20px;
    font-weight: bold;
    background: black;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

header .navbar .nav-links ul li i:hover {
    cursor: pointer;
}

header .sub-navbar {
    padding-left: 100px;
    /* margin-right: 187px; */
    margin-top: 30px;
    margin-bottom: 15px;
}

@media(max-width: 700px) {
    header .sub-navbar {
        padding: 0;
    }
    .ftco-second-section {
        margin-top: 150px;
    }
    header .sub-navbar .sub-navbar-image {
        margin-top: -50px;
    }
}

header .sub-navbar .sub-navbar-description {
    height: 100%;
    padding-top: 8%;
}

header .sub-navbar .sub-navbar-description h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 9, 50, 0.671);
    letter-spacing: 3px;
    margin-bottom: 10px;
}

header .sub-navbar .sub-navbar-description h1 {
    /* font-size: ; */
    color: black;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

header .sub-navbar .sub-navbar-description .text {
    text-align: justify;
    font-size: 13px;
    color: rgb(56, 56, 56);
    margin-bottom: 20px;
}

header .sub-navbar .sub-navbar-description button {
    border: none;
    background: black;
    color: white;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 80px;
    transition: .3s ease;
}

header .sub-navbar .sub-navbar-description button a {
    text-decoration: none;
    color: white;
}

header .sub-navbar .sub-navbar-description button:hover {
    background: rgba(0, 0, 0, 0.795);
}

header .sub-navbar .sub-navbar-image {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    /* margin-top: -70px; */
    margin-bottom: 50px;
}

header .sub-navbar .sub-navbar-image img {
    width: 100%;
}

.ftco-first-section {
    position: relative;
    width: 100%;
    height: auto;
}

.ftco-first-section .row {
    display: flex;
    justify-content: space-between;
}

.ftco-first-section .image {
    /* width: 45%; */
    height: 600px;
    /* position: absolute; */
    margin-top: -100px;
}

.ftco-first-section .image img {
    border-radius: 2px;
    border: 10px solid white;
    width: 100%;
    height: 100%;
}

@media (max-width: 700px) {
    .ftco-first-section .image img {
        border-radius: 2px;
        border: 10px solid white;
        width: 100%;
        height: 80%;
    }
    .ftco-first-section .textes {
        /* width: 40%; */
        margin-top: -200px;
        text-align: center;
        /* transform: translate(0, 25%); */
    }
    .ftco-first-section .textes h5 {
        text-align: center;
    }
    .ftco-first-section .textes p {
        text-align: center;
    }
}

.ftco-first-section .textes {
    /* width: 40%; */
    /* margin-top: 100px; */
    transform: translate(0, 25%);
}

.ftco-first-section .textes h1 {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 20px;
}

.ftco-first-section .textes h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: justify;
}

.ftco-first-section .textes p {
    text-align: justify;
}

.ftco-second-section {
    margin-top: 90px;
    margin-bottom: 90px;
}

.ftco-second-section .ligne {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ftco-second-section .ligne .carte {
    height: auto;
}

.ftco-second-section .carte .image {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ftco-second-section .carte .image img {
    background: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ftco-second-section .carte h3 {
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 550;
}

.ftco-second-section .carte p {
    text-align: center;
    color: rgba(88, 85, 85, 0.747);
    font-size: 15px;
}

.ftco-third-section {
    position: relative;
    width: 100%;
    text-align: center;
    background: url(../images/products/all.png) left no-repeat fixed;
    background-size: cover;
}

.ftco-third-section .overlay {
    /* position: fixed; */
    position: absolute;
    background: rgba(0, 0, 0, 0.733);
    width: 100%;
    height: 100%;
}

.ftco-third-section .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.ftco-third-section h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
}

.ftco-third-section .texte {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}

.ftco-third-section .image {
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: none;
}

.ftco-third-section .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid white;
    object-fit: fill;
}

.ftco-third-section .nom {
    color: white;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 650;
    letter-spacing: 3px;
}

.ftco-fouth-section .row {
    display: flex;
    justify-content: space-between;
}

.ftco-fouth-section .image {
    /* width: 45%; */
    height: 600px;
    /* position: absolute; */
    margin-top: -80px;
}

.ftco-fouth-section .image img {
    border-radius: 2px;
    border: 10px solid white;
    width: 100%;
    height: 100%;
}

.ftco-fouth-section .textes {
    /* width: 40%; */
    margin-top: 100px;
    /* transform: translate(0, -25%); */
}

.ftco-fouth-section .textes p {
    text-align: justify;
}

.ftco-fouth-section .textes .premier-text {
    margin-bottom: 60px;
}

.ftco-fouth-section .textes .second-text {
    margin-bottom: 60px;
}

.ftco-fith-section {
    margin-top: 150px;
    /* margin-bottom: 150px; */
    width: 100%;
}

.ftco-fith-section .container {
    text-align: center;
}

.ftco-fith-section .container h1 {
    width: 100%;
    text-align: center;
    /* margin: auto; */
    /* border-top: 5px solid rgb(224, 13, 48); */
    /* border-bottom: 5px solid rgb(224, 13, 48); */
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 100px;
}

.ftco-fith-section .container .row {
    /* justify-content: space-between; */
    /* margin-bottom: 70px; */
}

.ftco-fith-section .container .carte {
    display: block;
    margin-bottom: 45px;
    margin-bottom: 100px;
}

.ftco-fith-section .container .carte .image {
    /* border: 5px solid black; */
    /* cursor: pointer; */
    width: 100%;
    height: 280px;
    position: relative;
}

.ftco-fith-section .container .carte .image .overlay1 {
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(255, 255, 255, 0.507);
    /* color: white; */
    font-weight: 550;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* padding: 3px; */
    width: 70px;
    padding: 5px 8px 5px 8px;
    border: none;
}

#un {
    /* display: flex; */
    display: none;
    /* display: flex; */
    /* display: none; */
    position: absolute;
    z-index: 50;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.767);
    /* padding-top: 50px; */
    /* align-items: center;
    align-content: center; */
    /* opacity: 0; */
    transition: 1s ease-in-out;
}

#deux {
    /* display: flex; */
    display: none;
    /* display: flex; */
    /* display: none; */
    position: absolute;
    z-index: 50;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.767);
    /* padding-top: 50px; */
    /* align-items: center;
    align-content: center; */
    /* opacity: 0; */
    transition: 1s ease-in-out;
}

#trois {
    /* display: flex; */
    display: none;
    /* display: flex; */
    /* display: none; */
    position: absolute;
    z-index: 50;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.767);
    /* padding-top: 50px; */
    /* align-items: center;
    align-content: center; */
    /* opacity: 0; */
    transition: 1s ease-in-out;
}

#quatre {
    /* display: flex; */
    display: none;
    /* display: flex; */
    /* display: none; */
    position: absolute;
    z-index: 50;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.767);
    /* padding-top: 50px; */
    /* align-items: center;
    align-content: center; */
    /* opacity: 0; */
    transition: 1s ease-in-out;
}

#cinq {
    /* display: flex; */
    display: none;
    /* display: flex; */
    /* display: none; */
    position: absolute;
    z-index: 50;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.767);
    /* padding-top: 50px; */
    /* align-items: center;
    align-content: center; */
    /* opacity: 0; */
    transition: 1s ease-in-out;
}

#six {
    /* display: flex; */
    display: none;
    /* display: flex; */
    /* display: none; */
    position: absolute;
    z-index: 50;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.767);
    /* padding-top: 50px; */
    /* align-items: center;
    align-content: center; */
    /* opacity: 0; */
    transition: 1s ease-in-out;
}

#sept {
    /* display: flex; */
    display: none;
    /* display: flex; */
    /* display: none; */
    position: absolute;
    z-index: 50;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.767);
    /* padding-top: 50px; */
    /* align-items: center;
    align-content: center; */
    /* opacity: 0; */
    transition: 1s ease-in-out;
}


/* .ftco-fith-section .container .carte .image .overlay3  {
    margin-top
} */

.ftco-fith-section .container .carte .image .overlay3 p {
    font-size: 1rem;
    color: white;
}


/* .ftco-fith-section .container .carte .image:hover .overlay3 {
    opacity: 1;
} */


/* .ftco-fith-section .container .carte .image .overlay3 ul {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    bottom: 0px;
}

.ftco-fith-section .container .carte .image .overlay3 ul li {
    text-decoration: none;
    list-style: none;
}

.ftco-fith-section .container .carte .image .overlay3 ul li a {
    background: rgba(0, 0, 0, 0.425);
    font-size: 22px;
    color: white;
    width: 100px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    transition: .1s;
}

.ftco-fith-section .container .carte .image .overlay3 ul li a:hover {
    color: black;
    background: white;
    border: none;
} */

.ftco-fith-section .container .carte .image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: .2s ease-in-out;
}

.ftco-fith-section .container .carte .texte {
    text-align: left;
    padding-left: 5px;
    padding-top: 25px;
}

.ftco-fith-section .container .carte .texte h5 {
    font-weight: bold;
}

.ftco-fith-section .container .carte .texte p {
    color: rgb(197, 194, 194);
}

.ftco-sith-section {
    margin-top: 90px;
    margin-bottom: 150px;
    width: 100%;
}

.ftco-sith-section .container {
    text-align: center;
}

.ftco-sith-section .container h1 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 100px;
}

.ftco-sith-section .container .carte {
    display: block;
    margin-bottom: 45px;
    transition: .5s ease-in-out;
}

.ftco-sith-section .container .carte .image {
    width: 100%;
    height: 320px;
    position: relative;
}

.ftco-sith-section .container .carte .image .overlay1 {
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(255, 255, 255, 0.507);
    font-weight: 550;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 70px;
    padding: 5px 8px 5px 8px;
    border: none;
}

.ftco-sith-section .container .carte .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-in-out;
}

.ftco-sith-section .container .carte .texte {
    text-align: left;
    padding-left: 5px;
    padding-top: 15px;
}

.ftco-sith-section .container .carte .texte h5 {
    font-weight: bold;
}

.ftco-livraison-section {
    width: 100%;
    height: auto;
    padding-top: 90px;
    background-color: black;
    color: white;
}

.ftco-livraison-section .container {
    width: 90%;
    margin: auto;
}

.ftco-livraison-section .container .image {
    background: rgba(255, 255, 255, 0.205);
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
}

.ftco-livraison-section .container .image img {
    width: 100%;
    height: 100%;
}

.ftco-livraison-section .container .texte {
    color: rgba(255, 255, 255, 0.205);
}

.ftco-livraison-section .container .texte h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.ftco-blog-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ftco-blog-section .container .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ftco-blog-section .container h1 {
    text-align: center;
    width: 100%;
    /* margin: auto; */
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 100px;
}

.ftco-blog-section .container .swiper .swiper-slide {
    /* border: 1px solid red; */
    /* width: 33.1%; */
    display: block;
    margin-bottom: 45px;
    transition: .5s ease-in-out;
}

.ftco-blog-section .container .swiper .swiper-slide .image {
    width: 100%;
    height: 400px;
    position: relative;
}

.ftco-blog-section .container .swiper .swiper-slide .image .overlay1 {
    position: absolute;
    top: 12px;
    left: 0;
    background: rgba(255, 255, 255, 0.87);
    color: rgb(129, 10, 30);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    width: auto;
    padding: 5px 8px 5px 8px;
    border: none;
}

.ftco-blog-section .container .swiper .swiper-slide .image img {
    box-shadow: -1px -2px 4px 0px grey;
    width: 100%;
    border-radius: 2px;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-in-out;
}

.ftco-blog-section .container .swiper .swiper-slide .texte {
    text-align: left;
    box-shadow: 1px 2px 20px 0px grey;
    padding: 8px;
    padding-top: 25px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: alias;
}

.ftco-blog-section .container .swiper .swiper-slide .texte h5 {
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.ftco-blog-section .container .swiper .swiper-slide .texte p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.575);
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    display: flex;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center; */
    justify-content: center;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center; */
    align-items: center;
}


/* @media (max-width: 750px) {}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

footer {
    /* margin-top: 100px; */
    padding-bottom: 1px;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    background: rgb(192, 191, 191);
}

footer .container {
    text-align: center;
}

footer .container .column {
    align-content: center;
}

footer .container .logo {
    margin: auto;
    /* width: 500px;
    height: 200px; */
}

footer .container .logo img {
    width: 50%;
    height: 30%;
    object-fit: fill;
}


/*animations*/

[class*="reveal-"] {
    opacity: 0;
    transform: translateY(30px);
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
}

.reveal-visible {
    opacity: 1;
    transform: translate(0);
    transition: 2s cubic-bezier(.5, 0, 0, 1);
}

.reveal-2 {
    transition-delay: .1s;
}

.reveal-3 {
    transition-delay: .2s;
}

.reveal-4 {
    transition-delay: .3s;
}

.reveal-5 {
    transition-delay: .4s;
}

.reveal-6 {
    transition-delay: .5s;
}