/* Général */
.api-container h2
{
    font-size: 45px;
    color: #55575d;
}

.api-container p
{
    color: #55575d;
    font-size: 18px !important;
    text-justify: auto;
}

.api-container section
{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* header de la page API */
#api-intro {
    background-image: url('/bundles/yousignpublic/images/bg-mobile1.jpg');
    background-size: cover;
    background-position: right top;
    color: #34495e;    
    height: 600px;
    padding-top: 260px;
}

#api-intro .container
{
    background-color: rgba(255,255,255,.7);
    padding-top: 20px;
    padding-bottom: 20px;
}

#api-intro .lead
{
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    font-size: 1.5em;
}

/* Comment ça marche page API */
#api-howitworks {
    padding-bottom: 80px;
}

#api-howitworks a.btn {
    font-size: 1.5em;
    padding: 0.7em;
}

#api-howitworks .nav-tabs li
{
    font-size: 1.3em;
}

#api-howitworks .nav-tabs a:hover
{
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}

#api-howitworks .panel-use-case-api img
{
    margin-top: 20px;
    padding-bottom: 20px;
}

/* Ressources nécessaires pour utiliser l'API */
#carousel-resources-api {
    max-width: 400px;
    margin: auto;
}

#carousel-resources-api .item img {
    margin: auto;
    text-align: center;
}

.api-container .carousel-resources-api-header
{
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
    font-size: 1.1em;
    min-height: 55px;
    padding: 5px;
}

.api-container .carousel-resources-api-header #little-desc
{
    font-size: 0.7em;
}

.versus-lg {
    font-weight: bold;
    font-size: 2em;
    color: #55575D;
}
