﻿/* HEADER */

.entry-title
{
     text-align:center;     
     position: relative;
     top: 39%;
     font-weight: bold;
     color:#fff;
     text-shadow: #000 0px 3px 4px;
}

.entry-meta
{
     text-align:center; 
     font-weight: bold;
     padding-bottom:30px;
     color:#fff;
     text-shadow: #000 0px 3px 4px;
}

.header-fixed
{
    position: fixed;
    z-index: 100000000000000;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    opacity: .9;    
}

/* VIDEO */

.video {
    width: 100%;
    margin-bottom: -8px;
    border: 1px solid black;
    border-bottom: 1px solid #000;
}
.wrapper{
    display:table;
    position:relative;
    width:100%;
}
.playpause {
    background-image:url('/wp-content/uploads/2019/10/play-video.png');
    background-repeat:no-repeat;
    width: 25%;
    height: 25%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

/* EQUIPE */
.equipe-profil
{
    height: 100%;
    float: left;    
}

.list-equipe
{
    padding-top:60px;
    padding-bottom:60px;
    margin: 0px!important;
}

.membre-equipe
{
    text-align: center;
    color:#fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 60px;
    height: 500px;
}

.equipe-wrapper-content
{
    float:left;
    height: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.equipe-services-icones
{
    width: 5vw;
    padding: 10px;
}

.equipe-search-button-right .fa-sync
{
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}


.equipe-search-button-right .fa-sync:hover
{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.equipe-search-button-left
{
    transition:all 0.5s;
}

.equipe-search-button-left .fa-search:hover
{
    transition:all 0.5s;
    color:#fff!important;
}

.equipe-links
{
    color:#fff; 
    line-height:35px; 
    font-size: 1vw;
    color: #fff;
    margin-top: 10px;  
}

.equipe-wrapper-content h3
{
    font-size: 2vw;
}

.equipe-blue h3
{
    color: #FFB819;    
}

.equipe-orange h3
{
    color: #385072;   
}

.equipe-links a
{
    color:#fff;    
}

.equipe-orange .equipe-links a:hover
{
    color:#385072;    
}

.equipe-blue .equipe-links a:hover
{
    color:#FFB819;    
}

.equipe-icones-wrapper
{
    position: absolute;
    bottom: 12px; 
    left: 0px;   
}

.indexation-equipe
{
    background-color: #385072; 
    padding:5px; 
    padding-bottom:25px; 
}

.indexation-equipe h2
{
    font-size: 25px;
    text-align: center;
    font-weight:bold;
    color: #fff;   
    margin-top: 22px;
}

.indexation-equipe h3
{
    font-size: 16px;
    text-align: center;
    color: #fff;   
    margin-top:20px;
}

#h2legend
{
    cursor:pointer;    
}

.indexation-equipe img
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    display: block;
}

.equipe-searh
{
    background-color:#FFB819;
    padding:40px; 
    max-width: 100%;
    margin: 0px;
}

.equipe-searh h2
{
    text-align: center;
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 600;    
}

.equipe-searh input, .equipe-searh select
{
    height:45px;    
}

.equipe-search-button-left
{
    background: transparent;
    border: 0px;
    color: #385072;
    font-size: 35px;
    margin-top: -4px;  
    float:left;  
}

.equipe-search-button-right
{
    background: transparent;
    border: 0px;
    color: #385072;
    font-size: 35px;
    margin-top: -4px;   
    float:right;  
}

.equipe-searh input, .equipe-searh select
{
    width:100%    
}

.equipe-wrapper-image
{
    float:right;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.equipe-blue
{
    background-color: #385072;
}

.equipe-orange
{
    background-color: #FFB819;
}

/*Carriere*/
.job-container
{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #385072;
    cursor:pointer;
    height: 100%;
}
.job-container h3
{
    color:#fff;
}
.job-container h3 i
{
    color: #ffb818;
    font-size: 38px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.job-title
{
    float:left;
    height: 100%;
    top: 33%; 
}

.job-details
{
    float:right;
}

.job-details span
{
    color:#fff;
    font-size: 25px;
}

.job-details span i
{
    width:30px;
    color: #ffb818;
}

.job-ville
{
    font-weight: 600;
    font-size: 35px!important;    
}

/*Nous joindre*/

.contact-city{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;   
    padding:35px; 
    padding-top: 67px;
}

.contact-city .col-sm-12
{
    margin-bottom: 15px;
}

.contact-city .contact-city-title
{
    color:#FFBF30;
    font-size:38px;
}

.contact-city-icon
{
    color:#fff;
    float: left;
    margin-right:25px;
    width:30px;
}

.contact-city-icon i:before
{
    font-size:35px;
}

.contact-field
{
    color:#fff;
    font-weight: 600;
}

.contact-field a
{
    color:#fff;
}

.contact-field a:hover
{
    color:#FFBF30;
}

.contact-city:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(rgba(56, 80, 114, 0.65),rgba(56, 80, 114, 0.65)),url(image.jpg); 
}

.contact-city .contact-field-wrapper
{
    height:50px;    
}

.contact-city .contact-field
{
    position: relative;
    top: 35%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);   
}

/*Product page*/

.variations tbody tr td select
{
    margin-bottom:10px;    
}

.reset_variations
{
    margin-left:10px;    
}

.woocommerce-message
{
   color: #FFB819;
   font-weight:bold; 
}

ol.flex-control-thumbs
{
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0 0;    
}

ol.flex-control-thumbs li
{
    padding-right:10px;
}

.round-loupe {
    width: 214px!important;
    height: 214px!important;
    box-sizing: border-box;
    border: 2px solid rgba(255,255,255,.32);
    border-radius: 107px;
    box-shadow: 7px 7px 10px rgba(0,0,0,.25), -1px -1px rgba(0,0,0,.15);
}

.pswp
{
    z-index: 200000000000000;      
}

.pswp__img
{
    width: 90%!important;
    height: auto!important;
    margin-left: 5%;
    margin-right: 5%;
}

.pswp__zoom-wrap
{
    transform: none!important;     
}
/*Forms*/

.gform_wrapper li.hidden_label input, .gform_wrapper li.hidden_label select { margin-top: 5px!important; }

.gfield input[type=text], .gfield textarea, .gfield select
{
    border: 1px solid rgb(255, 191, 48);
    height: 48px;
    padding-left: 13px!important;    
    margin-top: 8px;
}

.gform_wrapper .gfield_checkbox li label
{
    max-width: 100%!important;
    width: 100%!important;
}

.gform_footer input[type=submit]
{
    color:#fff;
    background-color:#385072;
    font-size: 20px!important;
    padding: 10px 25px 10px 25px;
}

.gform_footer input[type=submit]:hover
{
    color:#fff;
    background-color:rgb(255, 191, 48);
}

.blue-button button
{
    color:#fff!important;
    background-color:#385072!important;
}

.blue-button button:hover
{
    color:#fff!important;
    background-color:rgb(255, 191, 48)!important;
}

.gfield_radio li
{
    width: 75px!important;
    float: left;
}


.gfield_radio input, .gfield_radio radio
{
    float: left;
}

/* content */
/*Accordeon bleu*/
.acco-blue .vc_active .vc_tta-panel-heading, .vc_tta-panel-body
{
        background-color: #385072!important;
}
.acco-blue .vc_active .vc_tta-title-text, .vc_tta-panel-body
{
        color: #fff!important;
}
.acco-blue .vc_active .vc_tta-controls-icon:before
{
        border-color: #fff!important;
}
.acco-blue .vc_tta-controls-icon:before
{
        border-color: #506582!important;
}

.acco-blue .vc_tta-controls-icon:after
{
        border-color: #506582!important;
}

.acco-blue .vc_tta-title-text
{
        color: #506582!important;
}
/*Accordeon jaune et bleu*/
.acco-blue-yellow .vc_active .vc_tta-panel-heading, .vc_tta-panel-body
{
        background-color: #385072!important;
}
.acco-blue-yellow .vc_tta-controls-icon:before
{
        border-color: #fff!important;
}

.acco-blue-yellow .vc_tta-controls-icon:after
{
        border-color: #fff!important;
}

.acco-blue-yellow .vc_tta-title-text
{
        color: #fff!important;
        font-weight: 600;
}
.acco-blue-yellow .vc_tta-panel-heading
{
        background-color: #FFB818!important;
}

.timeline-cta
{
    font-size:36px!important;    
}

/* BLOG */

.tags-links a
{
    background: #385072;
    border: 3px solid #385072;
    color: #fff;
    border-radius: 30px;
    padding: 5px;
    font-size: 12px!important;
    margin: 2px;
    display: inline-flex;
    font-weight: 600;
    margin-bottom: 6px!important;    
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat
{
    display:none;    
}

.post-row
{
    padding:20px!important;    
}

.single-post-content
{
    padding:20px!important;    
}

.btn-posts
{
    background: #ffb819;
    border: 3px solid #ffb819;
    color:#fff;   
    font-weight: bold;
    font-size: 20px;
}

.btn-posts:hover
{
    background: #385072;
    border: 3px solid #385072;
    color:#fff;   
}

.post-publish-date
{
    color:#385072;
    font-weight: bold;
}

.post-title a
{
    color:#385072!important;
    font-size: 35px;
}

.blog-sidebar
{
    background: #ffb819;  
    padding: 35px;
}

.blog-sidebar select
{
    border-radius: 8px;
    padding: 5px;
}


.blog-sidebar .screen-reader-text
{
    display:none;
}
.blog-sidebar .widget
{
    margin-bottom:10px;
}

.tag-cloud-link
{
    background: #385072;
    border: 3px solid #385072;
    color: #fff;
    border-radius: 30px;
    padding: 5px;
    font-size: 12px!important;
    margin: 2px;
    display: inline-flex;
    font-weight: 600;
    margin-bottom: 6px!important;
}

.tag-cloud-link:hover
{
    color: #ffb819;
}

.post-wrapper
{
    min-height: 600px;    
}


/* MENU */

/*#primary-menu > .current-menu-parent a:first-child
{
    color: #FFB819!important;  
}*/

/* FOOTER */

#footer-sidebar1 h3 {
    margin: 0 0 5px!important;
}

#footer-sidebar1 a {
    color: #ffb819;
    font-weight: 600;
}

#footer-sidebar1 a:hover {
    color: #fff;
}


