.logo-default{
    max-width: 130px;
    position: relative;
    top: 11px;
    margin-bottom: 10px;
}
.header-wrap .logo {
    margin-top: 0;
    text-align: center;
}
.align-center{
    align-self: center;
}
.video-container {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 535px;
    overflow: hidden;
}
.video-container video {
   /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
   /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
   /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay {
    background-image: linear-gradient(to bottom right, #005eab99, #f2000085);
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 15% 32px;
    line-height: 1.5;
    text-align: center;
}
.about-wrap .title h1 {
    font-size: 30px;
    color: #000;
}
.overlay :last-child {
    margin-bottom: 0;
}
.overlay h1 {
    font-size: 32pt;
    font-weight: bold;
    text-shadow: 0 0 0.3em #000;
    margin: 0 0 1em;
    color: #fff;
}
.overlay p {
    font-size: 11pt;
    text-shadow: 0 0 0.3em #000;
    margin: 1em 0;
    color: #fff;
}
.overlay a {
    color: #fff;
}
.unorderList{
    justify-content: center;
}
.categories-course{
    height: 100%;
    width: 100%;
    padding: 5px;
}
.class-wrap h3 {
    position: relative;
    min-height: 50px;
    text-align: center;
}
.edu_icon {
    width: 260px;
    height: 56px;
    line-height: 85px;
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
    display: table;
}
.edu_icon img{
    width: auto;
    height: auto;
}
.class-wrap h3 {
    position: relative;
    min-height: 45px;
    text-align: center;
}
.class-wrap p{
    text-align: justify;
}
.choice-wrap p {
    color: #000;
    font-size: 20px;
    padding: 0 115px;
    line-height: 30px;
}
.class-wrap {
    background: url(../images/bg_service.jpg) no-repeat top;
    background-size: cover;
    padding: 70px 0;
}
.video {
    background: url(../images/poster.jpg) no-repeat top;
    background-size: cover;
    padding: 200px 0;
    border: 14px solid #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 12%);
}
.playbtn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    /* background: #f20000; */
    animation: none;
}
.playbtn a:hover::before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffffa8;
    -webkit-animation: pulse-border 1200ms ease-out infinite;
    animation: pulse-border 1200ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
    -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity:1;
    background: #f20000;
    }
    100% {
    -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity:0.2;
    background: #ffffffa8;
    }
  }
