/*
Theme Name: Tijaro
Version: 1.0
Author: davidbdr0@gmail.com
Text Domain: tjr
*/

@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,900;1,500&display=swap");

/* Clean */

:root {
    --font-poppins: "Poppins", sans-serif;
    --font-montserrat: "Montserrat", sans-serif;
    --title-color: #0d1720;
    --white-color: #fff;
    --paragraph-color: #566064;
    --primary-color: #003b71;
}

body {
    font-size: 20px;
}
.site-wrap {
    padding: 90px 0;
}
.circle-container {
    background: rgba(255, 255, 255, 0.75);
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(46, 68, 141);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.circle-container::after {
    position: absolute;
    font-family: "Bootstrap-icons";
    content: "\f145";
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: #003b71;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.circle-container svg path {
    fill: none;
}
.circle-container svg.circle-progress path {
    stroke: var(--paragraph-color);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.circle-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.container-fluid.one {
    max-width: 1746px;
}
.container-fluid.two {
    max-width: 1546px;
}
.h-50vh {
    height: 50vh;
}
.h-55vh {
    height: 55vh;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

section {
    padding: 0 0 90px 0;
}
section.separateur {
    padding: 0;
}
.bg-left-bottom {
    background-position: left bottom;
}
.bg-left-top {
    background-position: left top;
}
.bg-left-center {
    background-position: left center;
}
.bg-center-bottom {
    background-position: center bottom;
}
.bg-center-top {
    background-position: center top;
}
.bg-center-center {
    background-position: center center;
}
.bg-right-bottom {
    background-position: right bottom;
}
.bg-right-top {
    background-position: right top;
}
.bg-right-center {
    background-position: right center;
}
.separateur hr {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

svg {
    display: block;
}
.mobile-logo-wrap img {
    width: 200px;
}
/* Boutons */
.primary-btn1 svg,
.primary-btn2 svg {
    transition: all 0.6s;
}

.primary-btn1 svg {
    fill: var(--white-color);
}
.primary-btn1:hover {
    color: #003b71;
    background: var(--white-color);
}
.primary-btn1:hover svg {
    fill: #003b71;
}
.primary-btn2 {
    color: #0d1720;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 15px 20px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}

.primary-btn2.btn-vert {
    background-color: #80bc00;
    color: white;
}
.primary-btn2.btn-vert svg path {
    fill: white;
}
.primary-btn2:hover {
    color: var(--white-color);
    background: #003b71;
}
.primary-btn2:hover svg {
    transform: rotate(45deg);
    fill: var(--white-color);
}

.explore-btn {
    color: #0d1720;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 8px;
    transition: 0.35s;
    white-space: normal;
}
.explore-btn svg {
    fill: #0d1720;
    transition: 0.15s;
}

.explore-btn.two {
    border: 1px solid #eee;
    padding: 11px 28px;
    color: var(--white-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}
.explore-btn.two svg {
    fill: var(--white-color);
    transition: all 0.6s;
}
.explore-btn.two:hover {
    color: var(--white-color);
}
.explore-btn.two:hover svg {
    fill: var(--white-color);
}

/* Pagination */
.pagination-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 90px;
}
.pagination-area .page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.pagination-area .page-numbers span,
.pagination-area .page-numbers a:not(.next, .prev) {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-area .page-numbers span.current {
    background-color: #003b71;
    color: var(--white-color);
}
.pagination-area .page-numbers a:not(.next, .prev):hover {
    background-color: #003b71;
    color: var(--white-color);
}
.pagination-area .page-numbers a.next,
.pagination-area .page-numbers a.prev {
    color: #0d1720;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pagination-area .paginations-button a svg {
    fill: #0d1720;
}

/* TOPBAR */
.header-topbar-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.topbar-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 45px;
}
.topbar-area.style-2 {
    background-color: transparent;
    z-index: 99;
}

.topbar-area .topbar-left {
    display: flex;
    align-items: center;
    gap: 45px;
}
.topbar-area .topbar-left li {
    line-height: 1;
}
.topbar-area .topbar-left li a {
    color: #0d1720;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-weight: 500;
    transition: 0.35s;
}
.topbar-area.style-2 .topbar-left li a {
    color: var(--white-color);
    transition: 0.35s;
}
.topbar-area .topbar-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.topbar-area .topbar-right li {
    color: #0d1720;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.topbar-area.style-2 .topbar-right li {
    color: var(--white-color);
}

.topbar-area .topbar-right li a {
    color: #0d1720;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.35s;
}
.topbar-area.style-2 .topbar-right li a {
    color: var(--white-color);
    transition: 0.35s;
}

/* HEADER */
.header-area.style-2 {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: all 0.8s ease-out 0s;
}
.header-area.style-2 .header-logo {
    padding: 0;
    margin-right: 15px;
    background: transparent;
}
.header-area.style-2 .header-logo img {
    width: 230px;
    max-width: unset;
}

/* MENU */
.header-area.style-2 .menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 5px 0 5px;
    margin-left: 15px;
}
.header-area.style-2 .menu-wrap .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-area.style-2 .menu-wrap .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 22px 8px;
}
.header-area.style-2 .menu-wrap .main-menu ul > li:first-child {
    padding-left: 0;
}

.header-area.style-2 .menu-wrap .main-menu ul > li.active > a {
    border-color: var(--white-color);
}
.header-area.style-2 .menu-wrap .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}
.header-area.style-2 .menu-wrap .main-menu ul li.menu-item-has-children > i {
    display: block;
}
.header-area.style-2 .menu-wrap .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 15px 0;
}

/* SUBMENU */

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu {
    top: 50px;
}
.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
}
.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-poppins);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
}
.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--white-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}
.header-area.style-2 .menu-wrap .main-menu ul > li.active > a {
    border-color: var(--white-color);
}

/* Titres pages */
.breadcrumb-section {
    position: relative;
    max-height: 400px;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: flex-end;
}
.breadcrumb-section .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 24px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.6);
    padding: 15px 30px;
    display: inline-block;
    margin: 15px 0 45px 0;
    line-height: 1;
}

