@font-face {
    font-family: myFirstFont;
    src: url(../fonts/SilverChristmas.otf);
    font-weight: normal;
    font-style: normal;
  }

body {
    color : #363636;
    line-height: 1.75;
    background-color: #ffffff;
    
}


@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    .banner-content {
        display: none;
    }
    .banner-content-mobile {
        display: block;
    }
}
@media only screen 
and (min-device-width: 412px) 
and (max-device-width: 915px)
and (-webkit-min-device-pixel-ratio: 1) {
    .banner-content {
        display: none;
    }
    .banner-content-mobile {
        display: block;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .banner-content {
        display: none;
    }
    .banner-content-mobile {
        display: block;
    }
}

@media only screen and (min-width : 950px)
    and (-webkit-min-device-pixel-ratio: 1){
    .banner-content-mobile {
        display: none;
    }
}
@media only screen and (max-width : 950px)
    and (-webkit-min-device-pixel-ratio: 1){
    .banner-content {
        display: none;
    }
    .banner-content-mobile {
        display: block;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .banner-content-mobile {
        display: none;
    }
    .banner-content {
        display: block;
    }
}
  
/*
GLOBAL
*/
.integral {
    font-size: small;
    font-style: italic;
}
.slogan {
    display: block;
}
.heading-title {
    text-align: center;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Knewave', cursive;
    font-size: 40px;
    color: #fab1a0;
}
.about-subtitle {
    text-align: center;
    font-family: 'Knewave', cursive;
    /* font-size: x-large; */
}
.title {
    font-family: 'Montserrat', sans-serif;
    /* font-size: larger;   */
}

.imageNew {
    width: auto;
    height: auto;
    margin-right : 10px;
}

/*
NAVBAR
*/

.navbar { 
    background-color: #333333;
    opacity: 95%;
}
.navbar .is-active {
    background-color: #333333;
}
.navbar .navbar-brand .header-logo {
    color: #78e08f;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poiret One', cursive;
    font-size:xx-large;
    font-weight: bold;
    float: left;
}
.navbar .navbar-menu .navbar-end a {
    color: #ffffff;
    font-family: 'Poiret One', cursive;
    font-size: large;
    font-weight: bold;
    background-color: #333333;
    margin-right: 15px;
}

.navbar .navbar-end a:hover {
    color: #78e08f;
    background-color: #333333;
}
.navbar .navbar-end a:active {
    color: #78e08f;
    background-color: #333333;
}
.navbar .navbar-brand .navbar-burger {
    color: #ffffff;
    background-color: #333333;
}

/*
HEADER
*/
.header {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: 70px;
    line-height: 70px;
    background-color: #333333;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header .header-logo {
    color: #681a1a;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Train One', cursive;
    /* font-size: x-large; */
    float: left;
    margin-left: 30px;
}

.header .header-menu {
    float: right;
    margin-right: 30px;
}

.header .header-menu a {
    color: #ffffff;
    margin-right: 15px;

}

.header .header-menu a:hover {
    color: #78e08f;
}
  
/*
BANNER
*/

.banner {
    margin-top: 0px;
}

.banner .banner-image {
    position: relative;
    
}

.banner .banner-content {
    position: absolute;
    width: 100%;
    text-align: center;
    top : 15%;
}

.banner .banner-content h1,
.banner .banner-content p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif; 
    text-shadow: #2d3436 1px 0 15px; 
}
.banner .banner-content-mobile {
    position: absolute;
    width: 100%;
    text-align: center;
    top : 10%;
}
.banner .banner-content .noel p {
    margin-top: -30px;
    color: #ffffff;
    font-family: 'myFirstFont';
    text-shadow: #ff0000 1px 0 15px;
    font-size: 10rem;
}

.banner .banner-content-mobile h2,
.banner .banner-content-mobile p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-shadow: #2d3436 1px 0 15px;  
}

.banner .banner-content-mobile .noel p {
    margin-top: -30px;
    color: #ffffff;
    font-family: 'myFirstFont';
    text-shadow: #ff0000 1px 0 15px;
    font-size: 5rem; 
}
/*
ABOUT
*/
.about b {
    color: #78e08f;
}
.about .about-single-element i {
    font-size: 55px;
    text-align: center;
    color: #78e08f;
}

.about .about-single-element {
    text-align: center;
    margin: 30px;
}

.about .about-single-element p {
    text-align: left;
    margin-top: 20px;
}
.about .about-single-element b {
    color: #78e08f;
}

.about .about-prod-single-element i {
    font-size: 55px;
    text-align: center;
    color: #78e08f;
}

.about .about-prod-single-element {
    text-align: center;
    margin: 30px;
}

.about .about-prod-single-element p {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

.about .about-prod-single-element b {
    color: #78e08f;
}

.about .about-list {
    text-align: left;
    color: #78e08f;
    font-style: italic;
    font-weight: bold;
}

.about .about-produits {
    text-align: center;
}

/*
TILE
*/

.tile p {
    text-align: justify;
}

/*
TABLEAU TARIF
*/

.tab-tarif {
    width: 90%;
    margin-left: auto;
    margin-right: auto;   
}

.tab-tarif .cel-tarif {
    text-align: right;
    vertical-align: middle;       
}
.tab-tarif .cel {
    vertical-align: middle;
}

.tab-tarif .cel-titre {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.modal-subtitle {
    text-align: center;
    font-family: 'Knewave', cursive;
    /* font-size: x-large; */ 
    color: #4a69bd;
}

.tab-tarif .cel-img {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

/*
Epilation
*/

.epilation {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*
FOOTER
*/
.footer {
    text-align: center;
}
.footer p {
    text-align: center;
}
.footerh1 h1,
.footerh1 h2 {
    color: #636e72;
    font-family: 'Montserrat', sans-serif; 
    text-align: center; 
}

.footerh1 a {
    color: #636e72;
}

.footerh1 a:hover {
    color: #74b9ff;
}

.txtfooter {
    font-size: smaller;
    font-style: italic;
}
/*
Lien teableu presation
*/
.table a {
    color: #4a69bd;
}

.table a:hover {
    color: #74b9ff;
}

.card-image .image {
    opacity: 70%;
}

.content-center {
    text-align: center;
    text-shadow: #4a69bd;
}

.content-tab {
    padding-bottom: 50px;
}

.centre {
    text-align: center;
}

.prestations {
    padding-top: 70px;
}

/* BTN HAUT */

a#cRetour{
    border-radius:3px;
    padding:10px;
    font-size:15px;
    text-align:center;
    color:#fff;
    background:rgba(0, 0, 0, 0.25);
    position:fixed;
    right:20px;
    opacity:1;
    z-index:99999;
    transition:all ease-in 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
  }
  a#cRetour:before{ content: "\25b2"; }
  a#cRetour:hover{
    background:rgba(0, 0, 0, 1);
    transition:all ease-in 0.2s;
  }
  a#cRetour.cInvisible{
    bottom:-35px;
    opacity:0;
    transition:all ease-in 0.5s;
  }
  
  a#cRetour.cVisible{
    bottom:20px;
    opacity:1;
}
/* BTN HAUT */