*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Questrial';
  src: url('/StyleSheet/Questrial-Regular.ttf') format('woff2');
  font-weight: normal;
  font-display: swap;
}

html{
  	font-size:100%; 
}

@media screen and (min-width: 768px) {
	BODY {
		font-family: 'Questrial', sans-serif;
    text-align: center;
		margin: 0px;    
    overflow-x: hidden;  
	}
	.BodyBG_box{
    background-position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;   
    background-size: 1px;
  }
	
}

@media screen and (max-width: 1024PX) {
	BODY {    
		font-family: 'Questrial', sans-serif;
		text-align: center;
		margin: 0px;
		height: 100%;    
    overflow-x: hidden;  
	}	
  .BodyBG_box{
    background-position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 130%;
  }
}
SPAN {
	padding: 0px 0px 0px 0px;
}


LI {
	text-indent: 5px;
	line-height: 25px;
  list-style-type: circle;
  list-style-position: inside;
}

::-webkit-scrollbar{
  display:none;
}

.EmptyLine{
  height: 5px;
}

.clearlft{
  clear: both; 
}

A {
	CURSOR: hand;
	TEXT-DECORATION: none;
	color: var(--dark);
}

A:hover {
	color: var(--primary);
}


.AChiaro {
	CURSOR: hand;
	TEXT-DECORATION: none;
	color: var(--neutral_light);
}
.AChiaro:hover {
	CURSOR: hand;
	TEXT-DECORATION: none;
	color: #EAC73D;
}

.AChiaro2 {
	CURSOR: hand;
	TEXT-DECORATION: none;
	color: var(--primary);
}
.AChiaro2:hover {	
	color: #FFFFFF;
}
/*/////////////////CARATTERI E TITOLI /////////////////*/
h1{
  color: var(--primary);
	font-weight: bold;
	font-size: 45px;
	padding: /*sopra=*/60px /*destra=*/0px /*sotto=*/40px /*sinistra=*/0px;
	text-align: center;	
}
@media screen and (max-width: 767px) {
  h1{
    font-size: 30px;  
  }
}


h2{
	font-size: 20px;
	font-weight: bold;
	color: var(--primary);
	line-height: 1.2em;
	padding: 15px 2px 15px 2px;
	text-align: center;
}
	
	
h3{
	font-size: 1.2em;
	font-weight: 300;
	color: var(--primary);
	line-height: 25px;
	padding: 10px 2px 0px 2px;
	text-align: center;
}

h4{
	font-size: 1.3em;
	font-weight: bold;
	color: var(--primary);
	line-height: 25px;
	padding: 20px 2px 0px 2px;
	text-align: left;
}


h5{ /* titolo del form*/
	font-size: 1.2em;
	font-weight: 300;
	color: #1A6FA1;
	line-height: 25px;
	padding: 10px 2px 10px 2px;
	text-align: center;
	border-bottom: solid #1A6FA1 1px;	
}

.Description {
	text-align: justify;
	font-size: 16px;
	vertical-align: top;
	color: #555;
  line-height: 22px;
}

.Txt{
  font-size: 1em;
}


.Evidence{
   color: var(--primary);
}

.EvidenceChiaro{
   color: var(--primary);
}

.Istruzioni{
	width: 95%;
	font-size: 0.8em;
	font-weight: 300;
	color: #555;
	line-height: 13px;
	padding: 2px 2px 2px;
}

.chiudi{
  text-align: right;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
}
/*************************************************/
@media screen and (max-width: 767px) {
  .F-saw{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; 
  }
}
@media screen and (min-width: 768px) {
  .F-saw{
      display: flex;
      justify-content: space-around;        
      flex-wrap: wrap;
      gap: 25px;
  }
}
@media screen and (max-width: 1023px) {
    .F-sb{
        display: flex;
        flex-direction: column;        
    }
}
@media screen and (min-width: 1024px) {
    .F-sb{
        display: flex;
        justify-content:space-between;
    }
}

