@font-face {
    font-family: Playfair Display;
    src: url(/wp-content/themes/ecapital/assets/fonts/PlayfairDisplay-Bold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Heebo";
    src: url(/wp-content/themes/ecapital/assets/fonts/Heebo-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Heebo Medium";
    src: url(/wp-content/themes/ecapital/assets/fonts/Heebo-Medium.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(/wp-content/themes/ecapital/assets/fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Roboto Medium";
    src: url(/wp-content/themes/ecapital/assets/fonts/Roboto-Medium.ttf);
    font-weight: normal;
}



.page-template-cop27-preprod footer.sitefooter,
.page-template-cop27 footer.sitefooter {
    display: block !important;
}

.popupcop27 {
    display: none;
}

.show {
    display: block !important;
}

#popupcop27 .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
    width: calc( 500px + 1vw);
    max-width: initial; 
}

#popupcop27 .modal-content {
    background: #dfe2eb;
    height: 44vh;
    min-height: 324px;
    background-image: url(/wp-content/themes/ecapital/assets/icons/wave_popup.svg);
    background-size: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}
.cop27-content {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2.cop27Title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: center;
    color: #056DB6;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
}
body.rtl h2.cop27Title {
    font-size: 20px;
}
.cop27Title .line {
    background: #056DB6;
    width: 26px;
    height: 2px;
    margin-top: 5px;
}
h2.cop27Desc {
    font-family: "Heebo";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 38px;
}
h2.cop27Desc strong {
    font-weight: bold !important;
}
.cop27Desc p {
    text-align: center;
}
.cop27-content a {
    font-family: "Heebo";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    background: #056DB6;
    padding: 9px 31px;
    border-radius: 20px;
}
button.close.close-modal {
    width: auto;
    position: absolute;
    right: 10px;
    top: 10px;
}

 

#popupcop27 {
    background: #00000060;
}

button.dontshowitagain {
    position: absolute;
    bottom: 10px;
    background: transparent;
    border: none;
    right: 0px;
    color: #777777;
    font-size: 13px;
    text-transform: capitalize;
    width: 100%;
}

button.close.close-modal span {
    font-weight: 400;
    color: #7e7e7e;
}
html body .hidebloc {
    display: none !important;
}

.allblocs {
    padding-top: 120px;
    padding-bottom: 0px;
    /* background: #f1f1f1; */
    position: relative;
}

.titlecop27 {
    color: #262625;
    /* font-size: 32px; */
    font-weight: bold;
    font-family: Playfair Display;
    position: relative;
    padding-left: 40px;
    padding-inline-start: 40px;
}

.titlecop27::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #00A6A6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 2px;
}
body.rtl .titlecop27::before { 
    left: auto; 
    right: 0; 
}
/* bloc 1 */

.bloc1 {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.bloc1 .banner-container h1 {
    color: white;
    /* font-size: 48px; */
    font-weight: bold;
    font-family: Playfair Display;
    text-align: center;
}

.bloc1 .banner-container p {
    color: #ffffff;
    line-height: 26px;
    /* font-size: 18px; */
    max-width: 650px;
    text-align: center;
}

/* bloc 2 */

.bloc2 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: #F9FCFB;
}

.bloc2 .bloc2flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
}

.bloc2 .bloc2flex>* {
    flex: 1;
}

.bloc2 .contentevent {
    position: relative;
    /* margin-left: 80px; */
    margin-inline-start: 80px;
}

.bloc2 .bloc2flex img.imageevent {
    border-radius: 10px;
    max-width: 50%;
    max-height: 495px;
    object-fit: cover;
}

.bloc2 h2 {
    font-size: 25px;
    /* font-weight: bold; */
    font-family: Playfair Display;
    /* padding-left: 44px; */
    padding-inline-start: 44px;
    margin-bottom: 16px;
    position: relative;
}

