	/*
Theme Name: Divi_Child
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Michel Barras
Author URI: http://www.ilog.ch
Template:Divi
*/

/* police du site : "jaf-domus" proposer par Adobe Typekit, voir script dans Divi option du thème. */


@import url("../Divi/style.css");
@import url("complementCss.css");



#ilogFooterLogo{
    background-image: url(/wp-content/themes/Divi_Child/images/iLog_Logo.png);
    background-repeat: no-repeat;
    background-size: contain;
	padding-left: 30px;
} 

h1, h2, h3, h4, h5, h6
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-family: "jaf-domus-n6", "jaf-domus", arial! important; 
    font-weight: 600! important;
    color: #00609E! important;
}
h4, h4 a{
	font-size: 22px;
}
body, input, textarea, select, p , a {
    font-family: "jaf-domus-n4", "jaf-domus", arial! important; 
    font-weight: 400! important;
}
body, input, textarea, select, p, a{
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
body, input, textarea, select, p , a {
    font-style: normal;
}
code, .article-console{
    padding: 6pt;
    font-family: courier;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 4px;
    margin-right: 4px;
}
code{
    background: rgb(230, 230, 230);
}
.article-console{
    background: rgb(43, 43, 43);
    color: rgb(230, 230, 230);
    border: 2px solid rgb(4, 4, 228);
}
.step {}
.step ol {counter-reset: stepCounter;} /* on initialise et nomme un compteur */
.step li {
    list-style-type: none;
    counter-increment: stepCounter; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 5px;
}
.step li:before {
    content: counter(stepCounter); /* on affiche le compteur */
    padding: 3px 15px 4px;
    margin-right: 8px;
    vertical-align: top;
    background: #678;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.8em;
    color: white;		
}
.NoStep {counter-reset: nostepCounter;}
.NoStep li {
    counter-increment: nostepCounter;
    list-style-type: upper-roman;
    margin-left: 30px;
}
.NoStep li:before {content: initial;}

leftBlockImage {
    float: left;
    width: 120px;
    padding: 5px 0 5px 0;	
}
leftBlockImage rightBlockText .spaceAfter{dispaly:block;}
.spaceAfter{padding: 0px 0 10px 0;}

.et_pb_blog_grid h2{
	font-size: 100%;
}
