/* FONTS */
@font-face {
	font-family: "LLCircularWeb";
	src: url("../../fonts/lineto-circular-medium-c.eot");
	src: url("../../fonts/lineto-circular-medium-c.eot?#iefix") format("embedded-opentype"),
		 url("../../fonts/lineto-circular-medium-c.woff") format("woff"),
		 url("../../fonts/lineto-circular-medium-c.ttf") format("truetype"),
		 url("../../fonts/lineto-circular-medium-c.svg#LLCircularWeb-Medium") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "LLCircularWeb";
	src: url("../../fonts/lineto-circular-mediumitalic-c.eot");
	src: url("../../fonts/lineto-circular-mediumitalic-c.eot?#iefix") format("embedded-opentype"),
		 url("../../fonts/lineto-circular-mediumitalic-c.woff") format("woff"),
		 url("../../fonts/lineto-circular-mediumitalic-c.ttf") format("truetype"),
		 url("../../fonts/lineto-circular-mediumitalic-c.svg#LLCircularWeb-Mediumitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: 'LLCircularWeb-Mono';
    src: url('../../fonts/CircularXXMono-Regular.eot');
    src: url('../../fonts/CircularXXMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/CircularXXMono-Regular.woff2') format('woff2'),
        url('../../fonts/CircularXXMono-Regular.woff') format('woff'),
        url('../../fonts/CircularXXMono-Regular.ttf') format('truetype'),
        url('../../fonts/CircularXXMono-Regular.svg#CircularXXMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LLCircularWeb-Book';
    src: url('../../fonts/CircularPro-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* FONTS END */

/* BOOTSTRAP */
body{
    padding-top: 10px;
}
main a {
    color: red;
}
main a:hover {
    text-decoration: underline;
    color: red;
}

.container {
   /* max-width: 1440px;*/
}

.modal-fullscreen .modal-body {
 /*   overflow-y: hidden;*/
}

.modal-header {
    border-bottom: none;
}

.nav-link {
    color: white;
    font-size: 48px;
    width: fit-content;
    padding: .25rem 1rem !important;
    border-radius: 42px;
}

#facebook ._2tga span._49vh, #facebook ._2tga span._5n6h, ._49vh, ._5n6h {
    display: none!important;
}

.nav-link:focus, .nav-link:hover, .nav-link.show, li.current_page_ancestor a.nav-link{
    background-color: white;
    color: red;
}
@media (max-width: 992px) {
    .nav-link {
        font-size: 28px;
        margin-top: 20px;
    }
    ul#mainMenu .dropdown-menu.show li a.dropdown-item{
        font-size: 20px!important;
    }
}
@media (min-width: 992px) {
    .navbar-nav {
        height: 90vh;
    }
    ul#mainMenu .dropdown-menu.show{
        position: fixed;
        top: 46px;
        /*        position: absolute;
        top: 0;*/
        margin-left: 50%;
        justify-content: space-around!important;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        height: 90vh;
    }
    ul#mainMenu{
        text-align: center;
    }
}
ul#mainMenu .dropdown-menu.show{
    background: none;
    border: none;
}
ul#mainMenu > a:hover{
    text-decoration: none!important;
}

.card {
    border-radius: 0;
    border: 1px solid rgb(0,0,0);
}
.card-img, .card-img-top{
    border-radius: 0;
}
.card-title{
    font-family: 'LLCircularWeb', Helvetica, Arial!important;
    font-size: 38px;
}
.card-title a{
    text-decoration: none!important;
}
/* SubMenu */
.dropdown-toggle::after {
    display:none;
}

ul#mainMenu .dropdown-menu.show li a.dropdown-item{
    color: white;
    font-size: 30px;
    width: fit-content;
    border-radius: 25px;
   
}
ul#mainMenu .dropdown-menu.show li a.dropdown-item:focus,
ul#mainMenu .dropdown-menu.show li a.dropdown-item:hover,
ul#mainMenu .dropdown-menu.show li a.dropdown-item.active,
ul#mainMenu .dropdown-menu.show li a.dropdown-item:active
{
    background-color: white;
    border-radius: 25px;
    color: red;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 9rem;
}

.card-text {
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
}

