/*
Theme Name: The7 Child
Theme URI: http://the7.io/
Template: dt-the7
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you’ll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Tags: multipurpose,responsive,retina ready,SEO ready,mobile friendly,iOS,material design,clean,minimal,business,corporate,portfolio,creative,photography,one page site,micro site
Version: 7.7.7.1571150131
Updated: 2019-10-15 14:35:31

*/

/* --------- */
/* Couleurs  */
/* --------- */

/*
violet: 
#9F07CC;
159,7,204

jaune: 
#FFE400
255,228,0

*/


/* ------- */
/* Styles  */
/* ------- */

b {
	color:#9F07CC;
}

h2 {
	font-size:22px;
	color: rgb(130,36,227);
	text-align:left;
	margin:2px;
}



div.fondpointilles {
    border-style: dashed; 
    border-radius: 16px; 
    border-color: rgb(130, 36, 227); 
    padding: 8px; 
    margin: 16px; 
    background-color: rgba(0, 0, 0, 0); 
    box-shadow: none;
}

div.cadreflottant {
	margin-bottom:0px;
	float:left;
}

div.fondjaune {
    border-color: #FFE400; 
    background-color: rgba(255,228,0,.05); 
}

.fondjaune b {
	color:black;
}

a/*, div.fondjaune a, div.fondblanc a */{
	color:black;
	text-decoration:underline;
}
a:hover/*, div.fondjaune a:hover, div.fondblanc a:hover */{
	text-decoration:none;
}



div.fondviolet {
/*	color:white;
	background-color:#9F07CC;*/
	border-color:#9F07CC;
	background-color:rgba(159,7,204,.05);
}

/*
div.fondviolet p, div.fondviolet h1, div.fondviolet h2, div.fondviolet h3, div.fondviolet a {
	color:white;
}*/

div.fondnoir {
	border-color:black;
	background-color:rgba(0,0,0,0.50);
	color:white;
}

div.fondnoir b, div.fondnoir h1, div.fondnoir h2, div.fondnoir h3, div.fondnoir a {
	color:#FFE400;
}


div.fondblanc {
	border-color:#E0E0E0;
/*	background-color:rgba(0,0,0,0.05);*/
}


/* marges et style des boites */
div.fondjaune, div.fondviolet, div.fondnoir, div.fondblanc {
    border-style: dashed; 
    border-radius: 16px; 
    padding: 16px; 
    margin: 8px; 
    box-shadow: none;
}

/* bordures arrondies */
div.fondjaune, div.fondviolet, div.fondnoir, div.fondblanc {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

