/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.contact_prod{
	text-align: center;
	position:relative;
	align-self:flex-end;
}
.contact_prod button{z-index: 60;}
.contact_prod button.btn-success{
	background-color: #E86846;
	border-color: #E86846;
}
.contact_prod button.btn-success:active:focus,
.contact_prod button.btn-success:focus,
.contact_prod button.btn-success:hover{
	background-color: #FF8C6E;
	border-color: #FF8C6E;
}
.contact_prod button img{background: none;}
.bandeau_prod_prom{
	font-weight: 600;
	text-transform: uppercase;
	background-color: #E86846;
	color: #fff;
	padding: 0.5rem;
	margin: 0;
	margin-top: 10px;
}
#products .thumbnail-container .product-description,
.featured-products .products .thumbnail-container .product-description,
.product-accessories .products .thumbnail-container .product-description,
.product-miniature .products .thumbnail-container .product-description,
#manufacturer #products .thumbnail-container .product-description,
#category #products .thumbnail-container .product-description{padding-bottom: 0;}
.contact_prod_devis{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #E86846;
	color: #fff;
	text-align: center;
	z-index: 1000;
}
#module-M2Prod_form_par_produit-formdevis .contact_prod_devis{display: none;}
#module-M2Prod_form_par_produit-success #wrapper{
	background-image: url('../img/demande-devis-homme-velo.jpg');
    background-position-y: center;
    background-position-x: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 400px;
}
	#module-M2Prod_form_par_produit-success #wrapper .container #content-wrapper{
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: flex-end;	
	}
		#module-M2Prod_form_par_produit-success #wrapper .container #main{
			width: 100%;
			display: flex;
			position: relative;
			flex-direction: column;
			align-items: center;
		}
		#module-M2Prod_form_par_produit-success #wrapper .container #main .card{background: none;}
		#module-M2Prod_form_par_produit-success #wrapper .container #main h1{
			color: black;
			font-size: 1.5em;
		}
		#module-M2Prod_form_par_produit-success #wrapper .container #main .thx_msg{
			font-size: 1em;
			color: #333;
			font-weight: bold;
		}
@media screen and (min-width: 992px){
	.contact_prod_devis span{display: none;}
	.contact_prod_devis{
		border-radius: 100%;
		width: 50px;
		height: 50px;
		position: fixed;
		text-align: center;
		line-height: 50px;
		margin-bottom: 0;
		background-color: #E86846;
		color: #fff;
		bottom: 20px;
		left: 20px;

		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform ease-out 200ms;
		transition: -webkit-transform ease-out 200ms;
		transition: transform ease-out 200ms;
		transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
	}
	.contact_prod_devis:active,
	.contact_prod_devis:focus,
	.contact_prod_devis:hover{
		background-color: #fff;
		color:  #e30420;
	}
	#module-M2Prod_form_par_produit-success #wrapper {
		background-size: cover;
		min-height: 400px;
	}
	#module-M2Prod_form_par_produit-success #wrapper .container #content-wrapper{
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: flex-end;	
	}
		#module-M2Prod_form_par_produit-success #wrapper .container #main{
			width: 60%;
			display: flex;
			position: relative;
			flex-direction: column;
			align-items: flex-end;
		}
}

@media screen and (min-width: 1200px){
	#module-M2Prod_form_par_produit-success #wrapper {	min-height: 600px;}
}