<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: #ffffff; /* Old browsers */
}
/*------------------------------*/
/* Intregration */
/*------------------------------*/

#logo{
    display: block;
    width: 300px;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-top:16%;
}

/* panel de connexion*/
.login-panel {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    min-width: 300px;
}

/*------------------------------*/
/* Global */
/*------------------------------*/
.corps {
    background: #eaf7fc; /* Old browsers */
    background: -moz-linear-gradient(top, #eaf7fc 2%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #eaf7fc), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaf7fc 2%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaf7fc 2%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaf7fc 2%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eaf7fc 2%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf7fc', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

/* bouton de validation centrÃ© */
.button-valid {
    text-align: center;
}

/* couleur bouton primary */
.panel-default &gt; .panel-heading, .btn-primary, .modal-header {
    color: #ffffff;
    background: #03b1fb; /* Old browsers */
    background: -moz-linear-gradient(top, #03b1fb 0%, #1996cb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03b1fb), color-stop(100%, #1996cb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #03b1fb 0%, #1996cb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #03b1fb 0%, #1996cb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #03b1fb 0%, #1996cb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #03b1fb 0%, #1996cb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03b1fb', endColorstr='#1996cb', GradientType=0); /* IE6-9 */
}

/* redÃ©finition couleur bootstrpa */
.btn-primary:hover, li.active.dropdown.open &gt; .btn-primary {
    background: #0196f9; /* Old browsers */
    background: -moz-linear-gradient(top, #0196f9 0%, #006db2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0196f9), color-stop(100%, #006db2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0196f9 0%, #006db2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0196f9 0%, #006db2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0196f9 0%, #006db2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0196f9 0%, #006db2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0196f9', endColorstr='#006db2', GradientType=0); /* IE6-9 */
}

/* Header modal bleu*/
.modal-header, .panel-default &gt; .panel-heading {
    padding: 3px 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/* couleur des inputs */
input, select, .ms-list {
    background-color: #eaf7fc !important;
}

div.panel-body {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

/* ombres sous tableau*/
div.panel.panel-default {
    position: relative;
    background-color: #fff;
}
div.panel.panel-default:after {
    position: absolute;
    width: 96%;
    height: 10%;
    left: 2%;
    border-radius: 80%;
    bottom: 0%;
    content: "";
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.6);
}

.cgu {
    border: 1px solid grey;
    border-radius: 10px;
    padding-left: 20px;
    margin-left: -10px;
    padding-right: 20px;
    margin-right: -10px;
    padding-bottom: 20px;
    margin-top: 149px;
    margin-bottom: 20px;
}

.cgu h2 {
    margin-top: 50px;
}

.cgu p {
    font-size: 17px;
}

.cgu li {
    font-size: 17px;
}</pre></body></html>