/* Style Front
--------------------------------------------- */
/*********************
* GLOBAL ********************
*********************/
body,
html {
    overflow-x: hidden;
}

body {
    font-family: var(--font__main) !important;
    color: var(--color__text_main);
    background: var(--color__noir);
}

body.preload * {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

#page.vvv_fadeinload {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
}

#mobile {
    display: block;
}

@media (min-width: 691px) {
    #mobile {
        display: none;
    }
}

.site {
    overflow: hidden;
}

.site-main {
    margin-top: 90px;
    margin-bottom: 50px;
    max-width: var(--size__site_main);
    padding: 0 2em;
}

@media screen and (min-width: 681px) {
    .site-main {
        margin-top: 60px;
    }
}

.basic_page_title {
    margin-top: 140px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    font-family: var(--font__titles);
    color: var(--color__blanc);
}

h1 {
    font-size: 3rem;
    text-align: center;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.5rem;
}

p {
    font-size: 1.3em;
    color: var(--color__blanc);
}

ul {
    margin-left: 0;
    font-size: 1.2rem;
}

li::marker {
    color: #ffffff;
}

/* Links
--------------------------------------------- */
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    color: var(--color__2);
    outline: none;
}

a {
    color: var(--color__1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:visited {
    color: var(--color__2);
}

a:hover,
a:focus,
a:active {
    color: var(--color__2);
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.btn {
    width: 100%;
    background-color: var(--color__1);
    color: white !important;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*  border-radius: 0 !important;*/
    border: none;
}

.btn:hover {
    background-color: var(--color__2);
}

.scale {
    transition: 0.25s;
}

.scale:hover {
    transform: scale(0.95);
}

/*********************
***** ALIGNMENT  *****
*********************/
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.site {
    max-width: 100vw;
}

.site-main,
.entry-content > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content_width);
}

.alignfull {
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw;
}

.alignwide {
    margin-left: calc((100% - 80vw) / 2);
    width: 80vw;
}

.alignleft {
    max-width: calc(var(--content_width) / 2);
    margin-left: calc((100% - var(--content_width)) / 2);
}

.alignright {
    max-width: calc(var(--content_width) / 2);
    margin-right: calc((100% - var(--content_width)) / 2);
}

/*********************
* HEADER ********************
*********************/
#masthead {
    background: var(--color__noir);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    padding-top: 40px;
    display: block;
    box-shadow: 0 0.15em 0.35em 0 rgba(56, 64, 102, 0.7);
}

@media screen and (min-width: 681px) {
    #masthead {
        display: flex;
        padding-top: 0;
    }
}

.social_header {
    vertical-align: middle;
    display: inline-block;
    flex: 33% 0 1;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 681px) {
    .social_header {
        position: unset;
        margin-right: 1.5em;
        width: auto;
        text-align: right;
        margin-top: 0;
    }
}

.social_header p {
    display: none;
    margin: 0;
    vertical-align: middle;
    font-size: 1.1em;
}

@media screen and (min-width: 781px) {
    .social_header p {
        display: block;
    }
}

@media screen and (min-width: 906px) {
    .social_header p {
        display: inline-block;
    }
}

.social_header .icon-social {
    padding: 0 0.6em;
    color: var(--color__blanc);
    text-align: right;
    transition: all 0.3s;
    vertical-align: middle;
}

.social_header .icon-social svg {
    fill: var(--color__blanc);
    transition: all 0.3s;
    width: 22px;
    height: 22px;
    margin-top: -8px;
}

@media screen and (min-width: 681px) {
    .social_header .icon-social {
        padding: 0 0.3em;
    }

    .social_header .icon-social svg {
        margin-top: -2px;
        color: var(--color__blanc);
    }
}

@media screen and (min-width: 781px) {
    .social_header .icon-social svg {
        width: 17px;
        height: 17px;
        color: var(--color__blanc);
    }
}

.social_header .icon-social:hover {
    color: var(--color__1);
}

.social_header .icon-social:hover svg {
    fill: var(--color__1);
}

.social_header .icon-social .bi::before,
.social_header .icon-social [class^="bi-"]::before,
.social_header .icon-social [class*=" bi-"]::before {
    font-size: 1.5em;
}

