/*

Theme Name: Air Journal 2021
Theme URI: https://www.agence-pure.com
Author: Agence Pure
Author URI: https://www.agence-pure.com
Description: Le thème de Air Journal, par l'Agence Pure
Version: 1.0
*/

[font="bodoni"]{
    font-family: 'Bodoni Moda', serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.widget-area{
    text-align: center;
}


body {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--dark);
    -webkit-overflow: overlay;
    overflow: overlay;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.3em;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
} 
body.stopScroll{
    overflow: hidden;
}
/* Scrollbar */
body::-webkit-scrollbar-track {
    border-radius: 0rem;
    background-color: transparent;
}
body::-webkit-scrollbar {
    width: 0.375rem;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    border-radius: 0rem;
    background-color: var(--wp--preset--color--primary);
}

/* Selection */
::-moz-selection {
    /* Code for Firefox */
    color: var(--wp--preset--color--white);
    background: var(--wp--preset--color--primary);
}
::selection {
    color: var(--wp--preset--color--white);
    background: var(--wp--preset--color--primary);
}

/* Font variant */
[variant='small']{ /* 0.875rem = 14px */
    font-size: var(--wp--preset--font-size--small);
}
[variant='normal']{ /* 0.875rem = 14px */
    font-size: var(--wp--preset--font-size--normal);
}
[variant='smaller']{ /* 1rem = 16px */
    font-size: var(--wp--preset--font-size--smaller);
}
[variant='big']{ /* 1.125rem = 18px */
    font-size: var(--wp--preset--font-size--big);
}
[variant='tiny']{ /* 0.75rem = 12px */
    font-size: var(--wp--preset--font-size--tiny);
}
[variant='h1']{ /* 2.8125rem = 45px */
    font-size: var(--wp--preset--font-size--h-1);
}
[variant='h2']{ /* 2.0625rem = 33px */
    font-size: var(--wp--preset--font-size--h-2);
}
[variant='h3']{ /* 1.25rem = 20px */
    font-size: var(--wp--preset--font-size--h-3);
}
[variant='h4']{ /* 1.25rem = 20px */
    font-size: var(--wp--preset--font-size--h-4);
}

@media screen and (max-width: 35.4375em) {
    [variant='h3']{ /* 1.25rem = 20px */
        font-size: 1.125rem;
    }
    [variant='h4']{ /* 1.25rem = 20px */
        font-size: 1rem;
    }
}

h1,h2,h3,h4,h5{
    text-transform: uppercase;
    font-weight: 700;
}
article h1,
article h2,
article h3,
article h4,
article h5{
    text-transform: none;
    font-weight: 500;
}

/* Background */
.bg-default {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* SVG - IMG fix */
img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* a inherit color and no underline */
a {
    color: inherit;
    text-decoration: none;
}
p a{
    text-decoration: underline;
}

/* Slick fix */
.slick-slider {
    max-width: 100%;
}

.slick-track,
.slick-list {
    height: 100%;
}

/* PACE CONFIG */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: var(--wp--preset--color--primary);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 0.125rem;
}

/* Container */

.container{
    width: 100%;
    max-width: 62.5rem;

    margin: auto;

    padding: 0 1.25rem;

}



/* BUTTON */


