.btn-offre{
	font-size: 24px !important;
}

@media (max-width: 1540px) {
  .btn-offre{
    font-size: 20px !important;
  }
}

@media (max-width: 1300px) {
  .btn-offre{
    font-size: 18px !important;
  }
}

@media (max-width: 1200px) {
  .btn-offre {
    font-size: 16px !important;
  }
}

@media (max-width: 500px) {
  .btn-offre {
    font-size: 12px !important;
  }
}

@media (max-width: 370px) {
  .btn-offre {
    font-size: 8px !important;
  }
}

.title-offre{
	font-size:50px;
}
.slogan{
	font-size: 45px;
	line-height: 40px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	color: #1bb1e4;
	margin:5px;
}
.premium{
	color: #dd3e52;
}
.mobile-punchline{
	text-align: center;
}
.connectTitle{
	font-size: 23px;
}
@media (max-width: 840px) {
  .mobile-hide{
    display:none;
  }
	.mobile-display{
		display:inherit;
	}
}
@media (min-width: 840px) {
  .mobile-hide{
    display:inherit;
  }
	.mobile-display{
		display:none;
	}
}
.img-section{
	margin-bottom: 20px;
}
.video-legend{
	font-size: 37px;
	line-height: 30px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	color: #dd3e52;
	margin: 5px;
	cursor: pointer;
}
.custom-label {
	color: #FFF;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.custom-label2 {
	color: #FFF;
	font-size: 35px;
	line-height: 50px;
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.custom-label3 {
	color: #FFF;
	font-size: 25px;
	line-height: 50px;
	font-weight:400;
}
.bigword-label {
	color: #FFF;
	font-size: 45px;
	line-height: 60px;
	font-weight: 600;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.blue-bg{
  color: #ffffff;
  display: none;
	font-size: 20px;
}

.red-bg{
	color: #ffffff;
	font-size: 20px;
}

.white-bg{
  font-size: 20px;
}
.fa-plus-circle{
    color: #de3e52;
}
.title-whitebg{
  color: #dd3e52;
}
.blue-title{
  background-color: #19b1e4;
}
.btn-primary {
  color: #ffffff;
    background-color: #dd3e52;
    border-color:#dd3e52 #dd3e52 #b03141;
}

html section.section-primary {
    background-color: #f4f8fd !important;
    border-color: #0077b3 !important;
}

#footer.light .footer-copyright {
    margin-top: -61px !important;
}
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 600;
}
.status:before {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -27px;
  left: 42%;
  transition: all 200ms ease-in;
}

#one:before{
  content: "1";
  color: #ffffff;
  font-size: 40px;
  padding: 13px;
}
#two:before{
  content: "2";
  color: #ffffff;
  font-size: 40px;
  padding: 13px;
}
#three:before{
  content: "3";
  color: #ffffff;
  font-size: 40px;
  padding: 13px;
}
#four:before{
  content: "4";
  color: #ffffff;
  font-size: 40px;
  padding: 13px;
}
#five:before{
  content: "5";
  color: #ffffff;
  font-size: 40px;
  padding: 13px;
}

.li.complete .status {
  border-top: 4px solid #dd3e52;
}
.li.complete .status:before {
  background-color: #dd3e52;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #dd3e52;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

#timeline h4{
  color: #ffffff;
  padding-top: 30px;
}

.img-grey{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.img-grey:hover{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ; /* IE6-9 */
    zoom:1; /* needed to trigger "hasLayout" in IE if no width or height is set */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#accesstest{
  margin: 150px 0px 0px 110px;
  background-color: #19b1e4;
}

#accesstest h3{
  color:#ffffff;
}
