/*
Theme Name: Brusano - Bassin Nord
Description: Inside Web - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

@import url("https://use.typekit.net/jte2opf.css");
/*
100 thin / 400 regular / 600 semi-bold /  700 bold / 800 extra bold / 900 black
*/



/*===========================
  COMMON css
===========================*/
:root {
    --font-family: "area-normal", sans-serif;
    --font-size: 10pt;
    --line-height: 1.5;
    --font-weight: normal;
    --padding-top: 10px;
    --padding-right: 100px;
    --color-fr: #842f53;
    --color-nl: #842f53;
    --jpo-popup-bg-color:  #fdefac;
    --jpo-table-bg-color: #f6faff;
    --cassiopeia-color-primary:#ffffff;
    --red: #ffd001;
    --light-red: #e6f4fb;
    --primary: #155bd5;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #F7F5F5;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
    --h1-size: 50px;
    --h2-size: 50px;
    --subtitle-size:28px;
}

.text-jpo-subscribe {
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-weight: var(--font-weight);
  padding-top: var(--padding-top);
  padding-right: var(--padding-right);
}

.text-semaine-state0 {
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.brand-logo{
    height: 165px;
    width: 165px;
    margin-left: 87.5px;
    margin-right: 87.5px;
}

.container-header {
    z-index: 10;
    background-color: var(--cassiopeia-color-primary);
    background-image: unset;
    position: relative;
    box-shadow: inset 0 5px 5px #00000008
}

body {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 16px;
    margin: 0;
    overflow-y: scroll;
    font-weight: 400;
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    width: 100%;
}
@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: var(--font-family);
    font-weight: 600;
    color: var(--black);
    margin: 0px;
}

h1,
.h1 {
    font-size: var(--h1-size);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 2.5px;
}

h2,
.h2 {
    font-size: var(--h2-size);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 2.5px;
}

h3,
.h3 {
    font-size: 1.75em;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}

p {
  font-family: var(--font-family);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-3);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.btn.rond{
    border-radius: 50px;
    padding: 10px 12px;
    border: 1px solid var(--black);
    font-size: 30px;
    line-height: 25px;
}

.btn:hover {
    color: inherit;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}
.btn.btn-sm {
    padding: 8px 16px;
}
.btn.square {
    border-radius: 0px;
}
.btn.semi-rounded {
    border-radius: 12px;
}
.btn.rounded-full {
    border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}
.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 48px;
}
.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*===========================
  NAVBAR
===========================*/
.navbar-first{
    background-color: var(--black);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0 5px 0!important;
    font-weight: 700;
    color: var(--white);
    line-height: unset !important;
}

.wpml-ls-legacy-list-horizontal {
    margin-left: 5px!important;
}

.wpml-ls-legacy-list-horizontal a span {
     vertical-align: unset!important;
}

.wpml-ls-legacy-list-horizontal a:hover {
    color: var(--red);
}
.wpml-ls-legacy-list-horizontal {
     padding: 0!important;
}

#modal-menu .btn-close{
    background:none !important;
    opacity: unset!important;
    width: unset;
    height: unset;
    outline: none!important;
    border: none;
    box-shadow: none;
}

#modal-menu .btn-close:focus{
    outline:none;
    border-style: none;
    box-shadow: none;
}

.navbar-first .nav-link{
    color: var(--white);
    font-size: 12px;
}
/* info-bar end -> navbar start */
#navbar_top{
    top: 50px;
    position: absolute;
}
.navbar {
    justify-content: space-between!important;
    z-index: 9;
}
.navbar .navbar-brand img{
    max-width: 165px;
}
.modal-logo{
    max-width: 165px;
}
.modal-header{
    padding-top: 70px;
    border: none !important;
}
.dropdown-langue{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav .nav-link {
    font-size: 30px;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1.85px;
    line-height: 35px;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    background-color: var(--red);
}

#burger-button{
    background-color: var(--white);
    border: 2px solid var(--black);
    color: var(--white);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    outline: none;
}

/*===========================
  HEADER HOME
===========================*/
.header-right{
    height: 100vh;
    min-height: 700px;
}

.header-content{
    padding-right: 2rem;
}

.header-content .text{
    font-size: var(--subtitle-size);
    color: var(--black);
}
.header-content .text::placeholder {
    font: 1.25rem/3 area-normal;
}
.abs-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.abs-right img{
    height:50vh;
    object-fit: cover;
    width: 100%;
    min-height: 350px;
}


/*===========================
  AGENDA HOME
===========================*/

.card-mini-area{
    background-color: var(--light-red);
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1!important;
}

.card-mini-area .section-title{
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .card-mini-area .col-lg-5-custom {
        flex: 0 0 auto;
        width: 20%;
    }
}

.mini-card-style-seven {
    margin-top: 30px;
    position: relative;
}
.mini-card-style-seven .card-image{
    position: relative;
}

.mini-card-style-seven .card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.mini-card-style-seven .card-icon{
    font-size: 74px;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 3.7px;
    line-height: 40px;
}

.mini-card-style-seven .card-icon span{
    font-size: 37px !important;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1.85px;
}

.mini-card-style-seven .card-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: brightness(0.5);
}
.mini-card-style-seven .card-content {
    padding: 30px 16px;
    background-color: var(--white);
    min-height: 225px;
}

.mini-card-style-seven .rect-bottom{
    position: absolute;
    bottom: -17px;
    left: 15px;
    max-width: 35px;
    z-index: 999999;
}


.mini-card-style-seven .card-content .card-title {
    margin-bottom: 0;
}