.give-submit:hover{
    background: var(--wp--preset--color--primary);
    background-color: var(--wp--preset--color--primary);
    filter: brightness(1.4);
}
.give-btn.give-donation-level-btn:hover{
    background: var(--wp--preset--color--dark);
    background-color: var(--wp--preset--color--dark);
    filter: brightness(1.4);
}
.give-btn{
    transition: all ease .4s;
}
.primary-bt {
    cursor: pointer;
    padding: 1.25rem 1.875rem;
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    text-transform: uppercase;
    display: inline-flex;
    white-space: nowrap;
    transition: all ease .4s;
    text-align: center;
    justify-content: center;
}
.primary-bt.wider{
    padding: 1.25rem 3.125rem;
}
.primary-bt:hover{
    filter: brightness(1.4);
}
.primary-bt .left-picto{
    margin-right: 1rem;
}
.primary-bt .right-picto{
    margin-left: 1rem;
}
.primary-bt.transparent-bt{
    background: none;
    color: var(--wp--preset--color--dark);
}
.primary-bt.with-border{
    border: solid 2px var(--wp--preset--color--white);
}
.primary-bt.outline-bt{
    background: none;
    color: var(--wp--preset--color--white);
    border: solid 2px;
}
.primary-bt.outline-bt:hover{
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--white);
    filter: brightness(1);
}
.primary-bt.alt{
    background: var(--wp--preset--color--dark);
    color: var(--wp--preset--color--white);
}
.primary-bt.light{
    background: var(--wp--preset--color--white-2);
    color: var(--wp--preset--color--grey);
}
.primary-bt.light-alt{
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--dark);
}
.primary-bt.light-blue{
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary);
}

.primary-bt.light-blue:hover{
    filter: brightness(1);
    background-color: var(--wp--preset--color--white-2);
}
.primary-bt.donation-bt{
    background: var(--wp--preset--color--donation);
    color: var(--wp--preset--color--dark);
}
.primary-bt.donation-bt:hover{
    background: #e38a1e;
}

.primary-bt:hover,
.primary-bt:active {
}

