<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400&amp;family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('bootstrap.min.css');
@import url('bootstrap-icons.min.css');

body {
    color: #000;
    font-family: "Montserrat", sans-serif;
}
mark {
    background-color: transparent;
    color: inherit;
    margin: 0; padding: 0;
}
hr {
    opacity: .1;
}

.grecaptcha-badge {
    display: none;
}

/* Navbar */
#navbar {
    background-color: #0C2263;
}
#navbar img {
    margin: 27.5px 0;
    height: 45px;
}
#navbar .navigation &gt; li {
    display: inline-block;
}
#navbar .navigation &gt; li &gt; a {
    color: #FFF;
    display: block;
    font-size: .95em;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    text-decoration: none;
    transition-duration: .25s;
}
#navbar .navigation &gt; li &gt; a:hover {
    background-color: #15338B;
}
#navbar .toggleNav {
    cursor: pointer;
    display: none;
    padding-left: 10px;
    padding-top: 40px;
    height: 100px;
    width: 40px;
}
#navbar .toggleNav span {
    background-color: #FFF;
    border-radius: 2px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    transition-duration: .4s;
    width: 20px;
}
#navbar .toggleNav.active &gt; span:nth-child(1) {
    margin-top: 7px;
    transform: rotate(45deg);
}
#navbar .toggleNav.active &gt; span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -7px;
}
#navbar .toggleNav.active &gt; span:nth-child(3) {
    opacity: 0;
}
@media screen and (max-width:991px){
    #navbar .toggleNav {
        display: inline-block;
    }
    #navbar .navigation {
        background-color: #0C2263;
        display: none;
        position: fixed; left: 0; right: 0; top: 100px;
    }
    #navbar .navigation &gt; li {
        display: block;
    }
    #navbar .navigation &gt; li &gt; a {
        border-top: solid 1px rgba(255,255,255,.05);
        height: 60px;
        line-height: 60px;
    }
    #navbar .navigation &gt; li &gt; a:hover {
        background-color: #15338B;
    }
    
    
    
    
}
@media screen and (min-width:992px){
    #navbar .navigation {
        display: block !important;
    }
}

/* FR4LI */
#fr4li {
    background-image: url(../img/backgrounds/bg-fr4li.jpg);
    background-size: cover;
    background-position: center center;
    color: #FFF;
    padding: 80px 0;
}
#fr4li h1 {
    font-weight: 700;
}
#fr4li a {
    background-color: #F86E00;
    border-radius: 45px;
    color: #FFF;
    display: inline-block;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-decoration: none;
}

/* QO100 */
#qo100 {
    color: #0C2263;
}

/* Galerie */
.galerie li &gt; span {
    background-size: cover;
    background-position: center center;
    aspect-ratio : 16/9;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    filter: grayscale(100%);
    transition-duration: .25s;
}
.galerie li:hover span {
    filter: grayscale(0);
}

/* Titre */
.titre {
    color: #0C2263;
    font-weight: 700;
}
.titre &gt; mark {
    font-family: 'Roboto Mono';
    font-weight: 400;
}
.titre::after {
    background-color: #F86E00;
    content: '';
    display: block;
    margin: 15px 0;
    height: 5px;
    width: 40px;
}

/* Code */
.code {
    border-radius: 10px;
    background-color: #F3F4F7;
    font-family: 'Roboto Mono';
    letter-spacing: -.5px;
    padding: 20px;
}
.code h6 {
    font-weight: 700;
}
.code ul {
    list-style: none;
    margin: 0; padding: 0;
}

/* Chargement */
#loading {
    background-color: rgba(255,255,255,.3);
    color: #FFF;
}
#loading i {
    color: #0C2263;
}

/* Viewer */
#viewer {
    background-color: rgba(255,255,255,.5);
}
#viewer .box {
    background-color: #FFF;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    border-radius: 10px;
    overflow: hidden;
}
#viewer .header {
    color: #0C2263;
    border-bottom: solid 1px rgba(0,0,0,.2);
    cursor: pointer;
    font-weight: 400;
    font-size: .9;
    padding: 20px;
}
#viewer span {
    color: #FFF;
    cursor: pointer;
    margin-top: 3px;
    font-size: 1.6em;
}
#viewer .body {
    padding: 30px;
}
#viewer .body img {
    max-height: 85vh;
    max-width: 100%;
}
#viewer .body .display-6 {
    font-weight: 600;
}

/* Membre */
#fr4kf {
    background-color: #0C2263;
    color: #FFF;
}
#fr4kf a {
    color: #FFF;
    font-weight: 700;
}
#fr4kf h2 {
    font-weight: 700;
}
#fr4kf mark {
    font-family: 'Roboto Mono';
}
#fr4kf img {
    max-width: 200px;
}

/* FR1ZCT */
#fr1zct {
    color: #0C2263;
}
#fr1zct .freq .fs-2 {
    font-weight: 800;
    display: block;
}
#fr1zct h6 {
    font-weight: 700;
}
#fr1zct a {
    color: #F86E00;
}
#fr1zct .videos .video {
    background-color: red;
    cursor: pointer;
    display: block;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
}
#fr1zct .videos .thumbnail {
    aspect-ratio: 16/9;
    background-position: center center;
    background-size: cover;
}
#fr1zct .videos .play {
    background-color: rgba(13,35,59,.5);
    color: #FFF;
}

/* Presentation */
#presentation {
    background-color: #E6E9Ef;
}
#presentation img {
    border-radius: 100%;
    max-width: 250px;
    width: 100%;
}
#presentation h4 {
    font-weight: 700;
}

/* Contact */
#contact form.disabled {
    opacity: .5;
    transition-duration: .2s;
}
#contact form label {
    font-size: .9em;
    font-weight: 600;
}
#contact form label sup {
    color: #F86E00;
}
#contact form input,
#contact form textarea {
    background-color: #F7F9FA;
    border: 0;
    border-radius: 3px;
    color: #000;
    font-size: .8em;
    padding: 10px;
}
#contact form .field {
    margin-bottom: 20px;
}
#contact form input[type="text"],
#contact form input[type="email"] {
    height: 40px;
}
#contact form textarea {
    min-height: 120px;
    width: 100%;
}
#contact form .form-check {
    margin: 0 0 20px 0; padding: 0 12px;
} 
#contact form input[type="checkbox"] {
    margin: 0 10px 0  0;
}
#contact form input[type="checkbox"]:checked {
    background-color: #F86E00;
}
#contact form p {
    font-size: .8em;
}
#contact form p.champs {
    font-weight: 600;
}
#contact form p mark {
    color: #F86E00;
}
#contact form p a {
    color: #000;
    font-weight: 500;
}
#contact form button {
    background-color: #F86E00;
    border: 0;
    border-radius: 40px;
    color: #FFF;
    display: inline-block;
    font-size: .95em;
    font-weight: 500;
    height: 45px;
    line-height: 42px;
    padding: 0 25px;
    transition-duration: .1s;
    width: auto;
}
}
#contact .invalid-feedback {
    font-size: .8em;
    font-weight: 500;
}

/* Pied de page */
footer {
    border-top: solid 1px rgba(0,0,0,.1);
    font-size: .8em;
    font-weight: 300;
}
footer img {
    height: 100px;
    margin-bottom: 20px;
}
footer a {
    color: #0C2263;
    font-weight: 500;
}
footer ul &gt; li {
    display: inline-block;
}

/* Page */
#page h2, #page h4 {
    font-weight: 700;
}
#page a {
    color: #F86E00;
}</pre></body></html>