.mini-card-style-seven .card-content .card-title a {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines to show */
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .mini-card-style-seven .card-content .card-title a {
        font-size: 18px;
    }
}
.mini-card-style-seven .card-content .card-title a:hover {
    color: var(--red);
}
.mini-card-style-seven .card-content .text {
    color: var(--dark-3);
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
}
.mini-card-style-seven .card-content .card-icon {
    position: absolute;
    top: -20px;
    right: 8px;
}
.mini-card-style-seven .card-content .card-icon i {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: var(--primary);
    background-color: var(--white);
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 2px 4px 0 rgba(var(--black), 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mini-card-style-seven .card-content .card-icon:hover i {
    background-color: var(--primary);
    color: var(--white);
}

.card-mini-area .btn {
    margin-top: 7rem;
    font-weight: 900;
}

.card-mini-area .btn:hover{
    color: var(--red);
}

.card-mini-area .row{
    position: relative;
    display: flex;
    justify-content: center;
}

.card-mini-area .vertical-one {
    padding: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-20px);
    z-index: 2;
}

/*===========================
  ACTU HOME
===========================*/

.actu-home-section{
    padding-top: 120px;
    padding-bottom: 120px;
}

.actu-home-section .section-title{
    margin-bottom: 80px;
}

.actu-home-section .card-content{
    padding-left: 20px;
    position: relative;
}

.actu-home-section .col-lg-7 .d-flex{
    border-bottom: 1px solid var(--black);
}

.actu-home-section .left-section{
    flex: 1;
    padding-right: 1.5rem;
    margin: auto;
    position: relative;
}

.actu-home-section .card-img{
    max-width: 550px;
    text-align: end;
}

.actu-home-section .left-section .rect-bottom{
    max-width: 35px;
    position: absolute;
    top: 20%;
    right: -17px;
}

.actu-home-section .right-section .d-flex{
    border-bottom: 1px solid var(--black);
}

.actu-home-section .right-section .d-flex:first-child{
    margin-bottom: 20px;
}

.actu-home-section .right-section .card-img{
    min-width: 300px;
    max-width: 300px;
    height: 100%;
}


.actu-home-section .right-section{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.actu-home-section .right-section .d-flex{
    flex: 1;
}

.actu-home-section .right-section .card-content{
    margin: auto;
}

.actu-home-section .right-section .card-img img{
    height: 100%;
    object-fit: contain;
}

.actu-home-section .right-section .rect-bottom{
    max-width: 35px;
    position: absolute;
    top: 35%;
    left: -17px;
}

.actu-home-section .card-title a{
    font-weight: 900;
    color: var(--black);
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines to show */
    text-overflow: ellipsis;
}

.actu-home-section .date{
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 15px;
}

.actu-home-section .text{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--black);
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines to show */
    text-overflow: ellipsis;
}

.actu-home-section .btn{
    padding-left: 0!important;
    font-weight: 900;
    letter-spacing: 0.9px;
    color: var(--black);
    font-size: 16px;
}

.actu-home-section .btn:hover{
    color: var(--red);
}

.actu-home-section .row{
    position: relative;
}

.actu-home-section .vertical-one {
    padding: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-50px);
    z-index: 2;
}



/*===========================
  BASSIN
===========================*/
#bassin .header-area{
    background-color: var(--light-red);
}

#bassin .side-img{
    background-color: var(--white);
}

#bassin .header-right {
    z-index: 2;
}

#bassin .abs-right{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#bassin .abs-right img{
    height: 100vh;
    min-height: 700px;
    object-fit: contain;
    padding: 5rem;
}


/* CTA START */

.bassin-cta{
    background-color: var(--red);
    padding-top: 100px;
    padding-bottom: 100px;
}

.bassin-cta .content{
    text-align: center;
}

.bassin-cta .content h3{
    font-size: 37px;
    color: var(--white);
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 1.85px;
}
.bassin-info .container .image{
    position: relative;
}

.bassin-info .description{
    padding-top: 5rem;
    min-height: 500px;
}

.bassin-nav{
    margin-top: 5rem;
}

@media (min-width: 768px) {
    .bassin-nav .btn{
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .bassin-info .description{
        padding-top: 5rem;
        min-height: 200px;
    }

    .bassin-nav{
        margin-top: 2rem;
    }
}

.bassin-info .description p{
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
}

.bassin-info img{
    position: absolute;
    top: -30px;
}

.mission{
    padding-top: 100px;
    padding-bottom: 50px;
}

.mission .section-title{
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}

.mission .vertical-one{
    padding: 0;
    position: absolute;
    right: 50%;
    height: 70px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-70px);
    z-index: 2;
}

.mission .vertical-two{
    padding: 0;
    position: absolute;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,20px);
    z-index: 2;
}

.mission .section-info .content{
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 37px;
    font-weight: 400;
    color: var(--black);
}

.mission .gx-5{
    --bs-gutter-x: 8rem!important;
}

.mission .card{
    border: none!important;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
}

.mission .card h3{
    font-size: 74px;
    letter-spacing: 3.7px;
    line-height: 75px;
    color: var(--red);font-weight: 600;
    margin-bottom: 20px;
}

.mission .card h4{
    font-size: 20px;
    line-height: 25px;
    color: var(--red);
    font-weight: 900;
    margin-bottom: 20px;
}

.mission .card p{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--black);
}

.mission .btn-group .btn{
    font-size: 18px;
    color: var(--black);
    font-weight: 900;
    letter-spacing: 0.9px;
    line-height: 70px;
}

/*===== SLIDER SEVEN =====*/

.slider-seven {
    background-color: var(--light-red);
    padding-top: 100px;
    padding-bottom: 100px;
}

.slider-seven .section-title{
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.slider-seven .vertical-one {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,+50px);
    z-index: 2;
}


.slider-seven .single-items-three {
    margin-top: 30px;
}
.slider-seven .single-items-three .items-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    height: auto;
}
.slider-seven .single-items-three .items-content {
    margin-top: 16px;
    position: relative;
    display: none;
}
.slider-seven .single-items-three .items-content .items-title {
    padding-right: 30px;
}
.slider-seven .single-items-three .items-content .items-title a {
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .slider-seven .single-items-three .items-content .items-title a {
        font-size: 20px;
        line-height: 28px;
    }
}
.slider-seven .single-items-three .items-content .items-title a:hover {
    color: var(--red);
}
.slider-seven .single-items-three .items-content i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: var(--dark-3);
}
.slider-seven .slider-items-three-wrapper {
    position: relative;
    margin: 0;
}
.slider-seven .slider-items-three-wrapper .tns-nav {
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.slider-seven .slider-items-three-wrapper .tns-nav button {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--red);
    opacity: 0.3;
    border: 0;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.slider-seven .slider-items-three-wrapper .tns-nav button.tns-nav-active {
    width: 20px;
    opacity: 1;
    border-radius: 5px;
}
.slider-seven .slider-items-three-wrapper .tns-nav button:hover {
    opacity: 1;
}
.slider-seven .slider-items-three-wrapper .tns-controls {
    z-index: 2;
}
.slider-seven .slider-items-three-wrapper .tns-controls button {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: -25px;
    font-size: 27px;
    line-height: 27px;
    color: var(--dark-3);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--red);
    z-index: 9;
    color: var(--white);
    padding: 8px 12px;
    border-radius: 50px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-seven .slider-items-three-wrapper .tns-controls button {
        font-size: 24px;
        left: -24px;
    }
}
.slider-seven .slider-items-three-wrapper .tns-controls button:hover {
    color: var(--white);
    background-color: var(--dark-1);
}
.slider-seven .slider-items-three-wrapper .tns-controls button[data-controls=next] {
    left: auto;
    right: 0px;
}

