/* Fonts */
@font-face {
    font-family: 'cand-r';
    src: url('../fonts/candara-regular.eot') format('embedded-opentype'),
    url('../fonts/candara-regular.woff') format('woff'),
    url('../fonts/candara-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cand-b';
    src: url('../fonts/candara-bold.eot') format('embedded-opentype'),
    url('../fonts/candara-bold.woff') format('woff'),
    url('../fonts/candara-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cand-l';
    src: url('../fonts/candara-light.eot') format('embedded-opentype'),
    url('../fonts/candara-light.woff') format('woff'),
    url('../fonts/candara-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'awes';
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.woff2') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Default */
body {
    margin: 0;
    padding: 0;
    font: normal 14px/16px 'cand-r';
    color: var(--dark);
}

div, ul, li, a, input, p, :before, :after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

ul, li {
    list-style: none;
}

input {
    outline: none;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
    display: none;
}

a {
    text-decoration: inherit;
    color: var(--yellow);
}

.bold {
    font-family: 'cand-b';
    font-size: 18px;
}

.fa:before {
    font-size: 20px;
}

:root {
    --yellow: #c2a661;
    --yellow-light: #e7e0cf;
    --white: #ffffff;
    --grey: #dddddd;
    --grey-light: #f3f3f3;
    --grey-dark: #4c4c4c;
    --grey-middle: #efefef;
    --dark: #243040;
    --black: #000000;
}

#wrapper {
    max-width: 100%;
    width: 100%;
}

/* Header */
#logo {
    /*margin: 25px 0 22px;*/
    margin-top: -15px;
    position: relative;
}

#logo > a {
    font: normal 40px/30px 'cand-b' !important;
    color: #000 !important;
    text-transform: uppercase !important;
}
#logo > a > span
{
    font: normal 54px/30px 'cand-b' !important;
    color: var(--yellow) !important;
}

#topRight {
    margin-right: 78px;
}

#langue {
    width: 55px;
    height: inherit;
    -webkit-appearance: none;
    background: url("../img/arrow.png") no-repeat 100% 50%;
    border: none;
    padding: 5px;
    color: var(--yellow);
}

#langue option {
    background: var(--white);
    color: var(--yellow);
    border: none;
}

#langue option:active, #langue option:hover {
    background-color: var(--yellow);
    color: var(--white);
    outline: none
}

#langue:focus {
    color: var(--yellow);
    outline: 0;
    box-shadow: inherit;
}

.lang {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

.logAdd {
    /*width: 147px;*/
    position: relative
}

.logAdd:before {
    content: '';
    border-left: 1px var(--grey) solid;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
}

.logAdd:after {
    content: '';
    border-right: 1px var(--grey) solid;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
}

.logAdd ul {
    height: 35px;
    margin: 0;
    padding: 0;
}

.logAdd ul li {
    margin: 0 15px;
}

.agenda {
    color: var(--yellow);
    font-family: 'cand-b';
    font-size: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 125px;
    margin: 0 auto;
}

.margin-left {
    margin-left: 30px;
}

.agenda .fa:before {
    font-size: 36px;
}

.agenda .badge-light {
    color: var(--yellow);
    background-color: transparent;
    border: 1px var(--yellow) solid;
    border-radius: 0;
    padding: 3px 6px;
    margin-left: 20px;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-bottom;
}

#nav {
    margin-bottom: 10px;
}

#nav a {
    font-size: 16px;
    color: #000;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.present {
    padding-left: 15px;
}

#search {
    background: var(--grey-dark);
    padding: 10px 0;
    color: #fff;
    position: relative;
}

#search strong {
    font: 24px/30px 'cand-b';
    color: var(--yellow);
    margin-right: 10px;
}

#chearch {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input[type=search] {
    background: var(--yellow) url("../img/search.png") 12px center no-repeat;
    border: none;
    padding: 6px 10px 6px 35px;
    width: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 130px;
    background-color: var(--yellow);
}

input:-moz-placeholder {
    color: var(--white);
}

input::-webkit-input-placeholder {
    color: var(--white);
}

#chearch input[type=search] {
    width: 20px;
    padding-left: 12px;
    color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    right: 40px;
}

#chearch input[type=search]:focus {
    width: 150px;
    padding-left: 38px;
    color: var(--white);
    background-color: var(--yellow);
    cursor: auto;
}

