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

.index_file {
}

/*BAKGROUND*/

.index_file .bg_bloc_contenu_index {
    background: #e8e9ea;
}

#diapo_top {
    height: 400px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

/*COLOR*/

.index_file .color_presentation_index {
    color: #0099cc;
}

.index_file .color_presentation_index2 {
    color: #666666;
}

.index_file .color_titre_bloc_contenu_index1 {
    color: #fab717;
}

.index_file .color_titre_article_contenu_index1 {
    color: #0099cc;
}

.index_file .color_lien_contenu_index1 {
    color: #0099cc;
}

.index_file .color_titre_bloc_contenu_index2 {
    color: #ff6600;
}

.index_file .color_lien_contenu_index2 {
    color: #ff6600;
}

.espace_bloc_contenu_index {
    margin-bottom: 20px;
}

/* Header */
header.commun_file .logo_accueil {
    float: left;
    width: 16%;
}

/*DIAPO*/

.index_file .figure_index {
    position: absolute;
    left: 0;
    height: 430px;
    width: 100%;
}

.index_file.moteur {
    position: absolute;
    width: 50%;
    z-index: 100;
    margin: 150px auto;
    left: 25%;
}

.index_file #moteur {
    padding: 10px;
    z-index: 100;
}

.index_file #moteur.bg_moteur {
    background-color: rgba(232, 233, 234, 0.8);
}

.index_file #moteur .titre_moteur {
    width: 25%;
    height: 110px;
    padding: 0 40px 0 0;
    float: left;
}

.index_file #moteur .titre_moteur p {
    font-size: 170%;
    float: right;
}

.index_file #moteur .titre_moteur p span {
    margin-right: 10px;
    font-family: piano;
}

.index_file #moteur .champs_moteur {
    width: 25%;
    height: 55px;
    float: left;
}

.index_file #moteur .champs_moteur_budget {
    width: 50%;
}

.index_file .champs_moteur select {
    width: 90%;
}

.index_file .champs_moteur input[type="text"] {
    width: 48%;
}

.index_file .champs_moteur input[type="text"].bootstrapMaterialDatePicker {
    width: 75%;
}

.index_file #moteur h2 {
    color: #0099cc;
    margin: 0 0 10px;
}

.index_file #moteur button {
    background: #0099cc;
    color: #FFF;
    border: none;
    padding: 10px;
    float: right;
    margin-top: 10px;

}

.index_file .champs_moteur input[type="text"], .index_file .champs_moteur select {
    height: 30px;
    border-radius: 5px;
    padding-left: 5px;
    border: 1px solid #ccc;
}

.index_file .champs_moteur &gt; p {
    font-size: 120%;
    padding-bottom: 5px;
}

.index_file .champs_moteur label {
    font-size: 120%;
    margin-right: 5px;
    margin-left: 2px;
}

.index_file #moteur .champs_moteur label.moteurCc {
    font-family: melody;
    font-size: 21px;
    margin-left: 5px;
}

.owl-item {
    height: 430px;
}

.diaporama.owl-single {
    height: 430px;
    overflow: hidden;
}

/* Moteur Citi */

.index_file .moteurCiti {
    position: absolute;
    z-index: 15;
    left: 21%;
    right: 21%;
    top: 35%;
    bottom: 35%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=0); /* IE6-9 */

    border-radius: 5px;
}

.index_file .moteurCiti h1 {
    color: #008fd4;
    font-size: 170%;
    margin: 10px 0 15px 10px;
}

.index_file .moteurCiti .formulaireCiti .champCiti {
    float: left;
    margin-left: 3%;
    width: 17%;
}

.index_file .moteurCiti .formulaireCiti .firstChampCiti {
    margin-left: 10px;
}

.index_file .moteurCiti .formulaireCiti .champCiti input, .index_file .moteurCiti .formulaireCiti .champCiti select {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #999;
    width: 100%;
}

.index_file .moteurCiti .formulaireCiti .champCiti label {
    display: block;
    margin-bottom: 5px;
}

.index_file .moteurCiti .formulaireCiti .buttonCiti {
    width: 18%;
    float: left;
    margin-left: 4%;
    margin-top: 5px;
    width: 17%;
}

.index_file .moteurCiti .formulaireCiti .buttonCiti input {
    padding: 5px;
    border: none;
    background: #008fd4;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
    width: 100%;
    font-size: 140%;
    height: 35%;
}

.index_file .moteurCiti .formulaireCiti .buttonCiti #submitFormCitiResp {
    display: none;
}

/*MISE EN AVANT ACCUEIL*/

.div-titre-h1 {
    padding-top: 28rem;
}

