/*
Kate style
*/

/******************/
/*******VAR********/
/******************/
:root {
    /*** Couleurs du thème ***/
    --bleu_nuit: #0B152E;
    --dor: #9E822A;
    --beige3: #D8CDAA;
    --beige2: #F8F3ED;
    --beige1: #FBF8F5;

    /*** Couleurs classiques ***/
    --wh: #ffffff;
    --blk: #32373B;
    --kate: #0016b7;
    --rad90: 90px;
}


/******************/
/*******LIENS******/
/******************/
a:link {
    color: var(--bleu_nuit);
    transition: all 0.3s;
}
a:visited {
    color: var(--bleu_nuit);
    transition: all 0.3s;
}
a:active,
a:hover {
    color: var(--dor);
    transition: all 0.3s;
}

/******************/
/******POLICES*****/
/******************/
/*** font-face SACKERS ***/
@font-face {
    font-family: 'Sackers';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/sackers/SackersGothicStd-Light.woff2') format('woff2'),
        url('../fonts/sackers/SackersGothicStd-Light.woff') format('woff'),
        url('../fonts/sackers/SackersGothicStdLight.otf') format('truetype');
}
@font-face {
    font-family: 'Sackers';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/sackers/SackersGothicStd-Heavy.woff2') format('woff2'),
        url('../fonts/sackers/SackersGothicStd-Heavy.woff') format('woff'),
        url('../fonts/sackers/SackersGothicStdHeavy.otf') format('truetype');
}

/*** font-face PLANTIN ***/
@font-face {
    font-family: 'Plantin';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/plantin/PlantinMTPro-Semibold.eot');
    src: url('../fonts/plantin/PlantinMTPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/plantin/PlantinMTPro-Semibold.woff2') format('woff2'),
        url('../fonts/plantin/PlantinMTPro-Semibold.woff') format('woff'),
        url('../fonts/plantin/PlantinMTProSmBd.ttf') format('truetype');
}

@font-face {
    font-family: 'Plantin';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/plantin/PlantinMTPro-Regular.eot');
    src: url('../fonts/plantin/PlantinMTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/plantin/PlantinMTPro-Regular.woff2') format('woff2'),
    url('../fonts/plantin/PlantinMTPro-Regular.woff') format('woff'),
    url('../fonts/plantin/PlantinMTProRg.ttf') format('truetype');
}

@font-face {
    font-family: 'Plantin';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/plantin/PlantinMTPro-Light.eot');
    src: url('../fonts/plantin/PlantinMTPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/plantin/PlantinMTPro-Light.woff2') format('woff2'),
    url('../fonts/plantin/PlantinMTPro-Light.woff') format('woff'),
    url('../fonts/plantin/PlantinMTProLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Plantin';
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url('../fonts/plantin/PlantinMTPro-LightItalic.eot');
    src: url('../fonts/plantin/PlantinMTPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/plantin/PlantinMTPro-LightItalic.woff2') format('woff2'),
        url('../fonts/plantin/PlantinMTPro-LightItalic.woff') format('woff'),
        url('../fonts/plantin/PlantinMTProLightlt.ttf') format('truetype');
}

/*** font-face MONTSERRAT ***/
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat/montserrat-v31-latin-regular.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-v31-latin-regular.ttf') format('truetype');
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat/montserrat-v31-latin-italic.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-v31-latin-italic.ttf') format('truetype');
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat/montserrat-v31-latin-600.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-v31-latin-600.ttf') format('truetype');
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat/montserrat-v31-latin-600italic.woff2') format('woff2'),
       url('../fonts/montserrat/montserrat-v31-latin-600italic.ttf') format('truetype');
}


/**************/
/*** GLOBAL ***/
/**************/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--bleu_nuit);
    /*font-family: 'Plantin', sans-serif;*/
    /*font-size: 17px;*/
    /*font-weight: 300;*/
    /*line-height: 28px;*/
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5 {
    display: block;
}

/******************/
/****STRUCTURE*****/
/******************/
.widzmain {
    width: 1227px;
    margin-right: auto;
    margin-left: auto;
}
.widzmed {
    width: 812px;
    margin-right: auto;
    margin-left: auto;
}

