html {
    scroll-behavior: smooth;
}

.navigation-menu-social>li>a {
    padding: 25px 15px;

}

.zi1000 {
    z-index: 1000;
}

.foot-part-1 {
    background: #002e5b;
}

.bc-header {
    background: #fff;
    padding-top: 0px;
    margin-top: 0px;

    position: fixed;
    top: 20px;
    width: 100%;

    transition: top 0.5s;

    z-index: 5000;

    background-color: #fff;
}

.isScrolled .bc-header {
    border-bottom:1px #354368 solid;
    top:0px
}

.bc-header .header-logo{
    width: 150%;
    transition: width 0.5s;
}

.isScrolled .bc-header .header-logo{
    width: 70%;
}


.hero-banner-one.h100 ,
.h100 .hero-banner-wrapper {
    min-height: 100vh;
}

.hero-banner-one {
    min-height: 70vh;
    height: 70vh;
}

.hero-banner-wrapper {
    min-height: 50vh;
    padding-top: 16vh;
}



.language-switcher:hover a{
    color: #002e5b;
    opacity: 1;
}

.language-switcher:hover li li a{
    color: #fff;
}

.language-switcher ul ul {
    background-color: #002e5b;
    padding: 10px ;
    text-align: center;
}

.page-hero::after {
    opacity: 1;
}


footer .contact-details a{
    color:#fff;
}

footer .contact-details a:after{
    content: ' ';
    display: block;
    background-color: #F9EA00;
    height: 2px;
    transition: width 0.5s;
    width: 0%;
}

footer .contact-details a:hover:after{
    width: 100%;
}


.bc-header a{
    color:#354368 !important;
}

.background-fixed {
    background-attachment: fixed;
    background-position: center;
}

.ancre {
    padding-top:200px;
    margin-top: -200px;
    display: block;
}

.one-publication {
    display: flex;
}

.one-publication > div{
    width: 100%;
}

.banner-home {
    background-attachment: fixed;
    background-position: center;
}

.hero-heading {
    font-size: 80px;
}

.etroit .hero-heading {
    font-size: 50px;
    line-height: 55px;
}

.hero-sub-heading a {
    color:#fff;
}

/**************************************/
.newBanner {
    height: 70vh;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.newBanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 46, 91, 0.8);
    z-index: 1;
}

.newBanner-content {
    color:#fff !important;
    z-index: 55;
    position: absolute;
    top: 150px;
    width: 100%;
    height: calc(70vh - 150px);
    display: flex;
    align-items: center;

}

.newBanner .container {
    padding-left: 70px;
}

.newBanner .container h2{
    font-size: 20px;
    width: 50%;
}

.etroit .newBanner .container h2{
    width: 100%;
    font-size: 25px;
}

.newBanner-text {
    margin-top: 20px;
    border-left:2px solid #fde428;
    padding-left: 25px;
    font-size: 20px;
}


.newBanner-text a {
    color: #fff
}

.team-item:hover .team-photo::after {
    display: none;
}

.personnes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}


.personnes > div{
    width: 100%;
}

.collaboration .section-title{
    font-size: 20px;
    padding: 40px 0;
}

.collaboration.section-padding {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .personnes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .newBanner .container h2 {
        width: 90%;
    }
}


@media (max-width: 991.98px) {
    .header-mobile-logo img {
        max-width: 35%;
    }

    .newBanner {
        height: 45vh;
    }

    .newBanner-content {
        top: 0px;
        height: 100%;
    }

    .newBanner .container {
        padding-left: 15px;
    }

    .newBanner .container h2 {
        width: 100%;
    }



}


@media (max-width: 768px) {
    .collaboration .section-title {
        padding: 0;
    }

    .header-mobile-logo img {
        max-width: 40%;
    }

    .service-icon {
        text-align: center;
        margin-bottom: 20px;
    }

    .foot-infos > div {
        margin-bottom: 1em;
    }

    .hide-mobile {
        display: none;
    }

    .hero-banner-one.h100 ,
    .h100 .hero-banner-wrapper {
        min-height: 50vh;
    }
	
	.hero-banner-one, .hero-banner-wrapper {
		height: 30vh;
        min-height: 30vh;
	}

    .newBanner .container h2 {
        font-size: 30px;
    }



    .banner-home {
        background-attachment: initial;
    }

    .section-padding {
        padding: 40px 0;
    }

    .personnes {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .collaboration .heading-split {
        text-align: left !important;
    }

    .collaboration .liste-collaborateurs ul{
        padding-left: 2em;
        border-left: 2px solid #fde428
    }

    .collaboration .heading-split {
        border: 0;
    }

}

@media (max-width: 350px) {

    .newBanner .container h2 {
        font-size: 20px;
    }
}
