html,body{
    height: 100%;
}
/* ------------------------------ Navigation -----------------------------------*/
#navbars{
    justify-content: space-between;
}
.navbar {
    margin-bottom: 2px;
    padding: 0px;
    padding-left: 1em;
    position: absolute;
    width: 100%;
    z-index: 999999;
}
.navbar-color{    
    background: linear-gradient(125deg, #017D50 20%, #24A28A 70%, #016E25 90%) !important;
}
.navbar a:link,
.navbar a:active,
.navbar a:visited{
    color: black;
}
.navbar a:hover{
    color: dodgerblue;
}
.contenu{
    padding: 1em;
    padding-top: 4em;
    min-height: 100%;
}
.dropdown-menu{
    border-radius: initial;
}
.navbar-dark .navbar-toggler{
    border: none;
}
a.nav-link{
    padding-top: 0px;
}
a.nav-link-connexion:active,
a.nav-link-connexion:visited,
a.nav-link-connexion:link{
    padding: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 2em;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,0.5);
    /*margin-right: 2em;*/
    border-radius: 20px;
}
a.nav-link-connexion:hover{
    text-decoration: none;
    color: rgba(255,255,255,.75);
    border: 1px solid rgba(255,255,255,0.75);
    background-color: #017D50;
}
a.nav-link-inscription:active,
a.nav-link-inscription:visited,
a.nav-link-inscription:link{
    padding: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 2em;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,0.5);
    margin-right: 2em;
    border-radius: 20px;
}
a.nav-link-inscription:hover{
    text-decoration: none;
    color: rgba(255,255,255,.75);
    border: 1px solid rgba(255,255,255,0.75);
    background-color: #017D50;
}
a.nav-link-inscription-xl:active,
a.nav-link-inscription-xl:visited,
a.nav-link-inscription-xl:link{
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 4em;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 2em;
    border-radius: 2em;
}
a.nav-link-inscription-xl:hover{
    text-decoration: none;
    color: rgba(255,255,255,.75);
    border: 1px solid rgba(255,255,255,0.75);
    background-color: #017D50;
}
.dropdown-menu{
    padding: 0px;
    margin: 0px;
}
.navbar-brand{
}
.navbar-brand span{
    color: white;
    margin-left: 5px;
}

#themes{
    display: flex;
    padding-top: 59px;
}
#contenuGalerie{
    padding-top: 59px;
}
#categoriesTheme{
    padding: 5px;
    width: 20%;
}
#visuTheme{
    padding: 5px;
    width: 80%;
}
.dropdown-item:hover{
    background-color: #01B070;
}
a.dropdown-item:visited + .active,
a.dropdown-item:active + .active,
a.dropdown-item:link + .active,
a.dropdown-item:hover:visited,
a.dropdown-item:hover:active,
a.dropdown-item:hover:link{
    color: white;
}
a.dropdown-item.active{
    background-color: #009050;
}

section ul.contenaire li {
    margin-top: 2em;
    list-style: none;
    padding: 0.5em;
}
section ul.contenaire h2 {
}
section ul.contenaire li ul li{
    margin-bottom: 0px;
}
.display-4{
    justify-content: center;
}

section.contenu-large{
    min-height: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenu-accueil{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: lightgray;
}

/*------------------------------- Carousel -------------------------------------*/
.carouselDiv,.inner-container,.content-editor,#myCarousel,.carousel-inner,.carousel-item,.carousel-item img{
    height: 100%;
} 
.container{
    position: relative;
    z-index: 9999;
    height: 100%;
    width: 100%;
    max-width: none;
    background-color: rgba(0,0,0,0.25);
}
/* Carousel base class */
.carousel {

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    background-color: #777;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    min-width: 100%;
}
.carousel-item h2{
    text-shadow: 0px 0px 8px #0170B0, #0170B0 1px 1px, #0170B0 -1px 1px, #0170B0 -1px -1px, #0170B0 1px -1px;
}
.carousel-indicators li.active{
    background-color: transparent;
    border-top: 1px solid #0170B0;
    border-bottom: 1px solid #0170B0;
    color: white;
}
.carousel-indicators li{
    background-color: rgba(255,255,255,0.0);
    height: auto;
    text-indent: initial;
    margin-left: 0.4em;
    margin-right: 0.4em;
    width:inherit;
    padding-left: 0.4em;
    padding-right: 0.4em;
    color: rgba(255,255,255,0.1);
}
.carousel .btn-primary{
    background-color: #0170B0;
    box-shadow: none;
    /*border: none;*/
}

.textwidget{
    text-align: justify;
}
.widget-inner-logo{
    text-align: center;
}
#sociaux{
    text-align: center;
    margin-top: 2em;
}
#sociaux img{
    width: 60px;
    height: 60px;
}

