@charset "utf-8";

@import url(bootstrap.css);
/*@import url(bootstrap-theme.css);*/

/* ------------------------------------------------------------- */
/*                                                               */
/* Sommaire                                                      */
/*                                                               */
/*  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                                                */
/*                                                               */
/* ------------------------------------------------------------- */
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
     url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
     url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}

/* ---------------------------------------- */
/* 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: #EC7404; text-decoration: none; }*/

/* ---------------------------------------- */
/* 3 - Structure générale                   */
/* ---------------------------------------- */
#signature { color: #000; text-decoration: none; text-align: center; width: 100%; display: block; padding: 5px 15px; font-size: 12px; line-height: 20px;
  background: #fff; }

/* ---------------------------------------- */
/* 4 - Navigation                           */
/* ---------------------------------------- */
@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: 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 p { padding: 0; }

/* 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 { font-weight: bold; }
.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,.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 */
.widgetRssItemTitle {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Auteurs */
.pageElement .widgetBlogAuthors ul {
  list-style-type: none;
  padding: 0;
}
.pageElement .widgetBlogAuthors ul li { display: inline-block; }
.pageElement .widgetBlogAuthors ul li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #999;
  border-radius: 5px;
}

/* Calendrier */
.widgetCalendar .calendar.table > tbody > tr > td { line-height: 40px; border: none; }
#wrapperInner .widgetCalendar .calendar { width: 260px; }
#wrapperInner .size1_3 .widgetCalendar .calendar,
#wrapperInner .size1_4 .widgetCalendar .calendar,
#wrapperInner .size1_5 .widgetCalendar .calendar,
#wrapperInner .size1_6 .widgetCalendar .calendar,
#wrapperInner .size1_7 .widgetCalendar .calendar,
#wrapperInner .size1_8 .widgetCalendar .calendar { width: 100%; }

