/* Style Global */

body {
    background: #ffffff;
    margin: 0;
    height: 100%;
    color: #8ed23e;
    font-family: sans-serif;
    font-weight: 400;
}
/**/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    font-weight: 700;
}

h4 {
    font-size: 16px;
}

p {
    padding: 0;
    margin-bottom: 14px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8ed23e;
    margin-top: 10px;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: rgba(195, 197, 198, 0.87);
}

::moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

.centered {
    text-align: center;
}


/* Style Navigation

.navbar {
    min-height: 70px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.navbar-brand {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
*/
.navbar-header .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight: 700;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: rgba(172, 186, 191, 0.82);
}
/*
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(172, 186, 191, 0.82);
    background: transparent;
}

*/
.navbar-default {
    background-color: #513b6f; //384452;
    border-color: transparent;
}

/* Style Introduction */

#Introduction {
   /* background: url(../img/soyou_11.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 800px;
    width: 100%;
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /* The image used */
    background-image: url(../img/soyou_70.jpg);

    /* Full height */
    height: 90%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
#Introduction h1 {
    margin-top: 150px;
    color: white;
    font-size: 50px;
    font-weight: 700;
}

#Introduction h3 {
    color: white;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    font-style: oblique;
}
*/

/* Style bouton

.btn-theme {
    color: #fff;
    background-color: #513b6f;
    border-color: #513b6f;
    margin: 4px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #8ed23e;
    border-color: #ffffff;
}
*/
/* Style About */

#f {
    background: #513b6f; //384452;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

#f h3 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}



#f p {
    font-size: 16px;
    color: #f2f2f2;
}
/*
#f img {
    tex-align: center;
}

#f icon {
    font-size: 20px;
    color: #fff;
    padding: 3px;
}
*/
/* Comp�tences */

#competences, forfaits, salon {
    padding: 40px 0;
}
/*
.espace {
    margin-top: 40px;
}

#Competences i.fa {
    font-size: 40px;
    border: solid #aea3bc 4px;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}
*/
/*
#Competences i.fa.fa mobile {
    font-size: 50px;
    padding: 20px 25px;
}

#Competences .Service:hover>i.fa {
    background: #aea3bc;
    color: #ffffff;
}
#salon .Service:hover>i.fa {
    background: #aea3bc;
    color: #ffffff;
}
*/
#salon i.fa, #forfaits i.fa {
    font-size: 40px;
    border: solid #aea3bc 4px;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}

