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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 

/* Layout
 ========================================================================== */
html,
body {
  height: 90%; 
}


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}


/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}
/*
 * Don't worry about the universal selector.
 * There is no mentionable performance impact.
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 15px;
}
h1,
.uk-h1 {
  font-size: 26px;
  line-height: 30px;
}
h2,
.uk-h2 {
  font-size: 24px;
  line-height: 28px;
}
h3,
.uk-h3 {
  font-size: 22px;
  line-height: 26px;
}
h4,
.uk-h4 {
  font-size: 18px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 23px;
}
h6,
.uk-h6 {
  font-size: 15px;
  line-height: 22px;
}



.uk-button {
  /* 1 */
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  /* 2 */
  border: none;
  /* 3 */
  line-height: 18px;
  /* 4 */
  min-height: 18px;
  /* 5 */
  font-size: 10px;
  /* 6 */
  margin-top: 3px;
  padding: 0 6px;
  color: #6d6762;
  border-radius: 3px;
  font-weight: inherit;
  text-transform: uppercase;
}


/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
  text-transform: none;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 11px;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 6px;
  color: rgba(153, 144, 137, 0.3);
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999089;
}



/*MENUS*/
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 35px;
  margin-left: 4px;
  margin-right: 5px;
  padding: 0 0px 0 0px;
  line-height: 30px;
  /* 2 */
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  transform : scale(1,1.3);
-webkit-transform:scale(1,1.3); /* Safari and Chrome */
-moz-transform:scale(1,1.3); /* Firefox */
-ms-transform:scale(1,1.3); /* IE 9+ */
-o-transform:scale(1,1.3); /* Opera */
    /*border-radius: 3px;*/
  text-transform: uppercase;
  letter-spacing: 0px;

}

/*POUR LES MINI TABLETTES*/
@media (max-width: 800px) {
	
	.uk-navbar-nav > li > a {
  margin-left: 3px;
  margin-right: 4px;
  font-size: 9px;


}

}

/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #6d6762; /*gris*/
}


/* uk-nav-navbar active color */
.uk-nav-navbar > li.uk-active > a {
  color: #6d6762; /*gris*/
}

/*ENLEVE PETITE FLECHE VERS LE BAS*/

.uk-navbar-nav > li.uk-parent > a {
  /*position: relative;
  padding-right: 0px;*/
}
.uk-navbar-nav > li.uk-parent > a:after {
  /*position: absolute;
  top: 13px;
  right: 10px;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #85b9a3; /*COULEUR SOUS-MEMUS*/
  color: #f5f5ec;
  /* 2 */
  outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #6D6762; /*#999089*/
}

/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 5px 20px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 5px;
}
/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 9px 20px;
}
/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 0 0 5px 40px;
}






/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:-0.1px;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 15px;
  border-radius: 6px;
}


.uk-navbar-nav > li > a {
	background-color:transparent;

}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #6d6762; /*COULEUR SOUS-MEMUS*/
  color: #f5f5ec;
  /* 2 */
  outline: none;
}



/***************************************/
/*MENUS*/
/*
 * 1. Dimensions
 * 2. Style
 */
 

.uk-navbar-nav > li:nth-child(1) > a {
  background-color:none;
  color: #000;
  border-top:  2px solid #e30613; /*rouge*/
}

.uk-navbar-nav > li:nth-child(2) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #facf00; /*jaune*/

}


.uk-navbar-nav > li:nth-child(3) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #8dcff0; /*bleu*/

}

.uk-navbar-nav > li:nth-child(4) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #6D6762; /*gris*/

}

.uk-navbar-nav > li:nth-child(5) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #c92c8c; /*rose*/

}

.uk-navbar-nav > li:nth-child(6) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #85b9a3; /*vert foncé*/

}

.uk-navbar-nav > li:nth-child(7) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #facf00; /*jaune*/

}

.uk-navbar-nav > li:nth-child(8) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #8dcff0; /*bleu*/

}

.uk-navbar-nav > li:nth-child(9) > a {
  background-color:none;
  color: #000;
  border-top: 2px solid #b9d024; /*vert lumière*/

}


/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  height: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
.uk-navbar-nav > li:hover > a:before,
.uk-navbar-nav > li > a:focus:before,
.uk-navbar-nav > li.uk-open > a:before {
  height: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
	height: 7px;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
	height: 7px;
}



