/* h1,h2,h3,h4,h5,h5 {
  letter-spacing: 1px;
} */

.bg-art {
    position: relative;
    /* background-color: #1f5793 !important; */
    /* background-image: url(../img/ensam_casa/bg-blue.png)  !important; */
    background: linear-gradient(rgb(31 87 147 / 65%), rgb(40 58 90 / 44%)) 0 0 /
            cover,
        url(../img/ensam_casa/bg-blue.png) center center / cover !important;
    /* background-size: contain !important; */
}

.bg-art h2 {
    color: #fff !important;
}

.bg-art .divider.divider-primary.divider-small hr {
    background: #fff !important;
}

.bg-art .btn-outline.btn-primary {
    border-color: #fff;
    color: #fff;
}

.bg-art .btn-outline.btn-primary:hover {
    background-color: #818285;
    border-color: #818285;
}

.bg-art .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.bg-art .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
    color: #fff !important;
}

/* .bg-art .box-image span {
 background-color: #8e8c8d;
} */

/* .bg-art::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 280px;
    height: 295px;
    background: url(../img/ensam_casa/shape-right-top.png) no-repeat;
}

.bg-art::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 295px;
    background: url(../img/ensam_casa/shape-left-bottom.png) no-repeat;
} */

#header .header-container {
    height: 100px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #394047;
    margin-bottom: 15px;
}

.about .icon-box {
    margin-top: 40px;
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #b9d4ec;
    border-radius: 50px;
    transition: 0.5s;
}

.about .icon-box .icon i {
    color: #428bca;
    font-size: 32px;
}

.about .icon-box:hover .icon {
    background: #428bca;
    border-color: #428bca;
}

.about .icon-box:hover .icon i {
    color: #fff;
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.about .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.about .icon-box .title a:hover {
    color: #428bca;
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

.about .video-box {
    background: url("../img/video.webp") center center no-repeat;
    background-color: #f4f4f4;
    background-size: cover;
    min-height: 500px;
    border-radius: 15px;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(66, 139, 202, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
    border-left: 15px solid #428bca;
    transform: scale(20);
}

.about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.parallax-background {
    background-size: auto !important;
}

html .scroll-to-top {
    bottom: 20px;
    background-color: #1f5793;
    color: #fff;
}

/* .owl-dots {
    position: absolute;
    top: -40px;
  } */

.custom-carousel-box-shadow-1:before {
    box-shadow: none;
}

.box-image {
    position: relative;
}

.box-image img {
    margin-bottom: 20px;
    border-radius: 10px;
}

.box-image span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: 35px;
    background-color: #1f5793;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
}

.box-image span.bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
}

@media (min-width: 992px) {
    .owl-carousel.nav-outside .owl-nav button.owl-next {
        right: 0;
    }

    .owl-carousel.nav-outside .owl-nav button.owl-prev {
        left: -30px;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #1f5793;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1f5793;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#header .header-nav.header-nav-stripe nav > ul > li > a {
    padding: 0 9px;
}

.bg-block .card-body {
    background-color: #f4f4f4;
}

/* .bg-block .box-image span {
  background-color: #909090;
} */

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
    overflow: hidden;
    border-radius: 5px;
    background-color: #f4f4f4;
    height: 100%;
}

.team .team-member .member-img {
    position: relative;
    overflow: hidden;
}

.team .team-member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .team-member .social a {
    background-color: #f4f4f4;
    color: #121212;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    transition: ease-in-out 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.team .team-member .social a:hover {
    color: var(--background-color);
    background: var(--accent-color);
}

.team .team-member .social i {
    font-size: 18px;
    line-height: 0;
}

.team .team-member .member-info {
    padding: 25px 15px;
}

.team .team-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.team .team-member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
    opacity: 1;
    bottom: 15px;
}

.custom-icon-box-style-1:hover i {
    color: #fff;
    z-index: 9;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog {
    padding-top: 0;
}
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    /* overflow: hidden; */
    position: relative;
    padding: 40px;
    padding-bottom: 70px;
    background-color: #1f5793;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    min-height: 260px;
    height: 260px;
}
.blog .blog-details .post-img .post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #428bca;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.blog .blog-details .title {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: #fff;
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details h2 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.blog .blog-details span {
    font-size: 17px;
    font-weight: 600;
}
.blog .blog-details span i {
    color: #049d17;
}

.blog .blog-details p {
    color: var(--default);
    line-height: 26px;
    margin-bottom: 10px;
}

