.bg_map {
    background-image: url("/imgs/map.png");
    height: calc(100vh - 70px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.map_bg {
    background: #020024;
    background: linear-gradient(0deg, rgb(14, 75, 131) 0%, rgb(34, 42, 63) 50%, rgb(2, 0, 36) 100%);
    background: linear-gradient(0deg, #336A7D 0%, #336A7D 50%, #336A7D 100%);
    z-index: 1;
    position: relative;
}

.content_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    height: 100%;
    max-width: 50%;
}

@media (max-width: 600px) {
    .content_head {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
        height: 100%;
        max-width: 100%;
        flex-direction: column;
        padding-top: 70px;
        padding-left: 15px;
    }
}

.map_subtitle {
    font-size: 23px;
    max-width: 500px;
}

.aprops {
    background-color: #FBFBFB;
    padding: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg_gris {
    background-color: #FBFBFB;
    padding: 40px;
}

.bg_gris p {
    font-weight: 400;
    line-height: 35px;
}

.aprops p {
    font-weight: 400;
    line-height: 35px;
}

.solution_titre {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-top: 22px;
}

.divider-separator {
    width: 25%;
    margin: auto;
    height: 2px;
    background-color: #336a7d;
}

.transitaire_step {
    font-weight: 600;
    color: #336a7d;
    margin-top: 7px;
}

.transitairesol {
    width: 40%;
}

.text_trans {
    width: 60%;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 2em;
    padding-left: 3em;
    padding-right: 15em;
}

.icon_transi {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #4b687b;
    color: white;
    border-radius: 50px;
}

.icon_transi i {
    font-size: 20px;
}

.text_trans h2 {
    color: white;
}

.text_trans p {

    color: #9898a0;
    font-weight: 400;
}

/*#transitaire{
    position: relative;
    background-color: #273245;
    color: white;
    display: flex;
    margin: 0;
    padding: 0;

}*/
.airborder {
    position: absolute;
    right: 0;
}

video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video_howto {
    max-height: 600px;
}

.vectors {
    width: 400px;
    margin: auto;
    max-width: 100%;
}

.vectors2 {
    width: 600px;
    margin: auto;
    max-width: 100%;
}
.p40 {
    padding: 40px;
}

.p40 p {
    font-weight: 400;
    line-height: 35px;
}

.swiper {
    width: 100%;
    height: 150px;
}

.img_partenaire {
    width: 120px;
    height: 60px;
}

.accordion-button:not(.collapsed) {
    border-color: #697c99;
    color: #697c99;
    background-color: #d8dfe3;
    box-shadow: none;
}

.img_sol {
    width: 85%;
    margin: auto;
}

/** testimonial **/
.testimonial {
    min-height: 75vh;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 1.5em;
}

.testimonial .swiper {
    padding: 1.5em;
    min-height: 75vh;
    width: 100%;
}

.testimonial .swiper .content-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    width: 100%;
    justify-items: center;
    align-items: center;
    background-color: #F8F8F8;
    box-shadow: 0 8px 30px -7px #c9dff0;
}

.testimonial .swiper .content-wrapper .content {
    padding: 3em 1.5em;
    text-align: center;
    display: grid;
    justify-items: center;
    align-items: center;
    margin: 0 auto;
    background-color: #F8F8F8;
    color: #000;
}

.testimonial .swiper .content-wrapper .content::before {
    content: "";
    position: absolute;
    background-image: url("/imgs/quote.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    top: 0px;
    left: 12px;
    line-height: 1;
    font-size: 10rem;
    font-family: inherit;
    color: #444;
    z-index: 1;
}

.testimonial .swiper .content-wrapper .content :first-child {
    margin: 0;
}

.testimonial .swiper .content-wrapper .content .swiper-avatar {
    width: 100%;
    max-width: 125px;
    height: auto;
}

.testimonial .swiper .content-wrapper .content .swiper-avatar img {
    border-radius: 500px;
    width: 100%;
    height: auto;
}

.testimonial .swiper .content-wrapper .content .cite {
    font-size: 14px;
    font-weight: bold;
}

.testimonial .swiper .swiper-slide {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0;
    opacity: 0.5;
    background: rgba(255, 255, 255, .3);
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}

.testimonial .swiper .swiper-slide.swiper-slide-active {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    transform: scale(1.1);
}

.testimonial .swiper .swiper-nav-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: auto;
    padding-top: 3em;
}

.testimonial .swiper .swiper-nav-wrapper .swiper-button-next, .testimonial .swiper .swiper-nav-wrapper .swiper-button-prev {
    top: 0;
    top: auto;
    left: auto;
    right: auto;
    position: relative !important;
}

.testimonial .swiper .swiper-nav-wrapper .swiper-button-next:after, .testimonial .swiper .swiper-nav-wrapper .swiper-button-prev:after {
    display: none;
}

.testimonial .swiper .swiper-nav-wrapper .swiper-button-next, .testimonial .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.testimonial .swiper .swiper-nav-wrapper .swiper-button-prev, .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.swiper-pagination {
    margin: 0;
    padding: 0;
    width: auto;
    position: relative !important;
    display: block;
    width: auto;
}

.testimonial .swiper-pagination .swiper-pagination-bullets {
    margin: 0;
}

.testimonial .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    background: #000000 !important;
}

.testimonial .swiper-pagination-bullet {
    background: #0c6db1 !important;
    transition: all 0.2s ease-in-out;
}

.testimonial .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    top: 0;
    bottom: 0;
    width: auto;
    padding: 0 1.5em;
}

