img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/d5ac685b-3620-4e6b-b3b4-66f858390f70.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/227cba17-691d-489b-9302-3ef9aab7002d.png');
}

@media (min-width:768px) {
  .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/4af0c4b0-0d41-49ac-b89c-d9fdaa0da21d.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/ae624129-6346-4f10-8505-10a30a3431b0.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;
}