html, body {
    font-family: Lato, sans-serif;
    line-height: normal;
    font-stretch: normal;
    width: 100%;
    height: 100%;
}

body {
    padding-top: 100px;
}

body.scroll {
    padding-top: 60px;
}

@media (max-width: 992px) {
    body {
        padding-top: 50px;
    }
}

body.mobile {
    overflow: hidden;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.bold {
    font-size: 14px;
    font-weight: bold;
    color: #1a2732;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.light-grey {
    color: #7d8689;
}

.max-w-sm {
    max-width: 576px;
}

.block-border-grey {
    border: 1px solid #7d8689;
    padding: 20px;
}

.decoration-barre .barre1 {
    border: 1px solid #ccab52;
    width: 30px;
    margin: 10px auto 5px auto;
}

.decoration-barre .barre2 {
    border: 1px solid #ccab52;
    width: 15px;
    margin: auto;
}

.border-right-white {
    border-right: 1px solid #ffffff;
}

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

.whitespace-normal {
    white-space: normal !important;
}

.title-h1 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #666666;
    margin: auto;
    margin-bottom: 20px;
}

#content h1.title-categorie, .title-categorie {
    font-size: 18px;
    font-family: /*'Raleway'*/ 'Lato', sans-serif;
    font-weight: bold;
    color: #666666;
    margin: auto;
    margin-bottom: 20px;
}

.description-categorie {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: normal;
    color: #666666;
}

.description-categorie-no-bold {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #666666;
}

.description-categorie-bigger {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #666666;
}

a.description-categorie-no-bold:hover {
    color: #666666;
}

.text-gold-bold {
    color: #ccab52;
    font-weight: bold;
}

.toggle-gold-color {
    background-color: #ccab52;
    color: #ffffff !important;
    border-color: #ccab52 !important;
    font-weight: bold;
}

.toggle-dark-color {
    background-color: #1a2732 !important;
}

.link-gold-color {
    color: #ccab52;
}

.link-gold-color:hover {
    color: #ccab52;
}

.info-manquante {
    color: #cbcbcb;
    font-weight: normal;
}

.separation-barre {
    margin: 20px 0 20px 0;
    border-bottom: 1px solid #7d8689;
}

.separation-barre-right {
    border-right: 1px solid #7d8689;
}

.input-grey-border {
    border: 1px solid #dfe0e1;
    padding: 5px;
    font-size: 12px;
}

.img-text-adapt {
    height: 2em;
}

.carousel-navigation-left {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 10%;
}

.carousel-navigation-right {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 10%;
}

.customPreviousBtn, .customNextBtn {
    font-weight: bold;
    font-size: 30px;
}

.customPreviousBtn:hover, .customNextBtn:hover {
    cursor: pointer;
}

.btn-group .btn {
    border: 1px solid #1a2732;
}

.btn-group .active {
    background: #1a2732;
    color: #ffffff;
}

.btn-group input {
    display: none;
}

input[type="number"] {
    width: 100px;
}

.when-max-width-992 {
    display: none;
}

@media (max-width: 992px) {
    .separation-barre-right {
        border: none;
    }

    .when-max-width-992 {
        display: block;
    }
}

.w1200 {
    max-width: 1200px;
    margin: auto;
}

.w1140 {
    max-width: 1140px;
    margin: auto;
}

i {
    margin-left: 5px;
    vertical-align: bottom;
}

header {
    top: 0;
    transition: height 0.2s linear;
    background-color: #ffffff;
    z-index: 100;
    display: flex;
    position: fixed;
    padding: 20px;
    height: 100px;
}

header.scroll {
    height: 50px;
    box-shadow: 1px 6px 5px #0b0b0b17;
}

header .logo img {
    transition: width 0.2s linear;
    width: 250px;
}

header.scroll .logo img {
    width: 200px;
}

header .search-mobile {
    text-align: center;
}

header .block {
    display: flex;
}

header .logo {
    display: flex;
}

header .button-menu, header .button-menu-2 {
    width: 40px;
    height: 40px;
    display: inline-block;
}

header .button-menu-2 {
    margin-right: 20px;
}

header .button-menu .close-menu {
    visibility: hidden;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    line-height: 100%;
}

header.mobile .button-menu .close-menu {
    visibility: visible;
    opacity: 1;
}

header.mobile .button-menu .open {
    visibility: hidden;
    opacity: 0;
}

header .button-menu-2 .open {
    visibility: hidden;
    opacity: 0;
}

header.mobile .button-menu-2 .open {
    visibility: visible;
    opacity: 1;
}

header .button-menu .open, header .button-menu-2 .open {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

header .button-menu .open .flex-block, header .button-menu-2 .open .flex-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

header .button-menu .open .carre, header .button-menu-2 .open .carre {
    width: 40px;
    height: 4px;
    background: #4b575f;
    display: inline-block;
}

header .button-menu .open .plus, header .button-menu-2 .open .plus {
    font-size: 9px;
    width: 100%;
    letter-spacing: 6px;
    overflow: hidden;
    font-weight: bold;
    margin: 0;
}

header .block .link ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
    padding-left: 0;
    margin: 0;
}

header .block .link ul li {
    display: inline;
    margin: 0 10px;
    text-transform: uppercase;
    color: #4b575f;
}

header .block .link ul li a {
    color: #4b575f;
    font-size: 16px;
    transition: font-size 0.2s linear;
}

header.scroll .block .link ul li a {
    font-size: 13px;
}

header.mobile {
    height: 100vh;
}

