/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/* General Custom CSS */

html.responsive,
.responsive body,
#wrap_all {
    overflow: visible;
}

body {
    color: #2E2D30;
}

h1,
h2,
h3,
h4,
h5,
h6,
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    text-transform: none;
    font-weight: 400;
}

h3,
h4,
h5,
h6 {
    font-family: 'montserrat', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.main_color strong {
    color: #666666;
}

#top .avia-button.avia-color-light {
    border: 2px solid #fff;
}

#top .input-text,
#top input[type="text"],
#top input[type="date"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    font-family: 'montserrat';
}

#top select {
    padding: 8px 40px 8px 12px;
}

body div .avia-button {
    font-weight: bold;
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.divider::after {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #00aed9;
    display: block;
    margin: 15px auto;
}

.divider.left::after {
    margin: 15px 0;
}

.icon::before {
    font-family: "entypo-fontello";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
}

.icon-mail::before {
    content: "\e805";
}

.icon-url::before {
    content: "\e8b1";
}

.icon-facebook::before {
    content: "\e8f3";
}


/** Grid Styling **/

.grid {
    display: -ms-grid;
    display: grid;
    margin: 30px 0;
    -ms-grid-gap: 50px;
    grid-gap: 50px;
    grid-auto-rows: 1fr;
}

.grid.no-margin {
    margin: 0px;
}

.grid-small-gap {
    grid-gap: 30px;
}


/** Flex Styling **/

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.sticky {
    position: sticky;
    top: 0;
    height: 100vh;
}


/** Home Extra Header **/

#home-header {
    width: 100%;
    height: 100vh;
    border: none;
    max-width: 100%;
    overflow: hidden;
}

#home-header .container {
    height: 100%;
}

#home-header .home-video video {
    height: 100vh;
    width: auto;
    transform: translateX(calc((100% - 100vw) / -2));
    position: absolute;
}

@media (min-aspect-ratio: 1800/1012) {
    #home-header .home-video video {
        height: auto;
        width: 100vw;
        transform: translateY(calc((100% - 100vh) / -2));
    }
}

#home-header .home-logo {
    padding-top: 10vh;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

#home-header .home-logo h2 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

#home-header .home-search {
    bottom: 40%;
    position: absolute;
    width: 100%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

#home-header .home-search #searchsubmit {
    height: 40px;
}

#home-header .home-search #searchform>div {
    max-width: 600px;
}

#home-header .home-search #s {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#home-header .home-search #s::placeholder {
    color: #FFF;
}

#home-header .fan-essonne-logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#home-header .fan-essonne-logo img {
    max-width: 100px;
    height: auto;
    margin: 0 10px;
}


/** Main Header **/

.html_header_top.html_header_sticky body.home #header {
    position: sticky;
    top: 0;
}

#top #header_meta {
    border: none;
}

.html_header_top.html_header_topbar_active.html_header_sticky body#top.home #main {
    padding-top: 0 !important;
}

#header #header_meta .social_bookmarks li {
    margin-right: 10px;
}

#header #header_meta .language-switcher {
    float: right;
    height: 30px;
    margin-left: 5px;
}

#header #header_meta .language-switcher select {
    margin: 6px 0 !important;
    padding: 0 8px;
    background: none;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 16px;
    border: 1px solid #c3c3c3;
    color: white;
    letter-spacing: 1.35px;
    cursor: pointer;
}

#header #header_meta .language-switcher select option {
    color: #000;
}

#top #header_meta li::before {
    font-family: 'entypo-fontello';
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

#top #header_meta li.map-link::before {
    content: "\e841";
}

#top #header_meta li.brochure-link::before {
    content: "\e84e";
}

#top #header_meta li.partners-link::before {
    content: "\e82b";
}

#top #header_meta li.pro-link::before {
    content: "\e80b";
}

#top #header_meta a,
#top #header_meta li,
#top #header_meta .phone-info {
    border-color: transparent;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.responsive .logo img {
    max-width: 110px;
}


/** Main Menu **/

.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
    background-color: #FFF;
}

#header_main {
    background-color: #00aed9;
    border: none;
    color: #fff;
}

#header #header_main .main_menu #avia-menu>li>a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

#top #avia-menu .sub-menu .main-nav-element>a {
    font-size: 1.5rem;
    font-family: 'yanone-kaffeesatz';
    margin-bottom: 10px;
}

#top #header .avia_mega_div>.sub-menu>li>ul li {
    list-style-type: none;
}

.avia_mega_div .avia-bullet {
    border-color: #ff2799;
}

#top #avia-menu .sub-menu .main-nav-element>a>.avia-bullet {
    display: none;
}

#top #header .avia_mega_div>.sub-menu.avia_mega_hr {
    padding-top: 0;
}

#header #header_main .main_menu #avia-menu .menu-item-search-dropdown>a {
    font-size: 32px;
}

#header #header_main .main_menu #avia-menu .menu-item-search-dropdown .avia-search-tooltip {
    font-size: 15px;
}

.html_header_top .header_color .main_menu ul:first-child>li.purple>ul,
.html_header_top #top .header_color li.purple .avia_mega_div>.sub-menu {
    border-color: purple;
}

.html_header_top #top .header_color li.purple .avia-menu-fx {
    background-color: purple;
}

.html_header_top .header_color .main_menu ul:first-child>li.purple>a:hover,
.header_color .main_menu ul:first-child>li.purple .active-parent-item>a,
#top .header_color .main_menu .menu .purple .avia_mega_div ul .current-menu-item>a,
.header_color .main_menu ul:first-child>li.purple.current-menu-item>a {
    color: purple;
}

.html_header_top #top .header_color li.purple .sub-menu a:hover,
#top .header_color .main_menu .menu li.pruple .avia_mega_div ul .current-menu-item>a {
    color: purple;
}

.html_header_top #top .header_color li.purple .sub-menu a .avia-bullet {
    border-color: purple;
}

.html_header_top .header_color .main_menu ul:first-child>li.green>ul,
.html_header_top #top .header_color li.green .avia_mega_div>.sub-menu {
    border-color: green;
}

.html_header_top #top .header_color li.green .avia-menu-fx {
    background-color: green;
}

.html_header_top .header_color .main_menu ul:first-child>li.green>a:hover,
.header_color .main_menu ul:first-child>li.green .active-parent-item>a,
#top .header_color .main_menu .menu .green .avia_mega_div ul .current-menu-item>a,
.header_color .main_menu ul:first-child>li.green.current-menu-item>a {
    color: green;
}

.html_header_top #top .header_color li.green .sub-menu a:hover,
#top .header_color .main_menu .menu li.green .avia_mega_div ul .current-menu-item>a {
    color: green;
}

