.expertise-sectionX {
    margin: 55px 0 0;
}

.expertise-sectionX .content-desc {
	display: flex;
    justify-content: center;
    background: #fff;
    padding: 40px 0 125px;
}

.expertise-sectionX .content-mob {
    display: none; 
}

.expertise-sectionX .content-desc .images-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease; /* Add transition for all properties */
	margin: 20px 0;

}

.expertise-sectionX .content-desc .images-container img {
    max-width: 50%; 
    height: auto;
    transition: max-width 0.5s ease; /* Add transition only for max-width */
}

.expertise-sectionX .images-container h1 {
    text-align: center;
    font-family: "Gotham Bold";
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: #282828;
    margin: 0 15px;
    transition: font-size 0.5s ease, line-height 0.5s ease; /* Add transition for font-size and line-height */
}

.expertise-sectionX .images-container span {
    color: #7D133D;
}

@media (max-width: 1210px) {
    .expertise-sectionX .content-desc .images-container img {
        max-width: 35%; 
    }

    .expertise-sectionX .content-desc .images-container h1 {
        font-size: 40px; 
        line-height: 45px; 
    }
}

@media (max-width: 1080px) {
    .expertise-sectionX .content-desc .images-container img {
        max-width: 30%;
    }

    .expertise-sectionX .content-desc .images-container h1 {
        font-size: 30px; 
        line-height: 35px; 
        margin: 0 8px;
    }
}

@media (max-width: 800px) {
	
    .expertise-sectionX .content-mob {
        display: block;
		padding: 40px 0 120px;
    }

    .expertise-sectionX .content-desc {
        display: none;
    }

    /* Exception : le bloc .expertise-mob (ex. en-tête « NOS SUCCESS STORIES »)
       n'a PAS de variante .content-mob → garder sa version .content-desc visible
       en mobile, sinon il disparaît complètement à ≤800px. */
    .expertise-sectionX.expertise-mob .content-desc {
        display: flex !important;
    }

	.expertise-sectionX .content-mob .images-container {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 45%;
		transition: all 0.5s ease; /* Add transition for all properties */
		margin: 20px 0;
		
	}
	
	.expertise-sectionX .content-mob .images-container img {
		margin: 0 8px;
	}
	
	.expertise-sectionX .content-mob {
        display: flex; /* Display content3 when under 860px */
        flex-direction: column;
        align-items: center;
    }
	
    .expertise-sectionX .content-mob h1 {
        margin-bottom: 18px; /* Adjust margin between images and title */
		text-align: center;
		font-family: "Gotham Bold";
		font-size: 50px;
		font-weight: 700;
		line-height: 55px;
		color: #282828;
    }
	
	.expertise-sectionX .content-mob span {
		color: #7D133D;
    }
}

@media (min-width: 400) and (max-width: 800){
	.expertise-sectionX .content-mob h1 {
        line-height: 55px;
    }
}

@media (max-width: 600px) {
    .expertise-sectionX .content-mob h1 {
		text-align: center;
		font-family: "Gotham Bold";
		font-size: 45px;
    }
}

@media (max-width: 470px) {	
	.expertise-mob {
		/*height: calc(105vh - 80px);*/
	}
	
    .expertise-sectionX .content-mob h1 {
		text-align: center;
		font-family: "Gotham Bold";
		font-size: 38px;
    }
}

@media (max-width: 400px) {    
	.expertise-mob {
		/* height: calc(95vh - 80px); */
	}
	
    .expertise-sectionX .content-mob h1 {
		text-align: center;
		font-family: "Gotham Bold";
		font-size: 32px;
		line-height: 40px !important;

    }
}

.poles-home {
    margin-top: 35px;
    margin-bottom: 42px;
}

.tab-pole {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DCDCDC;
    box-shadow: 0px 21px 30px -25px #2828281A;
    padding-left: 20px;
    padding-right: 20px;
}

