/**
* Thme Name: Paszko
 */

@font-face {
    font-family: "FuturaPT-Book";
    src: url("./assets/fonts/FuturaPT-Book_gdi.woff2") format("woff2");
}
@font-face {
    font-family: "FuturaBold";
    src: url("./assets/fonts/futurastd-bold.woff2") format("woff2");
}
html, body {
    height: 100%;
}
body{
    background-color: #F9F9F9;
    padding-top: 4.5rem;
}


a {
    text-decoration: none;
    color: #000;
}


/* ----------------
    MENU
 ---------------- */
#menu_header{
    border-bottom: 1px #ccc solid;
    background-color: #F9F9F9;
}
#menu_header div.navbar-collapse{
    justify-content: flex-end;
}
#menu_header a.nav-item{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    line-height: 1;
    padding: 10px 22px;
    transition: all 150ms linear;
    font-size: 0.8em;
}
#menu_header a.nav-item:hover{
    color: #ccc;
}
#menu_header a.nav-item.active{
    color: #666;
    font-weight: bold;
}
button.navbar-toggler{
    text-color: red;
}
nav>a.navbar-brand{
    letter-spacing: 1px;
    color: #666;
    line-height: 1;
    padding: 10px 22px;
    transition: all 150ms linear;
    font-size: 1em;
}

/* ----------------
   Contenu
 ---------------- */
@media screen and (min-width: 992px){
    .containerHome{
        margin-top: 20em;
		z-index: 50;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .containerHome{
        margin-top: 10em;
		z-index: 50;
    }
}
@media screen and (max-width: 768px){
    .containerHome{
        margin-top: 5em;
		z-index: 50;
    }
}


.fill {
    min-height: 100%;
    height: 100%;
}
.content{
    width: 90%;
}

.pageContent{
    font-family: 'FuturaPT-Book';
}

.pageContent img{
    height: auto;
}

.pageContent .wp-block-embed-youtube{
    margin-top: 1.5em;
}

/* Responsive Youtube */
.youtube{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed{
    position: absolute;
    top: 0;
    left: 10%; /* Centrage car comme le Iframe fait 80%, reste 20% à répartir (10 à gauche donc 10 a droite aussi)*/
    width: 80%;
    height: 80%;
    display: block;
    margin: 0 auto;
}

.wp-block-embed__wrapper{
    position: static;
}


/*
.youtubelarge iframe{
    width: 1200px;
    height: 600px;
    display: block;
    margin: 0 auto;
}
*/
h1.page{
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    border-bottom: 1px #808080 solid;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "FuturaPT-Book", serif;
    /*margin-bottom: 0.2em;*/
}

h2.page{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.1em;
    color: #000000;
    border-bottom: 1px #808080 solid;
    padding-bottom: 0.5em;
    margin-bottom: 0em;
    font-family: "FuturaPT-Book", serif;
}




/* ----------------
    HOME.twig
 ---------------- */
.imgHeader{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.imgHeader>div{
    margin: 0px;
    padding: 0px;
}
.imgHeader img{
    width: 100%;
    height: 60%; /* height of container */
    object-fit: cover;
}

h1.home{
    text-align: center;
    color: #808080;
    font-size: 3em;
    font-weight: 400;
    font-family: inherit;
    border-bottom: 1px #808080 solid;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "FuturaPT-Book", serif;
}



/* ----------------
    Titre page vertical
 ---------------- */
.fixed-title {
    /*width: 500px;*/
    top: 55%;
    height: 85px;
}
.fixed-title {
    position: fixed;
    /*max-width: 10%;*/
    min-width: 8%;
    height: 100px;
    top: 50%;
    margin-top: 125px;
    letter-spacing: 0.17em;
    font-size: 12px;
    text-transform: uppercase;
    /*margin-left: -54px;*/
    /*line-height: 50px;*/
    text-align: right;
    cursor: default;
    overflow: hidden;
    -webkit-transform: rotate(
            -90deg
    );
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(
            -90deg
    );
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    z-index: 12;
}

.fixed-title h1, .fixed-title h2,.fixed-title span, .fixed-title a {
    position: relative;
    z-index: 3;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: inherit;
    line-height: inherit;
}


/* ----------------
    Footer
 ---------------- */
.outdoor-footer {
    height: 20px!important;
    line-height: 20px!important;
    border-top: 1px solid #ccc;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 15;
    padding: 0 50px;
    line-height: 50px;
}
.policy-box {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}

/* ----------------
    Back to TOP
 ---------------- */
#scroll {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:40px;
    height:40px;
    background: rgba(0,0,0,0.81);
    text-indent:-9999px;
    display:none;
	z-index: 100;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
    transition: all 150ms linear;
}
#scroll:hover {
    opacity: 0.8;
}