@keyframes spin {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

* {

    margin: 0;

    padding: 0;

}

li {

    list-style-type: none;

}

a, a:hover {

    text-decoration: none;

    color: #000000;

}

body {

    font-family: 'GrandPalais' !important;

    text-transform: inherit;

}


h3.entry-title {

    width: 100%;

    top: auto;

    bottom: -10px;

    opacity: 0;

    -webkit-transform: translateY(100%);

    -moz-transform: translateY(100%);

    -ms-transform: translateY(100%);

    transform: translateY(100%);

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;

    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;

    transition: transform 0.4s, opacity 0.1s 0.3s;

    position: absolute;

    left: 0;

    padding: 20px;

    background: rgba(255, 255, 255, 0.5490);

    text-align: center;

}

.type-post:hover h3.entry-title {

    opacity: 1;

    -webkit-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;

    -moz-transition: -moz-transform 0.4s, opacity 0.1s;

    transition: transform 0.4s, opacity 0.1s;

}

.thumbnail img {

    width: auto !important;

}

#sectionVideos .row_video figure {
    text-align: center;
    height: auto !important;
}

#sectionVideos .row_video figure:after {
    content: "";
    clear: both;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

    max-width: inherit !important;

    height: auto;

}

a.btn_edit {

    font-size: 30px;

    float: right;

    position: relative;

    top: 4px;

}

form#wppb-edit-user-profile {

    margin: 30px auto;

}

span.glyphicon.glyphicon-chevron-down {

    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

}

.single figure {

    height: 380px !important;

}

.single figure .thumbnail {

    border: none;

    height: 200px;

    position: relative;

    overflow: hidden;

}

.single figure .thumbnail img {

    height: inherit !important;

    transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    transition: all .5s linear;

    -ms-transition: all .5s linear;

    -o-transition: all .5s linear;

    -webkit-transition: all .5s linear;

    max-height: inherit !important;

    width: inherit !important;

}

.noRegisteredUser {

    padding: 75px;

    text-align: center;

    font-size: 20px;

}

.single figure .thumbnail img:hover {

    transform: scale(1.2);

}

.modal-dialog.btn-group.text-center {

    background: white;

    margin: 0px !important;

}

.rotate {

    transform: rotate(-180deg);

    -moz-transform: rotate(-180deg);

    -ms-transform: rotate(-180deg);

    -o-transform: rotate(-180deg);


}

.embargo {

    font-family: 'GrandPalais' !important;

    font-size: 16px;

}

.archivesGP span.entry-title {

    display: inline-block;

    width: 95%;

    vertical-align: top;

}

.custom-object-fit img {

    opacity: 0;

}

.bg-white {

    background: #fff !important;

}

/*.selectChoice{*/

/*    position: fixed;*/

/*    z-index: 99;*/

/*    bottom: 20px;*/

/*    right: 20px;*/

/*}*/

.modal-content img {

    width: 50% !important;

    max-height: inherit !important;

}

.modal-content {

    text-align: center;

}

.buttonCloseModal {

    position: absolute;

    color: #020202;

    left: 0;

}

.thumbnail.custom-object-fit, .modal-content.custom-object-fit {

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

}

.modal-dialog .btn-group.text-center {

    background: white;

    margin: 0px !important;

}

.img-description {

    padding: 10px 0;

}

.epp-header-img.hidden-xs {

    margin: 30px auto;

}

.epp-header_logo, .epp-header_title, .epp-header_search {

    display: inline-block;

    width: 33%;

    vertical-align: middle;

}

.epp-header_title {

    font-size: 42px;

    font-family: 'GrandPalais';
    font-weight: 500;

    text-align: center;

    line-height: 42px;

}


.epp-header_title p {

    text-transform: unset !important;

}

.epp-header_title .title-header {
    text-transform: unset !important;

}

.epp-header_title span {

    text-transform: capitalize;

    display: block;

}

ul.sub-menu {

    background: rgba(255, 255, 255, 0.9);

    font-size: 20px;

}

#menu-item-97292895 a {
    font-family: 'GrandPalais', sans-serif;
}

.sub-menu-container-0 {

    visibility: hidden;

    position: absolute;

    z-index: 999999;

    transition: all .8s;

    opacity: 0;

    display: table;


}

