#AB_Sidebar {
	height:100%;
	color: #272B43;
	width:0;
	position:fixed;
	z-index:30000;
	top:0;
	right:0;
	overflow-x:hidden;
	transition:0.5s;
	padding-top:30px;
	box-shadow:rgb(17 34 51 / 16%) 0px 3px 14px;
	background: #B3D7F8;
} 
#AB_Sidebar a:hover {
	color:#f1f1f1;
}
#AB_Sidebar .btn-intro {
	display:none;
}
#AB_Sidebar #wrapper_moteur_kdo .styled-select-button {
	overflow:hidden;
	margin:0 0 20px 0;
	background:white;
	width:100%;
	border-radius:30px;
	filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.1));
}
#AB_Sidebar #wrapper_moteur_kdo .styled-select-button .select-btn {
	background:#fff url("../common/moteur_cadeau/fleche.svg") no-repeat scroll right center;
	cursor:pointer;
	height:44px;
	line-height:44px;
	overflow:hidden;
	border-radius:30px;
	width:97%;
	background-size:20px;
}
#AB_Sidebar #wrapper_moteur_kdo .styled-select-button .select-btn select {
	-khtml-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	background-color:transparent;
	background-image:none;
	border:medium none;
	box-shadow:none;
	cursor:pointer;
	font-size:15px;
	padding-left:5%;
	width:100%;
	color: #272B43;
}
#AB_Sidebar select:focus-visible {
    outline: none!important;
}
#AB_Sidebar #wrapper_moteur_kdo .Big_img_hp {
	display:none;
}
#AB_Sidebar #wrapper_moteur_kdo .findGift {
	background: #fff;
    color: #272B43;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 40px;
    justify-content: center;
}
#AB_Sidebar #wrapper_moteur_kdo .link {
	margin-top:35px;
	display: block!important;
}
#AB_Sidebar #wrapper_moteur_kdo .findGift::after {
    background: url("//media.idkids.fr/media/oxybul/common/moteur_cadeau/loupe-noel.svg") no-repeat scroll center;
    content: '';
    height: 44px;
    width: 23px;
    display: block;
    background-size: 20px;
    margin-left: 6px;
}

#AB_Sidebar #wrapper_moteur_kdo .loader {
	position:absolute;
	bottom:6%;
	right:63%;
	display:none;
	animation:spin 2s linear infinite!important;
}
@keyframes spin {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
#AB_Sidebar #wrapper_moteur_kdo .msg_erreur {
	color:#E63737;
	line-height:1.4;
	font-size:0.9em;
	margin-top:0.4em;
	display:none;
}
#AB_Sidebar .closebtn {
	position:absolute;
	top:0;
	right:25px;
	font-size:36px;
	margin-left:50px;
}
.open-moteur .openbtn {
	height: 212px;
    flex-direction: column;
    width: 50px;
    font-size: 18px;
    cursor: pointer;
    padding: 15px;
    position: fixed;
    z-index: 101;
    top: 43%;
    line-height: 25px;
    bottom: 50%;
    right: 0px;
    color: #272B43;
    font-weight: 600;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    box-shadow: rgb(17 34 51 / 16%) 0px 3px 14px;
    background: #B3D7F8;
}
.open-moteur  .openbtn .icon {
	display:block;
	width:30px;
}
.open-moteur  .openbtn .wording {
	writing-mode:vertical-lr;
	text-transform:uppercase;
	margin-top:6px;
}
.mainContent {
	transition:margin-left .5s;
	position:relative;
}
#AB_Sidebar .moteur_cadeau {
	padding:16px;
	margin:auto;
}
#AB_Sidebar .moteur_cadeau form {
	 margin-top: 20px;
}
#AB_Sidebar .intro {
	text-align:center;
	padding-bottom:10px;
}
#AB_Sidebar .img_hp {
	margin:auto;
	width:5rem
}
#AB_Sidebar .title {
	font-size:23px;
	line-height:22px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
#AB_Sidebar .title span {
	font-size:15px;
	text-transform:none;
	font-weight:normal;
}
#AB_Sidebar .msg_erreur,#AB_Sidebar .loader {
	display:none;
}
@media screen and (max-width:768px) {
	.open-moteur .openbtn {
		height: 172px;
		font-size: 15px;
		cursor: pointer;
		padding: 11px 8px 4px;
		top: 42%;
		width: 41px;
	}
}