/* 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,
.size1_3 .widgetHighlightRating label,
.size1_4 .widgetHighlightRating label,
.size1_5 .widgetHighlightRating label,
.size1_6 .widgetHighlightRating label,
.size1_7 .widgetHighlightRating label,
.size1_8 .widgetHighlightRating label { display: none; }
.widgetRssItem .widgetRssItemDate, .widgetHighlightPosts .widgetHighlightDate { padding-bottom: 10px; color: #FFF; }
.pageElement .widgetHighlightPosts .widgetHighlightThumbnail { margin-bottom: 10px; }
.pageElement .widgetHighlightPosts .linksmore + div { margin-top: 10px; }
.size1_3 .widgetHighlightRating, .size1_3 .widgetHighlightCommentsLink,
.size1_4 .widgetHighlightRating, .size1_4 .widgetHighlightCommentsLink,
.size1_5 .widgetHighlightRating, .size1_5 .widgetHighlightCommentsLink,
.size1_6 .widgetHighlightRating, .size1_6 .widgetHighlightCommentsLink,
.size1_7 .widgetHighlightRating, .size1_7 .widgetHighlightCommentsLink,
.size1_8 .widgetHighlightRating, .size1_8 .widgetHighlightCommentsLink { padding-top: 5px; }

/* 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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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; }

/* Widget de connexion */
.socialNetworkConnect { padding-top: 10px; }
a.facebookConnect, a.twitterConnect, a.googleConnect {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
  height: 31px;
  font: normal 12px/30px 'Roboto', 'Lucida Grande', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #5f78ab;
  border: 1px solid #405a91;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.twitterConnect {
  background-color: #55acee;
  border-color: #4998d5;
}
a.googleConnect {
  background-color: #cc3732;
  border-color: #b62b26;
}
a.facebookConnect:hover { background-color: #6895c4; }
a.twitterConnect:hover  { background-color: #6bcbf8; }
a.googleConnect:hover   { background-color: #e94d48; }
a.facebookConnect .iconSocialNetwork, a.twitterConnect .iconSocialNetwork, a.googleConnect .iconSocialNetwork {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(/common_images/skins/DefaultSkins1.5/icon_socialNetworks.png) 0 0 no-repeat;
}
a.twitterConnect .iconSocialNetwork { background-position: -30px 0; }
a.googleConnect .iconSocialNetwork  { background-position: -60px 0; }
a.facebookConnect > span, a.twitterConnect > span, a.googleConnect > span {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
a.facebookConnect > span { border-left: 1px solid #405a91; }
a.twitterConnect > span { border-left: 1px solid #4998d5; }
a.googleConnect > span { border-left: 1px solid #b62b26; }
a.googleConnect iframe { display: none; }

/* Newsletter */
.mailingSubscribe, .mailingSubscribeSuccess { text-align: center; }
.mailingSubscribe:before, .mailingSubscribeSuccess:before {
  content: '\e013';
  display: block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin: 10px auto 30px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 4rem;
  line-height: 98px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Widget météo */
.weatherForecast {
  padding-top: 20px;
  overflow: hidden;
}
.weatherTown .item, .weatherForecast .item {
  position: relative;
  float: left;
  padding: 10px 10px 10px 80px;
  border-right: 1px solid #ccc;
}
.weatherTown .item:last-child,
.weatherForecast .item:last-child { border: none; }
.weatherTown .itemPicture, .weatherForecast .itemPicture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 80px;
  text-align: center;
}

/* ---------------------------------------- */
/* 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: 30px;
}
.form_creator_footer {
  padding: 10px 0;
  margin-top: 30px;
}
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;
  box-shadow: 0 0 7px rgba(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                            */
/* ---------------------------------------- */
.diaporamaSlide { background: #eee; }
.diaporamaControlPrev, .diaporamaControlNext {
  padding: 20px;
  margin-top: -30px;
  cursor: pointer;
  line-height: 1;
  background: rgba(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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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,.7);
}
.diaporamaControlNext:hover {
  padding-right: 30px;
  background: rgba(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 rgb(150,150,150);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.diaporamaSimpleSlideshow .diaporamaDots span:hover,
.diaporamaSimpleSlideshow .diaporamaDots span.diaporamaDotActive { background: rgba(150,150,150,.6); }
.diaporamaExtra > div {
  display: inline-block;
  padding: 10px;
  color: #FFF;
  text-align: center;
}
.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;
}
h1 {
  text-align:center;
}
.point {
  font-size: 72px;
  color:grey;
}
h2 {
  text-align:center;
  font-weight:bold;
}
.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 .2s ease-out;
  -moz-transition: border-color .2s ease-out;
  -o-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
}
.monumentEntryDetailGallery li a img {
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .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                               */

.seminaires {
  width:60%;
}

/* ---------------------------------------- */

/* Colors */
.bg-blue { background: #0000FF; }
.bg-green { background: #007E4F; }
.bg-red { background: #FF0000; }
.bg-orange { background: #EC7404; }
.bg-black { background: #000; }
.bg-gray-light { background: #F2F2F2; }
.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; }
.banner h4 { display: none; }
.shadow-hover {
  -webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}
.shadow-hover:hover { box-shadow: 0 0 15px 15px rgba(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 2.5%; }
.size1_2 { width: 50%;  padding: 0 2.5%; }
.size1_3 { width: 33.33%; padding: 0 2.5%; }
.size1_4 { width: 25%; padding: 0 2.5%; }
.size1_5 { width: 20%; padding: 0 2.5%; }
.size1_6 { width: 16.66%; padding: 0 2.5%; }
.size1_7 { width: 14.285%; padding: 0 2.5%; }
.size1_8 { width: 12.5%; padding: 0 2.5%; }

#content [class *="col-xs"],
#content [class *="col-sm"],
#content [class *="col-md"] { width: 100%; }

.pa0  { padding: 0; }
.pa10 { padding: 10px; }
.pa20 { padding: 20px; }
.pa30 { padding: 30px; }
.pa40 { padding: 40px; }
.pt0  { padding-top: 0; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pr0  { padding-right: 0; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pb0  { padding-bottom: 0; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pl0  { padding-left: 0; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }

.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;
  box-shadow: 0 0 7px 7px rgba(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;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      border-radius: 4px;
}
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-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;
}
#element300{
  max-width:100%;
}

/* 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, .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*/
  }
}
@media screen and (min-width: 320px) and (max-width: 767px){
  h1 {
  font-size:29px!important;
}
h2 {/*SLB*/
  font-size:15px!important;
}
  .appuis{
    color:#EC7404;
  }
  #element939 span{
    display:none;
  }
    #element994{
    background: #007E4F;
    border-radius: 0 20px 0 20px;
    text-align: justify;
    margin-bottom:10%;
  }
  #element994 p {
    padding:3%;
  }
  #element994 span{
    color: white!important;
  }
  #element996 span{
    display:none;
  }
  .goat{
    width:15%;
    margin-top:-12%;
    display:none;
  }
  /*.arbo{
    max-width:140%;
  }*/
  #element949{
    background:#EC7404;
  }
  #element949 h2{
    text-align:start;
    color:white;
    padding:5%;
  }
  #element952{
      text-align: center;
    margin-bottom:20%;
    }
    #element952 .galerie{
      width:70%;
      display:block;
    margin:auto;
    }
    #element952 img{
    margin-bottom: 4%;
    border-bottom: solid #cfcfcf;
    }
  #element953{
    background:#007E4F;
  }
  #element953 h2{
    color:white;
    text-align:start;
    padding:5%;
  }
  #element955 img{
    width: 60%;
    display: block;
    margin: auto;
}
  .assurance{
    background: #EC7404;
    border-radius: 0 20px 0 20px;
    text-align: center;
  }
  #element957{
    margin-bottom:20%;
  }
  #element957 span{
    color:white!important;
  }
  #element957 img{
    width:50%;
    margin-top: -18%;
    margin-left: 66%;
  }
  .below{
    height:0;
  }
  #element959{
   background: #EC7404;
  }
  #element959 h2{
    color:white;
    text-align:start;
    padding:5%;
  }
   #element992 .elementSeparator{
    display:none;
  }
  #element960 .elementSeparator{
    display:none;
  }
  #element964{
    background: #007E4F;
  }
  #element964 h2{
    color:white;
    text-align:start;
    padding:5%;
  }
    #element970{
    margin-bottom:10%;
  }
  #element971{
    background: #EC7404;
  }
  #element971 h2{
    color:white;
    text-align:start;
    padding:5%;
  }
  #element973 .elementSeparator{
    display:none;
  }
  #element983{
    background-color: #007E4F;
  }
  #element983 h2{
    color:white;
    text-align:start;
    padding:5%;
  }
    #element989 .elementPicture{
    width:60%;
    display:block;
    margin:auto;
    margin-bottom:5%;
  }
     #element990 .elementPicture{
    width:60%;
    display:block;
    margin:auto;
    margin-bottom:5%;
  }
   #element991 .elementPicture{
    width:60%;
    display:block;
    margin:auto;
  }
  .listComments{
    display:none;
  }
  .list-group{
    display:none;
  }
  .addComments{
    display:none;
  }
  .ratingsDatas{
    display:none;
  }
}
@media screen and (min-width: 768px)and (max-width: 1023px) {
  .listComments{
    display:none;
  }
  .list-group{
    display:none;
  }
  .addComments{
    display:none;
  }
  .ratingsDatas{
    display:none;
  }
a.fancyboxPicture466>figure {
  text-align:end;
}
a.fancyboxPicture466>figure>img {
width:100%;
}
  p{
    font-size:18px;
  }
  strong{
    font-size:20px;
  }
  .appuis{
    color:#EC7404;
  }
  #element939 span{
    display:none;
  }
  #element996 span{
    display:none;
  }
  
  .goat{
    width:15%;
  }
  .arbo1{
    display: block;
    margin-top: -30%;
    width: 80%;
    margin-left: 30%;
  }
  #element949{
        background-color: #EC7404;
  }
  #element949 h2{
    color: white!important;
    font-weight: bold;
    text-align: start;
    margin-left: 15%;
    padding: 1%;
  }
  img[alt~="adn"] {
    margin-left: 80%!important;
  }
    #element952 .gallery {
    flex-direction: column;
      margin-top:2%;
  }
  #element952 .gallery{
    width: 50%;
    margin-left: 25%;
}
  #element952 img{
    max-width: 280%;
    margin-bottom: 10%;
    border-bottom: solid #cfcfcf;
  }
  #element953{
    background-color: #007E4F;
  }
  #element953 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding: 2%;
}
  #element954>div{
    margin-top: 20px;
    margin-bottom: px;
    border-top-style: solid;
    border-width: 5px;
    border-color: #ffffff;
  }
  #element955 img{
    width:80%;
  }
  .assurance{
    background: #EC7404;
    border-radius: 0 20px 0 20px;
    text-align: center;
  }
  .below{
    height:0;
  }
  #element957 img{
    width: 30%;
    margin-top: -80px;
  }
  #element959{
    background: #EC7404;
  }
  #element959 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding: 2%;
}
  #element960{
    display:none;
  }
  #element964{
    background:#007E4F
  }
  #element964 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding:2%;
  }
  #element970{
    margin-bottom:10%;
  }
  #element971{
    background-color: #EC7404;
  }
  #element971 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding: 2%;
}
  #element973{
    display:none;
  }
  #element983{
    background-color: #007E4F;
  }
  #element983 h2{
    color: white;
    text-align: start;
    margin-left: 10%;
    padding: 2%;
  }
  #element994{
    background: #007E4F;
    border-radius: 0 20px 0 20px;
    text-align: justify;
    margin-top: -40px;
  }
  #element994 p{
    padding: 2%;
  }
  #element994 span {
    color: white!important;
    font-size: 22px;
}
    #element989 .elementPicture{
    width:60%;
    display:block;
    margin:auto;
    margin-bottom:5%;
  }
     #element990 .elementPicture{
    width:60%;
    display:block;
    margin:auto;
    margin-bottom:5%;
  }
   #element991 .elementPicture{
    width:60%;
    display:block;
    margin:auto;
  }
}
@media screen and (min-width: 1024px)and (max-width: 1439px) {
.listComments{
    display:none;
  }
  .list-group{
    display:none;
  }
  .addComments{
    display:none;
  }
  .ratingsDatas{
    display:none;
  }
a.fancyboxPicture466>figure {
  text-align:end;
}
a.fancyboxPicture466>figure>img {
width:100%;
}
  p{
    font-size:18px;
  }
  strong{
    font-size:20px;
  }
  #element939 span{
    display:none;
  }
  #element996 span{
    display:none;
  }
  .goat{
    width:15%;
  }
  .arbo1{
    display: block;
    margin-top: -30%;
    width: 80%;
    margin-left: 30%;
  }
  #element949{
        background-color: #EC7404;
  }
  #element949 h2{
    color: white!important;
    font-weight: bold;
    text-align: start;
    margin-left: 15%;
    padding: 1%;
  }
  #element950{  
  background: #cfcfcf;
    height: 96px;
    margin-top: 45px;
  }
  img[alt~="adn"] {
    margin-left: 80%!important;
  }
    #element952 .gallery {
    flex-direction: column;
      margin-top:2%;
  }
  #element952 img{
    max-width: 280%;
    margin-bottom: 10%;
    border-bottom: solid #cfcfcf;
  }
  #element953{
    background-color: #007E4F;
  }
  #element953 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding: 2%;
}
  #element954{
    background: #cfcfcf;
    height: 5px;
    margin-top: 25px;
  }
  #element954>div{
    margin-top: 20px;
    margin-bottom: px;
    border-top-style: solid;
    border-width: 5px;
    border-color: #ffffff;
  }
  #element955 img{
    width:80%;
  }
  .assurance{
    background: #EC7404;
    border-radius: 0 20px 0 20px;
    text-align: center;
  }
  .below{
    height:0;
  }
  #element957 .structured_text_semantique_text{
   background:#EC7404;
    padding:2%;
    border-radius: 0 20px 0 20px;
    text-align: center;
}
  #element992{
    margin-top:15%;
  }
    
  #element957 img{
    margin-left: 340px;
    width: 70%;
    margin-top: -150px;
  }
  #element959{
    background: #EC7404;
  }
  #element959 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding: 2%;
}
  #element960{
    background: #cfcfcf;
    height: 84px;
    margin-top: 55px;
}
  #element964{
    background:#007E4F
  }
  #element964 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding:2%;
  }
  #element965{
    background: #cfcfcf;
    margin-top: 25px;
    height: 5px;
  }
  #element971{
    background-color: #EC7404;
  }
  #element971 h2{
    color: white;
    text-align: start;
    margin-left: 15%;
    padding: 2%;
}
  #element973{
    background: #cfcfcf;
    margin-top: 40px;
    height: 49px;
}
  #element983{
    background-color: #007E4F;
    width:70%;
  }
  #element983 h2{
    color: white;
    text-align: start;
    margin-left: 10%;
    padding: 2%;
  }
  #element984{
        background: #cfcfcf;
    margin-top: 40px;
    height: 5px;
    width:30%;
}
  #element994{
    background: #007E4F;
    border-radius: 0 20px 0 20px;
    text-align: justify;
    margin-top: -40px;
  }
  #element994 span {
    color: white!important;
    font-size: 22px;
}
  .appuis{
    color:#EC7404;
  }
}
@media screen and (min-width: 1650px){
#element957{
    margin-top: -67px;
    margin-left: -190px;
  }
  .arbo{
    width: 70%!important;
    margin-top: -400px!important;
    margin-left:500px!important;
  }
}
@media screen and (min-width: 1440px){
  
body.nos_forces_vos_benefices h1{
    font-size:48px;
  }
  body.nos_forces_vos_benefices h2{
    font-size:38px;
  }
  body.nos_forces_vos_benefices p{
    font-size:20px;
  }
  .arbo{
    width: 70%;
    margin-top: -200px;
    margin-left:200px;
  }
    
.seminaire{
  width:70%;
}
  div.seminaire img{
    margin-left:50%;
  }
  #element957{
    margin-left: -150px;
  }
