/*
Theme Name: Artling
Author: Serum
Author URI: https://www.serumandco.com/
*/

:root{
    --canard: #1B3F50;
    --canard-mid: #2B5265;
    --lin: #F6F1ED;
    --perle: #E7F0F7;
    --bleu-hague: #3F4D57;
    --lie-de-vin: #50202B;
    --grey: #93AABB;
    --perle-mid: #EAEEF2;
    --bleu-hague-mid: #667C8B;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./assets/fonts/avenir-lt-pro/AvenirLTProLight.otf');
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./assets/fonts/avenir-lt-pro/AvenirLTProBlack.otf');
}

@font-face{
    font-family: "Futura LT";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./assets/fonts/futura-lt/FuturaLT.woff');
}

@font-face{
    font-family: "Futura LT";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./assets/fonts/futura-lt/FuturaLT-Heavy.woff');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./assets/fonts/Cormorant_Garamond/static/CormorantGaramond-Regular.ttf');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./assets/fonts/Cormorant_Garamond/static/CormorantGaramond-Bold.ttf');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./assets/fonts/Lora/Lora-VariableFont_wght.ttf');
}


@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('./assets/fonts/Lora/Lora-VariableFont_wght.ttf');
}

*{
    margin: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Lora', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}

body{
    margin: unset;
}

body.no-scroll{
    overflow: hidden;
}

figure{
    margin: 0;
}

img{
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond", sans-serif!important;
    color: #003B5C;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: "Cormorant Garamond", sans-serif!important;
    color: #003B5C;
}

h2{
    font-weight: 400;
}

h3{
    font-size: 24px;
    line-height: 2em;
}

p strong, label, li, div, time{
    font-family: "Lora", sans-serif;
    color: var(--canard);
}

a{
    cursor: pointer;
}

a[class^="btn-"],
.infos .wpcf7 input.wpcf7-submit{
    width: fit-content;
    text-decoration: none;
    padding: 9.5px 20px;
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    font-family: "Lora";
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;

    /* line-height: 24px; */
    /* letter-spacing: 0.05em;*/
}

a[class^="btn-"] svg path,
a[class^="btn-"] svg circle{
    transition: all 0.3s ease-in-out;
}

ul{
    list-style: none;
}

html{
    margin-top: 0 !important;
}

/*section:not(.infos):not(.navigation-par-onglets):not(.titre-texte-en-dessous):not(.banniere):not(.galerie):not(.fil-ariane):not(.categories-frere):not(.categories-articles):not(:first-child):not(.hero-banniere):not(.faq):not(.nouvelle-collection):not(.expertise):not(.rendez-vous):not(.carte-description-bouton):not(.categories):not(.nos-videos):not(.accompagnement-mariage):not(.slider-images):not(.prise-de-rdv):not(.latest-posts){
    padding-top: 64px !important;
}*/

img.arche{
    /*border-top-left-radius: 200px;
    border-top-right-radius: 200px;*/
}

.gallery .gallery-item .gallery-icon img{
    height: auto;
}

.container{
    position: relative;
    padding: 0 16px;
    margin: 0 auto;
}

p a{
    font-family: "Lora", sans-serif;
    color: var(--bleu-hague-mid);
}

p a:hover{
    color: var(--canard);
}

.btn-blanc{
    background-color: #fff;
    color: var(--canard);
    border: 1px solid #fff;
}

.btn-blanc > *{
    color: var(--canard);
}

.btn-blanc:hover{
    background-color: var(--canard);;
    color: #fff;
    border: 1px solid var(--canard);;
}

.btn-blanc:hover *{
    color: #fff;
}

.btn-blanc:hover svg path{
    fill: #fff;
}

.btn-blanc:hover svg circle{
    stroke: #fff;
}

.btn-transparent{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-transparent > *{
    color: #fff;
}

.btn-transparent:hover{
    background-color: #fff;
    color: var(--canard);;
    border: 1px solid #fff;
}

.btn-transparent:hover > *{
    color: #fff;
}

.btn-transparent:hover svg path{
    fill: var(--canard);
}

.btn-transparent:hover svg circle{
    stroke: var(--canard);
}

.btn-bleu,
.infos .wpcf7 input.wpcf7-submit{
    background-color: var(--bleu-hague);
    color: #fff;
    border: 1px solid var(--bleu-hague);
}

.btn-bleu > *{
    color: #fff;
}

.btn-bleu:hover,
.infos .wpcf7 input.wpcf7-submit:hover{
    background-color: #fff;
    color: var(--bleu-hague);
    border: 1px solid var(--bleu-hague);
}

.btn-bleu:hover > *{
    color: var(--bleu-hague);
}

.btn-bleu:hover svg path{
    fill: var(--bleu-hague);
}

.btn-bleu:hover svg circle{
    stroke: var(--bleu-hague);
}

.btn-blue-full{
    color:#fff;
    background-color: #003B5C;
    border: 1px solid #003B5C;
}

.btn-blue-full > *{
    color: #fff;
}

.btn-blue-light{
    background-color: #fff;
    color: #003B5C;
    border: 1px solid #003B5C;
}

.btn-blue-light > *{
    color: #003B5C;
}

.btn-red-full{
    color: #fff;
    background-color: #6E071F;
    border: 1px solid #6E071F;
}

.btn-red-full > *{
    color: #fff;
}

.btn-red-light{
    background-color: #fff;
    color: #6E071F;
    border: 1px solid #6E071F;
}

.btn-red-light > *{
    color: #6E071F;
}

.btn-blue-full:hover{
    color: #003B5C;
    background-color: #fff;
    border: 1px solid #003B5C;
}

.btn-blue-full:hover > *{
    color: #003B5C;
}

.btn-blue-light:hover{
    background-color: #003B5C;
    color: #fff;
    border: 1px solid #fff;
}

.btn-blue-light:hover > *{
    color: #fff;
}

.btn-red-full:hover{
    color: #6E071F;
    background-color: #fff;
    border: 1px solid #6E071F;
}

.btn-red-full:hover > *{
    color: #6E071F;
}

.btn-red-light:hover{
    background-color: #6E071F;
    color: #fff;
    border: 1px solid #fff;
}

.btn-red-light:hover > *{
    color: #fff;
}

.btn-red-full.fleche:hover svg path{
    stroke: #6E071F;
}

.btn-blue-full.fleche:hover svg path{
    stroke: #003B5C;
}

.btn-blue-full img,
.btn-blue-light img,
.btn-red-full img,
.btn-red-light img{
    width: 10px;
}

.slick-prev:before{
    content: url(./assets/images/chevron-left.svg) !important;
    opacity: 1 !important;
}

.slick-next:before{
    content: url(./assets/images/chevron-right.svg) !important;
    opacity: 1 !important;
}

.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

.div-trait-horizontal-dessus{
    position: relative;
}

.div-trait-horizontal-dessus::before{
    content: '';
    position: absolute;
    background-image: url(assets/images/trait-horizontal.png);
    transform: rotate(180deg);
    width: 100%;
    display: block;
    height: 1px;
    top: 0;
    background-size: contain;
}

/* HEADER -------------------------------------------------- */

header{
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100vw;
    background: transparent;
    transition: all 0.5s ease;
}

header.sticky,
header:hover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #fff;
    max-width: 100vw;
    transition: all 0.5s ease;
}

header.sticky .desktop > a > img{
    max-width: 100px;
}

header .mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 72px;
}

