/*
Theme Name: Ozeobois
Theme URI: http://www.ozeobois.com
Author: Agence AGORALYS
Author URI: https://www.agoralys.com/
Description: 
Version: 1.0

*/

* {
    border: 0;
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'Work Sans', sans-serif;
    color: #273043;
    overflow-x: hidden;
}
.center {
    text-align: center;
}

/*.container-fluid {
    overflow-x: hidden !important;
}*/

.row {
    margin-right: 0;
    margin-left: 0;
}
a {
    color: #273043;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #273043;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
img-responsive {
    width: 100%;
    height: auto;
}
.pad0 {
    padding: 0;
}
p,
.vc_column-inner li,
.vc_column-inner li ul li {
    color: #273043;
    font-size: 15px;
}
@media (min-width: 768px) {
    .nopad {
        padding: 0;
    }
    .nopad div.vc_column-inner {
        padding: 0 !important;
    }
}
@media(min-width:992px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    p,
    .vc_column-inner li,
    .vc_column-inner li ul li {
        font-size: 14px;
    }
}
@media (min-width: 1024px) {
    .nopad div.vc_column-inner {
        padding: 0 !important;
    }
}
@media (min-width: 1200px) {}
@media (max-width: 767px) {
    .order1 {
        order: 1
    }
    .order2 {
        order: 2
    }
}
@media (max-width: 991px) {
    .taborder1 {
        order: 1
    }
    .taborder2 {
        order: 2
    }
}

/*---------------header------------------*/

section.top-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
section.top-header ul.wooc-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.top-header ul.wooc-nav li {
    display: inline-block;
    padding: 3px 18px;
    margin: 0 8px;
}
section.top-header ul.wooc-nav li.revendeur {
    background-color: #dedfe2;
    display: none;
    transition: all 0.3s ease-in-out;
}
section.top-header ul.wooc-nav li.revendeur:hover {
    background-color: #c9cacc;
}
section.top-header ul.wooc-nav li.cta-devis {
    background-color: #9497a0;
    display: none;
}
section.top-header ul.wooc-nav li.cta-devis:hover {
    background-color: #777a84;
}
section.top-header ul.wooc-nav li.cta-devis a {
    color: #fff;
}
section.top-header ul.wooc-nav li.cta-contact {
    background-color: #273043;
    display: none;
}
section.top-header ul.wooc-nav li.cta-contact:hover {
    background-color: #182031;
}
section.top-header ul.wooc-nav li.cta-contact a {
    color: #fff;
}
.cart-contents-count {
    font-weight: 600;
    color: #9497a0;
}
.wooc-nav li a svg {
    font-size: 1.3em
}
#btn-search {
    transition: all 0.3s ease-in-out;
}
#btn-search:hover {
    transform: scale(1.2);
}
@media(min-width:768px) {
    section.top-header>.row {
        display: flex;
        align-items: center;
    }
    section.top-header ul.wooc-nav {
        justify-content: flex-end;
    }
}
@media(min-width:992px) {
    .wooc-nav li a svg {
        font-size: 1em
    }
    section.top-header ul.wooc-nav li.revendeur {
        display: inline-block;
    }
    section.top-header ul.wooc-nav li.cta-devis {
        display: inline-block;
    }
    section.top-header ul.wooc-nav li.cta-contact {
        display: inline-block;
    }
}
@media(min-width:1200px) {
    section.top-header {
        padding: 10px 3%;
    }
}

/*--------------------menu principal ---------------------*/

section.menu {
    padding: 4px 0;
}
section.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.menu ul li a {
    font-size: 1.08em;
    font-weight: 400;
    padding: 0 !important;
    border-bottom: 1px solid #fff !important;
}
section.menu ul .line {
    border-right: 1px solid #273043;
    height: 20px;
}
section.menu ul li {
    padding: 15px 0 !important;
    border-bottom: 1px solid #e7e8ea !important;
}
section.menu ul li:last-child {
    border-bottom: none !important;
}
.ubermenu-responsive-toggle {
    padding: 8px !important;
}
.cart-text,
.compte-text,
.connexion-text {
    display: none;
}
.logo-nav img {
    width: 210px;
    margin: 0 auto 20px;
}
section.menu ul li:hover a,
section.menu ul li.ubermenu-current-menu-item a {
    font-weight: 500;
}
@media(min-width:768px) {
    .logo-nav img {
        width: 100%;
        margin: 0;
    }
}
@media(min-width:992px) {
    section.menu ul li {
        padding: 0 !important;
        border-bottom: none !important;
    }
    .logo-nav img {
        width: 84%;
    }
    section.menu ul li:hover a,
    section.menu ul li.ubermenu-current-menu-item a {
        border-bottom: 1px solid #dfe0e2 !important;
    }
    section.menu ul li .ubermenu-submenu li {
        border-bottom: 1px solid #e7e8ea !important;
    }
    section.menu ul li .ubermenu-submenu li:last-child {
        border-bottom: none !important;
    }
}
@media(min-width:1200px) {
    .logo-nav img {
        width: 100%;
    }
    section.menu {
        padding: 4px 3%;
    }
    .cart-text,
    .compte-text,
    .connexion-text {
        display: inline-block;
    }
    .cart-icone,
    .compte-icone {
        display: none !important;
    }
}
@media(min-width:1500px) {
    .logo-nav img {
        width: 85%;
    }
}

/*----------------footer-----------------*/

section.sur-mesure {
    background-image: url(/wp-content/themes/ozeobois/img/piscines-ozeobois.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px 0 50px;
}
section.sur-mesure .texte-revendeur p {
    margin-bottom: 28px;
}
.btn-devis {
    background-color: #273043;
    padding: 6px 51px 6px 14px;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 300;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block !important;
}
.btn-devis:hover {
    background-color: #9497a0;
    color: #fff;
}
.btn-devis span i {
    font-size: 1.5em;
}
.btn-devis span {
    position: absolute;
    right: 10px;
    top: 4px;
}

/*footer1*/

section.footer1 .line {
    border-bottom: 1px solid #9497a0;
    height: 1px;
    margin: 21px;
}
section.footer1 a.logo-f img {
    width: 200px;
    margin: 0 auto;
}
section.footer1 {
    padding: 15px 0;
    background-color: #182031;
}
section.footer1 .adresse,
section.footer1 .tel {
    display: flex;
    align-items: center;
    justify-content: center
}
section.footer1 .adresse svg,
section.footer1 .tel svg {
    font-size: 2.1em;
    margin-right: 10px;
    color: #9497a0;
}
section.footer1 a,
section.footer1 svg {
    color: #fff;
}
section.footer1 a {
    font-size: 1.1em;
}
section.footer1 a:hover {
    color: #9497a0;
}
@media (min-width: 768px) {
    section.footer1 .adresse,
    section.footer1 .tel {
        justify-content: left
    }
    section.footer1 .row .col-infos-f {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    section.footer1 {
        padding: 25px 0;
    }
    section.footer1 .line {
        margin: 0;
        border-bottom: 0;
        border-right: 1px solid #9497a0;
        height: 50px;
    }
    section.footer1 a.logo-f img {
        width: 181px;
    }
}
@media (min-width: 992px) {
    section.footer1 {
        padding: 40px 3%;
    }
    section.footer1 a.logo-f img {
        width: 200px;
    }
}

/*footer2*/

section.footer2 {
    color: #fff;
    padding: 5px 0 0;
    background-image: url(/wp-content/themes/ozeobois/img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.footer2 ul#menu-footer {
    padding-left: 0;
}
section.footer2 ul#menu-footer li a,
section.footer2 p {
    color: #9497a0 !important;
}
section.footer2 ul#menu-footer li a:hover {
    color: #fff !important;
}
section.footer2 ul#menu-footer>li {
    display: inline-block;
    width: 100%;
    align-items: top;
    vertical-align: top;
}
section.footer2 ul#menu-footer>li>a {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(148, 151, 160, 0.2) !important;
    width: 95%;
    padding-bottom: 2px;
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 1.02em;
    font-weight: 500;
}
section.footer2 ul#menu-footer .sub-menu {
    padding-left: 0;
    list-style: none;
}
section.footer2 ul#menu-footer .sub-menu li a {
    font-size: 0.90em;
}
section.footer2 .row2 {
    margin-top: 10px;
    text-align: center;
}
section.footer2 .row2 p.title-footer {
    border-bottom: 1px solid rgba(148, 151, 160, 0.2) !important;
    font-size: 1.02em;
    font-weight: 500;
    margin-bottom: 25px;
}
section.footer2 .row2 img {
    margin: 0 auto;
}
section.footer2 .row2 svg {
    font-size: 3.5em;
    padding: 0 10px;
    color: #9497a0;
    margin-top: -11px;
    transition: all 0.3s ease-in-out;
}
section.footer2 .row2 a:hover svg {
    color: #fff;
}
section.footer2 .row2 .col-xs-12 {
    margin-bottom: 20px;
}
@media (min-width: 500px) {
    section.footer2 ul#menu-footer>li {
        width: 49%;
    }
}
@media (min-width: 768px) {
    section.footer2 .row2 {
        margin-top: 50px;
    }
    section.footer2 ul#menu-footer>li {
        width: 24.3%;
    }
    section.footer2 {
        padding: 5px 0 30px;
    }
    section.footer2 .row2 .col-xs-12 {
        margin-bottom: 0px;
    }
}
@media (min-width: 992px) {
    section.footer2 {
        padding: 5px 3% 30px;
    }
}

