﻿
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.navbar-brand img {
    height: 75px;
}

a {
    color: #292d77;
}

    a.link_doc {
        color: #f7a81b;
    }

nav {
    width: 100%;
    padding: 40px 20px;
}

.nav-custo .navbar-brand img {
    height: 45px;
}

.menu-50 {
    height: 80px;
    display:none;
}

.nav-link {
    margin-left: 20px;
    font-size: x-large;
    font-weight: bold;
    color: #292d77 !important;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

    .nav-link:hover {
        color: #005796 !important;
    }

footer {
    background-color: #fff;
    padding: 15px 5px;
}

    footer a {
        text-decoration: none;
        color: #000;
        font-style: italic;
        font-size: 15px;
        margin-left: 18px;
    }

    footer span {
        font-size: 19px;
        margin-right: 20px;
    }

.fond {
    align-items: center;
    height: auto;
    background-color: transparent;
    color: #fff;
}

.accroche {
    background-image: url('../Images/Background.jpg');
    background-size: cover;
    background-position: center;
    align-items: center;
    height: 600px;
}

    .accroche h1 {
        text-align: center;
        width: 100%;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        padding: 0px 200px;
    }

.card-title {
    color: #961d1d;
}

.card-text {
    color: #000;
}

.explication a {
    color: #fff;
    text-decoration: underline;
}

p.text-accroche {
    font-size: 28px;
}

.bg-bleu {
    background-color: #006ab6;
    color: #fff;
    padding: 40px 50px;
    font-size: 22px;
}


.btn-primary {
    color: #000;
    background-color: #f7a81b;
    border-color: transparent;
    font-size: 28px;
    font-weight: 600;
    padding: 8px 20px;
    user-select: none;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #000;
        background-color: #f7a81b;
        border-color: transparent;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        color: #000;
        background-color: #f7a81b;
        border-color: transparent;
    }


.btn-primary-light {
    color: #fff;
    background-color: transparent;
    border-color: #f7a81b;
    font-size: 28px;
    font-weight: 600;
    padding: 8px 20px;
    user-select: none;
}

    .btn-primary-light:hover, .btn-primary-light:focus {
        color: #000;
        background-color: #f7a81b;
        border-color: transparent;
    }


input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    margin-top: 10px;
    margin-left: -33px;
}

select, button, a {
    cursor: pointer;
}


.img-400 {
    width: 400px;
}

@media (max-width: 1220px) {

    .accroche h1 {
        padding: 0;
    }
}


@media (max-width: 576px) {

    .card {
        margin-top: 25px;
    }

    .accroche {
        height: 400px;
    }

        .accroche h1 {
            font-size: 35px;
            padding: 0 10px;
        }

    .bg-bleu {
        padding: 30px 10px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .nav-link {
        font-size: 20px;
    }

    .form-group span {
        display: block;
    }

    footer a {
        display: inline-block;
        margin-top: 15px;
    }

    .btn-primary {
        display: block;
        width: 100%;
    }

    input[type=file] {
        width: 335px;
    }

    .btn-primary-light {
        color: #000;
        background-color: #f7a81b;
        border-color: transparent;
        display: block;
        width: 100%;
    }
}

@media (max-width: 340px) {

    .bg-bleu {
        padding: 30px 0px;
    }

    p.text-accroche {
        font-size: 22px;
    }

    .accroche {
        height: 350px;
    }

        .accroche h1 {
            font-size: 27px;
        }

    .navbar-brand img {
        height: 40px;
    }

    input[type=file] {
        width: 200px;
    }
}

