/*!
Theme Name: cta
Theme URI: http://underscores.me/
Author: ftg
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


/* ALL */

html, body {
	margin:0;
	padding:0;	
	font-size:17px;
	font-family: 'Montserrat', sans-serif;
	color:#385072;
}

h1 {
	text-transform:uppercase;	
	font-weight:700;	
	font-size:50px;
}

h2 {
	font-size:48px;	
}

h3 {
	font-size:28px;	
	font-weight:600;
}

h4 {
	font-size:20px;	
	font-weight:600;
}

img {
	max-width:100%;
	height:auto;
}

.be-bold
{
    font-weight:700!important;    
}


a {
	transition:all 0.5s;
}

a:hover {
	text-decoration:none;	
	transition:all 0.3s;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 21px!important;
	font-weight:700;
	padding:25px 50px!important;	
}

input, textarea, select {
	border:1px solid #e8e8e8;
	padding:6px 10px;
	color:#385072;
}

label {
	font-weight:600;
}

.mobile-only
{
    display:none;    
}

.tablet-mobile-only
{
    display:none;    
}



/* HEADER */

.wpml-ls-slot-16 i{
    display:none!important;
}

.wpml-ls-slot-16 .sub-menu{
	max-width: 53px!important;
}

.logo .custom-logo-link {
    display:block;
	padding:20px 0;
}

.mobile_top_bar {
	background:#385072; 
}

.mobile_top_bar .media_sociaux {
	float:left;
}

.mobile_top_bar .media_sociaux a {
	display:inline-block;
	margin-right:15px;	
	color:#ffb819;
}

.mobile_top_bar .media_sociaux a:last-child {
	margin:0;
}

.mobile_top_bar .media_sociaux a i {
	font-weight:400;	
}

.mobile_top_bar .media_sociaux a:hover i {
	color:#fff;	
}

.mobile_top_bar .telephone {
	float:right;
}

.mobile_top_bar .telephone a {
	color:#fff;	
	font-weight:700;
}

.mobile_top_bar .telephone a:hover {
	color:#ffb819;
}

.mobile_top_bar .telephone a .fas {
	margin-right:15px;	
	color:#ffb819;
}


/* MENU */

#site-navigation {
	padding:0;	
}

#site-navigation #main_nav ul li {
	position:relative;	
}

#site-navigation #main_nav ul li:first-child a {
	padding-left:0;	
}

#site-navigation #main_nav ul li:last-child a {
	padding-right:0;
}

#site-navigation #main_nav ul li a {
    padding:48px 13px;
    color:#385072;
	font-size:1.05vw;
    font-weight:bold;
	transition:all 0.3s;
}

#site-navigation #main_nav ul > li.current_page_item > a, #site-navigation #main_nav ul > li.current-page-parent > a, #site-navigation #main_nav ul > li.current_page_parent > a, #site-navigation #main_nav ul li .sub-menu li.current-menu-item a {
	color:#ffb819;
}

#site-navigation #main_nav ul li a:hover {
	color:#ffb819;
}

#site-navigation #main_nav ul li .sub-menu li {
	margin-bottom:10px;	
}

#site-navigation #main_nav ul li .sub-menu li:last-child {
	margin-bottom:0;	
}

#site-navigation #main_nav ul li .sub-menu li a {
	font-size:16px;
	font-weight: 600;
	padding:0;
}

.info_contact {
	background:#385072;
	padding-left:70px;
	font-size:1.6vw;
	font-weight:700;
	color:#fff;	
}

.info_contact::before {
	content:'';
	position: absolute;
    left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 70px 0 0px;
	border-color: #ffffff transparent transparent transparent;
	bottom: 0px;	
}

.info_contact .fas, .info_contact .fab {
	color:#ffb819;	
}

.info_contact .cart {
	padding-right:15px;	
	position:relative;
}

.info_contact .cart .tag-total-cart {
	display:inline-block;
	background:#fff;
	color:#385072;
	border-radius:50%;
    font-size:0.4em;
    padding:2px 9px;
    position:absolute;
	right:2px;
    top:0px;
}

.media_sociaux a {
	display:inline-block;
	margin-right:15px;	
}

.media_sociaux a i {
	font-weight:400;	
}

.media_sociaux a:hover i {
	color:#fff;	
}

.head_sep {
	color:#fff;
	font-size:1.3em;
	font-weight:400;
	display:inline-block;	
	position:relative;
    top:3px;
    margin-right:15px;
}

.info_contact .telephone a {
	color:#fff;	
}

.info_contact .telephone a:hover {
	color:#ffb819;
}

.info_contact .telephone a .fas {
	margin-right:15px;	
}

.info_contact .telephone a:hover .fas {
	animation: phoneRotate 1s infinite;	
}

