/* Menu Celestine et eau-vive */
:is(.célestine, .eau-vive) .gr-header-01 .navigation-menu ul, :is(.célestine, .eau-vive) .gr-header-01 .secondary-menu ul {
    list-style-type: none!important;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 10.8vw;
    align-items: center;
}

:is(.célestine, .eau-vive) .gr-header-01 .navigation-menu ul li a, :is(.célestine, .eau-vive) .gr-header-01 .secondary-menu ul li a {
    font-size: 19px;
}

body.saphir .btn_outline_black {
    position: relative;
    display: inline-block;
    color: var(--darkcolor01);
    border: 1px solid black;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 32px !important;
    overflow: hidden;
    transition: 1s all ease;
    letter-spacing: 2px;
    font-size: clamp(14px, 0.85vw, 24px);
}

body.saphir .btn_outline_black:hover {
    color: var(--lightcolor01) !important;
    background-color: var(--darkcolor01);
}

.btn_bg_blue {
    position: relative;
    display: inline-block;
    color: var(--darkcolor01) !important;
    background-color: var(--color02);
    border: 1px solid black;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 32px 20px !important;
    overflow: hidden;
    transition: 1s all ease;
    letter-spacing: 2px;
    font-size: clamp(14px, 0.85vw, 24px);
}

.btn_bg_blue:hover {
    background-color: var(--lightcolor01);
}

body.saphir.mobile-menu-active .gr-header-01.mobile-active .header-container .row .navigation-menus {
    margin-top: 40px ;
}

body.saphir .gr-header-01 {
    padding: 0 !important;
}

body.saphir.mobile-menu-active .gr-header-01.section {
    padding: 0 !important;
}

body.saphir .saphir-tabs .accordions_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
}

body.saphir .saphir-tabs .accordion_ctn h3[aria-expanded="true"] {
    background-color: var(--darkcolor01) !important;
    color: var(--color02);
}

