@charset "UTF-8";
/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 10px; /*  distance entre le menu et le premier titre*/
}

#panel, #flip {} #panel { display: none; }
#panel2, #flip2 {} #panel2 { display: none; }
#panel3, #flip3 {} #panel3 { display: none; }
#panel4, #flip4 {} #panel4 { display: none; }

.img-ref {
    width: 100%;
    height: 250px;
    background-image: url("/images/bureau.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .img-sr2 {
    width: 200px;
    height: 200px;
    background-image: url("/images/sr.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -170px;
    margin-left: 32%;
  }

.container-ref {
  width: 90%;
  margin: auto;
  padding-top: 0px;
  padding-top:50px; 
  padding-bottom:100px;
}

.nomconseiller-ref{
  font-family: Cinzel,Arial,Helvetica,sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-top: 0;
  padding-top: 30px;
}

.fond-ref{
    background-color: #cecfce;
}

.title-ref{
    text-align: center;
    font-size: 38px;
    padding-bottom: 15px;
  }

.formradio-ref{
  text-align: left;
  width: 100%;
  max-width: 725px;
  margin: auto;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: white;
}

.abonnement{
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}

.radio1-ref{
  width: 18px;
  height: 18px;
}

.label1-ref{
    padding-left: 2px;
    padding-right: 20px;
    font-size: 18px;
    color:#666666;
  }

  .label1-ref2{
    margin-top: -27px; margin-left: 25px;
  }

.b-ref {
  background-color: #0a9dcf; /* Green #4CAF50 */
  width: 450px;
  border: none;
  color: white;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  margin: 2px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 6px;
}
.b-ref:hover, .b-ref:active {
  background-color:#016f94; 
  text-decoration: none;
  color:white;
}

.b-ref2 {
  background-color: #0a9dcf; /* Green #4CAF50 */
  width: 300px;
  border: none;
  color: white;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  margin: 2px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 6px;
}
.b-ref2:hover, .b-ref2:active {
  background-color:#016f94; 
  text-decoration: none;
  color:white;
}

.raisonrdv{
  margin-top: -5px;
}

.captchakey-ref{
    width: 100%;
    max-width: 725px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    }
    
.g-recaptcha{
  max-width: 305px;
  margin: 0 auto;
  }

.retour-ref{
  display: none;
}
.contact-ref {
    width: 78%;
    max-width: 725px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
  }
  
  .contact-ref input[type=email], .contact-ref input[type=password], .contact-ref input[type=text] , .contact-ref select {
    width: 100%;
    font-size: 20px;
    max-width: 725px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    background: #ffffff;
    resize: vertical;
    color:#666666;
  }
  
  .contact-ref textarea {
    width: 100%;
    max-width: 725px;
    height: 150px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 20px;
    resize: none;
  }

  .section-ref{
    text-align: center; max-width: 100%; margin:auto;
  }

  .espace-ref{
    padding-top: 5px;
  }