/*
Theme Name: Fall in Love
Description: FD's production
Author: François DUFAUT
Version: 1.0.7
Text Domain: Bootstrap Basic4
Template: bootstrap-basic4
*/

/*** FONTS ***/

/* lato thin */
@font-face {
    font-family: 'latohairline';
    src: url('font/lato-thin-webfont.woff2') format('woff2'),
         url('font/lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.font-family-latothin {
    font-family: 'latohairline', Arial, sans-serif !important;
}
/* lato light */
@font-face {
    font-family: 'latolight';
    src: url('font/lato-light-webfont.woff2') format('woff2'),
         url('font/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* lato regular */
@font-face {
    font-family: 'latoregular';
    src: url('font/lato-regular-webfont.woff2') format('woff2'),
         url('font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* cormorant light*/
@font-face {
    font-family: 'cormorant_garamondlight';
    src: url('font/cormorantgaramond-light-webfont.woff2') format('woff2'),
         url('font/cormorantgaramond-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.font-family-cormorant-light {
    font-family: 'cormorant_garamondlight', Arial, sans-serif !important;
}

/* cormorant regular*/
@font-face {
    font-family: 'cormorant_garamondregular';
    src: url('font/cormorantgaramond-regular-webfont.woff2') format('woff2'),
         url('font/cormorantgaramond-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* cherolina */
@font-face {
    font-family: 'cherolinaregular';
    src: url('font/cherolina-webfont.woff2') format('woff2'),
         url('font/cherolina-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.font-family-cherolinaregular {
    font-family: 'cherolinaregular', Arial, sans-serif !important;
}

/*** BODY ***/
body {
    /* background: url(bkg-fall.png) no-repeat scroll  0 0 transparent; */
    background-color: white;
}

.vh100 {
    height: 100vh;
}

a {
    color: #0047bb;
}
a:hover {
    color: #0047bb !important;
    text-decoration: underline;
}

/*** HEADER ***/
header {
    z-index: 100;
}
.header-mobile {
    z-index: 200;
}
.header-mobile header {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

/* header logo */
.site-title-heading {
    font-family: 'airthay_-_demo_versiregular', Arial, sans-serif;
    font-size: 44px;
    color: white;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
}
@media (max-width: 480px) {
    .site-title-heading {
        display: none;
    }
}
@media (max-width: 1139px) {
    .site-title-heading {
        font-size: 38px;
    }
}

/* header logo : not home page */
header#not-home-menu .site-title-heading {
    color: #0047bb;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.header-mobile .site-title-heading {
    font-family: 'airthay_-_demo_versiregular', Arial, sans-serif;
    color: #0047bb;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 480px) {
    .header-mobile .site-title-heading {
        font-size: 24px;
    }
}

/* header NAV : home page */
header #logo {
    width: 88px;
}

header .main-navigation {
    height: 100%;
}

header .main-navigation nav {
    height: 100%;
    padding: 0;
}

header .main-navigation nav li {
    margin-right: 20px;
    margin-left: 20px;
}

header .main-navigation nav li a {
    color: black;
    font-family: 'latolight', Arial, sans-serif;
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

header .main-navigation nav li a:hover {
    color: #0047bb;
    border-bottom: 2px solid #0047bb;
}

header .main-navigation nav li a.current_page_item {
    border-bottom: 2px solid #0047bb;
}

header .main-navigation .dropdown-menu {
    padding-left: 1rem !important;
}

header .dropdown-item.active,
header .dropdown-item:active {
  background-color: inherit;
}

/* header nav : not home page */
header#not-home-menu nav li a {
    /* color: #0047bb; */
}

/* header contact button */
#contact-window {
    width: 100%;
  }
#contact-window .menu-icon {
    transform: scale(1.2);
}
#contact-window .menu-icon {
    position: relative;
    width: 35px;
    height: 36px;
    cursor: pointer;
 }
 #contact-window .menu-icon .menu-icon__cheeckbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0;
  }
#contact-window .menu-icon div {
    margin: auto;
    position: absolute;
    top: 11px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 12px;
  }
#contact-window .menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0047bb;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  }
#contact-window .menu-icon span:first-of-type {
    top: 6px;
    margin-top: 1px;
}
#contact-window .menu-icon span:last-of-type {
    bottom: 0;
}
#contact-window .menu-icon.active span:first-of-type,
#contact-window .menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
}
#contact-window .menu-icon.active span:last-of-type,
#contact-window .menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
}
#contact-window .menu-icon.active:hover span:first-of-type,
#contact-window .menu-icon.active:hover span:last-of-type,
#contact-window .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type,
#contact-window .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
    width: 22px;
  }