.playbtn a span {
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #005eab;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.title h1{
    color: #2e5dab;
}
.form-group .btn{
    background: #2e5dab;
}
.clubs_activites-crap{
    padding: 60px 0;
    text-align: center;
}
.clubs_style img{
width: auto;
height: auto;
}
/* .clubs_content{
    bottom: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    right: auto;
    text-align: center;
    padding: 14px;
    margin: 0;
    z-index: 9;
    background-color: rgb(226 12 12 / 80%);
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
} */
.clubs_content h4{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.clubs_activites-crap .title{
margin-bottom: 40px;
}
.pointer{
    cursor: pointer;
}
.clubs_activites-crap .modal-body{
    background-color: #2e5dab;
}
.clubs_activites-crap .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
.clubs_activites-crap .modal{
    top: 25%;
}
.content_overlay_ p{
    color: #fff;
    font-size: 20px;
}
.clubs_activites-crap button.close{
    color: #fff;
}
.footer_icon a img{
    width: 32px;
    height: 32px;
}
.social-icons ul li:nth-child(2) a {
    background: none;
    border-color: transparent;
}
.social-icons ul li:nth-child(3) a {
    background: none;
    border-color: transparent;
}
.footer_icon ul li {
    display: inline-block;
    margin-right: 3px;
}

.videotheque h5 {
    color: #2e5dab;
    font-size: 48px;
    margin: 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-align: center;
    margin-top: 6%;
    /* margin-bottom: 5%; */
}
.bg_color_phototheques{
    background-color: #eff0ec;
}
#galerie{
    padding-top: 0 !important;
}
/* .videotheque .video1{
    padding: 15px;
} */
.videotheque .video1 {
    padding: 0px;
}
#button_top {
    display: inline-block;
    background-color: #005eab;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button_top::after {
    content: "";
    background: url(../images/fleche-vers-le-bas-pour-naviguer.png) no-repeat;
    width: 23px;
    height: 100%;
    top: 12px;
    right: 5px;
    position: absolute;
    display: inline-block;
}
  #button_top:hover {
    cursor: pointer;
    background-color: #f20000;
  }
  #button_top:active {
    background-color: #f20000;
  }
  #button_top.show {
    opacity: 1;
    visibility: visible;
  }
  .button__inscription{
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;
    display: inline-block;
    color: #fff !important;
    background: #005eab;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 10px;
  }
  .button__inscription:hover{
    background-color: #f20000;
    color: #fff;
  }
  .navbar-light .navbar-nav .button__inscription .nav-link {
    padding: 15px 15px;
    color: #fff !important;
    /* display: contents; */
}
.navbar-light .navbar-nav .button__inscription .nav-link:hover{
    background-color: transparent;
    color: #fff;
}
.modal_victoria .modal_pc {
    display: block;
    width: 100%;
    height: auto;
}
.modal_victoria .modal_mobile {
    display: none;
    width: 100%;
    height: auto;
}
.modal_victoria button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 10px;
    top: 0;
}
.modal_victoria .modal-body {
    padding: 0;
}
.videotheque .playbtn a {
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    background: #ffffffa8;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    position: absolute;
    top: 30%;
    left: 40%;
}
.mg_bottom_video {
    margin-bottom: 25px;
}
.home-demo .owl-nav button {
    font-size: 16px;
    color: #2e5dab;
    border: 2px solid #2e5dab;
    background: none;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.home-demo .owl-prev {
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -24px;
}
.home-demo .owl-next {
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -24px;
}
.home-demo .owl-nav i {
    font-size: 30px;
}
.home-demo .owl-nav i {
    font-size: 30px;
}
/* .address-icon .fa-phone-alt:before {
    content: "\f879";
    line-height: 65px;
}
.address-icon .fa-envelope:before {
    content: "\f0e0";
    line-height: 65px;
}
.address-icon .fa-clock:before {
    content: "\f017";
    line-height: 65px;
}
.address-icon .fa-map-marker-alt:before {
    content: "\f3c5";
    line-height: 65px;
} */
.edu_list li:nth-child(1) .edu_icon {
    background: transparent;
}
.edu_list li:nth-child(2) .edu_icon {
    background: transparent;
}

button.wh-ap-btn {
	outline: none;
    width:  60px;
    height:  60px;
    border:  0;
    background-color: #2ecc71;
    padding:  0;
    border-radius:  100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor:  pointer;
    transition:  opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
    content: '';
    background-image: url('//i.imgur.com/cAS6qqn.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 48%;
    width:  100%;
    height:  100%;
    display:  block;
    opacity: 1;
}

button.wh-ap-btn:hover {
    opacity:  1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.wh-api {
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 1000;
    cursor: pointer;
}

.wh-fixed {
    margin-left:  15px;
    margin-bottom:  15px;
}

.wh-fixed>a {
    display:  block;
    text-decoration:  none;
}
/* button.wh-ap-btn::before {
    content: 'Whatsapp';
    display:  block;
    position:  absolute;
    margin-left: 70px;
    margin-top: 16px;
    height: 25px;
    background-color:  #333;
    color:  #fff;
    border-radius:  3px;
    width:  0;
    opacity:  0;
    padding:  0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top:  7px;
} */

.wh-fixed>a:hover button.wh-ap-btn::before {
    opacity:  1;
    width:  auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width:  80px;
}
.video-container{
    z-index: 1;
}
.our-course-categories-two{
    z-index: 1;
    margin-top: 130px;
}
.about-wrap{
    z-index: 1;
}
.class-wrap{
    z-index: 1;
}
.choice-wrap{
    z-index: 1;
}
.video-wrap{
    z-index: 1;
}
.clubs_activites-crap{
    z-index: 1;
}
.gallery-wrap{
    z-index: 1;
}
.choice-wrap{
    z-index: 1;
}
.footer-wrap{
    z-index: 1;
}
.categories_wrap{
    z-index: 1;
}
._mobile{
display: none;
}
._pc{
    display: block;
}
.gallery-wrap_{
    z-index: 1;
    position: relative;
    background: url(../images/gallery-bg.jpg) no-repeat top;
    background-size: cover;
    /* padding: 60px 0; */
}
.navbar-light .navbar-nav .nav-link {
    padding: 34px 12px;
    font-size: 13px;
}
.navbar-nav li {
    position: relative;
    align-content: center;
}
.hover_div{
    transform: scale(1);
}
.hover_div:hover{
    transform: scale(1.1);
    transition: all 0.7s;
    /* visibility: visible; */
    /* animation-duration: 0.5s;
    animation-delay: 0.9s; */
    /* animation-name: uphov; */
}
@keyframes uphov {
    0% {
        -webkit-transform: scale(0.90);
        -moz-transform: scale(0.90);
        -o-transform: scale(0.90);
        transform: scale(0.90);
    }
  
    50% {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.readmore_video a{
    background-color: #2e5dab !important;
}
.readmore_video{
    cursor: pointer;
}
.video_show{
    display: none;
}
.playbtn a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000000;
    background-color: #fff;
    -webkit-animation: sticky_animation 2s;
    animation: sticky_animation 2s;
}
#galerie .owl-dots{
    display: none !important;
}
.phototheque h5 {
    color: #2e5dab;
    font-size: 48px;
    margin: 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0;
}
.fancybox-container{
    z-index: 99999999999999999999;
}
.carousel{
    width:90%;
    margin:0px auto;
  }
  .slick-slide {
    margin: 10px;
    padding: 0;
}
  .slick-slide img{
    width:100%;
    border: 2px solid #fff;
  }
  .wrapper .slick-dots li button:before {
    font-size:20px;
    color: #eff0ec;
  }
  .slick-prev:before, .slick-next:before{
    font-size: 70px;
    line-height: 1;
    opacity: 1;
    color: #eff0ec;
  }
  .slick-prev {
    left: -80px;
}
.wrapper .slick-dots li button:before{
    color: #eff0ec;
}
.wrapper .carousel img{
    width: auto;
}
.carousel_video .slick-arrow{
    font-size: 16px;
    color: #2e5dab;
    border: 2px solid #2e5dab;
    background: none;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    transition: all 0.5s;
}
.carousel .slick-arrow{
    font-size: 16px;
    color: #2e5dab;
    border: 1px solid #2e5dab;
    background: #E1F9F7;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    transition: all 0.5s;
}
.carousel_video .owl-prev {
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -24px;
}
.carousel_video  .owl-next {
    position: absolute;
    right: -65px;
    top: 50%;
    margin-top: -24px;
}
.carousel .owl-prev {
    position: absolute;
    left: -65px;
    top: 50%;
    margin-top: -24px;
}
.carousel  .owl-next {
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -24px;
}
.carousel_video .slick-arrow i {
    font-size: 30px;
}
.carousel .slick-arrow i {
    font-size: 30px;
}
.slick-prev:hover:before, .slick-next:hover:before{
    transform: scale(1.6);
    transition: all 0.5s;
    color: #005eab;
    font-size: 80px;
}
.carousel_video .slick-arrow:hover{
    transform: scale(1.6);
    color: #ffb607;
    border: 2px solid #ffb607;
    font-size: 31;
}
.carousel .slick-arrow:hover{
    transform: scale(1.6);
    color: #ffb607;
    border: 2px solid #ffb607;
    font-size: 31;
}
.space___around{
    justify-content: space-around;
}
.pd__0{
    padding: 0;
}
/* .categories-course{
    width: 250px;
} */
/* .mg_left_right_start{
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
}
.mg_left_right{
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
} */
.galleryImg {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 5px;
}
@keyframes sticky_animation{
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
#slideshowhome .slider {
    position: relative;
    overflow: hidden;
    height: 82vh;
    width: 100%;
}
#slideshowhome .slider img{
    width: auto;
    height: auto;
}
#slideshowhome .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
		transform: scale(1.2);
    transition: all 2s ease-in-out;
}

#slideshowhome .slide.current {
    opacity: 1;
		transform: scale(1);
}




