
/***********************************************************
 * HTML
 ***********************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:  #49423C ;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:  #49423C ;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
    padding-top: 150px;
    cursor: pointer;
}

table{
    font-size: 14px;
}

img{
    max-width: 100%;
}

img{
}

ul, ol{
    padding-left: 0;
    margin-left: 0;
    list-style: inside disc;
}

a{
    text-decoration: none;
    color:  #0a4346 ;
}

a:hover{
    text-decoration: none;
    color:  #0a4346 ;
}

a.active{
    color:#0a4346 ;
}

a img{
    border: 0;
}

h1, .h1, .titre{
    font-weight: normal;
    color:  #49423C ;
    /*border-top: 1px solid #666;*/
    padding: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    clear: both;
    margin-top: 15px;
}

h1.no_border{
    border: 0;
}

h2, .h2{
    font-weight: normal;
    color:  #0a4346 ;
    font-size: 13px;
    text-transform: uppercase;
}

h3, .h3{
    font-weight: normal;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
}

p{
    line-height: 1;
    margin-top: revert;
}

form .group_2{
    clear: both;
}

form .group_2 p{
    display: block;
    width: 50% ;
    float: left !important;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], textarea, input[type=date]{
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.9);
    background:-moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
    border:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -moz-box-shadow:0 0 0 10px white inset;
    -webkit-box-shadow:0 0 0 10px white inset;
    padding:2px;
    width: 50%;
    margin-top: 3px;
}

input:-webkit-autofill { -webkit-box-shadow:0 0 0 10px white inset; }

select{
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    cursor:pointer;
    -moz-box-shadow:0 0 3px #aaa;
    -webkit-box-shadow:0 0 3px #aaa;
    border:1px solid #ccc;
    padding: 2px;
    min-width: 50%;
    margin-top: 3px;
}

input[type=submit], .submit, input[type=button]{
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    text-decoration: none !important;
    /*display: block;*/
    padding: 10px;
    color: #fff !important;
    background:  #d6d900 ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 5px;
    border: 0;
    border:1px solid  #d6d900 ;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}

input[type=submit].ok, .submit.ok, input[type=button].ok{
    background: #d6d900 ;
    border:1px solid #d6d900 ;
}

input[type=submit].ko, .submit.ko, input[type=button].ko{
    background: #cc3300;
    border:1px solid #cc3300;
}

input[type=submit].off, .submit.off, input[type=button].off{
    opacity: 0.75;
    cursor: default;
}

input[type=submit]:active, input[type=submit]:focus, a.submit:active, a.submit:focus, input[type=button]:active, input[type=button]:focus{
    opacity: 0.75;
}

textarea{
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    width: 100%;
    height: 150px;
    padding: 2px;
}

textarea.small{
    width: 50% !important;
}

input.large, select.large{
    width: 75% !important;
}

input.error,
select.error,
textarea.error {
    border: 1px solid red;
    -moz-box-shadow:0 0 3px red;
    -webkit-box-shadow:0 0 3px red;
    box-shadow:0 0 3px red;
}

.cursor-pointer{
  cursor: pointer;
}

.table{
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.table.striped tr{
  background: #f2f2f2;
} 

.table.striped tr:nth-child(even){
  background: #fff;
} 

.table th{
    font-weight: normal;
    text-align: left;
    padding: 10px;
    background: #d6d900;
    color: #fff;
    text-transform: uppercase;
}

.table th:last-child{
    text-align: right !important;
}

.table td{
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.table td:last-child{
    text-align: right;
}

.table #tr_0{
    font-weight: normal;
    text-align: left;
    padding: 10px;
    background: #d6d900;
    color: #fff;
    text-transform: uppercase;
    position: inherit;
    top: inherit;
}

.table #tr_0 td{
    border-bottom: 0;
}

.table #tr_0.top{
    /*position: fixed;*/
    top: 0;
    width: 930px;
}

.table #tr_0.top th{
    padding-left: 0;
}

.table #tr_0 a{
    color: #fff;
    text-decoration: underline;
}

/***********************************************************
 * FORMULAIRES
 ***********************************************************/

.form_date input{
    width: 50px;
    text-align: center;
}

.form_radio span{
    margin-right: 15px;
    margin-top: 3px;
}

/***********************************************************
 * MESSAGES
 ***********************************************************/