.sub-menu-container-0:before {

    content: "";

    display: block;


    background: url(/wp-content/themes/grand-palais/img/border-top-arrow.png);

    height: 7px;

    background-repeat: no-repeat;


    visibility: hidden;

}

#menu-grand-palais-menu li a:hover {

    color: #000000;

}

#menu-grand-palais-menu li a {

    display: block;

    /*padding: 5px 20px;*/

}

h1.entry-title.expoCpTitle {

    text-transform: inherit;

}

.menu-item-has-children:hover .sub-menu-container-0 {

    opacity: 1;

    visibility: visible;

}

.menu-item-has-children:hover .sub-menu-container-0:before {

    visibility: visible;

}

.menu-item-has-children:hover .sub-menu-container-0 > ul {

    visibility: visible !important;

    width: 205px;

    display: block;

    background: rgba(255, 255, 255, 0.9);

}

.collapse.navbar-collapse.navbar-1-collapse {

    font-family: 'GrandPalais';

    font-size: 18px;

}

.sub-menu-container-1, .sub-menu-container-2 {

    padding-left: 10px;

}

.menu-item a:hover {

    background: #000000;

    color: #fff;

}

.sub-menu li a:hover {

    color: #fff !important;

}

.sub-menu li {

    line-height: 20px;

}

.sub-menu li a {

    padding: 5px 20px !important;

    font-size: 15px;

}

.sub-menu li
.menu-item-has-children, .menu-item-252 {

    font-family: 'GrandPalais';

    font-size: 18px;

}


.current-menu-item > a {

    text-decoration: underline;

    font-family: 'GrandPalais';
    font-weight: 500;

}

.navbar-default {

    border-color: transparent !important;

}

.jumbotron h1, .jumbotron .h1 {

    font-size: 36px !important;

    font-family: 'GrandPalais';
    font-weight: 500;

}

.container .jumbotron, .container-fluid .jumbotron {

    border: none;

    padding: 0 15px;

    font-family: 'GrandPalais';
    font-weight: 500;

}

.type-post {

    position: relative;

    height: 350px;

    overflow: hidden;

    /*border: 1px solid #eee;*/

}

.homePosts {

    border-radius: 0 !important;

    border: none !important;

}

.thumbnail a > img:hover {

    transform: scale(1.2);

}

.type-post footer {

    padding: 0;

}

.thumbnail .caption {

    padding: 5px;

    color: #333;

    position: absolute;

    top: 0;

    left: 0;

    background: rgba(255, 255, 255, 0.82);

    width: 70%;


}

.type-post .thumbnail .caption .text-right {

    text-align: left !important;

    font-size: 18px;

    margin-bottom: 0;

    padding: 0px 10px;


}

.type-post .thumbnail .caption .text-right a {

    color: #000000;

    font-family: 'GrandPalais';

}

article .thumbnail img {


    max-height: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) scale(1);

    -moz-transform: translate(-50%, -50%) scale(1);

    -o-transform: translate(-50%, -50%) scale(1);

    -ms-transform: translate(-50%, -50%) scale(1);

    transition: .3s linear;

}

.scaleImg {

    transform: translate(-50%, -50%) scale(1.2);

    -moz-transform: translate(-50%, -50%) scale(1.2);

    -o-transform: translate(-50%, -50%) scale(1.2);

    -ms-transform: translate(-50%, -50%) scale(1.2);

}

button.btn.btn-share.addCart.hidden-xs, .load-more, .btn-share {

    transition: .3s linear;

}

button.btn.btn-share.addCart.hidden-xs:hover, .load-more:hover, .btn-share:hover {

    background: #000000;

    color: #fff;

    transition: .3s linear;

}


.col-sm-6.col-md-4 {

    margin-bottom: 30px;

}

.grand-palais-footer {

    width: 1170px;

    margin: 0 auto;

}

.grand-palais-footer:after {

    content: "";

    display: block;

    clear: both;

}

.grand-palais-footer_contact {

    float: left;

    width: 20%;

    text-align: left;

    font-size: 20px;

}

.grand-palais-footer_expo {

    float: left;

    width: 56%;

    text-align: center;

    margin: auto 2%;

}

.grand-palais-footer_twitter {

    float: left;

    width: 20%;

}

.bxslider li {

    width: 220px;

    height: 300px;

}

.bx-wrapper img {

    max-width: 100%;

    display: block;

    transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);


    top: 50%;

    left: 50%;

    position: absolute;

}

