/* =========================================================
 CSS SITE SAVINEV
   ========================================================= */

/* Rules for sizing the icon. */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-120 {
    font-size: 100px;
}


/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}



body {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: #0081d5 !important;
    background: -webkit-linear-gradient(left, #0081d5 1%, #a133d5 100%) !important;
    background: -o-linear-gradient(left, #0081d5 1%, #a133d5 100%) !important;
    background: linear-gradient(to right, #0081d5 1%, #a133d5 100%) !important;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081d5', endColorstr='#a133d5', GradientType=1) !important;
    /* IE6-9 */
}

.navbar {
    background-color: rgba(0, 0, 0, 0.0) !important;
    box-shadow: none;
}

.navbar img {
    margin-right: 70px;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #fff;
    padding-top: 30px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 20px;
    margin-right: 20px;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.0);

}

@media (max-width: 991px) {
    .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #4C4C4C !important;
        padding-top: 10px !important;
    }


}


.navbar-toggler {
    padding: 0.75rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.20rem;
    margin-top: 12px;
}


.btn2 {
    position: relative;
    padding: 12px 35px;
    margin: 0.3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.42857;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 1;
    border-radius: 0.2rem;
    outline: 0;
    color: #fff;
    margin-top: 15px;
}

.btn3 {
    position: relative;
    padding: 12px 35px;
    margin: 0.3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.42857;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: #fff;
    border: 1;
    border-radius: 1.5rem;
    outline: 0;
    color: #4C4C4C;
    margin-top: 15px;
}


.btn2:hover {

    transition: 0.7s;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;

}

.btn3:hover {
    transition: 0.7s;
    background-color: rgba(255, 255, 255, 0.8);

}

/* Responsive */

@media (max-width: 991px) {
    .btn2 {
        color: #fff !important;
    }

    .pres img {
        display: none;
    }

    .pres h1 {
        font-size: 45px;
    }
    .test {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

}


/* end */

.nav-link button {
    margin-top: 10px;
}

.pres img {
    position: absolute;
    opacity: 0.3;
}


h1 {
    padding-top: 100px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 100;
}

h2 {
    position: relative;
    padding-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.content {
    margin-top: 120px;
    text-align: center;
}

h3 {
    padding-top: 15px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

p {
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    padding-top: 30px;
    text-align: center;
}

a {
    color: #0081D5;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

a:hover {
    font-weight: 300;
    color: #0081D5;
}

footer {
    height: 100px;
    width: 100%;
    background-color: #2A2A2A;
    margin-top: 50px;
    padding: 0 !important;
}

/* Page inscription */

.logo {
    text-align: center;
    padding-top: 100px;
}

form {
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 80px;
    padding-top: 15px;
    margin-bottom: 50px;

}

button#inscription {
    margin-top: 20px;
    margin-bottom: -30px;

}

button#connexion {
    margin-top: 20px;
    margin-bottom: 30px;

}

.test {
    margin-left: 30%;
    margin-right: 30%;
}

h3#title_insc {
    color: #2A2A2A;
    text-align: inherit;
}

.title h3 span a {
    color: #2A2A2A !important;
    text-decoration: underline;
    font-weight: 300;
}

.title h3 span a {
    padding-left: 30%;
}

.title h3 span a:hover {
    color: #2A2A2A !important;
    text-decoration: underline;
    font-weight: 400;

}


.title h3 span {
    color: #2A2A2A !important;
}

h5 {
    padding-bottom: 20px;
    margin-top: -10px;
    padding-bottom: 50px;
}

h5 a {
    color: #2A2A2A !important;
}

.wite {
    color: #fff !important;
    text-decoration: underline;
}

.wite:hover {
    color: #fff !important;
    text-decoration: underline;
    font-weight: 200 !important;
}

.position_footer {
    margin-top: 290px !important;
}
