.woocommerce-MyAccount-navigation {
	width: 15%;
	min-width: 280px;
	background: #2d4691;
	margin-top: 3%;
	border-radius: 30px 0 0 7px;
	position : relative;
	padding: 2%;
}
.woocommerce-account .u-column1.col-1 img {
    width: 45%;
}
p.img-profil {
    position: absolute;
    top: -23%;
    max-width: 200px;
    border-radius: 150px;
    overflow: hidden;
    max-height: 200px;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 20%);
    left: 17%;
}
html {
    overflow-x: hidden;
}
form.mission-user {
    width: 100%;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	background: green;
	padding: 10px;
	color: #fff;
}
.woocommerce-order-details, .woocommerce-customer-details {
	background: #e1e1e1;
	padding: 1px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.woocommerce-MyAccount-content {
	max-width: 72%;
    width: 100%;
}
.wc-proceed-to-checkout {
	margin-top: 20px;
}
.woocommerce-order {
	background: #fff;
	max-width: 650px;
	margin: 0 auto;
	padding: 15px;
	border-radius: 5px;
	text-align: left;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 8px 7px rgba(0,0,0,0.1);
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 40px 0 0 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation a {
	color: #fff;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #495c95;
	transition: all ease 0.3s;
}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation .is-active a {
	color: #fff;
	background: #445a9d;
	padding-left: 20px;
	text-decoration: none;
	transition: all ease 0.3s;
}
.woocommerce-MyAccount-content input {
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #666;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #fff;
}
.woocommerce-MyAccount-orders tr td {
    padding: 10px 0 13px 0;
}
.woocommerce-MyAccount-content .button {
	padding: 5px 20px;
	font-size: 14px;
	text-transform: none;
	background: #007cff;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}
.woocommerce-MyAccount-orders {
    margin: 0;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #0092fe;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    width: 100%;
}
.u-columns a {
    color: #009cff;
    font-weight: bold;
	font-size: 14px;
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border: 1px solid #ededed;
    padding: 15px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\F57F";
    float: left;
    font-family: bootstrap;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\F10D";
    float: left;
    font-family: bootstrap;
    vertical-align: middle;
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--boutique a::before {
    content: "\F242";
    float: left;
    font-family: bootstrap;
    vertical-align: middle;
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\F29B";
    float: left;
    font-family: bootstrap;
    vertical-align: middle;
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\F3E7";
    float: left;
    font-family: bootstrap;
    vertical-align: middle;
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\F4D4";
    float: left;
    font-family: bootstrap;
    vertical-align: middle;
    margin-right: 10px;
}
mark {
    background: transparent;
    color: #ea2c90;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "\F4FF";
	float: left;
	font-family: bootstrap;
	margin-right: 10px;
	background: #d73a3a;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--article-blog a::before {
	content: "\F4CA";
	float: left;
	font-family: bootstrap;
	margin-right: 10px;

}
.woocommerce-order-details img {
    width: 50px;
    height: auto;
    float: left;
}
h3#ship-to-different-address .chek-space {
    display: none !important;
}
.woocommerce-account .woocommerce {
    display: flex;
    align-items: flex-start;
    max-width: 1150px;
    margin: 0 auto;
	
    flex-wrap: wrap;
}
.u-column2.col-2.woocommerce-MyAccount-content {
	width: 100%;
	max-width: 100%;
	margin-top: 5%;
}
.woocommerce-MyAccount-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #e1e1e1;
	align-items: stretch;
	padding: 3% 5%;
	border-radius: 5px;
	margin-bottom: 5%;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
}
.u-column2.col-2.woocommerce-MyAccount-content form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 5px;
}
.form-row-first, .form-row-last {
	width: 49%;
	margin: 0% 0 1% 0;
}
.edit-account .clear {
	display: none;
}
.form-row-wide, fieldset {
	width: 100%;
}
.woocommerce-MyAccount-content label {
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.woocommerce-MyAccount-content fieldset {
	background: #fff;
	margin: 0;
	border: 2px solid #00abff;
}

.woocommerce-MyAccount-content [type="checkbox"] {
	height: auto;
	padding: 0;
	width: auto;
	display: initial;
}
.expertise-label , #consentement_annuaire_field label, #rgpd_utilisateur_field label, #inscription_newsletter_field label{
	font-weight: normal !important;
	font-size: 14px !important;
}
.form-row-wide textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #e1e1e1;
}
input[type="file"] {
	border: 0;
	padding: 0;
	margin-top: 10px;
}
.row-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap ;
}
.edit-account p {
	margin: 0 0 3% 0;
}
.select2-container {
	width: 100% !important;
    margin: 0 0 2% 0 !important;
}
.select2-selection.select2-selection--single {
	border: 1px solid #e1e1e1;
	padding: 5px;
	height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px !important;
}
.submit-form {
	width: 100%;
    margin-bottom:  0 !important
}
.info-rgpd, #received_mission_field ,#consentement_annuaire_field{
	width: 48%;
}
.woocommerce-Button.button-submit-form , .woocommerce-form-register__submit{
	background: #15ce77;
	width: 100%;
	display: block;
	margin-top: 20px;
	height: 40px;
	border: none;
	color: #fff;
	font-size: 20px !important;
    cursor : pointer
}
.woocommerce-Button.button-submit-form:hover, .woocommerce-form-register__submit:hover {
	background: #149356;
}
.titre-form {
	display: block;
	width: 100%;
	font-size: 24px;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.titre-form.spacing {
	margin-top: 40px;
}
#preview_image {
	max-width: 200px;
	max-height: 200px;
	border-radius: 8px;
	box-shadow: 0 0px 6px rgba(0,0,0,0.2);
}
.delete-image , .delete-file{
	display: table;
	background: #d55050;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	font-size: 10px;
}
#image {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 10px;
}
label .required {
	color: red;
}
.woocommerce-EditAccountForm.edit-account {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inscription-title {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 0 2% 0;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 3%;
	text-transform: uppercase;
	color: #888;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
ul.woocommerce-error {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-left: 5px solid #e52c2c;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
	list-style: none;
}
.woocommerce-message,.message-validation {
    width: 100%;
    background: #fff;
	margin-bottom: 15px;
    padding: 15px;
    border-left: 5px solid #58991B;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
	list-style: none;
}
.woocommerce-account .u-column1.col-1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 0;
	align-items: center;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5%;
}
.woocommerce-account .u-column1.col-1 h2 {
	width: 100%;
}
.login-form {
	width: 45%;
	margin-left: 4%;
}
.woocommerce-form.woocommerce-form-login.login input {
	width: 100%;
	height: 45px;
	background: #f2f2f2;
	border: 1px solid #cacaca;
	border-radius: 3px;
	font-size: 14px;
}
.woocommerce-form.woocommerce-form-login.login label {
	display: block;
	width: 100%;
}
#rememberme {
	height: auto;
	width: auto;
}
.woocommerce-button.button.woocommerce-form-login__submit {
	display: block;
	width: 100%;
	text-align: center;
	height: 45px;
	background: #2887da;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
}
.woocommerce-account .entry-content {
    margin-top: 9%;
}
.abo-ok {
	background: #14aa80;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.expire-abo {
	background: #d73a3a;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.abo-notexiste {
	background: #ff8300;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.info-dashboard {
	background: #f1f1f1;
	padding: 2%;
	border-radius: 5px;
}
form.article-user {
    width: 100%;
}
img#preview_article {
    border-radius: 5px;
}
.my-post.form-row-wide {
	background: #f1f1f1;
	padding: 10px;
	border-radius: 5px;
	margin-top: 6%;
	max-height: 350px;
	overflow: auto;
}
.titre-cat-publish {
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
}
p.titre-myarticle {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.my-post.form-row-wide a {
    display: block;
}
form.article-user {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}
input.control-article {
    background: #15ce77;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    height: auto;
    cursor: pointer;
}
input.control-article:hover {
    background: #17a964;
}
.section-cle p {
    max-width: 250px;
    width: 50%;
}
.recherche-intuitive {
	width: 75%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
p.membre-confiance {
    background: #28458f;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
}
span.post-pending {
    margin-left: 20px;
    background: #ff7600;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
}
.message-error {
    display: block;
    width: 100%;
    background: #c72c2c;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.statsuser {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.statsuser p {
    width: 22%;
    height: 100px;
    text-align: center;
    max-width: 100px;
    border-radius: 350px;
}
p.pastille.cv {
    background: #14d3ff;
    color: #fff;
}
p.pastille.mail {
    background: #36339d;
    color: #fff;
}
p.pastille.search {
    background: #08bf9d;
    color: #fff;
}
p.pastille.profil {
    background: #df9000;
    color: #fff;
}
span.cv-title {
    font-size: 20px;
    margin-top: 24px;
    display: block;
}
span.compteur {
    display: block;
    font-size: 24px;
}
strong.select2-results__group:hover {
    background: #2d4178;
    cursor: pointer;
    color: #fff;
}
.products.columns-3 {
	display: flex;
	justify-content: space-around;
	padding: 0;
	flex-wrap : wrap
}
li.product {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	list-style: none;	
	max-width: 300px;
	margin-bottom: 30px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: #082858;
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 15px;
}
.added_to_cart.wc-forward {
	background: #DB9900;
	display: block;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 15px;
}
li.product a {
	text-decoration: none;
}
.woocommerce-loop-product__title {
	color: #333;
	text-align: center;
	font-size: 18px;
}
li.product .price {
	font-size: 30px;
	text-align: center;
	line-height: 0;
	color: #333;
	font-weight: bold;
	display: block;
	margin: 20px 0;
}
.cart-user {
	max-width: 100px;
	display: block;
	width: 100%;
	position: relative;
}
.compteur-pdt {
	background: #1447aa;
	height: 22px;
	width: 22px;
	text-align: center;
	position: absolute;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	line-height: 20px;
	top: -8px;
	left: 13px;
}
.panier-afecti .bi.bi-cart {
	color: #333;
	margin-right: 18px;
}
.cart-user a {
	color: #333;
	text-decoration: none;
}
/*page panier*/

.shop_table .qty-txt {
    display: none;
}
.shop_table tr td {
	padding-top: 10px;
	max-width: 230px;
	border-top: 1px solid #e1e1e1;
}
.shop_table .product-thumbnail img {
	max-width: 80px;
}

.shop_table thead .product-thumbnail {
    text-align: center;
}
.shop_table .cart-ss-title {
    display: block;
    color: #7f94a5;
}
.woocommerce-billing-fields h3,#order_review_heading {
	font-size: 26px;
}
.shop_table.woocommerce-checkout-review-order-table {
	width: 100%;
	text-align: left;
}
.woocommerce-cart-form__cart-item.cart_item .quantity input {
	height: 40px;
	border-radius: 5px;
	border: 1px solid #aaa;
	font-size: 20px;
	text-align: center;
	color: #666;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    width: 100%;    
}
.shop_table .product-name {
	max-width: 200px;
	padding-right: 30px !important;
	font-size: 14px;
}
.shop_table .product-name a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.cart_totals .order-total .woocommerce-Price-amount.amount {

	font-size: 20px;
	font-weight: bold;
}
.page-panier {
	background: #f0f0f0;
}
.shop_table .remove {
	text-decoration: none;
	font-size: 21px;
	font-weight: 300;
	width: 25px;
	background: #d03f3f;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 35px;
}
.shop_table thead th {
	text-align: left;
	color: #484848;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.contener-menu, .nav-menu-resp{
	  display : none
	}
.nav-menu-resp {
	background: #fff;
	width: 100%;
	height: 100%;
}
.shop_table .actions {
    padding-bottom: 20px;
    padding-top: 20px;
}
.search-resp {
	background: #ececec;
	padding: 15px;
}
.total_cart_ballonrama {
    float: right;
    font-weight: 600;
    font-size: 20px;
}
.btn-shipping {
    display: block;
    margin: 70px 0 20px 0;
    text-align: right;
}
.woocommerce-cart .woocommerce {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.button-promo {
	border: 0;
	background: #fff;
	font-size: 18px;
	vertical-align: middle;
	color: #009cff;
	cursor: pointer;
	padding: 5px;
	border-radius: 20px;
	position: absolute;
  left: 211px;
  top: 2px;
}
.coupon {
	position: relative;
}
.woocommerce-cart-form {
	width: 70%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}
#coupon_code {
	height: 35px;
	border: 1px solid #aaa;
	border-radius: 20px;
	padding-left: 20px;
	width: 100%;
	max-width: 250px;
	margin-right: -42px;
	display: inline-block;
	vertical-align: middle;
}
.woocommerce_commande {
    width: 1200px;
    margin: 0 auto;
}
.button[name="apply_coupon"] {
	background: #007cff;
	color: #fff;
	border: none;
	height: 36px;
	display: inline-block;
	border-radius: 50px;
	padding: 0 10px;
	cursor: pointer;
}
.cart-collaterals {
  width: 27%;
  background: #fff;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.woocommerce-cart article {
	margin-top: 30px;
}
.checkout-button.button.alt.wc-forward {
	background: #41b541;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
}
.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#customer_details {
	width: 58%;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	border: 1px solid #e1e1e1;
}
#order_review {
	width: 38%;
	background: #fff;
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper input {
	height: 40px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	background: #f0f0f0;
	color: #555;
	font-size: 16px;
}
.clearing {
    width: 100%;
}
#billing_postcode_field, #billing_phone_field, #billing_email_field, #billing_city_field,#billing_company_field,#billing_country_field {
	width: 49% !important;
}

