/**
 * @file
 * Subtheme specific CSS.
 */

.region-top-header-form {
   /* font-size: .8em; */
    margin-bottom: -1em;
}


/* Modifications CSS, des icones des réseaux sociaux */

.icone-header-form {
    margin-right: 1.3em;
}

.icone-header-form:hover {
    color: #DFDEDE;
}


/* Modifications CSS, des liens */

.region-top-header-form a {
    color: white;
    text-decoration: none;
}

.region-top-header-form a:hover {
    color: #DFDEDE;
    text-decoration: none;
}