/*
 Theme Name:   texabri
 @
 Theme URI:    http://http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Theme
 Author:       Franck Rekaï
 Author URI:   http://www.bleuweb.fr
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child
*/
@import url("../Divi/style.css");

/*** css custom date poste shortcode ***/

.bzhd_number{
    color: #323232;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 10em;
    line-height: 1.1em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bzhd_divider_internal{
    width: 20px;
    margin-bottom: 30px;
    position:relative;
}


.bzhd_divider_internal:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: rgba(0,0,0,.1);
    content: "";
}
.bzhd_divider_internal:before {
    border-top-color: #aeaeac;
}

.bzhd_date_meta{
    color: #363636;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 0px;
}

.bzhd_cat_meta {

    color: #ffffff !important;
    font-family: 'PT Sans', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    background-color: #02b875;
    max-width: 200px;
    padding-left: 20px !important;
    margin-top: 20px !important;
}
/*** end ***/
/** Sticky Button Responsive **/
.wsi_mobile_buttons {
    display:none;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: 10px;
    width: 100%;
    text-align: center;
}
.wsi_mobile_buttons a{
    background-color: #fff;
    padding: 10px;
    border: solid 2px #1e73be;
    border-radius: 30px;
}
.wsi_mobile_buttons a{
    margin-right: 10px;
}
.wsi_mobile_buttons a span{
    padding-left:5px;
}
@media (max-width: 980px){
.wsi_mobile_buttons{
   display: block;
}
}
@media (max-width: 500px){
.wsi_mobile_buttons a span{
   display: none;
}
}
/** end Sticky Button Responsive **/
/** top submenu changes **/
#top-menu li li a{
   width: 100%;
}
#top-menu li li{
   width: 100%;
}
/** end top submenu changes **/


/*** formulaire cf7 ***/



.bzhd-form-contact .input, .bzhd-form-contact .input[type="checkbox"]+label i, .bzhd-form-contact .input[type="radio"]+label i {
    background-color: rgba(0,0,0,0);
}

.bzhd-form-contact .et_pb_contact_field input, .bzhd-form-contact .et_pb_contact_field select, .bzhd-form-contact .et_pb_contact_field textarea, .bzhd-form-contact .et_pb_contact_field .et_pb_contact_field_options_list label>i, .bzhd-form-contact input.et_pb_contact_captcha {
    box-shadow: 0px 2px 50px 0px rgba(83,91,124,0.1);
}

.bzhd-form-contact .input {
    font-size: 16px;
    color: #535b7c!important;
}

.bzhd-form-contact .et_pb_button {
    color: #ffffff!important;
    background: #0c71c3;
    border-width: 10px!important;
    border-color: #0c71c3;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700!important;
    text-transform: uppercase!important;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    padding: .3em 1em;
    border: 2px solid transparent;
    background: rgba(12, 113, 195, 0.8);
}

.bzhd-form-contact .bzhd_select .wpcf7-form-control-wrap:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-color: #666 transparent transparent transparent;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0044;
}


.bzhd-form-contact .input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #535b7c!important;
    opacity: 1; /* Firefox */
}

.bzhd-form-contact .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #535b7c!important;
}

.bzhd-form-contact .input::-ms-input-placeholder { /* Microsoft Edge */
    color: #535b7c!important;
}

/*** custom article ***/






/**** blog module.php****/

#main-content.bzh_main_container .container:before{
    display: none;
}

.bzh_archive-title span{
    text-transform: lowercase;
}

.bzh_archive-title-author span{
    text-transform: capitalize;
}

.bzh_post{
    width: 31.3333% !important;
    margin-right: 3% !important;
    float: left;
    clear: none;
    cursor: pointer;
    box-shadow: 0px 14px 32px 0px rgba(0,0,0,0.21);
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    position:relative;
    word-wrap: break-word;
}


a.bzh_thumb_post {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    overflow: hidden;

    background-color: #0c71c3 !important;
    display: block;
    position: relative;
    height: 200px;
    margin-bottom: 10px;

}
/*** if not thumb***/

a.bzh_thumb_post.bzh_not_thumb{
    background-color: #ffffff !important;
}

.bzh_post:hover a.bzh_thumb_post.bzh_not_thumb:after {
    color: #333333;
}

/*** end ***/


a.bzh_thumb_post:before{
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    z-index: 1;
}

