/*
Theme Name: Fraisseix Déménagements
Description: Fraisseix Déménagements Wordpress Theme
Author: Studio Sentria
Author URI: https://sentria.fr/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --fd-blue: #182d4b;
    --fd-gold: #caae47;
    --fd-brown: #a09869;
    --fd-dark: #191919;
}

::selection {
    background:var(--fd-brown)!important;
    color:#FFF;
    text-shadow:none;
}

@font-face {
    font-family: 'BootstrapIcons';
    src: url('../fraisseix/fonts/bootstrap-icons.woff2') format('woff2');
    font-style: normal;
    font-weight: 100;
}

/* FRAISSEIX FONT */

@font-face {
    font-family: 'icomoon';
    src: url('../fraisseix/fonts/icomoon-fraisseix.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], 
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-boxs-securises:before {
    content: "\e900";
}
.icon-camions-3-5t:before {
    content: "\e901";
}
.icon-camions-poids-lourds:before {
    content: "\e902";
}
.icon-check:before {
    content: "\e903";
}
.icon-decrochage:before,
.icon-355:before {
    content: "\e904";
}
.icon-demenagement-particulier:before,
.icon-241:before {
    content: "\e905";
}
.icon-demenageurs-pro:before {
    content: "\e906";
}
.icon-demontage:before,
.icon-357:before {
    content: "\e907";
}
.icon-emballage-fragile:before,
.icon-359:before {
    content: "\e908";
}
.icon-emballage:before,
.icon-354:before {
    content: "\e909";
}
.icon-facebook:before {
    content: "\e90a";
}
.icon-fournitures:before,
.icon-250:before {
    content: "\e90b";
}
.icon-garde-meubles:before,
.icon-243:before,
.icon-407:before  {
    content: "\e90c";
}
.icon-google:before {
    content: "\e90d";
}
.icon-monte-meubles:before,
.icon-247:before {
    content: "\e90e";
}
.icon-objets-lourds:before,
.icon-246:before,
.icon-358:before {
    content: "\e90f";
}
.icon-pianoplan:before {
    content: "\e910";
}
.icon-protection:before,
.icon-353:before {
    content: "\e911";
}
.icon-radio:before {
    content: "\e912";
}
.icon-signalisation:before,
.icon-249:before {
    content: "\e913";
}
.icon-tel:before {
    content: "\e914";
}
.icon-transfert-entreprises:before,
.icon-248:before {
    content: "\e915";
}
.icon-twitter:before {
    content: "\e916";
}
.icon-vetements-cintres:before,
.icon-356:before {
    content: "\e917";
}
.icon-quote:before {
    content: "\e918";
}
.icon-stockage:before,
.icon-244:before {
    content: "\e919";
}
.icon-close:before {
    content: "\e91a";
}
.icon-agency:before {
    content: "\e91b";
}
.icon-home:before {
    content: "\e91c";
}
.icon-plantes:before,
.icon-406:before {
    content: "\e91d";
}
.icon-annexes:before,
.icon-408:before {
    content: "\e91e";
}
.icon-top:before {
    content: "\e91f";
}

/* MAIN */

html {
    scroll-behavior: smooth;
}
.grecaptcha-badge { 
    visibility: hidden; 
}
body, body.page-template-devis-gratuit {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
h1 {
    font-family: "Cormorant Infant", serif;
    font-size: 2rem;
    overflow: hidden;
}
h1 > span, .hero-heading h2 span {
    display: inline-block;
    transform: translateY(105%);
}
h2 {
    color: var(--fd-blue);
    font-family: "Cormorant Infant", serif;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
h2 .reveal-h2 {
    display: inline-block;
}
h2 .reveal-h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 200;
}
a {
    text-decoration: none;
}
p strong {
    font-weight: 600;
}
.btn {
    background: var(--fd-blue);
    border: 1px solid var(--fd-gold);
    border-radius: 0;
    display: inline-block;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0;
    overflow: hidden;
    padding: 1.25em 2em;
    position: relative;
}
.btn.btn-light {
    background: var(--fd-gold);
}
.btn.btn-blue {
    border: 1px solid var(--fd-blue);
    background: var(--fd-gold);
}
.btn:focus {
    box-shadow: none;
}
.hero-section .btn {
    background: transparent;
}
.btn:hover {
    color: var(--fd-gold);
    transition: color 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: var(--fd-gold);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: 100% 50%;
}
.btn.btn-blue::before {
    background: var(--fd-blue);
}
.btn span {
    display: block;
    position: relative;
}
.btn > span {
    overflow: hidden;
}
.btn > span > span {
    color: var(--fd-blue);
    overflow: hidden;
    transition: color 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn.btn-light:hover {
    background-color: #fff;
    border: 1px solid var(--fd-gold);
}
.btn.btn-blue:hover {
    background-color: transparent;
    border: 1px solid var(--fd-blue);
}
.btn.btn-light > span > span {
    color: #fff;
}
.btn.btn-blue > span > span {
    color: var(--fd-gold);
}
.btn:hover::before {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
}
.btn:hover > span > span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
    color: var(--fd-gold);
}
.btn.btn-blue:hover > span > span {
    color: var(--fd-blue);
}
@keyframes MoveUpInitial {
    to {
        transform: translate3d(0,-105%,0);
    }
}
@keyframes MoveUpEnd {
    from {
        transform: translate3d(0,100%,0);
    }
    to {
        transform: translate3d(0,0,0);
    }
}
.read-more-btn {
    border: 0;
    background-color: transparent;
    color: var(--fd-gold);
    text-decoration: underline;
    text-align: center;
}
.read-more-btn.projet-content-btn {
    color: var(--fd-blue);
    position: relative;
}

/* HEADER */

header {
    background-color: transparent;
    z-index: 888;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out
}
.nav-up {
    top: -120px
}
header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .custom-logo-link .custom-logo {
    height: auto;
    width: 165px;
}
header .mobile-services-menu {
    display: none;
}
.main-header-wrapper {
    transition: all .4s ease-in-out;
}
header.header-active .main-header-wrapper {
    background-color: var(--fd-blue);
}
header.header-active {
    transform: translateY(-100%);
}
.scrolling-header .fraisseix-logo {
    display: block;
    position: relative;
    text-align: center;
}
.scrolling-header .fraisseix-logo .logo-wrapper {
    display: block;
    position: relative;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    overflow: visible;
}
svg#fraisseix-round-logotype {
    position: absolute;
    width: 100%;
    background-color: var(--fd-blue);
    border-radius: 50%;
    padding: 6px;
    overflow: visible;
    right: 0;
    left: 0;
    top: -39px;
    transition: all .4s ease-in-out;
    transform: rotate(-90deg);
}
.header-active svg#fraisseix-round-logotype {
    transform: rotate(0deg);
}
svg#fraisseix-round-logotype:hover {
    transform: rotate(10deg);
}
svg#fraisseix-logotype #bars {
    fill: var(--fd-gold);
}
svg#fraisseix-logotype #depuis-1968 {
    fill: var(--fd-gold);
}
svg#fraisseix-logotype #fraisseix {
    fill: white;
}
svg#fraisseix-logotype #demenagements {
    fill: var(--fd-gold);
}
svg#fraisseix-logotype #top-symbol {
    fill: var(--fd-gold);
}
svg#fraisseix-round-logotype #shapes {
    fill: var(--fd-gold);
}
svg#fraisseix-round-logotype #puce {
    fill: var(--fd-gold);
}
svg#fraisseix-round-logotype #fraisseix {
    fill: #fff;
}
svg#fraisseix-round-logotype #annee {
    fill: #fff;
}
svg#fraisseix-round-logotype #demenagements {
    fill: #fff;
}
header ul.navbar-nav {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
header ul.navbar-nav li {
    font-size: 18px;
    padding: 0 20px;
    position: relative;
}
header ul.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 5px 0;
    position: relative;
}
header ul.navbar-nav li a:not([href]):not([class]) {
    color: #fff;
}
header ul.navbar-nav li.devis-btn a span {
    background: var(--fd-gold);
    border: 1px solid var(--fd-gold);
    color: var(--fd-blue);
    cursor: pointer;
    padding: 1.25em 1.5em;
    transition: all .3s ease-in-out;
    display: inline-block;
}
header ul.navbar-nav li.devis-btn a span:hover {
    background: var(--fd-brown);
    border: 1px solid var(--fd-brown);
}
header .menu-item a::before,
header .menu-item a::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--fd-gold);
    top: 100%;
    left: 0;
    pointer-events: none;
}