header.mobile .block {
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

header.mobile .block .link {
    display: block;
    visibility: visible;
}

header.mobile .block .link ul {
    opacity: 1;
    line-height: 2;
    transition: line-height 0.3s, opacity 0.3s ease-in-out;
}

header.mobile .lang-search {
    display: block;
    margin-left: 20px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

header .lang-search .lang {
    width: 30px;
    transition: width 0.2s linear;
}

header.scroll .lang-search .lang {
    width: 20px;
}

header .lang-search i {
    font-size: 16px;
    transition: font-size 0.2s linear;
}

header.scroll .lang-search i {
    font-size: 14px;
}

header:not(.mobile) .search-mobile {
    visibility: hidden;
}

header.mobile .search-mobile {
    display: flex;
    height: 60px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

header .search-mobile input {
    background-color: #efefef;
    border: none;
    width: 100%;
    padding: 20px;
    color: #999999;
    display: none;
}

header .search-mobile button {
    border: none;
    padding-left: 10px;
    background-color: #efefef;
}

header .menu-2.mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    height: 100vh;
    -webkit-backdrop-filter: blur(10.2px);
    backdrop-filter: blur(10.2px);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    padding: 40px 20px;
}

header .container {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

header .menu-2.mobile::after {
    content: "";
    background: url('../img/product.jpg') no-repeat;
    filter: blur(8px);
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

header .menu-2 .link {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 48px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    margin: 20px;
}

header .menu-2 .link a {
    color: #ffffff;
}

header .menu-2 button {
    border: none;
    background: none;
    color: #ffffff;
    text-transform: uppercase;
}

header .menu-2 .lang {
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 20px;
}

header .menu-2 .search input, header .menu-2 .search button {
    background-color: #ddd6ffb8;
}

header .menu-2 .search {
    display: flex;
    height: 60px;
}

header .menu-2 .search input {
    border: none;
    width: 100%;
    padding: 20px;
    color: #999999;
}

@media (max-width: 1400px) {
    header .logo .img-logo {
        width: 100%;
    }
}

@media (min-width: 993px) {
    header {
        align-items: center;
    }

    header .button-menu {
        display: none;
    }

    header .logo {
        max-width: 50%;
        flex: 0 0 20%;
    }

    header .logo .img-logo {
        margin: auto;
    }

    header .search-mobile {
        display: none;
    }

    header .block {
        max-width: 80%;
        flex: 0 0 80%;
        align-items: center;
        text-align: center;
    }

    header .block .link {
        max-width: 70%;
        flex: 0 0 70%;
    }

    header .block .lang-search {
        max-width: 30%;
        flex: 0 0 30%;
        visibility: visible;
    }

    header .block .lang-search ul {
        float: right;
        clear: right;
    }

    header .menu-2 {
        display: none;
        visibility: hidden;
    }

    header .button-menu-2 {
        display: none;
        visibility: hidden;
    }

    header .lang-mobile {
        visibility: hidden;
    }

    header .lang-search button {
        border: none;
        background-color: initial;
    }

    .dropdown-item {
        line-height: 3;
    }

}

/* mobile header */
@media (max-width: 992px) {
    header {
        display: flex;
        flex-direction: column;
        height: 70px;
        padding: 0 20px 20px 20px;
        box-shadow: 1px 6px 5px #55555517;
    }

    header .block {
        visibility: hidden;
        position: absolute;
        display: block;
    }

    header.mobile .block {
        position: initial;
        height: 100%;
        visibility: visible;
        flex-direction: column;
        justify-content: space-around;
    }

    header .logo {
        align-items: center;
        justify-content: space-between;
    }

    header .img-logo {
        min-width: 150px;
        width: 300px;
    }

    header .block .link {
        visibility: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    header .block .menu-categories {
        height: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    header .block .link ul {
        flex-direction: column;
        line-height: 0;
        opacity: 0;
    }

    header .block .link ul li a {
        font-size: 20px;
    }

    header .lang-mobile {
        visibility: visible;
        padding: 5px 10px 5px 10px;
        margin: 4px 10px 0px 10px;
        font-family: Lato;
        font-size: 16px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: center;
        color: #4b575f;
        /* border: 2px solid #4b575f; */
    }

    header .lang-search {
        visibility: hidden;
        opacity: 0;
    }

    header .lang-search button {
        display: none;
    }

    header .search-mobile {
        visibility: hidden;
        opacity: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    header .search-mobile input {
        display: block;
    }

    header .menu-2 {
        position: absolute;
        height: 100vh;
        background-color: #13427db3;
        width: 100%;
        margin: 0;
        top: 0;
        left: -1400px;
        transition: left 0.4s linear;
    }

    header .button-menu-2 {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }

    header .button-categories {
        width: 100%;
        height: 100%;
        margin: auto;
        margin-top: 2px;
        color: #ffffff;
    }

    header .expose {
        background-color: rgba(10, 22, 153, 1);
    }

    header .welcome {
        background-color: rgba(247, 166, 56, 1);
    }

    header .conserve {
        background-color: rgba(0, 162, 202, 1);
    }

    header .restore {
        background-color: rgba(67, 149, 138, 1);
    }
}

#submenu {
    box-shadow: 1px 6px 5px #0b0b0b17;
    position: relative;
    z-index: 50;
}

#submenu nav {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}

#submenu nav > a {
    width: 20%;
    margin: 0 20px;
    padding: 15px 20px;
    /*background-color: rgba(0, 0, 0, 0.34);*/
    color: #ffffff;
    display: inline-block;
    position: relative;
}

#submenu nav > a:hover {
    text-decoration: none;
}

#submenu nav > a::before {
    content: "";
    /* filter: blur(1px); */
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#submenu nav a:hover {
    cursor: pointer;
}

#submenu nav > a#expose::before {
    background-color: rgba(10, 22, 153, 1);
}

#submenu nav > a#welcome::before {
    background-color: rgba(247, 166, 56, 1);
}

#submenu nav > a#conserve::before {
    background-color: rgba(0, 162, 202, 1);
}

