/* Style Global */
body {
    background: #ffffff;
    margin: 0;
    height: 100%;
    max-width: 100%;
    color: #384452;
    font-family: sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #384452;
    margin-top: 10px;
}
img {
    height: auto;
    max-width: 100%;
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: background-color .4s linear, color .4s linear;
}
a:hover, a:focus {
    text-decoration: none;
    color: rgba(195, 197, 198, 0.87);
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}
.centered {
    text-align: center;
}
hr{
    border: none;
    height: 1px;
    background-color: #384452;
}

/* Style Introduction */
#Introduction {
    margin-top: 10px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 100px;
    width: 100%;
    background-size: cover;
}
#Introduction h1 {
    color: #384452;
    font-size: 50px;
    font-weight: 700;
}
#Introduction h3 {
    color: #384452;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    font-style: oblique;
}

/* Style bouton */
.btn-theme {
    color: #fff;
    background-color: #384452;
    border-color: #384452;
    margin: 4px;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #FCAC45;
    border-color: #ffffff;
}

/* Style About */
#f {
    background: #384452;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
#f h3 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}
#f icon {
    font-size: 8px;
    color: #fff;
    padding: 3px;
}
#f p {
    font-size: 20px;
    color: #f2f2f2;
}
#f img {
    text-align: center;
}

/* Features */
#features {
    padding: 80px 0;
}
.espace {
    margin-top: 40px;
}
#features i.fa {
    font-size: 40px;
    border: solid #FCAC45 4px;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}
#features i.fa.fa mobile {
    font-size: 50px;
    padding: 20px 25px;
}
#features .Service:hover > i.fa {
    background: #FCAC45;
    color: #ffffff;
}

/*Login modal */
.modal-header, .modal-header h4, .modal-header .close {
    background-color: #5cb85c;
    color:white !important;
    text-align: center;
    font-size: 30px;
}
.modal-footer {
    background-color: #f9f9f9;
}
