#choicegiftcard{
	margin-right: 110px;
	margin-left: 110px;
	box-shadow: 0 0 10px #00000029;
	padding: 30px;
	margin-bottom: 30px;
}
#choicegiftcard .bold{
	font-weight: bold;
	font-size: 18px;
}
.lien-cgv{
	color: #183157;
	text-decoration: underline;
	font-weight: bold;
}
.rond-bleu {
	width: 60px;
	height: 60px;
	background-color: #183157; /* couleur du rond */
	color: white; /* couleur du texte */
	border-radius: 50%; /* rend le div circulaire */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
}
#choicegiftcard .custom-radio input[type="radio"]:checked + span {
	background-color: #183157!important;
}
#choicegiftcard .custom-checkbox input[type="checkbox"] + span:not(.color), .custom-radio {
	border-color: #183157!important;
}
#choicegiftcard .form-control-select, select {
	background-image: none;
}

#choicegiftcard section{
	position:relative;
}
#choicegiftcard h1 {
	color: #183157;
	text-align: center;
	margin: 30px;
}
#choicegiftcard h2 {
	margin-top: 60px;
	margin-bottom: 20px;
	color: #CC2028;
	font-size: 18px;
	text-align: center;
}
#choicegiftcard > p{
	padding: 20px;
	@media (max-width: 425px){
		padding: 0;
	}
}

.formgiftcardbackground {
	padding: 20px;
	@media (max-width: 375px){
		padding: 0;
	}
}


/*** GIFTCARD TABS ***/
#choicegiftcard .gctabs{
	margin-top:0px;
	list-style: none;		
}
#choicegiftcard .gctabs li a{
	float:left;
	background: #f5f3f1;
	padding: 10px 10px 7px 10px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
	color: grey;
	margin-right: 1px;
	text-decoration: none;
}
#choicegiftcard .gctabs {
	border-bottom: 4px solid #183157;
}
#choicegiftcard .gctabs li a.selected {
	color: white;
	background: #183157;
}
#choicegiftcard div.gctab_content{
	display:none;
}
#choicegiftcard div.gctab_content.selected{
	display:block;
}
/*** END TABS ***/

#choicegiftcard p.error {
	background-color : #fdf7f7;
	border: 1px solid #d9534f;
	color : #d9534f;
	padding : 5px;
}
#choicegiftcard p.success {
color: #3c763d;
background-color: #dff0d8;
border: 1px solid #3c763d;
padding : 5px;
}
/***  JCAROUSEL  ***/
#choicegiftcard .jcarousel-wrapper {
    margin: 0px auto 25px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

#choicegiftcard .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#choicegiftcard .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#choicegiftcard .jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 25px 5px;
    position:relative;
}
#choicegiftcard .jcarousel li:hover {
    
    border: 1px solid #cecece;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#choicegiftcard .jcarousel li.selected {
    
   border: 2px solid #66A523;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
#choicegiftcard .jcarousel li span.zoom_link{
	background:url(../../../img/icon/zoom.png) no-repeat;
	padding-left: 20px !important;
	position:absolute;
	bottom:5px;
	left:5px;
	height: 16px;
    color: #414141;
}
#choicegiftcard .jcarousel li span.check{
	visibility:hidden;
	opacity:0;
  	transition:opacity 0.5s linear;
 	background:url(../../../img/icon/check_wg.png) no-repeat;
 	height:24px;
 	width:24px;
	position:absolute;
	top:3px;
	right:5px;
}
#choicegiftcard .jcarousel li.selected span.check{
	 visibility:visible;
  	 opacity:1;
}

#choicegiftcard .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
#choicegiftcard .jcarousel-control-prev,
#choicegiftcard .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    border-color: #000;
}

#choicegiftcard .jcarousel-control-prev {
    left: 5px;
}

#choicegiftcard .jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

#choicegiftcard .jcarousel-pagination-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

#choicegiftcard .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

#choicegiftcard .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/***  END JCAROUSEL  ***/




/*** FORM GIFT CARD ***/
#formgiftcard p{
	padding-bottom: 5px;
}
#formgiftcard p.datesendcard{
	margin-top: 5px;
}
#formgiftcard h3.datesendcard{
	background: url("../../../img/icon/calendar_send.png") no-repeat;
	padding-left: 28px !important;
	padding-top: 5px;
}
#formgiftcard .input {
	color: #3c3c3c;
	height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	border-radius: 0;
	line-height: 16px;
	background-color: #fff;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
}

#formgiftcard .input:focus {
	border: 1px solid #000;
	color: #000;
	outline: none;
}