#chearch input:-moz-placeholder {
    color: transparent;
}

#chearch input::-webkit-input-placeholder {
    color: transparent;
}

/* Main */
main {
    position: relative;
}

.ouvre {
    padding-top: 15px;
}

.card {
    background: var(--grey-light);
    border-radius: inherit !important;
    border: inherit !important;
}

.card-first {
    background: inherit !important;
    border: 1px solid var(--yellow) !important;
    margin: 20px 0 0 5px;
    padding: 26px 25px;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.exposition {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    padding: 0 25px;
    font: 30px/30px 'cand-b';
    text-shadow: 0px 0px 5px #000;
    color: var(--white);
}

.exposition > strong {
    display: block;
    font-size: 48px;
}

.card-first .text-card {
    background: rgba(0, 0, 0, .5);
    padding: 10px 25px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: var(--white);
}

.card-image {
    width: auto;
    height: autx;
}

.card-image img {
    border-radius: 0 !important;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.card-right {
    margin: 10px 5px 0 0;
    flex-direction: row !important;
}

.card-right .card {
    padding: 12px;
    margin: 10px 0;
}

.card-right .card a, .link-title a {
    color: var(--black);
}

.love {
    position: absolute;
    top: 15px;
    right: 10px;
    color: var(--yellow);
}

.card-right .card img {
    display: block;
    width: auto;
    height: 170px;
    object-fit: contain;
    /*margin-bottom: 10px;*/
    margin: 10px auto;
}

.card-strong {
    font-family: 'cand-b';
}

.card-right p, .artiste p {
    margin-bottom: 5px;
}

.link-title {
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
}

.link-title:before {
    content: '';
    background: var(--yellow);
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.link-title a {
    position: absolute;
    top: -5px;
    right: 0;
}

.link-title a:before {
    content: '>';
    color: var(--yellow);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.title {
    /*width: 300px;*/
    background: #fff;
    z-index: 1;
    margin: 0 auto;
    font: 24px/30px 'cand-r';
    text-align: center;
    padding: 0 25px;
}

.artiste {
    margin: 0 auto;
}

.artiste img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 50%;
    background: var(--grey-dark);
}

.img-profil {
    width: 120px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}

.txt-profil {
    font-size: 18px;
}

.artiste .img-profil span {
    position: absolute;
    top: 3px;
    right: 0;
}

.artiste .dropdown-divider, .footer .dropdown-divider {
    border-color: var(--yellow);
}

.plus:before {
    font-size: 36px;
}

.artiste-item {
    padding-left: 50px;
}

.img-card {
    height: 255px;
    position: relative;
}

.img-card img {
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
}

.slider-img {
    padding: 0 20px;
}

.slider-img img {
    width: 100%;
    height: auto;
}

.grid {
    column-gap: 15px;
    column-count: 4;
}

.grid .item {
    margin-bottom: 15px;
}
.grid .item figcaption {
    padding-top: 10px;
}
.item-conainer {
    display: block;
}
.item-conainer h4 {
    font-size: 1.2rem !important;
}
.grid .item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.grid .item .card-text {
    margin-top: 25px;
}

.grid .item .card-text .card-strong {
    margin-bottom: .6rem;
}

.grid .item .fa:before, .sidebar .fa:before {
    color: var(--yellow);
}

/* ---------- Page Details -----------*/
.sidebar {
    background: var(--grey-light);
    max-width: 480px;
    width: 100%;
    margin-right: -15px;
    padding: 50px 35px;
    float: right;
}

.sidebar p {
    margin-bottom: 15px;
}

.strong1 {
    font-size: 16px;
}

.strong2 {
    font-size: 18px;
}

.strong3 {
    font-size: 24px;
}

.sidebar span {
    display: block;
}

.sidebar .dropdown-divider {
    max-width: 320px;
    width: 100%;
    border-color: #cfcfcf;
    margin: 15px 0;
}

.sidebar .fa:before {
    font-size: 30px;
}

.price {
    margin-bottom: 25px !important;
}

.sidebar .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 16px;
}

.rendez-vous {
    background: var(--yellow);
}

.sidebar .btn .fa {
    margin-right: 50px;
}

.rendez-vous .fa:before, .rendez-vous {
    color: var(--white);
}

.sidebar .btn span {
    width: 225px;
}

.question {
    border: 3px var(--yellow) solid;
    background: var(--white);
    margin-top: 35px;
}

.sidebar-text {
    margin-top: 25px;
}

.sidebar-text h3 {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px var(--grey-dark) solid;
    margin-bottom: 20px;
}

.sidebar li {
    margin: 0 7px;
}

.sidebar li .fa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px var(--grey-dark) solid;
    position: relative;
}

.sidebar li .fa:before {
    color: var(--grey-dark);
    font-size: 26px;
}

.margin-bottom {
    margin-bottom: 0;
}

.slide-left {
    max-width: calc(100% - 480px);
}

.sliderThumbnails {
    padding: 0 20px;
}

.slideImg {
    margin-bottom: 20px;
}

.slideImg img {
    margin: 0 auto;
}

.slick-arrow {
    font-size: 0;
    border: 0;
    position: absolute;
    top: 50%;
}

.slick-prev {
    background: url("../img/arrow-left.jpg") center no-repeat;
    left: 0;
}

.slick-next {
    background: url("../img/arrow-right.jpg") center no-repeat;
    right: 0;
}

.sliderThumbnails .slick-dots {
    display: none;
}

.slider-nav .slick-slide img {
    display: block;
    margin: 0 auto;
}

.sliderThumbnails p {
    display: inline-block;
    padding-top: 5px;
    border-top: 1px var(--grey-dark) solid;
}

.slick-thumbs li {
    margin: 0 10px;
    border: 1px var(--grey) solid;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.slick-thumbs li a {
    position: relative;
    width: 100%;
    height: 60px;
    display: block;
}

.slick-thumbs li a:after {
    content: '';
    background: var(--yellow);
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.lasted a:after {
    height: 0 !important;
}

.lasted .fa {
    width: 22px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: var(--grey-dark);
}

.description {
    margin-top: -33px;
}

.description h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px var(--grey) solid;
    margin-top: -20px;
    font-size: 24px;
}

.description span {
    display: block;
}

/* Footer */
.footer {
    background: var(--black);
    margin-top: 35px;
    padding: 20px 35px 60px;
    color: var(--white);
}

.footer .dropdown-divider {
    margin-bottom: 40px;
}

.footer h3, .article a {
    font-family: 'cand-b';
    font-size: 18px;
}

.footer a {
    color: var(--white);
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul > li {
    margin-bottom: 10px;
}

.muse {
    margin-bottom: 20px;
}

.footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 38px;
}

.footer_widget .newsletter_form input {
    width: 100%;
    height: 35px;
    background: var(--white);
    padding-left: 20px;
    color: var(--grey-dark);
    font-family: 'cand-b';
    border: none;
    border-radius: 5px;
}

.footer_widget .newsletter_form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    font-size: 14px;
    font-family: 'cand-b';
    color: var(--white);
    background: var(--yellow);
    padding: 10px;
    padding: 0 22px;
    cursor: pointer;
    border-radius: 5px;
}


.big_search input {
    width: 100%;
    height: 35px;
    background: var(--white);
    padding-left: 20px;
    color: var(--grey-dark);
    font-family: 'cand-b';
    border: 1px solid #D7D7D7;
    border-radius: 5px;
}

.big_search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    font-size: 14px;
    font-family: 'cand-b';
    color: var(--white);
    background: var(--yellow);
    padding: 10px;
    padding: 0 22px;
    cursor: pointer;
    border-radius: 5px;
}


