@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');

.cp-slidein-body * {
    font-family: "PT Sans" !important;
}
.slideup_phone_number .cp-slidein {
	max-width: 360px !important;
}
.slideup_phone_number .cp-description{
	margin-top: -40px !important;
    text-align: right !important;
}
.cp-btn-flat.cp-slide-edit-btn{ 
min-width: 60px  !important;
	border-radius: 50% !important;
	
	background-size: 50px 50px !important;
    color: transparent;
}
.cp-free-widget .cp-form-container{
	margin-top: -10px !important;
}
.slideup_btncontact{
	color: #fff !important;
    background: #21889d !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    padding: 15px 20px !important;
    line-height: normal !important;
    font-family: "Open sans",sans-serif !important;
    font-weight: 700;
    font-size: 15px !important;
    display: inline-block !important;
    margin: 20px 0 8px !important;
    width: 100%;
	border-radius: 5px;
    text-align: center !important;
}
.cp-free-widget .cp-info-container {
    padding: 0 35px 0 !important;
}
.slideup-phone-number{
	font-size: 24px !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    margin-left: 10px;
    line-height: 33px !important;
}
.cp_appelezLe{
	font-size: 17px !important;
    margin-left: 10px;
    font-weight: 100;
}
.appelezContenaire{
	
}
.cp-slidein .cp-form-container {display: block !important;}
/* .cp-btn-flat {
background-image: url("./images/phone-white.png") no-repeat center center !important;	
	margin-bottom:10px !important;
} */
.txtEtRappeller{
font-family: open sans;
    width: fit-content;
    margin-left: 28%;
    color: #000 !important;	
}
.cp-title-container{
    margin-left: -28px !important;
    margin-top: -14px !important;	
}
.iconTelephone{
	float: left;
    border-right: 1px solid #dadada;
    /* padding-right: 30px; */
    padding: 10px;
    padding-left: 5px;
}

@media (max-width: 800px){
.cp-free-widget .cp-image-container, .txtEtRappeller{
		display:none !important
	}
.cp-free-widget .cp-right-contain {
   /* float: right !important*/
	width: 100% !important;
    text-align: center !important;
    padding-left: 60px !important;
	}
	.cp-title-container .cp-title span{
		text-align:center !important;
		font-size: 24px !important;
    margin-top: 20px !important;
	}
	.cp-submit span{
		font-size: 10px !important;
		line-height: 25px !important;
	}

}
@media (max-width: 400px){
	.iconTelephone{
		display:none
	}
	.slideup_btncontact{
		font-size:12px !important
	}
	.cp-free-widget .cp-form-container {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
}



/**************************************** normal module ******************************************************/
.show_slidine1 {
    background: #f29002;
    padding: 8px 20px;
    position: fixed;
    right: -71px;
    top: 50%;
    z-index: 9999;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Poppins';
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border: 1px solid #f29002;
}
.show_slidine1:hover {
	background: #000;}
.show_slidine1 a {
    color: #fff !important;
}
/* button slide-in */
.show_slidine {
	background: #f29002;
	padding: 15px 20px;
	border-radius: 100%;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9999;
	color: #fff;
	-ms-transform: rotate(-90deg);
	font-family: 'Poppins';
	font-size: 15px;
	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;
	border:1px solid #f29002;
}
.show_slidine i{font-size:30px;}
.show_slidine:hover {
    background: #000;
	border:1px solid #f29002;
}
.show_slidine.hidebtn{
    opacity:0;
    -webkit-transform:translateX(100%) rotate(-90deg);
        -ms-transform:translateX(100%) rotate(-90deg);
            transform:translateX(100%) rotate(-90deg);
}

/* 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;
}

.slide_in{
	position: fixed;
	background: #f29002;
	width: 400px;
	bottom: 0;
	left: 0px;
	padding: 30px;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 15px #0000005c;
	box-shadow: 0px 0px 15px #0000005c;
	border-radius: 0px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	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.showme{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity:1;
}

.titleslide {
    font-family:var(--awb-typography2-font-family);
    font-size:28px;
    color: #fff;
	font-weight: 500;
}
.icon-info {
   
}
hr.sep_slide {
    width:25%;
    height: 2px;
    background-color:var(--awb-color2);
    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;
    margin-bottom: 15px;
}
.icon-info {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/* margin-right: 10px; */
	color: #f29002;
	height: 30px;
	width: 30px;
	font-size: 17px;
	border-radius: 10px;
	padding: 5px 0px;
	margin-right: 15px;
	background: #fff;
}
/* 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: #f29002;
    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;
}

.mobilebut{display:none}

@media screen and (max-width:1500px){
	.show_slidine {
		padding: 16px 25px;
	}
}
@media screen and (max-width:800px){
	.show_slidine {
		background: #f29002;
		padding: 10px 25px;
	}
}
@media screen and (max-width:600px){
	.mobilebut {
		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;
	}
	.desktopbut{display:none}
	.slide_in{
		width:calc(98% - 70px);
		top:unset;
		bottom:0px;
		right:unset;
		left:0px;
		padding:15px;
		border-radius:10px 10px 0px 0px;
		-webkit-transform:translateY(100%);
		    -ms-transform:translateY(100%);
		        transform:translateY(100%);
	}
	.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;
	}
}
@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;
	}
}

@media screen and (max-width:1500px){
	.show_slidine {
		    padding: 15px 20px !important;
	}
}