@charset "utf-8";
@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url(/modeles/fr/Modele3/css/disclaimer.css?20251014-V1.6);
/* ------------------------------------------------------------- */
/*                                                               */
/* Sommaire                                                      */
/*    
/*  1 - Couleurs                                                 */
/*  1 - Composants                                               */
/*  2 - Balises titres + liens                                   */
/*  3 - Structure générale                                       */
/*  4 - Navigation                                               */
/*  5 - Modules                                                  */
/*  6 - Widgets                                                  */
/*  7 - Formulaires                                              */
/*  8 - Diaporama                                                */
/*  9 - Googlemap                                                */
/* 10 - Spécifique                                               */
/*  X - Tricks                                                   */
/*  X - Fancy Box                                                */
/*                                                               */
/* ------------------------------------------------------------- */
/* ---------------------------------------- */
/* 0 - Couleurs                          */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* 1 - Components                           */
/* ---------------------------------------- */
.btn a:hover,
.btn a {
  text-decoration: none;
}
.btn-primary a:hover,
.btn-primary a {
  color: #FFF;
}
.list-group-item.active a {
  color: #FFF;
}
/* ---------------------------------------- */
/* 2 - Balises titres + liens               */
/* ---------------------------------------- */
h2 > a {
  color: inherit;
  text-decoration: none;
}
h2 > a:hover {
  color: #428bca;
  text-decoration: none;
}
/* ---------------------------------------- */
/* 3 - Structure générale                   */
/* ---------------------------------------- */
#signature {
  color: #000;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 0;
  font-size: 11px;
  line-height: 20px;
  background: #fff;
}
/* ---------------------------------------- */
/* 4 - Navigation                           */
/* ---------------------------------------- */
.navbar-nav > li.non-ouvert:hover > ul.dropdown-menu {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    content: " ";
    float: right;
    display: block;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px;
  }
  .navbar-brand {
    display: none;
  }
  .sidebar-nav {
    padding: 9px 0;
  }
  .dropdown-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
    visibility: hidden;
  }
  .dropdown-menu li:hover > .sub-menu {
    visibility: visible;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }
  .navbar .sub-menu:before {
    left: -7px;
    top: 10px;
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
  }
  .navbar .sub-menu:after {
    top: 11px;
    left: -6px;
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
  }
}
@media screen and (max-width: 992px) {
  /*nav > div > ul > li > a { font-size : 9pt !important; }*/
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    display: block;
  }
}
.pager a#active {
  font-weight: bold;
}
/* ---------------------------------------- */
/* 5 - Modules                              */
/* ---------------------------------------- */
/* Article */
article img {
  width: 100%;
}
.intext_left {
  float: left;
  margin: 0 40px 40px 0;
}
.intext_right {
  float: right;
  margin: 0 40px 40px;
}
.above_center,
.below_center {
  text-align: center;
}
.above_right,
.below_right {
  text-align: right;
}
.above_left,
.below_left {
  text-align: left;
}
.lead {
  margin: 40px 0;
}
.text {
  font-size: 13pt;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.text p {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .text {
    font: 300 11pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
/* Calendrier */
.calendar {
  margin-bottom: 0;
  border: 1px solid #ccc;
}
.calendar caption {
  padding: 5px 0;
  color: #fff;
  background: #428bca;
}
.calendar thead {
  background: #eee;
}
.calendar.table > tbody > tr > td {
  height: 40px;
  padding: 0;
  line-height: 0;
  background: #fff;
  text-align: center;
}
.calendar > tbody td a {
  display: block;
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
}
.calendar tbody td a:hover {
  background-color: #d9edf7;
}
.calendar tbody td.today {
  color: #fff;
}
.calendar tbody td.today a {
  color: #fff;
  background: #428bca;
}
.calendar.table > tbody > tr > td.no_day {
  background: #f6f6f6;
}
/* News */
.thumbnail img {
  min-width: 100%;
}
.ratings form > div > div {
  width: 100%;
}
.caption img {
  width: 100%;
}
/* Blog */
.confirmMsg {
  padding: 0 10px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  color: #39c12a;
  background-color: rgba(57, 193, 42, 0.1);
}
.authorMetas {
  font-size: 0.9em;
}
#authorBillet .googleplus,
#authorBillet .twitter,
#authorBillet .siteweb {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  background: url(/common_images/community/community_pictos.png) 0 -540px no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
#authorBillet .twitter {
  background-position: -20px -540px;
}
#authorBillet .siteweb {
  background-position: -40px -540px;
}
#authorBillet .googleplus:hover {
  background-position: 0 -520px;
}
#authorBillet .twitter:hover {
  background-position: -20px -520px;
}
#authorBillet .siteweb:hover {
  background-position: -40px -520px;
}
/* Notation */
.ui-stars-star {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: url("../images/star-off.png") no-repeat -2px 0;
}
.ui-stars-star:nth-child(even) {
  background-position: -10px 0;
}
.ui-stars-star-on {
  background: url("../images/star-on.png") no-repeat -2px 0;
}
.ui-stars-star-hover {
  background: url("../images/star-on.png") no-repeat -2px 0;
}
.rating-stars {
  display: inline-block;
  height: 15px;
}
.nb_ratings {
  color: #737373;
}
.rating-value {
  margin-left: 20px;
}
/* Annuaire */
.directoryEntryTags .glyphicon,
.postTags .glyphicon {
  font-size: 14px;
}
.directoryEntryTagsLink,
.postTags > .postTag {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.directoryEntryTagsLink:hover {
  color: #fff;
  text-decoration: none;
  background: #428bca;
  border-color: #428bca;
}
/* ---------------------------------------- */
/* 6 - Widgets                              */
/* ---------------------------------------- */
aside .widget {
  padding: 10px;
}
#wrapperInner .widget {
  margin-bottom: 20px;
}
/* RSS */
.widgetRssItem {
  margin-top: 20px;
}
/* Calendrier */
.widgetCalendar .calendar.table > tbody > tr > td {
  line-height: 40px;
}
#wrapperInner .widgetCalendar .calendar {
  width: 260px;
}
/* Mise en avant de billets */
aside .widgetHighlightPosts .col-sm-6 {
  width: 100%;
}
aside .widgetHighlightPosts .widgetHighlightDescription {
  padding: 10px 0 0;
}
aside .widgetHighlightPosts .borderTop,
aside .widgetHighlightPosts .widgetHighlightRating,
aside .widgetHighlightPosts .widgetHighlightCommentsLink {
  display: none;
}
.widgetHighlightPosts .widgetHighlightDate {
  padding-bottom: 10px;
  color: #999;
}
/* Widget Annuaire - Recherche avancée */
.directoryAdvancedSearch .dateElement .form-control {
  display: inline-block;
  width: auto;
}
.directoryAdvancedSearch .dateElement label {
  font-weight: normal;
}
.directoryAdvancedSearch .dateElement span {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.directoryAdvancedSearch .dateElement span:hover {
  color: #428bca;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
/* Widget Annuaire - Publier des fiches */
.boxdirectories > div {
  float: none;
}
.no-title.widget-FB h4 {
  display: none;
}
/* ---------------------------------------- */
/* 7 - Formulaire                           */
/* ---------------------------------------- */
form .row {
  margin-right: 0;
  margin-left: 0;
}
.help-block > p {
  padding: 0;
  color: #aaa;
}
.has-error .errorForm,
.error .errorForm,
.loginError {
  font-size: 9pt;
  color: #a94442;
}
.error {
  color: #a94442;
}
.error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.loginError {
  padding: 0 5px;
  margin-bottom: 10px;
  line-height: 20px;
  border: 1px solid #a94442;
}
.multi_checkbox,
.multi_radio {
  display: block;
  padding: 2px 5px !important;
}
.multi_checkbox input[type="checkbox"],
.multi_radio input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
}
.other ul {
  display: inline-block;
  list-style-type: none;
}
.obligatory {
  color: red;
}
.form-group:last-child {
  /*margin-bottom: 0; */
}
/* Champ Select avec visuels */
.selectWithVisual .row {
  position: relative;
  display: inline-block;
}
.selectWithVisual .row input[type="checkbox"] {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
.selectWithVisual .row img {
  padding: 5px;
}
.selectWithVisual .row img:hover {
  background: #9bccf7;
}
.selectWithVisual .row img.selected {
  background: #428bca;
}
.selectWithVisual .row label > .glyphicon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  padding: 10px;
  color: #fff;
  background: #428BCA;
}
.selectWithVisual .row label > .label {
  display: none;
}
/* Champ Calendrier */
.insertDate {
  position: absolute;
  top: 9px;
  right: 10px;
}
#overDiv.calendar {
  margin: 0 0 0 -300px;
}
.btn-primary {
  margin: 10px 0;
}
.form_creator_header {
  padding: 10px 0 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #999;
}
.form_creator_footer {
  padding: 10px 0;
  margin-top: 20px;
  border-top: 2px solid #999;
}
legend {
  margin-bottom: 10px;
}
.formQcmLegend {
  padding: 5px;
  border: 1px solid #ccc;
}
#formsQcm ul {
  padding: 10px 0 10px 20px;
}
#formsQcm ul li {
  padding: 2px 0;
}
#formsQcm ul li span,
.formQcmLegend span {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #ee4736;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.formQcmLegend span {
  margin-right: 5px;
}
#formsQcm ul li.good span,
.formQcmLegend .good {
  background: #60c24a;
}
/* Datepicker */
.ui-datepicker {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.ui-datepicker-header {
  height: 40px;
  background: #eee;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  font: normal 100 20px 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 100;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: block;
  text-indent: -9999px;
}
.ui-datepicker-prev:after {
  content: "\e079";
}
.ui-datepicker-next:after {
  content: "\e080";
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  color: #fff;
  text-decoration: none;
  background: #428bca;
}
.ui-datepicker-title {
  line-height: 40px;
  text-align: center;
}
.ui-datepicker-title select {
  margin: 0 5px;
}
.ui-datepicker-calendar {
  border: 1px solid #ccc;
}
.ui-datepicker-calendar thead {
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.ui-datepicker-calendar thead th {
  padding: 0 8px;
  text-align: center;
}
.ui-datepicker tr > td {
  height: 40px;
  padding: 0;
  line-height: 0;
  border-bottom: 1px solid #ccc;
}
.ui-datepicker tr > td.ui-state-disabled {
  background: #f6f6f6;
}
.ui-datepicker tr > td a {
  display: block;
  height: 40px;
  padding: 0 8px;
  font-size: 12pt;
  line-height: 40px;
  text-align: center;
}
.ui-datepicker tr > td a:hover {
  background-color: #d9edf7;
}
.ui-datepicker tr > td a.ui-state-active {
  color: #fff;
  background: #666;
}
.ui-datepicker tr > td.ui-datepicker-today a {
  color: #fff;
  text-decoration: none;
  background: #428bca;
}
/* ---------------------------------------- */
/* 8 - Diaporama                            */
/* ---------------------------------------- */
.diaporamaSimpleSlideshow {
  margin: 20px 0;
}
.diaporamaSlide {
  background: #eee;
}
.diaporamaControlPrev,
.diaporamaControlNext {
  padding: 20px;
  margin-top: -30px;
  cursor: pointer;
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.diaporamaControlNext {
  border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
}
.diaporamaControlPrev:hover {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.7);
}
.diaporamaControlNext:hover {
  padding-right: 30px;
  background: rgba(0, 0, 0, 0.7);
}
.diaporamaSimpleSlideshow > div > span {
  display: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.diaporamaSimpleSlideshow .diaporamaControlPrev::before,
.diaporamaSimpleSlideshow .diaporamaControlNext::before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.diaporamaSimpleSlideshow .diaporamaControlPrev::before {
  content: '\e257';
}
.diaporamaSimpleSlideshow .diaporamaControlNext::before {
  content: '\e258';
}
.diaporamaSimpleSlideshow .diaporamaDots > div {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  line-height: 9px;
  background: #fff;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::before,
.diaporamaSimpleSlideshow .diaporamaDots > div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 30px solid #fff;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::after {
  left: auto;
  right: -20px;
  border-left: none;
  border-right: 20px solid transparent;
}
.diaporamaSimpleSlideshow .diaporamaDots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #969696;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.diaporamaSimpleSlideshow .diaporamaDots span:hover,
.diaporamaSimpleSlideshow .diaporamaDots span.diaporamaDotActive {
  background: rgba(150, 150, 150, 0.6);
}
.diaporamaExtra > div {
  display: inline-block;
  padding: 10px;
  color: #222;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
}
.diaporamaExtraMiddleLeft,
.diaporamaExtraMiddleRight,
.diaporamaExtraMiddleCenter {
  padding: 0 70px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.diaporamaExtraTopLeft,
.diaporamaExtraTopRight,
.diaporamaExtraTopCenter {
  padding: 10px;
}
.diaporamaExtraBottomLeft,
.diaporamaExtraBottomRight,
.diaporamaExtraBottomCenter {
  padding: 10px 10px 40px;
}
.diaporamaExtraTopCenter,
.diaporamaExtraBottomCenter,
.diaporamaExtraMiddleCenter,
.diaporamaExtra.diaporamaExtraTopCenter > div,
.diaporamaExtra.diaporamaExtraBottomCenter > div,
.diaporamaExtra.diaporamaExtraMiddleCenter > div {
  text-align: center;
}
.diaporamaExtraTopRight,
.diaporamaExtraMiddleRight,
.diaporamaExtraBottomRight {
  text-align: right;
}
.diaporamaExtra strong {
  display: block;
}
/* ---------------------------------------- */
/* 9 - Googlemap                            */
/* ---------------------------------------- */
.map .gm-style img {
  max-width: none;
}
.map > div {
  max-width: 100%;
}
/* ---------------------------------------- */
/* 10 - Spécifique                          */
/* ---------------------------------------- */
.monuments {
  margin: 0 -25px;
}
.monumentEntry .map > div {
  margin: 0!important;
}
.monumentEntryDescription {
  height: 60px;
  text-overflow: ellipsis;
}
.monumentEntryLocalisation {
  color: #999;
}
.monumentEntryLink {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  line-height: 45px;
  color: #999;
}
.monumentEntryLink:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.monumentEntryDetailHeader {
  min-height: 40px;
}
.monumentEntryDetailHeadingLabel {
  position: absolute;
  left: 5%;
  z-index: 2;
  width: 90%;
  margin-top: -40px;
  color: #fff;
  background: #428bca;
}
.monumentEntryDetail h1 {
  margin: 0;
  background: #222;
}
.monumentEntryDetailCity {
  line-height: 40px;
}
.monumentEntryDetailCity span {
  margin-right: 5px;
}
.monumentEntryDetailMap {
  width: 300px;
  border-right: 1px solid #fff;
}
.monumentEntryDetailMainImage {
  width: 840px;
}
.monumentEntryDetailContent {
  padding-top: 50px;
}
.monumentEntryDetailMetas {
  width: 90%;
}
.monumentEntryDetailGallery ul {
  padding-left: 0;
}
.monumentEntryDetailGallery ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.monumentEntryDetailGallery li {
  list-style-type: none;
  float: left;
  padding-right: 10px;
}
.monumentEntryDetailGallery li a {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.monumentEntryDetailGallery li a img {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.monumentEntryDetailGallery li a:hover {
  border-color: #428bca;
}
.monumentEntryDetailGallery li a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}
#leftbar .monumentEntry,
#rightbar .monumentEntry {
  padding-right: 0;
  padding-left: 0;
}
#leftbar .monumentEntry,
#leftbar .monumentEntry > div > div,
#rightbar .monumentEntry,
#rightbar .monumentEntry > div > div {
  width: 100%!important;
}
#leftbar .monumentEntry > div > div:first-child,
#rightbar .monumentEntry > div > div:first-child {
  display: none;
}
#leftbar .monumentEntry h3,
#leftbar .monumentEntryDescription,
#rightbar .monumentEntry h3,
#rightbar .monumentEntryDescription {
  padding: 0;
}
#leftbar .monumentEntryLocalisation,
#rightbar .monumentEntryLocalisation {
  padding: 20px 0 0;
}
/* ---------------------------------------- */
/* X - TRICKS                               */
/* ---------------------------------------- */
/* Colors */
.bg-blue {
  background: #0000FF;
}
.bg-green {
  background: #00FF00;
}
.bg-red {
  background: #FF0000;
}
.bg-black {
  background: #000;
}
.bg-gray-light {
  background: #F5F5F5;
}
.bg-gray-dark {
  background: #777;
}
.bg-dark {
  background: #333;
}
/* Misc */
.margin-bottom {
  margin-bottom: 20px;
}
.margin-top {
  margin-top: 20px;
}
.bg-margin-bottom {
  margin-bottom: 60px;
}
.bg-margin-top {
  margin-top: 60px;
}
.sm-margin {
  margin: 10px;
}
.md-margin {
  margin: 20px;
}
.lg-margin {
  margin: 40px;
}
.sm-padding {
  padding: 10px;
}
.md-padding {
  padding: 20px;
}
.lg-padding {
  padding: 40px;
}
.no-padding {
  padding: 0;
}
p {
  padding: 10px 0;
}
.banner h4 {
  display: none;
}
.shadow-hover {
  -webkit-transition: box-shadow 0.3s ease-out;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.shadow-hover:hover {
  -webkit-box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.1);
}
img,
video,
audio {
  max-width: 100%;
}
.mod {
  overflow: hidden;
}
.inbl {
  display: inline-block;
  vertical-align: top;
}
.inblM {
  display: inline-block;
  vertical-align: middle;
}
.hide {
  display: none;
}
.clear {
  border: 0;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.txtLeft {
  text-align: left;
}
.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right;
}
.borderAll {
  border: 1px solid #999;
}
.borderTop {
  border-top: 1px solid #999;
}
.borderRight {
  border-right: 1px solid #999;
}
.borderBottom {
  border-bottom: 1px solid #999;
}
.borderLeft {
  border-left: 1px solid #999;
}
.posLeft {
  float: left;
}
.posMiddle {
  margin: 0 auto;
}
.posRight {
  float: right;
}
.ligneElement:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.size1_1 {
  width: 100%;
  padding: 0 1%;
}
.size1_2 {
  width: 50%;
  padding: 0 1%;
}
.size1_3 {
  width: 33.33%;
  padding: 0 15px;
}
.size1_4 {
  width: 25%;
  padding: 0 1%;
}
.size1_5 {
  width: 20%;
  padding: 0 1%;
}
.size1_6 {
  width: 16.66%;
  padding: 0 1%;
}
.size1_7 {
  width: 14.285%;
  padding: 0 1%;
}
.size1_8 {
  width: 12.5%;
  padding: 0 1%;
}
.pa0 {
  padding: 0;
}
.pa10 {
  padding: 10px;
}
.pa20 {
  padding: 20px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pr0 {
  padding-right: 0;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl0 {
  padding-left: 0;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mb0 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.w25 {
  width: 25%;
}
.w50 {
  width: 50%;
}
.w75 {
  width: 75%;
}
.w100 {
  width: 100%;
}
#overDiv {
  position: absolute;
  font-size: 12pt;
  background: #FFF;
  -webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.overlibheader {
  padding: 10px 20px;
  font-size: 300 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #d9edf7;
  border-radius: 6px 6px 0 0;
}
.overlibclose {
  position: absolute;
  top: 10px;
  right: 20px;
}
#overlibcontent {
  padding: 20px;
}
#overlibfooter {
  display: none;
}
/* ---------------------------------------- */
/* X - Fancy Box                            */
/* ---------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background: #f9f9f9;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  padding: 15px;
  margin: 0;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/common_images/fancyBox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  cursor: pointer;
  opacity: 0.8;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/common_images/fancyBox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 8040;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  z-index: 8040;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/common_images/fancyBox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 8040;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  visibility: hidden;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8010;
  display: none;
  background: url(/common_images/fancyBox/fancybox_overlay.png);
  overflow: hidden;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  position: relative;
  z-index: 8050;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: none;
  visibility: hidden;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 8050;
  margin-bottom: -35px;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  font-weight: bold;
  line-height: 24px;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/common_images/fancyBox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(/common_images/fancyBox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
body .w-logo {
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  body header.trans {
    margin-bottom: 0px;
  }
  body .w-logo {
    background: #fff;
    text-align: center;
  }
}
.contentFixe header.trans {
  margin-bottom: 0;
}
.contentFixe .slider1 {
  height: 400px;
  overflow: hidden;
  background: #ccc;
  margin-bottom: -60px;
  top: -60px;
}
.contentFixe .slider1 img {
  width: 100%;
  height: auto;
  margin: 0% auto 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contentFixe #elements_list {
  padding: 40px 0;
}
.submit #reset {
  display: none;
}
/*-----------preheader 07-03-18---------------*/
.preheader {
  background: #EEE;
  border-bottom: 1px solid #ccc;
}
.preheader p {
  margin: 0;
  padding: 10px 0;
}
.preheader p a {
  color: #0380FF;
}
.toogle-mark {
  padding: 10px 0 0 0;
  padding-right: 20px;
  display: inline-block;
  color: inherit;
  background: url(../images/arrow.png) no-repeat right center;
  cursor: pointer;
}
.toogle-mark strong {
  color: #2D1C86;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.lis-mark {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  position: absolute;
  left: 177px;
  top: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 130px;
  z-index: 10000;
}
.w-mark:hover .lis-mark {
  display: block;
}
.lis-mark:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
  content: "";
  position: absolute;
  left: 10px;
  top: -11px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.lis-mark:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
}
.lis-mark > li {
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.lis-mark > li a {
  display: block;
  padding: 5px;
  cursor: pointer;
}
.lis-mark li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 70px;
  z-index: 10;
  display: none;
}
.lis-mark li:hover > ul {
  display: block;
}
.lis-mark > li > ul li {
  display: block;
}
.lis-mark > li > ul li span {
  display: inline-block;
  width: 30px;
}
/* ==========================
		 CSS RENNES 07/2018
========================== */
/* Gouvernance */
.directory .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directory .clearfix:before {
  display: none;
}
.directory .clearfix .portrait {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  position: relative;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding: 160px 20px;
  cursor: pointer;
  margin-right: 3%;
}
.directory .clearfix .portrait a {
  display: block;
  height: 100%;
}
.directory .clearfix .portrait img {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.directory .clearfix .portrait .hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.directory .clearfix .portrait:hover .hover {
  top: 0;
}
.directory .clearfix .portrait .hover a > span {
  top: 0px;
  left: 0px;
  padding: 20px;
  position: absolute;
}
.directory .clearfix .hover span > span {
  display: block;
  color: white;
  font-size: 16px;
}
.directory .nom {
  font-weight: 600;
  text-transform: uppercase;
}
.annuaire .elementTitle h2 {
  margin: 30px 0;
}
/* detail */
.gouvernance_d_entreprise.directoryEntryDetail .col-xs-12.col-sm-6.img {
  text-align: center;
}
.gouvernance_d_entreprise.directoryEntryDetail .col-xs-12.col-sm-6.img img {
  display: inline-block;
}
.gouvernance_d_entreprise.directoryEntryDetail .back {
  display: block;
  text-align: center;
}
.newsletter #formpersonnalise label,
.newsletter #formpersonnalise span {
  width: 50% ;
  display: inline-block;
}
/* === Communiqués de presse // Documentations // Assemblées générales ===*/
.cont-central {
  margin-top: 312px;
}
.relations_investisseurs .size1_1,
.donnees_bancaires .size1_1,
.annuaire.newslet .size1_1,
.gouvernance_d_entreprise .size1_1,
.annuaire .size1_1 {
  padding: 0%;
}
.relations_investisseurs .cont-central > .ligneElement h1,
.donnees_bancaires .cont-central > .ligneElement h1,
.annuaire.newslet .cont-central > .ligneElement h1,
.gouvernance_d_entreprise .cont-central > .ligneElement h1,
.annuaire .cont-central > .ligneElement h1,
.relations_investisseurs .cont-central > .elementTitle h1,
.donnees_bancaires .cont-central > .elementTitle h1,
.annuaire.newslet .cont-central > .elementTitle h1,
.gouvernance_d_entreprise .cont-central > .elementTitle h1,
.annuaire .cont-central > .elementTitle h1,
.relations_investisseurs .cont-central #element1384 h1,
.donnees_bancaires .cont-central #element1384 h1,
.annuaire.newslet .cont-central #element1384 h1,
.gouvernance_d_entreprise .cont-central #element1384 h1,
.annuaire .cont-central #element1384 h1,
.relations_investisseurs .cont-central #element1402 h1,
.donnees_bancaires .cont-central #element1402 h1,
.annuaire.newslet .cont-central #element1402 h1,
.gouvernance_d_entreprise .cont-central #element1402 h1,
.annuaire .cont-central #element1402 h1 {
  padding-top: 240px;
  display: block;
  text-align: center;
  min-height: 550px;
  width: 100%;
  background: url('../../Modele3/images/banniere_investisseur.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.widgetDirectorySearch {
  display: block;
}
.annuaire:not(.newslet) .section-formulaire {
  margin: -150px 0 0 0;
  position: relative;
}
#page .section-formulaire {
  padding: 10px 0;
}
#page .section-formulaire h2 {
  font-size: 28px;
}
/* .annuaire #home-section {
	position: absolute;
} */
.annuaire .navbar-nav > li:hover > .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.annuaire h1,
.gouvernance_d_entreprise h1,
.relations_investisseurs h1,
.donnees_bancaires h1,
.annuaire.agenda h1 {
  color: white;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  margin: -250px 0 0 0;
  position: relative;
}
.annuaire.newslet h1 {
  margin: -200px 0 0 0;
}
.annuaire .elementIFrame,
.annuaire .section-formulaire {
  background: #d9d9d9;
  margin: 20px 0 0 0;
}
.annuaire .elementIFrame form,
.annuaire .directoryAdvancedSearch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.annuaire .elementIFrame form fieldset,
.annuaire .directoryAdvancedSearch form fieldset {
  font-size: 0;
  padding: 0 0 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.annuaire .elementIFrame form fieldset > *,
.annuaire .directoryAdvancedSearch form fieldset > * {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  font-size: 0;
  margin-right: 3%;
}
.annuaire .directoryAdvancedSearch form fieldset label,
.annuaire .directoryAdvancedSearch form fieldset > div > div {
  font-size: initial;
}
.annuaire.newslet h1 {
  margin: -230px 0 40px 0;
}
.annuaire.agenda h1 {
  margin: -280px 0 0 0;
}
.annuaire.newslet .section-formulaire {
  position: relative;
  padding: 20px 0;
}
.annuaire .directoryAdvancedSearch form {
  padding: 0 0 30px 0;
}
.annuaire h2,
.gouvernance_d_entreprise h2 {
  color: #0D075C;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
.gouvernance_d_entreprise h2 {
  margin: 30px 0;
}
.annuaire .wrap-select {
  margin-top: 5px;
}
.annuaire .submit {
  font-size: 0;
}
.annuaire .section-formulaire input[type="submit"] {
  font-size: 0;
  background: transparent url(/images/loupe.png);
  background-repeat: no-repeat;
  min-width: 0;
  margin: 30px 20px 0 0;
  height: 31px;
  width: 31px;
  padding: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.annuaire .directorySearchContent label {
  display: block;
}
.annuaire .entries,
.annuaire .directory {
  padding: 30px 0 0 0;
}
.annuaire .entries .fiche,
.annuaire .directory .fiche {
  padding: 30px 0;
  border-bottom: 2px solid #d9d9d9;
  width: 100%;
}
.annuaire .entries .title,
.annuaire .directory .title {
  color: #01a0c7;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
  letter-spacing: 1px;
}
.annuaire .entries .consulter,
.annuaire .entries .download,
.annuaire .directory .consulter,
.annuaire .directory .download {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 50px 0 0;
}
.annuaire .consulter a,
.annuaire .download a {
  color: #020236;
}
.annuaire .consulter:before,
.annuaire .download:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 17px;
}
.annuaire .consulter:before {
  background: url(/images/eye.png);
  background-repeat: no-repeat;
}
.annuaire .download:before {
  background: url(/images/download.png);
  background-repeat: no-repeat;
}
.annuaire.ag .wrap-select {
  min-width: 250px;
  margin-right: 20px;
}
.annuaire.ag .section-formulaire {
  text-align: center;
}
.annuaire.ag .directoryAdvancedSearch form {
  text-align: center;
  display: inline-block;
}
.annuaire.ag .directoryAdvancedSearch form fieldset {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.annuaire.ag .directoryAdvancedSearch form fieldset > * {
  width: auto;
}
.annuaire.ag .section-formulaire .submit {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.newsletter {
  background: #01a0c7;
  padding: 40px 0 0 0;
  margin: 50px 0 0 0;
}
.newsletter form {
  text-align: center;
  padding: 0 0 50px 0;
}
.newsletter fieldset,
.newsletter .w50 {
  display: inline-block;
  width: 50%;
}
.newsletter .form-control {
  height: auto;
  font-size: 16px;
  padding: 16px 12px;
}
.newsletter .row {
  display: flex;
  flex-direction: column;
}
.newsletter label {
  color: white;
  margin: 0 0 10px 0;
  font-size: 15px;

}
.newsletter .w50 {
  font-size: 0;
}
.newsletter .w50 > * {
  display: inline-block;
  width: 50%;
  font-size: initial;
  vertical-align: top;
}
.newsletter .w50 input[type="submit"] {
  color: #fff;
  background: #020236;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 15px;
  padding: 27px 50px;
  font-weight: bold;
  min-width: 175px;
}
.newsletter .w50 .submit {
  text-align: right;
}
.annuaire.agenda .entries .title {
  margin: 0 0 10px;
}
.annuaire.agenda .elementDirectory,
.annuaire.agenda .directory {
  margin: 0 0 80px 0;
  padding: 0;
}
.annuaire .entries .directory .fiche {
  padding: 20px 0;
}
.annuaire.agenda h2 {
  text-align: left;
}
.annuaire.agenda .btns {
  display: block;
  text-align: center;
}
.annuaire.agenda .btns span {
  display: inline-block;
  font-weight: 600;
  padding: 4px 12px;
  cursor: pointer;
}
.annuaire.agenda .btns span:not(:last-child) {
  border-right: 1px solid black;
}
.annuaire.agenda .btns .open {
  color: #01a0c7;
}
.annuaire.agenda .picto-agenda {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  margin: 10px 0 0 0;
  color: #020236;
}
.annuaire.agenda .picto-agenda:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 17px;
  background: url(/images/agenda.png);
  background-repeat: no-repeat;
}
.navbar-nav > li > .dropdown-menu {
  display: none;
  padding: 0;
  width: 100%;
}
.navbar > .container,
#nested,
.nav > li,
.navbar-collapse {
  position: initial !important;
}
header.trans .navbar-default {
  position: relative;
}
.dropdown-menu > li > a {
  display: block;
  white-space: normal !important;
}
.dropdown > .dropdown-menu {
  position: absolute;
  left: 0;
  height: 80px;
}
.dropdown:hover > .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-nav > li.investisseur,
.navbar-nav > li.investors {
  padding: 17px 0;
}
.navbar-nav > li.investisseur a,
.navbar-nav > li.investors a {
  padding: 1px 10px 1px 10px !important;
  border: 2px solid white;
  font-weight: 600;
}
.navbar-nav > li.investisseur li a,
.navbar-nav > li.investors li a {
  border: none;
}
.dropdown-submenu {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dropdown-submenu > a:after {
  display: none;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.dropdown-menu > li:hover img,
.dropdown-menu > li:focus img,
.dropdown-menu > .active img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dropdown-menu > .active > a {
  font-size: 0;
}
.w-linkfix ul li a.ico-agenda::before {
  background: url(/images/ico-agenda.png) no-repeat center;
  background-size: auto auto;
  background-size: 20px;
}
.w-linkfix2 {
  top: calc(130%) !important;
}
.w-linkfix ul li a.ico-phone::before {
  background: url(/images/phone.png) no-repeat center;
  background-size: auto auto;
  background-size: 20px;
}
@media screen and (max-width: 1200px) {
  /* Gouvernance */
  .directory .clearfix .portrait {
    padding: 140px 20px;
  }
  .newsletter fieldset,
  .newsletter .w50 {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  /* Gouvernance */
  .directory .clearfix .portrait {
    padding: 110px 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1366px) {
  .lis-mark,
  .lis-mark::before,
  .lis-mark::after {
    left: 100px;
  }
  .lis-mark li > ul {
    left: -70px;
  }
  .contentFixe .slider1 img {
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .w-logo {
    display: none;
  }
  .size1_1,
  .size1_2,
  .size1_3,
  .size1_4,
  .size1_5,
  .size1_6,
  .size1_7,
  .size1_8 {
    width: 100%;
  }
  header.trans .container {
    background: #0D075C;
  }
  #home-section img {
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .contentFixe .slider1 {
    height: auto;
    min-height: none;
  }
  .annuaire:not(.newslet) .section-formulaire {
    margin: 0;
  }
  .annuaire:not(.newslet) h1 {
    margin: -120px 0 0 0;
  }
  .relations_investisseurs h1,
  .donnees_bancaires h1 {
    margin: -150px 0 60px 0;
  }
  .gouvernance_d_entreprise h1 {
    margin: -100px 0 100px 0;
  }
  .annuaire.newslet h1 {
    margin: -120px 0 40px 0;
  }
  /* Recherche Annuaires */
  .annuaire .elementIFrame form,
  .annuaire .directoryAdvancedSearch form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-formulaire .submit {
    width: 100%;
    text-align: center !important;
  }
  .annuaire .elementIFrame form fieldset,
  .annuaire .directoryAdvancedSearch form fieldset {
    width: 100%;
  }
  .annuaire .elementIFrame form fieldset > *,
  .annuaire .directoryAdvancedSearch form fieldset > * {
    width: 100%;
  }
  .annuaire .elementIFrame form fieldset,
  .annuaire .directoryAdvancedSearch form fieldset {
    padding: 0 20px;
  }
  /* Gouvernance */
  .directory .clearfix .portrait {
    padding: 15% 20px;
  }
  .directory .clearfix .hover span > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  /* Gouvernance */
  .directory .clearfix .portrait {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 50% 20px;
  }
  .annuaire h1,
  .gouvernance_d_entreprise h1,
  .relations_investisseurs h1,
  .donnees_bancaires h1 {
    font-size: 28px;
  }
  .lis-mark {
    left: 30px;
  }
  .newsletter .w50 input[type="submit"],
  #captcha #html_element > div {
    display: inline-block;
  }
  #captcha #html-element {
    text-align: center !important;
  }
  .newsletter .w50 > * {
    width: 100%;
    margin: 20px 0 0;
    text-align: center !important;
  }
  .annuaire .section-formulaire input[type="submit"] {
    margin: 20px 0 0;
  }
  .annuaire.ag h1 {
    margin: -160px 0 0 0;
  }
  .annuaire .navbar-nav > li > .dropdown-menu,
  .relations_investisseurs .navbar-nav > li > .dropdown-menu,
  .donnees_bancaires .navbar-nav > li > .dropdown-menu,
  .gouvernance_d_entreprise .navbar-nav > li > .dropdown-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown-submenu {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
  }
}