.breadcrumb-section .company-name {
    color: rgba(255, 255, 255, 0.05);
    font-family: var(--font-marcellus);
    font-size: 200px;
    font-weight: 400;
    position: absolute;
    line-height: 1;
    bottom: 19px;
    right: 7%;
    display: none;
}

.banner-content {
    text-align: center;
}

.entete-tax .banner-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icone-entete {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.icone-entete svg {
    max-width: 80px;
    opacity: 0.9;
}
.icone-entete span span {
    display: block;
    margin: 0 5px;
}
.icone-entete span:last-of-type span {
    display: none;
}

/* To clean */
.admin-bar .header-topbar-area {
    top: 32px;
}
.topbar-area .topbar-right {
    margin-left: auto;
}
.topbar-area .topbar-right li {
    font-size: 15px;
}

/* HOME */

.acc-pres {
    background-color: #4a494d;
}

.acc-intro.banner2-section .banner2-slider {
    cursor: auto;
}

/**/
.acc-real p {
    margin: 15px 0 30px 0;
}
.acc-real a.explore-btn {
    margin: 0 0 5px 0;
}

.acc-secteurs .cls-1 {
    fill: none;
    stroke: #1b3e6f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.75px;
    transition: stroke 0.4s ease;
}
.icone-entete .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.75px;
    transition: stroke 0.4s ease;
}

.acc-secteurs .eg-card-2:hover {
    border-color: #1b3e6f;
    cursor: pointer;
    background-color: #1b3e6f;
}
.acc-secteurs .eg-card-2:hover svg {
    transform: none;
}

.acc-secteurs .eg-card-2:hover .icon svg * {
    stroke: #fff;
}

.acc-secteurs .eg-card-2:hover .link svg {
    stroke: none;
}

.acc-secteurs .link a {
    background: white;
    padding: 15px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.acc-secteurs .eg-card-2:hover .content h5,
.acc-secteurs .eg-card-2:hover .content p {
    color: white;
}

.acc-secteurs .eg-card-2.style-3 .sl-no {
    top: 20px;
    left: 20px;
}
.acc-secteurs .eg-card-2.style-3 .sl-no h3 {
    font-weight: 300;
}
.acc-secteurs .eg-card-2 .icon {
    max-width: 80px;
    max-height: 70px;
}
.acc-secteurs svg {
    width: 100%;
}
.acc-secteurs .link svg {
    width: 20px;
    transition: all 0.6s;
}
.acc-secteurs .eg-card-2:hover .link svg {
    transform: rotate(45deg);
}
.acc-profils {
    margin-bottom: 30px;
}

.acc-profils .project-card .project-img img {
    height: 600px;
}
.acc-profils .project-card .project-content {
    padding: 30px;
}
.acc-profils .project-card .project-content h4 {
    margin-bottom: 0;
}
.acc-profils .bolg-slider {
    max-width: 98.75%;
}
.acc-profils .project-card .project-content h4 a {
    font-size: 18px;
    font-weight: 400;
}

.acc-profils .project-card .project-content .category-title {
    transform: none;
}

.home6-about-section .section-title1 h2 {
    max-width: 800px;
    font-size: 48px;
    font-weight: 300;
}

.banner1-section .banner-top .banner-content h1 {
    font-weight: 900;
}
.header-area.style-2 .menu-wrap .main-menu ul > li > a {
    text-transform: none;
    font-size: 17px;
    padding: 5px 15px;
    border: 0;
}
.header-area.style-2 .menu-wrap .main-menu ul > li > a:hover {
    color: #80bc00;
}
.banner3-section #home3-banner-bg {
    height: 70vh;
}

.real-col {
    background-color: #f6f5ee;
    padding: 90px 60px;
}

.banner2-section .banner-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    padding: 200px 0 110px 0;
}

.banner2-section .banner-wrapper .banner-left-content h1,
.banner2-section .banner-wrapper .banner-left-content h2 {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 75px;
    font-weight: 400;
    max-width: 880px;
    margin-bottom: 50px;
}
.banner2-section .banner-wrapper .banner-left-content h1 {
    font-size: 44px;
    font-weight: 600;
    padding-right: 60px;
    margin-bottom: 0;
}
.banner2-section .banner-wrapper .banner-right-content {
    padding-bottom: 75px;
}
.banner2-section .banner-wrapper .banner-right-content .btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 5px;
}
.banner2-section .banner-wrapper .banner-right-content .btn-group li {
    line-height: 1;
}

.banner2-section .banner-wrapper .banner-right-content p {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 60px;
}

.alt-span {
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 16px;
    border: 1px solid #fff;
    padding: 5px 20px;
}

/* Inner nav */
.industry-details-nav-area.inpage-nav {
    background: #0d1720;
    margin-bottom: 90px;
    margin-top: -90px;
    position: sticky;
    top: 0;
}

