/*
Theme Name: ITJL
Theme URI: https://www.it-jonction-lab.io/
Author: the ITJL team
Author URI: https://www.it-jonction-lab.io/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itjl
Template: twentytwentythree
*/

html {
  scroll-behavior: smooth;
}

:root{
	--color-primary:       #1c2554;
	--color-primary-light: #F4FAFF;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    outline: 0;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #e9e9e9;
    box-shadow: inset 0 0 6px var(--color-primary-light);
}

.top-bar p a u{
	color: #222222;
	font-weight: 500;
}

.swiper-container{
	position: relative;
	padding-bottom: 40px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #C6C9D4;
	background-size: 17px;
	background-position: center;
	transition: all 0.5s ease-in-out;
	bottom:0;
	top: auto;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:focus,
.swiper-container .swiper-button-prev:focus{
	background-color: #1C2554;
	border-color: #1C2554;
}

.swiper-container .swiper-button-next{
	background-image: url('assets/image/arrow-right.png');
}

.swiper-container .swiper-button-prev{
	background-image: url('assets/image/arrow-left.png');
	right: 70px;
    left: auto;
}

body.contact .footer-contact{
	display: none;
}

body.presentation{
	overflow: auto!important;
}

.publication,
.multimedia,
.post-archive .container{
	max-width: 1200px!important;
	margin: 0 auto;
}

.publication .publication-result,
.multimedia .multimedia-heading{
	padding: 50px 15px;	
}

.post-archive .page-name{
	padding: 40px 15px 0 30px;	
}

.publication .publication-result h3,
.multimedia .multimedia-heading h3,
.post-archive .page-name{
	font-size: 40px;
    line-height: 48px;
	color: #212121;
	margin-bottom: 15px;
}

.publication .publication-result p,
.publication .filter h4{
    font-size: 24px;
}

.publication .publication-result h3,
.publication .publication-result  p,
.publication .filter h4,
.publication .publication-list .publication-post h4,
.multimedia .multimedia-heading h3,
.post-archive .page-name{
	font-family: "Red Hat Display", Sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.multimedia .multimedia-heading p{
	font-size: 16px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	color: #595959;
	text-align: center;
}

.post-archive .post-content .post-image img{
	width: 100%;
	height:auto;
}

.post-archive .post-content,
.multimedia .multimedia-action,
.multimedia .multimedia-posts .sub-term-category {
	display: flex;
    align-items: center;
    justify-content: center;
}

.post-archive .post-content:nth-child(even){
	flex-direction: row-reverse;
}

.post-archive .post-content:nth-child(even) .post-description{
	padding-left: 0;
	padding-right: 40px;
}

.post-archive .post-content .post-image{
	padding-left: 40px;
}

.post-archive .post-content:nth-child(even) .post-image{
	padding-left: 0;
	padding-right: 40px;
}

.post-archive .post-content .post-image{
	position: relative;
}

.post-archive .post-content .post-image:before{
	content: '';
	width: 140px;
	height: 240px;
	display: block;
	position: absolute;
	bottom: -20px;
    left: 0;
	background-image: url('assets/image/blue-dot-pattern.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.post-archive .post-content:nth-child(even) .post-image:before{
	left: auto;
	right: 0;
}

.post-archive .post-content{
	margin: 4vw 0;
}

.post-archive .post-content .post-description{
	padding-left: 40px;
}

.post-archive .post-content .post-description.description-only{
	width: 100%!important;
}

.post-archive .post-content .post-description h4{
	font-family: "Red Hat Display", Sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #212121;	
	line-height: 30px;
	margin: 0;
	margin-bottom: 15px;
}

.post-archive .post-content .post-description p{
	font-size: 13px;
	font-family: "Poppins", Sans-serif;
	color: #595959;
	margin-bottom: 30px;
}

.post-archive .post-content .post-description a{
	padding: 10px 25px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	font-size: 16px;	
	background-color: #1C2554;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.multimedia .multimedia-action a.multimedia-btn,
.multimedia .multimedia-posts .sub-term-category .multimedia-btn{
	border: 1px solid #1C2554;
	padding: 10px 25px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	font-size: 16px;	
	color: #1C2554;
	margin: 0 15px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.multimedia .multimedia-action a.multimedia-btn:hover,
.multimedia .multimedia-posts .sub-term-category .multimedia-btn:hover{
	outline: 0;
	color: #fff;
	background-color:#1C2554;
}

.multimedia .multimedia-posts{
	padding: 40px 15px;
}

.multimedia .multimedia-posts .multimedia-post{
	margin: 5vw 0;
}

.multimedia .multimedia-posts .multimedia-post  h4,
.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos h4{
	margin: 0;
	font-family: "Red Hat Display", Sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #212121;
}

.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos,
.multimedia .multimedia-posts .multimedia-post .video{
	display: flex;
	align-items: center;
}

.multimedia .multimedia-posts .multimedia-post .video .video-content,
.multimedia .multimedia-posts .multimedia-post .video .video-content video{
	position: relative;
}

.multimedia .multimedia-posts .multimedia-post .video h4,
.multimedia .multimedia-posts .multimedia-post .video .video-content,
.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos h4,
.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos .swiper-container{
	width: 50%;
}

.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos .swiper-container{
	margin: 0 40px;
}

.multimedia .multimedia-posts .multimedia-post .video .video-content video{
	z-index: 1;
	margin: 0 40px;
	width: calc(100% - 80px);
}

.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos .swiper-container * img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.multimedia .multimedia-posts .multimedia-post .video .video-content img{
	width: 115px;
	position: absolute;
	left: 0px;
	top: auto;
	bottom: -30px;
	z-index: 0;
}

.publication .filter{
	background-color: #1C2554;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	padding: 25px;
	text-align: center;
	margin-bottom: 50px;
}

.publication .filter h4{
	color: #fff;
	margin-bottom: 15px;
}
.publication .filter form input,
.publication .filter form select,
.publication .filter form input:hover,
.publication .filter form input:focus,
.publication .filter form select:hover,
.publication .filter form select:focus{
	border: 0;
	outline: 0;	
	font-size: 16px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
}

.publication .filter form select option{
	background-color: #fff;
}

.publication .filter form{
	display: flex;
}

.publication .filter form input{
	width: 70%;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 15px;
	margin-right: 40px;
}

.publication .filter form select{
	width: 100%;	
	background: #96CDFF;
	border-radius: 10px;
	padding: 18px 15px;
	-webkit-appearance: none;
	cursor: pointer;
}

.publication .filter form .select-wrapper{
	position: relative;
	width: 22%;
}

.publication .filter form .select-wrapper:after {
    content:" ";
	width: 10px;
    height: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 5;
    pointer-events: none;
	transform: rotate(45deg);
 }

.publication .publication-list .publication-post{
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.publication .publication-list .publication-post a{
	background-color:#1C2554;
	color: #fff;
	padding: 8px 15px;
	display: flex;
	border-radius: 10px;
	text-decoration: none;
	font-size: 24px;
	margin-right: 20px;
	line-height: 1;
}

.publication .publication-list .publication-post a svg{
	width: 17px;
	margin-right: 15px;
}

.publication .publication-list .publication-post h4{
	text-align: left;
	font-size: 24px;
}

.publication .publication-list .publication-post p{
	margin: 0;
	font-size: 16px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
}

#unit_slider .unit-card,
#second_unit_slider .unit-card,
#team_slider .team-card,
#news_slider .news-card{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(3, 9, 50, 0.06);
	border-radius: 24px;
	padding: 20px;
	margin: 20px;
}

#news_slider .news-card{
	padding: 0;	
}


#news_slider .news-card .news-slider-content{
	padding: 20px 15px;	
}

#unit_slider .unit-card img,
#second_unit_slider .unit-card img,
#team_slider .team-card img,
#news_slider .news-card img{
	margin-bottom: 15px;
}

#news_slider .news-card img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 100%;
	height: 320px;
	object-fit: cover;
}

#news_slider .news-card .news-slider-content a{
	display: block;
	width:fit-content;
	margin-left: auto;
	padding-right: 22px;
	background-image: url('assets/image/arrow-right.png');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right;
}

