.opespe-diaporama .swiper-wrapper {
    list-style-type: none;
}

.opespe-diaporama .opespe-diapo-buttons {
    background: var(--button-color);
    top: calc(50% - 40px) !important;
}

.opespe-diaporama .diaporama-text-link {
    text-align: center;
    display: block;
    font-size: 18px;
    color: var(--libelle-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
}

.opespe-diaporama .swiper-scrollbar.swiper-scrollbar-horizontal {
    background: var(--scroll-bar-color-bg) !important;
}

.opespe-diaporama .swiper-scrollbar-drag {
    background: var(--scroll-bar-color) !important;
}

.opespe-diaporama .swiper-button-next {
    right: 0 !important;
}

.opespe-diaporama .swiper-button-prev {
    left: 0 !important;
}
.opespe-diaporama .swiper {
    width: 100%;
    height: 100%;
}
.opespe-diaporama .diaporama-text-link.absolute-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    display: block;
}

.opespe-diaporama .swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.opespe-diaporama .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/*Apply Style for bullet pagination on tablet*/
.opespe-diaporama .swiper-pagination-bullet {
    background: var(--scroll-bar-color-bg);
}

/*Remove position absolute on swiper pagination*/
.opespe-diaporama .swiper-pagination {
    position: unset;
}

.opespe-diaporama .swiper-pagination-bullet-active {
    background: var(--scroll-bar-color) !important;
}

/*Make diaporama overflow hidden in case of truncated mode */
.opespe-diaporama .swiper.truncated-mode {
    overflow: hidden;
}

@media (min-width: 992px) {
    .opespe-diaporama .swiper.truncated-mode {
        overflow: unset;
    }
}

.elementor-widget-diaporama .elementor-widget-container,
.elementor-widget-opespe_diaporama .elementor-widget-container {
    overflow: hidden;
}

/*Correction For Rocket*/
.opespe-diaporama .swiper-button-next:after,
.opespe-diaporama .swiper-rtl .swiper-button-prev:after,
.opespe-diaporama .swiper-button-prev:after,
.opespe-diaporama .swiper-button-next:after {
    content: "" !important;
}

 .opespe-diaporama .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: unset;
    left: unset;
    position: unset !important;
    z-index: unset;
}

.opespe-diaporama .swiper {
    position: unset !important;
}
.opespe-diaporama .swiper-pagination{
    margin-top:40px;
}
.opespe-diaporama .swiper-scrollbar.swiper-scrollbar-horizontal{
    margin-top:60px;
}

.opespe-diaporama .diaporama-header p,
.opespe-diaporama .diaporama-footer p {
    margin-bottom: 0;
    padding: 0;
}
.opespe-diaporama-no-responsive-switchers .elementor-control-responsive-switchers{
    display:none;
}


.wbo-countdown-is-hidden{
    display: none;
}
.wbo-countdown .wbo-countdown-container{
    position: relative;
}

.wbo-countdown .wbo-countdown-content {

    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: auto;
    padding: 24px 0;
}