@media screen and (min-width: 781px) {

    .social_header .icon-social .bi::before,
    .social_header .icon-social [class^="bi-"]::before,
    .social_header .icon-social [class*=" bi-"]::before {
        font-size: 1.5em;
    }
}

/*******************************
**** NAVIGATION MATT ***********
********************************/

/** Burger Icon mobile menu **/
#togglemenu {
    cursor: pointer;
    z-index: 9999;
    position: relative;
    display: inline-block;
    margin-right: 50px;
    width: 100%;
    text-align: right;
    margin-top: -20px;
}

@media screen and (min-width: 992px) {
    #togglemenu {
        display: none;
    }
}

#togglemenu svg {
    transition: visibility 0s, max-height 0.15s, opacity 0.5s linear;
    position: absolute;
}


/* @media screen and (min-width: 681px) {
	#togglemenu svg {
		position: unset;
	}
} */

#togglemenu.active svg#burger {
    transform: scaleX(-1);
}

#togglemenu:not(.active) svg#burger,
#togglemenu.active svg#closemenu {
    visibility: visible;
    opacity: 1;
    max-width: 27px;
    width: 27px;
}

#togglemenu:not(.active) svg#closemenu,
#togglemenu.active svg#burger {
    visibility: hidden;
    opacity: 0;
    max-width: 0;
    margin: 0;
}

#togglemenu.active span {
    color: var(--color__blanc);
}

#popout {
    position: fixed;
    font-family: 'Montserrat Medium';
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    color: var(--color__blanc);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 4em 1em;
    overflow: auto;
    transition: opacity 0.8s, visibility 0.8s;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#popout::-webkit-scrollbar {
    display: none;
    /* Chrome & Safari */
}

@media screen and (min-width: 992px) {
    #popout {
        position: unset;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        padding: 0;
    }
}

#popout.opened {
    visibility: visible;
    opacity: 1;
}

#popout ul {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    flex-direction: column;
    background-color: var(--color__noir);
}

@media screen and (min-width: 992px) {
    #popout ul {
        flex-direction: row;
    }
}

#popout ul li {
    display: block;
    padding: 0.7em 0.7em;
    position: relative;
}

#popout > ul > li:not(:last-of-type)::after {
    content: '';
}

@media screen and (min-width: 992px) {
    #popout > ul > li:not(:last-of-type)::after {
        /* content: '|';*/
        position: absolute;
        top: 18%;
        margin: auto 0;
        right: 0;
        display: flex;
    }
}

#popout ul li a {
    color: var(--color__link_menu);
    text-decoration: none;
}

#popout ul li a:hover {
    color: var(--color__link_menu_hover);
    background: transparent;
}

#popout ul li a:focus {
    outline: none;
}

/*********************
* NAVIGATION ********************
*********************/

.navbar {
    margin: auto;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    padding: 2rem 1rem;
}

.logo-link-mobil {
    display: none;
}

.logo-link-screen {
    height: 50px;
    /* taille du logo dans le menu */
    padding: 1rem;
    top: -14px;
}

.logo-link-screen img {
    height: 50px;
    /* taille du logo dans le menu */
    width: auto;
    margin-right: 2rem;
}

.navbar-collapse {
    background-color: white;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: 0.25s;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0;
    min-width: 230px;
    margin: 0;
    padding: 1em 0;
    background-color: var(--color__noir);
}

@media screen and (min-width: 992px) {
    .dropdown-menu.show {
        position: absolute;
    }
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-li {
    position: static;
}

.dropdown-item {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1em;
}

.dropdown-item:active {
    background-color: var(--color__link_text);
}

.page-item.active .page-link {
    background-color: var(--color__link_text);
    border-color: var(--color__link_text);
}

.page-link:hover {
    color: var(--color__link_text_hover);
}

/** WP file Buttons */
.wp-block-file__button {
    background: var(--color__1);
    color: var(--color__blanc);
}

.wp-block-file__button:hover {
    background: var(--color__noir);
    color: var(--color__blanc);
}


/*********************
* Weglot ********************
*********************/
#weglot_container {
    display: inline-block;
}

#weglot_container .country-selector.weglot-inline {
    display: none;
    margin-left: 4em;
    margin-top: 8px;
}

@media (min-width: 1040px) {
    #weglot_container .country-selector.weglot-inline {
        display: inline-block;
    }
}