@media screen and (max-width: 767px) {
    .F-sbw{
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px) {
    .F-sbw{
        display: flex;
        justify-content: space-between;        
        flex-wrap: wrap;
    }
}

/********* BOX GALLERY 4 CONTENITORI ************/

@media screen and (max-width: 767px) {
    .responsiveGalleryBox-4{
        flex: 100%;
        min-width: 100%;
    }
}
@media screen and (min-width: 768px) and  (max-width: 1024px){
    .responsiveGalleryBox-4{
        flex-basis: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .responsiveGalleryBox-4{
        flex-basis: 25%;
    }
}

/********* BOX GALLERY 2 CONTENITORI ************/

@media screen and (max-width: 1023px) {
    .responsiveGalleryBox-2{
        flex-basis: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .responsiveGalleryBox-2{
        flex-basis: 49%;
    }
    .responsiveGalleryBox-2 img{
        width: 100%;
    }
}

/********* BOX GALLERY 3 CONTENITORI ************/

@media screen and (max-width: 1023px) {
    .responsiveGalleryBox-3{
        flex-basis: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .responsiveGalleryBox-3{
        flex-basis: calc(100/3)5;
    }
    .responsiveGalleryBox-3 img{
        width: 100%;
    }
}

.MyModal{
    display: none; 
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 20;
}
.MyModalForm{
    width: 100%;
    background-color: #FFF;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    opacity: 1;
    padding: 1%;
    border-radius: 10px;
}

.PopUp_box {
  position: fixed;
  top: 100px;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: #fff; /* aggiungi questo */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 80%;
  height: 80%;
  overflow: auto;
  z-index: 1000;
}

/* *********GESTIONE DELLA MODAL**********/

/*.AqModal {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;     
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);     
    display: flex;
    transition: all .0.5s;    
    opacity: 0;
    visibility: hidden;
  }

  .AqModalContent {
    z-index:  20;
    width: 50%;
    height: 85%;
    background-color:#FFFFFF;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
  }
  
  .AqModal:target{
    opacity: 1;
    visibility: visible;
  }
  
  .AqModal:target .AqModalContent {
    opacity: 1;
    visibility: visible;
  }
   
  .AqModalClose{
    color: #555;
    font-size: 1rem;
    text-align: right;
  }
  .AqMoAqModalClose:target .AqModalContent{
    opacity: 0;
    visibility: hidden;
  }
  .AqModalClose:target .AqModal{
    opacity: 0;
    visibility: hidden;
  }



.AqModalUpdate {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;     
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);     
    display: flex;
    transition: all .0.5s;    
    opacity: 0;
    visibility: hidden;
  }

  .AqModalUpdateContent {
    z-index:  20;
    width: 50%;
    height: 85%;
    background-color:#FFFFFF;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
  }
  
  .AqModalUpdate:target{
    opacity: 1;
    visibility: visible;
  }
  
  .AqModalUpdate:target .AqModalUpdateContent {
    opacity: 1;
    visibility: visible;
  }
   
  .AqModalUpdateClose{
    color: #555;
    font-size: 1rem;
    text-align: right;
  }
  .AqMoAqModalUpdateClose:target .AqModalUpdateContent{
    opacity: 0;
    visibility: hidden;
  }
  .AqModalUpdateClose:target .AqModalUpdate{
    opacity: 0;
    visibility: hidden;
  } */


/***************************************/
/*            CARD 2                   */
/***************************************/
.MyCardSide {
  width: 360px;
  text-align: center;
  padding: 30px;
  min-height: 280px;
  margin-bottom: 25px;
  color: var(--neutral_light_c); 
}
.MyCardSide img {
  height: 80px;
  border-radius: 10px;
  margin: 0;
}
.MyCardSide h2 {
  font-size: x-large;   
  color: var(--neutral_light_c); 
}
.MyCardSide p {
  font-size: x-medium;   
  color: var(--neutral_light_c); 
  line-height: 20px;
  margin-top: 20px;
}
.MyCardSide:hover{
  width: 360px;
  padding: 30px;
  border: solid 1px var(--primary);
  border-radius: 15px;
  color: var(--secondary);
}
.MyCardSide:hover h2 {
  color: #CCC;    
}
.MyCardSide:hover a {
  color: #CCC;    
}




  /*************ICONE SHARE*********************/
  .resp-sharing-button__link,
  .resp-sharing-button__icon {
    display: inline-block
  }
  
  .resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
  }
  
  .resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
  }
  
  .resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
  }
  
  .resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
  }
  
  /* Non solid icons get a stroke */
  .resp-sharing-button__icon {
    stroke: #fff;
    fill: none
  }
  
  /* Solid icons get a fill */
  .resp-sharing-button__icon--solid,
  .resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
  }
  
  .resp-sharing-button--twitter {
    background-color: #55acee
  }
  
  .resp-sharing-button--twitter:hover {
    background-color: #2795e9
  }
  
  .resp-sharing-button--pinterest {
    background-color: #bd081c
  }
  
  .resp-sharing-button--pinterest:hover {
    background-color: #8c0615
  }
  
  .resp-sharing-button--facebook {
    background-color: #3b5998
  }
  
  .resp-sharing-button--facebook:hover {
    background-color: #2d4373
  }
  
  .resp-sharing-button--tumblr {
    background-color: #35465C
  }
  
  .resp-sharing-button--tumblr:hover {
    background-color: #222d3c
  }
  
  .resp-sharing-button--reddit {
    background-color: #5f99cf
  }
  
  .resp-sharing-button--reddit:hover {
    background-color: #3a80c1
  }
  
  .resp-sharing-button--google {
    background-color: #dd4b39
  }
  
  .resp-sharing-button--google:hover {
    background-color: #c23321
  }
  
  .resp-sharing-button--linkedin {
    background-color: #0077b5
  }
  
  .resp-sharing-button--linkedin:hover {
    background-color: #046293
  }
  
  .resp-sharing-button--email {
    background-color: #777
  }
  
  .resp-sharing-button--email:hover {
    background-color: #5e5e5e
  }
  
  .resp-sharing-button--xing {
    background-color: #1a7576
  }
  
  .resp-sharing-button--xing:hover {
    background-color: #114c4c
  }
  
  .resp-sharing-button--whatsapp {
    background-color: #25D366
  }
  
  .resp-sharing-button--whatsapp:hover {
    background-color: #1da851
  }
  
  .resp-sharing-button--hackernews {
  background-color: #FF6600
  }
  .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }
  
  .resp-sharing-button--vk {
    background-color: #507299
  }
  
  .resp-sharing-button--vk:hover {
    background-color: #43648c
  }
  
  .resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  
  .resp-sharing-button--facebook:hover,
  .resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
  }
  
  .resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
  }
  
  .resp-sharing-button--twitter:hover,
  .resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
  }
  
  .resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
  }
  
  .resp-sharing-button--tumblr:hover,
  .resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
  }
  
  .resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
  }
  
  .resp-sharing-button--email:hover,
  .resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
  }
  
  .resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  
  .resp-sharing-button--pinterest:hover,
  .resp-sharing-button--pinterest:active {
    background-color: #8c0615;
    border-color: #8c0615;
  }
  
  .resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
  }
  
  .resp-sharing-button--linkedin:hover,
  .resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
  }
  
  .resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
  }
  
  .resp-sharing-button--whatsapp:hover,
  .resp-sharing-button--whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
  }
  
  .resp-sharing-button--telegram {
    background-color: #54A9EB;
  }
  
  .resp-sharing-button--telegram:hover {
    background-color: #4B97D1;
  }
  
  


