/* YO 11/12/15 */
#top-social li.ts-instagram a {
  background-color: #0086B3;
}

#top-social li.ts-instagram .ts-icon {
  background: url("/images/icons/social/instagram.png") no-repeat center center;
}

/* YO 11/12/15 */

/* YO 18/04/16 */
#top-social li.ts-fr a {
  background-color: #FBCD00;
}

#top-social li.ts-fr .ts-icon {
  background: url("/images/icons/flags/french.png") no-repeat center center;
}

#top-social li.ts-uk a {
  background-color: #DD285C;
}

#top-social li.ts-uk .ts-icon {
  background: url("/images/icons/flags/italian.png") no-repeat center center;
}


/* CSS conf form 11/11/25 */

.confirmation.success {
  background: linear-gradient(to right, #d4edda, #c3e6cb);
  border-left: 5px solid #28a745;
  padding: 15px;
  display: flex;
  align-items: center;
  animation: fadeIn 0.5s ease-in;
  font-size: 1.1em;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.confirmation .icon {
  font-size: 1.5em;
  margin-right: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-message {
  display: flex;
  align-items: center;
  background-color: #fdecea;
  border-left: 5px solid #f44336;
  color: #a94442;
  padding: 15px;
  margin-top: 20px;
  font-size: 1.1em;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  animation: shake 0.4s ease-in-out;
}

.error-message .icon {
  font-size: 1.5em;
  margin-right: 10px;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}




/* YO 18/04/16 */


#copyrights {
  position: relative;
  text-align: center;
}

blockquote {
  text-shadow: 0.5px 0.5px 1px #ccc;
}

.promo {
  background-color: #FFF;
}

.product-feature h3 a {
  color: #33cc33;
}

.product-feature h3 .panel-body a:hover {
  color: #FFF;
  background: #33CC33;
}

INPUT {
  color: #000;
  font-size: 11px;
  font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-color: #EEEEEE
}

SELECT {
  color: #000;
  font-size: 11px;
  font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-color: #EEEEEE
}

TEXTAREA {
  color: #000;
  font-size: 11px;
  font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-color: #EEEEEE
}

.txterror {
  color: black;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.txtform {
  color: black;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.panel-body {
  color: black;
}

.panel-body a:hover {
  color: #FFF;
  background: #33CC33;
}


/*.product-feature3 img { width: 150px; height: 100px; }*/
.product-feature3 img {
  width: 200px;
  height: 200px;
}

.product-feature p {
  margin: 0;
  color: #666 !important;
}

.product-feature h3 {
  color: #666;
  padding-bottom: 7px !important;
}



#rdf {
  width: 100%;
  /*	height: 100px;*/
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #090;
}

#Parking {
  clear: both;
  display: block;
  height: 25px;
  margin-left: 60px;
  margin-top: 130px;
  width: 230px;
}

.AccueilMobile {
  background-color: #FFF;
  color: #666;
  display: block;
  padding: 5px;
}

.ombreout2 {
  box-shadow: 5px 5px 5px #808080;
}

.radius-5 {
  border-radius: 5px;
}

.plan {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
  padding-top: 255px;
  background-image: url(/images/parcours/2015_parcours.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  min-height: 445px;
  margin-top: 20px;
  display: block;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.margin-5 {
  margin: 5px;
}

.nom-parcours {
  border-right: 1px solid #f6ff06;
  padding-left: 5px;
  text-align: left;
  width: 220px;
  font-size: medium;
  font-weight: bold;
  font-variant: normal;
}

.ligne-fonce {
  background-color: #36BA54;
  height: 30px;
}


.ligne-clair {
  background-color: #C5EECE;
  height: 30px;
}




/* tarifs extra */
.TarifsExtra {
  margin: 0px;
  padding: 0px;
  /*	width:100%;*/
  box-shadow: 10px 10px 5px #888888;
  border: 1px solid #000000;
  width: 95%;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;

  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;

  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  /* suppression de l'accolade superflue */
  border-top-left-radius: 0px;
}

.TarifsExtra table {
  border-collapse: collapse;
  border-spacing: 0;
  /*width:100%;
    height:100%;*/
  margin: 0px;
  padding: 0px;
}

.TarifsExtra tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.TarifsExtra table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.TarifsExtra table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.TarifsExtra tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;


}

/*
        .TarifsExtra tr:hover td{
        }*/

.TarifsExtra tr:nth-child(odd) {
  background-color: #33cc33;
}

.TarifsExtra tr:nth-child(even) {
  background-color: #ffffff;
}

.TarifsExtra td {
  vertical-align: middle;


  border: 1px solid #000000;
  border-width: 0px 1px 1px 0px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  /*font-family:Arial;*/
  font-weight: bold;
  /*color:#000000;*/
}

.TarifsExtra tr:last-child td {
  border-width: 0px 1px 0px 0px;
}

.TarifsExtra tr td:last-child {
  border-width: 0px 0px 1px 0px;
}

.TarifsExtra tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}

.TarifsExtra tr:first-child td {
  background: -o-linear-gradient(bottom, #33cc33 5%, #b5f4b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33cc33), color-stop(1, #b5f4b5));
  background: -moz-linear-gradient(center top, #33cc33 5%, #b5f4b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cc33", endColorstr="#b5f4b5");
  background: -o-linear-gradient(top, #33cc33, b5f4b5);
  background-color: #33cc33;
  border: 0px solid #000000;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  color: #333333;
}

.TarifsExtra tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #33cc33 5%, #b5f4b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33cc33), color-stop(1, #b5f4b5));
  background: -moz-linear-gradient(center top, #33cc33 5%, #b5f4b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cc33", endColorstr="#b5f4b5");
  background: -o-linear-gradient(top, #33cc33, b5f4b5);

  background-color: #33cc33;
}

.TarifsExtra tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}

.TarifsExtra tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}

.TarifsExtra span::after {
  content: ' €';
  text-align: center;
}

/* Tableau Tarifs extra */

.TxtBlanc {
  color: #FFF;
}

.Select200 {
  width: 200px;
}

.Select100 {
  width: 100px;
}

.Select50 {
  width: 50px;
}


.ContactForm input,
textarea {
  padding: 9px;
  border: solid 1px #E5E5E5;
  outline: 0;
  font: normal 13px Verdana, Tahoma, sans-serif;
  /* width: 200px; */
  background: #FFFFFF url('bg_form.png') left top repeat-x;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

/*   
.ContactForm textarea { 
    width: 400px; 
    max-width: 400px; 
    height: 150px; 
    line-height: 150%; 
    } 
*/
.ContactForm input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #C9C9C9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

/*.ContactForm form label { 
    margin-left: 10px; 
    color: #999999; 
    } 
	*/



.ContactForm input[type=submit] {
  width: auto;
  padding: 9px 15px;
  background: #617798;
  border: 0;
  font-size: 14px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ResaForm {
  margin: auto;
  padding: 0 30px;
  width: 850px;
}


.ResaForm input,
textarea {
  /* règles éventuelles (laisser vide ou ajouter vos styles) */
  padding: 9px;
  width: 200px;
}

.ResaForm fieldset {
  margin-bottom: 15px;
  padding: 10px;
}

.ResaForm legend {
  padding: 0px 3px;
  font-weight: bold;
  font-variant: small-caps;
}

.ResaForm label {
  width: 110px;
  display: inline-block;
  vertical-align: top;
  margin: 6px;
}

.ResaForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

.ResaForm input:focus {
  background: #eaeaea;
}

/*.ResaForm input, textarea {
  width: 450px;
}*/

.ResaForm textarea {
  height: 100px;
}

.ResaForm select {
  width: 450px;
}

.ResaForm input[type=checkbox] {
  width: 10px;
}

.ResaForm input[type=submit] {
  width: 150px;
  padding: 10px;
}

.blert_btn {
  background-color: #007980 !important;
}

.oraune_btn {
  background-color: #FBCD00 !important;
}

.rose_btn {
  background-color: #E3295E !important;
}

.vert_btn {
  background-color: #33CC33 !important;
}

.bleu_btn {
  background-color: #5bc0de !important;
}

.red_btn {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}



.blert_txt {
  color: #007980 !important;
}

.oraune_txt {
  color: #FBCD00 !important;
}

.rose_txt {
  color: #E3295E !important;
}

.vert_txt {
  color: #33CC33 !important;
}

.bleu_txt {
  color: #5bc0de !important;
}



/* ----------------------------------------------------------------
    reCaptcha
-----------------------------------------------------------------*/


.recaptcha_widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0;
}

#recaptcha_image {
  width: 100% !important;
  height: auto !important;
}

#recaptcha_image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 15px solid #FFF;
}

.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 10px solid #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br {
  display: none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
  display: block;
}

.recaptcha_input label {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.recaptcha_input input {
  width: 100%;
}

.recaptcha_options {
  list-style: none;
  margin: 4px 0 0;
  height: 14px;
}

.recaptcha_options li {
  float: left;
  margin: 0 6px 0 0;
}

.recaptcha_options li a {
  text-decoration: none;
  text-shadow: 0 1px 1px #FFF;
  font-size: 14px;
  color: #777;
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
}

.recaptcha_options li a:active {
  position: relative;
  top: 1px;
  text-shadow: none;
}

.captcha_hide {
  display: none;
}

body>iframe {
  display: none;
}


/* css for timepicker */
/*
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
*/

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd>div {
  display: inline-block;
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}


.error-404 {
  color: #33CC33;
  font-family: "Open Sans", sans-serif;
  font-size: 216px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.error-404 span {
  color: #444;
  display: block;
  font-size: 48px;
  margin-bottom: 20px;
}

.error-404-meta {
  margin: 40px 0 20px;
  position: relative;
}

.error-404-meta form {
  margin: 0 auto;
  position: relative;
  width: 386px;
}

.error-404-meta input[type="text"] {
  border-radius: 18px;
  display: block;
  padding: 7px 17px;
  width: 350px;
}

.error-404-meta input[type="submit"] {
  background: #33CC33 url("/images/icons/search-404.png") no-repeat scroll center center;
  border: medium none;
  border-radius: 24px;
  cursor: pointer;
  display: block;
  height: 48px;
  left: auto;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -6px;
  width: 48px;
}

.error-404-meta input[type="submit"]:hover {
  background-color: #444;
}


.entry_content ul.fa-ul {
  list-style-type: none;
}

.entry_content ul {
  clear: left;
  color: #444;
  font-family: "Droid Serif", serif;
  font-size: 13px;
  list-style-type: disc;
}


#InfoParcours {
  background-color: #cccccc;
  border: 2px dotted #333333;
  color: #ff0000;
  font-size: medium;
  left: -100px;
  position: relative;
  text-align: center;
  top: 5px;
  visibility: visible;
  /* width: 350px; */
  /*	z-index: 50;*/
  padding: 10px;
}

#InfoParcours2 {
  background-color: #cccccc;
  border: 2px dotted #333333;
  color: #ff0000;
  font-size: medium;
  left: -100px;
  position: relative;
  text-align: center;
  top: 5px;
  visibility: visible;
  /* width: 350px; */
  /*	z-index: 50;*/
  padding: 10px;
}

#CacherHeure {
  visibility: visible;
  z-index: 50;
}

.TableTarifs {
  margin: 0px;
  padding: 0px;
  /*	width:100%;*/
  box-shadow: 10px 10px 5px #888888;
  border: 1px solid #000000;
  width: 95%;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;

  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;

  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.TableTarifs table {
  border-collapse: collapse;
  border-spacing: 0;
  /*width:100%;
	        height:100%;*/
  margin: 0px;
  padding: 0px;
}

table:not(.tarifs-kayak) {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #333;
}

table:not(.tarifs-kayak) caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table:not(.tarifs-kayak) tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table:not(.tarifs-kayak) th,
table:not(.tarifs-kayak) td {
  padding: 0.625em;
  /*text-align: center;*/
  font-size: 0.85em;
}

table:not(.tarifs-kayak) th {
  font-size: 1.05em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table:not(.tarifs-kayak) {
    border: 0;
  }

  table:not(.tarifs-kayak) caption {
    font-size: 1.3em;
  }

  table:not(.tarifs-kayak) thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table:not(.tarifs-kayak) tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table:not(.tarifs-kayak) td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table:not(.tarifs-kayak) td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table:not(.tarifs-kayak) td:last-child {
    border-bottom: 0;
  }
}

.ResaMenuVert {
  background-color: #33CC33 !important;

}