/* Icons */
#formgiftcard  input.input_user_to{
	background-image: url(../../../img/icon/user_to.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	@media (min-width: 1024px) {
		width: 400px;
	}
}
#formgiftcard .div-input-name{
	@media (min-width: 1152px) {
		display: flex;
		justify-content: space-between;
	}
}
#formgiftcard input.input_user_to:focus{
	background-image: url(../../../img/icon/user_to_active.png);
}
#formgiftcard input.input_user_from{
	background-image: url(../../../img/icon/user_from.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	@media (min-width: 1024px) {
		width: 400px;
	}
}
#formgiftcard input.input_user_from:focus{
	background-image: url(../../../img/icon/user_from_active.png);
}
#formgiftcard .textarea_comment{
	background-image: url(../../../img/icon/pen.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard .textarea_comment:focus{
	background-image: url(../../../img/icon/pen_active.png);
}


#formgiftcard input.email {
	background-image: url(../../../img/icon/mail.png);
	background-size: 29px 19px;
	background-position: 11px 12px;
	background-repeat: no-repeat;
}

#formgiftcard p.email{
	margin-bottom: 0!important;
}

#formgiftcard input.email:focus {
	background-image: url(../../../img/icon/mail_active.png);
}

#formgiftcard textarea.textarea_comment {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize: vertical;
}

#formgiftcard  button.submit_form {
	float: left;
	width: 45%;
	cursor: pointer;
	background-color: #FED417;
	color: #212529;
	border: none;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	height: 48px;
	/*@media (min-width: 768px) {*/
	/*	margin-bottom: 10px;*/
	/*}*/
}


#formgiftcard  button.submit_form:hover,
#formgiftcard  button.submit_form:focus{
	background-color: #CC2028;
	color: #FFFFFF;
}
#formgiftcard  button.submit_form:disabled {
    background-color: #E6E6E6;
    color: #CECECE;
    cursor: not-allowed;
}

#formgiftcard  button.preview_form {
	float: left;
	width: 45%;
	border: none;
	cursor: pointer;
	background-color: #183157;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	margin: 0 15px 0 0;
}


#formgiftcard  button.preview_form:hover,
#formgiftcard  button.preview_form:focus{
	background-color: #CC2028;
	color: #FFFFFF;
}
#formgiftcard  button.preview_form:disabled {
	background-color: #E6E6E6;
	color: #CECECE;
	cursor: not-allowed;
}

/**** CUSTOM STEP *****/
@media (min-width: 768px) {
	.gifcard-step-number {
		display: flex;
		flex-direction: row;
		font-size: 18px;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
	}
}
.gifcard-step-by-number{
	flex: 1 1 300px;
	max-width: 350px;
	@media (min-width: 425px) {
		display: flex;
		align-items: stretch;
	}
}
.gifcard-step-paragraphe{
	border-radius: 15px;
	padding: 25px;
	font-size: 16px;
	background-color: #DDDFE7;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;

	@media (max-width: 768px){
		justify-self: center;
		margin-bottom: 20px;
		min-height: 280px;
		min-width: 336px;
		max-width: 333px;
	}
	@media (max-width: 425px){
		min-height: 333px;
		min-width: 268px;
		max-width: 200px;
	}
}
.giftcard-step-picto {
	text-align: center;
}
.giftcard-step-title{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 10px;
	color: #183157;
}
.step-paragraphe{
	text-align: center;
}
.giftcard-step-img{
	position: absolute;
	bottom: 10px;
	right: 9px;
	z-index: 2;
	@media (max-width: 425px){
		width: 229px;
		height: 210px;
		bottom: 6px;
		right: 6px;
	}

}

.name, .from{
	@media (max-width: 425px) {
		padding: 0;
	}
}

#gc-step-information{
	@media (max-width: 425px) {
		padding: 0 15px;
	}
}

/*** END FORM GIFT CARD ***/

/*AJAX OVERLAY*/
#choicegiftcard div.ui-loader-background {
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	margin: 0;
	background-image: url('../../../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: absolute;
	z-index: 1000;
	display: none;
}

#choicegiftcard .ui-loading .ui-loader-background {
	display: block;
}
/*END AJAX OVERLAY*/


#choicegiftcard .ta-gc-submit button {
	border-radius: 5px;
}
/* Mobile */

@media screen and (max-width: 768px) {
	.ta-gc-submit {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#choicegiftcard .ta-gc-submit button {
		width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 1024px) {
	#choicegiftcard{
		margin-right: 0;
		margin-left: 0;
		padding: 10px;
	}
	#choicegiftcard h1 {
		margin: 10px;
	}
	#choicegiftcard h2 {
		margin-top: 45px;
		margin-bottom: 20px;
		color: #CC2028;
		font-size: 18px;
		text-align: center;
	}
	.ta-gc-submit{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#choicegiftcard .ta-gc-submit button {
		font-size: 14px;
	}
	#choicegiftcard .ta-gc-submit .col-sm-6 {
		padding: 0;
	}
	#gc-step-template{
		min-height: 60px;
	}
	#formgiftcard  button.submit_form {
		height: 45px;
	}
	#formgiftcard  button.preview_form {
		height: 45px;
	}
}

.autoplay .slick-slide div{
	text-align: center;
}