header.sticky .mobile > a.logo{
    padding-top: 0;
    transition: all 0.5s ease;
}

header.sticky .mobile > a.logo svg path{
    fill: var(--canard);
}

header .mobile > div{
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

header .mobile > a.logo{
    display: flex;
    width: 163px;
    padding-top: 12px;
}

header .mobile a.mail{
    display: flex;
    transition: all 0.5s ease;
}

header.sticky .mobile a.mail svg path{
    transition: all 0.5s ease;
    stroke: var(--canard);
}


header .mobile svg{
    display: flex;
}

header .mobile .btn-blue-full{
    padding: 12px 24px;
}

header .desktop{
    display: none;
}

header .mobile img.logo{
    max-width: 117px;
}

header.sticky .mobile img.logo{
    max-width: 100px;
}

header .mobile .menu-burger{
    cursor: pointer;
    transition: all 0.5s ease;
}

header.sticky .mobile .menu-burger svg line{
    stroke: var(--canard);
}

header .mobile .menu-burger .btn-burger span{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    margin: 7px 0;
}

.btn-burger {
    cursor: pointer;
}

.btn-burger .line {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

/* Animation burger -> croix */
.btn-burger.active .top {
    transform: translateY(9px) rotate(45deg) translateX(-7px)
}

.btn-burger.active .middle {
    opacity: 0;
}

.btn-burger.active .bottom {
    transform: translateY(-12px) rotate(-45deg) translateX(-7px)
}

header .mobile .menu-burger #mySidenav{
    background: var(--perle-mid);
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 2;
    bottom: 0;
    display: flex;
    height: calc(100% - 70px);
    overflow: scroll;
    transform: translate(150%);
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}


header .mobile .menu-burger #mySidenav .bloc{
    height: 100%;
    padding: 81.5px 20px;
}

header .mobile .menu-burger #mySidenav.active{
    transform: translateX(0);
}

header .mobile .menu-burger #mySidenav .bloc .closebtn{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

header .mobile .menu-burger #mySidenav .bloc #header-menu a{
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    display: flex;
    width: 100%;
    position: relative;
}

header a{
    padding: unset;
}

header .sub-menu a{
    font-family: Futura LT, sans-serif;
}

