

/* Index */
.backimg{
  background-position: 75% 50%;
}

.niveau .btn{
  background-color : rgb(240,248,255,0.7);
}


  .qrdiv {
    display: block;
    align-items: center;
    text-align: center;
    margin-top : 50px;
    margin-left: auto;
    margin-right:10px;
    margin-bottom:15px;
    /*background-color: red;*/
    
  }
  .qrdiv > a
  {
    //background-color:green;
  }

  .qrdiv > a > img {
    width: 20%;

  }
  
  .qrdiv > h4 {
    width:100%;
    text-align: center;
    margin-right:10px;
    margin-left : auto;
    //background-color: skyblue;
  }



/*Bouton des paragraphes centré avec un bord*/
.col-xl-5.order-1.order-xl-2 > a,.col-xl-5.order-1.order-xl-1 >a{
  margin-top: 5%;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}


.texts{
  margin-top : 220px !important;
  display: flex;
  justify-content: space-between;

  align-items: center;
  /*background-color: red;*/
  font-size: 1.2em;
  font-weight: 600;

}

.text-left {
  text-align: left;
}
.text-left > p >img,
.text-right > p >img,
.text-center > p > img
{
  width:200px;
  margin: 10px 0;
}

.text-right {
  text-align: right;
}
.text-center
{
  margin-top : 40px;
  margin-bottom: 40px;
}
.text-center > p
{
  width: 400px;
}