.html_header_top #top .header_color li.green .sub-menu a .avia-bullet {
    border-color: green;
}

.html_header_top .header_color .main_menu ul:first-child>li.yellow>ul,
.html_header_top #top .header_color li.yellow .avia_mega_div>.sub-menu {
    border-color: #005EA6;
}

.html_header_top #top .header_color li.yellow .avia-menu-fx {
    background-color: #005EA6;
}

.html_header_top .header_color .main_menu ul:first-child>li.yellow>a:hover,
.header_color .main_menu ul:first-child>li.yellow .active-parent-item>a,
#top .header_color .main_menu .menu .yellow .avia_mega_div ul .current-menu-item>a,
.header_color .main_menu ul:first-child>li.yellow.current-menu-item>a {
    color: #005EA6;
}

.html_header_top #top .header_color li.yellow .sub-menu a:hover,
#top .header_color .main_menu .menu li.yellow .avia_mega_div ul .current-menu-item>a {
    color: #005EA6;
}

.html_header_top #top .header_color li.yellow .sub-menu a .avia-bullet {
    border-color: #005EA6;
}

.html_header_top .header_color .main_menu ul:first-child>li.pink>ul,
.html_header_top #top .header_color li.pink .avia_mega_div>.sub-menu {
    border-color: #FF2799;
}

.html_header_top #top .header_color li.pink .avia-menu-fx {
    background-color: #FF2799;
}

.html_header_top .header_color .main_menu ul:first-child>li.pink>a:hover,
.header_color .main_menu ul:first-child>li.pink .active-parent-item>a,
#top .header_color .main_menu .menu .pink .avia_mega_div ul .current-menu-item>a,
.header_color .main_menu ul:first-child>li.pink.current-menu-item>a {
    color: #FF2799;
}

.html_header_top #top .header_color li.pink .sub-menu a:hover,
#top .header_color .main_menu .menu li.pink .avia_mega_div ul .current-menu-item>a {
    color: #FF2799;
}

.html_header_top #top .header_color li.pink .sub-menu a .avia-bullet {
    border-color: #FF2799;
}

.html_header_top .header_color .main_menu ul:first-child>li.orange>ul,
.html_header_top #top .header_color li.orange .avia_mega_div>.sub-menu {
    border-color: orange;
}

.html_header_top #top .header_color li.orange .avia-menu-fx {
    background-color: orange;
}

.html_header_top .header_color .main_menu ul:first-child>li.orange>a:hover,
.header_color .main_menu ul:first-child>li.orange .active-parent-item>a,
#top .header_color .main_menu .menu .orange .avia_mega_div ul .current-menu-item>a,
.header_color .main_menu ul:first-child>li.orange.current-menu-item>a {
    color: orange;
}

.html_header_top #top .header_color li.orange .sub-menu a:hover,
#top .header_color .main_menu .menu li.orange .avia_mega_div ul .current-menu-item>a {
    color: orange;
}

.html_header_top #top .header_color li.orange .sub-menu a .avia-bullet {
    border-color: orange;
}

.html_header_top .header_color .main_menu ul:first-child>li.golden>ul,
.html_header_top #top .header_color li.golden .avia_mega_div>.sub-menu {
    border-color: gold;
}

.html_header_top #top .header_color li.golden .avia-menu-fx {
    background-color: gold;
}

.html_header_top .header_color .main_menu ul:first-child>li.golden>a:hover,
.header_color .main_menu ul:first-child>li.golden .active-parent-item>a,
#top .header_color .main_menu .menu .golden .avia_mega_div ul .current-menu-item>a,
.header_color .main_menu ul:first-child>li.golden.current-menu-item>a {
    color: gold;
}

.html_header_top #top .header_color li.golden .sub-menu a:hover,
#top .header_color .main_menu .menu li.golden .avia_mega_div ul .current-menu-item>a {
    color: gold;
}

.html_header_top #top .header_color li.golden .sub-menu a .avia-bullet {
    border-color: gold;
}

#top #header .avia_mega_div>.sub-menu.avia_mega_hr {
    border: none;
}

#top #searchform .ajax_search_response {
    display: none !important;
}


/** Entry Header **/

.avia_transform .av_fullscreen .active-slide .avia-caption-content {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}