header .mobile .menu-burger #mySidenav .bloc #header-menu .sub-menu a{
    font-size: 17px;
    font-family: 'Lora';
    font-weight: 400;
    line-height: 120%;
    vertical-align: middle;
    color: var(--bleu-hague-mid);
}

header .mobile .menu-burger #mySidenav .bloc #header-menu li.menu-item-has-children::after{
    content: "";
    background-image: url("./assets/images/more.svg");
    position: absolute;
    transform: translateX(-100%);
    width: 16px;
    height: 16px;
    background-position: center;
    transition: 0.5s;
    top: 15px;
    right: 0;
    transform: translateY(-50%);
}

header .mobile .menu-burger #mySidenav .bloc #header-menu li.menu-item-has-children.active::after{
    transform: rotate(135deg);
    transition: 0.5s;
}

header .mobile .menu-burger #mySidenav .bloc #header-menu ul{
    display: none;
    padding: 20px 0 0 0;
    position: relative;
}

header .mobile .menu-burger #mySidenav .bloc #header-menu > li{
    position: relative;
    width: 100%;
}

header .mobile .menu-burger .btn-burger svg,
header .mobile .menu-burger .btn-burger,
header .mobile .menu-burger,
header .mobile .menu-burger #mySidenav .bloc #header-menu > li > a,
header .mobile .menu-burger #mySidenav .bloc #header-menu > li > a:after{
    -webkit-tap-highlight-color: transparent;
}

/*

header .mobile .menu-burger #mySidenav .bloc #header-menu ul::before{
    content: '';
    position: absolute;
    background-image: url("assets/images/trait-menu-mobile.png");
    width: 100%;
    display: block;
    height: 1px;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: -1;
}

*/

header .mobile .menu-burger #mySidenav .bloc #header-menu ul li:not(:first-child){
    margin-top: 15px;
}


header .mobile .menu-burger #mySidenav .bloc #header-menu{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding: 0;
}

header .mobile .menu-burger #mySidenav .bloc #header-menu > li > a{
    text-transform: uppercase;
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-size: 30px;
    line-height: 110.00000000000001%;
    vertical-align: middle;
    color: var(--canard);
    width: fit-content;
    display: flex;
}

header .mobile .menu-burger #mySidenav .bloc #header-menu li.contact-menu{
    width: fit-content;
}

header .mobile .menu-burger #mySidenav .bloc #header-menu li.contact-menu a{
    font-family: 'Lora';
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    vertical-align: middle;
    border: 1px solid var(--bleu-hague);
    padding: 8px 20px 10px;
    color: #fff;
    background-color: var(--bleu-hague);
}

header .mobile .menu-burger #mySidenav .bloc #header-menu li:nth-last-child(2) {
    order: 2; /* devient dernier */
}

header .mobile .menu-burger #mySidenav .bloc #header-menu li:last-child {
    order: 1; /* devient avant-dernier */
}

/*
header .mobile .menu-burger #mySidenav .bloc #header-menu li:hover > a{
    font-weight: 600;
}
*/

/* SINGLE POST ---------------------------------------------- */

#single-post,
#archive-posts{
    margin-top: 72px;
}

#single-post ul {
    list-style: disc;
    padding-left:17px;
}

#single-post .header-article{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--canard);
}

#single-post .header-article .entete{
    display: flex;
    flex-direction: column;
}

#single-post .header-article .entete figure{
    display: flex;
}

#single-post .header-article .entete figure img{
    display: flex;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

#single-post .header-article .entete .right-content{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

#single-post .header-article .entete .right-content h1{
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    font-size: 28px;
    color: #FFF;
}

#single-post .header-article .entete .right-content .excerpt{
    font-family: 'Lora';
    font-weight: 400;
    line-height: 180%;
    color: #FFF;
    font-size: 15px;
}

#single-post .header-article .entete .right-content .separator-horizontal{
    display: flex;
    width: 80px;
    height: 1px;
    background-color: #FFF;
}

#single-post .header-article .entete .right-content .datas{
    display: flex;
    gap: 12px;
    color: #FFF;
    font-family: 'Lora';
    font-weight: 400;
    line-height: 180%;
    font-size: 14px;
}

#single-post .header-article .entete .right-content .datas .categ{
    display: flex;
    gap: 12px;
}

#single-post .header-article .entete .right-content .datas time,
#single-post .header-article .entete .right-content .datas span{
    font-family: 'Lora';
    font-weight: 400;
    line-height: 180%;
    font-size: 14px;
    color: #FFF;
}

#single-post .article{
    display: grid;
    grid-gap: 40px;
    overflow: hidden;
    padding-bottom: 50px;
}

#single-post .article article{
    overflow: hidden;
}

#single-post .article article .blocks{
    margin-bottom: 20px;
}

#single-post .article article .blocks .sommaire{
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}