#unit_slider .unit-card h4,
#second_unit_slider .unit-card h4,
#team_slider .team-card h4,
#news_slider .news-card h4{
	margin: 15px 0;	
	font-weight: 700;
    font-size: 24px;
    line-height: 1;
	font-family: "Red Hat Display", Sans-serif;
}

#news_slider .news-card h4{
	margin-bottom: 0;
	font-size: 22px;
}

#news_slider .news-card h4,
#news_slider .news-card p,
#news_slider .news-card a{
	color: #595959;
}

#unit_slider .unit-card p,
#second_unit_slider .unit-card p,
#team_slider .team-card p{
    color: #222222;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	height: 320px;
}

#unit_slider .unit-card p{
	height: 180px;
}

.brand-list{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
	justify-content: center;
}

.brand-list .brand{
	width: 160px;
	height: 80px;
	border: 1px solid #E8E9EE;
	box-shadow: 0px 0px 8px rgba(28, 37, 84, 0.08);
	border-radius: 12px;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-list .brand a{
	display: block;
	height: 100%;
	padding: 5px 10px;
}

.brand-list .brand a img{
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.brand-list .brand a{
	display: block;	
}

.brand-list .brand:nth-child(1){
	grid-area: 1 / 1 / 3 / 3;
}

.brand-list .brand:nth-child(2){
	grid-area: 1 / 3 / 3 / 5;
}

.brand-list .brand:nth-child(3){
	grid-area: 1 / 5 / 3 / 7;
}

.brand-list .brand:nth-child(4){
	grid-area: 3 / 2 / 5 / 4;
}

.brand-list .brand:nth-child(5){
	grid-area: 3 / 4 / 5 / 6;
}

.brand-list .brand:nth-child(6){
	grid-area: 5 / 1 / 7 / 3;	
}

.brand-list .brand:nth-child(7){
	grid-area: 5 / 3 / 7 / 5;	
}

.brand-list .brand:nth-child(8){
	grid-area: 5 / 5 / 7 / 7;	
}

#home_page_icon_slider .icon-card{
		text-align: center;
}

#home_page_icon_slider .icon-card .icon-image {
		width: 76px;
		height: 76px;
		margin: 20px auto;
		background-color: #F4FAFF;	
		box-shadow: 0px 4px 15px rgba(28, 37, 84, 0.08);
		border-radius: 20px;	
		display: flex;
		align-items: center;
		justify-content: center;
	}