.entry-header .title-container {
    position: relative;
    height: 25vh;
    border-top: none;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.entry-header .title-container::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.entry-header .title-container .main-title {
    z-index: 2;
}

.entry-header .title-container .main-title.text-shadow {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}

.entry-header .title-container .main-title h1 {
    font-size: 50px;
}

.entry-header .breadcrumb-container {
    background-color: #e4e4e4;
    font-size: 0.8em;
}

.entry-header .breadcrumb a {
    color: #2E2D30;
}

.entry-header .breadcrumb .trail-end {
    color: #FF2799;
    font-weight: bold;
}

body.parent-pageid-277 .entry-header .breadcrumb .trail-end,
body.page-id-277 .entry-header .breadcrumb .trail-end {
    color: gold;
}

body.parent-pageid-279 .entry-header .breadcrumb .trail-end,
body.page-id-279 .entry-header .breadcrumb .trail-end {
    color: #005EA6;
}

body.parent-pageid-281 .entry-header .breadcrumb .trail-end,
body.page-id-281 .entry-header .breadcrumb .trail-end {
    color: #FF2799;
}

body.parent-pageid-273 .entry-header .breadcrumb .trail-end,
body.page-id-273 .entry-header .breadcrumb .trail-end {
    color: green;
}

body.parent-pageid-275 .entry-header .breadcrumb .trail-end,
body.page-id-275 .entry-header .breadcrumb .trail-end,
body.parent-pageid-5287 .entry-header .breadcrumb .trail-end,
body.page-id-5287 .entry-header .breadcrumb .trail-end,
body.parent-pageid-5324 .entry-header .breadcrumb .trail-end,
body.page-id-5324 .entry-header .breadcrumb .trail-end {
    color: orange;
}

body.parent-pageid-270 .entry-header .breadcrumb .trail-end,
body.page-id-270 .entry-header .breadcrumb .trail-end,
body.parent-pageid-5011 .entry-header .breadcrumb .trail-end,
body.page-id-5011 .entry-header .breadcrumb .trail-end,
body.parent-pageid-5077 .entry-header .breadcrumb .trail-end,
body.page-id-5077 .entry-header .breadcrumb .trail-end,
body.parent-pageid-5104 .entry-header .breadcrumb .trail-end,
body.page-id-5104 .entry-header .breadcrumb .trail-end,
body.parent-pageid-5117 .entry-header .breadcrumb .trail-end,
body.page-id-5117 .entry-header .breadcrumb .trail-end,
body.parent-pageid-5130 .entry-header .breadcrumb .trail-end,
body.page-id-5130 .entry-header .breadcrumb .trail-end {
    color: purple;
}


/** Single Apidae */

.template-apidae {
    margin: 0;
    padding: 0;
}

.template-apidae>.flex {
    flex-direction: column;
}

.template-apidae .apidae-item-sidebar {
    text-align: center;
    padding: 20px;
    background-color: #F7F7F7;
    margin-bottom: 40px;
    margin-left: -31px;
    margin-right: -31px;
}

.template-apidae .apidae-item-sidebar .go-back {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

.template-apidae .apidae-item-sidebar .go-back::before {
    content: "\e870";
    font-family: "entypo-fontello";
    margin-right: 10px;
}

.template-apidae .apidae-item-sidebar h3 {
    font-size: 20px;
}

.template-apidae .apidae-item-sidebar .address {
    font-size: 12px;
    margin-bottom: 10px;
}

.template-apidae .apidae-item-sidebar .address p {
    margin: 0;
    font-size: 11px;
    line-height: 18px;
}

.template-apidae .apidae-item-sidebar .address strong {
    color: #222;
    margin-bottom: 0;
    font-size: 12px;
}

.template-apidae .apidae-item-sidebar .map-shortcut {
    margin-bottom: 10px;
}

.template-apidae .apidae-item-sidebar .map-shortcut a {
    font-size: 11px;
}

.template-apidae .apidae-item-sidebar .phone {
    letter-spacing: .5px;
    font-size: 12px;
}

.template-apidae .apidae-item-sidebar .phone::before {
    content: "\e854";
    font-family: "entypo-fontello";
    color: #FF2799;
    margin-right: 5px;
    display: inline-block;
    transform: rotateZ(90deg);
}

.template-apidae .apidae-item-sidebar .phone strong {
    color: #222;
}

.template-apidae .apidae-item-sidebar .social-icons {
    justify-content: center;
    margin-top: 10px;
}

.template-apidae .apidae-item-sidebar .social-icon {
    margin: 0 10px;
    transition: all .1s;
    text-decoration: none;
}

.template-apidae .apidae-item-sidebar .social-icon:hover,
.template-apidae .apidae-item-sidebar .social-icon:focus,
.template-apidae .apidae-item-sidebar .social-icon:active {
    color: #ff2799;
}

.template-apidae .apidae-item-sidebar .apidae-item-nav {
    margin: 20px 0 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.template-apidae .apidae-item-sidebar .apidae-item-nav a {
    color: #222;
    font-weight: bold;
    display: inline-block;
    line-height: 24px;
}

.template-apidae .apidae-item-sidebar .apidae-item-nav a::before {
    content: "\e885";
    font-family: "entypo-fontello";
    color: #FF2799;
    margin-right: 5px;
    font-size: 12px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}

.template-apidae .apidae-item-sidebar .apidae-item-labels {
    margin: 20px 0;
}

.template-apidae .apidae-item-sidebar .apidae-item-labels .item-label {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.template-apidae .apidae-item-sidebar .apidae-item-labels .item-label img {
    max-height: 75px;
}

.template-apidae .apidae-item-content #item_resume {
    text-align: center;
    padding: 0 10%;
    color: #222222;
    font-size: 20px;
    line-height: 26px;
}

.template-apidae .apidae-item-content>section {
    margin-bottom: 40px;
}

.template-apidae .apidae-item-content .long-desc {
    text-align: justify;
}

.js_active .av-elegant-toggle .toggler {
    padding: 10px 10px 10px 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #222;
}

.av-elegant-toggle .toggle_icon {
    left: 10px;
    right: auto;
    border: none;
    opacity: 1;
}

.av-elegant-toggle .toggle_icon .hor_icon,
.av-elegant-toggle .toggle_icon .vert_icon {
    display: none;
}

.av-elegant-toggle .toggle_icon::after {
    content: "\e816";
    font-family: "entypo-fontello";
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 32px;
    color: #ff2799;
    opacity: 1;
}

.av-elegant-toggle .activeTitle .toggle_icon::after {
    content: "\e819";
}

.template-apidae .apidae-item-content .apidae-item-map {
    height: 300px;
}

#item_links .linked-object {
    background-color: #F7F7F7;
}

#item_links .linked-object .object-thumbnail {
    height: 120px;
    display: flex;
    justify-content: center;
}

#item_links .linked-object .object-thumbnail img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}

#item_links .linked-object .object-header {
    min-height: 60px;
    padding: 20px;
    text-align: center;
    position: relative;
}

#item_links .linked-object .object-header .link-type {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #ff2799;
    padding: 2px 8px;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    height: 28px;
}

#item_links .linked-object .object-header h4 {
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.slick-track {
    display: flex !important;
    max-height: 400px;
}

.slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 3px;
    max-width: 100%;
}

.slick-slide::before {
    content: "";
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: background 0.6s;
}

.slick-slide.slick-current::before {
    background-color: transparent;
}

.slick-slide img {
    height: 150px;
    object-fit: cover;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: .75;
    color: #FF2799;
}

.slick-dots li button:before {
    opacity: 1;
    color: #CCC;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF2799;
}


/* SEARCH PAGE STYLE */

.search-filters {
    flex-wrap: wrap;
}

.search-filter {
    background-color: #00AED9;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    color: #fff;
    margin: 9px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.search-filter.active {
    background-color: #FF2799;
}

.search-filter .nb-results {
    font-size: 20px;
    display: block;
    padding-top: 10px;
    font-weight: bold;
    line-height: 10px;
    display: block;
}

.search-filter .section-results {
    font-size: 8px;
    display: block;
    line-height: 10px;
    padding-top: 6px;
    word-break: break-word;
    padding: 6px 6px 0 6px;
    hyphens: manual;
}

.search-section {
    margin: 30px 0;
    display: none;
}

.search-section.active {
    display: block;
}


/* RECIPE STYLE */

#top .avia-content-grid-active h3.slide-entry-title a {
    font-size: 20px;
    text-align: center;
    display: block;
}


/* FOOTER STYLE */

#footer .flex_column {
    text-align: center;
}

#footer .widget .widgettitle {
    font-size: 35px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 30px;
}

#footer .widget {
    margin: 10px 0;
}

#footer .widget_nav_menu {
    margin-top: 35px;
}

#footer .widget_nav_menu a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
}

#footer .widget_nav_menu li {
    padding-left: 45px;
    margin-bottom: 16px;
}

#footer .widget_nav_menu li::before {
    content: "\e875";
    font-family: 'entypo-fontello';
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    margin-left: -70px;
}