@media screen and (max-width: 47.9375rem) {
    .primary-bt.md-80{
        width: 100%;
        max-width: 80%;
    }
    .primary-bt.md-100{
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 35.4375em) {
    .primary-bt{
        font-size: 0.75rem;
    }
    .primary-bt.sm-80{
        width: 100%;
        max-width: 80%;
    }
    .primary-bt.sm-100{
        width: 100%;
        max-width: 100%;
    }
}

/* HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0.1875rem 0.9375rem rgba(0,0,0,.10);
    background: var(--wp--preset--color--white);
    padding: 2.5rem 3.125rem 0 3.125rem;
    transition: transform 200ms linear, padding 200ms linear;
}
header .search-container form{
    border-bottom: solid 0.0625rem var(--wp--preset--color--grey);
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 21.25rem;
}
header .search-container form input{
    padding: 0.625rem;
    width: 100%;
    border: none;
    outline: none;
    font-size: 0.75rem;
    line-height: 1.125rem;
}
header .search-container form button{
    margin-right: 0.625rem;
    padding: 0.625rem 0;
    border:none;
    background: transparent;
    width: 1.06rem;
}
header h1{
    margin: 0;
    text-align: center;
}
header .socials{
    margin-top: 1.125rem;
}
header .socials .social:first-of-type{
    margin-right: 1.25rem;
}
header.logo-header{
    transition: all ease .2s;
}
header .container.desktop-only {
    max-width: 100%;
}
header .menu-header{
    margin-top: 1.25rem;
    transition: all ease .2s;
}
header .menu-header .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
header .menu-header .menu .menu-item{
    list-style-type: none;
    padding: 0 1.25rem;
    position: relative;
}
header .menu-header .menu .menu-item a{
    color: inherit;
    line-height: 1.25rem;
    padding-bottom: 0.625rem;
    display: block;
    border-bottom: solid 0.375rem transparent;
}
header .menu-header .menu .menu-item.current-menu-item a{
    border-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
}
header .menu-header .menu .menu-item a:hover{
    color: var(--wp--preset--color--primary);
}
header .menu-header .menu .menu-item:not(:last-of-type)::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0625rem;
    height: 1.25rem;
    background: var(--wp--preset--color--light);
}

header .menu-header .menu .menu-item .sub-menu {    
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    background: var(--wp--preset--color--white);
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}

header .menu-header .menu .menu-item:hover > .sub-menu {
    max-height: 500px;
}

header .menu-header .menu .menu-item .sub-menu .menu-item {    
    white-space: nowrap;
}

header .menu-header .menu .menu-item .sub-menu .menu-item::after {
    display: none;
}

header .first-part-header .col-mobile{
    display: none;
}
header #nav-bt{
    cursor: pointer;
    color: var(--wp--preset--color--dark);
}
header #nav-bt .label{
    margin-right: 0.875rem;
    letter-spacing: .1em;
}
header #nav-bt .burger{
    display: block;
    width: 1.6875rem;
    height: 1.25rem;
    min-width: 1.6875rem;
    min-height: 1.25rem;
    position: relative;
}
header #nav-bt .burger div{
    position: absolute;
    left: 0;
    height: 0.1875rem;
    width: 100%;
    transition: all ease .3s;
    background-color: var(--wp--preset--color--dark);
}
header #nav-bt .burger div.top{
    top: 0;
}
header #nav-bt .burger div.mid{
    top: calc(50% - 1px);
}
header #nav-bt .burger div.bot{
    bottom: 0;
}
header #nav-bt.active .burger div.top{
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
header #nav-bt.active .burger div.mid{
    transform: rotate(-45deg);
}
header #nav-bt.active .burger div.bot{
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
header .mobile-only{
    display: none;
}
header .mobile-only .bt{
    padding: 0.875rem 0.625rem;
    text-align: center;
    background-color: var(--wp--preset--color--white-2);
    color: var(--wp--preset--color--dark);
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .1em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .mobile-only .bt.bt-right{
    background-color: var(--wp--preset--color--donation);
    color: var(--wp--preset--color--dark);
}
header .mobile-only .bt.bt-left-primary{
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
}
header #panel-menu-mobile{
    display: none;
    height: calc(100vh - 65px);
    width: 100%;
    position: absolute;
    top: 4.0625rem;
    left: 0;
    background-color: var(--wp--preset--color--white);
    z-index: 1000000;
    transition: all ease .4s;
    pointer-events: none;
    transform: translateY(-100%);
    padding-bottom: 3.75rem;
    overflow-y: scroll;
}
header.showMenu #panel-menu-mobile{
    transform: translateY(0);
    pointer-events: all;
}



.headroom {
    will-change: transform;
}
.headroom--pinned {
    transform: translateY(0%);
}
/*.headroom--unpinned {
    transform: translateY(-100%);
    box-shadow: none;
}*/
header.headroom--not-top{
    padding-top: 0.625rem;
    position: fixed;
    top: 0;
    left: 0;
    animation: revealHeader ease 1s forwards;
}
@keyframes revealHeader{
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0%)
    }
}
header.headroom--not-top .menu-header{
    margin-top: -1.25rem;
}
header.headroom--not-top .logo-header{
    height: 2.5rem;
    width: auto; 
}
header #mobile-nav ul,
header #mobile-nav li{
    list-style-type: none;
    padding: 0;
}
header #mobile-nav .menu-item{
    text-align: right;
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
    font-size: 2rem;
    line-height: 2.25rem;
    border-bottom: solid 0.0625rem #D8D8D8;
    border-right: solid 0.375rem transparent;
}
header #mobile-nav .menu-item.active{
    border-right-color: var(--wp--preset--color--primary);
}
header #mobile-nav .menu-item.active .menu-link{
    color: var(--wp--preset--color--primary);
}
header #mobile-nav .menu-item.has-submenu .menu-item{
    border: none;
    padding: 0.625rem 0;
    font-size: 1rem;
    line-height: 1.125rem;
}
header #mobile-nav .menu-item.has-submenu .menu-item:first-of-type{
    padding-top: 1.875rem;
}
header #mobile-nav .menu-item.has-submenu .submenu{
    display: none;
}
header #mobile-nav .menu-item.has-submenu .menu-item .sub-menu {    
    display: none;
}
header #mobile-nav .menu-item.has-submenu .menu-link{
    position: relative;
}
header #mobile-nav .menu-item.has-submenu .menu-link .plus{
        position: absolute;
        top: 50%;
        left: calc(100% + 20px);
        transform: translateY(-50%);
        width: 1.25rem;
        height: auto;
}
header #mobile-nav .menu-item.has-submenu .menu-link .plus .croix{
    width: 18px;
    height: 18px;
    position: relative
}
header #mobile-nav .menu-item.has-submenu .menu-link .plus .croix .trait-2,
header #mobile-nav .menu-item.has-submenu .menu-link .plus .croix .trait-1{
    width: 18px;
    height: 2px;
    background: var(--wp--preset--color--dark);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