body.saphir .saphir-tabs .accordion_ctn h3 {
    position: relative;
    display: flex;
    color: var(--darkcolor01);
    border: 1px solid black;
    text-transform: unset;
    text-decoration: none;
    padding: 15px 75px;
    overflow: hidden;
    transition: 1s all ease;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

body.saphir .saphir-tabs .accordion_ctn {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
}

body.saphir .padding-bottom h5 {
    padding-bottom: 30px !important;
}

.wrap {
    display: flex;
}

.wrap .footer-copyright {
    margin-right: 2vw;
}

/*body.saphir li {*/
/*    font-size: clamp(16px, 1.35vw, 25px);*/
/*    color: #003b5c;*/
/*    font-family: itc-slimbach, sans-serif;*/
/*    margin-top: 0;*/
/*    line-height: 150%;*/
/*    font-weight: 300;*/
/*}*/

body.saphir .bg-foncee ul {
    list-style: none;
    padding: 0;
}

body.saphir ul {
    list-style: none;
    padding: 0;
}

body.saphir .content .bg-foncee ul li::before {
    content: "";
    background-color: var(--color02);
}

 body.saphir .bg-foncee li {
    font-size: clamp(20px, 1.3vw, 26px);
    color: white;
    font-family: itc-slimbach, sans-serif;
    margin-top: 0;
    line-height: 150%;
    font-weight: 300;
}

body.saphir li {
    font-size: clamp(20px, 1.3vw, 26px);
    color: #003b5c;
    font-family: itc-slimbach, sans-serif;
    margin-top: 0;
    line-height: 150%;
    font-weight: 300;
}

body.saphir .content ul li::before {
    content: "";
    background-color: var(--darkcolor01);
}

body.saphir .saphir-tabs .accordion_ctn:hover h3 {
    color: var(--lightcolor01) !important;
}

body.saphir .slideshow img {
    width: 100%;
}

body.saphir .saphir-tabs .accordion_ctn:hover {

    background-color: var(--darkcolor01) !important;
}

body.saphir .saphir-tabs .accordions_list .accordion_ctn .accordion-title {
    margin-bottom: 0;
    text-align: center;
    line-height: 100%;
}

body.saphir .gr-header-01 .header-container {
    background-color: var(--lightcolor01);
    padding: 45px 55px 40px !important;
}

/*body.saphir .gr-header-01 .navigation-menu {*/
/*    padding-left: 0!important;*/
/*    width: 100%;*/
/*}*/

/*body.saphir .gr-header-01 .navigation-menu ul {*/
/*    gap: 0;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/

/*body.saphir .menu-menu-principal-container {*/
/*    width: 100%;*/
/*}*/

body.saphir .gr-header-01 .menu-menu-principal-container ul a {
    letter-spacing: 0 !important;
    margin-bottom: 0;
    font-family: itc-slimbach, sans-serif;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.block-top-header p {
    line-height: 60%;
    padding: 10px 0 !important;
}

body.saphir .gr-header-01 .menu-menu-principal-container ul a:first-child {
    padding: 0 20px 0 0;
}

body.saphir .gr-header-01 .menu-menu-principal-container ul a:last-child {
    padding: 0  0 0 20px;
}

body.saphir .gr-header-01 .menu-menu-principal-container ul a:hover {
    text-decoration: underline;
}

/*body.saphir .menu li:first-child {*/
/*    padding: 0 5px 0 0;*/
/*}*/

body.saphir .prev-arrow:after {
    background-image: url("/wp-content/uploads/sites/4/2022/06/Le-Saphir-06.svg");
    height: 51px;
    width: 51px;
    transform: none;
    opacity: 1;
}

body.saphir .next-arrow:after {
    background-image: url("/wp-content/uploads/sites/4/2022/06/Le-Saphir-07.svg");
    height: 51px;
    width: 51px;
    opacity: 1;
}

body.saphir .next-arrow:hover:after {
    background-image: url("/wp-content/uploads/sites/4/2022/06/Le-Saphir-09.svg");
}

body.saphir .prev-arrow:hover:after {
    background-image: url("/wp-content/uploads/sites/4/2022/06/Le-Saphir-08.svg");
    transform: translateX(-10px);
}

body.saphir .h3_0_margin h3 {
    margin: 0;
}

body.saphir table {
    border-spacing: 0 15px;
    width: 100%;
}

body.saphir th, body.saphir td {
    background-color: var(--darkcolor01);
    height: 50px;
    font-size: clamp(16px, 1.35vw, 25px);
    color: #003b5c;
    font-family: itc-slimbach, sans-serif;
    margin-top: 0px;
    line-height: 150%;
}

body.saphir th {
    border-left: 1px solid var(--color02);
    border-top: 1px solid var(--color02);
    border-bottom: 1px solid var(--color02);
    color: var(--color02) !important;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

body.saphir td {
    border-top: 1px solid var(--color02);
    border-bottom: 1px solid var(--color02);
    color: var(--lightcolor01);
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    position: relative;
    line-height: 1;
}

body.saphir td span {
    font-size: 20px;
}

body.saphir tr td:nth-child(2):before {
    content: "";
    width: 1px;
    height: 45px;
    background-color: var(--color02);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

body.saphir .saphir-slider {
    position: relative;
}

body.saphir .navigation.dots {
    position: absolute;
    bottom: 15px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

body.saphir span.dot {
    height: 10px;
    width: 10px;
    display: block;
    background-color: white;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid white;
    transition: 0.5s all ease-in-out;
}

body.saphir span.dot.dot-active {
    background-color: transparent;
    border: 2px solid white;
}

body.saphir .prev-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

body.saphir .padding-70-50 .text_block {
    padding: 3.8vw 2.7vw;
}

body.saphir .cta .btn_bg_blue {
    display: block;
}

body.saphir .padding-left-clamp {
    padding-left: clamp(5vw, calc( ( 100vw - 1560px ) / 2 ), 100vw);
}

.wp-image-216 {
    width: clamp(100px, 9vw, 137px);
}

.wp-image-28 {
    margin-right: clamp(20px, 4.6vw, 67px);
    margin-bottom: 15px;
    width: clamp(100px, 16vw, 250px);
}

body.saphir .gr-footer {
    background-size: 5vw !important;
    background-image: url('/wp-content/uploads/sites/4/2022/06/Le-Saphir-02.svg');
    background-blend-mode: soft-light;
    background-repeat: repeat;
    background-position: top left !important;
}

body.saphir .saphir-slider .prev-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

body.saphir .hero-absolute {
    position: absolute;
    right: 0;
    bottom: -6vw;
    width: 28vw;
    height: 28vw;
    display: flex;
    align-items: center;
    max-width: 548px;
    max-height: 519px;
    padding: 2.1vw 2vw;
}

body.saphir .hero-absolute .text_block  {
    width: 100%;
    padding: 10px 34px;
}

.btn_border-white {
    position: relative;
    display: inline-block;
    color: var(--lightcolor01);
    border: 1px solid var(--lightcolor01);
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 32px !important;
    overflow: hidden;
    transition: 1s all ease;
    font-weight: 300;
    letter-spacing: 2px;font-size: clamp(14px, 0.85vw, 24px);
    font-size: clamp(14px, 0.85vw, 24px);
}

.btn_border-white:hover {
    color: var(--darkcolor01);
    background-color: var(--lightcolor01);
}

body.saphir .saphir-slider .next-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

body.saphir tr td:nth-child(2):after {
    content: "";
    width: 1px;
    height: 45px;
    background-color: var(--color02);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

body.saphir td:last-child {
    border-right: 1px solid var(--color02);
    border-top: 1px solid var(--color02);
    border-bottom: 1px solid var(--color02);
}

body.saphir .secondary-menu {
    display: none;
}

body.saphir .gr-header-01 .top-header-container .section {
    padding: 0 55px !important;
}

body.saphir iframe {
    max-width: 100%;
}

body.saphir .gr-header-01 .gr-logo img, body.saphir .gr-header-01 .gr-logo a {
    width: 100%;
    max-width: 750px;
    display: block;
}

body.saphir .gr-header-01 .top-header-container {
    width: 100%;
}

body.saphir .saphir-accordion .accordions_list {
    border-top: 1px solid var(--color02);
}

body.saphir .saphir-accordion .accordion_ctn {
    border-bottom: 1px solid var(--color02);
}

body.saphir .accordion-theme-light .accordions_list .accordion_ctn .accordion-title {
    color: var(--color02) !important;
    margin-bottom: 0 !important;
    padding: 15px 0 !important;
    position: relative !important;
    font-size: clamp(20px, 1.3vw, 26px) !important;
}

body.saphir .accordion-theme-light .accordions_list .accordion_ctn .accordion-title:after {
    content: "";
    background-image: url("/wp-content/uploads/sites/4/2022/07/icone-ouvert.svg");
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

body.saphir .accordion-theme-light .accordions_list .accordion_ctn .accordion-title[aria-expanded="true"]:after {
    content: "";
    background-image: url("/wp-content/uploads/sites/4/2022/07/icone-ferme.svg");
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

body.saphir .gr-logo-mobile img {
    max-width: 200px;
}

body.saphir .gr-header-01.absolute {
    z-index: 10;
}

body.saphir .header-container .row {
    justify-content: space-between;
    gap: 0 150px;
    padding: 0!important;
    align-items: center;
}

body.saphir .footer-menu {
    display: none;
}

body.saphir .logo-footer img {
    width: 90px;
}

body.saphir footer .row {
    align-items: center;
    color: var(--lightcolor01);
    justify-content: space-between;
    font-family: itc-slimbach, sans-serif;
    border-top: 1px solid;
}

body.saphir footer i {
    color: var(--lightcolor01);
}

body.saphir footer a {
    text-decoration: none;
}

body.saphir ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

body.saphir ol li {
    margin: 0 0 2.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

body.saphir ol li::before {
    content: counter(my-awesome-counter);
    color: var(--darkcolor01);
    font-size: 1.5rem;
    font-weight: 300;
    position: absolute;
    --size: 42px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: -8px;
    background: var(--color02);
    border-radius: 50%;
    text-align: center;
}

body.saphir .accordion-theme-light .accordions_list .accordion_ctn:first-child {
    border-top: none;
}

body.saphir .slideshow img, body.saphir .slideshow .image, body.saphir .slideshow .row {
    height: 100%;
}

body.saphir .multiple_slideshow .saphir-slider .slideshow, body.saphir .multiple_slideshow .saphir-slider .section {
    height: 100% !important;
}

@media screen and (min-width: 2000px) {
    body.saphir .hero-absolute {
        position: absolute;
        right: 0;
        bottom: -30px;
        width: 21vw;
        height: 21vw;
        display: flex;
        align-items: center;
        max-width: 400px;
        max-height: 400px;
    }
}

@media screen and (min-width: 1280px) {
    body.saphir .menu-icon-content {
        display: none
    }
}


@media screen and (max-width: 768px) {
    body.saphir .gr-header-01 .gr-logo-mobile {
        display: block;
        width: auto;
    }

    body.saphir .row-boxed-content > .row__column:last-child {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    body.saphir .row-boxed-content > .row__column:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    html body.saphir article > div.entry-content > div.content > div.section > div.row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.saphir .entry-content > .content > .section > .row > .row__column {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.saphir .hero-absolute .text_block {
        width: 100%;
        padding: 0;
    }

    body.saphir .hero-absolute {
        width: 45vw;
        height: 45vw;
        padding: 3.1vw 5vw;
    }

    body.saphir .saphir-slider {
        position: relative;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.saphir .saphir-tabs .accordions_list .accordion_ctn .accordion-title, body.saphir .saphir-tabs .accordion_ctn  {
        width: 100%;
    }

    .padding-top-mobile {
        padding-top: 50px;
    }

    body.saphir footer .row {
        flex-direction: column;
        gap: 10px;
    }

    body.saphir footer .wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .wrap .footer-copyright {
        margin-right: 0;
        text-align: center;
    }

}

