

.page-hosting{
    background-image: url('../../img/fondhost.jpg');
    background-position:left;
    background-size: cover;
}
.title-hosting
{
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: 'Lemon/Milk', sans-serif;
    margin-top: 25px;
    color:#0392c6;
    
}
.text-details{
    font-family: century gothic;
    font-size:1.1 em;
    line-height: 20px;
   
}
.plan-hostings
{
    width: 100%;
    background-color: #0392c6;
    height: 515px;
    margin-bottom: 50px;
    position: relative;
   
}
.cards
{
    background-color: transparent;
    height:515px;
}

.plan-hosting
{
    width: 100%;
    background-color: #0392c6;
    height: 398px;
    margin-bottom: 50px;
    position: relative;
   
}
.cardss
{
    background-color: transparent;
    height:398px;
}
.price {
    position: relative;
    width: 100%;
    padding: 30px 0 15px 0;
}

.price .row {
    padding: 0 15px;
}

.price .col-md-4 {
    padding: 0;
}

.price-item {
   
    margin-bottom: 30px;
    text-align: center;
    margin-left: 0px;
    color: white;
    margin-top: 40px;

}

 .featured-item {
    padding: 40px;
    background: #ffffff4c;

}

 .price-header {
    padding-top: 3px;
}

.btn_soucription {
    margin-bottom: 10px;
    border-radius: solid 10px white !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: white;
}

 .price-header h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fffefc !important;
    font-family: 'Lemon/Milk', sans-serif;
}

 .price-header h2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fffefc;
}


 .price-header h2 span {
    font-size: 25px;
    line-height: 50px;
}

.price-item.featured-item h2,
 .price-item.featured-item h3 {
    color: #FFF;
}

.price .price-body {
    ppadding:10px 10px ;
}

.btn-sus:hover {
	background-color:#f58b01;
    color: #fff;
	border:2px solid #f58b01;
}
.caracteristique-price
{
    color: #fff;
    font-weight: bold;
}
.btn-sus {
	display:inline-block;
    width: 100%;
	padding:5px 20px;
	border-radius:0px;
	cursor:pointer;

    background-color: #fff;
    color: #0392c6;
   
   
}

.price-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-body ul li {
    padding: 0 0 5px 0;
}

.price-body ul li i {
    margin-right: 10px;
}

.price-body ul li i.fa-check-circle {
    color: #ffffff;
}

 .price-body ul li i.fa-times-circle {
    color: #cccccc;
}



.price-bodys ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-bodys ul li {
    padding: 0 0 5px 0;
}

.price-bodys ul li i {
    margin-right: 10px;
}

.price-bodys ul li i.fa-check-circle {
    color: #ffffff;
}

 .price-bodys ul li i.fa-times-circle {
    color: #cccccc;
}

.price-item .price-footer {
    padding-bottom: 0px;
}




.price-item .price-footer {
    padding-bottom: 0px;
}

 .price-item .price-footer .btn.btn-custom {
    color: #ffffff;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
}

 .price-item .price-footer .btn.btn-custom:hover {
    color: #ffffff;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}

 .price-item.featured-item .price-footer .btn.btn-custom {
    color: #ffffff;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;

}
 .price-item.featured-item .price-footer .btn.btn-custom:hover {
    color: #ffffff;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}

hr{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.barre-bonus h5
{
    font-family: century gothic;
    font-size:1.3em;
    color:#0392c6;
    font-weight: bold;
    line-height: 10px;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {}


/* small mobile :320px. */
@media (max-width: 767px) {

 
.plan-hostings
{
    width: 100%;
    background-color: #0392c6;
    height: 430px;
    margin-bottom: 10px;
    position: relative;
   
}
.cards
{
    background-color: transparent;
    height:430px;
}

.plan-hosting
{
    width: 100%;
    background-color: #0392c6;
    height: 350px;
    margin-bottom: 10px;
    position: relative;
   
}
.cardss
{
    background-color: transparent;
    height:350px;
}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .image-afrique {
        display: none;
    }

    .page-home-text {
        padding-top: 10px;
    }

    .page-home-body {

        height: 300px;
        margin-top: /30px;
    }
}