/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.grid-members,
.grid-network{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
	position:relative;
}

.grid-members::after,
.grid-network::after{
    content:'';
    background-color: white;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom:0;
    left:0;
}

.grid-members .member-item .field-link::before,
.grid-network .member-item .field-link::before{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin: 1.5rem 0;
    background-color: #26a65b;
}

.pagination-members button,
.pagination-network button{
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 1.3rem 0 1.3rem 2rem;
    color: #373e3e;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
	transition: all ease-in .2s;
	width:40px;
	height:40px;
	text-align:center;
	justify-content:center;
	max-width:40px;
	max-height:40px;
	padding:0;
	min-height:40px;
	min-width:40px;
	background-color:transparent;
	border:1px solid #373e3e;
	border-radius:100px;
	margin:2rem .5rem;
}

.pagination-members button.active,
.pagination-network button.active{
	color:var(--e-global-color-primary);
	border-color:var(--e-global-color-primary);
}

.grid-members .member-item,
.grid-network .member-item{
    border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
    padding: 25px;
    background: #ffff;
}

.grid-members .member-item .field-name,
.grid-network .member-item .field-name{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #373e3e;
	margin-bottom:0;
	padding-bottom:0;
}

.grid-members .member-item .field-country,
.grid-network .member-item .field-country {
	font-size: 14px;
	font-weight:700;
	letter-spacing:1px;
}

.grid-members .member-item .field-logo img,
.grid-network .member-item .field-logo img{
	height:75px;
	max-height:75px;
	margin-bottom:25px;
	max-width: 150px;
    object-fit: contain;
}

.grid-members .member-item:nth-child(4n),
.grid-network .member-item:nth-child(4n) {
	border-right:0;
}

@media (max-width: 1024px) {
    .grid-members,.grid-network {
        grid-template-columns: repeat(2, 1fr);
    }
	.grid-members .member-item:nth-child(even),.grid-network .member-item:nth-child(even){
		border-right:0;
	}
}

@media (max-width: 768px) {
    .grid-members, .grid-network {
        grid-template-columns: repeat(1, 1fr);
    }
	.grid-members .member-item, .grid-network .member-item {
		border-right:0;
	}
}

/* Style de la pagination */
.grid-members .pagination,
.grid-network .pagination{
    text-align: center;
    margin: 20px 0;
}

.grid-members .pagination button,
.grid-network .pagination button{
    margin: 0 5px;
    padding: 5px 10px;
    border: none;
    background: #0073aa;
    color: white;
    cursor: pointer;
}

.grid-members .pagination button.active,
.grid-network .pagination button.active{
    background: #005177;
}

.grid-members .pagination button:disabled,
.grid-network .pagination button:disabled{
    background: #ccc;
    cursor: not-allowed;
}

#projects #projects-filters, #projects #projects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#projects #projects-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: ;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}


#projects .filters {
	gap:2rem;
}

#projects #project-filters label {
	font-family: "Raleway", Sans-serif;
    font-size: 17px;
    font-weight: 600;
	color: var(--e-global-color-primary);
}

#projects .filter{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}


#projects .sorting {
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	padding-bottom:2rem;
}

#projects .sorting select {
	min-width:150px;
}

@media(min-width:1024px){
	#projects #projects-list {
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
	#projects #project-filters {
		padding:3rem;
		border-radius:5px;
		border:1px solid #ccc;
		width:100%;
		margin:0 auto 1rem;
	}
	#projects .filters{
		display: flex;
		flex-direction: row;
		width: 100%;
	}
}

@media(max-width:1024px){
	#projects #projects-list {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}
	#projects #project-filters {
		padding:3rem;
		border-radius:5px;
		border:1px solid #ccc;
		width:100%;
		margin:0 auto 1rem;
	}
	#projects .filters{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

@media(max-width:768px){
	#projects #projects-list {
		grid-template-columns: 1fr;
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}
}

#projects .project{
	position:relative;
	transition:all ease-in .4s;
	box-shadow:0 0px 10px #00000025;
	display: flex;
    flex-direction: column;
}

#projects .project .project-info{
	padding:25px;
	display:block;
	position:relative;
	display:flex;
	flex:1;
}

#projects .project .project-info-inner {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:100%;
}

#projects .project .project-name{
	color:black;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	/*opacity:1;
	transition:all ease-in .4s;
	*/
	position:absolute;
	bottom:15px;
	left:25px;
	z-index:5;
	color:white;
	margin:0;
}

#projects .project .thumbnail-div {
	position:relative;
	overflow:hidden;
}

#projects .project .thumbnail{
	transition: all ease-in .35s;
}

#projects .project:hover .thumbnail,
#projects .project:focus .thumbnail,
#projects .project:active .thumbnail{
	transform:scale(1.15);
}

#projects .project .thumbnail-div::after {
	content:'';
	background:linear-gradient(transparent,#000000);
	opacity:.8;
	width:100%;
	height:100%;
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#projects .project .project-info .project-subtitle {
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	margin:0px;
	color:var(--e-global-color-primary);
}

#projects .project .project-info .project-taxo {
	font-size:16px;
	font-weight:600;
	text-align:left;
	margin-bottom:10px;
	margin-top:0px;
	color:#777;
	line-height:1.25;
}

#projects .project button{
	border-radius:0;
	margin-top:10px;
}

#projects .project .project-info .project-description{
	color:black;
	/*opacity:0;
	 transition:all ease-in .4s;*/
	font-size:700;
	font-size:17px;
	text-align:left;
	line-height:1.25;
	
}

/*#projects .project::before{
	content:'';
	position:absolute;
	background-color:#61CE70A6;
	z-index:2;
	opacity:0;
	width:100%;
	height:100%;
	transition:all ease-in .4s;
}
*/

/*#projects .project:hover::before,
#projects .project:focus::before,
#projects .project:active::before,
#projects .project:hover .project-description,
#projects .project:focus .project-description,
#projects .project:active .project-description{
	opacity:1;
	transition:all ease-in .4s;
}
*/

#projects .project .thumbnail{
	width:100%;
	object-fit:cover;
	z-index:1;
	aspect-ratio:16/9;
	object-fit:cover;
	position:relative;
}

#projects #load-more-projects {
	border-radius:0;
	margin:2rem auto;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}


@media(min-width:1024px){
    .sectors:hover .sector {
    min-width: 31.66%;
}

.sectors .sector:hover{
    min-width: 36.66%;
}

.sectors .sector {
    min-width: 33.33%;
	border:2px solid white;
	box-sizing:border-box;
}

.sectors .sector{
    transition: all linear .5s !important
}
	
	
	.sectors .sector .description{
		flex-direction:column;
		display:flex;
		align-items:center;
		justify-content:center;
		min-height:275px;
		transition:all ease-in .2s;
	}
	.sectors .sector .description .icon {
		transform:scale(1.35);
		transition:all ease-in .2s;
	}
	.sectors .sector .description .title p{
		font-size:30px;
		transition:all ease-in .2s;
	}
	.sectors .sector:hover .description .icon {
		transform:scale(1);
	}
	.sectors .sector:hover .description .title p{
		font-size:25px;
	}
	.sectors .sector .description-inner {
		max-height:0px;
		opacity:0;
		transition:none;
		width:400px;
		max-width:450px;
	}
	.sectors .sector:hover .description-inner {
		max-height:800px;
		opacity:1;
		transition:all ease 1.5s;
	}
	.sectors .sector:hover .description{
		align-items:flex-start;
		justify-content:flex-start;
	}
}

.sectors .sector:hover,
.sectors .sector:focus,
.sectors .sector:active{
     transition: all linear .5s !important
}