@keyframes phoneRotate {
  0%   {transform:rotate(20deg);}
  25%  {transform:rotate(50deg);}
  75%  {transform:rotate(20deg);}
  100% {transform:rotate(50deg);}
}



/* SERVICES ACCUEIL */

.services-box {
	text-align:center;
}

.services-box h3 {
	margin-bottom:20px;
	color:#fff;
	transition:all 0.5s;
}

.services-box:hover h3 {
	color:#ffb819;
	transition:all 0.5s;
}

.services-box .service-icon-box {
	min-height:120px;
	max-width:170px;
	margin:0 auto;
}

.services-box.buanderie .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-buanderie.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.buanderie:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-buanderie-hover.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.lavage-vitres .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-netoyage-de-fenetre.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.lavage-vitres:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-netoyage-de-fenetre-hover.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.ebenisterie .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-ebenisterie.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.ebenisterie:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-ebenisterie-hover.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.menuiserie .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-menuiserie.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.menuiserie:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-menuiserie-hover.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.location-main-oeuvre .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-location-de-main-doeuvre.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.location-main-oeuvre:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-location-de-main-doeuvre-hover.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.nettoyage-tapis .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-location-et-nettoyage-de-tapis.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.nettoyage-tapis:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-location-et-nettoyage-de-tapis-hover.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.entretien-menager .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-entretien-menager.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.entretien-menager:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-entretien-menager-hover.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.tonte-pelouse .service-icon-box {
	background:url(/wp-content/uploads/2019/07/service-tonte-de-pelouse.png) no-repeat center center;
	transition:all 0.5s;
}

.services-box.tonte-pelouse:hover .service-icon-box {
	background:url(/wp-content/uploads/2019/08/service-tonte-de-pelouse-hover.png) no-repeat center center;
	transition:all 0.5s;
}

/* Box de couleurs accueil */

.flex_color_box .wpb_wrapper {
	display:flex;
	flex-direction:column;
}

.flex_color_box .wpb_wrapper, .flex_color_box .wpb_wrapper .flex-txt {
	flex: 1 0 auto;
}


/* WOOCOMMERCE */

.woocommerce-archive-product {
	padding:80px 0;
}

ul.products {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	clear: both;
}

ul.products.columns-4 li {
	display:flex;
	flex-direction:column;
	float:left;
	width:22.15%;
	margin: 0 3.8% 2.992em 0;
}

ul.products.columns-4 li.first {
	clear:both;
}

ul.products.columns-4 li.last {
	margin-right:0;
}

ul.products.columns-4 li .woocommerce-LoopProduct-link {
	flex: 1 0 auto;
}

ul.products.columns-4 li a {
	display:block;
	position:relative;
}

ul.products.columns-4 li a .onsale {
	left:0;
}

ul.products.columns-4 li a img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-result-count {
	float:left;
	font-size:18px;
	font-weight:600;
}

.woocommerce-ordering {
	float:right;
	margin:0 0 60px;
}

.woocommerce .form-row {
	margin-left:0;
	margin-right:0;
	margin-bottom:40px;
}

.select2-container--default .select2-selection--single {
	border-radius:0;
	border: 1px solid #e8e8e8;
    padding: 5px 10px;
	color: #385072;
	height:auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left:0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:auto;
	top: 18px;
    right: 4px;
}

ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 26px;
    font-weight: 700;
    margin: 35px 0 25px 0;
    color: #385072;
}

ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
	color:#ffb819;
}

ul.products li.product .price {
	display:block;
	color:#ffb819;
	font-size:20px;
	font-weight:700;
	margin-bottom:35px;
}

ul.products li.product .price del {
	color:#F00;
}

ul.products li.product .price ins {
    text-decoration: none;	
}

ul.products li.product .button {
	display:inline-block;
	font-size:16px;
	font-weight:700;
	padding:10px 50px;
	color:#385072;
	border:3px solid #385072;	
}

ul.products li.product .button:hover {
	background:#385072;
	color:#fff;
}

.added_to_cart {
	display:none;
}

.sidebar_boutique aside {
	margin-bottom:50px;
}

.sidebar_boutique aside h3 {
	margin:0 0 25px;
	font-weight:700;
}

.sidebar_boutique aside h3:before {
    content: '///';
    color: #ffb819;
    margin-right: 5px;
}

.sidebar_boutique .woocommerce-product-search input {
	border:1px solid #ffb819;
}

.sidebar_boutique .woocommerce-product-search button {
	background: #385072;
	color: #fff;
	padding: 6px 15px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	border:0;
	transition:all 0.5s;
}

.sidebar_boutique .woocommerce-product-search button:hover {
	background:#ffb819;
	transition:all 0.5s;
}

