@charset "utf-8";

@import url("includes/scripts/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("includes/scripts/qaptcha/QapTcha.jquery.css");
/*@import url("includes/scripts/popup/assets/css/popup.css");*/
@import url("includes/scripts/jQuery-Validation-Engine-master/css/validationEngine.jquery.css");
@import url("includes/scripts/bootstrap/css/bootstrap.min.css");
/*@import url("includes/scripts/flexisel-master/css/style.css");*/
@import url("includes/scripts/jquery-ui/jquery-ui.min.css");
@import url("includes/scripts/jquery-ui/jquery-ui.theme.min.css");

:root {
    --primary-color: #ffcb05;
    --primary-light-color: #ffd431;
    --secondary-color: #ffaa05;
    --secondary-light-color: #ffba35;
    --grey-color: #4D5055;
    --grey-light-color: #bbbbbb;
    --blue-color: #042967;
    --white-color: #FFF;
    --black-color: #000;
}



/* CSS Document */
*::before, *::after {
    box-sizing: border-box;
}

body, html{
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    color:var(--grey-color);
    text-align: justify;
}

a img {border:none;}
img {vertical-align: middle; max-width: 100%; max-height: 100%; height: auto}

a,
a:hover,
a:focus
{text-decoration:none; color: var(--grey-color);}
p {margin:15px 0;}
form {
    margin:0;
    padding:0;
}


.noir, .noir:hover, .noir:focus{color:var(--black-color);}
.bg_noir{background:var(--black-color);}

.blanc, .blanc:hover, .blanc:focus{color:var(--white-color);}
.bg_blanc{background:var(--white-color);}

.rouge, .rouge:hover, .rouge:focus{color:#CC0000;}
.bg_rouge{background:#CC0000;}

.gris, .gris:hover, .gris:focus{color:var(--grey-color);}
.bg_gris{background:var(--grey-color);}

.gris3, .gris3:hover, .gris3:focus{color:#333333;}
.bg_gris3{background:#333333;}

.grisB, .grisB:hover, .grisB:focus{color:var(--grey-light-color);}
.bg_grisB{background:var(--grey-light-color);}

.grisF9, .grisF9:hover, .grisF9:focus{color:#F9F9F9;}
.bg_grisF9{background:#F9F9F9;}

.primary {
    color:var(--primary-color);
}
.bg-primary {
    background:var(--primary-color);
}

.secondary {
    color:var(--secondary-color);
}
.bg-secondary {
    background:var(--secondary-color);
}


.h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    padding-top: 40px;
    background: url("img/ico_6.png") no-repeat top center;
    text-align: center;
    margin: 0 0 20px 0;
}
.h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}


.padding_0_10 {padding: 0 10px;}
.padding_10_0 {padding: 10px 0;}
.padding_10 {padding: 10px;}
.padding_30_0 {padding: 30px 0;}
.padding_0_0_30_0 {padding:0 0 30px 0;}
.padding_60_0 {padding: 60px 0;}

.margin_20_0 {margin: 20px 0;}

.strong {font-weight: bold;}

.clear {clear: both;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}
.uppercase { text-transform: uppercase; }
.nonuppercase { text-transform: none; }
.pointer { cursor: pointer; }
.size12 {font-size: 12px;}
.size14 {font-size: 14px;}
.size16 {font-size: 16px;}
.size18 {font-size: 18px;}
.size20 {font-size: 20px;}
.size26 {font-size: 26px;}
.size37 {font-size: 37px;}
.size50 {font-size: 50px;}

.separation_1 {width: 25px; height: 5px; background: var(--white-color); margin: 10px auto 0px auto; }
.separation_2 {width: 60px; height: 5px; background: var(--primary-color); margin: 10px auto 0px auto; }
.separation_3 {width: 60px; height: 5px; background: var(--primary-color); margin: 10px 0 0 0; }

input {
    font-family: Arial, Helvetica, sans-serif;
}

.site {
    position: relative;
    overflow: hidden;
}
.div_popup {
    font-size: 13px;
}

/**************** GENERAL *************/
.btn {
    border-radius: 0;
    padding: .8rem 3rem;
}
.header .btn {
    border-radius: 0;
    padding: .3rem .6rem;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--primary-light-color);
    border-color: var(--primary-light-color);
}
.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: var(--secondary-light-color);
    border-color: var(--secondary-light-color);
}
.ui-widget.ui-widget-content {
    border : 2px solid var(--primary-light-color);
    -moz-box-shadow: 0px 0px 12px #aaa;
    -webkit-box-shadow: 0px 0px 12px #aaa;
    box-shadow: 0px 0px 12px #555;
}

.btn-primary:not([disabled]):not(.disabled):active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 .2rem var(--secondary-light-color);
}
/**************** GENERAL *************/



.top-bg {
    background: var(--primary-color);
    position: relative;
    min-height: 60px;
    padding: 20px 0 10px 0;
    margin-right: -55px;
}
.top-bg::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -650px;
    width: 650px;
    background: var(--primary-color);
}
.top-bg::after {
    content: '';
    position: absolute;
    left: 100%;
    z-index: 0;
    border-top: 130px solid var(--primary-color);
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    bottom: 0;
}

.logo{
    background: var(--primary-color);
    position: relative;
    min-height: 130px;
    padding-left:50px;
    margin-bottom: -2px;
}
.logo:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -650px;
    width: 650px;
    background: var(--primary-color);
}
.logo:after {
    content: '';
    position: absolute;
    left: 100%;
    z-index: 0;
    border-top: 130px solid var(--primary-color);
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    bottom: 0;
}
.logo a {display: block}
.logo a img {
    max-height: 100px;
}
.header_1 {
    padding-top:20px;
}
.header_1 a {
    display: inline-block;
    line-height: 22px;
    vertical-align: bottom;
}
.header_2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_3 {
    padding-top: 25px;
    border-top:1px solid #e7e7e7;
    line-height: 23px;
}
.contact_info img,
.header_3 img {
    margin-right: 10px;
    margin-bottom: 10px;
}






