/*** Style for CTA buttons "Prendre rendez-vous" and "Réserver" ***/
#cta-btn {
	position: fixed;
	bottom: 0;
	right: 23%;
  z-index: 999;
}
#cta-btn .cta-btn-rdv,
#cta-btn .cta-btn-reserver {
	background-image: none;
	border: 0 none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'GT-Pressura',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 16px 28px;
	text-transform: uppercase;
}

#cta-btn .cta-btn-rdv {
	margin-right: 6px;
}

@media screen and (max-width: 1600px) {
  /*** CTA buttons ***/
  #cta-btn {
    display: inline-block;
    max-width: 1024px;
    text-align: center;
    width: 34%;
    position: fixed;
  }
}

@media screen and (max-width: 980px) {
  /*** CTA buttons ***/
  #cta-btn {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 331px) {
  #cta-btn .cta-btn-rdv, 
  #cta-btn .cta-btn-reserver {
    padding: 16px 7%;
  }
}