.elementor-accordion-item{
    border-top: 1px solid red!important;
    margin-bottom: 16px;
}
.elementor-accordion-item .elementor-tab-title.elementor-active,.elementor-accordion-item .elementor-tab-content.elementor-active{
    background-color: red;
    color: white;
}
.elementor-accordion-icon{
    font-size: 27px;
}
.accordion-item {
    border: 1px solid red;
}
.accordion-button {
    font-size: 1.5rem;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-item:not(:first-child) {
    margin: 1rem 0;
    border: 1px solid red;
}

.accordion-button {
    color: red!important;
    border-radius: 0px!important;
}
.accordion-button:hover,.accordion-button:focus {
    background-color: white!important;
}

.accordion-button:not(.collapsed) {
    color: white!important;
    background-color: red!important;
    box-shadow: none!important;
}

.accordion-button:focus {
    border-color: red;
    outline: 0;
    box-shadow: none
}



.elementor-tab-title{
    display: flex;
}
.elementor-tab-title::after{
    background-image: url('../../img/plus-rouge.svg');
    transition: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: none;
    width: 1.25rem;
    z-index: 10;
}
.elementor-tab-title.elementor-active::after {
    background-image: url('../../img/moins-blanc.svg');
    transition: none;
    z-index: 10;
}
a.elementor-accordion-title:hover{
    text-decoration: none!important;
}

.accordion-button::after {
    background-image: url('../../img/plus-rouge.svg');
    transition: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../../img/moins-blanc.svg');
    transition: none;
}
.elementor-active a{
    color: white;
}

.elementor-active a:hover {
    color: white;
}

.accordeonBlanc .elementor-tab-content a,.accordeonBlanc .elementor-tab-content a:hover{
    color: #f00 !important;
}

.accordion-body {
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    color: white;
    background-color: red;
}
.accordion-collapse.show .accordion-body a{
    color: white!important;
}
/* BOOTSTRAP END */

body.archive div.spectacle_annule h3{
    margin-bottom: 0;
    font-size: 28px;
}
body.archive div.spectacle_annule{
    border-radius: 31px;
}

#listevent a{
    color: white;
}
#listevent a.btn-red-outline{
    color: red!important;
}
#listevent a.btn-red-outline:hover{
    color: white!important;
    border: 1px solid white;
}
.btn-red-outline a{
    color: red;
}
#listevent img.img-white{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#listevent .btn-red-outline-reverse, #listevent .btn-red-outline-actif{
    color: white;
    border: 1px solid white;
}
#listevent .btn-red-outline-reverse:hover a{
    color: red;
    text-decoration: none;
}
#listevent .btn-red-outline-actif:hover a{
    color: white!important;
    text-decoration: none;
}





/* GENERAL */
body {
	font-family: 'LLCircularWeb', Helvetica, Arial;
	font-weight: normal;
	font-size: 16px;
	/*line-height: 21px;*/
    background-color: #fff;
    color: #232323;
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
}

.text-red {
    color: red;
}

.logo-img {
    height: 65px;
}

.btn-red {
    background-color: red;
    color: white;
    border-radius: 50px;
    font-size: 24px;
    width: 120px;
    padding: 0;
}

.btn-red:hover {
    color: white;
}

.btn-red-outline {
    background-color: white;
    color: red;
    border: 1px solid red;
    border-radius: 50px;
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    font-size: 1.0rem;
}
.btn-red-outline{
    padding: 4px 11px 3px 11px;
}
.card-body p{
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
}
.card-body p b,.card-body p strong, .event p b,.event p strong{
    font-weight: normal!important;
}
#carouselNews button,#carouselEvent button{
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}
body.single .entry-content{
    font-size: 20px;
    font-family: 'LLCircularWeb-Book', Helvetica, Arial !important;
}
#carouselNews .carousel-control-prev-icon:hover,#carouselEvent .carousel-control-prev-icon:hover{
    background-image: url("../../img/TPR_fleche_blanche_g.svg");
    width: 4rem;
}
#carouselNews .carousel-control-next-icon:hover,#carouselEvent .carousel-control-next-icon:hover{
    background-image: url("../../img/TPR_fleche_blanche_d.svg");
    width: 4rem;
}
#carouselNews .carousel-control-next-icon, #carouselEvent .carousel-control-next-icon{
    background-image: url("../../img/TPR_fleche_d.svg");
/*    background-color: rgba(0,0,0,0.2);*/
    width: 4rem;
}
#carouselNews .carousel-control-prev-icon, #carouselEvent .carousel-control-prev-icon{
    background-image: url("../../img/TPR_fleche_g.svg");
/*    background-color: rgba(0,0,0,0.2);*/
    width: 4rem;
}
.btn-red-outline:hover {
    color: white;
    background-color: red;
    text-decoration: none;
}
.btn-red-outline:hover a {
    color: white;
    text-decoration: none;
}

.btn-red-outline-reverse, .btn-red-outline-actif {
    background-color: red;
    color: white;
    border: 1px solid red;
    border-radius: 50px;
    padding: 4px 11px 3px 11px;
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    font-size: 1.0rem;
}
.btn-red-outline-reverse a, .btn-red-outline-actif a{color: white; }