#single-post .article article h1{
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--canard);
    line-height: 45px;
    margin-bottom: 14px;
    margin-top: 1em;
}

#single-post .article article .datas,
#single-post .article article .datas span,
#single-post .article article .datas time{
    font-family: 'Lora';
    color: var(--canard-mid);
    margin-bottom: 44px;
}

#single-post .article article .datas .separator{
    margin: 0 22px;
}

#single-post .article article .entete{
    margin-bottom: 32px;
}

#single-post .article article figure{
    position: relative;
}

#single-post .article article figure img{
    max-height: 654px;
    object-fit: cover;
}

#single-post .article article figure figcaption{
    position: absolute;
    top: 1.2rem;
    left: 1rem;

}

#single-post .article article figure figcaption .btn-blue-full{
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 16px;
    grid-gap: 1rem;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: var(--perle);
}

#single-post .article article h2,
#single-post .article article .blocks .sommaire span,
#single-post #sidebar .blocks > div .titre-section{
    font-family: 'Lora' !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: 40px 0;
    color: var(--canard-mid);
}

#single-post .article article h2{
    font-size:24px;
}

#single-post .article article h3{
    font-size:18px;
}

#single-post #sidebar .blocks > div{
    display: flex;
    flex-direction: column;
    gap: 12px;
}


#single-post .article article .blocks .sommaire span,
#single-post #sidebar .blocks > div .titre-section{
    margin: 0;
}

#single-post .article article .blocks .sommaire ol{
    list-style-position: inside;
    padding-left:0;
}

#single-post .article article .blocks .sommaire ol li{
    cursor: pointer;
    font-family: 'Lora';
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: var(--canard-mid);
}

