/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html {
  font: 300 15px / 22px 'Roboto Condensed';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
  color: #466775;
}
body {
	background:#ffffff;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  color: #466775;
  text-transform: none;
}
h1, .uk-h1 {
  font-size: 22px;
  line-height: 26px;
}
 .uk-container {
 -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1220px;
  padding: 0 20px;
}
.uk-article-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.caption {
	text-align:center;
}
h2, .uk-h2 {
  font-size: 18px;
  line-height: 30px;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #008AF0;
  color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #008AF0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-scroll-chaining: none;
}
.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 891px) {
		.nav-container  ul li {
			font-size:18px;
		}
		.wk-slideshow-tabs .nav li {
    background: #01BCF1;
    color: rgba(255, 255, 255, 0.5);
    background-image: -webkit-linear-gradient(top, #383838, #2f2f2f);
    background-image: linear-gradient(to bottom, #04BEF1, #00BBF1);
}
@media (min-width: 370px)and (max-width: 890px){
	.nav-container  ul li {
			font-size:18px;
		 background: #01BCF1;
    color: rgba(255, 255, 255, 0.5);
    background-image: -webkit-linear-gradient(top, #383838, #2f2f2f);
    background-image: linear-gradient(to bottom, #04BEF1, #00BBF1);
}
}
.uk-icon-button {

  background: rgba(1, 188, 241, 1);
}
/* Hover background colors */
.tm-social-icon-buttons > .uk-icon-twitter:hover {
  background-color: #019AD1;
}
.tm-social-icon-buttons > .uk-icon-linkedin:hover {
  background-color: #069;
}
.tm-social-icon-buttons > .uk-icon-facebook:hover {
  background-color: #019AD1;
}
.adroite {
	float: right;
	margin-left:1%;
	
}
.agauche{
	float: left;
	margin-right:1%;
}
.agauche img {
	margin-right:20px;
}
.agauche table {
	background-color:#04b7e3;
	padding:20px;
	color:#ffffff;
}
.clear-all {
	clear:both;
}

/* menu de navigation du haut */
@media (min-width: 1220px) {
	.uk-navbar-nav > li > a {
		height: 55px;
		padding: 0 30px;
		line-height: 55px;
		color: rgba(255, 255, 255, 0.6);
		font-size: 15px;
		font-family: 'Roboto Condensed';
		font-weight: 300;
	}
}
.wk-slideshow .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 10px;
  background: rgba(0,187,241,1);
}
.uk-navbar {
  background: #01BCF1 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  background-image: -webkit-linear-gradient(top, #383838, #2f2f2f) !important;
  background-image: linear-gradient(to bottom,#04BEF1, #00BBF1) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important;
}
@media (min-width: 1220px) {
.uk-navbar-nav > li > a {
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  /*color: rgba(255, 255, 255, 0.9);*/
	color: #FFFFFF;
  font-size: 17px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
	}
}
@media (min-width: 768px)and (max-width: 890px){
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 55px;
  padding: 0 4px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

}
@media (min-width: 800px)and (max-width: 1049px){
	.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 55px;
  padding: 0 12px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

}
@media (min-width: 1050px)and (max-width: 1219px){
	.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 55px;
  padding: 0 10px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

}
.uk-navbar-nav > li.uk-active > a {
  background-color : #E0E0E0 ;
  color: #218CB3;
  background-origin: border-box;
  background-image: -webkit-linear-gradient(top, #E0E0E0, #F6F6F6);
  background-image: linear-gradient(to bottom, #E0E0E0, #F6F6F6);
}
.uk-navbar-nav > li:first-child
 {
text-indent:-9999px;
 }
.uk-navbar-nav > li:first-child > a 
{
 width: 55px;
background-image: url("../images/accueil-bonhomme.png");
background-color:rgba(0,0,0,0);	
margin: 0 5px;
background-repeat:no-repeat;
}
a, .uk-link {
  color: #19b7cd;
  text-decoration: none;
  cursor: pointer;
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
  display: inline-block;
  font-size: 16px;
}
.uk-subnav.uk-subnav-line li a {
	font-size:18px;
	color:
}
/* menu parents ... */
.uk-panel.widget_nav_menu {
	background-color : #E0E0E0;
	background-image: -webkit-linear-gradient(top, #E0E0E0, #F6F6F6);
  background-image: linear-gradient(to bottom, #E0E0E0, #F6F6F6);
	background-clip:border-box;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;

}
.uk-subnav.uk-subnav-line li a {
	color:#218CB3;
}
.uk-parent.uk-active.uk-open {
	background:none !important;
}
.uk-panel.uk-panel-box.widget_nav_menu {
	background:#fff !important;
	/*border-right-width:4px;
	border-right-style:dotted;
	border-right-color:#19b7cd;
	border-top-width:2px;
	border-top-style:dotted;
	border-top-color:#19b7cd;
	border-bottom-width:4px;
	border-bottom-style:dotted;
	border-bottom-color:#19b7cd;*/
}
/*boites sidebar */
.uk-nav-side > li.uk-active > a {
  background-color : #E0E0E0 !important;
	background-image: linear-gradient(to bottom, #E0E0E0, #F6F6F6);
  color: #218CB3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.uk-nav-side ul a {
  color: #19b7cd;
}
/*.tm-sidebar-b.uk-width-medium-1-4 {
	border-right-width:4px;
	border-right-style:dotted;
	border-right-color:#19b7cd;
	border-top-width:4px;
	border-top-style:dotted;
	border-top-color:#19b7cd;
	border-bottom-width:4px;
	border-bottom-style:dotted;
	border-bottom-color:#19b7cd;
}
.tm-content {
	border-top-width:4px;
	border-top-style:dotted;
	border-top-color:#19b7cd;
	border-bottom-width:4px;
	border-bottom-style:dotted;
	border-bottom-color:#19b7cd;
}*/
/* pages vidéos */
.ligne-txt {
	width:60%;
	float: left;
	text-wrap:normal;
}
.ligne {
}
.ligne-img {
	float:left;
	max-width:130 px;
	min-width:120px;
	margin-right:10px;
}
.tableau {
	width: 100%;
}
.clearall {
	clear: both;
}
.clear {
	clear:left;
}
.ligne-txt-centre {
	text-align: center;
}
input,textarea,select {max-width:100%}
body .page-id-30 .tm-top-a h2 {line-height:12px;}
.uk-panel-box-primary {
  background-color: #00BCF1;
  color: #fff;
}
.uk-overlay-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
.conseil {
  padding: 5px;
  float: right;
  height: auto;
  width: 40%;
  margin-top: 0px;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  border: 2px dashed #648EA1;
}
.conseil2 {
  padding: 5px;
  float: left;
  height: auto;
  width: 40%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 1%;
  border: 2px dashed #648EA1;
}
.conseil3 {
  padding: 5px;
  float: right;
  height: auto;
  width: 45%;
  margin-top: 45px;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 2px dashed #638C9F;
}
.conseil-region {
  height: auto;
  width: 90%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 1%;
  margin-top: 0px;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: auto;
  float: right;
}
.sous-conseil-region {
  padding: 5px;
  float: left;
  height: auto;
  width: 40%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 1%;
  border: 2px dashed #648EA1;
}
.img-centre {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 20px;
}
.img-centre-enfantssuivis {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 20px;
}
.img-centre-enfantssuivis2 {
  width: 215px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 20px;
}
.img-centre-large {
	position:relative;
	/*left:50%;
	margin-left:-100%;
    
  width: 80%;
  /*margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;*/
  margin-top: 20px;
}
.img-centre-large .wk-gallery-wall
 {
	 display: table;
    margin: 0 auto;
 }
.rang1 {
  padding: 0px;
  height: 166px;
  width: 758px;
	margin-left:auto;
	margin-right:auto;
  background-image: url(/wp-content/images/rang1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}
.ligne-texte {
  margin: 0px auto;
  padding: 0px;
  height: auto;
  width: 758px;
}
.rang3 {
  background-image: url(/wp-content/images/rang3.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px;
  height: 167px;
  width: 758px;
  margin: 0px;
  float: left;
}
.titre {
  padding: 0px;
  height: auto;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #008fa4;
  text-decoration: none;
  text-align: center;
}
.texte1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #466775;
  text-decoration: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
  width: 189px;
}
.img-gauche {
  float: left;
  padding: 10px;
  border: 2px dashed #A7C0CA;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.calque-bleu1-methode {
  padding: 5px;
  height: 182px;
  width: 65%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  color: #28A9BB;
  background-image: url(/wp-content/images/calque-bleu2.gif);
  background-repeat: no-repeat;
}
.p-color {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #00afc8;
	line-height: 15px;
	padding: 20px;
}
.aucentre {
	width:50%;
	margin-right:auto;
	margin-left:auto;
}
.boite-droite {
  padding: 0px;

  height: auto;
  width: 145px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10%;
}
.boite-droite img {
  margin: 0px;
  padding: 10px;
  height: auto;
  width: auto;
  border: 2px dashed #A7C0CA;
	margin-bottom: 5px;
}
.uk-icon-button.contact-img {
	height:35px;
	background:url(/wp-content/images/btn-contact.jpg);
	width:140px;
	text-indent:-99999px}
.uk-icon-button.contact-img:hover {
	height:35px;
	background:url(/wp-content/images/btn-contact-over.jpg) !important;
	width:140px;
	text-indent:-99999px}
.contact-img:before {content:"\f099";
}
.uk-table th, .uk-table td {
  padding: 8px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	border-left: 1px solid rgba(0, 0, 0, 0.07);
}
::selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
/*@media (min-width: 1130px){*/
		.wk-slideshow-tabs .nav span {
				padding: 7px 3px 5px 3px !important;
				overflow: hidden;
		}
/*}*/
/*.uk-panel-box {
  padding: 20px;
  background: #B1FF1C !important;
  color: #000;
  border-radius: 3px;
}*/
.colorbox1 #sgcboxClose {top:0 !important;}

.wk-slideshow-tabs .nav li {
	background: #01BCF1;
  color: rgba(255, 255, 255, 0.5);
  background-image: -webkit-linear-gradient(top, #383838, #2f2f2f);
  background-image: linear-gradient(to bottom, #04BEF1, #00BBF1);
}
.wk-slideshow-tabs .nav li.active {
   background: #F2B527;
  color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wk-slideshow-tabs .nav li {text-shadow:none !important; color:#FFF}
.wk-slideshow-tabs .nav li:hover {
  background-color: #0297C1;
  color: #ffffff;
  /* 3 */
  outline: none;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);

  }
	.uk-width-1-1.uk-width-medium-1-2 {
		height:/*1150px*/auto;
	}
	.uk-panel.uk-panel-box.widget_widgetkit {
		height:auto;
	}
	.wk-slideshow .slides {
		height:1050px !important;
	}
	.wk-slideshow-tabsbar .slides-container {
		height:300px;
	}
