body {
    /*height:95vh;*/
    min-height:100vh;
}

.body--package {
    margin: 10px 20px;
}

.bloc{
    /*height: 95vh;*/
    width:100%;
    /*background-image: url("../images/backgroundImage2.jpg");*/
    /*background-color: rgba(4,77,67,0.7);*/
    background-color: white;
    /*background-size: cover;*/
    /*opacity: 1;*/
}

.package--header {
    height: 10vh;
}

.logo {
    height:80px;
}

.arc-bouygues-droit {
    position:absolute;
    top:0;
    right:0;
    width:24%;
    z-index: 10;
}

.arc-bouygues-droit.img {
    /*width: 100%;*/
    position:absolute;
    bottom:0;
    left:0;
}

.package--content {
    min-height: 75vh;
}

.package--footer {
    /*margin-top:25px;*/
    width:100%;
    height: 2vh;
    /*background-color: red;*/
    /*position:fixed;*/
    /*bottom:0px;*/
}

.arc-bouygues-gauche {
    position:absolute;
    bottom:0;
    left:0;
    width:8%;
}

.arc-bouygues-gauche img {
    width: 80%;
}

/*INDEX*/

.package {
    height: 100vh;
    background-color: #b9b9b9;
    opacity: 0.9;
}

.package--title h1 {
    padding: 10px;
}

/**ACCUEIL**/

.accueil--bloc--presentation {
    background-color: rgba(183,183,183,0.2);
}

.accueil--bloc--paquetage {
    background-color: rgba(0,134,111,0.8);
    color:white;
}

.btn-package {
    /*background-color: rgba(102,180,162,1);*/
    background-image: linear-gradient(to right, rgba(102,180,162,0.85),rgba(102,180,162,1));
    /*border-color: rgba(102,180,162,1);*/
    color:white;
}

.btn-package:hover {
    background-color: rgba(102,180,162,1);
    border-color: rgba(102,180,162,1);
    color:white;
}

/**PACKAGE FRONT**/

.container-bloc-home {
    /*background-color: #14b8a0;*/
    /*transform: rotate(-3deg);*/
    padding: 50px;
    height:88vh;
    width: 90vw;
}

.container.container-bloc-home {
    width:90vw;
}

.package-front {
    /*transform: rotate(3deg);*/
    width:85%;
    height: 85vh;
    margin: auto;
    /*background-color: rgba(4,77,67,0.8) ;*/
    color: white;
}

.product--list {
    background-color: rgba(4,77,67,0.8) ;
    height: 85vh;
    overflow-y: scroll;
}

.product--select {
    background-color: rgba(4,77,67,0.8) ;
    height: 85vh;
    overflow-y: scroll;
}

.package--front--title {
    font-size: 24px;
}

.package--product--tab {
    color:black;
    /*width: 60%;*/
}

.form-product-qty-value {
    width:60%;
}

.product--alert--qty {
    font-size: 0.8em;
    font-style: italic;
    color: #b7b7b7;
}

.package-front--panier {
    background-color: rgba(4,77,67,0.8) ;
    width:85%;
    height: 80vh;
    margin: auto;
    color: white;
    overflow-y: scroll;
}

#panier {
    width:90%;
    margin:auto;
}

.panier--title {
    border-top: 2px solid #e5e5e5;
    font-weight: bold;
}

.panier--addpdt {
    border-top: 1px solid #e5e5e5;
    padding:0.75em;
}


.btn-next {
    /*background-color: #ea4e0e;*/
    /*border-color: #ea4e0e;*/
    background-image: linear-gradient(to right,rgba(234,78,14,0.7), rgba(234,78,14,1));
    color:white;
}

.btn-next:hover {
    background-color: #ea4e0e;
    border-color: #ea4e0e;
    color:white;
}

.btn-back {
    background-color: #aaa;
    border-color: #aaa;
    color:white;
}

.btn-back:hover {
    background-color: #aaa;
    border-color: #aaa;
    color:white;
}

.btn-logout {
    /*background-color: #464a4c;*/
    background-image: linear-gradient(to right,rgba(70,74,76,0.7), rgba(70,74,76,1));
    /*border-color: #464a4c;*/
    color:white;
}

.btn-logout:hover {
    background-color: #464a4c;
    /*border-color: #464a4c;*/
    color:white;
}

.modal-dialog.modal--fiches--mesures {
    max-width: 650px;
}

.progress-bar.progress-package {
    background-color: #66b4a8;
}

.progress-bar.progress-package-over {
    background-color: #ea4e0e;
}

/** PANIER **/

.panier-alert-msg {
    background-color: #ea4e0e;
    font-size: 1.1em;
    width:65%;
    /*text-align: center;*/
    padding: 0.3em;
    margin: auto;
}

/** LOGIN **/

.login--error--msg {
    background-color: red;
    color: white;
    font-size: 1.3em;
    text-align: center;
    margin: 40px auto 0 auto;
}

/** Form login css CodePen Josh Adamous **/

.login--title {
    text-align: center;
}

.form-login {
    width: 380px;
    margin: 4em auto;
    padding: 3em 2em 2em 2em;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px, rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

.group-login {
    position: relative;
    margin-bottom: 45px;
}

.input-login {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}
    /* supprime le cadre au clic dans l'input*/
.input-login:focus { outline: none; }

.label-login {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}

.input-login ~ .label-login {
    top: -20px;
    transform: scale(.75); left: -2px;
    font-size: 16px;
    color: #4a89dc;
}

/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #4a89dc;
    transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }

.input-login:focus ~ .bar:before, .input-login:focus ~ .bar:after { width: 50%; }

/* Highlight */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}

@keyframes inputHighlighter {
    from { background: #4a89dc; }
    to 	{ width: 0; background: transparent; }
}

/* Button */

.button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: .3em 0 1em 0;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #3160B6;
    cursor: pointer;
    transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
    background: rgba(4,77,67,0.8);
    width: 100%;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
    margin: auto;
}

.buttonBlue:hover { background-color: #14b8a0; }


/** ADMIN **/

.container-index-admin {
    background-color: #fafafa ;
    height: 94vh;
}

 .table-index {
    width:100%;
}




