
/*----------------------------------- GENERAL -----------------------------------*/

a {
    color: #f96332;
}

a:hover,
a:focus {
    color: #f96332;
}

p {
    line-height: 1.61em;
    font-size: 1.2em;
}

ul {
    text-align: start;
}

li {
    color: #2c2c2c;
    font-size: 14px;
}

body {
    color: #2c2c2c;
    overflow-x: hidden;
}

#popUp {
    z-index: 4;
    position: fixed;
    height: auto;
    display: none;
    overflow-y: auto;
}

@media screen and (orientation:portrait)
{
    #popUp {
        width: 90%;
        max-height: 50%;
        top: 100%;
        left: 9%;
        transform: translate(0, -100%);
        /*transform pour mettre en bas*/
    }
}

@media screen and (orientation:landscape) 
{
    #popUp {
        width: 40%;
        max-height: 80%;
        position: fixed;
        top: 50%;
        left: 58%;
        transform: translate(0, -50%);
    }
}

/*------------------------------------ TITLE ------------------------------------*/

.product-description {
    border: 0;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    background-color: #E6E6E6;
    padding: 10px 0;
}

.product-description p {
    font-size: 15px;
    color: black;
    margin-bottom: 0;
    line-height: 1.2em;
}

.ui-icons {
    padding: 5px 0;
    margin: auto;
    text-align: center;
}

.ui-icons img {
    display: inline-block;
    width: 30%;
    height: auto;
    cursor: pointer
}

.next_step {
    display: none;
}

/*-------------------------------- TAB NAVIGATION -------------------------------*/

#popUp .nav-tabs {
    border: 0;
    padding: 15px;
    padding-bottom: 0;
}

.nav-tabs > .nav-item > .nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    padding: 11px 23px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 0;
}

.nav-tabs > .nav-item > .nav-link:hover {
    background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
    background-color: #FAD345;
    color: #2c2c2c;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item > .nav-link {
        margin-bottom: 5px;
    }
}

/*----------------------------------- CONTENT -----------------------------------*/

.card {
    border: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #E6E6E6;
    border-radius: 0;
    text-align: center;
}

.card-body {
    padding: 15px;
}

.card .card-header {
    background-color: #E6E6E6;
    border-bottom: 0;
    padding: 0;
    border: 0;
}

[data-background-color="orange"] {
    background-color: #FAD345;
}

.tab-pane iframe, .tab-pane p {
    padding: 0;
}

/*--- Video ---*/

.video {
    width: 100%;
    padding: 15px;
}

/*--- Img ---*/

.tab-pane img {
    margin-bottom: 10px;
    width: 100%;
}

.card-header img {
    width: 100%;
    padding: 15px;
}

/*--- Text ---*/

.tab-pane p {
    font-size: 14px;
    color: black;
    margin: 0;
    text-align: left;
}

.text-tab-content {
    color: black;
    font-size: 14px;
    padding: 15px;
    text-align: left;
    margin: 0;
}

.list-tab-content {
    list-style: disc;
    padding-left: 50px;
    padding-bottom: 15px;
}
