body {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  background: #fff;
}
.no-style{
	list-style: none;
}
img, svg {
  max-width: 100%;
  height: auto;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
}
.title-h2 {
  font-size: 36px;
  line-height: normal;
}

/* Header Section */
.site-logo {
  max-width: 190px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: left;
}
.site-logo a{
  display: block;
}
.site-logo a img{
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header.is-sticky .site-logo{
	max-width: 100px;
}
.is-sticky#header,
.header-transparent#header {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	background: none;
	margin: 0;
}
.is-sticky.header-transparent.header-contact#header,
.is-sticky.header-transparent#header,
.is-sticky#header,
#header {
	padding: 10px 0;
	background:#fff;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	margin-bottom: 60px;
}
#header .top-menu ul{
	list-style: none;
}
.is-sticky.header-transparent#header .top-menu ul li a,
#header .top-menu ul li a {
  font-family: "Inter", sans-serif;
  padding: 5px 14px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
  outline: none;
  box-shadow: none;
  display: inline-block;
}
.header-transparent#header .top-menu ul li a {
  color: #fff;
}
.header-contact#header .top-menu ul li a {
  color: #000;
}
#header .top-menu ul li.current a,
#header .top-menu ul li a:hover {
  color: rgba(190, 140, 53, 1) !important;
  font-weight: 700 !important;
}
.header-transparent#header .menu-icon{
  background: #fff;
}
.is-sticky#header .menu-icon,
#header .menu-icon{
  background: rgba(190, 140, 53, 1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.box-title {
  margin-bottom: 70px;
}
.box-title .sup-title {
  display: inline-block;
  color: rgb(47, 37, 186);
  text-transform: uppercase;
  background: rgba(47, 37, 186, 0.1);
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 5px;
}
.box-title .short-desc {
  max-width: 820px;
  margin: auto;
}

@media (max-width: 991px) {
	.box-title {
	  margin-bottom: 55px;
	}
	.title-h2 {
	  font-size: 30px;
	}
}
@media (max-width: 767px) {
	.box-title {
	  margin-bottom: 45px;
	}
	.title-h2 {
	  font-size: 24px;
	}
}

#jgl-hero {
  padding: 355px 0 240px;
  min-height: 100vh;
}
#jgl-hero::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#jgl-hero .container {
  z-index: 1;
}
#jgl-hero video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#jgl-hero .jgl-hero-cover {
  max-width: 715px;
}
#jgl-hero .sup-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
#jgl-hero .title {
  color: #fff;
  font-size: 48px;
  line-height: normal;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 30px;
}
.links a {
  padding: 7px 25px;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.links a.btn-color {
  background: rgb(190, 140, 53);
  border: 1px solid rgb(190, 140, 53);
}
.links a.btn-border {
  border: 1px solid #fff;
}
.jgl-events .events-list .event-item .links a.btn-border:hover,
.links a.btn-color:hover, .links a.btn-border:hover {
  background: rgb(47, 37, 186);
  color: #fff;
  border-color: rgb(47, 37, 186);
}
.home-section{
	margin-bottom: 120px;
}
.jgl-mission .row img {
  width: 100%;
}
.jgl-about {
  background: rgb(245, 247, 255);
  padding: 70px 0 80px;
}
.jgl-about .box-title {
  padding-right: 110px;
  margin: 0;
}
.jgl-about .title-h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.jgl-about .box-title .short-desc {
  font-size: 18px;
  line-height: normal;
}
.jgl-about .box-title .short-desc p {
  margin: 0 0 25px;
}
.jgl-about .about-image {
  text-align: right;
}
.jgl-about .about-image img{
  border-radius: 20px;
}
@media (max-width: 1199px) {
	.jgl-about .box-title {
	  padding-right: 40px;
	  margin: 0;
	}
}
@media (max-width: 991px) {
	.jgl-about .box-title {
	  padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.home-section {
	  margin-bottom: 90px;
	}
	.jgl-mission .mission-left, .jgl-mission .mission-center {
	  max-width: 50%;
	  width: 50%;
	}
	.jgl-about .row {
	  flex-direction: column-reverse;
	}
	.jgl-about .about-image {
	  text-align: left;
	  margin-bottom: 45px;
	}
	.jgl-about .box-title .short-desc {
	  font-size: 16px;
	}
	.jgl-about .box-title .short-desc p {
	  margin: 0 0 16px;
	}
}
.jgl-adn .liste-adn{
	margin: 0 -10px;
}
.jgl-adn .adn-item {
  padding: 10px;
}
.jgl-adn .adn-item .adn-item-cover {
  height: 446px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.jgl-adn .adn-item .adn-item-cover .adn-image {
  inset: 0;
}
.jgl-adn .adn-item .adn-item-cover .adn-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.jgl-adn .adn-item .adn-item-cover:hover .adn-image img {
  transform: scale(1.1);
}
.jgl-adn .adn-item .adn-item-cover:hover .adn-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(360deg, #2F25BA 0%, rgba(190, 140, 53, 0.6) 100%);
  z-index: 0;
}
.jgl-adn .adn-item .adn-item-cover .adn-logo {
  opacity: 0;
  visibility: hidden;
}
.jgl-adn .adn-item .adn-item-cover:hover .adn-logo {
  opacity: 1;
  visibility: visible;
}
.jgl-adn .adn-item .adn-item-cover .adn-texte {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 17px;
}
.jgl-adn .adn-item .adn-item-cover .adn-texte .adn-title{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.jgl-adn .adn-item .adn-item-cover .adn-texte .adn-desc{
  display: none;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.jgl-adn .adn-item .adn-item-cover:hover .adn-texte .adn-desc{
  display: block;
}
.adn-short-desc {
  max-width: 715px;
  margin: auto;
}
@media (max-width: 991px) {
	.jgl-adn .adn-item .adn-item-cover {
	  height: 400px;
	}
}
@media (max-width: 767px) {
	.jgl-adn .adn-item .adn-item-cover {
	  height: 325px;
	}
}

/* Reseau Section */
.jgl-reseau {
  background: rgb(245, 247, 255);
  padding: 50px 0 65px;
}

/* Apport Section */
.jgl-apport .liste-apport {
  margin: 0 -10px;
}
.jgl-apport .liste-apport .apport-item{
	padding: 10px;
}
.jgl-apport .apport-item-cover {
  background: rgb(47, 37, 186);
  padding: 30px 15px;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.jgl-apport .apport-item-cover .apport-icon {
  background: rgb(190, 140, 53);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 0 20px;
}
.jgl-apport .apport-item-cover .apport-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
}

/* Expertises Section */
.jgl-expertises .liste-expertises {
	margin: 0 -2px;
}
.jgl-expertises .liste-expertises .exp-item {
	padding: 2px;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover {
  border: 2px solid rgb(255, 255, 255);
  background: rgb(245, 247, 255);
  padding: 20px;
  aspect-ratio: 1 / 1;
  position: relative;
  transition: all 0.4s ease;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover:hover {
  display: grid;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover:hover .exp-icon .color-image,
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-icon .white-image,
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-image{
  opacity: 0;
  visibility: hidden;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-image {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 0;
  right: 0;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-image:before {
	content: '';
	position: absolute;
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background: rgba(0,0,0,0.3);
	transition: opacity 0.4s;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover:hover .exp-image,
.jgl-expertises .liste-expertises .exp-item .exp-item-cover:hover .exp-image {
  opacity:1;
  visibility: visible;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-icon{
  position: relative;
  transition: transform 0.4s ease;
  margin-bottom: 15px;
  height: 35px;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-icon svg,
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-icon img{
  max-height: 35px;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-icon .white-image{
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover:hover .exp-icon .white-image{
  opacity: 1;
  visibility: visible;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover .exp-texte {
  color: rgb(47, 37, 186);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  width: 100%;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
}
.jgl-expertises .liste-expertises .exp-item .exp-item-cover:hover .exp-texte {
  color: rgb(255, 255, 255);
  transform: translateY(calc(100% - 35px));
}

/* Events Section */
.jgl-events {
  
}
.jgl-events .events-list .event-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.jgl-events .events-list .event-item .event-item-cover {
  gap: 30px;
}
.jgl-events .events-list .event-item .event-item-cover .event-title, .jgl-events .events-list .event-item .event-item-cover .event-title a {
  color: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.jgl-events .events-list .event-item .event-item-cover .event-image {
  min-width: 375px;
  width: 375px;
  overflow: hidden;
  border-radius: 20px;
}
.jgl-actus .actu-item .actu-item-cover .actu-image img,
.jgl-events .events-list .event-item .event-item-cover .event-image img{
  transition: all 0.4s ease;
}
.jgl-actus .actu-item .actu-item-cover:hover .actu-image img,
.jgl-events .events-list .event-item .event-item-cover:hover .event-image img{
  transform: scale(1.1);
}
.jgl-events .events-list .event-item .event-item-cover .event-tags {
  font-family: "Inter", sans-serif;
  gap: 6px;
  margin-bottom: 20px;
}
.jgl-events .events-list .event-item .event-item-cover .event-tags .event-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: rgb(51, 51, 51);
}
.jgl-events .events-list .event-item .event-item-cover .event-tags .event-tag::after {
  content: "";
  width: 2px;
  height: 16px;
  background: rgb(51, 51, 51);
}
.jgl-events .events-list .event-item .event-item-cover .event-tags .event-tag:last-child:after {
  display: none;
}
.jgl-events .events-list .event-item .links {
	margin-top: 30px;
}
.jgl-events .events-list .event-item .links a.btn-border {
  border-color: rgb(190, 140, 53);
  color: rgb(190, 140, 53);
}

@media (max-width: 991px) {
	.jgl-events .events-list .event-item .event-item-cover .event-image {
		min-width: 280px;
		width: 280px;
	}
	.jgl-events .events-list .event-item .event-item-cover .event-title, .jgl-events .events-list .event-item .event-item-cover .event-title a {
	  font-size: 20px;
	}
}
@media (max-width: 767px) {
	.jgl-events .events-list .event-item .event-item-cover .event-title, .jgl-events .events-list .event-item .event-item-cover .event-title a {
	  font-size: 16px;
	}
	.jgl-events .events-list .event-item .event-item-cover .event-tags {
	  font-size: 14px;
	  font-weight: 500;
	}
	.jgl-events .events-list .event-item {
	  padding-bottom: 35px;
	  margin-bottom: 35px;
	}
}

/* Actus Section */
.jgl-actus .top-actus {
  margin-bottom: 70px;
}
.jgl-events .links,
.jgl-actus .links {
  margin-top: 90px;
}
.jgl-actus .actu-item {
}
.jgl-actus .actu-item .actu-item-cover {
}
.jgl-actus .actu-item .actu-item-cover .actu-image {
  width: 190px;
  min-width: 190px;
  border-radius: 15px;
  overflow: hidden;
}
.jgl-actus .actu-item .actu-item-cover .actu-image a{
  display: block;
}
.jgl-actus .actu-item .actu-item-cover .actu-image img{
  display: block;
  width:100%;
  height: auto;
}
.jgl-actus .actu-item .actu-item-cover .actu-texte {
  width: 100%;
}
.jgl-actus .actu-item .actu-item-cover .actu-texte .actu-title, .jgl-actus .actu-item .actu-item-cover .actu-texte .actu-title a {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  outline: none;
}
.jgl-actus .actu-item .actu-item-cover .actu-texte .actu-sup-title {
  display: flex;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.jgl-actus .actu-item .actu-item-cover .actu-texte .actu-sup-title::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
}
@media (max-width: 991px) {
	.jgl-actus .actu-item .actu-item-cover {
	  flex-wrap: wrap;
	}
	.jgl-actus .actu-item .actu-item-cover .actu-texte .actu-sup-title {
	  font-size: 18px;
	}
	.jgl-actus .actu-item .actu-item-cover .actu-texte .actu-title, .jgl-actus .actu-item .actu-item-cover .actu-texte .actu-title a {
	  font-size: 20px;
	}
}
@media (max-width: 767px) {
	.jgl-actus .top-actus {
	  text-align: center;
	}
	.jgl-actus .actu-item .actu-item-cover .actu-texte .actu-sup-title {
	  font-size: 16px;
	}
	.jgl-actus .actu-item .actu-item-cover .actu-texte .actu-title, .jgl-actus .actu-item .actu-item-cover .actu-texte .actu-title a {
	  font-size: 18px;
	}
	
}


/* Footer Section */
#footer {
    background: rgba(47, 37, 186, 1);
    padding: 20px 0 30px;
	color: #fff;
	line-height: normal;
	font-size: 16px;
	margin-top: 100px;
}
.body-contact #footer {
  display: none;
}
#footer .desc-footer {
  margin-top: 25px;
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
}
#footer .right-footer {
  margin-top: 40px;
}
#footer .right-footer{
    gap:60px;
}
#footer ul {
    list-style: none;
}
#footer .footer-menu ul li{
    
}
#footer .footer-menu ul li a{
	font-family: "Inter", sans-serif;
	padding: 5px 0;
    font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	line-height: normal;
	outline: none;
	box-shadow: none;
	display: inline-block;
}
#footer .footer-menu ul li.current a,
#footer .footer-menu ul li a:hover{
	color: rgba(190, 140, 53, 1);
}
#footer .rs-links {
  margin-top: 50px;
}
.rs-links li {
    
}
.rs-links a {
    background: rgb(190, 140, 53);
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	outline: none;
}
#footer .footer-copyright {
  margin-top: 55px;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
}

@media (max-width: 991px) {
	#header .site-menu {
		background: rgb(47, 37, 186);
		padding: 95px 30px;
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		transform: translateX(100%);
		transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}
	#header .site-menu.active {
		transform: translateX(0);
		opacity: 1;
	}
	#header .close-menu {
		position: absolute;
		top: 20px;
		right: 30px;
		background: #fff !important;
	}
	#header .top-menu ul li{
		width: 100%;
	}
	#header .top-menu ul li a {
		text-transform: uppercase;
		font-size: 32px !important;
		padding: 20px 0 !important;
		color: #fff !important;
	}
	#header .top-menu .close-menu {
		position: absolute;
		right: 30px;
		top: 20px;
	}
}
@media (max-width: 767px) {
	.site-logo {
	  max-width: 130px;
	}
	#jgl-hero {
	  padding: 485px 0 105px;
	}
	#jgl-hero .sup-title {
	  font-size: 12px;
	  margin-bottom: 10px;
	}
	#jgl-hero .title {
	  font-size: 32px;
	}
	.links a {
	  padding: 11px 15px;
	  font-size: 14px;
	}
	.jgl-events .links, .jgl-actus .links {
	  margin-top: 60px;
	}
	#footer .desc-footer {
	  margin-top: 10px;
	  font-size: 12px;
	}
	#footer .footer-copyright {
	  margin-top: 48px;
	  font-size: 16px;
	  text-align: left !important;
	}
}