#footer-sidebar3 .col-sm-11 p
{
    max-width: 222px; 
    padding-top: 5px;
}

#footer-sidebar3 .col-sm-1 .fa-map-marker-alt
{
    max-width: 222px; 
    padding-top: 11px;
}

#text-3 .col-sm-8{
    padding-bottom:12px;
}

#text-3 .col-sm-4{
    padding-top:6px;
}

.bottom-footer h3
{
     text-transform: uppercase;   
}

#footer-sidebar1 h3
{
     font-weight:700;
}

#footer-sidebar3 h4
{
    color: #ffb819!important;  
}

#custom_html-3
{
    margin-top:20px;    
}

#gform_widget-2
{
    margin-top: 20px;    
}

#gform_widget-2 #input_4_1
{
    max-width: 280px;
}

/* MAP */
.map-popup a 
{
    color: #FFB819;
    font-weight: 500;   
}
.map-popup a:hover
{
    color: #385072;
    font-weight: 500;   
}

.map-popup .icon-wrapper
{
    width: 21px;
    height: 100%;
    float: left;     
}

.map-popup img
{
    width: 250px;
}

.map-popup b {
    font-weight: bold!important;
}

.map-popup .row 
{
    margin-bottom:5px;
}

.gm-style-iw-d
{
    overflow: hidden!important;
    padding: 20px;
}