#slideshowhome .buttons button#next {
    position: absolute;
    top: 50%;
    right: 15px;
}

#slideshowhome .buttons button#prev {
    position: absolute;
    top: 50%;
    left: 15px;
}

#slideshowhome .buttons button {
    border: 2px solid #ee3131;
    background-color: transparent;
    color: #ee3131;
    cursor: pointer;
    padding: 12px 15px;
    border-radius: 50%;
    outline: none;
}

#slideshowhome .buttons button:hover {
    background-color: transparent;
    color: #005eab;
    border: 2px solid #005eab;
}
#galerie{
    padding-bottom: 0 !important;
}
/* Background Images */
#slideshowhome .slide:first-child {
    background: url('../images/efiaslider2.png') no-repeat center/cover;
}

#slideshowhome .slide:nth-child(2) {
    background: url('../images/efiaslider1.png') no-repeat center/cover;
}
#slideshowhome .slide:nth-child(3) {
    background: url('../images/efiaslider3.png') no-repeat center/cover;
}
#slideshowhome .slide:nth-child(4) {
    background: url('../images/efiaslider4.png') no-repeat center/cover;
}
@media(max-width: 500px) {
	#slideshowhome .slide .content {
		bottom: -300px;
		left: 0;
		width: 100%
	}
	
	#slideshowhome .slide.current .content {
		transform: translateY(-300px);
	}
}



