/*
Kate style
*/

/******************/
/*******VAR********/
/******************/
:root{
/*color*/
    --wh: #ffffff;
    --blk: #32373B;
    --bleu: #1B2432;
    --beige: #F7F3E3;
    --vert1: #0F4C3C;
    --vert2: #598381;
    --vert3: #8FA998;
    --rose1: #B76D68;
    --rose2: #B7918C;
    --rose3: #D9C4B4;

/*radius*/
    --r90: 90px;












}


/******************/
/*******LIENS******/
/******************/
a:link {
color: var(--blk);
}
a:visited {
color: var(--blk);
}
a:active,
a:hover {
color: var(--kate);
}

/******************/
/******POLICES*****/
/******************/
/* font-face Unbounded */
@font-face {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/unbounded-v12-latin-regular.woff2') format('woff2'),
}
@font-face {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/unbounded-v12-latin-700.woff2') format('woff2'),
}

/* font-face Josefin */
@font-face {
    font-family: 'josefin';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/josefin-sans-v34-latin-regular.woff2') format('woff2'),
}
@font-face {
    font-family: 'josefin';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/josefin-sans-v34-latin-700.woff2') format('woff2'),
}

/*global*/
body{
font-family: 'josefin';
font-weight: 400;
font-size: 16px;
color: var(--bleu);
}
h1, h2, h3, h4, h5, h6{
display: block;
}

/******************/
/****STRUCTURE*****/
/******************/
.widzmain{
    width: 1228px;
    margin-right: auto;
    margin-left: auto;
}
.widzfull{
    width: 1728px;
    margin-right: auto;
    margin-left: auto;
}

/******************/
/******HEADER******/
/******************/
#logo{
position: relative;
}
#logo img{
position: relative;
z-index: 2;
}
#logo a{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
}



/******************/
/******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(--blk);
}
.breadcrumb_item:last-of-type{
color: var(--kate);
}
.breadcrumb_item:not(:last-of-type):after{
content: '';
display: inline-block;
height : 0;
width : 0;
border-top : 4px solid transparent;
border-bottom : 4px solid transparent;
border-left : 5px solid var(--blk);
margin: auto 12px;
}
.breadcrumb_item a{
color: var(--blk);
text-decoration: none;
}
.breadcrumb_item a:hover{
text-decoration: underline;
}
/*Hentry*/
.page_title{
display: block;
line-height: 52px;
font-size: 40px;
font-family: 'unbounded';
color: var(--rose2);
}
.page_title_chapo_sub{
display: block;
line-height: 28px;
font-size: 25px;
font-family: /**/;
}
.post_content{
padding: 44px 0 76px;
}
.page_hentry h2{
line-height: 42px;
margin-bottom: 34px;
font-size: 32px;
font-family: 'unbounded';
font-weight: 700;
color: var(--bleu);
}
.page_hentry h3{
line-height: 20px;
margin-bottom: 15px;
font-size: 14px;
font-family: 'unbounded';
font-weight: 400;
color: var(--bleu);
}
.page_hentry p{
line-height: 24px;
margin-bottom: 32px;
}
.page_hentry ul{
padding: 0;
margin: 0 0 32px;
}
.page_hentry ul li{
line-height: 24px;
padding: 0 0 0 14px;
margin: 0;
position: relative;
}
.page_hentry ul li:before{
content: '';
width: 4px;
height: 4px;
background: var(--bleu);
border-radius: var(--r90);
position: absolute;
top: 11px;
left: 1px;
}
.page_hentry b,
.page_hentry strong{
font-weight: 700;
}
.page_hentry em{
font-style: italic;
}
.page_hentry img{
width: auto;
max-width: 100%;
height: auto;
}
.page_hentry .hentry_chapo{
font-family: 'unbounded';
font-weight: 400;
}

/*BT*/
.hentry_bt_contour_bleu{
    display: inline-block;
}
.hentry_bt_contour_bleu button,
.hentry_bt_contour_bleu a{
    display: block;
    line-height: 20px;
    padding: 14px 17px 14px 20px;
    border: 1px solid var(--bleu);
    background: transparent;
    border-radius: var(--r12);
    margin: 0 10px 0 0;
    font-size: 14px;
    font-family: 'unbounded';
    font-weight: 400;
    color: var(--bleu);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    position: relative;
    transition: all 0.3s;
}
.hentry_bt_contour_bleu button:hover,
.hentry_bt_contour_bleu a:hover{
    background: var(--bleu);
    color: var(--wh);
    transition: all 0.3s;
}
.hentry_bt_rose3{
    display: inline-block;
}
.hentry_bt_rose3 a{
    display: block;
    line-height: 20px;
    padding: 14px 17px 14px 20px;
    border: 1px solid var(--rose3);
    background: var(--rose3);
    border-radius: var(--r12);
    margin: 0 10px 0 0;
    font-size: 14px;
    font-family: 'unbounded';
    font-weight: 400;
    color: var(--bleu);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    position: relative;
    transition: all 0.3s;
}
.hentry_bt_rose3 button:hover,
.hentry_bt_rose3 a:hover{
    background: var(--rose3);
    transition: all 0.3s;
}
.hentry_bt_contour_bleu button,
.hentry_bt_rose3 button{
    cursor: pointer;
}


/*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*****/
/******************/


