/*
 Theme Name:   SuperMagPro Child
 Theme URI:    http://www.acmethemes.com/themes/supermagpro/
 Description:  SuperMagPro Child Theme
 Author:       acmethemes
 Author URI:   http://www.acmethemes.com/
 Template:     supermagpro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         orange, brown, yellow etc
 Text Domain:  supermagpro-child
*/
/* box couleur
------------------------------------------------------------ */
 
.boxcouleur-bleu,
.boxcouleur-gris,
.boxcouleur-vert,
.boxcouleur-violet,
.boxcouleur-rouge,
.boxcouleur-jaune {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.boxcouleur-bleu {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.boxcouleur-gris {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
 
.boxcouleur-vert {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.boxcouleur-violet {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.boxcouleur-jaune {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}