@media (max-width: 1024px) and (max-height: 768px){
    /* #slideshowhome .slider {
        height: 85vh;
    } */
    #slideshowhome .slide:first-child {
        background: url(../images/victoriaslide1.jpg) no-repeat center center / contain;
    }
    #slideshowhome .slide:nth-child(2) {
        background: url(../images/victoriaslide2.jpg) no-repeat center center / contain;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
        padding: 16px 8px;
    }
    .flex_wrap{
        flex-wrap: nowrap;
    }
    .header-wrap .logo{
        background-color: transparent;
    }
    .carousel_video .owl-next{
        right: -45px;
    }
    .carousel_video .owl-prev{
        left: -45px;
    }
    .header-wrap .logo{
        padding: 5px;
    }
}
@media (max-width:767px){
    #slideshowhome .slider {
        height: 100vh;
    }
    .our-course-categories-two{
        margin-top: 0;
    }
    #slideshowhome .slide:first-child {
        background: url(../images/efia1mobile2025.png) no-repeat center center / cover;
        }
        #slideshowhome .slide:nth-child(2) {
        background: url(../images/efia2mobile2025.png) no-repeat center center / cover;
        }
        #slideshowhome .slide:nth-child(3) {
        background: url('../images/efia3mobile2025.png') no-repeat center center/cover;
        }
        #slideshowhome .slide:nth-child(4) {
        background: url('../images/efia4mobile2025.png') no-repeat center center/cover;
        }
    .phototheque{
        margin-bottom: 70px;
    }
    .carousel_video .owl-next {
        right: 80px;
        top: 100%;
    }
    .carousel_video .owl-prev{
        left: 80px;
        top: 100%;
    }
    .carousel .owl-next {
        right: 80px;
        top: 100%;
    }
    .carousel .owl-prev{
        left: 80px;
        top: 100%;
    }
    .slick-prev{
        left: 50px;
        top: 100%;
    }
    .slick-next {
        right: 115px;
        top: 100%;
    }
    .home-demo .owl-next{
        right: 80px;
        top: 100%;
    }
    .home-demo .owl-prev{
        left: 80px;
        top: 100%;
    }
    .owl-dots{
        display: none;
    }
    .flex_wrap_mobile{
        flex-wrap: wrap;
    justify-content: space-between;
    }
    .flex_wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header-wrap .logo {
        margin-top: 0;
        text-align: left;
    }
    .modal.modal_victoria{
        left: 20%;
        top: 10%;
    }
    .modal_victoria .modal-dialog{
        width: 60%;
    }
    .modal_victoria  .modal-content{
        background-color: transparent;
    }
    .modal_victoria .modal_mobile {
        display: block;
        width: 100%;
        height: auto;
    }
    ._mobile{
        display: block;
        }
        ._pc{
            display:none;
        }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 20px 11px;
    }
    .navbar-collapse{
        z-index: 90000;
    }
    #button_top{
        bottom: 14%;
    }
    #button_top::after{
        bottom: -25%;
    }
    .wh-api{
        bottom: 20%;
    }
    .clubs_style img {
        width: 80%;
        height: auto;
    }
    .modal_victoria .modal {
        top: 20%;
    }
    .modal_victoria .modal-body {
        padding: 0;
    }
    .modal_victoria #button_top{
        bottom: 15%;
    right: 5%;
    }
    .video-container video{
        height: 100%;
    }
    .choice-wrap p {
        padding: 0 10px;
    }
    .button__inscription{
        margin: 10px;
    }
    .navbar-light .navbar-nav .button__inscription .nav-link{
        text-align: center;
    }
    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
        color: #fff;
        background-color: #005eab;
    }
}
@media (min-width: 1440px) and (min-height: 900px){
    /* #slideshowhome .slider {
         height: 105vh;
    } */
    .our-course-categories-two{
        margin-top: 100px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 25px 15px;
        font-size: 13px;
    }
    .header-wrap .logo {
        margin-top: 0;
        text-align: center;
    }
}
@media (min-width: 1680px) and (min-height: 1050px){
    /* #slideshowhome .slider {
        height: 105vh;
    } */
    .video-container{
        height: 600px;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: space-evenly;
    }
    .header-wrap .logo {
        margin-top: 0;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 30px 22px;
    }
}
@media (min-width: 1920px) and (min-height: 900px){
    /* #slideshowhome .slider {
        height: 140vh;
    } */
}
@media (min-width: 1920px) and (min-height: 1080px){
    /* #slideshowhome .slider {
        height: 130vh;
    } */
    .md_width_bg{
        max-width: 100%;
        width: 70%;
    }
    .video-container {
        height: 660px;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: space-evenly;
    }
    .header-wrap .logo {
        margin-top: 0;
        text-align: right;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 16px;
    }
   
}
@media (min-width: 1920px) and (min-height: 1440px){
    /* #slideshowhome .slider {
        height: 105vh;
    } */
}
@media (min-width: 2560px) and (min-height: 900px){
    /* #slideshowhome .slider {
        height: 175vh;
    } */
}
@media (min-width: 2560px) and (min-height: 1440px){
    /* #slideshowhome .slider {
        height: 115vh;
    } */
    .md_width_bg{
        max-width: 100%;
        width: 80%;
    }
    .video-container {
        height: 890px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 30px 35px;
    }
}
@media (min-width: 2560px) and (min-height: 1600px){
    /* #slideshowhome .slider {
        height: 115vh;
    } */
}
@media (min-width: 3440px) and (min-height: 1440px){
    /* #slideshowhome .slider {
        height: 145vh;
    } */
}
@media (min-width: 3440px) and (min-height: 1600px){
    /* #slideshowhome .slider {
        height: 135vh;
    } */
}
@media (min-width: 3840px) and (min-height: 1080px) {
    /* #slideshowhome .slider {
        height: 215vh;
    } */
}
@media (min-width: 3840px) and (min-height: 1600px) {
    /* #slideshowhome .slider {
        height: 145vh;
    } */
}
@media (min-width: 3840px) and (min-height: 2160px){
    /* #slideshowhome .slider {
        height: 115vh;
    } */
}
@media (min-width: 5120px) and (min-height: 2160px){
    /* #slideshowhome .slider {
        height: 145vh;
    } */
}
@media (min-width: 7680px) and (min-height: 2160px){
    /* #slideshowhome .slider {
        height: 215vh;
    } */
}