/***********************/
/******* CLASSICS ******/
/***********************/

/* CLASSIC TITLES */
h1,
.classic_title_h1,
.classic_title_h2,
.classic_title_h3,
.classic_title_h4,
.classic_title_h2_white,
.classic_styled_title_h2,
.classic_subtitle_h3,
.page_hentry h1,
.page_hentry h2,
.page_hentry h3,
.page_hentry h4 {
    display: block;
    font-family: 'Sackers', sans-serif;
    font-size: 40px;
    font-weight: 850;
    line-height: 43px;
    color: var(--bleu_nuit);
}
h1,
.classic_title_h1,
.page_hentry h1 {
    text-transform: lowercase;
    color: var(--beige2);
}
.classic_title_h2,
.classic_title_h2_white,
.page_hentry h2 {
    font-size: 36px;
    line-height: 42px;
    text-transform: lowercase;
}
.page_hentry h2 {
    text-transform: unset;
}
.classic_title_h2_white {
    color: var(--beige2);
}
.classic_title_h3,
.page_hentry h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 28px;
}
.classic_subtitle_h3,
.tiny_classic_subtitle_h3 {
    font-family: 'Plantin', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
}
.classic_title_h4,
.page_hentry h4 {
    font-size: 16px;
    line-height: 23px;
}

/*** CLASSIC TITLES - STYLED ***/
.classic_title_h2_gold,
.classic_subtitle_h3_gold,
.classic_title_h4_gold {
    color: var(--dor);
}

/*** CLASSIC BUTTONS ***/
.classic_dark_btn,
.classic_light_btn {
    position: relative;
    display: inline-block;
    font-family: 'Sackers', sans-serif;
    font-size: 14px;
    font-weight: 850;
    line-height: 25px;
    color: var(--bleu_nuit);
    text-decoration: none;
    text-transform: lowercase;
    transition: all 0.3s;
}
.classic_dark_btn:after,
.classic_light_btn:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--dor);
    transform: scaleX(1);
    transition: all 0.3s;
}
.classic_dark_btn:hover::after,
.classic_light_btn:hover::after {
    transform: scaleX(0.7);
    transition: all 0.3s;
}
.classic_dark_btn a,
.classic_light_btn a {
    text-decoration: unset !important;
}
.classic_light_btn {
    color: var(--beige1) !important;
}
.classic_light_btn:after {
    background-color: var(--bleu_nuit);
}
.classic_light_btn a {
    color: var(--beige1);
}
.classic_dark_btn a:hover {
    color: var(--bleu_nuit) !important;
}
.classic_light_btn a:hover {
    color: var(--beige1) !important;
}

/*** TINY-MCE ***/
.tiny_custom_bullet {
    position: relative;
    padding-left: 25px;
}
.tiny_custom_bullet:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/etoile_doree.svg") no-repeat center;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
}

/*************************/
/****** PAGE HENTRY ******/
/*************************/
.page_hentry_white h1,
.page_hentry_white h2,
.page_hentry_white h3,
.page_hentry_white h4,
.page_hentry_white p,
.page_hentry_white ul,
.page_hentry_white ul li,
.page_hentry_white ol,
.page_hentry_white ol li {
    color: var(--beige2);
}
.page_hentry h2,
.page_hentry h3,
.page_hentry h4,
.page_hentry p {
    padding-bottom: 16px;
}
.page_hentry p {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.page_hentry ul {
    padding: 0;
    margin: 0 0 27px;
}
.page_hentry ul li {
    position: relative;
    line-height: 28px;
    padding: 0 0 0 14px;
    margin: 0;
}
.page_hentry ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 11px;
    left: 1px;
    background: var(--bleu_nuit);
    border-radius: var(--rad90);
}
.page_hentry ol {
    list-style: decimal;
    margin-left: 20px;   /* pour l’indentation */
}
.page_hentry ol li {
    list-style-type: decimal;
}
.page_hentry b,
.page_hentry strong {
    font-family: /**/;
}
.page_hentry em {
    font-family: /**/;
}
.page_hentry img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 0 !important;
}
.gallery-columns-4 .gallery-item {
    width: 24% !important
}
.gallery-columns-3 .gallery-item {
    width: 32.5% !important
}
.gallery-columns-2 .gallery-item {
    width: 49% !important
}
.gallery .gallery-item {
    margin: 10px 5px 0 !important;
}