/*footer3*/

section.mentions {
    text-align: center;
    color: #9497a0;
    background-color: #182031;
    padding: 10px 0;
}
section.mentions p {
    margin: 0;
    font-size: 0.80em;
    color: #9497a0;
    font-weight: 400
}
section.mentions a {
    color: #9497a0;
    font-weight: 400 transition: all 0.3s ease-in-out;
}
section.mentions a:hover {
    color: #fff;
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    section.mentions {
        padding: 25px 0;
    }
    section.mentions p {
        font-size: 0.95em;
    }
}

/*----------------barre cookies--------------------*/

#cn-accept-cookie {
    background-color: #9497a0;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
}
#cn-accept-cookie:hover {
    text-decoration: none;
    background-color: #fff;
    color: #525968;
}
#cn-more-info {
    color: #9497a0;
    transition: all 0.3s ease-in-out;
}
#cn-more-info:hover {
    color: #fff
}

/*---------------------------general-----------------------*/

h2,
.styleh2,
.h3home h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
}
.pagesh2 h2 {
    font-weight: 300;
    font-size: 1.6em;
}
.h2line h2,
.h3line h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.85em;
    border-bottom: 1px solid rgba(39, 48, 67, 0.47);
    margin-top: 0;
}
h4,
.taille-piscinesh3 h3,
.styleh4 p {
    text-transform: uppercase;
    color: #273043;
    font-weight: 600;
    font-size: 1.3em;
}
.styleh4 p.style {
    font-weight: 600 !important;
    border-bottom: 0;
    text-transform: inherit;
}
h3,
p.styleh3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.35em;
}
.pagesh3 h3 {
    font-size: 1.6em !important;
}
.pagesh3 h3::after {
    margin: 20px auto;
    content: "";
    border-bottom: 1px solid #273043;
    width: 110px;
    display: block;
}

/*.piscineh3left h3 {
    border-bottom: 1px solid #93969f;
    padding-bottom: 15px;
}*/


/*.piscineh3right h3 {
    border-bottom: 1px solid #93969f;
    padding-bottom: 15px;
    margin-top: 15px;
}*/

.h2center h2,
.titre-rea p {
    border-bottom: none;
}
.h2center h2::after,
.titre-rea p::after {
    border-bottom: none;
    margin: 15px auto 0;
    content: "";
    border-bottom: 1px solid #9497a0;
    width: 90px;
    display: block;
}
h1 {
    font-weight: 600;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 15px 55px 10px;
    font-size: 1.6em;
    text-transform: uppercase;
}
.styleh1 {
    font-weight: 600;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 15px 55px 10px;
    font-size: 1.6em;
    text-transform: uppercase;
}
.title-h1 {
    text-align: center;
    margin-bottom: 0 !important
}
h1.tp-caption {
    background-color: transparent;
}
.h2left h2 {
    border-bottom: 1px solid #93969f;
    padding-bottom: 10px;
}
.h2prod {
    border-bottom: 1px solid #93969f;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block !important;
}
.h2right h2 {
    border-bottom: 1px solid #93969f;
    padding-bottom: 10px;
    margin-top: 15px;
}
.h2center h2,
.h2left h2,
.h2right h2,
.titre-rea p {
    font-size: 1.5em !important;
}
@media (min-width: 768px) {
    h2,
    .styleh2,
    .h3home h3 {
        font-size: 2.3em;
    }
    .pagesh2 h2 {
        font-size: 2em;
    }
    h3,
    p.styleh3 {
        font-size: 1.09em;
    }
    h4,
    .taille-piscinesh3 h3,
    .styleh4 p {
        font-size: 1.15em;
    }
    .piscineh3left h3,
    .piscineh3center h3,
    .h2left h2,
    .h2right h2,
    .titre-rea p {
        font-size: 1.3em !important;
    }
}
@media (min-width: 992px) {
    .pagesh2 h2 {
        font-size: 2.3em;
    }
    .h2line h2,
    .h3line h3 {
        font-size: 1.8em;
    }
    h3,
    .h2left h2,
    .h2right h2,
    .titre-rea p {
        font-size: 1.4em;
    }
}
@media (min-width: 1200px) {
    .pagesh3 h3 {
        font-size: 1.9em !important;
    }
    .h2line h2,
    .h3line h3 {
        font-size: 2em;
    }
    h3,
    p.styleh3 {
        font-size: 1.7em;
    }
    h1 {
        font-size: 2.55em
    }
    .styleh1 {
        font-size: 2.55em
    }
    .h2center h2,
    .h2left h2,
    .h2right h2,
    .titre-rea p {
        font-size: 1.7em !important;
    }
    /*.piscineh3left h3 {
        padding-right: 20px;
    }*/
}

/*------------------------------home-----------------------------*/


/*slider*/

.cta-devis-slider,
.cta-more-slider {
    transition: all 0.3s ease-in-out !important;
}
.cta-devis-slider::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}
.cta-more-slider::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 10px;
    top: 0px;
    transition: all 0.3s ease-in-out;
}
.cta-more-slider:hover::after {
    color: #fff;
}
#slider-home .tparrows:before {
    color: #fff !important;
}
#slider-home .custom-1 .tp-bullet {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
#slider-home .custom-1 .tp-bullet:hover {
    color: #fff;
}
#slider-home .custom-1 .tp-bullet.selected {
    background-color: transparent !important;
    font-size: 1.25em;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 12px;
    width: 20px;
    margin-top: -5px !important;
}
@media(max-width:991px) {
    #slider-home .tp-bullets.custom-1 {
        transform: matrix(1, 0, 0, 1, 56, 101) !important;
    }
}
@media(max-width:767px) {
    #slider-home .tp-bullets.custom-1 {
        transform: matrix(1, 0, 0, 1, 38, 138) !important;
    }
}
@media(max-width:400px) {
    #slider-home .tp-bullets.custom-1 {
        transform: matrix(1, 0, 0, 1, 38, 162) !important;
    }
}
@media(max-width:358px) {
    #slider-home .tp-bullets.custom-1 {
        transform: matrix(1, 0, 0, 1, 38, 138) !important;
    }
}
@media only screen and (min-width: 497px) and (max-width: 767px) {
    .cta-more-slider {
        margin-top: 35px !important;
    }
}

/**/

