.splitting {
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.welcome .center-text .name .word {
    background: linear-gradient(39deg, #44A4EF 0.24%, #51A3F1 49.04%, #C796FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Helvetica';
    letter-spacing: 0;
}

.splitting .word {
    position: relative;
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
    will-change: auto;
    transition: 0.4s cubic-bezier(0.5, 0, 0.5, 1);
    transition-delay: calc(30ms * var(--word-index) + .25s);
}

.splitting.in_view .word {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.welcome {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.welcome .wrapper-welcome {
    height: 100vh;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    position: relative;
    margin-bottom: 1px;
}

.welcome .title-h2 {
    padding-top: 0;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show-overlow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .7;
    }
}

.welcome [data-word="communication"], .welcome [data-word="web"]{
    color: #2F78C7;
}

.welcome .bg-image {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}
.welcome .home-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.welcome .wrapper-home-video {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}
.welcome .bg-image:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .65;
    transform: rotate(180deg);
    transition: .5s;
    background: radial-gradient(53.06% 52.93% at 1.95% 100.00%, rgba(219, 223, 250, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(105.89% 100.60% at 92.99% 100.00%, rgba(146, 196, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(62.79% 55.24% at 43.39% 95.97%, rgba(235, 207, 255, 0.50) 0%, rgba(235, 207, 255, 0.00) 100%), linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.76) 100%);
}

.welcome.inside .bg-image:before {
    width: 35vw;
    height: 35vw;
}

.welcome .bg-image:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: var(--left);
    top: var(--top);
    transition: width .5s, height .5s;
    filter: blur(15px);
    border-radius: 50%;
    box-shadow: 0 0px 40px 5035em rgba(256, 256, 256, 1), inset 12px 0px 100px 85px rgba(256, 255, 255, 1);
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: show-overlow;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: forwards
}

.welcome .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome .center-text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -15%);
    width: 100%;
    max-width: min(1570px, 85%);
    padding: 0 20px;
}

.welcome .center-text > * {
    opacity: 0;
    animation-name: show;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.welcome .center-text .name {
    opacity: 0;
    transform: translate3d(0px, 30%, -1700px);
    animation-name: show-3d;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes show-3d {
    from {
        transform: translate3d(0px, 30%, -1700px);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.welcome .center-text .name {
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 130px; /* 100% */
    letter-spacing: 10.4px;
    display: inline-block;
    background: linear-gradient(39deg, #44A4EF 0.24%, #51A3F1 49.04%, #C796FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome .center-text .title-h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.667%;
    max-width: 875px;
    margin-top: 10px;
    margin-bottom: 20px;
    /*margin-left: auto;*/
}

.welcome .center-text .sub-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    max-width: 875px;
    margin: 0;
    /*margin-left: auto;*/
}

.welcome .wrapper-item {
    width: 100%;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8vh;
    opacity: 0;
    animation-name: show;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.welcome .wrapper-item .item {
    width: 50%;
    max-width: 490px;
}

.welcome .wrapper-item .item:last-child {
    text-align: right;
}

.nos-references {
    margin: 140px 0;
}

.nos-references .title-h2 {
    text-align: left;
}

.nos-references .wrapper-columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.nos-references .wrapper-columns .wrapper-type {
    width: 24%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 110px;
    align-items: flex-start;
}

.nos-references .wrapper-columns .wrapper-type a.button {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 80px;
}

.nos-references .wrapper-columns .wrapper-type a.button:hover {
    text-decoration: none;
}

.nos-references .wrapper-columns .wrapper-type a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #41525E;
    cursor: pointer;
    transition: .5s;
}

.nos-references .wrapper-columns .wrapper-type a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px
}

.nos-references .wrapper-columns .wrapper-type a.active {
    border: 1px solid #44A4EF;
    border-radius: 30px;
    padding: 8px 20px;
    cursor: default;
}

.nos-references .wrapper-columns .wrapper-posts,
.le-blog .wrapper-posts {
    width: 76%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.nos-references .wrapper-columns .wrapper-posts .item {
    width: calc(33.3% - 20px);
}

.nos-references .wrapper-columns .wrapper-posts .item .image,
.le-blog .wrapper-posts .item .image {
    position: relative;
    padding-bottom: 61.1%;
    border-radius: 6px;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

/*.nos-references .wrapper-columns .wrapper-posts .item .image:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*}*/
.nos-references .wrapper-columns .wrapper-posts .item a,
.nos-references .wrapper-columns .wrapper-posts .item .description,
.le-blog .wrapper-posts .item a,
.le-blog .wrapper-posts .item .description {
    position: absolute;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(47, 138, 208, 0.84);
    backdrop-filter: blur(6px);
    transition: .5s;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: 'Helvetica';
}

.nos-references .wrapper-columns .wrapper-posts .item .description,
.le-blog .wrapper-posts .item .description {
    text-align: left;
    padding: 7% 11%;
    display: block;
}

.nos-references .wrapper-columns .wrapper-posts .item a svg {
    margin-left: 20px;
}

.nos-references .wrapper-columns .wrapper-posts .item h3,
.le-blog .wrapper-posts .item h3 {
    margin-top: 10px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #41525E;
    cursor: default;
}

.nos-references .wrapper-columns .wrapper-posts .item:hover .image a,
.nos-references .wrapper-columns .wrapper-posts .item:hover .description {
    opacity: 1;
}

.nos-solutions {
    position: relative;
}

.nos-solutions .item {
    position: sticky;
    top: var(--top);
    display: flex;
    background: #2F78C7;
    align-items: center;
}

.nos-solutions .item:nth-child(2n) {
    background: #276CB6;
}

.nos-solutions .item .content-wrapper,
.nos-solutions .item .image {
    width: 50%;
}

.container-padding {
    padding-left: calc((100vw - min(1530px, calc(85vw - 40px))) / 2);
}

.nos-solutions .item .content-wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #ffffff;
    align-items: flex-start;
}

.nos-solutions .item .content-wrapper .content .title-h3, .nos-solutions .item .content-wrapper .content p {
    margin: 0;
}

.nos-solutions .item .content-wrapper .content .numbers {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
}

.nos-solutions .item .content-wrapper .content .numbers .current {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
}

.nos-solutions .item .image:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 81.7%;
}

.nos-solutions .item .image {
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}

.suivez-nous {
    margin-bottom: 160px;
}

.suivez-nous .wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.suivez-nous .title-h2 {
    padding-top: 0;
    padding-bottom: 0;
}

.suivez-nous .wrapper-title a {
    display: inline-flex;
    align-items: center;
}

.suivez-nous .wrapper-title a svg {
    margin-right: 10px;
}

.suivez-nous .wrapper-title a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.suivez-nous .wrapper-title .title-h2 {
    text-align: left;
}

.suivez-nous .wrapper-gallery {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.suivez-nous .wrapper-gallery .item {
    width: 100%;

    background-size: cover;
    background-position: center;
    border-radius: 6px;
    position: relative;
}

.suivez-nous .wrapper-gallery .item:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.nos-partenaires {
    margin: 140px 0;
    overflow: hidden;
}

.nos-partenaires .title-h2 {
    padding-top: 0;
}

.nos-partenaires .wrapper-partenaires {
    display: flex;
    gap: 90px;
    /*justify-content: center;*/
    white-space: nowrap;
    align-items: center;
    margin-top: 40px;
}

.nos-partenaires .wrapper-partenaires img {
    height: 76px;
}

.notre-equipe {
    margin-bottom: 160px;
}

.notre-equipe .title-h2 {
    padding-top: 0;
    text-align: left;
}

.notre-equipe .description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 60px;
}

.notre-equipe .description p {
    margin-top: 0;
}

.notre-equipe .container-padding {
    display: flex;
    justify-content: space-between;
}

.notre-equipe .wrapper-content {
    max-width: 510px;
    padding-right: 20px;
}

.notre-equipe .image {
    width: 56%;
    max-width: 1075px;
    border-radius: 6px 0px 0px 6px;
    background-position: center;
    background-size: cover;
}

.notre-equipe .image:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 55.8%;
}

.le-blog {
    margin-bottom: 160px;
}

.le-blog .wrapper-posts .item.blog .wrapper-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 147, 223, 0.84);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #ffffff;
    opacity: 0;
    transition: .5s;
}

.le-blog .wrapper-posts .item.blog:hover .wrapper-content {
    opacity: 1;
}

.le-blog .wrapper-posts .item.blog svg {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}

.le-blog .wrapper-posts .item {
    max-width: 490px;
    width: 100%;
}

.le-blog .wrapper-posts .item p {
    margin-top: 0;
}

.le-blog .wrapper-posts {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.le-blog .wrapper-posts .item .image {
    padding-bottom: 54.055%;
}

.le-blog .title-h2 {
    text-align: left;
}

.page-template-page-template-media {
    color: #ffffff;
    background: #44A4EF;
    padding-top: 160px;
}

.blue-bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: var(--image);
    mix-blend-mode: multiply;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.blue-bg .wrapper-sub-title, .blue-bg .wrapper-referense-media {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 30px;
}

.blue-bg .wrapper-sub-title .sub-title {
    grid-column-start: 3;
    margin: 0 0 140px 0;
}

.blue-bg .wrapper-referense-media {
    margin-bottom: 320px;
}

.blue-bg .wrapper-referense-media .item {
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blue-bg .wrapper-referense-media .item .hover {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-end;
    background: linear-gradient(0deg, #2889D4 12.5%, rgba(75, 163, 231, 0.68) 53.15%, rgba(106, 186, 248, 0.00) 100%);
}

.blue-bg .wrapper-referense-media .item:hover .hover {
    opacity: 1;
    transform: translateY(0);
}

.blue-bg .wrapper-referense-media .item .hover h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin: 0;
}

.blue-bg .wrapper-referense-media .item .hover .list-category {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blue-bg .wrapper-referense-media .item .hover .list-category .tag {
    font-weight: 500;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 6px 14px;
}

.blue-bg .wrapper-referense-media .item .hover a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}

.blue-bg .wrapper-referense-media .item .hover a svg {
    margin-left: 20px;
}

.blue-bg .wrapper-referense-media .item .hover a:hover {
    font-weight: 500;
}

.page-template-page-template-media .wrapper-breadcrumbs .breadcrumbs a,
.page-template-page-template-media .wrapper-breadcrumbs .breadcrumbs {
    color: #ffffff;
}

.page-template-page-template-media .wrapper-breadcrumbs {
    margin-bottom: 0;
}

.page-template-page-template-media header {
    border-bottom: 0.5px solid var(--mediweb-primary-blue, #a4cfef);
    background: rgba(209, 234, 254, 0.3);
    backdrop-filter: blur(8px);
}

.page-template-page-template-media .wrapper-header .logo a {
    display: flex;
}

.page-template-page-template-media .wrapper-header .logo svg path[fill],
.page-template-page-template-media footer .logo svg path[fill] {
    fill: #fff;
}

.page-template-page-template-media .wrapper-header .logo svg path[stroke] {
    stroke: #fff;
}

.page-template-page-template-media .wrapper-header .wrapper-right svg path[fill] {
    fill: #44a4ef;
}

.page-template-page-template-media .wrapper-header .wrapper-right svg path[stroke] {
    stroke: #44a4ef;
}

.page-template-page-template-media header .wrapper-header .wrapper-right {
    color: #fff;
}

.page-template-page-template-media header .wrapper-header .wrapper-right span {
    background: #fff;
}

.page-template-page-template-media header .wrapper-header .wrapper-right .item a {
    color: inherit;
}

.page-template-page-template-media header .wrapper-header .wrapper-right .item i {
    color: #ffffff;
}

.page-template-page-template-media footer {
    background: transparent;
}

.page-template-page-template-media footer:after {
    background-position: top center;
    background-image: url("../img/footer-blue-bg.png");
    background-color: #44a4ef;
    padding-bottom: 0;
    height: 180%;
    mix-blend-mode: normal;
}

.page-template-page-template-media footer .bottom-footer {
    background: #ffffff;
}
.page-template-page-template-media img {
    max-width: 100%;
    display: block;
}

.page-template-page-template-media footer .bottom-footer .container,
.page-template-page-template-media footer .bottom-footer a {
    color: #44a4ef;
}

.page-template-page-template-media footer .wrapper-footer .wrapper-info a {
    color: #ffffff;
}
.page-template-page-template-media.single-medias h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin: 20px 0;
}
.page-template-page-template-media.single-medias .main-image {
    width: 100%;
    display: block;
    margin: 60px 0;
}
.page-template-page-template-media.single-medias h1 {
    font-size: 38px;
    line-height: 125%;
}
.page-template-page-template-media.single-medias .description-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-template-page-template-media.single-medias .description-wrapper h2 {
    margin-top: 0;
}
.page-template-page-template-media.single-medias .description-wrapper .desc {
    max-width: 640px;
    padding-right: 20px;
}
.page-template-page-template-media.single-medias .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 100px;
}
.page-template-page-template-media.single-medias .gallery-wrapper .item {
    display: block;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-size: cover;
}
.page-template-page-template-media.single-medias .fancy-box-title-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    color: #ffffff;
    bottom: calc(100% + 10px);
}
.page-template-page-template-media.single-medias .fancy-box-title-wrapper h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}
.page-template-page-template-media.single-medias .fancybox-custom-close {
   background: transparent;
    border: 0;
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}
.page-template-page-template-media.single-medias .fancybox-stage {
    width: calc(100vw - 200px);
    max-width: 1530px;
    margin: 0 auto;
}
.page-template-page-template-media.single-medias .fancybox-bg {
    background: #44A4EF;
}
.page-template-page-template-media.single-medias .fancybox-navigation {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 1780px;
    display: flex;
    z-index: 99999999;
    justify-content: space-between;
}
.page-template-page-template-media.single-medias .fancybox-toolbar {
    display: none;
}
.page-template-page-template-media.single-medias .fancybox-infobar {
    display: none;
}
.page-template-page-template-media.single-medias .next-post  {
    aspect-ratio: 3 / 1;
    padding: 100px 20px;
    background: linear-gradient(0deg, rgba(0, 124, 220, 0.60) 0%, rgba(0, 124, 220, 0.60) 100%), var(--image), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}