/* .blog .blog-details ul {
     list-style: none;
  }
   */
.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(82, 86, 94, 0.06);
    padding: 10px 15px;
    position: relative;
    margin: 20px 0;
}
.blog .blog-details .content blockquote h3 {
    margin-top: 0;
}
.blog .blog-details .content blockquote ul {
    list-style: none;
    margin: 10px 0;
}
.blog .blog-details .content blockquote ul.sous li {
    padding: 0;
}
.blog .blog-details .content blockquote ul.sous li i {
    position: relative;
    font-size: 15px;
    color: #909090;
}
.blog .blog-details .content blockquote p {
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-primary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li + li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: #e8e8e8;
}

.blog .blog-details .meta-top a {
    color: #c3c3c3;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
    color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #838893;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(82, 86, 94, 0.8);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li + li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-secondary);
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(82, 86, 94, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0;
}
.blog .accordion-list {
    margin-top: 20px;
}
.blog .accordion-list ul.accor {
    padding: 0;
    list-style: none;
}

.blog .accordion-list ul.accor li + li {
    margin-top: 15px;
}

.blog .accordion-list ul.accor li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.blog .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.blog .accordion-list span {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.blog .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.blog .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.blog .accordion-list .icon-show {
    display: none;
}

.blog .accordion-list a.collapsed {
    color: #343a40;
}

.blog .accordion-list a.collapsed:hover {
    color: #47b2e4;
}

.blog .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.blog .accordion-list a.collapsed .icon-close {
    display: none;
}

.blog .sticky-info {
    position: sticky;
    top: 90px;
}
.blog .btn-formation a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 15px;
    transition: 0.5s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}
.blog .btn-formation a i {
    font-size: 18px;
}
.blog .btn-formation a.btn-add {
    color: #25aaf4;
    border: 2px solid #25aaf4;
}
.blog .btn-formation a.btn-add:hover {
    color: #fff;
    background-color: #25aaf4;
}
.blog .btn-formation a.btn-dow {
    color: #909090;
    border: 2px solid #909090;
}
.blog .btn-formation a.btn-dow:hover {
    color: #fff;
    background-color: #909090;
}
.blog .btn-formation h4 {
    font-size: 28px;
    color: #25aaf4;
    text-align: center;
}
.blog .btn-formation h4 span {
    font-size: 14px;
    color: #121212;
    text-decoration: line-through;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right span {
    left: -8px;
    top: 30px;
    transform: rotate(45deg);
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.ribbon::after,
.ribbon::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 210px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: capitalize;
    text-align: center;
    background-color: #909090;
}

.inf-sup {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 20px;
}

.block-01 span {
    font-size: 15px;
    float: left;
}

.block-01 h5 {
    font-size: 15px;
    text-align: right;
    font-weight: 500;
    position: relative;
    top: 4;
}

.nos-references .card-img {
    background: #f4f4f4;
    margin-bottom: 40px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
}

.nos-references .card-img img {
    width: 100%;
    height: auto;
    transition: 0.4s ease-in-out;
}

.hed_bg {
    overflow: hidden;
}

.hed_bg::before {
    content: "";
    position: absolute;
    width: 318px;
    height: 331px;
    background: url(../img/ensam_casa/bg-header.png) no-repeat;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .about .video-box {
        border-radius: 0;
    }
    #header .header-nav.header-nav-stripe nav > ul > li > a {
        padding: 10px 10px;
    }
}

@media (min-width: 769px) {
    .hed_bg::before {
        top: 0;
        right: 5%;
    }
}

@media (max-width: 768px) {
    .hed_bg::before {
        top: 23px;
        right: -5%;
    }
    .agenda .parallax-background {
        background-image: none !important;
    }
    .bg-art::after,
    .bg-art::before {
        content: none;
    }
}

@media (max-width: 375px) {
    .hed_bg::before {
        content: none;
    }
    .card-body {
        padding: 10px;
    }
}

.progress-form {
    background-color: #f6f6f6;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0, 0, 0, 10%), 0 1px 2px -1px rgb(0, 0, 0, 10%);
}

/* Tabs
   ========================================================================== */

.progress-form__tabs {
    column-gap: 0;
    /* justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto; */
}

@media only screen and (min-width: 640px) {
    .progress-form__tabs {
        column-gap: 0.2rem;
    }
}

.progress-form__tabs-item {
    --button-background-color: transparent;
    --button-border-width: 5px;
    --button-border-style: solid;
    --button-border-color: #ccc;
    --button-border: var(--button-border-width) var(--button-border-style)
        var(--button-border-color);
    --button-border-radius: 0;
    --button-height: 1.4;
    --button-text-align: left;
    --button-text-color: hsl(var(--blue-900));
    --button-text-font-size: 1.4rem;
    --button-text-letter-spacing: 0.025em;
    --button-text-shadow: none;

    background-color: var(--button-background-color);
    border: 0;
    border-top: var(--button-border);
    border-radius: var(--button-border-radius);
    color: #1f5793;
    display: none;
    font-size: var(--button-text-font-size);
    letter-spacing: var(--button-text-letter-spacing);
    line-height: var(--button-height);
    position: relative;
    text-align: var(--button-text-align);
    text-shadow: var(--button-text-shadow);
    transition: color 0.2s ease-in-out;
    white-space: normal;
    width: 33.33%;
}

@media (max-width: 768px) {
    .progress-form__tabs-item {
        width: 100%;
    }
}

.progress-form__tabs-item:active {
    transform: none;
}

.progress-form__tabs-item:hover,
.progress-form__tabs-item:focus {
    background-color: inherit;
    color: inherit;
}

.progress-form__tabs-item::before {
    background-color: #1f5793;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    transition: width 0.2s ease-in-out;
    width: 0;
}

.progress-form__tabs-item > .step {
    color: #b5b5b593;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
}

@media only screen and (min-width: 640px) {
    .progress-form__tabs-item {
        display: block;
    }
}

/* --- Current Step --- */

.progress-form__tabs-item[aria-selected="true"] {
    display: block;
}

.progress-form__tabs-item[aria-selected="true"]::before {
    width: 50%;
}

.progress-form__tabs-item[aria-selected="true"] > .step {
    color: #1f5793;
}

/* --- Disabled Step --- */

@media only screen and (min-width: 640px) {
    .progress-form__tabs-item[aria-disabled="true"] {
        --button-background-color: transparent;
        --button-text-color: #1f5793;

        background-color: var(--button-background-color);
        color: #b5b5b5;
    }
}

/* --- Completed Step --- */

.progress-form__tabs-item[data-complete="true"]::before {
    width: 100%;
}

.progress-form__tabs-item[data-complete="true"] > .step {
    color: #1f5793;
}

.box-formation {
    padding: 20px;
    border: 2px solid #1f5793;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 15px;
}

.box-formation h3 {
    margin-bottom: 0;
    color: #5587be;
}

.box-formation:hover,
.box-formation.active {
    background-color: #1f5793;
}
.box-formation:hover h3,
.box-formation.active h3 {
    color: #fff;
}

.agenda_box {
    padding: 20px;
    background: #eaeaea;
    border-radius: 10px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

.header-top {
    background-color: #1f5793;
}

#header {
    width: 100%;
}

#header .header-nav-top .nav > li > a,
#header .header-nav-top .nav > li > span {
    color: #fff;
}

