.page-header {
	display: none;
}

.alert {
	margin-bottom: 0;
}

.form_container {
	top: 0;
	width: 100%;
	float: left;
}

.tarif_form {
	background-image:
		url("/sites/all/modules/custom/smirt_form/img/background-formulaire.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1.5rem 0 3rem 0;
	position: relative;
}

.tarif_form:after {
	content: '';
	display: block;
	background: rgba(45, 53, 65, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.form-tarif-holder {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 530px;
	text-align: center;
}

.highlighted h1, .highlighted h2 {
	color: #fff;
	padding: 0;
	margin-bottom: 3rem;
	font-weight: 500;
	font-size: 30px;
}

.form-item.form-type-select.form-group {
	width: 100%;
	float: left;
	margin-bottom: 0;
}

.third-select label {
	display: none;
}

.button-back-div{
	float: left;
}

#edit-networks, #edit-frequency, #edit-profiles, #edit-card {
	width: 90%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

@media ( min-width : 420px) {
	#edit-networks, #edit-frequency, #edit-profiles, #edit-card {
		/*width: 410px;*/
	}
}

.product-list {
	padding-top: 1rem;
	padding-bottom: 2.5rem;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	width: 100%;
	float: left;
}

.heading-search {
	padding-bottom: 2.5rem;
    z-index: 2;
}

.search-label {
	color: #2d3540;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.5rem;
}

.heading-search select {
	height: auto;
	padding: 0.8rem 1rem;
	width: 25rem;
	margin: 0;
	outline: none;
	border-radius: 0.9rem;
	-webkit-border-radius: 0.9rem;
	-moz-border-radius: 0.9rem;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image:
		url("/sites/all/themes/oab_smirt_theme/img/icon_drop_list.png");
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-color: #fff;
}

.print-search a {
	background-image: url("/sites/all/themes/oab_smirt_theme/img/icon_print.png");
	background-repeat: no-repeat;
	width: 3rem;
	height: 2.5rem;
	background-size: contain;
	margin: 0.7rem 0 0.7rem 2.5rem;
	float: left;
    position: relative;
    right: -10px;
}

.print-search a:hover {
	opacity: 0.8;
}

.product-titles {
	background-color: #313640;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 1rem 2rem;
	/*text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
}

.card-product .text-xs-center {
	text-align: center;
	margin-top: 1rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}

.card-product .details-button {
	margin-left: 0;
}
@media ( min-width : 992px) {
	.card-product {
		min-height: 434px
	}
}
.details {
	width: 100%;
	float: left;
}

.card-text span {
	font-weight: 700;
}

.compare {
	text-align: center;
	font-weight: 700;
}

.rslt {
	padding: 0 1.5rem;
}

.description-details span {
	font-weight: 700;
}

.sm-print {
	margin: 0 0 2.5rem 0;
}

.bon_plans .view-content {
	padding-left: 0;
	padding-right: 0;
}

.bon_plans>h2{
	margin: 30px 0;
	font-weight: 700;
	color: #2D3541;
	text-transform: uppercase;
	font-size: 2rem;
}

.link-2 {
	margin-top: 3rem;
	margin-left: 0;
}

.link-2 a{
    padding: 0.9rem 1.7rem;
}

.content-holder h2,
.grid-item-bon-a-savoir h4{
	font-size: 2.4rem;
	font-weight: 700;
}

.grid-item-bon-a-savoir h4{
	margin-top: 0.83em;
}

.product-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.product-list .col-md-6:nth-child(4n+1) {
	/*clear: both;*/
}

.floating {
	float: right;
	position: absolute;
	left: 100%;
	padding-bottom: 28%;
}
.bon_plans{
	clear: both;
}
@media (max-width: 1100px){
	.bon_plans{
		display: none;
	}
}
@media (max-width: 800px){
	.floating{
		float: left;
		position: static;
		left: 0;
		padding-bottom: 0;
		width: 100%;
		margin-top: 3rem;
	}

}

/* JT */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */  
    .form-tarif-holder{
    width:410px;
    margin:0 auto;
    text-align:center;
    }
}
@media screen and (max-width: 767px){
	.form-tarif-holder{
		width: 90%;
		max-width: 90%;
	}
	.button-back {
		width: 100%;
		padding: 1rem 1.5rem 1rem 2rem;
		margin: -1.5rem -4px;
		background-position: 6% center;
		font-size: 12.5px !important;
	}
	.main-content-tarif {
		margin: 0 !important;
	}
	.main-content-tarif .full-product-list {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
}

#smirt-tarifs-form label {
	display: none;
}

#smirt-tarifs-form .first-select, #smirt-tarifs-form .second-select, #smirt-tarifs-form .third-select {
	overflow: hidden;
}
#smirt-tarifs-form .form-bottom.form-submit-tarifs {padding-top: 3rem;}
#smirt-tarifs-form .form-bottom.form-submit-tarifs button { margin: 0;  }
#smirt-tarifs-form #edit-card {margin-bottom: 0;}

.product-list-tarifs #listing-container .card {min-height: 336px;}

.specif-opt-link {
	margin-top: 10px;
	display: inline-block;
	font-size: 1.8rem;
}
.logo-network-tarif{
	max-height: 54px;
	margin-top: -7px;
}
.logo-network-tarif-result{
	max-width: 75px;
}

.complexe-options-details {
	display: block;
}
.complexe-options-details a.complexproduction-options {padding-bottom: 10px;}
.complexe-options-details select {font-weight: normal;}
.complexe-options-details label {font-size: 16px;}
.complexe-options-details .form-item {padding-bottom: 10px;}