.sidebar_boutique ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.sidebar_boutique ul li a {
	color:#385072;
}

.sidebar_boutique ul.product-categories > li > a {
	font-weight:700;
}

.sidebar_boutique ul.product-categories > li.current-cat > a, .sidebar_boutique ul.product-categories > li > ul > li.current-cat a {
	color:#ffb819;
}

.sidebar_boutique ul li a:hover {
	color:#ffb819
}

.sidebar_boutique ul li a:before {
    content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #ffb819;
    margin-right: 8px;
}

.sidebar_boutique ul li ul {
	padding-left:20px;
}

.sidebar_boutique ul li ul li a:before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #ffb819;
    margin-right: 8px;
}


/* SINGLE PRODUCTS */

.content-single-products {
	padding:80px 0;
}

.content-single-products .product {
	margin-bottom:80px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #385072;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
	box-sizing: content-box;
	transition: all .5s ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	box-sizing: content-box;
	transition: all .5s ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
    border: 2px solid #ffb819 !important;
    transition: all .5s ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
    background: #ffb819 !important;
    transition: all .5s ease;
}

.woocommerce-product-gallery a {
	display:block;
}

.woocommerce-product-gallery a img {
	width:100%;
	height:auto;
}

.content-single-products .price {
	display: block;
	color: #ffb819;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.content-single-products .price del {
	color:#F00;
}

.content-single-products .stock.in-stock {
	color:#6dab3c;
}

.content-single-products .variations_form table tr .value{
	padding-left:15px;
	vertical-align:middle;
	position:relative;
}

.content-single-products .variations_form table .reset_variations {
	position: absolute;
	top: 60px;
	left: 8px;
}

.content-single-products .quantity input {
	width:75px;
	margin-left:5px;
}

.content-single-products .quantity {
	margin-bottom:10px;
}

.content-single-products button {
	background:#385072;
	color:#fff;
	font-size: 16px;
    font-weight: 700;
	padding: 10px 50px;
	margin:0 0 20px;
	border:none;
	transition:all 0.5s;
}

.content-single-products button:hover {
	background:#ffb819;
	transition:all 0.5s;
}

.content-single-products .entry-summary .product_meta .sku_wrapper, .content-single-products .entry-summary .product_meta .posted_in {
	display:block;
}

.content-single-products .entry-summary .product_meta .sku_wrapper {
	margin:0 0 20px;
}

.content-single-products .entry-summary .product_meta .posted_in {
	font-weight:600;
}

.content-single-products .entry-summary .product_meta .posted_in a {
	color:#15A4C3;
}

.content-single-products .entry-summary .product_meta .posted_in a:hover {
	color:#ffb819;
}

.content-single-products .related h2, .content-single-products .upsells h2 {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:60px;
}

.content-single-products .upsells {
	margin-bottom:80px;
}

.woocommerce-tabs {
	margin-bottom:80px;
}

.woocommerce-tabs h2 {
	font-size:28px;
	font-weight:600;
}

.woocommerce-tabs h3, .woocommerce-tabs h2 {
	margin-bottom:20px;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
	border:2px solid #ffb819;
	padding:40px 15px;
}

.woocommerce-tabs ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.woocommerce-tabs ul li {
	display:inline-block;
	background:#385072;
	padding:10px;
	transition:all 0.5s;
	margin-right:5px;
}

.woocommerce-tabs ul li:hover, .woocommerce-tabs ul li.active {
	background:#ffb819;
	transition:all 0.5s;
}

.woocommerce-tabs ul li a {
	color:#fff;
	font-weight:600;
}

.woocommerce-product-attributes {
	width:100%;
	border:1px solid #e8e8e8;
}

.woocommerce-product-attributes td, .woocommerce-product-attributes th {
	padding:10px;
	border:1px solid #e8e8e8;
}

.woocommerce-product-attributes td p {
	margin:0;
}

#review_form label {
	display:block;
}

#review_form .form-submit {
	margin:0;
}

#review_form .form-submit input {
	background:#385072;
	color:#fff;
	padding:10px 25px;
	font-size:21px;
	font-weight:600;
	transition:all 0.5s;
}

#review_form .form-submit input:hover {
	background:#ffb819;
	transition:all 0.5s;
}

#review_form textarea, #review_form  .comment-form-author input, #review_form .comment-form-email input {
	width:450px;
}

p.stars {
	line-height: 0;
	padding: 6px 0px;
	max-width: 103px;
}
p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: table-caption;
	text-decoration: none;
	font-weight: 400;
    padding-left: 20px;
    float: left;
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #ffb819;
	text-indent: 0;
	opacity: .25;
}
p.stars a:hover ~ a:before {
	content: "\53";
	color: #ffb819;
	opacity: .25;
}
p.stars:hover a:before {
	content: "\53";
	color: #ffb819;
	opacity: 1;
}
p.stars.selected a.active:before {
	content: "\53";
	color: #ffb819;
	opacity: 1;
}
p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #ffb819;
	opacity: .25;
}
p.stars.selected a:not(.active):before {
	content: "\53";
	color: #ffb819;
	opacity: 1;
}



