/* Enter Your Custom CSS Here */
/* TKV */
body {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:15px !important;
	color: #000000;
}

ul.dropdown-menu > li > a {
	/* TKV */
  	/* line-height: 40px !important; */
  	line-height: 24px !important;
  	padding: 0 20px 0 40px !important;
}

/* TKV menu color */
/* ul.nav.navbar-nav li > a {
    color: #5d7705;
} */

/* Medium Layout: 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .key_to_success_area {
    /* margin-top: -106px; */
    /* margin-top: 74px !important; */
    margin-top: 74px;
    width: 970px;
  }
  .logo a img {
   	padding-top: 10px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .key_to_success_area {
   /* width:300px; */
    /* 003 TKV */
    /* width: 90%; */
	/* 006 TKV */
	width: 90%;
	/* min-width : 360px; */
	/* max-width : 10px; */
  }
  .logo a img {
    margin-left: 10px;
  }
  /* 004 TKV */
  .container {
    /* 006 TKV */
    width: 90%;
	/* min-width : 360px; */
    /* width:300px; */
  }
  .col-md-3 {
    width: 130% !important;
    height: 82px;
  }
  
  /* SUBSCRIPTION FORM */
  .insForm_text {
      width: 99%;
  }
  
  /* PROCHAINES FORMATIONS SLIDER */
  .prochaines-formations-text h3 {
  	  font-size: 18px;
  }
  
  /* TKV RESPONSIVE PRESENTATION 2 columns one below the other one ! */
  .home_page_template_text_2columns_left {
	width: 100% !important;
  }
 
 .home_page_template_text_2columns_right {
	width: 100% !important;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;
 }
  
  /* TKV RESPONSIVE FORMATIONS 2 columns one below the other one ! */
  .formation_2columns_left_infos {
	background-color: #FFFFFF;
    width: 100% !important;
  }
  .formation_2columns_right_row_text {
  	width: 100% !important;
	padding-left: 0;
    padding-right: 10px;
	margin-top: 10px;
    /* background-color: #CCCCFF !important; */
  }
  
  /* RESPONSIVE FOOTER */
  .footer_widgets > .col-md-3 {
		width: 100% !important;
	}
  .newslatter input[type="email"] {
		font-size: 12px;
		line-height: 30px;
		padding-right: 52px;
	}
}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .key_to_success_area {
    /* width: 480px; */
    /* width: 450px; */
    /* 001 TKV */
    width: 90%;
  }
  .logo a img {
    margin-left: 10px;
  }
  .container {
    width: 90%;
  }
  /* 002 TKV */
  .col-md-3 {
    width: 100% !important;
    height: 82px;
  }
  /* RESPONSIVE FOOTER */
  .newslatter input[type="email"] {
		font-size: 19px;
		line-height: 30px;
		padding-right: 52px;
	}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .key_to_success_area {
    /* margin-top: -96px; */
    /* margin-top: 74px !important; */
    margin-top: 74px;
    width: 750px !important;
  }
  .logo a img {
    padding-top: 10px;
  }
  /* RESPONSIVE FOOTER */
  .newslatter input[type="email"] {
		font-size: 38px;
		line-height: 30px;
		padding-right: 52px;
	}
}
/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px) {
  .key_to_success_area {
    margin-top: 74px;
    width: 1170px;
  }
  .logo {
  	padding-left: 20px;
  }
  .logo a img {
  	padding-top: 10px;    
  }
}

/* ACTUALITES NEWS */
.wrapper {
  width: 940px;
  margin: auto;
}
#news-box > ul > li > a {
    display: block;
    background: #fff;
    padding: 19px;
    text-decoration: none;
    /* height: 280px; */
    width: 181.80px;
    overflow: hidden;
    position: relative;
}
#news-box > ul > li > a > span.img-new {
  /* width: 181px; */
  width: 144px;
  height: 130px;
  display: block;
  background: #f7f6f6;
  overflow: hidden;
}
#news-box > ul {
  list-style: none;
  overflow: hidden;
  margin-left: -20px;
}
#news-box > ul > li {
  float: left;
  width: auto;
  /* TKV actualites fix responsive list */
  height: 450px;
  border: solid 1px #eeeceb;
  margin-left: 18px;
  margin-top: 18px;
}
#news-box > ul > li > a > h3 {
   color: #645345;
   /* font-weight: bold; */
    font-size: 1.2em;
    margin: 15px 0;
}

/* PROCHAINES FORMATIONS SLIDER */
.prochaines-formations-text {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:15px;
    text-align: center;
  	margin-left: 0;
  	margin-right: 0;
  	position: absolute; 
    top: 420px;
  	width: 90%;
}

/* SUBSCRIPTION FORM */
.insForm_select {
	width: 99%;
}

/* TITLE */
.pole_EVA_title {
	margin-top: 10px;
	padding-left: 20px;
	color: #5d7705;
	font-size: 30px;
}
.pole_EVA_title h1 { font-size: 30px; }