/********************/
/****** HEADER ******/
/********************/
#header {
    background-color: var(--beige2);
}
#header_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 13px;
}
#logo {
    position: relative;
    max-height: 79px;
}
#logo img {
    position: relative;
    z-index: 2;
}
#logo a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
#menu_container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 5%;
}
#navtop {
    flex: 1;
}
#navtop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3%;
    padding: 0 40px;
}
#navtop ul li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    margin-right: 20px;
}
#navtop ul li a {
    padding: 0 5px 43px;
    text-decoration: unset;
}
#navtop ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background-color: var(--dor);
    transform: scaleX(0);
    transition: all 0.3s;
}
#navtop ul li:hover a {
    color: var(--bleu_nuit);
}
#navtop ul li:hover::after {
    transform: scaleX(1);
    transition: all 0.3s;
}
#navtop ul ul {
    position: absolute;
    display: none;
    /*display: flex;*/
    flex-direction: column;
    width: max-content;
    max-width: 399px;
    box-sizing: border-box;
    padding: 10px 40px 31px;
    top: 69px;
    left: -40px;
    background: var(--beige1);
    transition: all 0.3s;
}
#navtop ul li:hover ul {
    display: flex;
    transition: all 0.3s;
}
#navtop ul ul li {
    display: block;
    font-family: "Sackers", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
    line-height: 40px;
    text-transform: lowercase;
    padding: 0;
}
#navtop ul ul li a {
    padding-bottom: 10px;
    transition: all 0.3s
}
#navtop ul ul li:after,
#navtop ul ul li:hover::after {
    display: none;
}
#navtop ul ul li:hover a {
    color: var(--dor);
    transition: all 0.3s;
}

/*** WIDGET Contact ***/
.widget_nav_menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    column-gap: 30px;
}
.widget_nav_menu ul li {
    position: relative;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
    line-height: 25px;
    text-transform: lowercase;
}
.widget_nav_menu ul li a {
    text-decoration: unset;
}
.widget_nav_menu ul li:hover a {
    color: var(--bleu_nuit);
}
.widget_nav_menu ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--dor);
    transform: scaleX(1);
    transition: all 0.3s;
}
.widget_nav_menu ul li:hover::after {
    transform: scaleX(0.7);
    transition: all 0.3s;
}

/****** HEADER ******/
/*nav bt*/
#navtop_bt{
    display: none;
    position: absolute;
    order: 1;
    width: 27px;
    height: 24px;
    margin: 15px 19px auto 20px;
    right: 0;
    cursor: pointer;
    z-index: 888;
}
#navtop_bt_span {
    position: relative;
    display: block;
    width: 27px;
    height: 4px;
    top: 50%;
    background: var(--dor);
}
#navtop_bt_span:before,
#navtop_bt_span:after {
    position: absolute;
    content: '';
    display: block;
    width: 27px;
    height: 4px;
    background: var(--dor);
    transition: all 0.3s;
}
#navtop_bt_span:before{
    top: 8px;
}
#navtop_bt_span:after{
    bottom: 8px;
}
.bt_navtop_hover #navtop_bt_span,
.bt_navtop_hover #navtop_bt_span:before,
.bt_navtop_hover #navtop_bt_span:after{
    transition: all 0.3s;
}
.bt_navtop_hover #navtop_bt_span:before,
.bt_navtop_hover #navtop_bt_span:after{
    width: 27px;
    height: 4px;
    background: var(--dor);
}
.bt_navtop_hover #navtop_bt_span{
    background: none;
}
.bt_navtop_hover #navtop_bt_span:before{
    transform: rotate(45deg);
    top: 0;
}
.bt_navtop_hover #navtop_bt_span:after{
    transform: rotate(-45deg);
    bottom: 0;
}

