/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 juin 2018, 12:49:46
    Author     : Dell
*/


#index .title-small {
    text-align: center;
    color: #ffffff;
}

#index {
    background: url(../img/backgrounds/feature-bg.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#index .title-big {
    text-align: center;
    color: #ffffff;
}

#features .row {
    padding: 5px 0px;
} 

#pricing_sec .row {
    padding: 5px 0px;
}

.navbar-default {
    background-color: #009236;
}

#features .box-item:hover h4 {
    color: #009236 !important;
    cursor:pointer;
}

#features .box-item {
     padding:10px !important;
     font-weight: bold !important;
}

#features .box-item:hover {
    background: #fed500;
    cursor:pointer;
    border-radius: 6px !important;
    color:#000;
 
}

#features .box-item:hover p {
     color:#000 !important;
 
}

.btn-border {
    background: transparent;
    border: 2px solid #fed500;

}

.btn-border:hover {
    background: #fed500;
    border: 2px solid #fed500;
    color: #009236;
    font-weight: bold;
}

#features .box-item .text h4 {
    color:#fed500; 
}

#features .box-item .icon {
    background: #fed500;
}

#features .box-item .icon i {
    color: #009236;
}

#features .box-item:hover .icon {
    background: #009236;
    color:#fed500;
}


.grd-titre {
    margin-top: 20px;
    background: #fed500;
    color: #009236 !important;
    font-size: 26px;
    font-weight: 600 !important;
    text-align: center !important;
    border-radius: 6px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.grd-titre2 {
    margin-top: 20px;
    background: #fed500;
    color: #009236 !important;
    font-size: 20px;
    font-weight: 600 !important;
    text-align: center !important;
    border-radius: 6px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}


.nospartenaires {
     font-weight: bold;
     padding-bottom: 50px;
     font-size: 26px;
    font-weight: 600 !important;
}

.intro1 {
    color:#fff;
    font-size: 17px;

}


<!-- TABLEAU DE FORMULES -->


.sngl_pricing ul {
border : #ebebeb solid 5px;
margin : 0;
padding : 0;transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.sngl_pricing ul li {
color : #666666;
font-family : lato;
font-size : 14px;
list-style : none outside none;
text-transform : capitalize;
border-top : 1px solid #EBEBEB;
padding : 10px 0;
text-align : center;
}
.sngl_pricing ul li:first-child {
border-top : 0;
}
.sngl_pricing {
text-align : center;
border : #ebebeb solid 5px;
}
.sngl_pricing:hover {
    cursor: pointer;
border : #009236 solid 5px;
transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.sngl_pricing:hover.sngl_pricing h3 {
background : none 0 0 repeat scroll #009236;
color:#ffffff;
transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.sngl_pricing > h2 {
color : #fff;
font-size : 18px;
margin : 0;
padding : 30px;
text-transform : uppercase;
}
.title_bg_1 {
background-image : url("../img/basic.jpg");
background-position : center center;
background-repeat : no-repeat;
background-size : 100% 100%;
}
.title_bg_2 {
background-image : url("../img/standar.jpg");
background-position : center center;
background-repeat : no-repeat;
background-size : 100% 100%;
}
.title_bg_3 {
background-image : url("../img/extended.jpg");
background-position : center center;
background-repeat : no-repeat;
background-size : 100% 100%;
}
.sngl_pricing > h3 {
background : none 0 0 repeat scroll #ebebeb;
color : #515050;
font-size : 48px;
margin : 0;
padding : 20px 0;
}
.currency {
font-size : 24px;
position : relative;
top : -18px;
}
.monuth {
font-size : 24px;
text-transform : none;
}
.btn.pricing_btn {
background : #009236;
font-weight: bold !important;
color: #fed500;
text-transform : uppercase;
padding : 10px 30px;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 font-size: 18px !important;
}

.btn.pricing_btn:hover{
background : #fed500;
color: #009236 !important;
}

.sngl_pricing ul {
margin : 0;
padding : 55px 0;
}
.sngl_pricing a {
margin-top : 30px;
}


.details-pack{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 18px !important;
}
<!-- FIN TABLEAU DE FORMULES -->


.part {
    display: inline-block;
}

.part a {
    width:10%;
}

#partenaires{
    background-color: #dadada;
    margin-top: 5px;
}

.form-abonne{
    color:#fff;
    align-content: flex-start;
    text-align: left;
}

.titre-abonne{
    color:#fed500;
    text-align: center;
    font-size: 60px;
}

.asterix{
    color:#fed500;
    font-weight: bold;
}

.w-100{
    width:100%;
}