.tablinks-pole {
    display: inline-flex;
    margin: 0 30px;
    font-family: 'Gotham Medium', sans-serif;
    font-size: 26px;
    text-transform: capitalize;
    padding: 19px 0;
    cursor: pointer;
    border-bottom: 5px solid transparent;
	align-items: center;
}

.tablinks-pole img {
	width: 60px;
    height: auto;
	margin-right: 8px;
}

.tablinks-pole.applicatif,
.tablinks-pole.data-management,
.tablinks-pole.integration-cloud,
.tablinks-pole.cybersecurite {
    color: #505151;
}

.tablinks-pole.applicatif.active {
    color: #C35584;
    border-bottom: 5px solid #282828;
}

.tablinks-pole.data-management.active {
	color: #B78DF4;
    border-bottom: 5px solid #282828;
}

.tablinks-pole.integration-cloud.active {
    color: #D053DF;
    border-bottom: 5px solid #282828;
}

.tablinks-pole.cybersecurite.active {
    color: #7C5DCD;
    border-bottom: 5px solid #282828;
}

.cards-pole {
	display: flex;
    justify-content: center;
    padding-top: 35px;
	flex-wrap: wrap;
	row-gap: 16px;
}

.card-pole {
    width: 230px; /* Adjust width as needed */
    height: 200px; /* Adjust height as needed */
    border: 1px solid #ccc;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 8px;
}

.card-pole .card-pole-content {
    text-align: center;
}

.card-pole .icon img {
    width: 40px; /* Adjust icon size as needed*/ 
    height: 40px;
}

.card-pole .title {
    margin-top: 12px;
    font-size: 18px;
    padding: 0 18px;
    height: 80px; /* Fixed height for the title space */
    display: flex;
    justify-content: center;
	font-family: "Gotham Medium";
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.03em;
}

.card-pole .link-word {
    text-decoration: none;
    color: #7D133D;
	cursor: pointer;

}

