#site .main_c .ligne {
  margin-top: 60px;
  margin-bottom: 100px;
}
section.canam h3{
  text-transform: uppercase;
  display: inline-block;
  background-color: #141414;
  color: #ffffff;
  padding: 3px 20px;
  margin-bottom: 20px;
}
section.canam img.logo_can-am{
  max-width: 160px;
  padding-bottom: 5px;
}
section.canam .pic{
  position: relative;
}
section.canam .pic::before{
  content: "";
  display: block;
  padding-top: 70%;
}
section.canam .pic img{
  position: absolute;
  top: 0;
  left: 3%;
  max-width: 94%;
  /*
  left: 10%;
  max-width: 80%;
  */
}
section.canam .infos{
  text-align: center;
  padding-bottom: 60px;
}
section.canam .infos h2{
  font-weight: 400;
  text-transform: uppercase;
}

section.canam .infos ul{
  padding-top: 2px;
}
section.canam .infos ul li{
  padding-top: 7px;
}



@media (max-width: 991px){

}

@media (max-width: 767px){
}

@media (max-width: 575px){
}