div#element493 {
  width:40%
}
  #element939 h1{
    margin-left:11%;
  }
  #element940 h2{
    margin-left:5%;
  }
#element994{
  background:#007E4F;
  border-radius: 0 20px 0 20px;
  width: 26%;
  text-align: justify;
    margin-top:-40px;
}
  #element994 span{
    color:white!important;
    font-size:22px;
  }
  #element994 p{
   padding-top:10px;
  }
  #element942{
    margin-top:2%
  }
  #element942 p{
    margin-left:5%;
  }
  #element943{
    width: 60%;
    margin-left:10%;
  }
  #element943 h3{
    margin-left: 10%;
  }
  #element943 p{
    margin-left: 15%;
  }
  
  #element944{
    width:26%
  }
  #element944 p{
    width:26%
  }
div#element946{
    width:30%;
  }
  #element949{
    background-color:#EC7404;
  }
  div#element949>.elementTitle>h2 {
    color:white!important;
    font-weight:bold;
    text-align:right;
    margin-right:15%;
    padding:1%;
  }
  .goat{
    width: 15%;
    margin-top: -80px;
  }
  
  #element950{
    background: #cfcfcf;
    height: 96px;
    margin-top: 45px;
  }
  .appuis{
    font-weight:bold;
    color:#EC7404;
    padding-top:30px;
  }
  
  /*.gallery>div {
    border-bottom:solid #cfcfcf 5px;
    padding-top:20px;
    width:45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  div.gallery div img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }*/
  .gallery{
    padding-bottom:60px;
  }
  #element951{
    /*margin-left:8%;*/
    width:60%;
  }
  #element951 p{
    margin-left:2%;
    margin-top:3%;
  }
  #element952{
    width:30%;margin-left:8%;
  }
  #element952 .gallery{
    flex-direction:column;
  }
   #element952 img{
    max-width:280%;
    margin-bottom: 10%;
    border-bottom: solid #cfcfcf;
  }
  img[alt~="adn"]{
    margin-left:80%!important;
  }
  #element953{
    background-color:#007E4F;
  }
  #element953 h2{
    color:white;
    text-align:right;
    margin-right:15%;
    padding:2%;
  }
  div.formulation>h2 {
    color:white!important;
  }
  .nourriture{
    padding-top:50px;
    padding-bottom:30px;
}
  #element954{
    background: #cfcfcf;
    height: 5px;
    margin-top: 25px;
  }
  #element955{
    width:40%;
  }
  #element995{
    margin-top: 10px;
    background: #f2f2f2;
    height: 1px;
    box-shadow: 0px 3px 9px black;
  }
  #element956{
    margin-top:60px;
  }
  #element956 p{
    margin-left:5%;
  }
   .assurance{
    width:50%;
    background:#EC7404;
    border-radius: 0 20px 0 20px;
    text-align:center;
  }
  div.assurance>.below{
    height:0;
  }
  .assurance img {
    margin-left: 400px;
    margin-top: -250px;
  }
 
  #element959{
    background:#EC7404;
  }
  div#element959 h2{
    color:white;
    text-align:right;
    margin-right:15%;
    padding:2%;
  }
  #element960{
    background: #cfcfcf;
    height: 124px;
    margin-top: 55px;
  }
  #element961{
    margin-left:6%;
  }
  #element961 .etroite{
    margin-left:3%;
  }
  #element962{
    width:40%;
  }
  #element964{
    background:#007E4F;
  }
  #element964 h2{
    color:white;
    text-align:right;
    margin-right:15%;
      padding:2%;
  }
  #element965{
    background: #cfcfcf;
    margin-top: 25px;
    height: 5px;
  }
  #element967 img{
    width:60%;
    display:block;
    margin:auto;
    box-shadow: -20px -20px #007E4F;
  }
    div.diaporamaSlide{
    background-color:white!important;
  }
  #element968 h4{
    font-weight:bold;
  }
  #element968 p{
    margin-left:5%;
  }
  #element970{
    width:45%;
  }
  #element971{
    background-color:#EC7404;
  }
  #element971 h2{
    color:white;
    text-align:right;
    margin-right:15%;
    padding:2%;
  }
  #element973{
    background: #cfcfcf;
    margin-top: 40px;
    height:79px;
  }
  #element974{
   text-align:justify;
    margin-left:5%;
  }
  #element974 p{
   text-align:justify;
    margin-left:5%;
  }
  #element976{ 
    width:45%;
  }
  #element979 h3{
    color:#EC7404;
    margin-left:5%;
  }
  .row{
    display: flex;
    flex-direction: row;
  }
  .row>p{
    width:40%;
    margin-left:8%;
    text-align:justify;
  }
  #element981 h3{
    color:#EC7404;
    margin-left:20%;
  }
  #element982 p{
    margin-right:25%;
  }
  #element983{
    background-color:#007E4F;
  }
  #element983 h2{
    color:white;
    text-align:right;
    margin-right:10%;
    padding:2%;
  }
  #element984{
    background: #cfcfcf;
    margin-top: 30px;
    height: 5px;
  }
  #element986{
   /* margin-left:10%;*/
    margin-right:10%;
  }
  #element988{
    /*margin-left:10%;*/
    margin-right:10%;
  }
  #element996{
    height:900px;
  }
  div.grid-3{
    margin-left:10.5%;
    width:78.5%!important;
  }
  .listComments{
    display:none;
  }
  .list-group{
    display:none;
  }
  .addComments{
    display:none;
  }
  .ratingsDatas{
    display:none;
  }
}
  
  /*RECTIFICATION*/
  #element300{
    max-width: 28.666667%;
    margin-left: 0%;
    Float: left;
    /*margin-top: -50%;*/
  }
  #element181{
    padding-bottom: 5%;
    padding-top: 5%;
  }
  #element178 h6{
    margin-top:2%;
  }
  
  #element1016 img{
    width: 90%;
    margin-left: 9%;
    padding: 5%;
}
  #element1018{
    margin-top:-11%;
  }
  #element1018 .pic{
    margin-top:4%;
  }
  #element1022 img{
    width: 60%;
    margin-left: 20%;
    padding: 2%;
  }
  #element1024 img{
    margin-top:-10%;
    margin-bottom:-20%;
  }
    #element1030 img{
    margin-top: -15%;
    margin-bottom: -10%;
  }
  #element1029 img{
    width: 70%;
    padding: 2%;
    display: block;
    margin: auto;
  }
  #element1022 div.detail_programme{
    margin-top:15.7%;
  }
} 
    
   /* NOS PARTENAIRES */