.paddingpages {
    padding: 0 4%;
}
#reas p {
    color: #fff;
}
#reas p.styleh3 {
    color: #fff;
}
.cta-ozeo button {
    padding: 6px 50px 6px 10px !important;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 300;
}
.cta-ozeo .ubtn-icon {
    top: 46% !important;
    right: 10px !important;
}
.cta-ozeo-bleu .ubtn-icon {
    top: 46% !important;
    right: 10px !important;
}
.cta-ozeo-bleu button {
    padding: 6px 80px 6px 10px !important;
    font-size: 1.1em;
    font-weight: 300;
}
.cta-contact button {
    padding: 8px 50px 8px 50px !important;
    font-size: 1.05em;
    font-weight: 300;
}
.content-box-home p {
    font-size: 1.2em;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(39, 48, 67, 0.47);
    margin-bottom: 19px;
}
.categories h2.title-center.bb-top-title {
    color: #273043 !important;
    font-weight: 500 !important;
    text-align: left !important;
    background-color: #fff !important;
    font-size: 1.05em;
    text-transform: inherit;
}
.categories h2.title-center.bb-top-title::before {
    content: "";
    height: 95px;
    border-left: 1px solid #273043;
    display: inline-block;
    margin-top: -81px;
    margin-right: 8px;
}
.categories .bb-description.ult-responsive {
    color: #ffffff;
    font-size: 5.4em;
    padding: 0;
    margin-top: -37px;
    font-weight: 200 !important;
}
.categories .mask.opaque-background {
    display: flex;
    justify-content: center;
    align-items: center
}
.categories.ult-banner-block .mask .bb-description {
    padding: 0;
}
#cat .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
#sur-mesure>.wpb_column {
    margin-top: -100px;
}
.baseline p {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}
.pgris p {
    color: #9497a0;
    font-weight: 500;
}
.vc_custom_heading.vc_gitem-post-data {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    border-top-right-radius: 1px;
    font-weight: 400;
}
.vc_gitem_row.vc_row.vc_gitem-row-position-bottom .vc_gitem-col.vc_gitem-col-align- {
    padding: 0 !important;
    width: auto;
}
#tem .custom-1 .tp-bullet {
    background-color: transparent !important;
    color: #9497a0;
    font-size: 0.9em;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
#tem .custom-1 .tp-bullet:hover {
    color: #273043;
}
#tem .custom-1 .tp-bullet.selected {
    background-color: transparent !important;
    font-size: 1.25em;
    border-bottom: 2px solid #273043;
    color: #273043;
    padding-bottom: 12px;
    width: 20px;
    margin-top: -5px !important;
}
#tem .tparrows:before {
    color: #182031 !important;
}
#rev_slider_2_2_wrapper {
    padding: 0 4% !important;
}
#rowsurmesure {
    padding: 20px 0px;
}
@media(max-width:767px) {
    #tem .rev_slider .tp-mask-wrap .tp-caption {
        font-size: 13px !important
    }
}
@media(max-width:991px) {
    #tem .tp-bullets {
        transform: none !important;
        left: 0 !important;
    }
    .vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
        font-size: 0.95em;
    }
}
@media(min-width:768px) {
    .categories h2.title-center.bb-top-title {
        font-size: 0.95em;
    }
    .cta-ozeo button {
        padding: 6px 65px 6px 10px !important;
    }
    #rowsurmesure {
        padding: 40px 25px;
    }
    #above-slider {
        margin-top: -175px;
    }
    #sur-mesure>.wpb_column {
        margin-top: -275px;
    }
    .ult-banner-block .bb-top-title {
        padding: 0 !important
    }
}
@media(min-width:780px) {
    #above-slider {
        margin-top: -119px;
    }
}
@media(min-width:992px) {
    .vc_custom_heading.vc_gitem-post-data {
        padding: 5px 20px;
    }
    #above-slider {
        margin-top: -172px;
    }
    .content-box-home {
        width: 90%;
        padding: 20px;
        margin-top: -57px;
        background-color: #fff !important;
        position: absolute;
    }
    .content-box-home.left {
        right: 0;
    }
    .content-box-home.right {
        left: 0;
    }
    .categories h2.title-center.bb-top-title::before {
        margin-right: 15px;
    }
    .categories h2.title-center.bb-top-title {
        font-size: 1.05em;
    }
    .ult-banner-block .bb-top-title {
        padding: 0.7em 15px !important;
    }
    #rowsurmesure {
        padding: 50px 35px;
    }
    .pgris p {
        margin-bottom: 65px;
    }
    #sur-mesure>.wpb_column {
        margin-top: -290px;
    }
}
@media(min-width:1024px) {
    #above-slider {
        margin-top: -124px;
    }
}
@media(min-width:1200px) {
    #above-slider {
        margin-top: -166px;
    }
    .baseline p {
        padding-right: 230px;
        line-height: 35px;
        margin-bottom: 40px;
        font-size: 1.8em;
    }
    .pgris p {
        padding-right: 130px;
    }
    .content-box-home {
        margin-top: -101px;
    }
}
@media(min-width:1400px) {
    #above-slider {
        margin-top: -180px;
    }
}

/*----------------------pages-------------------*/

