.woocommerce-MyAccount-navigation{
    background: white;
    border: 1px solid #d3d2d2;
    padding: 8px;
    box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul li{
    list-style: none;
    width: 100%;
    float: left;
}

.woocommerce-MyAccount-navigation ul li:hover{
    background-image: linear-gradient(to bottom,#413559 0%,#19034c 100%) !important;
    background: linear-gradient(to right, #000000 , #735fa6) !important;
    color: white;
}

.woocommerce-MyAccount-navigation ul li:hover a{
    color: white;
}

.woocommerce-MyAccount-navigation ul li:hover a:before{
    color: white;
}

.woocommerce-MyAccount-navigation ul li a{
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 18px 8px 26px;
    color: #23252e;
    transition: all 0.2s ease;
    border-bottom: 1px solid #d6d5d5;
    width: 100%;
    float: left;
}
.woocommerce-MyAccount-content {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.35rem;
    padding: 20px;
}

.woocommerce-MyAccount-content .button{
    border-color: #535BE2 !important;
    background-color: #666EE8 !important;
    color: #FFFFFF !important;
    background-image: linear-gradient(to bottom,#413559 0%,#19034c 100%) !important;;
    background: linear-gradient(to right, #000000 , #735fa6) !important;
    max-width: 320px;
    margin: auto;
    font-size: 16px !important;
}

.entry-title.main_title{
    color: #ffffff;
    padding: 13px;
    border-bottom: 2px #473a68;
    background-image: linear-gradient(to bottom,#413559 0%,#19034c 100%);
    background: linear-gradient(to right, #000000 , #735fa6);
    border-left: 6px solid #705ba4
}


.ing_seo {
    width: 100%;
    height: 100%;
    min-height: 800px;
}


.woocommerce-MyAccount-navigation ul li.active{
    background-image: linear-gradient(to bottom,#413559 0%,#19034c 100%) !important;
    background: linear-gradient(to right, #000000 , #735fa6) !important;
    color: white;
}

.woocommerce-MyAccount-navigation ul li.active a{
    color: white;
}
.woocommerce-MyAccount-navigation ul li.active a:before{
    color: white;
}

.woocommerce-MyAccount-navigation ul li a:before{
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 18px;
    color: #0d0b13;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.alert-info{
    border-color: #1E9FF2 !important;
    background-color: #62bcf6 !important;
    color: #053858 !important;
    padding: 14px;
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{
    content: "\f0e4";
}


body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--mes-commandes a:before{
    content: "\f03a";
}



body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
    content: "\f019";
}


body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
    content:"\f044";
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{
    content:"\f09d";
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
    content:"\f007";
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content:"\f08b";
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before{
    content:"\f02e";
}


body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--suivieSeo a:before{
    content:"\f002";
}

.spinner {
    display: inline-block;
    animation: spin 1s linear infinite; }

@keyframes spin {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); }
}

.spinner-reverse {
    display: inline-block;
    animation: spin-reverse 1s linear infinite;
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(-360deg); }
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 23% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 77% !important;
}