@media (max-width: 768px) {
    .slider-seven .slider-items-three-active{
        --bs-gutter-x: 0!important;
    }

    .slider-seven [data-controls="prev"] {
        left: 0!important;
    }
    .slider-seven .slider-items-three-wrapper .tns-controls button {
        top: 55%;
    }

}


/*===========================
ACTUALITÉS
===========================*/
.actu-listing{
    margin-top: 150px;
    margin-bottom: 120px;
}
.actu-listing .section-title{
    text-align: center;
    margin-bottom: 80px;
}

.actu-listing .single-actu-card{
    margin-bottom: 10px;
    display: flex;
    border-bottom: 1px solid var(--black);
}

.actu-listing .single-actu-card .no-img{
    padding-left: 2rem;
}

.actu-listing .single-actu-card .btn-section{
    height: 100%;
    display: flex;
    align-items: end;
}

.actu-listing .single-actu-card .date{
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.9px;
    line-height: 27px;
    color: var(--black);
    margin-bottom: 10px;
}

.actu-listing .single-actu-card h2{
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    color: var(--black);
    letter-spacing: 0;
    flex: 1 1 20%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* Number of lines to show */
    text-overflow: ellipsis;
}

.actu-listing .single-actu-card .image{
    position: relative;
    height: 100%;
}

.actu-listing .single-actu-card .vertical-red{
    flex: 1 1 4%;
    background-color: var(--red);
    height: 234px;
}


.actu-listing .single-actu-card .content{
    display: flex;
    align-items: center;
}


.actu-listing .single-actu-card .listing-img{
    aspect-ratio: 1;
    height: auto;
    object-fit: contain;
    width: 234px;
}


.actu-listing .single-actu-card .content .rect-bottom{
    position: absolute;
    max-width: 35px;
    top: 40%;
    right: -17px;
}


.actu-listing .single-actu-card .description{
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.8px;
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines to show */
    text-overflow: ellipsis;
}


.actu-listing .single-actu-card .btn{
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25px;
    color: var(--black);
    transition: 0.3ms;
}

.actu-listing .single-actu-card .btn:hover{
    color: var(--red);
}

.actu-listing .single-actu-card .button-section button{
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25px;
    color: var(--gray-3)!important;
    border: none;
    background-color: var(--white);
    transition: 0.3ms;
    padding-bottom: 15px;
}

.actu-listing .single-actu-card .button-section .btn:hover{
    color: var(--red);
}

.actu-listing .pagination-style{
    margin-top: 80px;
}


.actu-listing .pagination{
    display: flex;
    justify-content: center;
}

.actu-listing .pagination-style .page-numbers i{
    font-size: 34px;
}


.actu-listing .pagination-style .current{
    display: none;
}

.actu-listing .pagination-style .page-numbers{
    display: none;
}


.actu-listing .pagination-style .prev{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--black);
    margin: 5px;
    padding: 13px;
    color: var(--black);
    transition: 0.3ms;
}

.actu-listing .pagination-style .next{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--black);
    margin: 5px;
    padding: 13px;
    color: var(--black);
    transition: 0.3ms;
}

.actu-listing .pagination-style .prev:hover{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--red);
    border: 1px solid var(--red);
    margin: 5px;
    padding: 13px;
    color: var(--white);
}

.actu-listing .pagination-style .next:hover{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--red);
    border: 1px solid var(--red);
    margin: 5px;
    padding: 13px;
    color: var(--white);
}


