img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/f0056852-ba1c-4975-a524-e33bbf02957d.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
  	min-height:400px;
}

.introduction-container:lang(fr) {
    background-image: url('/media/0858d24c-fa16-4011-a739-a877d0cedd49.png');
}

@media (min-width:768px) {
  .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/7ac6b38b-889f-4042-bdb4-18ec4741562f.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
    min-height:500px;
  }
  .introduction-container:lang(fr) {
    background-image: url('/media/8a8717ba-dd97-4f5e-ac31-f8fb3523caf8.png');
  }
}

@media (min-width:1450px) {
  .introduction-container {
    min-height:550px;
  }
}

@media (min-width:1900px) {
  .introduction-container {
    min-height:600px;
  }
}

@media (min-width:2250px) {
  .introduction-container {
    min-height:650px;
  }
}

.introduction-container .card {
  opacity:0;
}