/******************************
  Style propre au thème défini
*******************************/
.body-blk {
    background-color: #000;
}

ul, ol {

    padding-left: 0;
}

.btn-group {
    margin-left: 15px;
    margin-right: 15px;
}

.btn-language {
    background-color: #fff;
}
.btn-fantom{
 width: 100%;
    height: 100%;
    display: block;
}
.open > .dropdown-menu {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

#header .topnav {
}

#header {
    height: auto;
    padding: 0 0 30px 0;
    position: relative;
}

.header-bg {
    background-color: transparent;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.header-img{
    text-align:center;
}

.header-img img{
    margin:auto!important;
    display:inline-block!important;
}

.body-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.amazonmenu > ul {
    margin-bottom: 30px;
}
.amazonmenu .issub ul{
    min-height:100px!important;
    height:auto;
}
.amazonmenu .issub ul li{
}
.info_company{
    color:#fff;
}

.info_company a {
    color: #fff;
    font-size: 16px;
}

.info_company a:hover {
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #06335c !important;
}
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.btn-group.open > .dropdown-menu {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    margin-left: -117px;
    background-color: #fff;
    margin-top: 0px;
}

.dropdown-menu {
    background-color: #428bca;
    color: #fff !important;
    border: none;
    box-shadow: 0;

}

.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
    color: #06335c !important;
}

ul.dropdown-menu .btn-primary {
    background-color: transparent !important;
    border-color: none !important;
}

.dropdown-menu > li > a {
    background-color: transparent;
    font-size: 18px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #06335c !important;
    background-color: transparent;
}

#content {
    background-color: #fff;
    /*padding: 0;*/
    min-height: 300px;
}

.carousel {
    min-width: 100%;

}

.carousel .item {
}

#carousel_index .item img {
    min-width: 100% !important;
}

.carousel-caption {
    bottom: 0;
    left: 20%;
    display: flex;
    flex-flow: column;
    height: 250px;
    align-items: center;
}

.carousel-caption h1 {
    font-weight: 700;
}

.carousel-caption h1, .carousel-caption h4 {
    background-color: transparent;
}

.carousel-caption a {
    font-size: 0.89em;
    display: block;
    background-color: #900909;
    padding: 10px 30px;
    color: #fff;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3, 
.carousel-caption h4, 
.carousel-caption h5,
.carousel-caption h6 {
    /* color: #fff; */
    /* text-align: left; */
    font-size: 2em;
   padding:0px;
   margin:0px;
   text-align: center;
    /* margin: 40px 0 0px 0; */
}

.carousel-caption a:hover, .carousel-caption a:active, .carousel-caption a:focus {
    background-color: #4a0909;
    color: #fff;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next{
    width: 40px;
    height: 40px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 25px;
    background-color: #222;
    padding: 7px;
    border-radius: 30px;

}

#logo_company_site img {
    min-width: 250px;
    max-width: 300px;
}


.topbar {
    margin-bottom: 0;
    width: auto;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #000;
    padding: 15px;

}

.topbar .login_menu {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.topbar .login_menu li {
    List-style-type: none;
    margin-right: 15px;
}

.topbar .login_menu .hvr-outline-out{
    padding:5px;
}

.topbar a {
    color: #fff;
    display: inline-block;
    padding: 0 7px;
}

.wrapper-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 60px;
}

.wrapper-right a .fa {
    font-size: 32px;
    color: #fff;
}

.wrapper-right a .fa.logo-facebook:hover {
    color: #3b5998;
}
.wrapper-right a .fa.logo-twitter:hover {
    color: #1da1f2;
}
.wrapper-right a .fa.logo-linkedin:hover {
    color: #0077b5;
}
.wrapper-right a .fa.logo-instagram:hover {
    color: #405de6;
}
.wrapper-right a .fa.logo-youtube:hover {
    color: #cd201f;
}
.wrapper-right a .fa.logo-pinterest:hover {
    color: #bd081c;
}

a:hover, a:focus {

    text-decoration: none;
}

.nav {
    margin-right: 0 !important;
}

.navbar-nav > li > a {
    padding: 14px 10px;
    font-size: 18px;
}

.nav > li > a:hover, .nav > li > a:focus {

    background-color: transparent;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: -60px;
    border: none;
}

.navbar-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: auto;
    margin: 0;
}

.navbar-nav .btn-primary {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav .btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
}

#logo_company_site {
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    float: none;
}

.wrapper-social-icon {
    margin-bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    background-color: transparent;
}

.wrapper-social-icon .icons a .fa {
    font-size: 24px;
    margin: 0 8px;
    color: #fff;
}

.wrapper-social-icon .icons a .fa.logo-facebook:hover {
    color: #3b5998;
}
.wrapper-social-icon .icons a .fa.logo-twitter:hover {
    color: #1da1f2;
}
.wrapper-social-icon .icons a .fa.logo-linkedin:hover {
    color: #0077b5;
}
.wrapper-social-icon .icons a .fa.logo-instagram:hover {
    color: #405de6;
}
.wrapper-social-icon .icons a .fa.logo-youtube:hover {
    color: #cd201f;
}
.wrapper-social-icon .icons a .fa.logo-pinterest:hover {
    color: #bd081c;
}
.section-main {
    padding: 0 0 50px 0;
}
.carousel-indicators{
    bottom: -190px!important;
    height: 31px;
}
.carousel-control {
   /* height: 600px;*/
}
h2.separator {
    margin-top: 0;
    margin-bottom: 30px;
}

.copyright {
    color: #fff;
}

.creator {
    color: #fff;
}