.wbo-countdown .wbo-times{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wbo-countdown .wbo-time-single {
    width: 25%;
}

.wbo-countdown .wbo-time-label {
    font-size: 0.875rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    color: var(--libelle-couleur);
}


.wbo-countdown .wbo-time-number {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: var(--time-couleur);
    background: linear-gradient(to bottom, var(--start-gradient-color), var(--end-gradient-color) 50%, transparent 50%, transparent calc(50% + 2px), var(--start-gradient-color) calc(50% + 2px), var(--end-gradient-color));
    border-radius: 0;
    margin: 0 7px;
    padding: 12px 0;
}

.wbo-lecteur-audio{
    padding: 30px;
    background: #f4f4f4;
}
.wbo-title-audio{
    margin-bottom: 30px;
    padding: 0;
}
.controls .focus-visible {
    outline-color:#f16e00;
}
    .wbo-icon_title {
        vertical-align: middle;
        vertical-align: text-top;
    }

    .wbo-icon_title svg, .wbo-icon_title i {
        max-width: 24px;
        margin-right: 15px;
        height: auto;
    }

    .wbo-audio-player {
        overflow: visible;
        height: 50px;
        max-width: 710px;
        padding: 0 25px;
        background: #fff;
        color: #000;
        font-size: 0.75em;
        display: grid;
        grid-template-rows: 6px auto;
    }

    .wbo-no-outline:focus {
        outline: none;
    }

    .wbo-audio-player .timeline {
        background: #cccccc;
        width: 100%;
        position: relative;
        cursor: pointer;
        height: 10px;
    }

    .wbo-audio-player .timeline .progress {
        background: #000;
        width: 0%;
        height: 100%;
        transition: 0.25s;
    }

    .wbo-audio-player .controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }

    .play-container {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        /* Styles pour le conteneur bouton */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

    .wbo-audio-player .controls  .toggle-play.play {
        cursor: pointer;
        position: relative;
        left: 0;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-left: 13px solid #000 !important;
        background: none;
    }

    .wbo-audio-player .controls .toggle-play.pause {
        height: 15px;
        width: 20px;
        cursor: pointer;
        position: relative;
    }

    .wbo-audio-player .controls .toggle-play.pause:before {
        position: absolute;
        top: 0;
        left: 0px;
        background: #000;
        content: "";
        height: 15px;
        width: 3px;
    }

    .wbo-audio-player .controls .toggle-play.pause:after {
        position: absolute;
        top: 0;
        right: 8px;
        background: #000;
        content: "";
        height: 15px;
        width: 3px;
    }

    .wbo-audio-player .controls .time .length {
        margin: 0 9px
    }

    .wbo-audio-player .controls .time > * {
        padding: 2px;
        font-size: 14px;
    }

    .wbo-audio-player .controls .time .current {
        display: flex;
        padding-right: 7px;
    }

    .wbo-audio-player .controls .volume-container {
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
    }

    .wbo-audio-player .controls .volume-container .volume-button svg, .wbo-audio-player .controls .volume-container .volume-button i {
        max-width: 15px;
        margin: 0 9px 0 4px;
    }

    .wbo-audio-player .controls .volume-container .volume-button .volume {
        transform: scale(0.7);
    }

    .wbo-audio-player .controls .volume-container .volume-slider {
        height: 10px;
        background: #c1c1c1;
        transition: 0.25s;
    }

    .wbo-audio-player .controls .volume-container .volume-slider .volume-percentage {
        background: #000;
        height: 100%;
        width: 72%;
    }

    .wbo-audio-player .controls .volume-container .volume-slider {
        width: 40px;
    }


    .wbo-mute-audio:after {
        position: absolute;
        content: "/";
        color: #000;
        font-weight: 700;
        font-size: 1.7em;
        left: 7px;
        top: -6px;
    }
    .volume-button{
        border: none;
        background: transparent;
    }

    .toggle-play.pause::before,
    .toggle-play.pause::after {
        content: '';
        position: absolute;
        top: 0;
        width: 2px;
        height: 100%;
        background: #000;
    }

    .toggle-play.pause::before {
        left: 3px;
    }

    .toggle-play.pause::after {
        right: 3px;
    }
/**
 * CSS image crop. Forces image to 4:3 aspect ratio cropping at the middle.
 */
.ratio-4-to-3 {
  position: relative;
  padding-top: 75% !important;

}
.ratio-4-to-3 img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ratio-6-to-3 {
  position: relative;
  padding-top: 50% !important;

}
.ratio-6-to-3 img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ratio-16-to-9 {
  position: relative;
  padding-top: 56.25% !important;
}

.ratio-16-to-9 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}


/*** style global **/

/* #### ELEMENTOR EDITOR STYLE OVERRIDE #### */ 
p a, .form-input-file .attachments .attachment .file-name, .o-link{
    text-decoration: underline !important;
}
.breadcrumb .breadcrumb-item a.no-decoration, .form-input-file .attachments .attachment .no-decoration.file-name, .o-link.no-decoration ,a.btn {
    text-decoration: none !important;
}

.ob1-sosh .elementor-widget-container > h2 span {
    color: #000;
}

.wbo-label-push {
    font-size: 0.85rem;
    padding-bottom: .5rem;
    font-weight: 600;
}

.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 0px);
}

html body .wbo-container .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 15px;
}

