/* Typos */
h1, h2, h3, h4, h5, .card-pricing .title-pricing, footer p, .fake-link, header.burger .button-menu, .menu-navigation ul li a, .button {
    font-family: 'Readex Pro';
}
body {
    color: #0e445f;
    font-family: 'Readex Pro';
}
.strate {
    padding: 3.5vw 0;
}
.strate ul li, .strate ol li {
    font-size: 18px;
}
.strate ul li:before, .strate ol li:before {
    content: "- ";
}
a {
    color: #0e445f;
}
.container-image-on-text {
    padding: 200px 0;
}
h1 {
    font-weight: 400;
    font-style: normal;
}
h2 {
    font-size: 2.8vw;
    line-height: 2.8vw;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
h2.normal {
    font-size: 70px;
    line-height: 70px;
}
h2.big {
    font-size: 8vw;
    line-height: 7vw;
}
h2.small {
    font-size: 2vw;
    line-height: 3vw;
}
h3 {
    font-size: 1.9vw;
    line-height: 2vw;
    font-weight: 700;
    text-transform: uppercase;
}
h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
}
p {
    font-size: 18px;
}
/* Container */
.container {
    max-width: 2000px;
    width: 90%;
}
/* Buttons */
.button {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 40px;
    background: #0e445f;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
    border: 2px solid #0e445f;
}
.button.primary {
    background: #0e445f;
}
.button.secondary {
    background: #fff;
    color: #0e445f;
    border: 2px solid #0e445f;
}
.button.secondary:hover {
    background: #0e445f;
    color: #fff;
}
.button.yellow-border {
    background: transparent;
    border: 2px solid #f0b542;
    color: #f0b542;
}
.button.yellow-border:hover {
    background: #f0b542;
    border-color: #f0b542;
    color: #fff;
}
.button.yellow-background {
    background: #f0b542;
    border: 2px solid #f0b542;
    color: #faec70;
}
.button.yellow-background:hover {
    background: transparent;
    border: 2px solid #f0b542;
    color: #f0b542;
}
.button.red-border {
    background: transparent;
    border: 2px solid #d64b45;
    color: #d64b45;
}
.button.red-border:hover {
    background: #d64b45;
    color: #fff;
    border: 2px solid #d64b45;
}
.button:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 2px solid #0e445f;
}
.white .button {
    background: #fff;
    color: #0e445f;
    border: 0;
}
/* Specific */
.strate-hero h4 {
    font-size: 3vw;
}
.container-slider-cards .swiper .card-slide img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
    margin-bottom: 0;
}
.container-slider-cards .swiper-button-next, .container-slider-cards .swiper-button-prev {
    width: 4.5vw;
    height: 4.5vw;
}
.container-slider-cards .swiper-button-next:after, .container-slider-cards .swiper-button-prev:after {
    content: '';
    background: url(../images/prev-dark.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.container-slider-cards .swiper-button-next {
    transform: rotate(180deg);
}
.container-slider-logo .swiper-button-next, .container-slider-logo .swiper-button-prev {
    width: 60px;
    height: 60px;
}
.container-slider-logo .swiper-button-next:after, .container-slider-logo .swiper-button-prev:after {
    content: '';
    background: url(../images/prev-dark.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.container-slider-logo .swiper-button-next {
    transform: rotate(180deg);
}
.container-slider-cards .swiper .card-slide .text:after {
    content: 'En savoir +';
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #0e445f;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}
.container-slider-cards .swiper .card-slide .text:hover:after {
    background: #0e445f;
    color: #fff;
}
.container-slider-cards .swiper .card-slide a {
    position: relative;
    display: block;
}
.container-slider-cards .swiper {
    padding-left: 4vw;
}
.container-slider-cards .swiper .swiper-wrapper {
    padding-bottom: 2vw;
    padding-top: 1vw;
}
.two-cols {
    padding-bottom: 0;
}
.two-cols .button {
    margin-top: 30px;
}
.two-cols:after {
    content: '';
    width: 25vw;
    height: 25vw;
    background: url(img/picto-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% - 3.5vw);
    z-index: -1;
    left: 0%;
}
.two-cols .col-sm-6 {
    padding: 10vw 5vw;
    border-radius: 0 30px 0 0;
}
.two-cols .col-sm-6:nth-child(1) {
    background: #f7ec63;
}
.two-cols .col-sm-6:nth-child(1):before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw;
    background: #f7ec63;
    height: 100%;
}
.container-image-on-text .containter-text img {
    width: 60px;
    position: relative;
}
.home .two-cols p {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.post-type-archive-galerie .breadcrumb a, .post-type-archive-galerie .breadcrumb span {
    color: #0e445f;
}
.swiper-pagination-bullet {
    background: #0e445f;
    transition: 0.3s;
    opacity: 1;
    margin-top: 3vw;
    border-radius: 5px;
}
.swiper-pagination-bullet-active {
    background: #f0b542;
    width: 60px;
    border-radius: 5px;
    transition: 0.3s;
}
.white .swiper-pagination-bullet {
    background: #fff;
}
.container-slider-cards .swiper .card-slide .text img {
    position: relative;
    width: 4vw;
    margin-bottom: 0.5vw;
    border-radius: 0;
    height: 4vw;
}
.container-slider-cards .swiper .card-slide .text {
    background: rgba(255, 255, 255, 0.9);
    padding: 1vw;
    width: calc(100% - 2vw);
    bottom: 1vw;
    left: 1vw;
    border-radius: 15px;
}
.container-slider-cards .swiper .card-slide {
    position: relative;
    padding: 0.5vw;
}
.container-slider-cards .swiper .card-slide .text {
    position: absolute;
}
/* Hero */
header.burger .button-menu .text {
    color: #fff;
    position: relative;
    top: 7px;
    font-size: 25px;
    padding: 0 15px;
}
header.burger .button-menu .barre {
    background: #fff;
}
.menu-navigation ul li ul li a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
header.burger .logo {
    width: 190px;
}
.strate-hero h4 {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.strate-hero .strate-hero_inner h1.medium {
    line-height: 6vw;
}
header.burger.is-scrolled {
    background: #fff;
}
header.burger.is-scrolled .barre {
    background: #000;
}
header.burger.is-scrolled .barre:before, header.burger.is-scrolled .barre:after {
    background: #000;
}
header.burger.is-scrolled .button-menu {
    padding: 15px 30px;
}
header.burger.is-scrolled .button-menu .text {
    color: #000;
}
header.burger.is-scrolled .logo-scroll {
    width: 150px;
    margin-top: 8px;
}
header.burger.is-scrolled .social {
    padding: 30px 30px 27px;
    margin-bottom: 0;
}
.container-slider-logo .swiper .card-slide img {
    margin-bottom: 0;
}
.container-slider-logo .swiper-pagination {
    display: none;
}
.container-slider-logo .swiper .swiper-wrapper {
    padding-bottom: 0;
    align-items: center;
}
.container-slider-logo .swiper .card-slide {
    padding: 0 2vw;
}
.container-pushs-articles .container-pushs-article {
    background: #fff;
    padding: 15px;
    padding-bottom: 30px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    height: auto;
    text-align: center;
}
.container-pushs-articles .col-sm-4 {
    margin-bottom: 30px;
}
.container-pushs-articles .container-pushs-article:hover img {
    transform: scale(1);
}
.container-pushs-articles .container-pushs-article img {
    margin-bottom: 10px;
}
header.burger.is-scrolled .social svg path {
    fill: #154a73 !important;
}
.page-id-5517 .strate-hero .strate-hero_image {
    width: 100%;
}
.page-id-5517 .strate-hero:before {
    width: 100% !important;
}
/* Footer */
footer p {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
footer .copyright a {
    color: #fff;
    text-decoration: underline;
}
footer .menu li a {
    color: #fff;
    font-size: 14px;
}
footer:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('img/pattern-head-white.svg');
    background-size: 150%;
    left: 0;
    position: absolute;
    opacity: 0.03;
    top: 0;
}
footer {
    padding: 40px 0;
    background: #0e445f;
    border-top: 2px solid #154a73;
    position: relative;
}
footer .copyright {
    color: #fff;
    padding-top: 60px;
    font-size: 12px;
}
footer .logo-footer {
    max-width: 160px;
}
footer .menu li {
    margin-bottom: 5px;
}
footer .social {
    padding-top: 0;
}
.main-menu li a:hover {
    text-decoration: underline;
}
.header ul {
    margin-bottom: 0;
}
.breadcrumb {
    max-width: 2000px;
    width: calc(100% - 4vw);
    left: 50%;
    top: calc(2vw + 90px);
    background: transparent;
    z-index: 200;
    position: absolute;
    transform: translateX(-50%);
    color: #fff;
}
.breadcrumb a, .breadcrumb span {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding-left: 5px;
    opacity: 0.7;
}
.breadcrumb a:hover, .breadcrumb span:hover {
    text-decoration: none;
}
.breadcrumb a:before, .breadcrumb span:before {
    content: "|";
    padding: 10px;
}
.breadcrumb a:first-child:before, .breadcrumb span:first-child:before {
    display: none;
}
.breadcrumb span {
    opacity: 1;
}
.page-template-page-product .breadcrumb a, .page-template-page-product .breadcrumb span {
    color: #0e445f;
}
.header .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: #fff;
    text-align: left;
    padding: 2vw;
}
.header {
    position: fixed;
    z-index: 300;
    top: 2vw;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    max-width: 2000px;
    width: calc(100% - 4vw);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px 25px 0 0;
}
.header .button {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    text-align: center;
    font-size: 13px;
}
.header .col-sm-9 {
    position: static;
}
.header .logo {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .main-menu {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.header .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: #fff;
    text-align: left;
    padding: 2vw;
}
.header .submenu .image {
    width: 30%;
    display: inline-block;
    height: 15vw;
    overflow: hidden;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 60px;
}
.header .submenu .image .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .submenu .links {
    width: 63%;
    display: inline-block;
    vertical-align: middle;
}
.header .submenu .links .intro-link {
    width: 100%;
    padding-left: 0;
    font-size: 26px;
}
.header .submenu .links .link-sub {
    display: inline-block;
    width: 40%;
    padding: 7px 0;
    vertical-align: top;
    top: 0;
    transform: translateY(0);
}
@media (max-width: 1440px) and (min-width: 1280px) {
    .header .logo img {
        max-width: 100%;
    }
    .header .logo {
        width: 170%;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }
}
.header a:hover {
    text-decoration: none;
}
.header .main-menu .submenu a {
    transform: translateY(0);
}
.header .main-menu li:hover ul {
    display: block;
}
.header .main-menu li a {
    position: relative;
    top: 50%;
    transform: translateY(-48%);
    display: block;
}
.header .main-menu .submenu li {
    text-align: left;
    max-width: 100%;
    height: auto;
}
.header .main-menu .submenu li img {
    width: 50%;
    height: 30%;
    object-fit: cover;
}
.header .main-menu li {
    display: inline-block;
    padding: 15px;
    font-family: 'Readex Pro';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 8vw;
    text-align: center;
    vertical-align: middle;
    height: 83px;
}
.header .main-menu li a {
    color: #0e445f;
}
.strate-hero:after {
    content: '';
    width: 30vw;
    height: 100%;
    position: absolute;
    background: url(img/pattern-head-white.svg);
    background-size: 900%;
    background-repeat: repeat;
    bottom: 0;
    opacity: 0.035;
}
.strate-hero.dark:before {
    width: 70%;
    right: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.25);
}
.strate-hero .strate-hero_image {
    width: 70%;
    right: 0;
    position: absolute;
}
.strate-hero .strate-hero_inner {
    transform: translateX(0) translateY(-40%);
    text-align: left;
    left: 6vw;
    z-index: 10;
}
.strate-hero .strate-hero_inner p {
    font-size: 1.4vw;
}
.strate-hero .strate-hero_inner h1 {
    font-size: 6vw;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 6vw;
}
.container-hero-slider.strate {
    padding-top: 0;
}
.container-hero-slider img {
    max-width: 60%;
    margin-left: auto;
    display: block;
}
.container-hero-slider .swiper .swiper-wrapper {
    padding-bottom: 0;
}
.container-hero-slider .card-slide {
    position: relative;
}
.container-hero-slider .card-slide:after {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    background: url('img/pattern-head-white.svg');
    background-size: 800%;
    background-repeat: repeat;
    bottom: 0;
    opacity: 0.035;
}
.container-hero-slider .swiper-button-next, .container-hero-slider .swiper-button-prev, .container-slider-quotes .swiper-button-next, .container-slider-quotes .swiper-button-prev {
    width: 50px;
    height: 45px;
    background-image: url(img/arrow-slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 50px;
    position: absolute;
    top: auto;
}
.container-hero-slider .swiper-button-next:after, .container-hero-slider .swiper-button-prev:after, .container-slider-quotes .swiper-button-next:after, .container-slider-quotes .swiper-button-prev:after {
    display: none;
}
.container-slider-quotes .swiper-button-next, .container-slider-quotes .swiper-button-prev {
    top: calc(50% - 22px);
    background: url(../images/prev-dark.svg);
    background-size: cover;
}
.container-hero-slider .swiper-button-next {
    left: calc(40% - 100px);
    transform: rotate(180deg);
}
.container-hero-slider .swiper-button-prev {
    left: calc(40% - 160px);
}
.container-slider-quotes .swiper-button-next {
    transform: rotate(180deg);
}
.container-hero-slider .content {
    width: 60%;
    text-align: left;
    color: #fff;
    z-index: 50;
}
.container-hero-slider .content h1, .container-hero-slider .content h2 {
    font-size: 6vw;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 6vw;
}
.container-hero-slider .content .button {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.container-hero-slider .content .button:hover {
    background: rgba(255, 255, 255, .2);
}
.container-text-only.text-intro p {
    max-width: 70%;
    width: 100%;
}
.container-text-only p {
    width: 100%;
}
.container-text-only.text-intro {
    padding-top: 8vw;
    padding-bottom: 8vw;
}
.container-text-only.text-intro:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20vw;
    height: 23vw;
    background: url(img/picto-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper-button-lock {
    display: flex !important;
}
.container-pushs-articles .container-pushs-article {
    position: relative;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}
.container-pushs-articles .container-pushs-article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.13071165966386555) 80%);
    width: 100%;
    height: 100%;
}
.container-pushs-articles .container-pushs-article.no-bg:before {
    display: none;
}
.container-pushs-articles .container-pushs-article .pushs-article-image {
    margin-bottom: 0;
}
.container-pushs-articles .container-pushs-article .fake-link {
    display: none;
}
.container-pushs-articles .container-pushs-article .pushs-article-description {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2vw;
    color: #fff;
    z-index: 10;
    text-align: left;
}
.container-slider-quotes .citation {
    text-align: center;
}
.container-slider-quotes .citation .author-infos {
    text-align: left;
}
.container-slider-quotes .citation .text {
    margin-bottom: 30px;
}
.container-pushs-articles .container-pushs-article .pushs-article-description h3 {
    padding-bottom: 10px;
}
.introduction-product iframe {
    border: 0;
}
.introduction-product {
    margin-top: 170px;
    padding-bottom: 5vw;
}
.introduction-product .container-pricing-product .hero-product {
    border-bottom: 4px solid #f7ec63;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 800;
}
.introduction-product .container-pricing-product .hero-product .title-product {
    margin-top: 1vw;
    font-weight: 800;
    font-size: 2.5vw;
}
.introduction-product .container-pricing-product .hero-product .price {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800;
}
.introduction-product .container-pricing-product .hero-product .price .price-value {
    display: block;
    font-size: 2vw;
}
.slider-introduction-product {
    position: relative;
    padding-bottom: 2vw;
}
.slider-introduction-product:before {
    content: '';
    width: 30vw;
    height: 30vw;
    background: url(img/picto-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
}
.slider-introduction-product .container-text-slide {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.slider-introduction-product .container-image-slide {
    padding-bottom: 40px;
}
.introduction-product {
    position: relative;
}
.introduction-product .container-img-introduction {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 40px;
}
.introduction-product .container-img-introduction:before {
    content: '';
    width: 80vw;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    background: #f4f4f4;
    position: absolute;
    border-radius: 0 30px 30px 0;
}
.introduction-product .container-img-introduction .image-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.galerie-photo ul li:before {
    display: none;
}
.introduction-product .container-img-introduction img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.slider-introduction-product .container-image-slide img {
    max-width: 100%;
}
.cross-linkin {
    padding-bottom: 4.5vw;
    padding-top: 2.5vw;
}
.cross-linkin .title-cross {
    margin-bottom: 4vw;
}
.cross-linkin .article-linked {
    color: inherit;
}
.cross-linkin .article-linked:hover {
    text-decoration: none;
}
.cross-linkin .article-linked .princing {
    margin-top: 15px;
}
.cross-linkin .article-linked img {
    width: 100%;
    margin-bottom: 20px;
}
.post-galerie {
    box-sizing: border-box;
    padding: 15px;
    width: 25%;
}
.post-galerie .img-galerie {
    width: 100%;
    height: auto;
}
.post-galerie .entry-title {
    position: absolute;
    bottom: 0;
    padding: 20px;
    vertical-align: bottom;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}
.post-galerie .sub-info {
    font-size: 12px;
}
.post-galerie .entry-header {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.filter-group{
    width: 14%;
    margin: 15px 8px;
    display: inline-block;
    text-align: left;
    border: 1px solid rgba(31, 67,94,0.26);
    vertical-align: top;
    cursor: pointer;
}

.filters-form .selected-tags {
    display: block;
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
}

.filters-form .tag {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    align-items: center;
    margin: 5px;
    margin-bottom: 15px;
}

.filters-form .tag-remove {
    cursor: pointer;
    color: #0e445f;
    font-weight: bold;
}



.col-filter{
    margin-top: 15px;
    display: inline-block;
}

.col-filter .intro-filter{
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
}

.col-filter a,
.col-filter button{
    display: inline-block;
    width: auto;
}
.filter-group label {
    display: block;
}
.filter-group {
    position: relative;
}
.filter-group:after {
    content: '';
    width: 17px;
    height: 14px;
    pointer-events: none;
    background-image: url("../images/arrow.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 15px;
}

.filter-group.open:after{
    transform: rotate(180deg) translateY(-50%);
}
.strate ul {
    padding-left: 15px;
}
.strate p a {
    text-decoration: underline;
}
.strate p .button {
    text-decoration: none;
}
.filters-form {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 200px;
    position: sticky;
    top: calc(83px + 2vw);
    text-align: center;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    max-width: 2000px;
    width: calc(100% - 4vw);
    margin-left: auto;
    margin-right: auto;
}

.filters-form .list-group {
    max-height: 400px;
    overflow: auto;
    display: none;
    position: absolute;
    z-index: 30;
    background: #FFF;
    width: calc(100% + 2px);
    padding: 20px;
    border: 1px solid rgba(31, 67, 94, 0.26);
    left: -1px;
    top: 100%;
}

.filter-group label {
    font-size: 16px;
}

.filter-group.open .list-group{
    display: block;
}
.filter-group input[type="checkbox"] {
    margin-right: 8px;
}
.filter-group h4 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
}
.navigation.pagination {
    width: 100%;
    text-align: center;
    display: block;
    padding: 40px 0 80px;
    font-size: 18px;
}
.navigation.pagination .page-numbers {
    padding: 5px;
}
.navigation.pagination .page-numbers.current {
    font-weight: 500;
    border-bottom: 1px solid #bbb;
}
.navigation.pagination .prev.page-numbers {
    position: absolute;
    left: 20px;
}
.navigation.pagination .next.page-numbers {
    position: absolute;
    right: 20px;
}
.cky-btn-accept {
    background: #0e445f !important;
    border-color: #0e445f !important;
}
.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {
    color: #0e445f !important;
    border-color: #0e445f !important;
}
.cky-btn-revisit-wrapper {
    background: #0e445f !important;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
}
.loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}
.loader svg path {
    animation: 1s linear 0s infinite move_eye;
}
@-webkit-keyframes move_eye {
    0% {
        fill: #224761;
    }
    32% {
        fill: #224761;
    }
    33% {
        fill: #d64b45;
    }
    65% {
        fill: #d64b45;
    }
    66% {
        fill: #f0b542;
    }
    99% {
        fill: #f0b542;
    }
    100% {
        fill: #224761;
    }
}
.cky-consent-container {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
}
.cky-consent-container:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cky-consent-container .cky-consent-bar {
    max-width: 600px;
    width: 100%;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
footer a {
    text-decoration: underline;
}


#upload-image-form input, #upload-image-form textarea{
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

#upload-image-form input:invalid{
    background-color: #FFF;
}
#upload-image-form #images{
    border: 2px #ccc dotted;
    padding: 40px;
    text-align: center;
}

.page-template-page-devis{
    background: #0e445f;
}

.page-template-page-devis .container-devis-form{
    padding: 70px 0;
    background: #FFF;
}

.page-template-page-devis h2{
    padding-bottom: 30px;
}
#upload-image-form #images::file-selector-button{
    margin-right: 8px;
    border: none;
    background: #0e445f;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
}


#upload-image-form label{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 25px;
}

#upload-image-form .checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#upload-image-form .checkbox-container input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    transform: scale(1.2);
}

#upload-image-form #project-address-fields {
    margin-bottom: 20px;
    padding: 15px;
    border-left: 3px solid #0e445f;
    background-color: #f9f9f9;
}


@media (max-width: 1280px) {
    .container {
        width: 100%;
    }
    .container-hero-slider .card-slide:after {
        display: none;
    }

    .selected-tags {
        margin-top: 15px;
    }
    .tag{
        margin-bottom: 5px;
    }

    .page-template-page-devis .container-devis-form{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-iframe iframe {
        height: 65vw;
    }
    .phone-call {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 45px;
        z-index: 10;
        border-radius: 50%;
        height: 45px;
        background: #0e445f;
    }
    .container-slider-quotes .swiper-button-next, .container-slider-quotes .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
    .phone-call:after {
        content: '';
        background-image: url('../images/phone.png');
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 25px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .container-hero-slider .content h1, .container-hero-slider .content h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .container-hero-slider .swiper .card-slide img {
        opacity: 0.5;
    }
    .container-slider-cards .swiper-button-next, .container-slider-cards .swiper-button-prev {
        display: none;
    }
    .container-hero-slider img {
        width: 100%;
        max-width: 100%;
    }
    .container-hero-slider .content {
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .container-hero-slider .swiper .card-slide {
        height: 80vh;
    }
    .container-hero-slider .swiper-button-next, .container-hero-slider .swiper-button-prev {
        top: auto;
        bottom: 15px;
    }
    .container-hero-slider .swiper-button-next {
        left: 70px;
    }
    .container-hero-slider .swiper-button-prev {
        left: 15px;
    }
    .strate-hero:before {
        width: 100% !important;
    }
    .strate-hero .strate-hero_image {
        width: 100%;
    }
    .strate.container-image-text {
        text-align: center;
    }
    .container-slider-cards {
        text-align: center;
    }
    .strate-hero.large {
        height: 70vh;
    }
    .strate-hero.large h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .introduction-product {
        margin-top: 80px;
    }
    .introduction-product .container-img-introduction {
        height: 400px;
        padding-right: 20px;
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 0;
    }
    .introduction-product .container-pricing-product .hero-product .title-product {
        margin-top: 20px;
        font-size: 28px;
    }
    .hero-product .text-right {
        text-align: left !important;
    }
    .hero-product .price {
        font-size: 16px;
    }
    .hero-product .price .price-value {
        font-size: 22px !important;
    }
    .galerie-photo ul li {
        width: 50%;
        padding: 5px;
    }
    .galerie-photo ul li:nth-child(4), .galerie-photo ul li:nth-child(7), .galerie-photo ul li:nth-child(11), .galerie-photo ul li:nth-child(14) {
        width: 50%;
    }
    .container-image-slide {
        margin-top: 30px;
    }
    .strate-hero .strate-hero_inner {
        width: 100%;
        left: 0;
        padding: 0 15px;
    }
    .strate-hero .strate-hero_inner p {
        font-size: 15px;
    }
    .container-text-only.text-intro p {
        width: 100%;
        max-width: 100%;
    }
    .button {
        padding: 8px 30px;
    }
    p {
        font-size: 18px;
    }
    h3 {
        font-size: 25px;
        line-height: 30px;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    h2.big {
        font-size: 70px;
        line-height: 60px;
    }
    h2.normal {
        font-size: 40px;
        line-height: 40px;
    }
    h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .container-slider-cards .swiper .card-slide .text {
        padding: 30px;
    }
    .container-slider-cards .swiper .card-slide .text img {
        width: 40px;
        height: 40px;
    }
    .swiper .swiper-pagination {
        display: none;
    }
    .two-cols:after {
        display: none;
    }
    .header .logo {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .button {
        display: none;
    }
    .header .main-menu {
        position: fixed;
        width: 100%;
        display: none;
        padding-top: 20px;
        height: auto;
        max-height: calc(100vh - 180px);
        overflow: auto;
        top: 66px;
        background: rgba(255, 255, 255, .98);
        backdrop-filter: blur(5px);
        left: 0;
        padding-bottom: 30px;
    }
    .header .main-menu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(14, 68, 95, .05);
        max-width: 100%;
        height: auto;
        padding: 15px 45px 15px 15px;
        text-align: left;
        position: relative;
    }
    .header .main-menu li .arrow-sub {
        width: 25px;
        height: 25px;
        background-image: url(img/drop-down.svg);
        background-position: center;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
        top: 16px;
        transition: 0.1s;
    }
    .header .main-menu li .arrow-sub.open {
        transform: rotate(180deg);
    }
    .header .main-menu li:hover ul {
        display: none;
    }
    .header .main-menu li:last-child {
        border: 0;
    }
    .header .main-menu li a {
        font-size: 18px;
        transform: translateY(0px);
    }
    .header .burger-menu {
        position: absolute;
        right: 20px;
        top: 50%;
        z-index: 3;
        transform: translateY(-50%);
    }
    .header .burger-menu .barre {
        width: 40px;
        height: 3px;
        background: #224761;
        margin: 5px 0;
        transition: 0.2s;
    }
    .header .burger-menu.open .barre:nth-child(2) {
        opacity: 0;
    }
    .header .burger-menu.open .barre:nth-child(1) {
        transform: rotate(-45deg) translateY(10px);
    }
    .header .burger-menu.open .barre:nth-child(3) {
        transform: rotate(45deg) translateY(-11px);
    }
    .header .main-menu li .submenu {
        width: 100%;
        position: relative;
        max-width: 100%;
        display: none;
        background: transparent;
        padding-left: 0;
    }
    .header .main-menu li .submenu .image {
        display: none;
    }
    .header .main-menu li .submenu .links {
        width: 100%;
    }
    .header .main-menu li .submenu .links .intro-link {
        display: none;
    }
    .header .main-menu li .submenu .links .link-sub {
        width: 100%;
        max-width: 100%;
        text-align: left;
        border: 0;
    }
    .header .main-menu .submenu li a {
        font-size: 13px;
        font-weight: 500;
    }
    .strate-hero .strate-hero_inner h1.big {
        font-size: 100px;
        line-height: 80px;
    }
    .strate-hero h4 {
        font-size: 20px;
    }
    .strate {
        padding: 40px 0;
    }
    footer {
        text-align: center;
    }
    footer .menu {
        margin-bottom: 30px;
    }
    footer .logo-footer {
        margin-bottom: 30px;
    }
    footer .social {
        margin-top: 30px;
    }
    footer .social.text-right {
        text-align: center !important;
    }
    #galerie {
        padding-top: 80px;
    }
    .breadcrumb {
        display: none;
    }


    .filter-buttons-toggle {
        width: 100%;
    }
}


@media (max-width: 576px) {
    .filters-form {
        display: none;
    }
    .post-galerie{
        width: 100%;
    }

    .filter-buttons-toggle{
        max-width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 90px;
    }

    .filters-form{
        margin-top: 0;
        position: relative;
        z-index: 5;
        top: 0;
    }

    .col-filter{
        width: 100%;
    }
    .filter-group{
        width: 100%;
        margin: 15px 0;
    }
    #galerie{
        padding-top: 0;
    }
}

/* Bouton téléphone flottant */
.floating-phone {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    background-color: #0e445f;
    color: white;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    user-select: none;
}

.floating-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.floating-phone .phone-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-phone .phone-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.floating-phone .phone-number {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    display: none;
}

.floating-phone.show-number .phone-number {
    max-width: 200px;
    opacity: 1;
    margin-left: 10px;
    display: block;
}

.phone-number a{
    color: #FFF;
}

.phone-number a:hover{
    text-decoration: none;
}


:root {
    --loader-bg: rgba(255,255,255,0.8);       /* loading screen background color */
    --spinner-border: #0e445f;  /* spinner border color */
    --spinner-transparent: transparent; /* spinner top border (invisible) Can change to color*/
}

.loader-form #loader {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--loader-bg);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.loader-form #loader.visible{
    display: flex;
}

.loader-form .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--spinner-border);
    border-top-color: var(--spinner-transparent);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1280px) {
    .floating-phone {
        bottom: 70px;
        right: 15px;
        padding: 12px;
    }

    .floating-phone .phone-icon {
        width: 20px;
        height: 20px;
    }

    .floating-phone .phone-number {
        font-size: 14px;
    }
}