.section-background{
	background: url('../images/header2.jpg');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.section-background-studio{
	background: url('../images/studioetlive.jpg');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.section-background-buff{
	background: url('../images/meunu2.jpg');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}

.section-background-teambuilding{
	background: url('../images/la.jpg');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.section-background-studio1{
	background: url('../images/st1.png');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.section-background-studio2{
	background: url('../images/vision.jpg');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.section-background-studio3{
	/* background: url('../images/studio3.jpg'); */
	background: url('../images/web2.png');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.section-background-studio4{
	background: url('../images/nosservices_bg.png');
	    background-position: center center;
	      background-size: cover;
	          height: 506px;
}
.section-background-studio5{
	background: url('../images/valajoutees_bg.png');
	    background-position: center center;
	      background-size: cover;
	          height: 506px;
}
.section-background-studio6{
	background: url('../images/studioetlive.jpg');
	    background-position: center center;
	      background-size: cover;
	          height: 506px;
}
.section-background-studio7{
	background: url('../images/future2.png');
	    background-position: center center;
	      background-size: cover;
	          height: 506px;
}
.section-background-studio8{
	background: url('../images/studio8jpg');
	    background-position: center center;
	      background-size: cover;
	          height: 506px;
}
.section-background-studio9{
	background: url('../images/studio999.jpg');
	    background-position: center center;
	      background-size: cover;
	          height: 506px;
}
.section-background-souscom{
	background: url('../images/sous.jpg');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.section-background-studiolive{
	background: url('../images/sous.jpg');
	    background-position: center center;
	      background-size: cover;
	       height: 506px;
}
.price-table{
	background: #ededed;
}
.price-table .col-sm-3{
	padding: 0px;
}
.price-table .col-sm-3:hover .price-title{
	color: #4a148c;
}
.price-title{
	background: #f9f9f9;
	padding: 20px;
	font-size: 24px;
}
.price-title span{
	font-size: 16px;
}
.price-list{
	list-style-type: none;
	margin-left: -40px;
}
.price-list li{

	background: #fff;
	border-left: 1px solid rgba(229, 229, 229, 0.4);
	border-right: 1px solid rgba(229, 229, 229, 0.4);
	border-bottom: 1px dashed #f1f1f1;
	padding: 20px 0px;
	padding-left: 20px;
	font-size: 13px;
	color: #969595;
}
.price-list li:first-child{
	border-top: 1px solid #ccc;
}
.price-list li:last-child{
	border-bottom: 1px solid #ccc;
	padding-left: 0px;
}
.price-table .col-sm-3:first-child .price-list li{
	border-left: 1px solid #ccc;
}
.price-table .col-sm-3:last-child .price-list li{
	border-right: 1px solid #ccc;
}
.custom-btn-default{
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0px;
	color: #969595;
}
.price-table .col-sm-3:hover .custom-btn-default{
	color: #fff;
	background: #4a148c;
	transition: all .4s ease-in-out;
}


.ion-android-phone-portrait a {
	color: inherit;
	/* font-size: 20px;
	background: #4a148c;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px; */
}