#submenu nav > a#restore::before {
    background-color: rgba(67, 149, 138, 1);
}

#submenu .dropdown-menu {
    margin: 0;
    border-radius: 0;
    background-color: #000000;
}

#submenu .dropdown-menu a {
    color: #ffffff;
}

#submenu .dropdown-item:hover {
    background-color: #2d2d2d;
}

@media (max-width: 992px) {
    #submenu {
        display: none;
    }

    .dropdown-item {
        line-height: 2;
    }
}

.super-menu-class {
    width: 100%;
    transition: height 0.2s linear, opacity 0.4s linear;
    height: 0;
    opacity: 0;
}

/*   replaced by bootstrap class: collapse multi-collapse
.super-sub-menu-class {
  transition: height 0.2s linear, opacity 0.4s linear;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
*/

.super-menu-class .content {
    display: none;
}

.super-menu-class.open {
    height: 100vh;
    opacity: 1;
}

.super-submenu-class.open {
    height: 100vh;
    opacity: 1;
}

.super-menu-class.open .content {
    display: block;
    height: 100%;
    margin: 100px 80px;
}

.super-menu-class.open .block1, .super-menu-class.open .block2 {
    opacity: 1;
    height: 100%;
}

.super-menu-class .block1, .super-menu-class .block1 {
    height: 0;
}

.super-menu-class .block1::after, .super-menu-class .block2::after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    content: "";
}

/* Changer les couleurs de chaque menu ici et si besoin de rajouter incrementer la classe +1 */
#super-menu-1 .block1 {
    background-color: rgba(10, 22, 153, 0.56);
}

#super-menu-1 .block2 {
    background-color: rgba(10, 22, 153, 0.75);
}

#super-menu-1 .block1::after {
    background: url('../img/EXPOSER.jpg') no-repeat;
    background-size: cover;
}

#super-menu-2 .block1 {
    background-color: rgba(247, 166, 56, 0.56);
}

#super-menu-2 .block2 {
    background-color: rgba(247, 166, 56, 0.75);
}

#super-menu-2 .block1::after {
    background: url('../img/ACCUEILLIR.jpg') no-repeat;
    background-size: cover;
}

#super-menu-3 .block1 {
    background-color: rgba(0, 162, 202, 0.56);
}

#super-menu-3 .block2 {
    background-color: rgba(0, 162, 202, 0.75);
}

#super-menu-3 .block1::after {
    background: url('../img/CONSERVER.jpg') no-repeat;
    background-size: cover;
}

#super-menu-4 .block1 {
    background-color: rgba(67, 149, 138, 0.56);
}

#super-menu-4 .block2 {
    background-color: rgba(67, 149, 138, 0.75);
}

#super-menu-4 .block1::after {
    background: url('../img/RESTAURER.jpg') no-repeat;
    background-size: cover;
}

.super-menu-class .block1 h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.08;
    text-align: left;
    color: #ffffff;
}

.super-menu-class .block1 h4 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.08;
    text-align: left;
    color: #ffffff;
}

.super-menu-class nav {
    display: flex;
    flex-direction: column;
}

.super-menu-class .block1 .block-left a {
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}

.super-menu-class .block1 .block-right a {
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    font-weight: normal;
}

.super-menu-class .block2 h3 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.63;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.super-menu-class .block2 img {
    width: 100%;
}

.super-menu-class .block2 span {
    font-size: 16px;
    font-weight: normal;
    line-height: 3.25;
    color: #ffffff;
}

.super-menu-class .block2 a {
    font-size: 16px;
    line-height: 3.25;
    color: #ffffff;
    text-transform: uppercase;
}

.menu-right-img {
    display: block;
    width: 50%;
}

@media (max-width: 992px) {
    .super-menu-class {
        display: none;
    }
}

#menu-mon-compte {
    border-right: 1px solid #1a2732;
}

#menu-mon-compte ul, #menu-mon-compte li {
    list-style-type: none;
    padding: 0;
}

#menu-mon-compte li {
    margin-bottom: 5px;
}

#menu-mon-compte ul > li > ul > li a {
    padding: 5px 30px;
}

#menu-mon-compte .categorie {
    padding: 5px 10px;
}

#menu-mon-compte .categorie:hover {
    cursor: pointer;
    background-color: #1e3747;
}

#menu-mon-compte ul > li > a {
    color: #ffffff;
}

#menu-mon-compte ul > li > a:hover {
    text-decoration: none;
}

#menu-mon-compte .active:hover {
    background-color: #3c4c59 !important;
}

#menu-mon-compte ul > li > ul > li > a {
    color: #0e1315;
}

#menu-mon-compte ul > li > ul > li > a:hover {
    text-decoration: none;
}

#menu-mon-compte ul > li > ul > li:hover {
    background-color: #f0f0f0;
}

#menu-mon-compte .active a {
    color: #ffffff;
}

#menu-mon-compte .active {
    background-color: #1a2732 !important;
    color: #ffffff !important;
}

#menu-mon-compte a {
    width: 100%;
    display: block;
    white-space: nowrap;
}

#menu-mon-compte i {
    margin-right: 5px;
}

#menu-mon-compte .special-section {
    background-color: #ededed;
}

#menu-mon-compte .special-section li:hover {
    background-color: #cccccc;
}

@media (max-width: 992px) {
    #menu-mon-compte {
        border-right: none;
    }

    #menu-mon-compte .dropdown {
        visibility: hidden;
        margin: 0;
        max-height: 0;
        transition: visibility 0.2s ease-in-out, max-height 500ms ease-in-out;
    }

    #menu-mon-compte .dropdown ul {
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    #menu-mon-compte .dropdown.open {
        visibility: visible;
        height: 100%;
        max-height: 500px;
    }

    #menu-mon-compte .dropdown.open ul {
        opacity: 1;
    }
}

