/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #E0E0E0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 0;
}

.sticked-menu .site-navigation {
    display: block !important;
}

.sticked-menu .site-branding .slogan {
    display: none !important;
}

/******************************************************************************
* Content
*******************************************************************************/

/** Banner slider **/

.home .banner-inner {
    position: relative;
    height: 750px;
}

.home .banner-inner .site-navigation {
    position: absolute;
    top: 0;
    left: 0;
}

.home .banner-inner .site-navigation__inner {
    padding: 20px 0;
}

.home .banner-inner .site-navigation .menu ul ul {
    left: 90px;
    top: -10px;
}

.home .banner-inner .site-navigation .menu>ul>li>a {
    padding: 0;
    margin: 0 0 14px;
}

.home .banner-inner .site-navigation .menu>ul,
.home .banner-inner .site-navigation__menu {
    flex-direction: column;
    align-items: start;
}

.home .banner-inner .site-branding {
    margin-bottom: 105px;
}

.grid-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(250px, auto);
    max-width: 999px;
    width: 70%;
    margin-left: auto;
}

.grid-content li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid-content li:nth-child(1) {
    grid-column: 3;
    grid-row: 1;
}

.grid-content li:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2;
}

.grid-content li:nth-child(3) {
    grid-column: 4;
    grid-row: 2 / 4;
}

.grid-content li:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}

.grid-content li:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}

.grid-content li:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
}

.grid-content li .bloc-text {
    color: #787777;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 21px;
    display: flex;
    align-items: end;
    height: 100%;
}


/** Hero bg**/