/* MENU : NOS FORMATIONS */
/* List links */
/* unvisited link */
ol > li > a:link {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:15px;
	color: #5d7705 !important;
}
/* visited link */
ol > li > a:visited {
	color: black !important;
}
/* mouse over link */
ol > li > a:hover {
	text-decoration: underline;
	color: #5d7705 !important;
}
/* selected link */
ol > li > a:active {
	text-decoration: underline;
	color: red !important;
}


/* 1 COLUMN PAGE TEMPLATE */
.pole_EVA_content { margin-top: 10px; }
.home_page_template_text_column {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
}

/*
** MENU PRESENTATION / 2 COLUMNS PAGE TEMPLATE
*/

/* LEFT column row (text) */
.home_page_template_text_2columns_left {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	width: 70%;
	float: left;
  	color: #000000 !important;
}
.home_page_template_text_2columns_left h2 {
	font-size: 24px;
  	color: #000000 !important;
}
.home_page_template_text_2columns_left h2:nth-child(n+2) {
	margin-top: 15px;
  	color: #333333 !important;
}
.home_page_template_text_2columns_left h3 {
	font-size: 18px;
  	margin-top: 15px;
  	color: #000000 !important;
}
.home_page_template_text_2columns_left p {
 	color: #000000 !important;
}
.home_page_template_text_2columns_left li {
 	font-size: 15px !important;
}
/* RIGHT column row (liens utiles) */
.home_page_template_text_2columns_right {
	/* background-color: #ff0000; */
	/* color: #5d7705 !important; */
	width: 30%;
	padding-right: 0;
	float: right;
}
/* right column bloc text */
.home_page_template_text_right {				
	/* margin-left: 4px; */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	color: #5d7705 !important;
}
.home_page_template_text_right h2 {
	font-size: 24px;
  	color: #000000 !important;
}
.home_page_template_text_right p {
	color: #5d7705 !important;
}
/* List links */
/* unvisited link */
.home_page_template_text_right p > a:link {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:15px
	color: #5d7705 !important;
  	text-decoration: none;
}
/* visited link */
.home_page_template_text_right p > a:visited {
	color: #5d7705 !important;
  	text-decoration: none;
}
/* mouse over link */
.home_page_template_text_right p > a:hover {
	color: #5d7705 !important;
  	text-decoration: underline;
}
/* selected link */
.home_page_template_text_right p > a:active {
	text-decoration: underline;
	color: #5d7705 !important;
}

/* PAGE PARTENAIRES */
.key_to_success_area.pole_EVA_content.partners {
  min-height: 0px !important;
}

/*
** PAGES FORMATION / 2 COLUMNS PAGE TEMPLATE
*/

/* LEFT column (infos pratiques) */
.formation_2columns_left_infos {
	/* background-color: #ff0000; */
	/* color: #5d7705 !important; */
	width: 30%;
  	margin-left: 0 !important;
	padding-left: 0 !important;
	float: left;
}
.formation_2columns_left_infos.vc_col-sm-2 {
    padding-left: 0;
}
/* left column bloc infos */
.formation_2columns_left_column_infos {				
	/* margin-left: 4px; */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	color: #000000 !important;
}
.formation_2columns_left_column_infos h2 {
	font-size: 24px;
  	color: #000000 !important;
}
.formation_2columns_left_column_infos p {
	color: #000000 !important;
}
/* List links */
/* unvisited link */
.formation_2columns_left_column_infos p > a:link {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:15px;
	color: #5d7705 !important;
  	text-decoration: none;
}
/* visited link */
.formation_2columns_left_column_infos p > a:visited {
	color: #5d7705 !important;
  	text-decoration: none;
}
/* mouse over link */
.formation_2columns_left_column_infos p > a:hover {
	color: #5d7705 !important;
  	text-decoration: underline;
}
/* selected link */
.formation_2columns_left_column_infos p > a:active {
	text-decoration: underline;
	color: #5d7705 !important;
}

/* RIGHT column row (texte) */
.formation_2columns_right_row_text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	width: 70%;
	float: right;
  	color: #000000 !important;
}
.formation_2columns_right_row_text h2 {
	font-size: 24px;
  	color: #000000 !important;
}
.formation_2columns_right_row_text h2:nth-child(n+2) {
	margin-top: 15px;
  	color: #333333 !important;
}
.formation_2columns_right_row_text h3 {
	font-size: 18px;
  	margin-top: 15px;
  	color: #000000 !important;
}
.formation_2columns_right_row_text p {
 	color: #000000 !important;
}
.formation_2columns_right_row_text li {
 	font-size: 15px !important;
}

/*
** FOOTER
*/

.footer_widgets > .col-md-3 {
	width: 25%;
  	height: 100%;
}

/*
** 3 COLUMNS PAGE TEMPLATE //NOT USED
*/

/* TKV 3 cols left row */
.home_page_3cols_left_row {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #ffff00;
    width: 20%;
    float: left;
}
/* TKV 3 cols middle row */
.home_page_3cols_middle_row {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #ff00ff;
    width: 60%;
    float: left;
}
/* TKV 3 cols right row */
.home_page_3cols_right_row {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #ffff00;
    width: 20%;
    float: right;
}