#menu-mon-compte .categorie {
    background-color: #ccab52;
    color: #ffffff;
    font-weight: bold;
}

#article {
    padding: 114px 20px;
    position: relative;
    background: url('../img/bg.jpg') no-repeat;
    background-size: cover;
}

#article .nav-left {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 10%;
}

#article .nav-right {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 10%;
}

#article .customPreviousBtn, #article .customNextBtn {
    font-size: 3em;
}

#article .customPreviousBtn:hover, #article .customNextBtn:hover {
    cursor: pointer;
}

#article .titre-article {
    font-size: 24px;
    text-align: center;
    font-family: Lato;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#article .left-carousel {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
}

#article .right-carousel {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
}

#article .rotate-text {
    transform: rotate(-90deg);
}

#article .block {
    background-color: #ffffff;
    padding: 100px;
    width: 100%;
    display: block;
}

#article .block h1, #article .block h2, #article .block .h2-slider-home {
    font-size: 64px;
    border-bottom: 2px solid #ccab52;
}

#article .block .content {
    color: #999999;
}

#article .block .content p {
    margin-top: 20px;
}

#article .block .content h2, #article .block .content h3,
#article .block .content .h2-slider-home, #article .block .content .h3-slider-home {
    font-size: 32px;
    margin-top: 20px;
    color: #000000;
}

#article .block .link {
    background-color: #000000;
    display: inline-block;
    padding: 20px 40px;
    text-transform: uppercase;
    float: right;
    margin-top: 20px;
}

#article .block .link a {
    color: #ffffff;
}

#article .block img {
    width: auto;
    margin: auto;
}

#article .block .left-side {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    #article {
        padding: 80px 20px;
    }

    #article .nav-left, #article .nav-right, #article .titre-article, #article .img {
        display: none;
    }

    #article .block {
        background-color: initial;
        padding: 0;
    }

    #article .block h3, #article .block .h3-slider-home {
        font-size: 13vw;
    }

    #article .block .content {
        color: #ffffff;
        margin-bottom: 50px;
    }
}

#catalogue {
    background-color: #000000;
    padding: 120px 0 150px 0;
}

#catalogue h2 {
    font-size: 36px;
    border-bottom: 3px solid #ccab52;
    text-align: left;
    display: inline-block;
    padding-bottom: 20px;
    color: #ffffff;
}

#catalogue h3 {
    font-size: 25px;
    border-bottom: 3px solid #ccab52;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    padding-bottom: 20px;
    color: #ffffff;
}

#catalogue .height {
    height: 820px;
    max-height: 820px;
}

#catalogue .block {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#catalogue .block .overlay {
    background-color: rgba(65, 65, 65, 0.80);
    height: 100%;
    width: 100%;
}

#catalogue .block-catalogue {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

#catalogue .links i {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

#catalogue a {
    color: #ffffff;
    font-size: 16px;
    line-height: 3;
    display: flex;
    align-items: center;
}

#catalogue a.important, #catalogue a.important i {
    color: #ccab52;
}

#catalogue a:hover, #catalogue a:hover i {
    color: #ccab52;
    text-decoration: none;
}

@media (max-width: 992px) {
    #catalogue .height {
        height: 100%;
        max-height: 100%;
    }

    #catalogue {
        padding: 40px 20px;
    }
}

@media (max-width: 540px) {
    #catalogue .block-catalogue {
        display: block;
    }

    #catalogue .block2 {
        padding: 20px 20px;
        align-items: center;
        display: flex;
        margin-bottom: 20px;
        background-position-x: 0;
    }
}

#product {
    padding: 120px 20px;
}

#product h3, #product h2, #similar-product h3, #similar-product h2 {
    font-size: 36px;
    border-bottom: 3px solid #ccab52;
    margin-bottom: 60px;
    text-align: left;
    display: inline-block;
    padding-bottom: 20px;
}

#product .tab-content {
    width: 100%;
    text-align: center;
}

#product ul {
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #000000;
    margin-bottom: 50px;
    padding-bottom: 10px;
    padding-left: 200px;
    padding-right: 200px;
}

#product ul li {
    padding: 0;
    text-align: center;
}

#product ul a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}

#product div.product-title {
    margin-top: 20px;
}

#product ul a.active {
    border-bottom: 8px solid #427ddb;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}

#product ul a:hover {
    text-decoration: none;
}

#product .link-grey-color {
    color: #666666;
    text-decoration: none;
}

@media (max-width: 992px) {
    #product {
        padding: 40px 20px;
    }

    #product ul {
        margin-bottom: 20px;
    }

    #product ul li {
        margin: 10px 0;
    }
}

#actualite {
    background: url("../img/shape.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 50px;
    padding: 120px 20px 60px 20px;
}

#actualite h3, #actualite h2 {
    font-size: 36px;
    border-bottom: 3px solid #ccab52;
    margin-bottom: 60px;
    text-align: left;
    display: inline-block;
    color: #ffffff;
    padding-bottom: 20px;
}

#actualite .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: -50px;
    display: block !important;
    border: 0px solid black;
}

#actualite .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

#actualite .owl-prev i, #actualite .owl-next i {
    font-size: 3em;
    color: #ccab52;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    opacity: 1;
    cursor: pointer;
}

.owl-next:focus, .owl-prev:focus {
    outline: none;
}

#actualite .owl-carousel .item {
    padding: 160px 60px 60px 60px;
    color: #ffffff;
    box-shadow: 4px 5px 5px #000000ad;
    max-height: 720px;
    height: 720px;
    margin: 0;
    position: relative;
}

#actualite .background1 {
    max-width: 550px;
    background-color: rgba(204, 171, 82, 0.72);
}