/********************/
/****** FOOTER ******/
/********************/
#footer {
    background: var(--bleu_nuit);
    border-radius: 8px 8px 0 0;
}
#footer_container {
    display: block;
    padding: 46px 0 17px;
}
#footer_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 39px;
    border-bottom: 1px solid var(--wh);
}
.footer_zone_contact {
    display: block;
    width: 250px;
}
.footer_contact_title.classic_title_h3 {
    font-size: 18px;
    text-transform: lowercase;
    line-height: 26px;
    padding-bottom: 22px;
    color: var(--beige2);
}
dl.footer_contact_content {
    display: block;
}
dl dt.footer_adress,
dl dt .footer_tel {
    font-weight: unset;
    font-size: 16px;
    text-decoration: unset;
    color: var(--dor) !important;
    transition: all 0.3s;
}
dl dt a.footer_tel:hover {
    color: var(--beige2) !important;
    transition: all 0.3s;
}
.footer_contact_links {
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
    align-items: baseline;
}
.footer_contact_btn {
    flex: 1;
}
.footer_contact_btn a {
    font-size: 14px;
    text-transform: lowercase;
}
.footer_contact_btn a:after {
    background-color: var(--dor) !important;
}
.footer_social_links {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    column-gap: 20px;
    width: 85px;
}
.footer_social_links a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}
.footer_zone_logo_n_menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 25px;
}
.footer_logo {
    display: block;
    width: 260px;
    height: 78px;
    margin-left: auto;
}
.footer_logo img {
    width: 100%;
    height: auto;
}
#footer_menu ul {
    flex-wrap: wrap;
    column-gap: unset;
}
#footer_menu ul li {
    margin-right: 20px;
}
#footer_menu ul li:last-child {
    margin-right: 0;
}
#footer_menu ul li:before {
    content: '*';
    position: absolute;
    top: 0;
    right: -14px;
    color: var(--beige3);
}
#footer_menu ul li:last-of-type::before,
#footer_menu ul li:after {
    display: none;
}
#footer_menu ul li a {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    color: var(--beige3) !important;
}
#footer_bottom {
    display: block;
    text-align: center;
    padding-top: 33px;
}
#footer_bottom .classic_title_h3 {
    position: relative;
    font-family: "sackers", sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 46px;
    text-transform: lowercase;
    color: var(--beige2);
}
#footer_bottom .classic_title_h3:after {
    content: '';
    position: absolute;
    background: url('../img/footer_icon_star.svg') no-repeat center;
    width: 15px;
    height: 15px;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
}
#footer_bottom .page_hentry p {
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--wh);
}
#footer_bottom .page_hentry p a {
    color: var(--wh);
}
#footer_bottom .page_hentry p a:hover {
    color: var(--dor);
}

/********************/
/******* PAGES ******/
/********************/
/*** Breadcrumb ***/
#breadcrumb_product.breadcrumb {
    margin-bottom: 70px;
}
#breadcrumb_content {
    display: block;
    font-size: 0;
    line-height: 21px;
    padding: 10px 0;
}
.breadcrumb_item {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: var(--bleu_nuit);
}
.breadcrumb_item:last-of-type {
    color: var(--bleu_nuit);
}
.breadcrumb_item:not(:last-of-type):after {
    content: '';
    display: inline-block;
    width : 5px;
    height : 8px;
    background: url('../img/breadcrumb_item.svg') no-repeat center;
    margin: auto 12px;
}
.breadcrumb_item a {
    color: var(--bleu_nuit);
    text-decoration: none;
}
.breadcrumb_item a:hover {
    text-decoration: underline;
}
/*Hentry*/
.page_title{
display: block;
line-height: 53px;
margin-bottom: 22px;
font-size: 48px;
}
.page_title_chapo_sub{
display: block;
line-height: 28px;
font-size: 25px;
font-family: /**/;
}
.post_content{
padding: 44px 0 76px;
}

/*404*/
#page_404{
display: flex;
flex-wrap: wrap;
padding: 94px 0 94px;
}
#page_404_ill_block{
width: 36.5%;
margin: 0 9.8% 0 0;
}
#page_404_ill_block object{
width: 100%;
max-width: 511px;
height: auto;
margin: auto;
}
#page_404_ill_main{
flex: 1;
padding-top: 53px;
}

/******************/
/*****REPETEUR*****/
/******************/
.page_hentry_wiz_repeat{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 40px 3%;
}
.page_hentry_repeat_block_type1{
width: 100%;
}
.page_hentry_repeat_block_type2{
width: 48.5%;
}
.page_hentry_repeat_block_type3{
width: 31.33%;
}
.page_hentry_repeat_block_type4{
width: 22.75%;
}


