
    /**
    * Settings 
    **/ 
    @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
    :root {
        --main-color: #669966; 
        --back-color: #f3f3f3;
        --back-color: #f0f0f0;
        --box-shadow-color: rgb(36 50 66 / 8%); 
    }
    .txt-red {
        color: #f00;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        cursor: pointer;
    }
    ul, li {
        list-style-type: none;
    }
    button {
        border: none;
    }
    i {
        color: var(--main-color);
    }
    .btn-active {
        background: var(--main-color);
        color: #fff !important;
    }
    .main-container, .container-choice select, .btn-choice, .container-btn-choice a {
        border-radius: 5px;
    }
    header, .container-products {
        box-shadow: 0 0px 10px 0 var(--box-shadow-color);
    }
	
	ul.more-informations, li.more-informations {
        list-style-type: disc ;
    }
	
	li.more-informations {
        margin-left: 25px ;
		font-size: 1.1rem;
		margin-bottom: 7px;
    }

    /**  
    * Layout 
    **/ 
    main {
        /* margin-top: 8vh !important; */
        min-height: 70vh;
    }
    .header-content, .container-main-title, .starter-products-container, .container-btn-choice, 
    #bienfaits-products, #composition-products-container {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .br-responsive {
        display: block;
    }
            /* Header */
            .header-content {
        font-weight: 500;
        padding: 1.5em 0;
    }
    #navBtn {
        display: none;
    }
    .nav {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .header-content li, .header-content a {
        margin: 0 1em;
        color: var(--main-color);
        font-size: 1.1rem;
    }
    .header-content a:hover {
        color: #99cc34;
    }
    .item-contact {
        display: none;
    }
    @media (max-width: 768px) {
        .item-contact {
        display: inline;
        }
        .header-logo-container {
            display: flex;
            justify-content: center;
        }
        #navBtn {
            display: block;
            width: 30px;
            position: absolute;
            top: 0.8em;
            left: 1em;
        }
        .br-responsive {
            display: none;
        }
        .logo {
            width: 200px;
        }
        .nav {
            display: none;
            padding-top: 1em;
            flex-direction: column;
            align-items: start;
        }
        .header-content li {
            margin: 3px 0;
        }
        .phone-container {
            display: none;
        }
    }
    /** 
    * Main 
    */
    .container-main-title {
        flex-direction: column; 
        /* margin-bottom: 1em; */
    }
    .main-title {
        font-family: "Oswald", Sans-serif;
        font-size: 40px;
        text-align: center !important;
        display: block;
        margin: 0.5em 0;
    }
    .divider {
        display: block;
        width: 8em;
        
        padding: 1.5px;
        background: var(--main-color);
        margin: 0 auto;
    }
    @media(max-width: 768px) {
        .main-title {
            font-size: 1.6rem;
        }
        .divider {
        width: 4em;
        }
    }
    /**/
    .box-cont-subpage {
        padding: 20px 50px;
        box-shadow: 0 0 6px 0 #b3b1b1;
        margin: 4em 0 1.5em 0;
    }
    .box-cont-subpage p {
        font-size: 1.1rem;
    }
    /* Form */
    
    .form-search {
        display: flex;
        flex-direction: column;
    }
    .container-radio {
        display: flex;
        flex-direction: column;
    }
    .search-btn {
        width: 60%;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        color: #fff;
        background: #6ab34f;
        margin: 1.5em auto;
        padding: 10px 0;
    }
    .search-btn:hover {
        opacity: 0.8;
        background: #6ab34f;
    }
    .container-message {
        display: flex;
        flex-direction: column;
    }
    @media(max-width:767px) {
        .box-cont-subpage {
            padding: 20px 15px;
        }
    }
/**
* Footer: 
**/
footer {
    margin-top: 15vh;
    background: #1b1e1e url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 27px 0px 0px 0px;
    font-family: 'Roboto', sans-serif !important;
}
.logo-footer {
    margin-bottom: 10px;
}
.footer-text-left {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.6em;
}
footer p {
    font-size: 14px;
    color: #e6e6e6;
    line-height: 28px;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 25px;
}
.pd-left-10 {
    padding-left: 10px;
}
.logo-footer {
    margin-bottom: 10px;
}
footer h3 {
    font-size: 18px;
    color: #e3e3e3;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 40px 0 30px;
    font-family: Oswald-Regular !important;
    letter-spacing: 0.4px;
}
.footer_menu {
    margin: 15px 0;
    list-style: none;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
}
.footer_menu > li {
    padding: 0;
    line-height: 24px;
    margin: 12px 0;
}

.footer_menu a {
    color: #d7d7d7;
    font-size: 15px;
}

.footer_menu a:hover {
    color: #29bf53;
    text-decoration: none;
}
.bottom-footer {
    padding: 0 0 20px;
    margin: 30px 0 0;
    background: #020a0e;
}
.footer-copyright {
    margin: 30px 0 20px;
    font-size: 13px;
    color: #fff;
}
.c-25 {
    margin-top: 25px !important;
}

@media(max-width: 768px) {
    footer {
        margin-top: 5vh;
    }
}

/**
* Drift:
**/
.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 300px;
    height: 500px;
    border-radius: 5px;
}
.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    height: 20px;
}
.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
    left: 0;
}

.drift-zoom-pane-loader:after {
    right: 0;
}

/* @media(max-width:768px) {
    .drift-zoom-pane, .drift-open {
        width: calc(620px - 5em) !important;

    }
} */
@media (max-width: 900px) {  
    .detail,
    .drift-trigger {
        float: none;
    }
    .drift-trigger {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .detail {
        margin: 0;
        width: auto;
    }
    .responsive-hint {
        display: none;
    }
    .drift-bounding-box {
        display: none;
    }
}