@media (max-width: 992px) {

    .actu-listing .single-actu-card .date{
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .actu-listing .single-actu-card .no-img .date{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0;
    }

    .actu-listing .single-actu-card h2{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .actu-listing .single-actu-card .no-img {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .actu-listing .single-actu-card .content .rect-bottom {
        position: absolute;
        max-width: 35px;
        bottom: -17px!important;
        top: unset;
        right: 45%;
    }

    .actu-listing .single-actu-card .vertical-red {
        flex: unset;
        width: 5px;
        background-color: var(--red);
        height: 222px;
        position: absolute;
    }

    .actu-listing .single-actu-card .vertical-red.img {
        flex: unset;
        width: 5px;
        background-color: var(--red);
        height: 234px;
        position: absolute;
    }

    .actu-listing .single-actu-card {
        margin-bottom: 40px;
    }
}

/*===========================
   ACTIONS
===========================*/

.actions-listing{
    margin-top: 150px;
    margin-bottom: 120px;
}
.actions-listing .section-title{
    text-align: center;
    margin-bottom: 50px;
}

.actions-listing .btn-group{
    margin-bottom: 50px;
}

.actions-listing .btn-group .btn{
    font-size: 18px;
    color: var(--black);
    font-weight: 900;
    letter-spacing: 0.9px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.actions-listing .card-single-actions{
    display: flex;
    border-bottom: 1px solid var(--black);
    margin-bottom: 30px;
}

.actions-listing .card-single-actions .vertical-red{
    flex: 1 1 3%;
    background-color: var(--red);
}

.actions-listing .card-single-actions .content{
    flex: 1 1 97%;
    padding: 2rem;
    min-height: 280px;
    position: relative;
}

.actions-listing .card-single-actions h2{
    font-size: 20px;
    line-height: 25px;
    color: var(--red);
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.actions-listing .card-single-actions p{
    font-weight: 600;
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
}

.actions-listing .card-single-actions .btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
    color: var(--black);
    font-weight: 900;
    letter-spacing: 0.9px;
    line-height: 20px;
}

/*===========================
   SINGLE ACTION
===========================*/
.single-action{
    margin-top: 150px;
    margin-bottom: 120px;
}
.single-action .section-title{
    text-align: center;
    margin-bottom: 50px;
}

.single-action .section-title h1{
    color: var(--red);
    margin-top: 50px;
}

.single-action .section-sub-title{
    position: relative;
    padding-top: 50px;
}

.single-action .section-sub-title .vertical-one{
    padding: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-20px);
    z-index: 2;
}

.single-action .section-sub-title .main-sub{
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 37px;
    color: var(--black);
}

.single-action .section-sub-title .desc-sub{
    margin-top: 50px;
    font-weight: 600;
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
}
.single-action-tools .section-title{
    text-align: center;
}

.single-action-tools .vertical-one{
    padding: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-20px);
    z-index: 2;
}

.single-action-tools .btn-group{
    padding-top: 50px;
}

.single-action-tools .section-title h2{
    color: var(--red);
    padding-bottom: 50px;
}

.single-action-faq{
    padding-top: 100px;
    padding-bottom: 120px;
}

.single-action-faq .section-title{
    text-align: center;
    margin-bottom: 100px;
}

.single-action-faq .section-title h2{
    color: var(--red);
}

/* accordion-style-one */
.accordion-style-one .accordion .card {
    margin-top: 8px;
    border: none;
}
.accordion-style-one .accordion .card .card-header {
    padding: 0;
    background: none;
}
.accordion-style-one .accordion .card .card-header a {
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 1.4px;
    position: relative;
    color: var(--red);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-top: 1px solid var(--gray-1);
    border-bottom: 1px solid var(--gray-1);
    margin: -1px;
    padding: 13px 16px;
    z-index: 5;
}
.accordion-style-one .accordion .card .card-header a::before {
    position: absolute;
    content: "\f175";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 400;
    right: 16px;
    top: 14px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-style-one .accordion .card .card-header a.collapsed {
    color: var(--black);
    border-color: var(--gray-4);
}
.accordion-style-one .accordion .card .card-header a.collapsed::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.accordion-style-one .accordion .card .card-body {
    padding: 16px;
}

.accordion-style-one .accordion .card .card-body .text p{
    font-weight: 600;
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
}
.accordion-style-one .accordion .card .card-body .text strong{
    color: var(--black);
}

.accordion-style-one .accordion .card .card-body .text a{
    font-weight: 600;
    color: var(--red);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
    transition: 0.3ms;
}

.accordion-style-one .accordion .card .card-body .text a:hover{
    color: var(--red);
}

/*===========================
  EQUIPE
===========================*/

#equipe .header-bassin h2{
    color: var(--red);
    margin-top: 50px;
}

.equipe-listing{
    margin-top: 100px;
    margin-bottom: 120px;
}
.equipe-listing .section-title{
    text-align: center;
    margin-bottom: 50px;
}
.equipe-listing .section-title h2{
    color: var(--red);
    margin-top: 50px;
}
.equipe-listing .section-sub-title{
    position: relative;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}

#equipe .header-content a {
    font-size: var(--subtitle-size);
    color: var(--black);
    transition: 0.3ms;
}

#equipe .header-content a:hover {
    color: var(--red);
}

.equipe-listing .section-sub-title .vertical-one {
    padding: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-20px);
    z-index: 2;
}

.equipe-listing .section-sub-title .main-sub {
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 37px;
    color: var(--black);
}

.equipe-listing .gx-5{
    --bs-gutter-x: clamp(1.875rem, -1.6901rem + 15.2113vw, 12rem)!important;
}

#equipe .abs-right img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    min-height: 700px;
}

.equipe-listing .member-card{
    padding-top: 30px;
    padding-bottom: 30px;
}

.equipe-listing .member-card .card-img{
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.equipe-listing .member-card .content{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
}

.equipe-listing .member-card .rect-bottom{
    max-width: 35px;
    position: absolute;
    top: -17px;
    right: 50%;
}

.equipe-listing .member-card .name{
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: var(--black);
}
.equipe-listing .member-card .role{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.8px;
    color: var(--black);
    transition: 0.3ms;
}

.equipe-listing .member-card .contact{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.8px;
    color: var(--black);
    transition: 0.3ms;
}

.equipe-listing .member-card .contact:hover{
    color: var(--red);
}

.equipe-listing .list-style-seven  li {
    display: flex;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
}

.equipe-listing .list-style-seven i {
    font-weight: 600;
    font-size: 25px;
    padding-right: 10px;
}

.equipe-listing .list-style-seven .fal {
    line-height: unset!important;
}

.equipe-listing .list-style-seven a {
    color: var(--red);
    font-weight: 600;
    font-size: 25px;
    transition: 0.3ms;
}

.equipe-listing .list-style-seven a:hover {
    color: var(--black);
}

/*===========================
   AGENDA
===========================*/

.events-listing{
    margin-top: 150px;
    margin-bottom: 120px;
}
.events-listing .section-title{
    text-align: center;
    margin-bottom: 10px;
}
.events-listing .btn-group{
    margin-top: 50px;
    margin-bottom: 50px;
}

.events-listing .btn-group .btn {
    font-size: 18px;
    color: var(--black);
    font-weight: 900;
    letter-spacing: 0.9px;
    line-height: 70px;
}

.events-listing .btn-group .btn:hover {
    color: var(--red);
}

.events-listing .single-event {
    display: flex;
    margin-bottom: 30px;
}

.events-listing .single-event .vertical-red {
    flex: 1 1 3%;
    background-color: var(--red);
}

.events-listing .single-event .content{
    flex: 1 1 97%;
    border-bottom: 1px solid var(--black);
    padding: 1rem 0 1rem 1rem;
}

.events-listing .single-event .content .day-num{
    font-size: 74px;
    font-weight: 600;
    color: var(--red);
    letter-spacing: 3.7px;
    line-height: 74px;
}

.events-listing .single-event .content .day-let{
    font-size: 20px;
    font-weight: 900;
    color: var(--red);
    line-height: 25px;
    letter-spacing: 0;
}

.events-listing .single-event .content .hours{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.9px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 10px;
}

.events-listing .single-event .content .title{
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    color: var(--black);
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* Number of lines to show */
    text-overflow: ellipsis;
}

.events-listing .single-event .content .short-desc{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    color: var(--black);
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines to show */
    text-overflow: ellipsis;
}

.events-listing .single-event .content img{
    object-fit: contain;
    aspect-ratio: 1/1;
    width: 100%;
}

.events-listing .single-event .content a{
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 19px;
    color: var(--black);
    transition: 0.3ms;
}

.events-listing .single-event .content a:hover{
    color: var(--red);

}

.events-listing .single-event .content button{
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25px;
    color: var(--gray-3);
    transition: 0.3ms;
    border: none!important;
    text-align: left;
    background-color: var(--white);
}

.events-listing .pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.events-listing .pagination-style {
    margin-top: 80px;
}

.events-listing .pagination-style .page-numbers {
    display: none;
}

.events-listing .pagination-style .page-numbers i {
    font-size: 34px;
}

.events-listing .pagination-style .next,
.events-listing .pagination-style .prev
{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--black);
    margin: 5px;
    padding: 13px;
    color: var(--black);
    transition: 0.3ms;
}

