@import url('https://fonts.googleapis.com/css2?family=Teko&family=Work+Sans&display=swap');

:root {
    --white: white;
    --orange: #F27C00;
/*    --blue1: #00317C;*/
    --blue1: #023c94;
}

html {
    max-width: 100%;
}

body {
    overflow-x: hidden;
}

hr {}
hr.small {
    height: 1px;
    width: 30%;
    color: #3EC0F0;
}
img { max-width: 100%; max-height: 100%; }
.text-white {
    color: #fff !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-blue {
    color: var(--blue1);
    font-weight: light;
}

.text-blue2 {
    color: #1C3661;
    font-weight: light;
}

.police-Roboto {
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    padding-top: 10px;
}

.police-sans {
    font-family: 'Open Sans', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: var(--white);
}

a {
    text-decoration: none !important;
}
a, a:hover, a:visited, a:focus {
    color: var(--orange);
}

/*@font-face {
    font-family: Teko;
    src: url(files/Teko-Regular.ttf);
}

@font-face {
    font-family: Work Sans;
    src: url(files/Work Sans-VariableFont_wght.ttf);
}*/

.navbar {
    background-color: var(--blue1);
}
.navbar-brand {
    height: 100%;
    max-height: 60px;
}
.navbar-brand img {
    margin: -13px 0;
    max-height: 105px;
}

/* Navbar mobile */
@media screen and (max-width: 767px) {
    #navbarNav {
        justify-content: center;
        font-size: 2rem;
    }
    .navbar-toggler { color: white; }
    .navbar-collapse { margin-top: 15%; }
}
/* Navbar desktop */
@media screen and (min-width: 768px) {
    #navbarNav {
        justify-content: flex-end;
    }    
}

.nav-item { margin: 0 20px; }
.nav-link {
    position: relative;
    text-transform: uppercase;
    font-family: Teko;
    color: #fff !important;
    font-size: 1.5rem;
    padding: 0 !important;

}
.nav-item.selected .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--orange);
    opacity: 0.5;
}
.nav-item.selected .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background-color: var(--orange);
}

/* Custom list style */
.content ul {
    list-style: none;
}
.content ul li::before {
    content: "≫";
    position: relative;
    margin-left: -20px;
    margin-right: 10px;
    color: var(--orange);
}


* div.all {
    display: flex;
    justify-content: left;
    align-items: top;
    margin-top: 35px;
}

div.c {
    width: 800px;
    height: auto;
    margin-top: 10px;
}

div.cards {
    padding: 0%;
    /* background-color: var(--blue1); */
    margin-left: -42px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-right: auto;
    right: auto;
}

div.card {
    margin-bottom: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 20px;
    opacity: 1;
    overflow: hidden;
}

.card-footer { background-color: white; }
a.card-link {
    display: block;
    position: relative;
    text-decoration: none;
    font-family: Teko;
    font-size: 16px;
    color: var(--blue1);
    font-weight: bold;
    font-size: 1.2rem;
}
a.card-link span {
    position: absolute;
    right: 0;
}

.card-text {
    position: relative;
    color: var(--blue1);
}

.card-footer::before {
    content: "";
    position: relative;
    display: block;
    background-color: var(--orange);
    height: 2px;
    width: 100%;
    top: calc(var(--bs-card-cap-padding-y) * -1 - 2px);
}

img.card {
    margin: 20px;
    height: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.card-title {
    font-family: Teko;
    text-align: left;
    letter-spacing: 0px;
    color: var(--orange);
    text-transform: uppercase;
    font-size: 28px;
}

h3 {
    font-family: Teko;
    font-size: 2rem;
    font-weight: lighter;
}

.logo {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.flex-right {
    display: flex;
    align-items: right;
    justify-content: right;
}

.flex-left {
    display: flex;
    align-items: left;
    justify-content: left;
}



.panier {
    color: var(--orange) !important;
    height: auto;
    margin-top: 2px;
}
/*
.div-membranesBBC {
    top: auto;
    left: 0px;
    width: auto;
    opacity: 1;
    margin-top: 90px;
    height: 100px;
    position: relative;

}*/

.page-title {
    /* Layout Properties */
    padding: 40px 0 0 0;
    background: #EBEBEB 0% 0% no-repeat padding-box;
}
.page-title h1 {
    position: relative;
    color: var(--blue1);
    font-family: Teko;
    font-size: 56px;
    line-height: 70px;
}

.page-title h1::before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--blue1);
    height: 6px;
    bottom: -3px;
    left: 0;
    width: 12%;

}

