/*
 Theme Name:   Dalya Barbir
 Theme URI:    https://barbir.ch
 Description: Divi child theme par Dalya Barbir
 Author:       Dalya Barbir
 Author URI:   https://barbir.ch
 Template:     Divi
 Version:      0.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-theme
*/

.et_pb_ajax_pagination_container {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;*/
}


/*HOMEPAGE DEVIDE SET_UP*/
/*SERVICES*/

/*@media all and (max-width: 767px) {
    .ligne-homepage {
        Display: flex;
        flex-direction: column !important;
    }

    .ligne-homepage .col-5{
        order:1 !important;
        align-self: center;
    }


/* sticky on sroll GLOBAL menu */
/*set the defautl background color of the header section*/
.pa-header {
	background: fff;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}


/*set the background color of the fixed header when scrolling*/
.pa-fixed-header {
	background-color: rgb(255,255,255,0.5);
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

/* sticky on sroll CUSTOM menu */
/*set the defautl background color of the header section*/
.pa2-header {
	background: rgb(255,255,255,0.5);
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}


/*set the background color of the fixed header when scrolling*/
.pa2-fixed-header {
	background-color: rgb(255,255,255,0.5);
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
