.n-banner-full .n-banner-title-content {
    height: 550px;
}
.n-banner-full .n-banner-title-image {
    border-radius: 0;
}
.n-banner-full .n-banner-title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n-banner-full .n-banner-title-overlay {
    border-radius: 0;
    background: transparent linear-gradient(90deg, #3B4F66 0%, #3B4F66DF 30%, #3B4F6600 100%) 0% 0% no-repeat padding-box;
}
.n-banner-full .n-banner-wrapper {
    position: relative;
    z-index: 9;
}
.n-banner-full .n-breadcrumbs,
.n-banner-full .n-banner-title-content {
    background: transparent;
}
.n-banner-full .n-banner-title-content {
    align-items: flex-start;
    text-align: left;
}
.n-banner-full .n-banner-title-content .n-wysiwyg {
    text-transform: uppercase;
}
.n-banner-full .n-breadcrumbs-nav ul li::before {
    background-image: url('../images/arrow-right-white.png');
}
.n-banner-full .n-breadcrumbs-nav ul li a,
.n-banner-full .n-breadcrumbs-nav ul li span {
    color: #fff;
}
.n-title-center.n-title-green h2 span {
    display: initial
}
.n-title-center.n-title-green h2 strong span{
    color:#88BFB1;
    font-weight: 700;
    text-decoration: underline;
}
.n-wysiwyg h3 {
    /* text-transform: uppercase; */
}
.n-big-image {
    position: relative;
}
.n-big-image .n-wrapper {
    position: relative;
    z-index: 2;
}
.n-big-image:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: #fff;
}
.n-big-image-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.n-txt-full {
    padding: 100px 0;
}
.n-txt-full .n-bloc-title {
    margin-bottom: 50px;
}
.n-txt-full .n-bloc-title h2 span {
    display: initial;
}
.n-txt-full .n-wysiwyg p {
    text-align: center;
    font: normal normal normal 23px/31px League Spartan;
    letter-spacing: 0px;
    color: #3E5F7D;
}
.n-dual-txt-container {
    display: flex;
    gap: 70px;
    padding: 117px 0;
}
.n-dual-item {
    width: 50%;
}
.dual-item-image {
    margin-top: 30px;
}
.dual-item-image img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}
.n-dual-item .n-wysiwyg h3 {
    margin-top: 0;
}
.n-dual-txt-container .n-wysiwyg p {
    color: #6C8CA6;
    font-size: 23px;
    line-height: 31px;
}
.n-wysiwyg-green strong {
    color: #509993;
    display: block;
    margin-bottom: 30px;
}
.n-equipe-info {
    font-family: 'League Spartan';
    color: #fff;
    font-weight: 700;
    font-size: 23px;
}
.n-equipe-info span {
    display: block;
}
.n-equipe-info .n-equipe-nom {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.n-equipe-item {
    position: relative;
    /* max-width: 400px; */
    margin-right: 75px;
}
.n-equipe-item .n-equipe-overlay {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(0deg, #3B4F66 0%, #3B4F66DF 30%, #3B4F6600 60%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    z-index: 3;
}
.n-equipe-item-content {
    position: absolute;
    bottom: 45px;
    z-index: 4;
    left: 45px;
}
.n-equipe-cta {
    display: flex;
    gap: 18px;
    margin-top: 20px;
}
.n-equipe-ico {
    width: 50px;
    height: 50px;
    background-color: #6385A2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
}
.n-equipe-ico:hover {
    opacity: 0.75;
    transition: all 400ms ease-in-out;
}
.n-equipe-ico.n-equipe-phone {
    background: transparent linear-gradient(97deg, #FE6B51 0%, #F6CD7D 100%) 0% 0% no-repeat padding-box;
}
.n-equipe-ico.n-equipe-phone::before {
    content: url('../images/phone.svg');
    margin-top: 2px;
}
.n-equipe-ico.n-equipe-mail::before {
    content: url('../images/email.svg');
    margin-top: 4px;
    margin-left: 2px;
}
.n-equipe-ico.n-equipe-linkedin::before {
    content: url('../images/linkedin.svg');
    margin-top: 1px;
    margin-left: 3px;
}
.n-equipe-slide .draggable {
    max-width: 1350px;
    margin-right: 170px;
}
.n-equipe-image img {
    width: 100%;
    height: 572px;
    object-fit: cover;
    border-radius: 12px;
}
.n-equipe-slide .slick-arrow {
    background-image: url(../images/arrow-grey.svg);
    width: 66px;
    height: 66px;
    border: 2px solid #3E5F7D;
    border-radius: 50%;
    background-color: transparent;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 400ms ease-in-out;
    position: absolute;
    right: 90px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.n-equipe-slide .slick-arrow:hover {
    transition: all 400ms ease-in-out;
    opacity: 0.65;
}
.n-equipe-slide .slick-arrow.slick-next {
    margin-top: -75px;
    transform: rotate(180deg) translateY(-50%);
}
.n-equipe-slide .slick-arrow.slick-prev {
    margin-top: 75px;
}
.n-equipe {
    padding-top: 5px;
}
.n-banner-title-txt .n-wysiwyg p {
    margin-top: 10px;
}
@media (max-width:1600px) {
    .n-dual-txt-container {
        gap: 40px;
        padding: 70px 0 100px;
    }
    .n-equipe-item {
        margin-right: 40px;
    }
}
@media (max-width:1400px) {
    .n-equipe-slide .draggable {
        margin-right: 72px;
    }
    .n-equipe-slide .slick-arrow {
        right: 0;
    }
    .n-equipe-image img {
        height: 500px;
    }
}
@media (max-width:1024px) {
    .n-dual-txt-container {
        flex-direction: column;
    }
    .n-dual-txt-container .n-dual-item {
        width: 100%;
    }
    .n-equipe {
        padding-bottom: 60px;
    }
    .n-equipe-image img {
        height: 572px;
    }
}
@media (max-width:767px) {
    .n-equipe-slide .slick-arrow {
        left: initial;
    }
    .n-equipe-slide .draggable {
        margin-right: 60px;
    }
    .n-equipe-item {
        margin-right: 0;
    }
    .n-equipe-slide .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .n-txt-full .n-bloc-title {
        margin-bottom: 20px;
    }
    .n-dual-txt-container {
        padding: 20px 0 0;
        gap: 10px;
    }
    .n-banner-full .n-banner-title-content {
        height: 350px;
    }
    .n-valeur-txt .n-wysiwyg h3 br {
        display: none;
    }    
    .n-etiquette-diagnostic {
        top: initial;
        transform: inherit;
        bottom: 30px;
    }
    .n-wysiwyg h3:first-child {
        margin-top: 0;
    }
}
@media (max-width:472px) {
    .n-equipe-image img {
        height: 400px;
    }   
    .n-equipe-item-content {
        left: 20px;
        bottom: 20px;
    }
}