/**********************/
/***** BREADCRUMB *****/
/**********************/
#breadcrumb {
    margin-bottom: 58px;
}


/*************************/
/***** CHAPO Classic *****/
/*************************/
.chapo_classic {
    display: block;
    margin-bottom: 18px;
}
.page-template-page_accueil .chapo_classic {
    position: relative; /* pour le :after blur */
    margin-bottom: 0;
    z-index: 1;
}
.page-template-page_accueil .chapo_classic:after {
    position: absolute;
    content: '';
    display: block;
    background: rgba(217, 217, 217, 0.01);
    backdrop-filter: blur(7px);
    width: 54%;
    height: 59%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.chapo_container {
    display: block;
    padding: 107px 0 114px;
}
.page-template-page_accueil .chapo_container {
    position: relative; /* pour le blur */
    min-height: 416px;
    z-index: 3;
}
.page-template-page_accueil .chapo_container .classic_title_h1 {
    position: relative; /* pour le :after trait or */
    padding-bottom: 52px;
    margin-bottom: 50px;
}
.page-template-page_accueil .chapo_container .classic_title_h1:after {
    position: absolute;
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--dor);
}
.chapo_container .classic_title_h1,
.chapo_container .maintitle_h1_cat_prod {
    max-width: 785px;
    padding-bottom: 34px;
}
/*.tax-product_cat .chapo_container .classic_title_h1 {*/
/*    font-size: 17px;*/
/*}*/
.chapo_desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 587px;
    color: var(--beige2);
}
.chapo_desc h3,
.chapo_desc h4 {
    color: var(--wh) !important;
}


/**********************/
/***** PAGINATION *****/
/**********************/
.pagination_wrap {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
}
.pagination .inactive,
.pagination .current {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 4px;
    margin: 0 5px;
    text-decoration: unset;
}
.pagination .current {
    border-bottom: 3px solid var(--dor);
}

/*********************/
/***** PAGE TYPE *****/
/*********************/
.bloc_content_01,
.bloc_content_02 {
    margin-bottom: 60px;
}
/*** Bloc RÉASSURANCES ***/
.bloc_reassur {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 62px;
    margin-bottom: 34px;
}
.bloc_single_reassur {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    max-width: 250px;
}
.reassur_picto {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 12px;
}
.reassur_picto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.reassur_title {
    font-family: "Sackers", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 850;
    line-height: 23px;
    padding-bottom: 18px;
    text-transform: lowercase;
}
.reassur_text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

/*********************/
/***** PAGE BLOG *****/
/*********************/
/*** FILTRES actus ***/
.widget_page_actu_filtres {
    margin-bottom: 36px;
}
.widget_page_actu_filtres ul {
    justify-content: flex-start;
    column-gap: 26px;
    row-gap: 15px;
}
.widget_page_actu_filtres ul li {
    line-height: unset;
    min-width: fit-content;
    text-transform: lowercase;
    transition: all 0.3s;
}
.widget_page_actu_filtres ul li:hover a,
.widget_page_actu_filtres ul li.current_page_item a,
.widget_page_actu_filtres ul li.current-menu-item a {
    color: var(--wh);
    background-color: var(--dor);
    transition: all 0.3s;
}
.widget_page_actu_filtres ul li:after {
    display: none;
}
.widget_page_actu_filtres ul li a {
    font-size: 17px;
    padding: 2px 15px 5px;
    color: var(--dor);
    background-color: var(--wh);
    border: 1px solid var(--dor);
}