.cta-piscine {
    background-color: #c9cacf;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    font-size: 3em;
    font-weight: 100;
}
.block-piscine:hover .cta-piscine {
    background-color: #9497a0
}
.top-banner {
    background-position: center
}
.piscine-img {
    z-index: 0;
}
.ult-content-box-container {
    transition: all 0.3s ease-in-out;
}
.ult-content-box-container.block-piscine:hover {
    -webkit-box-shadow: 8px 8px 16px -6px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 8px 8px 16px -6px rgba(0, 0, 0, 0.37);
    box-shadow: 8px 8px 16px -6px rgba(0, 0, 0, 0.37);
}
.block-piscine .more {
    margin-bottom: 0;
}
.white-block {
    padding-top: 15px !important;
    margin-bottom: 15px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.block-piscine .ult-content-box {
    display: flex;
    flex-direction: column;
}
#texte-devis p:first-child {
    font-size: 1.5em;
}
#realisations p {
    display: none;
}
#realisations .vc_gitem-animate-none .vc_gitem-zone-b {
    transition: all 0.3s ease-in-out;
}
.pp_default .pp_bottom,
.pp_default .pp_bottom {
    display: none
}
.pp_content_container .pp_left,
.pp_content_container .pp_middle,
.pp_content_container .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_right {
    background: none !important;
}
div.pp_overlay {
    background: #182031;
    opacity: 0.9!important;
}
.pp_description,
.pp_nav .pp_play,
.pp_nav .currentTextHolder {
    display: none !important;
}
.pp_nav {
    margin: 1px 8px 0 10px !important;
}
div.pp_default .pp_close {
    margin-right: 3px;
    margin-top: 3px;
    background: url(/wp-content/themes/ozeobois/img/close.png) !important;
    background-repeat: no-repeat !important;
}
div.pp_default a.pp_arrow_previous {
    background: url(/wp-content/themes/ozeobois/img/left.png)!important;
    background-repeat: no-repeat !important;
}
div.pp_default a.pp_arrow_next {
    background: url(/wp-content/themes/ozeobois/img/right.png)!important;
    background-repeat: no-repeat !important;
    margin-left: 10px !important;
}
.produits-ozeo p {
    font-size: 1.2em;
    font-weight: 500;
}
.produits-ozeo {
    margin-bottom: 0 !important;
}
.choix-taille h4 {
    font-size: 1.4em;
    font-weight: 400;
}
.choix-taille .wpb_wrapper.vc_figure {
    position: relative;
}
.choix-taille .wpb_wrapper.vc_figure .vc_single_image-wrapper::before {
    content: "+";
    position: absolute;
    font-size: 6em;
    color: #fff;
    font-weight: 100;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2730438a;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.choix-taille .wpb_wrapper.vc_figure:hover .vc_single_image-wrapper::before {
    opacity: 1
}
.pp-img-right .wpb_single_image.wpb_content_element {
    margin-bottom: 0 !important
}
.pp-img-left .wpb_single_image.wpb_content_element {
    margin-bottom: 0 !important
}
@media(max-width:767px) {
    .pair .more {
        order: 2
    }
}
@media(min-width:768px) {
    .choix-taille h4 {
        font-size: 1.15em;
    }
    .piscineh3right span.spanh3 {
        font-size: 1.35em;
    }
    .produits-ozeo p {
        font-size: 0.95em;
    }
    #realisations .vc_col-sm-3 {
        width: 24.5%;
    }
    #texte-devis p:first-child {
        font-size: 1.7em;
    }
    .cta-piscine {
        min-height: 165px;
        font-size: 6em;
    }
    .block-piscine .more {
        width: 30%;
    }
    .block-piscine .ult-content-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .piscine-text-right {
        position: absolute !important;
        left: -85px;
    }
    .piscine-text-left {
        position: absolute !important;
        right: -85px;
        bottom: 0;
    }
    #produits-uniques1 .vc_column-inner {
        padding-bottom: 130px;
    }
    #produits-uniques2 .vc_column-inner {
        margin-top: -120px;
    }
}
@media(min-width:992px) {
    .choix-taille h4 {
        font-size: 1.4em;
    }
    .produits-ozeo p {
        font-size: 1.2em;
    }
    .pp-text-left {
        padding-right: 20px;
    }
    .pp-text-right,
    .h2right h2 {
        padding-left: 20px;
    }
    .piscineh3right span.spanh3 {
        padding-left: 20px;
        font-size: 1.05em;
    }
    #texte-devis p:first-child {
        font-size: 1.85em;
    }
    .pp-img-right .vc_column-inner {
        padding-left: 0 !important
    }
    .pp-img-left .vc_column-inner {
        padding-right: 0 !important
    }
    .piscine-produit-col-l .vc_column-inner {
        padding-right: 0 !important;
    }
    .piscine-produit-col-r .vc_column-inner {
        padding-left: 0 !important;
    }
}
@media(min-width:1200px) {
    div.ctaline {
        position: relative;
    }
    div.ctaline::before {
        width: 34%;
        border-bottom: 1px solid #d3d5d9;
        display: block;
        content: "";
        top: 50%;
        position: absolute;
    }
    div.ctaline::after {
        width: 34%;
        border-bottom: 1px solid #d3d5d9;
        display: block;
        content: "";
        right: 0;
        top: 50%;
        position: absolute;
    }
    .white-block {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
}
@media(min-width:1400px) {
    div.ctaline::before {
        width: 36%;
    }
    div.ctaline::after {
        width: 36%;
    }
    .pp-text-left {
        padding-right: 50px;
    }
    .pp-text-right,
    .h2right h2 {
        padding-left: 50px;
    }
    .piscineh3right span.spanh3 {
        padding-left: 50px;
    }
    .white-block {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}
@media(min-width:1700px) {
    .pp-text-left {
        padding-right: 70px;
    }
    .pp-text-right,
    .h2right h2 {
        padding-left: 70px;
    }
    .piscineh3right span.spanh3 {
        padding-left: 70px;
    }
}

/*----------------fil ariane------------------*/

#breadcrumbs {
    text-align: center;
    color: #273043;
    font-size: 1em;
    font-weight: 400;
    margin-top: 15px;
}
#breadcrumbs a {
    color: #273043;
    transition: all 0.3s ease-in-out;
}
#breadcrumbs a:hover {
    color: #9497a0;
}

/*-----------------------page 404------------------------*/

