/* 
Theme Name: Hello Eliophot Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, Eliophot
*/



*:focus {
    outline-width:0 !important;
}
@media screen and (min-width: 1324px) {
    .cta-cadeau .elementor-button , .cta-resa .elementor-button   {
        box-shadow: 0px 1px 6px #00000029;
        min-width: 140px;
    }
}

@media screen and (max-width: 1324px) {
    .cta-cadeau .elementor-button , .cta-resa .elementor-button   {
        border: none !important;
        color: #59BAD2 !important;
        background-color: transparent !important;
        padding: 10px 5px 0!important;
        max-width: 65px;
        box-shadow: none !important;
        font-size: 12px !important;
    }
    .cta-resa-mobil .elementor-button   {
        border: none !important;
        padding: 8px 10px 8px !important;
        max-width: 75px;
        box-shadow: none !important;
        font-size: 12px !important;
    }
    .cta-cadeau .elementor-button-text > span{
        display:none;
    }
    .cta-cadeau .elementor-button-icon , .cta-resa  .elementor-button-icon , .cta-resa-mobil  .elementor-button-icon  {
        margin-right: 0 !important;
        font-size: 1.5em !important;
        margin-bottom: 6px;
    }
    .cta-cadeau .elementor-button:hover , .cta-resa .elementor-button:hover   {
        color: #4B4B4B !important;
        background-color: transparent !important;
    }
    .cta-cadeau .elementor-button-content-wrapper,  .cta-resa .elementor-button-content-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cta-tel .elementor-button-content-wrapper, .cta-resa-mobil .elementor-button-content-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cta-tel .elementor-button {
        border: none !important;
        padding: 10px 5px 0!important;
        font-size: 12px !important;
    }
}
.menu-item.mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .cta-cadeau .elementor-button , .cta-resa .elementor-button, .cta-resa-mobil .elementor-button  {
        font-size: 10px !important;
    }

    .nav-menu {
        margin-top: -75px;
        width: 50px !important;
    }
    .nav-menu .elementor-sub-item:focus , .nav-menu .elementor-nav-menu--dropdown .elementor-item:focus {
        background-color: transparent !important;
    }

    /* Menu mobile */
    .menu-item.mobile {
        display: block;
        background-color: #59BAD2;

    }
    .menu-item.mobile.first {
        margin-top: 12px;
        padding-top: 10px;
    }

    .menu-item.mobile a {
        color: #FFF !important;
    }
    .menu-item.mobile a:hover ,  .menu-item.mobile:hover , .menu-item.mobile a.elementor-item-active {
        background-color: #59BAD2 !important;
        color: #CDCDCD;
    }
    .nav-menu ul li:last-child {
        padding-bottom: 10px;
    }
    .menu-item.mobile i {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .nav-menu {
        margin-top: -50px;
    }
}
/*quicksearch*/
/* @media screen and (min-width: 1280px) {
    .quicksearch {
        margin-top: -50px;

    }
} */

.row-form {
    display: flex;
    flex-direction: row;
    max-width: 780px;
    box-shadow: 0px 0px 6px #00000029;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    padding-left: 30px;
    background-color: white;

}
@media screen and (max-width: 768px) {
    .row-form {
        display: none;
    }
}
.row-form label {
    font-family: "Josefin Sans";
    font-size: 14px;
    text-transform: uppercase;
}
.row-form  .select  label{
    color: #CDCDCD;
    font-size: 12px;
    padding-left: 8px;
}
.row-form select {
    border: none;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1em;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    white-space: nowrap;
    position: relative;
    padding: 5px 25px 5px 5px;
    background-image: url("/wp-content/uploads/2020/12/chevron-down.svg");
    background-position: right center;
    background-size: 10px;
    background-repeat: no-repeat;
    margin-bottom: 10px;

}

.row-form  .form-group.select {
    width: 170px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;

}
.row-form  .form-group.select:after {
    border-right: 1px solid #CDCDCD;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: ' ';
    width: 1px;
}
.row-form .search-btn-bg {

    background-color: #59BAD2 ;
    border: none;
    color: white;
    font-size: 1em;
    width:180px;
    height:85px;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: -2px;

}
.row-form .search-btn-bg:hover ,.row-form .search-btn-bg:focus , .row-form .search-btn-bg:active {
    background-color: #59BDD2A6;
}