.socail_links {
    margin: 0 0 30px;
}

.footer_widget li {
    margin: 0 6px;
}

.footer_widget li a:before {
    color: var(--yellow);
    font-size: 33px;
}

.copy_right {
    font-size: 12px;
}

.detail{
    position: relative;
}
.detail-img {
    width: 100%;
    position: relative;
    padding: 30px;
}
.detail-img::before {
    content: '';
    width: 100%;
    background-color: #efefef;
    height: calc(100% - 180px);
    display: block;
    top: 180px;
    left: 0;
    position: absolute;
}

.detail-img figure {
    display: block;
    border: 5px solid #ffffff;
    z-index: 1;
    margin-bottom: 0;
}

.detail-img img {
    display: block;
    border: 8px solid #ffffff;
    z-index: 1;
    margin-bottom: 0;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}
.detail-img .profil_artist {
    display: block;
    border: 8px solid #ffffff;
    z-index: 1;
    margin-bottom: 0;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.detail-img figure img {
    max-width: 100%;
}

.detail-img-desc {
    z-index: 1;
    text-align: center;
    padding: 30px 30px 0;
}

.detail-img-desc h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.detail-img-desc .btn {
    width: 100%;
    height: 60px;
    border: 2px solid #c2a661;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    padding: 0 80px;
    text-align: left;
    line-height: 15px;
    font-size: 15px;
    color: #c2a661;
}
.detail-img-desc .btn i::before {
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.detail-img-desc .btn-rdv {
    background-color: #c2a661;
    color: #ffffff;
}

.social-network {
    margin-top: 10px;
}
.social-network a {
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #606060;
    border: 1px solid #606060;
    margin: 5px;
}


.gallery-title {
    padding-top: 60px;
}
.gallery-title h2 {
    font-weight: bold;
    font-size: 24px;
    color: #4b4b4b;
}
.gallery-title h2 span {
    display: block;
    font-size: 18px;
}
.gallery-tab {
    padding-top: 20px;
}
.gallery-tab .nav-tabs {
    border: 1px solid #d9d9d9;
}
.gallery-tab .nav-tabs .nav-item {
    font-size: 18px;
    border-right: 1px solid #d9d9d9;
}
.gallery-tab .nav-tabs .nav-link {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    color: #797979;
    font-weight: bold;
    min-width: 200px;
    text-align: center;
}
.gallery-tab .nav-tabs .nav-link.active {
    border: none;
    border-bottom: none;
    border-right: 1px solid #d9d9d9;
    background-color: #c2a661;
    color: #ffffff;
}

.gallery-description {}
.tab-content p {
    margin-top: 0;
    padding: 20px 0;
    color: #4b4b4b;
    font-size: 14px;
    margin-bottom: 0;
}
.tab-content p a {
    color: #4b4b4b;
}
.tab-content .bor-b {
    border-bottom: 1px solid #d9d9d9;
}
.tab-content .left {
    width: 200px;
}
.tab-content .right {
    width: calc(100% - 180px);
    margin-left: 20px;
    height: 400px;
    overflow: hidden;
}
.tab-content .right img {
    width: 100%;
}

/* Hover */
@media (min-width: 1200px) {
    a:hover {
        text-decoration: inherit !important;
        color: var(--yellow);
    }

    #nav a:hover, .lasted a:hover .fa:before {
        color: var(--yellow);
    }

    .card-right .card:hover {
        background: var(--yellow-light);
    }

    #chearch input[type=search]:hover {
        background-color: var(--yellow);
    }

    .slick-thumbs li a:hover:after {
        height: 5px;
    }

    .footer_widget li a:hover:before {
        color: var(--white);
    }
}