#footer .widget_nav_menu li.map-icon::before {
    content: "\e841";
}

#footer .widget_nav_menu li.partners-icon::before {
    content: "\e82b";
}

#footer .widget_nav_menu li.brochure-icon::before {
    content: "\e84e";
}

#footer .widget_nav_menu li.pro-area-icon::before {
    content: "\e80b";
}

.desktop-only {
    display: none !important;
}

a.full-size {
    width: auto !important;
}


/*
Tablet Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
    .mobile-only {
        display: none !important;
    }
    .grid.grid-nb-col-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    #home-header .home-logo {
        margin: 0;
    }
    /** Home Extra Header **/
    #home-header .home-logo {
        max-width: 300px;
    }
    #home-header .home-search #searchsubmit {
        height: 60px;
        width: 60px;
    }
    #home-header .home-search #s {
        font-size: 20px;
        padding: 18px 60px 18px 10px;
        line-height: 24px;
    }
    .responsive .logo img {
        max-width: 130px;
    }
    #footer .flex_column {
        text-align: left;
    }
    #footer .widget_nav_menu li::before {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
    }
    .slick-slide img {
        height: 400px;
    }
}


/*
Desktop - Medium Screen Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 989px) {
    /* Add your Desktop Styles here */
    .tablet-only {
        display: none !important;
    }
    .desktop-only {
        display: block !important;
    }
    .grid.grid-nb-col-3 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid.grid-nb-col-4 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .flex.flex-nb-col-2 .flex-cell {
        width: 50%;
    }
    #home-header .fan-essonne-logo {
        bottom: 50px;
        left: initial;
        transform: none;
        right: 30px;
    }
    .responsive .logo img {
        max-width: 126px;
    }
    #header #header_main .main_menu #avia-menu>li>a {
        font-size: 11px;
    }
    #header #header_main .main_menu #avia-menu>li>a .avia-menu-text::after {
        content: "\e877";
        font-family: 'entypo-fontello';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        transition: all .6s;
        opacity: 0;
        font-size: 20px;
    }
    #header #header_main .main_menu #avia-menu>li>a:hover .avia-menu-text::after {
        opacity: 1;
        bottom: -25px;
    }
    .template-apidae>.flex {
        flex-direction: row;
    }
    .template-apidae .apidae-item-sidebar {
        width: 30%;
        position: sticky;
        top: 47px;
        height: 100vh;
        margin: 0;
    }
    .template-apidae .apidae-single-light .apidae-item-sidebar {
        height: auto;
    }
    .template-apidae .apidae-item-sidebar .apidae-item-nav {
        text-align: left;
    }
    .template-apidae .apidae-item-content {
        width: 70%;
        padding: 50px 20px;
    }
    .slick-slide {
    }
    .search-filter {
        height: 80px;
        width: 80px;
        border-radius: 80px;
    }
    .search-filter .nb-results {
        font-size: 30px;
        line-height: 30px;
    }
    .search-filter .section-results {
        font-size: 10px;
        line-height: 13px;
        padding: 5px;
    }
    .entry-header .title-container {
        height: 50vh;
    }
}


/*
Desktop - Large Screen Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 1140px) {
    /** Main Header **/
    #header #header_meta .sub_menu {}
    #header #header_main {
        z-index: 11;
    }
    #header #header_main .logo {}
    .responsive .logo img {
        max-width: 140px;
    }
    #header.header-scrolled #header_main .logo {
        top: 0;
    }
    #header #header_main .main_menu #avia-menu>li>a {
        font-size: 15px;
    }
    #header #header_main .main_menu {
        right: 0;
        left: 180px;
    }
    #header #header_main .main_menu .av-main-nav-wrap {
        width: 100%;
    }
    #header #header_main #menu-item-search {
        position: absolute;
        right: 0;
    }
    .grid.grid-nb-col-4 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, 1fr);
    }
    .grid.grid-nb-col-5 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(5, 1fr);
    }
    .grid.grid-nb-col-6 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(6, 1fr);
    }
    .slick-slide {
    }
    .tag-item {
        display: inline-block;
        padding: 3px 5px;
        margin-right: 3px;
        margin-bottom: 5px;
        background-color: #00AED9;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
    }
    .search-filter {
        height: 90px;
        width: 90px;
        border-radius: 90px;
    }
    .search-filter .nb-results {
        line-height: 30px;
        padding-top: 16px;
    }
}


/*
Mobile Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 989px) {
    .responsive #top #wrap_all #header {
        position: sticky !important;
        top: 0;
    }
    .responsive #top #main {
        /* padding-top: 111px !important; */
    }
}

@media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .responsive #top .logo {
        height: auto !important;
    }
    li.avia_mega_text_block.desktop-only {
        display: none;
    }
    #footer .widget_nav_menu li a {
        display: inline-block;
        clear: left;
    }
}


/* LES PETITES HISTOIRES */

.row {
    margin-bottom: 0;
}

.bg-purple {
    background-color: #461480;
}

.banner-home {
    height: calc(100vh - 118px);
    overflow: hidden;
    /* background-color: red; */
}

.banner-home .btn-custom-inline {
    text-decoration: underline!important;
}

.title-banner-home {
    z-index: 2;
    width: 300px;
}

.abs-img-banner-home {
    position: absolute;
    width: 388px;
    pointer-events: none;
    ;
}

.wrap-card-banner-home {
    position: relative;
    display: flex;
    height: 450px;
    width: 740px;
    transform: translateX(-100px);
}

.card-banner-home {
    width: 100%;
    height: 100%;
    border: 7px solid #FFFFFF;
    border-radius: 15px;
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.img-abs-banner-home-1 {
    position: absolute;
    left: -86px;
    bottom: 0px;
}

.img-abs-banner-home-2 {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.img-abs-banner-home-3 {
    position: absolute;
    right: 0;
    bottom: 32px;
}

.sub-title-banner-home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-top: 60px;
}

.btn-custom-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    text-decoration: none !important;
    margin-top: 20px;
    overflow: initial !important;
}

.btn-custom-inline img {
    margin-left: 10px;
    width: 25px;
    transition: all 300ms;
}

.btn-custom-inline:hover img {
    transform: translateX(5px);
}

.hash-card-banner-home {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 88px;
}

.form-card-banner-home {
    position: absolute;
    left: -30px;
    bottom: 150px;
    width: 214px;
}

.wrap-text-card-banner-home {
    padding: 60px;
    z-index: 2;
}