.header-blog {
    background-image: url(/wp-content/uploads/2018/05/piscine-bois-hors-sol.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 245px;
    text-align: center;
    background-position: center center;
}
section.error-404 .content-404 {
    margin-top: 50px;
    margin-bottom: 55px;
    background: #f4f4f5;
    padding-bottom: 40px;
    text-align: center;
    padding: 50px
}
section.error-404 .content-404 h1 {
    background-color: inherit;
    text-align: center;
}
section.error-404 .content-404 h1:after {
    margin: 10px auto;
}
section.error-404 .content-404 h2:after {
    display: none;
}
section.error-404 .content-404 h2 {
    margin-bottom: 15px;
}
section.error-404 .content-404 .search-form {
    margin: 40px 0 0 0;
}
section.error-404 .content-404 .search-form .screen-reader-text {
    display: none;
}
section.error-404 .content-404 .search-form input {
    padding: 5px 10px;
}
section.error-404 .content-404 .search-form .search-submit {
    background-color: #9497a0;
    color: #fff;
    padding: 5px 20px;
    transition: all 0.3s ease-in-out;
}
section.error-404 .content-404 .search-form .search-submit:hover {
    background-color: #525968;
}
section.error-404 .content-404 .back-home {
    margin: 40px;
    display: inline-block;
    background-color: #273043;
    padding: 8px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
section.error-404 .content-404 .back-home:hover {
    background-color: #525968;
}
section.error-404 .page-content h1.page-title {
    padding: 0;
    margin: 20px 0 50px 0;
}
.container.page-content.search-results {
    margin-top: 54px;
    margin-bottom: 54px;
}
.search-results article .entry-header {
    background-color: #fff;
    padding: 0;
}
.search-results article .entry-title a {
    color: #273043;
}
.search-results article .entry-title a {
    color: #9497a0;
}
.navigation.pagination .page-numbers {
    margin-right: 15px;
}
.navigation.pagination a.page-numbers {
    color: #9497a0;
}
.navigation.pagination a.page-numbers:hover {
    color: #273043;
}

/*-------woocomerce-product-----------*/

h1.product_title {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 20px;
}
.woocommerce-breadcrumb {
    display: none;
}
.banner-single-produit {
    background-image: url(/wp-content/uploads/2018/05/mobilier-jardin-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 109px;
    background-position: center;
    margin-bottom: 17px;
}
.banner-single-produit.comfort-seat {
    background-image: url(/wp-content/themes/ozeobois/img/categorie-comfort-seat.jpg);
}
.banner-single-produit.bons-plans {
    background-image: url(/wp-content/uploads/2018/05/banner.jpg?id=596) !important;
}
.wp-post-image {
    width: 100%;
    height: auto;
}
.summary.entry-summary .product_meta {
    display: none;
}
.summary.entry-summary .price {
    font-size: 2.2em;
    font-weight: 400;
}
.summary.entry-summary .price::after {
    content: "";
    border-bottom: 1px solid #92969f;
    width: 50px;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}
.summary.entry-summary p.stock.in-stock {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}
ul.tabs.wc-tabs {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 30px;
}
ul.tabs.wc-tabs li {
    display: inline-block;
    padding: 5px 7px;
}
ul.tabs.wc-tabs li a {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    color: #92969f;
}
ul.tabs.wc-tabs li.active {
    border: 1px solid #92969f;
    border-bottom-color: #fff;
}
ul.tabs.wc-tabs li.description_tab.active a {
    color: #273043;
}
.wc-tab p.titletab {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin: 10px 0 60px;
}
.woocommerce-tabs .panel {
    box-shadow: none;
}
table.shop_attributes th {
    width: 50%;
}
.related.products {
    margin-bottom: 40px;
}
.related.products >h3 {
    background-color: #f4f3f4;
    text-align: center;
    padding: 20px 0;
    font-size: 1.4em;
}
.related.products ul.products {
    list-style: none;
    padding-left: 0;
}
ul.products li.product {
    text-align: center;
    list-style: none;
}
h2.woocommerce-loop-product__title {
    font-size: 1.05em !important;
    padding: 10px 23px 0 !important;
    text-align: center;
    font-weight: 600;
    line-height: 1.3em;
    background-color: #fff;
    margin: 0 !important;
}
h2.woocommerce-loop-product__title::after {
    content: "";
    border-bottom: 1px solid #92969f;
    width: 90px;
    display: block;
    margin: 15px auto 0;
}
ul.products li.product .button.add_to_cart_button {
    display: none;
}
ul.products li .price {
    font-size: 1.1em !important;
    font-weight: 500 !important;
    background-color: #fff;
    display: block !important;
    margin: 0 !important;
    padding-top: 15px !important;
    color: #273043 !important;
}
.related.products .attachment-woocommerce_thumbnail {
    border-bottom: 1px solid #92969f
}
ul.products.columns-4 {
    padding-left: 0;
}
ul.products.columns-4 li {
    margin: 30px 0;
    vertical-align: top;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important
}
.banner-cat {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 145px;
    text-align: center;
}
.archive-product .term-description {
    margin: 40px 0 60px;
}
input.input-text.qty::-webkit-outer-spin-button,
input.input-text.qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance: textfield;
}
.summary.entry-summary input.minus,
.summary.entry-summary input.plus {
    background-color: #c9cbd0;
    color: #fff;
    width: 39px;
    height: 39px;
    font-size: 1.6em;
    line-height: 25px;
}
.summary.entry-summary input.input-text.qty.text {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    width: 50px;
}
.summary.entry-summary input.minus:focus,
.summary.entry-summary input.plus:focus {
    outline: none;
}
form.cart .quantity.buttons_added {
    display: inline-block;
}
.single_add_to_cart_button {
    height: 39px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #273043;
    padding: 6px 40px;
    font-size: 1.4em;
    margin-top: 20px
}
form.cart {
    text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin: 40px 0 40px;
}
ul.tabs.wc-tabs::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #92969f;
    display: block;
    margin-top: -1px;
    margin-left: -15px;
}
li.product.type-product {
    transition: all 0.3s ease-in-out;
    background-color: #273043;
    position: relative;
}
li.product.type-product img {
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #92969f;
    width: 100%;
    height: auto;
}
li.product.type-product:hover img {
    opacity: 0.65
}
li.product.type-product:hover a:first-child::before {
    content: "+";
    position: absolute;
    font-size: 8em;
    color: #fff;
    font-weight: 100;
    display: block;
    width: 100%;
    height: 71%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
mark.count {
    display: none;
}
.woocommerce ul.products li.product strong {
    display: inline !important;
}
.product-category.product img {
    width: 100%;
    height: auto;
}
.woocommerce-loop-category__title {
    font-size: 1.3em !important;
    font-weight: 600;
    border-bottom: 1px solid #92969f;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px !important;
}
li.product-category.product div {
    padding-top: 15px;
}
li.product-category.product h2,
li.product-category.product div {
    background-color: #fff;
}
li.product-category.product {
    transition: all 0.3s ease-in-out;
    background-color: #273043;
    position: relative;
}
li.product-category.product img {
    transition: all 0.3s ease-in-out;
    margin-bottom: 0 !important;
}
li.product-category.product:hover img {
    opacity: 0.5
}
ul.products li.product.product-category {
    text-align: left
}

/*li.product-category.product:hover a h2::before {
    content: "+";
    position: absolute;
    font-size: 6em;
    color: #fff;
    font-weight: 100;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
}*/

ul.products.columns-4 li {
    width: 100% !important;
    list-style: none !important;
}
.desc-cat {
    margin: 25px 0;
}
.archive-product {
    margin-bottom: 50px
}
.archive-product .woocommerce-result-count {
    display: none;
}
.archive-product .woocommerce-ordering {
    background-color: #f4f4f5;
    padding: 7px;
}
.archive-product .woocommerce-ordering select {
    background-color: #f4f4f5;
    width: 100%
}
.archive-product .woocommerce-ordering select:focus {
    outline: none;
}
.shop_attributes {
    font-size: 1.1em;
}
.shopswatchinput a::before {
    display: none !important
}
.shopswatchinput a {
    pointer-events: none;
    cursor: default;
}
@media(min-width:768px) {
    form.cart .quantity.buttons_added {
        margin-right: 20px;
    }
    .archive-product .woocommerce-ordering {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .archive-product .woocommerce-ordering select {
        width: auto;
    }
    .archive-product .woocommerce-result-count {
        display: inline-block;
        background-color: #f4f4f5;
        padding: 7px 14px;
        width: 100%;
    }
    .desc-cat {
        margin: 50px 0;
    }
    ul.products.columns-4 li {
        width: 47% !important;
        margin: 0 1% 25px !important;
        display: inline-block;
    }
    ul.products li.product:hover>a::before {
        font-size: 5em;
        height: 58%;
    }
    ul.products li.product-category.product:hover a h2::before {
        top: 10%;
    }
    ul.tabs.wc-tabs li {
        padding: 5px 15px;
    }
    .related.products {
        margin-bottom: 60px;
    }
    .related.products >h2 {
        font-size: 1.85em;
    }
    h1.product_title {
        font-size: 1.8em;
    }
    ul.tabs.wc-tabs li a {
        font-size: 1.2em;
    }
    .summary.entry-summary p.stock.in-stock {
        margin-bottom: 10px;
        margin-top: 25px;
    }
    form.cart {
        text-align: left;
    }
    .row.datasheet {
        display: flex;
        margin: 40px 0;
    }
}
@media(min-width:992px) {
    h1.product_title {
        font-size: 1.93em;
    }
    li.product-category.product:hover a h2::before {
        top: 14%;
    }
}
@media(min-width:1024px) {
    li.product-category.product:hover a h2::before {
        top: 16%;
    }
    ul.products.columns-4 li {
        width: 23.5% !important;
        margin: 0 0.5% !important;
        display: inline-block;
    }
}
@media(min-width:1200px) {
    ul.products li.product:hover>a::before {
        font-size: 8em;
        height: 71%;
    }
    li.product-category.product:hover a h2::before {
        top: 1%;
    }
    /*.row.datasheet .wp-post-image {
        padding: 30px;
    }*/
    .row.datasheet {
        margin: 60px 0px;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        margin: 10px 0 60px;
    }
}
@media(min-width:1300px) {
    li.product-category.product:hover a h2::before {
        top: 4%;
    }
}
@media(min-width:1450px) {
    li.product-category.product:hover a h2::before {
        top: 6%;
    }
}
@media(min-width:1600px) {
    li.product-category.product:hover a h2::before {
        top: 8%;
    }
}
@media(min-width:1800px) {
    li.product-category.product:hover a h2::before {
        top: 13%;
    }
}
@media(min-width:2000px) {
    li.product-category.product:hover a h2::before {
        top: 14%;
    }
}

/*--popup cart-----------*/

.festi-cart-pop-up-body {
    font-family: 'Work Sans', sans-serif;
}
.festi-cart-product-title {
    font-family: 'Work Sans', sans-serif;
}
td.festi-cart-product-title {
    text-align: left;
}
body div.festi-cart-pop-up-products-content div.festi-cart-total {
    margin-bottom: 15px;
    padding: 6px;
    font-family: 'Work Sans', sans-serif;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}

/*-------- page panier-----------*/

.woocommerce-cart-form table.shop_table {
    border: none;
}
.woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 10%;
}
.woocommerce a.remove {
    font-weight: 400;
    color: #273043 !important;
    border-radius: 2px;
}
.woocommerce a.remove:hover {
    background-color: #252d40
}
.woocommerce table.shop_table th {
    text-transform: uppercase;
    text-align: center
}
.woocommerce table.shop_table td {
    text-align: center
}
.woocommerce-cart-form table.shop_table td.product-name {
    font-size: 1.02em;
    text-transform: uppercase;
}
.woocommerce-cart-form table.shop_table td.product-subtotal {
    font-size: 1.1em;
    font-weight: 500;
}
.woocommerce-cart-form table.shop_table .quantity input.qty {
    border: 1px solid #c9cbd0;
    border-radius: 0;
}
.woocommerce-cart-form table.shop_table .quantity .plus,
.woocommerce-cart-form table.shop_table .quantity .minus {
    color: #fff;
    border: none;
    background-color: #c9cbd0;
    border-radius: 0;
}
.woocommerce-cart-form table.shop_table .quantity .plus:hover,
.woocommerce-cart-form table.shop_table .quantity .minus:hover {
    background-color: #b3b5b9;
}
.woocommerce-cart-form table.shop_table .quantity .plus {
    border-bottom: 1px solid #acaeb5;
}
.woocommerce-cart-form table.shop_table .quantity .plus:focus,
.woocommerce-cart-form table.shop_table .quantity .minus:focus {
    outline: none;
}
.woocommerce table.cart td.actions .input-text {
    width: auto;
}
.shop_table .actions {
    padding-top: 25px !important;
}
#coupon_code {
    border: 1px solid #c9cbd0;
    padding: 5px;
    width: 100%;
    margin-bottom: 9px;
    height: 33px;
}
.shop_table .actions .button {
    background-color: #fff;
    border: 1px solid #273043;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    color: #273043;
    transition: all 0.3s ease-in-out;
}
.shop_table .actions .button:hover {
    background-color: #c9cbd0;
    color: #ffffff;
    border-color: #fff;
}
.checkout-button.button.wc-forward {
    background-color: #273043 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.checkout-button.button.wc-forward:hover {
    background-color: #c9cbd0 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding: 26px;
    background-color: #f7f7f8;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 21px;
    margin-top: 0;
}
.woocommerce table.shop_table {
    border: none;
}
.cart_totals .shop_table th,
.cart_totals .shop_table td {
    text-align: left !important;
}
.woocommerce-shipping-calculator a {
    color: #acaeb5;
    text-decoration: underline;
}
.woocommerce-shipping-calculator a:hover {
    color: #273043;
}
.woocommerce table.cart td.actions .coupon .input-text+.button {
    float: none
}
.woocommerce table.cart td.actions .coupon .button {
    width: 100%;
}
.woocommerce table.cart td.actions .coupon {
    padding-bottom: 20px;
}
.cart_totals .wc-proceed-to-checkout {
    text-align: center !important;
}
.cartempty {
    text-align: center;
}
a.button.wc-backward {
    border-radius: 0;
    background-color: #dedfe2;
    text-transform: uppercase;
    font-weight: 500;
}
@media(min-width:768px) {
    .shop_table .actions {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        margin-top: 24px;
    }
    .woocommerce table.cart td.actions .coupon {
        padding-bottom: 0.5em;
    }
    .woocommerce table.cart td.actions .coupon .button {
        width: auto;
    }
    /*.woocommerce table.cart td.actions .coupon .input-text+.button {
        float: right;
    }*/
    #coupon_code {
        width: auto;
        margin-bottom: 0;
    }
    .woocommerce table.cart td.actions .coupon {
        float: left;
    }
    .woocommerce table.cart td.actions .button {
        display: inline-block;
        width: auto
    }
}
@media(min-width:992px) {
    .checkout-button.button.wc-forward {
        float: right;
    }
}
@media(min-width:1200px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 38%;
    }
}