.grand-palais-footer_expo p {

    font-family: 'GrandPalais';

    font-size: 24px;

}

.grand-palais-footer_contact strong {

    font-family: 'GrandPalais';
    font-weight: 700;

}

.grand-palais-footer_contact span {

    display: block;

    font-family: 'GrandPalais';

}

.epp-footer {

    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 50px 0;

}

.grand-palais-footer_expo .container {

    max-width: 100% !important;

}

.grand-palais-footer_twitter_withoutHome iframe {


    height: 100px !important;

}

.epp-main:after {

    content: "";

    display: block;

    clear: both;

}

body.category .hentry {

    position: relative;

    height: 350px;

    overflow: hidden;

    float: left;

    width: 32%;

    margin-bottom: 2%;

}

body.category .hentry h2 {

    padding: 8px 10px;

    color: #333;

    position: absolute;

    top: 0;

    left: 0;

    background: rgba(255, 255, 255, 0.82);

    width: 75%;

    margin: 0;

    z-index: 99999;

    font-size: 18px;

    text-align: left !important;

    font-size: 18px;

    font-family: 'GrandPalais';

}

body.category .hentry h3 {

    font-size: 20px;

    color: white !important;

}

body.category .hentry h3 a {

    color: white !important;

}

body.category .hentry .entry-date {


}

body.category .hentry img {


    max-height: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);


}


body.category .hentry .entry-content {

    position: absolute;

    z-index: 99999;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    text-align: center;

    width: 100%;

    font-size: 18px;

    color: white !important;

    line-height: 18px;

}

.category-archives-evenements article, .category-archives-editions article {
    /* height: auto !important; */
    overflow: visible !important;
    float: none !important;
    width: auto !important;
}

.category-archives-editions .hentry img {
    max-height: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    max-width: 100% !important;
}

.category-archives-editions .thumbnail_edition {
    position: relative;
}

.thumbnail_edition .caption {
    padding: 5px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.82);
    width: 70%;
}

.category-archives-editions h3.entry-title {
    bottom: 50px;
    opacity: 2;
    position: absolute;
}

@media screen and (max-width: 300px) {
    .pic_edition {
        width: 250px;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .category-archives-editions .pic_edition {
        width: auto;
    }
}

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

    .category-archives-editions h3.entry-title {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
        bottom: 0;
        margin: 0;
    }
}

.category-archives-editions .hentry img {
    max-height: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}


.homePosts .thumbnail {

    position: absolute;

    width: 100%;

    height: 100%;

    z-index: 999;

    border-radius: 0;

}

.epp-main article:nth-child(3n+3) {

    margin: 0 2%;

}

.archivesGP {

    margin: 0 !important;

}

.bx-wrapper .bx-prev {

    background-image: url(/wp-content/themes/grand-palais/img/1498080512_left.png) !important;

    background-position: center !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

    left: -35px !important;

    width: 15px !important;

    height: 15px !important;

}

.bx-wrapper .bx-next {

    right: -35px !important;

    background-image: url(/wp-content/themes/grand-palais/img/1498080512_right.png) !important;

    background-position: center !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

    height: 15px !important;

    width: 15px !important;

}

h1.entry-title {

    font-size: 30px;

    margin: 20px auto;

    font-family: 'GrandPalais';
    font-weight: 500;


    margin: 40px auto;

}

.single h2 {

    font-family: 'GrandPalais';

    font-size: 24px;

}

.wppb-radios li {

    display: block !important;

}

.single article {

    height: auto;

}

.cpAuthor {

    margin: 50px auto;

}

.load-more {

    margin: 20px auto;

}

.modal-dialog {

    width: 600px;

    margin: 130px auto !important;


}

form#wppb-register-user-subscribe {

    margin: 30px auto;

}

li#wppb-form-element-4, li#wppb-form-element-3, li#wppb-form-element-55, li#wppb-form-element-56, li#wppb-form-element-58, li#wppb-form-element-59, li#wppb-form-element-8 {

    display: inline-block;

    vertical-align: middle;

    width: 47%;

}

li#wppb-form-element-4 label, li#wppb-form-element-3 label, li#wppb-form-element-55 label, li#wppb-form-element-56 label, li#wppb-form-element-58 label, li#wppb-form-element-59 label, li#wppb-form-element-8 label {

    display: block;

    width: 100%;

}