.title-card-banner-home {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 39px;
    color: #FFFFFF;
    text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.loc-title-card-banner-home {
    margin-top: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.loc-title-card-banner-home svg {
    margin-right: 13px;
}

.loc-title-card-banner-home svg path {
    fill: #FFFFFF;
}

.hash-title-card-banner-home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 10px;
}

.like-card-banner-home {
    background: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    padding: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #461480;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
}

.like-card-banner-home svg {
    margin-left: 8px;
}


/* .like-card-banner-home.active {
    pointer-events: none;
} */

.like-card-banner-home.active svg path {
    fill-rule: unset;
}

.hover-card-banner-home {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    border-radius: 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none !important;
}

.yellow .hover-card-banner-home,
.wrap-title-single.yellow {
    background-color: rgba(250, 180, 0, 0.8);
}

.green .hover-card-banner-home,
.wrap-title-single.green {
    background-color: rgba(107, 202, 171, 0.8);
}

.purple .hover-card-banner-home,
.wrap-title-single.purple {
    background-color: rgba(70, 20, 128, 0.8);
}

.orange .hover-card-banner-home,
.wrap-title-single.orange {
    background-color: rgba(255, 128, 0, 0.8);
}

.red .hover-card-banner-home,
.wrap-title-single.red {
    background-color: rgba(255, 77, 28, 0.8);
}

.pink .hover-card-banner-home,
.wrap-title-single.pink {
    background-color: rgba(255, 123, 178, 0.8);
}

.hover-card-banner-home img {
    margin-top: 22px;
}

.wrap-card-banner-home:hover .hover-card-banner-home {
    opacity: 1;
    pointer-events: all;
}

.title-last-home * {
    fill: #FFFFFF;
}

.last-hist-home {
    padding: 90px 15px;
}

.sub-title-last-home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}

.wrap-card-hist {
    position: relative;
}

.card-hist {
    border: 7px solid #FFFFFF;
    border-radius: 15px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    height: 432px;
}

.wrap-card-hist:hover .hover-card-banner-home {
    opacity: 1;
    pointer-events: all;
}

.wrap-last-hist {
    margin-top: 50px;
    width: 100%;
}

.card-hist .wrap-text-card-banner-home {
    padding: 27px;
}

.card-hist .title-card-banner-home {
    font-size: 25px;
    line-height: 27px;
}

.card-hist .loc-title-card-banner-home {
    font-size: 15px;
    line-height: 27px;
}

.card-hist .loc-title-card-banner-home svg {
    margin-right: 7px;
}

.card-hist .hash-title-card-banner-home {
    font-size: 15px;
    line-height: 27px;
}

.card-hist .hash-card-banner-home {
    width: 82px;
}

.card-hist .form-card-banner-home {
    left: -75px;
}

.purple .card-hist .form-card-banner-home {
    left: -100px;
    bottom: 130px
}

.green .card-hist .form-card-banner-home {
    left: -50px;
    bottom: 108px
}

.orange .card-hist .form-card-banner-home {
    left: auto;
    right: -90px;
    bottom: 125px;
}

.red .card-hist .form-card-banner-home {
    left: auto;
    right: -10px;
    bottom: 120px;
    height: 90px;
    width: auto;
}

.btn-custom-inline.white {
    color: #FFFFFF;
}

.last-hist-home .btn-custom-inline {
    margin-top: 60px;
}

.last-hist-home {
    position: relative;
    overflow: hidden;
}

.abs-img-last-hist-home-1 {
    position: absolute;
    top: 86px;
    left: -113px;
}

.abs-img-last-hist-home-2 {
    position: absolute;
    bottom: -32px;
    right: 255px;
}

.abs-img-last-hist-home-3 {
    position: absolute;
    top: 140px;
    right: -53px;
}


/* ARCHIVE LPH */

.banner-home-histoires {
    padding: 150px 0;
    overflow: hidden;
}

.banner-home-histoires .title-banner-home {
    width: 330px;
}

.banner-home-histoires .sub-title-banner-home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
}

.m-neg-texte-histoires {
    transform: translateY(-50px);
}

.neg-title {
    max-width: 100%;
    width: 850px;
    padding: 50px 60px 0 60px;
    border-radius: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.neg-sub-title {
    margin-top: 60px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.custom-select-hist {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 75px;
    width: 355px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-top: 35px;
    transition: all 300ms;
    cursor: pointer;
    position: relative;
}

.options-custom-select-hist {
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF; */
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    height: 0;
    position: absolute;
    transition: all 300ms;
    padding: 0 30px;
    overflow: hidden;
    z-index: 999;
}

.wrap-custom-select-hist {
    position: relative;
}

.wrap-custom-select-hist.active .custom-select-hist {
    border-radius: 10px 10px 0 0;
}

.wrap-custom-select-hist.active .options-custom-select-hist {
    height: 315px;
}

.wrap-custom-select-hist-mobile.active .options-custom-select-hist {
    height: 315px;
}

.row-custom-select-hist {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 43px;
    color: #461480;
    cursor: pointer;
}

.row-custom-select-hist img {
    margin-right: 22px;
    height: 22px;
    width: 22px;
}

.row-custom-select-hist.active img.not-active {
    display: none;
}

.row-custom-select-hist img.active {
    display: none;
}

.row-custom-select-hist.active img.active {
    display: block;
}

.row-custom-select-hist:first-of-type {
    margin-top: 30px;
}

.row-custom-select-hist:last-of-type {
    margin-bottom: 30px;
}

.m-neg-texte-histoires .card-hist {
    margin-bottom: 30px;
}

.img-abs-banner-archive-1 {
    position: absolute;
    top: 0;
    left: -10px;
}

.img-abs-banner-archive-2 {
    position: absolute;
    bottom: 80px;
    left: -10px;
}

.img-abs-banner-archive-3 {
    position: absolute;
    top: 60px;
    right: -15px;
}

.img-abs-banner-archive-4 {
    position: absolute;
    bottom: 130px;
    right: 130px;
}

.img-abs-select-archive-1 {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.img-abs-select-archive-2 {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms;
}

.active .img-abs-select-archive-2 {
    transform: translateY(-50%) rotate(-180deg);
}

#more_posts {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
}

#more_posts svg {
    margin-left: 18px;
}

.cta-archive {
    background: #FAB400;
    border-radius: 15px;
    padding: 60px;
    margin: 100px 0;
    position: relative;
}

.cta-archive h3 {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
}

.cta-archive .sub-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 25px 0;
}

.cta-archive .btn-custom-inline {
    justify-content: flex-start;
}

.cta-archive .people {
    position: absolute;
    bottom: -60px;
    height: 400px;
}

.cta-archive .badge {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 100%;
}

.wrap-banner-single {
    padding-right: 80px;
}