/* #header .header-nav-main {
  height: 45px !important;
} */

.header-top {
    background-color: #1f5793;
}

/* #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span {
  color: #fff;
}

#header .header-nav.header-nav-stripe nav>ul>li {
  margin: 0 5px;
  background-color: #1f5793;
}

#header .header-nav.header-nav-stripe nav>ul>li>a {
  color: #fff;
}

#header .header-nav {
  align-self: auto;
} */

#header .header-nav-top .nav > li > a i,
#header .header-nav-top .nav > li > span i {
    color: #fff;
}

#header .header-top.header-top-borders .nav-item-borders {
    border-color: #fff;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #1f5793;
    }
}

.slider-img {
    width: 300px;
    height: 422px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.slider-img img {
    width: 100%;
    height: auto;
}

.hero-section {
    height: 470px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 50px;
    height: 7px;
    border-radius: 0;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
    .owl-nav
    button[class*="owl-"] {
    color: #121212 !important;
    font-size: 30px;
    background-color: transparent !important;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.f-image {
    width: 40%;
    height: auto;
    float: right;
    border: 5px solid #fff;
    position: relative;
    top: 0;
}

.f-image img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
    }

    .slider-img {
        margin-top: 30px;
    }
}

.block-02 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.block-02 a {
    cursor: pointer;
}

.block-02 a img {
    width: 25%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.block-02 a h6 {
}

section.section-secondary {
    background-color: #818285 !important;
    border-color: #818285 !important;
}

#header .header-social-icons {
    top: 4px;
    position: relative;
}

#header .social-icons li a {
    background-color: #fff;
}