.page .hero-section {
    padding: 178px 0 60px;
    min-height: 500px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-section .bloc-content {
    background: #FFF;
    display: flex;
    max-width: 400px;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.hero-section .bloc-content .sect-title .bloc-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 80px;
}

.hero-section .bloc-content .bloc-text {
    color: #2C2C2C;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.hero-section .bloc-content .bloc-text b {
    font-weight: 600;
}


/** About us **/

.about-us__content .bloc-content .sect-title h1,
.about-us__content .bloc-content .sect-title .bloc-title {
    margin-bottom: 46px;
}

.page-agence .bloc-content .sect-title .bloc-title {
    margin-bottom: 30px;
}

.about-us__content .bloc-image.image-2 {
    max-width: 552px;
    margin-top: 40px;
}

.contact-us-link {
    margin-top: 20px;
}

.bloc-profil .profil-image {
    margin-bottom: clamp(40px, 1rem + 2.2vw, 50px);
}

.bloc-profil .profil-name {
    color: #2C2C2C;
    font-size: clamp(26px, 1rem + 0.9vw, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.133333em;
    margin-bottom: 16px;
}

.bloc-profil .profil-work {
    color: #787777;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
}


/** Agency **/

.agency-box {
    position: relative;
}

.agency-image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.agency-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.agency-box:hover .agency-image img {
    transform: scale(1.05);
}

.agency-title {
    color: #787777;
    font-family: "Impact", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    padding: 16px;
    text-align: center;
}


/*** History **/

.history__content {
    position: relative;
    overflow: hidden;
}

.history-box {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history-box__year {
    color: #2C2C2C;
    font-family: "Impact", sans-serif;
    font-size: clamp(26px, 1rem + 0.9vw, 30px);
    font-style: normal;
    font-weight: 400;
    line-height: 0.933333em;
    position: relative;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 5px;
}

.history-box__year:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1px;
    border-top: 1px solid #787777;
}

.history-box__year:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #787777;
}

.history-box__image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.history-box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/** Projects **/

.project-item {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-item * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-image {
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.project-item:hover .project-image img {
    filter: grayscale(0);
}

.project-text {
    background: rgba(224, 224, 224, 0.80);
    backdrop-filter: blur(5px);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-item:hover .project-text {
    background: #D22332;
}

.project-title {
    color: #2C2C2C;
    font-family: "Impact", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.project-item:hover .project-title {
    color: #fff;
}

.project-more {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2C2C2C;
}

.project-item:hover .project-more {
    border-color: #fff;
}

.project-item:hover .project-more svg path {
    stroke: #fff !important;
}


/** Intervention area **/


/** Gallery **/

.gallery-image {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.gallery-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.gallery-box {
    box-sizing: content-box;
    height: 397px;
    width: 31.8%;
    max-width: 397px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-box:hover img {
    transform: scale(1.1);
}

.gallery-box .gallery-caption {
    color: #2C2C2C;
    font-family: "Impact", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(224, 224, 224, 0.80);
    backdrop-filter: blur(5px);
    display: flex;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    text-align: center;
}

.gallery-detail {
    -moz-column-count: 3;
    column-count: 3;
    gap: 10px;
}

.gallery-image-detail {
    position: relative;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    margin-bottom: 10px;
    overflow: hidden;
}

.gallery-image .popup-img img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}

.gallery-image .popup-img:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

.previous-page-link {
    margin-top: 50px;
}

/** Latest news **/

.actus-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item * {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-image {
    position: relative;
    width: 100%;
    height: 298px;
    overflow: hidden;
}

.actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.actus-item:hover .actus-image img {
    filter: grayscale(0);
    transform: scale(1.05);
}

.actus-text {
    padding-top: 12px;
}

.actus-date {
    color: #787777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 12px;
}

.actus-title {
    color: #2C2C2C;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    align-self: stretch;
    overflow: hidden;
}

.actus-title a {
    background-image: linear-gradient(to left, #2C2C2C, #2C2C2C);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.actus-item .actus-title a:hover {
    background-size: 100% 1px;
}

.latest-news__content {
    margin-top: 50px;
}


/** Contact infos **/

.blk-contact-infos {
    position: relative;
    max-width: 417px;
}

.blk-contact-infos .sect-title .bloc-title {
    margin-bottom: 30px;
}

.blk-contact-infos .bloc-text {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.blk-contact-infos ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blk-contact-infos ul li {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

.blk-contact-infos ul li .underline {
    background-image: linear-gradient(to left, #000, #000);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0px 100%;
}



/******************************************************************************
* Footer
*******************************************************************************/


/** Footer column **/

.footer-column {
    border-top: 1px solid #787777;
    padding: 20px 0 100px;
}

.footer-column__item {
    display: flex;
    flex-direction: column;
}

.footer-column__item ul li {
    color: #787777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

.footer-column__item ul li a {
    background-image: linear-gradient(to left, #2C2C2C, #2C2C2C);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.footer-column__item ul li a:hover {
    color: #2C2C2C;
    background-size: 100% 1px;
}


/** Footer about **/

.footer-about {
    max-width: 345px;
}

.footer-about .bloc-text {
    color: #787777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

/** Footer contacts **/

/** footer Address **/

/** Footer newsletter **/

.footer-newsletter {
    max-width: 266px;
}

.footer-newsletter .newsletter__form form,
.footer-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 6px;
    width: 100%;
}

.footer-newsletter .newsletter__form-note {
    color: #787777;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.285715em;
}

.footer-newsletter .newsletter__form .form-group {
    margin-bottom: 0;
    width: 100%;
}

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Funnel Sans", sans-serif;
    color: #2C2C2C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    width: 100%;
    height: 38px;
    padding: 6px 48px 6px 12px;
    border-radius: 0;
    border: 1px solid #787777;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    top: 7px;
    right: 12px;
    width: auto;
}

.footer-newsletter .newsletter__form .newsletter__form-submit button {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.footer-newsletter .newsletter__form .newsletter__form-submit button:hover svg path {
    stroke: #D22332 !important;
}

.footer-newsletter .newsletter__form input:focus {
    border: 1px solid #FFF;
    background-color: transparent;
    color: #2C2C2C;
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #787777 !important;
}

.footer-newsletter .newsletter__form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #787777 !important;
    opacity: 1;
    /* Firefox */
}

.footer-newsletter .newsletter__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #787777 !important;
}


/** Footer copyright **/

.footer-copyright {
    padding: 20px 0;
    color: #787777;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copyright__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-copyright ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-copyright ul li a {
    background-image: linear-gradient(to left, #787777, #787777);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.footer-copyright ul li a:hover {
    background-size: 100% 1px;
}

.footer-copyright ul li {
    position: relative;
}

.footer-copyright ul li:not(:last-child) {
    margin-right: 6px;
    padding-right: 6px;
}

.footer-copyright ul li:not(:last-child):before {
    content: '.';
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    top: -6px;
    right: -3px;
}


/** Footer services **/

.footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-services ul li {
    color: #2C2C2C;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.footer-services ul li a:hover {
    color: #787777;
}


/** Footer bottom **/

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #787777;
}

.footer .slogan {
    font-size: 70px;
    line-height: 1em;
}

.footer .slogan span:last-child {
    font-size: 55px;
    line-height: 1em;
}

/******************************************************************************
* Intern Page
*******************************************************************************/

/** Banner **/

.intern .banner-inner {
    padding-top: 160px;
}

.banner-content {
    padding: 50px 0;
}

.banner-title {
    color: #2C2C2C;
    text-align: center;
    font-family: "Impact", sans-serif;
    font-size: clamp(34px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}


/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/