.banner-single {
    border: 7px solid #FFFFFF;
    border-width: 7px 7px 7px 0;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
}

.wrap-title-single {
    /* background: #FAB400; */
    padding: 150px 75px;
}

.wrap-title-single h1 {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.img-banner-single {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.wrap-title-single .loc-title-card-banner-home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 35px;
}

.wrap-title-single .hash-title-card-banner-home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 15px;
}

.share-single-hist {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-top: 20px;
    z-index: 3;
    position: relative;
}

.rs-single-hist {
    height: 30px;
    width: 30px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.content-single-hist {
    margin-top: 80px;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.8);
    width: 750px;
}

.content-single-hist h2 {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
    color: #000000;
    margin-bottom: 15px;
    padding: 0 50px
}

.content-single-hist h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 53px;
    color: #000000;
    margin-bottom: 40px;
    padding: 0 50px;
}

.content-single-hist img,
.content-single-hist iframe,
.content-single-hist video {
    width: 100%;
    border-radius: 15px;
    margin: 60px 0;
    height: 390px !important;
    object-fit: cover;
}

.content-single-hist img {
    height: auto !important;
}

.player-video-single {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.player-video-single svg {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
}

.content-single-hist p {
    padding: 0 50px
}

.slider-for-single-hist {
    margin-top: 60px;
}

.slider-for-single-hist img {
    width: 100% !important;
    /* width: 100%; */
    border-radius: 15px;
    margin: 0 0;
    height: auto !important;
    object-fit: cover;
}

.content-single-hist .slick-slide::before {
    content: none;
}

.content-single-hist .slick-track {
    display: block !important;
    max-height: none !important;
}

.content-single-hist .slick-track .slick-slide {
    max-width: none !important;
}

.content-single-hist .slick-slide {
    height: auto !important;
    display: block !important;
    margin: 0px !important;
}

.slider-nav-single-hist {
    margin-top: 30px;
}

.slider-nav-single-hist img {
    border-radius: 5px;
    height: 120px !important;
    object-fit: cover;
    margin: 0 0;
    border: 0px solid #6BCAAB;
    transition: all 300ms;
}

.slider-nav-single-hist .slick-current img {
    border: 4px solid #6BCAAB;
}

.slider-nav-single-hist .slick-slide {
    margin: 0 15px !important;
}

.slider-nav-single-hist .slick-list {
    margin: 0 -15px !important;
}

.slider-nav-single-hist .slick-dots button {
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 3px solid #6BCAAB;
    padding: 0;
    box-sizing: border-box;
    transition: all 300ms;
}

.slider-nav-single-hist .slick-dots .slick-active button {
    background-color: #6BCAAB;
}

.slider-nav-single-hist .slick-dots li.slick-active button:before,
.slider-nav-single-hist .slick-dots li button:before {
    opacity: 0;
}

.slider-nav-single-hist .slick-dots {
    position: relative;
    bottom: auto;
}

.more-single {
    margin-top: 80px;
    width: 1076px;
    background-color: #6BCAAB;
    padding: 65px 100px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more-single h3 {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.slider-nav-single-hist video {
    border-radius: 5px;
    height: 120px !important;
    object-fit: cover;
    margin: 0 0;
    border: 0px solid #6BCAAB;
    transition: all 300ms;
}

.slider-nav-single-hist .player-video-single {
    position: absolute;
    top: 0;
}

.slider-nav-single-hist .slick-current video {
    border: 4px solid #6BCAAB;
}

.slider-for-single-hist video {
    margin: 0;
}

#header #header_main .main_menu #avia-menu>li>a {
    font-size: 13.5px !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    /* line-height: 11px;
    text-align: center; */
    text-transform: uppercase;
}

#menu-item-40639 .avia-menu-text {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 13.5px;
    line-height: 11px;
    text-align: center;
    color: #000000;
    padding: 15px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-transform: none;
}


/* #menu-item-38777 .avia-menu-text:after,
#menu-item-38777 .avia-menu-fx {
    content: none!important;
    opacity: 0!important;
} */

.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container {
    background-color: #ffffff;
    color: #000000;
}

.title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    right: auto;
    left: 50px;
    top: 50%;
    margin-top: -7px;
    color: #000000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

.title_container .breadcrumb a {
    color: #000000;
}

.title_container .breadcrumb .trail-end {
    color: #00A8DD;
}

.logo a {
    display: flex;
    align-items: center;
}

.html_stretched #wrap_all {
    background-color: #ffffff !important;
}

.more-single {
    margin-bottom: 100px;
}


/* .more-single img {
    margin-right: 14px;
} */

.item-more-single .title-text {
    width: inherit;
}

.title-row-more-single {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 11px;
    padding-left: 14px;
}

.text-row-more-single {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    padding-left: 14px;
}

.item-more-single {
    padding-bottom: 30px;
}

.item-more-single:nth-of-type(2n + 1) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.item-more-single:nth-of-type(2n) {
    padding-left: 45px;
}

.offers-single .apidae-image *:not(img) {
    display: none;
}

.offers-single h3 {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
}

.cta-single-hist {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 55px 100px;
    margin-bottom: 110px;
    overflow: hidden;
    position: relative;
}

.title-cta-single-hist {
    font-family: Lettown Hills;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 25px;
}

.offers-single {
    margin-bottom: 110px;
    width: 100%;
}

.text-cta-single-hist {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.8);
}

.search-homepage {
    display: flex;
    justify-content: center;
    padding-top: 75px;
}

.search-homepage form {
    width: 430px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}

.search-homepage #searchsubmit {
    background-color: #00aed9;
    color: #ffffff;
}

#top #searchform>div {
    max-width: 430px;
}

.row-desc-type {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    display: none;
    max-width: 750px;
}

.arrows-slider-single {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 180px;
}

.arrows-slider-single .arrow {
    width: 15px;
    height: auto !important;
    cursor: pointer;
}

.arrows-slider-single .left-arrow {
    transform: translateX(-35px);
}

.arrows-slider-single .right-arrow {
    transform: translateX(10px) rotate(180deg);
}

#header #header_main .main_menu #avia-menu>li#menu-item-search>a {
    font-size: 26px !important;
}

.yellow .form-banner-single {
    position: absolute;
    bottom: 0;
    right: -210px;
}

.purple .form-banner-single {
    position: absolute;
    bottom: 0;
    right: -55px;
}

.orange .form-banner-single {
    position: absolute;
    bottom: 0;
    right: -215px;
}

.green .form-banner-single {
    position: absolute;
    bottom: 0;
    right: -80px;
}

.red .form-banner-single {
    position: absolute;
    bottom: 0;
    right: -23px;
}