@media screen and (min-width: 320px) and (max-width:769px){
 
  #element1032 span{
    display:none;
  }
  .nos_partenaires img{
    width:30%;
    display:block;
    margin:auto;
  }
  header img{
    width:100%!important;
  }
  .mCS_img_loaded{
    width:100%!important;
  }
  h3{
    font-size:22px!important;
  }
  .dev{
    width:40%!important;
  }
  h1{
    text-align:start;
  }
  .solup{
    border-top:solid #EC7404;
  }
  .soldown{
    border-bottom:solid #EC7404;
  }
}

@media screen and (min-width: 770px)and (max-width:1024px){
  #element998{
    background-color:#007E4F;
  }
  #element998 h2{
    color:white;
    padding:2%;
  }
  .separation1{
   clear: both;
   margin-top :20px;
   margin-bottom:20px;
   height: 700px;
   width : 5px;
   background: #EC7404;
  }
  #element1001{
    width:5%;
  }
  #element1002{
    width:40%;
    margin-left:-4%;
  }
  #element1002 p{
    margin-left:10%;
    width:60%;
  }
  #element1004{
    width:5%;
  }
  #element1005{
    width:40%;
    margin-left:-4%;
  }
  #element1005 p{
    width:60%;
    margin-left:10%;
  }
  #element1007{
    width:5%;
  }
    .chevre{
    width:70%;
    margin-left:15%;
  }
  .expertise{
    width:70%;
    margin-left:15%;
  }
  #element1008{
    width:32%;
    margin-left:-4%;
  }
  #element1008 p{
    width:70%;
  }
  #element1011{
    margin-top:-14%;
    padding:0;
  }
}
@media screen and (min-width: 1025px)and (max-width:1439px){
  #element1032 span{
    display:none;
  }
  #elements_list img{
    display:block;
   
  }
  .dev{
    width:70%!important;
  }
  .separation1{
   clear: both;
   margin-top :20px;
   margin-bottom:20px;
   height: 800px;
   width : 5px;
   background: #EC7404;
  }
  
}

