/*
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/Sackers-Gothic-Std-Light.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/Sackers_Gothic_Std_Heavy.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');
}


/**************/
/*** GLOBAL ***/
/**************/
body {
    font-family: 'Plantin', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    color: var(--bleu_nuit);
}
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 */
.classic_title_h1,
.classic_title_h2,
.classic_title_h3,
.classic_title_h4,
.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);
}
.classic_title_h1,
.page_hentry h1 {
    color: var(--beige2);
}
.classic_title_h2,
.page_hentry h2 {
    font-size: 36px;
    line-height: 42px;
}
.classic_title_h3,
.page_hentry h3 {
    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: uppercase;
    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);
}
.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;
}

/*************************/
/****** PAGE HENTRY ******/
/*************************/
.page_hentry h2,
.page_hentry h3,
.page_hentry h4,
.page_hentry p {
    padding-bottom: 16px;
}
.page_hentry p {
    display: block;
    font-family: 'Plantin', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.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;
}

/********************/
/****** 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;
    padding-right: 5%;
}
#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: flex-start;
    column-gap: 3%;
}
#navtop ul li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    /*padding-bottom: 38px;*/
    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: uppercase;
    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: "Sackers", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
    line-height: 25px;
    text-transform: uppercase;
}
.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{
    order: 1;
    display: none;
    box-sizing: border-box;
    width: 26px;
    height: 15px;
    margin: 15px 19px auto 20px;
    cursor: pointer;
    position: relative;
    z-index: 888;
}
#navtop_bt_span{
    display: block;
    width: 26px;
    height: 15px;
    background: var(--blk);
    margin: auto;
    position: relative;
}
#navtop_bt_span:before,
#navtop_bt_span:after{
    content: '';
    display: block;
    width: 26px;
    height: 6px;
    background: var(--wh);
    position: absolute;
    transition: all 0.3s;
}
#navtop_bt_span:before{
    top: 1px;
}
#navtop_bt_span:after{
    bottom: 1px;
}
.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: 30px;
    height: 1px;
    background: var(--blk);
}
.bt_navtop_hover #navtop_bt_span{
    background: none;
}
.bt_navtop_hover #navtop_bt_span:before{
    transform: rotate(45deg);
    top: 8px;
}
.bt_navtop_hover #navtop_bt_span:after{
    transform: rotate(-45deg);
    bottom: 6px;
}

/******************/
/******FOOTER******/
/******************/



/******************/
/*******PAGES******/
/******************/
/*breadcrumb*/
#breadcrumb_content {
    display: block;
    line-height: 19px;
    padding: 9px 0;
    font-size: 0;
}
.breadcrumb_item {
    display: inline-block;
    font-size: 16px;
    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%;
}

/******************/
/*****HOMEPAGE*****/
/******************/