/* CART */

.woocommerce-cart .woocommerce {
	padding:80px 0;
}

.woocommerce-cart .woocommerce-message {
	background:none;
	color:#ffb819;
	font-weight:700;
	font-size:20px;
	margin-bottom: 40px;
}

.woocommerce-cart .woocommerce-message a {
	color:#15A4C3;
}

.woocommerce-cart .woocommerce-message a:hover {
	color:#385072;
}

.woocommerce-cart .woocommerce .cart-empty {
	font-weight:700;
	font-size:20px;
}

.woocommerce-cart .woocommerce .return-to-shop a {
	display:inline-block;
	padding:15px 30px;
	background:#ffb819;
	color:#fff;
	font-size:21px;
	font-weight:700;
}

.woocommerce-cart .woocommerce .return-to-shop a:hover {
	background:#385072;
}

.woocommerce .shop_table {
	width:100%;
}

.woocommerce .shop_table thead, .woocommerce .shop_table .cart_item {
	border-bottom:1px solid #385072;
}

.woocommerce .shop_table th {
	font-size:24px;
	color:#ffb819;
}

.woocommerce .shop_table th, .woocommerce .shop_table td {
	padding:15px 10px;
}

.woocommerce .shop_table .product-thumbnail img {
	max-width:100px;
	height:auto;
}

.woocommerce .shop_table .product-name a {
	color:#385072;
}

.woocommerce .shop_table .product-name a:hover {
	color:#15A4C3;
}

.woocommerce .shop_table .product-quantity .quantity input {
	width:65px;
	padding-left:10px;
}

.woocommerce .shop_table .product-quantity .quantity label {
	margin-right:10px;
}

.woocommerce .shop_table_responsive tr td.product-remove a {
	font-size:2.5em;
	font-weight:700;
	color:#385072;
}

.woocommerce .shop_table_responsive tr td.product-remove a:hover {
	color:#F00;
}

.woocommerce .shop_table .actions .coupon {
	float:left;
}

.woocommerce .shop_table .actions .coupon #coupon_code {
	width:180px;
}

.woocommerce .shop_table .actions .coupon button {
	float:none;
	background:#385072;
	color:#fff;
	font-weight:700;
	padding:8px 20px;
	border:none;
	transition:all 0.5s;
}

.woocommerce .shop_table .actions .coupon button:hover {
	background:#15A4C3;
	transition:all 0.5s;
}

.woocommerce .shop_table .actions button {
	float:right;
	padding:8px 20px;
	color:#fff;
	background:#ffb819;
	font-weight:700;
	transition:all 0.5s;
	border:none;
	font-size:14px;
	line-height: 22px;
}

.woocommerce .shop_table .actions button:hover {
	background:#15A4C3;
}

.woocommerce .shop_table .actions button:disabled {
	cursor: not-allowed;
	opacity: .5;
	background:#e8e8e8;
}

.woocommerce .cart-collaterals h2 {
	font-size:38px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom: 55px;
}

.woocommerce .cart-collaterals h2:before {
	content: '///';
	color: #ffb819;
	margin-right: 5px;
}

.woocommerce .cart-collaterals .shop_table tr {
	border-bottom:1px solid #385072;
}

.woocommerce .cart-collaterals .shop_table tr td {
	font-size:18px;
}

.woocommerce .cart-collaterals .shop_table .shipping .woocommerce-shipping-methods {
	list-style-type:none;
	padding:0;
}

.woocommerce .cart-collaterals .shop_table .shipping .woocommerce-shipping-calculator a {
	color:#15A4C3;
}

.woocommerce .cart-collaterals .shop_table .shipping .woocommerce-shipping-calculator a:hover {
	color:#ffb819;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
	padding:15px 30px;
	background:none;
	border:3px solid #385072;
	color:#385072;
	font-size:21px;
	font-weight:700;
	display: block;
    text-align: center;
    margin-top: 35px;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
	background:#385072;
	color:#fff;
}

.woocommerce .cart_totals .woocommerce-shipping-totals #calc_shipping_state_field span {
	width:100%;
}

.woocommerce .cart_totals .woocommerce-shipping-totals .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 100%;
    margin-left: -15px;
}

.woocommerce .cart_totals .woocommerce-shipping-totals .shipping-calculator-form {
	margin-top:20px;
}

/*.woocommerce .cart_totals .woocommerce-shipping-totals input {
	width:100%;
}*/