#single-post .article article p,
#single-post #sidebar .blocks > div div,
#single-post .article article ul li{
    font-family: "Lora", sans-serif;
    color: var(--canard-mid);
    /*min-height: 22px;
    line-height: 24px;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
}

#single-post #sidebar .blocks{
    position: sticky;
    bottom: 0;
}

#single-post #sidebar .blocks > div:not(:last-child):after{
    content: "";
    display: table;
    width: 80px;
    height: 1px;
    background-color: var(--canard-mid);
    margin: 32px 0;
}

#single-post #sidebar .blocks > div:first-child:before{
    content: "";
    display: table;
    width: 80px;
    height: 1px;
    background-color: var(--canard-mid);
    margin: 32px 0;
}

#single-post #sidebar .blocks > div a:not([class^="btn-"]){
    display: block;
    text-decoration: unset;
    color: var(--bleu-hague-mid);
    font-family: "Lora", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
}

#single-post #sidebar .blocks > div .content-categ a:not([class^="btn-"]){
    font-family: "Lora", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: var(--canard-mid);
    text-decoration: underline;
}

#single-post #sidebar .blocks > div.youtube{
    display: flex;
    flex-direction: column;
}

#single-post #sidebar .blocks > div.youtube iframe{
    display: flex;
    aspect-ratio: 16/9;
    width: 100%;
}

#single-post #sidebar .blocks > div p{
    font-family: "Lora", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: var(--canard-mid);
}

#single-post #sidebar .blocks > div .article-populaire{
    text-decoration: none;
}

#single-post #sidebar .blocks > div .article-populaire h3{
    font-family: 'Lora';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

#single-post #sidebar .blocks > div .article-populaire figure{
    display: flex;
    align-items: center;
    grid-gap: 16px;
}

#single-post #sidebar .blocks > div .article-populaire figure img{
    width: 82px;
    height: 82px;
    object-fit: cover;
    aspect-ratio: 1;
}

#single-post #sidebar .blocks > div.articles-populaires > div{
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

#single-post #sidebar .blocks > div .lire-suite{
    font-weight: 700;
    font-size: 16px;
    color: #003B5C;
    text-decoration: none;
}

#single-post #sidebar .blocks > div.sommaire ol{
    padding-left: 20px;
}

#single-post #sidebar .blocks > div.sommaire ol li{
    cursor: pointer;
}

#single-post #sidebar .blocks > div.youtube figure{
    margin-top: 20px;
}

#single-post .article article p + p,
#single-post .article article ul + p,
#single-post .article article p + figure{
    margin-top: 1em;
}

#single-post .article article p + ul{
    margin-top:6px;
}

#single-post .article article table{
    margin: 1rem 0;
    border-collapse: collapse;
}

#single-post .article article table,
#single-post .article article th,
#single-post .article article td{
    border: 1px solid var(--grey);
}

#single-post .article article th,
#single-post .article article td{
    padding: 6px 12px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: var(--canard-mid);
    width: auto;
}

#single-post .article article table tbody tr:first-child td{
    font-weight: 700;
}

#error-404{
    min-height: 50vh;
    text-align: center;
    background-color: var(--canard);
    align-items: center;
    display: flex;
    justify-content: center;
}

#error-404 .content-404{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

#error-404 h1{
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 65px;
    color: #FFFFFF;
}

#error-404 .content-404 p{
    color: #fff;
}

.confirmation-cancel-appointment{
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 2rem;
    max-width: 980px;
    margin: auto;
}

#error-404 .confirmation-cancel-appointment h1{
    line-height: 80%;
    margin-bottom: 2rem;
}

.confirmation-cancel-appointment a{
    display: inline-block;
    margin-top: 1rem;
}

.confirmation-cancel-appointment p ~ p{
    margin-top: 3rem;
}

.categories-articles .categories.desktop{
    display: none;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.categories-articles .categories.desktop span{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: var(--canard);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.categories-articles .categories.desktop a{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: var(--bleu-hague-mid);
    text-decoration: none;
    cursor: pointer;
}

.categories-articles .categories.desktop a:hover,
.categories-articles .categories.desktop a.active{
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--canard);
}

.categories-articles .categories.mobile{
    padding-top: 20px;
    padding-bottom: 20px;
}

.categories-articles .categories.mobile span{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: var(--bleu-hague-mid);
}

.categories-articles span.select2-container {
    width: 100% !important;
}

.categories-articles .categories.mobile select{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: var(--canard);
    text-decoration: underline;
    text-underline-offset: 4px;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.categories-articles .select-wrapper {
    position: relative;
    display: flex;
}

.categories-articles .select-wrapper select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.categories-articles .select-wrapper select:focus {
    outline: none;
}

.categories-articles .select-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url('../../assets/images/arrow-bottom.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: translateY(-50%);
}

#archive-posts h1{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom:30px;
}

#archive-posts .latest-posts-archive .container-latest-posts article{
    background: #FFF;
    padding: 20px;
    display: flex !important;
    justify-content: center;
}

#archive-posts .latest-posts-archive .container-latest-posts article a{
    padding: 15px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    border: 0.71px solid var(--perle-mid);
    text-decoration: none;
    cursor: pointer;
}

#archive-posts .latest-posts-archive .container-latest-posts article a:hover img{
    transition: all 0.3s ease;
    transform: scale(1.05);
}

#archive-posts .latest-posts-archive .container-latest-posts article a figure{
    display: flex;
}

#archive-posts .latest-posts-archive .container-latest-posts article a figure img{
    aspect-ratio: 196 / 212;
    max-height: 212px;
    display: flex;
    object-fit: cover;
    transition: all 0.3s ease;
}

#archive-posts .latest-posts-archive .container-latest-posts article a:hover svg{
    transition: all 0.3s ease;
    transform: scale(1.2);
}

#archive-posts .latest-posts-archive .container-latest-posts article a:hover h3{
    font-weight: bold;
}

#archive-posts .latest-posts-archive .container-latest-posts article a svg{
    transition: all 0.3s ease;
}

#archive-posts .latest-posts-archive .container-latest-posts article a h3{
    font-family: 'Lora';
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: var(--canard-mid);
}

#archive-posts .latest-posts-archive .container-latest-posts{
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}

#single-post .wp-block-embed iframe{
    width: 100%;
    aspect-ratio: 16/9;
    height: inherit;
}

/* BREADCRUMB ---------------------------------------------- */

.yoast-breadcrumbs .breadcrumbs > span{
    display: flex;
    align-items: center;
    grid-gap: 16px;
    padding: 24px !important;
    justify-content: flex-start;
}

.yoast-breadcrumbs .breadcrumbs > span *{
    line-height: 24px;
    color: #003B5C;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.yoast-breadcrumbs .breadcrumbs > span *.breadcrumb_last{
    font-family: Futura LT;
    font-weight: 800;
}

.yoast-breadcrumbs .breadcrumbs > span img{
    width: 6px;
}

/* ARCHIVE */

.latest-posts-archive{
    background: var(--perle-mid);
    padding-top: 30px;
    padding-bottom: 30px;
}

.latest-posts-archive .pagination{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    grid-gap: 1rem;
}

.latest-posts-archive .pagination *{
    color: #000;
    font-family: "Avenir Next LT Pro";
}

.latest-posts-archive .pagination a{
    text-decoration: none;
}

.latest-posts-archive .pagination *.current{
    font-weight: 700;
}

.latest-posts-archive p.no-result{
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #003B5C;
}

/* FOOTER -------------------------------------------------- */

footer{
    background: var(--canard);
}

footer.container{
    max-width: unset;
}

footer .logo-footer{
    padding-top: 35px;
    position: relative;
}

footer .logo-footer > a.logo{
    position: relative;
    width: 100%;
}