.bzh_post a.bzh_thumb_post .bzh_pict {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: block !important;
    width: 100% !important;
    transition: 0.3s !important;
}


.bzh_post:hover a.bzh_thumb_post .bzh_pict {

    transform: scale(1.1);
    opacity: 0.5;
}

.bzh_post h2.bzh_post_title {
    margin-top: 19px;
    padding-left: 0.3vw;
    margin: 0 1.6vw 0 1.6vw;
    padding-bottom: 0px!important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700!important;
    font-size: 18px!important;
    line-height: 128%!important;
    text-align: left!important;
}

.bzh_post .post-meta {
    margin-bottom: 0 !important;
    font-size: 0;
    padding-left: 0.3vw !important;
    margin: 0 3.6vw 0 1.6vw;
}

.bzh_post .bzh_entry_content {
    padding-bottom: 3.4vw !important;
    padding-left: 0.3vw;
    padding-top: 9px;
    line-height: 160%;
    margin: 0 1.6vw 0 1.6vw;
    font-family:"Open Sans";
}

.bzhd_date_calendar:before{
    font-family: ETmodules;
    text-transform: lowercase;
    margin-right: 9px;
    color: #000;
    font-weight: 700;
    margin-left: 3px;
}

span.bzhd_date_calendar {
    color: #333333;
}


.bzhd_date_calendar:before {
    content: "\e025";
}

.bzh_post_meta{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 24px;
    padding: 3px 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;

}


.bzh_main_category_post{
    display: inline-block;
    font-size: 12px;
    border-radius: 20px;
    border: solid #ffffff 1px;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
    background-color: #0c71c3;
    margin-left: 0px;
    margin-bottom: 10px;

}
.bzh_main_category_post:first-child{
    margin-left: 25px;
}
.bzh_main_category_post a{
    color:#ffffff;
}

/*** Animation hover ***/


/*Hovers*/

.bzh_post .bzh_thumb_post:after,
.bzh_post .bzh_thumb_post:before {
    transition: 0.3s;
}

.bzh_post:hover:before {
    width: 32%;
    opacity: 1;
}



.bzh_post .bzh_thumb_post:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    z-index: 1;
}


.bzh_post:hover.bzh_thumb_post:after {
    opacity: 1;
    transform: translate(0, -50%);
}

.bzh_post:hover.bzh_thumb_post img {
    opacity: 0.5;
}