.woocommerce .cart_totals .woocommerce-shipping-totals button {
	background:#385072;
	color:#fff;
	font-weight:700;
	padding:6px 20px;
	border:none;
	transition:all 0.5s;
}

.woocommerce .cart_totals .woocommerce-shipping-totals button:hover {
	background:#15A4C3;
	transition:all 0.5s;
}

.screen-reader-text {
	display:none;
}

.woocommerce .cart-vedette {
	padding-top:80px;
}

.woocommerce .cart-vedette h2 {
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	margin:0;
}



/* Checkout */

.woocommerce-checkout .woocommerce {
	padding:80px 0;
}

.woocommerce .woocommerce-info {
	background:none;
	margin-bottom:40px;
	color:#ffb819;
	font-size:20px;
	font-weight:700;
}

.woocommerce .woocommerce-info a {
	color:#15A4C3;
}

.woocommerce .woocommerce-info a:hover {
	color:#385072;
}

.woocommerce-checkout .woocommerce #customer_details {
	margin-bottom:60px;
}

.woocommerce .woocommerce-checkout h3 {
	text-transform:uppercase;
	margin-bottom:40px;
}

.woocommerce .woocommerce-checkout h3:before {
    content: '///';
    color: #ffb819;
    margin-right: 5px;
}

.woocommerce .woocommerce-billing-fields label, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce .woocommerce-shipping-fields label, .woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper, .woocommerce .woocommerce-additional-fields label, .woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper {
	display:block;
	width:100%;
}

.woocommerce-billing-fields .woocommerce-input-wrapper input, .woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper input {
	width:100%;
}

.woocommerce .woocommerce-shipping-fields {
	margin-bottom:25px;
}

.woocommerce .woocommerce-shipping-fields h3 {
	text-transform:none;
}

.woocommerce .woocommerce-shipping-fields h3:before {
	display:none;
}

.woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
	width:100%;
	height:150px;
}

.woocommerce .shop_table tfoot td, .woocommerce .shop_table tfoot th {
	border-bottom:1px solid #385072;
}