.btn-red-outline-reverse:hover a {color: red!important;text-decoration: none}
.btn-red-outline-reverse:hover {
    background-color: white!important;
    color: red!important;
    text-decoration: none;
}
.btn-red-outline-actif:hover a {color: white!important;text-decoration: none}
.btn-red-outline-actif:hover {
    color: white!important;
    text-decoration: none;
}


.elementor-more-link{
    padding-left: 12px;
}
.btn-read-more:not(.accordion-button) {
    background-image: url('../../img/plus-rouge.svg');
    background-size: 20px;
    padding: 10px;
    border-radius: 0;
    border: none;
    float: right;
    margin-top: -33px;
    transition: margin-top ease 100ms;
    height: 21px;
}
.btn-read-more:not(.collapsed) {
    background: url('../../img/moins-rouge.svg') center center no-repeat;
    margin-top: -20px;
    transition: margin-top ease 100ms;
}

.btn-read-more.plus-blanc {
    background-image: url('../../img/plus-blanc.svg')!important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 21px;
}

.btn-read-more.plus-rouge {
    background-image: url('../../img/plus-rouge.svg')!important;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.equal-height {
    display: table!important;
    width: 100%;
}
.equal-height-col {
    display: table-cell!important;
    padding: 2px;
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}
#three-bot-home .elementor-column{height: 100%;}
#three-bot-home .elementor-widget-wrap{height: 100%;}
#three-bot-home .elementor-element{height: 100%;}
#three-bot-home .elementor-widget-container{height: 100%;}
#three-bot-home .card{height: 100%;}

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
  
.youtube-video-container::after {
display: block;
content: "";
padding-top: 56.25%;
}
  
.youtube-video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.border-red {
    border: 1px solid red;
}

/* GENERAL END */

.header-top {
    position: relative;
    z-index: 100;
}

.logo-text{
    font-size: 17px;
    line-height: 22px;
    color: red;
    position: absolute;
    top: 15px;
    margin-left: 82px;
}

.logo-text.text-white{
    position: initial;
    top: 0;
    margin-left: 0;
}

.header-right {
    font-size: 20px;
    color: red;
}

.right-navbar a {
    text-decoration: none;
}

/* NAVIGATION MODAL */
#navigationModal{
    z-index: 100060;
}

.maxheight .card{
    max-height: 495px;
    min-height: 495px;
    overflow: hidden;
/*    transition: max-height 0.25s ease-in;*/
}

@media (max-width: 991.98px) {
    .maxheight .card .accordion-button {
        display: none;
    }
    .maxheight .card{
        max-height: initial!important;
        /*    transition: max-height 0.25s ease-in;*/
    }
}

.maxheight.home .card{
    max-height: 630px;
    min-height: 630px;
}
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 52.65%!important;
}
.maxheight .card{
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}
.maxheight .card.open{
    max-height: initial;
    overflow: hidden;
    transition:transform 0.3s ease-out;
}
.card .btn-read-more{
    background-color: transparent!important;
    padding: 10px;
    background-repeat: no-repeat;
    padding-top: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+99&0+0,1+99 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
/*
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
    position: absolute;
    bottom: 0;
}
.maxheight .card.open .btn-read-more{
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
}
.maxheight .card .accordion-button:not(.collapsed)::after{
    background: url(../../img/moins-rouge.svg) center center no-repeat;
}

.maxheight .card button.btn-read-more:hover{
    background-color: transparent;
}
#navigationModal .modal-content {
    background-color: red;
}

#navigationModal .modal-body {
    padding: 0;
}

.logo-header-modal {
    font-size: 17px;
    line-height: 22px;
    color: white;
}

.header-right-modal {
    font-size: 20px;
    color: white;
}

/* NAVIGATION MODAL END */

/* SPECTACLE */
.spectacle-detail {
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
}

.spectacle-resume {
    border: 1px solid #232323;
    padding: 10px;
    font-family: 'LLCircularWeb-Book', Helvetica, Arial;
    font-size: 20px;
}
.spectacle_annule{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: red;
    padding: 5px 15px;
    border-radius: 35px;
}
.spectacle_annule h3{
    font-size:40px;
    color: white;
}

.spectacle_annule h4{
    color: white;
    margin-bottom: 5px;
}

.encart{
    padding: 16px 20px;
    color: white;
    background-color: red;
}
.encart a{
    color: white;
}
.encart a:hover{
    color: white;
    text-decoration: underline;
}
.encart h2{
    font-size: 24px!important;
    font-weight: normal!important;
}
#IMGEvent img{
    width: 100%;
    width: 1296px;
    height: 600px;
    object-fit: cover;
}
/* SPECTACLE END */

