#country {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#0000 calc(25%/3), rgba(71, 74, 255, 0.1) 0 calc(50%/3),
    #0000 0 calc(250%/3), rgba(71, 74, 255, 0.1) 0 calc(275%/3),
    #0000 0),linear-gradient( 45deg,rgba(71, 74, 255, 0.1) calc(25%/3), #0000 0 calc(50%/3),
    rgba(71, 74, 255, 0.1) 0 25%, #0000 0 75%,
    rgba(71, 74, 255, 0.1) 0 calc(250%/3), #0000 0 calc(275%/3),
    rgba(71, 74, 255, 0.1) 0),
    linear-gradient(-45deg,#0000 calc(25%/3), rgba(71, 74, 255, 0.1) 0 calc(50%/3),
    #0000 0 calc(250%/3), rgba(71, 74, 255, 0.1) 0 calc(275%/3),
    #0000 0),linear-gradient(-45deg,rgba(71, 74, 255, 0.1) calc(25%/3), #0000 0 calc(50%/3),
    rgba(71, 74, 255, 0.1) 0 25%, #0000 0 75%,
    rgba(71, 74, 255, 0.1) 0 calc(250%/3), #0000 0 calc(275%/3),
    rgba(71, 74, 255, 0.1) 0)
    #cad8f3;
background-size: 140px 140px;
background-position: 0 0, 70px  70px;


}
#country .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
    background-image: var(--bg-banner);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: Excon;
    color: #ffffff;
    font-size: var(--ts-xl);
}
#country .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: var(--ts-m);
}
#country .content .infos {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 1%;
}
#country .content .infos h2 {
   font-family: Excon;
   font-size: var(--ts-m);
   font-weight: 800;
   color: var(--tc-highlight);
   text-align: center;
}
#country .content .infos .i-content .delays {
    display: flex;
    flex-direction: column;
    width: 100%;     
}
#country .content .infos .i-content .delays .douane {
   font-family: Excon;
}
#country .content .infos .i-content .delays .douane p {
   padding-bottom: 15px;
   border-bottom: 1px solid var(--tc-highlight);
   font-family: Excon;
   font-weight: 600;

}
#country .content .infos .i-content {
    display: flex;
    flex-direction: column;
    gap: var(--ts-m);
}
#country .content .infos .i-content .delays .ports {
    display: flex;
    flex-direction: column;
    font-family: Excon;
}
#country .content .infos .i-content .delays .ports p {
   padding-bottom: 15px;
   border-bottom: 1px solid var(--tc-highlight);
   font-family: Excon;
   font-weight: 600;
}
#country .content .infos .i-content .important {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--ts-m);
    padding: 10% 15px;
    background-color: #fff;
    border-radius: 15px;
    
}
#country .content .infos .i-content .important .item {

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;

}
#country .content .infos .i-content .important .item i {
   font-size: var(--ts-xxl);
   color: var(--tc-highlight);
}
#country .content .infos .i-content .important .item p {
   font-size: var(--ts-s);
   font-weight: 800;
   font-family: Excon;
}
#country .content .infos .i-content .important .item span {
   font-size: var(--ts-xs);
   font-family: Excon;
   font-weight: 400;
}

#country .content .classment {
    display: flex;
    flex-direction: column;
    width: 100%; 
    padding: 2%;
}
#country .content .classment .titles {
    display: flex;
    flex-direction: row;
    width: 100%; 
    font-family: Excon;
    font-size: var(--ts-s);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--tc-highlight);
}
#country .content .classment .titles .none {
   width: 40%;
}
#country .content .classment .titles .score {
    width: 25%;
 }
 #country .content .classment .titles .criterias {
    width: 35%;
 }
 #country .content .classment .items {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: var(--ts-s);
    gap: var(--ts-xs);
 }
 #country .content .classment .items .item {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 150px;
    align-items: center;
    gap: var(--ts-s);
 }
 #country .content .classment .items .item .title {
    display: grid;
    width: 40%;
    height: 100%;
    font-family: Excon;
    font-size: var(--ts-s);
    font-weight: 600;
    color: var(--tc-highlight);
 }
 #country .content .classment .items .item .title span {

    justify-self: start;

 }

 #country .content .classment .items .item .progressbar {
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: relative;
    justify-self: center;
 }
 #country .content .classment .items .item .score {
    display: flex;
    align-items: center;
    width: 25%;
    font-family: Excon;
    font-size: var(--ts-s);
    font-weight: 600;
    height: 100%;
    padding-top: 25px;
    color: var(--tc-highlight);
 }
 #country .content .classment .items .item .criteria {
    display: flex;
    flex-direction: column;
    width: 35%;
    justify-content: center;
    gap: var(--ts-s);
    font-family: Excon;
    font-size: var(--ts-xs);
    height: 100%;
    padding-top: 25px;
    font-weight: 400;
    color: var(--tc-highlight);
 }

 #country .content .classment .items .item .criteria span {

   border-left: 1px solid var(--tc-highlight);
   padding-left: 15px;

}




 #pg1::after {
    content: "";
    height: 100%;
    width: var(--pg1);
    background-color: var(--tc-highlight);
    position: absolute;
 }

 #pg2::after {
    content: "";
    height: 100%;
    width: var(--pg2);
    background-color: var(--tc-highlight);
    position: absolute;
 }
 #pg3::after {
    content: "";
    height: 100%;
    width: var(--pg3);
    background-color: var(--tc-highlight);
    position: absolute;
 }
 #pg4::after {
   content: "";
   height: 100%;
   width: var(--pg4);
   background-color: var(--tc-highlight);
   position: absolute;
}


.separator {
   width: 60%;
   margin: var(--ts-s) auto;
   height: 2px;
   background-color: var(--tc-highlight);
}


/* RESPONSIVE */

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

   #country .content .infos .i-content .important {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: var(--ts-m);
      
  }
  #country .content .classment .titles {
   display: none;
  }
   
  #country .content .classment .items {
   gap: var(--ts-m);
 }

  #country .content .classment .items .item {
     flex-direction: column;
     height: auto; 
     gap: var(--ts-xs);
   }
   #country .content .classment .items .item .title {
    width: 90%;
    padding-top: 0;
   }
   #country .content .classment .items .item .score {
       align-items: start;
       width: 90%;
       padding-top: 0;
   }
   
#country .content .classment .items .item .criteria {
    width: 90%;
    padding-top: 0;
}


}