﻿/****menu ****/

.menu-flex > .q-tabs .q-icon{
    display: none
}


.menu-flex > .q-tabs .fa-home {
    font-size: 1.4em;
    display: block
}

.container-content {
    min-height: 61vh;
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.carousel-cell{
    max-width : 400px
}



    .carousel-cell img{
        max-width : 100%
    }

    .container {
        margin: 0 auto
    }

.q-item__section--side img{
    max-width : 100%
}

@media(min-width : 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

#menu {
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: white
}


#legend-map {
    display: flex;
    justify-content: space-around;
}


#menu.navbar-default .navbar-nav > li > a {
    color: black !important;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
    border: 2px solid transparent;
    margin: 10px 15px 0 15px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #c60219 !important;
    background-color: transparent;
}

.container-content {
    margin-top: 0 !important
}

#menu.on {
    opacity: 1
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.intro .overlay {
    min-height: 100vh;
    background: -webkit-radial-gradient( center, circle, rgba(0,0,0,0.8), transparent);
    background: -moz-radial-gradient( center, circle, rgba(0,0,0,0.8), transparent);
    background: -ms-radial-gradient( center, circle, rgba(0,0,0,0.8), transparent);
    background: -o-radial-gradient( center, circle, rgba(0,0,0,0.8), transparent);
    background: radial-gradient( circle at center, rgba(0,0,0,0.8), transparent);
    opacity: 0;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.overlay_on {
    opacity: 1 !important;
}

.image_header .overlay02 {
    background: rgba(0,0,0,0.4);
    min-height: 100vh;
}

.div_logo {
    background-color: rgba(255,255,255,1);
    width: 100%;
    max-width: 400px;
    margin: 20px auto 40px auto;
    padding: 20px;
    // box-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.intro_in {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}

    .intro_in h1 {
        color: white;
        font-size: 40px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
        //text-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
    }

.div-btn-accueil {
    margin-top: 40px
}

.btn-custom {
    text-transform: uppercase;
    color: #fff;
    
}

.btn-accueil, .btn-accueil:focus, .btn-accueil.focus, .btn-accueil:active, .btn-accueil.active {
    margin: 5px !important;
    border: 1px solid white;
    background-color: transparent;
    display: inline-block;
    // text-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
    min-width: 230px;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.btn-accueil div {
    width: 100%;
    font-weight: normal;
}

.btn-accueil > div:nth-child(1) {
    padding : 25px
}

.btn-accueil i {
    font-size: 40px;
    margin-bottom: 10px;
}


/*****section *******/

.section-title {
    background-color: #444;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 50px;
}

    .section-title .overlay {
        padding: 60px 0 40px 0;
        background: rgba(0, 0, 0, 0.7);
    }

h2 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 50px;
    color: #333;
    /* text-transform: uppercase; */
}

.section-title h2 {
    color: white;
    text-transform: uppercase
}



.hr-event-map {
    max-width: 200px;
    margin-top : 8px
}

.hr-title {
    width: 200px;
    height: 2px;
    text-align: center;
    position: relative;
    background: #c60219;
    border: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 10px
}



#agenda h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

.section-contenu hr {
    margin: 0 auto;
}

.title-event-map {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    color: #777;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block
}


.adresse-map {
    color: #777;
    display: block;
    font-size: 14px
}

#map .section-contenu {
    padding: 0
}

#map hr {
    margin: 0 auto
}

.section_info {
    padding: 0 0 60px 0
}

.btn-fixed{
    position : fixed !important
}


.btn-inscription {
    font-weight: bold;
    font-size: 30px;
    display: block;
    color: white;
    padding: 15px 25px;
    max-width: 340px;
    margin: auto;
    margin-top: 50px;
}

    .btn-inscription:hover {
        color: white
    }

.btn-accueil:hover {
    border-color: #c60219;
    background-color: #c60219;
    text-shadow: none;
    color: white !important
}

.btn-fixed {
    z-index: 100000;
    font-weight: bold;
    font-size: 20px;
    background-color: #1d66ad;
    display: block;
    color: white;
    padding: 15px 35px 15px 25px;
    max-width: 300px;
    margin: auto;
    margin-top: 50px;
    position: fixed;
    right: -300px;
    bottom: 100px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link-hotel {
    display: block
}

.btn_inscrit_dr_on {
    right: -10px;
}

#hotel h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

#hotel img {
    max-width: 100%
}

.page-suivi, .register-page {
    padding: 30px
}

.page-suivi-search {
    margin-top: 30px
}

.row-form-search {
    padding: 15px;
    border: 1px solid #c6c5c5;
    border-radius: 5px;
    background-color: #f0f0f0
}

.blocParticipant {
    margin-bottom: 5px;
    height: 170px;
    overflow: auto;
}

.bloc-participant-info, bloc-participant-infoVenu {
    min-height: 72px
}


.title-accompagnateur {
    color: white
}

.btn-close-accompagnateur {
    border: none;
    background-color: transparent
}


/**** LOGIN ****/

.login-logo {
    width: 400px;
    min-height: 20px;
    margin: 0 auto;
}

.col-password-login {
    margin: 0 auto
}

.name-login {
    font-size: 24px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: none;
}



.v-select {
    background-color: white
}

.agenda-right {
    display: block;
    text-align: left;
    padding-left: 10px;
}

.div-agenda {
    display: flex;
    /* margin: 0 auto; */
    justify-content: center;
}

    .div-agenda b {
        margin: auto 0
    }

.bloc-text-contenu-evenement {
    margin-top: 20px
}




/*************** Bloc programme *********************/