.woocommerce-additional-fields__field-wrapper label {
	display:block ;
}
.woocommerce-additional-fields__field-wrapper textarea {
	width: 100%;
	height: 200px;
}
#place_order {
	background: #41b541;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.article-creat p {
    margin-top: 23px;
    font-size: 18px;
}

.woocommerce-checkout .order-total {
	background: #007cff;
	color: #fff;
}
table.shop_table.shop_table_responsive {
    width: 100%;
    text-align: left;
}
.article-creat i {
    font-size: 24px;
    background: #ffbc00;
    min-height: 45px;
    min-width: 45px;
    margin-top: -21px;
    position: absolute;
    left: 26%;
    border-radius: 50px;
    padding: 12px;
}
.article-creat {
    background: #ffbc00;
    text-align: center;
    border-radius: 10px;
    position: relative;
    color: #fff;
    width: 45%;
}
.opportunite p {
    margin-top: 23px;
    font-size: 18px;
}

.opportunite i {
    font-size: 24px;
    background: #0077FF;
    min-height: 45px;
    min-width: 45px;
    margin-top: -21px;
    position: absolute;
    left: 26%;
    border-radius: 50px;
    padding: 12px;
}
.opportunite {
    background: #0077FF;
    text-align: center;
    border-radius: 10px;
    position: relative;
    color: #fff;
    width: 45%;
}
.nav-user {
    display: flex;
    justify-content: space-between;
    margin-top: 34%;
}
.membre-access {
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-top: 35px;
	flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
}
span.title-access {
    display: block;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
p.image-access {
    max-width: 46%;
}
p.info-abonement a {
    background: #3783f0;
    text-decoration: none;
    color: #fff;
	margin-top: 15px;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
p.info-abonement {
    width: 50%;
}
.actions button[name="update_cart"] {
	display: none;
}
.coupon label {
	display: none;
}
.my-post.form-row-wide a {
	margin: 0 0 0 15px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.spacer-nav {
    margin-top: 55px;
}
div#customer_login {
    width: 100%;
}
.single-product .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.woocommerce-product-gallery {
	width: 40%;
}
.summary.entry-summary {
	width: 55%;
}
.woocommerce-product-gallery__trigger {
	display: none;
}
.single-product form.cart {
	display:flex ;
}
.related.products {
	display: none;
}
.single-product .qty {
	height: 40px;
	font-size: 18px;
	text-align: center;
	margin-right: 10px;
}
.single-product .single_add_to_cart_button.button.alt.wp-element-button {
	background: #082858;
	color: #fff;
	border: none;
	padding: 10px 30px;
	cursor: pointer;
}
.single-product .price {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #082858;
	font-family: gilroybold;
}
.woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
	background: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
}
.tabs.wc-tabs {
	list-style: none;
	padding: 0;
}
.tabs.wc-tabs a {
	background: #fff;
	padding: 10px 20px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
.vignettes-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vignette-membre img {
    width: 100%;
}
.img-vignette {
    width: 50%;
}
.text-vignette {
    width: 45%;
    font-size: 20px;
    font-weight: bold;
}
span.info-vignettes {
    font-size: 14px;
    font-weight: normal;
}
.vignette-membre,.vignette-pro {
    background: #fff;
    width: 45%;
    display: flex;
	align-items: center;
    border: 1px solid #e1e1e1;
	justify-content: space-between;
    border-radius: 5px;
    cursor: pointer;
}
.woocommerce-view-order section.woocommerce-order-details {
    text-align: left;
}
.woocommerce-view-order a.button, header.woocommerce-Address-title.title a {
    background: #00aa82;
	display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
.woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
    display: block;
    padding: 0 20px 20px  20px;
}
form.woocommerce-ResetPassword.lost_reset_password,.woocommerce-ResetPassword.lost_reset_password {
    background: #fff;
    padding: 2%;
    border-radius: 5px;
    max-width: 850px;
	width:100%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}
form.woocommerce-ResetPassword.lost_reset_password label {
    display: block;
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first input, p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last input {
    height: 40px;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 100%;
} 
.woocommerce-ResetPassword button.woocommerce-Button.button.wp-element-button {
    background: #37ab37;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row-first, form.woocommerce-ResetPassword.lost_reset_password .form-row-last {
    width: 100%;
}