.card-deck{
    border: 1px solid lightgrey;
    border-radius: 0.25em;
    margin: auto;
    margin-bottom: 2.5em;
}
#contenuPricing{
    margin-left: 8%;
    margin-right: 8%;
}
#contenuPricing li {
    min-height: 1.55em;
}
.mb4{
    border-left: 1px solid lightgray;
    width: 20%;
}
.mb4:first-child{
    border-left:none;
}
.carte-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.carte-header-first{
    border-top-left-radius: 0.25em;
}
.carte-header-last{
    border-top-right-radius: 0.25em;
}
.card-body{
    height: auto;
    max-height: 85%;
}
.mt-3{
    height: 70%;
}
.list-unstyled{
    margin-bottom: 2.5em;
    height: 30em;
}
.text-essai{
    font-size:20px;
    color: #009050;
}
.card-body{
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}
/*
    AGENCE
-------------------------------------------------- */
h1#jumbotron-heading-agence{
    color: rgb(180,180,180);
}
/*
    TEMOIGNAGE
-------------------------------------------------- */
h1#jumbotron-heading-temoignages {
    color: white;
}

/*  MARKETING CONTENT
-------------------------------------------------- */
.fond-marketing{
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-color: rgb(0,158,214);
}
#titre-marketing {
    color: white;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

/* ----------- Footer ---------------------------- */
footer{
    padding-bottom: 2em;
}
footer.footer{
    background-color: #017D50;
}
footer .container-footer{
    margin-left: 2em;
    margin-right: 2em;
}
.rows{
    display: flex;
    flex-wrap: wrap;
}
.frm-show-form label{
    display: none;
}
.frm-show-form input{
    margin-bottom: .5em;
    width: 100%;
    box-sizing: border-box;
}
.frm-show-form input[type=text]{
    background-color: transparent;
    padding: 0.3em;
    padding-left: 0.9em;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 5px;
}
.frm-show-form input[type=submit]{
    background-color: #01507D;
    padding: 0.31em;
    padding-left: 0.9em;
    border: none;
    border-radius: 5px;
}

.frm-show-form input[type=text],
.frm-show-form input[type=submit]{
    color: white;
    height: 45px;
}
.frm-show-form input[type=text]::placeholder{
    color: grey;
}
/* ----------------------- Pricing -------------------------------------------- */
section#contenu{
    padding-top: 3rem;
}
section#contenuDistant{
    padding-top: 16%;
    color: whitesmoke;
}
#pluginPricing{
    margin-right: 10%;
    margin-left: 10%;
}
.btn-primary-blue{
    background-color: #01507D;
    border-color: #01507D;
}
.btn-primary-blue:hover{
    background-color: white;
    color: #01507D;
    border: 1px solid #01507D;
}
.btn-primary-green{
    background-color: #017D50;
    border-color: #017D50;
    text-decoration: none;
}
button.btn-primary-green:focus,
button.btn-primary-green:active,
button.btn-primary-green:valid{
    background-color: #017D50;
    border-color:#017D50;
    box-shadow: 0px 0px 5px #017D50;
}
button.btn-primary-green:hover{
    border-color: #017D50;
    background-color: whitesmoke;
    color: #017D50;
    text-decoration: none;
}
a.btn-primary-green:hover{
    text-decoration: none;
}
#pluginPricing li{
    min-height: 1.55em;
}
/* --------------------- Login ------------------------------------------------ */
body.login{
    background-color: #0170B0;
}
.form-signin{
    padding-top: 6%;
}
/* --------------------- Galerie ---------------------------------------------- */
.jumbotron{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
main.galerie{
    height: 70%;
}
main.galerie .container{
    height: 100%;
    padding-top: 14%;
}
main.galerie .lead{
    color: lightgray;
}
div.album .container-galerie{
    margin-left: 10%;
    margin-right: 10%;
}

a.btn-galerie-theme:visited,
a.btn-galerie-theme:link,
a.btn-galerie-theme:active{
    background-color: #017D50;
    border-color: #017D50;
}
a.btn-galerie-theme:hover{
    background-color: #28a745;
    border-color: #28a745;
}
#barreInfosTheme{
    border-bottom: 3px solid #017D50;
    padding-left: 0.4em;
    padding-right: 0.4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#barreInfosTheme h1{
    font-size: large;
    padding: 0px;
    margin: 0px;
}
.section-themes-galerie{
    padding: 0px;
    padding-top: 3.8em;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


.navbar-connexion li{
    color: rgba(255,255,255,0.5);
    padding: 0.2em;
    margin: 0px;
}
