p,h1,h2,h3,h4,h5,h6,span,li{
    font-family: 'Montserrat', sans-serif;
}
#offcanvas-nav-primary ul li a {
    color: #fff;
}
.header-hp{
    background-image: url('../images/home.jpg');
    background-size: cover;
    background-position: top center;
    height: 75vh;
    position: relative;
}

.episodes-container{
    overflow-x: hidden;
}

.header-container {
    position:absolute;
    height: 100%;
    display: grid;
    grid-template-columns: 300px auto;
    width: 100%;
    background-color: hsl(0deg 0% 0% / 50%);
}

.header-content nav {
    background: none!important;
    height: 120px;
}

.header-content nav li {
    padding: 0px 30px;
}

.header-content nav li a {
    color: #fff;
    font-size: 1.25em;
    text-transform: none;
    position: relative;
    padding: 0;
}
.header-content nav li:hover a{
    color: #e0ab5b;
}
.header-content nav li.active a:before {
    top: 10px;
    content: "";
    width: 70%;
    height: 2px;
    position: absolute;
    background: #e0ab5b;
}

.header-text-container {
    position: absolute;
    bottom: 25%;
    left: 80px;
}

.header-content {
    position: relative;
}
.header-text-container h3 {
    font-size: 1.6em;
    color: #fff;
    max-width: 585px;
}

.header-text-container a {
    background: #e0ab5b;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.1em;
    padding: 12px 25px;
    cursor: pointer;
}

.notre-eglise-tab .switcher-text-title {
    color: #e0ab5b!important;
}

.notre-eglise-tab .switcher-text-desc p {
    color: #fff!important;
}
.notre-eglise-tab .switcher-text a{
    background: #e0ab5b;
    outline: none;
    color: #fff;
    font-size: 1.1em;
    padding: 12px 25px;
    cursor: pointer;
    border: 1px solid #e0ab5b;
    transition: 0.3s all;
    margin-top: 30px;
    display: inline-block;
}
.notre-eglise-tab .switcher-text a:hover{
    background: transparent;
    color: #e0ab5b;

}



.page-content .section-switcher ul.uk-subnav li.uk-active a{
    background-color: unset!important;
    font-weight: 700;
}

.page-content .section-switcher ul.uk-subnav li:nth-child(1) {
    background: #e0ab5b;
}

.page-content .section-switcher ul.uk-subnav li {
    background: #3f3f3f;
    padding: 10px 80px;
}

.page-content .section-switcher ul.uk-subnav li a{
    font-size: 1.3em;
    color: #fff;
    text-transform: lowercase;
}

.page-content .section-switcher ul.uk-subnav li:nth-child(1) a {
    float: right;
}
.page-content .section-switcher ul.uk-subnav li a {
    background-color: unset!important;
}
.page-content .section-switcher ul.uk-switcher li.mon-histoire-tab {
    background-color: #dba859;
}
.page-content .section-switcher ul.uk-switcher li.notre-eglise-tab {
    background-color: #3f3f3f;
}

.page-content .section-switcher ul.uk-switcher li .tab-title-bottom {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
li.mon-histoire-tab .tab-title-bottom p {
    font-size: 10rem;
    text-align: center;
    margin: 0;
    line-height: 10rem;
    color: #dba859;
    font-weight: 800;
    text-shadow: -1px -1px 0 #3f3f3f, 1px -1px 0 #3f3f3f, -1px 1px 0 #3f3f3f, 1px 1px 0 #3f3f3f;
}

li.notre-eglise-tab .tab-title-bottom p {
    font-size: 10rem;
    text-align: center;
    margin: 0;
    line-height: 10rem;
    color: #3f3f3f;
    font-weight: 800;
    text-shadow: -1px -1px 0 #dba859, 1px -1px 0 #dba859, -1px 1px 0 #dba859, 1px 1px 0 #dba859;
}



.page-content .section-switcher ul.uk-switcher li {
    height: 600px;
    position: relative;
    overflow: hidden;
}



.page-content .section-switcher ul.uk-switcher li  .switcher-content {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

.page-content .section-switcher ul.uk-switcher li .switcher-content .switcher-text .switcher-text-desc p {
    font-size: 0.9em;
    color: #3f3f3f;
}
.page-content .section-switcher ul.uk-switcher li .switcher-content .switcher-text p.switcher-text-title {
    color: #fff;
    font-size: 1.2em;
}
.switcher-text {
    padding: 30px;
}

.site-logo {
    text-align: center;
    margin-top: 30px;
}

.tagline {
    position: absolute;
    top: 100px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.social-icons a {
    display: block;
    color: #737373;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 1em;
}

.social-icons {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.col-container {
    position: relative;
    height: 100%;
}

.vertical-line {
    position: absolute;
    top: 100px;
    left: calc(50% + 8px);
    transform: translateX(-50%);
    width: 2px;
    background-color: #e0ab5b;
    height: 50px;
    margin-left: -8px;
}

.site-logo img {
    margin-left: 20px;
}

body.homepage {
    background-color: #212121;
}

.section-episode > h4 {
    color: #fff;
    font-size: 2em;
    text-align: center;
    margin-top: 40px;
}
.section-episode > h4 span {
    color: #e0ab5b;
}
.episode-content {
    position: relative;
}
p.episode-number {
    position: absolute;
    color: #fff;
    font-size: 1.2em;
    top: 30px;
    left: 30px;
}

p.episode-title {
    position: absolute;
    color: #e0ab5b;
    font-size: 1.2em;
    bottom: -10px;
    left: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left top 0;
}

.episode-swiper {
    position: relative;
}


.episode-content:before {
    content: "";
    background-color: hsl(0deg 0% 10% / 60%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.episode-video a svg {
    fill: #fff;
    width: 25px;
}

.episode-video a {
    background-color: #e0ab5b;
    padding: 10px 60px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.episode-video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity .5s;
}
.episode-swiper .swiper-slide:hover .episode-content:before{
    background-color: unset;
}

.episode-swiper .swiper-slide:hover .episode-video{
    opacity: 1;
    cursor: pointer;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-prev a, .swiper-button-next a {
    color: #fff;
}
.swiper-button-prev a svg, .swiper-button-next a svg{
    width: 40px;
    height: 40px;
}

svg#burger-icon {
    width: 30px;
}

button.burger-menu {
    background: none;
    border: none;
    position: absolute;
    top: 35px;
    right: 35px;
}

svg#burger-icon path {
    fill: #fff;
}



#contact {
    padding: 50px 0;
    background: #212121;
}

#contact h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
#contact-form input, #contact-form textarea {
    background: #3f3f3f;
    color: #fff;
    border: none;
}
div#contact label {
    color: #fff;
    margin-top: 7px;
}

div#contact button{
    background: #e0ab5b;
    outline: none;
    color: #fff;
    font-size: 1.1em;
    padding: 12px 25px;
    cursor: pointer;
    border: 1px solid #e0ab5b;
    transition: 0.3s all;
}

div#contact button:hover{
    background: transparent;
    color: #e0ab5b;
}