.events-listing .pagination-style .prev:hover,
.events-listing .pagination-style .next:hover
{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--red);
    border: 1px solid var(--red);
    margin: 5px;
    padding: 13px;
    color: var(--white);
}

/*===========================
   FULLCALENDAR
===========================*/

.fullcalendar-listing{
    margin-top: 150px;
    margin-bottom: 120px;
}
.fullcalendar-listing .section-title{
    text-align: center;
    margin-bottom: 10px;
}
.fullcalendar-listing .btn-group{
    margin-top: 50px;
    margin-bottom: 50px;
}

.fullcalendar-listing .btn-group .btn {
    font-size: 18px;
    color: var(--black);
    font-weight: 900;
    letter-spacing: 0.9px;
    line-height: 70px;
}

.fullcalendar-listing .month-m .fc {
    height: 800px;
}

.fullcalendar-listing .fc .fc-toolbar-title {
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 25px;
}

.fullcalendar-listing .month-l .fc .fc-list-event.fc-event-forced-url {
    width: 100% !important;
    display: revert !important;
}

.fullcalendar-listing .fc-event-description {
    display: none !important;
}

.fullcalendar-listing .month-l .fc-event, .page-template-fullcalendar .fc-event-dot {
    background-color: var(--white) !important;
    border: var(--white)!important;
}

.fullcalendar-listing .month-l td{
    color: var(--black);
}

.fullcalendar-listing .month-l .fc .fc-view-harness-active > .fc-view {
    position: unset!important;
}

.fullcalendar-listing .month-l .fc-view-harness-active{
    height: unset!important;
}

.fullcalendar-listing .month-l .fc .fc-list-table td {
    padding: 5px 4px !important;
    font-size: 11px;
}

.fullcalendar-listing a{
    color: var(--black);
}

.fullcalendar-listing .fc-event, .page-template-fullcalendar .fc-event-dot {
    background-color: var(--red) !important;
    border: var(--red)!important;
}

.fullcalendar-listing .fc .fc-daygrid-event {
    margin-top: 1px;
    z-index: inherit !important;
}

.fullcalendar-listing .fc-event-time,
.fullcalendar-listing .fc-event-title {
    padding: 0 1px;
    float: left;
    clear: none;
    margin-right: 10px;
}

.fullcalendar-listing .fc-daygrid-event{
    white-space: revert!important;
}

.fullcalendar-listing .fc-daygrid-dot-event {
    align-items: center;
    display: grid !important;
    padding: 17px 7px !important;
}

.fullcalendar-listing .fc-daygrid-event-dot{
    border:  solid var(--white);
}

.fullcalendar-listing .fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
    margin-top: 10px !important;
    color: var(--white);
}

.fullcalendar-listing .fc .fc-daygrid-day-number{
    font-weight: bold !important;
    text-decoration: none !important;
}

.fullcalendar-listing .fc-event-description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines to show */
    text-overflow: ellipsis;
    color: var(--white);
}

.panel-month-nav{
  margin-top: 80px;
}

.fullcalendar-listing .month-direction{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--black);
    margin: 5px;
    padding: 13px;
    color: var(--black);
    transition: 0.3ms;
}

@media (min-width: 768px) {
    #fullcalendar .month-l{
        display: none;
    }
}

.fullcalendar-listing .month-direction:hover{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--red);
    border: 1px solid var(--red);
    margin: 5px;
    padding: 13px;
    color: var(--white);
}

.fullcalendar-listing .month-direction i{
    font-size: 34px;
}

/*===========================
   SINGLE EVENT
===========================*/
#single-event{
    margin-top: 150px;
    margin-bottom: 120px;
}
#single-event .section-title{
    text-align: center;
    margin-bottom: 50px;
}

#single-event .section-title h1{
    color: var(--red);
    margin-top: 50px;
}

#single-event .section-sub-title{
    position: relative;
    padding-top: 50px;
    text-align: center;
    margin: auto;
}

#single-event .section-sub-title .vertical-one{
    padding: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-20px);
    z-index: 2;
}

#single-event .section-sub-title .main-sub{
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 37px;
    color: var(--black);
}

#single-event .section-sub-title img{
    max-width: 50%;
}

@media (max-width: 992px) {
    #single-event .section-sub-title img{
        max-width: 100%;
    }
}

#single-event .section-sub-title .desc-sub {
    margin-top: 50px;
    text-align: left;
}

#single-event .section-sub-title .desc-sub p {
    font-weight: 600;
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
}

#single-event .section-sub-title .desc-sub a {
    font-weight: 600;
    color: var(--red);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
    transition: 0.3ms;
}

#single-event .section-sub-title .desc-sub a:hover {
    color: var(--black);
}

#single-event .section-sub-title .desc-sub ol,
#single-event .section-sub-title .desc-sub ul{
    list-style-type: initial;
    padding-left: 20px;
}

#single-event .section-sub-title .desc-sub li{
    font-weight: 600;
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
}

.single-event-tools {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-event-tools .section-title{
    text-align: center;
}

.single-event-tools .vertical-one{
    padding: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--black);
    transform: translate(0%,-20px);
    z-index: 2;
}

.single-event-tools .btn-group{
    padding-top: 50px;
    text-align: left;
}

.single-event-tools .btn-group li{
    display: flex;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
}

.single-event-tools .btn-group p{
    color: var(--black);
    font-weight: 600;
    font-size: 25px;
}

.single-event-tools .btn-group a{
    color: var(--red);
    font-weight: 600;
    font-size: 25px;
    transition: 0.3ms;
}

.single-event-tools .btn-group a:hover{
    color: var(--black);
}