.industry-details-nav-area.inpage-nav .nav-and-people-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.industry-details-nav-area.inpage-nav .nav-and-people-btn-area .nav-pills .nav-item:first-child .nav-link {
    border-left: none;
}
.industry-details-nav-area.inpage-nav .nav-and-people-btn-area .nav-pills .nav-item .nav-link {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    border-radius: unset;
    padding: 24px 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.industry-details-nav-area.inpage-nav .nav-and-people-btn-area .nav-pills .nav-item .nav-link.active {
    background-color: #003b71;
}
.industry-details-nav-area.inpage-nav .nav-and-people-btn-area .nav-pills .nav-item .nav-link {
    font-size: 17px;
}

.industry-details-nav-area.inpage-nav .primary-btn1 svg {
    transform: rotate(90deg);
}

/* Contenus cols */

.contenus_en_colonnes p {
    line-height: 180%;
    margin-bottom: 45px;
    font-size: 20px;
    padding-right: 45px;
}
.contenus_en_colonnes a:not(.primary-btn1) {
    color: #99c933;
    text-decoration: underline;
}
.contenus_en_colonnes a:hover {
    text-decoration: none;
}
.contenus_en_colonnes p:last-of-type {
    margin-bottom: 0;
}
.contenus_en_colonnes h2 {
    margin: 60px 0;
}
.contenus-contact h2 {
    margin-top: 0;
}
.contenus_en_colonnes h3 {
    font-size: 24px;
}
.contenus_en_colonnes ul {
    margin: 60px;
    list-style: disc;
}
.contenus_en_colonnes ul li {
    color: var(--paragraph-color);
    font-size: 18px;
    padding: 10px 90px 10px 0;
    line-height: 180%;
}

/* Bloc 7 */
.cover-section2 .sevices-wrap .single-services {
    border-top: 1px solid rgba(13, 23, 32, 0.08);
}

.cover-section2 .sevices-wrap .single-services:first-child .icon {
    border-top: 0;
}

.cover-section2 .sevices-wrap .single-services .icon {
    line-height: 0.7;
    color: #1b3e6f;
    font-family: var(--font-poppins);
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0.3;
}

.sevices-wrap {
    height: 100%;
    display: flex;
}
.cover-section2 .sevices-wrap .single-services h5 {
    padding: 30px 30px 15px 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    max-width: none;
}

.about-section.bloc_12 {
    position: relative;
}
.about-section.bloc_12 .testimonial-img-with-logo {
    z-index: 1;
}
.about-section.bloc_12:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f4f9fd;
    height: 130px;
    z-index: 0;
}
.about-section.bloc_12:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f4f9fd;
    height: 130px;
    z-index: 0;
}

.about-section.bloc_12 .team-card::after {
    display: none;
}
.about-section.bloc_12 .team-card .content h4 {
    margin: 30px 0;
    line-height: normal;
    font-size: 26px;
    font-weight: 700;
}
.about-section.bloc_12 .team-card .content h4:first-of-type {
    margin-top: 0;
}
.about-section.bloc_12 .team-card .content p {
    color: var(--paragraph-color);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding-right: 45px;
}
.about-section.bloc_12 .team-card .content {
    margin-bottom: 0;
}
.about-section .team-card {
    min-height: initial;
    padding: 60px;
    justify-content: center;
    z-index: 1;
}

.eg-card-2.style-2 {
    height: 100%;
}

.testimonial-img-with-logo .logo svg {
    display: block;
    width: 100%;
    max-width: 70px;
    height: auto;
    opacity: 0.7;
}
.testimonial-img-with-logo .logo svg rect {
    fill: white;
}

.video-wrapper {
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #f6f5ee;
}
.video-wrapper a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.video-wrapper a .vid-wrap {
    position: absolute;
    z-index: 2;
    width: 500px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vid-wrap span {
    color: white;
    display: block;
    margin-left: -3px;
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: 700;
}

.svg-wrap {
    width: 160px;
    position: relative;
    height: 160px;
}

.svg-wrap svg {
    max-width: 160px;
    height: auto;
    position: absolute;
    bottom: 0;
}

.svg-wrap.wht svg {
    fill: #fff;
}
.svg-wrap.blue svg {
    fill: #1b3e6f;
}

.svg-wrap svg.svg-01 {
    max-width: 66px;
    bottom: 76px;
    left: -6px;
}
.svg-wrap svg.svg-02 {
    max-width: 58px;
    bottom: 76px;
    right: 40px;
}

.video-wrapper a:hover svg.svg-01 {
    animation: spin 4s linear infinite;
}
.video-wrapper a:hover svg.svg-02 {
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.video-wrapper .overlay {
    opacity: 0.3;
}

section.titre .people-card-section.titre_3 .people-card-top-area {
    justify-content: center;
    border: 0;
}

section.titre .titre-norm .section-title1 {
    justify-content: center;
}
section.titre .titre-comp h2 {
    margin: 0;
    padding: 0;
}
section.titre .titre_3 h3 {
    max-width: 600px;
}
section.titre .titre-norm h2 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 0;
}
section.titre img {
    max-height: 60px;
    width: 100%;
}
section.titre {
    padding-bottom: 0;
}
section.titre .titre-tag,
section.titre .titre-norm {
    margin-bottom: 30px;
}
section.titre .titre-norm .section-title1 {
    gap: 0;
}
section.titre .titre-norm .section-title1 span {
    padding: 0;
    border: 0;
    margin: 0;
}
section.titre .titre-comp {
    margin-bottom: 90px;
}
section.titre .titre-comp .section-title1 {
    gap: 10px;
}

.people-card-section .people-card-top-area .total-team-members-area .icon svg {
    fill: #dfebf7;
    transform: rotate(90deg);
}
.people-card-section .people-card-top-area .total-team-members-area .content {
    max-width: none;
    width: 100%;
}
.people-card-section .people-card-top-area .total-team-members-area .content h4 {
    color: #0d1720;
    font-family: var(--font-poppins);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.people-card-section .people-card-top-area .total-team-members-area .content p {
    font-size: 17px;
    line-height: 1.7;
}

.bloc-11 .section-title1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 60%;
    width: 100%;
    gap: 15px;
    flex-direction: column;
}

.section-title1 h2 {
    font-size: 32px;
    color: #0d1720;
    font-weight: 700;
    max-width: 740px;
}

.people-card-section .people-tag {
    background-color: #dfebf7;
    padding: 11px 60px 11px 25px;
    display: inline-block;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    margin-bottom: 0;
}
.people-card-section .people-tag span {
    color: #0d1720;
    font-family: var(--font-poppins);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.industry-details-blog-section {
    background-color: #0d1720;
    padding: 45px 0 45px 0;
}

.industry-details-blog-section svg path {
    fill: white;
}

.industry-details-blog-section h2 {
    padding-top: 0;
}

.stats.home5-about-section {
    background-color: #1b3e6f;
    padding: 60px 0;
}
.stats.home5-about-section .about-left {
    max-width: none;
    display: flex;
    justify-content: flex-end;
}
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter .icon svg {
    fill: #fff;
}
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter .content .number h2,
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter .content p,
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter .content span {
    color: #fff;
}

.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter .content p {
    font-size: 17px;
    opacity: 0.9;
}
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter {
    padding: 0 30px;
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    width: auto;
    display: block;
}
.stats h3 {
    color: #fff;
    margin: 0;
    line-height: 150%;
    padding-right: 30px;
    font-size: 24px;
    margin-left: 15px;
}
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter .content .number {
    margin: 5px 0;
}
.number-wrap span {
    margin-right: 10px;
    font-size: 18px;
    opacity: 0.9;
}
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter:last-child {
    border-right: unset;
    justify-content: start;
}
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
}
.stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter .icon {
    margin-bottom: 15px;
}
.stats.home5-about-section .about-left .counter-and-btn {
    padding-left: 0;
}

/* cta */

.cta {
    background: #99c933;
}
.contact-section2 .contact-content {
    max-width: none;
    width: 100%;
}
.cta h3 {
    font-size: 34px;
    line-height: 135%;
    margin-bottom: 5px;
    color: #fff;
}
.cta p {
    color: #fff;
}

/* Bloc 10 */

.mission-section .mission-content-wrap .mission-content-top {
    padding-bottom: 30px;
}
.mission-section .mission-content-wrap .mission-content-top h2 {
    font-size: 48px;
    font-weight: 300;
}
.mission-section .mission-content-wrap .mission-content-bottom {
    padding-top: 30px;
}

.mission-section .mission-content-wrap .mission-content-bottom h3 {
    margin-bottom: 30px;
    font-size: 26px;
}
.mission-section .mission-content-wrap .mission-content-bottom p {
    margin-bottom: 60px;
}
.mission-img img {
    margin-bottom: 30px;
}
.mission-img img:nth-child(1) {
    margin-left: -30px;
}
.mission-img img:nth-child(2) {
    margin-left: 45px;
}
.mission-img img:nth-child(3) {
    margin-left: -30px;
}
.mission-img img:nth-child(4) {
    margin-left: 45px;
}

.job-post-section .section-title1 {
    gap: 0;
    max-width: unset;
    width: 100%;
    text-align: center;
}
.job-post-section .section-title1 h2 {
    max-width: unset;
    width: 100%;
    text-align: center;
}
.job-post-section .section-title1 p {
    margin: 30px;
}
.bloc-01 {
    position: relative;
}
.bloc-01 #home3-banner-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top;
}