/* Responsive */
@media (max-width: 1400px) {
    .detail-img-desc .btn {
        padding-right: 20px;
    }
}
@media (max-width: 1200px) {
    .detail-img-desc .btn {
        padding-left: 50px;
    }
    .detail-img-desc .btn i::before {
        left: 10px;
    }
    #nav a {
        padding: 1rem 1.3rem;
        /*border-bottom: 1px #ccc solid;*/
    }

    .navbar-toggler {
        background-color: var(--yellow);
        border: 1px solid var(--grey-dark);
    }

    .nav-item {
        width: 100%;
    }

    .agenda {
        top: inherit;
        bottom: -75px;
        right: 20px;
        margin: 0;
    }

    .margin-left, .agenda .badge-light {
        margin-left: 10px;
    }
}

@media (max-width: 1024px) {
    .present {
        padding: 0 70px 0 15px;
    }

    #topRight {
        margin-right: 0;
    }

    .logAdd {
        width: 100px;
        position: relative;
    }

    .logAdd ul li {
        margin: 0 10px;
    }

    .artiste-item {
        padding-left: 0;
    }

    .link-title {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }

    .slide-left {
        max-width: 100%;
    }

    .sidebar {
        max-width: 100%;
        margin-top: 30px;
        margin-right: 0;
    }

    .description h3 {
        margin-top: 0;
    }

    .description {
        margin-top: 25px;
    }

    .footer-link, .article {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .grid {
        column-count: 3;
    }
}
@media (max-width: 768px) {
    .tab-content .left {
        width: 100%;
        margin-bottom: 15px;
    }
    .tab-content .right {
        width: 100%;
        margin-left: 0;
    }
    .grid {
        column-count: 2;
    }

}
@media (max-width: 800px) {
    #chearch input[type=search] {
        right: 15px;
    }

    .card-first {
        margin: 20px 0 0 0;
        padding: 15px;
    }

    .card-right {
        margin: 10px 0 0 0;
    }

    .footer {
        padding: 20px 15px 40px;
    }
}