@media (min-width: 1100px) {
    .efia-page .presentation {
        padding: 90px;
    }
}
@media (max-width: 1099px) {
    .efia-page .presentation {
        padding: 40px;
    }
}

.efia-page .presentation p{
    font-size: 17px;
    line-height: 35px;
}

.efia-page .formulair-efia{
    padding: 25px;
    background-color: #2a5dab05;
}
    

.efia-page .formulair-efia .image{
    display: flex;
    justify-content: center;
}

.efia-page .formulair-efia .image img{
    width: 250px;
    height: auto;
}
.efia-page .formulair-efia .btn-submit{
    display: flex;
    justify-content: center;
}
.efia-page .formulair-efia .btn-submit button{
    background: red;
    border: none;
    width: 225px;
    border-radius: 19px;
    height: 45px;
}

.efia-page .formulair-efia .btn-submit button:hover{
    background: white;
    color: red;
    border: 1px solid red;
    transition: all 0.5s;
}


.mobile-sticky-preinscription {
    display: none; 
}

#target-mobile-form{
    display: none;
}

@media  (min-width:768px){
    .form-container {
        position: fixed;
        z-index: 1000; 
        padding: 10px; 
    }
}

@media (max-width: 767px) {
    .efia-page .formulair-efia .image img {
        width: 190px;
        height: auto;
    }
    #target-mobile-form{
        display: block;
        padding: inherit;

    }
    .mobile-sticky-preinscription {
        display: block;
        position: fixed;
        top: 120px;
        z-index: 1000;
        background: white;
        height: 100px;
        width: 100%;
    }
    
    .btn-mobile-preinscription {
        background-color: red;
        width: 94%;
        color: white;
        border-radius: 40px;
        position: relative;
        left: 14px;
        top: 20px;
        border: none;
        padding: 15px 15px;
        font-weight: bold;
    }
}