.slick-prev:before, .slick-next:before{color:#79CDDD;}

section.section-footer {
    min-height: 500px;
    padding: 30px 0;

    background-size:cover;
    background-position: center;
      background-repeat:no-repeat;
}

.nav-footer {
    background-color: transparent;
    padding: 0;
}

section.section-footer ul {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

section.section-footer ul li {
    list-style-type: none;
    margin: 5px 0;
}

section.section-footer ul li a {
    color: #fff;
}

section.section-footer .form-control {
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    transition: border-color none, box-shadow none;
    /* margin: 15px 0; */
    height: 50px;
    margin-right: 30px;
}

.form-horizontal {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
}

#index_newsletter {
    float: none;
    color: #fff;
    background-color: transparent;
    padding: 0;
    margin-top: 0px;
    min-height: 200px;
    text-align: center;
}

#index_newsletter p {
    margin: 0 0 15px;
    text-transform: uppercase;
}

#index_newsletter .send-btn {
    color: #fff;
    padding: 16px 18px;
    font-size: 0.84em;
    font-weight: 700;
    background-color: #06335c;
    margin: 0 auto;
    display: block;
    border: none;
    text-transform: uppercase;
}

.section-footer .container{
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
section.section-footer .wrap-info-comp {
    margin: 5px 0;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
}

section.section-footer .tel a {
    font-size: 18px;
    font-weight: 900;
}

section.section-footer .info_company {
    margin: -5px 0;
    color: #fff;
}

section.section-footer .copyright {
    padding-top: 30px;
}

section.section-footer .creator{
    text-shadow: none;
    font-weight: bold;
}
@media (max-width: 1280px) {
    #menu {
        right: 0px !important;
    }
}

@media screen and (max-width: 1199px) {
    .carousel {
    }

    .header-bg {
    }

    #menu {
        position: relative;
        padding: 0px;
    }

    #toggle {
    }

    .navbar-nav {
        flex-flow: column;
        align-items: flex-end;
        background-color: #06335c;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        width: 280px;
        text-align: right;
    }

    .btn-group.open > .dropdown-menu {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        margin-left: -92px;
        width: auto;
    }

    .open > .dropdown-menu {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        width: 280px;
    }

    .dropdown-menu > li > a {
        white-space: normal;
        text-align: right;
    }
}

@media (max-width: 1024px) {

    .amazonmenu > ul {
        position: relative;
        display: block;

    }

    #toggle{
        /* display: block; */
        width: 28px;
        height: 30px;
        position: relative;
        left: 0px;
        top: 10px;
        outline-style: none;
        z-index: 100000;
        padding: 0px;
        vertical-align: top;
        margin-right: 10px;
    }

    #content {
        background-color: #fff;
        padding-top:0px;
        min-height: 300px;
        margin: 0px;
    }

    #toggle span, 
    #toggle span:after, 
    #toggle span:before {
        width: 100%;
        height: 5px;
        background-color: #fff; /* same as header link color*/
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 0px;
    }

    .amazonmenu > ul{
        margin-bottom:0px;
        padding-bottom: 0px;
    }
    #menu {
        position: relative;
        padding: 0px;
    }

    .navbar {
        margin-bottom: -71px;
    }

    .carousel-indicators{
        margin-bottom: -60px;
    }

    .carousel-caption {
        /* bottom: 0; */
        left: 20%;
        display: flex;
        flex-flow: column;
        height: auto;
        align-items: center;
    }

    #carousel_index{
        height: 300px;
    }
    .carousel-inner{
        min-height: 300px;
        max-height: 300px;
        height: 300px;
    }
    #carousel_index .item img{
        height: 100% !important;
        max-width: max-content;
    }
    .carousel-indicators li{
        border: 1px solid #000;
    }
    .carousel-indicators li.active{
        background-color: #000000;
    }


}

@media screen and (max-width: 991px) {
    .wrapper-right a .fa {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #toggle {
        bottom: -40px;
    }

    #menu {
    }

    .navbar {
        margin-bottom: -70px;
       /* margin-top: 30px;*/
        background-color: #fff;
    }

    #logo_company_site {
        text-align: center;
    }

    .topbar {
        /*justify-content: flex-end;*/
        justify-content: space-between;
        margin-top:0px;
    }

    .wrap-info-cie {
        text-align: center;
    }

    .amazonmenu .issub ul li {
        width: 100%;
    }

    .amazonmenu > ul > li {
        padding-left: 50px;
        background-color: #fff;
    }

    .amazonmenu ul li > div, .amazonmenu ul li > ul {
        background: #fff;
        top: 80px;
    }

    .amazonmenu > ul li a img {
        margin: 0 auto;
    }

    .amazonmenu ul {
        top: 54px;
        flex-flow: column;
        height: 0;
    }

    .wrapper-right {
        display: none;
    }

    .carousel-caption {
        height: 210px;
    }

    .form-horizontal {

        flex-flow: column;
        justify-content: center;
    }

    section.section-footer .form-control {
        margin-bottom: 32px;
    }

    .wrap-galerie {
        padding-top: 15px;
    }

    section.section-footer ul {
        align-items: center;
        padding: 40px 0;
    }

    section.section-footer .wrap-info-comp {
        margin: 0px 0;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }

    .carousel-caption {
        height: 200px;
       /* display: none;*/
    }

    #index_newsletter {
        padding: 32px 0px 0;
    }

    .wrapper-social-icon{
       justify-content: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .amazonmenu ul li > div, .amazonmenu ul li > ul {
        left: 0px;
    }
}

@media screen and (max-width: 425px) {
        .topbar .login_menu li {
            List-style-type: none;
            margin-left: 15px;
            margin-top: 5px;
    }

    .topbar{
        flex-flow: column;
    }

    .wrap-info-cie .info_company{
        display: block;
        margin-left: 15px;
    }
}

@media screen and (max-width: 320px) {
    .container {
        width: auto;
    }

    
}
