/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Color/Title/Font/link
    1.1 divi Overwrite
2.0 Navigation
3.0 Header
    3.1 Search Form
4.0 Footer
5.0 Button
6.0 FlexBox
7.0 Pages
    7.1 Home page
    7.2 References
    7.3 Actualités
    7.4 Emploi


--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Color/Title/Font/link
--------------------------------------------------------------*/

/* color */
/*.color_purple { color: #bf3552 !important; }
.color_grey_text { color: #acacac; }*/

/* backgound */
/*.bg_color_pink { background-color: #e94860; }
.bg_color_purple { background-color: #bf3552; }
.bg_color_grey { background-color: #f5f5f5; }*/

h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.upper {
    text-transform: uppercase;
}

.orange {
    color: #ef8e3f;
}

@media (max-width: 730px) {
    .more-link {
        width: 40% !important;
    }
}

@media (max-width: 456px) {
    .more-link {
        width: 80% !important;
    }
}

.et_pb_module.et_pb_text {
    position: relative;
}

.line_center:after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: 110%;
    background: #949494;
}

.line_center.white:after {
    background: #fff;
}

.line_left:after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    top: 110%;
    background: #949494;
}

.bg_stripes {
    background-image: linear-gradient(135deg, #cfcfcf 16.67%, #ffffff 16.67%, #ffffff 50%, #cfcfcf 50%, #cfcfcf 66.67%, #ffffff 66.67%, #ffffff 100%) !important;
    background-size: 4.24px 4.24px !important;
}

/*************** 1.1 divi Overwrite *************************/
.et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    max-width: 1200px !important;
}

.nos-produits-template-default #content .sidebarPosition #primary {
    width: 100%;
}

.nos-produits-template-default #content .sidebarPosition #secondary {
    display: none;
}

.nos-produits-template-default .entry-header {
    display: none;
}

.post-template-default .sidebarPosition {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

/*--------------------------------------------------------------
2.0 Navigation
--------------------------------------------------------------*/

/*PAGINATION*/
.navigation {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.navigation ul {
    width: 100%;
    list-style: none;
    position: relative;
    left: 50%;
    font-size: 16px;
}

.navigation ul li {
    float: left;
    position: relative;
    margin: 0 10px;
    text-align: center !important;
}

.navigation ul li a {
    text-decoration: none;
    margin: 10px;
    float: left;
    font-size: 16px !important;
    padding: 2px 5px;
    margin-top: -2px;
    font-family: 'roboto' !important;,
}

.navigation ul .fa-chevron-left {
    font-weight: 100 !important;
    position: absolute;
    float: none !important;
    left: -10px;
    top: 5px
}

.navigation ul .fa-chevron-right {
    font-weight: 100 !important;
    position: absolute;
    float: none !important;
    right: -10px;
    top: 5px
}

.navigation .orange-link, .navigation .active.orange-link a {
    color: #f68621 !important;
    font-weight: 600;
}

.main-navigation ul li.menu-item-has-children::after, .main-navigation ul li.menu-item-has-children::before {
    right: 6em
}

.menu_desktop_scroll_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px !important;
    padding: 0 !important;
}

.menu_desktop_scroll_area .logoArea a {
    margin: 0 !important;
    padding: 0;
    height: 70px;
}

.menu_desktop_scroll_area .logoArea a img {
    /*width: 100%!important;*/
    height: 70px !important;
}

.main-navigation.menu_back_scroll {
    display: none;
    background: #1f2d3a !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 70px !important;
    z-index: 999;
}

#page .main-navigation.menu_back_scroll {
    left: 0;
}

.menu_desktop_area {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuAreaDesktop {
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu_desktop_area .logoArea {
    width: 22%;
}

.menu-principal-container a,
.menu-menu-en-container a {
    font-weight: 500;
    padding-right: 1rem
}

.menu-principal-container a:hover,
.menu-menu-en-container a:hover {
    color: #ef8e3f !important;
}

#block_header .sub-menu .menu-item a {
    color: #1e1e1e;
}

/*Mobile Menu*/
.menuAreaMobile {
    display: none;
    font-size: 20px;
}

#menu_mobile_area {
    background: #1f2d3a !important;
    display: none;
    width: 100vw;
}

#menu_mobile_area.open {
    display: block !important;
}

#menu_mobile_area ul li ul li {
    color: #fff !important;
}

#menu_mobile_area {
    display: none;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #c1c1c1;
    z-index: 0;
    padding: 15px 0;
}

#menu_mobile_area.open {
    height: initial;
    opacity: 1;
    z-index: 999;
}