.row-form .search-btn-bg i {
margin-right:8px;
}
.row-form #solo {
    margin-left: 15px;
}

/*Liste produits*/
.produit-ctas .ctas {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 420px;

}
.produit-ctas .ctas.column {
    flex-direction: column;
}
.produit-ctas .custom-button {
    padding: 15px 15px 13px 15px;
    font-size: 16px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    margin-left: 0;

}
.produit-ctas .loop-product_call {
    margin-right: 20px;
}

@media screen and (max-width: 480px) {
    .produit-ctas .custom-button {
        font-size: 14px;
        height: 40px;
    }
}

.produit-ctas .custom-button-resa , .produit-ctas .custom-button-kdo {
    width: 175px !important;
}
.produit-ctas .custom-button-resa {
    margin-right: 20px;
}
@media screen and (max-width: 480px) {
    .produit-ctas .custom-button-resa , .produit-ctas .custom-button-kdo {
        width: 160px !important;
    }
    .produit-ctas .custom-button-resa {
        margin-right: 15px;
    }
}

.produit-ctas .custom-button i {
    margin-bottom: 4px;
}
.custom-button {
    box-shadow: 0 1px 6px #00000029 !important;
    padding: 10px 10px 8px 10px;
    height: 35px;
    font-family: "Josefin Sans";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.24px;
    display: block;
    text-align: center;
    vertical-align: middle;
    transition: all .5s;
}
.custom-button i {
    margin-right: 10px;
}
.custom-button:hover {
/*transition: all .3s;*/
}

.custom-button-resa {
    background-color: #59BAD2 ;
    color: #FFF !important;
    width:145px;
    margin: 0 auto 8px auto;
}
.custom-button-resa:hover {
    background-color: #59BDD2A6;
    color: #FFF !important;
}

.custom-button-kdo {
    background-color: #FFF ;
    color: #59BAD2 !important;
    width:145px;
    margin: 0 auto 8px auto;
}

.custom-button-kdo:hover{
    background-color: #9A9A9A1A ;
}
.woocommerce .products .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px !important;
}
.woocommerce .products .product:hover {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2) !important;
}

.woocommerce .products .add_to_cart_button {
    display: none;
}
.woocommerce-LoopProduct-link, .woocommerce-loop-product__link {
    transition: all .5s;
}
.woocommerce-LoopProduct-link:hover, .woocommerce-loop-product__link:hover {
    opacity: 0.7;
}
.loop-product_subtitle {
    font-size :14px;
    font-family: "Josefin Sans";
    color: #A9A4A4;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
}
.loop-product_call {
    font-family: "Josefin Sans";
    color: #A9A4A4;
    margin-bottom: 5px;
    font-weight: 300;
}
h2.woocommerce-loop-product__title {
    padding-bottom: 2px !important;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0.5em;
    transition: all 0.2s linear;
}
.woocommerce ul.products li.product a img:hover {
    opacity: 0.6;
}
.produit-experience .experience  {
    justify-content: flex-start;
}

.experience  {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 !important;
    padding :0 ;

}
.experience li {
    font-family: 'spalesbains' ;
    position: relative;
    margin:0 5px;

}
.experience li i  {
    font-style: normal !important;
    font-size: 28px;
}

.detente-beaute:before {
    content: "\e91d";
    color: #F4B794;
}
.voyage-du-monde:before {
    color: #D2C66A;
    content: "\e91c";

}
.anti-stress-serenite:before {
    content: "\e908";
    color: #C8959D;
}