.pink .form-banner-single {
    position: absolute;
    bottom: 0;
    right: -23px;
}

.cta-single-hist .img-abs-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.cta-single-hist .img-abs-2 {
    position: absolute;
    bottom: -25px;
    right: 35%;
}

.cta-single-hist .img-abs-3 {
    position: absolute;
    top: 35px;
    right: -15px;
}

.img-banner-single .like-card-banner-home {
    border-radius: 15px 0px 8px 0px;
    bottom: -5px;
    right: -5px;
}

.offers-single .row {
    justify-content: center;
}

#response .hidden {
    display: none;
}

#menu-item-40639 .sub-menu {
    border-top-color: rgba(70, 20, 128, 1) !important;
}

#menu-item-40639 .avia-menu-fx {
    background-color: rgba(70, 20, 128, 1) !important;
}

#menu-item-40640>a>.avia-bullet {
    display: none;
}

#menu-item-40640 {
    position: absolute !important;
}

#menu-item-40640 span a {
    font-family: Lettown Hills !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 36px !important;
    line-height: 35px !important;
    color: #000000 !important;
}

#menu-item-40639 .menu-item-object-histoires_type .avia-menu-text,
#menu-item-40639 .menu-item-object-custom .avia-menu-text {
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 35px !important;
    color: #000000 !important;
}

#menu-item-40639 .menu-item-object-histoires_type .avia-bullet,
#menu-item-40639 .menu-item-object-custom .avia-bullet {
    border-color: rgba(70, 20, 128, 1);
}

#menu-item-40639 .menu-item-object-histoires_type a:hover .avia-bullet,
#menu-item-40639 .menu-item-object-custom a:hover .avia-bullet {
    border-color: rgba(70, 20, 128, 1);
}

#menu-item-40639 .menu-item-object-histoires_type a:hover,
#menu-item-40639 .menu-item-object-custom a:hover {
    background-color: #ffffff;
}

#menu-item-40640 {
    width: 500px !important;
}

#menu-item-40640>a>.avia-menu-text {
    background-color: transparent !important;
}

#menu-item-40640>a:hover {
    background-color: transparent;
}

#menu-item-40645,
#menu-item-40641 {
    height: 244px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

#menu-item-40639>.avia_mega_div.avia_mega4>.sub-menu {
    display: flex !important;
}

#menu-item-40649 {
    width: auto !important;
}

#menu-item-40639 img {
    width: 400px;
    max-width: 400px;
}

#header .twelve.units {
    /* width: auto !important; */
}

#menu-item-40639 .avia-bullet {
    margin-top: 17px !important;
}


/* a delete */

#header .nine.units {
    /* width: 70vw!important; */
}


/* #menu-item-40639 .avia_mega_div.avia_mega4 {
    opacity: 1!important;
    display: block!important;
    position: relative!important;
    z-index: 99999999;
} */


/* a delete */

.wrap-custom-select-hist-mobile {
    display: none;
}

.archive-mobile-hist {
    position: relative;
}

#av_section_1 {
    background-color: #ffffff;
    position: relative;
}

.archive-mobile-hist .abs-img-last-hist-home-1 {
    position: absolute;
    top: 45%;
    left: -113px;
}

.archive-mobile-hist .abs-img-last-hist-home-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-template-template-histoires {
    overflow-x: hidden !important;
}

.archive-mobile-hist .abs-img-last-hist-home-3 {
    position: absolute;
    top: 214px;
    right: 0px;
    width: 188px;
}

.archive-mobile-hist .abs-img-last-hist-home-4 {
    position: absolute;
    top: 82%;
    left: -50px;
    width: 220px;
}

@media screen and (max-width: 1300px) {
    .av-main-nav>li>a {
        padding: 0px 8px;
    }
}

@media screen and (max-width: 1200px) {
    .cta-archive .people {
        height: 320px;
    }
    .cta-archive .badge {
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 200px;
    }
    .wrap-card-banner-home {
        height: 450px;
        width: 100%;
        transform: translateX(0px);
    }
    #header #header_main .main_menu #avia-menu>li>a {
        font-size: 11.5px !important;
    }
}

@media screen and (max-width: 1000px) {
    .cta-archive .people {
        height: 250px;
    }
    .cta-archive .badge {
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 150px;
    }
    .img-abs-banner-archive-4 {
        position: absolute;
        bottom: 70px;
        right: -15px;
    }
}