@media screen and (min-width: 1025px)and (max-width: 1439px){
  #element1001{
    width:5%;
  }
  #element1004{
    width:5%;
  }
  #element1007{
    width:5%;
  }
  #element1002{
    width:25%;
  }
  #element1005{
    width:25%;
  }
  #element1008{
    width:25%;
  }
  
}
@media screen and (min-width: 1440px){
  #element998{
    background-color:#007E4F;
  }
  #element998 h2{
    color:white;
    padding:2%;
  }
  .separation1{
   clear: both;
   margin-top :20px;
   margin-bottom:20px;
   height: 800px;
   width : 5px;
   background: #EC7404;
  }
  #element1001{
    width:2%;
  }
  #element1002{
    width:40%;
    margin-left:-4%;
  }
  #element1002 p{
    margin-left:10%;
    width:60%;
  }
  #element1004{
    width:5%;
    margin-left:-4%;
  }
  #element1005{
    width:40%;
    margin-left:-4%;
  }
  #element1005 p{
    width:60%;
    margin-left:10%;
  }
  #element1007{
    width:5%;
    margin-left:-4%;
  }
    .chevre{
    width:70%;
    margin-left:15%;
  }
  .expertise{
    width:70%;
    margin-left:15%;
  }
  #element1008{
    width:32%;
    margin-left:-4%;
  }
  #element1008 p{
    width:70%;
  }
  #element1011{
    margin-top:-14%;
    padding:0;
  }
  .icolap{
    margin-top:5%;
  }
}
@media screen and (min-width: 1920px){
  .separation1{
    height:1000px!important;
  }
}
 /* ACCUEIL */
