/********************************************************
*    Created on : 30 nov. 2016, 14:20:34                *
*    Author     : Anthony Lamant <alamant@solucia.fr>   *
*********************************************************/

/* COMMON */

/*****************************
            FONTS
******************************/
.bold
{
    font-weight: bold;
    font-size: 14px;
}

.little
{
    font-size: 11px;
}

/*****************************
          MESSAGE BOX
******************************/
.messagebox_overlay
{
    z-index: 9999;
}

/*****************************
            SELECT
******************************/
.select-frago.select-app.form-control
{
    color: #8c8b8d;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    padding-right: 26px;
}

.form-control.select-small
{
    height: 28px;
}

.select-frago.select-app.form-control option
{
    color: black;
    font-style: normal;
    font-weight: normal;	
    padding: 2% 10% 2% 4%;
    margin: 2px;
}

/****************************
           BUTTONS
*****************************/
.btn.btn-workshop
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    height: 34px;
    background-color: #000;
    border: 1px solid #000;
}

.btn.btn-workshop.btn-individual
{
}

.btn.btn-workshop.btn-search
{
    height: 30px;
}

.btn.btn-workshop.btn-professionnal
{
    background-color: #b7ada4;
    border: 1px solid #b7ada4;
}

.btn.btn-workshop.btn-validate
{
    height: 26px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.btn.btn-workshop.loading_input
{
    background: rgba(0, 0, 0, 1) url("/images/loading_white.gif") no-repeat scroll center center;
    font-size: 0;
}

/****************************
       PATTERN IMG HOME
*****************************/
.aap-home-img .img-wrapper 
{
    overflow: hidden;
    padding: 0;
}

.aap-home-img .img-wrapper img
{
    height: 100%;
    max-height: 360px;
    width: 100%;
}

.aap-home-img .img-top.img-left img
{
    margin-right: 5px;
}

.aap-home-img .img-top.img-right img
{
    margin-left: 5px;
}

.aap-home-img .img-bottom img
{
    margin-top: 5px;
}

.aap-home-img .img-wrapper:last-child
{
    margin-bottom: 20px;
}

/****************************
        POPIN LOGIN
*****************************/
.title.title-professionnal
{
    font-family: Georgia;
    font-size: 20px;
}

.text-contact
{
    font-size: 11px;
    margin: 12% auto 10%;
}

.container_error_use_gift
{
    color: #ff0000;
    text-align: center;
}

/****************************
     SEARCH WORKSHOP FORM
*****************************/
.search-form-wrapper
{
    background-color: #efedeb;
    padding: 8% 12% 5% 12%;
}

.search-form-title {
    font-family: Georgia;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}

.search-form-wrapper .search-inputs {
    margin-bottom: 25px;
}

.search-form-wrapper .search-date {
    width: 100%;
}

.ui-widget-header {
    background: #000 !important;
    border: 1px solid black;
    color: #000;
}

.ui-widget-content .ui-icon{
    background-color: black;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: none;
}

.padding-right
{
    padding: 0 5px 0 0;
}

.padding-left
{
    padding: 0 0 0 5px;
}

@media screen and (max-width: 991px)
{
    .padding-right
    {
        padding-right: 0;
    }
    
    .padding-left
    {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px)
{
    .search-form-wrapper
    {
        padding: 15px;
    }
}

/****************************
          SESSIONS
*****************************/
.session-price .place
{
    line-height: 28px;
}

/***************************
            GIFT
****************************/
.giftapp-title
{
    font-family: Georgia;
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.well.well-giftapp
{
    background-color: #efedeb;
    border: 0 none;
    border-radius: 0;
}

.well.well-giftapp.container_location
{
    min-height: 240px;
    padding-top: 1px;
}

.well.well-giftapp.select_location
{
    background-color: #a7a095;
    color: #fff;
}

.well.well-giftapp.select_location p
{
    color: #fff;
}

.well.well-giftapp label
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
}

.well.well-giftapp label.nb-people
{
    line-height: 30px;
    text-align: right;
}

.well.well-giftapp-pro label.nb-people
{
    text-align: left;
}

.well.well-giftapp-pro .expiry
{
    font-size: 12px;
}

.well.well-giftapp-pro .date
{
    background-color: #a7a095;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}

.gift-choice-container
{
    margin-top: 20px;
}

.location_add div
{
    background: rgba(0, 0, 0, 0) url("../images/csscheckbox_uncheck.png") no-repeat scroll 0 0 / 20px auto;
    cursor: pointer;
    height: 20px;
    position: relative;
    right: 18px;
    width: 20px;
}

.location_add div.checked
{
    background: rgba(0, 0, 0, 0) url("../images/csscheckbox_check.png") no-repeat scroll 0 0 / 20px auto;
    cursor: pointer;
    height: 20px;
    position: relative;
    right: 18px;
    width: 20px;
}

.location_image img
{
    width: 100%;
    height: 100%;
}

.location_content
{
    border-bottom: 1px solid #c6c4c2;
    margin-bottom: 10px;
}

.location_content_label
{
    font-family: "Arial";
    font-size: 11px;
}

.location_content_placement
{
    font-family: Georgia;
    font-size: 20px;
}

.location_content_infos
{
    color: #9f988d;
    cursor: pointer;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.location_content_price
{
    font-size: 14px;
    font-weight: bold;
}

.location_content_price span
{
    font-weight: normal;
}

@media screen and (max-width: 767px)
{
    .well.well-giftapp label.nb-people
    {
        text-align: left;
    }
}




.top-zone {
    margin-top: 3%;
}

.top-zone .container_text_hp {
    text-align: center;
}

.container_text_hp .container_text_hp_title .container_text_hp_title_1{
    font-size: 30px;
    font-family: Georgia;
}

.container_text_hp .container_text_hp_title .container_text_hp_title_2{
    font-size: 30px;
    text-transform: uppercase;
    font-family: Georgia;
}

.container_text_hp .container_text_hp_text{
    line-height: 19px;
}

.aap-black-button {
    background-color: black;
    color: white;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    font-weight:bold;
    border: none;
    width: 35%;
}

.search-inputs .search-label {
    color: #000;
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
}

.search-inputs .label-date {
    display: inline-block;
    padding-top: 9px;
    vertical-align: middle;
    width: 15%;
}

.search-inputs .session-date {
    border: medium none;
    padding: 10px 5px;
    background: url(../images/calendrier.png) no-repeat;
    background-color: white;
    background-position: 92% 50%;
    margin-bottom: 3%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    min-width: 120px;
    width: 70%;
}

.mandatory-fields-infos {
    text-align: left;
    font-style: italic;
    font-size: 11px;
}

/* End Common */

/* Start Home page */


.container_text_hp .container_text_hp_title .container_text_hp_title_1 {
    font-size: 30px;
    font-family: Georgia;
}

.container_text_hp .container_text_hp_title .container_text_hp_title_2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Georgia;
}

.container_text_hp .container_text_hp_text {
    line-height: 19px;
}

.home-buttons-wrapper {
    margin-top: 4%;
    margin-bottom: 12%;
}

.workshop-button-wrapper-left {
    min-height: 100px;
}

.workshop-button-wrapper-right {
    text-align: left;
}

#individual_select {
    display: none;
}

@media screen and (max-width: 991px) 
{
    .workshop-button-wrapper-left,
    .workshop-button-wrapper-right {
        text-align: center;
    }

    .select-choice {
        text-align: center;
        margin-bottom: 10px;
    }

    .select-choice select {
        width: 40%;
    }
    
    .workshop-button-wrapper-left {
        min-height: auto;
    }
}

@media screen and (max-width: 350px) 
{
    .select-choice select {
        width: 87%;
    }
}

/* End Home page */

/* Start Popin professional login */

.container_professional_login_popin{
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.container_professional_login_popin .container_professional_login_popin_title{
    font-family: Georgia;
    font-size: 20px;
    margin-bottom: 8%;
    margin-top: 4%;
    text-align: center;
    width: 100%;
}

.container_professional_login_popin .container_professional_login_popin_input{
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.container_professional_login_popin .container_professional_login_popin_input .container_professional_login_popin_input_login{
    width: 100%;
    margin-bottom: 1%;
}

.container_professional_login_popin .container_professional_login_popin_input .container_professional_login_popin_input_login input{
    width: 100%;
}

.container_professional_login_popin .container_professional_login_popin_input .container_professional_login_popin_input_password{
    width: 100%;
}

.container_professional_login_popin .container_professional_login_popin_input .container_professional_login_popin_input_password input{
    width: 100%;
}

.container_professional_login_popin .container_professional_login_popin_input .container_professional_login_popin_input_button{
    width: 100%;
    text-align: center;
    margin-top: 6%;
}

.container_professional_login_popin .container_professional_login_popin_input .container_professional_login_popin_input_button input{
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.container_professional_login_popin .container_professional_login_popin_text{
    margin-bottom: 10%;
    margin-top: 12%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}

/* End Popin professional login */

/* Start Search form */



/* End Search form */

/* Start Sessions results */

.search-sessions-form-wrapper {
    background-color: #efedeb;
    margin-top: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}


.search-sessions-form-wrapper .search-inputs .aap-black-button {
    margin-top: 10px;
    width: 15%;
}

.session-wrapper {
    margin-bottom: 10px;
    position: relative;
}

.session-subwrapper {
    background-color: #efedeb;
    padding: 10px;
}

.session-wrapper .session-img {
    width: 100%;
    max-height: 275px;
}

.session-wrapper .col-right {
    padding: 10px;
}

.session-top {
    border-bottom: 1px solid #c6c4c2;
    padding-bottom: 5%;
}

.search-input-line {
    margin-bottom: 15px;
}

.session-top .session-theme {
    width: 100%;
    text-align: center;
    font-family: Georgia;
    font-size: 20px;
    min-height: 60px;
}

.session-top .session-date,
.session-top .session-location,
.session-top .session-lang {
    width: 100%;
    text-align: center;
    font-family: "Arial";
    font-size: 11px;
}

.session-top .session-date {
    margin-top: 10px;
}

.session-top .session-more-infos {
    color: #999286;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 17px;
}

.session-bottom {
    padding-top: 3%;
}

.session-bottom .session-select-people .people-label {
    margin-bottom: 5px;
}

.session-bottom .add-btn-wrapper {
    padding-top: 3%;
}

.session-bottom .aap-black-button {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.order-btn-wrapper {
    margin-bottom: 3%;
    margin-top: 2%;
}

.aap-black-button.session-add-btn.delete-session {
    color: black;
    background-color: #efedeb;
}

.aap-no-sessions
{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width:767px)
{
    .aap-no-sessions
    {
        margin-bottom: 20px;
    }
}

/* End Sessions results */

/* Start Popin session detail*/

.session-detail-wrapper .session-img img {
    width: 100%;
}

.session-detail-wrapper .session-infos .session-theme {
    font-size: 20px;
    font-family: Georgia;
    margin-bottom: 8%;
}

.session-detail-wrapper .session-infos .session-duration {
    text-decoration: underline;
    font-style: italic;
    color: #999286;
    font-weight: bold;
    margin-top: 4%;
    margin-bottom: 4%;
}

.session-detail-wrapper .session-infos .session-description {
    color: #999286;
    padding-top: 6%;
    border-top: 1px solid #c6c4c2;
    padding-bottom: 6%;
    border-bottom: 1px solid #c6c4c2;
    text-align: justify;
}

.session-detail-wrapper .session-infos .session-address-wrapper {
    margin-top: 6%;
}

.session-detail-wrapper .session-infos .session-address-wrapper .session-address {
    font-weight: bold;
}

.session-detail-wrapper .session-infos .session-address-wrapper .session-address-map {
    height: 70px;
    background: black url(../images/maps.png) no-repeat scroll;
    position: relative;
    color: white;
    background-position: 50% 10%;    
}

.session-detail-wrapper .session-infos .session-address-wrapper .session-address-link {
    text-decoration: none;
}

.session-detail-wrapper .session-infos .session-address-wrapper .session-address-map .session-address-map-txt {
    padding-top: 35px;
    font-weight: bold;
}

/* End Popin session detail*/

/* Start Popin session participants */

.session-participants-wrapper .title {
    font-size: 20px;
    font-family: Georgia;
    padding-top: 4%;
    padding-bottom: 6%;
}

.session-participants-wrapper .participants-line {
    margin-bottom: 2%;
}

.session-participants-wrapper .participants-line input {
    border: medium none;
    font-family: Arial,sans-serif;
    height: 28px;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
    width: 100%;
}

/* End Popin session participants */

/* Start buy gift */

.buy-gift-wrapper {
    background-color: #efedeb;
    margin-bottom: 8%;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 12%;
    padding-right: 12%;
}

.buy-gift-wrapper .buy-gift-title {
    font-size: 25px;
    font-family: Georgia;
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.buy-gift-participants {
    margin-bottom: 8%;
}

.buy-gift-participants .participants-label {
    padding: 5px 0 0 0;
    font-weight: bold;
}

.buy-gift-wrapper .buy-gift-inputs {
    margin-bottom: 4%;
}

.buy-gift-input-line .input-label,
.buy-gift-message .gift-message-label {
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1%;
}
.buy-gift-input-line input,
.buy-gift-message .gift-message-text textarea {
    width: 100%;
    border: none;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2%;
    font-size: 12px;
    font-family: "Arial";
}

/* End buy gift */

/* Start tunnel step1 */

.detailorder-table.table .detailorder_article_header th {
    border-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.detailorder-table.table .detailorder_article_header .detailorder_title {
    text-align: left;
}

.detailorder-table.table .detailorder_article_list td {
    border-top: 0px;
    vertical-align: middle;
}

.detailorder-table.table .detailorder_article_list .detailorder_title {
    font-weight: bold;
}

.detailorder-table.table .detailorder_article_list .detailorder_theme,
.detailorder-table.table .detailorder_article_list .detailorder_quantity,
.detailorder-table.table .detailorder_article_list .detailorder_total_price_ttc {
    text-align: center;
}

/* End tunnel step1 */