:root {
    --global-font: 'SuisseIntl Regular';
    --title-font: 'SuisseIntl Regular';
    --font-color: rgba(0, 65, 166, 0.99);
    --font-color: #282828;
    --font-title-color: #282828;
    --font-title-color: #fff9cb;
    --bloc-color: #ffebeb;
    --responsive--alignwide-width: 1100px;
}

html,
.entry-content,
h2, h3, h4, h5, h6
{
    font-family: var(--global-font);
}

html,
#sp-ea-1485.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa
{
    color: var(--font-color);
}

p, 
li, 
.synop_jour,
.lieu,
.date_jour,
.real_jour,
.prod_jour,
.texte_skype,
.news_input
{
  font-size: 1rem;
  line-height: 120%;
}

.rdv,
.page-id-96 .page-header,
.page-id-96 .site-main,
.content-post
{
    margin: 0;
    border: none;
    padding: 0;
}

.primary-navigation a:link,
a,
.marquee,
.entry-title,
body
{
    color: var(--font-color);
}

.site-header {
    row-gap: normal;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
}

.site:before {
    content: "";
    width: 100%;
    height: 30px;
    background: var(--font-title-color);
    display: block;
}

.header-marquee {
}

.site-logo {
/*  background: red;*/
/*    width: 25%;*/
    float: left;
    width: 20%;
    margin: 0;
    padding-top: 7px;
}

.site-logo .custom-logo {
    width: 175px;
}

.marquee {
    width: 80%;
    float: right;
    font-size: 6rem;
    font-family: var(--title-font);
    text-transform: uppercase;
    line-height: 100%;
}

.js-marquee::after {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../img/picto-chat-noir.png);
    background-size: 70px;
    display: inline-block;
    margin-left: 2rem;
}

.site-branding {
  display: none;
}

.primary-navigation {
    margin-left: 0;
/*    background: red;*/
    width: 100%;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-color: var(--font-color);
}

.primary-navigation > div > .menu-wrapper li {
/*    width: 25%;*/
}

.primary-navigation .primary-menu-container > ul > .menu-item {
    text-align: left;
}

.primary-navigation .primary-menu-container > ul > .menu-item:first-of-type {
    text-align: left;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
    width: 100%;
    font-size: 1.5rem;
    font-family: var(--title-font);
    font-weight: 600;
    padding-left: 0;
    margin-right: 2rem;
}

