/* Offre Choc */

	.offre_migration {
		box-shadow: .2em .2em 0.9em 0em;
		background-position: 1em;
		padding: 1em;
		border-radius: 10px;
		font-weight: 600 !important;
		background-image: url(/fileadmin/Images/typo3_background.jpg);
		width: 80%;
		margin: 3em auto;
	}

	.offre_migration:hover {
		box-shadow: 0.1em 0.1em	0.4em 0em;
	}

	.offre_migration:hover span.bouton {
		box-shadow: 2px 2px 1px 1px #EB9;
	}

	.offre_migration .bouton {
		padding: 0.5em;
		color: #ed690f;
		background: #fff;
		margin: 2em auto;
		border-radius: 5px;
		text-transform: uppercase;
	}
	.offre_migration span.text {
		line-height: 2.3em;
		flex: 1;
	}
	.offre_migration .medium {
		font-size: 1.5em;
	}
	.offre_migration .grand {
		font-size: 2em;
	}
	.offre_migration span {
		display: block;
		text-align: center;
	}
	.offre_migration a:hover {
		text-decoration: none;
		color: #fff !important;
	}
	.offre_migration a {
		border: none;
		display: flex;
		justify-content: space-between;
		color: #fff;
		text-decoration: none !important;
	}

	@media screen and (max-width: 736px) {
		.offre_migration {
			background-position: -14em;
		}
		.offre_migration a{
			display: block;
		}
		.offre_migration .bouton {
			margin: 1em auto;
		}

		.offre_migration .text{
			font-size: 0.9em;
		}

	}

    @media screen and (max-width: 480px) {
		.offre_migration .text{
			font-size: 0.8em;
		}
	}