body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-image: url('../img/fondTexture.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Krub', sans-serif;

}

html { width:100%; height:100%; }


/*** ***                          *** ***/
/*** ***        BODY              *** ***/
/*** ***                          *** ***/

p { line-height: 1.75; }
a { color: #3678fe; }
a:hover { color: #408cf3; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.redcolor { color:red; }
.greencolor { color:green; }

.btn { font-weight: 700; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #3678fe;
  border-color: #3678fe;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #106afe !important;
  border-color: #106afe !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.text-primary {
  color: #3678fe !important;
}

section { 
  padding: 30px 0;
}

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
  text-transform: none;
}

::-moz-selection {
  background: #3678fe;
  text-shadow: none;
}

::selection {
  background: #3678fe;
  text-shadow: none;
}

img::-moz-selection { background: transparent; }
img::selection { background: transparent; }



/*** ***                          *** ***/
/*** ***        NAVIGATION        *** ***/
/*** ***                          *** ***/

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #3678fe;
}

#mainNav .navbar-brand {
  color: #fff;
  letter-spacing: -1px;
  font-family: 'Krub', sans-serif;

}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #408cf3;
}

#mainNav .navbar-nav .nav-item .nav-link {
  /* font-size: 90%; */
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #3678fe;
}

#mainNav .navbar-brand {
  font-size: 0.90em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#mainNav.navbar-shrink .navbar-brand {
    font-size: 0.90em;
    padding: 12px 0;
  }

@media (min-width: 992px) {
  #mainNav {
    width: 100%;
    height: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: 10000;
    bottom: 0;
  }
  #mainNav .navbar-brand {
    font-size: 1.40em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
    position: fixed;
    top: 0;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.00em;
    padding: 12px 0;
  }
}


.photo-cabinet {
  height: 50%;
  min-height: 50%;
  text-align: center;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../img/fondHeader002.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

/*** ***                          *** ***/
/*** ***        HEADER            *** ***/
/*** ***                          *** ***/

header.masthead {
  height: 100%;
  text-align: center;
  color: white;
  background-image: url("../img/fondHeader001.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.intro-text {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size:2em;
}

.intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

.intro-text .intro-telephone {
  font-size: 20px;
  line-height: 22px;
  margin-top: 50px;
  margin-bottom: 80px;
}


@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }

}




/*** ***                          *** ***/
/*** ***        INFORMATIONS      *** ***/
/*** ***                          *** ***/

.informations-tarifs {
  margin-top: 40px;
  font-size: 22px;
}

.informations-paiement {
  margin-top: 10px;
  font-size: 17px;
}




/*** ***                          *** ***/
/*** ***        RENDEZ-VOUS       *** ***/
/*** ***                          *** ***/




/*** ***                          *** ***/
/*** ***     ACCESS HORAIRES      *** ***/
/*** ***                          *** ***/





/*** ***                          *** ***/
/*** ***        FOOTER            *** ***/
/*** ***                          *** ***/



footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #3678fe;
}

.font-ten {
  font-size: 10px;
}


/* WIDGET LENSCAPE FR */

.widget-lenscape-fr {
  width: 100%;
  font-size: 10px;
  font-family: "Arial";
  background-color: #3c98ff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}

.widget-lenscape-fr:hover {
  background-color: #2161a8;
  cursor: pointer;
}

a .widget-lenscape-fr {
  color: white;
  text-decoration: none;
}

a:hover .widget-lenscape-fr, a:hover {
  text-decoration: none;
}



.button-rendez-vous {
  background-color: #fae927;
  color: black;
  border-radius: 0px;
  padding: 15px;
}

.button-rendez-vous:hover {
  color: black;
}

#photos-c {
  background-color: white;
}

#rdv {
  background-color: #EFEFEF;
}



.article-titre {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding-top: 55px;
}

.article-contenu {
  font-size: 15px;
  text-align: justify;
}

.rdv-black {
  background-color: #111111;
}