/*** SINGLE ACTU ***/
/*******************/
#bloc_single_cards_actu {
    margin-bottom: 96px;
}
.list_single_mozaik {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 63px 20px;
    margin-bottom: 103px;
}
.bloc_single_actu_cards_list_title {
    display: block;
    width: 100%;
    text-align: center;
}
.single_actu_card {
    position: relative;
    width: 23.7%;
    box-sizing: border-box;
    padding-bottom: 30px;
    overflow: hidden;       /* pour l'effet "zoom" au hover */
    border-radius: 8px;
    transition: all 0.3s;   /* pour effet "zoom" */
    z-index: 1;
}
.single_actu_card .single_actu_category {
    position: absolute;
    display: block;
    top: 14px;
    left: 13px;
    z-index: 7;
}
.single_actu_card .single_actu_category:nth-child(2) {
    top: 42px;
}
.single_actu_card .single_actu_category:nth-child(3) {
    top: 70px;
}
.single_actu_card .single_actu_category:nth-child(4) {
    top: 98px;
}
.single_actu_card .single_actu_category:nth-child(5) {
    top: 126px;
}
.single_actu_card .single_actu_category a {
    display: inline-block;
    font-family: "Sackers", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
    line-height: 20px;
    text-transform: lowercase;
    padding: 1px 7px 3px;
    color: var(--bleu_nuit);
    background-color: var(--beige2);
}
.single_actu_pic,
.single_actu_nopic {
    position: relative;
    display: block;
    width: 100%;
    max-width: 292px;
    height: 244px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 5;
}
.single_actu_nopic {
    background-color: var(--beige3);
}
.single_actu_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    border-radius: 8px;
}
.single_actu_card:hover .single_actu_pic img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}
.single_actu_content {
    display: block;
    padding-top: 20px;
}
.single_actu_title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 23px;
}
.single_actu_btn {
    position: absolute;
    content: '';
    display: block;
    bottom: 3px;
    left: 0;
}
.single_actu_card:hover .single_actu_btn:after {
    transform: scaleX(0.7);
    transition: all 0.3s;
}
.single_actu_card > a,
.single_actu_card.single_actu_card_selected > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

/**************************/
/***** PAGE CATÉGORIE *****/
/**************************/
.bloc_cta_beige {
    position: relative;
    background-color: var(--beige2);
    margin-bottom: 115px;
    z-index: 1;
}
.bloc_cta_beige:after {
    position: absolute;
    content: '';
    background-color: var(--wh);
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}
.bloc_cta_beige_container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 63px 0;
    background-color: var(--beige2);
    border-radius: 0 8px 8px 0;
    z-index: 3;
}
.bloc_cta_beige_content {
    display: block;
    max-width: 634px;
    text-align: center;
    margin: 0 auto;
}
.bloc_classic_seo_terms {
    margin-bottom: 127px;
}

/***********************/
/***** PAGE BIJOUX *****/   /* Remontée des terms de la taxo product_cat*/
/***********************/
.bloc_list_product_cat_terms {
    margin-bottom: 57px;
}
.bloc_list_product_cat_terms ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 41px 20px;
}
.bloc_list_product_cat_terms ul li {
    position: relative;
    display: block;
    width: 395px;
}
.single_product_cat_term_pic {
    position: relative;
    display: block;
    overflow: hidden;
}
.single_product_cat_term_pic img {
    display: block;
    width: 100%;
    height: 362px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.term_pic_overlay {
    opacity: 0;
    position: absolute;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 23px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    padding-bottom: 0;
    background: linear-gradient(0deg, rgba(248, 243, 237, 0.85) 0%, rgba(248, 243, 237, 0.85) 100%), url(<path-to-image>) lightgray -8.63px 0px / 137.121% 100% no-repeat;
    transform: translateY(-50%) translateX(-50%);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    border-radius: 8px;
}
.bloc_list_product_cat_terms ul li:hover .term_pic_overlay {
    opacity: 0.8;
    visibility: visible;
}
.term_pic_overlay,
.single_product_cat_term_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0 23px;
    color: var(--dor);
}
.bloc_list_product_cat_terms ul li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bloc_cta_beige_title {
    text-align: center;
    padding-bottom: 28px;
}

