@font-face {
    font-family: JetBrainsMono;
    src: url(webfonts/JetBrainsMono-Variable.woff2);
}

@font-face {
    font-family: Bebas;
    src: url(webfonts/BebasNeue-Regular.woff2);
}


@font-face {
    font-family: GeistMonoRegular;
    src: url(webfonts/GeistMono_regular.woff2);
}

@font-face {
    font-family: RobotoCondensed;
    src: url(webfonts/roboto-condensed.woff2);
}

header,
.site-main,
footer {
    padding: 20px;
}

.entry-header {
    padding: 0;
}

h1 {
    font-family: RobotoCondensed;
    font-size: 7rem;
    text-transform: uppercase;
    letter-spacing: 0.8em;
    line-height: 0.8em;
    letter-spacing: -0.02em;
    margin: 0;
    display: block;
    width: fit-content;
}

p {
    max-width: 50%;
    font-family: JetBrainsMono;
    font-weight: 200;
}

/* NAVIGATION */

.menu li a {
    margin-right: 30px;
    font-family: JetBrainsMono;
    text-transform: uppercase;
    font-weight: 100;
    color: #231F20;
}

.menu li a:active {
    font-weight: bold;
}

/* ACCUEIL */

.home h1 {
    font-size: 10rem;
}

.home h2 {
    font-family: JetBrainsMono;
    font-size: 1rem;
    font-weight: lighter;
    margin-top: 27rem
}


.accueil_groupe_titre .wp-block-group__inner-container {
    /* background-color: red;*/
    display: flex;
    justify-content: flex-start;
    align-items: last baseline;
}



.wp-block-button a {
    border: 0px;
    font-family: JetBrainsMono;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.2rem;
}

/* SHORTCODE */
.shortcode_random_thumbnail .wp-block-group__inner-container {
    margin-top: 50px;
    display: flex;
}

article.shortcode-item a {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.button_plus {
    font-size: 10rem;
    font-weight: 100;
    line-height: 0;
    margin: 0;
    position: relative;
    bottom: -45px;
}


/* custome style for portrait grid */
.portraits-grid {
    background-color: pink;
    display: flex;
    flex-wrap: wrap;
}

.portraits-grid article {
    width: 30%;
    justify-content: space-between;
    background-color: #aaa;
    margin: 1rem;
}

/* PORTRAITS SINGLE */

.single-portrait h1 {
    margin-bottom: 0;
}

.single-portrait h4 {
    margin-top: 0;
    font-size: 1rem;
}

.single-portrait h4 span {
    font-weight: normal;
}

h3 {
    font-family: Bebas;
}

h3 span,
h1 span {
    font-size: 0.6em;
}

.home .entry-header {
    display: none;
}

/* SEARCH RESULTATS */

.search article {
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-bottom: 1rem;
}

.search .search-results-thumbnail {
    width: 20%;
}

.search .search-results-thumbnail img {
    display: block;
}

.search-results-content-text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 75%;
}

.search .search-results-title {
    width: 30%;
}

.search .search-results-title h2 {
    margin-top: 0;
    line-height: 1;
}

.search .search-results-excerpt {
    width: 65%;
}

.search .search-results-excerpt p {
    margin-top: 0;
}

/* FOOTER */

footer {
    background-color: #231F20;
    color: white;
    font-family: JetBrainsMono;
    font-weight: 200;
}

footer h4 {
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-size: 1.4rem;
    margin: 15px 0 0 0;
}

.main-info-footer {
    display: flex;
}

.col01 {
    width: 50%;
}

.col01 p {
    margin: 0;
}

.col02 {
    width: 20%;
}

.col03 {
    width: 20%;
}