body {
    background: url('/imgs/initiatives-saveurs-chocolats/background.jpg') no-repeat top center #f2eae7;
}

/*** TAILLE FONT ***/
.t1083 { font-size: 1.083em; } /* 13px */
.t1250 { font-size: 1.250em; } /* 15px */
.t1500 { font-size: 1.500em; } /* 18px */
.t1833 { font-size: 1.833em; } /* 22px */
.t1875 { font-size: 1.875em; } /* 23px */
.t2250 { font-size: 2.250em; } /* 27px */

.rouge {
  color: #e01026;
}

#main h1 {
    color: #E43432;
}

.texte_rouge {
    color: #E43432;
}

header .texte_rouge, .fond_gris_clair.texte_rouge, .fond_gris_clair .texte_rouge {
    color: #bb1928 !important;
}

.button {
    background: #ed413d;
}

.button .fleche {
    background: #ed413d;
}

.bouton_retour {
    background: #E43432;
}

#fond_footer {
    background: #ad9e97;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.illustration_header img {
    width: 162px;
}

/* MENU PRINCIPAL */

#menu li {
    background: #76452f;
}

#menu li a {
    border-bottom: 2px solid #553629;
}

#menu li.actif {
    background: #E64F29;
}

#menu li.actif a, #menu li a:hover {
    background: #E64F29;
    border-bottom: 2px solid #9d341a;
}

#menu li.demande_kit a, #menu li.demande_kit a:hover {
    border-bottom: 2px solid #a30b09;
    background: #e43432;
}

/* FOOTER */

.boite_creative {
    color: #bb1928;
}

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

    .couleur_fond_accueil {
        background: #e64f29;
    }

    .couleur_fond_kit {
        background: #e43432;
    }

    .couleur_fond_contact {
        background: #76452f;
    }

    #btn_menu_mobile {
        color: #76452f;
    }

    /* MENU PRINCIPAL */
    #menu li a {
        border-bottom: 1px solid #553629 !important;
    }

    #menu li a:hover {
        border-bottom: 1px solid #9D341A !important;
    }
}
