/*
Theme Name: ETN
Template: devdmbootstrap3
*/
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700,600italic,300italic,400italic,700italic);
@import "../../../../../../themes/etn/css/bootstrap.css";
@import "../../../../../../themes/etn/css/global.css";

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've include a child theme to use. Need help? http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap rules ****************/

body
{
	font-family: 'Titillium Web', sans-serif;
	color:#3c3c3c;
	padding-bottom:0;
}

a
{
	color:#0f96c2;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
	color:#1f3d70;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin:15px 0 15px 0;
}
h1
{
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 15px 0;
}
h2
{
	font-size:17px;
}
h3
{
	font-size:15px;
}
h4
{
	font-size:13px;
}
h5
{
	font-size:12px;
}
h6
{
	font-size:11px;
}

iframe
{
	border:none;
	height:auto;
	width:100%;
	min-height:600px;
}

.content-container ul {
    list-style: none;
    padding:0;
    margin:0 0 10px 0;
}

.content-container li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
.content-container li
{

}
.content-container li:before {
    content: "■ ";
    color: #1f3d70; /* or whatever color you prefer */
	font-size: 9px;
	margin-right:10px;
}

.dmbs-container {

}

.page-header {
	border-bottom:1px solid #dcdcdc;
    padding:0 0 15px 0;
	margin:0 0 15px 0;
}


/********* HEADER *********/

.header-search-form .form-control
{
	height:25px;
}

.top-page
{
	padding-top:5px;
}

.lang-selector
{
	text-align:right;
}
.lang-selector a
{
	margin-left:15px;
}
#lang_sel_list {
    height: 30px;
}

.header-container
{
	background-color:#0f96c2;
	border-bottom:5px solid #1f3d70;
}
.dmbs-header {
	background-image:url(../../../../../../themes/etn/images/header.background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:100px;
	padding-top:9px;
}

.dmbs-header-img {

}

.dmbs-header-text {
	display:inline-block;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjlmOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZmJmYiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNTklIiBzdG9wLWNvbG9yPSIjZmZmY2ZjIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, rgba(255,249,249,0) 0%, rgba(255,251,251,0.4) 37%, rgba(255,252,252,0.4) 59%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,249,249,0)), color-stop(37%,rgba(255,251,251,0.4)), color-stop(59%,rgba(255,252,252,0.4)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,249,249,0) 0%,rgba(255,251,251,0.4) 37%,rgba(255,252,252,0.4) 59%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,249,249,0) 0%,rgba(255,251,251,0.4) 37%,rgba(255,252,252,0.4) 59%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,249,249,0) 0%,rgba(255,251,251,0.4) 37%,rgba(255,252,252,0.4) 59%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,249,249,0) 0%,rgba(255,251,251,0.4) 37%,rgba(255,252,252,0.4) 59%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff9f9', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	color:#ffffff;
	text-shadow: 1px 1px 0px rgba(45, 115, 136, 1);
	font-size:22px;
	line-height:28px;
}
.dmbs-header-text .line1{
	margin-left:88px;
}
.dmbs-header-text .line2{

}
.dmbs-header-text .line3{
	margin-left:45px;
}

#lang_sel_list ul
{
	float:right;
	display:inline-block;
	padding-top:6px !important;
	border-top:none !important;
}
#lang_sel_list img.iclflag 
{
  top: -1px;
  border:1px solid #B8B8B8;
}

.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a
{
	background-color: transparent;
	border:none;
}

/********* NAVIGATION *********/

.dmbs-top-menu {

}
.dmbs-top-menu .navbar{
	margin-bottom: 10px;
}
.dmbs-top-menu  .navbar-toggle {
  border: 1px solid #1f3d70;
}
.dmbs-top-menu  .navbar-toggle .icon-bar {
  background:#1f3d70;
}