.woocommerce .woocommerce-checkout .woocommerce-shipping-methods {
	list-style-type:none;
	padding:0;
	margin:0;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment {
	padding:20px 0;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
	list-style-type:none;
	margin:0;
	padding:0;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li {
	color:#385072;
}

.woocommerce .woocommerce-checkout .place-order {
	margin:0;
}

.woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p a {
	color:#ffb819;
}

.woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p a:hover {
	color:#15A4C3;
}

.woocommerce .woocommerce-checkout .place-order button {
	padding: 15px 30px;
    background: none;
    border: 3px solid #385072;
    color: #385072;
    font-size: 21px;
    font-weight: 700;
    display: block;
    text-align: center;
	margin-top: 35px;
	transition:all 0.5s;
}

.woocommerce .woocommerce-checkout .place-order button:hover {
	background: #385072;
	color: #fff;
	transition:all 0.5s;
}

.woocommerce .woocommerce-form-coupon button {
	float: none;
    background: #385072;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px;
    border: none;
    transition: all 0.5s;
}

.woocommerce .woocommerce-form-coupon button:hover {
    background: #15A4C3;
    transition: all 0.5s;
}




/* FOOTER */


#map {
    height: 560px;    
}

footer .upper-footer {
	background:#ffb819;
	padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}	

footer .upper-footer .cta_btn a {
	display:block;
	border:3px solid #fff;
	padding:10px 0;		
	text-transform:uppercase;
	color:#fff;
	width:100%;
	font-weight:700;
	font-size:24px;
}

footer .upper-footer .cta_btn.btn_contact a {
	background:#385072;
	border:3px solid #385072;	
}

footer .upper-footer .cta_btn a:hover {
	background:#fff;
	color:#385072;	
}

footer .upper-footer .cta_btn.btn_contact a:hover {
	border:3px solid #fff;	
}

footer .bottom-footer {
	background:#385072;	
	color:#fff;
}	

footer .bottom-footer .latest_news .row {
	margin-bottom:20px;	
}

footer .bottom-footer .latest_news .row:last-child {
	margin-bottom:0;	
}

footer .bottom-footer h3 {
	margin:0 0 40px;
	font-size: 1.5vw;
}

footer .bottom-footer h3:before {
	content: '///';
	color:#ffb819;
	margin-right:5px;
}

footer .bottom-footer .mission img {
	margin:0 0 20px;	
}

footer .bottom-footer .mission p {
	margin:0 0 40px;	
}

footer .bottom-footer .mission h3 {
	font-size:24px;
	text-transform:none;
}

footer .bottom-footer .mission h3:before {
	display:none;	
}

footer .bottom-footer .mission .media_sociaux .fas, footer .bottom-footer .mission .media_sociaux .fab {
	color:#ffb819;	
	font-size: 1.875em;
}

footer .bottom-footer .mission .media_sociaux a:hover i, footer .bottom-footer .mission .media_sociaux a:hover i {
	color:#fff;
}

footer .bottom-footer .mission a {
    margin-right: 5px;
}

footer .bottom-footer .mission .join_us a {
	font-size:1.4em;
}

footer .bottom-footer .mission .join_us a i {
	margin-right: 10px;
}

footer .bottom-footer .mission .gform_wrapper {
	margin:0;
}

footer .bottom-footer .mission .gform_wrapper .gform_body, footer .bottom-footer .mission .gform_wrapper .gform_footer {
    width: auto;
	display: inline-block;
	margin: 0;
    padding: 0;
}

footer .bottom-footer .mission .gform_wrapper .gform_body ul li {
	margin:0;
	padding:0;
}

footer .bottom-footer .mission .gform_wrapper .gform_body .gform_fields input {
	width:220px;
}

footer .bottom-footer .mission .gform_wrapper .gform_footer input {
	margin:0;
	padding:11px 25px;
	background:transparent;
	border:1px solid #fff;
	font-size:16px!important;
	font-weight:700;
	position: relative;
	top: -1px;
	left: -5px;
	transition:all 0.3s;
}

footer .bottom-footer .mission .gform_wrapper .gform_footer input:hover {
	background:#ffb819;
	border-color:#ffb819;
	transition:all 0.3s;
}

footer .bottom-footer .latest_news h4 {	
	font-size:20px;	
	margin-bottom:15px;
	line-height:1em;
}

footer .bottom-footer .latest_news h4 a {
	color:#ffb819;
	font-size: 17px;
}

footer .bottom-footer .latest_news h4 a:hover {
	color:#fff;	
}

footer .bottom-footer .latest_news p {
	margin-bottom:15px;
	font-size: 14px;
}

footer .bottom-footer .latest_news .btn_last_news {
	font-size:14px;
	font-weight:700;
	padding:8px 25px;
	border:1px solid #fff;	
	border-radius:0;
	color:#fff;
}

footer .bottom-footer .latest_news .btn_last_news:hover {
	background:#fff;
	color:#385072;		
}

footer .bottom-footer .office_contact .contact_infos {
	display: flex;
    flex-wrap: wrap;
	max-width:270px;
	margin-bottom:20px;
}

footer .bottom-footer .office_contact .contact_infos a {
	color:#fff;
}

footer .bottom-footer .office_contact .contact_infos a:hover {
	color:#ffb819;
}

footer .bottom-footer .office_contact .contact_infos .contact_adresse, footer .bottom-footer .office_contact .contact_infos .contact_telephone, footer .bottom-footer .office_contact .contact_infos .contact_fax   {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}

footer .bottom-footer .office_contact .contact_infos .contact_icon {
	display:flex;
	margin-right:15px;
    min-width: 32px;
}

footer .bottom-footer .office_contact .contact_infos .contact_icon i {
	font-size:1.4em;
}

footer .bottom-footer .office_contact .contact_infos .contact_content {
	display:flex;
}

footer .bottom-footer .shop_links ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

footer .bottom-footer .shop_links ul li {
	margin:0 0 15px;
	line-height:1.6em;	
}

footer .bottom-footer .shop_links ul li a:before {
	content:'\f054';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	color:#ffb819;	
	margin-right:8px;
	transition: all 0.3s;
}

footer .bottom-footer .shop_links ul li a:hover:before {
	padding-right:8px;	
	transition: all 0.3s;
}

footer .bottom-footer .shop_links ul li a {
	color:#fff;	
}

footer .bottom-footer .shop_links ul li a:hover {
	color:#ffb819;	
}


footer .copyright {
	padding:40px 0;	
}

footer .copyright a {
	color:#385072;
	font-weight:bold;
}

footer .copyright a:hover {
	color:#ffb819;	
}


#shipping_method_0_local_pickup13{
	float: left;
    margin-top: 6px;
}
label[for=shipping_method_0_local_pickup13] {
	width: 90%;
  }

/* MEDIA QUERIES */

@media (max-width: 1599px) and (min-width:992px) {
	ul.products.columns-4 li {
		flex: 0 0 30%;
	}
	ul.products.columns-4 li:nth-child(3n+3) {
		margin-right: 0;
	}
	ul.products.columns-4 li.last {
		margin: 0 3.8% 2.992em 0;
	}
	ul.products.columns-4 li:last-child {
		margin-right: 0;
	}
}