/*BONUS*/
.bonus{
    position:absolute;
    z-index:1000;
    width:300px;
}
#bonus{
    display:none;
}
.bonus_barre{
    height: 130px;
    border-left-width: 25px;
    border-left-style: solid;
    /*border-color:#F00;*/
    position:relative;
    top:0px;
    left:5px;
    float:left;
}
.bonus_texte{
    color:#000;
    /*background-color:#F00;*/
    width:271px;
    position:relative;
    float:right;
    top:50px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:9px;
    margin-left:-5px;
    text-align:right;
}
/*FIN BONUS*/


/* DatePicker */
section#datepicker{
    width: 100%;
    position: sticky;
    z-index: 1000;
    bottom: 0;
    background-color: white;
    border-top: 1px solid red;
   /*  -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.33); 
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.33); */
}

section#datepicker #calendar.loading{
    opacity: 0.7;
}
section#datepicker #calendar{
    overflow: hidden;
    font-size: 16px;
}
section#datepicker #prev{
    border-right: 1px solid white;
}
section#datepicker #next{
    border-left: 1px solid white;
}
section#datepicker #next img,section#datepicker #prev img{
    width: 37px;
}

section#datepicker #prev,section#datepicker #next{
    height: 85px;
    width: 40px;
    font-size: 28px;
    color: #4a4a4a;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1000;
}
section#datepicker #prev:hover,section#datepicker #next:hover{
    color: red;
    transition: ease color;
}

section#datepicker #contentCalendar > .d{
    text-align: center;
}
section#datepicker #contentCalendar .d.first{
    text-align: center;
}

section#datepicker #contentCalendar > .d >.m{
    position: absolute;
    top: 0px;
    text-align: right;
    font-size: 24px;
    padding-left: 15px;
}
section#datepicker h4{
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5px;
}


@media (max-width: 991.98px) {
    section#datepicker #contentCalendar > .d >.m{
        font-size: 20px;
    }
    #IMGEvent img{
        height: 330px;
    }
}


section#datepicker #contentCalendar > .d >.dn{
    background-color: #e6e6e6;
    padding: 12px 0;
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    height: 48px;
}
section#datepicker #contentCalendar > .d >.dn.active{
    padding: 8px 0;
    cursor: pointer;
}
section#datepicker #contentCalendar > .d >.dn.active .badge{
    background-color: red;
    font-size: inherit;
    font-weight: inherit;
    padding: .5em 0;
    text-align: center;
    border-radius: 1rem;
    transition: transform .5s; /* Animation */
    width: 32px;
}
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations{
    background-color: transparent;
    border: 1px solid black;
    padding: 0.4em 0;
    text-align: center;
    color: black;
}

section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-23-24,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-24-25,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-25-26,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-26-27,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-27-28{
    background-color: red;
    border: 1px solid black;
    padding: 0.4em 0;
    text-align: center;
}
section#datepicker #contentCalendar > .d >.dn.active .badge:hover{
    transform: scale(1.3);
}
section#datepicker #contentCalendar > .d >.dn.active .badge a,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-23-24 a,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-24-25 a,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-25-26 a,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-26-27 a,
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations.saison-27-28 a{
    text-decoration: none;
    color: white;
}
section#datepicker #contentCalendar > .d >.dn.active .badge.manifestations a{
    text-decoration: none;
    color: black;
}
section#datepicker #contentCalendar > .d >.dt{
    padding: 6px 0;
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
}

/* ProgramPicked */
#programpicked{
    max-height: 100vh;
    position: sticky;
    bottom: 85px;
    background-color: red;
    color: white;
    z-index: 1000;    
    overflow: hidden;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
#programpicked.hide{
    max-height: 0;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}
#programpicked h2{
    font-size: 48px;
    color: white;
}
@media (max-width: 991.98px) {
    #programpicked h2{
        font-size: 32px;
    }
    #closeEventSvg{
        height: 20px!important;
    }
}
.bgwhite{
    background-color: white;
/*    z-index: 100000;*/
}
#listevent .event{
    border-top: 1px solid white;
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
}
#closeEventSvg{
    position: absolute;
    right: 10px;
    height: 40px;
}
.animateClose{
    transition: transform .5s; /* Animation */
}
.animateClose:hover{
    cursor: pointer;
    transform: scale(1.15) rotate(90deg);
}

