/* BREAKPOINT */
/* bloc-nos-services */
.nos-services--container {
    padding: 64px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .nos-services--container {
        gap: 80px;
    }
}

@media screen and (min-width: 1281px) {
    .nos-services--container {
        padding: 120px 80px;
    }
}

.nos-services--container-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.nos-services--container-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 768px) {
    .nos-services--container-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.nos-services--container-content .container-select {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid var(--darkgrey);
}

.nos-services--container-content .container-select::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    mask: url(../images/icon/chevron.svg) no-repeat center;
    -webkit-mask: url(../images/icon/chevron.svg) no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: var(--orange);
}

.nos-services--container-content .container-select select {
    padding: 8px 8px 16px 8px;
    width: 100%;
    font-family: var(--silka);
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .nos-services--container-content .container-select {
        display: none;
    }
}

.nos-services--container-content .container-nav-bar {
    display: none;
}

@media screen and (min-width: 768px) {
    .nos-services--container-content .container-nav-bar {
        display: block;
        max-width: 324px;
        width: 100%;
    }
}

.nos-services--container-content .container-nav-bar .nav-select {
    padding: 16px 0px 48px 32px;
    border-left: 1px solid #F3F2F0;
}

.nos-services--container-content .container-nav-bar .nav-select ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.nos-services--container-content .container-nav-bar .nav-select ul li {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.nos-services--container-content .container-nav-bar .nav-select ul li:hover {
    font-style: italic;
    font-weight: 700;
    line-height: 180%;
}

.nos-services--container-content .container-nav-bar .nav-select ul .active {
    font-style: italic;
    font-weight: 700;
    line-height: 180%;
    position: relative;
}

.nos-services--container-content .container-nav-bar .nav-select ul .active::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--orange);
}