.pulse-animation {
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 rgba(0, 91, 171, 0.4);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 91, 171, 0.7);
  }
  
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 91, 171, 0);
  }
  
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 91, 171, 0);
  }
}


.faq-page-title-container {
    background-color: #005eab;
    color: white;
    padding: 40px 0;
    margin-bottom: 40px;
}
.faq-container {
    margin-bottom: 40px;

    .card {
        border: none;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        margin-bottom: 15px;
    }

    .card-header {
        background-color: #fff;
        border-bottom: none;
        padding: 15px 20px;
    }

    .card-body {
        padding: 20px;
        color: #555;
        line-height: 1.7;
    }

    .btn-link {
        color: #005eab;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }
    span {
        font-size: 18px;
    }


    .btn-link:hover, .btn-link:focus {
        color: #d4101a;
        text-decoration: none;
    }
    .btn-link i {
        transition: transform 0.3s ease;
    }

    .btn-link[aria-expanded="true"] i {
        transform: rotate(180deg);
    }



    .page-title {
        margin: 0;
        font-weight: 600;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .btn-link span {
            font-size: 15px;
        }
        
        .card-header {
            padding: 12px 15px;
        }
        
        .card-body {
            padding: 15px;
        }
    }
}
/* Responsive adjustments efia form */
@media (max-height: 650px) and (min-width: 1024px) {
    .efia-page .formulair-efia .image img {
        width: 190px;
        height: auto;
    }
    .form-container {
        padding: 0px;
    }
    .efia-page .formulair-efia {
        padding: 0px;
    }
}