.episode-header {
    text-align: center;
    padding: 30px 0;
}

footer {
    background-color: #0a0a0a;
    padding: 30px 0;
}

footer .social-icons {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
}

footer .social-icons a {
    width: 20px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.footer-logo {
    text-align: center;
}

p.copyright {
    color: #fff;
}

.uk-form-controls.date-input {
    position: relative;
}

.date-input img {
    position: absolute;
    right: 10px;
    width: 20px;
    top: 10px;
    pointer-events: none;
}

#contact-form input:focus, #contact-form textarea:focus {
    border: 1px solid #e0ab5b;
}



@media screen and (max-width: 1366px) {
    
.page-content .section-switcher ul.uk-switcher li .switcher-content {
    max-width: calc(100% - 60px);
}


}


@media screen and (max-width: 1024px) {
    .header-container {
    grid-template-columns: 200px auto;
    }
    .header-content nav li {
        padding: 0px 20px;
    }

    .header-text-container {
        left: 40px;
    }

    li.mon-histoire-tab .tab-title-bottom p {
        font-size: 7rem;
        line-height: 8rem;
    }
    li.notre-eglise-tab .tab-title-bottom p {
         font-size: 7rem;
         line-height: 8rem;
     }

}

@media screen and (max-width: 959px) {

.page-content .section-switcher ul.uk-switcher li {
    height: 850px;
}
.page-content .section-switcher ul.uk-subnav li {
    padding: 10px 30px;
}

.header-container {
    grid-template-columns: 100px auto;
}

}


@media screen and (max-width: 768px) {
    .page-content .section-switcher ul.uk-switcher li {
    height: 900px;
}
 .header-text-container {
 padding: 0 20px;
    left: 0;
    bottom: 30px;
}
 .header-content nav li {
    padding: 0px 10px;
}
    .header-text-container h3 {
    font-size: 1.3em;
    color: #fff;

}
.page-content .section-switcher ul.uk-subnav li {
    padding: 10px 20px;
    height: auto;
}

}    


@media screen and (min-width: 769px) {

button.burger-menu {
    display:none;
}
    
}

@media screen and (max-width: 769px) {
    nav#main-nav {
        display: none;
    }
}


@media screen and (max-width: 480px) {
.vertical-line {
  display:none;
}
.page-content .section-switcher ul.uk-subnav li {
    padding: 10px;
}

    li.mon-histoire-tab .tab-title-bottom p {
        font-size: 3rem;
        line-height: 6rem;
    }
    li.notre-eglise-tab .tab-title-bottom p {
        font-size: 3rem;
        line-height: 6rem;
    }
    p.copyright {
    text-align: center!important;
    }
    footer .social-icons {
        text-align: center;
    }
    .page-content .section-switcher ul.uk-subnav li a {
        font-size: 1.1em;
    }
    form#contact-form {
        padding: 0 20px;
    }

}

@media screen and (max-width: 410px) {
    

.tagline {
    top: 65px;
}

.site-logo {
    margin-top: 15px;
}

.social-icons {
    bottom: 10px;
}

.social-icons a {
    margin-bottom: 10px;
}

button.burger-menu {

    top: 25px;
}

}