/* PLUGIN PLUGIN PLUGIN */

.custom_buttons .icon_widget:nth-child(1) {
	top: 25vh;
	padding-left: 30px;
}

.custom_buttons .icon_widget:nth-child(3)  {
	top: calc(60px + 26vh);
}

.custom_buttons .icon_widget:nth-child(5)  {
	top: calc(120px + 27vh);
}


.icon_widget {
	background-color: #e4032e;
	padding: .8em;
	border-radius: 15px;
	width: 15em;
	cursor: pointer;
	text-align: center;
	position: fixed;
	padding-left: 30px;
	height: 47px!important;
}

.icon_widget>span {
	margin: 0!important;
	color: white!important;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.custom_buttons {
	z-index: 999999999!important;
	position: absolute;
}

.custom_buttons label {
	font-size: 1em!important;
}


/*POPUP*/


/*---------------- pop ups -------------------*/


/*widget appeler*/

#popup_1,
#popup_2 {
	position: fixed!important;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	overflow: scroll!important;
}

.popup_column2 h3 {
	color: black;
	text-align: center;
	margin-bottom: 1em;
}

.close {
	cursor: pointer;
	z-index: 90000;
	width: 27px;
	height: 27px;
	opacity: 0.8;
	background-position: top;
	position: absolute;
	background-size: contain;
	background-position: center;
	right: 30px;
	top: 30px;
}

	.custom_widget_bouton {
		width: 47px;
	}
	
@media only screen and (max-width: 769px) {
	.header_bottom_right_widget_holder {
		display: block!important;
	}
	.icon_widget {
		width: 15em;
		height: 35px;
		right: -12em;
		transition: .5s;
	}
	.icon_widget:hover {
		right: -2em;
		transition: .5s;
	}

	.popup_column2 {
		padding: 3em;
		background-color: white;
		vertical-align: middle;
		position: relative;
		border-radius: 0!important;
	}
	#popup_1>div,
	#popup_2>div {
		width: 100vw;
		margin: auto;
		background-color: #f9f9f9;
		position: relative;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
		z-index: 99;
		overflow: hidden!important;
	}
}

@media only screen and (min-width: 770px) {
	#popup_1>div,
	#popup_2>div {
		border-radius: 30px;
	}

	.icon_widget {
		right: -180px;
		transition: .5s;
	}
	.icon_widget:hover {
		right: -15px;
		transition: .5s;
	}
	.popup_column2 {
		padding: 3em;
		background-color: white;
		vertical-align: middle;
		border-radius: 15px;
	}
	#popup_1>div,
	#popup_2>div {
		max-width: 800px;
		min-width: 500px;
		width: 50vw;
		height: auto;
		margin: auto;
		position: relative;
		/*transform: translateY(-50%);*/
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
		z-index: 99;
		padding: 0;
		/*overflow:hidden!important;*/
	}
}

.custom_widget_bouton {
	position: absolute;
	left: -10px;
	top: 0;
}


/* PLUGIN PLUGIN PLUGIN */

.flexbox {
	display: flex!important;
}

#popup_1,
#popup_2 {
	z-index: 999999!important;
}

#devisbtn {
	cursor: pointer;
}