.bloc2 .line {
    background: #00A6A6;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}
body.rtl .bloc2 .line {
    left: auto;
    right: 0; 
}

.bloc2 p {
    text-align: justify;
    /* font-size: 18px; */
    margin-bottom: 40px;
    color: #06101C85;
}

.bloc2 a {
    color: #00A6A6;
    font-weight: bold;
}

.bloc2 a img {
    /* margin-left: 15px; */
    margin-inline-start: 15px;

}
body.rtl .bloc2 a img { 
    transform: rotate(180deg);
}


/* bloc 3 */

.bloc3 {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 104px;
}

.bloc3 .program-container {
    position: relative;
    height: calc(100% - 104px);
    width: 100%;
}

.bloc3 .yellowelement {
    background: #222826;
    height: 100%;
    width: 36%;
    right: 0;
    bottom: 0;
    position: absolute;
    border-top-left-radius: 33px;
    margin-right: 0;
    margin-left: auto;
}
body.rtl .bloc3 .yellowelement { 
    left: 0; 
    right: auto;
    border-top-left-radius: 0px; 
    border-top-right-radius: 33px; 
}
.bloc3 .programFlex {
    display: flex;
    width: 70%;
    /* margin-left: auto; */
    margin-inline-start: auto;
    gap: 4%;
    /*340px;*/
    padding: 70px 0;
    justify-content: space-between;
    align-items: center;
}

.bloc3 .timeline {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}

.bloc3 .timelineSVG {
    height: 45vw;
    max-height: 100%;
    z-index: 2;
}
html[lang="fr-FR"] .bloc3 .timelineSVGAR,
html[lang="en-US"] .bloc3 .timelineSVGAR
{
    display: none;
}

html[lang="ar"] .bloc3 .timelineSVGFR {
    display: none;
}
.bloc3 .timelineSVG g {
    cursor: pointer;
}

/* .programContent {
    max-width: 50%;
} */
/* .programFlex > * {
    flex: 1;
} */

.bloc3 #owlprogram img.programImage,
.bloc3 #owlprogramResp img.programImage {
    width: 50%;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    max-height: 515px;
    object-fit: cover;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
}

#owlprogram .owl-stage {
    display: flex;
    align-items: center;
}

.bloc3 .programTitle {
    color: #262625;
    /* font-size: 24px; */
    font-weight: bold;
    font-family: Playfair Display;
    margin-bottom: 24px;
    /* font-size: 1.16rem; */
    font-size: clamp(24px, 1.16rem, 30px);
}

.bloc3 .programDesc {
    font-family: "Heebo";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #06101C85;
}
.bloc3 .program-detail {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #262625;
    /* margin-bottom: 17px; */
}
.bloc3 .program-item {
    border-bottom: 1px solid #00000008;
    padding: 17px 0;
}
.bloc3 .program-item:last-child {
    border-bottom: none;
}
.bloc3  p.programTime:not(.collapsed) {
    color: #06101CE5;
}


.bloc3 .program-detail .place {
    color: #00A6A6CC; 
    display: flex;
    align-items: center;
    font-family: 'Heebo';
    margin-top: 5px;
}
.bloc3 .program-detail .place img {
    width: 20px;
    display: inline-block;
    margin-inline-end: 10px;
}
.bloc3 .program-item p[aria-expanded="true"]:after {
    content: "\f106"; 
}

.bloc3 .program-item p[aria-expanded="false"]:after {
    content: "\f107";
}

.bloc3 .program-item p[aria-expanded="true"]:after,
.bloc3 .program-item p[aria-expanded="false"]:after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.rtl .bloc3 .program-item p[aria-expanded="true"]:after,
body.rtl .bloc3 .program-item p[aria-expanded="false"]:after{
    float: left;

}
.bloc3 .programContent {
    /* max-width: 400px; */
    max-width: 450px;
    width: 100%;
}

