@import "inc/assets/css/normalize.css";
@import "inc/assets/css/bootstrap.min.css";
@import "inc/assets/css/font-awesome.min.css";
@import "inc/assets/css/owl.carousel.css";
@import "inc/assets/css/jquery.fancybox.css";
@import "inc/assets/css/woocommerce.css";
@import "inc/assets/css/style.css";

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
    margin-top: 25px;
}

.site {
    background-color: #ECECEC;
}

@media (min-width: 1200px) {
    .main-navbar .container {
        width: 1200px;
    }
}

.navbar-brand.has-logo img {
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-top: 12px;
    }
}

.user-navbar.slogan {
    float: left;
    width: 55%;
}

#RC .slider-selection {
    background: #ECDCA5;
}

#RC .slider-handle {
    background: transparent;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 35px;
    content: '\2756';
    color: #726204;
    background: transparent;
}

.widget-area .widget:last-child {
    padding-bottom: 30px;
    border-top: 13px solid #ECECEC;
}

.contact-details .location {
    margin-bottom: 10px !important;
}

li.lang-item {
    float: right;
    margin: 0 0 0 10px;
    line-height: 48px;
}

.top-navbar .user-menu li {
    float: right;
}

.page-header h1 {
    color: #ffffff;
}

.h2, h2 {
    color: #9d8f62;
}

.page-template-composition .site {
    background-color: white;
}

/**
ETAPE DIAMANT
 */

/*
    Common
*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

/*
    Wizard
*

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



*
    Tabcontrol
*

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
*/
/*
ETAPES
 */

.wizard-steps-heading, .wizard-steps-heading h1, .wizard-steps-heading h2 {
    font-family: inherit;
    margin: 0;
    color: inherit;
    font-size: 16px;
    text-align: center
}

.wizard-steps-heading-full {
    font-family: 'ZapfHumanist601BT-Roman';
    color: gray;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #f3f3f3;
    margin: 0 0 6px;
    padding: 13px 10px 7px
}

.wizard-steps {
    font-family: 'ZapfHumanist601BT-Roman';
    text-transform: uppercase;
    color: gray;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    clear: both;
    display: table;
    width: 100%;
    height: 88px;
    margin: 0 auto;
    border: 1px solid #f3f3f3;
    border-collapse: separate;
    table-layout: fixed;
    line-height: 1.3;
    position: relative
}

.wizard-steps a {
    color: inherit
}

.wizard-steps a:hover {
    color: #9d8f61
}

.wizard-steps .step {
    position: relative;
    width: 33.3%;
    display: table-cell;
    vertical-align: top
}

.wizard-steps .node {
    position: relative;
    display: block;
    width: auto;
    height: 88px;
    margin-right: 18px;
    color: gray;
    background: #f3f3f3;
    text-decoration: none
}

.wizard-steps .node:before {
    width: 0;
    height: 0;
    border-top: 44px solid #f3f3f3;
    border-bottom: 44px solid #f3f3f3;
    border-left: 12px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: -12px
}

.wizard-steps .node:after {
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent;
    border-left: 12px solid #f3f3f3;
    position: absolute;
    content: "";
    top: 0;
    right: -12px
}

.wizard-steps .node-skin {
    position: relative;
    z-index: 2;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: inherit;
    vertical-align: middle
}

.wizard-steps .node-skin > div {
    display: table-cell;
    vertical-align: middle
}

.wizard-steps .num {
    font-size: 52px;
    text-align: center;
    width: 70px;
    line-height: 88px;
    color: #a0a0a0
}

.wizard-steps .heading {
    font-size: 15px;
    letter-spacing: .8px
}

.wizard-steps .data, .wizard-steps .action {
    font-size: 12px;
    letter-spacing: .8px
}

.wizard-steps .action a {
    margin-right: 10px
}

.wizard-steps .action a:last-child {
    margin-right: 0
}

.wizard-steps .pho {
    width: 70px;
    text-align: center
}

.wizard-steps .pho > img, .wizard-steps .pho .modal-product-superposition {
    width: 70px;
    height: auto
}

.wizard-steps .step:last-child .pho {
    width: 100px
}

.wizard-steps .node-skin {
    background-color: inherit
}

.wizard-steps .step:first-child .node {
    padding-left: 0;
    font-size: 16px
}