.vitalite-energie:before {
    content: "\e91e";
    color: #C8D910;
}
/*anti-stress-serenite*/
.woof_term_40 .woof_checkbox_label {
    position: relative;
}
.woof_term_40 .woof_checkbox_label:after {
    content: "\e908";
    color: #C8959D;
    font-family: 'spalesbains' ;
    position: absolute;
    right: -22px;
    font-size: 20px;
    top: -3px;
}
/*vitalite-energie*/
.woof_term_41 .woof_checkbox_label {
    position: relative;
}
.woof_term_41 .woof_checkbox_label:after {
    content: "\e91e";
    color: #C8D910;
    font-family: 'spalesbains' ;
    position: absolute;
    right: -28px;
    font-size: 20px;
    top: -3px;
}
/* voyage-du-monde*/
.woof_term_42 .woof_checkbox_label {
    position: relative;
}
.woof_term_42 .woof_checkbox_label:after {
    color: #D2C66A;
    content: "\e91c";
    font-family: 'spalesbains' ;
    position: absolute;
    right: -28px;
    font-size: 20px;
    top: -3px;
}
/* detente-beaute*/
.woof_term_43 .woof_checkbox_label {
    position: relative;
}
.woof_term_43 .woof_checkbox_label:after {
    content: "\e91d";
    color: #F4B794;
    font-family: 'spalesbains' ;
    position: absolute;
    right: -28px;
    font-size: 20px;
    top: -3px;
}

.liste-attributs {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding :0 ;
    flex-wrap: wrap;

}
.liste-attributs li {
   margin-right:10px;
  background-color: #A9A3A3;
    color: #FFF;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    margin-bottom: 5px;

}
.liste-attributs li i  {
    font-family: 'spalesbains' ;
    font-style: normal !important;
    margin-right: 10px;
}
.coup-de-coeur:before {
    content: "\e90d";
}
.meilleure-vente:before {
    content: "\e90a";
}
.nouveau:before {
    content: "\e912";
}

.marques {
    display: flex;
    list-style: none;
    margin: 0;
    padding :0 ;
}
.marques li {
    margin-right:10px;
    background-color: #FFF;
    padding: 4px 15px 1px;
    text-transform: uppercase;

}
.marques li img {
    width: 70px;
}
/* WOOF filtres produits */
.button.woof_reset_search_form {
    display: none !important;
}
.woof_container_inner h4 {
    padding-bottom: 0 !important;
}

ul.woof_list {
    padding: 0;
}
.woof_childs_list {
    margin-right: 0 !important;
    padding: 0;
}
.woof_checkbox_label , .woof_radio_label  {
    font-size: 0.9em;
    padding-top: 0 !important;
    margin-left: 2px !important;
}

ul.woof_list  [type="checkbox"],ul.woof_list  [type="radio"] {
    font-size: 0.9em;
}
/*
.woof_show_auto_form {
    padding-bottom: 20px;
    position: relative;
    display: block;
    height: 30px;
}
.woof_show_auto_form:after {
    content: "Filtrer";
    position: absolute;
    bottom:10px

}*/


/* offres spéciales */
.offre-moment {
    font-family: "Josefin Sans";
}
.offre-moment .title {
    text-align: center;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.34px;
    color: #62b5c8;
    margin-bottom: 15px;

}
.offre-moment .btn-offre {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.24px;
    display: block;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px 8px 10px;
    background-color: transparent;
    color: #62b5c8 !important;
    border: 1px solid #62b5c8;
}
.offre-moment .btn-offre:hover {
    background-color: #9A9A9A1A;
}
.offre-moment .resume {
    text-align: left;
    font-size: 14px;
    color: #A9A4A4;

}


/*offres-speciales*/
.offres-speciales {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;

}
.offres-speciales li.offre img {
    width: 100%;
}
.offres-speciales li.offre {
    width: 100%;
    background-color: #F8F8F8;
    margin-bottom: 20px;
}


@media screen and (min-width: 680px) {
    .offres-speciales li.offre {
        width: 48%;
        margin-right: 1%;
    }
}

@media screen and (min-width: 980px) {
    .offres-speciales li.offre {
        width: 32%;
        margin-right: 1%;
    }
}


