
/* Coloris du BG */
.header-filter::before {
    background: rgba(255, 255, 255, 0);
}

/* Coloris du Menu TOP (transparent) */
.navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    padding-top: 25px;
    color: #000;
}

.logo_nav{
    height: 55px;
    margin-top:-15px;
    padding: 6px;
    /* Si besoin de BG */
    background-color: transparent;
    border: 6px white;
    border-radius: 6px;
}

.logo_prog{
    height: 15vh;
}

/* Coloris des titres (transparent) */
.page-header .title {
    color: #2ba9cd;
}

/* taille des titres */
h1 {
    font-family: arial;
    font-size: 2.5rem;
    line-height: 1.15em;
}
h2 {
    font-size: 1.8rem;
    line-height: 1.08em;
}
h3 {
    font-size: 1.4rem;
    line-height: 1.03em;
}

/* Coloris de la barre de div */
.progress-bar {
    background-color: #000000;
    width : 100%;
}

/* Coloris de la barre de div */
#trait {
    width: 100%; !important
    border-top:solid 2px #000000;  !important
    margin: 30px 0 20px 0;
}

/* Coloris des boutons */
.btn.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 2px 2px 0 rgba(248, 156, 42, 0.14), 0 3px 1px -2px rgba(248, 156, 42, 0.2), 0 1px 5px 0 rgba(248, 156, 42, 0.12);
}

.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
    box-shadow: 0 2px 2px 0 rgba(248, 156, 42, 0.8), 0 3px 1px -2px rgba(248, 156, 42, 0.8), 0 1px 5px 0 rgba(248, 156, 42, 0.8);
}

/* Coloris des liens */
a, a .footer{
    color: #2ba9cd;
    text-decoration: none;
}

a:hover, a:focus {
    color: #777;
    text-decoration: none;
}

/* !!!! Param !!! Be carefull !!!! */

/* Param du Header */
.page-header {
    height: 50vh;
}

/* Param de la section */
.container {
    max-width: 95%;
}

/* Param de la section */
#intro {
    max-width: 1200px;
}

.section {
    padding: 15px 0;
}

#card-form.sticky-top{
    top: 10em;
}

#img_style2.sticky-top{
    top: 42em;
}