header .menu-item a::before,header .menu-item a::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--fd-gold);
    top: 100%;
    left: 0;
    pointer-events: none
}

header .menu-item a::before {
    content: ''
}

header .menu-item a::before {
    transform-origin: 100% 50%;
    transform: scale3d(0,1,1);
    transition: transform 0.3s
}

header .menu-item a:hover::before,header .current_page_item a:before {
    transform-origin: 0% 50%;
    transform: scale3d(1,1,1)
}

@keyframes lineUp {
    0% {
        transform-origin: 50% 100%;
        transform: scale3d(1,.045,1)
    }

    50% {
        transform-origin: 50% 100%;
        transform: scale3d(1,1,1)
    }

    51% {
        transform-origin: 50% 0%;
        transform: scale3d(1,1,1)
    }

    100% {
        transform-origin: 50% 0%;
        transform: scale3d(1,.045,1)
    }
}

header li a:after {
    content: '';
    transition: opacity 0.3s;
    opacity: 0;
    transition-delay: 0s
}

header li a:hover::after {
    opacity: 1;
    transition-delay: 0.3s
}

header ul.navbar-nav li.devis-btn a::before,
header ul.navbar-nav li.devis-btn a::after {
    display: none;
}
header .menu-item a::before {
    content: '';
}
header .menu-item a::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

header .menu-item a:hover::before, header .current_page_item a:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

@keyframes lineUp {
    0% {
        transform-origin: 50% 100%;
        transform: scale3d(1, 0.045, 1);
    }

    50% {
        transform-origin: 50% 100%;
        transform: scale3d(1, 1, 1);
    }

    51% {
        transform-origin: 50% 0%;
        transform: scale3d(1, 1, 1);
    }

    100% {
        transform-origin: 50% 0%;
        transform: scale3d(1, 0.045, 1);
    }
}

header li a:after {
    content: '';
    transition: opacity 0.3s;
    opacity: 0;
    transition-delay: 0s;
}