a.bzh_thumb_post:after {
    content: 'En savoir +';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(80%, -50%);
    width: 80%;
    font-size: 24px;
    text-align: right;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.bzh_post:hover a.bzh_thumb_post:after {
    opacity: 1;
    transform: translate(0, -50%);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media only screen and (min-width: 1025px) {
    .bzh_post:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .bzh_post:nth-of-type(3n):after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
        content: " ";
    }
}

@media only screen and (max-width: 1450px) {
    a.bzh_thumb_post {
        max-height: 200px;
    }


}
@media only screen and (max-width: 1390px) {
    .bzh_post .bzh_entry_content {
        padding-bottom: 70px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .bzh_post {
        width: 49% !important;
        margin-right: 2% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bzh_post:nth-of-type(2n) {
        margin-right: 0 !important;
    }
}


@media only screen and (max-width: 767px) {
    .bzh_post {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }
}

@media only screen and (min-width: 768px) {
    .bzh_post {
        height: 510px;
    }

}

/* Truncate css styles for '...' */
.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

/* GDPR Module */
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #0c71c3;
    border: 1px solid #0c71c3;
}

.cli-switch input:checked + .cli-slider, .bzhd-custom-cli-button, .bzhd-custom-cli-button:hover {
    background-color: #0c71c3
}

.cli-nav-pills .cli-nav-link {
    border: 1px solid #0c71c3;
    color: #0c71c3;
}
#main-header .container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

@media screen and (min-width:981px) and (max-width:1075px){
    #top-menu li {
        display: inline-block;
        padding-right: 15px;
        font-size: 13px;
    }
}
.grecaptcha-badge{display:none;}

/* Dropcaps */
.dropcaps p:first-child:first-letter,.dropcaps h3:first-child:first-letter{
   font-size: 6em;
   line-height: 1em;
   margin-top: -5px;
   padding-right: 30px;
   padding-left: 3px;
   float: left;
   color: #333333;
   font-weight: 500;
}
@media screen and (max-width:980px) {
  .dropcaps p:first-child:first-letter,.dropcaps h3:first-child:first-letter{
     font-size: 3em;
     margin-top: 0;
  }
}

/**  Adaptation blog : page de catégories **/

.bzh_post a.bzh_thumb_post.bzh_not_thumb .bzh_pict{
   background-size: contain;
}
.bzh_main_container{
   background-image: linear-gradient(168deg,#0c71c3 38%,#f6f9fc 2%)!important;
}
h1.bzh_archive-title{
   color: white;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
   font-size: 6em;
   font-weight: 700;
   margin-top: 1em;
}
h1.bzh_archive-title span{
   font-size: 0.8em;
   font-family: Georgia, serif;
   font-style: italic;
   font-weight: 500;
}
div.bzhd_divider{
   border-bottom: solid 3px rgb(38, 211, 105);
   width: 70px;
   margin: auto;
   margin-bottom: 7em;
   margin-top: 1em;
}
@media screen and (max-width:540px) {
   h1.bzh_archive-title{
      font-size: 3em;
   }
}
.bzhd-fa .et-pb-icon{
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.bzhd-fa-users .et-pb-icon:before{
    content: "\f0c0";
}

.bzhd-fa-eye .et-pb-icon:before {
    content: "\f06e";
}

.bzhd-fa-industry .et-pb-icon:before {
    content: "\f275";
}


.ic_item {
    display: flex;
    width: 55px;
    height: 55px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right:10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}

.icon-list-menu .ic_item:last-of-type {
    margin-right: 0;
}

.icon-list-menu .ic_item:first-of-type {
    margin-left: 40px;
}

.ic_fr {
    background-image: url("img/iconesfrmenu.jpg");
}

.ic_garanty {
    background-image: url("img/iconesgarantiemenu.jpg");
}

.ic_conformity {
    background-image: url("img/iconesconformitemenu.jpg");
}

.ic_iso {
    background-image: url("img/iconesiso9001-2.jpg");
    width: 120px;
}

.icon-list-menu {
    display: flex;
    margin-top: -22px;
    align-items: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}

@media screen and (min-width: 1024px) {

    #main-footer > .container{
        display: none;
    }

}

.green-cta{
    background-color: #34e27d;
    margin-left: 40px;
}

.green-cta a{
    color:#000000!important;
}

.green-cta a,.cta a{
    line-height: 22px;
    height: 40px;
}

div#et-secondary-menu {
    max-height: 40px;
    overflow: hidden;
}




@media (min-width: 980px){
    ul#et-secondary-nav {
        display: table;
        vertical-align: middle;
    }

    #et-secondary-nav li a {
        padding: 0.75em 1em;
        line-height: 18px;

    }


}

@media (max-width: 980px) {
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
        display: block;
/*        padding-top: 12px;
        padding-bottom: 10px;*/
        padding-right: 20px;
    }

/*    .et_mobile_menu {
        top: 54px;
    }*/
}

@media screen and (max-width: 1023px) {

    #main-footer .container{
        display: block;
    }

    header .icon-list-menu {
        display: none;
    }

    #main-footer .icon-list-menu {
        margin-top: 0px;
    }
    #footer-widgets {
    padding: 0!important;
    }

    .footer-widget {
        text-align: center;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
    }

    }


.et-fixed-header .ic_item {
    width: 45px;
    height: 45px;
}

.et-fixed-header .icon-list-menu {
    margin-top: -15px;
}

.et_pb_tabs.custom-tab-bzhd{
    border:none;
}