.dmbs-top-menu ul li a{
	text-transform:uppercase;
	font-size:14px;
	color:#5a5a5a;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}
.dmbs-top-menu ul li.active > a{
	font-weight:600;
	color:#1f3d70;
}

.dmbs-content {

}

.dmbs-main {
	/* margin-bottom:20px; */
	/* padding-top:15px; */
	/* padding-bottom:15px; */
	/*background-color:#f6f6f6;*/
}

.dmbs-left {
	/*margin-bottom:20px;*/
}

.dmbs-right {
	/*margin-bottom:20px;*/
}


.footer-container
{
	background-color:#1f3d70;
	margin-top:25px;
}

.dmbs-footer-menu {

}
.dmbs-footer-menu .navbar{
	min-height:0;
}
.dmbs-footer-menu .navbar-inverse{
	background-color:#1f3d70;
	border:0;
	margin:0;
	padding:0;
}
.dmbs-footer-menu .navbar-inverse ul li a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}
.dmbs-footer-menu .navbar-inverse ul li.active > a{
	background-color:#1F478C
}

.dmbs-author-credits {

}

.dmbs-footer {
	
}

.form-control
{
	border-radius:12px;
}

/********* WIDGETS **********/

.widget
{
	background-color:#f6f6f6;
	padding:0;
	margin-bottom:25px;
}
.widget h3
{
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	background-color:#1f3d70;
	text-transform:uppercase;
	padding:5px;
	margin:0px;
}
.widget.widget_recent_entries
{
	padding-bottom:15px;
}
.widget.widget_recent_entries ul
{
	padding:0 15px;
	margin:0;
}
.widget.widget_recent_entries ul li
{
	padding:15px 0;
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	border-bottom:1px solid #c8c8c8;
}
.custom-latest-posts-date
{
	font-size:11px;
	margin-bottom:0;
}
.custom-latest-posts-title
{
	margin-bottom:0;
}
.custom-latest-posts-title a
{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.custom-latest-posts-excerpt
{
	font-size:12px;
	margin-bottom:0;
}
.custom-latest-posts-read-more
{
	margin-bottom:0;
	text-align:right;
}
.custom-latest-posts-read-more a
{
	font-size:10px;
	text-transform:uppercase;
	font-style:italic;
}
.custom-latest-posts-all
{
	padding:5px 15px 0 15px;
}
.custom-latest-posts-all a
{
	display:inline-block;
	padding:5px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	background-color:#b4b4b4;
	color:#fff;
	font-weight:bold;
}


.textwidget
{
	padding:5px;
	font-size:12px;
}

#text-2 h3
{
	background-color:#10729f;
}
#text-3 h3
{
	background-color:#3eb1d5;
}
#text-2 .textwidget,
#text-3 .textwidget
{
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

/********* PAGE *********/

#carousel-top-container
{
	/* margin-bottom:15px; */
}

/********* ACCUEIL **********/

.home .wpb_content_element p
{
	line-height:19px;
}

.home-link a
{
	display:block;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	background-color:#3eb1d5;
	padding:0 15px 20px 15px;
	text-shadow: 1px 1px 2px #362627;
	height:130px;
}
.home-link a strong
{
	display:block;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom: -15px;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding:9px 5px;
	-webkit-box-shadow: inset -2px -12px 16px -10px rgba(0,0,0,0.35);
	-moz-box-shadow: inset -2px -12px 16px -10px rgba(0,0,0,0.35);
	box-shadow: inset -2px -12px 16px -10px rgba(0,0,0,0.35);
	background-image:url(../../../../../../themes/etn/images/home-link-bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% 100%;
	background-color:#10729f;
}
@media screen and (max-width: 767px) {
	.wpb_column > .wpb_wrapper > .wpb_content_element.home-link
	{
		margin-bottom:20px !important;
	}
	.wpb_column:last-child > .wpb_wrapper > .wpb_content_element.home-link
	{
		margin-bottom:0px !important;
	}
}

.home-link-1 a
{
	background-color:#c1585a;
}
.home-link-1 a strong
{
	background-color:#ac2023;
}

.home-link-2 a
{
	background-color:#40a1d4;
}
.home-link-2 a strong
{
	background-color:#0081c6;
}

.home-link-3 a
{
	background-color:#54c8d8;
}
.home-link-3 a strong
{
	background-color:#1cbad1;
}

.home-link-4 a
{
	background-color:#7cae57;
}
.home-link-4 a strong
{
	background-color:#529720;
}

.home-link-5 a
{
	background-color:#ecc047;
}
.home-link-5 a strong
{
	background-color:#ebaf0a;
}

.home-link-6 a
{
	background-color:#9b5eb3;
}
.home-link-6 a strong
{
	background-color:#7c299e;
}

.home-link-7 a
{
	background-color:#FE9A2E;
}

.home-link-7 a strong
{
	background-color:#FF8000;
}


/**** NEWS ****/

.btn-news,
.btn-news:hover,
.btn-news:focus,
.btn-news:active
{
	background-color:#1f3d70;
	color:#fff;
	text-decoration:none;
	border:none;
}

/**** DOMAINES D'ACTIVITES ET DOCUMENTATION ****/

.menu-sidebar
{
	padding:0;
	margin:0;
}
.menu-sidebar li
{
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:0 0 2px 0;
	color:#5a5a5a;
}
.menu-sidebar li a,
.menu-sidebar li span
{
	display:block;
	background-color:#f6f6f6;
	padding:10px 15px;
	text-transform:uppercase;
	font-size:16px;
	color:#5a5a5a;
	text-decoration:none;
}

.menu-sidebar > li.current-menu-item,
.menu-sidebar > li.current-menu-parent
{
	background-color:#0f96c2;
}
.menu-sidebar li.current-menu-item,
.menu-sidebar li.current-menu-item ul li,
.menu-sidebar li.current-menu-parent,
.menu-sidebar li.current-menu-parent ul li
{
	color:#fff;
}
.menu-sidebar li.current-menu-item a,
.menu-sidebar li.current-menu-parent a,
.menu-sidebar li.current-menu-item span,
.menu-sidebar li.current-menu-parent span
{
	background-color:#0f96c2;
	color:#fff;
}
.menu-sidebar li.current-menu-item > a,
.menu-sidebar li.current-menu-parent > a,
.menu-sidebar li.current-menu-item > span,
.menu-sidebar li.current-menu-parent > span
{
	font-weight:bold;
}
.menu-sidebar li ul
{
	display:none;
	margin:0;
	padding:0 0 10px 0;
}
.menu-sidebar li.current-menu-item ul,
.menu-sidebar li.current-menu-parent ul
{
	display:block;
}
.menu-sidebar li ul li
{
	
}
.menu-sidebar li ul li a
{
	background-color:#f6f6f6;
	font-size:15px;
	text-transform:none;
	padding:5px 15px;
	display:list-item;
	list-style-type:disc;
	list-style-position:inside;
}

.link_produit
{
	display:block;
	width:100%;
	height:100px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.desc_produit
{
	color:#5a5a5a;
	font-size:16px;
	margin:20px 0;
}
.links_catalog_produit
{
	margin:0;
	padding:0;
}
.links_catalog_produit li
{
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.links_catalog_produit li a
{
	color:#5a5a5a;
	font-size:16px;
}
.document_request_produit,
.document_request_produit:hover,
.document_request_produit:active,
.document_request_produit:focus
{
	display:block;
	padding:15px 60px 15px 15px;
	background-color:#1f3d70;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../../../../../../themes/etn/images/request-docs.png);
	background-position:95% center;
	background-repeat:no-repeat;
	width:173px;
}


.document
{
	display:block;
	position:relative;
	text-align:center;
	padding-top:70px;
}
.document_title
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	line-height: 55px;
	background-color:#f6f6f6;
	border:1px solid #dcdcdc;
	color:#1f3d70;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 5px;
}
.document_title span
{
	display: inline-block;
	vertical-align: middle;
	line-height: 18px; 
}  
.document_img
{
	height:268px;
	overflow:hidden;
	display:block;
}
.document_img img
{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}

/********* LOCALISATIONS *********/
.vectormap
{
	width:100%;
	height:600px;
	background:#fafafa;

}
.vectormap svg
{
	z-index:800000;
}

#loading-map
{
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.5;
	width:100%;
	height:600px;
	text-align:center;
	display:none;
}
#loading-map img
{
	margin-top:258px;
}

#map_international
{
	height:596px
}

/********* AGENCE *********/

.btn-agence-retour,
.btn-agence-retour:hover
{
	display:inline-block;
	text-align:center;
	color:#1f3d70;
	text-decoration:none;
	text-transform:uppercase;
}

.menu-agences
{
	display:none;
}

.agences-infos
{
	padding-top:20px;
	padding-bottom:15px;
	border-top:1px solid #0c419a;
	border-bottom:1px solid #0c419a;
	font-size:16px;
	font-weight:600;
	color:#5a5a5a;
	line-height:25px;
}
.agences-infos .editor-blue
{
	color:#0c419a;
}

.google-map-agence
{
	width:100%;
	height:300px;
	border-top:1px dashed #0c419a;
	border-right:1px dashed #0c419a;
	border-left:3px solid #0c419a;
}

.btn_itineraire_input
{
	width:50%;
}

/********* FORMATIONS *********/

.formations-download-btn
{

}

.formations-download-btn a
{
	display:block;
	border:1px solid #c2c2c2;
	padding:26px 15px 15px 100px;
	background-image:url(../../../../../../themes/etn/images/formation.catalogue.jpg);
	background-position:10px 10px;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#1f3d70;
	text-transform:uppercase;
	text-decoration:none;
	min-height: 112px;
}

/********* RECHERCHE PRODUITS *********/

#search_products
{
	width:100%;
	height:100%;
	min-height:800px;
	overflow:hidden;
}

/********* STYLES TINY MCE *********/
.wpb_content_element,
.wpb_row
{
  margin-bottom: 25px !important;
}

.editor-blue
{
	color:#1f3d70;
}

.editor-subtitle-1
{
	font-size:20px;
	color:#5a5a5a;
	text-transform:none !important;
	display:inline-block;
	padding-top:8px;
}

.editor-subtitle-2
{
	font-size:20px;
	font-weight:bold;
	color:#1f3d70;
	text-transform:uppercase;
}

.editor-border-top
{
	border-top:1px solid #dcdcdc;
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
}

.editor-border-bottom
{
	border-bottom:1px solid #dcdcdc;
	display:block;
	padding-bottom:10px;
	margin-bottom:15px;
}

.editor-colored-background
{
	background-color:#f6f6f6;
	padding:15px;
}

.editor-colored-background-2
{
	background-color:#ebebeb;
	padding:15px;
}
.editor-colored-background-2 h2:first-child
{
	margin-top:0;
}


.editor-colored-background-title
{
	background-color:#10729f;
	color:#fff;
	position:relative;
	top:-15px;
	left:-15px;
	padding:1px 15px;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
}

.editor-chiffre-cle
{
	color:#10729f;
	font-size:51px;
	font-weight:bold;
	font-style:italic;
	line-height: 46px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.editor-chiffre-cle-txt
{
	color:#5a5a5a;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

.editor-no-margin-top
{
	margin-top:-25px;
}
.editor-no-margin-bottom
{
	margin-bottom:0;
}

.wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0 !important;
}

/********* ELEMENTS BOOTSTRAP **********/

.carousel-control.left,
.carousel-control.right 
{
	background:none !important;
}
.carousel-inner
{
	background-color:#dcdcdc;
	padding:0 15px;
}
.carousel-control 
{
	width: 6%;
}
.carousel-caption {
	left: -15px;
	right: -15px;
	padding: 0px 15px;
	position: absolute;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	color:#1f3d70;
	font-size:20px;
	text-shadow:none;
	text-align:left;
	opacity:0.8;
}

/********* NINJAFORMS *********/
.ninja-forms-required-items
{
	margin-bottom:15px !important;
	text-transform:uppercase;
}
.ninja-row
{
	margin-bottom:15px !important;
}

.ninja-forms-field.countdown-timer
{
	background-color:#1f3d70;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	padding:5px 25px;
}

/********* CONTACT FORMS 7 *********/
.wpcf7 label
{
	display:block;
}

span.wpcf7-list-item
{
	display:block;
	padding-left:35px;
}

.wpcf7-text,
.wpcf7-textarea
{
	width:100%;
}



/********* CAROUSEL BOOSTRAP : TRANSITION FADE *********/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.content-container li:before {
content: "";
}