li#wppb-form-element-4 input, li#wppb-form-element-3 input, li#wppb-form-element-55 input, li#wppb-form-element-56 input, li#wppb-form-element-58 input, li#wppb-form-element-59 input, li#wppb-form-element-8 input {

    display: block;

    width: 100%;

}

li#wppb-form-element-58, li#wppb-form-element-55, li#wppb-form-element-4 {

    margin-right: 5%;

}

.wppb-user-forms ul {

    max-width: 100% !important;


}

.single .row {

    margin-bottom: 20px;

}

.single .text-center {

    text-align: center;

    margin: 20px auto;

}

.entry-content {

    font-size: 16px;

    font-family: 'GrandPalais';

    text-align: justify;

}

.modal-dialog.modal-lg {

    border: 10px solid rgba(0, 0, 0, 0.4);

}

.form-horizontal .form-group {

    margin: 0 !important;

    padding: 20px 0;

}

input.pol_password {

    width: 80%;

    height: 30px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    -webkit-transition: border-color linear .15s, -webkit-box-shadow linear .15s;

    -o-transition: border-color linear .15s, box-shadow linear .15s;

    transition: border-color linear .15s, box-shadow linear .15s;

}

#gform_wrapper_1 input {

    width: 100%;

    height: 30px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    -webkit-transition: linear .15s;

    -o-transition: linear .15s;

    transition: linear .15s;

}

input#gform_submit_button_1 {

    text-shadow: none;

    border: solid thin #000;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #000;

    padding: 1em 1.5em;

    color: #fff;

    text-transform: lowercase;

    font-family: 'GrandPalais';

    font-size: 18px;

    display: block;

    text-align: center;

    margin: 0px auto;

    /* display: inline-block; */

    width: auto !important;

    line-height: 3px;

    -webkit-transition: linear .15s;

    -o-transition: linear .15s;

    transition: linear .15s;

}

input.pol_submit {

    text-shadow: none;

    border: solid thin #000000;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #000000;

    padding: 0.25em 1.5em;

    color: #fff;

    text-transform: lowercase;

    font-family: 'GrandPalais';

    font-size: 18px;

    display: block;

    text-align: center;

    margin: 25px auto;

    -webkit-transition: linear .15s;

    -o-transition: linear .15s;

    transition: linear .15s;

}

h4#myModalLabel {

    text-align: center;

    font-size: 25px;

    /* margin: 35px auto; */

    font-family: 'GrandPalais';
    font-weight: 500;

    /* text-decoration: underline; */

}

.gfield_radio li {

    display: inline-block;

    width: 33%;

}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {

    margin-top: 0;

    margin-bottom: 0;

}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {

    margin: 0;

    padding: 0;

}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {

    margin: 0;

    line-height: 1.3;

}

li#field_1_2 {

    margin: 0;

}

label.gfield_label.gfield_label_before_complex {

    display: none !important;

}

div#input_1_2 {

    margin-top: 0 !important;

}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label,
.gform_wrapper .top_label .gfield_label {

    font-size: .813em;

}

button.btn.btn-primary {

    text-shadow: none;

    border: solid thin #000;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #000;

    padding: 0.25em 1.5em;

    color: #fff;

    text-transform: lowercase;

    font-family: 'GrandPalais';

    font-size: 18px;

    display: block;

    text-align: center;

    -webkit-transition: linear .15s;

    -o-transition: linear .15s;

    transition: linear .15s;

}

.buttonCloseModal {

    cursor: pointer !important;

    z-index: 9 !important;

}

.page-id-4286 .alert {

    display: none !important;

}

#wppb-form-element-60 label {

    display: none;

}

.wppb-form-field > span.custom_field_html {

    margin: 10px auto !important;

}

.downloadCP a, .btnLog, #register, input#edit_profile {

    text-shadow: none;

    border: solid thin #000;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #000;

    padding: 0.25em 1.5em;

    color: #fff;

    text-transform: lowercase;

    font-family: 'GrandPalais';

    font-size: 18px;

    text-align: center;

    margin: 20px 34px 20px 0;

    display: inline-block;

    -webkit-transition: linear .15s;

    -o-transition: linear .15s;

    transition: linear .15s;

}

.btnLog:hover, #register:hover, input#edit_profile:hover {

    color: white !important;

    border: solid thin #939393;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #939393;

}

form#loginform-custom {

    max-width: 500px;

    margin: 30px auto;

    padding: 50px;

    text-align: center;

}

