.page .bloc-image-texte h2 {
    font-weight: 900 !important;
    font-family: 'Roboto',sans-serif;  
    
    border-bottom: 2px solid currentColor;
    padding-bottom: .5em;
    text-align:left;
    text-transform: uppercase;
    margin-top:0;
    text-decoration: none;
}
.page .bloc-image-texte a,
.page .bloc-image-texte a:hover,
.page .bloc-image-texte a:active{
  text-decoration: none;
}
.page .bloc-image-texte a p {
  color:#3a3a3a;
}

.page .bloc-image-texte img {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

@media all and (min-width: 768px) and (max-width: 992px) {

   .page .bloc-image-texte {
    padding-top:4em;
    padding-bottom:4em;
    text-align:left;
  }
  .page .bloc-image-texte img {
    max-width: 300px;
  }
   .page .bloc-image-texte .right {
    order:2;
    text-align:right;
  }

}
@media all and (min-width: 992px) {

  .col-txt {
    padding-top:7vh;
  }

  .page .bloc-image-texte {
    padding-top:5em;
    padding-bottom:5em;
  }

  .page .bloc-image-texte .right {
    order:2;
    text-align:right;
  }
  

}


@media all and (max-width: 768px) {

  .bloc-image-texte.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bloc-image-texte .col-txt {
    padding-left:30px;
    padding-right:30px;
  }

  .bloc-image-texte {
    padding-bottom:1em;
  }

  .page .bloc-image-texte h2 {
    margin-bottom:1em;
    margin-top:1.5em;
    font-size: 1.2em;
    text-align:center;

  }

  .bloc-image-texte .col-visu {
    height: 250px;
    padding:0;
    background-color: white;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  }

  .page .bloc-image-texte img.contain {
    
    width: 100%;

    margin: 0;
    object-fit: contain;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: none;
  }

  .page .bloc-image-texte img.cover {
  
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    box-shadow: none;
  }

  .container-btn {
    margin-top:1em;
    margin-bottom:1em;
    text-align:center;
    font-size: .9em;
  }


}

@media all and (min-width: 768px) and (max-width: 1199px) {
   .page .bloc-image-texte h2 {
    font-size: 1.9em;
  }
    .container-btn {
    margin-top:2em;

  }

}

@media all and (min-width: 992px) and (max-width: 1199px) {
      .page .bloc-image-texte img {
    max-width: 350px;
  }
  .container-btn {
    margin-top:2em;

  }

}


@media all and (min-width: 1199px) {
   .page .bloc-image-texte h2 {
    font-size: 1.9em;
  }

    .page .bloc-image-texte img {
    max-width: 400px;
  }

  .container-btn {
    margin-top:3em;

  }
 
}
