/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* RESET  */

 @media (max-width: 668px) {

*, :before, *:after {
  /* suppressing the tap highlight */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* this is a personal preference */
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
:focus {
  /* the default outline doesn’t play well with a mobile application,
     I usually start without it,
     but don’t forget to research further to make your mobile app accessible. */
  outline: 0;
}


 }


:root 
  {
  --main-color: #e72d38;
  --second-color: #FFFFFF;
  --third-color: #000000;
  }


/* Header */

#header
  {
  margin-bottom: 150px;
  }

#desktop-header-container .col-header-menu
    {
    padding-left: 0px;
    padding-right: 0px;
    }

#language_selector ul
    {
    margin-left:10px;
    min-height: 40px;
    min-width: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    }

#language_selector .lng_selector a
    {
    font-size:15px;
    text-transform: uppercase;
    color:#000;
    }

#language_selector .current a
    {
    font-weight: bold;
    color:#fff;
    }


#header .col.col-auto.col-header-right {
    padding-left: 0px;
    padding-right: 0px;
}

#headeri .fa.fa-search.fa-fw.icon {
    z-index: 9999;
}



#header i.fa-solid.fa-envelope 
  {
  background: var(--second-color);
	width: 36px !important;
	color: var(--main-color);
	height: auto !important;
	padding: 10px;
	border-radius: 50%;
	font-size: 16px;
	right: 136px;
	top: 32px;
  }

#header i.fa.fa-shopping-bag.fa-fw.icon 
  {
	background: var(--second-color);
	width: 36px !important;
	color: var(--main-color);
	height: auto !important;
	padding: 10px;
	border-radius: 50%;
	font-size: 16px;
	position: relative !important;
	left: -6px;
  }

#header .fa.fa-user.fa-fw.icon 
  {
	margin-top: 8px;
  margin-left: -10px !important;
  }

#header .fa.fa-search.fa-fw.icon 
  {
	margin-top: 8px !important;
  }

 @media (max-width: 995px)
     {
     #header
        {
        margin-bottom: 0px;
        }

     .sticky-mobile-wrapper 
        {
        position: fixed;
        top: 0;
        width: 100%;
        margin-bottom: 20px;
        }

    .mobile-main-bar 
        {
        margin-top: 50px;
        }


     }






/* FOOTER */

.elementor-element-n0p67kl .elementor-widget-container .elementor-links .block-links {padding-bottom:5px!important;}

#footer figure.elementor-image-box-img
   {
    height: 55px;
    }

#footer h3.elementor-image-box-title 
    {
    height: 50px;
    }

.footer_brand_carousel .elementor-widget-container .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-wrapper
    {
    align-items: center;
    padding-left: 40px!important;
    }

.social-icon-row 
    {
    display:flex;
    align-items: center;
    margin-bottom: 5px;
    }

.social-icon-row a 
    {
    color: #777!important;
    margin-left: 10px;
    }
.social-icon-instagram, .social-icon-linkedin 
    {
    font-size: 25px;
    color:  #0056a6;
    }

#footer-copyrights
  {
  background: var(--main-color);
  }

/* Product list */


span.no_price_label
    {
    color: black!important;
    font-size: 12px;
    font-weight: normal;
    }

/* Product page */

.desc_separator {margin-top:15px;}

#content-wrapper .product_header_container .page-title
    {
    color:#0057a6;
    }

.visitor_warning
    {
    background: #0057a6;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;    }


#group_reference, #group_mpn
    {
    background: #d6d6d6;
    }

#product span.no_price_label
    {
    color: black!important;
    font-size: 18px;
    font-weight: normal;
    }

.product-quantities {font-size:14px;}

#product .category-products .title_associated {
    color: #000000;
    font-size: 28px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}



#category .fmm_sticker_base_span
  {
  right: 60px!important;
  top: -1px!important;
  }

#category .fmm_title_text_sticker i 
    {
    font-weight: 700;
    font-size: 10px;
    }

#category .fmm_title_text_sticker span 
    {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100%;
    }

/* Product page */

#product .product_sheet_included_tax_price 
    {
    display: inline-block!important;
    font-size: medium!important;
    color: #777!important;
    }

#product .product-variants ul
    {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    }

.flex_justify_content_space_between 
    {
    justify-content: space-between;
    }

#product .fmm_sticker_base_span
  {
  right: 70px!important;
  top: 12px!important;
  }

#product .fmm_title_text_sticker i 
    {
    font-weight: 700;
    font-size: 10px;
    }

#product .fmm_title_text_sticker span 
    {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100%;
    }

.product_customisation_request_form {
    background: #e4e4e4;
    padding: 30px;
    color:black;
}

.product_customisation_request_form .form_title
    {
    margin-bottom:20px;
    font-weight:bold;
    }