input#wp-submit {

    text-shadow: none;

    border: solid thin #000;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #000;

    padding: 0.25em 1.5em;

    color: #fff;

    text-transform: lowercase;

    font-family: 'GrandPalais';

    font-size: 18px;

    text-align: center;

    margin: 20px auto;

    display: inline-block;

    -webkit-transition: linear .15s;

    -o-transition: linear .15s;

    transition: linear .15s;

}

input#wp-submit:hover {

    color: white !important;

    border: solid thin #939393;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #939393;

}

.error_message_connexion {

    color: red;

    text-align: center;

}

input#user_login {

    width: 100%;

    padding: 5px;

}

input#user_pass {

    width: 100%;

    padding: 5px;

}

.single .type-post {

    height: auto !important;

    overflow: visible !important;

}

.btn-primary {

    color: #fff;

    background-color: #337ab7;

    border-color: #2e6da4;

    text-shadow: none;

    border: solid thin #000;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #000;

    padding: 0.25em 1.5em;

    color: #fff;

    text-transform: lowercase;

    font-family: 'GrandPalais';

    text-align: center;

    -webkit-transition: linear .15s;

    -o-transition: linear .15s;

    transition: linear .15s;


}

.btn-primary:hover, .downloadCP a:hover, button.btn.btn-primary:hover, input.pol_submit:hover, input#gform_submit_button_1:hover {

    border: solid thin #939393;

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    background: #939393;

}

button#cart {

    margin: 0 0px 5px auto;

    font-size: 15px;

}

a.flag_en, a.flag_fr, a.flag_ru, a.flag_it, a.flag_es {

    display: inline-block;

    width: 25px;

    height: 25px;

    margin-right: 10px;

}

.media-languages li a {
    display: inline-block !important;
}

a.flag_en {

    background-image: url(/wp-content/themes/grand-palais/img/United-Kingdom.png) !important;

    background-position: center !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

}

a.flag_fr {

    background-image: url(/wp-content/themes/grand-palais/img/France.png) !important;

    background-position: center !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

}

a.flag_ru {

    background-image: url(/wp-content/themes/grand-palais/img/russian.png) !important;

    background-position: center !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

}

a.flag_es {

    background-image: url(/wp-content/themes/grand-palais/img/spain.png) !important;

    background-position: center !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

}

a.flag_it {

    background-image: url(/wp-content/themes/grand-palais/img/italian.png) !important;

    background-position: center !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

}

.breadcrumb {

    font-family: 'GrandPalais';

    font-size: 16px;

    background: transparent;

    text-decoration: underline;

}

nav.post-nav {

    text-align: center;

}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {


    background-color: #000000;

    border-color: #000000;


}

.pagination > li > a, .pagination > li > span {

    color: #000000;

}

h2.entry-category {

    color: #000;

    font-family: 'GrandPalais' !important;

}

ul.post-categories {

    margin: 0 !important;

}

.download_all {

    text-align: center;

    margin: 20px auto;

}

#wppb-register-user-subscribe {

    text-transform: lowercase !important;

}

main {

    margin-bottom: 50px;

}

.category-archives article {

    position: inherit !important;

    height: auto !important;

    overflow: visible !important;

    float: none !important;

    width: auto !important;

}

.category-archives-evenements article,
.category-archives-editions article {


    height: auto !important;

    overflow: visible !important;

    float: none !important;

    width: auto !important;

}

.cat_archive_item:after {
    clear: both;
    display: block;
    content: '';
}

.category-archives-evenements .cat_archive_item li,
.category-archives-editions .cat_archive_item li {

    position: relative;

    z-index: 999999;

}

.category-archives #main h2,
.category-archives-editions #main h2,
.category-archives-evenements #main h2 {

    color: #000000 !important;

    position: inherit;

    font-family: 'GrandPalais' !important;
    font-weight: 500;

    font-size: 30px;

    margin: 10px 0;

}

.category-archives #main h3,
.category-archives-editions #main h3,
.category-archives-evenements #main h3 {

    color: #000000 !important;

}

.category-archives #main a,
.category-archives-evenements #main a,
.category-archives-editions #main a {


    color: #000000 !important;

}

.loader {

    position: fixed;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    z-index: 9999999;

    -webkit-transition: 1s;

    -o-transition: 1s;

    transition: 1s;

    visibility: visible;

    opacity: 1;

    background-color: #fff;

    background-size: 80px;

    right: 0;

    bottom: 0;

}