header #mobile-nav .menu-item.has-submenu .menu-link .plus .croix .trait-2{
    transform: rotate(90deg);
    transition: all ease .4s;
}
header #mobile-nav .menu-item.has-submenu  .submenu-trigger.active .plus .croix .trait-2{
    transform: rotate(0deg);
}
header #panel-menu-mobile .mobile-cta{
    margin-top: 4.375rem;
}
header #panel-menu-mobile .primary-bt{
    width: 80%;
    margin: 0 0 0.625rem 0 !important;
    justify-content: center;
}
header #panel-menu-mobile .socials{
    justify-content: center;
}
header #mobile-nav .menu-item.has-submenu .submenu .current-menu-item{
    color: var(--wp--preset--color--primary);
}
@media (max-width: 73.75rem){
    header.headroom--not-top{
        padding: 0;
    }
    header{
        padding: 0;
    }
    header .first-part-header{
        padding: 0.625rem 1.25rem;
        height: 4.0625rem;
        align-items: center;
        align-content: center;
        z-index: 100000000;
        position: relative;
        background-color: var(--wp--preset--color--white);
    }
    header .desktop-only{
        display: none !important;
    }
    header .first-part-header .col-left,
    header .first-part-header .col-right{
        display: none !important;
    }
    header .first-part-header .col-center{
        width: 50%;
    }
    header .first-part-header .col-center .logo-header{
        margin: 0;
        max-width: 8.75rem;
    }
    header .first-part-header .col-mobile{
        width: 50%;
        display: flex;
    }
    header .mobile-only{
        display: flex;
    }
    header #panel-menu-mobile{
        display: block;
    }
}
/* hide header on print function */
@media print {
    header{
        position: static;
    }
    #header-fix{
        display: none;
    }
}

#nav-below-mobile {
    width: 100%;
}

#nav-below-mobile .primary-bt {
    display: block;
    max-width: 75%;
    text-align: center;
}

/* FOOTER */

#newsletter{
    padding: 3.75rem 0;
    background: var(--wp--preset--color--white-2);
    text-align: center;
}
#newsletter .separator{
    display: block;
    background-color: var(--wp--preset--color--secondary);
    width: 3.125rem;
    height: 0.1875rem;
    margin: 0.625rem auto;
}
#newsletter p{
    margin: 0 0 1.75rem 0;
}
#newsletter .followit-form{
    width: 100%;
    max-width: 40rem;
    margin: auto;
}
#newsletter .followit-form form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#newsletter .followit-form-input{
    width: calc(100% - 10.625rem);
}
#newsletter .followit-form-submit{
    width: 10.625rem;
}
#newsletter .followit-form input{
    width: 100%;
    padding: 1rem;
    border: none;
}
#newsletter .followit-form button{
    width: 100%;
    background-color: #002AB4;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}