/* ELEMENTS */

.text-blanc p, .text-blanc li
{
    color:#fff;  
    font-size: 20px;  
}

#scie-circulaire
{
    height: 0px;   
}

#scie-circulaire img
{
    position: absolute;
    top: -152px;
    z-index: 10;    
}

#vertical-image
{
    height: 0px;   
}


#vertical-image img
{
    position: absolute;
    top: -253px;
    z-index: 10;
}



.higher-container
{
    z-index:100;   
    position: relative;
    background-color: #fff;
}

.higher-container-trans
{
    z-index:100;   
    position: relative;
    background-color: transparent!important;
}

.orange-cta-line
{
    background-image: url(/wp-content/uploads/2019/07/orange-cta-line.png?id=139) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    z-index: 100000000;
    height: 77px;
    background-color: transparent;
    position: absolute;
    left: 0px; 
    bottom: -53px;
}

.line-cutter h4
{
    font-size:27px;
}


.text-hover-yellow:hover
{
    color:#ffb819!important;
}

.trans-yellow-button a
{
    background-color: transparent!important;
    color: #fff!important;  
    border: 2px solid #fff!important;
    font-weight:bold;
}

.trans-yellow-button a:hover
{
    background-color: transparent!important;
    color: #ffb819!important;  
    border: 2px solid #ffb819!important;
}

.trans-blue-button a
{
    background-color: transparent!important;
    color: #fff!important;  
    border: 2px solid #fff!important;
    font-weight:bold;
}

.trans-blue-button a:hover
{
    background-color: transparent!important;
    color: #385072!important;  
    border: 2px solid #385072!important;
}

#orange-line-cta
{
    position: absolute;
    z-index: 1000;
    width: 100%;
}

#popup-cart-wrapper h4 {
	color:#385072;
	font-size:20px;
}

.align-title-vertical-100
{
    height: 100px;
}

.align-title-vertical-60
{
    height: 60px;
}

.link-hover-jaune:hover
{
    color:#FFB818!important;
}

.button-blue
{
    color:#385072;
    border:2px solid #385072;
    padding: 7px;
    width: 100%;
    float: left;
	font-size:14px;
}