.card-pole:hover {
    background-color: #7D133D;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}

.card-pole:hover h3,
.card-pole:hover a {
    color: #fff;
}

.card-pole:hover .icon img {
    filter: brightness(0) invert(1);
}

@media (min-width: 1001px) and (max-width: 1300px){
	.tablinks-pole {
		font-size: 22px;
	}
	
	.tablinks-pole img {
		width: 50px;
		height: auto;
		margin-right: 8px;
	}
}

@media (max-width: 1000px){	
	.card-pole {
		width: 190px; 
		height: 195px; 
	}
	.tablinks-pole {
		font-size: 18px;
		margin: 0 8px;
	}
	.tablinks-pole img {
		width: 36px;
		height: auto;
		margin-right: 6px;
	}
}

@media (max-width: 800px) {
	.tab-pole {
		padding: 0 20px !important;
		white-space: nowrap;
		overflow-x: scroll;
		justify-content: flex-start;
		display: block;
	}
}

@media (max-width: 480px){	
	.card-pole {
		width: 165px; 
		height: 180px; 
	}
	
	.card-pole .icon img {
		width: 35px; /* Adjust icon size as needed*/ 
		height: 35px;
	}
	
	.card-pole .title {
		margin-top: 10px;
		font-size: 16px;
		padding: 0 16px;
	}
	
	.card-pole .link-word {
		text-decoration: none;
		color: #7D133D;
		cursor: pointer;
		font-size: 15px;
	}
}

.methodologie-container {
    -webkit-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    z-index: 2;
	background: white;
	padding-top: 35px;
}

.methodologie-container .fix-skew {
    -webkit-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
    padding-bottom: 0px;
    margin: 0 8%;
}

.methodologie .content-method {
    display: flex;
    margin: 35px 0 25px 0;
	justify-content: center;
}

.content-method .first-section {
    margin: 0 15px;
}

.content-method .second-section {
    margin: 0 15px;
}

.content-method .first-section .title h2 {
    font-family: "Gotham Bold";
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    letter-spacing: -0.03em !important;
    text-align: left;
    color: #282828;
	padding-bottom: 25px !important;
	margin: 0 !important;
}

.content-method .first-section .text p {
    font-family: "Gotham Bold";
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    color: #505151;
}

.content-method .second-section ul {
    margin: 0;
}

.content-method .second-section .elements li {
    font-family: "Gotham";
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    text-align: left;
    color: #505151;
	padding-bottom: 10px;
}

.content-method .second-section .elements span {
	font-family: "Gotham Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #505151;
}

.image-agile {
	text-align: center; 
	margin-top: 40px; 
	/*padding-bottom: 75px;*/
}

.image-agile .image-horizontal img {
	width: 100%; 
	height: auto;
	padding: 0 15px;
}

@media (max-width: 1180px){
	.content-method .first-section {
		margin: 0 10px;
	}

	.content-method .second-section {
		margin: 0 10px;
	}

	.content-method .first-section .title h2 {
		font-family: "Gotham Bold";
		font-size: 23px !important;
	}

	.content-method .first-section .text p {
		font-family: "Gotham Bold";
		font-size: 18px;
		font-weight: 700;
		line-height: 29px;
		text-align: left;
		color: #505151;
	}

	.content-method .second-section .elements li {
		font-family: "Gotham";
		font-size: 15px;
	}

	.content-method .second-section .elements span {
		font-family: "Gotham Bold";
		font-size: 15px;

	}
}

@media (max-width: 800px){
	.methodologie .content-method {
		flex-wrap: wrap;
	}
	
	.image-agile .image-horizontal {
        display: none; 
    }

    .image-agile .image-vertical {
        display: block; 
    }
	
	.image-agile .image-vertical img {
		width: 65%; 
		height: auto;
	}
	
	/*.methodologie-container {
		margin: 0 5%;
	}*/
	
	.content-method .first-section .title h2 {
		font-family: "Gotham Bold";
		font-size: 21px !important;
	}

	.content-method .first-section .text p {
		font-family: "Gotham Bold";
		font-size: 17.5px;

	}

	.content-method .second-section .elements li {
		font-family: "Gotham";
		font-size: 15px;
	}

	.content-method .second-section .elements span {
		font-family: "Gotham Bold";
		font-size: 15px;
	}
}

@media (min-width: 801px) {
    .image-agile .image-horizontal {
        display: block; 
    }

    .image-agile .image-vertical {
        display: none; 
    }
}
@media (max-width: 480px) {
	.methodologie-container .fix-skew {
		margin: 0 4%;
	}
	
	.content-method .first-section .title h2 {
        font-family: "Gotham Bold";
        font-size: 18.5px !important;
    }
	
	.content-method .first-section {
		margin: 0 ;
	}
	
	.content-method .second-section {
		margin: 0 ;
	}
	
	.content-method .first-section .text p {
		font-family: "Gotham Bold";
		font-size: 17px;

	}

	.content-method .second-section .elements li {
		font-family: "Gotham";
		font-size: 14px;
	}

	.content-method .second-section .elements span {
		font-family: "Gotham Bold";
		font-size: 14px;
	}
}

.expertise-value {
	background: #f5f5f5;
	padding-bottom: 75px;
    overflow: hidden;
	margin-bottom: -20px;
    -webkit-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    padding-top: 35px;
}

.expertise-value .fix-skew {
	-webkit-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
    padding-bottom: 50px;
}

.expertise-value .content {
	background: #f5f5f5;
	margin: 0 8%;
	/*padding: 0 0 40px;*/
}

.expertise-value .content .value-text {
	text-align: center;
	padding: 0 60px;
	margin: 35px 0 0 0 ;
}

.expertise-value .content .value-text {
	font-family: "Gotham";
	font-size: 19px;
	font-weight: 325;
	line-height: 30px;
	letter-spacing: -0.03em;
}

.expertise-value .content .values-list {
    display: flex;
    justify-content: space-around;
	margin: 60px 0 55px 0 ;
	position: relative;
}

.expertise-value .content .values-list::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -10px;
    width: 101%;
    height: 28px;
    border-radius: 25px;
    background: linear-gradient(90deg, #CD34C6 0%, #755AE0 50.5%, #7B1653 100%);
}

.values-list .value-item {
	flex-basis: calc(25% - 20px); 
    position: relative; /* Make the parent container for pseudo-elements */
    padding: 20px 6px 20px 22px;
    /*border-bottom: 1px solid #ccc;*/
}

.values-list .value-item-1 {
    border-left: 4px solid #CC36C7;
}

.values-list .value-item-2 {
    border-left: 4px solid #A148D4;
}

.values-list .value-item-3 {
    border-left: 4px solid #765ADF;
}

.values-list .value-item-4 {
    border-left: 4px solid #793898;
}

.values-list .value-item::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute; /* Position the circles */
    width: 20px; /* Set width of circles */
    height: 20px; /* Set height of circles */
    background-color: #fff; /* Set circle color */
	border: 4px solid rgba(204, 54, 199, 1);
    border-radius: 50%; /* Make circles round */
    top: -8px; /* Position circles vertically */
	left: -16px; /* Position left circle */
}

