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: 40px;
    height: 35px;
    margin: 0;
    transition: .5s;
} 

.main_action svg {
    padding: 4px;
}

.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 10px;
    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;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

.secondary_action li a {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
max-width: 200px;
height: auto;
padding: 5px 4px;
}
.secondary_action li.facebook a {
justify-content: center;
}

.secondary_action li a i {
    color: #DF928E;
}

.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: 500;
    color: #6b6b6b;
    display: block;
    text-align: left;
    font-size: 18px;
}

.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 {
	letter-spacing: 0;
	color: #EC3C3A;
	margin:20px auto;
    font-size: 25px;
	font-weight:500;
	line-height:24px;
    display: block;   
}

.tel-fixed .bouton {
    display: block;
	margin:5px 0;
}

.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;
	color:#fff
}

.secondary_action .social-media {
    margin: 0;
}

@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;
    }
}