.hideLoader {

    visibility: hidden;

    opacity: 0;

    transform: scale(1.2, 1.2);

}


.loader div {

    display: block;

    width: 80px;

    height: 80px;

    transform: translate(-50%, -50%);

    top: 50%;

    position: absolute;

    left: 50%;

    z-index: 5;

    transition: 1s;

}

.loader img {

    position: absolute;

    left: 50%;

    top: 50%;

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    max-width: 150px;

    height: auto;

    z-index: 1;

}

.loader div:after {

    content: "";

    display: block;

    border: 2px solid #f3f3f3;

    border-top: 2px solid #000000;

    border-radius: 50%;

    width: 80px;

    height: 80px;

    -webkit-animation: spin .5s linear infinite;

    animation: spin .5s linear infinite;

    box-sizing: border-box;

}

body.category-archives .hentry:after {

    display: none;

}

body.category-archives .hentry .entry-content {

    position: inherit;

    transform: none;

    text-align: left;

}

body.category-archives h1.entry-title {

    margin: 0 auto !important;

    text-decoration: underline;

}

.btn .badge {

    position: relative;

    top: -2px;

    left: 10px;

}

.single-attachment .type-attachment img {

    transform: none;

    position: inherit;

}

.cart .btn-primary {

    background: #000000;

}

.home .hentry h2 {

    margin: 0 auto;

    font-size: 18px;

    padding: 5px 10px;

}

.cat_archive_item li {

    font-family: 'GrandPalais' !important;

    padding-left: 20px;

    line-height: 25px;

    font-size: 20px;

}

.thumbnail {

    border: none;

}

.homePosts {

    border: 1px solid #eee;

}

.read_post a {

    position: absolute;

    z-index: 9999;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: block;

}

.homePosts:hover .homePosts img {

    transform: scale(1.3);

}

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

    h3.entry-title {

        opacity: 1;

        -webkit-transform: translateY(0px);

        -moz-transform: translateY(0px);

        -ms-transform: translateY(0px);

        transform: translateY(0px);

        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;

        -moz-transition: -moz-transform 0.4s, opacity 0.1s;

        transition: transform 0.4s, opacity 0.1s;

    }

    .grand-palais-footer {

        max-width: 100%;

    }

    .grand-palais-footer_contact {

        float: none;

        width: 100%;

        text-align: center;

        font-size: 20px;

    }

    .grand-palais-footer_expo {

        float: none;

        width: 90%;

        text-align: center;

        margin: 0 auto;

    }

    .grand-palais-footer_twitter {

        float: none;

        width: 100%;

        text-align: center;

    }

    .navbar-brand > img {

        display: block;

        width: 100px;

        position: relative;

        top: -5px;

    }

    .sub-menu-container-0 {

        visibility: visible;

        position: relative;

        z-index: 999999;

        left: 20px;

        opacity: 1;


    }

    .navbar-default .navbar-collapse {

        top: 5px;

        position: relative;

    }

    .bx-wrapper {

        margin: 0 auto;

    }

    .navbar-default .navbar-toggle {

        border-color: #23282d;

        background-color: #23282d !important;

    }

    .navbar-default .navbar-toggle .icon-bar {

        background-color: #ffffff;

    }

    .navbar-default .navbar-collapse {

        border-color: #000000;

        background-color: #000000;

    }

    ul.sub-menu {

        background: #000000;

    }

    #menu-grand-palais-menu li a {

        color: white !important;

        font-family: 'GrandPalais';

        font-size: 18px;

    }

    .sub-menu-container-0:before {

        display: none;

    }

    .menu-item-has-children:hover .sub-menu-container-0 > ul {

        background: #000000;

        width: auto !important;

    }

    .navbar-nav > li {

        float: none;
        font-size: 16px;

    }


    .navbar-header {

        float: none;

    }

    .navbar-toggle {

        display: block;

    }

    .navbar-collapse {

        border-top: 1px solid transparent;

        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

    }

    .navbar-collapse.collapse {

        display: none !important;

    }

    .navbar-nav {

        float: none !important;

        margin: 7.5px -15px;

    }

    .navbar-nav > li {

        float: none;

    }

    .navbar-nav > li > a {

        padding-top: 10px;

        padding-bottom: 10px;

    }

    .navbar-text {

        float: none;

        margin: 15px 0;

    }


    .navbar-collapse.collapse.in {

        display: block !important;

    }

    .collapsing {

        overflow: hidden !important;

    }

    .epp-header {

        padding: 20px 0 0 0;

    }

    .epp-header-img.hidden-xs {

        margin: 0px auto;

    }

}