/************************/
/***** PAGE SOCIETE *****/
/************************/
.bloc_classic_two_cols {
    display: flex;
    justify-content: space-between;
    column-gap: 47px;
    margin-bottom: 23px;
}
.classic_two_cols_edit,
.classic_two_cols_pic {
    display: block;
    width: 50%;
    height: fit-content;
}
.classic_two_cols_edit {
    padding-top: 23px;
}
.classic_two_cols_pic {
 height: auto;       /* la hauteur suit le texte */
 background-size: cover;
 background-position: center;
 border-radius: 8px;
}
.bloc_two_cols_cards {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 109px;
}
.two_cols_single_card {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 128px 101px;
    margin-bottom: 20px;
    background:
            linear-gradient(0deg,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.35) 100%),
            url(<path-to-image>) 0 0 / cover no-repeat; /* top, left */
    border-radius: 8px;
}
.two_cols_single_card_nopic {
    background-color: var(--dor);
}
.two_cols_card_title {
    font-family: "Sackers", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 850;
    line-height: 42px;
    text-align: center;
    padding-bottom: 44px;
    color: var(--wh);
}
.two_cols_card_edit {
    color: var(--wh);
}

/************************/
/***** PAGE CONTACT *****/
/************************/
.contact_container {
    position: relative;
    display: block;
    margin-bottom: 78px;
}
.contact_container:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--beige2);
    z-index: -10;
}
.contact_cols  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 105px;
    box-sizing: border-box;
    padding: 61px 68px 61px 0;
    background-color: var(--beige2);
    border-radius: 0 8px 8px 0;
}
.contact_col_left  {
    display: block;
    max-width: 395px;
}
.contact_pic {
    display: block;
    width: 395px;
    height: 141px;
    padding-bottom: 23px;
}
.contact_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.contact_editor {
    display: block;
    padding-bottom: 23px;
}
.contact_editor.page_hentry p {
    font-style: italic;
    font-weight: 400 !important;
    line-height: 25px !important;
}
.contact_content {
    display: block;
    padding-left: 38px;
}
.contact_content dt {
    font-weight: normal !important;
}
.contact_adress,
.contact_tel,
.contact_horaires {
    position: relative;
}
.contact_tel:before,
#contact_adress_01:before,
#contact_horaires_01:before {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    left: -38px;
}
#contact_adress_01:before {
    background: url('../img/contact_map.svg') no-repeat center;
}
.contact_tel:before {
    background: url('../img/contact_phone.svg') no-repeat center;
    top: 27px;
}
#contact_horaires_01:before {
    background: url('../img/contact_clock.svg') no-repeat center;
}
.contact_tel {
    padding: 27px 0;
}
.contact_tel_link {
    transition: all 0.3s;
}
.contact_tel_link:hover {
    color: var(--dor) !important;
    transition: all 0.3s;
}
.contact_col_right {
    display: block;
    flex: 1;
}
.contact_col_right .contact_form_maintitle {
    padding-bottom: 37px;
}
.contact_col_right form .gform_fields {
    gap: 12px 21px !important;
}
.contact_col_right form .gform_fields fieldset label {
    display: none;
}
.contact_col_right form .gform_fields fieldset input,
.contact_col_right form .gform_fields .gfield textarea,
.contact_col_right form .gform_fields .gfield input {
    font-style: italic;
    color: var(--bleu_nuit);
    box-shadow: unset;
    border: none;
    border-radius: 8px;
}
.contact_col_right form .gform_fields .gfield textarea {
    min-block-size: unset !important;
    height: clamp(120px, 40vh, 175px);
}
.contact_col_right form .gfield--type-consent {
    display: flex;
    justify-content: space-between;
    column-gap: 9px;
}
.contact_col_right form .gfield--type-consent .gfield_description  {
    font-family: 'Plantin', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    margin-top: 2px !important;
    border: none;
}
.contact_col_right form .gform_footer {
    position: relative;
    width: fit-content !important;
    margin-top: 13px;
    margin-left: auto !important;
}
.contact_col_right form .gform_footer:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: var(--dor);
    transform: scaleX(1);
    transition: all 0.3s;
}
.contact_col_right form .gform_footer:hover::after {
    transform: scaleX(0.7);
    transition: all 0.3s;
}
.contact_col_right form .gform_footer button {
    font-family: 'Sackers', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 850 !important;
    line-height: 24px !important;
    padding: 0 !important;
    color: #0B152E !important;
    text-transform: lowercase !important;
    background-color: unset !important;
    box-shadow: none !important;
    transition: all 0.3s !important;
}

