#case-fiesc * {
	/* font-family: Roboto; */
	font-style: normal;
}

.plain-text-info {
	font-size: 16px;
}

.case-fiesc-span {
	padding-inline: 8px;
	margin-right: 20px;
	font-size: 14px;
	background-color: #C4C4C4;
	color: #000000;
}

#cf-details {
  z-index: 2; 
}

#cf-details .dot-1 {
	bottom: -38px;
	left: -74px; 
}

@media (max-width: 767px) {
	#cf-details .dot-1 {
		top: 60px;
		left: -52px; 
	} 
}

#cf-details .dot-2 {
	right: -140px;
	top: 140px; 
}

@media (max-width: 767px) {
	#cf-details .dot-2 {
		right: -100px;
		bottom: 90px; 
	} 
}

#cf-details .line-1 {
	bottom: -220px;
	right: -190px; 
}

@media (max-width: 767px) {
	#cf-details .line-1 {
		top: -165px;
		left: auto;
		right: -160px; 
	} 
}

#cf-details .osbr-tabs-wrap {
	display: flex;
	margin-top: 64px;
	width: 90vw;
	max-width: 1300px; 
}

@media (max-width: 767px) {
	#cf-details .osbr-tabs-wrap {
		margin-top: 32px;
	} 
}

#cf-details .osbr-tabs-wrap .osbr-tabs {
	border-right: 1px solid #2f2f2f;
	padding-right: 38px;
	margin-right: 38px;
	width: 20%; 
}

@media (max-width: 767px) {
	#cf-details .osbr-tabs-wrap .osbr-tabs {
		display: none; 
	} 
}

#cf-details .osbr-tabs-wrap .osbr-tabs li {
	font-size: 20px;
	display: block;
	margin: 0 0 30px;
	cursor: pointer;
	color: #2cd5c4; 
}

#cf-details .osbr-tabs-wrap .osbr-tabs li:last-child {
	margin-bottom: 0; 
}

#cf-details .osbr-tabs-wrap .osbr-tabs li a.inactive {
	color: #fff;
	opacity: 0.7; 
}

#cf-details .osbr-tabs-wrap .osbr-tabs li a.inactive:hover {
	opacity: 1; 
}

#cf-details .osbr-tabs-wrap .tab-body {
	width: 70%; 
}

@media (max-width: 767px) {
	#cf-details .osbr-tabs-wrap .tab-body {
		width: 100%;
		padding: 0 0; 
	} 
}

#cf-details .osbr-tabs-wrap .tab-body .tab-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%; 
}

@media (max-width: 767px) {
	#cf-details .osbr-tabs-wrap .tab-body .tab-content {
		flex-wrap: wrap; 
	} 
}

#cf-details .osbr-tabs-wrap .tab-body .tab-content .description-text {
	width: 70%;
	padding-right: 64px;
	text-align: right;
	font-size: 18px;
	line-height: 27px;
	font-size: 16px; 
}

@media (max-width: 767px) {
	#cf-details .osbr-tabs-wrap .tab-body .tab-content .description-text {
		width: 100%;
		padding: 0;
		text-align: center; 
	} 
}

#cf-details .content-flutuant-menu img {
	margin-right: 100px!important;
	margin-left: 100px!important;
}

@media (max-width: 767px) {
	#cf-details .osbr-tabs-wrap .tab-body .tab-content .description-img {
		padding: 32px 20% 0;
		max-width: 400px; 
	} 
}

.osbr-tabs-wrap {
}
.osbr-tabs-wrap .tab-body .tab-content .description-text ul li {
	font-size: 15px;
	margin-top: 15px;
}

#cf-details .content-flutuant-menu ul li {
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 10px;
}

.static-tabs {
	position: fixed;
	top: 40%;
	z-index: -11;
	transition: all 3.5s;
}
.content-flutuant-menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 16px;
	z-index: 9;
}

@media (max-width: 767px) {
	.content-flutuant-menu .img img {
		width: 100%!important;
	}
}

#flutuant-menu {
	z-index: 2;
}

.full-screen2 {
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible; }
  @media (max-width: 767px) {
    .full-screen2 {
      overflow: hidden;
      height: auto;
      min-height: 100vh; } }
	  
.link-color {
	color: #2cd5c4;
	text-decoration: none;
}
.center-align {
	margin-top: 25%;
}