body.jsActionOpen {
    overflow-y: hidden;
}

.action {
     z-index: 155;
     position: fixed;
}

.jsActionOpen .action {
    width: 100%;
    height: 100%;
}

.secondary_action .adresse_header {
    display: none;
}

.secondary_action .nav-left a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.main_action {
    position: initial;
    transform: translateY(0)!important;
    background: transparent;
    border-radius: 0;
    animation: none;
    width: 50px;
    height: 46px;
    margin: 0;
    transition: .5s;
} 

.main_action svg {
    padding: 10px;
}

.secondary_action {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #EEEEEE;
    transform: translateY(100%);
    width: 100%!important;
    height: 100%!important;
    border-radius: 0px;
    z-index: 10;
    overflow-y: auto;
    padding-top: 15px;
    transition: .5s;
}

.jsActionOpen .secondary_action {
    transform: translateY(0);
    opacity: 1;
}

.titre_secondary_action {
    color: #2D2D2D;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0 0;
}

.secondary_action .infos_header{
    display: block!important;
}

.secondary_action li {
    width: 95%!important;
    background: #fff;
    color: #2D2D2D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    padding: 10px 0;
    position: initial!important;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    transform: translateY(0)!important;
    border-radius: 6px;
}

.secondary_action li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 5px 4px 5px 15%;
}

.secondary_action li a i {
    color: #2D2D2D;
}

.secondary_action li a:after, .secondary_action li a p{
    margin-left: 20px;
    font-weight: bold;
    text-align: left;
}

.secondary_action li a p span {
    font-weight: 100;
    color: #6b6b6b;
    display: block;
    text-align: left;
}

.secondary_action li.facebook a:after {
    content: 'Facebook';
}

.secondary_action li.instagram a:after {
    content: 'Instagram';
}

.secondary_action li a svg {
    width: 25px;
}

/* .tel-fixed {
    width: 100%;
    z-index: 153;
    text-align: center;
    font-weight: bold;
}

.tel-fixed .tel-mobile {
    font-size: 2em;
    display: block;
    color: #e94e1b;
    padding: 10px 0;
}

.tel-fixed .bouton {
    display: block;
}

.tel-fixed .bouton a {
    margin: 0 auto!important;
} */

#back {
    color: #909090;
    position: relative; 
    text-align: right;
    padding-right: 15px;
    width: 100%;
}

#back .item_action {
    padding: 10px 15px;
    background: #2d2d2d;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    position: absolute;
    border-radius: 6px;
    font-weight: bold;
}

.secondary_action .social-media {
    display: none;
}

@media screen and (min-width: 600px) {
    .action {
        display: block!important;
    }

    .secondary_action .infos_header {
        position: relative;
        right: auto;
        top: auto;
        margin-right: 0;
    }
}

@media screen and (min-width: 810px) {
    .action, .tel-fixed {
        display: none!important;
    }
}