.bloc3 .programNavs {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bloc3 .programNavs button {
    background: transparent;
    border: none;
}

.bloc3,
.bloc3 .owl-stage-outer,
.bloc3 .owl-stage,
.bloc3 .owl-item,
.bloc3 .programFlex,
.bloc3 img.programImage {
    height: 100%;
}

.bloc3 .programDots {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bloc3 .programDots .dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    margin: auto;
    opacity: 0.3;
}

.bloc3 .programDots .dot:hover,
.bloc3 .programDots .dot.active {
    opacity: 1;
}

.bloc3 .programDaysResp {
    font-family: "Playfair Display";
    display: flex;
    width: 100%;
    gap: 30px;
    padding: 18px 30px;
    opacity: 0;
    visibility: hidden;
    /* justify-content: space-around; */
    justify-content: flex-start;
}


/* .bloc3  g.day text:nth-child(2) {
    opacity: 0;
}

.bloc3  g.day.activeDay text{
    opacity: 1;
}
 */






/* bloc 4 */
.bloc4 {
    margin-top: 84px;
    margin-bottom: 190px;
    position: relative;
}

.bloc4 .sideeventflex {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.bloc4 .sideeventflex>* {
    flex: 1;
    position: relative;
}

.bloc4 video {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.bloc4 .playpause {
    background-image: url(/wp-content/themes/ecapital/assets/icons/playpause.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    margin: auto;
    background-size: cover;
    background-position: center;
    height: 412px;
}

.bloc4 .detailEventItem {
    background: #258EA6;
    color: white;
    padding: 61px 71px;
    border-bottom-right-radius: 37px;
}
body.rtl .bloc4 .detailEventItem { 
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 0px;
}

.bloc4 .detailEventItem p.dateEvent {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
}

.bloc4 p.titreEvent {
    font-family: 'Roboto Medium';
    /* font-size: 26px; */
    font-size: clamp(26px, 1.3rem, 30px);
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 4px;
}
.titreEvent strong {
    font-weight: bold !important;
}
.bloc4 p.descEvent {
    font-family: "Heebo";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff84;
}

.bloc4 h2.titlebloc4 {
    /* margin-left: 31px; */
    margin-inline-start: 31px;
    margin-bottom: 21px;
    position: absolute;
    top: -60px;
}
 
.bloc4 .playpause {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.bloc4 img.eventImage {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bloc4 .p1>img,
.bloc4 .p1>video,
.bloc4 iframe {
    box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 29%);
}

.bloc4 .sideeventflex iframe,
.bloc4 img.eventImage,
.bloc4 video {
    width: 100%;
    height: 412px;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.bloc4 .sideeventNavs {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 155px;
    margin-top: 55px;

}

.bloc4 .sideeventNavs button {
    color: #262625;
    /* font-size: .78rem; */
    font-size: clamp(14px, .78rem, 20px);
    font-weight: bold;
    font-family: Playfair Display;
    position: relative;
    background: transparent;
    border: none;
    padding: 0 16px;
}

.bloc4 .indicator {
    color: #262625;
    /* font-size: .7rem; */
    font-size: clamp(14px, .7rem, 18px);
    font-weight: 500;
    font-family: "Playfair Display";
    direction: ltr;
}

.bloc4 .indicator span {
    font-weight: 500;
    margin-right: 5px;
}

.bloc4 button.prev:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #262625;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 85px;
    height: 2px;
}
body.rtl .bloc4 button.prev:after { 
    right: 100%; 
    left: auto; 
}
.bloc4 button.next:before {
    display: inline-block;
    content: "";
    border-top: 2px solid #262625;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 85px;
    height: 2px;
}

body.rtl .bloc4 button.next:before {
    left: 100%; 
    right: auto; 
}

/* bloc 5 */
.bloc5 {}

.bloc5 h2.titlebloc5 .line {
    background: #00A6A6;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}
body.rtl .bloc5 h2.titlebloc5 .line { 
    right: 0; 
    left: auto; 
}
.bloc5 .bloc5head {
    display: flex;
    justify-content: space-around;
    margin-bottom: 59px;
    align-items: flex-start;
    gap: 20px;
}

.bloc5 h2.titlebloc5 {
    margin-bottom: 0;
    color: #262625;
    /* font-size: 32px; */
    font-weight: bold;
    font-family: Playfair Display;
    position: relative;
    /* padding-left: 40px; */
    padding-inline-start: 40px;
}

.bloc5 p {
    color: #06101C;
    max-width: 540px;
}
.bloc5 .cd-more-info p{
    color: #fff;

}

.bloc5 section.stand {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.bloc5 .cd-single-point {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .bloc5 .cd-single-point:nth-of-type(1) {
    bottom: 85%;
    right: 40%;
}

.bloc5 .cd-single-point:nth-of-type(2) {
    bottom: 30%;
    right: 30%;
}

.bloc5 .cd-single-point:nth-of-type(3) {
    bottom: 65%;
    right: 80%;
}

.bloc5 .cd-single-point:nth-of-type(4) {
    bottom: 90%;
    right: 90%;
} */



.bloc5 .cd-single-point>a {
    position: relative;
    z-index: 2;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #258EA6;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%), inset 0 1px 0 rgb(255 255 255 / 30%);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.bloc5 .cd-img-replace {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.bloc5 section.stand ul {
    margin: 0;
    list-style: none;
}

.bloc5 .standoverlay {
    background-image: url(/wp-content/themes/ecapital/assets/icons/stand_overlay.png);
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.bloc5 .cd-more-info.cd-bottom {
    position: absolute;
    width: 22px;
    background: #258EA6;
    height: 22px;
    border-radius: 50%;
    padding: 11px;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: 0.6s;

    /* padding: 22px; */
}

.bloc5 .cd-single-point h2 {
    font-weight: bold;
}

.bloc5 .cd-single-point h2,
.bloc5 .cd-single-point p {
    font-family: 'Roboto';
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    /* visibility: hidden; */
    opacity: 0;
    transition: 1s;
    color: #fff;
}

.dotBigger {
    width: 240px !important;
    height: 240px !important;
    transition: .6s;
    z-index: 2;
    padding: 22px !important;
}

.showContent {
    opacity: 1 !important;
    transition: .3s !important;
}

/* .hideContent {
    opacity: 0 !important; 
    transition: .5s !important;
} */
/* bloc 6 */

.bloc6 {
    position: relative;
    background: url(/wp-content/themes/ecapital/assets/icons/waves.png), white;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

h2.titlebloc6 {
    text-align: center;
    margin-bottom: 48px;
    color: #0062CC;
    /* font-size: 32px; */
    font-weight: bold;
    font-family: Playfair Display;
}

.owlStories {
    display: block;
    margin: auto;
}
body.rtl .owl-carousel .owl-stage-outer{
    direction: rtl;
}

.owlStories .owl-theme .owl-dots .owl-dot.active span {
    background: #FBD062;
}

.owl-theme .owl-dots .owl-dot span {
    width: 80px;
    height: 10px;
    margin: 0;
    background: #F5F5F5;
    border-radius: 0;
}

.owl_content {
    padding-left: 12%;
}

.owlStories .owl-item {
    opacity: 0;
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    transition: all .2s;
    -webkit-transform: all .2s;
    z-index: 1;
}

.owlStories .owl-item.active {
    opacity: 1;
}



.owlStories .active.next_to_mid {
    margin-left: -1%;
}

.owlStories .active.prev_to_mid {
    margin-right: -1%;
}

.owlStories .owl-carousel {
    /* padding: 0 160px; */
    padding: 0 10%;
}


/*===== Navigation =====*/
.owlStories .prev,
.owlStories .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 71px;
    height: 71px;
    border-radius: 50%;
    color: #8D8D8D;
    background: white;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8D8D8D;
    font-size: 15px;
    font-family: Playfair Display;
}



.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-item.active.element1 {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    z-index: 4;
    margin-left: 0;
}

.owl-item.active.element2 {
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    margin: 0 0;
    z-index: 3;
}

.owl-item.active.element3 {
    transform: scale(1);
    -ms-transform: scale(1);
    margin: 0;
    z-index: 2;
}

/* .owlStories .owl-stage .owl-item.active:nth-child(3n + 1) {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    z-index: 4;
    margin-left: 0;
}
.owlStories .owl-stage .owl-item.active:nth-child(3n + 2) {
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    margin: 0 0;
    z-index: 3;
}
.owlStories .owl-stage .owl-item.active:nth-child(3n + 3) {
    transform: scale(1);
    -ms-transform: scale(1);
    margin: 0;
    z-index: 2;
} */
.owlStories .owl-stage {
    padding: 30px 0 100px;
}

.owlStories .owl-carousel .owl-item img,
.owlStories .owl-carousel .owl-item video {
    /* height: 550px; */
    height: 100%;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* .owl-item.active.middle_beside {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0.8;
    margin: 0 -1%;
    z-index: 2;

} */
.owl-item.active.prev_to_mid {
    margin-right: -1%;
}

.owlStories .imagecontent {
    position: relative;
    aspect-ratio: 9 / 16;
}

.owlStories .overlay {
    background-image: url(/wp-content/themes/ecapital/assets/icons/shadow.png);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
}

.owlStories button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: transparent;
    border: none;
    z-index: 1;
}

.owlStories p.date {
    position: absolute;
    bottom: 18px;
    display: block;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
}

.progressBarStories {
    height: 10px;
    overflow: hidden;
    background-color: #F1F1F1;
    border-radius: 6px;
    /* box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%); */
    padding: 0;
    /* width: calc( 100% - 320px ); */
    width: calc(100% - 20%);
    margin: auto;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    background: #258EA6;
    align-items: flex-start;
    height: 10px;
    border-radius: 6px;
}

.bloc6 .storiesIndicator {
    width: calc(100% - 20%);
    margin: auto;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    font-family: Playfair Display;
    color: #00000036;
    font-size: 14px;
}

#storiesIndex {
    color: #000;
}

/* bloc 7 */
.bloc7 {
    position: relative;
}

.bloc7 h2.titlebloc7 {
    /* font-size: 32px; */
    font-weight: 600;
    font-family: Playfair Display;
    /* padding-left: 44px; */
    margin-bottom: 51px;
    margin-top: 80px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.bloc7 .videobloc7 {
    position: relative;
    display: block;
}

.bloc7 .videobloc7 video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 606px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.bloc7 h2.titlebloc7 .line {
    background: #00A6A6;
    width: 26px;
    height: 2px;
}

.bloc7 .playpause {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    height: 606px;
}

.bloc7 .overlayVideo  {
    background-image: url(/wp-content/themes/ecapital/assets/icons/playpause.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.bloc7 .playpause img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bloc7 .playpause button,
.bloc8 .playpause button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: transparent;
    border: none;
}


/* bloc 8 */
.bloc8 {
    /* margin: 136px 0 197px; */
    padding: 136px 7% 197px;
    background: white;
    position: relative;
}

.bloc8 .bloc8flex {
    /* margin: 0;
    margin-inline-start: 0%; */
    position: relative;
    padding: 0px 0 80px;
}

.bloc8 h2.titlebrochure {
    /* font-size: 40px; */
    font-weight: bold;
    font-family: Playfair Display;
    /* padding-left: 44px; */
    padding-inline-start: 44px;
    margin-bottom: 25px;
    position: relative;
}

.bloc8 .line,
.bloc9 .line
 {
    background: #00A6A6;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}
body.rtl .bloc8 .line ,
body.rtl .bloc9 .line 
{ 
    right: 0; 
    left: auto; 
}
.bloc8 .contentbrochure {
    padding: 56px 4.5%;
    /*56px 80px;*/
    background: #F6FAF9;
}

.bloc8 .contentbrochure .content {
    position: relative;
    width: 400px;
}

.bloc8 h3.soustitlebrochure {
    font-family: "Heebo Medium";
    font-weight: 500;
    /* font-size: 28px; */
    /* font-size: 1.36rem; */
    font-size: clamp(14px, 1.36rem, 28px);
    line-height: 41px;
}

.bloc8 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    font-family: "Heebo";
    color: #23232383;
}

.bloc8 a {
    color: #00A6A6;
    font-weight: bold;
    font-size: .78rem;
}

 
.bloc8 a img {
    margin-inline-start: 16px;
}
body.rtl .bloc8 .content  a img,
body.rtl .bloc9 .brochureBody  a img
{
    transform: rotate(180deg);
}
.bloc8 .p2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    max-width: 50%;
    width: 100%;
    height: 100%;
}
body.rtl .bloc8 .p2 { 
    right: 50%; 
    left: 0; 
}

.bloc8 .p2 img {
    /* max-height: 568px; */
    box-shadow: 0px 0px 15px -1px rgb(0 0 0 / 10%);
    /* border-top-right-radius: 24px;
    border-bottom-left-radius: 24px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.videoOutilBilanCarbon {
    position: relative;
    height: 100%;
    width: 100%;
}
.videoOutilBilanCarbon .playpause {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    border-radius: 24px;

}
.bloc8 video {
    background-color: #161F3C;
    object-fit: contain; /*cover;*/
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 10%);
}
/* body.rtl .bloc2 h2 {
    padding-left: 0px;
    padding-right: 44px; 
} */



.bloc9 .brochureContainer {
    margin: 90px 7% 140px;
    position: relative;
}
.bloc9 .bloc9flex {
    display: flex;
    gap: 40px;
}
.bloc9 .brochureItem {
    flex: 1;
    background: #F9F9F9;
}
.brochureBody {
    padding: 31px;
}
.bloc9 h2.titlebrochure {
    font-weight: bold;
    font-family: Playfair Display;
    padding-inline-start: 44px;
    margin-bottom: 25px;
    position: relative;
}
.bloc9 h4.brochureDay {
    font-size: clamp(16px, .88rem, 18px);
    line-height: 24px;
    font-family: "Heebo";
    color: #23232383;
    margin-bottom: 10px;
}
.bloc9 h3.borchureTitre {
    font-size: clamp(14px,1.1rem, 30px);
    line-height: 35px;
    font-family: "Heebo Medium";
    color: #00142B;
    margin-bottom: 25px;
    font-weight: 500;
}
.bloc9 .brochureBody a {
    color: #00A6A6;
    font-weight: bold;
    font-size: .78rem;
}
.bloc9 a img {
    margin-inline-start: 16px;
}
.brochureHead img {
    height: 297px;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
}
@media screen and (min-width: 1367px) {
    .bloc3 .programFlex {
        /* margin-right: 10%; */
        margin-inline-end: 10%;
    }

    body:not(.rtl) .bloc3 .programNavs {
        right: 5%;
    }
    body.rtl .bloc3 .programNavs {
        left: 5%;
    }
    .owlStories {
        width: 80%;
    }

    .owlStories .prev {
        left: 10%;
    }

    .owlStories .next {
        right: 10%;
    }
}

@media screen and (min-width: 992px) {
    .hideLaptop {
        display: none !important;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
.bloc3 .programFlex {
        margin-inline-start: auto;
        margin-inline-end: 7%;
    }
    .bloc3 .programNavs {
        right: 2.5%;
    }
    body.rtl .bloc3 .programNavs {
        left: 2.5%;
        right: auto;
    }
    .bloc4 .detailEventItem {
        padding: 30px 50px;
    }

    .owlStories {
        width: 90%;
    }

    .owlStories .prev {
        left: 5%;
    }

    .owlStories .next {
        right: 5%;
    }
    .bloc3 #owlprogram img.programImage{
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .banner-container {
        padding: 0 32px;
    }

    .bloc2 {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .bloc3 {
        padding-top: 44px;
        gap: 40px;
    }
    .bloc3 .yellowelement {
        width: 50%;
    }


    .bloc4 .sideeventflex {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .bloc4 h2.titlebloc4 {
        position: relative;
        top: inherit;
        margin-left: 32px;
    }

    .bloc4 .p1 {
        padding: 0 32px;
        display: block;
        width: 100%;
        margin-bottom: -87px;
        z-index: 1;
    }

    .bloc4 .detailEventItem {
        padding: 120px 32px 83px;
        border-bottom-right-radius: 37px;
    }

    .bloc4 .sideeventNavs {
        width: calc(100% - 64px);
        gap: 88px;
        margin-top: 0;
    }

    .bloc4 button.next:before,
    .bloc4 button.prev:after {
        width: 70px;
    }

    .bloc4 {
        margin-bottom: 100px;
    }


    .bloc5 .bloc5head {
        margin-bottom: 32px;
        justify-content: flex-start;
        /* padding-left: 32px; */
        padding-inline-start: 32px;
    }

    .bloc5>p {
        padding: 32px;
        display: block;
        margin: 0;
        max-width: 100%;
    }

    .bloc5 .cd-single-point h2,
    .bloc5 .cd-single-point p {
        font-size: 14px;
    }

    .bloc6 {
        padding: 56px 0;
    }

    .owlStories .prev {
        left: 5%;
    }

    .owlStories .next {
        right: 5%;
    }

    #popupcop27 .modal-dialog {
        max-width: 90%;
    }

    .bloc8 {
        padding: 56px 0;
        background: #F6FAF9;
        margin: 0;
    }

    .bloc8 .bloc8flex {
        display: flex;
        flex-direction: column;
        margin: 0 32px 0 32px;
    }

    .bloc8 .bloc8flex h2 {
        order: 1;
    }

    .bloc8 .contentbrochure {
        order: 3;
        padding: 32px 0px;
    }

    .bloc8 .p2 {
        order: 2;
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        max-width: 100%;
        width: 100%;
    }
    body.rtl .bloc8 .p2 { 
        left: inherit; 
        right: inherit;
    }
    .bloc8 .p2 img {
        border-radius: 11px;
        width: 100%;
        margin: 0;
        max-height: 100%;
        /* border-radius: 24px; */
        object-fit: cover;
    }

    .bloc3 .programDaysResp {
        opacity: 1;
        visibility: visible;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .bloc3 .programDaysResp::-webkit-scrollbar {
        height: 7px;
      }
      
      /* Track */
      .bloc3 .programDaysResp::-webkit-scrollbar-track {
        background: #f1f1f1; 
      }
       
      /* Handle */
      .bloc3 .programDaysResp::-webkit-scrollbar-thumb {
        background: #22282642; 
      }
      
      /* Handle on hover */
      .bloc3 .programDaysResp::-webkit-scrollbar-thumb:hover {
        background: #555; 
      }
    .programDaysResp .day.active .number {
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        margin-top: -16px;
    }

    .programDaysResp .day.active .mois {
        font-size: 20px;
        line-height: normal;
    }

    .bloc3 .program-container {
        height: 511px;
        position: absolute;
        top: 180px; /*210px;*/
    }

    .bloc3 .programFlex {

        width: 100%;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column-reverse;
        padding: 0 32px;
        gap: 80px;
    }

    .bloc3 #owlprogramResp img.programImage {
        width: 100%;
        max-height: 415px;
        height: 415px;
    }

    div#owlprogramResp {
        margin-top: 50px;
    }

    .bloc3 .programNavs {
        position: relative;
        top: initial;
        transform: inherit;
        display: flex;
        flex-direction: row;
        gap: 60px;
        width: 100%;
        justify-content: center;
        margin-top: 48px;
    }

    .bloc3 .programNavs img {
        transform: rotate(270deg);
        filter: brightness(0);
    }
    body.rtl .bloc3 .programNavs img {
        transform: rotate(270deg) rotate(180deg); 
    }
    .bloc3 .programDots .dot {
        background: #232323;
    }

    .bloc3 .programDots {
        flex-direction: row;
    }

    .bloc3,
    .bloc3 .owl-stage-outer,
    .bloc3 .owl-stage,
    .bloc3 .owl-item,
    .bloc3 .programFlex,
    .bloc3 img.programImage {
        height: auto;
    }

    .bloc3mobile .owl-carousel,
    .bloc3mobile .owl-stage-outer {
        transition: height 100ms ease-in-out 0s;
    }

    .bloc3mobile .owl-item {
        height: 0;
    }

    .bloc3mobile .owl-item.active {
        height: auto;
    }

    .bloc8 .contentbrochure .content {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hideTablet {
        display: none !important;
    }

    .bloc2 .contentevent {
        margin-left: 20px;
    }

    .bloc2 p {
        margin-bottom: 15px;
    }

    h3.borchureTitre{
        line-height: 21px;
    }
}

@media screen and (max-width: 767px) {
    .hidePhone {
        display: none !important;
    }

    .allblocs {
        padding-top: 0;
    }

    .bloc2 .bloc2flex {
        width: 100%;
        padding: 0 32px;
        align-items: flex-start;
        flex-direction: column;
    }

    .bloc2 .bloc2flex img.imageevent {
        max-width: 100%;
        max-height: 421px;
        width: 100%;
        margin-bottom: 32px
    }

    .bloc2 .contentevent {
        margin-inline-start: 0;
    }

    .owlStories .owl-carousel {
        padding: 0 0px 0 0px;
    }

    .owlStories .prev,
    .owlStories .next {
        display: none;
    }

    h2.titlebloc6 {
        margin-bottom: 28px;
    }

    .bloc5 .cd-single-point>a {
        width: 20px;
        height: 20px;
    }
    .bloc9flex {
        flex-direction: column;
    }
    .bloc9 .brochureContainer {
        margin: 30px 32px 40px; 
    }
    .bloc3 .programNavs{
        gap: 40px;
    }
    .bloc3 .programNavs img { 
        width: 80%;
    }
 
    .bloc4 .sideeventNavs {
        width: calc(100% - 64px);
        gap: 70px;
        margin-top: 0;
    }

    .bloc4 button.next:before,
    .bloc4 button.prev:after {
        width: 50px;
    }
    .bloc8 h3.soustitlebrochure {
        line-height: 26px;
    }

    h2.cop27Title {
        font-size: 35px;
        margin-bottom: 0px; 
    }
    body.rtl h2.cop27Title {
        font-size: 16px;
    }
    h2.cop27Desc {
        margin-bottom: 20px;
    }
    button.dontshowitagain {
        position: relative;
        bottom: inherit; 
        right: inherit; 
        margin-top: 15px;
    }
}


@media screen and (max-width: 400px) {
    .bloc3 .programNavs img {
        width: 7px;
    } 
    .bloc3 .programDots { 
        gap: 4px;
    }
    .bloc4 .sideeventNavs {
        width: calc(100% - 15px); 
    }
    .bloc4 .sideeventNavs button { 
        padding: 0 10px;
    }
    
}