
/* Custom CSS */
/*  

////code couleur//// 
bleu crf : #0970e6 
rouge crf : #e83224 
bleu hover : #0058bc 
bleu 50% : #84b7f2 
bleu 10% : #e6fafc 
gris text : #333 
gris 20% : #6d6d6d 
gris ligne : #e6e6e6 
gris header : #f8f8f8 
--- 
success : #31c095 
alert : #df0009  
*/ 


/*******************
  icon profile color
********************/
.page-my-account #content .links a i{
	color: #0970e6;
}

.page-my-account #content .links a i:hover{
	color: #0970e6 !important;
}

.page-my-account #content .link-item:hover, .page-my-account #content .link-item:hover > i  {
	color: #0970e6 !important;
}

.page-my-account #content .links a span.link-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/********************************
    radio button checked color
*********************************/
.custom-radio input[type=radio]:checked+span {
	background-color: #0970e6;
}

.page-my-account #content .links a i {
	padding-bottom: 0.625rem;
}

/********************************
    adresses
*********************************/
.page-addresses .address .address-footer {
	display: flex;
    justify-content: space-between;
}
.page-addresses .address .address-footer a:hover {
	color: #0970e6;
}
.page-addresses .address, .page-my-account #content .links a {
	border: 2px solid #e6e6e6;
    border-radius: 8px;
	/* transform: scale(1.03); */
}
.page-addresses .address:hover, .page-my-account #content .links a:hover {
	border: 2px solid #0970e6 !important;
}
@media (max-width: 576px) {
	.page-addresses .address, .page-my-account #content .links {
		padding: 0 15px;
	}
}
@media (min-width: 576px) {
	.page-addresses .address .address-body address {
		min-height: 13rem;
	}
}

/* update adress form */
#address .form-control-comment, #identity .form-control-comment {
	display: none;
}
#address .form-control-static-comment, #identity .form-control-static-comment {
	margin: 10px 5px;
}

/********************************
	page my-account
*********************************/
.page-my-account #content .links {
	-webkit-justify-content: center !important;
    justify-content: center !important;
}

#my-account .page-header h1 {
    margin-top: 0px;
}

@media screen and (max-width: 991px) {
	.page-my-account #content .links {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (min-width: 600px) {
	#my-account #content img.img-fluid {
		margin-left: 75px;
	}
}
@media screen and (min-width: 992px) {
	.page-my-account #content .links a {
		margin: 10px;
	}
}

.page-my-account #content .links a i {
	padding-bottom: 0;
}

/********************************
	page history
*********************************/
#history #content table.table .thead-default {
	text-transform: lowercase;
}


#history #content table.table .thead-default th::first-letter {
	text-transform: uppercase !important;
}
#history #content .custom-order-details-mobile-links {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 100px;
}
.table-bordered thead td, .table-bordered thead th {
	color: #333 !important;
}
/* .table thead th {
    border-bottom: 1px solid #84b7f2;
} */
.thead-default th {
    background-color: rgb(250, 252, 254) !important;
}
/********************************
	page order-detail
*********************************/
.order-message-form.box .form-group.row .col-md-5 {
	width: 75% !important;
}
.page-order-detail {
	color: #333;
	font-size: 1rem;
}
.page-order-detail #order-products .text-xs-right.line-shipping {
	display: none;
}

@media screen and (max-width: 767px) {
	.order-message-form.box .form-group.row .col-md-5 {
		width: 100% !important;
	}
}



/********************************
	page authentification
*********************************/

#authentication #customer-form .form-group.row:nth-of-type(4) label.col-md-3.form-control-label, #registration #customer-form .form-group.row:nth-of-type(4) label.col-md-3.form-control-label {
	padding-top: 20px !important;
	align-self: self-start;
}

/* correction required */
#checkout #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required::after, #identity #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required::after, #authentication #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required::after, #registration #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required::after {
	content: '' !important;
}
#checkout #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required + .col-md-6 .custom-checkbox .custom-checkbox-label::after, #identity #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required + .col-md-6 .custom-checkbox .custom-checkbox-label::after, #authentication #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required + .col-md-6 .custom-checkbox .custom-checkbox-label::after, #registration #customer-form .form-group:nth-last-child(-n + 2) .form-control-label.required + .col-md-6 .custom-checkbox .custom-checkbox-label::after {
	content: "*" !important;
    color: #0970e6;
    display: inline;
}

#authentication h1, #registration h1 {
	margin: 20px 0 0 !important;
}

#discount h1 {
	text-align: center !important;
}

.customerform-wrapper .radio-inline .custom-radio, #identity .radio-inline .custom-radio, #identity .custom-checkbox input[type=checkbox], #identity .custom-checkbox input[type=checkbox]+span, .customerform-wrapper .custom-checkbox input[type=checkbox], .customerform-wrapper .custom-checkbox input[type=checkbox]+span, body#checkout .custom-checkbox span {
	border: 2px solid #333 !important;
}

#authentication.page-authentication #content, #registration.page-registration #content {
	max-width: none !important;
}


#guest-tracking .order-message-form.box, #guest-tracking #order-infos a {
	display: none !important;
}