footer .logo-footer > a.logo svg{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

footer .logo-footer > a.logo::after{
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 1px;
    top: 50%;
    background: var(--canard-mid);
}

footer .logo-footer > a.logo .content-logo {
    z-index: 2;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    background: var(--canard);
    padding: 0 20px;
}

footer .footer-haut{
    padding-top: 20px;
    position: relative;
}

footer .footer-haut .logo-informations,
footer .footer-haut .logo-informations .informations{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

footer .footer-haut .logo-informations{
    grid-gap: 20px;
    font-family: 'Nunito', sans-serif;
    line-height: 24px;
}

footer .footer-haut .logo-informations a.prendre-rdv img{
    width: 10px;
}

footer .footer-haut .logo-informations .informations .adresse-tel,
footer .footer-haut .logo-informations .informations .horaires-tel,
footer .footer-haut .logo-informations .informations .horaires-tel a{
    font-family: Lora;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: var(--perle-mid);
    text-decoration: none;
}

footer .footer-haut .logo-informations .informations .horaires-tel{
    display: flex;
    flex-direction: column;
}

footer .footer-haut #footer-menu-haut{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    padding: 0;
}

footer .footer-haut #footer-menu-haut a{
    text-decoration: none;
    color: var(--grey);
    padding: unset;
    font-family: Lora;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}

footer .footer-haut #footer-menu-haut ul.sub-menu a:hover{
    color: #FFF;
}

footer .footer-haut #footer-menu-haut > li > a{
    font-family: Lora;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #fff;
}

footer .footer-haut #footer-menu-haut .sub-menu{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    padding: unset;
}

footer .footer-bas{
    margin-top: 20px;
    padding-bottom: 35px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid var(--canard-mid);
}

/*
footer .footer-bas::after{

    content: '';
    position: absolute;
    background-image: url(assets/images/trait-horizontal.png);
    transform: rotate(180deg);
    width: 100%;
    display: block;
    height: 1px;
    top: 0;
    background-size: contain;
}
*/

footer .footer-bas #footer-menu-bas{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    padding-inline-start: 0px;
}

footer .footer-bas #footer-menu-bas a{
    color: var(--grey);
    text-decoration: none;
    font-family: Lora;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    display: flex;
    gap: 5px;
    align-items: center;

}

footer .footer-bas #footer-menu-bas li a:hover{
    color: #FFF;
}

footer .footer-bas #footer-menu-bas li a svg path{
    transition: all .2s ease-in-out;
}

footer .footer-bas #footer-menu-bas li a:hover svg path{
    fill: #FFF;
}

.grecaptcha-badge{
    visibility: hidden;
    z-index: 9;
}

@media screen and (min-width: 576px){
    :root{
        --container:540px;
    }
}

@media screen and (min-width : 768px){
    :root{
        --container:720px;
    }

    #single-post .article{
        display: flex;
        padding-bottom: 40px;
        padding-top: 40px;
        gap:120px;
    }

    #single-post .article article{
        order: 0;
        overflow: hidden;
        width: 74%;
    }

    #single-post .article #sidebar{
        width: 26%;
    }

    footer .footer-haut #footer-menu-haut{
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-articles .categories.desktop{
        display: flex;
    }

    .categories-articles .categories.mobile{
        display: none;
    }
}