@media (max-width: 480px){
    
#newsletter .followit-form form{
    width: 100%;
    display: block;
}
#newsletter .followit-form-input{
    width: 100%;
    margin-bottom: 1rem;
}
#newsletter .followit-form-submit{
    width: 100%;
}
}
footer {
    background: var(--wp--preset--color--dark);
    color: var(--wp--preset--color--white);
    padding: 3.75rem 0 2.5rem 0;
}
footer .menu-footer{
    margin-bottom: 3.125rem;
    transition: all ease .2s;
}
footer .menu-footer .menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .menu-footer .menu .menu-item{
    list-style-type: none;
    padding: 0 0.3125rem;
    position: relative;
}
footer .menu-footer .menu .menu-item:first-of-type{
    padding-left: 0;
}
footer .menu-footer .menu .menu-item:last-of-type{
    padding-right: 0;
}
footer .menu-footer .menu .menu-item a{
    color: inherit;
    font-size: 1.25rem;
}
footer .menu-footer .menu .menu-item a:hover{
    text-decoration: underline;
}
footer .footer-msg{
    max-width: 18rem;
    color: var(--wp--preset--color--grey);
}
footer .socials .social:first-of-type{
    margin-bottom: 1.25rem;
    padding-left: 0.125rem;
}
footer .socials .social{
    width: 100%;
    max-width: 5.625rem;
    color: var(--wp--preset--color--grey);
    font-weight: 700;
}
footer .socials .social img{
    filter: invert(1) brightness(100);
}
footer .row-3{
    margin-top: 1.5rem;
}
footer .row-3 .col-2 p{
    text-align: right;
    color: var(--wp--preset--color--grey);
}
@media screen and (max-width: 47.9375rem) {
    footer .row-1 .col-menu{
        order: 1;
    }
    footer .row-1 .menu-footer{
        margin-bottom: 0;
    }
    footer .row-1 .menu-footer .menu{
        display: block;
    }
    footer .row-1 .menu-footer .menu .menu-item{
        padding-left: 0;
        padding-bottom: 1rem;
    }
    footer .row-1 .col-1{
        order: 3;
        margin-top: 1rem;
    }
    footer .row-1 .footer-msg{
        max-width: 21.875rem;
        margin: auto;
        text-align: center;
    }
    footer .row-1 .col-2{
        order: 2;
    }

    footer .row-3{
        margin-top: 1.875rem;
    }
    footer .row-3 .col-1{
        margin-bottom: 1.875rem;
    }
    footer .row-3 .logo-footer{
        margin: auto;
        max-width: 12.5rem;
        height: auto;
    }
    footer .row-3 .col-2 p{
        text-align: center;
        width: 100%;
    }
}

/* Main */
main{
    padding-top: 2.1875rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 100;
}
main #wrapper{
    width: 100%;
    max-width: 62.5rem;
    margin: auto;
    background-color: var(--wp--preset--color--white);
}
.has-sidebar{
    padding-right: 1.25rem;
}
@media screen and (max-width: 47.9375rem) {
    main{
        margin-bottom: 1.25rem;
        padding-top: 1.25rem;
    }
    .sidebar{
        margin-top: 1.875rem;
    }
    .has-sidebar{
        padding-right: 0;
    }
}

/* styled-title */
.styled-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
    overflow: hidden;
}
.styled-title .main-title{
    line-height: 2rem;
    position: relative;
}
.styled-title .main-title::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 100%;
    background-color: var(--wp--preset--color--secondary);
    height: 0.1875rem;
    width: 100vw;
    margin-left: 2.5rem;
    margin-bottom: 0.35em;
}

/* user styled-title */
.user-styled-title{
    line-height: 1.875em;
    color: var(--wp--preset--color--primary);
    text-transform: none;
}
.user-styled-title:after{
    content: "";
    display: block;
    background-color: var(--wp--preset--color--light);
    height: 0.0625rem;
    width: 5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
@media (max-width: 35.4375rem){
    .user-styled-title:after{
        margin-top: 0.625rem;
        margin-bottom: 1.25rem;
    }
    .user-styled-title{
        font-size: 1rem;
    }
}




/**
 *
 * Parts : Breadcrumb
 *
**/
#breadcrumb{
    background: var(--wp--preset--color--light-grey);
    padding: 0.625rem 0;
    color: var(--wp--preset--color--dark);
    font-weight: 300;
}
#breadcrumb li{
    list-style-type: none;
}
#breadcrumb li.separator{
    margin: 0 0.625rem;
}
#breadcrumb a:hover{
    text-decoration: underline;
}

/* Breadcrum user variation */

#breadcrumb.variation{
    background: transparent;
    padding: 0.625rem 0;
    color: #fff;
    position: absolute;
}