/**************** MENU *************/
.site-nav-inner {
    background: var(--grey-color);
    /*min-height: 64px;*/
    position: absolute;
    z-index: 100;
    top: -15px;
    font-size: 16px;
}
.site-nav-inner::before {
    content: '';
    position: absolute;
    left: -30px;
    z-index: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 64px solid var(--grey-color);
    bottom: 0;
}
.site-nav-inner::after {
    content: "";
    position: absolute;
    background: var(--grey-color);
    display: block;
    width: 300%;
    height: 100%;
    right: -300%;
    top: 0;
}
.navbar {
    padding:0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 20px 15px 20px;
    background: url("img/separation_1.png") no-repeat center left var(--grey-color);
    color: var(--white-color);
    border-bottom: 5px solid var(--grey-color);
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--secondary-light-color);
    border-bottom: 5px solid var(--secondary-light-color);
}
ul.navbar-nav li.nav-item:first-child .nav-link {
    background-image: none;
}
.dropdown-menu {
    margin:0;
    background: var(--grey-color);
    color: #EEEEEE;
    border: none;
    border-radius: 0;
}
.dropdown-item {
    color: #EEEEEE;
    border-bottom: 1px solid #666666;
    padding: .5rem 1.5rem;
}
.dropdown-item:last-child {
    border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--secondary-light-color);
    background: none;
}
.dropdown_langue .dropdown-menu {
    background: var(--white-color);
    color: var(--grey-color);
    border: 1px solid #DDDDDD;
    min-width:auto;
}
.dropdown_langue .dropdown-item {
    color: var(--grey-color);
    border-bottom:none;
    padding: .3rem 1.5rem;
}
.navbar-toggler {
    margin:15px 0;
}
/**************** MENU *************/


.img_header_page {
    position: relative;
    z-index: 1;
    padding-bottom: 10%;
    background-size: cover;
}
.breadcrumb {
    background: none;
    margin-bottom: 0;
}
.breadcrumb-item.active {
    color: var(--grey-color);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--grey-color);
    content: ">";
}

.diaporama_texte {
    position:absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    top:150px;
    left:-700px;
    width:700px;
    z-index:0;
    font-size:40px;
    line-height: 50px;
}
.diaporama_bouton {
    position:absolute;
    bottom:150px;
    right:-200px;
    font-size:20px;
}

.accueil_bloc1 {
    margin-top: -65px;
}

.accueil_bloc1 .bg_bleu{
    padding: 30px 15px;
}



.accueil_bloc2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url("img/fond_2.png") no-repeat;
    background-size: cover;
}
.accueil_bloc2 .col-sm-6 {
    margin: 10px 0;
}