.primary-navigation .current-menu-item > a:first-of-type, .primary-navigation .current_page_item > a:first-of-type {
    padding-left: 0;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a:before {
    content: "";
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: -10px;
    background-image: url(../img/picto-chat-noir.png);
    background-size: 50px;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.5s ease-out;
    right: -10%;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a:hover:before {
    opacity: 1;
    right: 10%;
    transform: rotate(-35deg);
}

.primary-navigation .menu-item-description {
    display: none;
}

.content-post,
article,
.bloc-pratiques,
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.header-marquee,
.primary-menu-container,
.footer-content,
.secnews
{
    max-width: var(--responsive--alignwide-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

.content-post,
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.footer-content
{
    padding: 0;
}

.content-post,
.bloc-pratiques
{
    padding: 1rem;
/*    background: var(--bloc-color);*/
}

.content-post {
  background: none;
  padding: 0;
}

.singular .entry-title,
h2 a,
.bloc-pratiques h2 {
    font-size: 2rem;
/*    font-weight: 600;*/
/*    color: var(--font-title-color);*/
    text-transform: uppercase;
    text-decoration: none;
}

.singular .entry-header {
    border: none;
    margin: 0;
    padding: 0;
}

.rendez_vous-col_left {
    width: 45%;
    float: left;
    margin-right: 2%;
}

.content-post article {
/*  background: var(--bloc-color);*/
/*    padding: 1rem;*/
}

.rendez_vous-col_right {
    width: 49%;
    float: right;
}

.event-post {
    margin-bottom: 2rem;
    position: relative;
}

.event-post a {
    font-size: 1.5rem;
    line-height: 120%;
    text-transform: lowercase;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
}

.event-thumbnail {
    width: 100%;
/*    background: var(--bloc-color);*/
    margin-bottom: 0.5rem;
    height: 296px;
}

.fiche .event-thumbnail {
  height: auto;
}

.event-thumbnail img {
    height: 100%;
}

.bloc-pratiques h2 {
  margin-bottom: 1rem;
}

.bloc-pratiques {
  padding-bottom: 3rem;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: var(--font-color);
}

#sp-ea-1485.sp-easy-accordion > .sp-ea-single > .ea-header a {
    color: var(--font-color);
    background: #fff9cb;
    text-transform: uppercase;
    padding-left: 0;
    padding-bottom: 15px;
    font-size: 2rem;
    font-weight: 100;
    line-height: 110%;
}

#sp-ea-1485.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body
{
    color: var(--font-title-color);
    background-color: #282828;
}

#sp-ea-1485.sp-easy-accordion > .sp-ea-single {
    margin-bottom: 1rem;
    background-color: #282828;
    border: none;
    padding-bottom: 8px;
}

.ea-body {
    column-count: 2;
    column-gap: 2rem;
    orphans: 2;
    widows: 2;
}



.site-footer > .site-info,
.footer-navigation
{
}

.footer-content {
    width: 100%;
    display: grid;
    grid-template-columns: 400px auto 80px;
    grid-gap: 3rem;
}

.footer-logos {
    height: 149px;
    background-image: url('../img/LOGOS_SITE-2LIGNES.png');
    background-size: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    background-repeat: no-repeat;
}

.widget-area {
    margin: 0;
    padding: 0;
    grid-column-start: 2;
    grid-column-end: 3;
    display: inline-block;
}

.footer-navigation {
    grid-column-start: 3;
    margin: 0;
}

#block-18 {
    margin: 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
    margin-right: 3rem;
}

#block-20 {
    margin: 0;
    padding: 0;
    float: left;
}



.widget-area > * {
    margin: 0;
}



.entry-title a {
    color: var(--font-color);
}

.site-footer {
    max-width: 100%;
    background: #272727;
}



.site-footer > .site-info {
    width: 80%;
    float: left;
    float: left;
}

.footer-navigation-wrapper li .svg-icon {
    fill: white;
    width: 40px;
    height: 40px;
}

.footer-content,
.widget a,
.widget a:link,
.widget-area
{
    color: white;
}

.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background){
    background-color: #fff9cb;
    color: black;
    text-transform: uppercase;
}

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus {
    border-color: #fff9cb;
    background: black;
    color: white;
}

#block-10 {
  margin: 0;
}


.secindex,
.secallfilms,
.corps_live
{
	display:flex;
	gap:4%;
    flex-wrap: wrap;
}

.secallfilms {
    
}

.dfilm {
    position: relative;
}

.secindex > div,
.secallfilms > div,
.dlive
{
	width: 48%;
}

.secallfilms > div,
.event-box
{
    margin-bottom: 3rem;
}

.event-box
{
    margin-bottom: 6rem;
}

.secindex > div p {
	max-width: 80%;
}

.secindex > div h3, h4, h5 {
	width: fit-content;
}

.wp-post-image {
  height: auto !important;
}

.titre_jour,
.rendez_vous-col_left h2
{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
    line-height: 120%;
}

