/*avelook*/

a, img {
    outline: 0;
}
@font-face {
    font-family: Altair;
    src: url('../fonts/Altair-Bold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: Altair;
    src: url('../fonts/Altair-Bold.otf');
    font-weight: 600;
}
body {
    font-family: 'Barlow', sans-serif;
}
a {
    color: #c0091f;
}
h1, .h1, h1.entry-title {
    font-family: 'Altair';
    font-size: 2.3rem;
}
h1 {
    font-weight: 600;
}
h2, h3, h4 {
    font-weight: 700;
}
h2, .h2 {
    font-size: 1.7rem
}
h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
}
.site-header {
    background-color: #333;
}
.genesis-nav-menu a, .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item>a, .genesis-nav-menu .sub-menu .current-menu-item>a:focus, .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: white;
    font-size: 1.1rem;
}
.site-header .genesis-nav-menu a {
    text-transform: uppercase;
}
.site-header>.wrap {
    margin: auto;
    flex-flow: wrap;
    max-width: 1080px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.site-header #genesis-nav-primary {
    margin-left: auto;
}
.menu-toggle, .sub-menu-toggle {
    color: white!important;
}
.menu-toggle {
    margin-left: auto;
    margin-right: 0;
}
.genesis-responsive-menu {}
/*classes*/

.barlow {
    font-family: 'Barlow', sans-serif;
}
.altair {
    font-family: 'Altair';
}
.chapo {
    font-weight: 700;
    font-size: 18px;
}
.hidden {
    display: none;
}
/*footer*/

.site-footer .genesis-nav-menu a {
    color: inherit;
}
/*home*/

.gb-block-post-grid, .gb-block-post-grid .is-grid article, .gb-block-post-grid .gb-is-grid article {
    margin-bottom: 0;
}
.gb-block-post-grid .gb-block-post-grid-byline {
    margin-bottom: 0;
}
.bloc-intro a {
    color: white;
}
.bloc-intro {
    max-height: 387px;
}
.bloc-spectacle, .bloc-videos, .bloc-about {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7rem;
    display: flex;
    flex-wrap: wrap;
    min-height: 328px;
}
.bloc-spectacle p, .bloc-videos p, .bloc-about p {
    width: 100%;
}
.bloc-spectacle h2, .bloc-videos h2, .bloc-about h2 {
    padding: 30px;
}
.has-background {
    padding: 30px;
}
.section-bellow .wp-block-column {
    margin: 0;
}
.bloc-spectacle {
    background: #ff9933;
}
.bloc-videos {
    background: #c0091f;
}
.bloc-about {
    background: #3fb7c5;
}
.bloc-spectacle h2, .bloc-videos h2, .bloc-about h2 {
    min-height: 150px;
}
.bloc-spectacle a, .bloc-videos a, .bloc-about a {
    text-transform: none;
    font-size: inherit;
    font-weight: 400!important;
}
.featuredpost img {
    transition: all 0.3s ease;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0);
}
.featuredpost img:hover {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
}
.joinus-left {
    flex-basis: 35%!important;
}
.joinus-right {
    max-height: 243px;
}
.home h2 {
    font-family: 'Altair';
    text-transform: none;
    font-size: 2rem;
}
/*responsive*/

@media only screen and (max-width: 960px) {
    .home .wp-block-spacer {
        height: 0!important;
    }
    .home .blocks-gallery-grid, .home .gb-block-post-grid-image, .home .wp-block-columns, .home .wp-block-image, .home .blocks-gallery-grid .blocks-gallery-item, .home .wp-block-gallery .blocks-gallery-image, .home .wp-block-gallery .blocks-gallery-item {
        margin-bottom: 0!important;
    }
    .featuredpost img:hover {
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0);
    }
    .bloc-intro, .joinus-right {
        max-height: initial;
    }
}
/*page compagnie*/

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background: transparent;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    flex-direction: column;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: initial;
    padding-top: 10px;
    flex-grow: inherit;
}