.bloc-01 .banner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bloc-01 .banner3-slider {
    height: 100%;
}
.bloc-01 .banner3-slider .swiper-wrapper .swiper-slide {
    height: 100%;
}
.bloc-01 .eg-card3 {
    display: flex;
    height: 100%;
    align-items: end;
    position: relative;
}
.bloc-01 .eg-card3 .card-content .catgory-and-title {
    transform: translateY(55px);
    will-change: transform;
    transition: transform 0.5s ease;
}
.bloc-01 .eg-card3:hover .card-content .catgory-and-title {
    transform: translateY(0);
}
.bloc-01 .eg-card3 .card-content .catgory-and-title > a {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    display: inline-block;
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 28px;
    margin-bottom: 10px;
}
.bloc-01 .eg-card3 .card-content .catgory-and-title h5 {
    margin-bottom: 10px;
}

/* TO CLEAN */
.banner2-section .banner-wrapper .banner-left-content span,
.banner2-section .banner-wrapper .banner-right-content .btn-group li.success-rate,
.banner2-section .banner-wrapper .banner-right-content .btn-group li a {
    border-radius: 0;
    padding: 15px;
}

.banner2-section .banner-wrapper .banner-right-content .btn-group li a {
    background: rgba(255, 255, 255, 1);
    line-height: normal;
    color: black;
    padding: 15px 20px;
}
.banner2-section .banner-wrapper .banner-right-content .btn-group li a svg {
    fill: black;
}

.banner-left-content {
    margin-top: 45px;
    padding-left: 45px;
}
.banner2-section .banner-wrapper .banner-left-content span {
    font-size: 21px;
    font-weight: 400;
    padding: 0;
    border: 0;
}

/* Flex : profils_equipe */
.people-card2 {
    margin-bottom: 30px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    height: 100%;
    display: flex;
}
.people-card2 .people-content {
    padding-top: 560px;
}
.people-card2 .people-img {
    max-height: 550px;
    height: 100%;
}
.people-card2 .people-img img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s;
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.people-card2 .people-img .first:hover {
    opacity: 0;
}
.people-card2 .people-img .second {
    z-index: -1;
}

.people-card2 .people-content .name-deg {
    border: 0;
    padding: 22px 30px;
}

.people-card2 .people-content .name-deg h5 {
    margin-bottom: 0;
}
.people-card2 .people-content .name-deg span {
    color: var(--paragraph-color);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-top: 5px;
    padding-right: 45px;
}
.people-card2 .people-content .name-deg span.adj {
    font-style: italic;
    color: var(--bs-heading-color);
    font-weight: 700;
    font-size: 15px;
}
.people-card2 .people-content .contact-area {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}
.people-card2 .people-content .contact-area .contact-number {
    display: flex;
    align-items: center;
}
.people-card2 .people-content .contact-area .contact-number .content {
    line-height: 1;
    padding-left: 30px;
    padding-right: 15px;
}
.people-card2 .people-content .contact-area .contact-number .content a {
    color: #0d1720;
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    transition: 0.35s;
}
.people-card2 .people-content .bio {
    padding: 15px 15px 15px 30px;
    border: 0;
}
.people-card2 .people-content .bio p {
    font-size: 16px;
    margin: 15px 0;
}
.people-card2 .people-content .social-icon {
    display: flex;
    align-items: center;
}
.people-card2 .people-content .social-icon li {
    line-height: 1;
    border-left: 1px solid #eee;
}
.people-card2 .people-content .social-icon li a {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}
.people-card2 .people-content .social-icon li a i {
    color: #003b71;
}
.adj {
    font-size: 16px;
}