@media (max-width: 992px) {
    .f-image {
        height: auto;
        top: 0;
    }
}

@media (max-width: 495px) {
    .blog .blog-details .post-img {
        padding: 20px;
    }
    .f-image {
        width: 100%;
        margin-bottom: 20px;
    }
}

.animate {
    animation: zoomInOut 3s infinite;
    color: #fff;
}

@keyframes zoomInOut {
    0%,
    100% {
        font-size: 18px; /* Taille initiale et finale */
        color: #fff;
    }
    50% {
        font-size: 20px; /* Taille au point médian (zoom in) */
        color: #f8a12d;
    }
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 16px;
    color: #121212;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background-color: #eca522;
    color: #fff;
}

/* #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li li:hover>a {
  background-color: #f9b153;
  color: #fff;
} */

#blog ul li,
.blog .blog-details p {
    color: #121212;
}

#blog strong {
    font-size: 18px;
    font-weight: 700;
    color: #a93b3b;
}

h2,
h3 {
    color: #a93b3b;
}

#header
    .header-nav-main.header-nav-main-square
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    background-color: #f2f2f2;
}

#header
    .header-nav-main.header-nav-main-square
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu
    ul {
    background-color: #fdfdfd;
}

.form__error-text {
    color: red;
}

ul.tags li,
ul.tags li i {
    color: #1f5793 !important;
    font-weight: 600;
}

.bg-news-img {
    position: absolute;
    z-index: 999;
    top: -80px;
    padding: 20px;
}

.bg-news-img img {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.bg-news img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(1.05);
    }
}

.animate {
    animation: zoomInOut 3s infinite;
    color: #fff;
}

.gallery img {
    width: 100%;
    height: 200px; /* ou 150px, selon ce que tu veux */
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.gallery-item {
    margin-bottom: 20px;
}

.pr img {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.se_connect {
    padding: 10px;
    font-size: 15px;
    color: #121212;
    text-decoration: none;
}

.languageSelect {
    border: none;
    outline: none;
    background-color: transparent; /* optionnel, si tu veux le fond clair */
    box-shadow: none;
    appearance: none; /* enlève le style natif du navigateur */
    padding: 0.375rem 0.75rem;
}

.languageSelect:focus,
.languageSelect:hover {
    border: none;
    outline: none;
    box-shadow: none;
}

.sup {
    position: relative;
    top: 10px;
}

.bg-logo {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
}

iframe {
    width: 100%;
    height: 250px;
    border: 8px !important;
}

.newsleter input {
    width: 400px;
    margin-right: 10px;
}

.newsleter button span {
    color: #fff;
    position: relative;
    z-index: 1;
}

#header .header-nav-main nav > ul > li > a {
    color: #121212;
}

#footer {
    background: #101a40;
}

#footer .footer-copyright p,
#footer p,
#footer li,
#footer a:not(.btn):not(.no-footer-css),
#footer span {
    color: #fff;
}
.bg-color-light,
.bg-light {
    background-color: #fff !important;
}
h3 {
    color: #121212;
}

html .scroll-to-top {
    background: #eca522;
}

.blog .blog-details .post-img {
    background-color: #101a40;
}

.blog .blog-details .post-img .post-date {
    background: #eca522;
}

#blog strong {
    color: #121212;
}

.progress-form__tabs-item::before {
    background: #2385c6;
}

.progress-form__tabs-item,
.progress-form__tabs-item[aria-selected="true"] > .step {
    color: #2385c6;
}

.members span {
    font-size: 18px;
    color: #121212;
    font-weight: 600;
}

.dropdown-toggle::after {
    content: none;
}

/* .counter {
  padding: 20px;
  background-color: #2385c6;
  margin-bottom: 20px;
} */

.agenda-article {
    padding: 10px;
    background-color: #2385c6;
    margin-bottom: 20px;
}

body.arabic {
    direction: rtl;
    font-family: "Cairo", sans-serif;
}

.arabic .custom-header-top-nav-background::before {
    left: 0;
    right: auto;
    transform: skewX(25deg);
}

.arabic .custom-header-top-nav-background::after {
    left: -7px;
    right: auto;
    transform: skewX(25deg);
}
/* .header-body {
      z-index: 111111;
        background: white !important;
} */

