/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.starter-template {
    padding: 0px 15px 5px 15px;
    margin-left: 0;
    margin-top: 24px;
}

.navbar-light .navbar-brand
{
    padding-left: 20px;
    color: rgba(0,0,0,0.5);

}

.navbar-nav a
{
    color: rgba(0,0,0,0.5);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar-nav a:hover
{
    /* transform: translateX(30px); */
    text-decoration: none;
}

#navbarNavDropdown
{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.imagesRow
{
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sliderSelect
{
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-xs-4 img
{
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.col-xs-4 img:hover
{
    -webkit-box-shadow: 0 1px 15px -6px rgba(0,0,0,0.32), 0 1px 15px 0 rgba(0,0,0,0.12), 0 6px 8px -2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 15px -6px rgba(0,0,0,0.32), 0 1px 15px 0 rgba(0,0,0,0.12), 0 6px 8px -2px rgba(0,0,0,0.1);
}

/*---------------------------------------
Login view
----------------------------------------*/
.bodyForm
{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-container
{
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.row
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-form-1{
    width: 100%;
    padding: 5%;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-container form{
    padding: 10%;
}

.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}

.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

/*---------------------------------------
back office Admin home page
----------------------------------------*/
#blocInfos
{
    width: 100%;
    margin-left: 250px;
}

.containerAdmin
{
    width: 100%;
    /*margin-left: 120px;*/
    margin-top: 22px;
    padding: 40px 15px;
    -webkit-box-shadow: 0 1px 13px -6px rgba(0,0,0,-0.68), 0 1px 15px 0 rgba(0,0,0,-0.88), 0 6px 8px -2px rgba(0,0,0,0.09);
    box-shadow: 0 1px 13px -6px rgba(0,0,0,-0.68), 0 1px 15px 0 rgba(0,0,0,-0.88), 0 6px 8px -2px rgba(0,0,0,0.09);
}

.serieRow
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serieCol img
{
    height: auto;
}
/*---------------------------------------
back office sub menu
----------------------------------------*/
.adminContent
{
    margin-top: 56px;
    width: 100%;
    /* margin-top: 56px; */
    /* margin-left: 0;
    margin-right: 0; */
    /* height: 445px; */
}

.wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#sidebar
{
    padding: 10px;
    min-width: 250px;
    max-width: 250px;
    height: auto;
    position: fixed;
}

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

#sidebar
{
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

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

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

#sidebar {
    background: #424242;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #424242;
}

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

#sidebar ul li a {
    padding: 12px 0 4px 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #424242;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #424242;
}

.navbar-light .navbar-toggler
{
    border: none;
}

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

@media all and (min-width: 300px) and (max-width: 373px)
{
    .titreh1
    {
        left: 0% !important;
    }
}

@media all and (min-width: 300px) and (max-width: 767px)
{
    /*-- Admin Home page --*/
    .containerAdmin
    {
        margin: auto;

    }

    .starter-template
    {
        margin:auto;
    }

    .banner_image img
    {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 0px;
        object-position: 50% 0px;
    }

    #banner
    {
        margin-bottom: 0px;
        margin-top: 55px;
        height: 620px;
    }

    .titreh1
    {
        left: 6%;
        top: 45%;
    }

    .titreh1 h1
    {
        font-size: 3em;
        font-weight: 100;
    }

    /*-- Accueil --*/
    footer
    {
        background-color: #777777;
    }

    footer p
    {
        margin: 10px;
        text-align: center;
        color: #fff;
    }

    .all_gallery
    {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .serie2
    {
        position: relative;
        overflow: hidden;
        margin: 20px -7px;
        /*padding: 10px;*/
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    /*-- Update post--*/
    .updatePost
    {
        width: 100%;
    }

    #full-featured-non-premium
    {
        width: 100%;
    }

    .content
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gallery
    {
        margin: 60px 0px 20px 0px;
        width: auto;
    }

    .date
    {
        width: 70%;
        text-align: left;
    }

    .content_serie
    {
        margin-top: 20px;
    }

    .separation
    {
        margin: 20px 0;
    }

    #display_img
    {
        /*text-align: center;*/
        width: 100%;
        margin-bottom: 20px;
    }

    .images
    {
        width: 100%;
        margin: 0px;
        /*justify-content: center;*/
    }

    .image_title
    {
        width: 10vh;
        height: 10vh;
        margin: 5px;
    }

    .single_img
    {
        margin-bottom: 20px;
        width: auto;
        height: 10vh;
    }

    .single_img img
    {
        width: 10vh;
        -o-object-fit: cover;
        object-fit: cover;
        height: 10vh;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    /*--------- Press art -----------*/

    .press_articles
    {
        height: auto;
        width: 100%;
    }

    .press_art
    {
        /*margin: 20px;*/
        width: 100%;
    }

    .table tbody
    {
        border-bottom: 1px solid #dee2e6;
    }

    .table tr
    {
        display: flex;
        flex-direction: column;
    }

    .table td
    {
        border-top: none;
    }

    /*--------- Contact -----------*/

    #contact
    {
        padding: 40px;
    }

    #mail
    {
        width: 100%;
    }

    #instagram
    {
        width: 100%;
    }

    /*--------- slider -----------*/

    .swiper2
    {
        height: 98vh;
    }

    .swiper-slide2 img
    {
        height: auto;
        width: 40vh;
        margin-top: 12vh;
    }

    .titleImg
    {
        color: #999999;
        top: 64vh;
        width: 100%;
        background: none;
    }

    .swiper-pagination
    {
        top: 82vh;
    }

    .swiper-button-next2
    {
        top: 84vh;
        right: 0%;
    }

    .swiper-button-prev2
    {
        top: 84vh;
        left: 0%;
    }

    .close2
    {
        top: 30px;
        left: 5px;
    }

    textarea
    {
        width: 100%;
    }

    /*Comment form*/
    .login-form-1
    {
        background-color: #fff;
    }

}