.custom-tab-bzhd ul.et_pb_tabs_controls > li {
    display: inline-block;
    float: none;
    border: none;
    background: #fff;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

.custom-tab-bzhd ul.et_pb_tabs_controls > li.et_pb_tab_active {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.custom-tab-bzhd ul {

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: none;
    text-align: center;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}




.custom-tab-bzhd ul.et_pb_tabs_controls > li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-flex: 1 0 25%;
    -moz-box-flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%*/;
    padding: 18px 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 20px;
    line-height: 1.4285714286rem;
   /* -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;*/
    margin-bottom: 10px;
}


.custom-tab-bzhd ul.et_pb_tabs_controls > li{
    /*-webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;*/
}


.custom-tab-bzhd ul li:before {
    content: '\4e';
    /*background-image: url("img/iconesgarantiemenu.jpg");*/
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    height: 18px;
    font-size: 20px;
    margin-right:10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}

.custom-tab-bzhd ul li.et_pb_tab_active:before{
    color:#34e27d;
}

.custom-tab-bzhd ul.et_pb_tabs_controls > li > a {
    background: transparent;
    padding: 18px 40px;
    color: #334e68;
}

.custom-tab-bzhd ul.et_pb_tabs_controls > li.et_pb_tab_active > a {
    color: #102a43 !important;
}

.custom-tab-bzhd ul.et_pb_tabs_controls > li > a{
    padding: 0;
    text-align: left;
}

.et_pb_tabs.custom-tab-bzhd .et_pb_tab {
    padding: 50px 0 30px 0;
}

.tab-scroll {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.left:before, .customPrevBtn:before {
    background-image: url(img/left-arrow.png);
}

.tab-scroll:before{
    content: "";
    background-size: contain;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    display: block;
}

.right:before, .customNextBtn:before {
    background-image: url(img/right-arrow.png);
}

.nav-table{
    display: none;
    width: 100%;
    text-align: center;
}


.dataTables_scrollHeadInner {
    margin:0 auto!important;
    /*width: auto!important;*/
}


.et_pb_tabs.custom-tab-bzhd .et_pb_tab.et_pb_active_slide{
    display: block!important;
    opacity: 1!important;
}

.table.dataTable {
    margin: 0 auto!important;
}



/*.table-responsive{
    opacity: 0;
}*/

/*
.scrollStyle
{
    overflow-x:auto;
}
*/



.wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}



.table thead,.table-2 thead {
    background-color:#0c71c3;
}

.table thead th,.table-2 thead th {
    vertical-align: bottom;
    min-width:150px ;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 5px;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .table thead th,.table-2 thead th {
        font-size: 12px;
        white-space: nowrap;
    }
}



.table-2 thead th:first-of-type {
    padding-left: 20px;
}
.table-2 thead th:last-of-type {
    padding-right: 20px;
}

.table td, .table th,.table-2 th,.table-2 td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .05);
}

.w-auto {
    width: auto !important;
}

.table tr td, .table th,.table-2 tr td {
    white-space: nowrap;
}

#top-menu li.mega-menu>ul>li {
    width: 20%;
    margin: 0;
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n) {
    clear: none;
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
    clear: none;
}

.et_pb_column {
    position: relative;
    z-index: 9;
}

.bzhd-flex-column {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

@media screen and (min-width: 981px) {
    li.lang-item {
        float: left;
    }


    #top-menu li.mega-menu li>a {
        word-break: break-word;
        word-wrap: break-word;
    }

}

.et_pb_contact .et_pb_contact_field_third{
    width: calc(100% / 3);
    float: left;
    clear: none!important;

}

.et_pb_contact .et_pb_contact_field_third.et_pb_contact_field_last{
    clear: both;
}