#actualite .background1::before {
    content: "";
    background: url('../img/Rectangle 116.png') no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#actualite .owl-carousel .item h4 {
    margin-bottom: 60px;
    max-width: 550px;
}

#actualite .owl-carousel .item .link {
    background-color: #000000;
    display: inline-block;
    padding: 20px 40px;
    text-transform: uppercase;
    margin-top: 30px;
}

#actualite .owl-carousel .item .link a {
    color: #ffffff;
}

#actualite .nav-left {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 10%;
}

#actualite .nav-right {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 10%;
}

#actualite .customPreviousBtn2, #actualite .customNextBtn2 {
    font-size: 3em;
    color: #ccab52;
}

@media (max-width: 992px) {
    #actualite {
        padding: 40px 20px;
    }

    #actualite .nav-left, #actualite .nav-right {
        display: none;
    }

    #actualite .owl-carousel .item {
        padding: 20px;
        height: auto;
    }
}

#newsletter {
    color: #ffffff;
    font-size: 30px;
}

#newsletter .block1, #newsletter .block2 {
    padding: 80px 20px;
}

#newsletter .maxwidth {
    max-width: 640px;
    margin: auto;
}

#newsletter .block1 {
    background-color: rgba(147, 147, 147, 0.77);
    position: relative;
}

#newsletter .block1::after {
    content: "";
    background: url('../img/Rectangle 130.png') no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#newsletter .block2 {
    background-color: rgba(165, 165, 165, 0.15);
    position: relative;
}

#newsletter .block2::after {
    content: "";
    background: url('../img/Rectangle 125.png') no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#newsletter .blockform {
    width: 100%;
    margin-top: 50px;
}

#newsletter input {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: #ffffff !important;
    border-radius: 0;
}

#newsletter input::placeholder {
    color: #ffffff;
}

#newsletter button {
    background-color: #000000;
    color: #ffffff;
}

#paiement {
    background-color: #ccab52;
    color: #ffffff;
    text-transform: uppercase;
    padding: 60px 20px;
}

#paiement .block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#paiement img {
    margin: 10px;
}

#paiement span {
    text-align: left;
}

@media (max-width: 992px) {
    #paiement {
        padding: 40px 20px;
    }

    #paiement .block {
        display: flex;
        flex-direction: initial;
        align-items: center;
        justify-content: flex-start;
    }
}

#contact {
    font-size: 16px;
    color: #999999;
    margin-top: 60px;
    margin-bottom: 60px;
}

#contact .block {
    padding: 20px;
}

#contact .link {
    margin-top: 100px;
}

#contact .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

#contact a, #contact-page-bottom a {
    color: #ccab52;
    font-weight: bold;
    margin: 0 10px;
    white-space: nowrap;
}

@media (max-width: 992px) {
    #contact {
        padding: 40px 20px;
    }
}

@media (max-width: 992px) {
    #contact .block-logo {
        display: none;
    }
}

footer {
    background-color: #333333;
    color: #ffffff;
    padding: 25px 0;
    font-size: 16px;
}

footer a {
    background-color: #333333;
    color: #ffffff;
    padding-left: 3px;
}

footer a:hover {
    text-decoration: none;
    color: #e1ce9c;
}

@media (max-width: 720px) {
    #product ul {
        padding: 10px;
    }
}

#breadcrumb {
    color: #7d8689;
    font-size: 12px;
    border-bottom: 1px solid #7d8689;
    margin-bottom: 20px;
    line-height: 2;
}

#breadcrumb a {
    color: #7d8689;
}

#breadcrumb .link-gold-color > a {
    color: #ccab52;
}

#pagination-select {
    color: #7d8689;
    font-size: 12px;
    margin-bottom: 20px;
}

#pagination-select select {
    margin: 0 5px;
    width: 45px;
}

#pagination {
    display: flex;
    justify-content: center;
}

#pagination a {
    color: #c4c4c4;
    float: left;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #dddddd;
    width: 30px;
    height: 30px;
}

#pagination a.active {
    background-color: #1a2732;
    color: #ffffff;
    width: 30px;
    height: 30px;
    margin: 0 4px;
}

#pagination a:hover:not(.active) {
    background-color: #dddddd;
}

#content {
    padding: 60px 20px;
}

#content h1 {
    font-size: 36px;
    text-align: left;
    font-family: Raleway, sans-serif;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
}

#shop .picture, #favoris .picture {
    width: 100%;
    max-width: 220px;
    height: 227px;
    background-color: #b1b3b4;
    border: black;
    margin: 10px auto 10px auto;
}

#shop .caption {
    width: 220px;
    margin: 0 auto 40px auto;
}

#shop .picture img, #favoris .picture img {
    width: 100%;
    height: 100%;
    top: 0;
}

#shop h6 {
    color: #7d8689;
    font-size: 12px;
    margin-bottom: 0;
}

#shop .price {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    color: #1a2732;
}

#shop-product {
    padding: 40px 20px 60px 20px;
}

#shop-product h1 {
    font-family: Raleway;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

#shop-product .picture img {
    max-height: 500px;
    background-size: cover;
}

#shop-product .picture figure {
    position: relative;
    background-size: cover;
    text-align: center;
}

#shop-product .picture figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #7d8689bf;
    color: #ffffff;
    padding: 18px 20px;
    font-size: 12px;
}

#shop-product .carousel-product .item {
    width: 200px;
    height: 200px;
    background-color: grey;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    cursor: pointer;
}

#shop-product .carousel-product .customPreviousBtn, #shop-product .carousel-product .customNextBtn {
    font-size: 16px;
}

#shop-product .content {
    line-height: 1.5em;
    color: #7d8689;
}

#shop-product .link-product {
    margin-bottom: 30px;
}