/*-----------page commande------------*/

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #f7f7f8;
    border-radius: 0;
}
.form-row.place-order button.button {
    background-color: #182031;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.form-row.place-order button.button:hover {
    background-color: #c9cbd0;
    color: #ffffff;
    border-color: #fff;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #ececef;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #ececef;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e8e9ec;
}
.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table th {
    text-align: left !important;
}
h3#order_review_heading {
    margin-top: 40px;
    border-bottom: 1px solid #c9cbd0;
    padding-bottom: 5px;
}
.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 50px !important;
}
#customer_details input {
    border: 1px solid #c9cbd0;
    padding: 5px;
    height: 30px;
}
#customer_details textarea {
    border: 1px solid #c9cbd0;
    padding: 5px;
}
#customer_details h3 {
    border-bottom: 1px solid #c9cbd0;
    padding-bottom: 5px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-account-fields {
    padding: 0 15px;
}
.woocommerce-additional-fields {
    background-color: #f7f7f8;
    padding: 15px;
    margin-top: 20px;
    border-top: 1px solid #273043;
}
.woocommerce form .form-row label {
    font-weight: 500;
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 30px;
    border: 1px solid #c9cbd0;
}
h3#ship-to-different-address label {
    font-weight: 400;
    margin-bottom: 0;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-width: 2px
}
.woocommerce-info {
    border-top-color: #2a83a1;
}
.woocommerce-info a {
    color: #2a83a1;
}
.woocommerce-info::before {
    color: #2a83a1;
}
::-webkit-input-placeholder {
    font-size: 0.9em;
}
::-moz-placeholder {
    font-size: 0.9em;
}
:-ms-input-placeholder {
    font-size: 0.9em;
}
:-moz-placeholder {
    font-size: 0.9em;
}
input[type="checkbox"]:checked::before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    display: block;
    color: #182031;
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: 1px;
}
input[type="checkbox"] {
    border-radius: 0;
    height: 18px !important;
    width: 17px !important;
    position: relative;
    border: 1px solid !important;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -26px;
}
.form-row.create-account label span {
    margin-left: 25px;
}
.form-row.create-account .checkbox input[type="checkbox"] {
    margin-left: 0px;
}
.woocommerce form .form-row .input-checkbox {
    margin: 0;
}
.woocommerce-form.woocommerce-form-login.login input {
    border: 1px solid #c9cbd0;
    padding: 5px;
    height: 30px;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon {
    border: 1px solid #c9cbd0;
    border-radius: 0;
}
.woocommerce button.button {
    background-color: #182031;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.woocommerce button.button:hover {
    background-color: #c9cbd0;
    color: #ffffff;
    border-color: #fff;
}
p.lost_password a {
    font-size: 0.85em;
    color: #a3a4a7;
}
form.login input[type="checkbox"] {
    top: 3px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
}
.woocommerce form .form-row label.inline {
    display: block;
}
.woocommerce-thankyou-order-received {
    font-size: 1.3em;
}
ul.woocommerce-thankyou-order-details {
    padding-left: 0;
    margin-bottom: 60px !important;
}
.woocommerce-order-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title {
    border-bottom: 1px solid #c9cbd0;
    padding-bottom: 5px;
    font-size: 2em;
}
.woocommerce-order-details h2.woocommerce-order-details__title {
    margin-bottom: 40px;
}
.woocommerce-table.woocommerce-table--order-details th,
.woocommerce-table.woocommerce-table--order-details td {
    text-align: left !important
}
.woocommerce ul.order_details li {
    font-size: 0.8em;
    border-right: none;
    display: block;
    margin: 15px 0;
    float: none
}
.woocommerce .woocommerce-customer-details address {
    border: none;
}
@media(min-width:768px) {
    .woocommerce-thankyou-order-received {
        margin-bottom: 30px;
    }
    .woocommerce ul.order_details li {
        font-size: 0.8em;
        border-right: 1px dashed #d3ced2;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 2em;
        float: left;
    }
    .woocommerce-additional-fields {
        margin-top: 45px;
    }
    form.login input#rememberme {
        margin-left: 20px;
    }
    .woocommerce form .form-row label.inline {
        display: inline;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 48%;
    }
}

/*--------------mon compte-------------*/

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e9e8ed;
    padding: 8px 0;
}
.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
    text-transform: uppercase;
    display: block;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
    border-bottom: 2px solid #273043;
    background-color: #f7f7f7;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    font-weight: 600;
}
.accountnav {
    padding-right: 0
}
.accountnav p {
    margin-bottom: 20px;
}
.accountnav svg {
    font-size: 2em;
    vertical-align: middle;
    color: #bdbdbd;
}
.woocommerce-MyAccount-content a {
    text-decoration: underline;
}
.woocommerce-MyAccount-content table.my_account_orders {
    font-size: .95em;
}
.woocommerce-MyAccount-content .woocommerce-button.button {
    background-color: #dedfe2;
    border-radius: 0;
    text-transform: uppercase;
    color: #273043;
    font-weight: 500;
}
.woocommerce a.button {
    border-radius: 0;
}
.woocommerce-MyAccount-content h3 {
    border-bottom: 1px solid #dedfe2;
}
.u-columns.woocommerce-Addresses {
    margin-top: 30px;
}
.woocommerce-MyAccount-content input {
    border: 1px solid #c9cbd0;
    padding: 5px;
    height: 30px;
}
.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 30px;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.button {
    font-weight: 500 !important;
    color: #273043;
}
p.display-user {
    text-align: center;
}
.woocommerce form .form-row label {
    line-height: 1.5 !important;
}
@media(max-width:500px) {
    .woocommerce-info a.button {
        float: none !important;
        display: block;
    }
}
@media(min-width:768px) {
    p.display-user {
        text-align: left;
    }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
        border-right: 2px solid;
        border-bottom: 1px solid #e9e8ed;
    }
    .accountnav {
        border-right: 1px solid #e9e8ed;
        padding-right: 0
    }
    .woocommerce-MyAccount-content {
        padding-left: 25px;
    }
}

