/*
Theme Name: BaseTheme
Theme URI: http://www.keblow.com
Author: Keblow
Author URI: http://www.keblow.com
Description: Template de base wordpresse By Keblow
Version: 1.0.5
License: Private
License URI: 
Text Domain: kebtheme
Tags:
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


h1,h2,h3,h4,h5 {font-weight:normal; margin:0; padding:0; line-height:normal;}
p,ul,li {margin:0; padding:0;line-height:normal;}
img {border:none;}
div {display:block;}
a {text-decoration:none; color:inherit;}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*--------------------------------------------------------------
# Communs
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	width:100%;
	height:100%;
}

body {
	margin: 0;
	padding:0;
}

/*--------------------------------------------------------------
# SURCHARGE Visual composer
--------------------------------------------------------------*/
.texte-left {text-align:left!important;}
.texte-right {text-align:right!important;}
.texte-justify {text-align:justify!important;}
.texte-center {text-align:center!important;}
.texte-blanc {color:#FFFFFF!important;}

.texte-interlignage-min p {line-height:20px!important;}
p.texte-interlignage-min {line-height:20px!important;}
.wrap-resp {max-width:1024px; width:100%; margin-left:auto!important; margin-right:auto!important; position:relative; box-sizing:border-box;}
.vc_row {
    margin-left: auto!important;
    margin-right: auto!important;
}


/* helpers */
.TABLE_ {display:table; width:100%; height:100%; margin:0 auto;}
.TABLE_ .TR_{display:table-row;width:100%;}
.TABLE_ .TD_{display:table-cell;height:100%;width:100%;}
.TABLE_ .TD_.C50_ {width:50%;}
.TABLE_ .TD_.C33_ {width:33.3333333%;}
.TABLE_ .TD_.C66_ {width:66.6666667%;}
.TABLE_ .TD_.C25_ {width:25%;}



/*--------------------------------------------------------------
# responsive data
--------------------------------------------------------------*/
/* version mobile portrait 320px*/
@media only screen and (max-width: 479px) {}


/* version mobile paysage 480px*/
@media only screen and (max-width: 759px) {}


/* version tablette portrait 760px*/
@media only screen and (max-width: 999px) {}


