/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@   CSS FRAMEWORK                                                              @
@   Author  :   Agency                                                         @
@   Date    :   09-01-2015                                                     @
@   Version :   1.0                                                            @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'latoB';
  src: url('fonts/lato-bold.eot');
  src: url('fonts/lato-bold.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bold.woff') format('woff'), url('fonts/lato-bold.ttf') format('truetype'), url('fonts/lato-bold.svg#latoB') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('fonts/lato-regular.eot');
  src: url('fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular.woff') format('woff'), url('fonts/lato-regular.ttf') format('truetype'), url('fonts/lato-regular.svg#lato') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoL';
  src: url('fonts/lato-light.eot');
  src: url('fonts/lato-light.eot?#iefix') format('embedded-opentype'), url('fonts/lato-light.woff') format('woff'), url('fonts/lato-light.ttf') format('truetype'), url('fonts/lato-light.svg#latoL') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DroidSerifI';
  src: url('fonts/DroidSerif-Italic.eot');
  src: url('fonts/DroidSerif-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSerif-Italic.woff') format('woff'), url('fonts/DroidSerif-Italic.ttf') format('truetype'), url('fonts/DroidSerif-Italic.svg#DroidSerifI') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*******************************************************************************
*   RESET
*******************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
/* Specific styles */
body {
  font: 0.625em Arial;
  color: #5c5c5c;
  background: url("bg/back.png");
  overflow-x: hidden;
  min-width: 320px;
}
body > .row {
  margin-left: 0;
}
body .row {
  margin-right: 0;
}
.content-container p,
.content-container ul {
  color: #000000;
}
a,
a:link,
a:active,
a:visited a:hover {
  color: #C34646;
  display: inline-block;
}
/*******************************************************************************
*   Layout
*******************************************************************************/
.container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .container-fluid {
    max-width: 1200px;
  }
}
/*******************************************************************************
*   Generic Style
*******************************************************************************/
.no-padding {
  padding-right: 0;
}
.bold-text {
  font-family: 'latoB' !important;
}
.bold-text-content {
  font-weight: bold;
}
.colorify {
  color: #C34646 !important;
}
.colorifyGrey {
  color: #eaeaea !important;
}
.underline-text {
  text-decoration: underline !important;
}
sup,
sub {
  font-size: 10px;
}
.widget-btn {
  position: relative;
  cursor: pointer;
}
.widget-btn .glyphicon-play {
  color: #FFFFFF;
  position: absolute;
  left: 6px;
  top: 13px;
  z-index: 10;
}
.widget-btn input[type="submit"],
.widget-btn a {
  background-color: #C34646;
  color: #FFFFFF;
  font-size: 12px ;
  font-weight: bold ;
  padding: 10px;
  padding-left: 25px;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.widget-btn input[type="submit"]:hover,
.widget-btn a:hover {
  text-decoration: none;
  background-color: #f48e5c;
  color: #ffffff;
}
.widget-btn input[type="submit"]:hover:before,
.widget-btn a:hover:before {
  border-left: 5px solid #ffffff;
}
.widget-btn input[type="submit"]:before,
.widget-btn a:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget-btn input[type="submit"] {
  padding: 12px;
  padding-left: 25px;
}
p .read-more,
p + .read-more {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #C34646;
  padding-left: 15px;
}
p .read-more:hover,
p + .read-more:hover {
  text-decoration: underline;
}
p .read-more:before,
p + .read-more:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #C34646;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.download-span {
  font: 13px 'lato';
  display: inline-block;
  padding-top: 10px;
  margin-top: 10px;
}
.download-span a {
  color: #FFFFFF;
}
.download-span i {
  font-size: 1.2em;
  margin-right: 10px;
}
.icon-english {
  width: 18px;
  height: 12px;
  background: url("bg/en.png");
  display: inline-block;
}
.icon-frensh {
  width: 18px;
  height: 12px;
  background: url("bg/fr.png");
  display: inline-block;
}
.icon-lock {
  width: 14px;
  height: 19px;
  background: url("bg/lock.png") no-repeat;
  background-size: 100%;
  display: inline-block;
}
.icon-lock-blue {
  width: 16px;
  height: 22px;
  background: url("bg/lock-blue.png") no-repeat;
  display: inline-block;
  background-size: 100%;
  top: 6px;
  position: relative;
}
.icon-zoom-in {
  width: 16px;
  height: 22px;
  background: url("bg/zoom.png") no-repeat center;
  display: inline-block;
  background-size: 19px;
  position: relative;
}
.icon-download {
  width: 21px;
  height: 18px;
  background: url("bg/download.png") no-repeat center;
  display: inline-block;
}
.download-btn {
  font: 22px 'latoL';
  text-align: center;
  background-color: #C34646;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
}
.download-btn a {
  color: #FFFFFF;
  padding: 10px 30px 10px 0;
}
.download-btn a:hover {
  text-decoration: none;
}
.download-btn:hover {
  background-color: #f48e5c;
}
.download-btn:hover a {
  color: #ffffff;
}
.download-btn:hover:before {
  border-color: #f16d2c;
}
.download-btn:before {
  content: "";
  background: url("bg/download.png") no-repeat;
  width: 38px;
  height: 18px;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, .2);
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .download-btn {
    text-align: center;
    width: 100%;
  }
  .download-btn:before {
    display: block;
    border-right: none;
    padding: 10px 0;
    width: 100%;
    margin: 8px 0;
    background-position: center;
  }
  .download-btn a {
    padding-left: 30px;
    padding-bottom: 10px;
    width: 100%;
  }
}
header {
  margin-right: -15px;
}
header .hidden-connected {
  display: block;
}
header .visible-connected {
  display: none !important;
}
header .top-barre-back {
  width: 100%;
  height: 50px;
  background-color: #eaeaea;
}
header .top-barre {
  line-height: 50px;
  height: 50px;
}
header .top-barre a {
  text-decoration: underline;
  font-size: 1.2em;
  color: #727272;
}
header .top-barre .form-group {
  margin-top: 10px;
  line-height: 0;
}
header .top-barre .form-group i {
  font-size: 13px;
  top: -2px;
  color: #7a7a7a;
  cursor: pointer;
  pointer-events: auto;
}
header .top-barre .form-group input {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 190px;
  height: 25px;
  padding-right: 30px;
}
header .top-barre .top-barre-search {
  display: inline-block;
}
header .top-barre .langue-ul {
  display: inline-block;
  list-style: none;
}
header .top-barre .langue-ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
header .top-barre .langue-ul li:before {
  content: "|";
  font-size: 16px;
  position: absolute;
  left: -4px;
  top: -2px;
  color: #727272;
}
header .top-barre .langue-ul li:first-child {
  padding-left: 0;
}
header .top-barre .langue-ul li:first-child:before {
  content: "";
}
@media (min-width: 991px) {
  header .top-barre {
    width: 79%;
  }
}
header .nav-back {
  width: 100%;
  height: 85px;
  position: absolute;
  top: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.2);
}
header .nav-barre .logo-container {
  height: 85px;
  line-height: 85px;
  padding: 0;
}
header .nav-barre .logo-container img {
  vertical-align: middle;
  max-width: 233px;
  width: 233px;
}
@media (max-width: 992px) {
  header .nav-barre .logo-container img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .nav-barre .logo-container img {
    width: 55%;
  }
}
header .nav-barre .logo-container a {
  display: inline;
}
header .nav-barre .nav-container {
  padding: 0;
  list-style: none;
}
header .nav-barre .nav-container nav {
  background: none;
  border: none;
  margin-bottom: 0;
  width: 100%;
}
header .nav-barre .nav-container nav .navbar-right > li {
  list-style: none;
  font-size: 1.7em;
  font-family: 'lato';
  position: inherit !important;
  height: 85px;
  line-height: 85px;
}
header .nav-barre .nav-container nav .navbar-right > li:hover > a {
  color: #C34646;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  header .nav-barre .nav-container nav .navbar-right > li {
    height: auto;
    line-height: 10px;
  }
}
header .nav-barre .nav-container nav .navbar-right > li > a {
  height: 65px;
  line-height: 65px;
  padding: 0 20px;
  color: #000000;
  display: inline-block;
  width: 100%;
}
header .nav-barre .nav-container nav .navbar-right > li i {
  bottom: 0;
  margin: auto;
  color: #C34646;
  font-size: 0.8em;
}
header .nav-barre .nav-container nav .navbar-right > li:before {
  content: "|";
  height: 85px;
  line-height: 85px;
  position: absolute;
  color: #e8e8e8;
}
header .nav-barre .nav-container nav .navbar-right > li:first-child:before {
  content: "";
}
header .nav-barre .nav-container nav .home-icon a {
  bottom: 0;
  margin: auto;
  color: #C34646 !important;
  font-size: 0px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
header .nav-barre .nav-container nav .home-icon a:before {
  content: "\e021";
  font-size: 14px;
}
header .nav-barre .nav-container nav .li-separator a {
  border-left: 1px solid #e8e8e8;
}
header .nav-barre .nav-container nav .li-separator:before {
  content: "" !important;
}
@media (max-width: 767px) {
  header .nav-barre .nav-container nav .li-separator a {
    border-left: none;
  }
}
.dropmenu-overlay {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  background: none repeat scroll 0 0 black;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.header-private {
  height: 50px;
  line-height: 50px;
  margin-top: -50px;
  background-color: #29556c;
  position: relative;
  list-style: none;
}
.header-private a {
  color: white;
  text-align: center;
  font-size: 1.8em;
  font-family: 'lato';
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-private a:hover {
  text-decoration: none;
}
.header-private .icon-lock {
  margin-right: 14px;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .header-private .icon-lock {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
  }
}
.header-signin {
  height: 85px;
  line-height: 85px;
  background-color: #C34646;
  list-style: none;
}
.header-signin a {
  color: white;
  text-align: center;
  font-size: 1.8em;
  font-family: 'latoB';
  width: 100%;
  height: 100%;
}
.header-signin a:hover {
  text-decoration: none;
}
.header-english {
  height: auto;
  line-height: normal;
  padding: 15px 30px;
  list-style: none;
}
.header-english a {
  font-size: 1.3em;
  color: #5c5c5c;
  font-family: 'Arial';
}
.header-english a:hover {
  text-decoration: none;
}
.header-english:before {
  content: url("bg/en.png");
  display: inline;
  margin-right: 15px;
}
.navbar-default .navbar-header {
  height: 85px;
  line-height: 85px;
  text-align: right;
}
.navbar-default .navbar-toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #568da2;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-default .navbar-toggle:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #568da2;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
}
.navbar-default .navbar-toggle:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: white;
}
.navbar-default button[aria-expanded="true"] {
  -webkit-box-shadow: 0px -1px 5px 2px rgba(145, 145, 145, 0.2);
  -moz-box-shadow: 0px -1px 5px 2px rgba(145, 145, 145, 0.2);
  box-shadow: 0px -1px 5px 2px rgba(145, 145, 145, 0.2);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar-default button[aria-expanded="true"] .icon-bar {
  background-color: #C34646;
}
.navbar-default button[aria-expanded="true"]:before {
  border: none;
  content: "";
  z-index: 100;
  width: 100%;
  height: 7px;
  background: white;
  position: absolute;
  top: 93%;
  left: 0;
}
.nav-icon {
  padding-right: 0;
  text-align: right;
  float: right;
  list-style: none;
}
.nav-icon .glyphicon {
  top: 5px;
}
.nav-icon li {
  display: inline-block;
  font-size: 1.8em;
  border-right: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
}
.nav-icon li a {
  color: #568da2;
}
.nav-icon li a {
  padding: 10px 20px;
  line-height: 0;
}
.nav-icon li:before {
  content: "|";
  height: 85px;
  line-height: 85px;
  position: absolute;
  color: #e8e8e8;
  font-size: 1.5em;
  left: -6px;
}
.nav-icon li:first-child {
  border-right: none;
  border-left: 1px solid #e8e8e8;
}
.nav-icon li:first-child:before {
  content: "";
}
.active-menu {
  -webkit-box-shadow: 0px 1px 5px 2px rgba(145, 145, 145, 0.2);
  -moz-box-shadow: 0px 1px 5px 2px rgba(145, 145, 145, 0.2);
  box-shadow: 0px 1px 5px 2px rgba(145, 145, 145, 0.2);
}
.active-menu > a {
  color: #C34646 !important;
}
.active-menu:before {
  content: "" !important;
}
.active-menu .dropdown-menu {
  -webkit-box-shadow: 0px -1px 5px 2px rgba(145, 145, 145, 0.2);
  -moz-box-shadow: 0px -1px 5px 2px rgba(145, 145, 145, 0.2);
  box-shadow: 0px -1px 5px 2px rgba(145, 145, 145, 0.2);
  line-height: 10px;
  display: block;
  right: 0;
  position: absolute;
  float: right;
  min-width: 533px;
  border: none;
  padding: 40px 00px;
  list-style: none;
}
.active-menu .dropdown-menu li {
  width: 40%;
  display: inline-block;
  font-family: 'latoB';
  border-bottom: 1px solid #e8e8e8;
  margin: 0 4%;
}
.active-menu .dropdown-menu li a {
  padding: 8px 0;
  white-space: inherit;
}
.active-menu .dropdown-menu li:hover a {
  color: #C34646;
  background-color: #FFFFFF;
}
.active-menu .dropdown-toggle {
  position: relative;
}
.active-menu .dropdown-toggle:after {
  content: "";
  z-index: 1002;
  width: 100%;
  height: 6px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (max-width: 767px) {
  .active-menu .dropdown-toggle:after {
    height: 0;
  }
}
.navbar-collapse .col-sm-9 {
  position: inherit;
}
@media (max-width: 767px) {
  .navbar-collapse .col-sm-9 {
    position: relative;
  }
}
.search-barre-xs {
  top: 85px !important;
}
.icon-barre-active {
  background-color: #eaeaea !important;
}
.search-barre-active {
  margin-bottom: 50px;
}
.connected .visible-connected {
  display: block !important;
}
.connected .hidden-connected {
  display: none !important;
}
.connected .top-barre {
  width: 100% !important;
}
.connected .nav-icon li:last-child {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .connected .nav-barre .logo-container {
    width: 100%;
  }
  .connected .nav-container {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .connected #menuTop > div {
    float: right;
    width: 40%;
  }
  .connected .nav-barre .logo-container {
    width: 50%;
    float: left;
    height: 85px;
    line-height: 85px;
  }
  .connected .nav-container {
    width: 50%;
  }
  .connected .nav-back {
    top: 50px;
    height: 85px;
  }
}
.connected .header-signin {
  background-color: #29556c !important;
}
.connected .header-signin span {
  font: 1.8em 'latoB';
  color: #FFFFFF;
  display: block;
  text-align: center;
}
.connected .header-signin a i {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.connected .header-signin a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .connected .header-signin {
    height: 85px;
  }
}
@media (min-width: 992px) {
  .connected .header-signin {
    line-height: 0 !important;
  }
  .connected .header-signin span,
  .connected .header-signin a {
    height: 50%;
  }
  .connected .header-signin span {
    line-height: 85px;
  }
  .connected .header-signin a {
    line-height: 45px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .connected .header-signin {
    line-height: 0 !important;
  }
  .connected .header-signin span {
    height: 50%;
  }
  .connected .header-signin a {
    height: auto;
  }
  .connected .header-signin span {
    line-height: 65px;
  }
  .connected .header-signin a {
    line-height: 30px;
    font-size: 14px;
  }
}
.connected .header-english:before {
  content: "";
  margin: 0;
}
.connected .header-english i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  header .top-barre-back {
    position: absolute;
    top: 35px;
    z-index: 0;
    -webkit-transition: top 0.7s ease;
    -moz-transition: top 0.7s ease;
    -ms-transition: top 0.7s ease;
    -o-transition: top 0.7s ease;
    transition: top 0.7s ease;
  }
  header .top-barre-back .form-group {
    width: 100%;
  }
  header .top-barre-back .form-group input {
    width: 100%;
  }
  header .nav-back {
    top: 0;
  }
  header .nav-barre {
    padding-right: 0;
    -webkit-transition: margin 0.7s ease;
    -moz-transition: margin 0.7s ease;
    -ms-transition: margin 0.7s ease;
    -o-transition: margin 0.7s ease;
    transition: margin 0.7s ease;
  }
  header .nav-barre .logo-container {
    padding: 0;
    width: 80%;
    display: inline-block;
    float: left;
  }
  header .nav-barre .nav-container {
    padding: 0;
    width: 20%;
    display: inline-block;
    float: left;
  }
  header .nav-barre .nav-container nav .navbar-right {
    margin: 0;
  }
  header .nav-barre .nav-container nav .navbar-right > li {
    padding: 0 15px;
  }
  header .nav-barre .nav-container nav .navbar-right > li > a {
    height: auto;
    line-height: normal;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: #FFFFFF;
  }
  header .nav-barre .nav-container nav .navbar-right > li > a:focus {
    background-color: #FFFFFF;
  }
  header .nav-barre .nav-container nav .navbar-right > li > a:active {
    background-color: #FFFFFF;
  }
  header .nav-barre .nav-container nav .navbar-right > li:before {
    content: "";
  }
  header .nav-barre .nav-container nav .navbar-right > li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header .nav-barre .nav-container nav .navbar-right .dropdown-menu {
    padding: 0;
    margin: -1px -30px 0 -30px;
  }
  header .nav-barre .nav-container nav .navbar-right .dropdown-menu li {
    font-size: 14px;
    background-color: #e8e8e8;
    padding: 0px 30px;
  }
  header .nav-barre .nav-container nav .navbar-right .dropdown-menu li a {
    color: #568da2;
    border-top: 1px solid white;
    padding: 5px 0;
  }
  header .nav-barre .nav-container nav .navbar-right .dropdown-menu li:first-child {
    border-top: none;
  }
  header .nav-barre .nav-container nav .header-signin {
    height: 52px;
    line-height: 52px;
    background-color: #C34646;
    padding: 0 30px;
  }
  header .nav-barre .nav-container nav .header-signin a {
    text-align: left;
  }
  .nav-container .navbar-collapse {
    width: 255px;
    z-index: 11;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #FFFFFF;
    padding-left: 0;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(145, 145, 145, 0.2);
    -moz-box-shadow: 0px 1px 5px 2px rgba(145, 145, 145, 0.2);
    box-shadow: 0px 1px 5px 2px rgba(145, 145, 145, 0.2);
  }
}
@media (max-width: 480px) {
  .nav-icon li a {
    padding: 10px 10px;
  }
  .navbar-default .navbar-toggle {
    right: -2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-container {
    padding-right: 0;
  }
  header .nav-barre .nav-container nav .header-private {
    margin-top: -100px;
    height: 100px;
    line-height: 100px;
  }
  header .nav-barre .nav-container nav .header-private .glyphicon {
    display: block;
  }
  header .nav-barre .nav-container nav .header-private p {
    line-height: 45px;
    display: inline-block;
    padding-top: 25px;
  }
  header .nav-back {
    top: 150px;
  }
  header .nav-barre {
    padding-right: 0;
  }
  header .nav-barre .logo-container {
    height: 100px;
    line-height: 100px;
  }
}
footer {
  background-color: white;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
footer .footer-container {
  padding: 20px;
}
footer .footer-links {
  font-size: 1.2em;
  list-style: none;
}
footer .footer-links li {
  display: inline-block;
  color: #568da2;
}
footer .footer-links li a {
  padding: 5px 20px;
  color: #568da2 !important;
}
@media (max-width: 767px) {
  footer .footer-links li a:hover,
  footer .footer-links li a:focus {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  footer .footer-links li a {
    padding: 5px 8px;
  }
}
footer .footer-links .middle-item:before {
  content: '|';
}
footer .info-link {
  margin: 30px 0;
}
footer .info-link p {
  display: inline-block;
  font: 1.4em Arial;
  font-weight: bold;
}
footer .info-link .info-btn {
  background-color: #eaeaea;
  color: #568da2;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font: 1.3em Arial;
  font-weight: bold;
}
footer .info-link .info-btn:hover {
  background-color: #568da2;
  color: #FFFFFF;
  text-decoration: none;
}
footer .social-links {
  margin-bottom: 30px;
  list-style: none;
}
footer .social-links li {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
}
footer .social-links li:first-child {
  margin-left: 0;
}
footer .social-links li a {
  width: 100%;
  height: 100%;
}
footer .social-links li i {
  width: 100%;
  height: 100%;
  display: inline-block;
}
footer .social-links li .social-facebook {
  background: url("bg/face.png");
}
footer .social-links li .social-linkedin {
  background: url("bg/linkedin.png");
}
footer .social-links li .social-twitter {
  background: url("bg/twitter.png");
}
footer .social-links li .social-youtube {
  background: url("bg/youtube.png");
}
footer .copyright {
  font: 1.3em Arial;
  color: #263248;
}
/*******************************************************************************
*   Layout
*******************************************************************************/
.content-container {
  padding: 20px 15px 0 15px !important;
}
@media (min-width: 992px) {
  .content-container > .col-md-8 {
    width: 72%;
  }
  .content-container > .col-md-4 {
    width: 28%;
  }
}
.list-underline {
  border-bottom: 1px solid #e8e8e8 !important;
}
#home .content {
  margin-top: 10px;
}
.zone-container {
  height: 100%;
  padding: 15px 20px;
}
.fill-content > h1 {
  font: 4em 'latoL';
  margin-top: 20px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .fill-content > h1 {
    margin-bottom: 10px;
  }
}
.fill-content h2 {
  font: 2.4em 'latoB';
  color: #C34646;
  margin: 10px 0;
  clear: both;
}
.fill-content > h3,
.fill-content .table-white h3 {
  font: 2.2em 'latoL';
  margin: 20px 0;
}
.fill-content h4 {
  font: 1.6em 'latoB';
}
.fill-content h5 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}
.fill-content h5 + h5 {
  margin-top: -20px;
}
.fill-content p {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.fill-content p + ul {
  margin-top: -20px;
}
.fill-content ul {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.fill-content img {
  width: auto;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.fill-content img + h3 {
  margin-top: 0;
}
.fill-content .withText {
  float: left;
}
@media (max-width: 991px) {
  .fill-content .withText {
    display: block;
    float: none;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
  }
}
.fill-content .agreg-img + .note-text {
  margin-top: 0;
}
.fill-content .img-3 {
  width: 31%;
  float: left;
}
.fill-content .img-3 + .img-3 + .img-3 {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fill-content .img-3 {
    width: 47%;
  }
  .fill-content .img-3 + .img-3 {
    margin-right: 0;
  }
  .fill-content .img-3 + .img-3 + .img-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .fill-content .img-3 {
    width: 100%;
    margin-right: 0;
    max-width: 350px;
    display: block;
    float: none;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 20px;
  }
  .fill-content .img-3 + .img-3 {
    display: none;
  }
}
.fill-content blockquote {
  background-color: #FFFFFF;
  font: 1.6em 'DroidSerifI';
  padding: 30px 30px 25px 80px;
  margin-bottom: 25px;
  position: relative;
}
.fill-content blockquote:before {
  content: url("bg/quote.png");
  position: absolute;
  left: 18px;
  top: 25px;
}
.fill-content blockquote h6 {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0;
}
.fill-content .list-bullet-square {
  margin-top: 0;
  clear: both;
  list-style: none;
}
.fill-content .list-bullet-square > li {
  padding-bottom: 10px;
}
.fill-content .list-bullet-square > li:before {
  content: '';
  margin-right: 13px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #C34646;
}
.fill-content .list-bullet-square ol {
  padding-left: 40px;
  margin-top: 15px;
}
.fill-content .list-bullet-square ul {
  margin: 4px 10px;
  font-size: 15px;
  list-style: none !important;
}
.fill-content .list-bullet-square ul > li:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.fill-content p + .list-bullet-square {
  margin-top: -12px;
}
.fill-content h5 + .list-bullet-square {
  margin-top: -12px;
}
.fill-content h5 + p {
  margin-top: -12px;
}
.fill-content .list-link {
  list-style: none;
}
.fill-content .list-link li {
  padding-bottom: 8px;
}
.fill-content .list-link li a {
  text-decoration: underline;
}
.list-bullet-square {
  margin-top: 0;
  clear: both;
  list-style: none;
}
.list-bullet-square > li {
  padding-bottom: 10px;
  font-size: 14px;
}
.list-bullet-square > li:before {
  content: '';
  margin-right: 13px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #C34646;
}
.list-bullet-square ol {
  padding-left: 40px;
  margin-top: 15px;
}
.list-link {
  list-style: none;
}
.list-link li {
  padding-bottom: 8px;
  font-size: 14px;
}
.list-link li a {
  text-decoration: underline;
}
.note-text {
  font-size: 1.1em !important;
}
.slider,
.content {
  padding: 20px 0;
  padding-top: 0;
}
.content h1 {
  font: 4em 'latoL';
  margin-bottom: 30px;
}
.content h2 {
  font: 2.2em 'lato';
  margin-bottom: 30px;
}
.content p {
  font-size: 1.4em;
  margin-top: 20px;
}
.content p:first-child {
  margin-top: 0;
}
.content .img-container {
  text-align: center;
  padding-left: 0;
}
.content .img-container img {
  max-width: 350px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content .img-container img {
    margin-bottom: 30px;
  }
}
.content .img-content {
  padding: 0;
}
/*******************************************************************************
*   Actualites
*******************************************************************************/
#actus .media,
#events .media {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  margin-top: 0;
}
#actus .media .media-heading,
#events .media .media-heading {
  font: 2.4em 'latoB';
}
#actus .media .media-heading a,
#events .media .media-heading a {
  color: #C34646;
}
#actus .media .media-date,
#events .media .media-date {
  font-family: 'lato';
  font-weight: bold;
  color: #568da2;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#actus .media p,
#events .media p {
  text-align: justify;
  margin-bottom: 0;
}
#actus .media .read-more,
#events .media .read-more {
  margin-bottom: 15px;
}
#actus .media .media-left,
#events .media .media-left {
  padding-right: 0px;
}
#actus .media .media-object,
#events .media .media-object {
  margin: 0;
  padding-right: 19px;
  max-width: none;
  width: 300px;
}
@media (max-width: 767px) {
  #actus .media .media-object,
  #events .media .media-object {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #actus .media .media-object,
  #events .media .media-object {
    width: 250px;
  }
}
/*******************************************************************************
*   Element
*******************************************************************************/
.link-tree {
  margin: 20px 0;
  list-style: none;
}
.link-tree li {
  display: inline-block;
  color: #C34646;
  font: 11px 'latoB';
}
.link-tree li:before {
  content: "/";
  margin: 0 10px;
}
.link-tree li:first-child:before {
  content: "";
  margin: 0;
}
.link-tree li a:hover {
  color: #C34646;
}
.pagination {
  display: block;
  text-align: center;
  margin-top: 28px;
  list-style: none;
}
.pagination li {
  margin-left: 2px;
  display: inline-block;
  height: 35px;
}
@media (max-width: 767px) {
  .pagination li {
    display: none;
  }
  .pagination li:first-child {
    display: inline-block;
    margin-right: 40px;
  }
  .pagination li:last-child {
    display: inline-block;
  }
}
.pagination li a {
  color: #C34646;
  font-size: 12px;
  padding: 0 12px;
  height: 100%;
  line-height: 35px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.pagination li i {
  font-size: 11px;
}
.pagination li:hover a {
  color: #FFFFFF;
  background-color: #C34646;
}
.pagination .active:hover a,
.pagination .active a {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #C34646;
}
.pagination .disabled:hover a,
.pagination .disabled a {
  color: #000000;
  background-color: #dadada;
}
.table-white table {
  text-align: center;
  background-color: #FFFFFF;
  display: inline-block;
  margin-bottom: 20px;
}
.table-white table td {
  padding: 20px 40px;
  font-size: 1.8em;
  font-weight: bold;
  color: #C34646;
  border: 1px solid #e8e8e8;
}
.table-white table td:first-child {
  color: #5c5c5c;
}
.table-white table td:first-child ul {
  font-weight: normal;
}
.table-white table td ul {
  font-size: 16px;
}
#contenu .link-tree,
#search .link-tree {
  margin-top: 0;
}
@media (min-width: 992px) {
  #contenu .content-container .aside-left,
  #search .content-container .aside-left {
    width: 30%;
  }
  #contenu .content-container .page-container,
  #search .content-container .page-container {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contenu .content-container .aside-left,
  #search .content-container .aside-left {
    width: 35%;
  }
  #contenu .content-container .page-container,
  #search .content-container .page-container {
    width: 65%;
  }
}
@media (max-width: 767px) {
  #contenu .content-container .aside-left,
  #search .content-container .aside-left {
    width: 100%;
  }
  #contenu .content-container .page-container,
  #search .content-container .page-container {
    clear: both;
  }
}
#search .list-menu-left {
  list-style: none;
}
#search .list-menu-left li a:hover {
  color: #C34646;
}
#search .form-container {
  width: 100%;
  margin-bottom: 10px;
}
#search .form-container form {
  background-color: rgba(219, 219, 219, 0.9);
  padding: 25px 15px;
  margin-bottom: 13px;
}
#search .form-container form input {
  width: 74%;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 34px;
}
#search .form-container form button {
  width: 25%;
  height: 34px;
  float: right;
  border: none;
  color: #FFFFFF;
  background-color: #C34646;
}
#search .search-result {
  font-size: 1.6em;
  font-weight: bold;
  color: #568da2;
}
#search .search-item {
  border-bottom: 1px solid #e8e8e8;
}
#search .search-item .search-title {
  color: #C34646;
  margin-bottom: 5px;
}
.list-qr {
  background-color: #FFFFFF;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  margin-bottom: 20px;
  position: relative;
  list-style: none;
}
.list-qr h3 {
  color: #C34646;
  font: 2em 'latoB';
}
.list-qr .select-container {
  position: relative;
  padding-top: 15px;
}
.list-qr .select-container select {
  font-size: 1.4em;
  color: #5c5c5c;
  border: 1px solid #e8e8e8;
  padding: 10px;
  background-color: transparent;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.list-qr .select-container select::-ms-expand {
  display: none;
}
.list-qr .select-container:before {
  content: "";
  background: url("bg/arrow-btm.png") no-repeat center;
  width: 40px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 20px;
  border: none;
  border-left: 1px solid #e8e8e8;
}
.list-qr .dropdown-toggle {
  font-size: 1.4em;
  color: #5c5c5c;
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.list-qr .dropdown-toggle .caret {
  content: "";
  background: url("bg/arrow-btm.png") no-repeat center;
  width: 40px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 3px;
  border: none;
  border-left: 1px solid #e8e8e8;
}
.list-qr .dropdown-toggle,
.list-qr .dropdown-toggle:link,
.list-qr .dropdown-toggle:active,
.list-qr .dropdown-toggle:visited,
.list-qr .dropdown-toggle:hover {
  text-decoration: none;
}
.list-qr .dropdown-menu {
  border-left: 1px solid #e8e8e8;
  top: calc(100% - 12px);
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
}
.list-qr .dropdown-menu li a {
  padding: 10px 20px;
}
#listQr {
  min-height: 510px;
}
.aside-right {
  padding: 0 0 20px 20px;
  float: right;
  clear: right;
}
@media (max-width: 991px) {
  .aside-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .aside-right {
    padding-top: 15px;
  }
}
.aside-left {
  padding: 0 5px 20px 0;
  float: left;
  clear: left;
}
@media (max-width: 767px) {
  .aside-left {
    padding-top: 15px;
  }
}
.aside-right div[class^="widget-"] {
  padding: 0;
}
.aside-right > div + div {
  padding-top: 20px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside-right > div + div {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside-right > div:first-child {
    padding-right: 15px;
  }
}
.widget-menu .zone-container,
.widget-push .zone-container {
  background-color: #2ab7c0;
}
.widget-menu .zone-container h3,
.widget-push .zone-container h3 {
  color: #ffffff;
  font: 2em 'lato';
}
.widget-menu .zone-container li,
.widget-push .zone-container li {
  list-style: none;
  border-top: 1px solid #ffffff;
}
.widget-menu .zone-container li:first-child,
.widget-push .zone-container li:first-child {
  border: none;
}
.widget-menu .zone-container li a,
.widget-push .zone-container li a {
  color: #FFFFFF;
  font-size: 1.3em;
  padding: 8px 0 8px 20px;
  position: relative;
}
.widget-menu .zone-container li a:hover,
.widget-push .zone-container li a:hover {
  text-decoration: none;
  color: #C34646;
}
.widget-menu .zone-container li a:before,
.widget-push .zone-container li a:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 0;
  height: 0;
}
.widget-menu .zone-container p,
.widget-push .zone-container p {
  font-size: 1.3em;
  color: #FFFFFF;
}
.widget-menu .zone-container img,
.widget-push .zone-container img {
  width: 100%;
  margin: 10px 0;
}
.widget-menu .zone-container h3 {
  font: 2.2em 'latoB';
  margin-bottom: 10px;
}
.widget-sideBar .zone-container {
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
}
.widget-sideBar .zone-container h3 {
  font: 2em 'latoB';
  color: #000000;
}
.widget-sideBar .zone-container ul {
  list-style: none;
  margin: 10px 0;
}
.widget-sideBar .zone-container ul li {
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
}
.no-icon {
  padding-left: 0px !important;
}
.widget-contact ul,
.widget-contact ul > div {
  padding: 0;
  list-style: none;
}
.widget-contact li {
  padding: 9px 0 9px 30px;
  position: relative;
}
.widget-contact li a {
  width: 100%;
}
.widget-contact li .bus-ul {
  margin: 0;
}
.widget-contact li .bus-ul li {
  width: 33%;
  display: inline-block;
  border: none;
  float: left;
  padding: 0;
  padding-bottom: 6px;
}
.widget-contact li .bus-ul li:nth-child(even) {
  width: 65%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-contact li .bus-ul li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .widget-contact li .bus-ul li,
  .widget-contact li .bus-ul li:nth-child(even) {
    width: 50%;
  }
}
.widget-contact li i {
  position: absolute;
  left: -3px;
  top: 6px;
  width: 24px;
  height: 19px;
}
.widget-contact li .icon-address {
  background: url("bg/address.png");
}
.widget-contact li .icon-bus {
  background: url("bg/bus.png");
}
.widget-contact li .icon-train {
  background: url("bg/train.png");
}
.widget-contact li .icon-fix {
  background: url("bg/fix.png");
}
.widget-contact li .icon-phone {
  background: url("bg/phone.png");
}
.widget-contact li .icon-mail {
  background: url("bg/mail.png");
}
.widget-contact .zone-container ul {
  list-style: none;
}
.widget-contact .zone-container ul .address-li {
  color: #C34646;
}
@media (max-width: 991px) {
  .widget-contact .zone-container ul .address-li {
    text-decoration: underline;
  }
}
.widget-event li {
  list-style: none;
  position: relative;
}
.widget-event li .event-title {
  color: #C34646;
  display: block;
  margin-left: 70px;
  font-weight: bold;
}
.widget-event li .event-content {
  margin-left: 70px;
  display: inline-block;
  color: #5c5c5c;
}
.widget-event li .event-day {
  position: absolute;
  background-color: #568da2;
  width: 55px;
  height: 25px;
  line-height: 25px;
  top: 20px;
  left: 0;
  text-align: center;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  color: #FFFFFF;
}
.widget-event li .event-month {
  position: absolute;
  background-color: #FFFFFF;
  width: 55px;
  height: 25px;
  line-height: 25px;
  top: 45px;
  left: 0;
  text-align: center;
  color: #5c5c5c;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.5);
  -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.5);
  box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.5);
  text-transform: uppercase;
  font-weight: bold;
}
.widget-event li a {
  min-height: 80px;
  padding: 20px 5px 18px 0;
}
.widget-event li a:hover {
  text-decoration: none;
}
.widget-event li a:hover .event-content {
  color: #5c5c5c;
  text-decoration: underline;
}
.widget-event li a:hover .event-month {
  color: #5c5c5c;
}
.widget-event li a:hover .event-title {
  text-decoration: underline;
}
#contact .widget-contact .zone-container li:last-child {
  border-bottom: none;
}
#contact .widget-contact .zone-container ul {
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact .aside-right {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact .aside-right > div + div {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact .aside-right > div:first-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact .widget-contact-list .zone-container {
    padding-right: 15px !important;
  }
}
#contact .widget-contact-list h2 {
  color: #568da2;
  font-size: 17px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 0;
}
#contact .widget-contact-list ul ul {
  margin-top: 8px;
}
#contact .widget-contact-list li {
  padding: 0;
}
#contact .widget-contact-list li li {
  padding: 9px 0 9px 30px;
}
@media (max-width: 767px) {
  #contenu .aside-left {
    padding: 15px;
  }
}
.widget-sideBar .list-menu-left {
  position: relative;
}
.widget-sideBar .list-menu-left li {
  padding-left: 0;
}
.widget-sideBar .list-menu-left h3 {
  color: #C34646;
}
.widget-sideBar .list-menu-left ul {
  list-style: none;
}
.widget-sideBar .list-menu-left ul li {
  position: relative;
}
.widget-sideBar .list-menu-left ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.widget-sideBar .list-menu-left ul li a {
  color: #5c5c5c;
}
.widget-sideBar .list-menu-left ul li:after {
  content: url("bg/arrow.png");
  color: #C34646;
  position: absolute;
  right: 3px;
  top: 12px;
}
.widget-sideBar .list-menu-left ul .activ a {
  font-weight: bold;
}
.widget-sideBar .list-menu-left ul .activ:hover a {
  text-decoration: none;
}
.widget-sideBar .list-menu-left .dropdown-toggle {
  font-size: 1.4em;
  color: #5c5c5c;
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .widget-sideBar .list-menu-left .dropdown-toggle:hover,
  .widget-sideBar .list-menu-left .dropdown-toggle:focus {
    text-decoration: none;
  }
}
.widget-sideBar .list-menu-left .dropdown-toggle .caret {
  content: "";
  background: url("bg/arrow-btm.png") no-repeat center;
  width: 40px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 3px;
  border: none;
  border-left: 1px solid #e8e8e8;
}
.widget-sideBar .list-menu-left .dropdown-menu {
  width: 100%;
  border-left: 1px solid #e8e8e8;
  top: calc(100% - 12px);
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  list-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget-sideBar .list-menu-left .dropdown-menu li {
  border: none;
  padding: 0;
}
.widget-sideBar .list-menu-left .dropdown-menu li a {
  padding: 10px;
}
.widget-sideBar .list-menu-left .dropdown-menu li:after {
  content: "";
}
.widget-sideBar .list-menu-left .dropdown-menu li:hover a {
  background-color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-contact li i {
    left: -3px;
    top: 3px;
  }
  .widget-contact ul > div {
    padding: 0 10px;
  }
  .widget-contact .widget-btn {
    margin-top: 20px;
    text-align: center;
  }
  .widget-contact .zone-container li .bus-ul li {
    width: 100%;
  }
  .widget-contact .zone-container li .bus-ul li:nth-child(even) {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .widget-btn {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .widget-btn {
    padding-left: 0;
  }
}
.slider-content {
  position: relative;
}
.slider-content ul.ui-tabs-nav {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 460px);
  width: calc(37% + 5px);
  z-index: 10;
}
.slider-content ul.ui-tabs-nav li {
  list-style: none;
  padding-left: 13px;
  position: relative;
}
.slider-content ul.ui-tabs-nav li .tabs-date {
  display: block;
  font: 1.2em 'lato';
  color: #848484;
  margin-bottom: 8px;
}
.slider-content ul.ui-tabs-nav li .tabs-content {
  font: 1.8em 'lato';
  color: #C34646;
}
.slider-content ul.ui-tabs-nav .widget-btn {
  margin-left: 13px;
  display: block;
  padding: 20px 0 20px 20px;
  background-color: #e6e6e6;
}
.slider-content ul.ui-tabs-nav .widget-btn a:hover {
  background-color: #f48e5c;
  color: #FFFFFF;
}
.slider-content ul.ui-tabs-nav .widget-btn a:hover:before {
  border-left: 5px solid #FFFFFF;
}
.slider-content li.ui-tabs-nav-item {
  list-style: none;
}
.slider-content li.ui-tabs-nav-item a {
  display: block;
  height: 60px;
  text-decoration: none;
  background: #fff;
  outline: none;
  padding: 25px 20px 20px 15px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 100%;
}
.slider-content li.ui-tabs-nav-item a:hover {
  background: #212121;
}
.slider-content li.ui-tabs-selected:before,
.slider-content li.ui-tabs-active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid #212121;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}
.slider-content ul.ui-tabs-nav li.ui-tabs-selected a,
.slider-content ul.ui-tabs-nav li.ui-tabs-active a {
  background: #212121;
}
.slider-content .ui-tabs-panel {
  min-width: 64%;
  width: 460px;
  background: #FFFFFF;
  position: relative;
  min-height: 300px;
}
.slider-content .ui-tabs-panel img {
  width: 100%;
  height: 100%;
}
.slider-content .ui-tabs-panel .info {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  color: #fff;
}
.slider-content .ui-tabs-panel .info h2 {
  font: 3.6em 'latoL';
  margin-left: 30px;
  margin-bottom: 22px;
  overflow: hidden;
}
.slider-content .ui-tabs-panel .info h2 a {
  color: #FFFFFF;
}
.slider-content .ui-tabs-panel .info h2 a:hover {
  text-decoration: none;
}
.slider-content .ui-tabs-panel .info p {
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.5em;
  padding: 30px;
  color: #FFFFFF;
}
.slider-content .ui-tabs-panel .info p a {
  padding-left: 15px;
  display: block;
}
.slider-content .ui-tabs-panel .info p .read-more {
  font-size: 13px;
}
.slider-content .ui-tabs-hide {
  display: none;
}
@media (max-width: 767px) {
  .slider {
    padding-bottom: 0;
  }
  .slider .zone-container {
    padding: 0;
  }
  .slider-content .ui-tabs-panel {
    width: 100%;
    height: 100% !important;
    padding-bottom: 50px;
    background-color: #dfdfdf;
  }
  .slider-content .ui-tabs-panel img {
    display: none;
  }
  .slider-content .ui-tabs-panel .info {
    position: relative;
    top: 0;
    width: 100%;
    color: #5c5c5c;
    padding: 35px 30px 30px 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.2);
  }
  .slider-content .ui-tabs-panel .info h2 {
    margin: 0;
  }
  .slider-content .ui-tabs-panel .info h2 a {
    color: #000000;
  }
  .slider-content .ui-tabs-panel .info p {
    background-color: #FFFFFF;
    padding: 0;
  }
  .slider-content .ui-tabs-panel .info p a {
    margin-top: 30px;
  }
  .slider-content .ui-tabs-panel .info p .read-more {
    font-size: 12px;
  }
  .slider-content .ui-tabs-panel .info .tabs-date {
    display: block !important;
    font: 1.2em 'lato';
    color: #848484;
    margin-top: 20px;
  }
  .slider-content .ui-tabs-panel .info .tabs-content {
    display: block !important;
    font: 1.8em 'lato';
    color: #C34646;
    margin: 10px 0;
    display: inline-block;
  }
  .slider-content {
    background-color: #dadada;
  }
  .slider-content ul {
    list-style: none;
  }
  .slider-content ul.ui-tabs-nav {
    top: auto;
    bottom: 15px;
    left: 20px;
    margin-left: -3px;
  }
  .slider-content ul.ui-tabs-nav li {
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-right: 10px;
    list-style: none;
  }
  .slider-content ul.ui-tabs-nav li:first-child {
    padding-left: 3px;
  }
  .slider-content ul.ui-tabs-nav li a {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #848484;
    padding: 0;
    display: inline-block;
  }
  .slider-content ul.ui-tabs-nav li a:hover {
    background-color: #848484;
  }
  .slider-content ul.ui-tabs-nav li.ui-tabs-selected:before,
  .slider-content ul.ui-tabs-nav li.ui-tabs-active:before {
    border: none;
  }
  .slider-content ul.ui-tabs-nav li.ui-tabs-selected a,
  .slider-content ul.ui-tabs-nav li.ui-tabs-active a {
    background: #C34646;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider .zone-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .compte h1 {
    margin-bottom: 25px;
  }
}
.compte .fill-content .row {
  margin: 0 -10px;
}
.compte .fill-content .row > div {
  padding: 0 10px;
}
.compte .fill-content .row > div:nth-child(3n+1) {
  clear:left;
}
.compte .widget-compte {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  padding: 19px 15px 19px 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .compte .widget-compte {
    margin-bottom: 20px;
  }
}
.compte .widget-compte h2 {
  font: 1.9em 'latoB';
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}
.compte .widget-compte p {
  margin: 0;
  margin-bottom: 7px;
}
.compte .widget-compte .widget-btn + ul,
.compte .widget-compte .download-btn + ul {
  margin-top: 20px;
}
.compte .widget-compte .bullet-list {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 18px;
  position: relative;
  list-style: none;
}
.compte .widget-compte .bullet-list > li {
  padding: 5px 0;
  padding-left: 17px;
}
.compte .widget-compte .bullet-list > li:before {
  content: url("bg/bullet.png");
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.compte .widget-compte .bullet-list ol {
  padding-left: 40px;
  margin-top: 15px;
}
.compte .widget-compte .bullet-list ul {
  margin: 4px 10px;
  font-size: 15px;
  list-style: none !important;
}
.compte .widget-compte .bullet-list ul > li:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.compte .widget-compte .bullet-news {
  margin-top: -10px;
  margin-bottom: 18px;
  list-style: none;
}
.compte .widget-compte .bullet-news li {
  padding: 5px 10px 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 9px;
}
.compte .widget-compte .widget-btn a {
  max-width:90%;
}
.compte .widget-compte ul p {
  font-size: 1.2em;
  display: inline;
}
.compte .widget-compte ul .download-btn {
  max-width:90%;
}
.compte .widget-compte ul p > .download-btn {
    margin-top: 10px;
}
.compte .widget-compte ul p > .widget-btn {
    margin-top: 10px;
    display:block;
}
@media (max-width: 991px) {
  .compte .widget-compte .bullet-news li:nth-child(3) {
    display: none;
  }
}
.compte .widget-compte .bullet-news .title-news {
  color: #C34646;
  font-weight: bold;
}
.compte .widget-compte .bullet-news .date-news {
  font-weight: bold;
}
.compte .widget-compte .bullet-news .date-news:before {
  content: "- ";
  font-size: 15px;
  color: #C34646;
}
.compte .widget-compte .bullet-news p {
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 0;
}
.compte .widget-compte .bullet-news .read-more {
  margin-bottom: 7px;
  font-size: 13px;
  padding-left: 11px;
}
.compte .widget-compte .bullet-news .read-more:before {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.compte .widget-compte .instance-list {
  margin-left: -15px;
  margin-right: 0px;
  margin-bottom: 10px;
  list-style: none;
}
.compte .widget-compte .instance-list h3 {
  font-weight: bold;
  color: #568da2;
  font-size: 16px;
  margin-bottom: 5px;
}
.compte .widget-compte .instance-list > li {
  padding-right: 5px;
  border-right: 1px solid #e8e8e8;
}
.compte .widget-compte .instance-list > li:nth-child(4n) {
  border-right: 0;
}
.compte .widget-compte .instance-list > li:nth-child(4n+1) {
  clear:left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compte .widget-compte .instance-list > li {
    margin-bottom: 60px;
  }
  .compte .widget-compte .instance-list > li:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  .compte .widget-compte .instance-list > li .bullet-list {
    margin-bottom: 0;
  }
  .compte .widget-compte .instance-list > li:last-child,
  .compte .widget-compte .instance-list > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .compte .widget-compte .instance-list > li:last-child:after,
  .compte .widget-compte .instance-list > li:nth-last-child(2):after {
    border-bottom: none;
  }
  .compte .widget-compte .instance-list > li:nth-child(even) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .compte .widget-compte .instance-list .bullet-list {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .compte .widget-compte .instance-list > li {
    padding-bottom: 17px;
    margin-bottom: 25px;
    border-right: 0;
  }
  .compte .widget-compte .instance-list > li:after {
    content: "";
    width: calc(100% - 30px);
    border-bottom: 1px solid #e8e8e8;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .compte .widget-compte .instance-list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .compte .widget-compte .instance-list > li:last-child:after {
    border-bottom: none;
  }
}
.compte .widget-compte .instance-list .bullet-list {
  border-bottom: none;
}
.compte .widget-compte .instance-list .bullet-list li {
  font-size: 14px;
}
.compte .widget-compte .download-btn:before {
  padding: 0 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .compte .widget-compte .download-btn {
    width: auto;
  }
  .compte .widget-compte .download-btn a {
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 0;
  }
  .compte .widget-compte .download-btn:before {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.compte .widget-compte .download-btn {
  font: 12px 'Arial';
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: uppercase;
  min-height: 38px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 70px;
  padding-right: 20px;
  color: #fff;
}
.compte .widget-compte .download-btn a {
  padding: 0 0 0 0;
  display: inline;
}
.compte .widget-compte .download-btn:before {
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .compte .widget-compte .download-btn a {
    padding-right: 9px;
  }
  .compte .widget-compte .download-btn:before {
    width: 30px;
    padding: 0 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .compte .widget-compte .download-btn {
    width: auto;
  }
  .compte .widget-compte .download-btn:before {
    display: inline-block;
    padding: 15px 30px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.compte .widget-compte .download-btn + p,
.compte .widget-compte .widget-btn + p {
  margin-top: 20px;
}
.compte .widget-compte .devoir-list {
  list-style: none;
}
.compte .widget-compte .devoir-list li {
  margin-top: 60px;
}
.compte .widget-compte .devoir-list li:first-child {
  margin-top: 0;
}
.compte .widget-compte .devoir-list .devoir-title {
  font-size: 14px;
  font-weight: bold;
  color: #29556c;
  margin-bottom: 10px;
}
.compte .widget-compte .devoir-list .devoir-number,
.compte .widget-compte .devoir-list .devoir-subject {
  margin-bottom: 10px;
}
.compte .widget-compte .devoir-list .devoir-state {
  margin: 40px 25px 0 15px;
  position: relative;
}
.compte .widget-compte .devoir-list .devoir-state .state-title {
  font-weight: bold;
  color: #eb212e;
  margin-bottom: 10px;
}
.compte .widget-compte .devoir-list .devoir-state .state-number {
  background-color: #FFFFFF;
  border: 1px solid #eb212e;
  color: #eb212e;
  display: inline-block;
  padding: 14px 20px;
  font-family: "latoB";
  font-size: 23px;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  margin-top: 10px;
}
.compte .widget-compte .devoir-list .devoir-state .done .state-title {
  color: #9dc02e;
}
.compte .widget-compte .devoir-list .devoir-state .done .state-number {
  color: #9dc02e;
  border-color: #9dc02e;
}
.compte .widget-compte .devoir-list .devoir-state:before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #666666;
  position: absolute;
  left: 0;
  bottom: 28px;
}
.compte .inner-list h5 {
  color: #28586f;
  margin: 0;
  margin-top: 5px;
}
.compte .inner-list p {
  margin-bottom: 15px;
}
.compte .inner-list .bullet-list {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.compte .inner-list .bullet-list:nth-last-child(2) {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.compte .trip-albums {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.compte .trip-albums h2 {
  width: 75%;
  display: inline-block;
}
.compte .trip-albums .widget-btn {
  padding-top: 20px;
  margin-right: 15px;
  display: block;
  border-top: 1px solid #e8e8e8;
}
.compte .albums {
  width: 25%;
  height: 100%;
  background-color: #fafafa;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.compte .albums ul {
  margin-top: 60px;
  margin-left: 20px;
  list-style: none;
}
.compte .albums ul li {
  padding: 4px 0;
}
.compte .albums ul li a {
  color: #C34646;
}
@media (max-width: 767px) {
  .compte .albums {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF;
  }
  .compte .albums ul {
    margin: 0;
  }
}
.compte .album-image {
  width: 75%;
  display: inline-block;
  float: left;
}
.compte .album-image h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.compte .album-image .blueimp-gallery {
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 46%;
  margin: 0;
}
.compte .album-image .blueimp-gallery .slide-content {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.compte .album-image .blueimp-gallery .play-pause {
  right: 60px;
  bottom: 20px;
}
.compte .album-image .blueimp-gallery .prev,
.compte .album-image .blueimp-gallery .next {
  color: #C34646;
  text-shadow: none;
  background-color: transparent;
  opacity: 1;
  border: none;
  font-size: 110px;
  font-family: 'latoL';
}
.compte .album-image .blueimp-gallery .prev {
  left: 0;
}
.compte .album-image .blueimp-gallery .next {
  right: 0;
}
.compte .all-list {
  list-style: none;
}
.compte .all-list li:last-child {
  display: block !important;
}
#gallery .download-btn {
  font: 12px 'Arial';
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  text-align: left;
}
#gallery .download-btn a {
  padding: 0 25px 0 0;
  display: inline;
}
#gallery .download-btn:before {
  vertical-align: middle;
}
@media (max-width: 767px) {
  #gallery .download-btn {
    width: auto;
  }
  #gallery .download-btn:before {
    display: inline-block;
    padding: 15px 30px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
}
#gallery .widget-btn a {
  padding-right: 20px;
}
#gallery .trip-info .media-left {
  padding-right: 0px;
}
#gallery .trip-info .media-object {
  margin: 0;
  padding-right: 19px;
  max-width: none;
}
@media (max-width: 767px) {
  #gallery .trip-info .media-object {
    display: none;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gallery .trip-info .media-object {
    width: 250px;
  }
}
@media (max-width: 767px) {
  #gallery .trip-info .media-body {
    text-align: center;
  }
  #gallery .trip-info .media-body p {
    text-align: left;
  }
}
@media (max-width: 480px) {
  #gallery .trip-info .download-btn {
    text-align: left;
  }
  #gallery .trip-info .download-btn:before {
    padding: 15px;
    margin-right: 10px;
  }
  #gallery .trip-info .download-btn a {
    padding-right: 5px;
  }
}
#gallery .trip-album .trip-album-header {
  margin-top: 10px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