#shop-product .link-product i {
    color: #ccab52;
    width: 20px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

#shop-product .link-product a {
    color: #4b575f;
    font-size: 12px;
    line-height: 2em;
    vertical-align: middle;
}

.product-table thead th {
    border: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-table tbody td {
    border-right: 2px solid #dee2e6;
    border-top: none;
    vertical-align: middle;
}

.product-table tbody td:first-child {
    border-left: none;
}

.product-table tbody td:last-child {
    border-right: none;
}

.product-table tbody img {
    max-width: 150px;
    max-height: 150px;
    margin: 0 10px;
}

.product-table select {
    border: 2px solid #dfe0e1;
    margin-bottom: 10px;
}

.order-button:hover, .delete-button:hover,
.add-button:hover, .add-button-2:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.order-button {
    background-color: #1a2732;
    color: #ffffff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
}

.add-button {
    background-color: #1a2732;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 18px;
    white-space: nowrap;
    display: inline-block;
    border: none;
    text-align: center;
}

.add-button-2 {
    background-color: #4b575f;
    color: #ffffff;
    padding: 20px 30px;
    font-size: 18px;
    border: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-button-grey {
    background-color: #cbcbcb;
    color: #1a2732;
    padding: 10px 40px;
    font-size: 18px;
    white-space: nowrap;
    display: inline-block;
}

.add-button-grey:hover {
    text-decoration: none;
    color: #1a2732;
}

.add-button i {
    margin-right: 10px;
}

.delete-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #1a2732;
    color: #ffffff;
    font-size: 20px;
    white-space: nowrap;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-button i, .delete-button i {
    margin-left: 0;
}

.ask-connect-button {
    background-color: #ccab52;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.ask-connect-button a {
    color: #ffffff;
}

.ask-connect-button a:hover {
    text-decoration: none;
}

.ask-connect-button a em {
    text-decoration: underline;
    font-style: normal;
}

.title-h2-bold {
    font-size: 24px;
    font-weight: bold;
}

.more-product {
    margin: 50px 0;
}

#similar-product {
    margin: 40px 0;
}

#similar-product h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/*#similar-product .carousel .item {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    background-color: grey;*/
/*    margin: auto;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    display: flex;*/
/*    align-items: end;*/
/*    justify-content: center;*/
/*}*/

#similar-product .carousel .item .legend {
    width: 100%;
    background: white;
    text-align: center;
    padding: 0.5rem 0 0 0;
    color: #212529;
}

#favoris {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#favoris .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

#favoris figure {
    width: 100%;
    max-width: 250px;
}

#favoris figure img {
    width: 100%;
    height: 200px;
    background-color: grey;
    margin-bottom: 10px;
}

#favoris figure figcaption {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    color: #1a2732;
}

.yellow-button, .red-button {
    display: inline-block;
    width: 190px;
    padding: 10px;
    background-color: #ccab52;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    white-space: nowrap;
    margin: 0 auto 10px auto;
    text-align: center;
}

.yellow-button {
    background-color: #ccab52;
}

.red-button {
    background-color: #b10034;
}

.yellow-button:hover, .red-button:hover {
    color: #ffffff;
    text-decoration: none;
}

#breadcrumb-panier {
    margin: 20px 10px;
}

#breadcrumb-panier .row > div {
    padding: 0 5px;
}

#breadcrumb-panier a {
    background-color: #ededed;
    font-size: 14px;
    font-weight: bold;
    color: #1a2732;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
}

#breadcrumb-panier a:hover {
    text-decoration: none;
    background-color: #e1ce9c;
}

#breadcrumb-panier a.active {
    background-color: #ccab52;
    color: #ffffff;
}

#breadcrumb-panier span {
    background-color: #ededed;
    font-size: 14px;
    font-weight: bold;
    color: #1a2732;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
}

#breadcrumb-panier span.active {
    background-color: #ccab52;
    color: #ffffff;
}

@media (max-width: 720px) {
    #shop-product .carousel-navigation-left,
    #shop-product .carousel-navigation-right,
    #similar-product .carousel-navigation-left,
    #similar-product .carousel-navigation-right {
        display: none;
    }
}

#feuilleter {
    background-color: #4b575f;
    padding: 20px;
}

#feuilleter img {
    width: 100%;
}

#feuilleter h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 0.81;
    color: #ccab52;
    margin-bottom: 20px;
}

#feuilleter p {
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: normal;
    color: #999999;
    margin-bottom: 20px;
}

#feuilleter a {
    background-color: #000000;
    display: table;
    padding: 20px 40px;
    text-transform: uppercase;
    color: #ffffff;
    width: fit-content;
}

#feuilleter .form {
    display: flex;
    margin: 0 0 40px 0;
}

#feuilleter input {
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    border: none;
    padding: 20px;
    width: 100%;
}

#feuilleter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#feuilleter button {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 20px;
}

#feuilleter .block-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}

.popover-header, .popover-body {
    background-color: #ededed;
}

#connexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

#connexion input {
    border: 1px solid #cbcbcb;
}

#connexion a {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.62;
    color: #1a2732;
}

#legal-mentions {
    margin-top: 60px;
    margin-bottom: 60px;
}

#legal-mentions p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.62;
    color: #666666;
}

#legal-mentions h1 {
    font-family: Raleway, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
}

#cgv {
    margin-top: 60px;
    margin-bottom: 60px;
}

#cookies {
    margin-top: 60px;
    margin-bottom: 60px;
}

#cookies p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.62;
    color: #666666;
}

#cookies h1 {
    font-family: Raleway, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
}

#presentation h1 {
    font-family: Raleway, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
}

#presentation h2 {
    text-transform: uppercase;
}

#presentation p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.62;
    color: #666666;
}