@media (min-width: 1024px) {
    #contact-window .menu-icon:hover span:first-of-type {
      width: 26px;
    }
    #contact-window .menu-icon:hover span:last-of-type {
      width: 12px;
    }
}

/* menu mobile */
#menu-mobile {
    background-color: white;
    top: 111px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);
}
#menu-mobile li {
    padding-left: 15px;
}
#menu-mobile a {
    color: #0047bb;
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
}

/*** HOME ***/

/* home main title */
#home-title {
    top: 0;
}
#home-title #bkg {
    background: url(img/banner-festival-fall-in-love-2026-1.jpg) no-repeat scroll 50% 50% / 100% transparent;
    background-size: cover;
    background-attachment: scroll;
    min-height: 650px;
}
@media only screen and (max-width: 1024px) {
    #home-title #bkg {
		background: url(img/banner-festival-fall-in-love-2026-1.jpg) no-repeat scroll 50% 50% / 100% transparent;
		background-size: cover;
		background-attachment: scroll;
		min-height: 484px;
	}
}

#home-title h1 {
    font-family: 'cherolinaregular', Arial, sans-serif;
    font-size: 114px;
    color: white;
    line-height: 1;
    padding-left: 40px;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.95);
}
@media only screen and (max-width: 1024px) {
    #home-title h1 {
        font-size: 70px;
        padding-left: 13px;
        text-align: center !important;
    }
}

/* btn outline white */
.btn-outline-white {
    border: 1px solid white !important;
    border-radius: 0 !important;
    font-family: 'latohairline', Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
}
.btn-outline-white a {
    color: white !important;
}
.btn-outline-white:hover {
    background-color: white !important;
    transition: all 0.5s ease-out;
}
.btn-outline-white:hover a {
    color: #0047bb !important;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

/* btn outline bleu */
.btn-outline-bleu {
    border: 1px solid #0047bb !important;
    border-radius: 0 !important;
    font-family: 'latolight', Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px;
}
.btn-outline-bleu a {
    color: #0047bb !important;
}
.btn-outline-bleu:hover {
    background-color: #0047bb !important;
    transition: all 0.5s ease-out;
}
.btn-outline-bleu:hover a {
    color: white !important;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

/*** CONTENT ***/
.home #content h2,
.home #content h3,
.home #content h4,
.home #content h5,
.home #content h6 {
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
}

.home #content h2 {
    margin-bottom: 10px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    line-height: 1.4;
    letter-spacing: 5px;
    text-align: left;
    text-transform: none;
}

.home #content h3 {
    font-size: 2.1rem;
    letter-spacing: 8px;
    text-transform: none;
}
@media only screen and (max-width: 1024px) {
    .home #content h3 {
        font-size: 1.7rem;
        letter-spacing: 8px;
    }
}
.home #content h3.font-family-cherolinaregular {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
    text-transform: none;
}

.home #content h4 {
    font-size: 1.9rem;
    text-transform: none;
}
.home #content h5 {
    font-size: 1.7rem;
    text-transform: none;
}
.home #content h6 {
    font-size: 1.5rem;
    text-transform: none;
}

.home #content p {
    font-family: 'latolight', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.home #content header {
    display: none;
}

/* bkg img fleuri */
.home .bkg-fleuri {
    background: url(img/home-img-photos-2026.jpg) no-repeat scroll 50% 50% transparent;
    background-size: cover;
    text-shadow: 0 1px 2px rgba(0,0,0, 0.75);
}

/* title instagram */
#title-instagram {
    background-color: #F4F4F4;
}
#title-instagram h5 {
    font-size: 2.5rem !important;
}
@media only screen and (max-width: 1024px) {
    #title-instagram h5 {
        font-size: 1.5rem !important;
    }
    #title-instagram h5 span {
        margin-top: 30px;
        display: block;
    }
}
#title-instagram h5 a {
    color: #0047bb;
}

/* MAIN */
#main .post, #main .page {
    border: 0px solid !important;
}

#flux-instagram svg {
    vertical-align: top !important;
    margin-top: 8px;
}