/************************/
/***** PAGE ACCUEIL *****/
/************************/
.single_prod_category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
.single_prod_category a {
    display: block;
    font-family: "Sackers", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 850;
    line-height: 20px;
    text-transform: lowercase;
    text-decoration: unset;
    padding: 2px 7px 2px 10px;
    color: var(--beige2);
    background-color: var(--dor);
}
.bloc_remontee_last_prod {
    padding-bottom: 80px;
    background: linear-gradient(
            to right,
            var(--wh) 0%,
            var(--wh) 70%,
            var(--beige2) 70%,
            var(--beige2) 100%
    );
}
.bloc_remontee_last_prod .bring_up_maintitle {
    padding: 65px 0 28px;
}
.page-template-page_accueil .bloc_remontee_last_prod .list_single_products ul {
    gap: 36px 20px;
}
.page-template-page_accueil .bloc_remontee_last_prod .products {
    padding-bottom: 41px;
}
.page-template-page_accueil .bloc_remontee_last_prod .products li {
    width: 395px !important;
}
.page-template-page_accueil .bloc_remontee_last_prod .single_prod_wizpic,
.page-template-page_accueil .bloc_remontee_last_prod .single_prod_nopic {
    max-width: 395px;
    height: 395px;
}
.bring_up_last_prod_btn {
    text-align: center;
}
.bloc_services {
    background-color: var(--bleu_nuit);
}
.bloc_services_container  {
    display: block;
    box-sizing: border-box;
    padding: 80px 0 72px;
}
.bloc_services_maintitle {
    text-align: center;
    padding-bottom: 28px;
    color: var(--dor) !important;
}
.bloc_services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 29px 20px;
}
.bloc_services ul li {
    position: relative;
    display: block;
    width: 340px;
    height: auto;
    box-sizing: border-box;
    padding: 33px 55px 55px;
    background-color: var(--beige2);
    border-radius: 8px;
    transition: all 0.3s;
}
.bloc_services ul li:after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url('../img/etoile_doree.svg') no-repeat center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.bloc_services ul li:hover {
    background-color: var(--dor);
}
.single_service_title {
    display: block;
    font-family: "Sackers", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 850;
    line-height: 23px;
    text-align: center;
    max-width: 200px;
    min-height: 46px;
    padding-bottom: 13px;
    margin: 0 auto;
    color: var(--dor);
    transition: all 0.3s;
}
.bloc_services ul li:hover .single_service_title,
.bloc_services ul li:hover  .single_service_textarea {
    color: var(--beige2);
    transition: all 0.3s;
}
.single_service_textarea {
    display: block;
    line-height: 24px;
    text-align: center;
    padding-bottom: 6px;
    transition: all 0.3s;
}
.bloc_services_btn {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.bloc_services .classic_light_btn:after {
    background-color: var(--dor) !important;
}
.bloc_services_btn a {
    text-align: center;
}
.single_service_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-template-page_accueil .bloc_list_product_cat_terms {
    margin-bottom: 0;
    background: linear-gradient(
            to right,
            var(--beige2) 0%,
            var(--beige2) 41%,
            var(--wh) 41%,
            var(--wh) 100%
    );
}
.bloc_list_product_cat_terms_container {
    display: block;
    box-sizing: border-box;
    padding: 80px 0 55px;
}
.bloc_input_side_title_bis {
    padding-bottom: 28px;
}
.page-template-page_accueil ul.list_single_product_cat_terms {
    justify-content: flex-start;
}
.page-template-page_accueil ul li.single_product_cat_term {
    width: 291px;
}
.page-template-page_accueil .single_product_cat_term_pic img {
    height: 350px;
}
.page-template-page_accueil .single_product_cat_term_nopic {
    display: block;
    height: 350px;
    background-color: var(--beige3);
    border-radius: 8px;
}
.page-template-page_accueil .single_product_cat_term_desc {
    display: none;
}
.bloc_bouchet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 82px;
}
.bloc_bouchet_pic {
    display: block;
    width: 58%;
    height: auto;
}
.bloc_bouchet_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bloc_bouchet_edit {
    display: block;
    width: 42%;
    box-sizing: border-box;
    padding: 96px 70px 93px 90px;
    color: var(--beige2);
    background-color: var(--dor);
}
.bloc_bouchet_edit .classic_dark_btn:after {
    background-color: var(--beige2) !important;
}