@media screen and (min-width: 320px)and (max-width:425px) {
  
  #element3 h1{
    text-align:center!important;
  }
   #element3 h2{
    text-align:center!important;
  }
 #element124 .diaporamaControlPrev{
    display:none!important;
  }
  #element124 .diaporamaControlNext{
    display:none!important;
  }
  #element133 {
    width:50%;
  }
  #element134 {
    width:50%;
  }
  #element135 {
    width:50%;
  }
  #element136 {
    width:50%;
  }
  #element128 h2{
    font-size:13px!important;
  }
}
@media screen and (min-width: 768px)and (max-width:1023px) {
  #element133 {
    width:25%;
  }
  #element134 {
    width:25%;
  }
  #element135 {
    width:25%;
  }
  #element136 {
    width:25%;
  }
}
/* NOS VALEURS */
@media screen and (min-width: 992px)and (max-width:1181px){
  #element150{
  position: absolute;
    margin-left: 35%;
    margin-top: -32%;
}
  #element154{
    margin-top:20%;
  }
}
@media screen and (min-width: 1182px)and (max-width:1439px){
  #element150{
  position: absolute;
    margin-left: 35%;
    margin-top: -32%;
}
}
@media screen and (min-width: 1440px)and (max-width: 1599px){
  #element150{
  position: absolute;
    margin-left: 35%;
    margin-top: -35%;
}
}
@media screen and (min-width: 1600px){
  #element150{
  position: absolute;
    margin-left: 30%;
    margin-top: -30%;
}
}
/* ACCUEIL */
.tarteaucitronAlertSmallBottom{
    display:none!important;
  }