.accueil_bloc3 {
    width: 100%;
    height: 100%;
    background: url("img/img_3.png") no-repeat center top;
    background-size: cover;
}
.texte_droite,
.texte_gauche {
    padding: 0 15px;
}
.reference {
    margin: 30px;
    width: 125px;

    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.reference:hover {

    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.helper {
    font-size: 12px;
    volor: var(--grey-color);
}
.temoignage {
    padding: 0 30px;
}
.temoignage img {
    margin: 0 10px 10px 0;
    width: 90px;
}
.temoignage_texte {
    padding: 20px 0;
    background: url("img/fond_3.png") no-repeat top right;
}
.reseaux_sociaux  img {
    margin: 0 3px;
}


.form-control {
    color: var(--grey-color);
    padding: 0.375rem 0rem;
    font-size: 16px;
    border:none;
    border-bottom: 1px solid #999999;
    border-radius: 0;
}
.form-control:focus {
    color: var(--grey-color);
    border:none;
    border-bottom: 1px solid var(--primary-color);
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: var(--grey-color);
}

.form-control:-ms-input-placeholder {
    color: var(--grey-color);
}

.form-control::-ms-input-placeholder {
    color: var(--grey-color);
}

.form-control::placeholder {
    color: var(--grey-color);
}
.captcha {
    width: 230px;
    display: inline-block;
}



.sous_menu_page {
    border: 1px solid var(--primary-color);
    border-right: 1px solid var(--white-color);
    background: var(--primary-color);

}


.sous_menu_page:hover,
.sous_menu_page.active {
    /*border: 1px solid var(--primary-color);*/
    background: var(--white-color);
    background: url("img/fond_4.png") left top repeat-y;
}
.sous_menu_page2 {
    padding-left: 0;
}

.sous_menu_page:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}
.sous_menu_page a {
    display: block;
    color: var(--white-color);
}
.sous_menu_page a:hover {
    color: var(--primary-color);
}
/*.sous_page1 {*/
    /*filter: grayscale(1);*/
    /*-webkit-filter: grayscale(1);*/
    /*-moz-filter: grayscale(1);*/
    /*-o-filter: grayscale(1);*/
    /*-ms-filter: grayscale(1);*/
/*}*/


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.international {
    position: relative;
    max-width: 960px;
    margin:30px  auto;
    position: relative;
    padding-bottom: 44%;
    background: url("img/fond_5.png") no-repeat center;
    background-size: cover;
}
.horaires {
    position: absolute;
    background: url("img/ico_23.png") no-repeat 10px 2px var(--white-color);
    padding: 3px 20px 3px 40px;
    border: 1px solid var(--primary-color);
    /*width: auto;*/
    line-height: 17px;
}
.horaire_NY {
    top: 35%;
    left: 25%;
}
.horaire_Paris {
    top: 31%;
    left: 47%;
}
.horaire_Moscow {
    top: 20%;
    left: 61%;
}
.horaire_Hong_Kong {
    top: 45%;
    left:80%;
}
.horaire_Brasilia {
    top: 70%;
    left: 32%;
}
.horaire_Cape_Town {
    top: 75%;
    left: 55%;
}
.horaire_Melbourne {
    top: 80%;
    left: 83%;
}

.bouton_haut {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    padding: 5px 10px 10px 10px;
    right: 0;
}


.contact_footer .form-control {
    padding: 0 2px;
    font-size: 13px;
}

.contact_footer .btn {
    padding: 10px;
}
.contact_footer {
    position: fixed;
    bottom: 0;
    right: 50px;
    padding: 10px;
    border: 5px solid var(--primary-color);
    border-bottom: none;
    background: var(--white-color);
    width: 340px;
    z-index: 1500;
    -moz-box-shadow: 0px 0px 5px var(--black-color);
    -webkit-box-shadow: 0px 0px 5px var(--black-color);
    box-shadow: 0px 0px 5px var(--black-color);
}

.container-tel svg {
    width: 40px;
    height: 40px;
    color: var(--blue-color);
    border: 2px solid var(--blue-color);
    padding: 5px;
    margin-right: 10px;
}

/**************** FOOTER *************/
.footer {
    background: var(--secondary-light-color);
    position: relative;
    padding: 80px 0 60px;
}
.footer .angle-bg {
    background: var(--primary-color);
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    bottom: 0px;
    width: 55%;
    margin-right: -17%;
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -o-transform: skew(-6deg);
}
.footer img {
    max-height: 140px;
}

.footer_border {
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
}
.footer-credit a {
    margin: 0 10px;
}
.footer-credit a.popup {
    margin: 0 0 0 10px;
}
/**************** FOOTER *************/




/**************** JSSOR *************/
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*.jssorb032 {position:absolute;}*/
/*.jssorb032 .i {position:absolute;cursor:pointer;}*/
/*.jssorb032 .i .b {fill:var(--white-color);fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}*/
/*.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:var(--white-color);stroke-opacity:.35;}*/
/*.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:var(--white-color);stroke-opacity:.35;}*/
/*.jssorb032 .i.idn {opacity:.3;}*/

.jssora051 {display:block;position:absolute;cursor:pointer; background:url("img/fond_1.png"); padding: 10px;}
.jssora051 .a {fill:none;stroke:var(--grey-color);stroke-width:800;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
/**************** JSSOR *************/











/********** POPUP *********/
.ui-widget-header {
    background: none;
    border : none;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0 5px;
}
/********** POPUP *********/


/********** CAROUSEL *********/
.jcarousel-wrapper {
    position: relative;
    margin: 30px 0;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid var(--white-color);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    text-align: center;
    margin: 20px 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: var(--grey-light-color);
    color: var(--grey-light-color);
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px var(--grey-light-color);
    -moz-box-shadow: 0 0 2px var(--grey-light-color);
    box-shadow: 0 0 2px var(--grey-light-color);
}

.jcarousel-pagination a.active {
    background: var(--primary-color);
    color: var(--white-color);
    opacity: 1;

    font-size: 16px;
    height: 15px;
    width: 15px;
    line-height: 15px;

    -webkit-box-shadow: 0 0 2px var(--primary-color);
    -moz-box-shadow: 0 0 2px var(--primary-color);
    box-shadow: 0 0 2px var(--primary-color);
}
/********** CAROUSEL *********/

/********** PAGE PAIEMENT *********/
.paybox_form, .paiement_div{
    display: none;
}
.paiement_message{text-align: center; font-weight: bold;}