

.hosting {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #eee;
	border-top: 1px solid #E5E5E5;
}
/* hosting thumbnail-brand */

.hosting .thumbnail-brand {
    border-radius: 0px;
}
@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
.hosting .thumbnail-brand:hover {
    background: #3c7bb7;
    color: #fff;
	animation: bounce 1s;
	box-shadow: 0 3px 5px rgba(76, 76, 76, 0.65);
}
.hosting .thumbnail .captions {
    padding: 9px;
}
.hosting .thumbnail-brand .btn-primary {
    color: #fff;
    background-color: #3c7bb7;
    border-color: #fff;
    border-radius: 0px;
}
.hosting .thumbnail-brand .btn-primary:hover {
    color: #333;
    background-color: #fff;
    border-color: #eef0f1;
    border-radius: 0px;
}
.hosting .thumbnail-brand .btn-default {
    color: #fff;
    background-color: #3c7bb7;
    border-color: #fff;
    border-radius: 0px;
}
.hosting .thumbnail-brand .btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #f6f8f9;
    border-radius: 0px;
}
.hosting .thumbnail-brand .icons {
    padding-top: 10%;
}
.hosting .thumbnail-brand span{
     font-size: 50px;
}

.advantages {
	
}
.advantages .block{
    border: 5px solid #fff;
    padding: 10px;
}
.advantages .block:hover{
    border: 5px solid #fff;
	background-color: #3c7bb7;
	color: #fff;
    padding: 10px;
	box-shadow: 0 3px 5px rgba(76, 76, 76, 0.65);
	transition: box-shadow 0.3s ease-in-out;
}

/* tarif thumbnail-brand */

.tarif .thumbnail-brand {
    border-radius: 0px;
	box-shadow: 0px 1px 1px rgba(76, 76, 76, 0.65);
}
.tarif .thumbnail-brand:hover {
	box-shadow: 0px 3px 5px rgba(76, 76, 76, 0.65);
}
.tarif .thumbnail .captions {
    padding: 9px;
}
.tarif .thumbnail-brand .icons {
    padding-top: 10%;
}
.tarif .tarif-name {
    position: relative;
    padding-left: 24px;
}
.tarif .tarif-price span{
    font-weight: 700;
    text-transform: none;
	font-size: 13px; 
}
.server .well {
	background-color: #FFFFFF;
	border-radius: 0px;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 1px 1px rgba(76, 76, 76, 0.65);
}