@media screen and (min-width : 992px){
    :root{
        --container:960px;
    }
    .container{
        padding: 0 120px;
    }

    body{
        position: relative;
    }

    a[class^="btn-"]{
        padding: 9px 20px;
        font-size: 14px;
        text-align: center;
    }
    /*
        body::before,
        body::after,
        header.sticky::before,
        header.sticky::after{
            content: '';
            position: absolute;
            background-image: url("assets/images/trait-sans-fond.png");
            width: 1px;
            display: block;
            height: 100%;
            top: 0;
            background-size: contain;
            z-index: -1;
        }

        body::before,
        header.sticky::before{
            left: calc(((100vw - var(--container)) / 2) - 20px);
        }

        body::after,
        header.sticky::after{
            right: calc(((100vw - var(--container)) / 2) - 20px);
        }
    */
    header .mobile{
        display: none;
    }

    header .desktop{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 23px 32px;
    }

    header .desktop > a > svg{
        max-width: 183px;
        height: 100%;
        transition: all 0.5s ease;

    }

    header.sticky .desktop > a > svg path,
    header:hover .desktop > a > svg path{
        fill: var(--canard);
    }

    header .desktop > #header-menu-desktop{
        display: flex;
        grid-gap: 30px;
    }

    header .desktop > #header-menu-desktop > li > a:only-child:hover{
        text-shadow: -0px 0px 0px var(--canard), 0px 0px 0px var(--canard), 0 -0px 0px var(--canard), 0 0px 0px var(--canard);
    }

    header .desktop > #header-menu-desktop > li > a{
        font-family: 'Lora';
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
    }

    header.sticky .desktop > #header-menu-desktop > li > a,
    header:hover .desktop > #header-menu-desktop > li > a{
        color: var(--canard);
    }

    header .desktop > #header-menu-desktop div.sub-menu-wrapper{
        display: none;
    }

    header .desktop > #header-menu-desktop .sub-menu li a{
        text-transform: none;
        font-family: 'Lora';
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        vertical-align: middle;
        color: var(--bleu-hague-mid);
        text-decoration: none;
    }

    header .desktop > #header-menu-desktop li.last-desktop{
        order: 1;
    }

    header .desktop > #header-menu-desktop li.contact-menu a{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8.5px 20px 10.5px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-weight: 400;
        font-family: 'Lora';
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        vertical-align: middle;

    }

    header .desktop > #header-menu-desktop li.contact-menu a:hover{
        background: var(--canard);
        color: #fff;
        border: 1px solid var(--canard);
    }

    header.sticky .desktop > #header-menu-desktop li.contact-menu a,
    header:hover .desktop > #header-menu-desktop li.contact-menu a{
        color: var(--canard);
        border: 1px solid var(--canard);
    }

    header.sticky .desktop > #header-menu-desktop li.contact-menu a:hover,
    header:hover .desktop > #header-menu-desktop li.contact-menu a:hover{
        background: var(--canard);
        color: #FFF;
    }

    /*header .desktop > #header-menu-desktop{
        position: relative;
    }*/

    header .desktop > #header-menu-desktop li.menu-item-has-children:hover > a,
    header .desktop > #header-menu-desktop li.menu-item-has-children.hover > a,
    header .desktop > #header-menu-desktop .sub-menu li a:hover{
        text-shadow: -0px 0px 0px var(--bleu-hague), 0px 0px 0px var(--bleu-hague), 0 -0px 0px var(--bleu-hague), 0 0px 0px var(--bleu-hague);
        text-decoration: underline;
    }

    header .desktop > #header-menu-desktop li{
        display: flex;
        align-items: center;
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children:hover > div.sub-menu-wrapper,
    header .desktop > #header-menu-desktop li.menu-item-has-children.hover > div.sub-menu-wrapper{
        display: flex;
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children div.sub-menu-wrapper{
        position: absolute;
        bottom: 0;
        padding-top: 1rem;
        width: max-content;
        z-index: 99999999;
        width: 100vw;
        /*transform: translate(-50%, 100%);
        left: -20px;*/
        min-height: 300px;

        left: 0;
        transform: translate(0%, 90%);
    }
