@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%;
}


}



@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-document {
  width: 100%;
}

   .wrap-bloc-documentation {
    width: 100%;
    padding-top: 0;
  }

    .icon-documentation {
      font-size: 30px;
    }
     h2.widget-title {
        font-size: 17px;
      }
    .icon-documentation::before {
      top: -85px;
      left: -20px;
    }

}


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

    
}


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


}