#close_menu_mobile {
    right: 2%;
    position: absolute;
    top: 1%;
    background: #fff;
    color: #ef8e3f;
}

#close_menu_mobile:hover {
    background: #ef8e3f;
}

#close_menu_mobile:hover #closePopUpNewsletter {
    color: #fff !important;
}

#menu_mobile_area #top-menu-mobile {
    list-style: none;
}

#menu_mobile_area #top-menu-mobile > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}

#menu_mobile_area #top-menu-mobile > li {
    font-weight: 700;
    font-size: 18px;
}

#menu_mobile_area #top-menu-mobile .sub-menu > li {
    font-weight: 300;
    font-size: 14px;
}

.menuAreaMobile .fa-bars:before, .menuAreaMobileScroll .fa-bars:before {
    color: #fff;
    font-size: 40px;
}

@media (min-width: 769px) {
    .menuAreaMobileScroll {
        display: none;
    }
}

#menu_mobile_area li > a {
    color: #ef8e3f !important;
}

#menu_mobile_area li > ul a {
    color: inherit !important;
}

@media (max-width: 767px) {
    #menu_mobile_area {
        display: none;
    }

    #menu_mobile_area.open {
        display: block;
    }

    #fil_ariane #breadcrumbs > span > span {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#site-navigation {
    background: url("../images/header-ap.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    position: relative;
}

.home #site-navigation {
    background-attachment: fixed;
}

#site-navigation .arrow-down {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -9.5px;
    bottom: 5%;
    cursor: pointer;
}

/*#site-navigation.second{*/
/*    margin-top: -20vh;*/
/*    border: solid transparent;*/
/*}*/

#site-navigation.second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    pointer-events: none;
}

#site-navigation.second .wrap #intro {
    margin: 0 !important;
}

/*#site-navigation.second .wrap #intro{*/
/*    margin-top: -250px!important;*/
/*}*/
#block_header .menu-item a {
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
}

header #intro {
    position: relative;
    margin-top: -250px;
}

header #intro h1 {
    text-align: center;
    font-size: 45px;
    padding: 0 100px !important;
}

header #intro h2 {
    padding: 0 100px !important;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 100 !important;
}

#masthead {
    position: relative;
}

#masthead:after {
    content: '';
    position: absolute;
    bottom: 4.9%;
    width: 150px;
    height: 150px;
    right: 3%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.page-id-2689 #masthead:after {
    background: url('/wp-content/uploads/2019/02/LABEL_FR_CLASSIC-copie_LABEL_FR_CLASSIC_BLANC.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.page-id-23 #masthead:after {
    /*background: url('/wp-content/uploads/2019/02/LABEL_FR_CLASSIC_BLANC.png');*/
	background: url('/wp-content/uploads/2019/02/fab_france_logo_2025.png');
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 110px;
}


#header_top .wrap {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#block_header .topBanderole {
    height: 380px;
}

#header_pages .title_header_page h1 {
    text-align: center;
    /*font-size: 45px;*/
    font-size: 35px;
    color: #ef8e3f;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    margin-top: 0;
    position: relative;
}

#header_pages .title_header_page h1:after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: -50%;
    background: #fff;
}

div#fil_ariane {
    text-align: center;
    padding-top: 19px;
}

.breadcrumb_last::first-letter {
    text-transform: capitalize !important;
}

.breadcrumb_last {
    display: inline-block
}

div#fil_ariane * {
    color: #fff;
    font-size: 14px;
}

@media screen and ( max-width: 1200px ) {
    .entry-title {
        margin-top: 0px !important;
        font-size: 30px !important;
    }

    #header_pages .title_header_page h1::after {
        display: none
    }
}

@media (max-width: 368px ) {
    .menu_desktop_area {
        position: absolute;
        top: 0;
    }

    #site-navigation.second .wrap #intro {
        /*margin-top: -350px!important;*/
    }
}

/***************************** 3.1 Search Form ********************************/
#modalSearch {
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #000000ad;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#modalSearch.active {
    visibility: visible;
    opacity: 1;
}

#modalSearch .search_content_form {
    width: 50%;
    position: relative;
}

#toogle_close_search {
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
    font-size: 30px;
    color: #b3b3b3;
}

#search_form_menu input {
    border-radius: 50px;
    padding: 20px 70px;
    font-size: 18px;
    color: #b3b3b3;
}

#search_form_menu:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    left: 25px;
    top: 10px;
    font-size: 30px;
    color: #b3b3b3;
}

#search_form_menu input::-webkit-input-placeholder {
    color: #b3b3b3;
}