.page-title h1::after {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--blue1);
    height: 0.5px;
    bottom: 0;
    left: 0;
    width: 100000000000%;

    display: flex;
    align-items: bottom;
    justify-content: bottom;
}

.categories .category {
    display: inline-block;
    font-family: Teko;
    padding: 1rem;
    margin-bottom: 5px;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
@media all and (min-width: 1200px) {
    .categories .category {
        display: block;
    }
}

.categories .category:nth-child(odd) {
    background-color: var(--orange);
}
.categories .category:nth-child(even) {
    background-color: var(--blue1);
}
footer {
    padding: 30px;
    background-color: var(--blue1);
}



.breadcrumb {
    margin: 20px 0;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
}

/*div.footer_infos::before {
    content: "";
    position: absolute;
    background-color: var(--orange);
    height: 65px;
    width: 2px;
}*/

@media all and (min-width: ) {
    div.footer_infos {
        border-width: 0 2px 0 0;
        border-style: solid;
        border-color: var(--orange);
    }
}

div.footer_infos_right {
    margin-top: 2%;
    /* Layout Properties */
    top: auto;
    left: 0px;
    height: auto;
    width: auto;
    /* UI Properties */
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: 0;
}
@media (max-width: 1199px) {
    .legal_infos {
        margin-top: 30px;
        text-align: center;
    }    
}

.card {
    border: 0px solid black !important;
}

main { margin-top: 60px; }

/* Diaporama accueil */
#home .owl-carousel .diapo {
    position: relative;
    height: 700px;
}
#home .owl-carousel .diapo .background { height: 100%; }
#home .owl-carousel .diapo .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home .owl-carousel .diapo .title {
    color: #151D3F;
    font-family: Work Sans;
    font-weight: bolder;
    margin-bottom: 20px;
    font-size: 50px;
}
/******************** A supprimer à terme ********************/
div.img_accueil {
    display: flex;
    flex-direction: column;
    position: static;
    background-size: cover;
    background-image: url(files/images/image_accueil.jpg);
    background-repeat: no-repeat;
    height: 700px;
    justify-content: center;
    align-items: center;
    padding: 100px 50px;
}

div.texte_accueil {
    display: flex;
    flex-direction: column;
    position: static;
    height: 700px;
    justify-content: left;
    align-items: left;
    padding: 100px 50px;
    width: 50%;
    margin-left: -5%;
    color: #595B66;
    font-family: Work Sans;
    margin: 0px;
}

div.texte_accueil h1 {
    color: #151D3F;
    font-family: Work Sans;
    font-weight: bolder;
    margin-bottom: 20px;
    font-size: 50px;
}

i.chevrons {
    color: var(--orange);
}

ul.no-bullets {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}
/*********************************************************/
button.nos_produits {
    color: var(--white);
    background: var(--blue1) 0% 0% no-repeat padding-box;
    text-transform: capitalize;
    width: 170px;
    height: 35px;
    font-size: 75%;
    font-family: Work Sans;
    font-weight: light;
    letter-spacing: 2px;
    margin-top: 30px;
    border: 0px solid black !important;
}

div.trending {
    margin-top: 30px;
    margin-bottom: 60px;
}

