﻿@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html, body, body > form {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: bold;
  font-size: calc(100% + 3px);
  /* margin-bottom: 7px; */
  line-height: calc(100% + 6px);
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

li {
  display: list-item;
  list-style: outside;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub, sup, small {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

input,
textarea,
select,
.inputIco span {
  display: inline-block;
  padding: 7px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  color: #565656;
  -webkit-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  -moz-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  -ms-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  min-width: 100px;
  margin: 0 0 10px 0;
  font-family: inherit;
}

/*Style des textbox type number*/
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #777;
}

input[type=submit],
input[type=button],
input[type=reset] {
  padding: 7px 15px;
  background: #565656;
  color: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  border-color: #999;
  background: none;
  color: #565656;
}

select {
  background: #eee;
  line-height: 1;
  border: 0;
}

.formIconMail {
  padding-left: 50px;
  color: #ddd;
  color: #f5f;
}

.inputIco {
  display: inline-flex;
  min-height: 35px;
  margin-bottom: 10px;
}

.inputIco input,
.inputIco textarea {
  order: 2;
  min-width: 180px;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.inputIco span {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  width: 37px;
  padding: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #bbb;
}

.inputIco input:focus + span,
.inputIco textarea:focus + span {
  border-color: #777;
  color: #777;
}

.inputIco span:before {
  margin: 0;
}

/*.inputIco:before {
			font-family: 'boonIco';
			content: '\f183';
		}*/
/* Placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Firefox < 19 */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
  opacity: 0.5;
}

input:focus:-moz-placeholder textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox > 19 */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder textarea:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

table {
  border: 0;
}

/************ BOUTONS STYLES ************/
.bouton {
  background: #000;
  text-align: center;
  color: #fff !important;
  border: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  margin: 0 auto 0 auto;
  text-decoration: none !important;
  display: inline-block;
  font-size: 10px;
}

.bouton:hover {
  cursor: pointer;
  background: #666;
  color: #fff;
  text-decoration: none !important;
}

/************ STYLE DES CHECKBOXES ET RADIOS BUTTONS ************/
/*CHECKBOXES*/
input[type=checkbox]:not(:checked), input[type=checkbox]:checked {
  left: -9999px;
  position: absolute;
}

input[type=checkbox]:not(:checked) + label, input[type=checkbox]:checked + label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}

input[type=checkbox]:not(:checked) + label::before, input[type=checkbox]:checked + label::before {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
  margin-top: -4px;
}

/*Cochée*/
input[type=checkbox]:not(:checked) + label::after, input[type=checkbox]:checked + label::after {
  color: #1dc5fc;
  content: "✔";
  font-size: 14px;
  left: 4px;
  line-height: 1.75;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  margin-top: -5px;
}

input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

input[type=checkbox]:disabled:not(:checked) + label::before, input[type=checkbox]:disabled:checked + label::before {
  background-color: #ddd;
  border-color: #bbb;
  box-shadow: none;
}

input[type=checkbox]:disabled:checked + label::after {
  color: #999;
}

input[type=checkbox]:disabled + label {
  color: #aaa;
}

input[type=checkbox]:checked:focus + label::before, .checkbox input[type=checkbox]:focus:not(:checked) + label::before {
  /*border: 1px dotted blue;*/
}

/*Style des erreurs champs*/
.errorControl {
  background-color: #FBE3E4 !important;
  border: solid 1px Red !important;
}

/*RADIOS*/
.radio {
  padding: 0;
  margin-left: 0;
}

.radio li {
  display: inline-block;
  background: none;
  padding: 0;
  margin-right: 15px;
}

input[type=radio]:checked, input[type=radio]:not(:checked) {
  display: none;
}

*::before, *::after {
  box-sizing: border-box;
}

input[type=radio]:checked + label::before, input[type=radio]:not(:checked) + label::before, input[type=radio]:checked + label::after, input[type=radio]:not(:checked) + label::after {
  border-radius: 50%;
}

input[type=radio]:checked + label::before, input[type=radio]:not(:checked) + label::before {
  border: 1px solid #d8d8d8;
  content: "";
  cursor: pointer;
  display: block;
  height: 20px;
  left: -5px;
  position: absolute;
  top: 3px;
  width: 20px;
}

input[type=radio]:checked + label::after {
  background: #1dc5fc none repeat scroll 0 0 !important;
}

input[type=radio]:checked + label, input[type=radio]:not(:checked) + label {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
  margin-right: 15px;
}

input[type=radio]:checked + label::after, input[type=radio]:not(:checked) + label::after {
  border: 3px solid white;
  content: "";
  cursor: pointer;
  display: block;
  height: 18px;
  left: -4px;
  position: absolute;
  top: 4px;
  transition: background-color 0.3s ease 0s;
  width: 18px;
}

select.list1 {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  background: url("../images/dropdownBtn.png") no-repeat right 0 #fff;
  height: 34px;
  padding: 5px 20px 5px 5px;
  cursor: pointer;
}

select.list1:hover {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  background: url("../images/dropdownBtn.png") no-repeat right -34px #fff;
  height: 34px;
  padding: 5px 20px 5px 5px;
  cursor: pointer;
}

.list1 option {
  border: 0;
  padding: 10px;
}

#panBandeauAdministrateurConnecte {
  position: fixed;
  left: 0;
  top: 90px;
  z-index: 99999999;
}

#panBandeauAdministrateurConnecte a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
}

#panBandeauAdministrateurConnecte a:hover {
  background: #3d3737;
}

#panBandeauAdministrateurConnecte a > span {
  display: inline-block;
  padding: 8px 5px 8px 8px;
}

#panBandeauAdministrateurConnecte a span:before {
  font-size: 10px;
}

.siteMaintenance {
  padding: 5px 8px;
  background: #fcb8b8;
  color: #cf3232;
  font-size: 10px;
}

.siteMaintenance span:before {
  font-size: 18px !important;
}

/************ Style des bannières de messages erreur ou confirm *************/
.banniereMessageInterface {
  padding: 20px 0;
  background: #b3face;
  text-align: center;
  font-size: 15px;
  color: #0b980a;
  font-weight: bold;
  position: fixed;
  min-height: 10px;
  width: 100%;
  display: block;
  z-index: 99999999;
  top: -100px;
  left: 0;
  right: 0;
}

.banniereMessageInterface.error {
  background: #fcb8b8;
  color: #cf3232;
}

.banniereMessageInterface.error #fermerMessagesInterface {
  background: url(../images/closeMessagesInterfaceErreur.png) no-repeat center center;
  display: inline-block;
  width: 30px;
  height: 60px;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}

.banniereMessageInterface #fermerMessagesInterface {
  background: url(../images/closeMessagesInterface.png) no-repeat center center;
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}

.ctTxtMessageInterface {
  line-height: 18px;
}

/*-------------------------------------*/
/*------------- FONT ICONE -------------*/
/*-------------------------------------*/
@font-face {
  font-family: "boonIco2";
  src: url("fonts/boonIco2.eot?wkawo4");
  src: url("fonts/boonIco2.eot?wkawo4#iefix") format("embedded-opentype"), url("fonts/boonIco2.ttf?wkawo4") format("truetype"), url("fonts/boonIco2.woff?wkawo4") format("woff"), url("fonts/boonIco2.svg?wkawo4#boonIco2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 boonIco2;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-size: 17px;
  margin-right: 5px;
}

.listingIcon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  position: relative;
}