.wbo-container .elementor-widget-Texte .elementor-widget-container div.standard,
.wbo-container .elementor-widget-Texte .elementor-widget-container div.lead,
.wbo-container .elementor-widget-Texte .elementor-widget-container div.small,
.wbo-container .elementor-widget-Texte .elementor-widget-container p {
    padding: 0px;
}
body.page #o-header {
    margin-bottom: 30px;
}
.elementor-widget-Texte:not(.ob1-pb0-yes) p:last-child {
    margin-bottom:0;
    padding-bottom:0;
}
ul.list li{
    font-size: inherit;
}
.elementor-widget.elementor-widget-ancre {
    margin-bottom: 0 !important;
}
.swiper-container {
    margin-bottom: 0;
}

.ob1-carrousel-sidebar h1, .ob1-carrousel-sidebar h2, .ob1-carrousel-sidebar h3 {
    padding-top: 0;
    padding-bottom: 0.5625rem;
    font-size: 1.25rem;
    line-height: 1.133333333;
}

.ob1-carrousel-sidebar h2::after {
    display: none;
}

.ob1-carrousel .ob1-link-icon:active {
    padding-left: 10px;
}

.swiper-button-next, .swiper-button-prev {
    width: auto;
    height: auto;
}

@media (min-width: 736px) {

    .ob1-carrousel.ob1-carrousel-xsidebar .ob1-carrousel-img.doc-w-sm-60, .ob1-carrousel.ob1-carrousel-xs-ysidebar .ob1-carrousel-img.doc-w-sm-60 {
        width: 60% !important;
    }

    .ob1-carrousel.ob1-carrousel-xsidebar .ob1-carrousel-img.img-custom-carroussel-50, .ob1-carrousel.ob1-carrousel-xs-ysidebar .ob1-carrousel-img.img-custom-carroussel-50 {
        width: 50% !important;
        min-width: 50% !important;
    }

    .ob1-carrousel.ob1-carrousel-xsidebar .ob1-slide-inversion, .ob1-carrousel.ob1-carrousel-xs-ysidebar .ob1-slide-inversion {
        text-align: left;
    }

    .ob1-carrousel.ob1-carrousel-xsidebar .ob1-slide-inversion .ob1-carrousel-sidebar, .ob1-carrousel.ob1-carrousel-xs-ysidebar .ob1-slide-inversion .ob1-carrousel-sidebar {
        left: calc(61.5625% + 15px);
    }
        .ob1-carrousel.ob1-carrousel-xsidebar .ob1-carrousel-sidebar, .ob1-carrousel.ob1-carrousel-xsidebar .ob1-slide-inversion.custom-carroussel-50 .ob1-carrousel-sidebar{
        left: calc(51.5625% + 15px);
    }
}

.ob1-carrousel.ob1-carrousel-xsidebar .ob1-carrousel-sidebar,
.ob1-carrousel.ob1-carrousel-xs-ysidebar .ob1-slide-inversion.custom-carroussel-50 .ob1-carrousel-sidebar {
    left: auto;
}

.swiper-button-prev, .swiper-button-next {
    width: initial;
    height: initial;
    margin-top: inherit;
}

.ob1-carrousel-controls.ob1-link-icon:focus:not(:focus-visible):not(:hover) {
    color: #fff;
}

@media (max-width: 735.98px) {
    .ob1-carrousel.ob1-carrousel-xsidebar .swiper-slide {
        text-align: left;
    }

    .ob1-carrousel.ob1-carrousel-xsidebar .ob1-carrousel-sidebar, .ob1-carrousel.ob1-carrousel-xs-ysidebar .ob1-carrousel-sidebar {
        max-width: none !important;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 15px;
    }

    .doc-w-sm-60 {
        width: 100% !important;
    }

    .swiper-container {
        background-color: #000;
    }

    .ob1-carrousel .ob1-carrousel-controls {
        display: block;
    }

    .ob1-carrousel.ob1-carrousel-xsidebar .ob1-carrousel-img {
        max-width: none;
    }

    .ob1-carrousel-sidebar .btn {
        margin-bottom: 30px;
    }

    .ob1-carrousel.ob1-carrousel-xsidebar .ob1-carrousel-sidebar {
        padding: 15px;
    }
}