#presentation h3, #presentation p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.62;
    color: #666666;
    margin: 10px auto;
}

#presentation .img {
    width: 100%;
    /* background-color: grey; */
    border: 2px solid #1a2732;
    margin-bottom: 20px;
}

#presentation img {
    width: 100%;
}

#presentation .description {
    width: 100%;
    background-color: #1a2732;
    color: #ffffff;
    padding: 20px;
}

#presentation .small-text {
    font-size: 14px;
    line-height: 1.21;
    font-size: 13px;
}

.small-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
    color: #ccab52;
    margin: 0;
}

.big-title {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ccab52;
    text-transform: uppercase;
}

.img-article {
    width: 100%;
}

.border-article {
    padding: 20px;
    /*
    border-top: 1px solid #7d8689;
    border-left: 1px solid #7d8689;
    border-right: 1px solid #7d8689;
    border-bottom: 1px solid #7d8689;
    */
}

.date-article {
    font-size: 12px;
    color: #7d8689;
    margin-bottom: 10px;
}

#tab-menu {
    margin-bottom: 30px;
    border-bottom: 1px solid #dfe0e1;
}

#tab-menu a {
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
}

#tab-menu a:hover {
    cursor: pointer;
}

#tab-menu a.active {
    color: #ffffff;
    background-color: #1a2732;
}

#tab-menu .right-button {
    float: right;
    background-color: #1a2732;
}

#tab-menu .right-button a {
    color: #ffffff;
}

#tab-menu .right-button i {
    margin-right: 5px;
}

#tab-menu .right-button a:hover {
    text-decoration: none;
}

#tab-menu-content > div {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#tab-menu-content > div.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* RADIO BUTTON */
/* [type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after{
  content: '';
  width: 12px;
  height: 12px;
  background: black;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after, [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} */
/* END RADIO BUTTON */

.input-file input[type='file'] {
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    height: 1px;
    width: 1px;
    z-index: -5;
}

#suivi {
    padding: 20px;
}

#suivi .content .vertical-step {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

#suivi .content.open .vertical-step {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

#suivi .open-menu {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #666666;
    margin-right: 10px;
    white-space: nowrap;
    cursor: pointer;
}

#suivi .open-menu.open {
    background-color: #ccab52;
}

#suivi .open-menu.open i {
    transform: rotate(180deg);
}

#suivi .barre {
    border-bottom: 1px solid #ccab52;
    width: 100%;
}

.vertical-step {
    padding: 20px;
}

.vertical-step .node {
    height: 40px;
    width: 40px;
    padding: 18px 0;
    border-radius: 50%;
    display: inline-block;
    transition: all 1000ms ease;
    text-align: center;
    background-color: #cbcbcb;
}

.vertical-step .divider {
    height: 50px;
    width: 2px;
    margin-left: 19px;
    transition: all 800ms ease;
    background-color: lightgrey;
}

.vertical-step .activated {
    color: #ffffff;
    background-color: #ccab52 !important;
}

.vertical-step li p {
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: normal;
    color: #666666;
    margin-bottom: 0;
    width: 70%;
}

.vertical-step a {
    color: #1a2732;
    text-decoration: underline;
    font-weight: bold;
}

.vertical-step ul {
    padding: 0;
}

.vertical-step li {
    list-style: none;
    line-height: 1px;
}

.masonry .grid-sizer {
    width: 50%;
}

.masonry .grid-item--width2 {
    width: 48%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border: solid 1px black;
    padding: 10px;
}

.border-event {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border: solid 1px #ededed;
    padding: 10px;
}

.border-event-text {
    padding: 0px;
}

.border-event-text button {
    position: absolute;
    bottom: 0px;
}

.border-event-img {
    padding: 0px;
}

@media (max-width: 992px) {
    .masonry .grid-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

#shop .pagination a:hover:not(.active) {
    background-color: #dddddd;
}

/* Contact page */

.h1 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #666666;
    margin: auto;
    margin-bottom: 20px;
}

.h1-golden {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #ccab52;
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1-subtitle {
    margin: auto;
    margin-top: 5%;
    margin-bottom: 8%;
    width: 229px;
    height: 17px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

.p-title {
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: center;
    flex-wrap: wrap;
    color: #0e1315;
}

.p {
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.p-paragraph {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    /* color: #0e1315; */
    color: #666666;
    /* color: #7d8689; */
}

.p-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

.p-padding-center {
    padding-left: 5%;
    padding-right: 5%;
}

#contact label {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #666666;
}

#contact .checkbox-list {
    text-align: left;
}

#contact-page-top {
    margin-top: 60px;
    margin-bottom: 120px;
    background-color: #ffffff;
}

#contact-page-top .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contact-page-top .flex-container > div {
    margin: 10px;
    padding: 20px;
    width: 174px;
    height: 90.4px;
    background-color: #1a2732;
    text-align: center;
    vertical-align: middle;

    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #ffffff;
}

#contact-page-top .flex-container > div:hover {
    opacity: 0.8;
}

#contact-page-top .buttons > a {
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #ffffff;
}

#contact-page-bottom {
    background-color: #ededed;
}

#contact-page-bottom .blocs-bot {
    text-align: center;
    padding-top: 10%;
}

#contact-page-bottom .blocs-bot > h2 {
    margin-top: 1rem;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 3.2px;
    color: #0e1315;
}

#contact-page-bottom .line-separator-a {
    width: 30px;
    height: 0;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    border: solid 1px #ccab52;
}

#contact-page-bottom .line-separator-b {
    width: 20px;
    height: 0;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 10%;
    border: solid 1px #ccab52;
}

#contact-request {
    margin-top: 60px;
    margin-bottom: 120px;
}

#glossary {
    margin-top: 60px;
    margin-bottom: 120px;
    background-color: #ffffff;
}