#search_form_menu input::-moz-placeholder {
    color: #b3b3b3;
}

#search_form_menu input:-ms-input-placeholder {
    color: #b3b3b3;
}

#search_form_menu input:-moz-placeholder {
    color: #b3b3b3;
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/

.footer-widget-4 #media_image-2 {
    margin: auto !important;
}

/*Widget*/
footer {
    border-top: 3px solid #ef8e3f;
}

footer .footer-widgets {
    background: #c1c1c1;
}

/* footer .footer-widgets .widget-area {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */

footer .footer-widgets .widget-area > div {
    /* width: 20%;
    min-width: 250px; */
    padding: 15px;
}

#colophon .footer-widget-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

#colophon .footer-widget-4 > section:nth-child(1) {
    width: 20%;
}

#colophon .footer-widget-4 > section:nth-child(2) {
    width: 50%;
    text-align: justify;
}

#colophon .footer-widget-4 > section:nth-child(3) {
    width: 30%;
    padding-left: 50px;
}

#colophon .footer-widget-4 > section:nth-child(3) li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 7px;
    color: #fff;
    position: relative;
    margin-left: 6px;
    left: -10px;

}

/*Site info*/

footer .bottomFooter {
    background: grey;
}

#colophon .footer-widget-4 > section {
    padding: 15px;
}

/* #colophon .footer-widget-4 #media_image-3{
    width: 100%;
} */
#colophon p, #colophon a, #colophon h2 {
    color: #fff;
}

#colophon div {
    background-color: #1f2d3a !important;
}

#colophon .bottomFooter {
    border-top: solid #ef8e3f
}

/*--------------------------------------------------------------
5.0 Button
--------------------------------------------------------------*/

/*.btnWhite {
    text-align: right !important;
}

.btnWhite input{
    text-transform: uppercase !important;
    border: none !important;
    background: #fff !important;
    padding: 15px 30px !important;
    color: red !important;
    margin: 20px 10px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px !important;
    font-weight: 300 !important;
}*/


/*--------------------------------------------------------------
6.0 FlexBox / Containt
--------------------------------------------------------------*/


/*--------------------------------------------------------------
7.0 Pages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
7.1 Home page
--------------------------------------------------------------*/

/**************Gallery Réalisation*************************************/
.et_pb_gallery_item {
    position: relative;
}

.et_pb_gallery_item h3 {
    display: none !important;
    position: absolute;
    width: 100%;
    top: 25%;
    z-index: 900;
}

.et_pb_gallery_item:hover h3 {
    display: block !important;
}

.et_pb_tabs_controls {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    background-color: transparent;
}

.et_pb_tabs_controls li {
    display: block;
    float: none !important;
    border: none !important;
    margin-top: 5px !important;

}

.et-db #et-boc ul.et_pb_tabs_controls {
    background: transparent !important;
}

.et_pb_tabs_controls li:hover {
    background: #ef8e3f !important;
}

.et_pb_tabs_controls li:hover a {
    color: #fff !important;
}

.et_pb_all_tabs {
    margin: auto !important;
}

.et_pb_tab_content figcaption {
    height: auto;
}

.et-db #et-boc .et_pb_tab {
    padding: 24px 90px !important;
}

.fg-item.fg-loaded {
    height: auto !important;
}

.et-db #et-boc .et_pb_tab {
    padding: 0 !important;
    width: 100% !important;
    margin-top: 20px;
}

.et_pb_all_tabs {
    width: 100%
}

#block_home_rea .fg-item-inner, #block_home_rea .fg-item-inner img {
    width: 100% !important;
}

#block_home_rea .fg-item-inner a {
    padding-bottom: 0 !important;
    width: 100% !important;
}

@media (max-width: 571px) {
    .fg-item.fg-loaded {
        width: 50%;
        height: auto !important;
    }
}

@media (min-width: 571px) {
    .fg-item.fg-loaded {
        width: 33.33333%;
        height: auto !important;
        /*     margin: 0!important; */
    }
}

@media (min-width: 860px) {
    .fg-item.fg-loaded {
        width: 25%;
        height: auto !important;
        /*     margin: 0!important; */
    }
}


/**************HOME CONTACT FORM*************************************/

#contact_form_home h3 {
    font-size: 25px;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}

#contact_form_home .message textarea {
    border: 1px solid #bbb;
    height: 130px;
    padding: 0 10px;
    width: 60% !important;
}

#contact_form_home .rgpd {
    width: 60% !important;
    margin: 10px 0;
}