.ob1-quote{
    position: relative;
    padding: 7px 37px;
    border-left: solid 6px #f16e00;
}
.ob1-quote-text{
    font-size: 1.625rem;
    line-height: 1.875rem;
    color:#000;
    font-weight: bold;
}
.ob1-quote-author{
    font-size:1rem;
    line-height: 1.375rem;
    color:#555555;
    margin-top:15px;
}
.mentions_legales h1, .mentions_legales h2, .mentions_legales h3, .mentions_legales h4, .mentions_legales h5 {
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-bottom: 0;
}
.mentions_legales h2:after {
    content: '';
    display: none;
}
.mentions_legales a {
    text-decoration: underline;
}
.mentions_legales a:hover {
    text-decoration: none;
}
@media (min-width: 960px) {
    .remove-margin-yes .card-item+.card-item .card-body {
        width: 100%;
        padding-left: 0;
    }
}
.ob1-banner picture {
    display: block;
    overflow: hidden;
}

#content {
    width: 100%;
}
/** correction pour Rocket **/
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 3px;
    left: 0;
    position: unset;
    height: unset;
    width: 100%;
    z-index: 50;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-family: "";
    font-size: 0;
}
/************* fin correction ****/

/*****common slides style******/
.swiper-scrollbar-drag {
    border-radius: 0;
    height: 3px;
    top: -2px;
}

.opespe-swiper-video-btn-prev::before, .opespe-swiper-video-btn-next::before,
.opespe-diaporama .swiper-button-next::before, .opespe-diaporama .swiper-button-prev::before {
    font-size: 22px !important;
    margin: auto;
    color: white !important;
}

.opespe-video-wrapper .swiper-button-prev.swiper-button-disabled,
.opespe-video-wrapper .swiper-button-next.swiper-button-disabled ,
.opespe-diapo-buttons.swiper-button-disabled{
    opacity: 0!important;
}

.opespe-swiper-video-btn-prev,.opespe-swiper-video-btn-next,.opespe-diaporama .opespe-diapo-buttons  {
    background-image: unset;
    border: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    opacity: 1;
    text-shadow: unset;
}

.opespe-swiper-video-pagination .swiper-pagination-bullet,.opespe-diaporama .swiper-pagination-bullet {
    width: 45px;
    height: 3px;
    border-radius: 0;
    margin: 0 8px;
    opacity: 1;
}

.opespe-swiper-video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ,
.opespe-diaporama .swiper-pagination-bullet-active {
    height: 6px ;
}

.opespe-diaporama .swiper-scrollbar.swiper-scrollbar-horizontal,.opespe-swiper-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 1px!important;
}




.opespe-diaporama .swiper-wrapper {
    list-style-type: none;
}

.opespe-diaporama .opespe-diapo-buttons {
    background: var(--button-color);
    top: calc(50% - 40px) !important;
}

.opespe-diaporama .diaporama-text-link {
    text-align: center;
    display: block;
    font-size: 18px;
    color: var(--libelle-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
}

.opespe-diaporama .swiper-scrollbar.swiper-scrollbar-horizontal {
    background: var(--scroll-bar-color-bg) !important;
}

.opespe-diaporama .swiper-scrollbar-drag {
    background: var(--scroll-bar-color) !important;
}

.opespe-diaporama .swiper-button-next {
    right: 0 !important;
}

.opespe-diaporama .swiper-button-prev {
    left: 0 !important;
}
.opespe-diaporama .swiper {
    width: 100%;
    height: 100%;
}

.opespe-diaporama .swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.opespe-diaporama .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Apply Style for bullet pagination on tablet*/
.opespe-diaporama .swiper-pagination-bullet {
    background: var(--scroll-bar-color-bg);
}

/*Remove position absolute on swiper pagination*/
.opespe-diaporama .swiper-pagination {
    position: unset;
}

.opespe-diaporama .swiper-pagination-bullet-active {
    background: var(--scroll-bar-color) !important;
}

/*Make diaporama overflow hidden in case of truncated mode */
.opespe-diaporama .swiper.truncated-mode {
    overflow: hidden;
}

@media (min-width: 992px) {
    .opespe-diaporama .swiper.truncated-mode {
        overflow: unset;
    }
}

.elementor-widget-opespe_diaporama .elementor-widget-container{
    overflow: hidden;
}

/*Correction For Rocket*/
.opespe-diaporama .swiper-button-next:after,
.opespe-diaporama .swiper-rtl .swiper-button-prev:after,
.opespe-diaporama .swiper-button-prev:after,
.opespe-diaporama .swiper-button-next:after {
    content: "" !important;
}

 .opespe-diaporama .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: unset;
    left: unset;
    position: unset !important;
    z-index: unset;
}

