/*
STYLE POUR LA PAGE D'ACCUEIL
*/

#nav-bar{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    box-shadow: inset 0 0 0.2em  black;
}
.navbar-dark .navbar-nav #nav-link{
    color: black;
    font-size: 17px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Livvic', sans-serif;
}
.navbar-dark .navbar-nav #nav-link.active, .navbar-dark .navbar-nav .show>#nav-link {
    color: rgb(18, 166, 80);
    font-size: 17px;
    padding-left: 20px;
    font-weight: bold;
    list-style-type: none;
    font-family: 'Livvic', sans-serif;
}
.navbar-dark .navbar-nav #nav-link:hover{
    color: rgb(18, 166, 80);
    font-size: 17px;
}
/* .banner .text {
    color: #ffffff;
    line-height: 1.2em;
    font-weight: bold; */
    /**letter-spacing: 3px;*/
    /* vertical-align: middle;
    margin-top: 100px;
    text-align: center;
    font-family: 'Livvic', sans-serif;
} */
/* .banner .text2{
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Livvic', sans-serif;
    color: #ffffff;
    animation-name: color;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    font-weight: bold;
}
@keyframes color {
    25%{
        color: #f503ef;
    }
    50% {
        color: rgb(0, 253, 107);
    }
    100% {
        color: white;
    }
} */
.banner {
    height: 350px;
    background-image: url("/client/assets/img/banner_convention.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.55);
    height: 350px;
    display: table;
    color: white;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container .card .card-img-top{
    height: 160px;
}
#btn {
    background-color: rgb(18, 166, 80);
    border-color: rgb(18, 166, 80);
    color: white;
}
.container .card-title{
    color: black;
    font-weight: bold;
}
.topnav {
    background-color: #92278f;
    overflow: hidden;
    height: 10px;
}
.bottomnav {
    background-color: #E5E5E5;
}
.navbar-dark .navbar-toggler-icon {
    background-color: rgb(18, 166, 80);
    display: inline-block;
    margin-left: 5px;
}

ul .dropdown-menu .dropdown-item:hover{
    color: white;
    background-color: rgb(18, 166, 80);
    font-family: 'Livvic', sans-serif;
}
*{
    font-family: 'Livvic', sans-serif;
}


/*
*STYLE POUR LE FORMULAIRE DE SOUMISSION D'EVENEMENT
*/
#title-form-s{
    color: #92278f;
    font-weight: bold;
    text-transform: uppercase;
}
label{
    font-weight: bold;
    margin-bottom: 2px;
}
textarea:focus, input[type="text"]:focus, select[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #88ed88;
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgb(18, 166, 80) inset, 0.5px 0.5px 0.5px 0.5px rgb(18, 166, 80);
    /* outline: 0 none; */
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    background-color: #0029fd;
    color: white;
    font-weight: bold;
}



.banner p{
    display: none;
}

/*FOOTER
=========================*/

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #b0b0b0;
}

footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}

footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: #fff;
}

footer .btn-link,
footer a,
footer p a {
    color: #fff;
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #fff;
}


/* widget color */

footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: #fff;
}

footer.text-white .widget_categories ul li a,
footer.text-white .widget_archive ul li a,
footer.text-white .widget_meta ul li a,
footer.text-white .widget_pages ul li a,
footer.text-white .widget_recent_comments ul li a,
footer.text-white .widget_nav_menu li a,
footer.text-white .widget_recent_entries ul li a,
footer.text-white .widget_services ul li a,
footer.text-white a,
footer.text-white .footer-bottom,
footer.text-white p,
footer.text-white strong,
footer.text-white b,
footer.text-white .widget .post-title,
footer.text-white .widget-about .ttr-title,
footer.text-white {
    color: #fff;
}

footer p {
    margin-bottom: 10px;
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}

footer li .btn-link {
    font-size: 20px;
    line-height: 22px;
}

footer#footer {
    background-position: center;
    background-size: cover;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
    margin-left: 0;
}


/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}

footer .widget_services ul li {
    transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    padding: 10px 0px 10px 15px;
}

footer .widget_services ul li:hover {
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
}

.footer-top {
    background: #92278f;
    background-size: cover;
    background-position: center;
    font-family: rubik;
}

.footer-bottom {
    background-color: #520c50;
    color: #fff;
    border-top: 1px solid #520c50;
    font-family: 'Segoe Print', sans-serif;
    min-height: 60px;
    margin-top: -28px;
}

.slogan-2 {
    font-family: 'Segoe Print', sans-serif;
}
.footer-bottom ul {
    margin: 0;
}

.footer-title {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.footer-title:after {
    width: 50px;
    background: #fff;
    opacity: 0.2;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_widget ul li a {
    padding: 5px 0;
    display: block;
    font-weight: 400;
}



/* Footer Extra */

.pt-exebar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 50px;
}

.pt-social-link {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
}

.pt-social-link ul {
    margin: 0;
    list-style: none;
}

.pt-social-link ul li {
    display: inline-block;
}

.pt-btn-join {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 0 20px;
}

.pt-logo {
    padding: 20px 0;
}

.pt-social-link,
.pt-btn-join,
.pt-logo {
    display: flex;
    align-items: center;
}

/*STYLE DE LA PARTIE ARCHIVE*/
.archive-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    color: #92278f
}


/*
*STYLE POUR LA RESPONSIVITE
*/

@media only screen and (max-width: 575px) {
    .banner .text {
        color: #fff;
        line-height: 1.2em;
        font-weight: bold;
        /**letter-spacing: 3px;*/
        vertical-align: middle;
        margin-top: 170px;
        text-align: center;
        font-size: large;
        font-family: 'Livvic', sans-serif;
    }
    .banner p{
        display: block;
        margin-top: 30px;
        font-size: large;
        font-family: 'Livvic', sans-serif;
        color: #ffffff;
        line-height: 1.2em;
        text-align: center;
        animation-name: color;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        font-weight: bold;
    }

    .banner .text2 {
        display: none;
    }

    #title-form-s{
        color: #92278f;
        font-weight: bold;
        text-transform: uppercase;
        font-size: small;
    }

    .card-header h4{
        font-size: large;
    }


    .banner {
        height: 520px;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 8px;
        margin-right: 8px;
    }
    .footer-bottom {
        font-size: 12px;
        text-align: center;
        padding-bottom: 8px;
    }

    /*STYLE DE LA PARTIE ARCHIVE*/
    .archive-title{
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        color: #92278f;
        text-align: center;
    }

}