.msg{
    background: #ffcc99;
    color: #cc6600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    padding-left: 0;
    position: relative;
}

.msg span{
    background: #cc6600;
    color: #fff;
    padding: 5px 5px;
    margin-right: 5px;
}

.msg span:last-child{
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 0px;
}

/***********************************************************
 * STRUCTURE GENERALE
 ***********************************************************/

.menu-btn{
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9999;
    width: 40px;
    height:40px;
}

.pushy{
    background: #D6D900 !important;
}

.pushy ul{
    list-style: none inside !important;
}

.pushy a{
    color: #fff !important;
    text-transform: uppercase !important;
}

#main{
    width: 100%;
    max-width: 990px;
    margin: 0px auto 0px auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    cursor: default;
}

#content{
    padding: 15px 30px 30px 30px;
    min-height: 600px;
}

#menu{
    list-style: none;
    overflow: hidden;
    padding: 20px 0;
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

#menu li{
    float: left;
    margin-left: 15px;
}

#menu a{
    color: #fff;
}

#menu a:hover{
    color: #49423C;
}

#menu a.active{
    color: #49423C;
}

#pub{
        overflow: hidden;
        z-index: 999;
        width: 100%;
        position: relative;
    }

#beta{
    background: #ffcccc;
    padding: 15px;
    color: #cc0000;
    text-align: center;
}

.chrono{
    font-size: 13px;
    text-align: center;
    border: 2px solid #E3EDEF;
    margin: 30px;
    background: url(img/chrono.png) no-repeat center left #f5f5f5;
    background-size: 50px;
    color:  #49423C ;
    cursor: pointer;
}

#footer_container{
    background: #fff;
    overflow: hidden;
}

#footer{
    font-size: 13px;
    background:  #d6d900 ;
    clear: both;
    max-width: 990px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    width: 100%;
}

#footer ul{
    margin: 0;
    padding: 15px 30px;
    list-style: none inside;
    float: left;
    width: 33%;
    overflow: hidden;
}

#footer a{
    color: #fff;
}

#header{
    background:  #d6d900;
    padding: 15px;
    position: relative;
}

#header img{
    width: 350px;
}

#bt_panier{
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 15px;
  border-bottom-left-radius: 15px;
background-color: rgba(214, 217, 0, 0.75);
background-image: url(img/cart.png);
background-repeat: no-repeat;
background-size: 24px;
background-position: 15px center;
/*color: #fff;*/
z-index: 9999999;
font-size: 18px;
text-transform: uppercase;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
text-indent: 35px;
}

#bt_panier:hover{
  color: #49423C;
  background-color: rgba(214, 217, 0, 1);
}

/***********************************************************
 * HOME
 ***********************************************************/

#home_bas{
    overflow: hidden;
    margin-top: 90px;
    /*clear: both;*/
}

#home_bas a{
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    text-transform: uppercase;
}

#home_bas a img{
    margin-bottom: 15px;
}

/***********************************************************
 * INSCRIPTION
 ***********************************************************/

#certif_upload, #certif_num, .certif_upload, .certif_num{
    display: none;
}

.relayeur{
    padding: 15px;
    background: #f5f5f5;
    border-bottom: 5px solid #fff;
}

.relayeur h3{
    text-transform: inherit;
    color:  #49423C ;
    font-size: 16px;
}

#paybox{
    display: none;
}

.option{
    border: 1px solid #ccc !important;
    padding: 10px;
    margin-bottom: 25px;
    background: #fff;
    /*width: 75%;
    max-width: 317.5px;*/
}

.option_important{
    text-indent: 22px;
    color:#0a4346  !important;
    background: url(img/1476811291_Star_Gold.png) no-repeat 7px 7px #fff;
    background-size: 18px 22px;
}

/***********************************************************
 * ORGANISATEUR
 ***********************************************************/

#alert_mobile{
    display: none;
    background: #f5f5f5;
    padding: 30px;
    border: 1px solid #E3EDEF;
    margin: 100px 30px;
    text-align: center;
}

.col_left{
    width: 45%;
    float: left;
}

.col_right{
    width: 45%;
    float: right;
}

.item_form{
    padding: 15px;
    background: #f5f5f5;
    border-bottom: 5px solid #fff;
}

#recup, #creercompte{
    display: none;
}

#welcome{
    clear: both;
    margin-bottom: 15px;
    padding-top: 15px;
    overflow: hidden;
    font-size: 16px
}