.values-list .value-item-1::before {
	border: 4px solid #CC36C7;   
}

.values-list .value-item-2::before {
	border: 4px solid #A148D4;   
}

.values-list .value-item-3::before {
	border: 4px solid #765ADF;   
}

.values-list .value-item-4::before {
	border: 4px solid #793898;   
}

.values-list .value-item::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    top: calc(100% - 21px);
    left: -12px;
    z-index: 1;
}

.value-item h2 {
    margin: 0px !important;
	font-family: "Gotham bold" !important;
	font-size: 40px !important;
    font-weight: 700 !important;
	line-height: 40px;
	text-align: left;
    position: relative; /* Add position relative */
    top: -35px; /* Adjust the top value to move the title up or down */
}

.value-item-1 h2 {
	color: #CC36C7;
}

.value-item-2 h2 {
	color: #A148D4;
}

.value-item-3 h2 {
	color: #765ADF;
}

.value-item-4 h2 {
	color: #793898;
}
.value-item ul {
    list-style: none;
    padding: 0;
	margin-bottom: 36px;
}

.value-item li {
	background: none;
	display: flex;
    align-items: center;
    margin: 0 0 12px 0;
    padding: 0 0 0 0;
    font-family: "Gotham";
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px;
    text-align: left;

}

.value-item li img {
    margin-right: 10px;
}

@media (max-width: 850px) {	
	.expertise-value .content .value-text {
		font-family: "Gotham";
		font-size: 17px;
	}
	
	.expertise-value .content .value-text {
		text-align: center;
		padding: 0 15px;
		margin: 35px 0 0 0;
	}
	
	.expertise-value .fix-skew {
		-webkit-transform: skew(0deg, 4deg);
		transform: skew(0deg, 4deg);
		padding-bottom: 20px;
	}
	
	.expertise-value .fix-skew .section-title  h2 {
		margin: 0 5px !important;
	}
	/*.expertise-value .content .values-list {
		display: flex;
		justify-content: center;
		flex-direction: column;
		/*margin: 60px auto ;
		width: 70%;*
		align-items: center;
	}*/
	.expertise-value .content .values-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .values-list .value-item {
        width: 80%; /* Specify a fixed width for value items */
        max-width: 300px; /* Set a max-width if needed */
		margin-left: 25%;
    }
	
	.values-list .value-item-1 {
		border-left: 6px solid #CC36C7;
	}

	.values-list .value-item-2 {
		border-left: 6px solid #A148D4;
	}

	.values-list .value-item-3 {
		border-left: 6px solid #765ADF;
	}

	.values-list .value-item-4 {
		border-left: 6px solid #793898;
	}

	.values-list .value-item::before {
		content: ""; /* Required for pseudo-elements */
		position: absolute; /* Position the circles */
		width: 18px; /* Set width of circles */
		height: 18px; /* Set height of circles */
		background-color: #fff; /* Set circle color */
		border-radius: 50%; /* Make circles round */
		top: -8px; /* Position circles vertically */
		left: -17px; /* Position left circle */
		z-index: 1;
	}
	
	.values-list .value-item-1::before {
		border: 6px solid #CC36C7;   
	}

	.values-list .value-item-2::before {
		border: 6px solid #A148D4;   
	}

	.values-list .value-item-3::before {
		border: 6px solid #765ADF;   
	}

	.values-list .value-item-4::before {
		border: 6px solid #793898;   
	}

	.expertise-value .content .values-list::after {
		display: none;
	}
	
	.values-list .value-item::after {
		display: none;
	}

	.value-item .value-number-1 {
	    position: absolute;
		left: -75px;
		top: -16px;
	}
	
	.value-item .value-number-2 {
	    position: absolute;
		left: -82px;
		top: -16px;
	}
	
	.value-item .value-number-3 {
	    position: absolute;
		left: -82px;
		top: -16px;
	}
	
	.value-item .value-number-4 {
	    position: absolute;
		left: -85px;
		top: -16px;
	}
}