#dreamday {
    background-color: #fcfb41;
    color: #0047bb;
    font-size: 75px;
    max-height: 200px;
}
@media only screen and (max-width: 1024px) {
    #dreamday {
        max-height: 240px;
    }
    #dreamday p {
        font-size: 35px;
    }
}
#dreamday img {
    max-height: 150px;
    width: auto;
}

/* home blog */
/* HOME - Block actualités */
#home-news {
    background-color: #6f9ba9;
}

#home-news h3 {
    color: white;
}

#home-news button.more-news:hover {
    background-color: #005aa9;
    transition: all 0.5 ease-out;
}

.img-separator {
    margin: 20px auto 30px;
    width: 120px;
}

#home-news-list .col-md-4 {
    float: left;
}

#home-news-list article {
    background-color:white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding-bottom: 0px;
    border-radius: 10px;
}

#home-news-list .thumbnail {
    border-radius: 10px 10px 0 0;
    max-height: 240px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #EFF0F2;
    box-shadow: inherit;
    position: relative;
}

#home-news-list .thumbnail .view-icon {
    font-size: 50px;
    color: white;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s ease;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

#home-news-list .thumbnail:hover .view-icon {
    background-color: rgba(111, 155, 169, 0.65);
    opacity: 0.95;
    top: 0;
}

#home-news-list .thumbnail .glyphicon-search::before {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    transition: all 0.35s ease;
}

#home-news-list .thumbnail:hover .glyphicon-search::before {
    height: 100%;
    padding: 25% 0 0;
}

#home-news-list h4 {
    text-align: center;
}

#home-news-list a {
    text-decoration: none !important;
}

#home-news-list a:hover {
    text-decoration: underline !important;
}

#home-news-list p {
    line-height: 1.3em;
    margin: 0px 15px;
    max-height: 150px;
    overflow: hidden;
    padding-bottom: 20px;
}

#home-news button.more-news {
    background-color: #F6821F;
    margin: 40px 0;
    padding: 10px 25px;
    color: white;
    font-size: 20px;
}

/* HOME - Block actualités mobile en mode slide */
#home-mobile-news-list .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
}
#home-mobile-news-list .carousel-caption h3 {
    font-size: 20px;
    margin: 5px 0;
}


/* PAGES - CONTENT */
main header  {
    height: 100%;
}

main header h1 {
    color: white;
    justify-content: center;
    display: flex;
    align-items: center;
}

main h1,
main h2,
main h3,
main h4 {
    color: #0047bb;
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
    letter-spacing: 8px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
main h1 { font-size: 2.1rem; }
main h2 { font-size: 1.9rem; }
main h3 { font-size: 1.7rem; }
main h4 { font-size: 1.5rem; }

#breadcrumbs {
    color: #0047bb;
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 32px;
}
#breadcrumbs a {
    color: #4d504a;
}

/* titre des pages */
.bkg-title {
    background-attachment: fixed;
    background-position: 100% -15%;
}
@media only screen and (min-width: 0px)and (max-width: 1024px) {
    .bkg-title {
        background-position: 0% 100% !important;
    }
}
.bkg-title-mobile {
    background-size: cover;
}
/* */

article p,
article ul {
    color: #0047bb;
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 1.25px;
    line-height: 32px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: justify;
}

article ul {
    border-left: 10px solid #0047bb;
}

article li {
    list-style: none;
    margin: 0 0 30px;
}

article h1 a {
    text-decoration: none;
}
article h1 a:hover {
    text-decoration: none;
}

article a {
    color: #0047bb;
    text-decoration: underline;
}

article img {
    transition: all 0.5s ease-out;
} 

article img:hover {
    opacity: 0.95;
    transform: scale(1.05);
} 

article p.bkg-color-left {
    border-left: 10px solid #6f9ba9;
    padding-left: 25px;
}

article .wp-block-image.bkg-color-left-img figure {
    background: url('img/bkg-color-left-img-2026.svg') no-repeat scroll 0 0 transparent;
    background-size: contain;
}

article .wp-block-image.bkg-color-right-img figure {
    background: url('img/bkg-color-right-img-2026.svg') no-repeat scroll 100% 0 transparent;
    background-size: contain;
}

article .wp-block-image.bkg-color-left-img figure img,
article .wp-block-image.bkg-color-right-img figure img {
    padding: 15px;
}