/*-------connexion mon compte --------*/

#customer_login input {
    border: 1px solid #c9cbd0;
    padding: 5px;
    height: 30px;
}
.woocomerce-form.woocommerce-form-login.login,
form.register {
    border: none !important;
    background-color: #f7f7f8;
    border-radius: 0 !important;
    min-height: 245px;
}
#customer_login .woocommerce-Button.button {
    background-color: #182031;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid #182031
}
#customer_login .woocommerce-Button.button:hover {
    background-color: transparent;
    color: #182031;
}

/*---------------search--------------*/

.search__form {
    width: 80%;
}
#recherche-ozeo form.search-form {
    width: 100%;
    display: flex
}
#recherche-ozeo form.search-form label {
    width: 100%;
}
#recherche-ozeo form.search-form input.search-field {
    width: 95%;
    font-size: 1.2em;
    background-color: transparent;
    border-bottom: 3px solid #273043;
    color: #9497a0;
    font-weight: 500;
}
#recherche-ozeo form.search-form input.search-field:focus {
    outline: none;
}
#recherche-ozeo .search-submit {
    background-color: transparent;
    font-size: 2em;
    color: #9497a0
}
@media(min-width:768px) {
    #recherche-ozeo .search-submit {
        font-size: 3.5em;
    }
    #recherche-ozeo form.search-form input.search-field {
        font-size: 2.6em;
    }
    .search__form {
        width: 75%;
    }
}
@media(min-width:992px) {
    #recherche-ozeo form.search-form input.search-field {
        font-size: 4em;
    }
}
@media(min-width:1400px) {
    #recherche-ozeo form.search-form input.search-field {
        font-size: 5em;
    }
}

/*----blog------------*/

.main.single .page-content {
    padding: 70px 0;
}
h1.post-title {
    padding: 0;
    text-transform: inherit;
    font-weight: 500;
}
.head-post {
    border-bottom: 1px solid #9497a0;
    margin-bottom: 50px;
}
.head-post p,
.head-post a {
    color: #9497a0;
}
.head-post a {
    pointer-events: none;
}
#grid-blog .vc_custom_heading.vc_gitem-post-data h4 {
    margin: 0;
}
#grid-blog .vc_btn3-left {
    padding: 0px 20px;
    margin-bottom: 0;
}
#grid-blog .vc_gitem-post-data-source-post_excerpt {
    font-size: 0.9em;
}
#grid-blog .vc_btn3-left a {
    padding: 7px 15px !important;
}
.navpost {
    padding: 20px 0;
    background-color: #f7f7f8;
}
.next-previous a {
    width: 100%;
}
.previous a {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.next a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.next a span {
    font-size: 1.9em;
    padding: 3px 12px;
    margin-left: 45px;
    border: 1px solid #273043;
    transition: all 0.4s ease-in-out;
}
.previous a span {
    font-size: 1.9em;
    padding: 3px 12px;
    margin-left: 45px;
    border: 1px solid #273043;
    margin-right: 45px;
    transition: all 0.4s ease-in-out;
}
.title-nav {
    font-weight: 500;
    font-size: 1.4em;
}
.title-nav::after {
    border-bottom: 1px solid;
    width: 100%;
    content: "";
    display: block;
}
.previous div,
.next div {
    display: inline-block
}
.previous div {
    float: right
}
.titlepostnav {
    font-size: 0.9em;
}
.navpost {
    margin: 35px 0;
}
.next {
    margin-top: 22px;
}
.next a div,
.previous a div {
    width: 100%;
}
.next a:hover span,
.previous a:hover span {
    background-color: #273043;
    color: #fff;
}
.back-blog {
    background-color: #9497a0;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    font-size: 1.3em;
    text-transform: uppercase !important;
    padding: 5px 20px;
}
.cta-retour-blog {
    text-align: center;
    margin-top: 20px;
}
@media(min-width:768px) {
    .next {
        margin-top: 0;
    }
    .previous {
        padding-right: 10px;
    }
    .next {
        padding-left: 10px;
    }
    .colnavleft {
        border-right: 1px solid
    }
}
@media(min-width:1200px) {
    .navpost {
        margin: 60px 0;
    }
    .titlepostnav {
        font-size: 1.1em;
    }
    .previous {
        padding-right: 40px;
    }
    .next {
        padding-left: 40px;
    }
}

/*--------------page contact-----------------*/

#gform_1 .gfield_label {
    font-weight: 400;
    display: block
}
#gform_1 input {
    height: 37px;
}
#gform_1 input,
#gform_1 textarea {
    width: 100%;
    border: 1px solid rgba(148, 151, 160, 0.47);
    margin-bottom: 10px;
    transition: all 0.7s ease-in-out;
}
.gform_wrapper ul li.gfield {
    clear: inherit !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gform_wrapper {
    margin: 0;
}
.input50,
.input100 {
    width: 100%;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
}
#gform_1 input:focus,
#gform_1 textarea:focus {
    outline: none !important;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    border-bottom-color: #9497a0 !important;
}
#gform_1 input[type="submit"] {
    background-color: #273043;
    border: none;
    display: block;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
#gform_1 input[type="submit"]:hover {
    background-color: #9497a0;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}
@media(min-width:768px) {
    .input50 {
        width: 50%;
    }
    .input50.ileft {
        float: left
    }
    .input50.iright {
        float: right;
        padding-right: 0 !important;
    }
    .input100 {
        padding-right: 0 !important;
    }
    #gform_1 li.first input {
        margin-top: 0;
    }
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.ileft,
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.iright {
        width: 49%;
    }
}

/*demande de devis*/

#gform_3 li.labelnone .gfield_label {
    display: block;
    border-bottom: none;
    margin-bottom: 0
}
#gform_3 input {
    height: 37px;
}
#gform_3 input,
#gform_3 textarea {
    width: 100%;
    border: 1px solid rgba(148, 151, 160, 0.47);
    transition: all 0.7s ease-in-out;
    margin-bottom: 15px;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
}
#gform_3 input:focus,
#gform_3 textarea:focus {
    outline: none !important;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    border-bottom-color: #9497a0 !important;
}
#gform_3 input[type="submit"] {
    background-color: #273043;
    border: none;
    display: block;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
#gform_3 input[type="submit"]:hover {
    background-color: #9497a0;
}
#gform_3 .gfield_html {
    display: block;
    padding-right: 0;
}
#gform_3 .gfield_html h4::after {
    border-bottom: 1px solid #9497a0;
    content: "";
    width: 100%;
    display: block
}
#gform_3 input[type="radio"] {
    height: auto !important;
    margin-top: 15px;
}
#gform_3 ul.gfield_radio label {
    font-weight: 400;
    color: #9497a0;
}
#gform_3 .gfield_label {
    color: #9497a0;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e3e3;
}
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 600 !important;
    color: #273043 !important
}
#gform_3 li.iradio {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 20px;
    padding-right: 20px !important;
}
#gform_3 li.iradio>label {
    margin-top: 20px;
}
#gform_3 li.iradio.firstr label {
    margin-top: 0;
}
#gform_3 .gform_footer.top_label {
    margin-top: 0px;
    display: inline-block;
}
#gform_3 select {
    width: 100%;
    border: 1px solid rgba(148, 151, 160, 0.47);
    transition: all 0.7s ease-in-out;
    height: 37px;
    color: #757982;
    font-size: 0.9em;
    margin-bottom: 15px;
}
.stylelabel {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}
.stylelabel label {
    color: #9497a0 !important;
    font-weight: 500 !important;
    display: block;
    border-bottom: 1px solid #e6e3e3;
    margin-bottom: 25px
}
.gfield.input30 {
    width: 33%;
    display: inline-block;
}
.input30 label {
    border-bottom: none !important;
    margin-bottom: 0 !important
}
@media(min-width:768px) {
    #gform_3 ul.gfield_radio li {
        width: 33%;
        display: inline-block;
    }
    #gform_3 .gfield_html.titreform {
        margin-top: 110px !important;
    }
    ul.gfield_radio li {
        width: 33%
    }
    #gform_3 li.first input {
        margin-top: 0;
    }
}

