body {
  margin: 0;
  font-family:'Barlow', Arial, sans-serif;
}
.color-white {
  color: white;
}

footer {
	position: -webkit-sticky;
	position: sticky;
	
}

#main-div {
  width: 90%;
  background-color: #19223e;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5%;
}
#partners {
  width: 100%;
  height: 40px;
  background-color: #19223e;
  padding: 10px 0 30px 0;
}
#montreal {
  width: 259px;
  height: 120px;
  background-color: #19223e;
}
#quebec {
  width: 259px;
  height: 120px;
  background-color: #19223e;
}
#sded {
  width: 259px;
  height: 120px;
  background-color: #19223e;
}
#suivez {
  width: 259px;
  height: 120px;
  background-color: #19223e;
  text-align: left;
}
#medias {
  width: 100%;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
}

#medias div {
  width: 100%;
}

.mt-17 {
  margin-top: 17.5px;
}

#medias div img {
  margin: 10px 5px 0 0;
}

#medias-inline img {
	display: inline;
}

#cc img,
a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #19223e;
}

#cc p{
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

#cc img {
  margin-top: 10px;
}


@media (min-width: 0px) and (max-width: 999px) {
  #partners, #montreal, #quebec, #sded, #suivez {
    width: 100%;
    text-align: center;
  }
}