.listingIcon span em {
  font-family: Arial;
  position: absolute;
  left: -60px;
  bottom: 40px;
  width: 120px;
  font-style: normal;
  background: #000;
  line-height: 14px;
  padding: 5px 20px;
  color: #fff;
  display: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.listingIcon span em b {
  margin: 0 10px;
  display: block;
  line-height: 1px;
  opacity: 0;
}

.listingIcon span:hover em {
  display: inline-block;
}

.listingIcon [class^=icon-]:hover:before, .listingIcon [class*=" icon-"]:hover:before {
  font-size: 40px;
  top: -10px;
}

.icon-superman-logo2:before {
  content: "\ea59";
}

.icon-agenda:before {
  content: "\e910";
}

.icon-arobase:before {
  content: "\e911";
}

.icon-attention:before {
  content: "\e912";
}

.icon-bounce2:before {
  content: "\e913";
}

.icon-bounce1:before {
  content: "\ea58";
}

.icon-box:before {
  content: "\e9b3";
}

.icon-box2:before {
  content: "\e9b4";
}

.icon-box3:before {
  content: "\e9b5";
}

.icon-bulle:before {
  content: "\e9b6";
}

.icon-camera2:before {
  content: "\e9b7";
}

.icon-camion2:before {
  content: "\e9d1";
}

.icon-camion3:before {
  content: "\e9d3";
}

.icon-cb2:before {
  content: "\e9f2";
}

.icon-cb3:before {
  content: "\e9f4";
}

.icon-check22:before {
  content: "\e9f5";
}

.icon-code:before {
  content: "\e9f6";
}

.icon-coeur:before {
  content: "\e9f7";
}

.icon-commentaire:before {
  content: "\e9f8";
}

.icon-croix1:before {
  content: "\e9f9";
}

.icon-croix2:before {
  content: "\e9fa";
}

.icon-cup:before {
  content: "\e9fb";
}

.icon-dead:before {
  content: "\e9fc";
}

.icon-dead2:before {
  content: "\e9fd";
}

.icon-diagramme:before {
  content: "\e9fe";
}

.icon-download2:before {
  content: "\e9ff";
}

.icon-download22:before {
  content: "\ea00";
}

.icon-ecran:before {
  content: "\ea01";
}

.icon-etoile1:before {
  content: "\ea02";
}

.icon-etoile1Full:before {
  content: "\ea03";
}

.icon-export:before {
  content: "\ea04";
}

.icon-export2:before {
  content: "\ea05";
}

.icon-fleche1B:before {
  content: "\ea06";
}

.icon-fleche1D:before {
  content: "\ea07";
}

.icon-fleche1G:before {
  content: "\ea08";
}

.icon-fleche1H:before {
  content: "\ea09";
}

.icon-fleche2B:before {
  content: "\ea0a";
}

.icon-fleche2D:before {
  content: "\ea0b";
}

.icon-fleche2G:before {
  content: "\ea0c";
}

.icon-fleche2H:before {
  content: "\ea0d";
}

.icon-fleche3b:before {
  content: "\ea0e";
}

.icon-fleche3d:before {
  content: "\ea0f";
}

.icon-fleche3g:before {
  content: "\ea10";
}

.icon-fleche3h:before {
  content: "\ea11";
}

.icon-fleche4b:before {
  content: "\ea12";
}

.icon-fleche4d:before {
  content: "\ea13";
}

.icon-fleche4g:before {
  content: "\ea14";
}

.icon-fleche4h:before {
  content: "\ea15";
}

.icon-fleche5b:before {
  content: "\ea16";
}

.icon-fleche5d:before {
  content: "\ea17";
}

.icon-fleche5g:before {
  content: "\ea18";
}

.icon-fleche5h:before {
  content: "\ea19";
}

.icon-fleche6b:before {
  content: "\ea1a";
}

.icon-fleche6d:before {
  content: "\ea1b";
}

.icon-fleche6g:before {
  content: "\ea1c";
}

.icon-fleche6h:before {
  content: "\ea1d";
}

.icon-hdd:before {
  content: "\ea1e";
}

.icon-headphones2:before {
  content: "\ea1f";
}

.icon-idee:before {
  content: "\ea20";
}

.icon-interdit:before {
  content: "\ea21";
}

.icon-lien:before {
  content: "\ea22";
}

.icon-lock2:before {
  content: "\ea23";
}

.icon-lockOpen:before {
  content: "\ea24";
}

.icon-loupe:before {
  content: "\ea25";
}

.icon-medaille:before {
  content: "\ea26";
}

.icon-moins1:before {
  content: "\ea27";
}

.icon-moins2:before {
  content: "\ea28";
}

.icon-money:before {
  content: "\ea29";
}

.icon-money2:before {
  content: "\ea2a";
}

.icon-move1:before {
  content: "\ea2b";
}

.icon-move2:before {
  content: "\ea2c";
}

.icon-outil:before {
  content: "\ea2d";
}

.icon-param2:before {
  content: "\ea2e";
}

.icon-partage:before {
  content: "\ea2f";
}

.icon-pdf1:before {
  content: "\ea30";
}

.icon-pdf2:before {
  content: "\ea31";
}

.icon-pdf3:before {
  content: "\ea32";
}

.icon-picture:before {
  content: "\ea33";
}

.icon-plus22:before {
  content: "\ea34";
}

.icon-pouce:before {
  content: "\ea35";
}

.icon-reseau:before {
  content: "\ea36";
}

.icon-save2:before {
  content: "\ea37";
}

.icon-time1:before {
  content: "\ea40";
}

.icon-transfert:before {
  content: "\ea41";
}

.icon-trombone:before {
  content: "\ea42";
}

.icon-compte:before {
  content: "\e93e";
}

.icon-engrenage:before {
  content: "\e9a7";
}

.icon-menu2:before {
  content: "\e9a8";
}

.icon-menu3:before {
  content: "\e9a9";
}

.icon-menu4:before {
  content: "\e9aa";
}

.icon-menu5:before {
  content: "\e9ab";
}

.icon-param:before {
  content: "\e9ac";
}

.icon-superman:before {
  content: "\e9ad";
}

.icon-rss:before {
  content: "\e9f1";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-check2:before {
  content: "\f00c";
}

.icon-close2:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-flag:before {
  content: "\f024";
}

.icon-credit-card2:before {
  content: "\f09d";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder2:before {
  content: "\f0c9";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-laptop2:before {
  content: "\f109";
}

.icon-tablet2:before {
  content: "\f10a";
}

.icon-mobile3:before {
  content: "\f10b";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-file:before {
  content: "\e900";
}

.icon-file2:before {
  content: "\e901";
}

.icon-file3:before {
  content: "\e902";
}

.icon-checkmark:before {
  content: "\e903";
}

.icon-checkmark3:before {
  content: "\e904";
}

.icon-cancel:before {
  content: "\e905";
}

.icon-cancel2:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-plus2:before {
  content: "\e908";
}

.icon-minus:before {
  content: "\e909";
}

.icon-minus2:before {
  content: "\e90a";
}

.icon-notice:before {
  content: "\e90b";
}

.icon-notice2:before {
  content: "\e90c";
}

.icon-picture2:before {
  content: "\ea43";
}

.icon-pictures:before {
  content: "\ea44";
}

.icon-chart:before {
  content: "\ea45";
}

.icon-chart2:before {
  content: "\ea46";
}

.icon-basket:before {
  content: "\e90d";
}

.icon-phone2:before {
  content: "\ea47";
}

.icon-map3:before {
  content: "\ea48";
}

.icon-trashcan:before {
  content: "\e90e";
}

.icon-lab:before {
  content: "\e90f";
}

.icon-batman:before {
  content: "\e9ae";
}

.icon-box4:before {
  content: "\ea49";
}

.icon-attachment2:before {
  content: "\e9af";
}

.icon-pin:before {
  content: "\ea4a";
}

.icon-envelope:before {
  content: "\e914";
}

.icon-male:before {
  content: "\ea4b";
}

.icon-female:before {
  content: "\ea4c";
}

.icon-sun:before {
  content: "\ea4d";
}

.icon-moon:before {
  content: "\ea4e";
}

.icon-paperplane:before {
  content: "\e915";
}

.icon-rocket2:before {
  content: "\e916";
}

.icon-expand:before {
  content: "\ea4f";
}

.icon-collapse:before {
  content: "\ea50";
}

.icon-popout:before {
  content: "\e917";
}

.icon-popin:before {
  content: "\e918";
}

.icon-checked:before {
  content: "\e919";
}

.icon-error2:before {
  content: "\e91a";
}

.icon-add:before {
  content: "\e91b";
}

.icon-minus3:before {
  content: "\e91c";
}

.icon-fullscreen-exit-alt:before {
  content: "\ea51";
}

.icon-fullscreen-alt:before {
  content: "\ea52";
}

.icon-layers:before {
  content: "\ea53";
}

.icon-chevron-down:before {
  content: "\f0a3";
}

.icon-chevron-left:before {
  content: "\f0a4";
}

.icon-chevron-right:before {
  content: "\f078";
}

.icon-chevron-up:before {
  content: "\f0a2";
}

.icon-database:before {
  content: "\f096";
}

.icon-heart:before {
  content: "♥";
}

.icon-link2:before {
  content: "\f05c";
}

.icon-link-external:before {
  content: "\f07f";
}

.icon-pulse:before {
  content: "\f085";
}

.icon-puzzle:before {
  content: "\f0c0";
}

.icon-tools:before {
  content: "\f031";
}

.icon-triangle-down:before {
  content: "\f05b";
}

.icon-triangle-left:before {
  content: "\f044";
}

.icon-triangle-right:before {
  content: "\f05a";
}

.icon-triangle-up:before {
  content: "\f0aa";
}

.icon-home:before {
  content: "\e91d";
}

.icon-home3:before {
  content: "\e91e";
}

.icon-pencil:before {
  content: "\e91f";
}

.icon-quill:before {
  content: "\e920";
}

.icon-image:before {
  content: "\e921";
}

.icon-camera:before {
  content: "\e922";
}

.icon-headphones:before {
  content: "\e923";
}

.icon-music:before {
  content: "\e924";
}

.icon-play:before {
  content: "\e925";
}

.icon-connection:before {
  content: "\e926";
}

.icon-mic:before {
  content: "\e927";
}

.icon-book:before {
  content: "\e928";
}

.icon-file-empty:before {
  content: "\e929";
}

.icon-files-empty:before {
  content: "\e92a";
}

.icon-file-text2:before {
  content: "\e92b";
}

.icon-file-picture:before {
  content: "\e92c";
}

.icon-file-music:before {
  content: "\e92d";
}

.icon-file-play:before {
  content: "\e92e";
}

.icon-file-video:before {
  content: "\e92f";
}

.icon-file-zip:before {
  content: "\e930";
}

.icon-copy:before {
  content: "\e931";
}

.icon-stack:before {
  content: "\e932";
}

.icon-folder:before {
  content: "\e933";
}

.icon-folder-open:before {
  content: "\e934";
}

.icon-folder-plus:before {
  content: "\e935";
}

.icon-folder-minus:before {
  content: "\e936";
}

.icon-folder-download:before {
  content: "\e937";
}

.icon-folder-upload:before {
  content: "\e938";
}

.icon-price-tag:before {
  content: "\e939";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-coin-euro:before {
  content: "\e93b";
}

.icon-credit-card:before {
  content: "\e93c";
}

.icon-phone:before {
  content: "\e93d";
}

.icon-address-book:before {
  content: "\e93f";
}

.icon-location:before {
  content: "\e940";
}

.icon-compass:before {
  content: "\e941";
}

.icon-map:before {
  content: "\e942";
}

.icon-map2:before {
  content: "\e943";
}

.icon-clock:before {
  content: "\e944";
}

.icon-clock2:before {
  content: "\e945";
}

.icon-alarm:before {
  content: "\e946";
}

.icon-stopwatch:before {
  content: "\ea54";
}

.icon-calendar:before {
  content: "\e947";
}

.icon-printer:before {
  content: "\e948";
}

.icon-display:before {
  content: "\e949";
}

.icon-laptop:before {
  content: "\e94a";
}

.icon-mobile:before {
  content: "\e94b";
}

.icon-mobile2:before {
  content: "\e94c";
}

.icon-tablet:before {
  content: "\e94d";
}

.icon-tv:before {
  content: "\e94e";
}

.icon-download:before {
  content: "\e94f";
}

.icon-upload:before {
  content: "\e950";
}

.icon-floppy-disk:before {
  content: "\e951";
}

.icon-database2:before {
  content: "\e952";
}

.icon-undo:before {
  content: "\e953";
}

.icon-redo:before {
  content: "\e954";
}

.icon-undo2:before {
  content: "\e955";
}

.icon-redo2:before {
  content: "\e956";
}

.icon-forward:before {
  content: "\e957";
}

.icon-reply:before {
  content: "\e958";
}

.icon-bubble:before {
  content: "\e959";
}

.icon-bubbles:before {
  content: "\ea55";
}

.icon-bubbles2:before {
  content: "\ea56";
}

.icon-bubble2:before {
  content: "\e95a";
}

.icon-user:before {
  content: "\e95b";
}

.icon-users:before {
  content: "\e95c";
}

.icon-user-plus2:before {
  content: "\e95d";
}

.icon-user-minus:before {
  content: "\e95e";
}

.icon-user-check:before {
  content: "\e95f";
}

.icon-user-tie:before {
  content: "\e960";
}

.icon-quotes-left:before {
  content: "\e9b0";
}

.icon-quotes-right:before {
  content: "\e9b1";
}

.icon-spinner:before {
  content: "\e961";
}

.icon-spinner11:before {
  content: "\e962";
}

.icon-binoculars:before {
  content: "\e963";
}

.icon-search:before {
  content: "\e964";
}

.icon-zoom-in:before {
  content: "\e965";
}

.icon-zoom-out:before {
  content: "\e966";
}

.icon-enlarge:before {
  content: "\e967";
}

.icon-enlarge2:before {
  content: "\e968";
}

.icon-shrink2:before {
  content: "\e969";
}

.icon-key:before {
  content: "\e96a";
}

.icon-lock:before {
  content: "\e96b";
}

.icon-unlocked2:before {
  content: "\e96c";
}

.icon-wrench:before {
  content: "\e96d";
}

.icon-equalizer:before {
  content: "\e96e";
}

.icon-equalizer2:before {
  content: "\e96f";
}

.icon-cog:before {
  content: "\e970";
}

.icon-cogs:before {
  content: "\e971";
}

.icon-magic-wand:before {
  content: "\e972";
}

.icon-bug:before {
  content: "\e973";
}

.icon-pie-chart:before {
  content: "\e974";
}

.icon-gift:before {
  content: "\e975";
}

.icon-rocket3:before {
  content: "\e976";
}

.icon-meter:before {
  content: "\e977";
}

.icon-lab2:before {
  content: "\e978";
}

.icon-bin:before {
  content: "\e979";
}

.icon-bin2:before {
  content: "\e97a";
}

.icon-shield:before {
  content: "\e97b";
}

.icon-power:before {
  content: "\e97c";
}

.icon-switch:before {
  content: "\e97d";
}

.icon-power-cord:before {
  content: "\e97e";
}

.icon-list-numbered:before {
  content: "\e97f";
}

.icon-list:before {
  content: "\e980";
}

.icon-list2:before {
  content: "\e981";
}

.icon-menu:before {
  content: "\e982";
}

.icon-cloud:before {
  content: "\e983";
}

.icon-cloud-download:before {
  content: "\e984";
}

.icon-cloud-upload:before {
  content: "\e985";
}

.icon-link3:before {
  content: "\e986";
}

.icon-attachment:before {
  content: "\e987";
}

.icon-eye:before {
  content: "\e988";
}

.icon-eye-plus:before {
  content: "\e989";
}

.icon-eye-minus:before {
  content: "\e98a";
}

.icon-eye-blocked:before {
  content: "\e98b";
}

.icon-star-empty:before {
  content: "\e98c";
}

.icon-star-half:before {
  content: "\e98d";
}

.icon-star-full:before {
  content: "\e98e";
}

.icon-heart2:before {
  content: "\e98f";
}

.icon-man:before {
  content: "\e990";
}

.icon-woman:before {
  content: "\e991";
}

.icon-man-woman:before {
  content: "\e992";
}

.icon-smile:before {
  content: "\e993";
}

.icon-smile2:before {
  content: "\e994";
}

.icon-sad:before {
  content: "\e995";
}

.icon-sad2:before {
  content: "\e996";
}

.icon-wink:before {
  content: "\e997";
}

.icon-wink2:before {
  content: "\e998";
}

.icon-grin:before {
  content: "\e999";
}

.icon-grin2:before {
  content: "\e99a";
}

.icon-evil:before {
  content: "\e99b";
}

.icon-evil2:before {
  content: "\e99c";
}

.icon-warning:before {
  content: "\e99d";
}

.icon-plus3:before {
  content: "\e99e";
}

.icon-minus4:before {
  content: "\e99f";
}

.icon-info:before {
  content: "\e9a0";
}

.icon-cancel-circle:before {
  content: "\e9a1";
}

.icon-cross:before {
  content: "\e9a2";
}

.icon-checkmark4:before {
  content: "\e9a3";
}

.icon-checkmark2:before {
  content: "\e9a4";
}

.icon-enter:before {
  content: "\e9a5";
}

.icon-exit:before {
  content: "\e9a6";
}

.icon-volume-medium:before {
  content: "\e9b2";
}

.icon-loop:before {
  content: "\e9b8";
}

.icon-loop2:before {
  content: "\e9b9";
}

.icon-infinite:before {
  content: "\e9ba";
}

.icon-arrow-up:before {
  content: "\e9bb";
}

.icon-arrow-right:before {
  content: "\e9bc";
}

.icon-arrow-down:before {
  content: "\e9bd";
}

.icon-arrow-left:before {
  content: "\e9be";
}

.icon-arrow-up2:before {
  content: "\e9bf";
}

.icon-arrow-right2:before {
  content: "\e9c0";
}

.icon-arrow-down2:before {
  content: "\e9c1";
}

.icon-arrow-left2:before {
  content: "\e9c2";
}

.icon-circle-up:before {
  content: "\e9c3";
}

.icon-circle-right:before {
  content: "\e9c4";
}

.icon-circle-down:before {
  content: "\e9c5";
}

.icon-circle-left:before {
  content: "\e9c6";
}

.icon-sort-amount-asc:before {
  content: "\e9c7";
}

.icon-sort-amount-desc:before {
  content: "\e9c8";
}

.icon-checkbox-checked:before {
  content: "\e9c9";
}

.icon-checkbox-unchecked:before {
  content: "\e9ca";
}

.icon-radio-checked:before {
  content: "\e9cb";
}

.icon-radio-checked2:before {
  content: "\e9cc";
}

.icon-radio-unchecked:before {
  content: "\e9cd";
}

.icon-paragraph-justify:before {
  content: "\e9ce";
}

.icon-share3:before {
  content: "\e9cf";
}

.icon-new-tab:before {
  content: "\e9d0";
}

.icon-share2:before {
  content: "\e9d2";
}

.icon-google:before {
  content: "\e9d4";
}

.icon-google-plus:before {
  content: "\e9d5";
}

.icon-google-plus2:before {
  content: "\e9d6";
}

.icon-google-plus3:before {
  content: "\e9d7";
}

.icon-google-drive:before {
  content: "\e9d8";
}

.icon-facebook:before {
  content: "\e9d9";
}

.icon-facebook2:before {
  content: "\e9da";
}

.icon-facebook3:before {
  content: "\e9db";
}

.icon-twitter:before {
  content: "\e9dc";
}

.icon-twitter2:before {
  content: "\e9dd";
}

.icon-twitter3:before {
  content: "\e9de";
}

.icon-feed2:before {
  content: "\e9df";
}

.icon-feed3:before {
  content: "\e9e0";
}

.icon-feed4:before {
  content: "\e9e1";
}

.icon-youtube3:before {
  content: "\e9e2";
}

.icon-youtube4:before {
  content: "\e9e3";
}

.icon-vimeo:before {
  content: "\e9e4";
}

.icon-vimeo2:before {
  content: "\e9e5";
}

.icon-vimeo3:before {
  content: "\e9e6";
}

.icon-flickr:before {
  content: "\ea57";
}

.icon-tumblr:before {
  content: "\e9e7";
}

.icon-tumblr2:before {
  content: "\e9e8";
}

.icon-apple:before {
  content: "\e9e9";
}

.icon-android:before {
  content: "\e9ea";
}

.icon-windows8:before {
  content: "\e9eb";
}

.icon-skype:before {
  content: "\e9ec";
}

.icon-linkedin:before {
  content: "\e9ed";
}

.icon-linkedin2:before {
  content: "\e9ee";
}

.icon-pinterest:before {
  content: "\e9ef";
}

.icon-pinterest2:before {
  content: "\e9f0";
}

.icon-error:before {
  content: "\e000";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-airplay:before {
  content: "\e055";
}

.icon-mail_outline:before {
  content: "\e0e1";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-local_grocery_store:before {
  content: "\e547";
}

.icon-local_print_shop:before {
  content: "\e555";
}

.icon-check:before {
  content: "\e5ca";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-person:before {
  content: "\e7fd";
}

.icon-person_add:before {
  content: "\e7fe";
}

.icon-person_outline:before {
  content: "\e7ff";
}

.icon-share:before {
  content: "\e80d";
}

.icon-build:before {
  content: "\e869";
}

.icon-shopping_cart:before {
  content: "\e8cc";
}

.icon-view_headline:before {
  content: "\e8ee";
}

.icon-reorder:before {
  content: "\e8fe";
}

/*----------LOADER----------*/
.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  left: 0;
  top: 0;
  background: rgba(250, 250, 250, 0.65);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*supprime les couleurs de chrome*/
@-webkit-keyframes autofill {
  to {
    color: #000;
    background: #fff;
  }
}
* {
  outline: none;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  zoom: 1;
}

.nav ul li {
  margin: 0 18px;
  padding: 0;
  list-style: none;
  background: none;
}

.nav-lock-scroll {
  overflow: hidden;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
  display: block;
  position: relative;
  outline: none;
}

@media only screen and (min-width: 1031px) {
  .nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
  }
  .nav li {
    position: relative;
    white-space: nowrap;
  }
  .nav > ul > li {
    display: inline-block;
  }
  .nav ul {
    display: block;
  }
  .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
  }
  .nav ul ul ul {
    top: 0px;
    left: 100%;
    z-index: 902;
  }
  .nav ul ul ul ul {
    z-index: 903;
  }
  .nav ul ul ul ul ul {
    z-index: 904;
  }
  .nav ul ul li.nav-left > ul {
    left: auto;
    right: 95%;
  }
  .nav-no-js .nav li:hover > ul {
    display: block;
  }
}
@media only screen and (max-width: 1030px) {
  .nav-no-js .nav-button:hover + .nav,
  .nav-no-js .nav:hover,
  .nav-no-js .nav-button:hover + .nav + .nav-close,
  .nav-no-js .nav:hover + .nav-close {
    display: block;
  }
}
.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
  font-family: "icon-font";
  font-family: "boonIco2";
}

body {
  margin: 0;
  /*padding-top: 30px;*/
}

.nav-button {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 38px;
  overflow: hidden;
  z-index: 902;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  color: #eaeaea;
  background: #911c18;
  line-height: 38px;
  text-decoration: none;
  font-weight: normal;
}

.nav-button:before {
  content: "\f0c9";
  display: block;
  text-align: left;
  padding-left: 15px;
}

.nav-button:hover {
  color: #161616;
}

/*conteneur NAV*/
.nav {
  font-family: "FestivalBudaya";
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 40px;
  line-height: 50px;
  color: #161616;
  /*background-image: url('../images/separateur.png');*/
  background-repeat: no-repeat;
  background-position: bottom;
}

/*style des sous menus*/
.nav ul {
  text-align: center;
}

.nav ul ul {
  background: #444;
  text-align: left;
}

.nav ul ul ul {
  background: #555;
}

.nav ul ul ul ul {
  background: #666;
}

.nav ul ul ul ul ul {
  background: #777;
}

/*trait separateur de menu*/
.nav li {
  cursor: pointer;
  transition: 0.4s;
}

.nav li::before {
  content: "";
  background-color: #911c18;
  height: 5px;
  width: 0;
  position: absolute;
  top: 19px;
  left: -16px;
  transition: 0.2s ease-in;
}

.nav li::after {
  content: "";
  background-color: #911c18;
  height: 5px;
  width: 0;
  position: absolute;
  top: 19px;
  right: -16px;
  transition: 0.2s ease-in;
}

/*survol liens item*/
.nav li:hover > a,
.nav li.nav-active > a {
  color: #911c18;
}

.nav li:hover::before,
.nav li.nav-active::before {
  width: 20px;
}

.nav li:hover::after,
.nav li.nav-active::after {
  width: 20px;
}

/*padding pour icone des items*/
.nav .nav-submenu > a {
  padding-right: 30px !important;
}

/*couleur des links*/
.nav a {
  padding: 0 15px 1px;
  color: #161616;
  text-decoration: none;
  font-size: 15px;
}

/*icone aprs les liens (fleche bas)*/
.nav .nav-submenu > a:after {
  position: absolute;
  display: block;
  right: 10px;
  top: 1px;
  font-size: 16px;
  content: "\f107";
}

.menuEnCours {
  color: #911c18 !important;
  text-decoration: none !important;
}

.menuEnCours::before {
  width: 20px;
  content: "";
  background-color: #911c18;
  height: 5px;
  position: absolute;
  top: 19px;
  left: -16px;
  transition: 0.2s ease-in;
}

.menuEnCours::after {
  width: 20px;
  content: "";
  background-color: #911c18;
  height: 5px;
  position: absolute;
  top: 19px;
  right: -16px;
  transition: 0.2s ease-in;
}

.hautPage .menuEnCours::before, .hautPage .menuEnCours::after, .nav .hautPage:hover::before,
.nav .hautPage.nav-active::before, .nav .hautPage:hover::after, .nav .hautPage.nav-active::after {
  display: none !important;
  width: 0;
}

.hautPage {
  margin: auto 0 !important;
  display: none !important;
}

.nav.floatable .hautPage {
  display: inline-block !important;
}

@media only screen and (min-width: 1031px) {
  body {
    padding: 0 !important;
  }
  .nav.floatable {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.24);
    box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.24);
  }
  .nav-button {
    display: none;
  }
  .nav {
    padding: 0 !important;
  }
  .nav > ul > li {
    border-top: none;
  }
  .nav ul ul ul li:first-child {
    border-top: none;
  }
  /*largeur sous menu droulant*/
  .nav .nav-submenu li {
    min-width: 140px;
  }
  .nav .nav-submenu > ul {
    margin: 0;
  }
  /*icone pour menu droulant (item principal)*/
  .nav > ul > .nav-submenu > a:after {
    content: "\f107";
  }
  /*icone pour sous-menu droulant (item sous niveau)*/
  .nav .nav-submenu > a:after {
    content: "\f105";
  }
}
@media only screen and (max-width: 1030px) {
  .nav li {
    text-align: center;
  }
}
#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 500px;
}

#lbOverlay.grey {
  background-color: #000000;
}

#lbOverlay.red {
  background-color: #330000;
}

#lbOverlay.green {
  background-color: #003300;
}

#lbOverlay.blue {
  background-color: #011D50;
}

#lbOverlay.gold {
  background-color: #666600;
}

#lbMain {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0;
}

#lbMain a img {
  border: none;
}

#lbOuterContainer {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

#lbOuterContainer.grey {
  border: 3px solid #888888;
}

#lbOuterContainer.red {
  border: 3px solid #DD0000;
}

#lbOuterContainer.green {
  border: 3px solid #00B000;
}

#lbOuterContainer.blue {
  border: 3px solid #5F89D8;
}

#lbOuterContainer.gold {
  border: 3px solid #B0B000;
}

#lbDetailsContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  line-height: 1.4em;
  overflow: auto;
  margin: 0 auto;
}

#lbDetailsContainer.grey {
  border: 3px solid #888888;
  border-top: none;
}

#lbDetailsContainer.red {
  border: 3px solid #DD0000;
  border-top: none;
}

#lbDetailsContainer.green {
  border: 3px solid #00B000;
  border-top: none;
}