@media (max-width: 1530px) and (min-width:1200px) {

	.head_sep {
		font-size:1em;
	}

	.info_contact {
		font-size:1.4vw;
	}

	footer .bottom-footer .mission .gform_wrapper .gform_body .gform_fields input {
		width: 160px;
	}

	footer .bottom-footer .mission .gform_wrapper .gform_footer input {
		padding: 11px 15px;
	}

}

@media (min-width: 1200px) {

	#main_nav .open-this-menu-desktop {
		margin-left:6px;
	}

	#site-navigation #main_nav ul li .open-this-menu {
		display:none;
	}

	#site-navigation #main_nav ul li .sub-menu {
		visibility:hidden;
		position:absolute;
		top:73px;
		left:0;
		background:#fff;
		padding:20px 15px;
		width:280px;
		list-style-type:none;
		box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.06);
		opacity:0;
		transition:all 0.5s;
		z-index:99999;
	}
	
	#site-navigation #main_nav ul li:hover .sub-menu {
		visibility:visible;
		opacity:1;
		transition:all 0.5s;
	}
}

@media (max-width: 1199px) 
{
	#main_nav .open-this-menu-desktop {
		display:none;
	}
	#main_nav .open-this-menu {
		color:#fff;
		position: absolute;
		right: 20px;
		top: 15px;
		cursor: pointer;
		font-size: 1.4em;
	}
	#site-navigation #main_nav ul li .sub-menu {
		display:none;
	}
	#site-navigation #main_nav ul li.opened .sub-menu {
		border-bottom: 1px solid #425f88;
	}
	#site-navigation #main_nav ul li .sub-menu li {
		margin:0;
	}
	#site-navigation #main_nav ul li .sub-menu li a {
		font-size: 16px;
		font-weight: 500;
		padding: 10px;
	}

    .tablet-mobile-only
    {
        display:block;    
	}
	
	footer .bottom-footer h3 {
		font-size:26px;
	}

	#footer-sidebar1, #footer-sidebar2 {
		margin-bottom:60px;
	}
    .equipe-wrapper-content h3 {
        font-size: 5vw!important;
    }
}

@media (max-width: 1199px) and (min-width: 768px){

	.navbar-toggler {
		position:absolute;
		z-index:99999;
		color: #fff!important;
		border: 2px solid #fff!important;
		padding: .35rem .75rem;
    	font-size: 0.875rem;
		transition: all 0.5s;
	}

	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.navbar-toggler:hover {
		color:#ffb819!important;	
		border: 2px solid #ffb819!important;
		background:#ffb819;
		transition: all 0.5s;
	}

	.info_contact {
		font-size:2.2vw;
	}

	#main_nav {
		position: absolute;
		right: 0px;
		z-index: 999999;
		background: #385072;
		width: 100%;
	}

	.menu_principal, #site-navigation {
		position:static!important;
	}

	#site-navigation #main_nav ul li a {
		display:block;
		color:#fff;
		font-size:18px;
		padding:10px 20px;
		border-bottom:1px solid #425f88;
	}

	#site-navigation #main_nav ul li:first-child a {
		padding:10px 20px;
	}

	#site-navigation #main_nav ul li:last-child a {
		border:none;
	}

	#site-navigation #main_nav ul li a:hover {
		background:#ffb819;
		color:#fff;
	}

    .equipe-services-icones {
        width: 8vw!important;
    }
    .equipe-links {
        font-size: 2vw!important;
    }
}

@media (max-width: 1199px) and (min-width: 992px){

	#main_nav {
		top: 120px;
	}

	.navbar-toggler {
		right: 45%;
	}
	
	ul.products li.product .button {
        font-size: 12px;
    }

}

@media (max-width: 991px) and (min-width: 768px){

	#main_nav {
		top: 92px;
	}

	.navbar-toggler {
		right: 50%;
	}

	.woocommerce .shop_table .actions button {
		font-size:12px;
		line-height: 26px;
	}

	.woocommerce .shop_table .actions .coupon button, .woocommerce .shop_table .actions button {
		padding:5px 20px;
	}

}

@media (max-width: 991px) and (min-width: 576px){

	ul.products.columns-4 li {
		flex:0 0 48%;
	}

	ul.products.columns-4 li:nth-child(2n+2) {
		margin-right: 0;
	}

	ul.products.columns-4 li:last-child {
		margin-right: 0;
	}

}

