@charset "UTF-8";


body,
html {
    margin: 0;
    height: 100%;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;

    -webkit-text-size-adjust: 100%;
}

.logonav {
    width: 90%;
    height: auto;
}

.parallax {
    background-image: url('../assets/img/fond2.webp');
    min-height: 20%;
    /* Creat de l'effet de paralax */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.uperWhite {
    font-weight: 1000;
    text-transform: uppercase;
    color: white;
}

.text-white {
    color: white;
}

.text-primary {
    color: #6f42c1;
}

h1 {
    color: gray;
    font-weight: 1100;
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

input[type=text],
input[type=number],
select {
    width: 80%;
    padding: 12px 20px;
    margin: 3px 0;
    box-sizing: border-box;
}

input[type=checkbox] {
    margin: 15px 0 15px 0;
}

button {
    width: 75%;
    padding: 12px 20px;
    margin: 15px 0 !important;
    box-sizing: border-box;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #6f42c1;
    color: white;
    border-color: #3d05a5;
    font-weight: 900;
    margin: 5px 0;
    border-radius: 50px;
}

.btn-primary:hover {
    background-color: #4f19b4;
    color: white;
    border-color: #280072;
    font-weight: 1000;
    margin: 5px 0;
    border-radius: 50px;
}

fieldset {
    border: none;
}

.flex-container {
    width: 100%;
    text-align: center;

}

.histoire {
    display: inline-block;
    max-width: 80%;
    padding-top: 2%;
    font-weight: 1000;
    font-size: larger;
    color: rgb(177, 105, 105);
}

.disable {
    display: none;
}

a,
a:hover {
    text-decoration: none;
    font-style: none;
    color: white;
}

.flex-container>div {
    width: 25%;
    padding: 5% 0;
    /*background-color: lightgrey;*/
    text-align: center;
}

.left-div {
    display: inline-block;
    max-width: 30%;
    vertical-align: top;
}

.right-div {
    display: inline-block;
    max-width: 60%;
}

footer {
    background-color: #6f42c1 !important;
    color: white;
}

.contenu {
    padding: 3% 10%;
    border-top: 15px solid;
    border-bottom: 15px solid;
    border-image: -moz-linear-gradient(left,
            #E40303 0%, #E40303 16%,
            #FF8C00 16%, #FF8C00 32%,
            #FFED00 32%, #FFED00 48%,
            #008026 48%, #008026 64%,
            #24408E 64%, #24408E 80%,
            #732982 80%, #732982 100%);
    /* FF3.6+ */
    border-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fed330), color-stop(20%, #fed330), color-stop(20%, #e63841), color-stop(20%, #e63841), color-stop(40%, #e63841), color-stop(40%, #5ed6fd), color-stop(40%, #5ed6fd), color-stop(40%, #e63841), color-stop(40%, #5ed6fd), color-stop(40%, #5ed6fd), color-stop(60%, #5ed6fd), color-stop(60%, #45c33b), color-stop(80%, #45c33b), color-stop(80%, #1172c0), color-stop(80%, #1172c0), color-stop(100%, #1172c0)) 1 stretch repeat;
    /* Chrome,Safari4+ */
    border-image: -webkit-linear-gradient(left,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* Chrome10+,Safari5.1+ */
    border-image: -o-linear-gradient(left,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* Opera 11.10+ */
    border-image: -ms-linear-gradient(left,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* IE10+ */
    border-image: linear-gradient(to right,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* W3C */
}


footer {
    min-height: 2rem;
    text-align: center;
    border-top: 15px solid;
    border-image: -moz-linear-gradient(left,
            #E40303 0%, #E40303 16%,
            #FF8C00 16%, #FF8C00 32%,
            #FFED00 32%, #FFED00 48%,
            #008026 48%, #008026 64%,
            #24408E 64%, #24408E 80%,
            #732982 80%, #732982 100%);
    /* FF3.6+ */
    border-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fed330), color-stop(20%, #fed330), color-stop(20%, #e63841), color-stop(20%, #e63841), color-stop(40%, #e63841), color-stop(40%, #5ed6fd), color-stop(40%, #5ed6fd), color-stop(40%, #e63841), color-stop(40%, #5ed6fd), color-stop(40%, #5ed6fd), color-stop(60%, #5ed6fd), color-stop(60%, #45c33b), color-stop(80%, #45c33b), color-stop(80%, #1172c0), color-stop(80%, #1172c0), color-stop(100%, #1172c0)) 1 stretch repeat;
    /* Chrome,Safari4+ */
    border-image: -webkit-linear-gradient(left,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* Chrome10+,Safari5.1+ */
    border-image: -o-linear-gradient(left,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* Opera 11.10+ */
    border-image: -ms-linear-gradient(left,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* IE10+ */
    border-image: linear-gradient(to right,
            #E40303 0%,
            #E40303 16%,
            #FF8C00 16%,
            #FF8C00 32%,
            #FFED00 32%,
            #FFED00 48%,
            #008026 48%,
            #008026 64%,
            #24408E 64%,
            #24408E 80%,
            #732982 80%,
            #732982 100%) 1 stretch repeat;
    /* W3C */
}


/* FORM STYLE/





@media screen and (max-width: 576px) {}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}

/* Medium devices (tabletes, 768px et moins)*/
@media (max-width: 768px) {}

/* Large devices (desktops, 992px et moins)*/
@media (max-width: 992px) {

    .left-div,
    .right-div {
        min-width: 100%;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}

.logonav {
    width: auto;
    height: 60%;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}