a{
    color: #1f8ef1;
}

h1{
    margin-top: 50px;
}

.navbar.bg-dark {
    background: #1e1e2f !important;
}

.card-pricing .card-body .card-title {
    position: relative;
    font-size: 5em;
    font-weight: 900;
    color: #222a42;
    text-transform: lowercase;
    margin-left: -5px;
    z-index: 1;
    margin-top: 0px;
}

.card-pricing form{
    margin-top: 150px;
}

.card{
    margin-top: 25px;
}

#homepage {
    margin-top: 25vh;
}

#homepage h1{
    text-align: center;
}

.modal .form-control{
    color: #525f7f;
}






.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #27293d;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

.sidebar-header {
    height: 200px;
}

.sidebar-header img{
    position: absolute;
}
.sidebar-header h3{
    position: relative;
    font-size: 5em;
    font-weight: 900;
    color: white;
    text-transform: lowercase;
    margin-left: -5px;
    z-index: 1;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background-image: linear-gradient(to bottom left,#00f2c3,#0098f0);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#content{
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.full{
    width: 100%;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}



p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.infoscomplementaires{
    font-size: 0.9em;
    color: #888;
}


#sidebarCollapse {
    width: 40px;
    height: 40px;
    color: white;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}





/* partie admin */
.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}
.cropit-preview-product {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 400px;
    height: 400px;
}

.cropit-preview-image-container {
    cursor: move;
}

.cropit-preview-image-container img {
    max-width: inherit;
}

.image-size-label {
    margin-top: 10px;
}

.etiquette-verte{
    height: 25px;
    width: 25px;
    background-color: #00bf9a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.etiquette-rouge{
    height: 25px;
    width: 25px;
    background-color: #fd5d93;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.form-check input[type="checkbox"], .radio input[type="radio"] {
    opacity: 1;
    position: initial!important;
    visibility: visible;
    margin-left: 0;
}

.card label {
    font-size: 1rem;
}

.form-check .form-check-label {
    padding-left: 10px;
}

select option{
    color: initial;
}

.widget{
    margin-top: 25px;
}