@media (max-width: 767px) {

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	.vc_btn3.vc_btn3-size-lg {
		font-size: 18px!important;
		padding: 15px 20px!important;
	}

    .mobile-only
    {
        display:block;    
    }
	.menu_principal, .main-navigation {
		position:static;
	}

	.navbar-toggler {
		color: #385072!important;
		border: 2px solid #385072!important;
		padding: .35rem .75rem;
    	font-size: 0.875rem;
	}

	.navbar-toggler:hover {
		background:#385072;
	}

	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(56,80,114)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.navbar-dark .navbar-toggler:hover .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	#main_nav {
		position: absolute;
		right: 0px;
		top: 23%;
		z-index: 999999999;
		background: #385072;
		width: 100%;
	}

	.header-fixed #main_nav {
		top: 100%!important;
	}

	#site-navigation #main_nav ul li a {
		display: block;
		color: #fff;
		font-size: 16px;
		padding: 10px 20px;
		border-bottom: 1px solid #425f88;
	}

	#site-navigation #main_nav ul li:first-child a {
		padding: 10px 20px;
	}

	#site-navigation #main_nav ul li a:hover {
		background: #ffb819;
		color: #fff;
	}

	.main-navigation #topcart {
		margin-right:15px;
	}

	.main-navigation #topcart:hover {
		color:#ffb819;
	}

	#popup-cart {
		right: 15px;
		width: 91%!important;
	}
    
    footer .copyright a {
    float: left;
    width: 100%;
    }
    
    .popup-cart-wrapper .col-sm-10
    {
        max-width: 83%;
    }
    
    .popup-cart-wrapper .col-sm-9
    {
        max-width: 75%;
    }
    .popup-cart-wrapper .col-sm-6
    {
        max-width: 50%;    
    }
    .popup-cart-wrapper .col-sm-3
    {
        max-width: 25%;
    }
    .popup-cart-wrapper .col-sm-2
    {
        max-width: 16.6%;
    }
    .popup-cart-wrapper .col-sm-1
    {
        max-width: 8.3%;
	}
	
	#footer-sidebar3 {
		margin-bottom:60px;
	}

	footer .bottom-footer h3 {
		font-size: 20px;
	}

	footer .bottom-footer .latest_news h4 {
		margin:15px 0 15px
	}
	
	#orange-line-cta .vc_empty_space
	{
	    height: 19px!important;
	}

	ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
		font-size: 21px;
	}

	footer .upper-footer .cta_btn a {
		font-size:16px;
	}

	.header-fixed .mobile_top_bar {
		display:none;
	}

	.woocommerce .cart-collaterals h2 {
		font-size: 32px;
	}

	.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
		padding: 10px 20px;
		font-size: 18px;
	}

	.woocommerce .shop_table th {
		font-size: 18px;
	}

	.woocommerce .shop_table th, .woocommerce .shop_table td {
		padding: 12px 12px;
	}

	.entry-header {
		height:285px!important;
	}

	.woocommerce .shop_table .actions .coupon button {
		display:block;
		margin-top:20px;
	}
    .membre-equipe {
        margin-bottom: 254px!important;
        height: 729px!important;
    }
    .equipe-wrapper-content {
        height: 305px!important;
    }
    .equipe-wrapper-image {
        height: 630px!important;
        background-position: center;
    }
    .equipe-services-icones {
        width: 14vw!important;
    }
    .equipe-links {
        font-size: 20px!important;
    }
    .equipe-links {
        margin-top: 5px!important;
    }
    .membre-equipe {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
    h1
    {
        font-size:24px;    
	}
	
	.google-map-image
	{
	    display:none;    
	}
	
	.vc_custom_1569989658158 {
        margin-top: -54px !important;
    }
}

@media (max-width: 641px) {

	footer .bottom-footer .mission .gform_wrapper .gform_footer input {
		padding: 7px 25px;
	}

}

@media (max-width: 575px) {

	ul.products.columns-4 li {
		flex:0 0 100%;
	}
	
    ul.products.columns-4 li a img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    ul.products.columns-4 li a .onsale {
        left: 11%;
    }

	.woocommerce-result-count, .woocommerce-ordering {
		text-align:center;
		float:none;
	}

	.woocommerce-ordering select {
		max-width:100%;
	}

	#review_form textarea, #review_form  .comment-form-author input, #review_form .comment-form-email input {
		width:100%;
	}
	
	.indexation-equipe .col-sm-6
	{
	    width:50%!important;
	}
}

@media (max-width: 991px) {
    .btn_soumission
    {
        margin-bottom: 20px;
    }
    .btn_contact
    {
        margin-bottom: 20px;
    }
    
    .equipe-search-button-left
    {
        float: right!important;
    }
    .equipe-searh input, .equipe-searh select 
    {
        margin-top:5px;
        margin-bottom:5px;
    }
}

@media (max-width: 410px) {

	.woocommerce-tabs ul li {
		width:100%;
		margin:0;
	}

}

@media (max-width: 360px) {

	footer .bottom-footer .mission .gform_wrapper .gform_body .gform_fields input {
		width: 180px;
	}

	footer .bottom-footer .mission .gform_wrapper .gform_footer input {
		padding: 7px 18px;
	}

}