/*devenir-revendeur form--------*/

#gform_4 .gfield_label {
    font-weight: 400;
    display: block
}
#gform_4 input {
    height: 37px;
}
#gform_4 input,
#gform_4 textarea {
    width: 100%;
    border: 1px solid rgba(148, 151, 160, 0.47);
    margin-bottom: 10px;
    transition: all 0.7s ease-in-out;
}
#gform_4 input:focus,
#gform_4 textarea:focus {
    outline: none !important;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    border-bottom-color: #9497a0 !important;
}
#gform_4 input[type="submit"] {
    background-color: #273043;
    border: none;
    display: block;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
#gform_4 input[type="submit"]:hover {
    background-color: #9497a0;
}
@media(min-width:768px) {
    #gform_4 li.first input {
        margin-top: 0;
    }
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error#field_4_11 {
        clear: both!important;
    }
}
@media only screen and (min-width: 641px) {
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
        max-width: 100% !important;
    }
}

/*--------------------------*/

.reset_variations {
    display: none !important
}
.shopswatchinput {
    background-color: #fff;
    padding-top: 15px;
}
.wcvaswatchinput {
    width: auto !important;
}
div.wcvashopswatchlabel {
    background-size: cover !important;
    border: solid 2px white;
    outline: solid 1px #92969f;
    outline-style: solid;
}
.variations .label {
    display: block;
    font-size: 1em;
    font-weight: 500;
    color: #273043;
    padding: 15px 0;
    text-align: left;
}

/*------------------*/

.list-kit ul {
    list-style: square
}
.list-kit ul>li {
    color: #858894;
}
.list-kit ul li ul {
    list-style: circle;
}
.caracteristique-left a,
.caracteristique-right a,
.pp-text-left a,
.pp-text-right a {
    text-decoration: underline;
}
@media(min-width:1200px) {
    .caracteristique-left .vc_column-inner {
        border-right: 1px solid #dcdcdc;
        padding-right: 45px !important
    }
    .caracteristique-right .vc_column-inner {
        padding-left: 45px !important
    }
}
.options ul li {
    color: #fff
}

/*------------*/

.num {
    display: none
}
.numfooter {
    display: none
}

/*--------submenu----------*/

.ubermenu-submenu.ubermenu-submenu-type-mega {
    border-bottom: 2px solid #273043 !important;
}
@media(min-width:1200px) {
    header#masthead {
        position: fixed;
        left: 0;
        background-color: #fff;
        z-index: 5;
        width: 100%
    }
    .pagecontent > div:first-child,
    section.error-404 {
        margin-top: 114px;
    }
}
#navigation-desktop .ubermenu-submenu {
    padding: 5px 15px 5px 15px;
    display: block;
}
#navigation-desktop .ubermenu-submenu li a {
    padding: 10px !important;
    border-bottom: none !important;
    text-transform: uppercase;
    font-size: 0.9em;
}
@media(min-width:992px) {
    #navigation-desktop .ubermenu-submenu {
        min-width: 250px;
        margin-top: 19px;
    }
}

/*-------------------------*/

.stock.out-of-stock {
    margin-bottom: 10px;
    margin-top: 25px;
    color: #cc0c06;
    text-transform: uppercase;
    font-weight: 500;
}
a.button.product_type_variable {
    display: none
}
img.attachment-shop_single.size-shop_single {
    width: 100%;
    height: auto;
}
@media(min-width:1200px) {
    img.attachment-shop_single.size-shop_single {
        padding-right: 30px
    }
}
.button.product_type_simple.ajax_add_to_cart {
    background-color: #fff;
    display: block;
    padding-top: 15px;
}

/*-----------bon plans--------------------*/

#grid-bon-plans li.vc_grid-filter-item {
    border-radius: 0
}
#grid-bon-plans .prix-bonplans {
    margin-bottom: 15px;
    font-size: 1.15em;
    color: #000;
}
#grid-bon-plans a.vc_gitem-link.vc_btn3-shape-square.vc_btn3-style-modern {
    background-color: #273043;
    border: none !important;
    padding: 5px 19px;
}
header.woocommerce-Address-title.title {
    position: relative !important;
    z-index: 2 !important
}

/*----------------*/

li.li-piscine-taille a {
    font-weight: 700 !important;
}
li.li-piscine-taille a::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: 15px
}
.gform_confirmation_message {
    padding: 50px 20px;
    text-align: center;
    color: #273043;
    font-weight: 600;
    font-size: 16px !important;
}
@media (max-width: 768px) {
    .ubtn-normal.cta-ozeo {
        padding: 0;
    }
}

/*.far, .fas {
    font-family: "Font Awesome 5 Pro" !important;
}*/

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .onsale {
    color: #fff
}

/*-------recherche----------*/


/* Layout for search container */

.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(243, 243, 243, 0.97);
}
.js .search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.search::before,
.search::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1em solid #fff;
}
.search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}
.search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}
.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.5em;
    right: 1.6em;
    display: none;
    background-color: transparent;
}
#btn-search-close svg {
    color: #273043;
    font-size: 1.54em;
}
.js .btn--search-close {
    display: block;
}
#btn-search-close:focus {
    outline: none !important;
}
#btn-search-close:active {
    box-shadow: none!important
}
@media(min-width:768px) {
    .search::before,
    .search::after {
        border: 2em solid #fff;
    }
}

/************************/


/* Transitions 			*/


/************************/

.js .search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.js .search--open {
    pointer-events: auto;
    opacity: 1;
}

/* Border */

.search::before,
.search::after {
    transition: transform 0.5s;
}
.search::before {
    transform: translate3d(-15px, -15px, 0);
}
.search::after {
    transform: translate3d(15px, 15px, 0);
}
.search--open::before,
.search--open::after {
    transform: translate3d(0, 0, 0);
}

/* Close button */

.btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}
.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* Search form with input and description */

.js .search__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}
.js .search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
@media screen and (max-width:40em) {
    .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em;
    }
}
#recherche-ozeo form.search-form input.search-field::-webkit-input-placeholder {
    color: #9497a0 !important;
}
#recherche-ozeo form.search-form input.search-field::-moz-placeholder {
    color: #9497a0 !important;
}
#recherche-ozeo form.search-form input.search-field:-ms-input-placeholder {
    color: #9497a0 !important;
}
#recherche-ozeo form.search-form input.search-field:-moz-placeholder {
    color: #9497a0 !important;
}
@media(max-width:767px) {
    #menu-footer ul.sub-menu li {
        padding-bottom: 15px
    }
}
.revendeurmenu li {
    width: 31%;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
}
.revendeurmenu li a img {
    width: 100% !important;
    max-width: 80px
}
@media(min-width:768px) {
    .revendeurmenu li {
        width: 44%;
    }
}
@media(min-width:992px) {
    .revendeurmenu li {
        width: 31%;
    }
}

/*.fa, .far, .fas, .fal {
    font-family: "Font Awesome 5 Pro" !important;
}*/


/*---------------------*/

.woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav img {
    width: 70px !important;
    height: 70px !important;
    margin: 4px 4px;
    outline: none !important;
    border: none !important
}
.woocommerce-product-gallery__image img {
    width: 100%;
    object-fit: cover;
    padding: 0 30px 30px 0;
}
