
@media screen and (max-width: 1100px) {
	button[type="submit"] {
		width:95%;
	}
}


@media screen and (max-width: 992px) {
	#bloc-visuel {
	    background-position: 47% top;
	}

	#bloc-form header h2 span.l1 {
		font-size:20px!important;
	}

	#bloc-form header h2 span.l2 {
		font-size: 36px!important;
		line-height: 38px!important;
	}

	.content-form {
	    padding: 0 15px 0!important;
	}

	#selectionbijoux .d-flex {
		flex: 0!important;
	 	display: block!important;
	}

	#selectionbijoux .text {
	    font-family: 'Nunito', sans-serif;
	    font-size: 26px;
	    font-weight: 400;
	    padding: 30px 10px 0px!important;
	    text-align: center;
	    width: 100%!important;
	}

	#selectionbijoux .bloc-carousel {
	    width: 100%!important;
	}
}


@media screen and (max-width: 792px) {
	.none792 {
		display: none!important;
	}

	#bloc-visuel {
		border-right:0!important;
		background-position: 0 53%!important;
		min-height: 260px!important;
	}

	#bloc-form {
		border-left:0!important;
	}

	.input-form label {
		padding-left: 0!important;
		padding-right: 0!important;
	}


	#bloc-visuel img {
		right: auto!important;
		left:0!important;
	}

	.accrocheform {
		width:100%;
		padding:15px;
		text-align: center;
		background-color: #eb4c37;
		color:#ffffff;
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size:23px;
	}

	.cleardelete {
		right:22px;
	}

}

@media screen and (max-width: 575px) {

	#bloc-visuel {
		border-right:0!important;
		background-position: 0 78%!important;
		min-height: 230px!important;
	}

	button[type="submit"] {
		font-size :23px!important;
	}

	footer .content-footer .d-flex {
		flex: 0!important;
	 	display: block!important;
	}

	footer .content-footer .d-flex img {
		display: block!important;
		margin:auto;
	}

	footer .content-footer .ml {
		width: 100%!important;
	}

	#bloc-visuel img {
		width: 150px;

	}

	#bandeau {
		padding-top:10px;
	}

	#bandeau .img-close {
	    margin-top:15px!important;
	    margin-bottom:15px;
	    width: 130px;
	}

}

@media screen and (max-width:460px) {


	.accrocheform {
		width:100%;
		padding:15px;
		text-align: center;
		background-color: #eb4c37;
		color:#ffffff;
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size:18px;
	}

	button[type="submit"] {
		font-size :20px!important;
	}

	
}