.page-template-page-template-media.single-medias .next-post .wrap {
    text-align: center;
}
.page-template-page-template-media.single-medias .next-post .wrap h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.page-template-page-template-media.single-medias .next-post .wrap .button {
    padding: 11px 35px 11px 45px;
}
.page-template-page-template-media.single-medias .next-post .wrap p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 45px;
}
.single-web {
    background: #ffffff;
}
.single-web h1 {
    margin: 0 0 20px;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 125% */
}
.single-web .sub-title {
    margin-bottom: 20px;
}
.single-web .bg-image-full-height {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: flex-end;
    background: var(--image), lightgray 50% / cover no-repeat;
    position: relative;
}
.single-web .bg-image-full-height:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.80) 37.42%, rgba(255, 255, 255, 0.00) 73.89%);
}
.single-web .bg-image-full-height .container {
    z-index: 3;
}
.single-web .columns-description {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.single-web h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin: 0 0 30px;
}
.single-web h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.single-web .columns-description .desc {
    max-width: 620px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.single-web .columns-description .wrapper-site-info {
    max-width: 490px;
    margin: 0 auto;
    height: 100%;
}
.single-web .columns-description .wrapper-site-info .site-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.single-web .columns-description .wrapper-site-info .icons {
    display: flex;
    gap: 20px 40px;
}
.single-web .columns-description .wrapper-site-info p {
    margin: 0;
}

.single-web .testimonials {
    width: min(1530px, calc(100% - 4rem));
    margin: 10rem auto 7.8571rem;
}
.single-web .testimonials .swiper-slide {
    height: auto;
}
.single-web .testimonials-header {
    color: var(--mediweb-secondary-dark-gray, #41525e);
    font-size: 2.14286rem;
    font-weight: 500;
    line-height: 2.71429rem; /* 126.667% */
    margin: 0 0 2.86rem;
}

.single-web .testimonials-carousel-wrapper {
}
.single-web .testimonial {
    display: flex;
    gap: 1.43rem;
    background-color: #fff;
    border-radius: 6px;
    height: 100%;
}
.single-web .testimonial-preview {
    width: calc(320 / 750 * 100%);
    /* width: 42.6%; */
    position: relative;
    aspect-ratio: 320/300;
}
.single-web .testimonial-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-web .testimonial-content {
    color: var(--mediweb-secondary-dark-gray, #41525e);
    padding: 1.43rem 0;
    padding-inline-end: 1.43rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.14286rem;
    line-height: 1.71429rem; /* 150% */
    width: calc(410 / 750 * 100%);
}
.single-web .testimonial-content .description {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
}
.single-web .testimonial-title {
    font-size: 1.71429rem;
    line-height: 2.42857rem; /* 141 */
    margin: 0;
}

.single-web .testimonials-pagination {
    width: 21.5rem;
    margin: 4.2857rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.single-web .testimonials-carousel.disabled .testimonials-pagination {
    display: none;
}
.single-web .testimonials-pagination__controller {
    border-radius: 50%;
    width: 2.1429rem !important;
    height: 2.1429rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #44a4ef;
    position: static !important;
    margin: 0;
}
.single-web .testimonials-pagination__controller.swiper-button-disabled {
    /* display: none; */
}
.single-web .testimonials-pagination__controller svg {
    width: initial;
    height: initial;
}
.single-web .testimonials-pagination__controller::after {
    display: none !important;
}
.single-web .testimonials-pagination__counter {
    color: #41525e;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.57143rem; /* 157.143% */
    width: fit-content;
    position: static;
}
.single-web .mise_en_oeuvre {
    border-radius: 6px;
    background: #ffffff;
    width: min(1660px, calc(100% - 40px));
    margin: 0 auto;
    padding: 120px 0;
}
.single-web .mise_en_oeuvre .top-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.single-web .mise_en_oeuvre .top-line .image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-web .mise_en_oeuvre .top-line .image img {
    max-width: 100%;
}
.single-web .mise_en_oeuvre .top-line .description {
    max-width: 620px;
    text-align: justify;
}
.single-web .mise_en_oeuvre .images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 80px;
}
.single-web .mise_en_oeuvre .images .image {
    aspect-ratio: 750 / 300;
    border-radius: 6px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.single-web .solutions {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.single-web .solutions .wrapper-solutions {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 30px;
}
.single-web .solutions .wrapper-solutions .item {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}
.single-web .solutions .wrapper-solutions .item img {
    flex-shrink: 0;
}
.single-web .solutions .wrapper-solutions .item h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.single-web .solutions .wrapper-solutions .item p {
    margin: 0;
}
.single-web .mockup {
    position: sticky;
    top: 0;
    z-index: -1;
    padding: 100px 0;
}
.single-web .mockup img {
    width: 100%;
    position: relative;
    z-index: 2;
}
.single-web .mockup:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    background: radial-gradient(115.7% 105.4% at 0% 104.86%, #92CAFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(90.48% 90.31% at 16.93% 107.56%, #EBCFFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.single-web .nos_medias {
    position: relative;
    margin-bottom: 110px;
}
.single-web .nos_medias .bg-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
}
.single-web .nos_medias .bg-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(48, 138, 209, 0.70) 0%, rgba(48, 138, 209, 0.70) 100%);
}
.single-web .nos_medias .bg-wrapper .image {
    background-position: center;
    background-size: cover;
    aspect-ratio: 32 / 25;
}
.single-web .nos_medias .button {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-web .bg-testimonials {
    position: relative;
    padding-bottom: 140px;
}
.single-web .bg-testimonials:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(40.83% 35.49% at 96.38% 38.53%, rgba(235, 207, 255, 0.45) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(43.54% 47.98% at 107.73% 55.96%, #92CAFF 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: .8;
    z-index: -1;
}
.single-web .changer-post {
    text-align: center;
    margin: 110px 0;
}
.single-web .changer-post .wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 10px;
}
.single-web .changer-post .another-post {
    display: flex;
    gap: 90px;
    width: 50%;
    text-align: left;
}
.single-web .changer-post .another-post:nth-child(2) {
    flex-direction: row-reverse;
    text-align: right;
}
.single-web .changer-post .another-post .big-blue {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 130.435% */
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #44A4EF;
    margin-top: 0;
    margin-bottom: 30px;
}
.single-web .changer-post .another-post .image {
    background-size: cover;
    background-position: center;
    aspect-ratio: 425 / 250;
    width: min(425px, 50%);
    flex-shrink: 0;
    border-radius: 0px 6px 6px 0px;
}
.single-web .changer-post .another-post:nth-child(2) .image {
    border-radius: 6px 0px 0px 6px;
}
.top-h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    color: #41525E;
    margin-top: 80px;
    margin-bottom: 22px;
}
.page-template-page-template-notre-agence-digitale header {
    position: sticky;
}
.page-template-page-template-notre-agence-digitale {
    position: relative;
}
.page-template-page-template-notre-agence-digitale:before {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: -1;
    background: radial-gradient(43.4% 43.4% at 50% 0%, #EBDBFA 0%, rgba(219, 223, 250, 0.00) 100%), radial-gradient(55.7% 100% at 13.65% 0%, #B8D9FF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, #FFF 2.37%, rgba(255, 255, 255, 0.84) 96.79%);
}
.counter-block {
    padding: 100px 0;
    background: var(--bg);
    background-position: center;
    background-size: cover;
    background-blend-mode: color-burn, normal;
}
.counter-block .small-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.counter-block .small-container .flex-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #ffffff;
    gap: 30px;
}
.counter-block .small-container .flex-wrapper .count {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.64px;
    text-align: right;
}
.counter-block .small-container .flex-wrapper .text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    width: 230px;
}
.page-template-page-template-notre-agence-digitale .h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 40px;
}
.nos_valeurs {
    margin: 160px 0;
}
.nos_valeurs .items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.nos_valeurs .items .item {
    display: flex;
    gap: 30px;
    align-items: flex-end;

}
.nos_valeurs .items .item .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}
.nos_valeurs .description {
    width: 70%;
    max-width: 880px;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-left: auto;
    margin-top: 50px;
}
.notre_expertise_technique {
    margin: 160px 0;
}
.notre_expertise_technique .h2 {
    margin-bottom: 80px;
}
.notre_expertise_technique .wrapper-item {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.notre_expertise_technique .wrapper-item .item {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #DBEAF7;
}
.notre_expertise_technique .wrapper-item .item .title {
    width: 30%;
    max-width: 430px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}
.notre_expertise_technique .wrapper-item .item .description {
    width: 70%;
    max-width: 880px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #41525E;
    text-align: justify;
}
.notre_expertise_technique .wrapper-item .item .description p {
    margin-top: 0;
}
.notre_expertise_technique .wrapper-item .item .description .wrapper-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.notre_equipe {
    margin: 160px 0;
}

.notre_equipe .image {
    padding-bottom: 98%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
}

.notre_equipe .name {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-top: 16px;
}

.notre_equipe .status {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.notre_equipe  .wrapper-pagination {
    display: none;
}
.notre_equipe .scroll_top-equipe {
    display: none;
}
@media only screen and (min-width: 768px) {
    .notre_equipe .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px 15px;
    }
}
@media only screen and (min-width: 991px) {
    .notre_equipe .swiper-wrapper {
        gap: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .nos-partenaires {
        margin: 60px 0;
    }
    .notre_equipe .scroll_top-equipe {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 80px;
    }
    .notre_equipe .swiper-slide {
        width: 62%;
    }
    .notre_equipe .swiper {
        margin-right: -20px;
    }
    .notre_equipe  .wrapper-pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-top: 40px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-right: 20px;
    }
    .welcome .wrapper-welcome {
        min-height: 100vh;
        height: auto;
    }
}
@media only screen and (max-width: 1570px) {
    /*.container-padding {*/
    /*    padding-left: 20px;*/
    /*}*/
}
@media only screen and (max-width: 1370px) {
    .nos-references .wrapper-columns .wrapper-posts .item {
        width: calc(50% - 15px);
    }
    .container-padding {
        /*padding-left: 20px;*/
    }
    .single-web .changer-post .another-post {
        gap: 25px;
    }
    .single-web .changer-post .another-post .big-blue {
        font-size: 32px;
        line-height: 38px;
    }
}


@media only screen and (max-width: 1100px) {
    .nos-references .wrapper-columns {
        flex-direction: column;
    }

    .nos-references .wrapper-columns .wrapper-type {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        position: static;
    }

    .nos-references .wrapper-columns .wrapper-type a.button {
        margin-top: 20px;
    }

    .nos-references .wrapper-columns .wrapper-posts,
    .le-blog .wrapper-posts {
        width: 100%;
    }
    .nos_valeurs .items .item {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

}

@media only screen and (max-width: 991px) {
    .container-padding {
        padding-left: 20px;
    }
    .container, body .container-page.big {
        max-width: 100%;
    }
    .nos-solutions .item .image:after {
        padding-bottom: 95%;
    }

    .welcome .wrapper-item .item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
    }
    .welcome .wrapper-item .item:last-child {
        text-align: left;
    }

    .welcome .center-text {
        padding: 0 20px;
    }

    .welcome .center-text .name {
        font-size: 90px;
        line-height: 1;
    }

    .welcome .center-text .title-h1 {
        font-size: 32px;
    }

    .suivez-nous .wrapper-gallery {
        flex-wrap: wrap;
    }

    .suivez-nous .wrapper-gallery .item {
        width: calc(50% - 15px);
    }

    .blue-bg .wrapper-sub-title {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }

    .blue-bg .wrapper-referense-media {
        gap: 5px;
        margin-bottom: 120px;
    }

    .blue-bg .wrapper-referense-media .item .hover {
        display: none;
    }

    .blue-bg .wrapper-sub-title .sub-title {
        margin: 30px 0 40px 0;
    }

    .page-template-page-template-media footer:after {
        content: none;
    }

    .blue-bg .wrapper-referense-media .item .hover .image {
        aspect-ratio: 1 / 1;
        position: relative;
        background-image: var(--image);
    }

    .blue-bg .wrapper-referense-media .item .hover .image h3 {
        padding: 30px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(0deg, #2889D4 12.5%, rgba(75, 163, 231, 0.68) 53.15%, rgba(106, 186, 248, 0.00) 100%);
    }
    .blue-bg .wrapper-referense-media:after {
        content: '';
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: .3;
        background: #ffffff;
        z-index: 98;
        display: none;
    }
    .blue-bg .wrapper-referense-media:hover:after {
        display: block;
    }
    .blue-bg .wrapper-referense-media.clicked:after {
        display: none;
    }
    .blue-bg .wrapper-referense-media .item:hover .hover {
        padding: 16px 16px 30px;
        display: flex;
        position: fixed;
        opacity: 1;
        transform: translateY(0);
        z-index: 9999999999;
        height: fit-content;
        max-height: 80vh;
        top: auto;
        border-radius: 10px 10px 0px 0px;
        background: #3293DF;
    }
    .single-web .changer-post .another-post .big-blue {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px; /* 120% */
        letter-spacing: 0.3px;
        margin-bottom: 10px;
    }

    .single-web .changer-post .wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .single-web .changer-post .another-post {
        width: 100%;
        gap: 25px;
    }

    .single-web .changer-post .another-post .image {
        width: min(110px, 50%);
    }
}

@media only screen and (max-width: 767px) {
    .nos-references .wrapper-columns .wrapper-posts .item,
    .le-blog .wrapper-posts .item {
        width: 100%;
    }

    .welcome .center-text .name {
        font-size: 62px;
        line-height: 68px;
    }

    .welcome .center-text .title-h1 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 36px;
        letter-spacing: 0.3px;
        /*margin-left: 40px;*/
    }

    .welcome .center-text .sub-title {
        font-size: 20px;
        line-height: 150%;
        margin-top: 10px;
        /*margin-left: 40px;*/
    }

    .welcome .wrapper-item {
        flex-direction: column;
        margin-bottom: 16vh;
        gap: 0;
    }
    .pop-up-menu .bottom-line {
        height: 100%;
    }

    .welcome .wrapper-item .item {
        width: 100%;
        max-width: none;
    }

    .welcome .center-text {
        position: static;
        transform: none;
        /*min-height: 100vh;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .nos-solutions .item {
        flex-direction: column;
    }

    .nos-solutions .item .content-wrapper, .nos-solutions .item .image {
        width: 100%;
    }

    .nos-solutions .item .content-wrapper .content {
        padding: 20px;
    }

    .nos-references {
        margin: 60px 0 40px;
    }

    .title-h2 {
        font-size: 36px;
        line-height: 42px;
        padding: 20px 0;
    }

    .suivez-nous .wrapper-gallery {
        gap: 20px;
    }

    .suivez-nous .wrapper-title {
        flex-direction: column;
    }

    .suivez-nous .wrapper-gallery .item {
        width: calc(50 - 10px);
    }

    .notre-equipe .title-h2 {
        padding-top: 20px;
    }

    .suivez-nous, .nos-partenaires, .notre-equipem, .le-blog, .notre-equipe {
        margin-bottom: 80px;
    }

    .nos-partenaires .wrapper-partenaires {
        gap: 50px;
        margin-top: 20px;
    }

    .nos-partenaires .wrapper-partenaires img {
        height: 56px;
    }

    .notre-equipe .container-padding {
        flex-direction: column-reverse;
        padding: 0;
    }

    .notre-equipe .wrapper-content {
        max-width: none;
        padding: 0 20px;
    }

    .notre-equipe .description {
        margin-bottom: 30px;
    }

    .notre-equipe .image {
        width: 100%;
        border-radius: 0;
    }

    .le-blog .wrapper-posts {
        margin-bottom: 30px;
    }

    .blue-bg .wrapper-referense-media {
        margin: 0 -20px;
    }

    .page-template-page-template-media.single-medias .fancybox-stage {
        width: 100%;
    }

    .page-template-page-template-media.single-medias .fancybox-navigation {
        bottom: 50px;
        top: auto;
        transform: translate(-50%, 0);
    }

    .page-template-page-template-media.single-medias .fancybox-container {
        z-index: 999999999999;
    }

    .page-template-page-template-media.single-medias .fancybox-infobar {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        color: #ffffff;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 48px;
        top: auto;
        mix-blend-mode: normal;
    }

    .page-template-page-template-media.single-medias .fancy-box-title-wrapper h3 {
        display: none;
    }

    .page-template-page-template-media.single-medias .fancy-box-title-wrapper {
        padding: 0 15px;
        justify-content: flex-end;
    }

    .page-template-page-template-media.single-medias h1 {
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0.3px;
    }

    .page-template-page-template-media.single-medias h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }

    .page-template-page-template-media.single-medias .description-wrapper {
        grid-template-columns: repeat( 1, minmax(0, 1fr));
    }

    .page-template-page-template-media.single-medias .description-wrapper h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
    }

    .page-template-page-template-media.single-medias .gallery-wrapper {
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .page-template-page-template-media.single-medias .next-post .wrap h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
    }

    .page-template-page-template-media.single-medias .next-post {
        padding: 50px 20px;
    }

    .page-template-page-template-media.single-medias .next-post .wrap p {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }

    .single-web .columns-description {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 60px;
    }

    .single-web .bg-image-full-height {
        min-height: 80vh;
        aspect-ratio: auto;
        background-position: center;
        width: 100%;
    }

    .single-web h1 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px; /* 120% */
        letter-spacing: 0.3px;
    }

    .single-web h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .single-web .columns-description .wrapper-site-info {
        margin-left: 0;
    }

    .single-web .columns-description .wrapper-site-info .site-info {
        gap: 30px;
    }

    .single-web .testimonials {
        margin: 80px auto;
    }

    .single-web .testimonial {
        flex-direction: column;
        gap: 0;
    }

    .single-web .testimonial-content {
        width: 100%;
    }

    .single-web .testimonials-pagination {
        margin-top: 40px;
    }

    .single-web .mise_en_oeuvre {
        padding: 20px 0;
        width: 100%;
    }

    .single-web .mise_en_oeuvre .top-line,
    .single-web .mise_en_oeuvre .images {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }

    .single-web .mise_en_oeuvre .images {
        margin-top: 40px;
    }

    .single-web .bg-testimonials {
        padding-bottom: 80px;
    }

    .single-web .solutions .wrapper-solutions .item h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }

    .single-web .solutions .wrapper-solutions {
        margin-top: 30px;
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .single-web .nos_medias .bg-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .single-web .nos_medias .bg-wrapper .image:nth-child(n+2) {
        display: none;
    }

    .single-web .nos_medias .button {
        white-space: nowrap;
    }

    .single-web .mockup {
        padding: 80px 0;
    }

    .top-h1 {
        margin-top: 30px;
        font-size: 30px;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 0.3px;
    }

    .counter-block {
        padding: 50px 10px;
    }
    .counter-block .small-container {
        gap: 33px;
    }
    .counter-block .small-container .flex-wrapper .count {
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 52px; /* 123.81% */
        letter-spacing: 0.42px;
        max-width: 230px;
        width: 100%;
        margin-right: auto;
    }
    .counter-block .small-container .flex-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .counter-block .small-container .flex-wrapper .text {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        max-width: 190px;
    }

    .nos_valeurs {
        margin: 80px 0;
    }
    .nos_valeurs img {
        max-width: 100%;
    }
    .page-template-page-template-notre-agence-digitale .h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
    }
    .nos_valeurs .items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .nos_valeurs .items .item .icon {
        width: 50px;
    }
    .nos_valeurs .items .item .title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }
    .nos_valeurs .description {
        width: 100%;
    }
    .notre_expertise_technique {
        margin: 80px 0;
    }
    .page-template-page-template-notre-agence-digitale .h2 {
        margin-bottom: 40px;
    }
    .notre_expertise_technique .wrapper-item .item {
        flex-direction: column;
        gap: 20px;
    }
    .notre_expertise_technique .wrapper-item .item .title,
    .notre_expertise_technique .wrapper-item .item .description {
        width: 100%;
        max-width: none;
    }
    .notre_expertise_technique .wrapper-item .item .title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }
    .notre_expertise_technique .wrapper-item {
        gap: 40px;
    }
    .notre_expertise_technique .wrapper-item .item .description .wrapper-icons {
        gap: 20px 10px;
    }
    .notre_equipe {
        margin: 80px 0;
    }
}