@media (max-width: 1520px) {
    .div-titre-h1 {
        padding-top: 25rem;
    }
}
@media (max-width: 1440px) {
    .div-titre-h1 {
        padding-top: 24rem;
    }
}

@media (max-width: 1280px) {
    .div-titre-h1 {
        padding-top: 21rem;
    }
}

@media (max-width: 1024px) {
    .div-titre-h1 {
        padding-top: 17rem;
    }
}

@media (max-width: 780px) {
    .div-titre-h1 {
        padding-top: 13rem;
    }
}

@media (max-width: 480px) {
    .div-titre-h1 {
        padding-top: 9rem;
    }
}
@media (max-width: 375px) {
    .div-titre-h1 {
        padding-top: 6rem;
    }
}
.titre-h1 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 1rem;
}

#index figure + section, #index figure + div.liste_index, #index figure + div.liste_bien_file.mise_en_avant {
    padding-top: 450px;
}

.liste_index &gt; h2, .liste_bien_file #mise_en_avant &gt; h2 {
    padding: 3px 5px;
    font-size: 170%;
    margin-bottom: 10px;
}

.liste_bien_file.liste_index:after, .liste_bien_file.mise_en_avant:after{
    content: "";
    clear: both;
    display: table;
}

/*SIGNATURE*/

.index_file #presentation_index {
    padding-top: 20px;
    font-family: courgette;
    font-size: 140%;
    text-align: justify;
}

.index_file #presentation_index p + p {
    text-align: right;
    padding-top: 15px;
    line-height: 32px;
}

.index_file #presentation_index h3 {
    text-align: initial;
}

/*ACTU*/

.index_file #actu_home {
    padding: 30px 0;
    border-top: 1px solid #999;
}

.index_file #actu_home .bloc_contenu_index {
    float: left;
    width: 48%;
    padding: 10px;
    min-height: 254px;
}

.index_file #actu_home .bloc_contenu_index + .bloc_contenu_index {
    margin-left: 4%;
}

.index_file .bloc_contenu_index1 &gt; h2 {
    font-size: 200%;
    padding-bottom: 16px;
}

.index_file .bloc_contenu_index1 &gt; h2 span {
    font-size: 70%;
}

.index_file .bloc_contenu_index1 .img_contenu_index {
    width: 30%;
    display: block;
    float: left;
}

.index_file .bloc_contenu_index1 .texte_contenu_index {
    width: 70%;
    float: right;
    padding-left: 2%;
}

.index_file .bloc_contenu_index1 .voir_tout_contenu_index {
    font-size: 110%;
    clear: both;
    display: block;
}

.index_file .actuJs &gt; article + article {
    display: none;
}

.index_file .bloc_contenu_index1 .actuJs &gt; div {
    min-height: 150px;
}

.index_file .bloc_contenu_index2 &gt; h2 {
    font-size: 200%;
    padding-bottom: 10px;
}

.index_file .bloc_contenu_index2 &gt; h2 span {
    font-size: 70%;
}

.index_file .bloc_contenu_index2 .img_contenu_index {
    width: 30%;
    display: block;
    float: left;
}

.index_file .bloc_contenu_index2 .img_contenu_index img {
    max-height: 63px;
}

.index_file .bloc_contenu_index2 .texte_contenu_index {
    width: 70%;
    float: right;
    padding-left: 2%;
    margin-bottom: 13px;
}

.index_file .texte_contenu_index h3 {
    font-weight: normal;
}

.index_file .bloc_contenu_index2 .voir_tout_contenu_index {
    font-size: 110%;
    clear: both;
    display: block;
}

/* Pagination actualites*/
.actuJs .slidesjs-pagination {
    list-style: none;
    display: block;
}

.actuJs .slidesjs-pagination {
    list-style: none;
    display: block;
    float: right;
}

.actuJs .slidesjs-pagination li {
    float: left;
    margin: 0 5px;
    display: list-item;
}

.actuJs .slidesjs-pagination li a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #333333;
    color: #333333;
    float: left;
    overflow: hidden;
}

.actuJs .slidesjs-pagination li a.active, .actuJs .slidesjs-pagination li a:hover.active {
    background-color: #0099CC;
    color: #0099CC;
}

/* Liste agence Accueil */

.index_file #agenceAccueil {
    padding: 30px 0;
    border-top: 1px solid #999;
}

.index_file #agenceAccueil .agence {
    display: inline-block;
    width: 30%;
}

.index_file #agenceAccueil .agence + .agence {
    margin-left: 4%;
}

.index_file .agence p, .index_file .agence h2 {
    font-size: 120%;
}

.index_file .btn_nous_appeler {
    display: block;
    background: #0099CC;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 140%;
}

.index_file .btn_nous_appeler span {
    font-family: piano;
    font-size: 100%;
}</pre></body></html>