.nos-services--container-content .container-nav-bar .nav-bar-contact {
    background-color: var(--orange);
    color: var(--white);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nos-services--container-content .container-nav-bar .nav-bar-contact .primary.cta {
    color: var(--white);
}

.nos-services--container-content .container-nav-bar .nav-bar-contact .primary.cta span {
    border: 1px solid var(--white);
}

.nos-services--container-content .container-nav-bar .nav-bar-contact .primary.cta span::after {
    background-color: var(--white);
}

.nos-services--container-content .container-nav-bar .nav-bar-contact .primary.cta:hover span {
    background-color: var(--white);
    border: 1px solid var(--orange);
    transition: all 0.3s ease-in-out;
}

.nos-services--container-content .container-nav-bar .nav-bar-contact .primary.cta:hover span::after {
    background-color: var(--orange);
    transition: all 0.3s ease-in-out;
}

.nos-services--container-content .container--infos {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.nos-services--container-content .container--infos:not(:first-child) {
    display: none;
}

@media screen and (min-width: 768px) {
    .nos-services--container-content .container--infos {
        gap: 64px;
        max-width: 860px;
        width: 100%;
    }
}

.nos-services--container-content .container--infos-intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nos-services--container-content .container--infos-intro h3 {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
}

@media screen and (min-width: 768px) {
    .nos-services--container-content .container--infos-intro h3 {
        font-size: 2rem;
    }
}

.nos-services--container-content .container--infos-etapes {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nos-services--container-content .container--infos-etapes h4 {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (min-width: 1025px) {
    .nos-services--container-content .container--infos-etapes h4 {
        font-size: 1.5rem;
    }
}

.nos-services--container-content .container--infos-etapes .container-etapes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media screen and (min-width: 1025px) {
    .nos-services--container-content .container--infos-etapes .container-etapes {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

.nos-services--container-content .container--infos-etapes .container-etapes .etapes-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nos-services--container-content .container--infos-etapes .container-etapes .etapes-item .container-title {
    display: flex;
    gap: 16px;
}

.nos-services--container-content .container--infos-etapes .container-etapes .etapes-item .container-title span:not(.exposant) {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nos-services--container-content .container--infos-etapes .container-etapes .etapes-item .container-title span:not(.exposant)::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: var(--orange);
}

.nos-services--container-content .container--infos-etapes .container-etapes .etapes-item .container-title h5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.nos-services--container-content .container--infos-etapes .container-etapes .etapes-item .container-title h5 .exposant {
    color: var(--orange);
    font-size: 0.813rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.nos-services--container-content .container--infos-colonnes {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1025px) {
    .nos-services--container-content .container--infos-colonnes {
        flex-direction: row;
    }
}

.nos-services--container-content .container--infos-colonnes .colonnes-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1025px) {
    .nos-services--container-content .container--infos-colonnes .colonnes-item {
        width: 100%;
    }
}

.nos-services--container-content .container--infos-colonnes .colonnes-item h4 {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (min-width: 1025px) {
    .nos-services--container-content .container--infos-colonnes .colonnes-item h4 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1281px) {
    .nos-services--container-content .container--infos-keynumber.owl-carousel {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .nos-services--container-content .container--infos-keynumber {
        display: flex;
        flex-direction: row;
        gap: 100px;
    }
}

.nos-services--container-content .container--infos-keynumber .owl-item {
    position: relative;
}

.nos-services--container-content .container--infos-keynumber .owl-item .keynumb::after {
    content: "";
    top: 0;
    right: 0;
    height: 62px;
    width: 1px;
    background: var(--black);
    transform: rotate(8deg);
}

.nos-services--container-content .container--infos-keynumber .keynumb {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 170px;
}

@media screen and (min-width: 1281px) {
    .nos-services--container-content .container--infos-keynumber .keynumb {
        min-width: unset;
        flex-direction: row;
        align-items: center;
    }
}

.nos-services--container-content .container--infos-keynumber .keynumb::after {
    content: "";
    position: absolute;
    right: -30px;
    transform: translateX(-50%);
    height: 62px;
    width: 1px;
    background: var(--black);
    transform: rotate(8deg);
}

@media screen and (min-width: 1025px) {
    .nos-services--container-content .container--infos-keynumber .keynumb::after {
        right: -50px;
    }
}

.nos-services--container-content .container--infos-keynumber .keynumb:last-child::after {
    content: none;
}

.nos-services--container-content .container--infos-keynumber .numb {
    color: var(--orange);
    font-family: var(--silka);
    font-size: 4rem;
    line-height: normal;
    font-weight: 300;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding-right: 40px;
}

.nos-services--container-content .container--infos-keynumber .numb::after {
    content: "+";
    position: absolute;
    top: -8px;
    right: 16px;
    font-size: 2rem;
}

.nos-services--container-content .container--infos-keynumber .inner {
    color: var(--darkgrey);
    font-family: var(--silka);
    font-size: 0.875rem;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 110px;
    padding-left: 40px;
}

@media screen and (min-width: 1281px) {
    .nos-services--container-content .container--infos-keynumber .inner {
        max-width: unset;
        padding-left: 10px;
    }
}

.nos-services--container-content .container--infos-keynumber .owl-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 32px 0 0;
}

.nos-services--container-content .container--infos-keynumber .owl-dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: var(--orange) !important;
    opacity: 0.3;
}

.nos-services--container-content .container--infos-keynumber .owl-dot.active {
    opacity: 1;
}

/* .nos-services--container-content .container--infos-keynumber .owl-stage {
    left: -100px;
} */

.nos-services--container-content .container-contact {
    background-color: var(--orange);
    color: var(--white);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .nos-services--container-content .container-contact {
        display: none;
    }
}

.nos-services--container-content .container-contact .primary.cta {
    color: var(--white);
}

.nos-services--container-content .container-contact .primary.cta span {
    border: 1px solid var(--white);
}

.nos-services--container-content .container-contact .primary.cta span::after {
    background-color: var(--white);
}

/* bloc-nos-services */