#glossary .glossary-letters {
    font-family: Lato;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: -0.24px;
    text-align: center;
    color: #666666;
}

#glossary .letter-link {
    font-family: Lato;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
    line-height: 1.21;
    letter-spacing: -0.24px;
    text-align: center;
    color: #666666;
}

#glossary .letter-link:hover {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: #ccab52;
}

#product h3.product-title, #similar-product h3.product-title {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
    padding-bottom: 10px;
    width: fit-content;
}

#glossary .letter-link:active {
    color: #ffffff;
}

#glossary .p-glossary {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    margin-bottom: 40px;
}

#sitemap {
    margin-top: 60px;
    margin-bottom: 60px;
}

#sitemap .links {
    color: #000000;
}

#sitemap h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

#sitemap .tabspace {
    margin-left: 40px;
}

/* Custom BS4 pagination colors */
.pagination .page-link, .pagination .page-item {
    border-radius: 0 !important;
}

.page-item.active .page-link {
    background-color: #666666;
    border-color: #666666;
}

.page-item.disabled .page-link {
    color: #666666;
}

.page-item .page-link {
    color: #ccab52;
}

.in-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #435660;
    border-radius: 50%;
    color: #ffffff;
    width: 100px;
    height: 100px;
    margin: auto;
}

/*------------------------------------*\
	Cookie
\*------------------------------------*/

#cookie-law {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}

.cok-contain {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

#cookie-law h3 {
    color: #ffffff;
}

#cookie-law p a.btn.btn-danger {
    background: transparent;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    padding: 0;
    font-weight: 100 !important;
    margin: 0;
}

#cookie-law p a {
    color: #ffffff;
    margin-left: 10px;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
}

#cookie-law p {
    margin: 5px 0 0;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
}

.no-wrap {
    white-space: nowrap;
}

#submenu nav > a[data-type="expose"]::before {
    background-color: #0a1699;
}

#submenu nav > a[data-type="welcome"]::before {
    background-color: #f7a638;
}

#submenu nav > a[data-type="conserve"]::before {
    background-color: #00a2ca;
}

#submenu nav > a[data-type="restore"]::before {
    background-color: #43958a;
}

.mr-5 {
    margin-right: 5px !important;
}

#super-menu ul.categorie-produits {
    padding: 0;
}

#super-menu ul.categorie-produits li {
    font-size: 24px;
    color: #ffffff;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 16px;
    list-style-type: none;
}

.h3-produit-phare {
    font-size: 24px;
    line-height: 1.63;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
}

#actualite, #product {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

#catalogue {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000000;
}

@media (max-width: 992px) {
    #catalogue a {
        line-height: 1;
        padding-bottom: 15px;
    }

    #catalogue a:first-child {
        margin-top: 20px;
    }

    header .menu-2 .link {
        font-size: 20px;
        height: auto;
        line-height: 2.5;
    }

    #contact {
        margin-top: 0;
        margin-bottom: 0;
    }

    #article {
        background: #cdb87e;
    }

    #article .block .h2-slider-home {
        font-family: Lato;
        font-size: 48px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

#article .block .content h3 {
    padding-bottom: 10px;
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    header .block .link ul li a {
        font-size: 13px;
    }
}

#pageselector-container {
    background: rgba(0, 0, 0, 0.5) !important;
}

#super-menu ul.categorie-produits li.categorie-nom {
    color: #ffffff;
}

.h2-slider-home a {
    color: #0a0a0a;
}

.h2-slider-home a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    header .block .link ul li a {
        font-size: 12px;
    }

    .nav-link {
        padding: 0.2rem 1rem;
    }
}

#mobile-view {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

#subcategory {
    margin: 20px;
}

.mobile-categorie-produit {
    display: none;
}

header #products {
    padding: 0;
}

header #products li {
    list-style-type: none;
}

header #products li a {
    color: #ffffff;
    line-height: 2;
}

header #products li a:hover {
    text-decoration: none;
}

header #mobile-view #category-name {
    font-size: 25px;
    font-weight: bold;
}

#subcategories {
    width: 100%;
    padding: 10px;
    background-color: #13427db3;
    outline-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
}

#subcategories:focus {
    outline-color: #ffffff;
}

#subcategories:after, #subcategories option {
    background: transparent;
    color: #ffffff;
}

#exit-mobile-menu-link {
    color: #ffffff;
    font-size: 30px;
}

.mt-20 {
    margin-top: 20px;
}

#presentation .h1b, .h1b {
    font-family: Raleway, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 1.5rem;
}

#presentation .h2b, .h2b {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ccab52;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 1.5rem;
}


.autocomplete-input {
    border-radius: 0;
    padding: 1rem;
    border: none;
}

.autocomplete-suggestions {
    border: 1px solid #999999;
    border-top: none;
    background: #ffffff;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000000;
}

.form-required-asterisk {
    color: #ff0000;
}

a.magazine {
    color: #ccab52;
}

a.magazine:hover {
    color: #ccab52;
    text-decoration: underline;
}

.form-newsletter {
    display: flex;
    width: 100%;
}

a.produit:hover {
    color: #ccab52;
}

@media (min-width: 992px) {
    #actualite {
        background-size: 900px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #actualite {
        background-size: 600px;
    }
}

#actualite .item {
    min-height: 400px;
}

.no-border-bottom {
    border-bottom: none !important;
}

#similar-product h2 {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#feuilleter img#loader {
    width: 31px;
    height: 31px;
}

#social-links {
    margin-top: 20px;
}

#social-links a:hover {
    text-decoration: none;
    color: #999999;
    text-align: center;
}

#similar-product a:hover {
    text-decoration: none;
}

#search-loader {
    width: 31px;
    height: 31px;
    display: none;
    margin: 0 auto;
}