@media (max-width: 480px) {
	.expertise-value .content {
		background: #f5f5f5;
		margin: 0 4%;
	}
	
	.expertise-value .content .values-list {
		display: flex;
		justify-content: space-around;
		margin: 60px 0 55px 0 ;
		padding: 0 10px;
		position: relative;
	}
	
	.expertise-value .content .value-text {
		padding: 0 10px;
	}

	.expertise-value .content .value-text {
		font-size: 16px;
	}
	
	.value-item .value-number, .value-item .value-word {
		font-size: 32px !important;
		padding: 0px !important;
	}
	
	.value-item .value-number-1 {
	    position: absolute;
		left: -62px;
		top: -16px;
	}
	
	.value-item .value-number-2 {
	    position: absolute;
		left: -69px;
		top: -16px;
	}
	
	.value-item .value-number-3 {
	    position: absolute;
		left: -69px;
		top: -16px;
	}
	
	.value-item .value-number-4 {
	    position: absolute;
		left: -72px;
		top: -16px;
	}
	
	.value-item li {
		font-family: "Gotham";
		font-size: 14px !important;
	}
}

.technos-new {
  background-color: #f5f5f5;
  /*margin-top: -104px;*/
  padding-top: 35px;
  /*padding-bottom: 80px;*/
  -webkit-transform: skew(0deg, -4deg);
  transform: skew(0deg, -4deg);
  z-index: 2;
}

.technos-new .fix-skew {
	-webkit-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
    padding-bottom: 100px;
}