#welcome .user{
    float: left;
    width: 40%;
}

#welcome .menu{
    float: right;
    width: 50%;
    text-align: right;
    text-transform: uppercase;
}

#welcome .user .titre_compte{
    text-transform: uppercase;
    font-size: 16px;
}

#welcome .user a{
    font-size: 12px;
    color: #0a4346 ;
}

#relayeurs, #paiement_groupe, #reductions_groupe, #application_evenement, #application_courses{
    display: none;
}

#lots p, #options p, #prix div, #reductions p{
    padding: 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    margin: 5px;
}

#lots input, #lots select, #options input, #options select, #prix input, #prix select, #reductions select, #reductions input{
    width: 150px;
    min-width: 150px;
    margin-right: 15px;
}

#lots h2, #options h2, #prix h2, #reductions h2{
    color: #000;
}

#options input[type=checkbox]{
    width: inherit;
    min-width: inherit;
}

.courses{
    list-style: none inside;
}

.courses .edit{
    color:#0a4346 ;
}

.courses .etat{
    margin: 0 30px;
    color: #cc6600;
}

.courses form{
    display: none;
    margin: 15px;
}

.tab{
    display: none;
}

.tab table{
    text-transform: uppercase;
}

.row_evenement{
    display: none;
}

.resultats form{
    display: none;
}

.resultats .upload{
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
}

.panel{
    border: 1px solid #e5e5e5;
    width: 308px;
    float: left;
    margin-bottom: 30px;
}

.panel h2{
    background: #e5e5e5;
    text-align: left;
    margin: 0;
    padding: 15px;
    color:  #49423C ;
}

.panel h2 a{
    float: right;
    background: url(img/1476903702_Vector-icons_10.png) no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
}

#msg_deplace, #msg_deplace_2{
    display: none;
}

#show_all{
    margin-top: 0px;
    margin-bottom: 30px;
}

#mon_compte input[type=text], #mon_compte input[type=number], #mon_compte input[type=email], #mon_compte select{
    width: 100%;
}

#cats th{
  text-align: left;
}

/***********************************************************
 * EVENEMENTS
 ***********************************************************/

#filtres{
    overflow: hidden;
}

#filtres select{
    min-width: 25%;
    float: left;
    margin-right: 5px;
}

.liens_course a{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.liens_course a.liste{
    background: #7d7d7d;
    border: 1px solid #7d7d7d;
}

.liens_course img{
    margin-top: 1px;
    opacity: 0.5;
}
/***********************************************************
 * COURSES
 ***********************************************************/

.item_evenement{
   /*background: #f5f5f5;*/
   /*padding: 15px 30px;*/
   overflow: hidden;
   margin-bottom: 23px;
   margin-right: 23px;
   /*border: 1px solid #E3EDEF;*/
   width: 100%;
   float: left;
   overflow: hidden;
   min-height: 100px;
   padding: 15px;
   font-size: 13px !important;
}

.item_evenement_text{
    float: left; 
    width: 100%;
    text-align: justify;
}
.item_evenement_span_text{
        display: contents;
}

.item_course{
   /*background: #f5f5f5;*/
   /*padding: 15px 30px;*/
   overflow: hidden;
   margin-bottom: 23px;
   margin-right: 23px;
   /*border: 1px solid #E3EDEF;*/
   width: 31%;
   float: left;
   overflow: hidden;
   min-height: 350px;
   box-shadow: 3px 3px 3px 0px rgba(73, 66, 60, 0.15);
   padding: 15px;
   font-size: 13px !important;
}

.item_course *{
   font-size: 13px !important;
}

.item_course.n3{
    margin-right: 0;
}

.item_course ul{
    list-style: none inside;
}

.item_course .msg_prix, .item_course .msg_prix *, .item_course .msg_prix_2, .item_course .msg_prix_2 *{
    /*height: 15px;*/
    color: #0a4346;
    font-style: italic;
    font-size: 11px !important;
}

.img_type{
    height: 20px;
}

/***********************************************************
 * INSCRITS
 ***********************************************************/

#inscrits{
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
}

#nb_results{
    color:#0a4346 ;
    font-style: italic;
}

.validation{
    width: 16px;
    height: 16px;
    background: #d6d900;
    float: left;
}

.validation.ok{
    background: #95C115 ;
}

