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


}

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


}

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



}

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


}

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



}

@media only screen and (max-width: 1024px) {
    
    .wrap-bloc-documentation {
      width: 50%;
    }
    aside.aside_left {
      width: 60%;
    }
    aside.aside_right {
      width: 40%;
    }
    .item-document {
  width: 50%;
}

.conteneur-contenu-joint .wrap-actualites .owl-dot {
  position: absolute;
  width: 10px;
  height: 5px;
  top: 100%;
  border-radius: 10px;
}
.wrap-item-actualite {
  margin-top: 10px;
  border-radius: 10px;
  margin: 10px;
}
h3.titre-rubrique-fiche-pays {
  font-size: 16px;
}
.titre-actu {
  font-size: 14px;
}


}



@media only screen and (max-width: 768px) {
    
     aside.aside_left {
        width: 100%;
      }
      aside.aside_right {
      width: 100%;
    }

}

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

   

}


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

}

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

.item-actualite {
  padding: 0;
  left: 0;
  position: relative;
}
.bloc-contenus-joint.wrap-actualites {
  margin: 0;
}
h4.titre-srubrique {
  font-size: 14px;
}
ul.wrapper-link- {
  font-size: 13px;
}
h3 {
}
.wrap-contain-rubrique-pays {
  padding: 0;
}
h3.titre-rubrique-fiche-pays {
  font-size: 15px;
}

}


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

    
}


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


}