/*
Theme Name: cubcubcub
Theme URI: http://underscores.me/
Author: cub
Author URI: http://www.cubcubcub.com
Description: Miaou :3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cub
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cubcubcub is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*@import url(https://911371.claudeassets.com/20250323065617cs_/http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);*/
@import url(https://2aaf08.claudeassets.com/20250323065617cs_/https://fonts.googleapis.com/css?family=Raleway:400,600);

/*--------------------------------------------------------------
# RESET
--------------------------------------------------------------*/
html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover, a:active {
    outline: none;
}
a {
    color: inherit;
    font-size: inherit;
}

strong{
    font-weight: bold;
}
strong > *{
    font-weight: bold;
}

.edit-link{
    display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.site-header {
    display: block;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #ffff54;
	/*background-image: url(https://9b4c6b.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/motif.png);
	background-size: cover;
	background-position: center;/*/

    /*background-image: url(https://5be187.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/gif_home_06.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;*/
}
.site-header:after {
	content: "";
	display: block;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.header__animation{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(80vh * 200 / 200);
    height: 80vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(https://358967.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/animation.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*animation: animationlogo 6s steps(31) infinite;*/
    will-change: background-position;
}
@-webkit-keyframes animationlogo {
    100% { background-position: 0 calc(-80vh * 31); }
}
@keyframes animationlogo {
    100% { background-position: 0 calc(-80vh * 31); }
}
.header__animation.portrait{
    width: calc(80vw * 200 / 200);
    height: 80vw;
    /*animation: animationlogoportrait 10s steps(31) infinite;*/
}
@-webkit-keyframes animationlogoportrait {
    100% { background-position: 0 calc(-80vw * 31); }
}
@keyframes animationlogoportrait {
    100% { background-position: 0 calc(-80vw * 31); }
}

/*
.site-header__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-header__logo {
    max-height: 50%;
    max-width: 60%;
    max-height: 50vh;
    max-width: 60vw;
    width: auto;
    height: auto;
}

.site-header__slogan {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
}
.site-header__title {
    font-size: 1.5rem;
    line-height: 1.2;
}*/

.site-header__scroll-content{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5rem;
    margin-left: -2.5rem;
    height: 3rem;
    background-image: url(https://370ce9.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/fleche_bas.svg);
    background-repeat: no-repeat;
    background-size: auto 1rem;
    background-position: center;
    cursor: pointer;
	z-index: 1;
}
.main-navigation {
    display: block;
    position: fixed;
    width: 100%;
    height: 6rem;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 9999;
    background-image: url(https://8a3963.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/be_seen.svg);
    background-position: calc(100% - 20px) 50%;
    background-size: auto 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s height ease;
    transition: 0.2s height ease;
}
.main-navigation.fixed{
    height: 4rem;
}
.admin-bar .main-navigation {
    top: 32px;
}
.main-navigation .menu-toggle {
    background: transparent;
    border: 0;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 10px;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    z-index: 2;
    outline: 0;
    cursor: pointer;
}

.main-navigation__open, .main-navigation__close {
    display: block;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 10px;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.main-navigation__open {
    background-image: url(https://ec0714.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/hamburger.svg);
    background-size: 60% auto;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.main-navigation__close {
    background-image: url(https://d73530.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/fermer_menu.svg);
    opacity: 0;
    background-size: 50% auto;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
.main-navigation.toggled .main-navigation__open {
    opacity: 0;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.main-navigation.toggled .main-navigation__close {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.main-navigation__yolo{
    position: absolute;
    display: block;
    right: 0;
    height: 100%;
    top: 0;
    width: 10%;
}

.menu-menu-container{
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(3rem + 10px);
    opacity: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
    letter-spacing: -0.5rem;
}
.menu-menu-container ul{
    display: block;
    width: 100%;
    height: 3rem;
}
.menu-menu-container li{
    display: inline-block;
    height: 3rem;
}
.menu-menu-container a{
    display: block;
    text-decoration: none;
    line-height: 3rem;
    margin: 0 0.5rem;
    color: #000;
    text-transform: uppercase;
    /*transition: 0.2s all ease;*/
}
.menu-menu-container li.current_page_item a{
    font-weight: 600;
}
.menu-menu-container a:hover{
}
.main-navigation.toggled .menu-menu-container{
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    letter-spacing: 0;
}
/* smallscreen */
.main-navigation.small .menu-menu-container{
    top: calc(100% - 1.5rem);
    left: 10px;
    width: 0;
    height: 0;
}
.main-navigation.small.fixed .menu-menu-container{
    top: calc(100% - 1rem);
}
.main-navigation.toggled.small .menu-menu-container{
    width: calc(100% - 20px);
    height: 9rem;
}
.main-navigation.small .menu-menu-container ul{
    height: 100%;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(left, #FFF 10%, #EEE 50%, #FFF 90%);
    background-image: linear-gradient(to right, #FFF 10%, #EEE 50%, #FFF 90%);
    background-position: 0 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
}
.main-navigation.small .menu-menu-container li{
    display: block;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #FFF 10%, #EEE 50%, #FFF 90%);
    background-image: linear-gradient(to right, #FFF 10%, #EEE 50%, #FFF 90%);
    background-size: 100% 1px;
    background-position: 0 0;
    background-repeat: no-repeat;
}




/* content */
.site-content{
    margin-top: 5rem;
}

.single-post .site-content{
    background-color: #ededed;
    margin: 20px;
    margin-top: 4rem;
    position: relative;
    padding-top: 2rem;
}


.top__bartools{
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.top__bartools__close, article a[rel="prev"], article a[rel="next"] {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.top__bartools__close {
    background-image: url(https://3c1336.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/fermer_petit.svg);
}
article a[rel="prev"]{
    background-image: url(https://1be808.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/fleche_next.svg);
}
article a[rel="next"]{
    background-image: url(https://2082c9.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/fleche_prev.svg);
}

article:after{
    content:"";
    display: table;
    clear: both;
}



.single-post .entry-header{
    width: 40%;
}

.single-post .entry-header{
    width: 46%;
    float: left;
}
.single-post header.entry-header{
    padding: 20px;
    padding-top: 40px;
}

.single-post .entry-content{
    padding-top: 40px;
}
.single-post .entry-content p{
    padding: 0 20px;
    margin-bottom: 20px;
    display: table;
}


.entry-header .wp-tiles-container{
    clear: both;
}
.entry-title{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 1.2rem;
}
.entry-title ~ .tags-links{
    text-align: center;
    display: block;
}
.entry-title ~ .tags-links a {
    text-decoration: none;
    color: #4c4c4c;
    pointer-events: none;
    font-size: 0.9rem;
    line-height: 1.4;
}
.entry-title ~ .cat-links{
    text-align: center;
    display: block;
}
.entry-title ~ .cat-links a {
    text-decoration: none;
    color: #4c4c4c;
    pointer-events: none;
    font-size: 0.8rem;
    line-height: 1.4;
}

.entry-content p {
    color: #4c4c4c;
    font-size: 0.9rem;
    line-height: 1.4;
}

.main-navigation.small ~ .site-content .entry-header {
    float: none;
    width: auto;
}




body.page:not(.home) .site-content{
    background-color: #ededed;
    padding: 20px;
    padding-top: 40px;
    margin: 20px;
    margin-top: 4rem;
    min-height: calc(100vh - 14rem);
}

.main-navigation.small ~ .site-content .about__header {
    float: none;
    width: auto;
}








/* footer */
.site-info{
    padding: 20px;
    padding-top: 0;
    position: relative;
}
.site-info h1 {
    font-weight: bold;
    font-size: 0.8rem;
}
.site-info h2 {
    font-size: 0.8rem;
}
.site-info a {
    color: inherit;
    font-size: 0.8rem;
    text-decoration: none;
}
.site-info > *{
    line-height: 1.4;
}
.footer__backtop{
    background-image: url(https://aaacf7.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/fleche_haut.svg);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}


/* wp-tile plugin */
.wp-tiles-byline-wrapper{
    padding: 0 !important;
}
.wp-tiles-container{
    overflow-x: hidden !important;
    padding: 0 20px;
    padding-bottom: 10px;

    clear: both;
}
.single-post .wp-tiles-container{
    padding-top: 40px;
}

.wp-tiles-byline-wrapper{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: block;
    width: 100%;
}
.wp-tiles-byline-title {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
}


/* about */
.about__header{
    float: left;
    width: 50%;
    padding: 20px;
}
.about__header h1{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.about__header h2{
    display: block;
    text-align: center;
    line-height: 1.5;
}
.about__header img{
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    width: 80%;
    height: auto;
    border-radius: 100%;
    max-width: 12rem;
}
.about__description{
    margin-top: 20px;
    margin-right: 20px;
}
.about__description p{
    margin-bottom: 10px;
}
.about__link {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.about__link img {
	display: block;
	width: 30px;
	height: auto;
}
.about__btncv{
    display: block;
    text-align: center;
    text-decoration: underline;
    color: inherit;
    margin-top: 2rem;
}
.about__kakemos{
    clear: both;
    padding-top: 2rem;
    text-align: center;
}
.about__kakemos:after{
    content: "";
    clear: both;
    display: table;
}
.about__kake{
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 20%;
    min-width: 200px;
    padding: 20px;
    box-sizing: border-box;
    background-image: url(https://bd9961.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/digital.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 9rem;
    padding-top: 8rem;
}
.about__kake:nth-child(2){
    background-image: url(https://eeed3c.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/direction.svg);
}
.about__kake:nth-child(3){
    background-image: url(https://5f24ab.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/print.svg);
}
.about__kake:nth-child(4){
    background-image: url(https://313539.claudeassets.com/20250323065617im_/http://fannymartel.com/wp-content/themes/cub/img/interface.svg);
}
.about__kake h3{
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}
.about__kake p{
    text-align: center;
}

/* contact */
.contact__header{
    float: left;
    width: 50%;
    padding: 20px;
}
.contact__header h1{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.contact__header h2{
    display: block;
    text-align: center;
    line-height: 1.5;
}
.contact__header img{
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    width: 80%;
    height: auto;
    border-radius: 100%;
}
.contact__description{
    margin-top: 20px;
    position: relative;
    padding-top: 6rem;
}
.contact__description p{
    margin-bottom: 20px;
    font-size: 1rem;
    position:relative;
}
.contact__description a{
    color: inherit;
    text-decoration: none;
}
.cubcubcub, .cubcubcub a{
    font-size: 10px;
    color: #AAA;
    text-decoration: none;
}
.cubcubcub{
    position: absolute;
    bottom: 0;
    right: 0;
}
.contact__description:after{
    content: "";
    display: table;
    clear: both;
}

.entry-content {
    position: relative;
}


.issuuembed {
    margin: 0 auto;
    clear: both;
    width: calc(100% - 40px) !important;
    height: 50vh !important;
    min-height: 20rem;
}

/*
     FILE ARCHIVED ON 12:11:44 Mar 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:45:51 Sep 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.428
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.041
  esindex: 0.007
  cdx.remote: 5.347
  LoadShardBlock: 73.835 (3)
  PetaboxLoader3.datanode: 58.348 (4)
  PetaboxLoader3.resolve: 93.866 (2)
  load_resource: 99.724
*/