header li a:hover::after {
    opacity: 1;
    transition-delay: 0.3s;
}
header .menu-bar {
    min-height: 54px;
}
.social .nav-link {
    color: var(--fd-gold);
    padding-top: 0;
}
.social .nav-link:hover {
    color: var(--fd-brown);
}
header .telephone {
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding-bottom: 1rem;
}
header .telephone a {
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
}
header .telephone a:before {
    color: var(--fd-gold);
    content: "\f5c1";
    font-family: "BootstrapIcons";
    margin-right: 6px;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
header .telephone:hover a:before {
    color: var(--fd-brown);
}
.scrolling-header {
    background-color: var(--fd-blue);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
    z-index: 999;
    transform: translateY(-220%);
}
.scrolling-header.header-active {
    transform: translateY(0);
}
.scrolling-header a {
    color: #fff;
}
.scrolling-header .btn {
    margin: 0;
}
.scrolling-header .telephone a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
.scrolling-header .telephone a:before {
    color: var(--fd-gold);
    content: "\f5c1";
    font-family: "BootstrapIcons";
    margin-right: 12px;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.scrolling-header .telephone:hover a:before {
    color: var(--fd-brown);
}
.scrolling-header .horaires-btn {
    line-height: 1rem;
    padding-bottom: 0;
    position: relative;
    text-align: left;
}
.scrolling-header .horaires-btn:before {
    font-size: 1rem;
    left: -16px;
    position: absolute;
}
.scrolling-header-contact-info {
    display: flex;
    gap: 3em;
}
.menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer
}
.menu-icon .menu-icon__checkbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0
}
.menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px
}
.menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--fd-gold);
    transition: all 0.2s cubic-bezier(.1,.82,.76,.965)
}
.menu-icon span:first-of-type {
    top: 0
}
.menu-icon span:last-of-type {
    bottom: 0
}
.menu-icon.active span:first-of-type,.menu-icon .menu-icon__checkbox:checked+div span:first-of-type {
    transform: rotate(45deg);
    top: 5px
}
.menu-icon.active span:last-of-type,.menu-icon .menu-icon__checkbox:checked+div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px
}
.menu-icon.active:hover span:first-of-type,.menu-icon.active:hover span:last-of-type,.menu-icon:hover .menu-icon__checkbox:checked+div span:first-of-type,.menu-icon:hover .menu-icon__checkbox:checked+div span:last-of-type {
    width: 22px
}
.ti-widget.ti-goog .ti-profile-details .ti-text {
    color: #fff;
}
.ti-widget.ti-goog .ti-profile-details .ti-rating {
    color: #fff;
}
header .services-sub-menu {
    background-color: var(--fd-blue);
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-size: 100px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    display: none;
}
header .services-sub-menu .row {
    background-color: #fff;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-bottom: 0;
}
header .services-sub-menu:hover {
    display: block;
}
.services-ul {
    list-style-type: none;
    padding-left: 0;
}
.service-menu-item {
    padding: 3em;
}
.service-menu-item a {
    color: var(--fd-blue);
}
.service-menu-item .service-name {
    display: block;
    margin-bottom: .5rem;
    text-transform: uppercase;
}
.service-menu-item .service-name strong {
    font-weight: 600;
}
.service-menu-item .service-description {
    display: block;
    margin-bottom: 1.5rem;
    font-size: .8rem;
    position: relative;
}
.service-menu-item .know-more {
    color: var(--fd-gold);
    display: block;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
}
.service-menu-item .service-description:after {
    color: var(--fd-gold);
    content: "\f4f9";
    display: inline-block;
    font-family: "BootstrapIcons";
    margin-left: 6px;
    position: relative;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.service-menu-item a:hover .service-description:after {
    transform: translateX(4px);
}
.service-menu-item .service-icon:before {
    color: var(--fd-gold);
    font-size: 4rem;
    margin-bottom: .5rem;
    display: block;
    transition: all .3s ease-in-out;
}
.service-menu-item a:hover .service-icon:before {
    transform: translateY(-2px);
}
.contact-info-header {
    display: flex;
    justify-content: flex-end;
    gap: 2em;    
}
.horaires-btn {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
    padding-bottom: 1rem;
}
.horaires-btn:before {
    color: var(--fd-gold);
    content: "\f293";
    font-family: "BootstrapIcons";
    margin-right: 6px;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}

/* HOMEPAGE */

.hero-section {
    align-items: center;
    background-color: var(--fd-blue);
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
.hero-section .ti-widget.ti-goog .ti-widget-container {
    display: block;
    text-align: left;
}
body .hero-section .ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-footer {
    margin-top: 0 !important;
    margin-left: 0;
    text-align: left;
}
.hero-section .ti-widget.ti-goog {
    display: block;
}
.hero-section .hero-google-widget {
    display: block;
}
.hero-section .hero-google-widget a {
    display: inline-block;
}
.hero-section .ti-widget.ti-goog .ti-header {
    padding: 20px 0;
    text-align: left;
}
.hero-section .ti-widget.ti-goog .ti-footer {
    margin-top: 0 !important;
}
.hero-section .ti-widget.ti-goog .ti-rating-text, .hero-section .ti-widget.ti-goog .ti-rating-text span, .hero-section .ti-widget.ti-goog .ti-rating-text span strong {
    color: #fff;
    text-align: left;
}
.social-block .ti-widget.ti-goog .ti-rating-text, .social-block .ti-widget.ti-goog .ti-rating-text span, .social-block .ti-widget.ti-goog .ti-rating-text span strong {
    color: var(--fd-blue);
}
.hero-section .ti-widget.ti-goog .ti-reviews-container {
    display: none;
}
.hero-section .ti-widget.ti-goog .ti-large-logo img {
    margin-left: 0;
}
.ti-widget.ti-goog .ti-profile-img {
    display: none;
}
body .ti-widget.ti-goog .ti-widget-container .ti-name {
    color: var(--fd-blue);
}
body .ti-widget.ti-goog .ti-widget-container, body .ti-widget.ti-goog .ti-widget-container * {
    font-family: "Montserrat";
}
body .ti-widget.ti-goog .ti-review-content {
    color: var(--fd-blue);
    font-size: .8rem;
}
.ti-widget.ti-goog .ti-footer-filter-text {
    display: none;
}
body .ti-widget.ti-goog .ti-rating-text strong.ti-rating {
    font-weight: 600;
    font-size: 1.25rem !important;
}
body .ti-widget.ti-goog .star-lg .ti-star {
    width: 24px !important;
    height: 24px !important;
}
body .ti-widget .source-Google .ti-large-logo img {
    width: 80px !important;
    height: 26px !important;
}
.upper-title {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.upper-title strong {
    font-weight: 600;
}
.upper-title:before {
    content: url(/wp-content/uploads/2024/10/fraisseix-symbol-gold.svg);
    display: block;
    position: relative;
    width: 38px;
    margin-bottom: 20px;
}
.upper-title:after {
    content: ' ';
    position: relative;
    display: block;
    width: 38px;
    border: .5px solid var(--fd-gold);
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 30px;
    margin-bottom: 20px;
}
.hero-section h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    position: relative;
}
.hero-section h1 span span {
    font-family: 'Cormorant Infant', serif;
    color: var(--fd-gold);
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 500;
}
#hero-video {
  position: absolute; right: 0; top: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: 0;
  background-size: cover;
}
.hero-section:before {
    background: rgba(0, 0, 0, 1);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 33%, rgba(0, 0, 0, .75) 100%);
    content: ' ';
    position: absolute;
    top: -10em;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hero-section .hero-content {
    position: relative;
    z-index: 2;
}
.histoire {
    background-color: #fff;
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: center;
    padding: 6em 0;
    position: relative;
}
.histoire:before {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, 1) 100%);
    content: ' ';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.histoire h2 {
    color: #fff;
}
.histoire h2 strong {
    font-weight: 500;
}
h2:after {
    content: ' ';
    position: relative;
    display: block;
    width: 38px;
    border: .5px solid var(--fd-gold);
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
.histoire .container {
    background-color: var(--fd-blue);
    background-image: url('../fraisseix/assets/fraisseix-pattern.svg');
    background-size: 100px;
    padding: 20px;
    position: relative;
}
.histoire .container .inner-container {
    background-blend-mode: screen;
    background-color: var(--fd-blue);
    background-position: center;
    background-size: cover;
    padding: 4em 8em;
}
.fraisseix-txt-logotype {
    text-align: center;
    display: block;
    margin-bottom: 1em;
    position: relative;
}
.fraisseix-txt-logotype .top-part {
    color: var(--fd-gold);
    display: block;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.fraisseix-txt-logotype .bottom-part {
    color: #fff;
    display: block;
    font-family: 'Cormorant Infant';
    font-size: 3.25rem;
    line-height: 3.25rem;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}
.founder-block {
    color: #fff;
    padding: 1em 2em;
}
.founder-block:first-of-type {
    text-align: right;
}
.founder {
    color: #fff;
    font-family: 'Cormorant Infant';
    font-size: 1.5rem;
    display: block;
    margin-bottom: 1em;
}
.founder .family-name {
    font-weight: 600;
    text-transform: uppercase;
}
.founder-block .founder-milestones {
    font-size: .8rem;
    list-style-type: none;
    padding-left: 0;
}
.founder-block .founder-milestones li {
    margin-bottom: .75rem;
}
.founder-block .founder-milestones li a {
    color: var(--fd-gold);
    font-weight: 600;
    text-decoration: underline;
}
.founder-block .founder-milestones li .milestone-title {
    display: block;
    position: relative;
    font-weight: 600;
}
.histoire .btn {
    background: transparent;
    margin: 30px 0 0 0;
}
#nos-services {
    background-image: url(/wp-content/themes/fraisseix/assets/fraisseix-macaron-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 82vh;
    padding-top: 6em;
    position: relative;
    z-index: 1;
}
#nos-services:before {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .97) 100%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#nos-services .container, #notre-boutique .container {
    position: relative;
}
#notre-boutique {
    background-blend-mode: luminosity;
    background-color: var(--fd-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 2;
}
#notre-boutique:before {
    background: #fff;
    background: linear-gradient(0deg, rgba(24, 45, 75, .8) 0%, rgba(24, 45, 75, .98) 100%);
    content: ' ';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#notre-boutique .container-fluid, #notre-boutique .container-fluid .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}
#notre-boutique .container-fluid > .row {
    margin-top: 0;
    margin-right: 0;
}
#notre-boutique .boutique-left-panel {
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 6em;
    padding-right: 4em;
}
#notre-boutique h2 {
    color: #fff;
    text-align: left;
}
#notre-boutique h2:after {
    margin-right: auto;
    margin-left: 0;
}
.boutique-presentation {
    padding: 2em 0;
}
.boutique-presentation .text {
    padding-right: 3em;
}
.horaires-wrapper .horaires {
    border-left: 1px solid rgb(255 255 255 / 25%);
    padding-left: 3em;
}
.horaires-title {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.horaires-title:before {
    color: var(--fd-gold);
    content: "\f293";
    font-family: "BootstrapIcons";
    margin-right: 10px;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.horaires p {
    margin-top: 1em;
    padding-left: 27px;
}
#notre-boutique .boutique-img {
    max-width: 500px;
    transform: translateY(-10em);
}
#nos-partenaires {
    padding: 6em 0;
}
.slider-partenaires {
    padding: 4em 0;
}
.slider-partenaires .slide-item img {
    margin: 0 auto;
    filter: grayscale(1);
    height: auto;
    width: 90%;
    transform: scale(.7);
    transition: all .4s ease-in-out;
}
.slider-partenaires .active-centered-slide .slide-item img {
    filter: grayscale(0);
    transform: scale(1);
}
.slider-partenaires .partenaire-item {
    padding: 0 30px;
}
.slider-partenaires .slick-list {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, black), color-stop(95%, black), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 5%, black 95%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, black), color-stop(95%, black), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 5%, black 95%, rgba(0, 0, 0, 0) 100%);
}
.slider-partenaires .slick-track {
    align-items: center;
    display: flex;
}
.slider-partenaires .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
#votre-projet {
    background-blend-mode: luminosity;
    background-color: var(--fd-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.votre-projet-col {
    transform: translateY(-60px);
}
.votre-projet-wrapper {
    background-color: var(--fd-gold);
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: right;
    padding: 6em;
    position: relative;
}
.votre-projet-wrapper:before {
    background: var(--fd-gold);
    background: linear-gradient(90deg, rgba(202, 174, 71, 1) 0%, rgba(202, 174, 71, .85) 100%);
    content: ' ';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.votre-projet-wrapper .text {
    color: var(--fd-blue);
    font-size: .8rem;
    max-width: 600px;
    position: relative;
}
.votre-projet-wrapper .text p a {
    color: var(--fd-blue);
    font-weight: 600;
    text-decoration: underline;
}
#votre-projet h2 {
    text-align: left;
}
#votre-projet h2:after {
    border: .5px solid #fff;
    margin-right: auto;
    margin-left: 0;
}
#votre-projet h2 .reveal-h2 span {
    font-size: 1rem;
    font-weight: 300;
}
.votre-projet-row {
    align-items: center;
    justify-content: flex-end;
}
#votre-projet .votre-projet-img {
    position: relative;
}
#votre-projet .votre-projet-img img {
    position: relative;
    width: 100%;

}
#votre-projet .votre-projet-img:after {
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-size: 100px;
    position: absolute;
    top: 0;
    right: 0em;
    bottom: 0;
    left: 0em;
    width: 100%;
    height: 100%;
    background-color: var(--fd-blue);
    content: '';
    z-index: -1;
    transform: translate(2em, 2em);
}
#votre-projet .btn {
    margin-bottom: 0;
}
#nos-moyens {
    position: relative;
}
.nos-moyens {
    padding-top: 6em;
    padding-bottom: 6em;
}
.nos-moyens .moyens-ul {
    list-style-type: none;
    padding: 4em 0;
}
.nos-moyens .moyens-ul li.moyen-item {
    color: var(--fd-blue);
    text-align: center;
}
.nos-moyens .moyen-icon:before {
    color: var(--fd-gold);
    font-size: 4rem;
    margin-bottom: .5rem;
    display: block;
    transition: all .3s ease-in-out;
}
.nos-moyens .moyen-text {
    display: block;
    position: relative;
    line-height: 1.25rem;
}
.nos-moyens .moyen-text strong {
    font-weight: 600;
}
.nos-moyens .moyen-keynumber-wrapper {
    font-family: 'Cormorant Infant', serif;
    font-weight: 600;
}
.nos-moyens .moyen-keynumber {
    font-size: 2.5rem;
}
.nos-moyens .moyen-suffix {
    font-size: 1.5rem;
}
.social-block-wrapper {
    background-color: var(--fd-blue);
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-size: 100px;
    padding: 20px;
    position: relative;
}
.social-block {
    background-color: #fff;
    padding: 4em;
}
.page-bottom {
    background-color: #fff;
    background-blend-mode: luminosity;
    background-image: url(/wp-content/uploads/2025/07/camion-fraisseix.jpg);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    position: relative;
}
.page-bottom:before {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, 1) 100%);
    content: ' ';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.social-cta {
    text-align: center;
}
.social-cta .btn {
    margin: 0;
}
.fb-page-link {
    text-align: center;
}
.fb-page-link .nav-link {
    color: var(--fd-blue);
    display: inline-block;
}
#cff .cff-item {
    color: var(--fd-blue);
    padding: 2em 0 2em 2em;
}
.fb-post .fb-page-logo img {
    width: 38px;
}
#cff.cff-default-styles .cff-author a {
    color: var(--fd-blue);
    display: block;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#cff.cff-default-styles .cff-author .cff-date {
    display: block;
    font-size: .8rem;
}
.cff-post-text {
    font-size: .8rem;
    margin: 1em 0;
}
#cff.cff-default-styles a {
    color: var(--fd-blue);
    font-weight: 600;
    transition: all .3s ease-in-out;
}
#cff.cff-default-styles a:focus, #cff.cff-default-styles a:hover {
    color: var(--fd-gold);
    text-decoration: none;
}
.cff-post-links a:after {
    color: var(--fd-gold);
    font-family: "BootstrapIcons";
    margin-left: 6px;
    transition: all .3s ease-in-out;
    vertical-align: top;
}
.cff-viewpost-facebook:after {
    content: "\f1c5";
}
.cff-share-link:after {
    content: "\f52d";
}
#cff .cff-author-img {
    background: url(/wp-content/themes/fraisseix/assets/fraisseix-fb-pp.png) no-repeat;
    background-size: cover;
}
#derniers-articles {
    position: relative;
}
#derniers-articles h2 {
    text-align: left;
}
#derniers-articles h2:after {
    margin-left: 0;
}
#derniers-articles .text {
    color: var(--fd-blue);
    max-width: 500px;
}