#accordeon-bloc .tile-programme {
    background-color: #FFFFFF;
    max-width: 850px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 8px;
    position: relative;
    border: none
}

#accordeon-bloc .title-tile {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    color: #000
}

#accordeon-bloc .description-tile {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    margin-left: 5px;
}

#accordeon-bloc .arrow-tile {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 33px;
    color: #000
}

#accordeon-bloc .btn.disabled, .btn:disabled {
    opacity: 1;
}

#accordeon-bloc .btn {
    justify-content: inherit;
    text-transform: inherit !important;
    letter-spacing: inherit;
}

#accordeon-bloc .btn-link:hover, #accordeon-bloc .collapsible-link, #accordeon-bloc .btn {
    text-decoration: none;
}

#accordeon-bloc .btn-programmes {
    background: white;
    border: none;
}



#accordeon-bloc .collapsible-link[aria-expanded='true'] .arrow-tile {
    transform: rotate(180deg);
}

#accordeon-bloc .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

#accordeon-bloc .accordion-body {
    border: 1px solid white;
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    flex-wrap: nowrap;
}

    #accordeon-bloc .accordion-body img {
        max-width: 300px;
        height: 100%;
    }


@media(max-width: 992px) {
    #accordeon-bloc .accordion-body img {
        max-width: 200px;
        height: 100%;
    }
}

@media(max-width: 768px) {
    #accordeon-bloc .accordion-body img {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #accordeon-bloc .accordion-body {
        flex-wrap: wrap;
    }
}



/************** LIEUX ****************/


.bloc-marker img {
    max-height: 130px;
}

.bloc-marker .title-marker {
    margin-top: 10px;
    color: #2B2972;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 16px;
    margin-left: 0;
    font-size: 18px;
}

.bloc-marker p {
    margin: inherit;
    width: 100%;
}

.bloc-marker .adress-marker {
    margin-top: 8px;
    font-weight: bold;
}

.bloc-marker .description-marker {
    margin-top: 8px;
    width: 230px;
    text-align: justify;
}

    .bloc-marker .description-marker, .bloc-marker .description-marker span {
        font-size: 12px;
    }

.bloc-marker .btn-marker-iti {
    border-radius: 5px;
    background-color: #D4A435;
    color: #fff;
    border: 1px solid #D4A435;
    padding: 8px 35px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%
}

    .bloc-marker .btn-marker-iti:hover {
        border-radius: 5px;
        background-color: white;
        color: #D4A435;
        border: 1px solid #D4A435;
        text-decoration: none;
    }


/****** COUNTDOWN *********/




#countdown {
    background: #FFFFFF;
    border: 2px solid #ECECEC;
    padding: 40px 20px;
}

    #countdown .col-number-countdown {
        font-weight: 700;
        font-size: 50px;
        color: #000;
    }

    #countdown .time-word {
        font-weight: 500;
        font-size: 12px;
        color: #000;
        display: block
    }

.participants-countdown {
    background: #FFFFFF;
    border: 2px solid #ECECEC;
    padding: 40px 30px;
}

    .participants-countdown .col-number-countdown {
        font-weight: 700;
        font-size: 50px;
        color: #000;
    }

    .participants-countdown .time-word {
        font-weight: 500;
        font-size: 12px;
        color: #000;
        display: block;
    }




@media(max-width : 768px) {
    #countdown-bloc > div.col-lg-7.col-md-8 {
        padding: 0;
        margin-bottom: 15px
    }
}


/************** PRESSE**********/

#presse .col-article img {
    max-width: 100%
}

#presse .col-article p {
    width: 100%;
}

#presse .col-article .div-text-press {
    margin-top: 15px
}

#presse .col-article p, #press .col-article span {
    color: black !important;
    font-size: 14px !important;
}


#presse .col-article a {
    color: black;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border: none;
    padding: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
}

    #presse .col-article a i {
        margin-left: 3px;
        font-size: 14px
    }

#presse .row-presse {
    margin-top: 25px;
}

@media(max-width : 992px) {
    .col-article {
        margin-top: 20px
    }
}


/********************** acitivte***************************/

.bloc-activite-details {
    display: none;
}

    .bloc-activite-details.show {
        display: block
    }

.btn-show-detail-activite {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: 1px solid #ECECEC;
    background: white;
    color: #2B2972;
    cursor: pointer;
}

    .btn-show-detail-activite.active, .btn-show-detail-activite:hover {
        color: white;
        background: lightgrey
    }

        .btn-show-detail-activite.active:hover {
            color: #fff;
            background: blue
        }

    .btn-show-detail-activite:focus {
        border: 1px solid #ECECEC;
        outline: none;
    }

.col-right-activite {
    background-color: lightgrey;
    text-align: left;
    padding: 35px
}

    .col-right-activite p {
        width: 100%;
        margin: inherit;
        color: white;
    }

    .col-right-activite img {
        width: 100%;
        max-height: 165px;
    }

.title-right-activite {
    font-weight: bold;
    font-size: 17px;
    padding: 0 15px;
    margin-bottom: 25px !important;
    display: block;
}

.description-right-activite {
    padding: 0 15px;
    font-size: 17px;
    margin-bottom: 20px
}

.btn-show-detail-activite i {
    float: right
}

@media(max-width : 768px) {
    .row-activity .col-md-4 {
        padding: 0
    }
}






/*************MENU*******************/


@media(max-width : 1024px){
    .btn-left-drawer{
        display : block !important
    }


    #drawer-left .q-tabs__content {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #menu #drawer-left .q-scrollarea .q-btn__content i {
        display: none
    }
}