#contact_form_home .bouton-contact input {
    border: solid;
    display: block;
    padding: 10px 30px;
    color: white;
    background: #ef8e3f;
    width: 120px !important;
}

.formulaire_home input {
    width: 60% !important;
}

h3.titre_contact_home {
    font-weight: 700 !important;
}

#page #content {
    padding-bottom: 0 !important;
}

/*--------------------------------------------------------------
7.2 References
--------------------------------------------------------------*/

.logos_ref .smls-grid-container-template-1 .smls-grid-image-wrap:before,
.logos_ref .smls-grid-container-template-1 .smls-grid-image-wrap:after {
    display: none !important;
}

.logos_ref .smls-grid-image-wrap {
    padding: 10px !important;
}

.logos_ref .smls-grid-image-wrap {
    -webkit-filter: saturate(0%) brightness(200%) contrast(40%);
    filter: -webkit-filter:saturate(0%) brightness(200%) contrast(40%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.logos_ref .smls-grid-image-wrap:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/*--------------------------------------------------------------
7.3 Actualités
--------------------------------------------------------------*/
#archiveArticle:first-child {
    margin-top: 15px;
}

.widget_categories span, .widget_archive span {
    text-transform: none;
    color: #f68621;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0em !important;
}

#archiveArticle > div:first-child {
    order: 2;
    width: 70%;
    padding: 0 20px;
}

#archiveArticle > div:last-child {
    width: 30%;
    padding-top: 10px;
}

#archiveArticle h3.entry-title {
    line-height: 1.2em;
    font-weight: 400 !important;
}

#archiveArticle h3.entry-title a {
    font-size: 20px;
    color: #f68621;
}

#archiveArticle .readMore a {
    padding: 10px 20px;
    background-color: #f68621;
    color: #fff;
    transition: all .5s;
}

#archiveArticle .readMore a:hover {
    background-color: rgba(246, 134, 33, .7);
}

.navigation.pagination h3 {
    display: none;
}

#secondary > section {
    border: 1px solid #eaeaea;
    padding: 40px;
}

#secondary > section:first-child {
    margin-bottom: 50px;
}

#secondary > section h3 {
    text-transform: none;
    color: #f68621;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0em !important;
}

#secondary .widget ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #eaeaea;
    font-size: 10px;
    position: relative;
}

#secondary .widget ul li a {
    font-size: 16px;
}

#archiveArticle .post-thumbnail {
    padding-top: 4px !important;
    height: 134px;
    overflow: hidden
}

/*--------------------------------------------------------------
7.2 Emploi
--------------------------------------------------------------*/
article .category-emploi {
    border-bottom: 1px #b5b5b5 solid !important;;
    padding-bottom: 30px !important;
}

article .category-emploi a.more-link {
    display: block !important;;
    width: 20%;
    margin: auto !important;
    background-color: #ef8e3f !important;
    line-height: 3 !important;
    color: #fff !important;
    padding: 0 17px !important;
    font-size: 16px !important;;
}

.wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #ef8e3f !important;
    font-size: 16px !important;;
}

.wp-pagenavi a {
    font-size: 16px !important;;
}

.wp-pagenavi {
    border: none !important;
}

.creation-descriptif {
    max-width: 920px !important;
}


/*current page menu*/
.current-menu-parent > a,
.current_page_item > a,
.current-menu-item > a {

    color: #ef8e3f !important;
}

#site-navigation-pages > .wrap {
    padding: 0;
}

/*.et-db #et-boc .et_pb_text_7{*/
/*    background: #ef8e3f!important;*/
/*}*/


.et_pb_tabs_controls {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    background-color: transparent;
}

.et_pb_tabs_controls li {
    display: block;
    float: none !important;
    border: none !important;
    margin-top: 5px !important;
    width: 33% !important;
    text-align: center !important;
}

#block_contact a, .et_pb_css_mix_blend_mode_passthrough p a {
    color: white !important;
}

@media (max-width: 992px) {
     .et_pb_tabs_controls li {
        width: 49% !important;
    }
    .home .menu_desktop_area .logoArea{
        width: 100%;
    }
    .menu_desktop_area .logoArea{
        width: 30%;
    }
    .home .menu_desktop_area {
        position: absolute;
        top: 0;
        width: 70%;
        left: 14%;
    }

    .home .menu_desktop_area a {
        padding: 0;
        width: 120px;
        margin: 0 auto;
    }



}

@media (min-width: 993px) {
    .logo_nav {
        max-width: 145px;
    }
}
@media (max-width: 992px) {
    .logo_nav {
        max-width: 120px;
    }
}