.bloc_10 .mission-content-wrap {
    background-color: #fff;
    padding: 0 60px;
}
.bloc_10 img.img-icn {
    max-width: 55px;
    margin-right: 30px;
}

.bloc-13 img {
    max-height: 55px;
}

/* template-projets */

.eg-card4 .card-img {
    margin-bottom: 35px;
    position: relative;
}

.eg-card4 .card-img span {
    display: block;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    line-height: normal;
    font-size: 16px;
}

.eg-card4 .card-img .proj-infos-wrap {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: flex;
}

.eg-card4 .card-img .proj-infos-wrap span {
    margin-right: 5px;
}
.eg-card4 .card-img .proj-infos-wrap span.proj-date {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.proj-statut {
    position: absolute;
    top: 5px;
    right: 5px;
}

.eg-card4 .card-img img {
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-title1 > span,
.home6-about-section .sub-title span,
.home6-about-section .sub-title span,
.sub-title span,
.single-emplois h5 {
    border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
}
.eg-card4 .card-content span {
    color: black;
    padding: 0;
}
.sub-title span {
    color: #0d1720;
    border: 1px solid #0d1720;
    white-space: nowrap;
}
.eg-card4 .card-content span.proj-annee,
.single-emplois h5 {
    color: #0d1720;
    border: 1px solid #0d1720;
    white-space: nowrap;
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 10px;
}
.home6-about-section .sub-title span {
    border: 1px solid #fff;
    color: #fff;
}
.titre .section-title1.white span {
    border: unset;
    border-radius: unset;
    padding: 0;
}

.eg-card4 .card-content p {
    margin-bottom: 15px;
    font-size: 16px;
}
.eg-card4 .card-content .title-and-btn {
    margin-bottom: 10px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.eg-card4 .card-content .title-and-btn h4 a {
    color: #0d1720;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.35s;
    display: block;
    padding-right: 45px;
}

.eg-card-3 {
    background: #f4f9fd;
    border: 1px solid #f4f9fd;
    margin: 15px 0;
}

.eg-card-3 .sn-and-btn {
    border: 0;
}
.eg-card-3 .content {
    min-height: unset;
    padding: 15px;
}
.home5-protfolio-section .section-title1 {
    top: 15px;
}
.eg-card-3 .content h5 {
    margin-bottom: 0;
    font-size: 17px;
}

.breadcrumb-section .banner-content span {
    font-size: 21px;
}

.ress-documents {
    margin-top: 90px;
}
.ress-documents a {
    color: #1b3e6f;
    margin: 15px 15px 15px 0;
    display: flex;
    align-items: flex-start;
    font-size: 17px;
}
.ress-documents a:hover {
    text-decoration: underline;
}
.ress-documents a svg {
    transition: all ease 0.6s;
    margin-top: 5px;
    transform: rotate(45deg);
    margin-right: 10px;
}
.ress-documents a:hover svg {
    transform: none;
}
.ress-documents ul {
    display: flex;
    flex-wrap: wrap;
}
.ress-documents ul li {
    width: 33.33%;
}

.single-projet {
    padding-top: 90px;
}
.single-projet .proj-infos {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.single-projet .proj-infos:last-of-type {
    margin-bottom: 0;
}
.single-projet .proj-infos svg,
.single-projet .proj-infos img {
    max-width: 35px;
    margin-right: 30px;
}
.single-projet .eg-card-2 {
    padding: 30px;
    height: 100%;
    background: #f3f1eb;
    gap: 17px;
}

.single-projet .particularites .eg-card-2 {
    background: #f4f9fd;
    background: transparent;
    gap: 30px;
    border: 0;
    padding: 0;
}
.single-projet .eg-card3 img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}
.single-projet .details-proj .eg-card-2 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.single-projet .particularites .eg-card-2 .content h5 {
    font-size: 21px;
    line-height: 130%;
    margin-bottom: 15px;
}
.single-projet .eg-card-2 .num {
    font-size: 33px;
    font-weight: 700;
    padding-top: 3px;
    line-height: 1;
    min-width: 30px;
    color: #1b3e6f;
    opacity: 0.4;
    text-align: center;
}
.single-projet .eg-card-2 .content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
}
.single-projet .eg-card-2 .icon svg {
    max-width: 50px;
}

.single-projets .details-page-content {
    margin-bottom: 60px;
}
.single-projets .case-study-details-wrapper .case-study-details-info-wrap p {
    font-size: 16px;
    font-weight: 700;
}
.single-projets .case-study-details-wrapper .case-study-details-info-wrap span {
    display: block;
    font-weight: 400;
}

.details-page-content .projet-defis {
    margin-top: 90px;
}
.single-projet h2 {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 30px;
}

.single-projets .explore-btn svg {
    width: 15px;
    height: auto;
    margin-left: auto;
}
.single-projets .case-study-details-info-wrap {
    background: #f3f1eb;
    padding: 45px;
}

.cover-section.single-projet-car {
    padding: 90px 0 0 0;
    background-color: #f4f9fd;
    margin-top: 90px;
}
.cover-section.single-projet-car .cover-wrapper {
    background-color: unset;
    padding: 0 0 60px 0;
}
.cover-section.single-projet-car .eg-card1 .card-content h5 a {
    font-size: 16px;
    font-weight: 400;
}
.cover-section.single-projet-car .slider-btn-group .slider-btn {
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    border: 1px solid rgba(217, 217, 217, 0.9019607843);
}
.cover-section.single-projet-car .cover-wrapper .slider-btn-group .slider-btn {
    position: absolute;
    left: -30px;
    top: 40%;
    transform: translateY(-50%);
}
.cover-section.single-projet-car .cover-wrapper .slider-btn-group .slider-btn.next-1 {
    left: unset;
    right: -30px;
}

.case-study-navigation-section .details-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    border: 1px solid #eee;
    max-height: 100px;
}
.single-logo {
    background: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-logo svg {
    max-height: 160px;
}
.single-logo svg rect {
    fill: #eee;
    stroke: none;
}

.single-emplois .job-description h2 {
    margin-top: 30px;
}
.single-emplois .apply-position-section ul li::before {
    display: none;
}
.single-emplois .apply-position-section .job-summary-area {
    border-radius: 5px;
    border: unset;
    position: static;
    top: unset;
    margin-top: 30px;
    background: #f3f1eb;
    padding: 45px 60px;
}
.single-emplois .apply-position-section .job-summary-area h4 {
    margin-bottom: 30px;
    font-size: 20px;
}
.single-emplois .apply-position-section .job-summary-area ul {
    margin: 0 0 0 15px;
    padding: 0;
    background: unset;
}
.single-emplois .apply-position-section .job-summary-area ul li {
    margin: 0;
    padding: 5px 0;
    line-height: 140%;
}
.bloc-15.job-post-section .single-job-card {
    padding: 30px;
    align-items: start;
}
.bloc-15 h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.bloc-15.job-post-section .single-job-card .job-list-content {
    display: flex;
    align-items: start;
    gap: 20px;
    max-width: unset;
    width: 100%;
}

.bloc-11.people-section2.two {
    background-color: #dfebf7;
}
.imagecreds {    background-color: rgba(0, 0, 0, .65);
    padding: 15px;
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 14px;}
.pwp p {
    margin-bottom: 30px;
}

.pwp button {
    margin-top: 30px;
}

.types_projets_vide {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

/* Ligne Temps */
section.ligne_temps {
    margin-top: 130px;
}
.step-card1 span {
    font-size: 15px;
}

.timeline {
    position: relative;
    margin: 0;
    padding: 0;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #dfebf7;
    height: 100%;
    display: block;
}

.timeline-date {
    display: flex;
    justify-content: center;
}

.timeline h3 {
    font-size: 34px;
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px dashed #003b71;
    margin: 0;
}

.timeline.odd h3:after {
    content: "";
    position: absolute;
    width: 50%;
    height: auto;
    border-bottom: 2px dashed #003b71;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}

.timeline.even h3:before {
    content: "";
    position: absolute;
    width: 50%;
    height: auto;
    border-bottom: 2px dashed #003b71;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}

.timeline .timecol-img img {
    height: 300px;
    object-fit: cover;
}

.contenus-contact h3 {
    margin: 0 0 30px 0;
}

.timeline-wrap {
    margin-top: -150px;
    margin-bottom: 90px;
}
.timeline h4 {
    position: relative;
    font-size: 21px;
    line-height: 135%;
}
.timeline p {
    font-size: 18px;
}
.timeline .g-content {
    margin-left: 135px;
}
.timeline .d-content {
    margin-right: 135px;
}

.timeline .g-content h4:before,
.timeline .d-content h4:after {
    content: "";
    position: absolute;
    width: 55px;
    height: auto;
    border-bottom: 2px dashed #003b71;
    display: none;
}

.timeline .g-content h4:before {
    left: -75px;
    top: 15px;
}

.timeline .d-content h4:after {
    right: -90px;
    top: 15px;
}

.g-img {
    text-align: right;
    margin-right: 135px;
}
.d-img {
    text-align: left;
    margin-left: 135px;
}

.formulaire {
    background-color: #efeae6;
    padding-top: 90px;
}
.formulaire .contact-form-area {
    padding: 60px;
}
.formulaire .section-title1 {
    align-items: center;
    max-width: unset;
}
.formulaire .section-title1 h2 {
    text-align: center;
}
.contact-form-area {
    padding: 0 45px;
}
.contact-form-area p {
    font-size: 16px;
    font-style: italic;
}
.gform_wrapper.gravity-theme .gfield_label,
.pwp label,
.gform-field-label--type-sub {
    color: #0d1720;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea,
.pwp input {
    width: 100%;
    background: #f9f8f6;
    height: 50px;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    caret-color: #aaa;
    border: 1px solid #d5c9bf;
    color: var(--paragraph-color);
    border-radius: 0;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input,
.pwp input[type="submit"],
button.gpnf-add-entry {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    background-color: #003b71;
    border: 1px solid #003b71;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}
button.gpnf-add-entry {
    display: flex;
    justify-self: end;
    padding: 10px 20px;
}
.gpnf-nested-entries td,
.gpnf-nested-entries th {
    font-size: 16px;
}
body .gform_wrapper.gravity-theme .gsection {
    border: 0 !important;
    padding: 0 !important;
}
body .gform_wrapper.gravity-theme .gsection h3 {
    display: none;
}
body .gform_wrapper.gravity-theme.renseignements_wrapper .gsection h3 {
    display: block;
    margin: 30px 0 15px 0;
    padding: 0;
    border-bottom: 1px solid #efeae6;
    padding-bottom: 10px;
}
body .gform_wrapper.gravity-theme.renseignements_wrapper h4 {
    font-size: 21px;
    margin: 30px 0 15px 0;
    border-left: 5px solid #0d1720;
    padding-left: 15px;
}
body .gform_wrapper.gravity-theme.renseignements_wrapper hr {
    border: none;
}
body .gform_wrapper.gravity-theme.renseignements_wrapper .ginput_container_fileupload {
    margin: 15px 15px 15px 0;
}
body .gform_wrapper.gravity-theme.renseignements_wrapper .ginput_container_fileupload input {
    font-size: 17px;
}
body .gform_wrapper.gravity-theme.renseignements_wrapper .gfield_list_header .gform-field-label {
    display: none;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
    clear: both;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding: 0;
    width: 100%;
}

.post-password-form input {
    max-width: 200px;
    margin-right: 30px;
    border: 1px solid #333;
    padding: 15px 25px;
    height: auto;
}
body .gform_wrapper.gravity-theme fieldset {
    margin: 15px 0;
}
body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gravity-theme .gform-field-label--type-sub {
    margin: 15px 0 5px 0;
}
body .gform_wrapper.gravity-theme .gfield--type-html {
    margin: 15px 0;
}
.gpnf-nested-entries {
    width: 100%;
}
.contact-infos {
    background-color: #f4f9fd;
    padding: 15px 0;
}
.contact-infos .single-location {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.contact-infos .single-location svg {
    margin-right: 15px;
}
.contact-infos .single-location a {
    color: var(--paragraph-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    display: block;
}

.showpasswrap {
    display: flex;
    padding: 30px 0;
}

.docpassform label {
    font-size: 16px;
}
.showpass {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

/* Footer */

footer {
    background: #4a494d;
    padding-top: 0;
}
footer .footer-widget .widget-title {
    margin-bottom: 30px;
}
footer .footer-widget .widget-title h3 {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
footer .footer-widget .menu-container ul li {
    line-height: 1;
    margin-bottom: 22px;
}
footer .footer-widget .menu-container ul li a {
    color: #cacaca;
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    transition: 0.35s;
}

footer .footer-menu-wrap {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-menu-wrap .footer-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
    padding: 15px 50px;
}
footer .footer-menu-wrap .footer-menu li {
    line-height: 1;
    padding-right: 30px;
    color: var(--white-color);
    font-size: 15px;
}

footer .footer-menu-wrap .footer-logo {
    min-width: 294px;
    max-width: 294px;
    height: 81px;
    background-color: rgba(217, 217, 217, 0.08);
    margin-right: 30px;
}
footer .footer-menu-wrap .footlogo {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer-menu-wrap .footer-logo img {
    max-width: 214px;
}

footer .rbq {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    transition: 0.35s;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

footer .rbq svg {
    fill: #cacaca;
    transition: 0.35s;
    opacity: 0;
}
footer a.rbq:hover {
    color: #cacaca;
}
footer a.rbq:hover svg {
    opacity: 1;
}
footer .footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1;
    padding: 24px 0;
    gap: 20px;
}
footer .footer-btm .copyright-area {
    line-height: 1;
}
footer .footer-btm .copyright-area p {
    color: #cacaca;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 400;
}

footer .footer-btm .social-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .footer-btm .social-area li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: 0.35s;
}
footer .footer-btm .social-area li a i {
    transition: 0.35s;
    font-size: 16px;
    color: var(--white-color);
}

footer .tagfoot {
    padding: 45px 30px;
}
footer .tagfoot * {
    color: #fff;
    font-size: 16px;
}
footer .tagfoot address {
    margin-right: 45px;
    margin-bottom: 15px;
}
footer .tagfoot a {
    display: block;
    margin-right: 15px;
}
footer .tagfoot p {
    margin: 0;
    padding: 0;
}
footer .tagfoot-infos {
    display: flex;
}

footer .logo-section {
    background-color: #fff;
    border-top:1px solid #eee;
    padding: 30px
}
footer .logo-section img {
    max-width: 130px;
    margin:15px 30px;
    max-height: 80px;
}
footer .logo-section .logo-wrapper .logo-title {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    min-width: initial;
    max-width: initial;
    margin-right: 30px;
}
footer .logo-section .logo-title h6 {
    color: white;
    font-size: 21px;
    margin-bottom: 15px;
}

.cert-wrap {
    display: flex;
    align-items: center;
    justify-content: center;    flex-wrap: wrap;
}

.logo-section span {
    color: black;
    font-size: 15px;
    margin-right: 2%;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.logo-section span:first-of-type {
    font-weight: 700;
    font-size: 19px;
}
.docpw {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.noFound {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 40vh;
}

.connexion {
    background: #f1f1f1;
    padding: 60px 0;
}


.contact-form-area.two #loginform input[type="text"],
.contact-form-area.two #loginform input[type="password"] {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
    caret-color: #aaa;
    background:#fff;
    border: 1px solid #eee;
    color:#566064;
    border-radius: 0;
    margin: 15px 0;
}
.contact-form-area.two #loginform input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color:#003b71;
    border: 1px solid #003b71;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
    margin-top: 60px;
}

.contact-form-area.two #loginform input[type="submit"]:hover {

}

p.login-submit {
    text-align: right;
}
.connexion .contact-form-area {
    padding: 60px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0a141d;
    top: 0;
    left: 0;
}

#smartPWLogin {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#smartPWLogin input[type="text"],
#smartPWLogin input[type="password"] {
    width: 100%;
    background: #14202b;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 25px;
    caret-color: #aaa;
    background: var(--white-color);
    border: 1px solid #003b71;
    color: var(--paragraph-color);
    border-radius: 0px;
    margin: 15px 0;
    max-width: 300px;
}

#smartPWLogin input[type="submit"] {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    background-color: #003b71;
    border: 1px solid #003b71;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
    margin-left: 15px;
}

footer .footer-menu-wrap .footer-logo img {
    width: 100%;
}

.step-card1 {
    max-width: none;
    width: 100%;
}
.working-process-section svg {
    max-width: 100px;
    display: block;
    height: auto;
    opacity: 0.3;
    margin-top: 5px;
}
.home4-about-section .company-information {
    justify-content: flex-start;
}
.home4-about-section .company-information .information-content {
    padding: 30px;
    height: 100%;
}
.home4-about-section .company-information .establish-year h2 {
    font-weight: 400;
    line-height: 40%;
}

/* 7 */
.cover-section2 .sevices-wrap .single-services {
    grid-template-columns: 15% 85%;
}
.cover-section2 .sevices-wrap .single-services p {
    max-width: none;
    padding: 0 30px 30px 30px;
}
.cover-section2 .sevices-wrap .single-services .services-img {
    display: none;
}

body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tbody tr:not(.gpnf-no-entries) td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1rem 1rem 1rem 50%;
}
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tbody,
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries td,
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries th,
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries thead,
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tr,
body form:not(.gpnf-disable-responsive-table) .table.gpnf-nested-entries {
    display: block;
}
body form:not(.gpnf-disable-responsive-table) table.gpnf-nested-entries {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: 0;
}
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries thead tr {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries td:before {
    content: attr(data-heading);
    position: absolute;
    width: calc(50% - 2rem);
    left: 1rem;
    white-space: nowrap;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
}
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries:not(.gpnf-nested-entries-simple) td:last-child {
    background-color: rgba(0, 0, 0, 0.03);
}
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries td[data-value=""] {
    display: none;
}
body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tr {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    max-width: 49%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border-radius: 3px;
}

body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tr.gpnf-no-entries {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border-radius: 3px;
}

body form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.gpnf-nested-entries-container {
    margin-top: 30px;
}

body .gpnf-row-actions button {
    font-size: 16px;
}

@media (max-width: 1366px) {
    .banner2-section .banner-wrapper .banner-right-content .btn-group li a {
        padding: 10px 15px;
    }
    .banner2-section .banner-wrapper .banner-right-content p {
        font-size: 16px;
        padding-right: 30px;
    }
    .banner2-section .banner-wrapper .banner-right-content .btn-group {
        gap: 15px;
    }
    .header-area.style-2 .header-logo img {
        width: 190px;
    }
    .header-area.style-2 .menu-wrap .main-menu ul > li > a {
        font-size: 16px;
        padding: 5px 15px;
    }
}
@media (max-width: 1280px) {
    .banner2-section .banner-wrapper .banner-left-content h1 {
        font-size: 34px;
    }
    .header-area.style-2 .header-logo img {
        width: 160px;
    }
    .header-area.style-2 .menu-wrap .main-menu ul > li > a {
        padding: 5px 10px;
    }
}

@media (max-width: 1200px) {
    .single-projet .proj-infos svg,
    .single-projet .proj-infos img {
        max-width: 45px;
        margin-right: 30px;
    }
    .single-projet {
        padding-top: 15px;
    }
    .single-projets .case-study-details-info-wrap {
        background: #f3f1eb;
        padding: 45px;
        display: flex;
        flex-wrap: wrap;
    }
    .single-projets .case-study-details-info-wrap div {
        display: flex;
        margin: 15px 0;
        align-items: flex-start;
        width: 33%;
    }
    .single-projet .proj-infos:last-of-type {
        margin: 15px 0;
    }
}

@media (max-width: 1024px) {
    .banner2-section .banner-wrapper .banner-right-content {
        padding-left: 45px;
    }
    .header-area.style-2 .menu-wrap .main-menu ul > li > a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .header-area.style-2 .menu-wrap .nav-right .mobile-menu-btn {
        margin-top: -15px;
    }
    .banner2-section .banner-wrapper {
        align-items: center;
    }
    .banner2-section .banner-wrapper .banner-right-content {
        padding-bottom: 0;
    }
    .banner2-section .banner-wrapper .banner-left-content span {
        font-size: 19px;
    }
    .header-area.style-2 .menu-wrap .main-menu ul > li i {
        opacity: 1;
        display: block;
    }
    .header-area.style-2,
    .header-area.style-2 .menu-wrap {
        border: 0;
    }
    .timeline .timecol-img img {
        position: relative;
        z-index: 1;
    }
    .mission-img img:nth-child(2),
    .mission-img img:nth-child(4),
    .mission-img img:nth-child(1),
    .mission-img img:nth-child(3) {
        margin-left: 0;
    }
    section.ligne_temps {
        margin-top: 0;
    }
    .timeline-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }
    .d-img {
        text-align: center;
        margin-left: 0;
        margin-top: 30px;
        position: relative;
        z-index: 2;
    }
    .g-img {
        text-align: center;
        margin-right: 0;
        margin-top: 30px;
        position: relative;
        z-index: 2;
    }
    .timeline.odd h3:after,
    .timeline.even h3:before {
        display: none;
    }
    .timeline .g-content {
        background-color: #fff;
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .timeline .d-content {
        background-color: #fff;
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .header-area.style-2 .menu-wrap .main-menu ul > li {
        display: block;
    }
    .header-area.style-2 .menu-wrap .nav-right {
        width: 100%;
    }
    .logo-section .logo-wrapper .logo-area {
        flex-wrap: wrap;
    }
    .logo-section .logo-wrapper .logo-area a {
        margin-bottom: 30px;
    }
    .stats.home5-about-section .about-left .counter-and-btn .counter-wrap {
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        margin-top: 45px;
    }
    .stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter {
        width: 50%;
        margin-bottom: 45px;
    }
    .stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter:nth-child(2) {
        border: 0;
    }
}

@media (max-width: 768px) {
    footer .tagfoot p {
        margin-bottom: 15px;
    }
    .home6-about-section .section-title1 h2 {
        font-size: 34px;
    }
    .banner2-section .banner-wrapper .banner-left-content h1 {
        font-size: 32px;
    }
    .banner-left-content {
        margin-top: 15px;
    }
    .banner2-section .banner-wrapper .banner-left-content span {
        font-size: 18px;
    }
    .bloc-11 .section-title1 {
        max-width: unset;
    }
    .single-projets .case-study-details-info-wrap div {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .banner2-section .banner-wrapper {
        height: 90vh;
    }
    .stats.home5-about-section .about-left .counter-and-btn .counter-wrap .single-counter {
        width: 100%;
        border: 0;
    }
    .stats.home5-about-section .about-left .counter-and-btn .counter-wrap {
        margin-top: 90px;
    }
    .stats.home5-about-section .about-left {
        justify-content: start;
    }
    .single-projets .case-study-details-info-wrap div {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-title1 h2 {
        font-size: 26px;
    }
    section {
        padding: 0 0 60px 0;
    }
    .mission-section .mission-content-wrap .mission-content-top h2 {
        font-size: 34px;
    }
    footer .footer-menu-wrap .footer-logo {
        margin-right: 0;
    }
    footer .footer-menu-wrap .footer-menu {
        justify-content: center;
    }
    footer .footer-menu-wrap .footer-menu li {
        padding-right: 0;
    }
    footer .footer-menu-wrap .footlogo {
        flex-wrap: wrap;
    }
    footer .rbq {
        margin: 30px 0;
    }
    .video-wrapper a .vid-wrap {
        width: 300px;
    }
    .banner2-section .banner-wrapper .banner-left-content h1 {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .banner2-section .banner-wrapper {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-up 0.45s linear;
    }
}