.button-blue:hover
{
    color:#fff;
    border:2px solid #ffb819;
    background-color:#ffb819;
    padding: 7px;
    width: 100%;
    float: left;
}
.button-yellow
{
    color:#fff;
    background-color:#ffb819;
    border:2px solid #ffb819;
    padding: 7px;
    width: 100%;
    float: left;
	font-size:14px;
}

.button-yellow:hover
{
    color:#385072;
    border:2px solid #385072;
    padding: 7px;
    width: 100%;
    float: left;
    background-color:#fff;
}

.acco-yellow .vc_tta-panel-heading
{
    background-color:#ffb819!important;
    color:#ffffff!important;
    font-weight:bold!important;
}
.acco-yellow .vc_tta-title-text
{
    color:#fff!important;
    font-weight:bold!important;
}

.acco-yellow .vc_tta-panel
{
    margin-bottom: 13px;
}

.acco-yellow .vc_tta-panel-body, .acco-yellow .vc_tta-panel-heading
{
    border:2px solid #ffb819!important;
}

/* POPUP */
.close-popup
{
    position: absolute;
    top: 10px;
    right: 10px;    
}

.topcart
{
    cursor:pointer;    
}

#popup-cart
{
    position: absolute;
    min-height: 200px;
    background:#fff;
    width: 375px;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    z-index:1000000000000;
	box-shadow: 0px 1px 7px #000;
    color:#385072;
    max-height: 400px;
    overflow: auto;
}

.cart-title
{
    font-size: 13px;
    font-weight: 100;  
    text-align: left;
    color:#385072;
}

.cart-price
{
    font-size: 15px;
    font-weight: bold;  
    text-align: left;
    color:#ffb819!important;
}

.cart-qty
{
    font-size: 13px;
    font-weight: bold;  
    text-align: left;
    color:#385072;
    margin-top: 7px;
}

.cart-qty .fa-plus-circle
{
    margin-right: 3px;
    cursor:pointer;
}

.cart-qty .fa-minus-circle
{
    margin-left: 3px;
    cursor:pointer;
}

.cart-del
{
    color:#385072!important;
    cursor:pointer;
	transition:all 0.3s;
}

.cart-del:hover {
	color:#F00!important;
	transition:all 0.3s;
}

#popup-cart-wrapper .cart-item
{
    min-height:57px;
    align-items: center;
}

#popup-cart-wrapper .row .col-sm-5 img
{
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.no-padding
{
    padding-left:0px!important;
}

.text-loading
{
    color:#ffb819!important;        
    position: absolute;
    top: 50%;
    left: 45%;
}

.cart-subtotal
{
    font-size:14px;   
    color:#385072; 
    margin-bottom:20px;
    margin-top: 20px;
}

.subtotal-label
{
    float: right;
    color:#385072;
}

.subtotal-price
{
    float: left;
    color:#ffb819!important;
}

.empty-cart
{
    margin-top: 72px;    
}

/* SHOP */

.woocommerce-pagination ul li
{
    display:inline;
    padding:10px;
    margin:3px;
    background-color:#385072;
    color:#FFB819;
    font-weight:bold;
}

.woocommerce-pagination .page-numbers
{
    text-align: center;    
}

.woocommerce-pagination ul li a
{
    color:#fff;
}


.woocommerce-cart-form
{
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;  
}

.cross-sells
{
    padding-top:60px;    
}

.cross-sells h2
{
    font-size:25px!important;    
}

.added_to_cart
{
    display:none;  
}

.woocommerce-products-header
{
    color:#fff;    
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
}
.woocommerce-products-header a
{
    color:#fff;    
}

.products
{
    width:100%;   
    text-align: center; 
}

#exampleModal
{
    z-index: 1000000000000000;
}

.onsale
{
    position: absolute;   
}

.onsale:before
{
    content: "";
    height: 100px;
    width: 100px;
    border-color: #ffb819 transparent transparent #ffb819;
    border-style: solid;
    border-width: 50px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

#reply-title
{
    font-size: 25px;    
}

.onsale p
{
    position: relative;
    z-index: 10000;
    padding-left: 6px;
    padding-top: 21px;
    font-size: 14px;
    color:#fff;
    font-weight:bold;
}

#wc-stripe-cc-form label, .stripe-card-group, #stripe-card-element, #stripe-exp-element
{
    width:100%;    
}

#wc-stripe-cc-form #stripe-cvc-element
{
    width:100px;    
}

.columns-4 .star-rating
{
    display:none;    
}

.woocommerce-prix-grossistes
{
    background: #FFB819; 
    padding: 1em 2em;
    font-weight:bold;
    margin-top: 16px;    
}

.content-single-products-white {
	border: 1px solid white!important;
}

.shipping-exclu
{
    color:red;    
}