#home_page_icon_slider .icon-card .icon-slider-content h4{
	margin: 0;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #212121;
}

#home_page_icon_slider .icon-card .icon-slider-content p{
	font-size: 13px;
	color: #595959;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 400;
}

#news_slider h3{
	font-weight: 700;
    font-size: 40px;
	font-family: "Red Hat Display", Sans-serif;
	color: #212121;
	margin: 0;
	margin-bottom: 30px;
}

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

	#home_page_icon_slider #slider-wrapper{
		display: flex;
		align-items: flex-start;
		justify-content: space-evenly;
	}

	#home_page_icon_slider #slider-wrapper .swiper-slide{
		width: 33%;
	}
	
	#news_slider .swiper-container {
		margin: 0 -20px;
	}
}

@media screen and (min-width: 1200px){
	.post-archive .post-content .post-image,
	.post-archive .post-content .post-description{
		width: 50%;
	}
}

@media screen and (max-width: 1300px){
	.post-archive .container{
		padding: 0 15px;
	}
}

@media screen and (max-width: 1024px){
	.publication .filter form input{
			width: 60%;
		    margin-right: 20px;
	}
	.publication .filter form .select-wrapper{
		width: 33%;	
	}
	
	header nav ul li a br{
		display: none;
	}
	.publication {
		padding: 0 15px;
	}
	
	.post-archive .post-content,
	.post-archive .post-content:nth-child(even){
		flex-direction: column;
	}
	
	.post-archive .post-content .post-description,
	.post-archive .post-content:nth-child(even) .post-image{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.post-archive .post-content .post-image:before{
		width: 85px;
		height: 140px;
	}
	
	.post-archive .post-content .post-image,
	.post-archive .post-content .post-description{
		width: 100%;
	}
	.post-archive .post-content .post-image img{
		width: 95%;
	}
	.post-archive .post-content .post-image{
		margin-bottom: 30px;
	}
	.post-archive .post-content{
		margin: 30px 0;
	}
	
	.post-archive .post-content .post-description a{
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 767px){
	
	.publication .filter form{
		flex-direction: column;
	}
	.publication .filter form input{
		width:auto;
		margin-bottom: 15px;
	}
	.publication .filter form .select-wrapper{
		width: 100%;	
	}
	.publication .filter form input,
	.publication .filter form select{
		padding: 12px;	
	}
	.publication .filter form input{
		 margin-right: 0;
		font-style: 14px;
	}
	footer a span{
		text-align: center!important;
	}
	.publication .publication-list .publication-post{
		flex-direction: column;
	}
	.publication .publication-list .publication-post a{
		margin-bottom: 20px;
		margin-right: 0;
	}
	.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos, 
	.multimedia .multimedia-posts .multimedia-post .video{
		flex-direction: column;
	}
	.multimedia .multimedia-posts .multimedia-post .video h4,
	.multimedia .multimedia-posts .multimedia-post .video .video-content,
	.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos h4,
	.multimedia .multimedia-posts .multimedia-post .multimedia-post.multimedia-post-photos .swiper-container{
		width: 100%;	
	}
	.multimedia .multimedia-posts .multimedia-post .video .video-content{
		margin-bottom: 20px;
	}
	.multimedia .multimedia-posts .multimedia-post .video .video-content img{
		width: 85px;
		bottom: -20px;
	}
	.multimedia .multimedia-posts .multimedia-post .video .video-content video{
		width: calc(100% - 20px);
		margin: 0 20px;
	}
}

@media screen and (max-width: 480px){
	.brand-list .brand{
		margin: 2vw;
		width: 90%;
	}
	.brand-list{ 
		margin: 0 -4vw;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);	
	}	

	.brand-list .brand:nth-child(1){
		grid-area: 1 / 1 / 2 / 2;
	}

	.brand-list .brand:nth-child(2){
		grid-area: 1 / 2 / 2 / 3;
	}

	.brand-list .brand:nth-child(3){
		grid-area: 2 / 1 / 3 / 2;
	}

	.brand-list .brand:nth-child(4){
		grid-area: 2 / 2 / 3 / 3;
	}

	.brand-list .brand:nth-child(5){
		grid-area: 3 / 1 / 4 / 2;
	}

	.brand-list .brand:nth-child(6){
		grid-area: 3 / 2 / 4 / 3;
	}

	.brand-list .brand:nth-child(7){
		grid-area: 4 / 1 / 5 / 2;
	}

	.brand-list .brand:nth-child(8){
		grid-area: 4 / 2 / 5 / 3;	
	}	
	.publication .publication-list .publication-post h4{
		font-size: 20px;
		line-height: normal;
	}
}