@media screen and (min-width: 1170px) and (max-width: 1200px) {

    #menu-grand-palais-menu li a {

        padding: 5px 15px;

        font-family: 'GrandPalais';

        font-size: 14px;

    }

}

@media screen and (min-width: 770px) and (max-width: 1170px) {

    .epp-header_title {

        font-size: 25px;

    }

    .epp-header_logo, .epp-header_title, .epp-header_search {

        width: 32%;

    }

    .sub-menu-container-0 {

        left: 0px !important;

        padding-left: 20px;

    }

}

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

    .panel-body {

        max-width: 350px;

        margin: 0 auto;

        padding: 0;

    }

}

@media screen and (min-width: 765px) and (max-width: 770px) {

    .panel-body {

        max-width: 100%;

        margin: 0 auto;

        padding: 0;

    }

    .container {

        width: 100%;

    }

    .epp-header_logo, .epp-header_title, .epp-header_search {

        width: 32%;

    }

    .epp-header_title {

        font-size: 30px;

        line-height: 35px;

    }

}

@media screen and (min-width: 500px) and (max-width: 750px) {

    .container {

        width: 100%;

    }

    body.category .hentry {

        width: 48%;

        margin-bottom: 5%;

    }

    .epp-main article:nth-child(3n+3) {

        margin: auto 0 5%;

    }

    .epp-main article:nth-child(2n+2) {

        margin-right: 4% !important;

    }


}

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

    .container {

        width: 100%;

    }

    body.category .hentry {

        width: 100%;

        margin-bottom: 5%;

    }

    .epp-main article:nth-child(3n+3) {

        margin: auto 0 5%;

    }

    #wppb-register-user-subscribe li {

        display: block;

        width: 100% !important;

    }

    .bx-wrapper img {

        height: auto;

    }

    .modal-dialog {

        width: 600px;

        margin: 130px auto !important;

        max-width: 100%;

    }

}


.header-page__filter_list {
    margin: 30px 0
}

.header-page__filter_list li {
    margin: 10px;
    cursor: pointer
}

.header-page__filter_list li.active {
    border-bottom: 1.5px solid
}

.display_flex_conf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.audiomp3 figcaption h3 {
    font-size: 16px
}

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

    .navbar .navbar-collapse.collapse {
        background-color: white !important;
        border-top: 1px solid black !important;
        border-bottom: 1px solid black !important;
    }

    .navbar .navbar-collapse.collapse.visible {
        display: block !important;
        margin-top: 5px;
        margin-bottom: -4px;
    }

    .navbar #menu-grand-palais-menu {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .navbar #menu-grand-palais-menu > li {
        margin-bottom: 25px;
    }

    .navbar #menu-grand-palais-menu li a {
        position: relative;
        display: inline-block !important;
        color: black !important;
    }

    .navbar #menu-grand-palais-menu > li.menu-item-has-children > a:after {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -9px;
        top: 13px;
        color: black !important;
    }

    .navbar #menu-grand-palais-menu > li.menu-item-has-children > a.visible-sub:after {
        top: 15px;
        transform: rotate(180deg);
    }

    .navbar #menu-grand-palais-menu .sub-menu-container-0 {
        display: none;
        margin: 0 auto !important;
        position: inherit;
        left: 0 !important;
        right: 0 !important;
        padding: 0 !important;
    }

    .navbar #menu-grand-palais-menu .sub-menu-container-0.visible-sub {
        display: block;
    }

    .navbar ul.sub-menu {
        background-color: white !important;
    }

    .navbar #menu-grand-palais-menu .sub-menu-container-0 a:hover {
        background-color: white !important;
    }
}


.slider_home{

}

.slider_home-slide img{
    width: 100%;
    display: block;
}

.bloc_rs_footer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    position: fixed;
    top: 38.5%;
    right: 0;
    flex-direction: column;
    background: #B2B2B2;
    border-radius: 8px;
    padding: 10px 5px;
    z-index: 999;
}

.bloc_rs_footer a{
    padding: 10px 5px;
}