.opespe-diaporama .swiper {
    position: unset !important;
}
.opespe-diaporama .swiper-pagination{
    margin-top:40px;
}
.opespe-diaporama .swiper-scrollbar.swiper-scrollbar-horizontal{
    margin-top:60px;
}

.opespe-diaporama .diaporama-header p,
.opespe-diaporama .diaporama-footer p {
    margin-bottom: 0;
    padding: 0;
}
.opespe-diaporama-no-responsive-switchers .elementor-control-responsive-switchers{
    display:none;
}


.btn-opespe .btn,
.btn-opespe .btn span {
    position: relative;
}

.btn-opespe .btn:before {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.opespe-find-session .find-session-wrapper .find-session-text {
    font-weight: 700;
    color: var(--var-color-text) !important;
}

.opespe-find-session .find-session-text:hover {
    color: var(--var-color-text);
}

.opespe-find-session .find-session-wrapper .find-session-button {
    background-color: var(--var-color-button);
    color: #FFFFFF;
}


.opespe-find-session .error-feed {
    display: block !important;
}

.opespe-find-session .find-session-wrapper .find-session-button:hover {
    opacity: 0.5;
}

.opespe-find-session a:focus:not(:focus-visible):not(:hover) {
    color: var(--var-color-text);
}

.opespe-find-session .form-control {
    border-bottom: 1px solid #555;
}

.opespe-find-session .form-control:focus,
.opespe-find-session .form-control:hover {
    border-bottom: 1px solid var(--var-color-text);
}

.opespe-bloc-shopping{
    background-color: var(--opespe-bloc-shopping-bg);
}

.opespe-bloc-shopping-title{
    font-size: 20px;
    line-height: normal;
    padding: 10px 25px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    background-color: var(--opespe-bloc-shopping-bg-title);
    color: var(--opespe-bloc-shopping-color-title);
}
.opespe-bloc-shopping-body {
    padding: 25px;
    text-align:center;
}
.opespe-bloc-shopping-body img{
    margin-bottom: 15px;
}

.opespe-bloc-shopping-btn {
    font-weight: bold;
    display: block;
    margin: 15px auto;
    text-align: center;
    color: var(--opespe-bloc-shopping-color-btn);
    background-color: var(--opespe-bloc-shopping-bg-btn);
    border-radius: 5px;
    width: fit-content;
}
.opespe-bloc-shopping-btn:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.btn.opespe-bloc-shopping-btn:hover {
    opacity: 0.8;
}
.opespe-bloc-shopping-accroche{
    font-weight: bold;
    color :var(--opespe-bloc-shopping-color-accroche);
}

.opespe-swiper-wrapper{
    position:relative;
    margin-top: 30px;
}
.opespe-swiper-wrapper .pvpContainer{
    background-color: #000 ;
    min-height: 600px;
}
.opespe-swiper-wrapper .swiper-container{
    background: transparent;
}
.opespe-swiper-wrapper .swiper-container .swiper-wrapper{
    margin: 0 auto;
}
.center-videos{
    display: flex;
    justify-content: center;
}
.swiper-wrapper .swiper-slide:last-child {
    margin-right:0 !important;
}
.opespe-swiper-wrapper .swiper-container .swiper-slide{
    cursor :pointer ;
}
.opespe-swiper-wrapper .swiper-container  .opespe-video-title{
    display: block;
    color:var(--opespe-video-color-titles);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top:30px;
}
.opespe-swiper-wrapper .swiper-container .slide-activated .opespe-video-title{
    color:var(--opespe-video-scrollbar-color-bg);
}
.opespe-swiper-video-btn-next {
    right: calc(-5% + 6px) ;
}
.opespe-swiper-video-btn-prev {
    left: calc(-5% + 6px) ;
}
.opespe-swiper-video-btn-prev,.opespe-swiper-video-btn-next {
    background : var(--opespe-video-button-color);
    top: calc(20% - 9px) !important;
}

.opespe-swiper-video-btn-prev::before, .opespe-swiper-video-btn-next::before {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.opespe-swiper-video-pagination {
    position: relative;
}
.opespe-swiper-video-pagination .swiper-pagination-bullet {
    background: var(--opespe-video-scrollbar-color);
}
.opespe-swiper-video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--opespe-video-scrollbar-color-bg);
}
.opespe-swiper-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal{
    background: var(--opespe-video-scrollbar-color-bg);
}
.opespe-swiper-wrapper .swiper-scrollbar-drag {
    background: var(--opespe-video-scrollbar-color);
}
@media(max-width: 767px) {
    .opespe-swiper-wrapper .pvpContainer{
        min-width: 278px;
    }
    .opespe-swiper-wrapper .swiper-scrollbar,   .opespe-swiper-video-btn-prev,
    .opespe-swiper-video-btn-next , .opespe-swiper-wrapper .swiper-container .swiper-slide img{
        display: none;
    }
    .opespe-swiper-wrapper .swiper-container .opespe-video-title{
        margin-top: 0;
    }
}
.opespe-swiper-wrapper .swiper-container .swiper-slide::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.opespe-swiper-video-pagination, .opespe-swiper-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal{
    margin-top:30px;
}