.single-event-tools .btn-group i{
    font-weight: 600;
    font-size: 25px;
    padding-right: 10px;
}

.single-event-tools .btn-group .fal{
    line-height: unset!important;
;
}

.single-event-tools .section-title h2{
    color: var(--red);
}


.share-icon-l,
.share-icon-w{
    color: var(--red);
    font-size: 25px;
}

.share-icon-l:hover,
.share-icon-w:hover{
    color: var(--black);
    font-size: 25px;
}


/*======================================
	CONTACT
========================================*/
.contact-us {
    position: relative;
    background-color: var(--light-red);
    padding: 100px 0;
}

.contact-us .inner-content {
    padding: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--light-red);
}

.contact-us .btn{
    border: 1px solid var(--black);
    background: var(--light-red);
    padding: 10px 25px;
    width: 150px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
    color: var(--red);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-left: 10px;
    text-transform: capitalize;
}

.contact-us .btn i{
    color: var(--black);
}

.contact-us .hide{
    display: none;
}

.contact-us .btn:hover{
    border: var(--red);
    background-color: var(--red);
    color: var(--white);
}

.contact-us .contact-head .section-title{
    padding-top: 50px;
    text-align: center;
}

.contact-us .single-head {
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact-us .contact-info {
        margin-top: 40px;
    }
}
.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
}
.contact-us .single-info:last-child {
    margin: 0;
}
.contact-us .single-info i {
    font-size: 22px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    background: var(--red);
    color: var(--white);
    line-height: 50px;
    border-radius: 5px;
}
.contact-us .single-info ul {
    display: inline-block;
}
.contact-us .single-info ul li p {
    display: block;
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    color: var(--black);
    letter-spacing: 0;
}

.contact-us .single-info ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.8px;
    color: var(--black);
    display: inline-block;
    margin-bottom: 4px;
}
.contact-us .single-info ul li:last-child {
    margin-bottom: 0;
}
.contact-us .single-info ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.8px;
    display: inline-block;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-us .single-info ul li a:hover {
    color: var(--red);
}
.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--white);
    font-size: 18px;
}
.contact-us .single-info .title span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}
.contact-us .form-main {
    margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact-us .form-main {
        margin: 0;
    }
}
.contact-us .form-main .form .form-group {
    margin-bottom: 15px;
    display: block;
}
.contact-us .form-main .form .form-group textarea,
.contact-us .form-main .form .form-group input {
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: 1px solid var(--gray-4);
    padding: 0px 20px;
    color: var(--black);
    border-radius: 0px;
    font-weight: 400;
    border-radius: 5px;
}
.contact-us .form-main .form .form-group textarea:focus,
.contact-us .form-main .form .form-group input:focus {
    border-color: var(--red);
}
.contact-us .form-main .form .form-group textarea {
    height: 180px;
}
.map-section {
    background-color: var(--gray-4);
}
.map-section .map-container {
    box-shadow:var(--shadow-2);
    padding: 20px;
    border-radius: 7px;
}



