.t3-mainbody {
    padding-top: 20px;
    padding-bottom: 0px !important;
}
.divider-vertical {
    margin: 20px 0 10px !important;
}
.pagenav {
    padding-bottom: 20px !important;
}
.corporate .slideshow {
    /*background: #f7f7f7;
    border-bottom: 1px solid #eeeeee;*/
    padding: 0px 0 !important;
}
.t3-off-canvas {
    background: #022448;
    color: #3c3c3c;
}
.t3-off-canvas .t3-off-canvas-body a {
    color: #fff;
    text-decoration: none;
}
.col-xs-12 {
    padding-bottom: 0px !important;
}
/*
.expertisegrid {
    background: #022448 !important;
}*/
.t3-sl-2 {
    background: rgba(2,74,133,1) !important;
}
.t3-sl-3 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    background: #f9f9f9; !important;
}

.btn btn-primary btn-block {
    width:100px !important;
    align:left !important;
}

.lgx-parallax-pro-btn-area {
    margin-top: 30px !important;
}
.sprocket-grids-b-container li {
    padding: 0.5% !important;
}
.sprocket-grids-b-title > a {
    color: #fff !important;
    /* opacity: 0; */
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid red;
    text-transform: uppercase;
    margin: 10px 0 10px 0 !important;
    font-weight: bold;
}
.sprocket-grids-b-title a {
    color: #fff !important;
}
.sprocket-grids-b-text {
    font-size: 14px;
}
.sprocket-grids-b-item.panel-color {
    background: #022448 !important;
}
.sprocket-grids-b {
    padding-top: 30px;
    padding-bottom: 30px;
}

div.layout-slideshow .sprocket-features-content {
    left: 25%;
    bottom: auto;
    top: 30%;
    text-align: center;
}

.page-masthead img {
    width: 100% !important;
    height: auto !important;
    max-height: 788px !important;
}
.page-masthead .row-feature {
    padding: 0px !important;
    max-height: 788px !important;
}
.page-masthead .container {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    max-height: 788px !important;
}

/* ne pas afficher de barre de séparation entre les articles */
.article_separator {display: none !important;}

.corporate .items-row {
    border-bottom: 0px solid #eeeeee !important;
}
.corporate .items-leading {
    border-bottom: 0px solid #eeeeee !important;
    margin-bottom: 40px;
}
.divider-vertical {
    margin: 20px 0 20px;
    border: 0;
    border-top: 0px solid #eeeeee;
}

/* Police */
body {
 /*font-family: 'Didact Gothic', sans-serif; */
 font-size: 16px;
 line-height: 1.42857143;
 color: #444444;
 background-color: #f4f5f5;

    font-family: Helvetica-Neue-LT, sans-serif;
    color: #484848;
}

/* Copyright et footer */

.t3-footer {
    background: none repeat scroll 0 0 transparent;
    border-top: 0px #FFFFFF;
    clear: both;
    padding: 0px 0;
    background: #324146;
    /*margin-top: 30px;*/
    /*padding: 24px;*/
    background: #022448;
    color: #fff;
    font-size: .875em;
}

.t3-copyright {
padding: 0px 0;
padding-top: 10px;
height: 20px; /* hauteur du parent */
line-height: 20px; /* hauteur de ligne (identique) */
white-space: nowrap; /* interdiction de passer à la ligne */
border-top: 0px #FFFFFF;
text-align: center;
}

footer#t3-footer div.t3-spotlight {
padding-top: 0px;
padding-bottom: 0px;
font-size:14px;
}
.copyright {
    margin-bottom: 0px;
}
div.module_footer-contact {
text-align: center;
margin-bottom: 0px;
font-size:14px;
}

.t3-footer-sl .t3-module {
color: #232323;
background-color: #324146; /* 34383C */ /* 484848*/
color: #d7d7d7; /*646464*/
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
font-size:14px;
}

/* Mega menu */
.t3-mainnav {
    border: 0;
    border-bottom: 0px solid #0067a2;
    margin-bottom: 0;
    border-radius: 0;
}
.t3-mainnav .t3-navbar {
    float: right!important;
}