.country-selector.weglot-dropdown a:hover,
.country-selector.weglot-dropdown span:hover {
    color: var(--color__2);
}

.country-selector.weglot-inline {
    z-index: 9;
}

.country-selector.weglot-inline label {
    font-size: 20px;
    border: 1px solid var(--color__blanc);
    background: var(--color__blanc);
    color: var(--color__noir);
    padding: 4px;
    line-height: 1;
}

.country-selector.weglot-inline ul {
    margin: 0 !important;
}

.country-selector.weglot-inline ul a {
    color: var(--color__blanc);
    font-size: 20px;
    border: 1px solid var(--color__blanc);
    padding: 3px 3px 0 3px;
    line-height: 1;
    margin-left: 10px;
}

.country-selector.weglot-inline ul a::after {
    height: 0;
}

.country-selector.weglot-inline ul a:hover {
    background: var(--color__noir);
    text-decoration: none !important;
    color: var(--color__blanc) !important;
}

#popout .country-selector.weglot-inline {
    display: inline-block;
    margin: 0 16px;
}

#popout .country-selector.weglot-inline label {
    border: 1px solid var(--color__blanc);
    background: var(--color__blanc);
    color: #1e5f9e;
}

#popout .country-selector.weglot-inline ul a {
    color: var(--color__blanc);
    border: 1px solid var(--color__blanc);
}

#popout .country-selector.weglot-inline ul a:hover {
    background: var(--color__blanc);
    color: #1e5f9e !important;
}


@media (min-width: 992px) {
    #popout .country-selector.weglot-inline {
        margin: 0 auto 2em auto;
        display: inline-block;
        max-width: 700px;
        padding-left: 8px;
    }
}

@media (min-width: 1040px) {
    #popout .country-selector.weglot-inline {
        display: inline-block;
    }
}

/*********************
* SLIDER ********************
*********************/
.box-slider a {
    position: relative;
    display: inline-block;
}