/*********************************/
/*          WideBox
/*********************************/
@media screen and (max-width: 1023px) {
  .WideBox{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 50px;
  }
  .WideBox h1{
	  font-size: 1.3rem;
    padding-bottom: 60px;  
  }
  .WideBox h2{
	  font-size: 1.2rem;
    padding-bottom: 20px;  
  }
  .WideBox p{
	  font-size: 1rem;  
  }
}
@media screen and (min-width: 1024px) {
  .WideBox{
    font-size: 2rem;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 50px;
  }
  .WideBox h1{
	  font-size: 2.5rem;
    padding-bottom: 60px;  
  }
  .WideBox h2{
	  font-size: 2rem;
    padding-bottom: 20px;  
  }
  .WideBox p{
	  font-size: 1.3rem;  
  }
}
  
@media screen and (min-width: 768px) {	
	.WideBox img{
		width: 100%;
    padding-right: 100px;
	}	
}
@media screen and (max-width: 767px) {	
	.WideBox img{
		width: 95%;
	}	
}

/***************************************/
/*            CARD 1                   */
/***************************************/

.MyCard {
	  width: 95%;
    padding: 20px;
    border: solid 1px #DDD;
    border-radius: 15px;
    background-color: #fff;
	  min-height: 300px;
	  margin-bottom: 25px;
    box-shadow: 0 0 20px #CCC;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 767px) {
  .MyCard {
	  width: 330px;
  }
}
.MyCard img {
    width: 100%;
    border-radius: 10px;
    margin: 0;
}
.MyCard h2 {
    font-size: x-large; 
    padding-bottom: 20px;  
}
.MyCard p {
  padding-top: 20px;   
}
.MyCard:hover{
  border: solid 1px #DDD;
  border-radius: 15px;
  background-color: var(--neutral_light);
	min-height: 300px;
	margin-bottom: 25px;
	color: #FFF;
  padding: 21px;
}
.MyCard:hover h2 {
    color: var(--secondary);    
}
.MyCard:hover a {
    color: var(--secondary);    
}

