@font-face {
    font-family: "Gotham";
    src: url('../../fonts/Gotham Medium Regular.ttf');
}

@font-face {
    font-family: "GothamLight";
    src: url('../../fonts/Gotham Light Regular.otf') format("opentype");
}

body {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
}

.GothamLight {
    font-family: "GothamLight";
}

.logo {
    margin: 26px 0px 26px 121px;
}

.adapted-padding {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width: 768px) {
	.adapted-padding {
		padding-left: 140px;
		padding-right: 140px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.label-compte {
    color: #656565;
    font-family: GothamLight;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.label-connecter {
    font-family: GothamLight;
    font-size: 14px;
    text-align: center;
    color: #007C98;
    font-weight: bold;
}

.search {
    border: 1px solid #e0f3f5;
    border-radius: 6px;
    padding: 8px;
    margin-top: 80px;
    margin-left: 45px;
}

.search input {
    border: none;
    font-family: GothamLight;
    width: 90%;
}

.btn-compte {
    margin-top: 36px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.nav-item {
    width: 275px;
}

.home-pictos {
    margin-top: 87px;
    margin-bottom: 160px;
}

.home-pictos-titre {
    color: #007C98;
    font-weight: bold;
    font-size: 22px;
    font-family: Gotham;
    padding-top: 26px;
}

.home-pictos-detail {
    color: #000;
    font-size: 16px;
    font-family: GothamLight;
    padding-top: 18px;
}

.home-band-txt {
    background-color: #F2F2F2;
    padding: 16px;
    text-align: center;
    color: #007C98;
    font-family: Gotham;
    font-size: 28px;
    font-weight: normal;
    font-style: italic;
}

ul.footer-links {
    list-style: none;
}

ul.footer-links>li {
    display: table-cell;
    padding-right: 36px;
    position: relative;
}

ul.footer-links>li::after {
    content: url('../img/puce-footer.jpg');
    /* Path to your image */
    display: block;
    position: absolute;
    right: 9px;
    /* Adjust this value to place the image correctly */
    top: 50%;
    transform: translateY(-50%);
}

ul.footer-links>li:last-child::after {
    content: none;
    /* Remove the image after the last item */
}

ul.footer-links>li>a {
    color: #FFF;
}

.table-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
}

.table-list .col {
    display: table-cell;
}

.col ul {
    list-style: none;
}

.col ul>li>a {
    color: #FFF;
    font-family: GothamLight;
}

.ariane,
.ariane a {
    font-family: GothamLight;
    font-size: 16px;
    color: #7C7C7C;
    font-weight: normal;
}

h1.categorie {
    margin-top: 56px;
    color: #007C98;
    font-family: Gotham;
    font-weight: bold;
    font-size: 26px;
}

.categorie-description {
    font-family: GothamLight;
}

.categorie-filtres {
    margin: 31px 0px;
}

.categorie-filtres,
.categorie-filtres a {
    color: #7C7C7C;
    font-family: GothamLight;
}

.categorie-filtres a strong {
    font-weight: bold;
    color: #007C98;
    font-family: Gotham;
}

.box-produit {
    border-radius: 16px;
    box-shadow: 1px 1px 5px rgba(0, 0, 255, .2);
    margin: 16px;
    min-height: 295px;
}

.box-produit img {
    max-height: 325px;
    /*width: 205px;
    height: 205px;
    object-fit: contain;*/
}

.box-prod-titre {
    color: #000000;
    font-family: GothamLight;
    font-size: 16px;
    margin-top: 16px;
}

.box-prod-reference {
    color: #007C98;
    font-family: GothamLight;
    font-size: 16px;
    margin-top: 7px;
}

.box-prod-tarif {
    color: #119100;
    font-family: Gotham;
    font-size: 24px;
    margin-top: 16px;
}

.box-prod-dispo {
    color: #119100;
    font-family: GothamLight;
    font-size: 16px;
    margin-top: 4px;
}

.box-prod-detail {
    color: #000;
    font-family: GothamLight;
    font-size: 16px;
    margin-top: 4px;
}

.box-prod-cart a {
    display: block;
    width: auto;
    padding: 4px 8px;
    line-height: 31px;
    background-color: #007C98;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.btn_moins,
.btn_plus {
    cursor: pointer;
    background-color: #007C98;
    display: inline;
    color: #FFF;
    padding: 3px 7px;
    border-radius: 3px;
}



.box-prod-qte {
    margin: 6px 0px;
}

.qte {
    border: none;
    width: 40px;
    text-align: center;
}

.vignette {
    border-radius: 6px;
    border: 1px solid #707070;
    height: 71px;
    text-align: center;
    margin-bottom: 13px;
}

.vignette-big {
    border-radius: 6px;
    border: 1px solid #707070;
    text-align: center;
    margin-bottom: 13px;
    height: 100%;
}

.box-photo {
    margin-top: 64px;
}

.vignette img {
    max-height: 100%;
    width: auto;
}

h2 {
    color: #007C98;
    font-size: 20px;
    margin-bottom: 56px;
}

.tab-txt {
    color: #007C98;
}

.tab-val {
    color: #000;
}

.box-download a {
    width: 100%;
    padding: 20px 20px;
    line-height: 31px;
    background-color: #007C98;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 50px;
}

.avantages-prod {
    font-family: GothamLight;
}

#contact-message {
    height: 241px;
}

.contact-submit {
    width: auto;
    padding: 3px 15px;
    line-height: 31px;
    background-color: #007C98;
    border-radius: 5px;
    font-family: GothamLight;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    border: none
}

.contact-adresse {
    font-size: 16px;
    margin-top: 26px;
}

.contact-email {
    font-size: 16px;
    margin-top: 26px;
    font-family: GothamLight;
    color: #0068C1;
}

.contact-tel {
    font-size: 16px;
    margin-top: 26px;
}

.contact-horaires {
    font-size: 16px;
    margin-top: 26px;
    font-family: GothamLight;
    color: #000;
}

.about-desc {
    margin-top: 26px
}

.about a,
.about strong {
    color: #0A7E99;
    text-decoration: underline;
}

.confirm-titre {
    font-size: 60px;
    color: #4EB901;
}

.confirm-message {
    margin: 26px 0px;
    font-family: GothamLight;

}

.confirm-message a {
    font-weight: bold;
    text-decoration: underline;
    color: #000
}

.onglet {
    width: 50%;
    border-radius: 12px 12px 0px 0px;
    background: #007c98;
    color: #FFF;
    padding: 15px;
    text-align: center;
}

.compte-box {
    border-radius: 0px 10px 10px 10px;
    background-color: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 255, .2);
    padding: 16px;
}

.compte-infos {
    margin-bottom: 34px;
    font-family: GothamLight;
}

.compte-infos strong,
.compte-commandes strong {
    margin-bottom: 26px;
    font-family: Gotham;
}

.compte-commandes {
    margin-bottom: 24px;
    font-family: GothamLight;
}

.statut-commande-livree {
    width: 260px;
    padding: 3px 15px;
    line-height: 31px;
    background-color: #00B215;
    border-radius: 5px;
    font-family: GothamLight;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    border: none;
    text-align: center;
}

.compte-table {
    background-color: #007C98;
    color: white;
    text-align: center;
    padding: 6px;
}

table.table {
    font-family: GothamLight;
    text-align: center;
}

table.table img {
    width: 145px;
}

.nouveau-titre {
    font-size: 18px;
    color: #6F7070;
}

.btn-kbis {
    width: auto;
    padding: 6px 15px;
    line-height: 31px;
    background-color: #007C98;
    border-radius: 5px;
    font-family: GothamLight;
    font-size: 17px;
    color: #fff !important;
    text-decoration: none;
    border: none;
    text-align: center;
}

.asterisque {
    font-size: 16px;
    color: #7C7C7C;
    font-family: GothamLight;
    text-align: right;
}

.panier-links-footer {
    text-align: right;
    align-items: center;
}

.panier-links-footer a {
    color: #009DB2;
    font-family: GothamLight;
    margin-right: 36px;
}

.radio-wrapper {
    display: flex;
    align-items: flex-start;
}

.radio-wrapper input[type="checkbox"] {
    margin-top: 8px;
}

.radio-wrapper label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 16px;
}

.radio-wrapper label strong {
    font-family: Gotham;
}

.header-mobile {
    display: none;
}

/* ---------------------- */
/* - BOOTSTRAP 4 - SOUS-MENU - */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* SPECIAL : ROTATION des flèches */
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

/* --------------------- */
/* SPECIAL : ROTATION des flèches */
/* Niveau 1 */
li .dropdown-toggle:after {
    transition: all 0.5s;
}

li.show>.dropdown-toggle:after {
    transform: rotate(180deg);
}

/* sous-Niveaux suivants */
li li.show>.dropdown-toggle:after {
    transform: rotate(90deg);
}

.main {
    padding: 30px 140px;
}

.box-prod-titre:hover a {
    text-decoration: none;
}

.box-produit a {
    text-decoration: none;
}

/* --------------------- */



@media (max-width: 1520px) {

    .main {
        padding: 30px 70px;
    }

}

@media (max-width: 1360px) {

    .main {
        padding: 30px 29px;
    }

    .tab-txt,
    .tab-val {
        text-align: center;
    }

    .home-pictos {
        margin-top: 27px;
        margin-bottom: 0px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    ul.footer-links>li {
        display: block;
        padding-right: 36px;
        position: relative;
    }

    .table-list {
        text-align: center;
    }

    footer img {
        text-align: center;
    }

    .header-default {
        display: none;
    }

    .header-mobile {
        display: flex;
        background-color: #007C98;
    }

    .navbar-toggler-icon {
        color: white;
    }

    .home-band-txt {
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
    }
}