/*
Theme Name: Kartoni 2
Description: Thème enfant pour Federal
Author: Onebox
Template: Federal
*/

@import url("../Federal/style.css");

/* STYLE CSS AJOUTER */
/*Bouton orange de la boutique*/
.bouton_boutique, .bouton_boutique:link, .bouton_boutique:visited {
    background: #000;
    border-radius: 20px;
    color: #fff;
    font-family: Raleway,sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    padding: 10px 30px;
    line-height: 60px; 
    border-width: 0px; 
    margin: 1% 0px; 
    padding: 0px;
    letter-spacing: 0px; 
    font-size: 20px;
}

.bouton_boutique:hover{
    background-color: #e60000 ;
    color:white;
}

.bouton_boutique a{
    width: 100%;
    display: block;
    color: white;
}
.hi-icon{
    cursor: default;
}

/* Ajout à contact */
.form-contact, .detail_contact{
    max-width: 80%;
    margin: auto;
}

.detail_contact p {
   display: block;
   text-align: center;
    padding: 10px;
     width: 100%;
    color: #fff;
}