.HomeNews_Box{
  background-repeat: no-repeat; 
  background-size: cover;
  padding-top: 40px;
  display: flex; 
  flex-wrap: wrap;  
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .HomeNews_Box{    
    gap: 30px; 
    flex-direction: row;
    justify-content: space-around;    
  }  
}

/***************************************/
/*            CARD 2                  */
/***************************************/
.MyCard2 {
  width: 750px;
  display: flex;
  padding: 30px;
  border-bottom: solid 1px #DDD;
  border-radius: 15px;
  background-color: #fff;
  min-height: 300px;
  margin-bottom: 25px;
  box-shadow: 0 0 20px #CCC;
}
.MyCard2 img {
  width: 50%;
  border-radius: 10px;
  margin: 0;
}
.MyCard2 h2 {
  font-size: x-large; 
  padding-bottom: 20px;   
}
.MyCard2 p {
padding-top: 20px;   
}
.MyCard2:hover{
  width: 350px;
  padding: 30px;
  border: solid 1px #DDD;
  border-radius: 15px;
  background-color: var(--neutral_light);
  min-height: 300px;
  margin-bottom: 25px;
  color: var(--dark);
}
.MyCard2:hover h2 {
  color: var(--dark);    
}
.MyCard2:hover a {
  color: var(--dark);    
}

/***************************************/
/*            CARD 3                   */
/***************************************/
.MyCard3 {
  width: 350px;
  padding: 20px;
  border: solid 1px #DDD;
  border-radius: 15px;
  background-color: #FFF;
  min-height: 300px;
  margin-bottom: 25px;
  box-shadow: 0 0 20px #CCC;
}
.MyCard3 img {
  width: 40%;
  margin: 0;
  text-align: right;
}
.MyCard3 h2 {
  font-size: x-large; 
  padding: 20px; 
  height: 120px;;  
}
.MyCard3 p {
  padding-top: 20px;  
  height: 50px; 
}
.MyCard3:hover{
  background-color: var(--neutral_light);
  color: var(--dark);
}
.MyCard3:hover h2 {
  color: var(--dark);    
}
.MyCard3:hover a {
  color: var(--dark);    
}

/******************************************************/
/********************  Carousel  *****************/
/******************************************************/