/*-----------------------------*/
/*   Style composant Contenu   */
/*-----------------------------*/

.opespe-module. {
    position: relative;
    overflow: hidden;
}

.opespe-module .card-module-img {
    overflow: hidden;
}

.opespe-module.link-enabled img {
    transition: transform .4s, filter 1s ease-in-out;
    filter: brightness(100%);
}

.opespe-module.link-enabled:hover img {
    transform: scale(1.08);
    filter: brightness(70%);
}

.opespe-module .card-module-body .card-module-titre {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.opespe-module .card-module-description {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
}

.opespe-module .card-link span {
    position: absolute;
    bottom: 1rem  /* 16/16 */;
}

.opespe-module .card-link .card-module-link {
    font-size: 1.25rem;
    font-weight: bold;
}

.opespe-module .card-module-link:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    content: "";
}

.opespe-module .card-link .card-module-link:hover {
    text-decoration: underline;
}

.opespe-module .card-module-img img {
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

body[data-elementor-device-mode="widescreen"] .image-absolute .card-module-img,
body[data-elementor-device-mode="desktop"] .image-absolute .card-module-img,
body[data-elementor-device-mode="tablet"] .image-tablet-absolute .card-module-img,
body[data-elementor-device-mode="mobile"] .image-mobile-absolute .card-module-img {
    height: 100%;

}

body[data-elementor-device-mode="widescreen"] .image-absolute .card-module-body,
body[data-elementor-device-mode="desktop"] .image-absolute .card-module-body,
body[data-elementor-device-mode="tablet"]  .image-tablet-absolute .card-module-body,
body[data-elementor-device-mode="mobile"]  .image-mobile-absolute .card-module-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/**
 * CSS image crop. Forces image to 4:3 aspect ratio cropping at the middle.
 */

body[data-elementor-device-mode="widescreen"] .image-static[class*="ratio-"] img,
body[data-elementor-device-mode="desktop"] .image-static[class*="ratio-"] img,
body[data-elementor-device-mode="tablet"] .image-tablet-static[class*="ratio-"] img,
body[data-elementor-device-mode="mobile"] .image-mobile-static[class*="ratio-"] img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

body[data-elementor-device-mode="widescreen"] .d-ratio-4-to-3 .card-module-img,
body[data-elementor-device-mode="desktop"] .d-ratio-4-to-3 .card-module-img,
body[data-elementor-device-mode="tablet"]  .d-tablet-ratio-4-to-3  .card-module-img,
body[data-elementor-device-mode="mobile"]  .d-mobile-ratio-4-to-3  .card-module-img {
    position: relative;
    padding-top: 75% !important;
}

body[data-elementor-device-mode="widescreen"] .d-ratio-6-to-3 .card-module-img,
body[data-elementor-device-mode="desktop"] .d-ratio-6-to-3 .card-module-img,
body[data-elementor-device-mode="tablet"]  .d-tablet-ratio-6-to-3  .card-module-img,
body[data-elementor-device-mode="mobile"]  .d-mobile-ratio-6-to-3  .card-module-img {
    position: relative;
    padding-top: 50% !important;
}