/**
 *
 * Page : Single
 *
**/
#single-header{
    background: var(--wp--preset--color--light-grey);
    padding: 1.25rem 0;
}
#single-header .title{
    font-weight: 500;
    margin: 0;
    line-height: 1.3em;
    max-width: 47.5rem;
}

@media screen and (max-width: 47.9375rem) {
    #single-header{
        padding: 0.625rem 0 2.1875rem 0;
    }
    #single-header .title{
        line-height: 1.6875rem;
        font-size: 1.25rem;
    }
    
}
#single-header .category{
    margin-bottom: 1.25rem;
}
#single-header .post-categories{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
}
#single-header .post-categories li{
    padding: 0 1rem;
    border-left: solid 0.0625rem var(--wp--preset--color--light);
    list-style-type: none;
}
#single-header .post-categories li:first-of-type{
    padding-left: 0;
    border-left: none;
}
#single-header .post-categories li a{
    color: var(--wp--preset--color--primary);
    line-height: 1.25rem;
}
#single-header .post-categories li a:hover{
    text-decoration: underline;
}
#single-content{
    padding: 2.5rem 0 1rem 0;
}
#single-content .date{
    font-weight: 300;
}
#single-content .date .post-author{
    font-style: italic;
}
#single-content .commentaires{
    text-decoration: underline;
    text-align: right;
}
@media screen and (max-width: 35.4375em) {
    #single-content .commentaires{
        text-align: left;
    }
    #single-content{
        padding: 1.25rem 0 1.25rem 0;
    }
}
#single-content .post-meta{
    margin-bottom: 1.25rem;
}
#single-content .post-thumbnail{
    margin-bottom: 1.25rem;
}
#single-content .post-thumbnail img{
    margin: auto;
}
#single-content .post-thumbnail .legende{
    padding-left: 0.3125rem;
    font-weight: 300;
}
#single-content .post-content{
    margin-bottom: 3.75rem;
}
#single-content .post-content .wp-caption{
    padding: 5px;
    background: var(--wp--preset--color--white-2);
    margin: auto;
}
#single-content .post-content .wp-caption img{
    margin: auto;
}
#single-content .post-content .wp-caption-text{
    font-size: 0.75rem;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
#single-content iframe{
    max-width: 100%;
    display: block;
    margin: auto;
}
#single-content .post-content p,
#single-content .post-content ul,
#single-content .post-content ol{
    margin-bottom: 1em;
}
#single-content .post-content p,
#single-content .post-content ul,
#single-content .post-content ol,
#single-content .post-content li,
#single-content .post-content a{
    font-size: inherit;
    color: var(--wp--preset--color--grey);
    line-height: 1.6em;
}
#single-content .post-content ul,
#single-content .post-content ol{
    padding-left: 1rem;
}
#single-content .post-content h1,
#single-content .post-content h2,
#single-content .post-content h3,
#single-content .post-content h4,
#single-content .post-content h5{
    line-height: 1.25em;
    font-weight: 500;
    margin: 1em 0 .5em 0;
}
#single-content .post-content .wp-caption{
    margin-bottom: 1em;
    max-width: 100%;
}
#single-content .post-share{
    padding: 1.875rem 0;
    border-top: solid 0.0625rem var(--wp--preset--color--light);
    border-bottom: solid 0.0625rem var(--wp--preset--color--light);
}
#single-content .post-share .a2a_svg{
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#single-content .post-share .a2a_svg svg{
    width: 1.875rem;
    height: auto;
}
#single-content .post-share .title{
    font-weight: 500;
}

@media screen and (max-width: 47.9375rem) {
    #single-content .post-share .title{
        margin: auto;
        margin-bottom: 1.1875rem;
    }
    #single-content .post-share .addtoany_shortcode{
        display: flex;
        justify-content: center;
        padding: 0 1.25rem;
    }
    #single-content .post-share .addtoany_list{
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }
    #single-content .post-share .addtoany_list>a{
        margin-bottom: 0.5rem;
    }
}

#comments{
    padding-top: 3.75rem;
}
#comments .no-comments{
    margin-bottom: 1rem;
    text-align: center;
}
#comments .single-comment{
    background: var(--wp--preset--color--white-2);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}
