header .header-01 .logo-ctn .logo img {
    max-width: 280px;
}

header .header-01 .search-ctn .search form button[type=submit],
header .header-01 .search-ctn .search form .aws-form-btn {
    background-color: #0c556d;
}

header .header-01 .profil-links a.compte,
header .header-01 .profil-links a {
    color: #fff;
}

header .header-01 a:hover,
header .header-01 .profil-links a.compte:hover,
header .header-01 .profil-links a:hover {
    color: #043c4e;
}

.prefooter {
    padding: 35px 0;
    background-color: #f6f6f6;
    border-top: 1px solid #dddddd;
}

.container-liste .products-sidebar .choix-loa {
    background: url(/wp-content/uploads/2023/12/side-duree-loa.png) no-repeat 0% 50%;
    height: 250px;
    margin: 10px auto 0 auto;
}

.container-liste .products-sidebar .choix-loa .titre {
    margin-bottom: 35px;
}

.products li .item > a .textes-ctn {
    margin-left: 0;
    margin-right: 0;
}

.products li .item>a .prix-ctn {
    width: 190px;
}

.container-liste .products-sidebar .description-filtres .titre {
    background-color: #137596;
}

.cart-loa .choix-loa .titre {
    background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}

.woocommerce .cart-collaterals .cart-loa .choix-loa {
    background-image: none !important;
	background-color: #137596 !important;
}

@media screen and (max-width: 991px) {
	
	header .header-01 .logo-ctn .logo img {
		max-width: 220px;
	}
	
	.accueilh2 {
		font-size: 2.6rem;
	}
	
	.prefooter {
		padding: 35px 0 0 0;
	}
	
}

@media screen and (max-width: 991px) and (min-width: 768px)  {
	
		header.fixed {
			background-color: #137596;
			height: 115px;
		}
	
	}

@media screen and (max-width: 767px) {
	
	header {
		height: 90px;
	}
	
	header+* {
		margin-top: 90px;
	}
	
	header .header-01 .logo-ctn {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	header .header-01 .logo-ctn .logo img {
		max-width: 180px;
	}
	
	header .header-01 .contact-titre {
		font-size: 17px;
	}
	
	header .header-01 .contact-titre span {
		display:none;
	}
	
	.accueilh2 {
		font-size: 2.0rem;
		padding-top: 20px;
	}
	
	.products li .item {
		width: auto;
	}
	
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		margin: 10px 0;
	}
	
}


