/*
Theme Name: Ballons du Léman 2
Theme URI: http://underscores.me/
Author: Agence Différente
Author URI: http://www.agence-differente.fr
Description: Thème personnalisé pour Ballons du Léman
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bdl2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ballons du Léman is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */


/***** simple product ******/
div.product-type-simple form div.wcpa_form_outer{
	margin: 0;
	font-style: normal;
	color: #43484d;
}

div.product-type-simple form div.wcpa_form_outer div.wcpa_type_select label{
	font-size: 18px;
}

.wcpa_form_outer .wcpa_form_item select{
	color: #43484d;
}

div.wcpa_type_select{
	position: relative;
	display: flex;
	margin-bottom: 75px;
	padding-right: 0;
}

.wcpa_form_outer .wcpa_row{
	margin-left: 0;
	margin-right: 0;
}

div.wcpa_type_select div.select{
	width: 30%;
	max-width: 150px;
	margin-left: auto;
}

div.wcpa_type_select span.wcpa_priceouter{
	position: absolute;
	top: 100%;
	right: 0;
}

div.wcpa_form_outer div.extensions_bg_gray_parent,div.product-type-simple form div.product-addon-billet-papier{
	background: #fafafa;
	margin-bottom: 0;
	padding: 20px;
	margin-top: 0;
}

div.product-type-simple form div.product-addon-billet-papier{
	color: #43484d;
}

div.product-type-simple form div.product-addon-billet-papier h3{
	color: #86939e;
}

div.product-type-simple form div.product-addon-billet-papier div.addon-description p{
	font-style: initial;
	margin-bottom: 0;
}

div.product-type-simple form div.wcpa_price_summary{
	color: #43484d;
}

div.wcpa_form_item.radio-group-photo::before{
	content: '';
	width: 60%;
	max-width: 300px;
	height: 160px;
	margin: auto;
	display: flex;
	background-image: url(https://www.ballons-du-leman.ch/wp-content/uploads/2018/02/qui-sommes-nous-1-1.jpg);
	background-size: cover;
	margin-bottom: 10px;
}

div.wcpa_type_select{
	margin-bottom: 55px;
}

div.home-intro-covid{
	border-style: none;
	border-color: #e40071;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
}

@media(max-width: 800px){
	div.wcpa_form_item.radio-group-photo::before{
		width: 80%;
	}

	div.wcpa_type_select div.select{
		width: 40%;
	}
}


#footer li.icon{
	/*background-image: url(/wp-content/themes/bdl2/img/assets-bdl.svg);*/
	background-repeat: no-repeat;
	background-size: 77px 512px;
	width: 77px;
	height: 32px;
	display: inline-block;
}

#footer .icon-visa {
	background-position: 0 -0px;
}
#footer .icon-mastercard {
	background-position: 0 -32px;
}
#footer .icon-paypal {
	background-position: 0 -64px;
}
#footer .icon-postfinance {
	background-position: 0 -96px;
}
#footer .icon-twint {
	background-position: 0 -128px;
}