@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126 License : none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*---------------------------------------------*/

body{
    font-family: "Inter", sans-serif !important;
}

main{
    margin: 100px 0;
}

.container-fluid{
    padding: 0 !important;
}

.normandie-logo{
    width: 40%;
}

.normandie-logo-img{
    width: 100%;
}

.active{
    color: #e0052c !important;
}
.nav-link{
    font-size: 20px;
    padding: 15px !important;
}
textarea:focus-visible, .nav-link:focus-visible{
    box-shadow: 0 0 0 .25rem rgba(224, 5, 44, 0.5);
    border-radius: 7px;
}
.h-50v{
    height: 50vh;
    object-fit: cover;
}
/*---------------------------------------------*/

.h1{
    text-align:center;
}
p{
    text-align:justify;
    font-family:arial;
    font-size: 20px;
}
.h2{
    margin-top: 30px;
}
.h3{
    margin: 20px;
}
.btn-danger{
    margin-top:20px
}
.img{
    display:block;
    margin-left:auto;
    margin-right:auto
}
ul{
        list-style-type: disc;
}

/*---------------------------------------------*/

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

.aideimg{
    float: left;
    width:  100%;
    height: 200px;
    object-fit: cover;
}

/*---------------------------------------------*/
.back-blue{
    background-color: rgba(0, 0, 0, 0.9);
}

footer{
    color: white !important;
}

.text-body-secondary{
    color: white !important;
}
footer .nav-link:focus-visible:focus{
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.5);
    border-radius: 7px;
}
footer.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.img-iut-gon{
    width: 200px;
}
.spaced-welcome{
    margin-top: 30px;
}