#comments .children{
    margin-top: 2rem;
    padding-left: 2.5rem;
}
#comments .children .single-comment{
    background: var(--wp--preset--color--white);
    margin-bottom: 0.625rem;
}
#comments .children .single-comment:last-of-type{
    margin-bottom: 0rem;
}
#comments .meta{
    margin-bottom: 0.625rem;
}
#comments .date{
    text-align: right;
}
#comments .post-author.certified{
    color: var(--wp--preset--color--primary);
    font-style: italic;
}
#comments li{
    list-style-type: none;
}
#comments .body p{
    font-size: inherit;
    margin-bottom: 1em;
    color: var(--wp--preset--color--grey);
}
#comments .body p:last-of-type{
    margin-bottom: 0;
}
#comments .reply{
    padding-left: 2rem;
    text-transform: uppercase;
    text-decoration: underline;
}
#comments #comments-title{
    text-align: center;
    margin-bottom: 1rem;
}
#comments .commentlist{
    margin-bottom: 1.25rem;
}
#comments .navigation{
    margin-bottom: 1.25rem;
}
#comments .meta-nav{
    text-decoration: underline;
    font-style: italic;
}
#comments #respond-container{
    text-align: center;
    margin-bottom: 1rem;
}
#comments .reply-form-container{
    display: none;
    text-align: left;
    width: 100%;
}
#comments .reply-form-container.active{
    display: block;
}
#comments .reply-form-container form,
#comments .reply-form-container input,
#comments .reply-form-container textarea{
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    border: solid 0.0625rem var(--wp--preset--color--light);
    margin-bottom: 1em;
}
#comments .reply-form-container input[type="submit"]{
    border: none;
    width: auto;
    margin-bottom: 0;
}
#comments #cancel-comment-reply{
    text-decoration: underline;
    font-style: italic;
}
.error-form-mail,
.error-form-nom{
    display: none;
    color: red;
    font-size: 0.75rem;
    font-style: italic;
}
@media (max-width: 47.9375rem){
    #comments .single-comment .body{
        display: block !important;
    }
    #comments .reply{
        padding: 0;
        margin-top: 1rem;
        text-align: right;
    }
    #comments #respond-container{
        margin-bottom: 0;
    }
    #comments .reply-form-container input[type="submit"]{
        display: block;
        margin: auto;
    }
    #comments .children{
        padding-left: 1rem;
    }
}
/**
 *
 * Parts : tags
 *
**/
#tags{
    margin-bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
}
#tags .tag-link{
    background: var(--wp--preset--color--primary);
    padding: 0.125rem 0.625rem;
    margin: 0 0.5rem 0.5rem 0;
    color: var(--wp--preset--color--white);
    white-space: nowrap;
}

/**
 *
 * Parts : donation
 *
**/
#related{
    margin-bottom: 0.75rem;
    background: #f5f5f5;
    padding: 1.25rem;
}
#related .block-title {
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
}
#related .block-title h3 {
    font-weight: 700;
    text-align: center;
}
#related .post{
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: solid 0.0625rem var(--wp--preset--color--light);
}
#related .post:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#related .post .vignette{
    width: 40%;
    padding-bottom: 40%;
    position: relative;
}
#related .post .vignette img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#related .post .post-title{
    width: 60%;
    padding-left: 0.625rem;
}
#related .post .post-title .entry-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
#related .post:hover .post-title .entry-title{
    text-decoration: underline;
}


/* GIVE CUSTOM CSS */

.give-btn {
    cursor: pointer;
    padding: 1rem 1.2rem;
    background: #25262B;
    font-weight: bold;
    color: var(--wp--preset--color--white);
    text-transform: uppercase;
    display: inline-flex;
}

.give-submit {
    background: var(--wp--preset--color--primary);
    display: block;
    margin: auto;
    float: none !important;
}

.give-gateway-option {
    color: #303030;
}