/*===============
    404
===============*/
.error-two {
    background-color: var(--white);
    min-height: 500px;
    height: 100vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media (max-width: 767px) {
    .error-two {
        height: auto;
        padding: 50px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error-two {
        height: auto;
        padding: 60px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-two {
        height: auto;
        padding: 80px 0;
    }
}

.error-two .btn{
    border: 1px solid var(--black);
    padding: 10px 25px;
    border-radius: 50px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
}

.error-two .btn i {
    font-size: 14px;
    margin-right: 5px;
    color: var(--black);
}

.error-two .d-table {
    width: 100%;
    height: 100%;
}
.error-two .d-table {
    display: table !important;
}
.error-two .d-table-cell {
    vertical-align: middle;
}
.error-two .d-table-cell {
    display: table-cell !important;
}

.error-image img {
    width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-image img {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .error-text {
        text-align: center;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-text {
        text-align: center;
        margin-top: 40px;
    }
}
.error-text h3 {
    color: var(--primary);
    display: block;
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .error-text h3 {
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-text h3 {
        font-size: 60px;
    }
}
.error-text .text {
    text-transform: capitalize;
    color: var(--dark-3);
    font-weight: 500;
    color: var(--dark-2);
}
.error-text p {
    margin-bottom: 8px;
}
.error-text .button {
    margin-top: 30px;
}




/*===========================
  SHOW DATA
===========================*/
.show-data {
    padding-top: 150px;
    min-height: 97vh;
}
@media (max-width: 767px) {
    .show-data {
        padding-top: 50px;
    }
}
.show-data .section-title-three {
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .show-data .section-title-three {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .show-data .section-title-three {
        margin-bottom: 35px;
    }
}
.show-data .section-title-three h5 {
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--red);
    text-transform: uppercase;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .show-data .section-title-three h5 {
        font-size: 0.8rem;
    }
}
.show-data .section-title-three h2 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .show-data .section-title-three h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 767px) {
    .show-data .section-title-three h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.show-data .section-title-three p {
    color: var(--dark-3);
}

.show-data .col-lg-4{
    padding-bottom: 30px;
}

.show-data .main-data{
    text-align: center;
    justify-content: center;
}


.show-data .btn-group .btn{
    border: 1px solid var(--black);
    background: var(--white);
    padding: 10px 25px;
    border-radius: 50px!important;
    position: relative;
    margin-bottom: 10px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-left: 10px;
    text-transform: capitalize;
}

.show-data .btn-group .btn i{
    font-size: 14px;
    margin-right: 5px;
    color: var(--black);
}


.show-data .btn-group{
    margin-top: 40px;
    margin-bottom: 40px;
}

.show-data .btn-group .btn:hover{
    border: 1px solid var(--red);
    background: var(--red);
    padding: 10px 25px;
    border-radius: 50px!important;
    position: relative;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-left: 10px;
    text-transform: capitalize;
}

.show-data .main-data p{
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
}

.show-data #searchInput{
    border-radius: 25px;
    border:1px solid var(--black) ;
    padding: 10px 25px;
    width: 100%;
}
.show-data .btn{
    font-size: 10px;
    padding: 3px 14px;
}

.show-data .accordion-style-two .guest-name{
    padding: 13px 16px;
    font-weight: 700;
    color: var(--black);
    font-size: 16px;
}

.show-data .accordion-style-two .received{
    padding-top: 16px;
    padding-left: 13px;
    display: block;
    font-size: 14px;
}

.show-data .accordion-style-two .btn-lg{
    border: 1px solid var(--red);
    color: var(--red);
    margin-right: 5px;
}

.show-data .accordion-style-two .btn-lg:hover{
    border: 1px solid var(--red);
    background-color: var(--red);
    color: var(--white);
    margin-right: 5px;
}


/* accordion-style-two */
.show-data .accordion-style-two .accordion .card {
    margin-top: 8px;
    border: 1px solid var(--gray-4) !important;
    border-radius: 4px;
}
.show-data .accordion-style-two .accordion .card .card-header {
    padding: 0;
    background: none;
}

.show-data .accordion-style-two .modal-header{
    padding-top: 20px;
}

.show-data .accordion-style-two .accordion .card .card-header a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-top: none;
    margin-right: 5px;
    padding: 3px 14px;
}

.show-data .accordion-style-two .accordion .card .card-header a:hover{
    color: var(--red);
}

.show-data .btn-search{
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 50px;
    margin-left: 5px;
    height: 45px;
    width: 45px;
    line-height: 15px;
}

.show-data .btn-search:hover{
    background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--white);
}

.show-data .accordion-style-two .accordion .card .card-header a::before {
    content: '\f067';
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.show-data .accordion-style-two .accordion .card .card-header a.collapsed {
    color: var(--black);
    border-color: var(--gray-4);
    background-color: transparent;
}
.show-data .accordion-style-two .accordion .card .card-header a.collapsed::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.show-data .accordion-style-two .accordion .card .card-body {
    padding: 16px;
}
.show-data .accordion-style-two .accordion .card .card-body p{
    color: var(--dark-3);
    font-size: 14px;
    padding: 10px;
}

.show-data .accordion-style-two .table-list li{
    font-size: 14px;
}

.show-data .accordion-style-two .arrived{
    border-color: var(--success-dark);
    color: var(--success-dark);
    margin-right: 10px;
}

.show-data .accordion-style-two .arrived:hover{
    border-color: var(--success-dark);
    color: var(--white);
    background-color: var(--success-dark);
}

.show-data .accordion-style-two .expected{
    border-color: var(--caution-dark);
    color: var(--caution-dark);
    margin-right: 10px;
}

.show-data .accordion-style-two .expected:hover{
    border-color: var(--caution-dark);
    color: var(--white);
    background-color: var(--caution-dark);
}

@media (max-width: 768px) {
    .show-data .accordion-style-two .guest-name {
        padding: 13px 16px;
        font-weight: 700;
        color: var(--black);
        font-size: 20px;
    }

    .show-data .accordion-style-two .arrived{
        border-color: var(--success-dark);
        color: var(--success-dark);
        padding: 5px;
        margin-right: 5px;
    }

    .show-data .accordion-style-two .expected{
        border-color: var(--caution-dark);
        color: var(--caution-dark);
        padding: 5px;
        margin-right: 5px;
    }
}

.show-data .hide{
    display: none;
}

    /* accordion-style-two */


/*===========================
  FOOTER
===========================*/

.grecaptcha-badge{
    display: none;
}

#scrollToTopButton {
    position: fixed;  /* Fixed position */
    bottom: 20px;     /* 20px from the bottom */
    right: 20px;      /* 20px from the right */
    z-index: 99;      /* Ensure it's on top of other elements */
    cursor: pointer;  /* Pointer cursor on hover */
    /* Add more styling as per your design */
    border-radius: 50%;
    line-height: 13px;
    height: 30px;
    width: 30px;
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
}


.footer{
    padding-top: 80px;
    padding-bottom: 10px;
    background-color: var(--gray-4);
  background-image:unset;
}

.footer .logo-footer img{
    max-width: 162px;
    height: auto;
}

.footer .label-mail{
    color: var(--red);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.footer .form-check-label{
    font-weight: 400;
    color: var(--black);
    font-size: 12px;
    line-height: 25px;
    max-width: 340px;
}

.footer .common-input{
    border: 1px solid var(--black);
    padding: 10px 25px;
    width: 305px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
    background-color: var(--gray-4);
}

.footer .btn{
    border: 1px solid var(--black);
    background: var(--gray-4);
    padding: 10px 25px;
    width: 141px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-left: 10px;
    text-transform: capitalize;
}

.footer .btn:hover{
    border: 1px solid var(--red);
    background: var(--red);
    padding: 10px 25px;
    width: 141px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-left: 10px;
    text-transform: capitalize;
}

.footer .btn i{
    font-size: 14px;
    margin-right: 5px;
    color: var(--black);
}

.footer .common-input::placeholder {
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    line-height: unset!important;
}

.footer .common-input:focus {
    border-color: var(--red);
}
.footer .logo-footer-brusano{
    text-align: right;
}

.footer .logo-footer-brusano p{
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
}

.footer .logo-footer-brusano img{
    width: 95px;
}

.footer .copyright{
    font-size: 12px;
    color: var(--black);
    margin-top: 50px;
}

.footer .copyright a{
    color: var(--gray-1);
    transition: 0.3ms;
}

.footer .copyright a:hover{
    color: var(--red);
}


/*GESTION DES COOKIES START*/

#cook #cookiePopup {
    background-color: #ffffff;
    position: absolute;
    font-size: 14px;
    width: 70vw;
    max-width: 42.85em;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.8em;
    padding: 2em 1.4em;
    border-radius: 6px;
    transition: all 0.5s ease-in;
    z-index: 99999;
}
#cook #cookiePopup svg {
    display: block;
    width: 3.75em;
    transform: translateZ(0);
    position: relative;
    margin: auto;
}
#cook #cookiePopup p {
    text-align: center;
    margin: 1.4em 0;
    color: var(--black);
    font-size: 12px;
}
#cook #cookiePopup button {
    background-color: var(--red) !important;
    border: none;
    color: #ffffff;
    font-size: 1em;
    padding: 0.3em 1.4em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 5px;
}
#cook #cookiePopup a {
    color: var(--red);
}
#cook .hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}

#cook .form-switch{
    max-width: 165px;
    margin-bottom: 15px;
    color: #6d6d6d;
    display: flex;
}

#cook .form-switch .form-check-input{
    width: 2em !important;
    margin-top: 5px;
}

#cook .form-switch .form-check-input:checked{
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}