/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set style
 * 5. Reset button group whitespace hack
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 4 */
  width: 200px;
  margin-top: 35px;
  padding: 15px;
  background: #e3e3de;
  color: #6d6762;
  /* 5 */
  font-size: 1rem;
  vertical-align: top;
  border-radius: 3px;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-slide-bottom 0.2s ease-in-out;
  animation: uk-slide-bottom 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier `uk-dropdown-flip`
 */
.uk-dropdown-flip {
  left: auto;
  right: 0;
}
/*
 * Modifier `uk-dropdown-up`
 */
.uk-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 10px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}



/*
 * 1. Create position context for dropdowns
 * 2. Reset whitespace hack
 */
.uk-subnav > li {
  /* 1 */
  position: relative;
  /* 2 */
  font-size: 11px;
  vertical-align: top;
}
/*
 * Toolbar
 */
.tm-toolbar {
  background-color: #F9FAF5;
  padding: 0px 0;
  text-align: right;
  /*padding-right: 0px;*/
  color: #f5f5ec;
  z-index: 5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Toolbar uk-subnav */
.tm-toolbar .uk-subnav > li:before {
  border-color: #e7e7de;
}
.tm-toolbar .uk-subnav > li > a {
  color: #999089;
}
.tm-toolbar .uk-subnav > li > a:hover {
  color: #6d6762;
}
.tm-toolbar .uk-panel + .uk-panel {
  margin: 20px 0 0 0;
}




/* Only large screens */
@media (min-width: 768px) {
  
  .tm-navbar-fixed .tm-toolbar + .tm-navbar {
    top: 20px;
  }
 
}

/*
 * Navbar
 */
.tm-navbar {
  position: relative;
  z-index: 10;
  height: 130px;
  padding: 0px;
  background: #f9faf5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tm-navbar  > .uk-container {
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.tm-navbar .tm-navbar-center {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  /* Firefox Only */
  text-align: center;
}
.tm-navbar .tm-navbar-center .tm-nav {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tm-navbar .tm-navbar-center .tm-nav .tm-nav-wrapper {
  display: inline-block;
}
.tm-navbar .tm-navbar-center .tm-nav .tm-nav-wrapper > .uk-navbar-nav > li {
  text-align: left;
}

/*
 * Logo
 */
.tm-nav-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 60px;
  margin-top: -55px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  
}


/*
 * Navbar animated
 */
/* Only large screens */
@media (min-width: 768px) and (min-device-width: 1025px) {
  .tm-navbar-fixed.tm-navbar-animated .tm-navbar {
    -webkit-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-proberty: height, padding, line-height;
    -ms-transition-proberty: height, padding, line-height;
    transition-proberty: height, padding, line-height;
  }
  .tm-navbar-fixed.tm-navbar-animated .tm-navbar .tm-nav-logo {
    -webkit-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-proberty: top;
    -ms-transition-proberty: top;
    transition-proberty: top;
  }
  .tm-navbar-fixed.tm-navbar-animated .tm-navbar-small {
    height: 120px;
    padding: 10px 15px;
  }
}



/*icônes iPhone*/

.tm-thumbnail,
.tm-thumbnail-iphone {
  border: 0px;
}
.tm-thumbnail-iphone {
  border-radius: 20%;
}


.uk-width-medium-1-8 {
    width: 12.50%;
  }
  
  /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
   Warp theme
 ========================================================================== */
/* Layout Block Styling
 ========================================================================== */
/*
 * Blocks
 */



 
 
   .tm-fullscreen-container .tm-fullscreen .uk-panel h1 {
    color:#6D6762;
  }
  .tm-fullscreen-container .tm-fullscreen .uk-panel p {
    color:#6D6762;
	font-weight:500;
  }
 
 
 
 
 /*WIDGETKIT*/
 
.wk-slideshow-inside .nav {
	position:absolute;
	bottom:0;z-index:3;
	width:100%;
	overflow:hidden
	}
	
.wk-slideshow-inside .nav li{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 7px 0 0;
	background:#fff;
	float:left}
	
.wk-slideshow-inside .nav:hover img {
	opacity:0.4
}
.wk-slideshow-inside .nav li:hover img{opacity:1}

.wk-slideshow-inside .nav li img {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}

.wk-slideshow-inside>div{position:relative}
.wk-slideshow-inside > div:hover .next,
.wk-slideshow-inside > div:hover
.prev{
	top:50%;
	width:50px;
	height:50px;
	margin-top:-25px;
	background:url("/new/media/widgetkit/widgets/gallery/styles/inside/images/buttons.png") 0 50px no-repeat}
	
.wk-slideshow-inside > div:hover
.next{right:30px;background-position:0 0}.wk-slideshow-inside > div:hover
.prev{left:30px;background-position:0 -50px}.wk-slideshow-inside
.caption{bottom:auto;top:0}@media (max-device-width: 1024px){.wk-slideshow-inside .next,
.wk-slideshow-inside
.prev{display:none}}

.wk-slideshow-tabsbar .nav-container{
	background:#fff;
    opacity:0.8; /*TRANSPARENCE ONGLETS DES SLIDES*/
	border: 1px solid #ddd;
	background:#F5F5F5;
	background:-moz-linear-gradient(top, #FAFAFA, #F5F5F5);
	background:-webkit-linear-gradient(top, #FAFAFA, #F5F5F5);
	background:-o-linear-gradient(top, #FAFAFA, #F5F5F5);
	background:linear-gradient(to bottom, #FAFAFA, #F5F5F5);
	border-radius: 0px;
	box-shadow:0 1px 0 #fff inset;
	text-shadow:0 1px 0 #fff;
	color:#D63B49;
	font-weight:600;
	text-transform:uppercase;
	
	}

.wk-slideshow-tabsbar .nav,
.wk-slideshow-tabsbar .nav li,
.wk-slideshow-tabsbar .nav span {float:left}
.wk-slideshow-tabsbar .nav li {
	margin-bottom:-1px;
	border-right:1px solid #ddd
}

.wk-slideshow-tabsbar .nav span {
	margin-right:-2px;
	padding:7px 17px 5px 15px;
	border-right: 1px solid #fff;
	overflow:hidden
}
.wk-slideshow-tabsbar .nav li:hover {background: #cdcccc;}
.wk-slideshow-tabsbar .nav li:active:not([class*="active"]) {box-shadow:0 1px 2px rgba(0,0,0,0.1) inset}
.wk-slideshow-tabsbar .nav li:active:not([class*="active"]) span {padding-top:8px;padding-bottom:4px}
.wk-slideshow-tabsbar .nav li.active {
	padding-bottom:1px;
	background: #cdcccc;
	border-radius: 0px;
}

.wk-slideshow-tabsbar .slides-container {
	border: 1px solid #ddd;
    border-top:none;
	background:#fff;
    /*opacity:0.9; /*TRANSPARENCE CONTENU DES SLIDES*/
	border-radius: 0 0 0px 0px

	}
	
.wk-slideshow-tabsbar .slides>li>article{padding:15px}.wk-slideshow-tabsbar .nav-left li:hover:first-child,
.wk-slideshow-tabsbar .nav-left li:active:first-child,
.wk-slideshow-tabsbar .nav-left li.active:first-child {
	border-top-left-radius:0px}

.wk-slideshow-tabsbar .nav-center
.nav{position:relative;left:50%}.wk-slideshow-tabsbar .nav-center .nav
li{position:relative;left:-50%}.wk-slideshow-tabsbar .nav-center .nav li:first-child{border-left:1px solid #ddd}.wk-slideshow-tabsbar .nav-center .nav li:first-child
span{border-left:1px solid #fff}.wk-slideshow-tabsbar .nav-right
.nav{float:right}.wk-slideshow-tabsbar .nav-right
li{border-right:none;border-left:1px solid #ddd}.wk-slideshow-tabsbar .nav-right
span{border-right:none;border-left:1px solid #fff}.wk-slideshow-tabsbar .nav-right li:hover:last-child,
.wk-slideshow-tabsbar .nav-right li:active:last-child,
.wk-slideshow-tabsbar .nav-right li.active:last-child{border-top-right-radius:5px}

@media (max-width: 767px){.wk-slideshow-tabsbar .nav
span{padding-left:10px;padding-right:12px;font-size:10px;line-height:14px}}







/* Only phones */
@media (max-width: 767px) {
  .tm-navbar,
  .tm-navbar.tm-navbar-small {
    height: 263px;
    padding: 15px;
	background: url(../../../images/phone/photo-mob.jpg) 90% 100% no-repeat;
  }
  .tm-navbar .uk-navbar-toggle {
    height: 40px;
  }
  .tm-logo-small:hover {
    text-decoration: none;
  }
  .tm-block-search {
    padding: 10px 0;
  }
}

/* Only phones */
@media (max-width: 768px) {
  .tm-nite-icons > li > a {
    width: 48px;
    height: 48px;
    line-height: 53px;
    margin: 10px;
    padding: 12px;
    font-size: 43px;
  }
}

/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 36px;
  color: #FFF;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #4d4845;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}




label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}


/* CODE POUR VIDEOS REDIMENSIONNEES SUR MOBILE*/

.auto-resizable-iframe {
  max-width: 420px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}