@media screen and (max-width: 992px) {
    .wrap-last-hist .row>div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .disabled-slide-resp {
        pointer-events: all !important;
    }
    .cta-archive .people {
        position: relative;
        bottom: -7px;
        left: -47px;
        height: 250px;
        width: auto;
        max-width: none;
        margin-top: 20px;
    }
    .cta-archive .badge {
        position: absolute;
        bottom: 100px;
        right: -10px;
        height: 125px;
    }
    .cta-archive {
        padding: 30px 30px 0 30px;
    }
    #header_main {
        height: 90px;
        display: flex;
        align-items: center;
    }
    .responsive #top .logo {
        height: 80px !important;
    }
    .img-abs-banner-archive-1,
    .img-abs-banner-archive-2,
    .img-abs-banner-archive-3,
    .img-abs-banner-archive-4 {
        width: 110px;
    }
    .wrap-banner-single {
        padding-right: 0px;
    }
    .wrap-title-single {
        padding: 45px 30px;
    }
    .img-banner-single {
        height: 280px;
    }
    .content-single-hist h2 {
        margin-top: 40px;
        padding: 0;
    }
    .content-single-hist h3 {
        padding: 0;
    }
    .content-single-hist p {
        padding: 0;
    }
    .slider-for-single-hist {
        display: none;
    }
    .offers-single .col-md-4 {
        margin-bottom: 30px;
    }
    .cta-single-hist .img-abs-3 {
        position: absolute;
        top: 182px;
        right: -15px;
    }
    .banner-home {
        height: auto;
    }
    .banner-home>div {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 480px) {
    .content-single-hist img,
    .content-single-hist iframe,
    .content-single-hist video {
        height: 200px !important;
        margin: 25px 0;
    }
    .content-single-hist img {
        height: auto !important;
    }
    .slider-nav-single-hist .slick-current img {
        border: 0px solid #6BCAAB;
    }
    .arrows-slider-single {
        display: none;
    }
    .slider-nav-single-hist {
        margin: 0 -15px;
    }
    .more-single {
        padding: 30px 30px;
    }
    .item-more-single:nth-of-type(2n) {
        padding-left: 15px;
    }
    .item-more-single:nth-of-type(2n + 1) {
        border-right: 0px solid rgba(255, 255, 255, 0.3);
    }
    .more-single h3 {
        margin-bottom: 40px;
    }
    .cta-single-hist {
        padding: 30px 30px;
    }
    .abs-img-last-hist-home-1 {
        position: absolute;
        top: 605px;
        left: -191px;
        width: 283px;
    }
    .abs-img-last-hist-home-2 {
        position: absolute;
        bottom: -32px;
        right: -79px;
        width: 250px;
    }
    .abs-img-last-hist-home-3 {
        position: absolute;
        top: 169px;
        right: -63px;
        width: 188px;
    }
    .form-banner-single {
        position: absolute;
        bottom: 0;
        right: -23px;
        width: 175px;
    }
    .title_container .breadcrumb {
        position: relative;
        margin-top: 0;
    }
    .orange .form-banner-single {
        position: absolute;
        bottom: 0;
        right: -80px;
    }
    .purple .form-banner-single {
        position: absolute;
        bottom: 0;
        right: -25px;
    }
    .yellow .form-banner-single {
        position: absolute;
        bottom: 0;
        right: -40px;
    }
    .page-template-template-histoires .banner-home-histoires {
        padding: 110px 0;
        overflow: hidden;
    }
    .sub-title-banner-home {
        margin-top: 45px;
    }
    .page-template-template-histoires .sub-title-banner-home {
        margin-top: 20px;
    }
    .neg-title {
        padding: 5px 15px 0 15px;
    }
    .wrap-card-banner-home {
        height: 350px;
        width: 100%;
        transform: translateX(0px);
    }
    .wrap-custom-select-hist-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        display: block;
        opacity: 0;
        pointer-events: none;
        transition: all 300ms;
    }
    .wrap-custom-select-hist-mobile.scroll {
        opacity: 1;
        pointer-events: all;
    }
    .wrap-custom-select-hist-mobile .custom-select-hist {
        position: relative;
        background-color: white;
        color: rgb(70, 20, 128);
        width: 100%;
        border-radius: 10px 10px 0 0;
        margin: 0;
    }
    .wrap-custom-select-hist-mobile.active .custom-select-hist {
        border-radius: 0;
    }
    .wrap-custom-select-hist-mobile .options-custom-select-hist {
        border-radius: 10px 10px 0 0;
        bottom: 100%;
    }
    .wrap-last-hist .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .wrap-custom-select-hist,
    .custom-select-hist {
        width: 100%;
    }
    .neg-title {
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(70, 20, 128, 1) 0%, rgba(70, 20, 128, 1) 33%, rgba(70, 20, 128, 0.0) 34%, rgba(70, 20, 128, 0) 100%);
    }
    .archive-mobile-hist .abs-img-last-hist-home-2 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 167px;
    }
    .archive-mobile-hist .abs-img-last-hist-home-3 {
        position: absolute;
        top: 264px;
        right: 0px;
        width: 144px;
    }
    .hover-card-banner-home {
        opacity: 0 !important;
    }
}

.wrap_see_more {
    margin-top: 20px;
}

.see_more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    padding: 10px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-transform: none;
    text-decoration: none;
}

.see_more:hover {
    text-decoration: none;
}

#response .hidden {
    display: none;
}

#menu-item-40639 .sub-menu {
    border-top-color: rgba(70, 20, 128, 1) !important;
}

#menu-item-40639 .avia-menu-fx {
    background-color: rgba(70, 20, 128, 1) !important;
}

#menu-item-40640>a>.avia-bullet {
    display: none;
}

#menu-item-40640 {
    position: absolute !important;
}

#menu-item-40640 span a {
    font-family: Lettown Hills !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 36px !important;
    line-height: 35px !important;
    color: #000000 !important;
}

#menu-item-40639 .menu-item-object-histoires_type .avia-menu-text,
#menu-item-40639 .menu-item-object-custom .avia-menu-text {
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 35px !important;
    color: #000000 !important;
}

#menu-item-40639 .menu-item-object-histoires_type .avia-bullet,
#menu-item-40639 .menu-item-object-custom .avia-bullet {
    border-color: rgba(70, 20, 128, 1);
}

#menu-item-40639 .menu-item-object-histoires_type a:hover .avia-bullet,
#menu-item-40639 .menu-item-object-custom a:hover .avia-bullet {
    border-color: rgba(70, 20, 128, 1);
}

#menu-item-40639 .menu-item-object-histoires_type a:hover,
#menu-item-40639 .menu-item-object-custom a:hover {
    background-color: #ffffff;
}

#menu-item-40640 {
    width: 500px !important;
}

#menu-item-40640>a>.avia-menu-text {
    background-color: transparent !important;
}

#menu-item-40640>a:hover {
    background-color: transparent;
}

#menu-item-40645,
#menu-item-40641 {
    height: 244px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

#menu-item-40639>.avia_mega_div.avia_mega4>.sub-menu {
    display: flex !important;
}

#menu-item-40649 {
    width: auto !important;
}

#menu-item-40639 img {
    width: 400px;
    max-width: 400px;
}

#header #menu-item-40639 .twelve.units {
    width: auto !important;
}

#menu-item-40639 .avia-bullet {
    margin-top: 17px !important;
}

#menu-item-40652 .mega_menu_title {
    display: none;
}

#menu-item-40651 .btn-custom-inline {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    font-family: Sen !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 29px !important;
    text-align: center !important;
    color: #000000 !important;
    text-decoration: none !important;
    margin-top: 00px;
    overflow: initial !important;
}

#menu-item-40651 .btn-custom-inline img {
    width: 25px;
}

#menu-item-40651 .btn-custom-inline:hover img {
    transform: translateX(0px);
    margin-left: 15px;
}

#menu-item-40651 .image-overlay {
    display: none;
}

#menu-item-40652 {
    width: auto !important;
}

.av-burger-overlay-inner .btn-custom-inline {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 200 !important;
}

.av-burger-overlay-inner .btn-custom-inline img {
    display: none;
}


/* .avia_mega_div.avia_mega4.twelve.units {
    position: relative!important;
    opacity: 1!important;
    display: block!important;
} */


/* #header #header_main .main_menu #avia-menu>li>a {
    font-size: 12.5px!important;
    padding: 0 11px;
} */

@media only screen and (max-width: 767px) {
    .page-template-template-home footer .av_one_fourth {
        margin: 0;
        margin-bottom: 20px;
        width: 100%!important;
    }
}

.header-scrolled #header #header_main .main_menu #avia-menu>li>a {
    display: flex;
    align-items: center;
    position: relative;
}

.header-scrolled #menu-item-40639 .avia-menu-text {
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

#header #header_main .main_menu #avia-menu>li#menu-item-40639>a:hover .avia-menu-text::after {
    display: none!important;
}