/* BLOG */

.blog-grid {
    padding: 6em 0;
}
.blog-card {
    margin-bottom: 1em;
    position: relative;
    transition: all .3s ease-in-out;
}
.blog-card-outer {
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-size: 100px;
    position: relative;
    background-color: var(--fd-blue);
    transition: all .3s ease-in-out;
}
.blog-card-outer:hover {
    transform: translate(5px, 5px);
}
.blog-card-outer:hover .blog-card {
    transform: translate(-10px, -10px);
}
.blog-card a {
    color: var(--fd-blue);
    position: relative;
}
.blog-card .card-thumbnail {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.blog-card .card-thumbnail div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 1;
}
.blog-card:hover .card-thumbnail div {
    transform: scale(102%);
}
.blog-card .card-infos {
    background-color: #efefef;
    padding: 0 1.75em;
    position: relative;
}
.blog-card .card-infos .card-infos-wrapper {
    background-color: #efefef;
    padding: 1em 1.5em 0 1.5em;
    position: relative;
    top: -3em;
    z-index: 1;
}
.blog-card h3 {
    font-family: 'Cormorant Infant', serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    position: relative;
}
.blog-card h3:after {
    content: ' ';
    position: relative;
    display: block;
    width: 38px;
    border: .5px solid var(--fd-gold);
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-card .card-infos .post-category {
    color: var(--fd-gold);
    display: inline-block;
    font-size: .6rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-card .card-excerpt p {
    font-size: .8rem;
    line-height: 1.25rem;
}
.blog-card .read-more {
    color: var(--fd-blue);
    font-size: 11px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.blog-card .read-more:after {
    color: var(--fd-gold);
    content: "\f138";
    font-family: "BootstrapIcons";
    margin-left: 6px;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}
.btn__wrapper {
    text-align: center;
}
.single-post .page-header {
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-repeat: repeat;
    background-size: 100px;
}
.single-post .page-header:before {
    background: linear-gradient(0deg, rgba(26, 45, 75, .9) 0%, rgba(26, 45, 76, .99) 100%);
    top: -1px;
}
.single-post .single-post-header {
    background-size: cover;
    background-position: center;
    padding: 4em;
    margin-bottom: 3em;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.single-post .single-post-header:before {
    background: rgba(26, 45, 75, 1);
    background: linear-gradient(0deg, rgba(25, 25, 25, .9) 0%, rgba(25, 25, 25, .99) 100%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.single-post .single-post-header .row {
    position: relative;
    z-index: 1;
}
.social-share-wrapper {
    text-align: center;
}
.social-share {
    border: 2px solid var(--fd-blue);
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 4em 0;
}
.social-share .share-post-txt {
    background-color: var(--fd-blue);
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
    padding: 1em;
}
.social-share .share-post-txt:before {
    content: "\f52d";
    font-family: "BootstrapIcons";
    margin-right: 6px;
    transition: all .3s ease-in-out;
    vertical-align: top;
}
.social-share ul {
    list-style-type: none;
    padding: 0 .5em;
    margin-bottom: 0;
    display: flex;
}
.social-share ul li .nav-link {
    padding: .5rem .5rem;
    color: var(--fd-blue);
}
.social-share ul li .nav-link:hover {
    color: var(--fd-gold);
}
.fab.fa-twitter{
    font-family:sans-serif;
}
.fab.fa-twitter::before{
    content:"𝕏";
}
.single-post-category a {
    color: var(--fd-gold);
    display: inline-block;
    font-size: .8rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.single-post-category a:hover {
    color: var(--fd-brown);
}
.single-post-category .post-category:nth-child(2) a::before, .single-projet .projet-type:nth-child(1)::before {
    content: "\f285";
    font-family: "BootstrapIcons";
    margin: 0 5px;
    vertical-align: bottom;
    opacity: .5;
}
.single-post h1 {
    color: #fff;
    display: inline-block;
    font-size: 3rem;
    text-wrap: balance;
}
.single-post .posted-on {
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
}
.single-post .posted-on:before {
    content: "\f4c8";
    font-family: "BootstrapIcons";
    margin-right: 5px;
    vertical-align: bottom;
}
.single-post .entry-content h2 {
    letter-spacing: normal;
    margin-top: 1em;
    text-align: left;
    text-transform: none;
}
.single-post .entry-content h2:after {
    margin-top: 20px;
    margin-left: 0;
}
.single-post .entry-content a {
    color: var(--fd-blue);
    font-weight: 600;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.single-post .entry-content a:hover {
    color: var(--fd-gold);
}
.single-post .entry-content h3, .single-post .entry-content h4 {
    color: var(--fd-blue);
    font-family: "Cormorant Infant", serif;
}
blockquote {
    margin: 2rem 0;
    position: relative;
}
.single-post .entry-content blockquote p {
    color: var(--fd-blue);
    font-family: 'Cormorant Infant', serif;
    font-size: 2rem;
    line-height: 2.5rem;
    font-style: italic;
}
.wp-block-pullquote blockquote cite {
    font-size: 1rem;
    color: var(--fd-gold);
    font-weight: 400;
}
blockquote:not(.is-layout-flow)::before {
    content: url(/wp-content/themes/fraisseix/assets/left-quote.svg);
    display: inline-block;
    position: absolute;
    width: 60px;
    vertical-align: middle;
    left: -50px;
    top: -20px;
    opacity: .25;
    z-index: -1;
}
blockquote:not(.is-layout-flow)::after {
    content: url(/wp-content/themes/fraisseix/assets/right-quote.svg);
    display: inline-block;
    position: absolute;
    width: 60px;
    vertical-align: middle;
    right: -50px;
    bottom: 20px;
    opacity: .25;
    z-index: -1;
}
figcaption {
    font-size: .8rem;
    font-style: italic;
}
blockquote.is-layout-flow {
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-repeat: repeat;
    background-size: 100px;
    background-blend-mode: luminosity;
    background-color: var(--fd-blue);
    background-position: center;
    padding: 4em;
    position: relative;
}
blockquote.is-layout-flow:before {
    background: rgba(26, 45, 75, 1);
    background: linear-gradient(0deg, rgba(26, 45, 75, .9) 0%, rgba(26, 45, 76, .99) 100%);
    content: ' ';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.single-post .entry-content blockquote.is-layout-flow p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
    font-style: normal;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.single-post .entry-content blockquote.is-layout-flow p a {
    color: var(--fd-gold);
}
.single-post-footer h2 {
    letter-spacing: normal;
    text-transform: none;
}
.archive.category h1 {
    color: #fff;
    text-transform: none;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 1px;
}
.archive.category h1 span span {
    color: var(--fd-gold);
    font-family: "Cormorant Infant", serif;
    font-size: 4rem;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.category-upper-title a {
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.category-upper-title a:before {
    content: "\f484";
    color: var(--fd-gold);
    font-family: "BootstrapIcons";
    margin-right: 10px;
    vertical-align: bottom;
    display: inline-block;
}

/* CGV */

.row-cg {
    padding-top: 2em;
}
.cg-company {
    background-color: #efefef;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.cg-company .cg-company-logo {
    margin-bottom: 2em;
    text-align: center;
}
.cg-company .cg-company-logo img {
    max-width: 260px;
}
.cg-company .cg-docs {
    list-style-type: none;
    padding-left: 0;
}
.cg-company .cg-docs .cg-doc {
    margin-bottom: 2em;
    border-left: 1px dashed var(--fd-gold);
    padding-left: 1em;
}
.cg-company .cg-docs .cg-doc .cg-doc-name {
    color: var(--fd-blue);
    font-family: 'Cormorant Infant', serif;
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
}
.cg-company .cg-docs .cg-doc .cg-doc-pdf {
    color: var(--fd-blue);
    font-size: .8rem;
    font-weight: 600;
    text-decoration: underline;
}
.cg-company .cg-docs .cg-doc .cg-doc-pdf-wrapper:before {
    color: var(--fd-gold);
    content: "\f63d";
    font-family: "BootstrapIcons";
    margin-right: 6px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.cg-company .cg-docs .cg-doc .cg-doc-pdf:hover {
    color: var(--fd-gold);
    transition: all .3s ease-in-out;
}
.cg-doc-source img {
    display: block;
    margin-bottom: 6px;
    max-width: 180px;
}
.cg-doc-source span {
    color: var(--fd-blue);
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.cg-doc-source span:after {
    color: var(--fd-gold);
    content: "\f1c5";
    font-family: "BootstrapIcons";
    font-size: .8rem;
    margin-left: 6px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    vertical-align: baseline;
}
.page-template-page-service .entry-content-wrapper {
    background-image: url(/wp-content/themes/fraisseix/assets/fraisseix-macaron-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: relative;
    z-index: 1;
}
.page-template-page-service .entry-content-wrapper:before {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .97) 100%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.page-template-page-service .entry-content {
    padding: 6em 0;
    position: relative;
}
.page-template-page-service .entry-content h2 {
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
}
.page-template-page-service .entry-content h2:after {
    margin-left: 0;
}
.page-template-page-service .entry-content .wp-block-column {
    padding: 2em 0;
}
.page-template-page-service .entry-content a {
    color: var(--fd-blue);
    font-weight: 600;
    text-decoration: underline;
}
.page-template-page-service .entry-content p.sub-intro {
    color: var(--fd-blue);
    font-size: 1.25rem;
    font-weight: 500;
}
.page-template-page-service .entry-content .fraisseix-ul {
    list-style-type: none;
    padding-left: 0;
}
.page-template-page-service .entry-content .fraisseix-ul > li {
    color: var(--fd-blue);
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}
.page-template-page-service .entry-content .fraisseix-ul > li > ul {
    padding-bottom: 1em;
    padding-top: .5em;
}
.page-template-page-service .entry-content .fraisseix-ul > li > ul li {
    color: initial;
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
}
.page-template-page-service .entry-content .wp-block-gallery {
    padding: 4em 0;
}
.page-template-page-service .entry-content .wp-block-column .wp-block-gallery {
    padding: 0;
}
.wp-block-table thead {
    color: #fff;
    background-color: var(--fd-blue);
    border-bottom: inherit;
}
.wp-block-table tbody tr:nth-child(even) {
    background-color: #efefef;
}
.wp-block-table tbody td {
    border: 1px solid transparent;
}
.wp-block-table tbody tr td:first-child {
    font-weight: 500;
}

/* SLIDERS CLIENTS PRO */

.clients-pro-row {
    padding: 4em 0;
}
.slider-clients-pro {
    padding: 1em 0;
}
.slider-clients-pro .slide-item img {
    margin: 0 auto;
    height: auto;
    width: 80%;
    transition: all .4s ease-in-out;
}
.slider-clients-pro .partenaire-item {
    padding: 0 30px;
}
.slider-clients-pro .slick-list {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, black), color-stop(95%, black), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 5%, black 95%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, black), color-stop(95%, black), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 5%, black 95%, rgba(0, 0, 0, 0) 100%);
}
.slider-clients-pro .slick-track {
    align-items: center;
    display: flex;
}
.slider-clients-pro .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.services-additionnels h2 {
    letter-spacing: 0px;
    text-transform: none;
    text-wrap: balance;
}
.service-additionnel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3em 2em;
}
.service-additionnel .service-icon:before {
    color: var(--fd-gold);
    font-size: 4rem;
    margin-bottom: .5rem;
    display: block;
    transition: all .3s ease-in-out;
}
.service-additionnel .service-name {
    color: var(--fd-blue);
    display: block;
    margin-bottom: .5rem;
    text-transform: uppercase;
}
.service-additionnel .service-name strong {
    font-weight: 600;
}
.service-additionnel .know-more {
    color: var(--fd-gold);
    cursor: pointer;
    display: block;
    font-size: .8rem;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
}
.service-additionnel .know-more:after {
    content: "\f4f9";
    display: inline-block;
    font-family: "BootstrapIcons";
    margin-left: 6px;
    position: relative;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.service-additionnel .know-more:hover::after {
    transform: translateX(4px);
}
.services-additionnels .modal .modal-titles {
    color: #fff;
    position: relative;
    z-index: 1;
}
.services-additionnels .modal .service-icon:before {
    color: var(--fd-gold);
    font-size: 4rem;
    margin-bottom: .5rem;
    display: block;
    transition: all .3s ease-in-out;
}
.services-additionnels .modal .upper-title {
    font-size: .8rem;
    letter-spacing: 1px;
    padding-bottom: 0;
}
.services-additionnels .modal .upper-title:before, .services-additionnels .modal .upper-title:after {
    display: none;
}
.services-additionnels .modal .service-name {
    color: #fff;
    display: block;
    font-family: "Cormorant Infant", serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: .5rem;
}
.services-additionnels .modal .modal-header {
    justify-content: left;
    padding: 2em;
}
.services-additionnels .modal .modal-body {
    padding: 2em;
}
.before-after-title {
    display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
}
.services-additionnels .modal .modal-body a {
    color: var(--fd-blue);
    font-weight: 600;
    text-decoration: underline;
}
.nav-tabs {
    border-bottom: 1px solid var(--fd-gold);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: var(--fd-gold);
}
.nav-tabs .nav-link {
    border-radius: 0;
    color: var(--fd-gold);
    font-size: .9rem;
    font-weight: 600;
    margin-right: 10px;
}
.nav-tabs .nav-link.active {
    border-color: var(--fd-gold) var(--fd-gold) #fff;
    color: var(--fd-blue);
}
.tab-pane .btn {
    display: block;
    margin: auto;
    width: fit-content;
}

/* MASONRY GRID */

.gallery-grid {
    padding: 4em 0;
}
.masonry-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.masonry-item {
    overflow: hidden;
    padding: 10px;
    width: 50%;
}
.masonry-item img {
    border-radius: 22px;
    width: 100%;
    height: auto;
    display: block;
}
.page-header, .page-template-devis-gratuit .page-header {
    background-blend-mode: luminosity;
    background-color: var(--fd-blue);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12em 0 6em 0;
    position: relative;
}
.page-template-devis-gratuit .page-header {
    border-bottom: 0;
    margin: 0;
}
.page-header:before {
    background: rgba(26, 45, 75, 1);
    background: linear-gradient(0deg, rgba(26, 45, 75, .75) 0%, rgba(26, 45, 75, .9) 33%, rgba(26, 45, 76, 1) 100%);
    content: ' ';
    position: absolute;
    top: -10em;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.page-header .container {
    position: relative;
    z-index: 1;
}
.page-header h1 {
    color: var(--fd-gold);
    font-size: 3rem;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.page-header .page-subtitle {
    color: #fff;
    font-size: 1.25rem;
}
.page-template-boutique .page-header .horaires-wrapper .horaires {
    color: #fff;
}
.mover-form-wrapper {
    padding: 3em 0;
}
.mover-form-wrapper .bg-info {
    background-color: var(--fd-gold) !important;
}
.mover-form-wrapper input[type=submit].btn-primary {
    background: var(--fd-gold);
    border: 1px solid var(--fd-gold);
    border-radius: 0;
    display: inline-block;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    letter-spacing: 1px;
    margin: 30px 0;
    overflow: hidden;
    padding: 1.25em 2em;
    position: relative;
    font-size: 1.5rem;
}

/* TEMPLATE PARTENAIRE */

.single-partenaire .page-header, .page-template-blank-page .page-header {
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-repeat: repeat;
    background-size: 100px;
    padding: 7em 0;
}
.single-partenaire .page-header:before, .page-template-blank-page .page-header:before {
    background: linear-gradient(0deg, rgba(26, 45, 75, .9) 0%, rgba(26, 45, 76, .99) 100%);
    top: -1px;
}
.single-partenaire .partner-logo {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 140px;
    padding: 10px;
    z-index: 1;
    transform: translateY(-70px);
}
.single-partenaire .partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single-partenaire .partner-presentation {
    padding: 6em 0;
}
.single-partenaire .partner-upper-title {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--fd-gold);
    font-weight: 400;
    letter-spacing: 1px;
}
.single-partenaire h1 {
    color: var(--fd-blue);
    font-size: 2.5rem;
}
.single-partenaire h1:after {
    content: ' ';
    position: relative;
    display: block;
    width: 38px;
    border: .5px solid var(--fd-gold);
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-partenaire .partner-text {
    margin-bottom: 2em;
}
.partner-ext-link {
    color: var(--fd-gold);
    display: inline-block;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.partner-ext-link:after {
    content: "\f1c5";
    display: inline-block;
    font-family: "BootstrapIcons";
    margin-left: 6px;
    position: relative;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.partner-ext-link:hover::after {
    transform: translateX(4px);
}
.partner-ext-link:hover {
    color: var(--fd-brown);
}
.single-partenaire .partner-form-wrapper {
    background-color: var(--fd-blue);
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-size: 100px;
    max-width: 800px;
    padding: 20px;
    position: relative;
}
.single-partenaire .partner-form {
    background-color: #fff;
    padding: 1em 2em 0 2em;
}

/* TEMPLATE SERVICE */
.side-menu-service {
    position: fixed;
    right: 0;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
    z-index: 200;
}
.side-menu-service ul {
    margin-bottom: 0;
}
.side-menu-service ul li {
    background-color: var(--fd-gold);
    padding: 0;
    transform: translateX(calc(100% - 46px));
    transition: all .4s ease-in-out;
}
.side-menu-service ul li:hover, .side-menu-service ul li.aside-active {
    transform: translateX(0);
}
.side-menu-service ul li a {
    align-items: center;
    display: flex;
}
.side-menu-service ul li a .service-icon:before {
    color: var(--fd-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    margin-bottom: 0;
    height: 46px;
    width: 46px;
}
.side-menu-service ul li a .service-name {
    font-size: .8rem;
    margin-bottom: 0;
    padding: 0 10px;
}
.side-menu-service .service-menu-item a:hover .service-icon:before {
    transform: translateY(0px);
}
.service-upper-title {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.service-upper-title:before {
    content: "\f10e";
    font-family: "BootstrapIcons";
    margin-right: 6px;
    vertical-align: bottom;
    display: inline-block;
    transform: translateY(6px);
}
.page-template-page-service .page-header .service-icon {
    color: var(--fd-gold);
    display: block;
    font-size: 4rem;
}


/* BOUTIQUE */

.products-list {
    margin-top: 6em;
}
.product-card-wrapper {
    margin-bottom: 4em;
}
.product-card {
    background-color: #efefef;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em 2em 2em;
    position: relative;
}
.product-card .product-img img {
    width: auto;
    height: 150px;
    transform: translateY(-25px);
}
.product-card h3.product-title {
    color: var(--fd-blue);
    display: inline-block;
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    position: relative;
}
.product-card h3:after {
    content: ' ';
    position: relative;
    display: block;
    width: 38px;
    border: .5px solid var(--fd-gold);
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-card .product-description {
    font-size: .8rem;
}
.product-card .product-info {
    border-top: .5px dashed #caae47;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 1em;
}
.product-card .product-dimensions {
    font-size: .8rem;
    font-style: oblique;
    position: relative;
}
.product-card .product-dimensions:before {
    color: var(--fd-gold);
    content: "\f523";
    font-style: normal;
    font-family: "BootstrapIcons";
    margin-right: 6px;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.product-card .product-price {
    color: var(--fd-blue);
    position: relative;
    margin-left: auto;
    text-align: right;
    font-family: 'Cormorant Infant';
    font-weight: 500;
    font-size: 1.25rem;
}
.product-card .product-price:before {
    color: var(--fd-gold);
    content: "\f5af";
    font-style: normal;
    font-family: "BootstrapIcons";
    margin-right: 6px;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
.product-card .product-price .ttc {
    font-size: .8rem;
}

/* 404 & MENTIONS LEGALES */

.error404 {
    background-color: var(--fd-blue);
    color: #fff;
}
.error404 .mentions {
    min-height: 70vh;
    padding-top: 14em;
    padding-bottom: 7em;
    position: relative;
}
.error404 h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
    position: relative;
}
.error404 h1:after {
    content: ' ';
    position: relative;
    display: block;
    width: 38px;
    border: .5px solid var(--fd-gold);
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 30px;
    margin-bottom: 20px;
}
.mentions {
    padding-top: 4em;
    padding-bottom: 4em;
}
.page-template-mentions .mentions svg#sentria-logo {
    display: block;
    fill: var(--fd-blue);
    height: 24px;
    transition: all .4s ease-in-out
}
.page-template-mentions .mentions svg#sentria-logo:hover {
    fill: var(--fd-gold);
}
.page-template-mentions .page-header, .page-template-cgv .page-header {
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-repeat: repeat;
    background-size: 100px;
}
.page-template-mentions .mentions h2 {
    letter-spacing: normal;
    margin-top: 1em;
    text-align: left;
    text-transform: none;
}
.page-template-mentions .mentions h2:after {
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0;
}
.page-template-mentions .mentions p a {
    color: var(--fd-blue);
    font-weight: 600;
    text-decoration: underline;
}

/* FOOTER */

footer .footer {
    background-color: var(--fd-blue);
    color: #fff;
    padding: 6em 0;
    overflow: hidden;
    position: relative;
}
footer .footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    background-image: url(/wp-content/themes/fraisseix/assets/fraisseix-white-symbol-footer-bg.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
}
footer .footer .container {
    position: relative;
}
footer .legals {
    font-size: .7rem;
    text-align: center;
}
.footer-img {
    max-width: 245px;
    position: absolute;
    margin-top: -50px;
    right: 25px;
    user-select: none;
    z-index: 1;
}
.footer-contact-infos {
    margin: 3em 0;
}
.footer-contact-infos ul {
    list-style-type: none;
    padding-left: 0;
}
.footer-contact-infos ul li {
    padding-left: 26px;
    position: relative;
    line-height: 1.25rem;
    padding-bottom: 1rem;
}
.footer-contact-infos ul li a, .footer-contact-infos ul li span {
    color: #fff;
    font-size: .9rem;
    position: relative;
}
.footer-contact-infos ul li:before {
    color: var(--fd-gold);
    font-family: "BootstrapIcons";
    left: 0;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
    position: absolute;
}
.footer-contact-infos ul li.telephone:before {
    content: "\f5b4";
}
.footer-contact-infos ul li.adresse:before {
    content: "\f3e7";
}
.footer-contact-infos ul li.amplitude-horaire:before {
    content: "\f291";
}
.footer-contact-infos ul li.adresse-email:before {
    content: "\f84b";
}
.footer-contact-infos ul li.form-link:before {
    content: "\f6b9";
}
.footer-contact-infos ul li.form-link button {
    color: #fff;
    border: 0;
    background: none;
    -webkit-appearance: none;
    padding: 0;
    font-size: .9rem;
    position: relative;
    font-weight: 700;
}
#horaires .footer-contact-infos ul li a {
    color: var(--fd-blue);
}
footer .footer-logo svg#fraisseix-logotype {
    width: 220px;
}
footer h3 {
    color: var(--fd-gold);
    display: inline-block;
    font-family: "Cormorant Infant", serif;
    font-weight: 100;
    padding: 1em 0 .5em 0;
}
footer .footer-menu {
    list-style: none;
    padding-left: 0;
}
footer .footer-menu li {
    margin-bottom: .5rem;
}
footer .footer-menu li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    transition: all .4s ease-in-out;
}
footer .footer-menu li a:hover {
    color: var(--fd-gold);
}
footer .footer-menu li a:before {
    content: ' ';
    position: relative;
    display: block;
    width: 14px;
    height: fit-content;
    border: .5px solid var(--fd-gold);
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    transition: all .4s ease-in-out;
}
footer .footer-menu li a:hover::before {
    width: 18px;
}
footer .social .nav-link {
    color: #fff;
}
footer .social .nav-link:hover {
    color: var(--fd-gold);
}
svg#sentria-logo {
    display: inline;
    fill: #fff;
    height: 8px;
    margin-left: 2px;
    position: relative;
    bottom: 0;
    transition: all .4s ease-in-out
}

svg#sentria-logo:hover {
    fill: var(--fd-gold);
}
.footer-logo .footer-logo-img-wrapper {
    position: relative;
}
.footer-logo .footer-logo-img-wrapper img {
    max-width: 250px;
}
.footer-logo .footer-logo-img-wrapper:after {
    position: absolute;
    background: rgba(26, 45, 75, 1);
    background: linear-gradient(0deg, rgba(26, 45, 75, 1) 0%, rgba(26, 45, 75, 0) 50%);
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.modal-dialog {
    background-color: var(--fd-blue);
    background-image: url(../fraisseix/assets/fraisseix-pattern.svg);
    background-size: 100px;
    max-width: 800px;
    padding: 20px;
    position: relative;
}
.modal-content {
    border: 0;
    border-radius: 0;
}
.modal-dialog-scrollable .modal-content {
    overflow: scroll;
    min-height: 100%;
}
.modal-content .modal-header {
    background-blend-mode: multiply;
    background-color: var(--bh-blue);
    background-size: cover;
    background-position: center;
    border-bottom: 0;
    justify-content: center;
    position: relative;
}
.modal-content .modal-header:after {
    position: absolute;
    background: rgba(26, 45, 75, 1);
    background: linear-gradient(0deg, rgba(26, 45, 75, .5) 0%, rgba(26, 45, 75, .75) 33%, rgba(26, 45, 76, .9) 100%);
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.modal-content .modal-header button {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 2rem;
    z-index: 1;
}
.modal-content .modal-header button span {
    color: var(--fd-gold);
    font-size: 2rem;
}
.modal-content .modal-header .modal-title {
    color: #fff;
    padding: .5em 0;
    text-align: center;
    z-index: 1;
}
.modal-inner {
    background-color: #fff
}
.modal-content .modal-body .text {
    text-align: center;
    max-width: 600px;
    margin: 1em auto;
    font-size: .8rem;
}
.modal-content .modal-body .text p {
    color: var(--fd-blue);
}
.modal-content .modal-body .text p a {
    color: var(--fd-gold);
    font-weight: 600;
    text-decoration: underline;
}

/* GALLERY */

.fsx-gallery {
  display: flex;
  justify-content: center;
}

.fsx-gallery a {
  flex: 1;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: block;
  max-width: 25%;
}

.fsx-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTACT FORM */

.form-contact br {
    display: none
}
.form-contact input,.form-contact select,.form-contact textarea {
    padding: 12px 0;
    border: none;
    width: 100%;
    font-size: .9rem;
    font-weight: 300;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid var(--fd-gold);
    transition: all .3s ease-in-out;
}
.form-contact input:focus, textarea:focus, select:focus {
    border-bottom: 1px solid var(--fd-blue);
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 0px;
}
.form-contact .objet-title {
    color: var(--fd-blue);
    text-align: left;
    display: block;
}
.form-contact .row.accept-submit {
    align-items: baseline
}
.form-contact .row.accept-submit .input-group p:before {
    display: none
}
.form-contact .row .input-group {
    display: block;
    padding: 0 0 0 3%;
    margin-bottom: 30px!important
}
.form-contact .col-6 {
    width: 50%
}
.form-contact .col-4 {
    width: 33%
}
.form-contact .aligntop {
    align-items: baseline
}
.form-contact .submit-btn {
    padding: 0 0 0 3%
}
.form-contact .submit-btn input {
    background-color: var(--fd-gold);
    border: 1px solid var(--fd-gold);
    border-radius: 0;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1.25em 2em;
    transition: all .3s ease-in-out;
}
.form-contact .submit-btn input:hover {
    background-color: var(--fd-brown);
    border: 1px solid var(--fd-brown);
}
.form-contact .wpcf7-acceptance {
    font-size: 12px;
    color: #000;
    font-weight: 300
}
.form-contact .wpcf7-acceptance label {
    align-items: center;
    display: flex
}
.form-contact .wpcf7-acceptance label input {
    width: auto;
    margin-right: 10px
}
.form-contact .data-collect-info {
    border: 1px solid var(--fd-gold);
    margin-bottom: 2rem;
}
.form-contact .data-collect-info p {
    font-size: .6rem;
    font-weight: 300;
    line-height: .8rem;
    margin-bottom: .7rem;
    text-align: left;
}
.form-contact .data-collect-info p a {
    color: var(--fd-blue);
    font-weight: 600;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.form-contact .data-collect-info p a:hover {
    color: var(--fd-gold);
}
.form-contact .wpcf7-acceptance label .wpcf7-list-item-label a {

}
.wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
}
.wpcf7-checkbox label {
    display: flex;
    font-weight: 400;
    font-size: .8rem;
}
.wpcf7-checkbox input {
    width: auto;
    margin-right: 10px;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0;
    color: var(--fd-blue);
    font-weight: 400;
}
.form-contact p {
    font-size: 1.25rem;
    font-weight: 400;
}
.wpcf7-not-valid-tip {
    color: var(--fd-brown);
    font-size: .8rem;
    font-weight: normal;
    display: block;
}
.parrainage-form .blocs-parrain-filleul {
    display: flex;
    gap: 1em;
}
.form-block-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}
.form-block-title span {
    font-weight: 100;
    font-size: 2.75rem;
    padding-left: 5px;
}
.form-contact.parrainage-form .wpcf7-acceptance {
    font-size: 1rem;
    color: var(--fd-blue);
    font-weight: 700;
}
.parrainage-form .submit-btn {
    text-align: center;
}
.parrainage-form .submit-btn input {
    width: auto;
}
.rdv-type-block p {
    display: flex;
    align-items: baseline;
}
.rdv-type-block p label {
    font-size: .9rem;
    font-weight: 600;
    margin-right: 10px;
}
.data-form-btn {
    background-color: transparent;
    border: 0;
    color: var(--fd-gold);
    font-size: .8rem;
    font-weight: 600;
}
.data-form-btn:after {
    color: var(--fd-gold);
    content: "\f126";
    font-family: "BootstrapIcons";
    margin-left: 4px;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
}
#horaires .modal-body {
    display: flex;
    justify-content: space-around;
}
#horaires .modal-body .footer-contact-infos {
    margin: 1em 0;
}
.horaires-table th, .horaires-table td {
    padding: 10px;
}
.horaires-table th {
    text-align: right;
}
.horaires-table tr {
    vertical-align: text-top;
}
.slider-wrapper-with-arrows {
    align-items: center;
}
.slider-partenaires-arrows {
    display: flex;
    justify-content: center;
}
.slider-partenaires-arrows button.slick-disabled {
    opacity: .25
}
.slider-partenaires-arrows button {
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 1em .25em;
    color: var(--fd-blue);
    display: flex;
    background: transparent;
    border: 1px solid var(--fd-blue);
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    transition: all .3s ease-in-out
}
.slider-partenaires-arrows button:hover {
    background: var(--fd-blue);
    border: 1px solid var(--fd-blue)
}
.slider-partenaires-arrows button svg {
    color: var(--fd-blue);
    width: 20px;
    position: relative;
    transition: all .3s ease-in-out
}
.slider-partenaires-arrows button svg path {
    fill: var(--fd-blue);
    transition: all .3s ease-in-out
}
.slider-partenaires-arrows button.partenaire-prev-arrow svg {
    transform: rotate(180deg)
}
.slider-partenaires-arrows button:hover>svg path {
    fill: #fff
}
.slider-gallery-mobile {
    display: none;
}
.slider-gallery-mobile .slick-slide img {
    width: 100%;
}
.fraisseix-google-badge-wrapper {
    align-items: center;
    display: flex;
    gap: 6px;
    bottom: 0;
    padding: 30px;
    position: fixed;
    z-index: 999;
}
.fraisseix-google-badge-link {
    z-index: 1;
}
.fraisseix-google-badge {
    background-color: var(--fd-blue);
    border-radius: 50px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    width: 50px;
}
.fraisseix-google-badge-label {
    background-color: var(--fd-blue);
    border-radius: 4px;
    opacity: 0;
    padding: 6px 10px;
    transform: translateX(-50px);
    transition: all .3s ease-in-out;
    z-index: 0;
}
.fraisseix-google-badge-link:hover ~ .fraisseix-google-badge-label {
    opacity: 1;
    transform: translateX(0px);
}
.fraisseix-google-badge-label .gb-label-txt {
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
}
.fraisseix-google-badge img {
    width: 66%;
    height: 66%;
    object-fit: contain;
}
.gb-label-stars {
    height: 14px;
    margin-bottom: 4px;
    white-space: nowrap;
    display: flex;
    gap: 3px;
    position: relative;
}
.gb-label-stars .star {
    background-image: url(/wp-content/themes/fraisseix/assets/star.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

/* MAP */

#map {
    height: 100%;
}
#map .maplibregl-cooperative-gesture-screen {
  display: none !important;
}
.maplibregl-marker {
    border: none;
    cursor: pointer;
    height: 41px;
    width: 41px;
    background-image: url(/wp-content/themes/fraisseix/assets/fraisseix-marker.svg);
    background-size: cover;
}
.maplibregl-marker svg {
    display: none;
}
.maplibregl-ctrl-bottom-right details {
    display: none;
}
.maplibregl-popup-content h3 {
    color: var(--fd-blue);
    display: block;
    font-family: 'Cormorant Infant';
    font-size: 1.2rem;
    text-transform: uppercase;
}
.maplibregl-popup-content p {
    color: var(--fd-brown);
    font-family: 'Montserrat';
    font-size: .8rem;
}

/* MEDIA QUERIES */

@media (max-width: 1750px) {
    #notre-boutique .boutique-img {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .single-post article .container {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    header ul.nav-lg-left {
        padding-right: 10vw;
    }
    header ul.nav-lg-right {
        padding-left: 10vw;
    }
}

@media (min-width: 1024px) {
    .form-contact .row .input-group {
        padding: 0!important
    }
}

@media (max-width: 1399px) {

}

@media (max-width: 1199px) {

}

@media only screen and (min-width: 992px) {
    header ul.navbar-nav li:last-child {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }  
    h2 {
        font-size: 2rem;
    }
    header .mobile-menu {
        height:0;
        visibility: hidden;
        background: #fff;
        flex-direction: column;
        opacity: 0;
        display: flex!important
    }
    header .mobile-menu .col-12 {
        text-align: center
    }
    header.active .mobile-menu {
        z-index: 999999;
        justify-content: center;
        height: auto;
        visibility: visible;
        padding: 3em 0;
        transition: all .4s ease-in-out;
        opacity: 1
    }
    header.active .mobile-menu .social {
        display: none;
    }
    header.active .mobile-menu.menu-part-1 {
        margin-top: 1em;
        padding-bottom: 0;
    }
    header.active .mobile-menu.menu-part-2 {
        padding-top: 0;
    }
    header.active .mobile-menu.menu-part-2 .contact-info-header {
        justify-content: center;
    }
    header.active .mobile-menu.menu-part-2 .contact-info-header .horaires-btn {
        color: var(--fd-blue);
    }
    header .row {
        --bs-gutter-x: 0
    }
    header .container {
        border-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header ul.navbar-nav {
        flex-direction: column;
        letter-spacing: 1px;
        font-size: 22px;
        padding: .5em 0
    }
    header ul.navbar-nav li {
        padding: 10px 10px
    }
    header .menu-principal li::after {
        display: none
    }
    header .menu-principal li.devis-btn {
        margin-top: 14px;
    }
    header .mobile-menu-icon {
        order: 1
    }
    header .menu-logo {
        order: 2
    }
    header .menu-part-1 {
        border-radius: 22px 22px 0 0;
        order: 3
    }
    header .menu-part-2 {
        border-radius: 0 0 22px 22px;
        order: 4
    }
    header #fraisseix-logotype {
        max-width: 120px;
    }
    header .row ul.navbar-nav li a {
        color: var(--fd-blue) !important;
    }
    header .social ul {
        justify-content: center;
    }
    header .telephone {
        justify-content: center;
    }
    header .telephone a {
        color: var(--fd-blue);
    }
    header .mobile-services-menu, header .mobile-services-menu .services-sub-menu {
        display: block;
    }
    header .container.services-sub-menu {
        background-color: white;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    header .service-menu-item {
        padding: 0 1em;
    }
    header .service-menu-item .service-icon {
        text-align: center;
    }
    header .service-menu-item .service-icon:before {
        
    }
    header .service-menu-item .service-name {
        font-size: 0.75rem;
        text-align: center;
    }
    header .service-menu-item .know-more {
        display: none;
    }
    header ul.navbar-nav li.services-item-link {
        display: none;
    }
    #hero-video {
        width: auto;
        height: 100%;
    }
    .scrolling-header .horaires-btn {
        line-height: unset;
    }
    .service-menu-item {
        padding: 1em;
    }
    .service-menu-item .service-icon:before {
        font-size: 3rem;
    }
    .service-menu-item .service-name {
        font-size: 0.8rem;
    }
    .service-menu-item .know-more {
        font-size: .5rem;
    }
    .service-menu-item .service-description {
        display: none;
    }
    .gallery-grid {
        padding: 1em 0;
    }
    .masonry-item {
        overflow: hidden;
        padding: 10px 0;
        width: 100%;
    }
    #notre-boutique .boutique-img {
        transform: unset;
        width: 75%;
    }
    .histoire .container .inner-container {
        padding: 2em 1em;
    }
    .founder-block:first-of-type {
        text-align: left;
    }
    #votre-projet .votre-projet-img:after {
        display: none;
    }
    .horaires-wrapper {
        margin: 1em 0;
    }
    .horaires-wrapper .horaires {
        border-left: 0;
        padding-left: 0;
    }
    .votre-projet-wrapper {
        padding: 2em;
        box-shadow: none;
    }
    #votre-projet .votre-projet-img {
        padding-right: 0;
    }
    .social-block {
        padding: 2em;
    }
    .social-block .row .col-12 {
        margin-bottom: 4rem;
    }
    .fb-post a {
        padding: 2em 0;
    }
    .fb-post .fb-page-logo img {
        width: 24px;
    }
    .nos-moyens .moyens-ul li.moyen-item {
        padding: 2em 0;
    }
    .footer-logo {
        text-align: center;
    }
    .fsx-gallery-wrapper {
        display: none;
    }
    .fsx-service-gallery-wrapper {
        display: block;
    }
    .fsx-service-gallery-wrapper .fsx-gallery {
        flex-direction: column;
    }
    .fsx-service-gallery-wrapper .fsx-gallery a {
        max-width: 100%;
    }
    .slider-gallery-mobile {
        display: block;
        user-select: none;
    }
    footer .legals {
        margin-top: 2em;
    }
    .scrolling-header-contact-info {
        gap: 2em;
        align-items: flex-start;
    }
    .scrolling-header .telephone a, .scrolling-header .horaires-btn {
        font-size: 0;
    }
    .scrolling-header .telephone a:before, .scrolling-header .horaires-btn:before {
        font-size: 24px;
    }
    .votre-projet-wrapper {
        background-size: cover;
        background-position: center;
    }
    .side-menu-service {
        display: none;
    }
    #horaires .modal-body {
        flex-direction: column;
    }
    #horaires .modal-body .footer-contact-infos {
        margin: 2em auto 0 auto;
    }
    .histoire-content {
        display: none;
    }
    #projetContent {
        display: none;
    }
    .footer-img {
        display: none;
    }
    .single-partenaire .page-header {
        padding: 5em 0;
    }
    .hero-section:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .75) 80%, rgba(0, 0, 0, 1) 100%);
    }
    #notre-boutique .boutique-left-panel {
        padding-left: 2em;
        padding-right: 2em;
    }
    #map {
        height: 50vh;
    }
}

@media only screen and (max-width: 767px) {

}