.slideshow-container {
  position: relative;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {	
  .slideshow-container {height: 300px;}
}
.slideshow-container img {
  vertical-align: middle;
  width: 100%;
}
.SlideShowText {
  color: var(--primary_c);
  background-color: var(--primary);
  border-radius: 0% 40% 100% 0%;
  width: 50%;
  height: 90%;
  font-size: 45px;
  line-height: 65px;
  padding: 50px 100px 50px 50px;
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  opacity: 80%;
  text-align: left;
  
  box-shadow: 0 0 20px #000;
}
@media screen and (max-width: 767px) {	
	.SlideShowText{
		font-size: 20px;    
    line-height: 25px;

    color: var(--primary_c);
    background-color: var(--primary);
    border-radius: 0% 40% 100% 0%;
    width: 80%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    opacity: 80%;
    text-align: center;
	}	
}
.SlideShowText:hover{
  color: var(--secondary_c);
  background-color: var(--secondary);
}
.CarouselDot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slideshow-container .active {
  background-color: #717171;
}
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/******************************************************/
/********************  Image Gallery  *****************/
/******************************************************/
/* Position the image container (needed to position the left and right arrows) */
.ImageGalleryContainer {
  position: relative;
  min-width:50%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: var(--neutral_light);
  padding: 6px 16px;
  color: var(--primary);
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}

/* Six columns side by side */
.column img{ 
  height: 80px;  
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


/******************** MENU AREA PRIVATA *************/
.PrivateBoxTitle{
  color: var(--primary);
font-weight: bold;
font-size: 12px;
padding: /*sopra=*/30px /*destra=*/5px /*sotto=*/10px /*sinistra=*/0px;
}

.PrivateMenu {
  font-weight: 300;
  width: 99%;
  font-size: 15px;
  padding: 5px 3px 3px;
  color: var(--neutral_light_c);
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.privateMenu a{
  color: var(--neutral_light_c);
  background-color: red;
}
.PrivateMenuBox{
  padding: /*sopra=*/10px /*destra=*/20px /*sotto=*/10px /*sinistra=*/20px;
}

.MobilePrivateMenu .privateMenu{
  text-align: left;
}
.MobilePrivateMenu .PrivateSubMenu{
  text-align: left;
}

.PrivateSubMenu{
  font-weight: 300;
  width: 400px;
  font-size: 12px;
  padding: 3px 3px 3px 15px;
  vertical-align: top;
  display:none;
}
.PrivateSubMenu a{
  color: var(--neutral_light_c);
}

.FWREVButton{
  color: var(--primary);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px;
}


/*************************************************/
/*****************Bottoni social*******************/
/*************************************************/

.sharing-btns{
  padding: 0;
}
.social-btns-wrapper{
    position: fixed;
    right: 0;
    z-index: 99999;
    bottom: 2vh;
    /*border: 5px solid red;*/
}

.social-btns-wrapper li{
  list-style-type: none;
}
.item-icon.inner{
  height: 30px;
}
.item-btn{
  display: inline-block;
  cursor: pointer;
  padding: 10px 15px;
}
.social-btns-wrapper svg{
  height: 15px;
  width: 15px;
  fill: white;
}
.social-btns-wrapper button{
  border: none;
}
.item-facebook{
  background-color: #3A5793;
}
.item-twitter{
  background-color: #000000;
}
.item-linkedin{
  background-color: #0077B5;
}
.item-email{
  background-color: #00ABF0;
}
.item-pinterest{
  background-color: red;
}
.item-icon-inner{
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-btn:hover{
  opacity: .85;
}

@media only screen and (max-width: 1024px) {
  .ArticlesDetailGallery_box{
    width: 90%; 
    margin-right: auto; 
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .ArticlesDetailGallery_box{
    width: 600px; 
    margin-right: auto; 
    margin-left: auto;
  }
}
/**************** TOOLTIP ********************/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: var(--primary);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: var(--primary);
  color: var(--primary_c);
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}