/* block : pullquote */
article hr {
    margin-bottom: 70px;
}

/* block : pullquote */
.wp-block-pullquote {
    border-color: transparent;
    background: url('img/quote.svg') no-repeat scroll 50px 50% / 50px #0047bb !important;
}
.wp-block-pullquote blockquote {
    margin-bottom: 0;
}
.wp-block-pullquote p {
    color: white;
    margin-bottom: 0 !important;
    text-align: center;
}

/* block : citation */
.wp-block-quote {
    border-color: #0047bb;
}

/* block : wp-block-gallery */
figure.wp-block-gallery figure.wp-block-image {
    overflow: hidden;
}
figure.wp-block-gallery figure.wp-block-image figcaption {
    font-family: 'cormorant_garamondregular';
    font-size: 22px !important;
    line-height: 1.2;
}
@media only screen and (max-width: 600px) {
    figure.wp-block-gallery figure {
        margin-right: 0 !important;
        width: 100% !important;
    }
}
@media only screen and (min-width: 601px) and  (max-width: 990px) {
    figure.wp-block-gallery figure {
        margin-right: 0 !important;
        width: 48% !important;
    }
}

/* boutons */
.wp-block-button__link {
    background-color: transparent;
    color: #0047bb;
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 32px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
    transition: all 0.35s ease-out;
}
/* btn pages photos */
.wp-block-button__link:hover {
	color: #fcfb41 !important;
    background-color: rgba(0, 71, 187, 0.9);
}

/* BLOG PART */
article header .entry-meta {
    margin: 0 0 50px;
}

article footer.entry-meta {
    display: none !important;
}

#sidebar-left .widget, #sidebar-right .widget {
    border-color: transparent !important;
}

aside {
    color: #4d504a;
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
}
aside p {
    color: #4d504a;
}
aside a {
    color: #0047bb;
    font-family: 'cormorant_garamondlight', Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: justify;
}
aside .border-main-photo-widget img {
    border-width: 20px;
    border-color: #ececea;
    border-style: solid;
}
aside .wp-block-latest-posts__list {
    padding-left: 0 !important;
}
aside .wp-block-latest-posts__featured-image {
    text-align: center;
}
aside .wp-block-latest-posts a {
    display: block;
    margin-top: 10px;
    text-align: justify;
}

/* page partenaires */
.page-id-4235 .wp-block-column h4 {
	font-size: 1.25rem;
  	padding-top: 10px;
  	letter-spacing: 4px;
	text-align: left;
	margin-bottom: 20px;
}
.page-id-4235 .wp-block-column p {
	margin-left: 0;
	margin-right: 0;
}

/* CONTACT FORM */
/* btn submit */
.wpcf7-submit {
    background-color: #fff;
    border: 2px solid #0047bb !important;
    border-radius: 0 !important;
    color: #0047bb !important;
    font-family: 'cormorant_garamondlight',Arial,sans-serif;
    font-size: 21px !important;
    letter-spacing: 1px;
    padding: 1rem 1.5rem;
}
.wpcf7-submit:hover {
    background-color: #0047bb !important;
    color: white !important;
    transition: all 0.5s ease-out;
}

/* SCROLL TO TOP */
#scrollUp {
    line-height: 35px !important;
  }

/* FOOTER */
.site-footer {
    border-top: 0px solid !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

#footer-widgets {
    padding-top: 50px;
    padding-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
    #footer-widgets {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

#footer-widgets h4 {
    font-family: 'cormorant_garamondregular';
    font-size: 24px;
    letter-spacing: 1.5px;
    color: #0047bb;
}

#footer-widgets p,
#footer-widgets a  {
    font-family: 'cormorant_garamondregular';
    font-size: 18px;
    letter-spacing: 2px;
    color: #0047bb;
    margin-bottom: 0;
}

#footer-widgets .wp-block-image img {
    vertical-align: middle !important;
}

#footer-widgets #block-7,
#footer-widgets #block-8 {
    margin-left: 25%;
}

footer #copyright,
footer #copyright a {
    font-family: 'latoregular', Arial, Helvetica, sans-serif;
    color: #0047bb;
}

/* EVENTS */
.em-event-add-to-calendar {
    display: none !important;
}

/* MP3 PLAYER */
.srp_player_boxed {
  background: white !important;
}

/* recaptcha */
.grecaptcha-badge {
    display: none !important;
}