/*
    header .desktop > #header-menu-desktop li.menu-item-has-children:nth-child(1) div.sub-menu-wrapper,
    header .desktop > #header-menu-desktop li.menu-item-has-children:nth-child(2) div.sub-menu-wrapper,
    header .desktop > #header-menu-desktop li.menu-item-has-children:nth-child(3) div.sub-menu-wrapper{
        right: -100px;
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children:nth-child(4) div.sub-menu-wrapper,
    header .desktop > #header-menu-desktop li.menu-item-has-children:nth-child(5) div.sub-menu-wrapper,
    header .desktop > #header-menu-desktop li.menu-item-has-children:nth-child(6) div.sub-menu-wrapper,
    header .desktop > #header-menu-desktop li.menu-item-has-children:nth-child(7) div.sub-menu-wrapper{
        right: 0;
    }
*/
    header .desktop > #header-menu-desktop li.menu-item-has-children div.sub-menu-wrapper div.bloc-sub-menu{
        background: #fff;
        /*padding: 32px 16px;*/
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        width: 100%;
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children div.sub-menu-wrapper div.bloc-sub-menu div.menu-wrapper{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--perle-mid);
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children div.sub-menu-wrapper div.bloc-sub-menu ul.sub-menu{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
        position: relative;
        padding-left: unset;
        padding: 0;
        column-gap: 62px;
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children div.sub-menu-wrapper div.bloc-sub-menu .sub-menu-img img:not(:first-child){
        display: none;
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children div.sub-menu-wrapper div.bloc-sub-menu .sub-menu-img{
        /*width: 129px;
        height: 166px;*/
        width: 50%;
        height: 300px;
    }

    header .desktop > #header-menu-desktop li.menu-item-has-children div.sub-menu-wrapper div.bloc-sub-menu .sub-menu-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 704/300;
        object-position: 0 22%;
    }

    .yoast-breadcrumbs .breadcrumbs > span{
        padding: 24px 0 !important;
    }
/*
    section:not(.infos):not(.navigation-par-onglets):not(.titre-texte-en-dessous):not(.banniere):not(.galerie):not(.fil-ariane):not(.categories-frere):not(.categories-articles):not(:first-child):not(.hero-banniere):not(.faq):not(.nouvelle-collection):not(.expertise):not(.rendez-vous):not(.carte-description-bouton):not(.categories):not(.nos-videos):not(.accompagnement-mariage):not(.slider-images):not(.prise-de-rdv):not(.latest-posts){
        padding-top: 100px !important;
    }
*/
    #single-post .categories .container{
        padding: 32px 0;
    }

    #single-post #sidebar .blocks > div .article-populaire figure{
        grid-gap: 16px;
    }

    footer .footer-haut{
        display: flex;
        gap: 20px;
    }

    footer .footer-haut #footer-menu-haut{
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0;
        width: calc(75% - 20px);
    }

    footer .footer-haut .logo-informations{
        width: calc(25% - 20px);
    }

    footer .footer-bas{
        margin-top: 35px;
        padding-bottom: 70px;
        padding-top: 35px;
    }

    footer .footer-haut{
        padding-top: 30px;
    }

    footer .footer-bas #footer-menu-bas{
        display: flex;
        grid-gap: 20px;
    }

    footer .footer-bas #footer-menu-bas a{
        font-size: 12px;
        width: max-content;
    }

    footer .footer-bas #footer-menu-bas li:first-child{
        width: 100%;
    }

    footer .footer-bas #footer-menu-bas li{
        display: flex;
        width:fit-content;
    }

    footer .logo-footer{
        padding-top: 70px;
    }

    footer .footer-haut .logo-informations .informations .adresse-tel{
        font-size: 14px;
    }

    footer .footer-haut .logo-informations .informations .horaires-tel,
    footer .footer-haut .logo-informations .informations .horaires-tel a{
        font-size: 12px;
    }

    footer .footer-haut #footer-menu-haut > li > a{
        font-size: 14px;
    }

    footer .footer-haut #footer-menu-haut a{
        font-size: 12px;
    }

    #single-post,
    #archive-posts{
        margin-top: 120px;
    }

    #single-post .header-article{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #single-post .header-article .entete{
        flex-direction: row;
    }

    #single-post .header-article .entete figure{
        width: 50%;
    }

    #single-post .header-article .entete figure img{
        display: flex;
        aspect-ratio: 1;
        object-fit: cover;
        width: 100%;
    }

    #single-post .header-article .entete .right-content{
        padding-top: 0;
        padding-left: 100px;
        padding-right: 50px;
        width: 50%;
        gap: 30px;
    }

    #single-post .header-article .entete .right-content h1{
        font-size: 38px;
    }

    #single-post .header-article .entete .right-content .excerpt{
        font-size: 14px;
    }

    #archive-posts h1{
        font-size: 45px;
    }

    #archive-posts .latest-posts-archive{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #archive-posts .latest-posts-archive .container-latest-posts{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }

    #single-post .article article h1{
        font-size: 38px;
    }

    #single-post .article article .blocks{
        margin-bottom: 40px;
    }

    #error-404 h1{
        font-size: 86px;
        line-height: 90px;
    }

}


@media screen and (min-width : 1200px){
    :root{
        --container:1140px;
    }

    #single-post .article {
        grid-template-columns: 3fr 1fr;
    }

    body::before,
    header.sticky::before{
        left: calc(((100vw - var(--container)) / 2) - 50px);
    }

    body::after,
    header.sticky::after{
        right: calc(((100vw - var(--container)) / 2) - 50px);
    }
}

@media screen and (min-width : 1400px){
    :root{
        --container:1200px;
    }

    body::before,
    header.sticky::before{
        left: calc(((100vw - var(--container)) / 2) - 61px);
    }

    body::after,
    header.sticky::after{
        right: calc(((100vw - var(--container)) / 2) - 59px);
    }

    header .desktop > #header-menu-desktop > li > a{
        font-size: 16px;
    }
}

/*fix font amelia*/
#am-modal.am-modal.am-in-body, #am-modal.am-modal.am-in-body a, #am-modal.am-modal.am-in-body div, #am-modal.am-modal.am-in-body h1, #am-modal.am-modal.am-in-body h2, #am-modal.am-modal.am-in-body h3, #am-modal.am-modal.am-in-body h4, #am-modal.am-modal.am-in-body li, #am-modal.am-modal.am-in-body p, #am-modal.am-modal.am-in-body section, #am-modal.am-modal.am-in-body span, #am-modal.am-modal.am-in-body ul, .amelia-app-booking #amelia-booking-wrap, .amelia-app-booking #amelia-booking-wrap a, .amelia-app-booking #amelia-booking-wrap div, .amelia-app-booking #amelia-booking-wrap h1, .amelia-app-booking #amelia-booking-wrap h2, .amelia-app-booking #amelia-booking-wrap h3, .amelia-app-booking #amelia-booking-wrap h4, .amelia-app-booking #amelia-booking-wrap li, .amelia-app-booking #amelia-booking-wrap p, .amelia-app-booking #amelia-booking-wrap section, .amelia-app-booking #amelia-booking-wrap span, .amelia-app-booking #amelia-booking-wrap ul{
    font-family: Amelia Roboto,sans-serif!important;
}