#lbDetailsContainer.blue {
  border: 3px solid #5F89D8;
  border-top: none;
}

#lbDetailsContainer.gold {
  border: 3px solid #B0B000;
  border-top: none;
}

#lbImageContainer, #lbIframeContainer {
  padding: 10px;
}

#lbLoading {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url(../images/box/loading.gif) center no-repeat;
}

#lbHoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lbImageContainer > #lbHoverNav {
  left: 0;
}

#lbHoverNav a {
  outline: none;
}

#lbPrev {
  width: 49%;
  height: 100%;
  background: url(../images/box/prev_grey.gif) left 15% no-repeat;
  display: block;
  left: 0;
  float: left;
}

#lbPrev.grey:hover, #lbPrev.grey:visited:hover {
  background: url(../images/box/prev_grey.gif) left 15% no-repeat;
}

#lbPrev.red:hover, #lbPrev.red:visited:hover {
  background: url(../images/box/prev_red.gif) left 15% no-repeat;
}

#lbPrev.green:hover, #lbPrev.green:visited:hover {
  background: url(../images/box/prev_green.gif) left 15% no-repeat;
}

#lbPrev.blue:hover, #lbPrev.blue:visited:hover {
  background: url(../images/box/prev_blue.gif) left 15% no-repeat;
}

#lbPrev.gold:hover, #lbPrev.gold:visited:hover {
  background: url(../images/box/prev_gold.gif) left 15% no-repeat;
}

#lbNext {
  width: 49%;
  height: 100%;
  background: url(../images/box/next_grey.gif) right 15% no-repeat;
  display: block;
  right: 0;
  float: right;
}

#lbNext.grey:hover, #lbNext.grey:visited:hover {
  background: url(../images/box/next_grey.gif) right 15% no-repeat;
}

#lbNext.red:hover, #lbNext.red:visited:hover {
  background: url(../images/box/next_red.gif) right 15% no-repeat;
}

#lbNext.green:hover, #lbNext.green:visited:hover {
  background: url(../images/box/next_green.gif) right 15% no-repeat;
}

#lbNext.blue:hover, #lbNext.blue:visited:hover {
  background: url(../images/box/next_blue.gif) right 15% no-repeat;
}

#lbNext.gold:hover, #lbNext.gold:visited:hover {
  background: url(../images/box/next_gold.gif) right 15% no-repeat;
}

#lbPrev2, #lbNext2 {
  text-decoration: none;
  font-weight: bold;
}

#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey {
  color: #333333;
}

#lbPrev2.red, #lbNext2.red, #lbSpacer.red {
  color: #620000;
}

#lbPrev2.green, #lbNext2.green, #lbSpacer.green {
  color: #003300;
}

#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue {
  color: #01379E;
}

#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold {
  color: #666600;
}

#lbPrev2_Off, #lbNext2_Off {
  font-weight: bold;
}

#lbPrev2_Off.grey, #lbNext2_Off.grey {
  color: #CCCCCC;
}

#lbPrev2_Off.red, #lbNext2_Off.red {
  color: #FFCCCC;
}

#lbPrev2_Off.green, #lbNext2_Off.green {
  color: #82FF82;
}

#lbPrev2_Off.blue, #lbNext2_Off.blue {
  color: #B7CAEE;
}

#lbPrev2_Off.gold, #lbNext2_Off.gold {
  color: #E1E100;
}

#lbDetailsData {
  padding: 0 10px;
}

#lbDetailsData.grey {
  color: #333333;
}

#lbDetailsData.red {
  color: #620000;
}

#lbDetailsData.green {
  color: #003300;
}

#lbDetailsData.blue {
  color: #01379E;
}

#lbDetailsData.gold {
  color: #666600;
}

#lbDetails {
  width: 60%;
  float: left;
  text-align: left;
}

#lbCaption {
  display: block;
  font-weight: bold;
}

#lbNumberDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}

#lbNavDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}

#lbClose {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}

#lbClose.grey {
  background: url(../images/box/close_grey.png) no-repeat;
}

#lbClose.red {
  background: url(../images/box/close_red.png) no-repeat;
}

#lbClose.green {
  background: url(../images/box/close_green.png) no-repeat;
}

#lbClose.blue {
  background: url(../images/box/close_blue.png) no-repeat;
}

#lbClose.gold {
  background: url(../images/box/close_gold.png) no-repeat;
}

#lbPlay {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}

#lbPlay.grey {
  background: url(../images/box/play_grey.png) no-repeat;
}

#lbPlay.red {
  background: url(../images/box/play_red.png) no-repeat;
}

#lbPlay.green {
  background: url(../images/box/play_green.png) no-repeat;
}

#lbPlay.blue {
  background: url(../images/box/play_blue.png) no-repeat;
}

#lbPlay.gold {
  background: url(../images/box/play_gold.png) no-repeat;
}

#lbPause {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}

#lbPause.grey {
  background: url(../images/box/pause_grey.png) no-repeat;
}

#lbPause.red {
  background: url(../images/box/pause_red.png) no-repeat;
}

#lbPause.green {
  background: url(../images/box/pause_green.png) no-repeat;
}

#lbPause.blue {
  background: url(../images/box/pause_blue.png) no-repeat;
}

#lbPause.gold {
  background: url(../images/box/pause_gold.png) no-repeat;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
  opacity: 1;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../images/imgSwipebox/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  /*-webkit-transition: 0.5s;
     transition: 0.5s;*/
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: 50%;
}

/*#swipebox-bottom-bar.visible-bars {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }*/
#swipebox-top-bar {
  bottom: 10%;
}

/*#swipebox-top-bar.visible-bars {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }*/
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/imgSwipebox/icons.png) !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
  margin-left: 15px;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
  margin-right: 15px;
}

#swipebox-close {
  top: 15px;
  right: 30px;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 30px;
  }
  #swipebox-arrows {
    width: 92%;
    /*max-width: 800px;*/
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(255, 255, 255, 0.9);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: none;
  opacity: 1;
}

#swipebox-top-bar {
  color: #000 !important;
  font-size: 14px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  position: absolute;
  bottom: 0;
}

.classNumPhoto {
  width: 150px;
  display: inline-block;
}

.classTitrePhoto {
  width: 150px;
  display: inline-block;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #000;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*Popup modales*/
.modalBackground {
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.modalPopup {
  background: #fff;
  padding: 20px;
  max-width: 700px;
  height: auto;
  position: relative;
  z-index: 999990;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.modalPopup .popupCtTitre {
  text-align: center;
  font-size: 14px;
}

.modalPopup .popupCtContenu {
  margin: 10px 0px 10px 0px;
  text-align: center;
}

.modalPopup .popupCtBoutons {
  text-align: center;
}

.modalPopup input[type=text] {
  min-width: 0;
  width: 90%;
}

.modalPopup textarea {
  min-width: 0;
  width: 90%;
}

.modalPopup .btnClose {
  text-align: right;
  margin-bottom: 20px;
}

.modalPopup .formContact {
  margin-bottom: 10px;
}

.modalPopup #containerBootcha {
  margin-top: 0px;
  margin-bottom: 20px;
}

/*!
* Fotorama 4.6.4 | http://fotorama.io/license/
*/
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(../images/fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 24px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 13px;
  height: 13px;
  position: relative;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 13px;
  height: 13px;
  border-width: 3px;
  background: #fff;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before, .fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after, .fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

.sliderLien {
  display: block;
  height: 100%;
}

/*@import "client";*/
/****************************************** SOUS MENU DYNAMIQUE **************************************/
/*Conteneur du menu*/
#smMenu {
  margin: 0 0 10px 0;
  padding: 0;
}

.smSeparateur {
  height: 1px;
  display: block;
}

.blocGauche #smMenu > li {
  background: none;
  padding: 0;
}

.blocGauche #smMenu li ul li {
  background: none;
  padding: 0;
}

/*Parents Principaux actifs ou non*/
.smParent, .smParentActif {
  background: #222;
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

.smParent:hover, .smParentActif:hover {
  background: #ccc;
}

/*Conteneur enfants*/
#smMenu ul {
  padding: 0;
}

#smMenu > li {
  list-style: none;
}

#smMenu li ul {
  list-style: square;
  margin: 0 0 0px 0;
  text-align: justify;
}

#smMenu li ul li {
  list-style: square;
}

/*Enfants actifs ou non*/
#smMenu ul li a {
  background: #eee;
  display: block;
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  color: #000;
}

#smMenu ul li a:hover {
  background: #222;
  color: #fff;
}

#smMenu ul li .smActif {
  background: #eee;
  display: block;
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#smMenu ul li .smActif:hover {
  background: #222;
  font-weight: bold;
  color: #fff;
}

/*Sous Enfants*/
#smMenu ul li ul li a {
  display: block;
  padding: 5px 5px 5px 20px;
  text-decoration: none;
  color: #888;
  font-size: 11px;
  background: #eee;
}

#smMenu ul li ul li a:hover {
  background: #ccc;
}

#smMenu ul li ul li .smActif {
  display: block;
  padding: 5px 5px 5px 20px;
  color: #888;
  font-size: 11px;
  background: url(../images/puce1.gif) no-repeat 10px 10px;
  font-weight: bold;
  text-decoration: underline;
}

#smMenu ul li ul li .smActif:hover {
  background: #ccc;
  font-weight: bold;
  text-decoration: underline;
}

/*Sous Sous Enfants et suivants*/
#smMenu ul li ul li > ul li a {
  display: block;
  padding: 5px 5px 5px 30px;
  text-decoration: none;
  color: #888;
  font-size: 11px;
  background: #eee;
}

#smMenu ul li ul li > ul li a:hover {
  background: #ccc;
}

#smMenu ul li ul li > ul li .smActif {
  display: block;
  padding: 5px 5px 5px 30px;
  color: #888;
  font-size: 11px;
  background: url(../images/puce1.gif) no-repeat 20px 10px;
  font-weight: bold;
  text-decoration: underline;
}

#smMenu ul li ul li > ul li .smActif:hover {
  background: #ccc;
  font-weight: bold;
  text-decoration: underline;
}

/***************************************** /!\ si rien renseigné, les CuteEditor de l'admin auront le background du body coté front /!\****************/
/*Page 1 colonne*/
/*Blocs Gauche, contenu droite*/
/*Blocs Droite, contenu gauche*/
/*Page 3 colonne*/
#divFrameAdmin .contenuDroite {
  width: 100%;
}

/*------------------------------------------------------*/
/*----------- FULLPAGE (Page sur 1 Colonne) -------------*/
/*------------------------------------------------------*/
.contenuFullPage .contenuMixteImageG {
  width: 48%;
  max-width: 100%;
  float: left;
  min-height: 1px;
  padding-top: 40px;
  box-sizing: border-box;
  align-self: stretch;
  margin-bottom: 40px;
}

.contenuFullPage .contenuMixteImageD {
  width: 300px;
  max-width: 100%;
  float: right;
  min-height: 1px;
}

.contenuFullPage .contenuMixteTexteG {
  width: 48%;
  max-width: 100%;
  float: left;
  min-height: 1px;
}

.contenuFullPage .contenuMixteTexteD {
  width: 48%;
  max-width: 100%;
  float: right;
  min-height: 1px;
  padding-top: 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.contenuFullPage .contenuTexte2ColG {
  width: 450px;
  max-width: 100%;
  float: left;
  min-height: 1px;
}

.contenuFullPage .contenuTexte2ColD {
  width: 450px;
  max-width: 100%;
  float: right;
  min-height: 1px;
}

.contenuFullPage .contenuFull {
  width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
  width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule img {
  width: 100%;
}

/*------------------------------------------------------*/
/*---------- 2 COLONNES (Page sur 2 Colonnes) -----------*/
/*------------------------------------------------------*/
.blocGauche {
  float: left;
  width: 290px;
  min-height: 1px;
}

.contenuDroite {
  float: right;
  width: 620px;
  min-height: 1px;
}

.blocDroite {
  float: right;
  width: 290px;
  min-height: 1px;
}

.contenuGauche {
  float: left;
  width: 620px;
  min-height: 1px;
}

.contenuDroite .contenuMixteImageG, .contenuGauche .contenuMixteImageG {
  width: 300px;
  float: left;
  min-height: 1px;
}

.contenuDroite .contenuMixteImageD, .contenuGauche .contenuMixteImageD {
  width: 300px;
  float: right;
  min-height: 1px;
}

.contenuDroite .contenuMixteTexteG, .contenuGauche .contenuMixteTexteG {
  width: 290px;
  float: left;
  min-height: 1px;
}

.contenuDroite .contenuMixteTexteD, .contenuGauche .contenuMixteTexteD {
  width: 290px;
  float: right;
  min-height: 1px;
}

.contenuDroite .contenuTexte2ColG, .contenuGauche .contenuTexte2ColG {
  width: 290px;
  float: left;
  min-height: 1px;
}

.contenuGauche .contenuTexte2ColD, .contenuDroite .contenuTexte2ColD {
  width: 300px;
  float: right;
  min-height: 1px;
}

.contenuDroite .contenuFull, .contenuGauche .contenuFull {
  width: 100%;
}

.contenuDroite .contenuFullPhotoSeule, .contenuGauche .contenuFullPhotoSeule {
  width: 100%;
}

.contenuDroite .contenuFullPhotoSeule img, .contenuGauche .contenuFullPhotoSeule img {
  width: 100%;
}

/*------------------------------------------------------*/
/*---------- 3 COLONNES (Page sur 3 Colonnes) -----------*/
/*------------------------------------------------------*/
.troisCol .blocGauche {
  width: 180px;
  margin-right: 30px;
}

.troisCol .blocDroite {
  width: 180px;
}

.troisCol .contenuCentre {
  float: left;
  width: 520px;
  min-height: 1px;
}

.troisCol .contenuCentre img {
  width: 100%;
}

.contenuCentre .contenuMixteImageG {
  width: 230px;
  float: left;
  min-height: 1px;
}

.contenuCentre .contenuMixteImageD {
  width: 230px;
  float: right;
  min-height: 1px;
}

.contenuCentre .contenuMixteTexteG {
  width: 260px;
  float: left;
  min-height: 1px;
}

.contenuCentre .contenuMixteTexteD {
  width: 260px;
  float: right;
  min-height: 1px;
}

.contenuCentre .contenuTexte2ColG {
  width: 245px;
  float: left;
  min-height: 1px;
}

.contenuCentre .contenuTexte2ColD {
  width: 245px;
  float: right;
  min-height: 1px;
}

.contenuCentre .contenuFullPhotoSeule {
  width: 100%;
}

/*Images des blocs contenu Gauche ou Droite*/
.photoColonne {
  /*    margin-bottom: 30px;*/
  height: 100%;
  width: 100%;
}

.photoColonne img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

/*------------------------------------------------------*/
/*----------------------- BLOCS ------------------------*/
/*------------------------------------------------------*/
/*Conteneur Bloc*/
.bloc {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.blocNoBorder {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

/*titre du bloc*/
.titreBloc {
  font-weight: bold;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  background: #444;
}

/*contenu du bloc si type titre + html*/
.contenuBloc {
  padding: 8px;
  text-align: justify;
  font-size: 11px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

/*********************** RECHERCHE BLOC *****************/
.bloc.blocRecherche {
  width: 100%;
}

.bloc.blocRecherche input[type=text] {
  width: 72%;
  min-width: 0px;
}

#panRecherche .btn {
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
}

/*********************** NEWSLETTER BLOC *****************/
.blocNewsletter {
  width: 100%;
}

.blocNewsletter input[type=text] {
  width: 72%;
  min-width: 0px;
}

#panInscriptionNewsletter .btn {
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
}

/*****************************************************************************************************/
/*********************** Style des contenu des pages *****************/
.conteneurContenuBloc {
  margin: 0;
  text-align: justify;
}

/* /!\ Ne pas toucher, sert pour caler les iframes coté admin /!\*/
#divFrameAdmin .conteneurContenuBloc {
  margin: 0;
}

.conteneurContenuBloc p {
  margin: 0 0 12px 0;
}

/*Photos des contenus mixtes flottantes*/
.flottantGauche {
  float: left;
  margin: 0 30px 0 0;
}

.flottantDroite {
  float: right;
  margin: 0 0 0 30px;
}

/*Légende sous les photos des contenus mixtes*/
.legende {
  font-style: italic;
}

/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 1600px;
  position: relative;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.container_12 .grid_12 {
  width: 100%;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*@font-face {
    font-family: 'SpecialElite';
    src: url('fonts/SpecialElite-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SpecialElite-Regular.woff') format('woff'), url('fonts/SpecialElite-Regular.ttf') format('truetype'), url('fonts/SpecialElite-Regular.svg#SpecialElite-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Oswald-Regular.woff') format('woff'), url('fonts/Oswald-Regular.ttf') format('truetype'), url('fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldLight';
    src: url('fonts/Oswald-Light.woff') format('woff'), url('fonts/Oswald-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'FestivalBudaya';
    src: url('fonts/FestivalBudayaXXXI.eot?#iefix') format('embedded-opentype'), url('fonts/FestivalBudayaXXXI.otf') format('opentype'), url('fonts/FestivalBudayaXXXI.woff') format('woff'), url('fonts/FestivalBudayaXXXI.ttf') format('truetype'), url('fonts/FestivalBudayaXXXI.svg#FestivalBudayaXXXI') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: "1927Epoque";
  src: url("fonts/1927Epoque.eot?#iefix") format("embedded-opentype"), url("fonts/1927Epoque.otf") format("opentype"), url("fonts/1927Epoque.woff") format("woff"), url("fonts/1927Epoque.ttf") format("truetype"), url("fonts/1927Epoque.svg#1927Epoque") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*-------------- GENERAL --------------*/
/*-------------------------------------*/
body {
  margin: 0px;
  font-family: "1927Epoque", "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  color: #161616;
  line-height: 15px;
  overflow-x: hidden;
  font-style: normal;
  background-color: #F1F0EC;
}

.fondGeneral {
  /*background-color: #e5e5e5;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: fixed;*/
}

/*---------- Elements Cutebox --------*/
.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
  background: #fff;
}

/*---------- Fond du site (fond campagne) --------*/
.divFondGeneral {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 875px;
  height: auto;
}

/*-------------- HEADER ---------------*/
/*-------------------------------------*/
/*----------- Bandeau haut / Fond header ----------*/
header {
  width: 100%;
  /*    max-height: 360px;*/
  margin-bottom: 40px;
}

/*----------- Zone logo ----------*/
#divLogo {
  width: 476px;
  max-width: 100%;
  height: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
  top: 82px;
}

/*----------- Menu  ----------*/
/*    nav-layout.css : styles    /    nav-core.css : ul et marge    */
#divMenu {
  font-size: 12px;
  background: #fff;
  clear: both;
}

/*----------- outilsHeader ----------*/
#outilsHeader {
  float: right;
  text-align: right;
  display: none;
}

/*----------- Barre de langue ----------*/
#divLangues {
  text-align: right;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.langueActive {
  background: #000;
  color: #fff;
}

.langueCt a {
  text-decoration: none;
  padding: 5px;
  border: 1px solid #eee;
}

.langueCt a:hover {
  text-decoration: none;
  border: 1px solid #ccc;
  background: #222;
  color: #fff;
}

/*----------- Login ----------*/
.panDeconnexion {
  margin-bottom: 10px;
}

/*----------- Zone Recherche Haut ----------*/
.divRecherche {
  width: 250px;
  height: 29px;
  text-align: right;
  margin: 10px 0 20px 0;
}

.divRecherche input[type=text] {
  width: 150px;
  margin-right: 0px;
  font-size: 11px;
  min-width: 50px;
  -moz-border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  border-radius: 7px !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.divRecherche input[type=text].watermarkRecherche {
  color: #aaa;
}

.btnRecherche {
  margin: 0 !important;
  padding: 5px 10px !important;
  background: #333;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  text-decoration: none;
}

.btnRecherche:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}

/*----------- Panier ----------*/
#panPanierMini {
  margin-bottom: 5px;
}

#panPanierMini span:before {
  font-size: 13px;
}