.testimonial .swiper-pagination-bullet-active {
    transform: scale(1.5);
}

#chartdiv {
    width: 100%;
    height: calc(100vh - 70px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.map-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
}


.content {
    position: relative;
    z-index: 1;
    padding: 20px;
    width: 100%;
    height: 100%;
    margin: auto;

}

/*** carousel logo ***/
.logo_trans {
    height: 100px;
    aspect-ratio: 4/3;
    object-fit: contain;
}

:root {
    --color-text: navy;
    --color-bg: #ffffff;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}


.logo_soc_tran {
    display: grid;
    align-content: center;
    overflow: hidden;
    gap: var(--gap);
    width: 100%;
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(
            var(--mask-direction, to right),
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0)
    );
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}


.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }
    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }
    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marquee svg {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}


@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/*** end carousel logo ***/
.heading__pre-title {
    display: inline-block;
    color: #a9aeb3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 17px;
    z-index: 1;
    position: relative;
}

.layout--lgray {
    -webkit-text-stroke-color: #d6d6d6;
}

.heading__layout {
    color: transparent;
    font-size: 85px;
    line-height: .85;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -.020em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ebebeb;
    position: absolute;
    left: 20px;
    top: -70px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.startupimg {
    width: 100%;
    border-radius: 20px;
    box-shadow: -6px 4px 5px 4px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: -6px 4px 5px 4px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: -6px 4px 5px 4px rgba(0, 0, 0, 0.44);
}

/**** partner logo ***/
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 10));
    }
}

.slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1260px;
    max-width: 100%;
}

.slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
    object-fit: contain;
}

.slide img {
    height: 100px;
    width: 250px;
    object-fit: contain;
}

/*** parallax ***/
.paralex {
    margin: 0;
    padding: 0;
    height: 400px;
    position: relative;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.textpara {
    height: 400px;
    text-align: center;
    backdrop-filter: blur(2px);
}

.textpara i {
    font-size: 60px;

}
.sol_trans_block1,.sol_trans_block2,.sol_trans_block3{

    height: 350px;

}
.sol_comp_block1,.sol_comp_block2,.sol_comp_block3{

    height: 350px;

}
.sol_comp img{
    height: 285px;
}
.sol_trans_block2 img{
    height: 285px;
}
.reversecol{
    flex-direction: row;
}

.btn-ouline-cargo:hover{
    border:1px #C20000;
    background-color: #C20000;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    border:1px #C20000;
    background-color: #C20000;
    color: #fff;
}
@media (max-width: 600px) {
    .heading__layout {
        font-size: 55px;
        top: -40px;
    }

    .noreversecol{
        flex-direction: column;
    }
    .reversecol{
        flex-direction: column-reverse;
    }
    .sol_trans_block2 img{
        height: 100%;
    }
    .sol_trans_block1,.sol_trans_block2,.sol_trans_block3{

        height: auto;

    }
    .solution_titre {
        font-size: 26px;
    }

    #transitaire {

        flex-direction: column;
    }

    .transitairesol {
        width: 100%;
    }

    .text_trans {

        padding-left: 0;
        padding-right: 0;
    }

    .transitaire_step {
        font-size: 15px;
        text-align: center;
    }
}
@media (min-width: 601px) and (max-width: 1200px){
    .menu_item a {
        text-decoration: none;
        color: #555555;
        font-size: 0.7em;
        font-weight: 600;
    }header {
         margin-top: 12px;
         height: 70px;
         width: 115%;
         margin-left: -51px;
     }
}