<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************
  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 &gt; .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;196

    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 &gt; 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 &gt; a, .nav .open &gt; a:hover, .nav .open &gt; 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 &gt; .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 &gt; li &gt; a {
    background-color: transparent;
    font-size: 18px;
}

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

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; 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 a:hover, .carousel-caption a:active, .carousel-caption a:focus {
    background-color: #4a0909;
    color: #fff;
}

#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 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 &gt; li &gt; a {
    padding: 14px 10px;
    font-size: 18px;
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; 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-indicators {
     bottom: 0px!important;
 }
.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.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;
}

.wrapper-social-icon-pictos {
    position: relative;
}

.social-hover-text {
    position: absolute;
    top: 110%;
    right: 0px;
    display: none;
    background-color: #fff;
    padding: 5px 10px;
    width: 295px;
    border: 1px solid #666;
    text-align: left;
    max-width: 295px;
    z-index: 999;
    text-shadow: none;
}

.company-social-icon.icon:hover &gt; .social-hover-text {
    display: block !important;
}

.video-modal-body {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-modal-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-carousel-modal .modal-content .modal-header {
    height: 36px;
}

.video-carousel-modal .modal-content .modal-header .close {
    color: white;
    opacity: 1;
}

.video-carousel-modal .modal-content {
    background-color: #000;
}

body .amazonmenu &gt; ul {
    height: auto;
}

@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 &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
        width: 280px;
        text-align: right;
    }

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

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

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

@media (max-width: 1024px) {
    #menu {
        position: relative;
        padding: 0px;
    }

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

@media (max-width: 991px) {
    #toggle {
    }

    #menu {
    }

    .wrapper-right a .fa {
        font-size: 22px;
    }


    .social-hover-text {
        left: 50%;
        transform: translateX(-50%);
    }
}

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

@media (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;
        margin-top: 25px;
    }

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

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

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

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

    .amazonmenu &gt; 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: 210px;
        display: none;
    }

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

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

@media (max-width: 320px) {
    .container {
        width: auto;
    }
}
</pre></body></html>