h2.trending,
h2.title_most_selled {
    color: var(--orange);
    font-size: 37px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

h2.title_most_selled {
    padding-top: 60px;
    margin-bottom: 30px;
}

div.category_cards {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.category_card {
    text-decoration: none;
}

.category_card {
    position: relative;
    height: 200px;
    margin-bottom: 25px;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    font-family: Teko;
    font-weight: 300;

}
div.category_card .picture {
    width: 100%; height: 100%;
}
div.category_card .picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #00327c00 0%, var(--blue1) 100%);
}

div.category_card h3 {
    position: absolute;
    bottom: 0;
    padding: 15px;
    margin: 0;
    font-family: Teko;
    color: #fff;
    font-size: 24px;
    font-weight: lighter;
}

div.bg {
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

img.product {
    height: 370px;
    width: auto;

    margin-left: auto;
    margin-right: 0px;
}

.text-h2 {
    display: block;
    width: 497px;
    color: var(--blue1);
    font-family: Teko;
    font-size: 45px;
    position: relative;
}

.text-h2::before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--blue1);
    height: 6px;
    bottom: -3px;
    left: 0;
    width: 12%;

    display: flex;
    align-items: bottom;
    justify-content: bottom;

}

.text-h2::after {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--blue1);
    height: 0.5px;
    bottom: 0;
    left: 0;
    width: 74%;

    display: flex;
    align-items: bottom;
    justify-content: bottom;
}

p.product-content-ref {
    text-align: left;
    text-transform: uppercase;
    font-family: Teko;
    font-size: 22px;
    font-weight: light;
}



div.type-add {
    color: var(--white);
    background-color: #1C3661;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    height: 54px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.text-h2-orange {
    display: inline-block;
    position: relative;
    color: var(--orange);
    font-family: Teko;
    font-size: 3rem;
    line-height: 5rem;
    margin-bottom: 3rem;
}

.text-h2-orange::before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--orange);
    height: 6px;
    bottom: -3px;
    left: 0;
    width: 25%;

}

.text-h2-orange::after {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--orange);
    height: 1px;
    bottom: 0;
    left: 0;
    width: 130%;
}

div.card-mini-bottom {
    height: 80px;
}

div.formulaire {
    /* height: 400px; */
    width: 600px;
}

::placeholder {
    color: var(--blue1) !important;
}


.form-control {
    border: 1px solid var(--orange);
    border-radius: 0;
    padding: 6px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    font-family: Teko;
    font-size: 24px;
    color: var(--blue1) !important;
}

textarea {
    height: 170px;
    resize: none;
}

.btn {
    background-color: var(--orange);
    border-radius: 0;
    font-family: 'Teko';
    font-size: 2rem;
    color: var(--white) !important;
}
.btn-expand {
    width: 100%;
}

.btn:hover {
    background-color: var(--orange);
}

.form-row {
    position: relative;
    border: 1px solid var(--orange);
    border-radius: 0;
    box-sizing: border-box;
    width: 50%;
    max-height: 80px;
    display: inline-block;
    /* text-transform: uppercase; */
    font-family: Teko;
    font-size: 24px;
    color: var(--blue1) !important;
    margin-left: 0;
}

.nb_carac {
    position: absolute;
    right: 5px;
    bottom: -10px;
    font-size: calc(.5rem + .2vw);
    font-family: var(--bs-body-font-family);
    color: #ccc;
}

.form_valid.invalid {
    animation: shake .03s 10;
    outline: red solid 2px;
    border-radius: 5px;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25%,
    75% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(-10px);
    }
}

/*  */

img.form_logo {
    max-width: 300px;
    height: auto;
    margin-bottom: 30px;
}

div.infos {
    margin-top: 2%;
    top: auto;
    left: 0px;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    margin-left: 120px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14;
}

div {
    border: 0px solid black !important;
    /*border-radius: 10px;*/
}

html,
body {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.card.product .card-img-top {
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}
@media screen and (min-width: 768px) {
    .card.product .card-img-top {
/*        height: 250px;*/
    }
}

/* TEMP */
div.img_accueil {
    display: flex;
    flex-direction: column;
    position: static;
    background-size: cover;
    background-image: url(../images/image_accueil.jpg);
    background-repeat: no-repeat;
    height: 700px;
    justify-content: center;
    align-items: center;
    padding: 100px 50px;
}