* {
font-family: Poppins;
}
.my_account {
margin-bottom: 100px;
}
.container.my_account {
margin-bottom: 0 !important;
}
.my_account .titre_block {
margin: 0 0 80px;
text-align: center;
color: #1a5a5e;
}
.my_account .titre_block h1 {
color: #1a5a5e;
position: relative;
display: inline-block;
font-size: 65px !important;
font-weight: 400 !important;
font-family: "industrial", sans-serif;
}
.my_account .titre_block h1::after {
content: "";
width: 20px;
background-color: #1a5a5e;
height: 2px;
position: absolute;
top: 50%;
right: -45px;
}
.my_account .titre_block h1::before {
content: "";
width: 20px;
background-color: #1a5a5e;
height: 2px;
position: absolute;
top: 50%;
left: -45px;
}
.my_account .titre_block span {
font-size: 22px;
}
.my_account .menu {
float: left;
width: 33%;
border-right: 1px solid #638e91;
padding-top: 20px;
}
.my_account .menu a {
color: #1a5a5e;
font-size: 22px;
font-weight: 600;
line-height: 37px;
}
.my_account .menu a:hover {
color: #c7d57c;
}
.my_account .menu ul li {
padding: 5px 0;
}
.my_account .active {
color: #c7d57c !important;
text-decoration: underline !important;
}
.my_account .affichege_account {
float: left;
width: 67%;
padding: 20px 0 0 50px;
text-align: center;
}
.my_account .msg-error {
font-style: italic;
color: #1a5a5e;
line-height: 27px;
font-size: 18px;
font-weight: 300;
}
button#send_ticket {
font-size: 14px;
padding: 10px;
}
.msg_commande,
.forget_pwd {
text-align: center;
margin-top: 60px;
margin-bottom: 24px;
}
.page-template-customer_order .error_msg {
color: #a56790 !important;
}
.page-template-customer_order .success_msg {
color: #c7d57c !important;
}
@media (max-width: 700px) {
.my_account .menu {
width: 100%;
border-right: none;
border-bottom: 1px solid #638e91;
text-align: center;
padding-bottom: 20px;
margin-bottom: 50px;
}
.my_account .affichege_account {
width: 100%;
float: none;
text-align: center;
overflow: auto;
}
}