/* Event page */
.jgl-event-intro .title {
  font-size: 32px;
}
.jgl-event-intro .desc {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
}
.filter-controls {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(217, 217, 217);
}
.filter-controls .filter-btn {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}
.filter-controls .filter-btn.active,
.filter-controls .filter-btn:hover {
  font-weight: 700;
}
.jgl-all-events .posts-grid{
	margin: 0 -12px;
}
.jgl-all-events .posts-grid .post-item {
  padding: 40px 12px 0;
  transition: all 0.4s ease;
}
.jgl-all-events .posts-grid .post-item.d-none {
  opacity: 0;
  transform: scale(0.8);
}
.jgl-all-events .posts-grid .post-item .post-item-cover .post-image{
	height: 420px;
}
.jgl-all-events .posts-grid .post-item .post-item-cover .post-image a,
.jgl-all-events .posts-grid .post-item .post-item-cover .post-image img{
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-fit: center
}
.jgl-all-events .posts-grid .post-item .post-item-cover .event-coming-soon {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  padding: 5px 13px 6px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  top: 20px;
  left: 15px;
}
.jgl-all-events .posts-grid .post-item .post-item-cover .title, .jgl-all-events .posts-grid .post-item .post-item-cover .title a {
  color: #000;
  font-size: 20px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  outline: none;
  text-decoration: none;
}
.jgl-all-events .posts-grid .post-item .post-item-cover .title:hover, .jgl-all-events .posts-grid .post-item .post-item-cover .title a:hover {
  color: rgba(47, 37, 186, 1);
}
.jgl-all-events .posts-grid .post-item .post-item-cover .btn-border {
  border-color: rgb(217, 217, 217);
  color: #000;
  padding: 9px 25px;
  font-size: 18px;
}
.jgl-all-events .posts-grid .post-item .post-item-cover .btn-border:hover {
  border-color: rgba(47, 37, 186, 1);
  color: #fff;
}
.jgl-all-events .posts-grid .post-item .post-item-cover .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(124, 124, 124);
  line-height: 24px;
}
.jgl-newsletter .title-news {
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.jgl-newsletter .newsletter-form {
  background: rgba(217, 217, 217, 0.4);
  border-radius: 35px;
  padding: 10px 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.jgl-newsletter .newsletter-form input {
  width: 100%;
  background: none;
  padding: 0 15px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.jgl-newsletter .newsletter-form button {
  background: rgb(47, 37, 186);
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 300;
}
.jgl-newsletter .newsletter-form button:hover {
  background: rgba(190, 140, 53, 1);
}
.jgl-rdv .jgl-rdv-cover {
  background: rgba(190, 140, 53, 1);
  padding: 45px 20px 50px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
}
.jgl-rdv .jgl-rdv-cover .box-title{
  margin: 0;
}
.jgl-rdv .jgl-rdv-cover .title-h2 {
  font-size: 32px;
}
.jgl-rdv-cover .links .btn-color {
  background: #fff;
  color: rgb(190, 140, 53);
  min-width: 190px;
  text-align: center;
}
@media (max-width: 767px) {
	.jgl-rdv .jgl-rdv-cover .title-h2,
	.jgl-event-intro .title {
	  font-size: 26px;
	}
	.jgl-event-intro .desc {
	  font-size: 20px;
	}
	.jgl-event-intro .left {
	  margin-bottom: 20px;
	}
	.jgl-all-events .posts-grid .post-item {
	  padding: 30px 12px 0;
	}
	.jgl-newsletter .newsletter-form input {
	  padding: 0 10px;
	  font-size: 18px;
	}
	.jgl-newsletter .newsletter-form button {
	  font-size: 16px;
	  padding: 5px 12px;
	}
	.jgl-newsletter .newsletter-form {
	  padding: 7px 10px;
	}
	.jgl-newsletter .newsletter-form input {
	  font-size: 15px;
	}
}
@media (max-width: 576px) {
	.jgl-event-intro .title {
	  font-size: 20px;
	}
	.jgl-event-intro .desc {
	  font-size: 16px;
	}
}

.list-entreprises .jgl-entreprises-cover {
  gap: 80px;
}
.jgl-all-entreprises {
  background: rgb(245, 247, 255);
  padding: 185px 0 145px;
  margin-top: -180px;
}
.jgl-all-entreprises .expertise-item-cover .exp-image {
  width: 510px;
  min-width: 510px;
}
.jgl-all-entreprises .exp-texte {
  padding-right: 40px;
}
.jgl-all-entreprises .exp-texte .desc,
.jgl-all-entreprises .exp-texte .title-h3 {
  font-size: 24px;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
.jgl-all-entreprises .exp-texte .desc{
  font-size: 18px;
}
.jgl-all-entreprises .exp-desc-accordion .accordion-item {
  border: none;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(217, 217, 217);
  margin-bottom: 20px;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  line-height: normal;
  background: none;
}
.jgl-all-entreprises .exp-desc-accordion .accordion-item .accordion-body {
  padding: 20px 0 0;
  border: none;
}
.jgl-all-entreprises .exp-desc-accordion .accordion-header, .jgl-all-entreprises .exp-desc-accordion .accordion-button {
  padding: 0;
  border: none !important;
  background: none;
  border-radius: 0 !important;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #000;
  font-family: "Inter", sans-serif;
  box-shadow: none;
}
.jgl-all-entreprises .exp-desc-accordion .accordion-button:after{
	background: url(../images/plus.svg) no-repeat center;
}
.jgl-all-entreprises .exp-desc-accordion .accordion-button[aria-expanded="true"]:after{
	background-image: url(../images/minus.svg);
}
.jgl-all-entreprises .expertise-item-cover {
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin: 0;
  border-radius: 20px;
}
.jgl-all-entreprises .expertise-item:nth-child(2n) .expertise-item-cover {
  flex-direction: row-reverse;
}
.jgl-all-entreprises .expertise-item:nth-child(2n) .expertise-item-cover .exp-texte{
  padding-left: 40px;
  padding-right: 0;
}
.jgl-all-entreprises .expertise-item-cover .exp-image img{
  border-radius: 20px;
}

.jgl-poles .pole-item{
	padding:15px;
}
.jgl-poles .pole-item-cover .icon img,
.jgl-poles .pole-item-cover .icon svg{
  width:50px;
  min-width: 50px;
}
.jgl-poles .pole-item-cover .icon::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(47, 37, 186, 0.39);
}
.jgl-poles .pole-item-cover .title {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.jgl-poles .pole-slogan {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}


@media (max-width: 1199px) {
	.jgl-all-entreprises .expertise-item-cover .exp-image {
	  width: 380px;
	  min-width: 380px;
	}
}
@media (max-width: 991px) {
	.jgl-all-entreprises .exp-texte {
	  padding-right: 0;
	}
	.jgl-all-entreprises .expertise-item-cover {
	  flex-wrap: wrap;
	  gap: 30px;
	}
	.jgl-all-entreprises .expertise-item:nth-child(2n) .expertise-item-cover {
	  flex-direction: initial;
	}
	.jgl-all-entreprises .expertise-item-cover .exp-image {
		width: 100%;
		min-width: 100%;
	
	}
	.jgl-all-entreprises .expertise-item:nth-child(2n) .expertise-item-cover .exp-texte{
		padding: 0;
	}
	.jgl-all-entreprises {
	  padding-bottom: 90px;
	  margin-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.jgl-all-entreprises .exp-texte .desc, .jgl-all-entreprises .exp-texte .title-h3 {
	  font-size: 20px;
	}
	.jgl-all-entreprises .exp-texte .desc {
	  font-size: 16px;
	}
}