#loadingProgressG.hide,#loadingProgressGMini.hide{
    display: none;
}
#loadingProgressG{
	width:80px;
	height:6px;
	overflow:hidden;
	background-color:#ffffff;
	border-radius:0;
    margin: 50px auto;
}
.loadingProgressG{
	background-color:#ff0000;
	margin-top:0;
	margin-left:-80px;
	animation-name:bounce_loadingProgressG;
	animation-duration:1.2s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	width:80px;
	height:6px;
}

#loadingProgressGMini{
    width: 100%;
    height: 3px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0px auto -3px auto;
}
.loadingProgressGMini{
    background-color: #ff0000;
    margin-top: 0;
    margin-left: -80px;
    animation-name: bounce_loadingProgressGMini;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 100%;
    height: 6px;
}
@keyframes bounce_loadingProgressGMini{
    0%{
        margin-left:-100%;
    }
    100%{
        margin-left:100%;
    }
}


@keyframes bounce_loadingProgressG{
	0%{
		margin-left:-80px;
	}
	100%{
		margin-left:80px;
	}
}

.separateMonth{
    background-color: red;
    color: white;
    width: 26px;
    font-size: 15px;
    /* line-height: 17px; */
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.separateMonth div{
    transform: rotate(270deg);
    margin-top: 32px;
    margin-left: -43px;
    width: 114px;
    height: 27px;
    display: inline-block;
}



/* FOOTER */
footer {
    background-color: red;
    color: white;
}
footer.search{
    background-color: white;
    color: initial;
}
footer.search a{
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

footer ul {
    padding-left: 1.25rem;
}

footer ul li,footer .textwidget {
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    font-size: 14px;
    list-style-type: none;
}

#searchInput {
    border: 1px solid red;
    border-radius: 50px;
    color: red;
    width: 300px;
    padding: 5px 10px;
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    font-size: 14px;
}

#mc-embedded-subscribe{
    border-radius: 20px;
    height: 31px;
    margin: 1px;
    line-height: 2px;
    margin-left: -20px;
    border: white 2px solid;
    background-color: red;
    color: white;
}
#mce-EMAIL{

    border: 1px solid red;
    border-radius: 50px;
    color: red;
    padding: 5px 10px;
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    font-size: 14px;
}

.social-media img {
    max-width: 20px;
    margin: 0 .5rem;
}

footer ul.menu li:before {
    content: '\2014';
    position: absolute;
    margin-left: -1.25rem;
}

.bottom-footer-list {
    padding-left: 0;
}

.bottom-bar {
    font-family: 'LLCircularWeb-Mono', Helvetica, Arial;
    font-size: 14px;
}
/* FOOTER END */

/*
!* NAV AND BODY RED (CALENDAR) *!
body.page-template-calendrier,body.page-template-archives-21{
    background-color: red;
    color: white;
}

body.page-template-calendrier path.logo1-t,body.page-template-archives-21 path.logo1-t{fill:white;}
body.page-template-calendrier path.logo1-p,body.page-template-archives-21 path.logo1-p{fill:white;}
body.page-template-calendrier path.logo1-r,body.page-template-archives-21 path.logo1-r{fill:white;}
body.page-template-calendrier path.logo2-t,body.page-template-archives-21 path.logo2-t{fill:white;}
body.page-template-calendrier path.logo2-p,body.page-template-archives-21 path.logo2-p{fill:white;}
body.page-template-calendrier path.logo2-r,body.page-template-archives-21 path.logo2-r{fill:white;}

!* ANIMATION *!


 */
.elementor-widget-container .card .card-body .btn-read-more{
    background-size: 20px;
    padding: 10px;
    border-radius: 0;
    border: none;
    float: right;
    margin-top: -33px;
    transition: margin-top ease 100ms;
    height: 21px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.elementor-widget-container .card .card-body .btn-read-more.collapsed{
    background-image: url(../../img/plus-rouge.svg);
}
.elementor-widget-container .card .card-body .btn-read-more:not(.collapsed){
    background-image: url(../../img/moins-rouge.svg)!important;
}


body.page-template-calendrier .logo-text,body.page-template-archives-21 .logo-text{color:white;}
body.page-template-calendrier .event{
    background-color: red;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}
body.page-template-calendrier svg#burger,body.page-template-archives-21 svg#burger{background-color: #ffffff;/*background: radial-gradient(circle at center, #ffffff 0, #ffffff 70%,#ffffff03 74%);*/}
.eicon-chevron-right,.eicon-chevron-left{
    width: 54px!important;
    height: 55px!important;
}
.eicon-chevron-right:before {
    content:url("../../img/TPR_fleche_d.svg")!important;
}
.eicon-chevron-left:before {
    content:url("../../img/TPR_fleche_g.svg")!important;
}

