@font-face {
    font-family: 'Georgia-italic';
    src: url('Georgia-Italic.eot');
    src: url('Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('Georgia-Italic.woff2') format('woff2'),
        url('Georgia-Italic.woff') format('woff'),
        url('Georgia-Italic.ttf') format('truetype'),
        url('Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('Georgia.eot');
    src: url('Georgia.eot?#iefix') format('embedded-opentype'),
        url('Georgia.woff2') format('woff2'),
        url('Georgia.woff') format('woff'),
        url('Georgia.ttf') format('truetype'),
        url('Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PJSM';
    src: url('PlusJakartaSans-Medium.eot');
    src: url('PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('PlusJakartaSans-Medium.woff2') format('woff2'),
         url('PlusJakartaSans-Medium.woff') format('woff'),
         url('PlusJakartaSans-Medium.ttf') format('truetype'),
         url('PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium') format('svg'),
         url('PlusJakartaSans-Medium.otf') format('otf');
}

@font-face {
    font-family: 'Plus Jakarta Sans Medium';
    src: url('PlusJakartaSans-Medium.eot');
    src: url('PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('PlusJakartaSans-Medium.woff2') format('woff2'),
         url('PlusJakartaSans-Medium.woff') format('woff'),
         url('PlusJakartaSans-Medium.ttf') format('truetype'),
         url('PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium') format('svg'),
         url('PlusJakartaSans-Medium.otf') format('otf');
}

@font-face {
    font-family: 'Plus Jakarta Sans Medium Italic';
    src: url('PlusJakartaSans-MediumItalic.eot');
    src: url('PlusJakartaSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('PlusJakartaSans-MediumItalic.otf') format('otf'),
         url('PlusJakartaSans-MediumItalic.svg#PlusJakartaSans-MediumItalic') format('svg'),
         url('PlusJakartaSans-MediumItalic.ttf') format('truetype'),
         url('PlusJakartaSans-MediumItalic.woff') format('woff'),
         url('PlusJakartaSans-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Bold.eot');
    src: url('PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('PlusJakartaSans-Bold.woff2') format('woff2'),
        url('PlusJakartaSans-Bold.woff') format('woff'),
        url('PlusJakartaSans-Bold.ttf') format('truetype'),
        url('PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    line-height: 0;
}

textarea::placeholder {
    color: #000;
}

:disabled{ color:#000}


em {
    font-style: inherit;
}

body{
    margin: 0;
}

a{
    color: #000;
    text-decoration: none;
}

body.no-scroll {
    overflow: hidden;
}

h1, h3 , h2 , h4 , h5 ,h6 {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
}

:root {
    --wp--preset--font-size--normal: inherit;
    --wp--preset--font-size--huge: inherit;
}

.flex-row-20{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: row;
    gap: 0 20px;
    align-items: center;
}
.flex-row-15{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: row;
    gap: 0 15px;
    align-items: center;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

body{
    font-family: 'Georgia';
    font-size: 20px;
    line-height: 30px;
}

.container{
    width: calc(100% - 240px);
    margin: 0 auto;
    max-width: 2000px;
}
.sep{
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 35px 0;
}
.section .header{
 height: 105px;
 display: flex;
 width: 100%;
 align-items: center;
 justify-content: space-between;
 border-top: 1px solid #000;
}

.section .header{
    height: 105px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #000;
}

.section .header .link-filter{
    font-family: 'Plus Jakarta Sans';
    text-transform: lowercase;
    font-size: 19px;
    line-height: normal;
}

.section .header .link-filter em{
    text-transform: uppercase;
}


.archive .section .header{
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
}

.section.news .header{
    border-top: 1px solid #000;
    border-bottom: 1px solid;
    margin-bottom: 35px;
}

.archive .no-items{
    border-top: 1px solid;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive .product-list-biography{
    margin-top: 70px;
    padding-left: 0;
    padding-right: 35px;
}

.archive .product-list-biography a{
    border-bottom: 1px solid #000;
}

.archive .product-list-biography h3{
    font-family: "Plus Jakarta Sans Medium";
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 30px;
}

.archive .product-list-navigation{
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.archive .product-list-navigation .pages{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.archive .product-list-navigation{
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive .product-list-navigation .nav-previous a{
    width: 15px;
    height: 15px;
    background-image: url(../svg/Fleche-Gauche.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    display: block;
}

.archive .product-list-navigation .nav-next a{
    width: 15px;
    height: 15px;
    background-image: url(../svg/Fleche-Doite.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    display: block;
}

.section .header h2{
    font-family: 'Georgia';
    font-size: 28px;
}

.section .header h2 a::after{
    content: ", ";
}
.section .header h2 a:last-child::after{
    content: "";
}

.section .header h2 a:hover{
    font-family: 'Georgia-italic';
}

/* start grid product*/
.product-list-container .product-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.product-grid .product-card:nth-child(3n+1) {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    /*padding-right: 35px;*/
} 
.product-grid .product-card:nth-child(3n+2) {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding-left: 35px;
    padding-right: 35px;
} 
.product-grid .product-card:nth-child(3n+3) {
    border-bottom: 1px solid #000;
    padding-left: 35px;
} 

.product-grid .product-card:nth-last-child(-n+3) {
    border-bottom: 0;
}
/* end grid product*/

/* start card product*/
.product-grid .product-card{
    /*padding: 35px 0;*/
    padding: 35px;
}
.product-card .product-img{
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    aspect-ratio: 5/4;
    width: 100%;
    
}
.product-card .product-img img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
} 
.product-card .product-description{
    min-height: 100px;
}
.product-card .product-description .product-title{
    font-family: "Plus Jakarta Sans Medium";
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}
.product-card .product-description .product-title em{
    font-family: 'Georgia';
    font-style: inherit;
    font-weight: 400;
    font-size: 20px;
}
.product-card .product-description .product-title a{
        border-bottom: 0.06em solid #000;
}
/*.product-card .product-description .product-title a:hover{
    font-family: "Plus Jakarta Sans Medium Italic";
}*/

/*.product-card .product-description .product-title:hover{
    font-family: "Plus Jakarta Sans Medium Italic";
}*/
.product-card .product-description .product-sub-title{
    font-size: 20px;
    line-height: 30px;
}
.product-card .product-description .product-sub-title a:hover{
    font-family: 'Georgia-italic';
}
/* end card product*/



/* start modal*/


.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    z-index: 99999999999999999999;
}
.modal.show{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-wrapper{
    width: 55%;
    height: auto;
    padding: 55px 70px;
    background-color: #fff;
}

.modal-wrapper .modal-header{
    width: 100%;
    text-align: right;
}

form .form-group{
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    height: 45px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
}
form .form-group label{
    width: auto;
    white-space: nowrap;
}

form .form-group .sepr{
    display: block;
    width: 35px;
}

form .form-group .input {
    width: 100%;
    padding: 0;
    border: 0 !important;
    font-family: 'Georgia';
    font-size: 20px;
    line-height: normal;
}
:focus-visible {
    outline: inherit;
}

form .form-area{
    display: block;
    margin-bottom: 35px;
}
form .form-area label{
    display: block;
    width: 100%;
}

form textarea {
    height: 400px;
    background-attachment: local;
    background-image: repeating-linear-gradient(white, white 69px, #000 69px, #000 70px, white 69px);
    line-height: 67px;
    padding: 0;
    font-family: 'Georgia';
    font-size: 20px;
    border: 0 !important;
    resize: none;
    overflow-y: overlay;
    width: 100%;
}

form .object textarea{
    height: 140px;
}

form .form-action{
    text-align: center;
    width: 100%;
}
form .form-action input[type="submit" i]{
    background-color: transparent;
    background: transparent;
    border: 0;
    font-family: 'Plus Jakarta Sans';
    font-size: 26.5px;
    cursor: pointer;
}

#confirmation{
    display: flex;
    height: 34vw;
    align-items: center;
    justify-content: center;
}
/* end modal*/


/* start newsletter */
#modal-newsletter .modal-wrapper {
    height: 82vh;
}

#modal-newsletter .modal-wrapper .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

div.tnp-subscription form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 69vh;
}

#confirmation p{
    text-align: center;
}

div.tnp-subscription, div.tnp-profile, form.tnp-subscription, form.tnp-profile {
    max-width: 100% !important;
}


.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    width: 100%!important;;
    border-bottom: 1px solid #000!important;
    display: flex!important;
    align-items: flex-end!important;
    padding-bottom: 10px!important;
    margin-bottom: 0px !important;
}
#newsletter div.tnp-field-button{
    border-bottom: 0 solid #000!important;
    padding-bottom: 0!important;
}
#newsletter .tnp-subscription label, #newsletter .tnp-profile label {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 0!important;
    font-family: 'Georgia'!important;
    font-size: 20px!important;
    line-height: 30px!important;
    margin-right: 20px !important;
    min-width: 70px;
}

#newsletter .tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
    width: 100%!important;
    padding: 0!important;
    border: 0 !important;
    font-family: 'Georgia'!important;
    font-size: 20px!important;
    line-height: 30px!important;
    background-color: #fff!important;
    color: #000!important;
}

#newsletter div.tnp-subscription, #newsletter div.tnp-profile, #newsletter form.tnp-subscription, #newsletter form.tnp-profile {
    display: block;
    margin: 0;
    max-width: 500px;
    width: 100%;
}

#newsletter .tnp-submit{
    background-color: transparent!important;
    background: transparent!important;
    border: 0!important;
    font-family: 'Plus Jakarta Sans'!important;
    font-size: 26.5px!important;
    cursor: pointer!important;
}

#footer .tnp-lists{
    border-bottom: 0!important;
}
/* end newsletter */

/* 404 */

.not-found{
    margin-top: 35px;
    min-height: 51vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 0;
    align-items: center;
}

.not-found a{
    padding: 25px;
    text-align: center;
    font-family: "Plus Jackarta Sans";
    font-size: 19px;
    letter-spacing: 0.2px;
    font-weight: bold;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found a:hover{
    background-color: #000;
    color: #fff;
}

.not-found p{
    text-align: center;
}

.content-biographie p, .product-list-biography p{
    margin-bottom: 15px;;
}

.page-template-default .entry-content{
    height: 51vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-default .entry-content p a{
    border-bottom: 1px solid #000!important;
}

.navig{
    gap: 35px;
}
.navig .back-link{
    display: flex;
    align-items: center;
}

.archive .navig{
    display: flex;
    justify-content: center;
    
}

div.lRu31{
	margin-bottom: 15px;
}