@media (max-width: 600px) {
    .agenda strong {
        display: none;
    }

    .sidebar {
        padding: 30px 15px;
    }

    .sidebar .btn .fa {
        margin-right: 15px;
    }

    .sliderThumbnails {
        padding: 0;
    }

    #topRight {
        margin-right: 0;
    }

    .title:before, .title:after {
        display: none;
    }

    .artiste .dropdown-divider {
        margin: 10px auto 10px;
        width: 200px;
    }

    .strong2 {
        font-size: 16px;
    }

    .strong3 {
        font-size: 20px;
    }

    .card-first {
        margin: 20px 0 0 0;
    }

    .card-image img {
        height: 400px;
    }

    .contact {
        margin-bottom: 50px;
    }

    .footer_widget, .footer ul {
        text-align: left !important;
        align-content: start !important;
        justify-content: start !important;
    }
}

@media (max-width: 560px) {
    #logo > a {
        font: normal 40px 'cand-b' !important;
    }    
    #logo > a > span {
        font: normal 60px 'cand-b' !important;
    }

    .navbar {
        padding: 15px 0;
    }

    .link-title a {
        top: inherit;
        right: 0;
        bottom: 5px;
    }

    .link-title:before {
        top: inherit;
        bottom: 0;
    }

    .link-title {
        padding-bottom: 5px;
    }

    #search strong {
        display: block;
    }

    .slideImg img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .grid {
        column-count: 1;
        padding: 0 15px;
    }
    .detail.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .detail-img {
        padding: 10px;
    }
}


.carousel-inner img {
    /*width: 100%;*/
    height: 80%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
}

#custCarousel .carousel-indicators li.active img {
    border: 2px solid var(--yellow);;
}

#custCarousel .carousel-indicators li:hover img {
    border: 2px solid var(--yellow);;
}

.carousel-item img {
        max-width: 80%;
}

.input-group-text
{
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    color: #fff;
    background-color: var(--yellow);
}

.artist_name
{
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}

.big
{
    font-weight: bold;
    font-size: 2em;
    color: #333;
}

.uk-link, a
{
    color: none !important;
}

.artist-box
{
    margin-bottom: 40px;
}

.img-artist
{
    width: 100%;
    height: 250px;
}

@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85% !important;
    }
}

.modal-content
{
    border: 2px solid #c2a661 !important;
}

.btn-floatbox
{
    background-color: #c2a661 !important;
    color: #ffffff !important;
    padding: 10px 30px !important;
}

.withbottom
{
    margin-bottom: 50px;
}
.withtop
{
    margin-top: 30px;
}

.modal-header
{
    background-color: var(--grey-middle) !important;
    border-bottom: 2px solid #c2a661 !important;
}

.nopads
{
    padding-left: 5px !important;
    padding-right: 0px !important;
}

.btnhour
{
    background-color: #BCE5F2;
    margin-bottom: 10px;
    padding: 5px 5px !important;
}

.btnnondispo
{
    background-color: #F65474;
    margin-bottom: 10px;
    padding: 5px 5px !important;
}

.favoris
{
    cursor: pointer;
}
.favoris:before
{
    color: #F65474 !important;
}

.container2
{
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#notification #icons{
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 12px;
    padding-bottom: 16px;
    box-sizing: border-box;
    color: #fff;
}

#notification.success {
    background-color: #2EAFA7;
}
#notification.error {
    background-color: #FC8269;
}

#notification.success #icons{
    background-color: #19948d;
}
#notification.error #icons{
    background-color: #FE6545;
}
#notification #desc{
    color: #fff;
    padding: 12px 16px;
    overflow: hidden;
    white-space: nowrap;
}

#notification.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}