.arabic .header-body .pe-5 {
    padding-right: 0;
    padding-left: 3rem !important;
}

.arabic .header-body .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.social-icons {
    text-align: center;
}

.arabic .newsleter input {
    margin-right: 0;
    margin-left: 10px;
}

:root {
    --primary: #eca522;
    --dark: #2385c6;
    --primary--300: #ffce74;
}

.arabic .f-image {
    float: left;
}

.arabic .block-01 {
    display: inline-block;
    width: 100%;
}

.arabic .block-01 span {
    float: right;
    text-align: right;
    direction: rtl;
}

.arabic .block-01 h5 {
    text-align: left;
    direction: rtl;
    float: left;
}

.image-container {
    position: relative;
    display: inline-block;
}

/* .bg-news-img::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 60px;
    width: 60px;
    height: 60px;
    background-image: url(../img/PIN.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
} */

/* .bg-slides {
  background: linear-gradient(to left top,  #eca522 40%,  #2385c6 60% ) !important;
} */

.bg-slides {
    /* height: 400px; */
    /* background-image:  linear-gradient(to right, #2385c6 30%, rgba(35, 133, 198, 0.5) 70%), url(../img/bg-test.jpg) !important; */
    /* background-image:  linear-gradient(to right, #101a40 30%, rgb(26 35 70 / 53%) 70%), url(../img/bg-test.jpg) !important; */
    /* background-image:  linear-gradient(to right,  rgb(26 35 70 / 53%) 70%), url(../img/bg-test.jpg) !important; */

    /* background: linear-gradient(rgba(35, 133, 198, 0.5), rgba(35, 133, 198, 0.5)), url(../img/bg-test.jpg) !important; */
    background-size: cover, cover !important;
    background-position: left, right !important;
    background-repeat: no-repeat, no-repeat !important;
}

.arabic .recent-posts .date .month {
    top: 1px;
}

.arabic .custom-accordion-style-1 > .card .card-header a::after {
    right: auto;
    left: 25px;
}

.hero-bg {
    position: relative;
    top: 165px;
    /* height: calc(90vh - 170px); */
    height: 80vh;
}
.custom-dots-style-1 .owl-dots, .custom-dots-style-2 .owl-dots
{
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.carousel-control-next,
.carousel-control-prev {
    top: 30% !important;
    color: white !important;

    width: 40px;
    height: 40px;
    background: #2c3b3b;
    border-radius: 50%;
    margin: auto;
}
.carousel-control-next {
    right: 50px;
}
.carousel-control-prev {
    left: 50px;
}

#header {
    position: absolute;
    top: 0;
}

.header-top,
.header-body,
.header-effect-shrink {
    background: transparent !important;
}

.se_connect,
.sup,
.dropdown button {
    /* color: #fff !important; */
    font-weight: 600;
}

#header .header-nav-main nav > ul > li > a {
    /* color: #fff !important; */
}

.right-bg {
    left: auto;
    right: 0;
    background-color: #eca522;
}

.arabic .right-bg {
    left: 0;
    right: auto;
}

.style-switcher-open-loader {
    top: 196px !important;
}
.envato-buy-redirect,
.demos-redirect {
    top: 238px !important;
}
.demos-redirect {
    top: 280px !important;
}

.fb-side {
    top: 196px !important;
}

.header-logo {
    margin: 0;
}
.logo_dark {
    display: none;
}

.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #121212 !important;
}

.sticky-header-active .logo_dark {
    display: block;
}

.sticky-header-active .logo_white {
    display: none;
}

.sticky-header-active .header-body {
    background: #fff !important;
}

.international {
    position: relative;
    padding-top: 80px;
    margin-bottom: 60px;
}

.sectionTitle {
    position: relative;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    z-index: 2; /* pour s'assurer qu'il est au-dessus du ::before */
}

.international span {
    width: 200px;
    height: 4px;
    background-color: #121212;
    margin: 10px auto;
}

/* Décoration derrière le titre */
.sectionTitle::before {
    content: attr(data-deco);
    color: hsla(0, 0%, 100%, 0.15);
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-40px);
    z-index: 1; /* derrière le vrai titre */
    pointer-events: none; /* pour ne pas interférer avec les clics */
    width: 100%;
}

.AVIS .sectionTitle::before {
    font-size: 30px;
}
.bg-light-title::before {
    color: hsl(0deg 0% 47.51% / 15%);
}

