:root {
  --bleu: #3366FF;
  --jaune: #FFCC00;
  --orange: #FF9900;  
}

body{
    overflow-x: hidden;
}


/* general */

a, .wpb_text_column a{
    color: var(--orange);
}

p{
    margin-bottom: 15px;
}

.color_jaune{
    color: var(--jaune);
}

.color_orange{
    color: var(--orange);
}

.color_bleu{
    color: var(--bleu);
}

.overflow_hidden{
    overflow: hidden !important;
}

.hidden{
    display: none;
}

body .hide_elem{
    display: none !important;
}

body.vc_editor .hide_elem{
    opacity: 0.2;
    display: block !important;
}

body .fancybox-stage .hide_elem{
    display: inline-block !important;
}

body.elementor-editor-active .hide_elem{
    opacity: 0.2;
    display: block !important;
}

.orange .vc_btn3{
    background-color: var(--orange) !important;
}

.orange .vc_btn3:hover{
    background-color: #09162a !important;
}

.ul_not{
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.ul_not li{
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
}

.ul_not li:before{
    content:'→';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
}

.w_100_img *{
    width: 100%;
    height: auto;
}

.max_w_380{
    max-width: 380px;
}

.links_noirs a{
    color: #777;
}

.links_noirs a:hover{
    color: var(--orange);
}

.links_noirs li:before{
    color: var(--orange);
}


/* reset */

.edit-link{
    display: none;
}

.wpb_text_column ul, .wpb_text_column ol{
    padding-left: 15px;
}

.wpb_text_column li{
    margin-bottom: 5px;
}


/* header */

@media (min-width:1200px) 
{
    .site-header-top{
        max-width: 1180px !important;
    }
}

.kyber-header-button-container > div.kyber-header-button{
    white-space: nowrap;
    margin-left: 10px;
}

.site-header .contact-info .contact-item{
    padding-left: 20px;
}

.header-layout-2 .site-header .contact-info .contact-item i{
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.site-header .contact-list{
    font-size: 12px;
    line-height: 1.6em;
}

.header-layout-2 .site-header .contact-info .contact-item i, .services-style-1 .kyber-service-date, .services-btn a{
    border-left: 5px solid var(--jaune) !important;
    border-right: 3px solid var(--bleu) !important;
}

.header-layout-2 .site-header .main-navigation div>ul>li>a:before{
    content:'';
    display: inline-block;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--jaune);
    position: relative;
    top: -2px;
}

.site-header .main-navigation div > ul >li.current-menu-item > a:before{
    /*background: var(--bleu);*/
}

#site-navigation-mobile{
    display: none;
}


/* home page */

.barre_slide{
    border-left: 5px solid var(--jaune);
    border-right: 3px solid var(--bleu);
}

.btn_geodia, .btn_geodia a, .kyber-header-button-container a.kyber-header-button, .owl-carousel .owl-nav button{
    border-left: 4px solid var(--bleu) !important;
    position: relative;
}

.btn_geodia:before, .btn_geodia a:before, .kyber-header-button-container a.kyber-header-button:before, .owl-carousel .owl-nav button:before{
    content:'';
    display: block;
    background: var(--jaune);
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}

.owl-carousel .owl-nav button.owl-prev{
    border-left: none !important;
    border-right: 4px solid var(--bleu) !important;
}

.owl-carousel .owl-nav button.owl-prev:before{
    left: auto;
    right: 0;
}

#rev_slider_1_1_wrapper .tp-rightarrow.metis.tparrows{
    background: var(--orange) !important;
}

#rev_slider_1_1_wrapper .tp-rightarrow.metis.tparrows:hover{
    background: #fff !important;
}

#rev_slider_1_1_wrapper .metis.tparrows.tp-leftarrow{
    background: var(--bleu);
}

#rev_slider_1_1_wrapper .metis.tparrows.tp-leftarrow:before{
    color: #fff;
}

#rev_slider_1_1_wrapper .metis.tparrows.tp-leftarrow:hover:before{
    color: #000;
}

.services-style-1 .kyber-service-content-cover{
    /*min-height: 310px;*/
}

.section_services .custom-heading-style-1 .heading-subtitle{
    /*color: var(--jaune) !important;*/
}

.section_about .btn_geodia{
    border: none !important;
}

.section_about .btn_geodia:before{
    display: none !important;
}

.section_about .btn_geodia .vc_btn3{
    background: var(--orange);
}

.section_about .btn_geodia .vc_btn3:hover{
    background: #09162a;
}

.section_about .kyber-progress-bar-value{
    display: none !important;
}

.kyber_progress_bar_wrapper .kyber-progress-bar{
    background: var(--blue) !important;
}

.kyber-shortcode-wrapper > .kyber-progress-bar-wrapper .kyber-progress-bar-inner{
    background: var(--orange) !important;
}

.kyber-shortcode-wrapper > .kyber-progress-bar-wrapper:nth-child(even) .kyber-progress-bar-inner{
    background: var(--jaune) !important;
}

.infobox-style-3 .kyber-infobox-icon:after{
    border-left: 5px solid var(--jaune);
    border-bottom: 2px solid var(--bleu);
    background: #fff;
}

body div.section_head_chiffres{
    padding-bottom: 5px !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    background: #eee !important;
}

.kyber-contact-box-style1 h4{
    left: -97px !important;
    top: 42px !important;
}

.wrap_visuel_tems{
    background-position: center center !important;
    background-attachment: fixed;
}

.wrap_tems > .vc_column-inner{
    min-height: 540px;
    opacity: 0;
}

.wpb-js-composer .kyber-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a{
    padding-right: 50px;
}



/* pages internes */

.kyber-page-title{
    position: relative;
}

.kyber-page-title:before{
    display: block;
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D1C33;
    opacity: 0.9;
    z-index: 0;
}

.kyber-page-title > *{
    position: relative;
    z-index: 1;
}


/* page service */

.wpb_image_grid .wpb_image_grid_ul .isotope-item{
    width: 250px;
}

.wpb_image_grid .wpb_image_grid_ul a{
    height: 250px;
}

.wpb_image_grid .wpb_image_grid_ul a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* page contact */

@media (min-width:992px) 
{
    body .kyber-contact-info{
        margin-bottom: 250px !important;
        padding: 70px !important;
        
    }
    .kyber-contact-box-style1.contact-page-box{
        bottom: -230px;
        right: -70px;
        top: auto;
    }
    
    .espace_contact{
        height: 250px !important;
    }
}

.infos_contact{}

.infobox-style-2 h3{
    margin-bottom: 5px;
}


/* footer */

.kyber-footer-widgets-wrapper .footer-logo{
    background: #fff;
}

.widget h2.widget-title:after{
    background-color: var(--jaune) !important;
}



/* responsive */

@media (max-width:767px) /* testé sur 320px */
{
    /* header */
    
    .site-header .site-logo img{
        min-height: 0 !important;
        max-height: 70px;
        width: auto;
        height: auto;
    }
    
    /* page contact */
    
    .kyber-contact-box-style1 a{
        font-size: 16px !important;
    }
}