@media (max-width: 767px) {
    .et_pb_column .et_pb_contact p.et_pb_contact_field_third {
        width: 100%;
        margin-right: 0;

    }
}
.digibreizh_search_container .bloc_liste_select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.digibreizh_search_container .bloc_liste_select label {
    display: block;
}
.digibreizh_search_container .bloc_liste_select select {
    width: 250px;
}
.digibreizh_search_container .bloc_liste_select .form-group {
    margin: 1rem;
}
.digibreizh_search_container .digibreizh_row,.texabri_realisation_container .texabri_realisation_row {
    margin: 1rem;
}
.digibreizh_search_container .digibreizh_search_results, .texabri_realisation_container .texabri_realisation_results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 270px;
}
@media (min-width: 572px) {
   .digibreizh_search_container .digibreizh_search_results, .texabri_realisation_container .texabri_realisation_results {
       max-width: 540px;
   }
} 
@media (min-width: 842px) {
   .digibreizh_search_container .digibreizh_search_results,  .texabri_realisation_container .texabri_realisation_results {
       max-width: 810px;
   }
} 
@media (min-width: 1112px) {
   .digibreizh_search_container .digibreizh_search_results,  .texabri_realisation_container .texabri_realisation_results {
       max-width: 1080px;
   }
}
@media (min-width: 1382px) {
   .digibreizh_search_container .digibreizh_search_results, .texabri_realisation_container .texabri_realisation_results {
       max-width: 1350px;
   }
}
.digibreizh_search_container .digibreizh_search_results article,  .texabri_realisation_container .texabri_realisation_results article {
    position: relative;
    margin: 0 10px 30px 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease-out;
     transition: all .4s ease-out;
     width: 250px;
     height: 200px;
     background-size: cover;
}
.digibreizh_search_container .digibreizh_search_results article a,  .texabri_realisation_container .texabri_realisation_results article a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.digibreizh_search_container .digibreizh_search_results article a::after,  .texabri_realisation_container .texabri_realisation_results article a::after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.digibreizh_search_container .digibreizh_search_results article a:hover::after, .texabri_realisation_container .texabri_realisation_results article a:hover::after{
    opacity: 1;
    visibility: visible;
}
.digibreizh_search_container .digibreizh_search_results article a img,  .texabri_realisation_container .texabri_realisation_results article a img {
    max-width: 100%;
}
.digibreizh_search_container .digibreizh_search_results article a .over,  .texabri_realisation_container .texabri_realisation_results article a .over{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%,-50%) scale(0);
   -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
    transition: .3s all ease;
    width: 80%;
    text-align: center;
}
.digibreizh_search_container .digibreizh_search_results article a:hover .over, .texabri_realisation_container .texabri_realisation_results article a:hover .over{
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.digibreizh_search_container .digibreizh_search_results article a .over .entry-title,  .texabri_realisation_container .texabri_realisation_results article a .over .entry-title{
    color: #fff;
    font-size: 1rem;
    padding-bottom: 10px;
}
.digibreizh_search_container .digibreizh_search_results article a .over .block_bouton_wsi_blog,  .texabri_realisation_container .texabri_realisation_results article a .over .block_bouton_wsi_blog{
    font-size: 1rem;
    padding: 0.2rem 0.7rem;
    border: 1px solid;
    border-radius: 3rem;
}
.digibreizh_search_div .select2-container--default .select2-selection--single,.digibreizh_search_div .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
    border-radius: 0;
}
.digibreizh_search_div .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0c71c3!important;
}
.texabri_realisation_container:not(.dark) .wp-pagenavi a,.texabri_realisation_container:not(.dark) .wp-pagenavi span{
    color: white;
}
.texabri_realisation_container:not(.dark) .wp-pagenavi .nextpostslink,.texabri_realisation_container:not(.dark) .wp-pagenavi .previouspostslink{
    color:white!important;
}
@media (max-width:980px){
.btn-inline .et_pb_button_module_wrapper{
	margin: 5px!important;
}
}

#main-header .menu-item.bzhd-only-mobile{
    visibility: hidden!important;
    display: none!important;
}
#main-header .bzhd-mobile-lang{
    visibility: hidden!important;
    display: none!important;
}
@media (max-width:980px){
#main-header #mobile_menu > li > a {
   text-transform: uppercase;
}
#main-header .et_mobile_menu .sub-menu{
    visibility: hidden!important;
    /*display: none!important;*/
    max-height: 0;
    overflow:hidden;
    transition: max-height 0s;
}
#main-header .et_mobile_menu .menu-item.open > .sub-menu{
    /*display: block!important;*/
    visibility: visible!important;
    transition: max-height 1s;
    max-height: 800px;
    overflow:auto;
}
#main-header .menu-item.bzhd-only-mobile{
    visibility: visible!important;
    display: block!important;
}
#main-header .et_mobile_menu .menu-item-has-children>a:first-child{
    position: relative;
    font-weight: 600;
    background-color: unset;
    text-transform: uppercase;
}
#main-header .et_mobile_menu .sub-menu .menu-item-has-children>a:first-child:before{
     font-family: ETmodules;
     content: "5";
     font-size: 18px;
     position: absolute;
     left: -5px;
     top: 10px;
     font-weight: 800;
}
#main-header .et_mobile_menu .menu-item-has-children>a:first-child:after{
   font-family: ETmodules;
    content: "3";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 800;
}
#main-header .et_mobile_menu .menu-item-has-children.open>a:first-child:after{
   content: "2";
}
#main-header .et_mobile_menu .lang-item, #main-header .et_mobile_menu .cta{
    visibility: hidden!important;
    display: none!important;
}
.green-cta{
   margin-left:0;
   background-color:unset;
}
.green-cta a{
   color: #0c71c3!important;
}
#main-header .bzhd-mobile-lang{
   display: inline-block!important;
   visibility: visible!important;
}
#main-header .bzhd-mobile-lang li {
   display: inline-block;
   padding: 0 6px;
}
}