.validation.error{
    background: #cc3300;
}

.validation.wait{
    background: #ff9900;
}

#inscrits td{
    width: 16%;
}

#msg_liste{
    font-size: 12px;
}

#legende{
    font-size: 12px;
    margin-left: 0;
    padding-left: 0;
    list-style: none inside;
}

#legende li{
    margin-bottom: 5px;
}

/***********************************************************
 * CHRONO
 ***********************************************************/

#chrono{
    text-align: center;
}

#chrono img{
    max-width: 100%;
}

/***********************************************************
 * CONTACT
 ***********************************************************/

.item_form{
    margin-bottom: 15px;
}

.item_form label{
    width: 250px;
    display: inline-block;
    /*float: left;*/
}

/***********************************************************
 * TABLETTE
 * *********************************************************/

 @media screen and (max-width: 980px) {

    #header img{
        width: 180px;
        margin-bottom: 15px;
    }
 }
/***********************************************************
 * MOBILE
 ***********************************************************/

@media screen and (max-width: 780px) {
  
  body{
    padding-top: 0;
  }
    
    .hide_mobile{
        display: none;
    }
    
    h1{
        margin-left: 0px;
    }
    
    h2{
        font-size: 12px;
    }
    
    table{
        font-size: 12px;
    }
    
    .table td{
        padding: 5px;
    }
    
    input[type=submit], .submit, input[type=button]{
        font-size: 10px;
    }
    
    .menu-btn{
        display: block;
    }
    
    #menu{
        display: none;
    }
    
    #main{
        margin-top: 0px;
    }
    
    #content{
        padding-left: 10px;
        padding-right: 10px;
        /*padding-top: 98px;*/
    }
    
    #header{
        overflow: hidden;
        /*position: fixed;*/
        z-index: 999;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        width: 100%;
    }
    
    #header img{
        width: 150px;
        margin-bottom: 15px;
    }
    #bt_panier{
      position: fixed;
      right: 0px;
      top: 0px;
      padding: 15px;
      border-bottom-left-radius: 15px;
    background-color: rgba(149, 193, 21, 0.75);
    background-image: url(img/cart.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 15px center;
    /*color: #fff;*/
    z-index: 9999999;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-indent: 35px;
    
    top: 70px;
    z-index: 9;
    padding: 5px;
    }
    
    #menu{
        font-size: 12px;
        padding: 0;
        clear: both;
        width: 100%;
    }
    
    #menu li{
        margin-left: 0px;
        padding: 10px 10px 0 0;
    }

    #pub{
        overflow: hidden;
        z-index: 999;
        width: 100%;
    }
    
    #footer ul{
        width: 100%;
    }
    
    /* home */
    
    .tous{
        /*margin: 15px 0;
        clear: both;
        float: left !important;*/
    }
    
    #home_bas a {
        font-size: 10px;
        padding: 5px;
    }
    
    /* liste courses */
    
    .item_course {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .contact_organisateur{
        position: fixed;
        bottom: 0;
        right: 0;
        border-radius: 0px;
        padding: 10px;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
    }

    /*.item_evenement_text{
        display: none;
    }*/
    .item_evenement_span_text{
        display: none;
    }
    
    /* inscription */
    
    form .group_2 p {
        float: inherit !important;
        width: 100%;
    }
    
    .option {
        width: 100%;
        max-width: inherit;
    }
    
    /* organisateur */
    
    #alert_mobile{
        display: block;
    }
    

    
}



/********************************************************* COOKIES */

#cookies{
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  padding: 30px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  width: 100%;
}

#cookies #step_1{
  display: none;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#cookies #step_2{
  display: none;
  max-width: 800px;
  margin: 0 auto;
}

#cookies_show{
  background: none;
  color: rgba(0,0,0,0.50);
}

#cookies ul{
  list-style: none inside;
  margin-top: 30px;
  margin: 0 auto;
}

#cookies .info{
  font-style: italic;
  font-size: 11px;
  margin-left: 30px;
  float: right;
}

#cookies li{
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

#cookies li:last-child{
  border-bottom: none;
}

#cookies li input{
  margin-right: 15px;
  display: none;
}

#cookies .checker {
  display: block;
  background-image: url(images/checkboxes1.png);
  background-position: left center;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
#cookies input:checked + .checker {
  background-position: right center;
}

/*bootstrap hack*/
/*.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}*/