.product_customisation_request_form label.col-md-3.form-control-label 
    {
    text-align: left;
    margin-bottom: 50px;
    }

.product_customisation_request_form .submit.row
    {
    margin-left: 100px;
    margin-top: 20px;
    }

.product_customisation_request_form label.col-md-3.form-control-label {
    margin-bottom: 0px;
    }


.product_customisation_request_form .form-group.row {
    padding-bottom: 50px;
}





/* miniature produit */

.js-product-miniature-wrapper .product-description
    {
    display: flex;
    flex-direction: column;
    align-items: center;
    }


/* CMS */
/*
#cms .page-cms-23 .elementor-button-wrapper a // page tarifs
    {
    width: 300px!important;
    }
*/

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

.btn_price_dl .elementor-widget-container .elementor-button-wrapper a
    {
        width: 300px!important;
    }

.contact-page-header    {
    width: 100vw;
    position: relative;
    left: calc( 50% - 50vw);
    background-image: url(/img/cms/visu_footer.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
}

.contact-page-title {
    font-size: 43px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.contact_container {
    display:flex;
    padding: 50px 100px 0px 100px;
}

.contact_title {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    }

.opening_hour_title {
    color: #333333;
    font-weight: 500;
    padding-top:20px;
    }
.content_text {
    font-size: 14px;
    font-family: Roboto, Sans-serif;
    font-weight: 400;
    }

.contact-icon-list-item i{
    color: #0056a6;
    }

.left_col
    {
    width:50%;
    padding-left:20px;
    } 

.right_col
    {
    width:50%;
    } 


#pfg-form-9 .col-md-3, .pfg-forms .col-md-9 
    {
    margin-bottom: 20px!important;
    }

#pfg-form-2 label.col-md-3.form-control-label 
    {
    padding-left: 0px;
    }

 @media (max-width: 668px)
    {
    .contact_container {
        flex-direction: column;
        padding: 0px;
        margin-top:20px;
    }

    .left_col
        {
        width:100%;
        } 
    
    .right_col
        {
        width:100%;
        } 

    #pfg-form-9 .col-md-3, .pfg-forms .col-md-9 
        {
        margin-bottom: 0px!important;
        }
    }




/* Module storelocator */
/*
#fmeStorePage .btn-warning
    {
    background-color: rgb(119, 116, 116);
    color: white;
    border-color:rgb(119, 116, 116);
    }

#fmeStorePage .btn-warning:hover
    {
    background-color:black;
    font-weight:bold;
    }

#fmeStorePage .search_btn
    {
    background-color: #0057a6;
    font-weight:bold;
    }

#fmeStorePage .search_btn:hover
    {
    background-color: #003565;
    font-weight:bold;
    }

#fmmsl_split_list ul li a
    {
    color: #0057a6;
    font-weight: bold;
    }

.store_name_tooltip
    {
    color: #0057a6;
    font-weight: bold;
    }

 @media (max-width: 668px) {

    #fmeStorePage {
          flex-wrap: wrap!important;
        }

    #radiusSelectContainer {
        padding-left:0px;
        padding-right:0px;
        }
 }

*/

/* home */

#index figure.elementor-image-box-img
   {
    height: 55px;
    }

#index h3.elementor-image-box-title 
    {
    height: 50px;
    }


/* Home Blog POST */

#module-ph_simpleblog-category .simpleblog__listing .row 
    {
    justify-content: space-around!important;
    }

#module-ph_simpleblog-category .simpleblog__listing .row .post-item
    {
    background: #f2f2f2;    
    }

#module-ph_simpleblog-category .simpleblog__listing .row .post-item .post-title 
    {
    text-align: center;
    padding-top: 15px;
    font-size: 25px!important;    
    }

#module-ph_simpleblog-category .simpleblog__listing .row .post-item .post-content 
    {
    text-align: center;
    padding-top: 15px;  
    padding-bottom: 15px;  
    }

#module-ph_simpleblog-category .simpleblog__listing .row .post-item  .post-read-more {
    border-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border: solid 1px #b99372;
    margin: 7px 0;
    display: inline-block;
    padding: 10px;
    color: #b99372!important;
    background: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    }

.row.simpleblog-posts
    {
    justify-content: center;
    }

 @media (max-width: 668px) {

    .row.simpleblog-posts
        {
        align-content: center;
        flex-direction:column;
        }

    .simpleblog-posts-column
        {
        max-width: 80%;
        }


 }

 @media (max-width: 1260px) {

        .post-title a {font-size: 14px!important;}
        }









/* tunnel de commande */

body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit
 {display:block;}

article.address-item header {display: none;}
/* masqque le header des bloc d'adresses */

/* my account */

 @media (min-width: 668px)
     {
     .my_account_adresse_request_info {margin-top:50px;}
     }