.grand-palais-footer_bottom {
    max-width: 1170px;
    width: 100%;
    margin: 74.5px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 550px) {
    .grand-palais-footer_bottom {
        flex-direction: column;
    }

    .grand-palais-footer_bottom a:not(:last-child):after{
        display: none;
    }

    .bloc_rs_footer{
        padding: 6px 0px;
    }

    .bloc_rs_footer svg{
        height: 16px;
        width: 16px;
    }
}

.grand-palais-footer_bottom a:not(:last-child):after{
    content: "-";
    position: relative;
    padding: 0 15px;
}

/** Flux post Home **/
.main-home .jumbotron {
    padding: 0;
}
#flux_home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px 30px;
}
#flux_home .homePosts {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 450px;
}
#flux_home .homePosts article {
    height: 100%;
}
#flux_home .homePosts .thumbnail {
    position: inherit;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column-reverse;
    text-align: left;
    margin: 0;
    padding: 28px 20px;
    overflow: hidden;
}
#flux_home .homePosts .thumbnail header,
#flux_home .homePosts .thumbnail .caption {
    width: 100%;
}
#flux_home .homePosts .thumbnail:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
}
#flux_home .homePosts .thumbnail .entry-title,
#flux_home .homePosts .thumbnail .caption {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#flux_home .homePosts .thumbnail .entry-title {
    text-align: left;
    margin-top: 12px;
    color: #FFFFFF;
    font-family: 'GrandPalais' !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    transform: none;
    opacity: 1;
    bottom: inherit;
}
#flux_home .homePosts .thumbnail .entry-title * {
    color: #FFFFFF;
}
#flux_home .homePosts .thumbnail .entry-date {
    margin: 5px 0 0;
    font-family: 'GrandPalais' !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
#flux_home .homePosts .thumbnail header {
    margin-top: auto;
}
#flux_home .homePosts .thumbnail .caption * {
    padding: 0;
    color: #FFFFFF99;
    font-family: 'GrandPalais' !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
#flux_home .homePosts .thumbnail header .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
    transform: none;
    transition: 500ms all ease-out;
}
#flux_home .homePosts:hover .thumbnail header .img-responsive {
    transform: scale(1.1)
}

/** Flux post global **/
body.category .epp-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px 30px;
}
body.category .epp-main > header,
body.category .epp-main > header h1{
    width: 100%;
    margin-bottom: 0;
}
body.category .epp-main > article.hentry {
    position: relative;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    height: auto;
    min-height: 450px;
}
body.category .epp-main > article.hentry .img-wrapper {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
body.category .epp-main > article.hentry .img-wrapper:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
}
body.category .epp-main > article.hentry .img-wrapper .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
    transform: none;
    transition: 500ms all ease-out;
}
body.category .epp-main > article.hentry:hover .img-wrapper .img-responsive {
    transform: scale(1.1)
}
body.category .epp-main > article.hentry .text-wrapper {
    position: inherit;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 28px 20px;
    text-align: left;
    overflow: hidden;
}
body.category .epp-main > article.hentry .text-wrapper .entry-category {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0 0 auto;
    padding: 0;
    background-color: transparent;
    color: #FFFFFF99;
    font-family: 'GrandPalais' !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
body.category .epp-main > article.hentry .text-wrapper .entry-content {
    z-index: 1;
    position: relative;
    margin: auto 0 0;
    padding: 0;
    background-color: transparent;
    margin-top: 12px;
    color: #FFFFFF;
    font-family: 'GrandPalais' !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    transform: none;
    opacity: 1;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
}
body.category .epp-main > article.hentry .text-wrapper .entry-content h3 {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: transparent;
    margin-top: 12px;
    color: #FFFFFF !important;
    font-family: 'GrandPalais' !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    transform: none;
    opacity: 1;
    bottom: inherit;
}
body.category .epp-main > article.hentry .text-wrapper .entry-content .entry-date {
    margin: 5px 0 0;
    color: #FFFFFF !important;
    font-family: 'GrandPalais' !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
body.category .epp-main > article.hentry a {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

@media screen and (min-width: 621px) {
    #flux_home .homePosts,
    body.category .epp-main > article.hentry {
        width: calc(100% / 2 - 15px);
    }
}
@media screen and (min-width: 992px) {
    #flux_home .homePosts,
    body.category .epp-main > article.hentry {
        width: calc(100% / 3 - 20px);
    }
}