.technos-new .content {
  margin-top: 80px;
  height: 970px;
  background-image: url("/images/expertise/cercle-expertises.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  background-color: transparent;
}
.technos-new .content.img-en {
	background-image: url("/images/expertise/cercle-expertises-en.svg");
}

.technos-new .content-2 {
	display: none;
}

.technos-new .content .links {
  width: 1020px;
  margin: 0 auto;
  /*height: 590px;*/
}

.technos-new .content .links a {
	text-decoration: none;
	position: absolute;
	transition: all 0.3s ease-out;
	background: #fff;
    padding: 8px 4px;
    border-radius: 10px;
	box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	min-width: 62px;
	min-height: 56px;
}
.technos-new .content .links a img {
 	max-width: 100%;
    /*border: 1px solid #000;*/
	height: 40px;
    width: 54px;
	
}
.technos-new .content .links a.filtred img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.technos-new .content .links .talend {
	left: 21%;
	top: 18%;
}
.technos-new .content .links .power_bi {
	left: 11%;
	top: 34%;
}
.technos-new .content .links .ibm {
	left: 5.5%;
	top: 56%;
}
.technos-new .content .links .microstrategy {
	left: 22%;
	top: 33%;
}
.technos-new .content .links .sas {
	left: 15%;
	top: 50%;
}
.technos-new .content .links .pentaho {
	top: 49%;
	left: 24%;
}
.technos-new .content .links .microsoft {
	left: 33%;
	top: 52%;
}
.technos-new .content .links .google-ai {
	left: 54%;
	top: 54%;
}
.technos-new .content .links .python {
	left: 68.5%;
	top: 24%;
}
.technos-new .content .links .crystal {
	left: 34.5%;
	top: 69%;
}
.technos-new .content .links .aws {
	left: 42%;
	top: -89%;
}
.technos-new .content .links .azure-ai {
	top: 55.5%;
	left: 45%;
}
.technos-new .content .links .tensor-flow {
	left: 56%;
	top: 41%;
}
.technos-new .content .links .azure {
	left: 59%;
	top: -123%;
}
.technos-new .content .links .aws-ai {
	left: 63%;
	top: 36%;
}
.technos-new .content .links .kubernetes {
	left: 80%;
	top: 95%;
	z-index: 10;
}
.technos-new .content .links .google-cloud {
	left: 48%;
	top: -110%;
}
.technos-new .content .links .jenkins {
	left: 65.5%;
	top: 92%;
	z-index: 10;
}
.technos-new .content .links .react {
	left: 58%;
	top: -38%;
}
.technos-new .content .links .vuejs {
	left: 70%;
	top: -70%;
}
.technos-new .content .links .nodejs {
	left: 79.5%;
	top: -99%;
}
.technos-new .content .links .codeigniter {
	left: 86.5%;
	top: -70%;
}
.technos-new .content .links .angular {
	left: 88.5%;
	top: -34.5%;
}
.technos-new .content .links .php {
	left: 25%;
	top: 86%;
}
.technos-new .content .links .windev {
	left: 18%;
	top: 94%;
	z-index: 10;
}
.technos-new .content .links .javaee {
	left: 11%;
	top: 82%;
}
.technos-new .content .links .dotnet {
	left: 14%;
	top: 107.5%;
	z-index: 10;
}
.technos-new .content .links .android {
	left: 50.5%;
	top: 33%;
}
.technos-new .content .links .pwa {
	left: 51.5%;
	top: 8%;
}
.technos-new .content .links .xamarin {
	left: 59%;
	top: 24%;
}
.technos-new .content .links .ionic {
	left: 50%;
	top: 56%;
}
.technos-new .content .links .a {
	left: 58%;
	top: 47%;
}
.technos-new .content .links .flutter {
	left: 66%;
	top: 39%;
}
.technos-new .content .links .rails {
	left: 65%;
	top: -47%;
}
.technos-new .content .links .zend {
	left: 74.5%;
	top: -37%;
}
.technos-new .content .links .circleci {
	left: 76%;
	top: 116%;
	z-index: 10;
}
.technos-new .content .links .docker {
	left: 69.5%;
	top: 106%;
	z-index: 10;
}
.technos-new .content .links .symfony {
	left: 78.5%;
	top: -61%;
}
.technos-new .content .links .C {
	left: 32.5%;
	top: 87%;
	z-index: 10;
}

.technos-new .content .links .cms {
    height: 350px;
    position: relative;
}
.technos-new .content .links .bi {
  height: 530px;
  position: relative;
}

.technos-new .content .links .dotnet-core {
	top: 86%;
	left: 33%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .dotnet-core img {
	width: 43px !important;
	position: relative;
	left: 9%;
}
.technos-new .content .links .gitlab {
	top: 91%;
	left: 58%;
	pointer-events: none;
}
.technos-new .content .links .gitlab img {
	position: relative;
	left: 10% !important;
}
.technos-new .content .links .pentera {
	top: 51%;
	left: 14%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .mitre {
	top: 3%;
	left: 40%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .mitre img {
	width: 47px !important;
	position: relative;
	left: 6%;
}
.technos-new .content .links .fortinet {
	top: 29%;
	left: 41%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .aws-security {
	top: 16%;
	left: 32%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .bitdefender {
	top: 50%;
	left: 38%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .cisco {
	top: 35%;
	left: 28%;
	z-index: 10;
}
.technos-new .content .links .windows-defender {
	top: 73%;
	left: 40%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .tenable {
	top: 60%;
	left: 29%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .crowdstrike {
	top: 95%;
	left: 40%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .splunk {
	top: 85%;
	left: 30%;
	z-index: 10;
	pointer-events: none;
}
.technos-new .content .links .talos {
	top: 72%;
	left: 21%;
	z-index: 10;
	pointer-events: none;
}


@media (min-width: 1000px) and (max-width: 1030px) {

	.technos-new .content .links {
	  width: 985px;
	  margin: 0 auto;
	  /*height: 590px;*/
	}
	
	.technos-new .content .links .cms {
		height: 340px;
		position: relative;
	}
}

@media (max-width: 1000px) {
	.technos-new .content {
		display: none;
	}
	
	.technos-new .content-2 {
		display: block;
	}
	
	.technos-new .content-2 .links {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 1000px; /* Adjust as needed */
		margin: 35px 10px 0 10px;
	}

	.technos-new .content-2 .links .card {
		width: calc(33.33% - 16px);
		background-color: #fff;
		padding: 10px 20px;
		text-align: center;
		box-sizing: border-box;
		border-radius: 8px;
		margin-bottom: 20px;
	}
	
	.technos-new .content-2 .links .card h3 {
		font-size: 18px;
		font-family: "Gotham Medium";
		font-weight: 500;
		line-height: 26px;
		letter-spacing: -0.03em;
		padding: 0px;
        margin-bottom: 20px;
        border-radius: 4px;
	}
	
	.technos-new .content-2 .links .card .dm-title {
		background: #647DBC;
        color: #fff;
	}
	.technos-new .content-2 .links .card .ai-title {
		background: #86CCD5;
        color: #fff;
	}
	.technos-new .content-2 .links .card .id-title {
		background: #DD7643;
        color: #fff;
	}
	.technos-new .content-2 .links .card .ap-title {
		background: #8166BC;
        color: #fff;
	}
	.technos-new .content-2 .links .card .fk-title {
		background: #88D3AF;
        color: #fff;
	}
	.technos-new .content-2 .links .card .cl-title {
		background: #DD5B9F;
        color: #fff;
	}
	.technos-new .content-2 .links .card .mb-title {
		background: #FBBF34;
        color: #fff;
	}
	.technos-new .content-2 .links .card .cs-title{
		background: #95C330;
		color: #fff;
	}
}

@media (max-width: 768px) {
    .technos-new .content-2 .links .card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 550px) {
    .technos-new .content-2 .links .card {
        width: calc(100% - 30px);
    }
}

.technos-new .content-2 .links .images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.technos-new .content-2 .links .images a {
    text-decoration: none;
    margin: 8px 8px;
}

.technos-new .content-2 .links .images .mitre{
	pointer-events: none;
}
.technos-new .content-2 .links .images .fortinet{
	pointer-events: none;
}
.technos-new .content-2 .links .images .aws-security{
	pointer-events: none;
}
.technos-new .content-2 .links .images .bitdefender{
	pointer-events: none;
}
.technos-new .content-2 .links .images .windows-defender{
	pointer-events: none;
}
.technos-new .content-2 .links .images .tenable{
	pointer-events: none;
}
.technos-new .content-2 .links .images .crowdstrike{
	pointer-events: none;
}
.technos-new .content-2 .links .images .splunk{
	pointer-events: none;
}
.technos-new .content-2 .links .images .talos{
	pointer-events: none;
}
.technos-new .content-2 .links .images .pentera{
	pointer-events: none;
}
.technos-new .content-2 .links .images .gitlab{
	pointer-events: none;
}
.technos-new .content-2 .links .images .dotnet-core{
	pointer-events: none;
}

.technos-new .content-2 .links .images a img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out;
    /*border: 1px solid #000;*/
    background: #fff;
    padding: 8px 4px;
    border-radius: 10px;
    height: 50px;
    width: 50px;
	box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}