#notification-success #icons-success{
width: 50px;
height: 50px;
float: left;
padding-top: 12px;
padding-bottom: 16px;
box-sizing: border-box;
background-color: #8EB50B;
color: #fff;
}
#notification-success #desc-success{
color: #fff;
padding: 12px 16px;
overflow: hidden;
white-space: nowrap;
width: auto;
}

#notification-success.show {
visibility: visible;
-webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 10px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 10px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 450px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 450px}
}
@-webkit-keyframes stay {
    from {min-width: 450px} 
    to {min-width: 450px}
}

@keyframes stay {
    from {min-width: 450px}
    to {min-width: 450px}
}
@-webkit-keyframes shrink {
    from {min-width: 450px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 450px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {top: 10px; opacity: 1;} 
    to {top: -60px; opacity: 0;}
}

@keyframes fadeout {
    from {top: 10px; opacity: 1;}
    to {top: -60px; opacity: 0;}
}

.calendar {
  width: 18rem;
  height: auto;
  background-color: #fff;
  /*box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);*/
  margin: 0 auto !important;
}

.month {
  width: 100%;
  /*height: 12rem;*/
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  text-align: center;
  /*text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);*/
}

.month i {
  /*font-size: 1.6rem;*/
  cursor: pointer;
  margin-top: -5px;
  font-weight: bold;
}

.month h1 {
  /*font-size: 2rem;*/
  font-weight: bold;
  /*text-transform: uppercase;*/
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}

.month p {
  font-size: 1.6rem;
}

.weekdays {
  width: 100%;
  height: 3rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #000;   
}

.weekdays div {
  /*font-size: 1.5rem;*/
  font-weight: bold;
  letter-spacing: 0.1rem;
  width: calc(36.2rem / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);*/
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
  margin-top: 10px;
}

.days div {
  /*font-size: 1.4rem;*/
  margin: 0.22rem;
  width: calc(14.5rem / 7);
  height: calc(14.5rem / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);*/
  transition: background-color 0.2s;
  boder: 1px solid #262626;
  border-radius: 2px;
  background-color: #F65474;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.days div:hover:not(.today) {
  boder: 1px solid #262626;
  /*border: 0.2rem solid #777;*/
  border-radius: 50%;
  cursor: pointer;
  /*font-size: 2.2rem !important;*/
}

.prev-date,
.next-date {
  opacity: 0.5;
  background-color: #C1C1C1 !important;
}

.today {
  cursor: pointer;
  background-color: #71DB2D !important;
  /*font-size: 2.2rem !important;*/
  border-radius: 50% !important;
}
.dayofweek
{
    border-radius: 2px;
    font-weight: bold;
    background-color: #5EC5E1;
    margin: 0.2rem;
    width: calc(14rem / 7);
    height: calc(18rem / 7);
    padding: 12px 5px;
}
.hour
{
    border: 1px solid #CACFD2;
    border-radius: 2px;
    font-weight: bold;
    margin: 0.2rem;
    width: calc(14rem / 7);
    height: calc(18rem / 7);
    padding: 12px 3px;
    cursor: pointer;
    color: ##979A9A !important;
    font-size: 13px;
}
.dayofweekselected
{
    border: none;
    background-color: #71DB2D;
}
/*            .dayofweekunselected
{
    border-radius: 2px;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #C4C4C4;
    margin: 0.2rem;
    width: calc(19rem / 7);
    height: calc(19rem / 7);
    padding: 12px 10px;
    cursor: pointer;
}*/

@media(min-width: 992px)
{
    .rdvbody
    {
        margin-top: -100px !important;
        margin-left: 50px !important;
    }
}
@media(max-width: 991px)
{
    .rdvbody
    {
        margin-top: 50px !important;
    }
}
@media (max-width: 1450px)
{
    .leftside {
        border-right: none;
    }
}
@media (min-width: 1451px)
{
    .leftside
    {
        border-right: 2px solid #ececec;
    }
}
    
.rdvbody
{
    /*margin-top: 20px;*/
    /*margin-left: 0;*/
}
.yellow
{
    color: var(--yellow);
}
.yellow:before
{
    font-size: 2.5rem !important;
}
.rdvtitle
{
    margin-bottom: 30px;
}
.btn-light
{
    border: 1px solid #999 !important;
    padding: 10px 25px !important;
    box-shadow: 0 0 1px #ececec;
}

.table-bordered td
{
    padding: 5px 20px;
    height: 45px;
    line-height: 55px;
    vertical-align: middle;
}
.withrdv
{
    background-color: #71DB2D;
    color: #fff;
}
.calendarwithrdv
{
    background-color: #5EC5E1 !important;
    color: #fff;
}
.btnred
{
    color: #fff;
    background-color: #F65474;
    border-color: #F65474;
    font-weight: bold;
}
.btnorange
{
    color: #fff;
    background-color: #FFC13C;
    border-color: #FFC13C;
    font-weight: bold;
}
.btngreen
{
    color: #fff;
    background-color: #71DB2D;
    border-color: #71DB2D;
    font-weight: bold;
}
.tdhour
{
    font-weight: bold;
    font-size: 1rem;
}
.tddesc
{
    line-height: 20px !important;
    vertical-align: middle;
}
.thetexte
{
    font-size: 1rem;
    padding-top: 10px;
    padding-left: 25px;
}
/*#datenbrdv
{
    text-transform: capitalize;
}*/
.holidays
{
    padding: 10px 5px; background-color: #CACFD2; margin-bottom: 10px; margin-left: 5px; border-radius: 2px;
}
.deleteholiday
{
    cursor: pointer;
}
.thumb-show {
    width: fit-content;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    margin-left: auto;
    margin-right: auto;
}

.thumb-show img {
    max-width: 100%;
    max-height: 70vh !important;
    float: left;
}
.thumb-show img.zoom {
    position: absolute;
    -moz-transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
    -o-transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
    -webkit-transition: width 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition-delay: 0s, 0.2s;
    transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
}
.bienvenu
{
    padding: 10px;
    font-weight: bold;
    margin-right: 15px;
}
.iconofsearch
{
    max-width: 250px !important;
    margin-top: 20px;
    margin-bottom: 50px;
}

.btn-black
{
    margin-top: 50px;
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0 !important;
    padding: .5rem 1rem !important;
}

.zoomer
{
    cursor: zoom-in;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
}

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

.btn-subscribe
{
    margin-top: 20px;
    background-color: var(--yellow);
    padding: 10px 20px;
    color: #fff;
    border-radius: 2px;
}
.btn-subscribe:hover
{
    color: #fff;
}

.btn-addfront
{
    margin-left: 20px;
    background-color: var(--yellow);
    padding: 10px 20px;
    color: #fff;
    border-radius: 2px;
    font-size: 1.2rem;
}
.btn-addfront:hover
{
    color: #fff;
}
.btn-annulerfront
{
    margin-left: 20px;
    background-color: var(--yellow);
    padding: 10px 20px;
    color: #fff;
    border-radius: 2px;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.btn-annulerfront:hover
{
    color: #fff;
}

.btn-edit
{
    margin-left: 20px;
    background-color: var(--yellow);
    padding: 4px 12px;
    color: #fff;
    border-radius: 2px;
    font-size: 1.3rem;
}
.btn-edit:hover
{
    color: #fff;
}

.dropdown-menu
{
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
/*    padding-top: 20px;
    padding-bottom: 20px;*/
}

.dropdown-menu a {
  color: black !important;
  padding: 15px 16px !important;
  text-decoration: none !important;
  display: block !important;
}

.dropdown-menu a:hover {
    background-color: var(--yellow) !important;
    color: #fff !important;
}

.dropdown:hover .dropdown-menu {display: block;}

.cardpersonalised {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    height: calc(100% - 20px);
    margin-top: 20px;
    /*padding-bottom: 50px;*/
}

.cardpersonalised2 {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    margin-top: 20px;
}

.card-title {
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.card-link
{
    float: right;
    margin-top: -32px;
    margin-right: 20px;
    font-size: 1.2em;
}

.cardpersonalised3 {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    height: calc(100% - 40px);
    margin-top: 20px;
}

.cardPTitle {
    background-color: #f4f7f6;
    height: 50px;
    border-bottom: 1px solid #dee2e6;
    /*padding: 10px 20px 5px 20px;*/
}
.cardPTitle2 {
    background-color: #f4f7f6;
    height: 35px;
    border-bottom: 1px solid #dee2e6;
    /*padding: 10px 20px 5px 20px;*/
}
.cardPTitle3 {
    background-color: #e6eaec;
    height: 35px;
    border-bottom: 1px solid #dee2e6;
    /*padding: 10px 20px 5px 20px;*/
}

.franchise-group .col-form-label {
    padding-left: 0;
    font-size: 12px;
}

.franchise-group .red-input {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 1200px) {
    .labelform-small {
        font-size: 10px;
    }
}
.labelform {
    padding: 10px 5px 15px 10px;
}

.labelform-small {
    padding-top: 3px;
    font-size: 12px;
    margin-right: 10px;
}

.labelform-small2 {
    padding-top: 7px;
    font-size: 12px;
    margin-right: 10px;
}

.labelform-small-body {
    font-size: 12px;
}
.cardFranchiseur
{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    box-shadow: 0 4px 5px -5px #666;
}

.logofranchiseur
{
    padding: 30px 10px;
    border-radius: 5px;
    border: 1px solid #e2e6e9;
    width: 100%;
}

.matchingdetails
{
    padding: 10px 0 20px 0;
    border-radius: 5px;
    border: 1px solid #e2e6e9;
    width: 100%;
    min-height: 120px;
}

.matchingdetails h6
{
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 11px;
}

.cardPBody {
    background-color: #fff;
    padding: 50px 2px 20px 5px;
}

.cardPBody2 {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
}


.cardPBody3 {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 5px -5px #666;
    margin-bottom: 20px;
    /*min-height: 480px;*/
}

.cardPBody4 {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 5px -5px #666;
}

.cardPBody p {
    font-size: 12px;
}

.upload .btn.btn-blue1 {
    margin-top: 15px;
    color: #fff;
    background-color: #1fb5ac;
    width: 100% !important;
    font-size: 12px;
    height: 35px;
    line-height: 25px;    
    border-radius: 3px;
}
.red-label
{
    color: #fc8269;
}

.card-link2
{
    float: right;
    margin-top: -48px;
    margin-right: 20px;
    font-size: 1.2em;
}
.criteresTitle
{
    margin-top: 20px;
    background-color: #f4f7f6;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 12px 0 5px 20px;
    font-size: 14px;
    font-weight: bold;
}

.cke_top
{
  background: #21c2a5 !important;
}

.cke_bottom
{
  background: #21c2a5 !important;
}

.cke
{
  width: 100% !important;
}

.rounded-button
{
  border-radius: 50%;
}

.icon-160 {
  width: 160px;
  height: 160px;
  line-height: 160px;
  -o-object-fit: cover;
     object-fit: cover; }


.alpha-80 {
  opacity: 0.8;
  transition: opacity .4s; }
  .fa.fa-lock:before
  {
    font-size: 15px !important;
  }
.fa-lock.text-orange {
  font-size: 66%; }

.editfront:before
{
    font-size: 1.5rem !important;
    padding: 10px 12px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
}

.input {
  position: relative;
  display: flex;
  width: auto;
  height: calc(1.5em + .75rem + 5px) !important;
  line-height: calc(1.5em + .75rem + 5px);
  background: #fff;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #dee2e6;
  padding: 0 !important;
}

/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: auto;
  height: calc(1.5em + .75rem + 5px) !important;
  line-height: calc(1.5em + .75rem + 5px);
  background: #fff;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #dee2e6;
  padding-left: 0 !important;
}

.select select {
  flex: 1;
  padding: -5px .5em;
  color: #666;
  cursor: pointer;
  /*font-size: 1.4em;*/
}
/* Arrow */
.select::after, .select-small::after, .select-tab::after, .select-medium::after, .withmultiple::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fc8269;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  color: #fff;
}
/* Transition */
.select:hover::after, .select-small:hover::after,
.select-tab:hover::after, .select-medium:hover::after, .withmultiple::after {
  color: #fff;
}

.btn-orange
{
    margin-left: 20px;
    background-color: #fc8269;
    padding: 10px 20px;
    color: #fff;
    border-radius: 2px;
    font-size: 1rem;
}
.btn-orange:hover
{
    color: #fff;
}


.green-status
{
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #22af46;
    color: #22af46;
    text-transform: uppercase;
}

.orange-status
{
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ff7b55;
    color: #ff7b55;
    text-transform: uppercase;
}