#lblQte {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 9px;
  padding: 3px;
  display: inline-block;
}

/*-------------- FOOTER ---------------*/
/*-------------------------------------*/
/*---------- Footer --------*/
footer {
  text-align: left;
  width: 100%;
  padding: 20px 0;
  padding-bottom: 14px;
  text-align: left;
  font-size: 14px;
  color: #000;
}

/*---------- Liens Footer ------------*/
footer a {
  margin: 0 10px;
}

footer a:first-child {
  margin-left: 0;
}

/*---------- Crosslink --------*/
#crosslink {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #000;
}

/*---------- Liens Crosslink ------------*/
#crosslink a {
  color: #999;
  text-decoration: none;
}

#crosslink a:hover {
  color: #010101;
  text-decoration: underline;
}

address {
  font-style: normal;
}

.sepFooter {
  padding-bottom: 40px;
}

/*------------- HOMEPAGE --------------*/
/*-------------------------------------*/
/*---------- Homepage Actus --------*/
#panHomeActus {
  margin: 20px 0;
  width: 300px;
  height: 300px !important;
}

#panHomeActus .fotorama__stage, #panHomeActus .fotorama__wrap { /*pour parametrer la hauteur du slider*/
  width: 300px !important;
  height: 300px !important;
}

.classActu {
  position: relative;
  margin: 0px 0 10px 0;
}

.classActuTitre {
  margin-bottom: 10px;
}

.classActuImage {
  width: 300px;
  height: 150px;
  overflow: hidden;
}

.classActuDate {
  font-size: 10px;
  color: #000;
  font-style: italic;
  margin: 5px 0;
}

.classActuTexte {
  height: 65px;
  line-height: 13px;
  overflow: hidden;
  text-align: justify;
  font-size: 12px;
}

.classActuSavoir {
  text-align: right;
  font-size: 10px;
  margin: 5px 0;
}

/*---------- Homepage Bloc Articles Blog --------*/
#panHomeBlogArticles {
  margin: 20px 0;
  width: 300px;
  height: 200px !important;
}

#panHomeBlogArticles .fotorama__stage { /*pour parametrer la hauteur du slider*/
  width: 300px;
  height: 200px !important;
}

.classBlogArticle {
  display: inline-block;
  width: 300px;
  position: relative;
  margin: 0px 0 10px 0;
}

.classBlogArticle:nth-child(2n+1) {
  margin-right: 40px;
}

.classBlogArticleTitre {
  margin-bottom: 10px;
}

.classBlogArticleImage {
  width: 300px;
  height: 150px;
  overflow: hidden;
}

.classBlogArticleSavoir {
  text-align: right;
  font-size: 10px;
  margin: 5px 0;
}

/*-------------- CONTENU --------------*/
/*-------------------------------------*/
/*---------- Fil d'ariane --------*/
#divCheminNav {
  display: none;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  clear: both;
  color: #555;
  margin: 15px auto;
}

/*------ ELEMENTS MISE EN PAGE --------*/
/*-------------------------------------*/
/*---------- Elements Généraux --------*/
p {
  margin: 0px;
  font-family: "SpecialElite", "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #161616;
  line-height: 20px;
  overflow-x: hidden;
  font-style: normal;
  text-align: justify;
  margin-bottom: 20px;
}

img {
  border: 0px;
  max-width: 100%;
}

ul {
  margin: 0px 0 20px 20px;
  list-style: none;
  text-align: justify;
}

li {
  list-style-type: disc;
  margin: 20px;
}

ul li ul {
  margin: 0px 0 10px 0;
  list-style: none;
  text-align: justify;
}

ul li ul li {
  margin-left: 20px;
  list-style-type: circle;
}

.ulOrder li {
  list-style-type: decimal;
}

/*---------- Titres --------*/
h1 {
  font-size: 43px;
  line-height: 50px;
  color: #161616;
  margin: 0 0 15px 0;
  padding: 0 0 0 0px;
  min-height: 25px;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-family: "Oswald";
  color: #161616;
  font-size: 28px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px 0;
  /*box-shadow: inset 0 2px black;*/
}

h2 span {
  padding-bottom: 0px;
  border-bottom: 4px solid black;
}

.styleH2 {
  font-family: "Oswald";
  color: #161616;
  font-size: 26px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px 0;
  /*box-shadow: inset 0 2px black;*/
}

h3 {
  font-family: "SpecialElite", "Times New Roman", Times, serif;
  color: #911c18;
  font-size: 19px;
  padding: 0 0 0 0px;
  margin: 0px 0 18px 0px;
  font-weight: normal;
  line-height: 23px;
}

h3 .important {
  font-size: inherit;
}

/*---------- Liens standards ------------*/
a {
  color: #222;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  color: #ab1822;
  text-decoration: none;
}

/*---------- Textes --------*/
.important {
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: bold;
  line-height: 21px;
}

.important.rouge, .rouge {
  color: #911c18 !important;
}

.mark {
  color: #1ec5fc;
  background-color: #f4f8fb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 6px;
}

.citation {
  font-size: 11px;
  font-style: italic;
  color: #999;
  font-weight: lighter;
}

.notes {
  font-size: 13px;
  font-style: italic;
  background-color: rgba(150, 150, 150, 0.1);
  color: #999;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(150, 150, 150, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.notes:before {
  font-size: 13px;
  font-style: italic;
  font-weight: lighter;
  content: "\e91f";
  font-family: boonIco2;
  margin-right: 10px;
}

.alertSuccess {
  background-color: rgba(95, 190, 170, 0.2);
  color: #5fbeaa;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(95, 190, 170, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.alertSuccess:before {
  font-family: boonIco2;
  margin-right: 10px;
  content: "\f00c";
  font-size: 16px;
}

.alertError {
  background-color: rgba(240, 80, 80, 0.1);
  color: #f05050;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(240, 80, 80, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.alertError:before {
  font-family: boonIco2;
  margin-right: 10px;
  content: "\f00d";
  font-size: 16px;
}

.info {
  background-color: rgba(52, 211, 235, 0.15);
  color: #34d3eb;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(52, 211, 235, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.info:before {
  font-family: boonIco2;
  margin-right: 10px;
  content: "\e9a0";
  font-size: 16px;
}

.encadre {
  background-color: rgba(150, 150, 150, 0.2);
  color: #999;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(150, 150, 150, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px 0;
  font-size: 16px;
  border-left: 5px solid #eee;
}

.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.lettrine {
  display: block;
}

.lettrine:first-letter {
  font-size: 60px;
  padding: 5px 0 0 0;
  margin-right: 8px;
  float: left;
}

.correction {
  background: rgba(240, 80, 80, 0.1);
  color: #f05050;
}

.colonne2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 18px;
  -webkit-column-gap: 18px;
  -o-column-gap: 18px;
  column-gap: 30px;
  width: 100% !important;
  margin-top: 10px;
}

.colonne4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  -moz-column-gap: 18px;
  -webkit-column-gap: 18px;
  -o-column-gap: 18px;
  column-gap: 18px;
}

.colonne2 li, .colonne4 li {
  text-align: left;
}

.colonneAll {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.retourBtn {
  text-align: right;
  margin: 5px 0;
}

.flottant {
  float: right;
  margin: 0 0 15px 30px;
}

.ctImgCentrerMilieu {
  overflow: hidden;
  position: relative;
}

.ctImgCentrerMilieu img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.titreSection {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  padding: 30px;
  display: block;
  margin-bottom: 20px;
}

.titreSectionFlex {
  justify-content: space-between;
  display: flex;
}

.titreSectionHalf {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  padding: 30px;
  display: inline-block;
  margin-bottom: 20px;
  width: 42.5%;
  vertical-align: top;
}

.titreSectionQuart {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  padding: 30px;
  display: inline-block;
  margin-bottom: 20px;
  width: 17%;
  vertical-align: top;
}

.titreSection > b, .titreSectionHalf > b, .titreSectionQuart > b {
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.titreSection > b span, .titreSectionHalf > b span, .titreSectionQuart > b span {
  font-size: 14px;
  margin-left: 10px;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
  float: right;
}

/*---------- Retraits --------*/
.encart1 {
  margin-left: 20px;
}

.encart2 {
  margin-left: 40px;
}

.encart3 {
  margin-left: 60px;
}

/*---------- Boutons --------*/
.btn {
  text-decoration: none;
  text-align: center;
  background: #565656;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  border: 1px solid #565656;
  margin: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}

.btn:before {
  font-family: "boonIco2";
}

.btn:hover {
  background: none;
  color: #565656;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  border: 1px solid #565656;
  cursor: pointer;
}

.btn-round {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 7px 18px;
}

.btn-outline {
  background: none;
  color: #565656;
}

.btn-outline:hover {
  background: #565656;
  color: #fff;
}

.btn-ico:before {
  padding-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}

.btn-xs {
  font-size: 10px;
  padding: 4px 6px;
}

.btn-xl {
  font-size: 16px;
  padding: 10px 18px;
}

.img-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.img-thumb {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*---------- Liens Fil Ariane + Noeud sans lien hors noeud en cours ------------*/
#divCheminNav a, #divCheminNav span {
  color: #aaa;
  text-decoration: none;
}

#divCheminNav a:hover {
  color: #333;
  text-decoration: underline;
}

/*-------------- ACTUS ----------------*/
/*-------------------------------------*/
/*---------- Page Actus - Listing --------*/
#listingActus {
  margin-bottom: 30px;
  font-size: 0;
}

#ctl00_cphPanMilieu_grdActus tr {
  display: inline-block;
  margin: 0 9px;
}

.listeLigneActu {
  font-size: 12px;
  position: relative;
  display: inline-block;
  height: 315px;
  margin-bottom: 20px;
  background: #fff;
}

.listeActusConteneurImage {
  width: 275px;
  height: 155px;
  overflow: hidden;
  margin: 10px auto;
}

.listeActusConteneurImage img {
  width: 100%;
}

.listeActusConteneurTextes {
  width: 275px;
  margin: 10px auto;
}

.listeActusTitre {
  font-size: 12px;
  margin: 0;
}

.listeActusDate {
  font-style: italic;
  color: #888;
  margin: 6px 0px;
}

.listeActusDescription {
  line-height: 15px;
  height: 60px;
  text-align: justify;
  overflow: hidden;
}

.listeActusLien {
  margin-top: 5px;
  text-align: right;
}

/*---------- Page Actu Détail ---------*/
#divGalerieActu {
  clear: both;
  margin: 30px 0;
}

#divFichiersActu {
  clear: both;
  margin: 30px 0;
}

#divFichiersActu li {
  margin: 0 0 7px 0;
}

.actuDetailGalerie {
  margin-right: 15px;
  margin-bottom: 15px;
}

.detailActuDate {
  color: #000;
  margin-bottom: 20px;
}

/*------------ EVENTS --------------*/
/*---------------------------------*/
/*---------- Homepage Conteneur --------*/
#panHomeEvents {
  margin: 20px 0;
}

/*---------- Homepage Bloc Event --------*/
.classEvent {
  display: inline-block;
  width: 300px;
  position: relative;
  margin: 0px 0 10px 0;
}

.classEvent:nth-child(2n+1) {
  margin-right: 40px;
}

.classEventTitre {
  margin-bottom: 10px;
}

.classEventImage {
  width: 300px;
  height: 150px;
  overflow: hidden;
}

.classEventDate {
  font-size: 10px;
  color: #000;
  font-style: italic;
  margin: 5px 0;
}

.classEventTexte {
  height: 65px;
  line-height: 13px;
  overflow: hidden;
  text-align: justify;
  font-size: 12px;
}

.classEventSavoir {
  text-align: right;
  font-size: 10px;
  margin: 5px 0;
}

/*---------- Page Events - Listing --------*/
#listingEvents {
  margin-bottom: 30px;
  font-size: 0;
}

#ctl00_cphPanMilieu_grdEvents tr {
  display: inline-block;
  margin: 0 9px;
}

.listeLigneEvent {
  font-size: 12px;
  position: relative;
  display: inline-block;
  height: 315px;
  margin-bottom: 20px;
  background: #fff;
}

.listeEventsConteneurImage {
  width: 275px;
  height: 155px;
  overflow: hidden;
  margin: 10px auto;
}

.listeEventsConteneurImage img {
  width: 100%;
}

.listeEventsConteneurTextes {
  width: 275px;
  margin: 10px auto;
}

.listeEventsTitre {
  font-size: 12px;
  margin: 0;
}

.listeEventsDate {
  font-style: italic;
  color: #888;
  margin: 6px 0px;
}

.listeEventsDescription {
  line-height: 15px;
  height: 60px;
  text-align: justify;
  overflow: hidden;
}

.listeEventsLien {
  margin-top: 5px;
  text-align: right;
}

/*---------- Page Event Détail ---------*/
#divGalerieEvent {
  clear: both;
  margin: 30px 0;
}

#divFichiersEvent {
  clear: both;
  margin: 30px 0;
}

#divFichiersEvent li {
  margin: 0 0 7px 0;
}

.eventDetailGalerie {
  margin-right: 15px;
  margin-bottom: 15px;
}

.detailEventDate {
  color: #000;
  margin-bottom: 20px;
}

/*------------ PAGINATION (Control Skin) ----------------*/
/*------------------------------------------------------*/
.paginationListing {
  margin: 30px auto;
  text-align: center;
}

.paginationListing span {
  padding: 10px 16px;
  font-size: 16px;
  background: #555;
  color: #fff;
  margin: 0 1px;
  margin: 0 !important;
  border: 1px solid #ddd;
}

.paginationListing a {
  padding: 10px 16px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  text-decoration: none;
  margin: 0 1px !important;
  border: 1px solid #ddd;
}

.paginationListing a:hover {
  color: #fff;
  background: #1ec5fc;
  text-decoration: none;
}