@media screen and (min-width: 320px) and (max-width: 425px){
#element1035 span{
  display:none;
}
  #element1035 h1{
  text-align:center;
}
  
}
@media screen and (min-width: 1440px) {
   #element140{
    position: absolute;
    margin-left: 60%;
    margin-top: -20%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1110px) {
   #element140{
    position: absolute;
    margin-left: 55%;
    margin-top: -60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
   #element165{
    margin-top: 15%;
  }
}

.pictoMainPage{
  margin:auto;
}
/*CHEVAUX*/
.numero{
  text-align:center;
}

@media screen and (min-width: 320px) and (max-width: 425px){
  #element299 tr{
    display:flex;
    flex-direction:column;
  }
  .phrlong{
    margin-left:-10%;
  }
}

/* PORC */

#element1039 img{
  margin-top: -20%;
    margin-bottom: -10%;
}

/* LAPIN */
.numero{
  display: flex;
    justify-content: space-between;
  font-weight:bold;
}


 /* SEARCH  */ 

#search h2{
  margin-top:2%;
  margin-left:-10%;
}
#search{
  margin-left:10%;
}
#element1083{
  background-color: #f2f2f2;
}
.partenairesAcc{
  display: flex;
    height: 29vw;
    padding-right: 10%;
    padding-left: 10%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.partenairesAcc2{
  display: flex;
    padding-right: 10%;
    padding-left: 10%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.partenairesAcc2 div {
    width: 15%;
}
.partenairesAcc div {
    width: 15%;
}