section.section.section-angled .section-angled-layer-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 48px 0;
    padding: 3rem 0;
    transform: skewY(-3deg) translate3d(0, -50%, 0) !important;
}

section.section.section-angled .section-angled-layer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 48px 0;
    padding: 3rem 0;
    transform: skewY(3deg) translate3d(0, 50%, 0) !important;
}

.overlay::before {
    background: #101a40;
}

.custom-angled {
    background: #101a40 !important;
}

.custom-angled .card-body {
    background: #696969 !important;
}

.custom-angled .card-body p,
.custom-angled .international h3,
.custom-angled .card-body h4 {
    color: #fff !important;
}


.owl-item {
    padding: 10px;
    background-color: #fff;
}

.arabic .owl-item {
    margin-right: auto !important;
    margin-left: 10px !important;
}

/* .owl-nav {
    display: none !important;
} */

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] span {
  display: none;
}

.arrow-avis {
    position: relative; /* Nécessaire pour positionner le ::before */
}

.arrow-avis::before {
    /* content: ""; */
    position: absolute;
    top: 60%; /* Centre verticalement */
    left: 30%;
    transform: translateY(-50%);

    width: 100%; /* ou un width fixe si besoin */
    height: 100px; /* ou auto si l’image s’adapte bien */

    background-image: url("../img/fpbm/2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    z-index: 10;
    pointer-events: none; /* pour ne pas bloquer le clic */
}

.arabic .arrow-avis::before {
    content: "";
    position: absolute;
    top: 60%; /* Centre verticalement */
    left: auto;
    right: 30%;
    background-image: url("../img/fpbm/1.png");
}

.page-header-modern {
    background-color: #101a40 !important;
}

.btn-primary:hover,
.btn-primary.hover {
    border-color: #2385c6 !important;
    background-color: #2385c6 !important;
}

.avis-section {
    margin-top: -80px;
}
.AVIS {
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .avis-section {
        margin-top: 100px;
    }
    .arrow-avis::before {
        content: none;
    }

    .AVIS .sectionTitle::before {
        font-size: 50px;
    }
    .AVIS h3 {
        font-size: 2.5em !important;
    }
    .AVIS {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .sectionTitle::before,
    .AVIS .sectionTitle::before {
        font-size: 30px;
    }
    .sectionTitle,
    .AVIS h3 {
        font-size: 2.3em !important;
    }
    .counter {
        margin-bottom: 30px;
    }

    #header .header-nav-main nav > ul > li > a {
        color: #121212 !important;
    }
}

.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
    bottom: -1px;
}

.counters .counter i {
    margin-bottom: 20px;
}

/* slider home css */
.hero-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slider-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Navigation buttons styling */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

/* Pagination styling */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.card-body.p-4{
    /* height: 190px; */
}
.owl-carousel .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.owl-carousel .owl-item {
    display: flex !important;
    align-items: stretch !important;
}

.owl-carousel .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.owl-carousel .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* global  */
/* === Reusable equal-height cards CSS === */
.equal-height-cards > .owl-stage,
.equal-height-cards > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Columns inside rows */
.equal-height-cards > .row > [class*="col-"] {
    display: flex;
}

/* Cards fill column height */
.equal-height-cards .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Card body stretches */
.equal-height-cards .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Optional: unify image heights */
.equal-height-cards .card-img-top img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.page-header.page-header-modern.page-header-lg {
    margin-top: 70px !important;
}

.role_bloc  {
    background-color: #eca52287;
    padding: 5px;
    position: relative;
    text-align: center;
    color: #fff;
}

.role_bloc span{
    font-weight: bold;
    font-size: 16px;
}

.card-img-user {
    height: 200px;
    overflow: hidden;
}

.card-img-user img{
    width: 100%;
    height: auto;  
}

.new_post  {
    position: absolute;
    top: 21px;
    left: 49PX;
}

.new_post  h6{
 color: #fff;
 font-size: 16px;
 /* font-weight: bold; */
 background-color: #f8a12d;
 padding: 5px 10PX;
 border-radius: 10px;
}
.animate-hide-show {
    display: inline-block;
    animation: HideShow 2s ease-in-out infinite;
}

@keyframes HideShow {
    0% {
        opacity: 0;
        transform: scale(0.9);
        color: #fff;
        
    }
    50% {
        opacity: 1;
        transform: scale(1.18); /* Zoom */
        color: #f8a12d;
       
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
        color: #fff;
       
    }
}