/* couleur du texte du menu principal */
.navbar-default .navbar-nav > li > a
{
	color: #fff;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
}
.navbar-default {
    background-color: #022448;
    color: #fff;
    width: 100%;
    /*position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 0;
    z-index: 2;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;*/

    min-height: 65px;
}
.logo-image > a > img {
	height: 65px;
    background-color: #022448;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    display: none !important;
} 

.navbar-default .navbar-nav * {
  box-sizing: border-box;
}
.navbar-default .navbar-nav li {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}
.navbar-default .navbar-nav a {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.navbar-default .navbar-nav a:before,
.navbar-default .navbar-nav a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navbar-default .navbar-nav a:before {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
}
.navbar-default .navbar-nav a:hover:before {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #d22f44;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    box-shadow: inset 0 -2px 0 #d22f44;
}

.navbar-default .navbar-nav a:hover:before,
.navbar-default .navbar-nav .current a:before {
  opacity: 1;
  width: 100%;
}
.navbar-default .navbar-nav a:hover:after,
.navbar-default .navbar-nav .current a:after {
  max-width: 100%;
}
.navbar-default .navbar-nav > li > a {
    padding: 0;
    line-height: 40px;
}

/* font des pages */
#t3-content p,
#t3-content div{
   line-height: 1.4em;
   margin: 0px 0px 0px 0px;
}


.fw-special-title-line 
{
    margin: 0;
    color: #022448;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0 auto 15px;
    clear: both;
    font-weight: normal;
}
.fw-special-title 
{
    margin: 0;
    color: #022448;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0 auto 15px;
    clear: both;
    font-weight: normal;

    border-left: 5px solid #022448;
    color: #022448;
    line-height: 1.2;
    margin: 30px 0;
    padding-left: 15px;
    text-transform: uppercase;
}
.fw-special-title:after 
{
    content: "";
    display: block;
    /*background-color: #363636;*/
    width: 60px;
    height: 2px;
    margin-bottom: 20px;
}

/* apparence du boutton références */

.btn {
    padding: 2px 10px;
    border: 0 none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary-form {
    width:100px;
    float: left;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #800000;
    color: #800000;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    background: rgba(0,0,0,0);
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: rgba(255,255,255,1);
    background: #800000;
}
 
.btn-primary:active, .btn-primary.active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.btn.sharp {
  border-radius:0;
}

/*ul li {
    list-style: square;
    list-style-position: inside;
    padding: 0.2rem;
}*/

.footer__link {
    color: #fff;
    padding: 4px 0;
    text-decoration: underline;
}
.footer__link:hover {
    color: #fff;
    text-decoration: none;
}
.mentions-legales {
    border-bottom: 1px solid #d6d9da;
    margin-bottom: 20px;
    padding-bottom: 8px;
    /* font-size: 22px; */
    /* font-size: 1.375rem; */
}

/* sous menu */
.dropdown-menu ul
{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    padding:8px;
    background:#fff;
    width:230px;

    display: flex;
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox; /* IE 10 */
    align-items: left;
    -webkit-align-items: left;
    border-radius: 5px !important;
}

.dropdown-menu {
    top: 45px !important;    
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    padding:8px;
    background:#fff;

    color: #022448;
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;

    border-radius: 5px !important;
}


.t3-megamenu .dropdown-menu .mega-nav > li.open > a {
    background: #fff;
    color: #022448;
}
.dropdown-menu .active > a {
    background: #fff !important;
    color: #022448 !important;
}
.t3-megamenu .mega-inner {
    padding: 0 0 0 0;
}
.subtext {
    border: 0px solid #fff !important;
    color: #022448 !important;
    padding: 0 0 0 0;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    padding: 8px;
    color: #022448;
}
.dropdown-menu .active > a:before {
    background-color: #fff !important;
}

.rapport-transparence {
    background-color: #022448;
}
 
.lien_savoir > a {
    color: #022449;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid red;
    text-transform: uppercase;
}
.lien_rapport {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid red;
    text-transform: uppercase;
}
.lien_rapport:hover {
    color: #fff;
    text-decoration: none;
}
.lgx-parallax-pro-content .lgx-parallax-pro-title {
    margin-bottom: 0px !important;
}
.contact {
    margin-bottom: 0px !important;
}
.metro_text {
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    padding: 0 6px;
}
.form-group {
    margin-bottom: 5px !important;
}