.give-label {
    color: var(--wp--preset--color--primary);
}

.give-input {
    width: 100%;
    padding: 0.75rem 0.625rem !important;
    background: transparent;
    border: 0.0625rem solid #707070;
    margin-bottom: 1.875rem;
    font-family: Inter;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.625rem;
    text-align: left;
    color: #808080;
}

/*
*
* POP UP TOP
*
*/
#pop-up-top{
    overflow: hidden;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--dark);
    position: relative;
    height: 0;
}
#pop-up-top .close{
    position: absolute;
    top: 1.875rem;
    right: 3.125rem;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
}
#pop-up-top .close div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: var(--wp--preset--color--white);
    transform: rotate(45deg);
    transform-origin: center;
}
#pop-up-top .container{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.pop-up-top__container{
    border: solid 10px var(--wp--preset--color--donation);
}
#pop-up-top .main-title{
    font-weight: 700;
}
.pop-up-top__content{
    padding: 1.875rem 0;
    max-width: 53.75rem;
    margin: auto;
    white-space: pre-line;
    font-size: 0.875rem;
}
.pop-up-top__pictopay{
    margin: 20px auto 0 auto;
    width: 9.375rem;
    height: auto;
}
@media screen and (max-width: 47.9375rem) {
    #pop-up-top .container{
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

.headroom--not-top #pop-up-top .main-title{
    margin-bottom: 1.25rem;
}
.headroom--not-top .pop-up-top__pictopay,
.headroom--not-top .pop-up-top__content{
    display: none;
}
.headroom--not-top #pop-up-top .container{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}


/* archi date */
#cat-recent{
    padding: 2.5rem 0;
}

@media screen and (max-width: 47.9375rem) {
    #cat-recent{
        padding: 1.25rem 0;
        margin-bottom: 0;
    }
}


/* Preloader */
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 0.5rem;
    width: 1rem;
    background: var(--wp--preset--color--primary);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 0.5rem;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 2rem;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 3.5rem;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 0.5rem;
      height: 4rem;
    }
    50%, 100% {
      top: 1.5rem;
      height: 2rem;
    }
  }
  
/*
*
* Popup mobile search
*
*/
#search-mobile{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    pointer-events: none;
    transform: translateY(100%);
    background-color: var(--wp--preset--color--white);
    transition: all ease .4s;
}
#search-mobile.active{
    pointer-events: all;
    transform: translateY(0);
}
#search-mobile .title{
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
    text-align: center;
}
#search-mobile .input-container{
    margin-bottom: 2.5rem;
    position: relative;
}
#search-mobile .input-container input{
    width: 100%;
    border: none;
    border-bottom: solid 0.0625rem #808080;
    padding: 0.875rem 0.875rem 0.875rem 3.75rem ;
}
#search-mobile .input-container img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#search-mobile button[type="submit"]{
    border: none;
}
#search-mobile .close{
    background-color: var(--wp--preset--color--dark);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all ease .4s;
}
#search-mobile.active .close{
    opacity: .4;
    pointer-events: all;
}
#search-mobile .close-bt{
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}

/* Default page */
.content p{
    margin-bottom: 1em;
}
.content ul{
    padding-left: 1em;
    margin-bottom: 1em;
}


/* PRINT Style */
@media print {
    header {
        display: none !important;
    }

    .widget-area{
        display: none !important;
    }

    .trc_related_container {
        display: none !important;
    }

    #pop-up-top{
        display: none !important;
    }

    #pop-up-bot{
        display: none !important;
    }

    #search-mobile {
        display: none !important;
    }

    #top-divider {
        display: none !important;
    }

    .post-share {
        display: none !important;
    }

    #comments {
        display: none !important;
    }

    .sidebar {
        display: none !important;
    }

    #modules-bottom {
        display: none !important;
    }

    footer {
        display: none !important;
    }
}


.confirm-news{
    text-align: center;
    padding: 6.25rem 0;
}

.confirm-news__content{
    margin: 2.5rem auto;
    max-width: 37.5rem;
}