#cook label{
    font-size: 14px !important;
    margin-left: 5px;
    color: var(--black);
}

#cook .show {
    visibility: visible;
    bottom: 2em;
    right: 2em;
    position: fixed !important;
}
@media only screen and (max-width: 37.5em) {
    #cook #cookiePopup {
        width: 100%;
    }
    #cook .hide {
        bottom: 2em;
        right: 0;
    }
    #cook .show {
        right: 0;
        bottom: 0;
    }
}

.type-de-cook{
    padding-top: 0!important;
    margin-top: 0 !important;
    font-size: 12px;
}

.cookieinfo{
    display: none !important;
}


/*GESTION DES COOKIES END*/



@media only screen and (max-width: 1440px){ 

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 1150px){ 

}
@media only screen and (max-width: 1040px){ 

}
@media only screen and (max-width: 995px){ 

}
@media only screen and (max-width: 992px){
    .abs-right img {
        opacity: 0.5;
    }

    h1, .h1 {
        font-size: 40px;
    }
    .header-content .text {
        color: var(--black);
        font-size: 18px;
    }

    h2, .h2 {
        font-size: 40px;
    }

}
@media only screen and (max-width: 768px) {
    .navbar-first .nav-link {
        display: contents;
        margin-right: 5px!important;
        margin-left: 5px!important;
    }

    .wpml-ls-legacy-list-horizontal {
        margin-top: 2px;
    }

    #navbar_top {
        padding: 0;
    }

    .dropdown-langue{
        padding: 0;
    }

    .navbar .navbar-brand img {
        max-width: 110px;
    }

    .modal-logo {
        max-width: 110px;
    }

    .navbar-nav .nav-link {
        font-size: 29px;
        line-height: 30px;
    }

    .events-listing{
        margin-top: 150px;
        margin-bottom: 50px;
    }

    .actu-home-section .right-section .card-img{
        min-width: 180px;
        max-width: 180px;
    }

    .actu-listing .single-actu-card .description {
        min-height: 150px;
    }

    .header-content {
        padding-right: 2rem;
        margin-top: 145px;
    }

    .actu-listing{
        margin-bottom: 50px;
    }

    .actions-listing {
        margin-bottom: 50px;
    }

    .equipe-listing {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .card-mini-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .actu-home-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bassin-cta .content h3 {
        font-size: 29px;
        line-height: 32px;
    }

    .fullcalendar-listing .month-m .fc-event-title{
        display: none;
    }

    .bassin-info .container .image {
        margin-top: 30px;
    }

    .bassin-info img {
        position: relative;
        top: unset;
    }

    .bassin-info .description {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mission {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .mission .section-info .content {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .single-action .section-sub-title .main-sub{
        font-size: 20px;
        line-height: 30px;
    }

    .mini-card-style-seven .card-content{
        min-height: unset;
    }

    .mission .card {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .mission .btn-group{
        display: unset;
    }

    .mission .btn-group .btn {
        font-size: 15px;
        line-height: 30px;
    }

    .actions-listing .btn-group {
        display: grid;
    }

    .actions-listing .btn-group .btn {
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .single-action-tools .btn-group {
        display: grid;
    }

    .events-listing .btn-group {
        display: grid;
    }
    .fullcalendar-listing .btn-group {
        display: grid;
    }

    #bassin .btn-group {
        display: grid;
    }


    .fullcalendar-listing .btn-group .btn {
        font-size: 15px;
        line-height: 30px;
    }


    .events-listing .btn-group .btn {
        font-size: 15px;
        line-height: 30px;
    }

    .accordion-style-one .accordion .card .card-header a {
        font-size: 25px;
        line-height: 30px;
    }

    .contact-us .inner-content {
        padding: 5px;
    }

    .contact-us .contact-head .section-title{
        padding-bottom: 50px;
    }

    .single-action-tools .btn-group .btn {
        font-size: 15px;
        line-height: 30px;
    }

    .accordion-style-one .accordion .card .card-body  p {
        font-weight: 600;
        color: var(--black);
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 22px;
    }

    .actions-listing .card-single-actions .btn {
        position: relative;
        bottom: unset;
        right: unset;
        font-size: 18px;
        color: var(--black);
        padding-left: 0;
        margin-top: 20px;
    }

    .actions-listing #population{
        margin-top: 50px;
    }

    #single-event .section-sub-title .main-sub {
        font-size: 20px;
        line-height: 30px;
    }

    .equipe-listing .section-sub-title .main-sub {
        font-size: 20px;
        line-height: 30px;
    }

    .events-listing .single-event .content .short-desc{
        margin-bottom: 20px;
    }

    #equipe .header-content a {
        font-size: 20px;
    }

    #fullcalendar .month-l .fc-toolbar-title{
        display: none;
    }

    #single-event {
        margin-bottom: 50px;
    }

    .single-event-tools {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .single-event-tools .btn-group li {
        font-size: 17px;
        line-height: 19px;
    }
    .single-event-tools .btn-group i {
        font-size: 15px;
        line-height: 17px;
    }
    .single-event-tools .btn-group a {
        font-size: 17px;
        line-height: 19px;
    }
    .single-event-tools .btn-group p {
        font-size: 17px;
        line-height: 19px;
    }

    .accordion-style-one .accordion .card .card-header a::before {
        bottom: 0;
    }


    .equipe-listing .list-style-seven  li {
        font-size: 17px;
        line-height: 19px;
    }
    .equipe-listing .list-style-seven i {
        font-size: 15px;
        line-height: 17px;
    }
    .equipe-listing .list-style-seven a {
        font-size: 17px;
        line-height: 19px;
    }
    .equipe-listing .list-style-seven p {
        font-size: 17px;
        line-height: 19px;
    }

    .events-listing .single-event .content a {
        font-size: 16px;
        line-height: 19px;
    }

    .fullcalendar-listing {
        margin-top: 150px;
        margin-bottom: 50px;
    }

    .panel-month-nav {
        margin-top: 50px;
    }

    .footer .btn {
         margin-left: 0;
    }

    .footer .logo-footer{
        margin-bottom: 30px;
    }

    .footer .logo-footer img {
        max-width: 130px;
        height: auto;
    }

    .footer .logo-footer-brusano {
        margin-top: 30px;
        text-align: center;
    }
}

#mod-custom111{
  width:100%;
}