#gallery .trip-album .trip-album-header h2 {
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  #gallery .trip-album .trip-album-header {
    text-align: center;
  }
  #gallery .trip-album .trip-album-header h2 {
    display: block;
  }
}
#gallery .trip-album .trip-album-header .download-btn {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #gallery .trip-album .trip-album-header .download-btn {
    float: none !important;
  }
}
#gallery .trip-album .trip-image-container {
  display: inline-block;
  float: left;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px 13px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
}
@media (min-width: 992px) {
  #gallery .trip-album .trip-image-container {
    width: calc(25% - 19px);
  }
  #gallery .trip-album .trip-image-container:nth-child(4n) {
    margin-right: 0px;
  }
  #gallery .trip-album .trip-image-container:nth-child(4n+1) {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gallery .trip-album .trip-image-container {
    width: calc(33% - 17px);
  }
  #gallery .trip-album .trip-image-container:nth-child(3n) {
    margin-right: 0px;
  }
  #gallery .trip-album .trip-image-container:nth-child(3n+1) {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #gallery .trip-album .trip-image-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#gallery .trip-album .trip-image-container img {
  margin: 0;
  width: 100%;
  max-width: none;
  margin-bottom: 25px;
}
#gallery .trip-album .trip-image-container a {
  width: 100%;
}
#gallery .trip-album .trip-image-container .download-btn {
  margin-bottom: 0;
  float: right;
  font-size: 1.1em;
}
#gallery .trip-album .trip-image-container .download-btn a {
  padding-right: 9px;
}
#gallery .trip-album .trip-image-container .download-btn:before {
  padding-right: 0;
  margin-left: 10px;
  margin-right: 5px;
  width: 28px;
}
@media (min-width: 1199px) {
  #gallery .trip-album .trip-image-container .download-btn:before {
    padding-right: 0;
    margin-left: 15px;
    margin-right: 10px;
    width: 35px;
  }
}
#gallery .trip-album .trip-image-container .icon-zoom-in {
  height: 38px;
  line-height: 38px;
  padding: 0 22px;
  cursor: pointer;
  background-color: #eaeaea;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #568da2;
}
#gallery .pagination {
  margin-top: 18px;
  margin-bottom: 30px;
}
#gallery .archives {
  margin: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(145, 145, 145, 0.25);
  margin-bottom: 28px;
  padding: 25px 0;
}
#gallery .archives h2 {
  font: 1.8em 'latoB';
  color: #000000;
  margin-top: 0;
  margin-bottom: 19px;
  margin-left: 15px;
}
#gallery .archives .archive-album {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  #gallery .archives .archive-album {
    border-right: none;
  }
  #gallery .archives .archive-album:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    left: 15px;
    bottom: 0;
  }
}
#gallery .archives .archive-album .archive-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #568da2;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #gallery .archives .archive-album .archive-title {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#gallery .archives .archive-album .archive-img {
  margin-bottom: 16px;
  margin-right: 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  #gallery .archives .archive-album .archive-open {
    float: right;
  }
}
#gallery .archives .all-archives-link {
  padding-left: 15px;
  clear: both;
}
#gallery .archives .all-archives-link i {
  font-size: 10px;
  margin-right: 5px;
}
#gallery .archives .all-archives-link a {
  font-size: 1.4em;
  font-weight: bold;
  color: #C34646;
}
#gallery .archives .all-archives-link a:hover {
  color: #C34646;
}
.active-menu .dropdown-menu li {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact .slider,
  #contact .content {
    width: 60%;
  }
  #contact aside {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #contact .slider,
  #contact .content,
  #contact aside {
    width: 100%;
  }
}
#contact .map img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .nav-barre .logo-container img {
    vertical-align: top;
    margin-top: 10px;
  }
  header .subTitle {
    position: absolute;
    bottom: 17px;
    line-height: 0;
    left: 80px;
    font-size: 1.3em;
    color: #568da2;
    font-family: 'DroidSerifI';
  }
}
@media (min-width: 992px) {
  header .nav-back,
  header .navbar-right > li,
  header .navbar-right > li:before,
  header .header-signin,
  header .nav-barre .logo-container {
    height: 105px !important;
    line-height: 105px !important;
  }
  header .nav-barre .logo-container a {
    display: inline-block;
  }
  header .navbar-right > li > a {
    height: 65px !important;
  }
  header .nav-barre .logo-container img {
    vertical-align: top;
    margin-top: 15px;
  }
  header .subTitle {
    position: absolute;
    bottom: 20px;
    line-height: 0;
    left: 80px;
    white-space: nowrap;
    font-size: 1.3em;
    color: #568da2;
    font-family: 'DroidSerifI';
  }
  .active-menu .dropdown-toggle:after {
    bottom: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .connected .header-signin {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .connected .nav-barre .logo-container {
    height: 100px;
    line-height: 100px;
  }
  .connected .nav-back {
    height: 100px;
  }
}
@media (min-width: 1199px) {
  header .nav-barre .nav-container nav .navbar-right > li {
    font-size: 1.7em;
  }
  header .nav-barre .nav-container nav .navbar-right > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .nav-barre .nav-container nav .navbar-right > li {
    font-size: 1.6em;
  }
  header .nav-barre .nav-container nav .navbar-right > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-collapse {
    padding-left: 0 ;
  }
  .navbar-collapse .col-sm-9 {
    padding-left: 0;
  }
  header .nav-barre .nav-container nav .navbar-right > li > a {
    padding: 0 17px;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  header .nav-barre .nav-container nav .navbar-right > li > a {
    padding: 0 10px;
  }
}
