/**************************************** normal module ******************************************************/
.mobilebut {
	background: var(--awb-color5);
		display: block;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		font-size: 20px;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		border-radius: 50%;
		padding: 5px;
		right: 0;
		left: 15px;
		bottom: 20px;
		top: unset;
		height: 50px;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.show_slidine {
	position: fixed;
	z-index: 9999;
	color: #fff;
	font-family: 'Monomaniac One', sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px #fff;
}
.desktopbut{display:none}
.slide_in{
	position: fixed;
	background: var(--awb-color1);
	width:350px;
	top:unset;
	bottom:0px;
	right:unset;
	left:0px;
	padding: 20px;
	border-radius:10px 10px 0px 0px;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 15px #0000005c;
	box-shadow: 0px 0px 15px #0000005c;
	opacity: 0;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	border: 8px solid #fff;
}
.slide_in .icon-info:before {color: var(--awb-color2) !important;}
.show_slidine.hidebtn{
		opacity:0;
		-webkit-transform:translateX(-100%);
		    -ms-transform:translateX(-100%);
		        transform:translateX(-100%);
}
	.slide_in.showme{
		-webkit-transform:translateY(0%);
		    -ms-transform:translateY(0%);
		        transform:translateY(0%);
		opacity:1;
	}

/* button slide-in */


.show_slidine:hover {
    background: #000;
}

/* slide-in */
.infos_site {
    margin-top: 25px;
}
span.content-info, span.content-info a,p.p_slidein {
    color: #fff;
}
/* span.content-info a:hover{
	color: var(--awb-color2);
} */
p.p_slidein {
    margin-top: 7px;
}
span.content-info a:hover {
    text-decoration:underline;
}
.infosclient {
    display: none;
}
.titleslide {
    font-family:var(--awb-typography2-font-family);
    font-size:28px;
    color: #fff;
	font-weight: 500;
}
hr.sep_slide {
    width:25%;
    height: 2px;
    background-color:var(--awb-color7);
    border: none;
	margin-left:0px
}
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	gap:20px;
    margin-bottom: 15px;
}
/* close slide */
.head_slidine {
   position: absolute;
    top: 12px;
    right: 15px;
    color: #fff;
    border: 2px solid;
    padding: 3px 9px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.head_slidine:hover {
    color: var(--awb-color2);
}
/* button contact*/
a.butcontact_slide {
    padding: 12px 10px 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    color: var(--awb-color1);
    border-radius: 6px;
    text-align: center;
    font-family:  var(--body_typography-font-family);
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #fff;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    cursor:pointer;
    text-transform: uppercase;
	margin-top: 30px
}
a.butcontact_slide:hover {
    background: transparent;
    color: #fff;
}

@media screen and (max-width:400px){
	.head_slidine {
    	position: absolute;
    	top: 5px;
		right: 5px;
	}
}

@media screen and (max-width:330px){
	.slide_in{
		width:98% ;
		margin-inline:auto;
		right:0px;
	}
}