.synop_jour,
.synop_jour p
{
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.btn-voter a {
  margin-bottom: 2rem;
  background: #2a2a2a;
  color: var(--font-title-color);;
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
}

.btn-voter a::before {
    content: "+";
    width: 20px;
    margin-right: 0.3rem;
}

.homeTheme,
.homeStream,
.homeNewsletter,
.homeQG
{
    margin-bottom: 1rem;
}

.homeTheme h3,
.homeStream h4,
.homeNewsletter h5,
.homeQG h5,
.homeFilmJour h5
{
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0 !important;
    border-bottom: 7px solid;
    padding-bottom: 0px;
    margin-bottom: 1rem !important;
    line-height: 110%;
    letter-spacing: 0;
}

.homeTheme h3::before,
.homeStream h4::before,
.homeNewsletter h5::before,
.homeQG h5::before
{
/*
    content: "☓";
    width: 20px;
    font-size: 2.5rem;
    margin-right: 0.3rem;
*/
}

.secindex > div p, 
.secindex > div p, 
.secindex > div h5 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.imageBox {
    margin-bottom: 1rem !important;
    display: inline-block;
    height: 296px;
    background: black;
    overflow: hidden;
}

.homeTheme .imageBox,
.wp-block-image
{
    width: 100%;
    height: 296px;
    background: #3b3b3b;
    overflow: hidden;
}

.wp-block-image img {
    height: 100%;
    max-width: none;
}

.homeNewsletter #dnews {
    width: 100%;
}

.homeNewsletter input[type="text"]::placeholder {
    width: 100%;
}

.dlive iframe {
    position: relative;
    width: 100% !important;
}

.homeNewsletter #inp_email {
    margin-bottom: 0.8rem;
}

.toutes-les-realisations, .evenements {
    font-size: 0.85rem;
    border-top: 8px solid black;
    display: inline-block;
    line-height: 0%;
    padding: 0;
    top: 0;
    position: absolute;
    color: var(--font-title-color);
    left: 0;
    margin: 0.5rem;
    border-bottom: 8px solid black;
}

.rendez_vous-col_right .titre_jour {
    margin-bottom: 1rem;
}

input[type="text"]::placeholder {
    padding: 0;
    margin: 0;
    color: var(--font-title-color);
}

input[type="text"] {
    padding: 8px 15px;
    background: #272727;
}


#btnnews_foot {
    background: var(--font-title-color);
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 0 10px;
    margin-top: 1rem;
    color: black;
}