.offres-speciales li.offre article {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.offres-speciales li.offre .content {

    display: flex;
    flex-direction: column;
    padding: 10px 20px 15PX;
    height: 100%;
}
.offres-speciales li.offre .content .title {
    font-size: 1.2em;
    color: #59BAD2;
    text-transform: uppercase;
    font-family: "Josefin Sans";
}
.offres-speciales li.offre .subtitle{
    font-size :14px;
    font-family: "Josefin Sans";
    color: #A9A4A4;
 }
.offres-speciales li.offre .cta-offres {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 20px;
    transition: all .5s;
    font-size: 14px;
}

.offres-speciales li.offre .cta-offres .cta-resa {
    color: #FFF;
    background-color: #59BAD2 ;
    text-transform: uppercase;
    padding: 8px 15px 5px;
    border: 1px solid #59BAD2;
    transition: all .5s;
    box-shadow: 0 1px 6px #00000029 !important;
    font-family: "Josefin Sans";

}
.offres-speciales li.offre .cta-offres .cta-resa:hover {
    background-color: #59BDD2A6;
    color: #FFF !important;
}


.offres-speciales li.offre .cta-offres .cta-offre {
    color: #59BAD2;
    text-transform: uppercase;
    padding: 8px 15px 5px;
    transition: all .5s;
    box-shadow: 0 1px 6px #00000029 !important;
    font-family: "Josefin Sans";
}
.offres-speciales li.offre .cta-offres .cta-offre:hover {
    background-color: #9A9A9A1A;
}


/*Contact*/
.wpcf7-form  {
    color: #666
}
::placeholder {
    color: #9A9A9A;
    opacity: 1; /* Firefox */
}
.wpcf7-form label {
    display:none;
}
.wpcf7-checkbox label {
    display: block;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar , .wpcf7-select {
    font-size: 14px;
    color: #666 !important;
    padding: 12px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 5px;
    border-color: #9A9A9A !important ;
}

.wpcf7-form input[type="email"]:focus , .wpcf7-form input:focus , .wpcf7-textarea:focus {
    border-color: #59BAD2 !important;
}
.wpcf7-form input[type="checkbox"] {
    width: auto;
    transform: scale(1.2);
}
.wpcf7-textarea {
    resize: none;
}
.wpcf7-submit {
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: "Josefin Sans";
    display: block;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 8px 15px 4px 15px !important ;
    background-color: #59BAD2 !important;
    color: #FFF !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 1px 6px #00000029;

}
.wpcf7-submit:hover {
    background-color: rgba(89, 186, 210, 0.7 ) !important;
}


.consent {
    text-align: left;
    font-size: 14px;
    color: #A9A4A4;
    font-weight: 300;
    font-family: "Josefin Sans";

}
.wpcf7-list-item-label {
    line-height: 1.4em !important;
}
.link-consent {
    margin-left: 1em;
    color: #59BAD2 !important;
}
.link-consent:hover {
    text-decoration: underline !important;
}
 .titreMap {
    font-size: 1.2em;
    color: #59BAD2;
    text-transform: uppercase;
    font-family: "Josefin Sans";
    margin-bottom: 15px;;
}

#maposm {
    height:300px !important;
}
@media only screen and (min-width: 480px) {
    #maposm {
        height:350px !important;
    }
}

@media only screen and (min-width: 981px) {
    #maposm {
        height:450px !important;
    }
}


.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background-image: url(assets/img/sprite-skin-simple.png) !important;
}
.irs-slider {
    width: 13px !important;
}
.irs-with-grid .irs-grid {
    display: none !important
}
/*.woof_childs_list_opener span.woof_is_opened {
    background-image: url(assets/img/minus2.png) !important;
    background-position: 0 3px;
}
.woof_childs_list_opener span.woof_is_closed {
    background-image: url(assets/img/plus2.png) !important;
    background-position: 0 3px;
}*/

.woof_radio_term_reset {
    background-image: url(assets/img/close.png) !important;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.woof_radio_term_reset img {
    opacity: 0;
}

.woof_show_auto_form, .woof_hide_auto_form {
    width: 79Px;
    background-position: left center;
    background-size: auto;
    text-align: right;
    padding-top: 3px;
    color: #606060; !important;
    margin-bottom: 18px !important;
}

.button.product_type_simple {
    display: none !important;
}

.jQuery-plainOverlay-progress {
    border-color: #59BAD2 !important; ;
}

.btn-cookie {
	background:#59BAD2;
	color:#FFF !important;
	padding : 5px 15px !important;
}

#pofw_product_options {
	color : #9A9A9A ;
	font-family : "montserrat";
}
.choice input[type="checkbox"] {
	margin-top: 10px;
}