.tab-slider {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.cell-slider {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.title-slider {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.wp-block-heading {
    font-size: 8rem !important;
    letter-spacing: 0.5rem;
    margin: 0em 0 !important;
}

/* Slogan "Au-delà du réel */
.wp-block-cover__inner-container p {
    font-weight: 600;
    letter-spacing: 0.3em;
}

.content-slider {
    font-size: 2rem;
    line-height: var(--font__line_height_body);
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.img-slider {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li button::before {
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: var(--color__1) !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-prev::before,
.slick-next::before {
    opacity: 0.75 !important;
    color: var(--color__3) !important;
}



/*********************
*** Box Partenaires ***
*********************/
.box-partenaires .list_partenaires {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-partenaires .list_partenaires a {
    flex: 1 0 auto;
    text-align: center;
    opacity: 0.85;
    padding: 1em;
}

.box-partenaires .list_partenaires a:hover {
    opacity: 1;
}

.box-partenaires .list_partenaires a img {
    height: 120px;
    width: auto;
}

/*********************
*** Box Projets ***
*********************/

.box-projets a.link-archive {
    margin-bottom: 30px;
}

.box-projets a {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.wp-block-separator { /* augmente les marges des séparateurs /les traits/ dans gutemberg */
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*********************
*** Page Projets ***
*********************/

h1.text-lg-left {
    margin: 1.2em 0em 0 !important;
}

.cover-projets img {
    height: 650px;
    object-fit: cover;
    max-width: none;
    width: 100%;
}

/* Images Box projets */

.img-archive.object-fit-projets img {
    height: 650px;
    object-fit: cover;
}

/* Images Box news */

.img-archive.object-fit-news img {
    height: 230px;
    object-fit: cover;
}

/*********************
* ACCUEIL ********************
*********************/
.link-event {
    display: block;
    position: relative;
}

.tab-event {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.cell-event {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.title-event {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.bg-news {
    background-color: unset;
}

/* Date dans les actualités */
.text-lg-left {
    color: var(--color__blanc);
}

.div-cc {
    border-radius: 1rem;
    background-color: #148ac7;
    text-align: center;
}

.div-cc h1,
.div-cc h2,
.div-cc h3,
.div-cc h4,
.div-cc h5,
.div-cc h6 {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.div-cc p {
    color: white;
    padding-bottom: 15px;
}

.icon-cc {
    font-size: 4rem;
    color: white;
}

.bloc_intro_img_home .wp-block-cover {
    min-height: 100vh;
}

.bloc_intro_img_home h1 {
    text-transform: uppercase;
    font-size: 50px !important;
    margin-bottom: 15px !important;
}

@media screen and (min-width: 700px) {
    .bloc_intro_img_home h1 {
        font-size: 110px !important;
    }
}

.bloc_intro_img_home .wp-block-buttons {
    margin-bottom: 1em;
}

.bloc_intro_img_home .wp-block-buttons .wp-block-button {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 1260px) {
    .bloc_intro_img_home .wp-block-buttons .wp-block-button {
        width: 30%;
    }
}

.bloc_intro_img_home .wp-block-buttons .wp-block-button a.wp-block-button__link {
    text-transform: uppercase;
    border-radius: 0;
    width: 350px;
    display: inline-block;
    color: var(--color__grisfonce);
    color: var(--color__blanc);
    padding: 0.3em 1em;
}

@media screen and (min-width: 1260px) {
    .bloc_intro_img_home .wp-block-buttons .wp-block-button a.wp-block-button__link {
        width: 100%;
    }
}

.bloc_intro_img_home .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
    background-color: var(--color__3);
    text-decoration: none;
    color: var(--color__blanc);
}

h2.box_title,
.page-title,
h1.page-title,
h1.entry-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color__blanc);
    letter-spacing: 0.5rem;
}

@media screen and (min-width: 700px) {

    h2.box_title,
    .page-title,
    h1.entry-title {
        font-size: 50px;
    }
}

.bloc_newsletter {
    background: var(--color__2);
    padding: 2em;
}

.bloc_newsletter p {
    text-transform: uppercase;
    color: var(--color__blanc);
}

.bloc_newsletter h3 {
    text-transform: uppercase;
    color: var(--color__blanc);
}

.bloc_newsletter a.btn {
    display: inline;
    background: var(--color__1);
    max-width: 400px;
}

.bloc_newsletter a.btn:hover {
    background-color: var(--color__3);
}

/**********************************
******* PAGE Programmation  *******
***********************************/
.entry-header.panoramic_header {
    position: relative;
}

.entry-header.panoramic_header img {
    width: 100%;
}

.entry-header.panoramic_header h1 {
    color: var(--color__blanc);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

/** Tabs **/
.tabs {
    display: flex;
    list-style: none;
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
}

.tabs li {
    flex: 0 1 25%;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 60px;
}

@media (min-width: 691px) {
    .tabs li {
        position: unset;
        width: auto;
    }
}

.tabs li:nth-of-type(1) .tab-content {
    margin-top: 200px;
}

.tabs li:nth-of-type(2) {
    top: 60px;
}

.tabs li:nth-of-type(2) .tab-content {
    margin-top: 140px;
}

.tabs li:nth-of-type(3) {
    top: 120px;
}

.tabs li:nth-of-type(3) .tab-content {
    margin-top: 80px;
}

.tabs li:nth-of-type(4) {
    top: 180px;
}

.tabs li:nth-of-type(4) .tab-content {
    margin-top: 20px;
}

@media (min-width: 691px) {

    .tabs li:nth-of-type(1) .tab-content,
    .tabs li:nth-of-type(2) .tab-content,
    .tabs li:nth-of-type(3) .tab-content,
    .tabs li:nth-of-type(4) .tab-content {
        margin-top: 0;
    }
}

@media (min-width: 691px) {
    .tabs li:not(:nth-of-type(1)) {
        margin: 0 0 0 5px;
    }
}


.tabs li > input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
}

.tabs li:not(.active) > label .tab-content {
    opacity: 0;
    visibility: hidden;
}

.tabs li > label {
    display: block;
    padding: 8px;
    border-radius: 0;
    border: solid 2px var(--color__noir);
    font-size: 1.5em;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 850px) {
    .tabs li > label {
        font-size: 2em;
    }
}

.tabs li .tab-content {
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    padding: 25px 0;
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease-in-out;
}

.tabs li [id^="tab"]:checked + label {
    color: var(--color__noir);
}

.tabs li [id^="tab1"]:checked + label,
.tabs li [id^="tab1"]:hover + label {
    background: var(--color__4);
}

.tabs li [id^="tab2"]:checked + label,
.tabs li [id^="tab2"]:hover + label {
    background: var(--color__3);
}

.tabs li [id^="tab3"]:checked + label,
.tabs li [id^="tab3"]:hover + label {
    background: var(--color__2);
}

.tabs li [id^="tab4"]:checked + label,
.tabs li [id^="tab4"]:hover + label {
    background: var(--color__1);
}

.tabs li [id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.blocs_artiste_container {
    display: grid;
    gap: 1em;
    margin-bottom: 3em;
    margin-top: 1em;
}

.blocs_artiste_container.tempo-arena {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

@media (min-width: 920px) {
    .blocs_artiste_container.tempo-arena {
        grid-template-columns: 1fr 1fr;
    }
}

.blocs_artiste_container.eglise {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.blocs_artiste_container.le-off {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 920px) {
    .blocs_artiste_container.le-off {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.blocs_artiste_container .bloc_artiste {
    flex: 0 1 50%;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.blocs_artiste_container .bloc_artiste:hover .img_artiste {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.blocs_artiste_container .bloc_artiste:hover .info_artiste h4 {
    padding-left: 18px;
}

.blocs_artiste_container .bloc_artiste:hover .info_artiste span {
    padding-left: 28px;
}

.blocs_artiste_container .bloc_artiste .img_artiste {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 110% !important;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0.85;
}

.blocs_artiste_container .bloc_artiste .info_artiste {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, var(--color__noir) 0%, rgba(218, 32, 27, 0) 100%);
}

.blocs_artiste_container .bloc_artiste .info_artiste h4 {
    color: var(--color__blanc);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    padding: 0 8px;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 691px) {
    .blocs_artiste_container .bloc_artiste .info_artiste h4 {
        font-size: 2.5em;
    }

    .blocs_artiste_container.le-off .bloc_artiste .info_artiste h4 {
        font-size: 2em;
    }
}

.blocs_artiste_container .bloc_artiste .info_artiste span {
    color: #fff;
    font-size: 1em;
    padding: 0 8px 8px 8px;
    display: block;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

@media (min-width: 691px) {
    .blocs_artiste_container .bloc_artiste .info_artiste span {
        font-size: 1.5em;
    }
}

/*** Full page artist content */
/**** Scrollbar */
/* WebKit and Chromiums */
#vvv-post-sp-container::-webkit-scrollbar,
.popup_inner_full::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: white;
}

#vvv-post-sp-container::-webkit-scrollbar-thumb,
.popup_inner_full::-webkit-scrollbar-thumb {
    background: var(--color__2);
    border-radius: 9999px;
}

/* Firefox */
#vvv-post-sp-container,
.popup_inner_full {
    scrollbar-width: thin;
    /* can also be normal, or none, to not render scrollbar */
    scrollbar-color: var(--color__2) transparent;
    /* foreground background */
}

#vvv-post-sp-container,
#popup {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: 0;
    overflow-y: scroll;
    box-sizing: content-box;
    width: 100%;
    -webkit-transition: all 0.3s, opacity 0.7s;
    transition: all 0.3s, opacity 0.7s;
}

#vvv-post-sp-container .close-sp,
#popup .close-popup {
    position: fixed;
    font-size: 90px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 20px;
    top: 0;
    padding: 0 10px;
    line-height: 1;
    opacity: 0.5;
    z-index: 0;
}

#vvv-post-sp-container .close-sp:hover,
#popup .close-popup:hover {
    opacity: 1 !important;
}

#vvv-post-sp {
    z-index: 2;
    position: relative;
    margin: 0;
}

.full_artiste_content h2 {
    color: var(--color__1);
    font-size: 50px;
    font-weight: 700;
}

.full_artiste_content .full_date,
.full_artiste_content .full_horaire,
.full_artiste_content .full_lieu {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0.3em;
}

.full_artiste_content .full_date {
    font-weight: 700;
    color: var(--color__2);
}

.full_artiste_content .full_date .bi {
    color: var(--color__2);
}

.full_artiste_content .full_horaire {
    color: var(--color__3);
}

.full_artiste_content .full_horaire .bi {
    color: var(--color__3);
}

.full_artiste_content .full_lieu {
    text-transform: uppercase;
    color: var(--color__4);
}

.full_artiste_content .full_lieu .bi {
    color: var(--color__4);
}

.full_artiste_content .full_gratuit {
    background: var(--color__2);
    display: inline-block;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color__blanc);
}

.full_artiste_content .full_link a {
    background: var(--color__1);
    display: inline-block;
    min-width: 250px;
    text-align: center;
    padding: 0.5em 1em;
    margin: 1em auto;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color__blanc);
}

.full_artiste_content .full_link a:hover {
    background: var(--color__3);
    text-decoration: none;
}

.full_artiste_content .alignleft {
    margin-left: 0;
    margin-bottom: 0.5em;
    margin-right: 0;
    float: none;
    max-width: 100%;
}

@media (min-width: 920px) {
    .full_artiste_content .alignleft {
        max-width: calc(var(--content_width) / 2);
        float: left;
        margin-right: 1em;
    }
}

/******************* POPUP ***************/
#popup_container {
    background: var(--color__noir);
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#popup_container.active {
    opacity: 1;
    z-index: 99999;
}

#popup_container.active #popup {
    height: 90vh;
    width: 90vw;
    z-index: 9999;
    opacity: 1;
}

#popup {
    background: #fff;
    width: 0;
    height: 0;
    top: 5vh;
    left: 5vw;
    bottom: 5vh;
    right: 5vw;
    opacity: 0;
    box-shadow: 0 0.15em 0.35em 0 rgba(56, 64, 102, 0.7);
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-transition: all 0.3s, opacity 1.2s;
    transition: all 0.3s, opacity 1.2s;
}

#popup .close-popup {
    right: 20px;
}

#popup .popup_inner_full {
    overflow: auto;
    height: 100%;
}

#popup .popup_inner {
    padding: 2em;
}

/*********************
* CONTACT ********************
*********************/
.map-contact iframe {
    height: 635px;
}

.txt-contact {
    font-size: 1rem;
}

.form-group {
    color: var(--color__blanc);
}

/*********************
* ACCESSIBILITÉ ********************
*********************/
.img-acces {
    display: inline;
    width: 100px;
    margin-right: 10px;
    float: left;
}

/*********************
* ARCHIVE ********************
*********************/
.nav-filter-archive {
    text-align: center;
}

.nav-filter-archive li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.link-archive,
.link-galerie {
    overflow: hidden;
    position: relative;
    display: block;
}

.link-archive:hover {}

.overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: var(--color__1);
    ;
}

.overlay-text {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.link-archive:hover .overlay-img {
    opacity: 1;
}


a.link-archive {
    color: var(--color__text_main);
    transition: all 0.3s;
}

a.link-archive:hover {
    text-decoration: none;
    color: var(--color__text_main);
}

a.link-archive:hover .title-archive {
    color: var(--color__2);
}

a.link-archive .title-archive,
a.link-archive .content-archive {
    background: var(--color__blanc);
}

a.link-archive:hover .title-archive,
a.link-archive:hover .content-archive {
    background: var(--color__1);
    color: var(--color__blanc);
}

.title-archive {
    width: 100%;
    font-size: 1.2em;
    padding: 7px;
    transition: all 0.3s;
    color: var(--color__1);
}

.content-archive {
    font-size: 1rem;
    padding: 7px;
    transition: all 0.3s;
}

.img-galerie {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 235px;
}

.pagination {
    margin: 0;
}

.page-item.active .page-link {
    background-color: var(--color__2) !important;
    border-color: var(--color__2) !important;
}

.page-link:not(.current):hover {
    color: var(--color__2) !important;
}

/*********************
* CONTENT ARCHIVE ********************
*********************/
.nav-archive {
    font-size: 1.2rem;
}

.nav-archive a {
    width: auto;
    border-radius: 10px;
    background-color: var(--color__1);
    border-color: var(--color__1);
    color: var(--color__blanc);
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 400;
    padding: .375rem .75rem;
    line-height: var(--font__line_height_body);
    transition: .3s ease-in-out;
}

.nav-archive a i::before {
    transition: .3s ease-in-out;
}

.nav-archive a:hover {
    background-color: var(--color__2);
    border-color: var(--color__2);
    text-decoration: none;
}

.nav-archive a:hover i::before {
    transform: rotate(360deg);
}

a#bouton_projets {
    width: auto;
    border-radius: 10px;
    background-color: var(--color__noir);
    border-color: var(--color__noir);
    color: var(--color__blanc);
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 400;
    padding: .375rem .75rem;
    line-height: var(--font__line_height_body);
    transition: .3s ease-in-out;
}

a#bouton_projets:hover {
    background-color: var(--color__2);
    border-color: var(--color__2);
    color: var(--color__blanc);
}

/*********************
* FOOTER ********************
*********************/
.site-footer img {
    height: 80px;
    margin: 0 auto;
}

.site-footer p {
    margin: 0 auto;
}

.site-footer p a {
    text-transform: uppercase;
    font-size: 0.85em;
}

.site-footer a {
    color: var(--color__blanc);
}

.site-footer a:hover {
    text-decoration: none;
    color: var(--color__1);
}

.bloc-footer-map {
    height: 400px;
    position: relative;
}

.bloc-footer-map iframe {
    width: 100%;
    height: 400px;
}

.bloc-footer-1 {
    background-color: #222222;
    color: white;
}

.bloc-footer-2 {
    background-color: #222222;
    font-size: 12px;
    color: white;
}

.bloc-footer-2 a {
    color: white;
}

.icon-footer {
    color: white !important;
    transition: 0.25s;
}

.icon-footer:hover {
    color: #148ac7 !important;
}

.icon-footer i {
    font-size: 3rem;
}

/*********************
* RESPONSIVE ********************
*********************/
/**
@media (max-width: 575px) {
    .box-news {
        width: auto;
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .box-news {
        width: 540px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-news {
        width: 720px;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-news {
        width: 960px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .box-news {
        width: 1140px;
        margin: auto;
    }
}
/**/
@media screen and (prefers-reduced-motion: reduce) {
    * {
        /* Very short durations means JavaScript that relies on events still works */
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}

@media (max-width: 991px) {

    h1 {
        margin: 2.5em 0.67em 0.5em !important;
    }

    .btn,
    a#bouton_projets {
        font-size: 1rem;
    }

    a#bouton_projets {
        margin-top: 24px;
    }

    .wp-block-heading {
        font-size: 3rem !important;
        letter-spacing: 0.5rem;
    }

    .wp-block-cover__inner-container p {
        font-size: 1.5rem !important;
        letter-spacing: 0.1em;
    }

    .box-projets a.link-archive {
        margin-bottom: 0px;
    }

    .nav-archive {
        font-size: 1rem;
    }

    .nav-archive a {
        font-size: 1rem;
    }

    ul {
        font-size: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    .title-slider {
        font-size: 2rem;
        line-height: 1;
    }

    .wp-block-heading {
        font-size: 1rem;
        line-height: 1;
    }

    .content-slider {
        font-size: 1rem;
        line-height: var(--font__line_height_body);
    }

    .title-event {
        font-size: 2rem;
    }

    .title-archive {
        top: 0px;
        font-size: 1.5rem;
    }

    .content-archive {
        bottom: 0px;
        font-size: 1rem;
    }
}


@media (max-width: 991px) {
    .navbar {
        margin: auto;
        min-height: 80px;
    }

    /* .navbar-collapse{
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: 0.25s;
    } */

    .navbar-toggler {
        margin-right: 0.5rem;
    }

    .logo-link-mobil {
        display: block;
        height: calc(70px - 1rem);
        margin-left: 0.5rem;
    }

    .logo-link-mobil img {
        height: calc(70px - 1rem);
        width: auto;
        margin-left: 55%;
    }

    .logo-link-screen {
        display: none !important;
    }

    .mt-5 {
        margin-top: 0rem !important;
    }

    .btn,
    a#bouton_projets {
        font-size: 1rem;
    }

    a#bouton_projets {
        margin-top: 24px;
    }

    .nav-archive {
        font-size: 1rem;
    }

    .nav-archive a {
        font-size: 1rem;
    }

    .bloc_intro_img_home h1 {
        font-size: 50px !important;
    }

    .content-archive {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #togglemenu {
        margin-top: -70px;
    }

}