.paginationListing *:first-child {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.paginationListing *:last-child {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

/*----------------- REVUE DE PRESSE --------------------*/
/*------------------------------------------------------*/
.listeLignePresse {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.listePressesConteneurImage {
  width: 275px;
  height: 155px;
  overflow: hidden;
  float: left;
}

.listePressesConteneurImage img {
  width: 100%;
}

.listePressesConteneurTextes {
  float: left;
  width: 635px;
  height: auto;
  margin-left: 30px;
}

.listePressesTitre {
  font-size: 12px;
  margin: 0;
}

.listePressesConteneurDate {
  color: #555;
  font-size: 11px;
  margin: 10px 0;
}

.listePressesConteneurDescription {
  line-height: 15px;
  height: auto;
  text-align: justify;
}

.listePressesConteneurLien {
  margin-top: 5px;
  text-align: right;
}

/*----------- GALERIE PHOTOS -------------*/
/*----------------------------------------*/
/*---------- LISTING ALBUM PHOTO --------*/
.listingAlbums {
  font-size: 0;
  margin-bottom: 50px;
}

.divBlocAlbum {
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  height: 350px;
}

.divPhotoAlbum {
  width: 300px;
  height: 300px;
  display: inline-block;
}

.divTitreAlbum {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.divTitreAlbum a:link, .divTitreAlbum a:visited, .divTitreAlbum a:active {
  color: #000;
}

.divTitreAlbum a:hover {
  text-decoration: none;
  color: #000;
}

/*---------- DETAIL ALBUM PHOTO --------*/
#galeriePhoto {
  /*margin: 30px 50px 50px 50px;*/
  z-index: 2;
}

.contenuDescriptionAlbum {
  margin-bottom: 30px;
  text-align: justify;
}

.conteneurPhoto {
  float: left;
  width: 65px;
  height: 65px;
  margin: 5px;
  overflow: hidden;
}

.conteneurPhotoIsotop {
  display: block;
  height: auto;
  overflow: hidden;
  margin-bottom: 16px;
  max-width: 230px;
  max-height: 330px;
  transition: 0.2s;
}

.conteneurPhotoIsotop img {
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
  transition: 0.2s;
}

.conteneurPhotoIsotop:hover img {
  opacity: 0.8;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/*------------- GALERIE VIDEOS ------------*/
/*-----------------------------------------*/
/*---------- LISTING GALERIE VIDEOS --------*/
#conteneurVideo {
  margin-bottom: 50px;
  width: 100%;
}

.vignetteVideo {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 30px;
}

.vignetteVideo img {
  width: 100%;
}

.vignetteVideo .vignetteVideoImg {
  display: block;
  height: 170px;
}

.divTitreVideo {
  display: block;
  text-align: center;
  margin-top: 10px;
  vertical-align: top;
}

.divTitreVideo a:link, .divTitreVideo a:visited .divTitreVideo a:active {
  color: #000;
}

.divTitreVideo a:hover {
  text-decoration: none;
  color: #000;
}

/*---------- DETAIL VIDEO --------*/
#divVideo {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 50%;
  overflow: hidden;
}

#divVideo iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detailVideoDate {
  margin-top: 15px;
  font-style: italic;
}

.detailVideoDescription {
  margin-top: 5px;
}

/*-------------- LIVRE D'OR --------------*/
/*----------------------------------------*/
.temoignageTitre {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: solid 1px #eee;
  color: #000;
  background: url(../images/puce1.png) no-repeat 0 6px;
  padding-left: 10px;
}

.temoignageBlocUser {
  margin-top: 3px;
  font-size: 11px;
}

.temoignageDe {
  float: left;
}

.temoignageUser {
  color: #000;
}

.temoignageDate {
  float: right;
  text-align: right;
  color: #000;
  font-style: italic;
  font-size: 10px;
}

.temoignageDescription {
  clear: both;
  padding: 10px 0;
  margin-bottom: 0;
  display: block;
}

.temoignageSep {
  width: 100%;
  height: 1px;
  margin: 30px auto;
  border-bottom: 1px solid #ccc;
}

.lienTemoignages {
  color: #999;
  text-decoration: underline;
}

.lienTemoignages:hover {
  color: #000;
  text-decoration: underline;
}

/*------------- BLOC INSCRIPTION NEWSLETTER ------------*/
/*------------------------------------------------------*/
/*Zone de texte/titre du bloc*/
/*Bouton valider*/
#divDescNewsletter input[type=image] {
  margin: 0 0 0 3px;
}

/*Zone de texte*/
#divDescNewsletter input[type=text] {
  width: 100px;
}

/*-------------- RECHERCHE (Bloc + Page) ----------------*/
/*------------------------------------------------------*/
.rechercheMot {
  font-weight: bold;
}

.rechercheResultat {
  text-align: right;
}

.rechercheTypeMedia {
  padding: 3px;
}

.listeResultatTitre {
  margin-top: 20px;
}

.listeResultatConteneurDescription {
  height: auto;
  overflow: hidden;
  text-align: justify;
}

.listeResultatConteneurLien {
  text-align: right;
  padding: 5px 0 0 0;
}

.importantRecherche {
  color: #000;
  background: #ffea00;
  padding: 0 2px;
  font-weight: bold;
}

/*------------ CONTACT -------------*/
/*----------------------------------*/
.formulaire {
  width: 100%;
  margin-top: 20px;
}

.formulaire-row {
  margin-bottom: 25px;
  position: relative;
}

.formulaire input[type=text],
.formulaire input[type=tel],
.formulaire input[type=email],
.formulaire textarea {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 30px;
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid rgba(33, 33, 33, 0.25);
  box-sizing: border-box;
  font-size: 15px;
  color: #5c5c5c;
}

.formulaire textarea {
  height: 100px;
  resize: vertical;
  margin-bottom: 0px;
  padding: 5px 0px;
}

/*-- Ci dessous, le style du label qui est par dessus
            le champs.

            Si vous voulez enlever la petite animation
            des labels, faites comme il y a marqué dans les commentaires de l'UC Contact,
            et enlevez la position absolute de la règle ci dessous.
        */
.formulaire label {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 15px;
  font-family: Arial;
  color: #5c5c5c;
  opacity: 0.8;
  cursor: text;
  transition: 0.3s all ease-out;
}

/*-- Style des champs quand on est en train décrire dessus
        */
.formulaire input[type=text]:focus,
.formulaire input[type=email]:focus,
.formulaire input[type=tel]:focus,
.formulaire textarea:focus {
  border-bottom: 2px solid #222;
}

/*-- Style du label quand on a cliqué dessus et quand
            on a du texte dans les champs
    */
.formulaire input[type=text]:focus ~ label,
.formulaire input[type=text].fill ~ label,
.formulaire input[type=email]:focus ~ label,
.formulaire input[type=email].fill ~ label,
.formulaire input[type=tel]:focus ~ label,
.formulaire input[type=tel].fill ~ label,
.formulaire textarea:focus ~ label,
.formulaire textarea.fill ~ label {
  top: -18px;
  font-size: 13px;
  opacity: 0.5;
}

/*-- Style des champs avec erreurs
        */
.errorControl {
  /*background-color: #FBE3E4 !important;*/
  border: 0px !important;
  border-bottom: 2px solid #cc5246 !important;
}

.formulaire-RGPD {
  margin: 10px 0px 40px 0px;
}

.ctInfosFormulairesRgpd,
.formulaire-RGPD label {
  font-family: Arial;
  line-height: 20px;
  font-size: 13px;
}

.ctInfosFormulairesRgpd {
  padding-left: 25px;
  margin-top: 5px;
}

.ctInfosFormulairesRgpd a {
  color: #000;
}

/*----------- FORM GENERIQUES -----------*/
/*--------------------------------------*/
.form {
  line-height: 25px;
  margin-bottom: 30px;
}

.form tr td {
  padding-bottom: 5px;
}

.form tr td:first-child {
  padding-right: 0px;
}

.form input[type=text] {
  width: 200px;
  height: 25px;
  border: 0;
}

.form input[type=password] {
  width: 200px;
  height: 25px;
  border: 0;
}

.form textarea {
  width: 200px;
  height: 80px;
  border: 0;
}

.btnFormCt {
  text-align: right;
}

/*----------- INSCRIPTION -----------*/
/*-----------------------------------*/
.formInscription input[type=text] {
  width: 220px;
}

.formInscription input[type=password] {
  width: 220px;
}

.formInscription tr td:first-child {
  width: 95px;
  padding-top: 5px;
}

.inscriptionPage .ctInscription {
  border: none;
  margin-bottom: 50px;
  padding: 0px;
}

.ctInscription .connexionColDroite {
  display: inline-block;
  width: auto;
}

.ctInscription h3 {
  margin-bottom: 20px;
}

.ctInscription .form {
  margin-bottom: 0px;
}

/*----------- BOOTCHA -----------*/
/*-------------------------------*/
#containerBootcha {
  margin-top: 20px;
}

#bootchaCode {
  float: left;
}

#bootchaCode img {
  width: initial;
  width: 30px; /*Taille des caractères BOOTCHA*/
}

#bootchaSaisie {
  float: left;
  clear: both;
}

#bootchaSaisie input[type=text] {
  width: 100px;
  margin-left: 10px;
}

.txtBootcha {
  min-width: 0;
}

/*--------- BOUTIQUE -----------*/
/*------------------------------*/
#lkPanier {
  position: relative;
  color: #333;
  text-decoration: none;
}

#lkPanier:hover {
  text-decoration: none;
  color: #000;
}

/*-- FAMILLES ---*/
.btqBlocFamille {
  margin-bottom: 30px;
  vertical-align: top;
  width: 220px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  position: relative;
}

.btqBlocPhotoFamille {
  width: 220px;
  height: 220px;
}

.btqBlocTitreFamille {
  margin: 8px 0 4px 0;
}

.btqBlocDescFamille {
  line-height: 14px;
  height: 56px;
  overflow: hidden;
}

/*-- PRODUITS ---*/
.btqListingProd {
  font-size: 0px;
}

.btqBlocProduit {
  font-size: 12px;
  margin-bottom: 30px;
  vertical-align: top;
  width: 220px;
  display: inline-block;
  padding: 0 10px;
}

.btqBlocPhotoProduit {
  width: 220px;
  height: 220px;
}

.btqBlocTitreProduit {
  margin: 8px 0 4px 0;
}

.btqBlocDescProduit {
  line-height: 14px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 20px;
}

.btqBlocPrixProduit {
  text-align: right;
}

.btq-prix {
  background: #565656;
  color: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
}

.btq-barre {
  background: #fafafa;
  color: #aaa;
  padding: 5px 8px;
  text-decoration: line-through;
}

/*-- PRODUIT DETAIL ---*/
.btq-detailDescription {
  text-align: justify;
}

.btq-detailCtPhotos {
  float: left;
  margin-right: 40px;
  width: 400px;
}

.btq-detailPhotoPrincipale {
  width: 400px;
  height: 400px;
}

.btq-detailCtMiniatures {
  margin-top: 25px;
}

.btq-detailGalerieMini {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.btq-detailCtPrix {
  display: block;
  margin: 30px 0;
  text-align: right;
}

#txtQte {
  min-width: 0px;
  width: 50px;
}

.btq-detailCtAcheter {
  display: block;
  margin: 30px 0;
}

.btq-detailCtAcheter span {
  margin: 0 10px 0 0;
}

.btnAcheterCt {
  text-align: right;
}

.btnAcheter {
  display: inline-block !important;
}

.btq-detailRef {
  font-style: italic;
  display: block;
  margin: -5px 0 10px 0;
  text-align: right;
}

.cpt-tabCompteCommandes .btn {
  padding-top: 2px;
  padding-bottom: 3px;
}

.cpt-tabCompteCommandes tr th {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 5px;
}

.cpt-tabCompteCommandes tr td {
  vertical-align: middle;
  padding: 5px;
}