.box-image {
    max-height: 296px;
    height: 296px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.box-image .wp-post-image {
    height: 100% !important;
    width: auto !important;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: none;
    color: inherit;
}

p {
  margin-bottom: 1rem;
}

.entry-title {
  display: none;
}

.primary-navigation > div > .menu-wrapper li {
  margin: 0;
  width: auto;
}

.primary-navigation .primary-menu-container > ul > .menu-item {
    display: inline-block;
}

.primary-navigation > div > .menu-wrapper {
    display: block;
}

.primary-navigation > div > .menu-wrapper li:last-child {
    float: right;
    text-align: right;
}

.primary-navigation > div > .menu-wrapper li:last-child a {
    padding-right: 0;
}

.primary-navigation a:hover {
    text-decoration: none;
}

.fiche,
.post-1472 .entry-content
{
  width: 70%;
}

.post-1472 .entry-content h6
{
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.post-1472 .entry-content p
{
    margin-top: 0.2rem;
}

.wp-block-image.size-large {
  height: 296px;
  background: black;
}

.footer-gsara-img {
    background-image: url('../img/LogoGsara_monochrome-trame-blanc.png');
    background-size: 69%;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    border: none;
    box-shadow: 10px 5px 5px red;
}

img.footer-gsara-img {
    border: none;
}

.homeTheme .imageBox {
    background-image: url('../img/RDV-LUNDI.jpg');
    background-size: 100%;
/*    width: 70px;*/
/*    height: 70px;*/
}

.secindex > .homeTheme {
    width: 100%;
    text-align: center;
    height: 100px;
}

.homeTheme h3 {
    margin: auto !important;
}

.btn-voter {
  display: inline-block;
}

.btn-voter:nth-of-type(2) {
    margin-right: 2rem;
}

.homeFilmJour img {
/*    margin-bottom: 1rem;*/
    max-width: 100%;
}

html {
  height: 100%;
  background: #272727;
}

.secnews {
  margin-top: 8rem;
}

.dlive .event-thumbnail {
    height: auto;
}

.dvoter.show {
  margin-bottom: 2rem;
}

input[type="text"].news_input {
    padding: 0;
    padding-left: 1rem;
}

.head_live .dlive {
  width: 100%;
}

.bloc_live {
  margin-bottom: 1rem;
}

.head_live {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 822px) {
    .header-marquee {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .site-logo {
        width: 100%;
        text-align: center;
    }
    
    .site-logo .custom-logo{
        max-width: 70%;
        width: 43%;
        max-height: none;
        margin-bottom: 2rem;
    }
    
    .marquee {
        display: none;
    }
    
    body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
        margin-top: auto;
    }
    
    body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
        padding: 0;
        padding-top: 10px;
        margin: 0;
        max-width: var(--responsive--alignwide-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .primary-navigation > div > .menu-wrapper li {
        width: 100%;
        padding: 0 1rem;
    }
    
    .secindex > div, 
    .secallfilms > div,
    .secindex > div,
    .homeNewsletter,
    .fiche,
    .dlive
    {
        width: 100% !important;
    }
    
    .footer-content {
      display: inline-block;
    }
    .footer-logos {
        height: 173px;
        margin: 0 1rem;
        margin-bottom: 1rem;
    }
    
    .widget-area,
    #block-20
    {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 2rem;
        text-align: center;
        border-bottom: 1px solid;
        padding-bottom: 2rem;
        border-top: 1px solid;
        padding-top: 2rem;
        max-width: var(--responsive--alignwide-width);
        width: 97%;
    }
    
    #block-20
    {
        text-align: center;
        border-bottom: none;
        border-top: 1px solid;
        padding-top: 2rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    #block-18 {
        text-align: center;
        width: 100%;
    }
    
    .toutes-les-realisations {
        margin: 0.5rem 1.5rem;
    }
    
    .rendez_vous-col_left,
    .rendez_vous-col_right
    {
        width: 100%;
    }
    
    .singular .entry-title,
    .rendez_vous-col_left, 
    .rendez_vous-col_right,
    .sp-easy-accordion
    {

    }
    .dfilm,
    .event-box
    {
        margin-top: 2rem;
    }
    
    .ea-body {
        column-count: 1;
    }
    
    .fiche, 
    .post-1472 .entry-content
    {
        width: 100%;
        padding: 0 1rem;
    }
    .wp-block-image {
        height: auto;
    }
    .wp-block-image img {
        max-width: 100%;
    }
    .secindex > div p {
        max-width: none;
    }
    .imageBox {
        height: auto;
    }
    .secallfilms > div, .event-box {
        margin-bottom: 1rem;
        border-bottom: 1px solid;
    }
    .primary-navigation > div > .menu-wrapper li:last-child {
        float: left;
        text-align: left;
    }
    .box-image {
        max-height: none;
    }
    .footer-logos {
        height: 315px;
    }
}

@media only screen and (min-width: 428px) {
    .primary-navigation > .primary-menu-container {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 368px) {
    .footer-logos {
        height: 150px;
    }
    
    .widget-area {
        width: auto;
    }
}




@font-face {
    font-family: 'Replica Bold';
    src: url('../fonts/Replica-Bold.woff2') format('woff2'),
        url('../fonts/Replica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Replica Regular';
    src: url('../fonts/Replica-Regular.woff2') format('woff2'),
        url('../fonts/Replica-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Replica Light';
    src: url('../fonts/Replica-Light.woff2') format('woff2'),
        url('../fonts/Replica-Light.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venus';
    src: url('../fonts/OPTIVenus-BoldExtended.woff2') format('woff2'),
        url('../fonts/OPTIVenus-BoldExtended.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SuisseIntl Regular';
    src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2'),
        url('../fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media only screen and (min-width: 482px) {
    .primary-navigation .primary-menu-container {
        margin-left: auto;
        margin-right: auto;
    }
}