@media screen and (max-width: 390px) {
    .cpy-name {
        font-family: 'Tangerine', cursive;
        font-size: 50px;
    }
    
    .top-font-se {
        font-family: segoe;
        font-size: 22px;
        color: #1d3c45;
    }
}

@media screen and (min-width: 391px) and (max-width: 767px) {
    .cpy-name {
        font-family: 'Tangerine', cursive;
        font-size: 70px;
    }

    .top-font-se {
        font-family: segoe;
        font-size: 30px;
        color: #1d3c45;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .cpy-name {
        font-family: 'Tangerine', cursive;
        font-size: 70px;
    }

    .width-responsive {
        width:50%;
    }

    .top-font-se {
        font-family: segoe;
        font-size: 45px;
        color: #1d3c45;
    }
}

@media screen and (min-width: 992px) {
    .cpy-name {
        font-family: 'Tangerine', cursive;
        font-size: 70px;
    }

    .width-responsive {
        width:30%;
    }

    .top-font-se {
        font-family: segoe;
        font-size: 45px;
        color: #1d3c45;
    }
}

@font-face {
    font-family: segoe;
    src: url(../font/Segoe_Print_Bold.ttf);
}

html, body {
    font-family:'Fira Sans', sans-serif;
    color:#1d3c45;
    margin:0;
    padding:0;
}

#bg-home {
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1)), url(../img/bg/bg-home.jpg);
    background-color:#fff1e1;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover; /* for Chrome & Safari old versions */
    -moz-background-size: cover; /* for Mozilla */
    -o-background-size: cover; /* for Opera */
    background-size: cover;
    background-attachment: fixed;
}

/* try to add a fix for iOS apple mobiles about background image cover issue */
#bg-home:after {
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1)), url(../img/bg/bg-home.jpg) no-repeat bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bg-mentions {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(55,74,105,0.4));
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover; /* for Chrome & Safari old versions */
    -moz-background-size: cover; /* for Mozilla */
    -o-background-size: cover; /* for Opera */
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.bg-top {
    background: linear-gradient(to top, rgba(29, 60, 69, 1), rgba(29, 60, 69, 0.9)) !important;
}

.bg-header {
    background: linear-gradient(to top, rgba(210, 96, 26, 1), rgba(210, 96, 26, 0.8)) !important;
}

.bg-footer {
    background: linear-gradient(to top, rgba(210, 96, 26, 1), rgba(210, 96, 26, 0.8)) !important;
}

.bg-w {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-p {
    background-color: rgba(255, 241, 225, 0.9) !important;
}

.text-color {
    color:#1d3c45 !important;
}

.btn-color {
    color:white !important;
    background-color:#1d3c45;
}

.btn-color:hover {
    font-size:18px; color:white !important;
}

#onglerie {
    min-height:50vh;
}

#makeup {
    min-height: 100vh;
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1)), url(../img/bg/bg-makeup.jpg);
    background-color:#fff1e1;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover; /* for Chrome & Safari old versions */
    -moz-background-size: cover; /* for Mozilla */
    -o-background-size: cover; /* for Opera */
    background-size: cover;
    background-attachment: fixed;
}

/* try to add a fix for iOS apple mobiles about background image cover issue */
#makeup:after {
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1)), url(../img/bg/bg-makeup.jpg) no-repeat bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#brushing {
    min-height: 100vh;
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1)), url(../img/bg/bg-brushing.jpg);
    background-color:#fff1e1;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover; /* for Chrome & Safari old versions */
    -moz-background-size: cover; /* for Mozilla */
    -o-background-size: cover; /* for Opera */
    background-size: cover;
    background-attachment: fixed;
}

/* try to add a fix for iOS apple mobiles about background image cover issue */
#brushing:after {
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1)), url(../img/bg/bg-brushing.jpg) no-repeat bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#realisations {
    text-decoration: none;
}

a {
    text-decoration:none;
    color:#1d3c45 !important;
}

a:hover {
    color:#ff6600 !important;
}

.a-contact {
    text-decoration: none;
    color:white !important;
}

.a-contact:hover {
    color:#FF6600 !important;
}

.a-s-contact {
    color:white !important;
}

.a-s-contact:hover {
    color:orange !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.flc::first-letter {
    color:white;
    font-size:130%;
}

.grecaptcha-badge {
    visibility: hidden !important;
}