.cpt-ctRecapCommande {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.commandeUserPanel {
  margin: 0 5px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.commandeUserPanel:first-child {
  margin-left: 0;
}

.commandeUserPanel:last-child {
  margin-right: 0;
}

.commandeUserPanel .btn {
  margin-top: 20px;
  margin-left: 0;
}

.detailCommandeTotal {
  display: inline-block;
  float: right;
  text-align: right;
}

.detailCommandeTotal div {
  clear: both;
  font-weight: bold;
  margin: 5px 0;
  padding: 5px 10px;
}

.detailCommandeTotal div:nth-child(1) {
  background: #ccc;
  margin: 0;
}

.detailCommandeTotal div:nth-child(2) {
  background: #565656;
  color: #fff;
  margin: 0;
}

.detailCommandeTotal div span:last-child {
  display: inline-block;
  text-align: right;
  width: 70px;
}

.cpt-ctCommande .cpt-tabCompteCommandes {
  border-bottom: 1px solid #ccc;
}

.cpt-ctCommande .cpt-tabCompteCommandes tr td:last-child {
  padding-bottom: 15px;
}

.td-libelle {
  font-weight: bold;
}

/*---------- Panier --------*/
.btq-tabPanier .icon-minus2:before, .btq-tabPanier .icon-plus2:before, .btq-tabPanier .icon-cancel2:before {
  display: inline-block;
  font-size: 24px;
  padding-top: 5px;
  margin: 5px 3px;
}

.btq-tabPanier .icon-minus2:hover:before {
  content: "\e909";
}

.btq-tabPanier .icon-plus2:hover:before {
  content: "\e907";
}

.btq-tabPanier .icon-cancel2:hover:before {
  content: "\e905";
}

.btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2, .btq-tabPanier .icon-cancel2 {
  text-decoration: none;
}

.btq-tabPanier * {
  vertical-align: top;
}

.panierTxtQte {
  min-width: 0 !important;
  width: 30px;
  margin-top: -5px;
}

.btq-tabPanierSsTotal .btq-prix {
  background: none;
  color: #000;
}

.btq-tabPanier {
  width: 100%;
  margin: 0 auto 30px auto;
}

.btq-tabPanier tr {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.btq-tabPanier tr:last-child {
  border-bottom: none;
}

.btq-tabPanier tr td {
  vertical-align: middle;
  height: 70px;
  padding: 20px 0;
}

.btq-tabPanier .btq-tabPanierPhoto {
  padding-left: 20px;
  width: 80px;
}

.btq-tabPanier .btq-tabPanierQte {
  width: 120px;
}

.btq-tabPanier .btq-tabPanierSsTotal {
  width: 150px;
  text-align: right;
  padding: 0 30px 0 0;
  vertical-align: middle;
}

.btq-tabPanier .btq-tabPanierSupprimer {
  width: 55px;
  padding-right: 20px;
}

.btq-tabPanier td input[type=text] {
  text-align: center;
  background: none;
  font-size: 20px;
}

.btq-tabPanierSupprimer {
  text-align: right;
}

.btq-tabPanier .btq-barre {
  display: inline-block;
  background: none;
  margin: 0 10px 0 0;
  padding: 2px 0 0 0;
  vertical-align: middle;
}

.btq-tabPanier .btq-prix {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  vertical-align: middle;
}

#panPanier .btn {
  margin-left: 0;
}

.btq-CtPanierVide {
  margin: 30px auto 100px auto;
  padding: 25px;
  font-size: 18px;
  text-align: center;
  width: 400px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #ccc;
}

.panierCtTotal {
  width: 100%;
  margin: 0 auto 30px auto;
  text-align: right;
  font-size: 18px;
  color: #000;
}

.btq-panierCtValiderPanier {
  width: 100%;
  margin: 30px auto;
  text-align: right;
}

.btq-panierCtValiderPanier .btn {
  margin: 0;
}

/*---------- Recap --------*/
.btq-recap .btq-tabPanier {
  margin-top: 0;
}

.btq-RecapCtPanier .btq-tabPanier tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btq-recap h2 {
  display: inline-block;
  font-weight: normal;
}

.btq-RecapCtModifierAdr {
  display: inline-block;
  margin-left: 10px;
}

.btq-RecapCtLivraison {
  margin-bottom: 40px;
  display: flex;
}

.btq-RecapCtAdrLivraison {
  background: #fff;
  padding: 20px;
  width: 40%;
  display: inline-block;
  margin-right: 20px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.btq-RecapCtAdrFacturation {
  background: #fff;
  padding: 20px;
  width: 40%;
  display: inline-block;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.titreRecap {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.titreRecap span:before {
  font-size: 14px;
  color: #bbb;
  margin-right: 8px;
}

#litAdresseLivraison, #litAdresseFacturation {
  display: block;
  margin-left: 22px;
}

#litAdresseFacturation {
  margin-top: 10px;
}

.recapAdressChk {
  margin-left: 22px;
}

.btq-recap input[type=checkbox]:not(:checked) + label,
.btq-recap input[type=checkbox]:checked + label {
  padding-left: 22px;
}

.recap-nom,
.recap-adresse,
.recap-ville,
.recap-ville,
.recap-cp,
.recap-pays {
  display: block;
}

.btq-RecapCtPaiement {
  margin-bottom: 50px;
}

.btq-RecapCtPaiementPrix {
  background: #fff;
  padding: 20px;
  margin: 10px 0;
}

.btq-RecapTotalLignePanier,
.btq-RecapTotalLignePort,
.btq-RecapTotal {
  display: flex;
}

.btq-RecapTotalLignePanier span:first-child,
.btq-RecapTotalLignePort span:first-child,
.btq-RecapTotal span:first-child {
  display: inline-block;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.btq-RecapTotalLignePanier {
  font-size: 16px;
  margin-bottom: 10px;
}

.btq-RecapTotalLignePort {
  font-size: 16px;
  margin-bottom: 20px;
}

.btq-RecapTotal {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.btq-RecapCtPaiementCgv {
  background: #fff;
  padding: 20px;
  margin: 20px 0 10px 0;
}

.btq-RecapCtPaiementCt {
  margin-bottom: 50px;
  display: flex;
  margin: 10px 0;
}

.btq-RecapCtPaiementCB,
.btq-RecapCtPaiementCheque {
  background: #fff;
  padding: 20px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 10px 10px;
}

.btq-RecapCtPaiementCB {
  margin-left: 0px;
  margin-right: 0px;
}

.btq-RecapCtPaiementCheque {
  margin-right: 0px;
  margin-left: 20px;
}

.recap-listeCb {
  margin: 20px 0 20px 22px;
}

.recap-listeCb input {
  margin: 0 5px;
  padding: 3px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd !important;
}

.recap-listeCb input:hover {
  border: 1px solid #777 !important;
}

.recap-listeCb input:first-child {
  margin-left: -3px;
}

.recap-txtCB {
  margin-left: 22px;
  margin-bottom: 10px;
}

.recap-txtCheque {
  margin-left: 22px;
}

.recap-txtCheque input {
  margin-top: 22px;
  margin-bottom: 20px;
}

.recap-txtCheque input:first-child {
  margin-left: 0;
}

/*------------- REFERENCES ------------*/
/*-------------------------------------*/
/*---------- LISTING REFERENCES (mode liste) --------*/
.listeLigneReferences {
  position: relative;
  width: 100%;
  min-height: 120px;
  margin-bottom: 10px;
}

.listeReferencesConteneurImage {
  width: 160px;
  height: 160px;
  overflow: hidden;
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.listeReferencesConteneurTextes {
  float: left;
  width: 815px;
  height: auto;
  margin-left: 15px;
}

.listeReferenceTitre {
  font-size: 12px;
  margin: 0;
}

.listeReferencesConteneurDescription {
  line-height: 15px;
  height: auto;
  text-align: justify;
}

.listeReferencesConteneurLien {
  margin-top: 5px;
  text-align: right;
}

.referencesSepOmbre {
  width: 100%;
  height: 15px;
  background: url(../images/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/
.blocsReferences {
  width: 275px;
  height: 250px;
  float: left;
  margin: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blocsReferencesConteneurImage {
  height: 155px;
  width: 100%;
}

.blocsReferencesConteneurImage img {
  width: 100%;
}

.blocsReferencesConteneurTextes {
  width: 100%;
}

.blocsReferencesTitre {
  color: #000;
  font-size: 15px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.blocsReferencesConteneurDescription {
  line-height: 15px;
  height: auto;
  text-align: justify;
}

/*---------- TABLEAUX --------*/
/*----------------------------*/
.tab {
  margin-bottom: 30px;
}

.tab caption {
  font-weight: bold;
  padding: 10px 0;
  font-size: 14px;
}

.tab caption:before {
  font-family: "boonIco2";
  content: " \f05a";
  font-style: normal;
  font-weight: normal;
  margin-right: 7px;
}

.tab tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.tab1 {
  border: 1px solid #bbb;
}

.tab1 tr th {
  font-weight: bold;
  padding: 10px;
  border: 1px solid #bbb;
  color: #777;
  background: #f9f9f9;
}

.tab1 tr td {
  padding: 10px;
  border: 1px solid #bbb;
}

.tab2 tr th {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dotted #bbb;
}

.tab2 tr td {
  padding: 10px;
  border-bottom: 1px dotted #bbb;
}

.tab2 tr:nth-child(2n+2) {
  background: #f5f5f5;
}

/*----------------------------*/
/*------- UC CONNEXION -------*/
/*----------------------------*/
.containerConnexion {
  margin: 0 auto 30px auto;
}

.containerConnexion h2 {
  margin-bottom: 30px;
}

.formConnexion .inputIco {
  display: flex;
}

.connexionColGauche {
  display: inline-block;
  padding-right: 70px;
  border-right: solid 1px #c9d4da;
  margin-right: 70px;
  vertical-align: top;
}

.connexionColDroite {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}

.connexionOutilsInscription {
  margin-top: 10px;
  text-align: right;
}

/*--------- UC INSCRIPTION ----------*/
/*----------------------------------*/
.ctInscription {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 30px;
  margin-bottom: 50px;
}

.containerOutilsInscription {
  text-align: center;
  padding: 10px 0;
  margin: 30px auto 0px auto;
}

.containerMessageInscription {
  text-align: center;
}

.ctInscription .connexionColGauche {
  border: 0;
  padding-right: 0;
  margin-right: 100px;
}

.panMenuCt {
  display: flex;
}

#panMenu {
  display: inline-block;
}

#panMenu a {
  display: inline-block;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: #999;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}

#panMenu a:hover {
  background: #222;
  color: #fff;
}

#panMenu .actif {
  background: none;
  color: #222;
}

.panMenuSuite {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}

/*------------- Conteneur connexion ---------------*/
.connexionNom {
  padding-right: 10px;
}

.connexionNom:hover {
  text-decoration: none;
}

.lienDeconnexion {
  text-decoration: none;
}

.lienDeconnexion:hover {
  color: #000;
  text-decoration: underline;
}

/*--------- ECHANGE DE FICHIERS -------*/
/*------------------------------------*/
.fichierLigne {
  border-bottom: solid 1px #ccc;
  height: 32px;
}

.fichierLienDossier {
  display: block;
  background: url(../images/dossier.png) no-repeat;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  text-decoration: none;
}

.fichierLienDossier span {
  margin-left: 5px;
}

.fichierLigne a:hover {
  background-color: #fff;
}

.fichierLienFichier {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  text-decoration: none;
  background: url(../images/fichier-defaut.png) no-repeat;
}

.fichierDossierParent {
  display: block;
  margin-bottom: 10px;
}

.fichierLienFichier.pdf {
  background: url(../images/fichier-pdf.png) no-repeat;
}

.fichierLienFichier.excel {
  background: url(../images/fichier-excel.png) no-repeat;
}

.fichierLienFichier.word {
  background: url(../images/fichier-word.png) no-repeat;
}

.fichierLienFichier.pp {
  background: url(../images/fichier-powerpoint.png) no-repeat;
}

.fichierLienFichier.photo {
  background: url(../images/fichier-image.png) no-repeat;
}

.retourBtn .btn {
  margin-right: 0;
}

/*------  BANDEAU COOKIES CNIL --------*/
/*-------------------------------------*/
.cookiesBar {
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  background: #000;
  color: #fff;
  z-index: 9999999999;
  padding: 10px 0;
  bottom: 0;
}

.cookiesBar a {
  text-decoration: underline;
  color: #fff !important;
}

.cookiesBar a:hover {
  text-decoration: none;
}

.cookiesBar input[type=submit] {
  background: #fff;
  color: #000;
  border: 0;
  padding: 3px 15px;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 5px;
}

/*------  MODEL BOONET ------*/
/*--------------------------*/
.contentFlexXcol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: stretch;
}

.flexXcol {
  padding: 20px;
  margin: 0 10px 20px 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}

.modelPage2 .flexXcol:first-child {
  margin-left: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modelPage2 .flexXcol:last-child {
  margin-right: 0;
  max-width: 300px;
}

.modelPage .flexXcol:first-child {
  margin-left: 0;
}

.modelPage .flexXcol:last-child {
  margin-right: 0;
}

.modelPage .flexXcol:nth-child(1) {
  min-width: 220px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 10px;
  max-width: 180px;
}

.modelPageTab {
  display: inline-block;
}

.txtPageSupplement {
  margin: 50px auto;
}

/************** FAQ ****************/
.faqListe {
  margin: 0 0 60px 0;
}

.faqListe a {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-left: 15px;
  text-decoration: none;
}

.faqListe a:hover {
  text-decoration: underline;
}

.questionFAQ {
  /*background: rgba(0, 0, 0, 0) url("../images/puce1.png") no-repeat scroll 0 8px;*/
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-left: 15px;
}

.questionFAQ:before {
  content: "\e9c0";
  font-family: "boonIco2";
  color: #000;
  font-size: 12px;
  padding-right: 8px;
}

.reponseFAQ {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 3%;
}

.reponseFAQ p {
  margin-bottom: 0;
}

.faqListe .sepFooter {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
}

.faqListe .sepFooter:last-child {
  border: none;
}

/*    MISE A JOUR SITE*/
.titre1 {
  font-family: "FestivalBudaya";
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 40px;
  line-height: 50px;
  color: #161616;
}

.ouverture .hideMobile {
  font-size: 12px;
}

.titrePageHeader {
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 10px;
}

.photocolplat {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.titleRouge {
  text-align: right;
  color: #911c18;
  font-size: 19px;
  margin-top: 20px;
}

.foieVeau {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}

.foieVeau figure {
  flex-basis: 45%;
  /*        align-self: stretch;*/
}

.foieVeau figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.foieVeau .txtDroite {
  flex-basis: 50%;
  /*  padding: 40px 0;*/
}

.introVeau {
  padding: 20px 0;
  text-align: center;
  margin: auto;
}

.linkCarte {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}

.linkCarte a {
  color: #911c18 !important;
  font-size: 30px;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
  line-height: 35px;
  text-decoration: underline;
  padding: 20px 100px;
  border: solid 5px #911c18;
}

.linkCarte a:hover {
  text-decoration: none;
}

.displayMobile .linkCarte a {
  border: none;
}

/* --- PAGE CARTE / PLATS --- */
#ctl00_body .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ctPlat label:last-child, .ctPlat span:last-child {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  padding-top: 8px;
}

.ctPlat {
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* -- carte -- */
.ct-carte h2 {
  font-family: "1927Epoque";
}

.ct-carte .ctInfosCarte {
  display: flex;
  justify-content: space-between;
  /*    align-items:center;*/
  flex-flow: wrap;
}

.ct-carte .ctInfosCarte .encartCuisine:first-child {
  flex-basis: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}

.ct-carte .ctInfosCarte .encartCuisine {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.topCarte {
  font-family: "FestivalBudaya";
  font-weight: normal;
  /*   text-transform: uppercase;*/
  line-height: 50px;
  color: #161616;
  /*background-image: url(../images/separateur.png);*/
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.ct-carte .titrePageHeader {
  padding-bottom: 0;
  text-transform: uppercase;
}

.cartePlats {
  padding-top: 40px;
}

.infosHaut .hideMobile p {
  margin-bottom: 0;
}

#mangeQuoi .ctPoulardes, #boitQuoi .ctBonum {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}

.ctPoulardes .hideMobile {
  column-count: 2;
  column-gap: 30px;
}

.ctBonum .titleRouge {
  text-align: center;
}

.ctMenusCartes {
  display: flex;
  flex-flow: wrap;
}

.ctMenusCartes > div {
  flex-basis: 45%;
  margin: 50px 0;
}

.ctMenusCartes > div:first-child {
  margin-right: 100px;
}

.ctMenusCartes > div:last-child {
  flex-basis: 100%;
}

/* -- AJOUT HOME 2022 -- */
.logosMichelin {
  /*  display: flex;
    justify-content: center;
    align-items: center;*/
  text-align: center;
}

.logosMichelin img {
  max-width: 80px;
  margin: 0 10px;
}

.logosMichelin span {
  display: block;
  text-align: center;
}

.bonEntendeur p {
  text-align: center !important;
  font-size: 13px;
  text-transform: uppercase;
}

.bonEntendeur img {
  max-width: 100px;
  margin-block: 20px;
}

.encart.pain {
  width: 50%;
  margin: 40px auto;
  text-align: center;
}

.encart.pain p {
  text-align: center !important;
}

.encart.pain img {
  margin-bottom: 10px;
  max-width: 180px;
}

.main {
  /*    max-width: 40px;*/
  max-height: 18px;
}

.event {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transform: rotate(-2deg);
  will-change: transform;
  padding-bottom: 24px;
}
.event .redbox {
  background: #7D0E12;
  color: white;
  max-width: 550px;
  height: auto;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 800px) {
  .event .redbox {
    flex-direction: column;
  }
}
.event .redbox-dashed {
  width: 2px;
  border-right: 2px dashed #E7E7E7;
  min-height: 100%;
  margin: 0px 16px;
}
@media screen and (max-width: 800px) {
  .event .redbox-dashed {
    min-height: 2px;
    width: 100%;
    margin: 13px 0;
    border-bottom: 2px dashed #E7E7E7;
    border-right: 0px;
  }
}
.event .redbox-title {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  font-family: Oswald;
  text-transform: uppercase;
}
.event .redbox-title i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #7D0E12;
  z-index: 5;
}
.event .redbox-title:before {
  content: "";
}
.event .redbox-title .top {
  top: -13px;
  position: absolute;
}
.event .redbox-title .bottom {
  bottom: -14px;
  position: absolute;
}
.event .redbox-title .left {
  float: left;
  left: -13px;
}
.event .redbox-title .right {
  float: right;
  right: -13px;
}
.event .redbox-title .insider {
  height: 98%;
  width: 93%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .event .redbox-title .insider {
    height: 65px;
    width: 100%;
  }
}
.event .redbox-title .txt {
  transform: rotate(-90deg);
}
@media screen and (max-width: 800px) {
  .event .redbox-title .txt {
    transform: rotate(0deg);
    font-size: 24px;
  }
}
.event .redbox-content {
  position: relative;
}
.event .redbox-content i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #7D0E12;
  z-index: 5;
}
.event .redbox-content:before {
  content: "";
}
.event .redbox-content .top {
  top: -13px;
  position: absolute;
}
.event .redbox-content .bottom {
  bottom: -14px;
  position: absolute;
}
.event .redbox-content .left {
  float: left;
  left: -13px;
}
.event .redbox-content .right {
  float: right;
  right: -13px;
}
.event .redbox-content .wrapper {
  display: flex;
  flex-direction: row;
  padding: 24px 17px;
}
@media screen and (max-width: 800px) {
  .event .redbox-content .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.event .redbox-content .wrapper img {
  width: 50%;
  object-fit: contain;
}
.event .redbox-content .wrapper .inside {
  width: 50%;
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
  padding-left: 16px;
}
@media screen and (max-width: 800px) {
  .event .redbox-content .wrapper .inside {
    padding: 0;
    width: 100%;
  }
}
.event .redbox-content .wrapper .inside .title {
  font-family: "Oswald";
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 8px;
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 8px;
  width: min-content;
}
.event .redbox-content .wrapper .inside .date {
  font-size: 17px;
}
.event .redbox-content .wrapper .inside .btn {
  background: white;
  color: #7D0E12;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "SpecialElite" !important;
  margin: 0;
  margin-top: 16px;
  border: 0px;
}
.event .redbox .insider {
  border: 3px solid white;
  overflow: hidden;
  position: relative;
}
.event .redbox .insider i {
  width: 36px;
  height: 36px;
  border: 3px solid #E7E7E7;
  border-radius: 50%;
  background-color: #7D0E12;
}
.event .redbox .insider:before {
  content: "";
}
.event .redbox .insider .top {
  top: -20px;
  position: absolute;
}
.event .redbox .insider .bottom {
  bottom: -20px;
  position: absolute;
}
.event .redbox .insider .left {
  float: left;
  left: -20px;
}
.event .redbox .insider .right {
  float: right;
  right: -20px;
}

.asso {
  font-size: 13px;
  color: #161616;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 800px) {
  .asso {
    flex-direction: column;
    text-align: center;
  }
}
.asso img {
  margin-left: 16px;
  margin-right: 16px;
}

/*.event-calendar,
.event-billing {
    color: #161616;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

    .each {
        display: flex;
        flex-direction: row;

        @media screen and (max-width:1032px) {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .img {
            width: 30%;
            aspect-ratio: 3/4;
            transform: rotate(-10deg);
            position: relative;
            z-index: 5;
            align-self: flex-start;

            @media screen and (max-width:1032px) {
                width: 35%;
                align-self: center;
            }

            img {
                width: 100%;
                object-fit: contain;
                height: 100%;
            }
        }
    }

    .outer {
        display: flex;
        flex-direction: column;
        border: 5px solid #161616;
        padding: 5px;
        position: relative;
        width: 70%;

        @media screen and (max-width:1032px) {
            width: 100%;
        }

        &:before {
            content: '';
            display: block;
            position: absolute;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            top: 5px;
            left: 5px;
            border: 2px solid #161616;
            pointer-events: none;
        }

        .top {
            display: flex;
            flex-direction: row;
            padding: 23px 42px;

            @media screen and (max-width:800px) {
                flex-direction: column;
                padding: 23px;
            }

            .title {
                width: 50%;
                text-align: left;

                @media screen and (max-width:800px) {
                    width: 100%;
                    text-align: center;
                }

                .name {
                    display: inline-block;
                    width: fit-content;*/
/*border-bottom: 1px solid #161616;*/
/*padding-bottom: 2px;
                    text-transform: uppercase;
                    line-height: 1;
                }
            }

            .date {
                width: 50%;
                text-align: right;

                @media screen and (max-width:800px) {
                    width: 100%;
                    text-align: center;
                    margin-top: 15px;
                }

                &-title {
                    font-family: 'Oswald';
                    font-size: 26px;
                    line-height: 1.15;

                    @media screen and (max-width:800px) {
                        margin-bottom: 15px;
                    }
                }
            }

            .name {
                font-family: 'Oswald';
                font-size: 26px;
            }

            .desc {
                text-transform: initial;
                font-size: 15px;
                line-height: 1.3;
                margin-top: 8px;
            }
        }
    }

    .bottom {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;

        @media screen and (max-width:800px) {
            flex-direction: column;
        }

        .choice {
            width: 100%;
            border: 2px solid #161616;
            color: #7D0E12;
            font-size: 37px;
            line-height: 1.05;
            text-transform: uppercase;
            padding: 56px 64px 40px 64px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            box-sizing: border-box;

            @media screen and (max-width:1032px) {
                padding: 56px 32px 40px 32px;
            }

            @media screen and (max-width:800px) {
                width: 100%;
                border-bottom: 0px;
                font-size: 25px;
            }

            &-inner {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            &:nth-child(2) {
                border-left: 0px;
            }

            span {
                font-size: 24px;
                line-height: 1.3;
                font-family: 'Oswald';
                text-transform: uppercase;

                @media screen and (max-width:800px) {
                    font-size: 18px;
                }
            }
        }

        .txt {
            font-family: 'SpecialElite';
            font-size: 15px;
            text-transform: initial;
            color: #161616;
            text-align: center;
        }

        .price {
            font-size: 29px;
            line-height: 1.3;
            font-family: 'OswaldLight';
            color: #161616;
            margin-top: 8px;
        }

        .btn {
            font-family: 'SpecialElite' !important;
            font-size: 18px;
            background: #7D0E12;
            text-transform: initial;
            border: 0px;
            width: fit-content;
            cursor: pointer;

            &:hover {
                color: white;
            }
        }
    }

    .message {
        color: rgb(200,50,50);
        font-size: 16px;
        font-style: italic;
    }
}*/
/*.event-billing {
    .top {
        border-bottom: 2px solid black;
    }

    .bottom {
        flex-direction: column;
        align-items: center;
        padding: 15px;

        h3 {
            margin: 15px 0;
            text-transform: uppercase;
            color: black;

            span {
                display: block;
                text-align: center;
                color: #911c18;
            }
        }

        input {
            box-sizing: border-box;
            flex: 1 1 auto;
            margin: 0 10px;
            height: 44px;

            @media screen and (max-width:800px) {
                width: 100%;
                margin: 0 10px;
                margin-bottom:10px;
            }
        }

        .row {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin: 0 0 10px;

            @media screen and (max-width:800px) {
                flex-direction: column;
                margin: 0;
            }
        }
    }
}
*/
.evenement-confirmation {
  padding: 30px 0 15px;
  text-align: center;
}
.evenement-confirmation.hidden {
  display: none;
}

.stripe-submitBtn .hidden {
  display: none;
}

.ct100 {
  margin: 0 auto;
  font-size: 0;
  display: table;
  position: relative;
  width: 100%;
}

.content .media-object {
  display: block;
  width: 48px;
  border-radius: 50%;
}

.filters-social {
  display: flex;
  justify-content: space-around;
  padding: 10px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #5B2330;
}

#ct-reseaux {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-between;
}

.ct-desc {
  width: 100%;
  display: none;
}

.content {
  width: 100%;
}

.sociaux {
  background: #FFF;
  width: 230px;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  margin: 0px 5px 2% 5px;
  -webkit-box-shadow: 0px 7px 26px -11px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 7px 26px -11px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 7px 26px -11px rgba(0, 0, 0, 0.48);
  position: relative;
  max-height: 650px;
  font-size: 16px;
  overflow: hidden;
  max-width: 100%;
  margin: 10px auto;
  opacity: 0.8;
  transition: 0.3s;
}

.sociaux:hover {
  opacity: 1;
}

/*buttons & fields*/
.button, .input {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  color: #000;
  background: none;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.button {
  padding: 7px 10px;
  background-color: rgba(255, 255, 255, 0.2);
}

.button:hover {
  cursor: pointer;
  color: rgba(0, 50, 150, 0.5);
  text-decoration: none;
  background-color: #FFF;
}

.input {
  height: 41px;
  padding: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.media-body {
  float: right;
  width: 288px;
  max-height: 242px;
  overflow: hidden;
}

.input:hover {
  background: none;
  color: #fff;
}

.media-image {
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-image-height {
  height: 230px;
}

.parution {
  width: 100%;
  text-align: right;
  padding-bottom: 2%;
  display: none;
}

.voirPlusSoc {
  display: none;
}

.mobile {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 100px;
  right: 100px;
  height: 38px;
  z-index: 1000;
}

.noMobile {
  display: inline-block;
}

.menuMobLogo img {
  width: 154px;
  top: 4px;
  position: relative;
}

.iconSearchMob {
  display: none;
  cursor: pointer;
}

.iconCompteMob {
  display: none;
  cursor: pointer;
}

.linkLangue {
  display: none;
  cursor: pointer;
}

.container_12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  position: relative;
  padding: 0 2em;
  width: 95%;
}

@media (max-width: 1280px) {
  .container_12 {
    max-width: 1100px;
  }
  .bloc230 {
    /*width: 270px;*/
  }
  #divLogo {
    width: 396px;
  }
  #mangeQuoi .listeImages img {
    width: 28%;
    height: auto;
    object-fit: cover;
  }
  #boitQuoi .listeImages img {
    width: 32%;
  }
  .colonne2 .contourRouge br {
    display: none;
  }
  .foieVeau figure {
    align-self: stretch;
  }
  .coordNo100 {
    width: auto;
  }
}
@media (max-width: 1380px) {
  header {
    margin-bottom: 25px;
  }
}
@media (max-width: 1150px) {
  /* HEADER */
  .ephemeride {
    display: block;
  }
  /* -- */
  .colonne2 .contourRouge br {
    display: block;
  }
  #divLogo {
    width: 306px;
  }
  .nav a {
    font-size: 14px;
  }
  .ouverture {
    width: 310px;
  }
  .foieVeau .txtDroite {
    flex-basis: 100%;
    text-align: center;
    padding: 30px 0 0 0;
  }
  .foieVeau figure {
    flex-basis: 70%;
    margin: auto;
    text-align: center;
  }
  .container_12 {
    max-width: 960px;
  }
  .bloc770.doubleContour {
    width: 600px;
  }
  .bloc230 {
    width: 220px;
  }
  .listeImages {
    flex-flow: wrap;
  }
  .listeImages img {
    width: 25%;
  }
  #galeriePhotos .grid_12 {
    flex-direction: column;
  }
  .bloc230 {
    width: 100%;
  }
  .photoEtLegende {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #galeriePhotos .bloc230 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-around;
  }
  .bloc770 {
    width: 100% !important;
    display: block;
    left: 0;
  }
  #galeriePhotos .contourRouge {
    width: 360px;
    margin: 0 20px;
  }
  .contourRougeArrondi {
    background-size: contain;
  }
  .qualite {
    /*flex-direction: column;*/
  }
  .bloc500.doubleContour {
    width: 46%;
    margin: 40px;
  }
  .qualite .doubleContour div div {
    max-width: 200px;
  }
  .qualite .doubleContour div div p {
    text-align: left !important;
  }
  .qualite strong {
    font-size: 16px;
  }
  .contenuFullPage .contenuMixteTexteD, .contenuFullPage .contenuMixteImageG {
    width: 100%;
  }
  .contenuFullPage .contenuMixteImageG .photocolplat, .photoColonne {
    height: 400px;
  }
  .contenuFullPage .contenuMixteImageG .photocolplat img, .photoColonne img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  #boitQuoi .listeImages::after {
    right: 0;
  }
  .bloc500 {
    width: 400px;
  }
  .coordNo100 {
    width: 210px;
  }
  #vientComment .blocRouge {
    right: 0;
  }
  #boitQuoi .contourRouge {
    float: none;
    max-width: none;
  }
  h2, .titleRouge {
    text-align: center;
  }
  h3 {
    font-size: 17px;
  }
  #mangeQuoi .contourRouge {
    width: 100%; /*
float: unset;*/
    margin: 40px auto;
  }
  /* ---- CARTE MENUS ---- */
  .ctMenusCartes > div:first-child {
    margin-right: 25px;
  }
  .ctMenusCartes > div {
    flex-basis: 48%;
    margin: 50px 0;
  }
  .encartCuisine {
    margin: 40px auto;
    width: 90%;
  }
  .encart.pain {
    width: 80%;
  }
  .ct-carte .ctInfosCarte {
    /*		display: flex;
    		flex-direction: column;*/
  }
}
/*-----------------------------------------------------*/
/********----------- TABLETTES ---------------**********/
/*-----------------------------------------------------*/
@media (max-width: 1030px) {
  /*CUSTOM CSS*/
  header {
    max-height: inherit;
  }
  .logoEntierMobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  header #divLogo {
    display: none;
  }
  .styleH2 {
    line-height: 39px;
    text-align: center;
  }
  #vientComment .bloc500 {
    width: 100%;
  }
  #vientComment .grid_12 .infos {
    justify-content: space-between;
  }
  #mangeQuoi .contourRougeArrondi .photoEtLegende {
    margin-left: 30px;
  }
  /*.qualite .bloc500 br {
      display:none;
  }*/
  .qualite .doubleContour h3 {
    margin: 15px auto;
  }
  .doubleContour {
    left: 0;
  }
  #map {
    min-height: 300px;
    width: 100%;
  }
  #galeriePhotos .contourRouge {
    width: 360px;
    margin: 0 20px;
  }
  .photosSepia {
    padding: 9px;
  }
  .contourRougeArrondi {
    background-size: contain;
  }
  #boitQuoi .photoEtLegende {
    align-items: center;
    width: 126px;
  }
  .photoEtLegende img {
    height: 180px;
  }
  #vientComment .grid_12 {
    flex-direction: column;
  }
  #vientComment .blocRouge {
    right: auto;
    top: 622px;
  }
  .bloc500.doubleContour {
    width: 100%;
  }
  .photoEtLegende {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }
  .heure {
    display: none;
    position: relative;
    order: 1;
    margin-left: inherit;
    margin-bottom: 8px;
  }
  .heure .important {
    font-size: 12px;
  }
  .nuageMots {
    color: #901c18;
    font-size: 13px;
    line-height: 19px;
    text-align: justify;
    margin-top: 18px !important;
    /* display: block; */
    padding: 16px;
  }
  .ccb361 .nuageMots {
    margin-top: 0 !important;
  }
  .grosTexte {
    font-size: 18px;
    line-height: 23px;
  }
  .adresse {
    order: 2;
  }
  .date {
    order: 3;
  }
  h2 {
    text-align: center;
    font-size: 22px;
    line-height: 38px;
  }
  h2 span {
    border-bottom: 3px solid black;
  }
  h3 {
    text-align: center;
  }
  .important {
    text-align: center;
  }
  div.important {
    text-align: center;
    /* max-width: 400px;*/
    margin: 25px auto;
  }
  .qualite {
    flex-direction: column;
  }
  .bloc230 {
    width: 100%;
    display: block;
  }
  .bloc500 {
    display: block !important;
  }
  .bloc770 {
    width: 100% !important;
    display: block;
  }
  #galeriePhotos .grid_12 {
    flex-direction: column;
  }
  #galeriePhotos .bloc230 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
    flex-flow: wrap;
  }
  .contourRouge {
    box-sizing: border-box;
    border: solid 4px #911c18;
  }
  .listeImages img {
    max-height: 158px;
  }
  #mangeQuoi .bloc500 {
    margin-bottom: 40px;
  }
  .qualite .doubleContour div div {
    max-width: 370px;
  }
  footer {
    margin-top: 20px;
  }
  .nav {
    background-color: #eaeaea;
    height: 270px;
  }
  .nav ul {
    margin: 30px auto 0 auto;
    width: 400px;
  }
  .nav ul li {
    position: relative;
  }
  .adresseDate {
    background-image: none;
  }
  .infosHaut {
    padding-top: 23px;
  }
  .coord::before, .ouverture::before {
    display: none;
  }
  .ccb361 .contenuMixteImageG {
    padding-top: 10px;
  }
  .photoEtLegende {
    top: 0;
    position: relative;
  }
  .conteneurPhotoIsotop {
    /*max-width:50px;
    max-height:50px;*/
    margin-bottom: 5px;
  }
  /*CSS REGLES DE BASE*/
  .mobile {
    /*display: inline-block;*/
    border: none;
  }
  .noMobile {
    display: none;
  }
  #ucLogo1_imgLogo {
    display: none;
  }
  /*--------------- 960 --------------*/
  .container_12 {
    max-width: 640px;
  }
  .container_12 .grid_3 {
    width: 220px;
  }
  .container_12 .grid_4 {
    margin-bottom: 20px;
  }
  .container_12 .grid_6 {
    width: 300px;
  }
  .container_12 .grid_8 {
    width: 620px;
  }
  .container_12 .grid_9 {
    width: 620px;
  }
  .container_12 .grid_12 {
    width: 100%;
    margin: 0 auto;
  }
  /*--------------- OUTILS --------------*/
  #panBandeauAdministrateurConnecte a {
    display: none;
  }
  #panPanierMini {
    position: fixed;
    right: 50px;
    top: 10px;
    z-index: 1001;
  }
  #lblQte {
    position: absolute;
    left: 10px;
    top: 8px;
    padding: 2px;
    background: #2574ab;
  }
  #lkPanier {
    color: #ddd;
  }
  #lkPanier:hover {
    color: #fff;
  }
  #lkPanier [class^=icon-]::before, #lkPanier [class*=" icon-"]::before {
    font-size: 16px;
    margin-right: 0px;
  }
  .qtePanier {
    color: #999;
    font-size: 10px;
    display: none;
  }
  .divRecherche {
    padding: 10px 0px 8px 0px;
    width: 230px;
    height: 75px;
    height: 17px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 0px;
    margin: 0;
    z-index: 1000;
  }
  .iconSearchMob {
    display: inline-block;
    padding-right: 10px;
  }
  .iconSearchMob span {
    color: #fff;
  }
  .searchChamps {
    background: #444;
    margin-top: 9px;
    padding: 10px;
  }
  .divRechercheBlog .searchChamps {
    margin-top: 12px;
  }
  .panDeconnexion {
    padding: 10px 0px 8px 0px;
    width: auto;
    height: 75px;
    height: 17px;
    overflow: hidden;
    position: fixed;
    right: 70px;
    top: 0px;
    margin: 0;
    color: #fff;
    z-index: 1002;
  }
  .panDeconnexion a {
    color: #fff;
  }
  .panDeconnexionBlog {
    right: 30px;
  }
  .deconnexionMobCt {
    background: #666;
    margin-top: 9px;
    padding: 10px;
  }
  .deconnexionMobCt a {
    display: block;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .panDeconnexionBlog .deconnexionMobCt {
    margin-top: 11px;
  }
  .iconCompteMob {
    display: inline-block;
    padding-right: 10px;
  }
  .iconSearchMob span, .iconCompteMob span {
    color: #ddd;
  }
  .iconSearchMob:hover span, .iconCompteMob:hover span {
    color: #fff;
  }
  .iconSearchMob [class^=icon-]::before,
  .iconSearchMob [class*=" icon-"]::before {
    font-size: 16px;
  }
  #divLangues {
    padding: 10px 0px 0px 0px;
    width: auto;
    height: 75px;
    height: 17px;
    overflow: hidden;
    position: fixed;
    right: 110px;
    top: 0px;
    margin: 0;
    color: #fff;
    z-index: 1003;
  }
  #divLangues .icon-triangle-down:before {
    font-size: 10px;
    margin-left: 5px;
  }
  #divLangues a {
    display: block;
    margin: 0px auto !important;
    padding: 6px 13px;
    color: #fff;
    text-decoration: none;
    border: 0;
  }
  #divLangues a:hover {
    background: #555;
  }
  .linkLangue {
    display: inline-block;
  }
  .langueCt {
    background: #222;
    margin-top: 12px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #444;
  }
  /*--------------- HOME ACTUS --------------*/
  .classActu:nth-child(2n+1) {
    margin-right: 20px;
  }
  /*--------------- HOME ARTICLES BLOG --------------*/
  .classBlogArticle:nth-child(2n+1) {
    margin-right: 20px;
  }
  /*-------- BLOCS BOONET template.css---------*/
  .contenuFullPage .contenuMixteTexteG {
    width: 400px;
  }
  .contenuFullPage .contenuMixteImageG {
    width: 400px;
    margin: 0 auto;
    float: none;
  }
  .contenuFullPage .contenuMixteTexteD {
    width: 400px;
    margin: 0 auto;
    float: none;
    padding-top: 0;
  }
  .contenuFullPage .contenuTexte2ColG {
    width: 300px;
  }
  .contenuFullPage .contenuTexte2ColD {
    width: 300px;
  }
  /*** 2 COLONNES ***/
  .blocGauche {
    width: 620px;
    float: none;
    margin: 0 auto;
  }
  .contenuDroite {
    width: 620px;
    float: none;
    margin: 0 auto;
  }
  .blocDroite {
    width: 620px;
    float: none;
    margin: 0 auto;
  }
  .contenuGauche {
    width: 620px;
    float: none;
    margin: 0 auto;
  }
  .contenuDroite .contenuMixteImageG, .contenuGauche .contenuMixteImageG {
    width: 300px;
  }
  .contenuDroite .contenuMixteImageD, .contenuGauche .contenuMixteImageD {
    width: 300px;
  }
  .contenuDroite .contenuMixteTexteG, .contenuGauche .contenuMixteTexteG {
    width: 300px;
  }
  .contenuDroite .contenuMixteTexteD, .contenuGauche .contenuMixteTexteD {
    width: 300px;
  }
  .contenuDroite .contenuTexte2ColG, .contenuGauche .contenuTexte2ColG {
    width: 300px;
    margin-bottom: 20px;
  }
  .contenuGauche .contenuTexte2ColD, .contenuDroite .contenuTexte2ColD {
    width: 300px;
  }
  /*** 3 COLONNES ***/
  .troisCol .blocGauche {
    width: 620px;
    margin-right: 0px;
    clear: both;
  }
  .troisCol .blocDroite {
    width: 620px;
  }
  .troisCol .contenuCentre {
    width: 620px;
  }
  .troisCol .contenuCentre img {
    width: 100%;
  }
  .contenuCentre .contenuMixteImageG {
    width: 230px;
  }
  .contenuCentre .contenuMixteImageD {
    width: 230px;
  }
  .contenuCentre .contenuMixteTexteG {
    width: 360px;
  }
  .contenuCentre .contenuMixteTexteD {
    width: 360px;
  }
  .contenuCentre .contenuTexte2ColG {
    width: 290px;
  }
  .contenuCentre .contenuTexte2ColD {
    width: 290px;
  }
  .blocGauche .bloc.blocRecherche, .blocGauche .bloc.blocNewsletter {
    padding: 3px 0;
  }
  .blocGauche #smMenu {
    float: none;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
  }
  .blocGauche .bloc {
    width: 290px;
    float: left;
  }
  .blocGauche .bloc:nth-child(2n+1) {
    margin-right: 40px;
  }
  .blocDroite .bloc.blocRecherche, .blocDroite .bloc.blocNewsletter {
    padding: 3px 0;
  }
  .blocDroite .bloc {
    width: 290px;
    float: left;
  }
  .blocDroite .bloc:nth-child(2n+1) {
    margin-right: 40px;
  }
  /*--------------- REVUE DE PRESSE --------------*/
  .listePressesConteneurImage {
    width: 300px;
  }
  .listePressesConteneurTextes {
    width: 300px;
    margin-left: 20px;
  }
  /*--------------- PAGE LISTING ACTUS --------------*/
  #ctl00_cphPanMilieu_grdActus tr {
    margin: 0px 7px;
  }
  /*--------------- BLOG --------------*/
  .blogColonneContenu {
    width: 620px !important;
  }
  .blogColonneBlocs {
    float: right;
    width: 620px !important;
  }
  .blogColonneBlocs .bloc {
    width: 290px;
    float: left;
  }
  .blogColonneBlocs .bloc:nth-child(2n+1) {
    margin-right: 40px;
  }
  /*--------------- BOUTIQUE --------------*/
  /*---Produit famille----*/
  .btqBlocPhotoFamille {
    height: 190px;
    width: 190px;
  }
  .btqBlocFamille {
    width: 190px;
  }
  .btqListingProd {
    text-align: left;
  }
  .btqBlocProduit {
    margin-bottom: 50px;
    display: inline-block;
  }
  /*---Produit détail----*/
  .btq-detailCtPhotos {
    float: none;
    display: block;
    margin-right: 0px;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .btq-detailPhotoPrincipale {
    height: 400px;
    width: 400px;
    float: left;
    display: inline-block;
  }
  .btq-detailCtMiniatures {
    margin-top: 0;
    margin-left: 15px;
    float: right;
    width: 200px;
    display: inline-block;
  }
  /*---Panier----*/
  .btq-tabPanier {
    width: 100%;
  }
  .panierCtTotal {
    width: 100%;
    text-align: center;
  }
  .btq-panierCtValiderPanier {
    width: 100%;
    text-align: center;
  }
  /*--------------- CONNEXION --------------*/
  .btnFormCt {
    text-align: center;
    margin-top: 20px;
  }
  .connexionColGauche {
    padding-right: 40px;
    border-right: solid 1px #c9d4da;
    margin-right: 40px;
  }
  .connexionColDroite {
    display: inline-block;
    width: 220px;
  }
  .formInscription tr td {
    display: block;
  }
  .formInscription tr td:first-child {
    width: auto;
  }
  .formInscription tr td span {
    display: block;
  }
  .ctInscription .connexionColGauche {
    margin-right: 65px;
  }
  .ctInscription .form input[type=text] {
    margin-bottom: 0;
  }
  /*--------------- MODEL BOONET --------------*/
  .modelPage .flexXcol {
    margin-left: 0;
    margin-right: 0;
  }
  .modelPage .flexXcol:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 10px;
    max-width: none;
  }
  .modelPage .flexXcol:nth-child(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
  .modelPage .flexXcol:nth-child(3) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10px;
  }
  .modelPage2 .flexXcol {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .modelPage2 .flexXcol:last-child {
    margin-left: 20px;
    margin-right: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 960px) {
  .blocMap {
    height: 400px;
  }
  #boitQuoi .listeImages::after {
    width: 225px;
    height: 236px;
    left: -176px;
    background-size: contain;
  }
  .contenuFullPage .contenuMixteTexteD, .contenuFullPage .contenuMixteImageG {
    width: 100%;
    margin: 10px 0;
  }
  .linkCarte a {
    font-size: 22px;
  }
  /* ---- CARTE MENUS ---- */
  .ctMenusCartes > div:first-child {
    margin-right: 0;
  }
  .ctMenusCartes > div {
    flex-basis: 100%;
    margin: 50px 0;
  }
  .encart.pain {
    width: 85%;
  }
}
/*--------------------------------------------------*/
/********---------- SMATPHONES -----------**********/
/*--------------------------------------------------*/
@media (max-width: 640px) {
  /*--------------- CUSTOM CSS --------------*/
  .displayMobile {
    display: block !important;
  }
  footer a {
    display: block;
  }
  .hideMobile {
    display: none !important;
  }
  .fondGeneral {
    background-image: inherit;
    background-image: url("../images/fondJournal-640.jpg");
  }
  .nav ul {
    width: 100%;
  }
  .nav a {
    font-size: 13px;
  }
  #galeriePhotos .bloc230 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
    justify-content: center;
  }
  .pubVoiture {
    width: 140px;
  }
  .chirac {
    width: 162px;
  }
  .swipebox-next, .swipebox-prev {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
  }
  .listeImages {
    display: none;
  }
  .listMobile {
    flex-direction: column;
    align-items: center;
    display: block !important;
  }
  .listMobile img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #boitQuoi .listeImages::after {
    width: 85px;
    height: 136px;
    background-image: url(../images/tacheVin2.png);
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .listeImages img {
    margin-bottom: 20px;
  }
  .infosHaut {
    flex-direction: column;
    padding-top: 0;
    margin-top: 20px;
  }
  .adresse, .date {
    text-align: center;
    /*font-size:13px;*/
  }
  .date .important {
    line-height: 13px;
  }
  .contactHumain {
    margin-top: 0 !important;
  }
  .telMobile .styleH2 {
    display: block;
    text-align: center;
  }
  .telMobile a {
    font-size: 16px;
  }
  .telMobile {
    margin-bottom: 14px;
  }
  .infosHaut.displayMobile {
    margin-bottom: 14px;
  }
  .infosHaut.displayMobile .contourGris {
    padding-top: 26px;
    height: auto;
  }
  .contourGris {
    padding: 16px;
  }
  .contourGris.coord {
    padding-top: 7px;
  }
  .contourNoir.ouverture {
    padding: 7px;
  }
  .contourRougeArrondi {
    padding: 13px;
  }
  .ouverture {
    padding-top: 14px;
  }
  .ouverture {
    font-size: 12px;
    margin-top: 6px;
  }
  .coord, .ouverture {
    width: 100%;
    margin: 10px auto;
    text-align: center !important;
  }
  .cadreInfos {
    margin-top: 0;
  }
  .ouverture div {
    margin-top: 0;
  }
  .styleH2 {
    text-align: center;
  }
  .menu .contourRougeArrondi {
    flex-direction: column;
  }
  .contourRougeArrondi {
    background-image: none;
    border: double 4px #ab1822;
  }
  #mangeQuoi .contourRougeArrondi .photoEtLegende {
    margin: 0 auto;
  }
  .adresseDate {
    text-align: center;
  }
  .heure {
    display: block;
  }
  .heure .hideMobile {
    display: none;
  }
  .contenuHeure br {
    display: block;
  }
  .photoEtLegende {
    font-size: 12px;
  }
  #boitQuoi .colonne2 {
    max-height: inherit;
  }
  .photosMenu {
    flex-direction: column;
    margin-bottom: 0;
  }
  #vientCommentAncre {
    top: 0;
  }
  #vientComment .infos {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #vientComment img {
    margin-right: 0;
    margin-bottom: 0;
  }
  #vientComment .bloc500 {
    text-align: center;
  }
  #vientComment .bloc500 .coord {
    text-align: left;
    font-size: 12px;
  }
  #vientComment .blocRouge {
    right: auto;
    top: auto;
    bottom: 50px;
  }
  #vientComment .bloc500 p {
    text-align: center;
  }
  .logoFooter {
    width: 75px;
  }
  .styleH2 {
    font-size: 18px;
    line-height: 25px;
    margin: 16px 0 21px 0;
  }
  #mangeQuoi .contourRouge {
    float: none;
    top: 0;
    width: 100%;
    text-align: center;
  }
  #boitQuoi .contourRouge {
    float: none;
    top: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }
  .qualite {
    margin: 20px 0;
  }
  .qualite .doubleContour div {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .qualite .doubleContour div img {
    margin-bottom: 20px;
  }
  .iconeSon {
    margin-bottom: inherit !important;
  }
  a.lienFleche {
    display: block;
    text-align: center;
  }
  #galeriePhotosAncre {
    top: -300px;
  }
  #galeriePhotos .contourRouge {
    display: none;
  }
  #galeriePhotos .photoEtLegende {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }
  #galeriePhotos .bloc230 img {
    margin: 16px 0;
  }
  #galeriePhotos .doubleContour {
    border: none;
    padding: 0;
  }
  #galeriePhotos .doubleContour::after {
    display: none;
  }
  .conteneurPhotoIsotop {
    max-width: inherit;
    max-height: inherit;
  }
  /*.conteneurPhotoIsotop {
      margin: 0 9%;
      margin-bottom: 16px;
  }*/
  footer {
    text-align: center;
  }
  b, strong {
    font-size: calc(100% + 2px);
  }
  .important {
    font-size: 14px;
    line-height: 17px;
  }
  /*--------------- CSS BASIQUE --------------*/
  h1 {
    font-size: 24px;
    text-align: center;
  }
  h2 {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
  }
  h3 {
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    margin: 0px 0 4px 0px;
  }
  h3.plusPetit {
    font-size: 11px;
  }
  /*--------------- 960 --------------*/
  .container_12 {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .container_12 .grid_12 {
    width: 100%;
    margin: 0 auto;
  }
  /*--------------- OUTILS --------------*/
  #outilsHeader {
    right: 10px;
    top: 10px;
  }
  /*--------------- HOME ACTUS --------------*/
  .classActu:nth-child(2n+1) {
    margin-right: 0px;
  }
  /*--------------- HOME ARTICLES BLOG -----------*/
  .classBlogArticle:nth-child(2n+1) {
    margin-right: 0px;
  }
  /*-------- BLOCS BOONET template.css---------*/
  .contenuFullPage .contenuMixteImageD {
    float: none;
  }
  .contenuFullPage .contenuMixteImageG {
    float: none;
  }
  .contenuFullPage .contenuMixteTexteG {
    float: none;
  }
  /*** 2 COLONNES ***/
  .contenuDroite {
    width: 300px;
    float: none;
    margin: 0 auto;
  }
  .contenuGauche {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .blocGauche {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .blocDroite {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .flottantDroite {
    margin: 0 0 0 0px;
  }
  .blocGauche #smMenu {
    width: 300px;
  }
  /*** 3 COLONNES ***/
  .troisCol .blocGauche {
    width: 300px;
    margin-right: 0px;
  }
  .troisCol .blocDroite {
    width: 300px;
  }
  .troisCol .contenuCentre {
    width: 300px;
  }
  .troisCol .contenuCentre img {
    width: 100%;
  }
  .contenuCentre .contenuMixteImageG {
    width: 300px;
  }
  .contenuCentre .contenuMixteImageD {
    width: 300px;
  }
  .contenuCentre .contenuMixteTexteG {
    width: 300px;
  }
  .contenuCentre .contenuMixteTexteD {
    width: 300px;
  }
  .contenuCentre .contenuTexte2ColG {
    width: 300px;
  }
  .contenuCentre .contenuTexte2ColD {
    width: 300px;
  }
  /*--------------- REVUE DE PRESSE --------------*/
  .listePressesTitre {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  .listePressesConteneurTextes {
    margin-left: 0px;
    width: 300px;
  }
  /*--------------- PAGE CONTACT - FORMUALIRE --------------*/
  .formContact {
    width: 260px;
    margin: 0 auto;
    line-height: 17px;
  }
  .formContact tr td {
    display: block;
  }
  .formContact tr td:first-child {
    width: 85px;
    margin-top: 5px;
  }
  .formContact input[type=text] {
    width: 250px;
    height: 30px;
  }
  .formContact input[type=password] {
    width: 250px;
    height: 30px;
  }
  .formContact textarea {
    width: 250px;
    height: 70px;
    border: 0;
  }
  .divSubmitFormContact {
    text-align: center;
  }
  .formContact input[type=submit] {
    margin: 20px auto 40px auto;
  }
  #containerBootcha {
    margin-top: 0px;
  }
  #bootchaSaisie input[type=text] {
    width: 130px;
  }
  /*--------------- PAGE LISTING ACTUS --------------*/
  #ctl00_cphPanMilieu_grdActus tr {
    margin: 0px;
  }
  /*--------------- CONNEXION--------------*/
  .containerConnexion .form {
    width: 300px;
    margin: 0 auto 30px auto;
  }
  .containerConnexion h2 {
    margin-bottom: 15px;
  }
  .lkPassOublie {
    text-align: center;
  }
  .containerConnexion .connexionColDroite {
    width: 100%;
    text-align: center;
  }
  .connexionColGauche {
    width: 300px;
    border-right: none;
    border-bottom: solid 1px #c9d4da;
    margin-right: 0px;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .connexionOutilsInscription {
    text-align: center;
  }
  /*--------------- BLOG --------------*/
  .blogColonneContenu {
    width: 300px !important;
  }
  .blogColonneBlocs {
    float: none !important;
    width: 300px !important;
  }
  .blogListingContainerCategories, .blogDetailContainerCategories {
    margin: 10px 0 15px 0 !important;
  }
  .blogListingTitre,
  .blogDetailTitre {
    font-size: 26px;
  }
  .blogListingDate {
    font-size: 11px;
  }
  /*--------------- DIVERS--------------*/
  .colonne2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    -o-column-gap: 0px;
    column-gap: 0px;
  }
  /*---Form----*/
  .form {
    width: auto;
    margin: 0 auto;
    line-height: 17px;
  }
  .form tr td {
    display: block;
  }
  .form tr td:first-child {
    width: 85px;
    margin-top: 5px;
  }
  .form input[type=text] {
    width: 250px;
    height: 30px;
  }
  .form input[type=password] {
    width: 250px;
    height: 30px;
  }
  .form textarea {
    width: 250px;
    height: 70px;
    border: 0;
  }
  .form input[type=submit] {
    margin: 20px auto 40px auto;
  }
  /*---Form----*/
  input[type=text] {
    margin: 0 0 0px 0;
  }
  /*--------------- BOUTIQUE--------------*/
  /*---Produit famille----*/
  .btqListingProd {
    text-align: center;
  }
  .btqBlocPhotoFamille {
    height: 220px;
    width: 220px;
    margin: 0 auto;
  }
  .btqBlocFamille {
    width: 220px;
    margin-bottom: 40px;
  }
  .btqBlocDescFamille {
    text-align: justify;
  }
  /*---Produit détail----*/
  .btq-detailPhotoPrincipale {
    width: 300px;
    height: 300px;
    float: none;
    display: block;
  }
  .btq-detailCtMiniatures {
    margin-top: 10px;
    margin-left: 0px;
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .btq-detailGalerieMini {
    display: inline-block;
    height: 52px;
    padding: 0;
    width: 52px;
    margin: 0 4px;
  }
  .btq-detailGalerieMini:first-child {
    margin-left: 0;
  }
  .btq-detailGalerieMini:last-child {
    margin-right: 0;
  }
  .cpt-tabCompteCommandes tr th {
    display: none;
  }
  .cpt-tabCompteCommandes tr td {
    display: block;
  }
  .cpt-tabCompteCommandes tr td:last-child {
    padding-bottom: 30px;
  }
  .cpt-tabCompteCommandes .btn {
    margin-left: 0;
  }
  .cpt-ctRecapCommande {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .commandeUserPanel {
    margin: 0 0 10px 0;
    display: block;
    border: 0;
    padding: 0;
  }
  .commandeUserPanel:nth-child(2) {
    margin-right: 0;
  }
  .commandeUserPanel:nth-child(3) {
    margin-left: 0;
  }
  /*---Panier----*/
  .btq-tabPanier td input[type=text] {
    font-size: 14px;
    padding: 3px 2px;
  }
  .btq-tabPanier tr td {
    vertical-align: middle;
    height: 60px;
    padding: 10px 0;
  }
  .btq-tabPanier .btq-tabPanierPhoto {
    display: none;
  }
  .btq-tabPanier .btq-tabPanierDesignation {
    width: auto;
    padding-left: 20px;
  }
  .btq-tabPanier .btq-tabPanierQte {
    width: 45px;
  }
  .btq-tabPanier .btq-tabPanierSsTotal {
    padding: 0;
    width: 70px;
  }
  .btq-tabPanier .btq-tabPanierSupprimer {
    width: 45px;
  }
  .btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2 {
    display: none;
  }
  .btq-tabPanier .btq-barre {
    font-size: 11px;
    display: block;
    margin: 0;
    padding: 0;
  }
  .btq-tabPanier .btq-prix {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0;
  }
  /*--------------- CONNEXION / COMPTE ----------------------------*/
  .ctInscription {
    margin-bottom: 30px;
    padding: 20px;
  }
  .ctInscription .form input[type=text] {
    width: 240px;
    height: 30px;
  }
  .ctInscription .form input[type=password] {
    width: 240px;
  }
  .ctInscription .connexionColGauche {
    margin-right: 0px;
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .ctInscription .connexionColDroite {
    width: 100%;
    text-align: center;
  }
  .formInscription {
    display: inline-block;
    margin: 0 auto;
  }
  .formInscription tr td {
    width: 100%;
  }
  /*--------------- MODEL BOONET --------------*/
  .modelPage .flexXcol:nth-child(3),
  .modelPage .flexXcol:nth-child(1) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .modalLegend span {
    float: none !important;
    display: block;
    padding: 15px 0;
    margin: 0 !important;
  }
  .modelPage2 .flexXcol:last-child {
    margin-left: 0px;
  }
  /* --------------------------------------- */
  /* -------- MODIFS NOVEMBRE 2021 ---------*/
  header {
    margin-bottom: 0;
  }
  .titrePageHeader {
    line-height: 28px;
    padding-bottom: 20px;
  }
  .foieVeau figure, .foieVeau .txtDroite {
    flex-basis: 100%;
  }
  .foieVeau figure {
    padding-bottom: 0;
  }
  .foieVeau .txtDroite {
    padding-top: 20px;
  }
  .photocolplat, .photoColonne {
    margin-bottom: 20px;
  }
  .titleRouge {
    text-align: center;
    line-height: 26px;
  }
  .nuageMots {
    padding: 0;
    margin-top: 0 !important;
  }
  .linkCarte {
    padding: 20px 0;
  }
  .linkCarte a {
    font-size: 21px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 32px;
  }
  /* ---- PAGE CARTE ---- */
  .ctPlat {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .resaMobile {
    text-align: center !important;
  }
  .topCarte br:nth-child(3), .topCarte br:nth-child(6) {
    /*display: none;*/
  }
  .ct-carte .ctInfosCarte .encartCuisine:first-child {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .ct-carte .ctInfosCarte .encartCuisine {
    flex-basis: 100%;
    margin: 30px auto;
  }
  /* ---- CARTE MENUS ---- */
  .ctMenusCartes > div {
    margin: 20px 0;
  }
  /* -- AJOUT HOME 2022 -- */
  /*	.displayMobile.logosMichelin {
  		display: flex !important;
  	}*/
  .contourRouge p {
    text-align: center;
  }
  .logosMichelin img {
    max-width: 70px;
  }
  .encart.pain {
    width: 95%;
  }
  .encart.pain span br {
    display: none;
  }
  .encart.pain img {
    max-width: 150px;
  }
  /*.encartCuisine br:nth-child(3), .encartCuisine br:nth-child(4), .encartCuisine br:nth-child(5) {
  	display: none;
  }*/
  .bloc500 .contourGris {
    /*	display: block!important ;*/
  }
  .bloc500 .contourGris p {
    margin-bottom: 0;
  }
  .centerMob {
    text-align: center;
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 600;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../images_b/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images_b/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(../images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