.wizard-steps .step:last-child .node {
    margin-right: 0
}

.wizard-steps .step:first-child .node:before, .wizard-steps .step:last-child .node:after {
    display: none
}

.wizard-steps .active-step .node {
    background: #fff
}

.wizard-steps .active-step .node:before {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.wizard-steps .active-step .node:after {
    border-left-color: #fff
}

.wizard-steps .step:not(.invariant-color):hover .node, .wizard-steps .active-step:not(.invariant-color):hover .node {
    background: #f9f8f8
}

.wizard-steps .step:not(.invariant-color):hover .node:before {
    border-top-color: #f9f8f8;
    border-bottom-color: #f9f8f8
}

.wizard-steps .step:not(.invariant-color):hover .node:after {
    border-left-color: #f9f8f8
}

@media (max-width: 1289px) {
    .wizard-steps .data .set {
        display: none
    }

    .wizard-steps .step:first-child {
        display: none
    }

    .wizard-steps .step:nth-child(2) .node:before {
        display: none
    }
}

.wizard-steps-heading-full {
    display: none
}

@media (max-width: 1289px) {
    .wizard-steps-heading {
        display: none !important
    }
}

@media (max-width: 1023px) {
    .wizard-steps-heading-full {
        display: block
    }

    .wizard-steps .node-skin .pho, .wizard-steps .data, .wizard-steps .help-tips {
        display: none
    }

    .wizard-steps, .wizard-steps .node {
        height: 72px;
        line-height: 1.2
    }

    .wizard-steps, .wizard-steps .heading {
        font-size: 12px
    }

    .wizard-steps-heading-full {
        font-size: 16px
    }

    .wizard-steps .num {
        font-size: 28px;
        width: 23px;
        padding-top: 3px;
        line-height: 68px
    }

    .wizard-steps .cont {
        padding-right: 5px
    }

    .wizard-steps .action {
        font-size: 10px;
        white-space: nowrap
    }

    .wizard-steps .action a {
        margin-right: 3px
    }

    .wizard-steps .node:after, .wizard-steps .node:before {
        border-top-width: 36px;
        border-bottom-width: 36px
    }
}

@media (max-width: 767px) {
    .wizard-steps .step:last-child {
        width: 27%
    }

    .wizard-steps .node-skin {
        width: 92px;
        margin: 0 auto
    }

    .wizard-steps .keep-left .node-skin {
        width: 100%
    }
}

.etapes {
    padding: 20px;
}

.wizard-steps.etapes {
    text-transform: none;
}

.selections {
    margin: 35px 0;
}

img.selection_monture {
    border: 2px solid #9d8f6242;
    border-radius: 50%;
    opacity: 0.6;
    transition: 1s;
    padding: 5px;
}

img.selection_monture:hover {
    cursor: pointer;
    border: 2px solid #9d8f62;
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

img.selection_monture.active {
    border: 2px solid #9d8f62;
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

#checkedb {
    content: 'jb';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("/wp-content/themes/amber/inc/assets/images/composition/checked2.svg");
}

div#list-bijoux {
    margin: 50px 0;
}

.produitu .titleprod {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #9d8f61;
    margin: 15px 5px;
    text-transform: uppercase;

}

.produitu {
    min-height: 300px;
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

.addcompo {
    display: none;
}

.produitu:hover .addcompo {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    width: 90%;
    height: 100%;
    border-radius: 10px;
    margin: 0 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.addcompo .valuess p, .addcompo .valuess button {
    display: block;
    margin: auto;
}

.addcompo .valuess {

    top: 50%;
    position: absolute;
    margin-top: -40px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
}

p.price {
    color: #000;
    font-size: 16px;
}

.addcompo .valuess button {
    font-weight: 400;
    font-style: normal;
    border-radius: 0;
    border: 2px solid #9d8f62;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    color: #9d8f62;
    padding: 17px 20px;
}

.tooltip-inner {
    width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    overflow: visible;
}

/**
 * MENU 2019
 */
/*@import url('https://fonts.googleapis.com/css?family=Lora');*/
header .top-navbar {

    background: #f3f3f3;

}

header .menu-jb {
    width: 100%;

    text-align: right;
}

header a {
    font-family: Montserrat !important;
}

header .container-fluid {
    font-family: 'Helvetica', serif;
    padding-left: 100px;
    padding-right: 100px;
}

header .link_top {

    display: initial;

}

header .picto_top {

    height: 20px;

}

header .link_top li a:hover {

    color: #9d8f62;

}

header .link_top li {

    float: left;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    list-style: none;

}

header .link_top li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.user-navbar {

    border: 0 none;
    box-shadow: none;
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;

}

li.lang-item {

    float: right;
    margin: 0 0 0 10px;
    line-height: 20px;

}

.navbar-form {

    margin: 8px 0px;

}

/* SOUS MENU COMMUN ALL */

.base_recherche_diamant {
    background-color: #191919 !important;
}

.block-white {

    background-color: #ffffff !important;

}

.block-black {

    background-color: #030303 !important;

}

.base_recherche_diamant .textwidget.custom-html-widget {

    text-align: center;
    padding: 20px;

}

.titre-recherche {

    display: block;
    line-height: initial;
    font-size: 21px;
    color: white;

}

.titre-recherche a {

    color: white;
    text-decoration: none;

}

.titre-recherche a:hover {
    color: #9d8f62;
    text-decoration: none;

}

.sous-titre-recherche {

    display: block;
    line-height: initial;
    font-size: 18px;
    font-weight: bold;
    color: #9d8f62;

}

.picto_top.gauche {

    margin-bottom: -15px;
    height: 25px;
    margin-right: -11px;

}

.picto_top.droite {

    margin-top: -30px;
    height: 25px;
    margin-left: -15px;

}

/* SOUS MENU DIAMANT */
.base_recherche_diamant {

    background: #191919;

}

.base_recherche_diamant .textwidget.custom-html-widget {

    text-align: center;

}

.section-forme td a {
    color: #191919;
}

.section-forme td a:hover {
    color: #9d8f62;
    text-decoration: none;
}

.section-forme td {

    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    padding: 30px 8px;
    color: black;
    font-family: inherit;
    font-style: normal;

}

.section-forme img {

    height: 50px;
    width: auto;

}

.sous-menu-diamant h2 {

    font-family: inherit;
    font-size: 30px;
    line-height: 19px;
    padding: 20px 20px 0 20px;
    color: #030303;
    font-weight: bolder;

}

.sous-menu-diamant h2 span {

    font-size: 19px;
    color: #9d8f62;
    font-weight: bolder;

}

.sous-menu-diamant.block-black h2.titre_section_menu {
    color: #fff;
}

.sous-menu-diamant.block-black a {
    color: #fff;
}

.sous-menu-diamant.block-black hr {
    border-top: 1px solid #343434;
    margin: 0;
}

.img_1 {
    height: 10px !important;
}

.img_2 {
    height: 15px !important;
}

.img_3 {
    height: 20px !important;
}

.img_4 {
    height: 25px !important;
}

.img_5 {
    height: 30px !important;
}

.section-certificat img {

    height: 30px;

}

/* SOUS MENU PIERRES PRECIEUSES */

/* SOUS MENU BAGUES */

/* SOUS MENU BBIJOUX */

/* SOUS MENU GUIDES */

.mega-liens-guide.liens-guide {

    padding: 40px 0 !important;
    background-color: #fff !important;

}

.mega-liens-guide.liens-guide .mega-menu-item {

    padding: 0 25px !important;
    border-right: 1px solid #ececec !important;

}

.image-guide {

    height: 50px;

}

.titre-guide {

    font-size: 21px;
    font-weight: bold;
    color: black;

}

.liens-guide li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 15px;
}

.liens-guide li a:hover {
    color: #9d8f62;
}

ul.liens-guide li {

    list-style: none;
    height: auto;
    line-height: 35px;

}

/* SOUS MENU DIAMANTAIRE */

/**
 * FIN MENU 2019
 */

/**
 * PAGE FULL WIDTH SEARCH ET COMPOSITION
 */
@media (min-width: 1440px) {

    .container-fluid.container-2019 {
        padding-left: 100px;
        padding-right: 100px;

    }
}

.woocommerce ul.products li.product a img {
    height: auto;
    max-height: 170px;
    width: auto;
}

@media (min-width: 767px) {
    .hideondesktop {
        display: none;
    }
}